*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2006-07-19 Kim F. Storm <storm@cua.dk>
2
3 * progmodes/grep.el (grep-find-ignored-directories):
4 Add .svn and _darcs to list.
5
6 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7
8 * dired.el (dired-mode-map): Add key binding `C-te' for
9 `tumme-dired-edit-comment-and-tags'.
10
11 * tumme.el (tumme-display-thumbnail-original-image): Make sure
12 image display buffer is displayed before call to
13 `tumme-display-image.
14 (tumme-dired-display-image): Make sure image display buffer is
15 displayed before call to `tumme-display-image.
16 (tumme-mouse-display-image): Make sure image display buffer is
17 displayed before call to `tumme-display-image.
18 (tumme-widget-list): Add.
19 (tumme-dired-edit-comment-and-tags): Add.
20 (tumme-save-information-from-widgets): Add.
21
22 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
25
26 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * progmodes/sh-script.el (sh-font-lock-keywords-1):
29 Revert inadvertently installed patch hunk.
30
31 * progmodes/compile.el (compilation-find-file): Handle the
32 cases where the user selects a non-existent file.
33
34 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
37
38 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
39
40 * subr.el (sit-for): Just sleep-for if noninteractive.
41
42 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * emacs-lisp/autoload.el (make-autoload): Use new arg.
45
46 * custom.el (custom-autoload): Add `noset' argument.
47 (custom-push-theme): Don't autoload the variable, let callers do it.
48 (custom-theme-set-variables): Autoload the variable if necessary.
49
50 * cus-edit.el (custom-variable-state-set): If the variable was
51 originally set outside custom, but to the same value as the default,
52 consider it to be standard.
53
54 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
55 file *before* telling Emacs to add the autoloads, in case it fails.
56
57 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
58 Use `cond', push', and `dolist'.
59
60 2006-07-17 Richard Stallman <rms@gnu.org>
61
62 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
63 Add defvars to silence warnings.
64
65 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
66
67 * progmodes/compile.el (compilation-mode-font-lock-keywords):
68 Don't highlight "Compiling file" messages as error.
69
70 * dired-aux.el (dired-compress-file): Confirm again if gzipped
71 file already exists.
72
73 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
74
75 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
76 entry, don't assign to free var; simply return the extracted filename.
77 (ff-treat-as-special): Incorporate common preamble from callers.
78 (ff-other-file-name, ff-find-the-other-file):
79 Update call to ff-treat-as-special.
80
81 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
82
83 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
84
85 * tumme.el (tumme-get-comment): Fix bug.
86
87 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * files.el: Remove spurious * in docstrings.
90
91 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
92
93 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
94 grammar.
95 (allout-beginning-of-current-line): Beware beginning of buffer.
96 Also, a comment is simplified.
97 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
98 when appropriate. (This fix enables use for other than
99 bullet-hotspot operation.)
100 (allout-hide-current-subtree): While escalating to sibling-close,
101 make sure to situate on a topic.
102
103 2006-07-14 Kim F. Storm <storm@cua.dk>
104
105 * emulation/cua-base.el (cua-delete-selection)
106 (cua-toggle-set-mark): New defcustoms.
107 (cua-rectangle-modifier-key): Add `alt' modifier.
108 (cua-replace-region): Don't delete if cua-delete-selection is nil.
109 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
110 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
111
112 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
113
114 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
115
116 * allout.el: Require 'cl during byte-compilation/interactive load,
117 for the `assert' macro.
118 (allout-mode-deactivate-hook): New hook, run when allout mode
119 deactivates.
120 (allout-developer): New allout customization subgroup.
121 (allout-run-unit-tests-on-load): New allout-developer
122 customization variable, when true allout unit tests are run towards
123 end of file load/eval.
124 (allout-inhibit-auto-fill): Disable auto-fill activity even during
125 auto-fill-mode.
126 (allout-resumptions): Remove, to be replaced by...
127 (allout-add-resumptions): Register variable settings to be
128 reinstated by `allout-do-resumptions'. The settings are made
129 buffer-local, but the locality/globality of the suspended setting
130 is restored on resumption.
131 (allout-do-resumptions): Reinstate all settings suspended using
132 `allout-add-resumptions'.
133 (allout-test-resumptions): Unit tests (and intermediate variables)
134 for resumptions.
135 (allout-tests-globally-unbound, allout-tests-globally-true)
136 (allout-tests-locally-true): Intermediate variables for
137 resumptions unit tests.
138 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
139 (allout-exposure-category): Replaces 'allout-overlay-category variable.
140 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
141 instead of retired `allout-resumptions'. For hook functions, use
142 `local' parameter so hook settings are created and removed as
143 buffer-local settings. Revise (resumptions) setting
144 auto-fill-function so it is set only if already active. (The
145 related fill-function settings are all made in either case, so
146 that activating auto-fill-mode activity will have the custom
147 allout-mode behaviors (hanging indent on topics, if configured for it).
148 Remove all allout-exposure-category overlays on mode deactivation.
149 (allout-hotspot-key-handler): New function extracted from
150 `allout-pre-command-business', so the functionality can be used
151 for other purposes, eg as a binding in an overlay.
152 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
153 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
154 customization variable.
155 (allout-run-unit-tests): Run the (currently quite small)
156 repertoire of unit tests. Called just before the provide iff user
157 has customized `allout-run-unit-tests-on-load' non-nil.
158
159 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
160
161 * emacs-lisp/authors.el (authors-aliases): Update.
162
163 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
164
165 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
166 gdb-source-window. Add dedicated argument.
167 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
168 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
169 (gdb-display-threads-buffer, gdb-display-memory-buffer)
170 (gdb-display-locals-buffer): Use it.
171
172 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
173 Set gdb-source-window.
174
175 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
178 minor modes, redundant with the custom-autoload line above.
179
180 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
181
182 * longlines.el (longlines-post-command-function): Handle open-line too.
183
184 2006-07-12 Richard Stallman <rms@gnu.org>
185
186 * progmodes/grep.el (grep-last-buffer): Doc fix.
187
188 * info.el (Info-try-follow-nearest-node): Doc fix.
189
190 * emacs-lisp/edebug.el (edebug-instrument-function):
191 Err if find-function-noselect gives no position.
192
193 * emacs-lisp/find-func.el (find-function-search-for-symbol):
194 If can't find definition, return nil for position.
195 (find-function-do-it): Handle new return value
196 of find-definition-noselect.
197 (find-definition-noselect, find-variable-noselect): Doc fix.
198 (find-function-noselect): Doc fix.
199
200 * help-mode.el (help-variable-def): Handle find-variable-noselect
201 returning no position.
202 (help-function-def): Likewise for find-function-search-for-symbol.
203 (help-face-def): Likewise.
204
205 * help-fns.el (describe-variable): Handle find-variable-noselect
206 returning no position.
207
208 * files.el (locate-file-completion): Avoid duplicates in result.
209
210 * cus-edit.el (custom-no-edit): New command.
211 (custom-mode-map): Remap to custom-no-edit instead of
212 using suppress-keymap.
213
214 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
215
216 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
217 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
218 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
219
220 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
221
222 2006-07-11 Kim F. Storm <storm@cua.dk>
223
224 * ido.el (ido-copy-current-file-name): Use buffer-name if
225 buffer-file-name is nil.
226
227 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
228
229 * simple.el (undo-ask-before-discard): Set to nil.
230
231 * vc.el (vc-exec-after): Don't delete process manually.
232 (vc-print-log): Run log-view-mode in process sentinel inside
233 inhibit-read-only. Don't shrink window due to timing issues.
234
235 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
236 Avoid using with-output-to-temp-buffer, which clobbers local vars.
237
238 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * progmodes/compile.el (compilation-error-regexp-alist-alist):
241 Fix ambiguity introduced by last change.
242 (compilation-find-file): Move save-excursion to where it may
243 make sense. Fix a left over `find-file'.
244
245 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
246
247 * textmodes/texinfmt.el (texinfo-format-separate-node):
248 Insert a string before point, which fits documentation, not after.
249 (texinfo-multitable-item): In a multitable row, insert any
250 additional needed @tabs and spaces.
251
252 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
253
254 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
255 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
256 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
257 instead of shell-command.
258 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
259 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
260 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
261 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
262 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
263 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
264
265 2006-07-11 Kim F. Storm <storm@cua.dk>
266
267 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
268 Remove special case for seconds < 0. Use (redisplay t) instead.
269
270 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
271
272 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
273 compilation error.
274
275 * subr.el (sit-for): New function.
276
277 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
278
279 2006-07-10 Richard Stallman <rms@gnu.org>
280
281 * ldefs-boot.el (edebug): Update page.
282
283 2006-07-10 Kim F. Storm <storm@cua.dk>
284
285 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
286 to FOR-RELEASE and TODO.
287
288 2006-07-10 Romain Francoise <romain@orebokech.com>
289
290 * emacs-lisp/authors.el (authors-aliases): Update.
291
292 2006-07-10 Alan Mackenzie <acm@muc.de>
293
294 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
295 * cc-mode.el: Changes to eradicate eval-after-load.
296
297 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
298
299 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
300 on non-char events.
301
302 2006-07-09 Romain Francoise <romain@orebokech.com>
303
304 * progmodes/compile.el (compilation-mode-font-lock-keywords):
305 Don't highlight start/end markers as compilation messages.
306
307 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
308 to t.
309
310 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
313
314 2006-07-08 Richard Stallman <rms@gnu.org>
315
316 * term/x-win.el (x-handle-display): Add doc string.
317
318 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
319
320 * subr.el (def-edebug-spec): Move here.
321 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
322
323 * imenu.el (imenu-choose-buffer-index): Doc fix.
324
325 2006-07-08 Romain Francoise <romain@orebokech.com>
326
327 * term/x-win.el (x-display-name): Fix typo.
328
329 2006-07-08 Eli Zaretskii <eliz@gnu.org>
330
331 * hexl.el (hexl-find-file): Doc fix.
332
333 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
334
335 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
336
337 * term/x-win.el (x-display-name): Doc fix.
338
339 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
342 long prefixes.
343 (fill-region-as-paragraph): Don't round up to a whole line.
344 (fill-comment-paragraph): Don't include the code-before-the-comment
345 when calling fill-region-as-paragraph.
346
347 * international/mule.el (make-char): Remove redundancy.
348
349 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
350 property may contain an anonymous function rather than a symbol.
351
352 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
353
354 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
355 Use shy regexp. Fix incorrect backref to potentially unmatched group.
356
357 * dirtrack.el (dirtrack-default-directory-function): Remove.
358 (dirtrack-directory-function): Use file-name-as-directory.
359 (dirtrack-windows-directory-function): Simplify.
360 (dirtrack-forward-slash, dirtrack-backward-slash)
361 (dirtrack-replace-slash): Remove.
362 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
363 (dirtrack): Fix wrong parenthesizing; use match-string.
364
365 * progmodes/octave-inf.el: Remove spurious * in docstrings.
366 (inferior-octave-mode): Only change the buffer-local value of
367 comint-dynamic-complete-functions.
368 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
369 Move the initialization to the declaration.
370 (inferior-octave-complete): Remove unused var `filter'.
371
372 * shell.el (shell-mode): Only change the buffer-local value of
373 comint-dynamic-complete-functions.
374
375 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
376
377 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
378 entry is skipped because it has been scheduled.
379 (org-prepare-agenda-buffers): Don't mark buffers as modified when
380 changing `:org-archived' and `:org-comment' properties.
381
382 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
383
384 * server.el (server-select-display): Don't make the temp frame
385 minibuffer-only, in case it's not a temp frame.
386 (server-process-filter): Don't delete the temp frame if it's the
387 only one we have on that display.
388
389 * files.el (find-alternate-file): Doc fix.
390
391 2006-07-05 Richard Stallman <rms@gnu.org>
392
393 * files.el (abbreviate-file-name): Add save-match-data.
394
395 2006-07-03 Richard Stallman <rms@gnu.org>
396
397 * faces.el (read-face-name): Doc fix.
398
399 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
400
401 * net/goto-addr.el (goto-address): Mark as safe for local evals.
402
403 2006-07-05 Andre Spiegel <spiegel@gnu.org>
404
405 * vc.el (vc-diff-internal): Fix prev change.
406
407 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
408
409 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
410 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
411
412 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
415 fails if the symbol contains chars like ( or '.
416 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
417 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
418 `short'.
419
420 2006-07-04 Kenichi Handa <handa@m17n.org>
421
422 * international/mule-cmds.el (set-language-info): If LANG-ENV is
423 the current one, don't call set-language-environment, but call one
424 of set-language-environment-XXX to make INFO effective now.
425 (set-language-environment): Call set-language-environment-XXX
426 functions instead of doing the various setups directly.
427 (set-language-environment-coding-systems): Delete argument eol-type.
428 (set-language-environment-input-method)
429 (set-language-environment-nonascii-translation)
430 (set-language-environment-charset)
431 (set-language-environment-fontset)
432 (set-language-environment-unibyte): New functions.
433
434 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
435
436 * locate.el (locate-update-when-revert): New option.
437 (locate-update-path): New option (suggested by Michael Albinus).
438 (locate-prompt-for-command): Whitespace change.
439 (locate-update): No longer offer to update the locate database by
440 default. Implement the two new options.
441
442 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
443
444 * tooltip.el: Move comment about track-mouse...
445
446 * progmodes/gud.el: ...to here.
447
448 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
449
450 * facemenu.el (facemenu-listed-faces): New var.
451 (facemenu-unlisted-faces): Variable deleted.
452 (facemenu-add-new-face): Use facemenu-listed-faces.
453
454 * emulation/viper-init.el, calendar/calendar.el:
455 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
456
457 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
458
459 * textmodes/org.el (org-mode): Remove no invalid settings for
460 calc embedded mode.
461 (org-mode-p): New defsubst.
462 (org-save-all-org-buffers): New function.
463 (org-first-headline-recenter): Enclose outline-regexp in group
464 delimiters.
465 (org-set-tags): Keep single space after stars.
466
467 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * window.el (set-window-text-height): Only set window-min-height to
470 1 if that's the requested size.
471
472 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
473 (diff-unified->context, diff-context->unified)
474 (diff-reverse-direction): Make sure the end marker stays at the end.
475 (diff-mode): Add the keymap table at the end of docstring.
476 Use lexical-let rather than constructing a closure manually.
477
478 * files.el (find-file-noselect-1): Remove unused var assignment.
479 (hack-local-variables-confirm): Print lists of strings as lists of
480 strings rather than lists of symbols.
481 (abbreviate-file-name, hack-local-variables-prop-line):
482 Use match-string.
483 (hack-one-local-variable): Move `make-local-variable' nearer its use.
484 (recover-session-finish): Use line-end-position.
485
486 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
487
488 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
489
490 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
491
492 * progmodes/make-mode.el (makefile-macroassign-regex):
493 Accept preceding keyword.
494 (makefile-gmake-statements): Reorganize, now that makepp has
495 "override" and also handle forgotten "override define".
496 (makefile-makepp-statements): Add new "global", "override export"
497 and "override global".
498
499 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
500
501 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
502 (ada-compile-mouse-goto-error, ada-deactivate-properties)
503 (ada-no-auto-case): Fix typos in docstrings.
504
505 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
506
507 * info.el (Info-find-node-2): Search for makeinfo version more
508 carefully.
509
510 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
511
512 * textmodes/org.el (org-prepare-agenda-buffers):
513 Use `invisible-OK' argument for `org-end-of-subtree'.
514 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
515 (org-beginning-of-item): Fix bug in regular expression for white line.
516 (org-export-as-html): Enforce space after bullet in plain list items.
517 (org-set-autofill-regexps): Require space after plain list bullet
518 for paragraph-start.
519 (org-ts-regexp3): New constant.
520 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
521 (org-timestamp-up-day, org-timestamp-down-day)
522 (org-timestamp-change): Work with inactive timestamps.
523 (org-ts-regexp1): Don't allow brackets in time stamps.
524
525 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
526
527 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
528 for ignoring links.
529
530 * faces.el (read-face-name): Use it.
531
532 2006-06-28 Juri Linkov <juri@jurta.org>
533
534 * buff-menu.el (list-buffers-noselect): Compare Info file
535 with the string "dir" to detect Info directory.
536
537 * complete.el (partial-completion-mode): In lambda for
538 `choose-completion-string-functions' use full function signature
539 with 4 args, and move point to the end of the minibuffer only if arg
540 `mini-p' is non-nil.
541
542 2006-06-28 John Paul Wallington <jpw@pobox.com>
543
544 * ibuffer.el (ibuffer-mode): Doc fix.
545
546 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
547
548 * textmodes/org.el (org-context): New contexts :item-bullet,
549 :latex-fragment, :latex-preview.
550 (org-overlays-at, org-overlay-start, org-overlay-end):
551 New compatibility functions.
552 (org-inside-LaTeX-fragment-p): More accurate matching, using the
553 exact regexp that will be used during export.
554 (org-latex-regexps): New variable.
555 (org-cdlatex-mode): Improve advice for `texmathp'.
556 (turn-on-org-cdlatex): New function.
557
558 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
559
560 * term/mac-win.el (mac-handle-font-selection): Change keys of
561 mac-atsu-font-table from strings to numbers.
562 (mac-ts-caret-position): Use also when cursor-type is nil.
563 (mac-ts-update-active-input-area): Add Mac OS Classic support.
564 Relax condition for using overlay strings.
565 Use mac-ts-caret-position face when cursor-type is nil.
566
567 2006-06-26 Kim F. Storm <storm@cua.dk>
568
569 * help.el (view-emacs-news): Declare `res' in the right let* form.
570
571 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
572
573 * net/rcompile.el (remote-compile): Replace ange-ftp based
574 implementation by Tramp functions.
575 Suggested by Marc Abramowitz <msabramo@gmail.com>.
576
577 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
578
579 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
580
581 * international/fontset.el (setup-default-fontset): Fix a typo in
582 the "Oriya-Akruti" registry name.
583
584 2006-06-23 Lars Hansen <larsh@soem.dk>
585
586 * desktop.el (desktop-full-file-name): New function.
587 (desktop-kill, desktop-save, desktop-remove, desktop-read)
588 (desktop-revert): Use it.
589 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
590 (desktop-after-read-hook): Add option list-buffers.
591 (desktop-locals-to-save): Add tab-width.
592 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
593 Fix docstring.
594
595 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
596
597 * textmodes/org.el (org-cdlatex-mode-map)
598 (org-cdlatex-texmathp-advice-is-done): New variables.
599 (org-cdlatex-mode): New minor mode.
600 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
601 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
602 (org-export-with-archived-trees): New option.
603 (org-open-file): Remove the call to `convert-standard-filename'.
604 (org-archive-tag, org-agenda-skip-archived-trees)
605 (org-cycle-open-archived-trees)
606 (org-sparse-tree-open-archived-trees): New options.
607 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
608 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
609 New functions.
610 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
611 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
612 (org-mode-map): Add binding for `org-toggle-archive-tag'.
613 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
614 Call `org-prepare-agenda-buffers'.
615 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
616 (org-file-apps, org-file-apps-defaults-gnu)
617 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
618 Handle remote files by forcing them to be opened in Emacs.
619
620 2006-06-23 Andre Spiegel <spiegel@gnu.org>
621
622 * vc.el (vc-diff-knows-L): New variable.
623 (vc-diff-internal): Use it to handle "diff" programs that don't
624 understand -L. This works automatically, no user action is necessary.
625
626 2006-06-23 Daniel Brockman <daniel@brockman.se>
627
628 * net/rcirc.el (rcirc-default-user-full-name): Default to
629 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
630 longer exists).
631 (rcirc-process-list): Check `buffer-live-p' before attempting to
632 switch to a buffer.
633
634 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
635
636 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
637 based on rcirc-coding-system-alist.
638
639 2006-06-23 Martin Rudalics <rudalics@gmx.at>
640
641 * cus-edit.el (customize-apropos): A better error message.
642 (top level) <debug-ignored-errors>: Extend and update the list of
643 ignored error messages.
644
645 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
646
647 * complete.el (PC-do-completion): Retain capitalization of user
648 input, when possible, even if completion-ignore-case is set.
649
650 2006-06-23 Eli Zaretskii <eliz@gnu.org>
651
652 * generic-x.el (bat-generic-mode): Support .cmd files.
653
654 * dos-w32.el (top level): Use find-file-not-found-functions
655 instead of the obsolete find-file-not-found-hooks.
656
657 2006-06-22 Kim F. Storm <storm@cua.dk>
658
659 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
660 to recognize mode name containing submodes, such as Grep/lw.
661
662 2006-06-21 Kim F. Storm <storm@cua.dk>
663
664 * simple.el (line-move-1): Check for move-end-of-line instead of
665 end-of-line when setting temporary-goal-column.
666
667 2006-06-21 Miles Bader <miles@gnu.org>
668
669 * play/cookie1.el (cookie): Work properly when there's only one entry.
670
671 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
672
673 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
674 (gdb-frame-handler): Generalize frame regexp for templates.
675
676 2006-06-20 Glenn Morris <rgm@gnu.org>
677
678 * calendar/appt.el (appt-display-format): Default value must be
679 one of the customize options.
680
681 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
682
683 * term/xterm.el (terminal-init-xterm): Update key availability info.
684 Bind C-return.
685
686 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
687
688 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
689
690 * files.el (hack-local-variables): Run `hack-local-variables-hook'
691 whether or not a local variables list is defined.
692
693 * msb.el (msb): Move `sit-for' hack here to handle both
694 "mouse-down and drag" and "mouse-up and select" situations.
695 (mouse-select-buffer): Move `sit-for' hack to `msb'.
696
697 2006-06-20 Kenichi Handa <handa@m17n.org>
698
699 * international/characters.el (word-combining-categories):
700 Add entries for 2-byte Han characters.
701
702 2006-06-19 Richard Stallman <rms@gnu.org>
703
704 * bindings.el (mode-line-format): Save some mode line space.
705
706 * files.el (find-file-noselect): Improve the question wording.
707 (basic-save-buffer-2): Mask UMASK against 666.
708
709 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
710 (mouse-drag-vertical-line): Call it.
711
712 * cus-edit.el (customize-option, customize-option-other-window):
713 Error if SYMBOL is nil.
714
715 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
716
717 * textmodes/org.el: Require noutline, also on XEmacs.
718 (org-end-of-subtree): Return point.
719 (org-dblock-start-re, org-dblock-end-re): New constants.
720 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
721 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
722 (org-update-all-dblocks, org-find-dblock): New functions.
723 (org-collect-clock-time-entries): New function.
724 (org-html-handle-time-stamps): Never export CLOCK timeranges.
725 (org-fixup-indentation): Modify to deal correctly with lines
726 starting with TAB. Only one argument DIFF now.
727 (org-demote, org-promote): Call `org-fixup-indentation' with just
728 one argument, DIFF.
729 (org-mode): Don't mark buffer as modified when aligning tables.
730 (org-clock-sum): Don't mark buffer modified when adding time sum
731 properties.
732 (org-export-as-html): Add support for a link validation function.
733 (org-archive-all-done): New function.
734 (org-archive-subtree): New prefix argument. When set, archive all
735 done subtrees in this buffer.
736 (org-remove-clock-overlays)
737 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
738 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
739 (org-put-clock-overlay): Don't swallow last headline character
740 when displaying overlay.
741 (org-store-link): Link to `image-mode' with just the file name.
742
743 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
744
745 * viper-cmd.el (viper-special-read-and-insert-char):
746 Use read-key-sequence.
747 (viper-after-change-undo-hook): Misc enhancements.
748 (viper-after-change-undo-hook): New hook.
749 (viper-undo): Use viper-after-change-undo-hook.
750 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
751 (viper-next-line-at-bol): If point is on a widget or a button, simulate
752 clicking on that widget/button.
753
754 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
755
756 * ediff-diff (ediff-test-patch-utility): Catch errors.
757 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
758 (ediff-set-actual-diff-options): New function.
759 (ediff-reset-diff-options, ediff-toggle-ignore-case):
760 Use ediff-set-actual-diff-options.
761 (ediff-extract-diffs): Catch errors.
762 (ediff-whitespace): Add non-breakable space.
763 (ediff-same-file-contents): Catch errors.
764
765 * ediff-mult.el (ediff-collect-custom-diffs):
766 Save coding-system-for-read.
767
768 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
769 (ediff-vc-internal, ediff-vc-merge-internal):
770 Use ediff-delete-version-file.
771 (ediff-delete-version-file): New function.
772
773 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
774
775 * ediff.el (ediff-directories, ediff-directory-revisions)
776 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
777 (ediff-directories-internal, ediff-merge-directory-revisions)
778 (ediff-merge-directory-revisions-with-ancestor)
779 (ediff-directories3): Use read-directory-name.
780
781 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
782
783 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
784 Remove superfluous part of regexp for brace matching which is handled
785 by `scan-lists' call.
786
787 2006-06-16 Richard Stallman <rms@gnu.org>
788
789 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
790
791 * files.el (basic-save-buffer-2): For a new precious file,
792 use the default modes in the return value.
793
794 * facemenu.el (facemenu-color-alist): Doc fix.
795
796 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
797
798 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
799
800 * cus-start.el (all): Add mac-ts-script-language-on-focus.
801
802 * term/mac-win.el (mac-text-encoding-ascii): New constant.
803 (mac-utxt-to-string): Use it.
804 (mac-ts-update-active-input-area): Use mac-ae-number.
805
806 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
807
808 * term.el (term-handle-scroll, term-delete-lines)
809 (term-insert-lines): Fix off by one errors.
810
811 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
812
813 * net/tramp.el (tramp-touch): Use UTC to express time.
814
815 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
816
817 * mail/sendmail.el (mail-send): Search explicitly for
818 mail-header-separator when checking for corrupted header lines.
819
820 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
821
822 * progmodes/gdb-ui.el (gdb-same-frame): New option.
823 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
824 (gdb-init-1): Initialise them.
825 (gdb-starting): Reset gdb-printing
826 (gdb-starting): Save value of gud-overlay-arrow-position.
827 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
828 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
829 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
830 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
831
832 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
835
836 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
837
838 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
839 (ldap-search-internal): Keep error messages, and a regexp fix.
840
841 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
842
843 * files.el (hack-local-variables-confirm):
844 Display string value using its printed representation.
845
846 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
847
848 * server.el (server-edit): No-op if no server buffers exist.
849
850 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
851
852 * textmodes/page-ext.el (pages-directory-for-addresses):
853 Including `pages-directory-address-mode' in the function results
854 in the message "Buffer in which pages were found is deleted".
855
856 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
857
858 * textmodes/org.el (org-agenda-mode-map): Add bindings for
859 clocking functions.
860
861 (org-agenda-clock-in, org-check-running-clock)
862 (org-clock-out-if-current, org-remove-clock-overlays)
863 (org-put-clock-overlay): New functions.
864 (org-clock-marker, org-clock-file-total-minutes)
865 (org-clock-overlays): New variables.
866 (org-clock-display, org-clock-sum, org-clock-cancel)
867 (org-clock-out, org-clock-in): New commands.
868 (org-export): New function.
869 (org-emph-re): New constant.
870 (org-set-emph-re, org-do-emphasis-faces): New functions.
871 (org-emphasis-regexp-components, org-emphasis-alist): New options.
872 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
873 (org-export-html-convert-emphasize): Use the configurable emphasis.
874 (org-cleaned-string-for-export): Make multiline emphasis visible
875 to the exporter. New optional argument PARAMETERS.
876 (org-export-as-html): Specify :emph-multiline parameter to
877 `org-cleaned-string-for-export'.
878
879 2006-06-10 Richard Stallman <rms@gnu.org>
880
881 * help.el (help-for-help-internal): Clean up help text.
882
883 2006-06-10 Andreas Schwab <schwab@suse.de>
884
885 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
886 in doc string.
887
888 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
889
890 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
891
892 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
893 spaces after the comment start.
894
895 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
896
897 * play/pong.el (pong-init-buffer):
898 Fill buffer with spaces instead of ^A.
899
900 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
901 launched asynchronously, delete its process instead of being cool.
902 (ispell-async-processp): Check for `delete-process' existence
903 instead of `kill-process' one for consistency.
904
905 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
906
907 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
908 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
909 in mode line at startup.
910
911 2006-06-08 Kim F. Storm <storm@cua.dk>
912
913 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
914 (ido-init-completion-maps): Bind them to M-SPC and M-v.
915 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
916 (ido-file-internal): Pass full file name to write-file.
917 (ido-read-internal): Only pop stack elements automatically if they
918 actually match an existing directory or file name.
919
920 2006-06-07 Kenichi Handa <handa@m17n.org>
921
922 * international/mule.el (find-auto-coding): Don't handle the short
923 name `char-trans'.
924
925 * files.el (hack-local-variables-prop-line)
926 (hack-local-variables): Cancel the previous change.
927
928 2006-06-06 Jesper Harder <harder@phys.au.dk>
929
930 * ediff-diff.el (ediff-test-utility): Protect against file-error.
931
932 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
933
934 * diff-mode.el (diff-mode): Set buffer-read-only to t when
935 diff-default-read-only is non-nil.
936 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
937 (diff-refine-hunk): Set inhibit-read-only to t.
938
939 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
940 modifying the *Diff* buffer.
941 (diff-process-filter): New filter function for diff process that
942 sets inhibit-read-only to t when modifying the *Diff* buffer.
943
944 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
945
946 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
947 insertion point and control the number of empty lines.
948 (org-paste-subtree): Limit the number of empty lines at the end of
949 the inserted tree.
950 (org-agenda): Use buffer name of current file for narrowing.
951 (org-export-as-xml): Command removed.
952 (org-export-xml-type): Option removed.
953 (org-mode-map): Call `org-export-as-xoxo' directly.
954 (org-get-indentation): New optional argument LINE.
955 (org-fix-indentation, org-remove-tabs): New functions.
956 (org-export-as-ascii, org-ascii-level-start): Determine and apply
957 correct indentation for headlines that are converted it items.
958 (org-skip-comments): Remove table lines that contain narrowing
959 cookies but no other non-empty fields.
960 (org-set-tags): Allow groups of mutually exclusive tags.
961 (org-cmp-time): Sort 24:21 before items without time.
962 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
963 (org-open-at-point): Require double colon also for numbers.
964
965 2006-06-06 Kim F. Storm <storm@cua.dk>
966
967 * ido.el (ido-default-file-method, ido-default-buffer-method):
968 Make choice values consistent with corresponding command names.
969 (ido-visit-buffer): Update accordingly. Default to selected-window.
970
971 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
972
973 * progmodes/gud.el (gud-running): Fix doc string.
974 (gud-menu-map): Use :visible instead fo :enable for debugger test.
975 (gud-tooltip-modes): Add python-mode.
976 (gud-tooltip-print-command): Add pdb. Remove perldb.
977
978 2006-06-05 Eli Zaretskii <eliz@gnu.org>
979
980 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
981 Quote $(EMACS).
982
983 2006-06-05 Richard Stallman <rms@gnu.org>
984
985 * faces.el (defined-colors): Doc fix.
986
987 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
988
989 * vc.el (vc-process-filter): Inhibit undo info collection around
990 call to insert.
991 (vc-setup-buffer): Likewise for call to erase-buffer.
992 (vc-do-command): Likewise for call to process-file.
993
994 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
995
996 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
997 for gud-go.
998 (gud-common-init): Other debuggers may trigger error.
999
1000 2006-06-05 Kenichi Handa <handa@m17n.org>
1001
1002 * international/mule.el (find-auto-coding):
1003 Handle enable-character-translation in file header.
1004
1005 2006-06-04 Kim F. Storm <storm@cua.dk>
1006
1007 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1008 (authors-fixed-entries): Fix spelling.
1009 (authors-canonical-file-name): Don't report error for wildcards.
1010
1011 * help.el (view-emacs-news): Rewrite to support new NEWS,
1012 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1013 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1014 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1015
1016 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1017
1018 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1019 exec constructs like `foo bar`.
1020 (sh-quoted-subshell): New helper function to search for a possibly
1021 nested subshell (like `` or $()) within a "" quoted string.
1022 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1023 (sh-apply-quoted-subshell): Flag quote characters inside a
1024 subshell, which is itself already in a quoted region, as
1025 punctuation, since this is the closest to what they actually are.
1026 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1027 sh-apply-quoted-subshell.
1028 (sh-font-lock-syntactic-face-function): Apply the new face for
1029 text inside `` instead of the old font-lock-string-face.
1030
1031 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1032
1033 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1034 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1035 (mac-bytes-to-text-range, mac-ae-text-range-array)
1036 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1037 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1038 (mac-ts-unicode-for-key-event): New functions.
1039 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1040 (mac-handle-font-selection): Use mac-ae-number.
1041 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1042 New variables.
1043 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1044 (mac-ts-converted-text, mac-ts-selected-converted-text)
1045 (mac-ts-block-fill-text, mac-ts-outline-text)
1046 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1047 (mac-ts-hilite-style-faces): New constant.
1048 (mac-apple-event-map): Bind text input events.
1049 (mac-dispatch-apple-event): Use command-execute instead of
1050 call-interactively.
1051 (global-map): Don't bind mac-apple-event.
1052 (special-event-map): Bind mac-apple-event.
1053
1054 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1055
1056 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1057 file name.
1058 (emacs): Enclose the value of $(EMACS) in quotes.
1059
1060 2006-06-02 Juri Linkov <juri@jurta.org>
1061
1062 * international/mule.el (sgml-html-meta-auto-coding-function):
1063 Remove the condition `(search-forward "<html" size t)'.
1064 Replace `\"' with `[\"']?' in `re-search-forward'.
1065
1066 2006-06-02 Kenichi Handa <handa@m17n.org>
1067
1068 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1069 as well as `coding'.
1070 (hack-local-variables): Likewise.
1071
1072 * international/mule.el (enable-character-translation):
1073 Put permanent-local and safe-local-variable properties.
1074 (find-auto-coding): Handle char-trans: tag.
1075
1076 2006-06-02 Juri Linkov <juri@jurta.org>
1077
1078 * international/mule.el (sgml-html-meta-auto-coding-function):
1079 Limit the search by the end of the HTML header (if any).
1080
1081 2006-06-01 Richard Stallman <rms@gnu.org>
1082
1083 * subr.el (with-current-buffer): Doc fix.
1084
1085 2006-06-02 Masatake YAMATO <jet@gyve.org>
1086
1087 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1088 Almost rewrite. Underlines over all lines of gcov output are too
1089 uncomfortable to read. Suggested by Dan Nicolaescu.
1090
1091 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1092
1093 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1094
1095 * shell.el (shell-mode): Use shell-mode-map in docstring.
1096
1097 * comint.el (comint-send-input): Do not add help-echo and
1098 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1099
1100 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1101
1102 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1103
1104 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1105
1106 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1107 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1108 look up the stack and pop up GUD buffer if necessary.
1109 (gdb-frames-select): Remove redundant call to gud-display-frame.
1110 (gdb-info-threads-custom): Keep point at start of buffer.
1111 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1112
1113 2006-05-31 Juri Linkov <juri@jurta.org>
1114
1115 * replace.el (query-replace-read-from, query-replace-read-to):
1116 Bind `history-add-new-input' to nil. Call `add-to-history'.
1117
1118 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1119
1120 * textmodes/table.el: Convert all HTML tags to lower case for
1121 XHTML compatibility.
1122
1123 2006-05-31 Masatake YAMATO <jet@gyve.org>
1124
1125 * progmodes/compile.el:
1126 (compilation-error-regexp-alist-alist::gcov-called-line):
1127 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1128
1129 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1130
1131 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1132 Revert inadvertent changes made with last commit.
1133
1134 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1135
1136 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1137 New functions.
1138
1139 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1140
1141 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1142
1143 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1144 only matches in the right place.
1145 (org-upcoming-deadline): New face.
1146 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1147 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1148 and make it an option.
1149 (org-export-ascii-bullets): New option.
1150 (org-export-as-html): Many changes to emit valid XHTML.
1151 (org-par-open): New variable.
1152 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1153 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1154 (org-timeline): Pass `org-timeline-show-empty-dates' to
1155 `org-get-all-dates'. Interpret empty dates returned by
1156 `org-get-all-dates'.
1157 (org-get-all-dates): New argument EMPTY. Add dates without
1158 entries to the list, mark large ranges of empty dates.
1159 (org-point-in-group, org-context): New functions.
1160
1161 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1162
1163 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1164
1165 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1166 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1167 to C-mouse-3 (for 2 button mice).
1168 (gdb-send): Do the right thing for C-d.
1169
1170 * speedbar.el (speedbar-detach): Delete.
1171 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1172 it breaks things.
1173 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1174
1175 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1176
1177 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1178 Makeppfile.
1179
1180 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1181 Add makepp diagnostic.
1182
1183 2006-05-29 Richard Stallman <rms@gnu.org>
1184
1185 * window.el (fit-window-to-buffer): Doc fix.
1186
1187 * help.el (temp-buffer-max-height): Doc fix.
1188
1189 * subr.el (with-current-buffer): Doc fix.
1190
1191 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1192
1193 * term/x-win.el: Bind F10 to menu-bar-start if available.
1194
1195 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1196
1197 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1198 uses with a simple test.
1199 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1200 (term-send-raw-string, term-send-raw, term-mouse-paste)
1201 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1202 (term-handle-exit, term-read-input-ring)
1203 (term-previous-matching-input-string)
1204 (term-previous-matching-input-string-position)
1205 (term-previous-matching-input-from-input)
1206 (term-replace-by-expanded-history, term-send-input)
1207 (term-skip-prompt, term-bol, term-send-invisible)
1208 (term-kill-input, term-delchar-or-maybe-eof)
1209 (term-backward-matching-input, term-check-source)
1210 (term-proc-query, term-emulate-terminal)
1211 (term-handle-colors-array, term-process-pager, term-pager-line)
1212 (term-pager-bob, term-unwrap-line, term-word)
1213 (term-dynamic-complete-filename)
1214 (term-dynamic-complete-as-filename)
1215 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1216 unlesses.
1217
1218 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1221 during bootstrapping.
1222
1223 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1224 Basically undo the change of 2006-05-26: use extra arguments instead of
1225 dynamic scoping.
1226 (ewoc-locate): Remove unused var `footer'.
1227
1228 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1231
1232 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1233 (generate-file-autoloads): Obey it. Return whether autoloads were
1234 added at point or not.
1235 (update-file-autoloads): Use this new return value.
1236 Remove redundant test for the presence of an autoload cookie.
1237
1238 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1239 This one calls hack-local-variables.
1240 (generate-file-autoloads, update-file-autoloads): Use it.
1241
1242 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1243 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1244 (bibtex-sort-entry-class-alist): Don't set the global value.
1245 (bibtex-init-sort-entry-class-alist): New fun.
1246 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1247 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1248 of bibtex-init-sort-entry-class.
1249
1250 2006-05-28 Richard Stallman <rms@gnu.org>
1251
1252 * subr.el (load-history-regexp): If FILE is relative, insist
1253 entire last name component must match it.
1254 (load-history-filename-element, load-history-regexp): Doc fixes.
1255
1256 2006-05-29 Kim F. Storm <storm@cua.dk>
1257
1258 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1259 `pos' and `raw-data' for clarity, as eval forms may access these.
1260
1261 2006-05-28 Kim F. Storm <storm@cua.dk>
1262
1263 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1264
1265 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * progmodes/make-mode.el (makefile-browser-map)
1268 (makefile-mode-syntax-table): Move initialization inside declaration.
1269 (makefile-fill-paragraph): Use the default comment-filling code.
1270
1271 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * replace.el (query-replace-defaults): New variable.
1274 (query-replace-read-from): Use `query-replace-defaults' for
1275 default value, instead of history list.
1276 (query-replace-read-to): Update `query-replace-defaults'.
1277
1278 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1281 with no X toolkit.
1282
1283 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1284
1285 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1286 (tumme-show-all-from-dir): Add autoload.
1287
1288 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1289
1290 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1291 (tumme-remove-tag): Fix bug.
1292
1293 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1294
1295 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1296 FOOTER args. Update unique caller.
1297 (ewoc-delete): Compute last node once before looping.
1298 (ewoc--node-branch): Merge into unique caller.
1299 (ewoc--node): Don't define constructor make-ewoc--node for this
1300 structure.
1301 (ewoc): Add member `hf-pp' to this structure.
1302 (ewoc--wrap): New func.
1303 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1304 header/footer pretty-printers. Save header/footer pretty-printer.
1305 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1306
1307 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1308
1309 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1310
1311 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1312 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1313 Tag'. Change "Compare directories..." to "Change Directories...".
1314 Move tumme commands to Operate, Regexp and Immediate menus.
1315 Change "Add Comment" to "Add Image Comment". Change "Add Image
1316 Tag" to "Add Image Tags".
1317
1318 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1319 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1320 `tumme-delete-tag'.
1321
1322 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1323
1324 * shell.el (shell-mode): Call shell-dirtrack-mode after
1325 list-buffers-directory is made a local variable, to avoid setting
1326 the default value.
1327
1328 2006-05-26 Kevin Ryde <user42@zip.com.au>
1329
1330 * info.el (Info-index-next): Use where-is-internal to report
1331 actual binding of Info-index-next, rather than hard-coded `,'.
1332
1333 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1334
1335 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1336 and "Find Command in Manual" to here.
1337
1338 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1339 Info-current-file as the file name.
1340
1341 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1342
1343 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1344 overrides will now be done a different way.
1345 (ses-set-parameter): Reapply this function for undo.
1346 (ses-set-header-row): Reconstruct header row during undo.
1347 (ses-widen): New function.
1348 (ses-goto-data, ses-reconstruct-all): Use new function.
1349 (ses-command-hook): Widen buffer during undo, before unupdating
1350 the cells.
1351 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1352 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1353 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1354 formula hasn't been executed yet.
1355
1356 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1357
1358 * comint.el (comint-kill-whole-line): Rename arg to count.
1359 Fix doc string.
1360
1361 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1364 to copy-file.
1365
1366 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1367
1368 * simple.el (toggle-truncate-lines): Make arg optional for
1369 backward compatibility.
1370
1371 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1372
1373 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1374 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1375 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1376 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1377 (ewoc--adjust): Use ewoc--current-dll.
1378 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1379
1380 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1381
1382 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1383 compact error message.
1384 (org-tags-view): Refresh category table in each file.
1385 (org-table-justify-field-maybe): Remove superfluous arguments to
1386 `format'.
1387 (org-export-as-html): Insert "<p>" before postamble.
1388 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1389
1390 2006-05-26 Kenichi Handa <handa@m17n.org>
1391
1392 * textmodes/po.el (po-find-charset): Pay attention to the case
1393 FILENAME is a cons (NAME . BUFFER).
1394 (po-find-file-coding-system-guts): Likewise.
1395
1396 * arc-mode.el (archive-set-buffer-as-visiting-file):
1397 Call find-operation-coding-system with (FILENAME . BUFFER).
1398
1399 * tar-mode.el (tar-extract): Call find-operation-coding-system
1400 with (FILENAME . BUFFER).
1401
1402 * international/mule.el (decode-coding-inserted-region):
1403 Call find-operation-coding-system with (FILENAME . BUFFER).
1404
1405 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1406
1407 * image-mode.el (image-toggle-display): Use buffer contents to
1408 generate image for a remote file.
1409
1410 2006-05-25 Juri Linkov <juri@jurta.org>
1411
1412 * replace.el (query-replace-read-from, query-replace-read-to):
1413 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1414
1415 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1416
1417 * whitespace.el (whitespace-cleanup): Change to cleanup
1418 region if one is active.
1419 * whitespace.el (whitespace-cleanup-internal): New internal method.
1420
1421 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1422
1423 * dired.el (dired-mode-map): Add help-echo strings to tumme
1424 commands. Bind `tumme-dired-display-image' to C-t i.
1425
1426 * tumme.el (tumme-display-image): Change documentation string slightly.
1427 (tumme-dired-display-image): Add call to `display-buffer'.
1428
1429 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1430
1431 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1432 Signal error if RAW-DATA is a multibyte string.
1433
1434 2006-05-24 Richard Stallman <rms@gnu.org>
1435
1436 * subr.el (with-local-quit): When handling `quit' signal,
1437 make a chance for quit-flag to cause a quit.
1438
1439 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1440 (ad-disable-advice): Add autoloads.
1441
1442 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1443
1444 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1445
1446 * dired.el (dired-mode-map): Change menu items for tumme as per
1447 suggestions in emacs-devel.
1448
1449 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * dired.el (dired-mode-map): Fix breakage.
1452
1453 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1454
1455 * tumme.el (tumme-display-dired-image): Rename to...
1456 (tumme-dired-display-image): ...this.
1457 (tumme-track-movement): Change default value to t.
1458 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1459 used from `tumme-next-line-and-display' and similar commands.
1460
1461 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1462 Immediate menu. Add some tumme commands there.
1463
1464 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1465
1466 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1467
1468 2006-05-24 Chong Yidong <cyd@mit.edu>
1469
1470 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1471 menu entries that open submenus.
1472
1473 2006-05-24 Alan Mackenzie <acm@muc.de>
1474
1475 * startup.el (command-line): For names of preloaded files, don't
1476 append ".elc" (now done in Fload), and call file-truename on the
1477 lisp directory.
1478
1479 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1480 match ANY loaded file with the right name, not just those in
1481 load-path. Put a regexp matching the file name into
1482 after-load-alist, rather than the name itself.
1483
1484 * subr.el: New functions load-history-regexp,
1485 load-history-filename-element, do-after-load-evaluation.
1486
1487 * international/mule.el (load-with-code-conversion): Do the
1488 eval-after-load stuff by calling do-after-load-evaluation.
1489
1490 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1491
1492 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1493 has not been killed.
1494
1495 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1496
1497 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1498 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1499 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1500 Optionally set error message in reply.
1501
1502 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1503
1504 * textmodes/org.el (org-open-at-point): Use renamed variable
1505 `org-confirm-shell-link-function'.
1506 (org-confirm-shell-link-function): Rename from
1507 `org-confirm-shell-links'.
1508 (org-export-directory): New function.
1509 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1510 (org-export-icalendar): Use `org-export-directory'.
1511 (org-indent-item): Keep cursor position.
1512 (org-link-file-path-type): New option.
1513 (org-export-as-html): Fix bug with plain lists starting in
1514 column 0.
1515 (org-export-as-html): Remove deadline formatting, this happens
1516 now already in `org-html-handle-time-stamps'.
1517 (org-export-html-style): Deadline class removed.
1518 (org-insert-labeled-timestamps-at-point): New option.
1519 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1520 of `hide-sublevels 1', in case the first headline is not level 1.
1521 (org-overview, org-content): New fuction.
1522 (org-cycle-global-status, org-cycle-subtree-status): Make these
1523 variables buffer-local.
1524 (org-global-cycle): New command.
1525 (org-shifttab): Use `org-global-cycle'.
1526 (org-insert-heading, org-insert-item): Go to end of new
1527 headline/item after creating it.
1528 (org-export-visible): Rename from `org-export-copy-visible'.
1529 Now creates a temporary org-file and applies an exporting command
1530 to it.
1531 (org-table-eval-formula): Support for lisp forms.
1532 (org-agenda-todo-ignore-scheduled): New option.
1533 (org-agenda-get-todos): Use new option
1534 `org-agenda-todo-ignore-scheduled'.
1535 (org-export-html-inline-images): New value `maybe'.
1536 (org-export-as-html): Inlining of images dependent on link description.
1537 (org-archive-subtree): Check for end-of-buffer before trying
1538 `kill-line'.
1539 (org-agenda-follow-mode): New option.
1540 (org-export-with-tags, org-export-with-timestamps): New options.
1541 (org-html-handle-time-stamps): New function.
1542 (org-keyword-time-regexp): New variable.
1543 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1544 (org-agenda-todo-list-sublevels): New option.
1545 (org-html-level-start): When TITLE is nil, just close all levels.
1546 (org-parse-key-lines, org-parse-export-options): Remove functions,
1547 replaced by `org-infile-export-plist'.
1548 (org-combine-plists, org-infile-export-plist)
1549 (org-default-export-plist): New functions.
1550 (org-export-html-preamble, org-export-html-postamble)
1551 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1552 New variables.
1553 (org-export-publishing-directory): New option.
1554 (org-export-as-html, org-export-as-ascii): Use the new property
1555 lists for settings.
1556 (org-export-copy-visible, org-export-as-xoxo):
1557 Respect `org-export-publishing-directory'.
1558 (org-link-search, org-store-link, org-file-apps): Support for
1559 links to BibTeX database entries..
1560 (org-get-current-options, org-set-regexps-and-options):
1561 Implement logging as a startup option.
1562 (org-store-link): Make sure context string is never empty
1563 (org-insert-link): Use relative path when possible.
1564 (org-at-item-checklet-p): New function.
1565 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1566 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1567 (org-metaright, org-metaup, org-metadown, org-shiftup)
1568 (org-shiftdown, org-shiftright, org-shiftleft)
1569 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1570 Dispatch using `call-interactively'.
1571 (org-call-with-arg): New defsubst.
1572 (org-tag-alist, org-use-fast-tag-selection): New options.
1573 (org-complete): Use `org-tag-alist'.
1574 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1575 (org-next-item, org-previous-item): New commands.
1576 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1577 make command.
1578 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1579
1580 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1581
1582 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1583 (ewoc-filter): Use `ewoc-delete'.
1584
1585 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1586
1587 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1590 Signal more user-friendly error messages.
1591
1592 * complete.el (PC-do-completion): Undo the addition of implicit
1593 wildcards if they did not lead to finding any match.
1594 (read-file-name-internal): Don't add the final > if the completion is
1595 not finished.
1596
1597 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1598
1599 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1600 Quote safe-local-variable predicate.
1601
1602 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1603
1604 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1605
1606 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1607
1608 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1609
1610 * progmodes/make-mode.el (makefile-special-targets-list)
1611 (makefile-macro-table, makefile-target-table): Mark as risky.
1612 (makefile-query-one-target-method): Make this the alias for the
1613 following variable.
1614 (makefile-query-one-target-method-function): Make this the real name.
1615
1616 * textmodes/artist.el (artist-text-renderer): Make this the alias
1617 for the following variable.
1618 (artist-text-renderer-function): Make this the real name.
1619
1620 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1621 the alias for the following variable.
1622 (flyspell-generic-check-word-predicate): Make this the real name.
1623
1624 * textmodes/ispell.el (ispell-format-word): Make this the alias
1625 for the following variable.
1626 (ispell-format-word-function): Make this the real name.
1627 (ispell-message-text-end): Mark as risky.
1628
1629 * skeleton.el (skeleton-transformation, skeleton-filter)
1630 (skeleton-pair-filter): Make these the aliases for the following
1631 variables.
1632 (skeleton-transformation-function, skeleton-filter-function)
1633 (skeleton-pair-filter-function): Make these the real names.
1634
1635 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1636 and skeleton-pair-filter-function.
1637
1638 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1639 alias for the following variable.
1640 (sgml-transformation-function): Make this the real name.
1641 (sgml-tag-alist): Mark as risky.
1642
1643 2006-05-21 Richard Stallman <rms@gnu.org>
1644
1645 * simple.el (kill-region): Interactively, pass point, then mark.
1646
1647 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1648
1649 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1650
1651 2006-05-21 Romain Francoise <romain@orebokech.com>
1652
1653 * dired-x.el (dired-mode-map): Don't bind M-g.
1654
1655 2006-05-20 Richard Stallman <rms@gnu.org>
1656
1657 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1658 (dired-goto-file): Doc fix.
1659
1660 2006-05-21 Kim F. Storm <storm@cua.dk>
1661
1662 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1663 way to enable built-in cua-mode if user loads older CUA-mode package.
1664
1665 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1666 if default-filename is specified.
1667
1668 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1669
1670 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1671
1672 * info.el (info-apropos): Make sure current-file and current-node
1673 have non-nil values. Speed up by using add-to-list instead of
1674 manual consing.
1675
1676 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1677
1678 * progmodes/make-mode.el (makefile-mode): Doc fix.
1679
1680 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1681
1682 * dired-aux.el (dired-do-shell-command): Doc fix.
1683
1684 2006-05-20 Kevin Ryde <user42@zip.com.au>
1685
1686 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1687 ``(custom-manual :tag "Foo" "(foo)Node")''.
1688
1689 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1690
1691 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1692 value is an integer.
1693
1694 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1695
1696 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1697 "format".
1698 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1699
1700 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1701
1702 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1703 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1704
1705 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1708 regexp for keywords.
1709
1710 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1711
1712 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1713 replace-regexp-in-string.
1714
1715 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1716 encode, and escape file name on conversion to URL.
1717
1718 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1719
1720 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1721 Don't unescape URL.
1722 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1723
1724 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1725 on conversion to URLs.
1726
1727 * net/browse-url.el (browse-url-file-url): Encode file name on
1728 conversion to URL.
1729
1730 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1731 conversion to URL.
1732
1733 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1734
1735 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1736
1737 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1738
1739 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1740 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1741
1742 2006-05-19 Glenn Morris <rgm@gnu.org>
1743
1744 * calendar/diary-lib.el (diary-bahai-date)
1745 (list-bahai-diary-entries, mark-bahai-diary-entries)
1746 (mark-bahai-calendar-date-pattern): Not interactive.
1747 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1748 (diary-entries-list): Change format of 4th element in each entry.
1749 (diary-list-entries): Use add-to-diary-list.
1750 (diary-goto-entry): Handle the case where the buffer visiting the
1751 diary has been killed.
1752 (fancy-diary-display): Add 'locator to button rather than 'marker.
1753 Only generate temp-face when there are marks to apply.
1754 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1755 (diary-fancy-date-pattern): New variable.
1756 (diary-time-regexp): Doc fix.
1757 (diary-anniversary, diary-time): New faces.
1758 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1759 diary-time-regexp. Add font-lock-multiline property where needed.
1760 Use new faces diary-anniversary and diary-time.
1761 (diary-fancy-font-lock-fontify-region-function): New function, to
1762 handle multiline font-lock pattern in fancy diary.
1763 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1764 (diary-font-lock-keywords): Tweak time regexp. Use new face
1765 diary-time.
1766
1767 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1768
1769 * international/code-pages.el (mik): Table corrected.
1770
1771 2006-05-18 Kim F. Storm <storm@cua.dk>
1772
1773 * progmodes/grep.el (grep-find): Don't check grep-find-command
1774 before running command (breaks non-interactive usage).
1775
1776 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1777
1778 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1779 (ewoc--insert-new-node): Don't insert trailing newline.
1780 Instead, adjust successor nodes's start markers.
1781 (ewoc--refresh-node): Delete all text from current node's start
1782 marker to the next one's; adjust successor nodes's start markers.
1783 (ewoc--create): Doc fixes.
1784 (ewoc--refresh): Don't insert newline.
1785 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1786 * pcvs.el (cvs-make-cvs-buffer):
1787 Specify extra newline for ewoc's header and footer.
1788 (cvs-update-header): Update initial header recognition.
1789 Append newline to final header and footer values.
1790 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1791
1792 2006-05-17 Richard Stallman <rms@gnu.org>
1793
1794 * files.el (file-name-extension): Doc fix.
1795
1796 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1799 we can explicitly enable/disable rather than toggle.
1800 (shell-mode): Use it.
1801 (shell-cd): Don't try to reproduce what `cd' does.
1802
1803 2006-05-17 Kim F. Storm <storm@cua.dk>
1804
1805 * ido.el (ido-read-internal): Use only nondirectory part of
1806 default item.
1807
1808 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1809
1810 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1811 (ewoc-nth): Doc fix.
1812
1813 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1814
1815 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1816
1817 * international/mule.el (auto-coding-alist): Add .lha to files
1818 read with no-conversion.
1819
1820 * files.el (auto-mode-alist): Add .lha files to archive file
1821 extensions.
1822
1823 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1824 Convert csize to integer when computing offsets within the
1825 compressed archive file.
1826
1827 2006-05-16 Kim F. Storm <storm@cua.dk>
1828
1829 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1830 with read-from-minibuffer.
1831
1832 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1833
1834 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1835 (byte-compile-warnings): Fix safe-local-variable property.
1836
1837 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1838
1839 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1840 (allout-stylish-prefixes, allout-numbered-bullet)
1841 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1842 predicates to qualify `safe-local-variable' property, when
1843 available, else use equivalent lambda.
1844 (allout-current-topic-collapsed-p): Do the right thing regarding
1845 trailing blank lines.
1846
1847 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * server.el (server-start): Only create a directory if needed.
1850 (server-edit, server-unload-hook): server-start => server-mode.
1851 (kill-emacs-hook): Cleanup upon exit.
1852
1853 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * hexl.el (hexlify-buffer): Encode process arguments manually.
1856
1857 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1858
1859 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1860 call to gdb-tooltip-print.
1861
1862 2006-05-15 Romain Francoise <romain@orebokech.com>
1863
1864 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1865 systems, default to "tar" since those systems probably have GNU tar.
1866
1867 2006-05-14 Lars Hansen <larsh@soem.dk>
1868
1869 * desktop.el (desktop-missing-file-warning): Fix docstring.
1870 (desktop-restore-file-buffer): Correct question asked on missing file.
1871
1872 2006-05-14 Kim F. Storm <storm@cua.dk>
1873
1874 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1875 Add CUA move property.
1876
1877 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * custom.el (custom-push-theme): Load the variable before checking
1880 its `standard-value'.
1881
1882 2006-05-13 Lars Hansen <larsh@soem.dk>
1883
1884 * desktop.el (desktop-save): Use with-temp-buffer.
1885
1886 2006-05-12 Glenn Morris <rgm@gnu.org>
1887
1888 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1889 * calendar/calendar.el (calendar-mode-map):
1890 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1891 * calendar/appt.el (appt-check, appt-make-list): Refer to
1892 diary-view-entries, diary-list-entries, diary-show-all-entries
1893 rather than obsolete aliases.
1894
1895 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * simple.el (line-move-finish): Avoid calling point motion hooks
1898 while processing intangibility.
1899
1900 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1901
1902 * term/xterm.el (terminal-init-xterm): Fix typo.
1903
1904 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1905
1906 * allout.el (allout-view-change-hook): Mark as being deprecated,
1907 to be replaced by `allout-exposure-change-hook'.
1908 (allout-exposure-change-hook): New, replacing
1909 `allout-view-change-hook'.
1910 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1911 in addition to `allout-view-change-hook'.
1912 (allout-show-bodies, allout-old-style-prefixes)
1913 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1914 lambda forms to prevent their showing up in variable help
1915 presentations as inscrutable byte-compiled code.
1916 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1917 Use string-or-null-p to qualify safe-local-variable values.
1918 (allout-reindent-bodies): Use memq to qualify matches against
1919 valid safe-local-variable values. Also, quote the lambda as above.
1920 (allout-use-mode-specific-leader): Add missing candidate-value
1921 symbols, use memq, and quote the lambda.
1922 (allout-overlay-interior-modification-handler): Remove unused
1923 variables `msg' and 'opened'.
1924 (allout-hidden-p): Constrain invisibility consideration to allout's
1925 invisibility spec, disregarding invisibility for other reasons.
1926
1927 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1928
1929 * files.el (version-control): Correct safe values.
1930
1931 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1932
1933 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1934
1935 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1936 (ewoc--insert-new-node): New func.
1937 Update callers of deleted funcs to use it, instead.
1938
1939 2006-05-11 Glenn Morris <rgm@gnu.org>
1940
1941 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1942 obsolete alias `show-all-diary-entries'.
1943 (make-diary-entry): Not interactive.
1944 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1945 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1946 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1947 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1948 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1949 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1950
1951 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1952
1953 * calendar/calendar.el (calendar-french-date-string)
1954 (calendar-mayan-date-string, calendar-chinese-date-string)
1955 (calendar-astro-date-string, calendar-iso-date-string)
1956 (calendar-islamic-date-string, calendar-bahai-date-string)
1957 (calendar-hebrew-date-string, calendar-coptic-date-string)
1958 (calendar-ethiopic-date-string, calendar-persian-date-string):
1959 These functions are not interactive.
1960
1961 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1962
1963 * files.el: Balance parentheses.
1964
1965 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1966
1967 * files.el, newcomment.el, outline.el, simple.el,
1968 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1969 progmodes/cc-vars.el, progmodes/compile.el:
1970 Move `safe-local-variable' declarations to the respective files.
1971
1972 * help-fns.el (describe-variable): Don't print safe-var if it is
1973 byte-code. Improve wording as suggested by Luc Teirlinck.
1974
1975 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1976
1977 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1978 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1979 Use a token for pending-triggers to ensure gdb-var-update
1980 gets called once per user input again for pre-GDB 6.4.
1981 (gdb-var-delete): Match on more complex expressions.
1982 (gdb-var-list-children-handler, gdb-var-create-handler):
1983 Use a token for consistency.
1984
1985 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1986
1987 * textmodes/org.el (org-read-date, org-goto-calendar)
1988 (org-agenda-goto-calendar):
1989 Bind `view-calendar-holidays-initially' to nil.
1990
1991 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1992
1993 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1994 Update all callers to do it there, instead.
1995
1996 2006-05-10 Glenn Morris <rgm@gnu.org>
1997
1998 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1999 prefix arg case, to avoid view-diary-entries-initially error.
2000 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2001 (calendar-date-is-legal-p): Handle dates with no day part.
2002
2003 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2004
2005 * comint.el (comint-insert-input): Just make it when
2006 comint-use-prompt regexp is nil (default) and with the mouse.
2007 (comint-copy-old-input): Reinstate from 2004-06-23.
2008 (comint-mode-map): Bind C-c C-m to it.
2009
2010 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2011
2012 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2013 Remove spurious move to point-max (new comint behavior fixes).
2014
2015 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2016 compatibility function (Emacs 18/19).
2017 (idlwave-is-continuation-line): Always return point at start of
2018 previous non-blank continuation line.
2019 `keyword-parameters': Fix continued comment font-lock matcher.
2020 (idlwave-font-lock-fontify-region): Written, use as
2021 font-lock-fontify-region-function, to fix continued keyword
2022 fontification issues.
2023
2024 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2025
2026 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2027 (mac-service-selection, mac-service-open-file)
2028 (mac-service-open-selection, mac-service-mail-selection)
2029 (mac-service-mail-to, mac-service-insert-text): Rename from
2030 mac-services-*. All uses changed.
2031 (mac-apple-event-map): Rename event symbol `services' to `service'.
2032
2033 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2034
2035 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2036 (ewoc--node-enter-first, ewoc--node-enter-last)
2037 (ewoc--delete-node-internal): Merge funcs into unique callers.
2038
2039 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2042 return value of read-from-minibuffer for empty input.
2043
2044 2006-05-09 Miles Bader <miles@gnu.org>
2045
2046 * comint.el (comint-insert-input): Remove redundant calls to setq
2047 and goto-char.
2048
2049 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2050
2051 * comint.el (comint-insert-input): Make it work when
2052 comint-use-prompt-regexp is t.
2053
2054 2006-05-10 Miles Bader <miles@gnu.org>
2055
2056 * subr.el (field-at-pos): New function.
2057
2058 * comint.el (comint-insert-input): Use it.
2059
2060 2006-05-09 Juri Linkov <juri@jurta.org>
2061
2062 * battery.el (battery-linux-proc-acpi): Also try
2063 `/proc/acpi/thermal_zone/THR2/temperature'.
2064
2065 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2066 for now unused lambda `string-or-null'.
2067
2068 * add-log.el (change-log-default-name): Put `string-or-null-p'
2069 instead of lambda on `safe-local-variable' property.
2070
2071 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2072 `region-end' instead of `mark' and `point'.
2073 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2074 Operate on region in Transient Mark mode when the mark is active.
2075 Use `region-beginning' and `region-end' instead of `mark' and
2076 `point'.
2077 (diff-hunk-text, diff-goto-source): Doc fix.
2078
2079 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2080 face `mode-line-buffer-id' for mode-line buffer face instead of
2081 hard-coded `(:weight bold)'.
2082
2083 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2084 buffer-undo-list to t (undo-ask is reproducible by visiting
2085 nested archives).
2086
2087 2006-05-09 Kim F. Storm <storm@cua.dk>
2088
2089 * progmodes/grep.el (rgrep): Set default directory of *grep*
2090 buffer if we start M-x rgrep in the *grep* buffer and choose
2091 a different base directory.
2092
2093 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2094
2095 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2096 completion also when ido is loaded.
2097
2098 2006-05-09 Masatake YAMATO <jet@gyve.org>
2099
2100 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2101 "warning" and "import".
2102 (cpp-font-lock-keywords): Added "warning".
2103
2104 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2105
2106 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2107
2108 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2111 pages at a time, if we signal the end, we should indeed reach that end.
2112
2113 2006-05-08 David Reitter <david.reitter@gmail.com>
2114
2115 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2116 output during execution of the body.
2117
2118 2006-05-08 Kim F. Storm <storm@cua.dk>
2119
2120 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2121
2122 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2123
2124 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2125 Use with-current-buffer.
2126
2127 2006-05-07 Kim F. Storm <storm@cua.dk>
2128
2129 * subr.el (add-to-history): Remove keep-dups arg.
2130
2131 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2132 to nil around call to add-to-history.
2133
2134 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2137 than after a buffer modification.
2138
2139 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2140
2141 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2142 call to...
2143 (gud-watch): ...here so speedbar is raised for already watched
2144 expressions.
2145 (gdb-speedbar-refresh): Delete function.
2146 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2147 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2148 earlier change).
2149 (gdb-var-evaluate-expression-handler)
2150 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2151
2152 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2153 Update localized contents for all buffers except ignored modes.
2154
2155 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2156
2157 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2158 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2159 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2160 (mac-handle-font-panel-closed, mac-handle-font-selection):
2161 New functions.
2162 (mac-font-panel-mode): New minor mode.
2163 (mac-apple-event-map): Add bindings for toolbar toggle button and
2164 font panel.
2165 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2166
2167 2006-05-07 John Paul Wallington <jpw@pobox.com>
2168
2169 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2170 Avoid `regexp-opt'; simplify regexp for readability.
2171
2172 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2173
2174 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2175 * files.el (buffer-stale-function):
2176 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2177 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2178 links to the main manual, not to emacs-xtra.
2179
2180 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2181
2182 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2183 MacJapanese if text is ASCII-only.
2184
2185 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2188 unless so nil isn't returned.
2189 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2190
2191 2006-05-06 Kim F. Storm <storm@cua.dk>
2192
2193 * subr.el (add-to-history): New function.
2194
2195 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2196 (ediff-merge-files-with-ancestor):
2197 * env.el (setenv):
2198 * isearch.el (isearch-update-ring):
2199 * server.el (server-visit-files):
2200 * progmodes/grep.el (lgrep, rgrep):
2201 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2202 * progmodes/xscheme.el (xscheme-insert-expression):
2203 Use add-to-history.
2204
2205 * kmacro.el (kmacro-push-ring): Use add-to-history.
2206 (kmacro-ring-length): Remove unused defun.
2207 (kmacro-start-macro): Use kmacro-push-ring.
2208
2209 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2210
2211 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2212 directly instead of a lambda expression that calls it.
2213
2214 2006-05-06 Kim F. Storm <storm@cua.dk>
2215
2216 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2217 instead of compute-motion.
2218
2219 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2222 change.
2223
2224 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2225
2226 * startup.el (command-line-1): Refer to "Pure Storage" on
2227 pure-space-overflow.
2228
2229 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2230
2231 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2232 provided faces once they all have been used up.
2233
2234 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2235
2236 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2237 reference to the Lisp manual to the warning about pure space
2238 overflow.
2239
2240 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2241
2242 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2243 argument to avoid the call to `ispell-internal-change-dictionary'
2244 when not needed.
2245 (ispell-change-dictionary): Use this argument and call
2246 `ispell-internal-change-dictionary' after the possible change
2247 to `ispell-local-dictionary'.
2248 (ispell-internal-change-dictionary): Check for a change in
2249 personal dictionary use too.
2250
2251 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2252
2253 * startup.el (command-line): On MS-Windows, probe "~", not
2254 "~USER", for warning about non-existent home directory
2255
2256 * arc-mode.el (archive-l-e): New optional argument `float' means
2257 generate a float value.
2258 (archive-arc-summarize, archive-lzh-summarize)
2259 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2260 with 3rd argument non-nil when file's size is being computed.
2261 Format the file sizes with %8.0f instead of %8d.
2262
2263 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2264
2265 * cus-start.el (all): Add mac-dnd-known-types.
2266
2267 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2268 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2269 (mac-TIFF-to-string): New functions.
2270 (x-get-selection, x-selection-value)
2271 (mac-select-convert-to-string): Use them.
2272 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2273 (mac-dnd-types-alist): New customization variable.
2274 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2275 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2276 (mac-dnd-handle-drag-n-drop-event): New functions.
2277 (mac-drag-n-drop): Remove function.
2278 (global-map): Bind drag-n-drop and M-drag-n-drop to
2279 mac-dnd-handle-drag-n-drop-event.
2280
2281 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2282
2283 * progmodes/perl-mode.el (perl-beginning-of-function):
2284 Skip anonymous subs.
2285
2286 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2287
2288 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2289 regexp-opt at run time.
2290
2291 * term.el (term-handle-ansi-escape): Fix off by one error.
2292
2293 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2294
2295 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2296 (gdb-init-1, gdb-post-prompt): ...and references to it.
2297 (gdb-frame-handler): Strip directory name from filename if present.
2298
2299 * progmodes/gud.el (gdb-force-update): Delete defvar
2300 (gud-speedbar-buttons): ...and references to it. Use window-start
2301 to try to keep positon in watch expression.
2302
2303 2006-05-03 Richard Stallman <rms@gnu.org>
2304
2305 * simple.el (next-history-element, previous-history-element): Doc fix.
2306
2307 * isearch.el (isearch-update-ring): Doc fix.
2308
2309 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2310
2311 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2312 into consideration. Replace one arm ifs with whens.
2313
2314 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2315
2316 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2317 (menu): Fix typo.
2318
2319 2006-05-02 Miles Bader <miles@gnu.org>
2320
2321 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2322
2323 2006-05-02 Jay Belanger <belanger@truman.edu>
2324
2325 * calc/calc-embed.el (calc-override-minor-modes-map)
2326 (calc-override-minor-modes): New variables.
2327 (calc-do-embedded): Make sure that Calc keystrokes aren't
2328 overwritten by minor modes.
2329
2330 2006-05-02 Chong Yidong <cyd@mit.edu>
2331
2332 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2333
2334 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2335
2336 * startup.el (command-line-1): Refer to Lisp manual when
2337 pure-space-overflow occurs.
2338
2339 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2340 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2341 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2342 (version-control): Don't use `t' for safe-local-variable declarations.
2343
2344 2006-05-01 Richard Stallman <rms@gnu.org>
2345
2346 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2347 M-r, M-R, M-A, M-SPC or M-DEL.
2348 (diff-mode-map): diff-refine-hunk now on C-c C-w
2349 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2350
2351 * help-mode.el (help-mode): view-exit-action calls delete-window
2352 only when it is safe and possible.
2353
2354 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2355 in messages.
2356
2357 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2358
2359 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2360 in the default tool-bar-map.
2361
2362 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2363
2364 * net/tramp.el (tramp-completion-file-name-handler-alist)
2365 (tramp-run-real-handler, tramp-completion-run-real-handler)
2366 (tramp-completion-handle-file-name-all-completions)
2367 (tramp-completion-handle-file-name-completion): Autoload them.
2368 (tramp-completion-handle-file-exists-p)
2369 (tramp-completion-handle-file-name-directory)
2370 (tramp-completion-handle-file-name-nondirectory)
2371 (tramp-completion-handle-expand-file-name): Remove them.
2372 (tramp-handle-file-name-directory): Return the real directory name.
2373 Returning "/" only doesn't need to be necessary any longer.
2374 (tramp-file-name-handler): Make special attention when in hostname
2375 completion mode.
2376 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2377 (tramp-register-file-name-handlers):
2378 Register `tramp-completion-file-name-handler' only when
2379 `partial-completion-mode' is enabled.
2380 (tramp-completion-handle-file-name-all-completions):
2381 Delete directory part from results.
2382 (tramp-get-completion-methods, tramp-get-completion-user-host):
2383 Discard deleting "/", it doesn't work after the change of
2384 `tramp-handle-file-name-directory' above.
2385
2386 2006-05-01 Kim F. Storm <storm@cua.dk>
2387
2388 * progmodes/grep.el (grep-expand-template): Use save-match-data
2389 and symbol-value.
2390
2391 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2392
2393 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2394 Use select-frame-set-input-focus instead of raise-frame.
2395 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2396
2397 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2398
2399 * progmodes/gud.el (gud-def): Add %c case.
2400 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2401 (gud-format-command): Make match case sensitive. Match on %F.
2402
2403 2006-04-30 Glenn Morris <rgm@gnu.org>
2404
2405 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2406 (cal-tex-preamble): Use cal-tex-preamble-extra.
2407 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2408 than alias `list-diary-entries'.
2409
2410 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2411
2412 * help-fns.el (describe-variable): Add info about safe local variables.
2413
2414 2006-04-29 Richard Stallman <rms@gnu.org>
2415
2416 * bindings.el (mode-line-format): help-echo doc fixes.
2417
2418 * net/tramp.el (tramp-file-name-handler-alist): Delete
2419 expand-file-name and other operations that can cause spurious loading.
2420
2421 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * files.el (safe-local-variable-p): Remove support for the special
2424 value t.
2425
2426 * textmodes/paragraphs.el (sentence-end-without-space):
2427 Fix safety predicate.
2428 (sentence-end-double-space, sentence-end-without-period)
2429 (paragraph-ignore-fill-prefix):
2430 * textmodes/fill.el (colon-double-space):
2431 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2432
2433 * subr.el (booleanp): New fun.
2434
2435 * textmodes/reftex-vars.el (reftex-guess-label-type):
2436 Tighten the safety predicate.
2437
2438 2006-04-28 Kim F. Storm <storm@cua.dk>
2439
2440 * progmodes/grep.el (defgroup grep): Doc fix.
2441 (grep-auto-highlight): Remove.
2442 (grep-template): New defcustom.
2443 (grep-find-template): Rename from grep-tree-template.
2444 (grep-files-aliases): Rename from grep-tree-files-aliases.
2445 Remove "all" alias, add "l" alias.
2446 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2447 (grep-find-ignored-directories): New defcustom to replace
2448 grep-tree-ignore-CVS-directories, to facilitate ignoring
2449 subdirectories for multiple version control systems.
2450 (grep-mode-map): Add Recursive grep item to GREP menu.
2451 (grep-regexp-history, grep-files-history): New defvars.
2452 (grep-probe): New helper function.
2453 (grep-compute-defaults): Use it to simplify code.
2454 Adapt to name changes.
2455 Use `.' as base in grep-find-template rather than <D>.
2456 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2457 Call grep-compute-defaults unconditionally.
2458 (grep-expand-keywords): New defconst.
2459 (grep-expand-template): Rename from grep-expand-command-macros.
2460 Simplify via grep-expand-keywords. Look at case-fold-search instead
2461 of grep-tree-ignore-case to add -i option.
2462 Bind case-fold-search to nil while matching keywords.
2463 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2464 (grep-read-regexp, grep-read-files): New helper functions.
2465 (rgrep): Rename from grep-tree. Rework to use proper histories.
2466 Adapt to changes in defcustoms and functions above.
2467 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2468
2469 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2470
2471 * net/tramp.el (tramp-completion-file-name-handler):
2472 Disable Tramp's functionality while loading Tramp itself.
2473 (tramp-register-file-name-handlers): That's a defsubst now.
2474 Code from `tramp-repair-jka-compr' moved here. Apply it via
2475 `after-init-hook'.
2476 (tramp-repair-jka-compr): Remove.
2477
2478 2006-04-27 Jay Belanger <belanger@truman.edu>
2479
2480 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2481 read expression when `math-read-big-expr' doesn't work.
2482
2483 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2484
2485 * startup.el (command-line-1): Display warning when
2486 pure-space-overflow is non-nil.
2487
2488 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2489
2490 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2491 risky.
2492
2493 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2494
2495 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2496 Return the URL or nil if none can be generated.
2497
2498 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2499
2500 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2501 byte compiler warnings.
2502 (gud-basic-call, gud-find-expr): Let user select an expression
2503 for printing. Print expression as well as value in GUD buffer.
2504
2505 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2506
2507 * allout.el: Remove local autoload declaration for
2508 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2509 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2510 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2511 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2512 (allout-stylish-prefixes, allout-numbered-bullet)
2513 (allout-file-xref-bullet, allout-presentation-padding)
2514 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2515 safe-local-variable with suitable value spec, and add autoload
2516 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2517 (move-beginning-of-line, move-end-of-line): Repair so these compat
2518 functions now actually resituate the point, when appropriate.
2519
2520 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2523
2524 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2525 (add-log-iso8601-time-string): Fix call to format-time-string.
2526
2527 2006-04-26 Kim F. Storm <storm@cua.dk>
2528
2529 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2530
2531 2006-04-26 Masatake YAMATO <jet@gyve.org>
2532
2533 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2534 Add support for "//" style comments. Remove `b' flag
2535 from ?* in `asm-mode-syntax-table'.
2536
2537 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * follow.el: Use (featurep 'xemacs) everywhere.
2540 (follow-mode): Use define-minor-mode.
2541 (follow-mode-map): Move initialization into the declaration.
2542 Use command remapping.
2543 (follow-emacs-version-xemacs-p): Remove.
2544 (follow-submit-feedback): Remove.
2545
2546 * allout.el (allout-layout, allout-passphrase-verifier-string)
2547 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2548
2549 * textmodes/reftex-vars.el (reftex-vref-is-default)
2550 (reftex-fref-is-default, reftex-guess-label-type):
2551 Tighten up a bit the safety predicate.
2552
2553 * textmodes/paragraphs.el (sentence-end-double-space)
2554 (sentence-end-without-period, sentence-end-without-space)
2555 (page-delimiter, paragraph-ignore-fill-prefix):
2556 Tighten up a bit the safety predicate.
2557
2558 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2559
2560 * progmodes/python.el (python-continuation-line-p)
2561 (python-beginning-of-statement): syntax-ppss may return
2562 a negative depth.
2563 (python-mode): Don't forcefully enable font-lock.
2564
2565 * time-stamp.el (time-stamp-start, time-stamp-end)
2566 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2567
2568 * add-log.el: Remove spurious * in docstrings.
2569 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2570 (add-change-log-entry): Use it here, since it's not specific
2571 to iso8601.
2572 (add-log-iso8601-time-string): Don't use it here any more.
2573 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2574
2575 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2576
2577 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2578
2579 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2580 (rcirc-toggle-low-priority): Doc fix.
2581 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2582 ChanServ regexp.
2583 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2584 #emacs.
2585 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2586 (rcirc-decode-coding-system): Use utf-8 as the default.
2587 (rcirc-multiline-minor-mode): Set the fill-column.
2588 (rcirc-format-response-string): Display bright and dim nicks.
2589 (rcirc-browse-url): Update interactive spec to fill ARG.
2590 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2591 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2592
2593 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2594
2595 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2596 case for @Article, etc.
2597
2598 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2599
2600 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2601 Added with autoload cookie.
2602 (tramp-unload-file-name-handlers): Rename from
2603 `tramp-unload-file-name-handler-alist'.
2604
2605 2006-04-23 Romain Francoise <romain@orebokech.com>
2606
2607 * comint.el (comint-match-partial-filename): Doc fix.
2608
2609 2006-04-21 Glenn Morris <rgm@gnu.org>
2610
2611 * calendar/cal-menu.el (calendar-mode-map): Refer to
2612 `diary-view-entries' rather than alias `view-diary-entries'.
2613 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2614
2615 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2616
2617 * progmodes/antlr-mode.el (antlr-default):
2618 * cus-edit.el (custom-documentation):
2619 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2620 in defface.
2621
2622 2006-04-21 Kim F. Storm <storm@cua.dk>
2623
2624 * image.el (image-type): New defun split out of create-image.
2625 (create-image): Use it.
2626
2627 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2628
2629 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2630 (org-open-at-point): Remove the "...done" message to keep output
2631 in the echo area visible.
2632 (org-export-as-xoxo): Fix call to `indent-region'.
2633
2634 2006-04-21 Kevin Ryde <user42@zip.com.au>
2635
2636 * international/mule.el (keyboard-coding-system): defcustom
2637 info-link fixes: "Specify Coding" has been split, keyboard now in
2638 "Terminal Coding", and "Single-Byte Character Support" is now
2639 "Unibyte Mode".
2640
2641 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2642
2643 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2644 Use font-lock-warning-face for any errors e.g. no stack.
2645 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2646
2647 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2648
2649 * progmodes/sh-script.el (sh-shell): Mark as safe.
2650
2651 * newcomment.el (comment-start, comment-start-skip)
2652 (comment-end-skip, comment-end): Mark as safe.
2653
2654 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2655
2656 * textmodes/org.el (org-deadline-announce): Face removed.
2657 (org-level-faces, org-n-levels): Convert to constant.
2658 (org-compatible-face): New function.
2659 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2660 (org-level-5, org-level-6, org-level-7, org-level-8)
2661 (org-special-keyword, org-warning, org-headline-done, org-link)
2662 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2663 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2664 Face definition revised for better color tty support.
2665 (org-bold-re, org-italic-re, org-underline-re): New constants.
2666 (org-set-font-lock-defaults): Use the new constants.
2667 (org-agenda-highlight-todo): New function.
2668 (org-agenda-todo): Fix bug with point at end of line.
2669 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2670 Fontify TODO keywords.
2671 (org-insert-link): Preserve relative path in ../ links.
2672 (org-export-as-html): Convert links pointing to .org files into
2673 links that will work beteen the exported HTML files.
2674 (org-todo-list): Fix bug when arg=0.
2675 (org-insert-heading): More fine-tuning.
2676
2677 2006-04-19 Romain Francoise <romain@orebokech.com>
2678
2679 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2680 from `rmail-mime-charset-pattern'.
2681
2682 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2683
2684 * progmodes/python.el (python-mode): Fix typo.
2685
2686 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2687
2688 * comint.el (comint-previous-input): Don't clobber input line
2689 when moving off either end of the input history ring.
2690 (comint-delete-input): New function, used by
2691 `comint-previous-input' and others.
2692 (comint-previous-matching-input):
2693 Use `coming-delete-input'. Save the partial input if leaving the
2694 edit line. Goto point-max before deleting input to avoid
2695 partial input fragments hanging around.
2696 (comint-restore-input): New function, used by `comint-previous-input'.
2697
2698 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2699
2700 * imenu.el (imenu--index-alist): Balance parentheses.
2701
2702 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2703
2704 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2705
2706 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2707
2708 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2709 file is nil.
2710
2711 2006-04-18 Richard Stallman <rms@gnu.org>
2712
2713 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2714
2715 * imenu.el (imenu-create-index-function, imenu--index-alist)
2716 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2717 (imenu-default-create-index-function, imenu--generic-function):
2718 Doc fixes.
2719
2720 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2721
2722 * help-mode.el (help-mode): Set view-exit-action to delete window.
2723
2724 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2725 now works by passing nil as arg.
2726
2727 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2728
2729 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2730 (read-abbrev-file): Provide default when reading filename.
2731
2732 * files.el (enable-local-variables): Allow :all as value.
2733 (hack-local-variables): Implement that value.
2734 (safe-local-variable-values, safe-local-eval-forms)
2735 (enable-local-variables): Mark as risky.
2736 (find-file-visit-truename, kept-old-versions): Mark safe.
2737
2738 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2739 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2740 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2741
2742 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2745 Use forward-line so as to get to BOL even in the presence of fields.
2746 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2747 in return.
2748 (inferior-tcl): Tell tclsh to work in interactive mode.
2749
2750 * complete.el (partial-completion-mode):
2751 Use 'choose-completion-string-functions to make sure that
2752 choose-completion fills the minibuffer properly.
2753
2754 * complete.el (PC-old-read-file-name-internal): Remove.
2755 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2756 of read-file-name-internal.
2757 (partial-completion-mode): Enable/disable this advice.
2758
2759 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2760
2761 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2762 of 2006-04-17.
2763
2764 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2765
2766 * textmodes/org.el (org-insert-heading): Insert heading before
2767 current if at beginning of line.
2768 (org-todo, org-date): New faces.
2769 (org-table-align): Make sure tooltip window contains full text.
2770 (org-no-properties): New defsubst.
2771 (org-set-font-lock-defaults): Use new faces.
2772
2773 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2774
2775 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2776 for root variables.
2777
2778 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2779 (gdb-frame-address): Re-use to identify frame for watch expression.
2780 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2781 variables.
2782 (gdb-init-1, gdb-source, gdb-post-prompt)
2783 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2784 (gdb-frame-handler): Get gdb-frame-address.
2785
2786 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2787
2788 Sync with Tramp 2.0.53.
2789
2790 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2791 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2792 (tramp-completion-file-name-handler): Add autoload cookie for
2793 adding to `file-name-handler-alist'.
2794
2795 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2796 the prompt. If it returns earlier (when detecting an error
2797 message), the rest of the output will merge accidently with the
2798 output of the next command. Reported by M Jared Finder
2799 <jared@hpalace.com>.
2800
2801 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2802 for `process-file', in order to let it work for older Emacsen too.
2803
2804 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2805
2806 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2807 (tex-font-lock-keywords-3): Use it.
2808
2809 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * newcomment.el (comment-add): New function.
2812 (comment-region-default, comment-dwim): Use it.
2813
2814 2006-04-15 Michael Olson <mwolson@gnu.org>
2815
2816 * emacs-lisp/tq.el: Improve comments.
2817 (tq-queue-head-question): New accessor function.
2818 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2819 Update for modified queue structure.
2820 (tq-queue-add): Accept `question' argument.
2821 (tq-queue-pop): If a question is pending, send it.
2822 (tq-enqueue): Accept new optional argument `delay-question'.
2823 If this is non-nil, and at least one other question is pending a
2824 response, queue the question rather than sending it immediately.
2825
2826 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2827
2828 * calendar/appt.el (appt-add): Check whether an appointment is
2829 already present in appt-time-msg-list. Simplify code.
2830
2831 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * progmodes/cc-langs.el (c-mode-menu):
2834 Don't presume c-subword-mode is bound.
2835
2836 2006-04-13 Bill Wohler <wohler@newt.com>
2837
2838 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2839 (customize-package-emacs-version): Use cdr instead of cadr now
2840 that alists use dotted pairs.
2841
2842 * custom.el (defcustom): Fix docstring for :package-version.
2843
2844 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2847 (tramp-handle-shell-command): Display output buffer only when
2848 `tramp-display-shell-command-buffer' is true.
2849 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2850
2851 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2852
2853 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2854 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2855
2856 2006-04-13 Romain Francoise <romain@orebokech.com>
2857
2858 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2859 leaving temporary .cvsignore buffers behind.
2860
2861 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2862
2863 * textmodes/org.el (org-set-regexps-and-options)
2864 (org-get-current-options): Better names for the startup folding
2865 options.
2866
2867 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2868
2869 * vc.el (vc-annotate): Arrange for point to end up at the same
2870 line number as in the original, but only when using a new buffer.
2871
2872 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2873
2874 * files.el (hack-one-local-variable-eval-safep):
2875 Recognize `edebug-form-spec' for `put', but only if it passes
2876 `edebug-basic-spec'. Generalize `put' handling.
2877
2878 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2879 vetting file-local form specs.
2880
2881 * allout.el (allout-layout): Autoload its `safe-local-variable'
2882 property.
2883
2884 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2885
2886 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2887 (org-agenda-mouse-1-follows-link)
2888 (org-mouse-1-follows-link): New options.
2889 (org-format-agenda-item): Fix bug if TAGS is nil.
2890 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2891
2892 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2893
2894 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2895 GDB 6.1+ gives full filename for "info sources" so use
2896 file-name-nondirectory.
2897
2898 2006-04-12 Romain Francoise <romain@orebokech.com>
2899
2900 * subr.el (read-passwd): Bind `message-log-max' to nil.
2901
2902 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * progmodes/perl-mode.el (perl-indent-new-calculate):
2905 Recompute parse-start after jumping backward by a whole sexp.
2906
2907 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2910 window configuration.
2911 (vc-annotate-display-select): Select the buffer so that current-buffer
2912 (and selected-window) is the output buffer at the end of vc-annotate.
2913
2914 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2915
2916 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2917 8-color terminals, to use all of the colors in a sensible order.
2918 256-color terminals work well with the standard map.
2919 (vc-annotate-lines): Only strip the first color character if it
2920 is "#", to allow for terminal-style named colors.
2921 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2922 the correct buffer is scrolled.
2923
2924 2006-04-11 Richard Stallman <rms@gnu.org>
2925
2926 * emacs-lisp/bytecomp.el (byte-compile-file):
2927 Bind enable-local-variables to :safe, and make normal-mode obey it.
2928
2929 * files.el (enable-local-variables): Allow value :safe.
2930 (normal-mode): Doc fix.
2931 (hack-local-variables): Implement enable-local-variables = :safe.
2932 (hack-local-variables-confirm): Don't prevent quitting.
2933
2934 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * loadhist.el (unload-feature): A bit of sanity check of
2937 load-history entries. Cancel timer-vars before unbinding them.
2938
2939 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2940 quote special chars, and make the trick work on the hex part of the
2941 buffer as well.
2942 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2943 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2944
2945 * startup.el (normal-splash-screen): Fix last change so we don't wait
2946 2 minutes if we don't show the splash screen.
2947
2948 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2949
2950 * textmodes/org.el (org-export-plain-list-max-depth)
2951 (org-table-spaces-around-separators)
2952 (org-radio-targets, org-activate-camels)
2953 (org-table-spaces-around-invisible-separators): Options removed.
2954 (org-time-stamp-rounding-minutes, org-remember-templates)
2955 (org-ellipsis, org-activate-links, org-descriptive-links):
2956 New options.
2957 (org-remember-apply-template, org-current-time)
2958 (org-finish-edit-table-field)
2959 (org-link-unescape, org-link-escape)
2960 (org-string-width, org-table-clean-line, org-html-do-expand)
2961 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2962 (org-read-agenda-file-list): New functions.
2963 (org-table-edit-field)
2964 (org-table-create-or-convert-from-region): New commands
2965 (org-table-toggle-vline-visibility): Command removed.
2966 (org-table-convert-region): Made a command.
2967 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2968 Replace with the normal org- functions.
2969 (org-self-insert-command): Don't trigger realign unnecessarily
2970 when blanking a field that is not full.
2971 (org-mode): `Set buffer-invisibility-spec' for links.
2972 (org-activate-links2): Hide link part and only show descriptive
2973 part of the link.
2974 (org-insert-link): Modify for new linking system.
2975 (org-store-link): Store description separately, for use by
2976 `org-insert-link'.
2977 (org-table-align): Use `org-string-width'.
2978 (defgroup): Completely new group structure for custom variables.
2979 (org-agenda-files): Option: Single file name allowed. Function:
2980 Optional argument unrestrited means ignore any restricitons.
2981 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2982 trying to modify the menu. Use generalized access to
2983 `org-agenda-files.'
2984 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2985 (org-agenda-file-to-front, org-remove-file, org-diary)
2986 (org-tags-view, org-export-icalendar-all-agenda-files)
2987 (org-export-icalendar-combine-agenda-files): Use generalized
2988 access to `org-agenda-files'.
2989 (org-remember-handler): Correctly preserve heading if present.
2990 (org-table-insert-row, org-table-insert-hline): Deal with
2991 invisible characters.
2992
2993 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2994
2995 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2996 (vc-annotate-color-map): New 18 element constant
2997 value/saturation, rotating hue colormap, from red->blue.
2998 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2999 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3000 (vc-annotate): To avoid killing the required local variables,
3001 set them before the end of `with-output-to-temp-buffer', and
3002 after first switching to annotate-mode.
3003 (vc-annotate-warp-version): Add buffer argument in goto-line to
3004 ensure annotation, not source, is scrolled.
3005
3006 2006-04-10 Bill Wohler <wohler@newt.com>
3007
3008 * custom.el (defcustom, custom-handle-keyword):
3009 Add :package-version keyword.
3010 (custom-add-package-version): New function. Sets value of new
3011 property 'custom-package-version from :package-version keyword.
3012 (defcustom): Create Common Keywords section in docstring.
3013 (defface, defgroup): Replace definitions of a select few keywords
3014 with a reference to the Common Keywords in defcustom.
3015 (defcustom, defface, defgroup): Replace reference to Customization
3016 chapter in manual with hyperlink.
3017
3018 * cus-edit.el (customize-package-emacs-version-alist):
3019 New variable.
3020 (customize-changed-options): Add check for custom-package-version.
3021 (customize-package-emacs-version): New function to look up Emacs
3022 version corresponding to the given package version.
3023
3024 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3025 defun name, in similar fashion to find-variable-regexp.
3026
3027 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3028
3029 * international/mule-cmds.el (set-locale-environment): Fix last
3030 change for when the locale's preferences don't specify any encoding.
3031
3032 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3035 so the defined var/fun doesn't need to be quoted.
3036
3037 2006-04-10 Richard Stallman <rms@gnu.org>
3038
3039 * finder.el (finder-mode-map): Add n and p bindings.
3040
3041 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3042
3043 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3044 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3045 (gdb-setup-windows): Put something in source window if we can't find
3046 the source file.
3047 (gdb-frame-handler): Make it work again with just assembly.
3048 (gdb-data-list-register-values-handler): Make it work when there is
3049 no stack.
3050
3051 2006-04-09 Richard Stallman <rms@gnu.org>
3052
3053 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3054 specs while looking for charset.
3055
3056 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3057
3058 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3059 Make them faces.
3060 (lm-font-lock-keywords): Update appropriately.
3061
3062 2006-04-10 Kim F. Storm <storm@cua.dk>
3063
3064 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3065 it can also replace buffer-substring-no-properties.
3066
3067 * emulation/cua-base.el (cua-delete-region, cua-paste)
3068 (cua-repeat-replace-region): Use filter-buffer-substring.
3069
3070 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3071 (cua-cut-region-to-global-mark): Likewise.
3072
3073 * emulation/cua-rect.el (cua--extract-rectangle)
3074 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3075
3076 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3077
3078 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3079 entry-type. Add field delimiters to numerical fields if they are
3080 not present.
3081
3082 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3083
3084 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3085 string-const to return value.
3086 (bibtex-remove-delimiters): Use it.
3087
3088 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3091 cl-byte-compile-compiler-macro unless it exists.
3092
3093 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3094
3095 * files.el (hack-local-variables-confirm) <offer-save>:
3096 Clarify message text. Suggested by Ralf Angeli.
3097
3098 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3099
3100 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3101 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3102 instead of `buffer-substring' and `delete-region'. (Most of the
3103 code actually copied from `kill-region'.)
3104
3105 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3106
3107 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3108 (rcirc-default-port): Rename from rcirc-port.
3109 (rcirc-default-nick): Rename from rcirc-nick.
3110 (rcirc-default-user-name): Rename from rcirc-user-name.
3111 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3112 (rcirc-low-priority-flag): New variable.
3113 (rcirc-decode-coding-system): New defcustom.
3114 (rcirc-encode-coding-system): New defcustom.
3115 (rcirc-coding-system-alist): New defcustom.
3116 (rcirc-multiline-major-mode): New defcustom.
3117 (rcirc-nick): New internal variable.
3118 (rcirc-process): Remove variable.
3119 (rcirc-server-buffer): New variable.
3120 (rcirc): Update to use rcirc-default-* variables above.
3121 (rcirc-connect): Do not add window-configuration-hook-here.
3122 (rcirc-server): New internal variable.
3123 (rcirc-connect): Do not send keepalive pings if
3124 rcirc-keepalive-seconds is nil.
3125 (with-rcirc-server-buffer): New macro.
3126 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3127 (rcirc-server-name): Rename from rcirc-server.
3128 (rcirc-buffer-process): New function.
3129 (rcirc-buffer-nick): New function.
3130 (rcirc-buffer-target): Remove function.
3131 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3132 New commands.
3133 (rcirc-mode-map): Change binding of C-c C-l to
3134 rcirc-toggle-low-priority.
3135 (rcirc-mode): Initialize coding system based on
3136 rcirc-coding-system-alist. New change-major-mode-hook to part the
3137 channel on a mode change. Make kill-buffer-hook buffer-local.
3138 (rcirc-change-major-mode-hook): New function.
3139 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3140 (rcirc-last-post-time): New variable.
3141 (rcirc-process-message): Store the last time user posted a message
3142 to this target.
3143 (rcirc-multiline-minor-mode): New mode.
3144 (rcirc-multiline-minor-mode-map): New mode map.
3145 (rcirc-edit-multiline): Put multiline-edit buffer in
3146 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3147 (rcirc-print): Ignore any line starting with an ignored nick.
3148 (rcirc-print): Decode using rcirc-decode-coding-system.
3149 (rcirc-track-minor-mode): Update global-mode-string when disabling
3150 this mode.
3151 (minor-mode-alist): Add LowPri indicator.
3152 (rcirc-toggle-low-priority): New function.
3153 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3154 next lowpriority buffer with activity.
3155 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3156 last time the user posted a message in to the target.
3157 (rcirc-update-activity-string): New formatting for low priority
3158 buffers.
3159 (rcirc-split-activity): New function.
3160 (rcirc-handler-PART, rcirc-handler-KICK)
3161 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3162 (rcirc-nick-away-alist): New variable.
3163 (rcirc-handler-301): New handler. Away messages are printed once
3164 per change.
3165
3166 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3167
3168 * info.el (Info-follow-nearest-node): Doc fix.
3169
3170 * international/mule-cmds.el (set-locale-environment): Make sure
3171 the coding-system preferred by the locale's language has the same
3172 EOL conversion type as the original buffer-file-coding-system.
3173 (locale-language-names): Add a few MS Windows language codes.
3174
3175 2006-04-07 Richard Stallman <rms@gnu.org>
3176
3177 * simple.el (eval-expression): Doc fix.
3178
3179 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3180 (eval-defun): Doc fixes.
3181
3182 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3183
3184 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3185
3186 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3187
3188 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3189 GDB list command without argument for greater generality.
3190
3191 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3192
3193 * subr.el (string-or-null-p): New function.
3194
3195 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3196
3197 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3198
3199 * files.el: Update comment about safe-local-variable declarations.
3200
3201 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3202
3203 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3204 See idlwave.org.
3205
3206 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3207 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3208
3209 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3210 See idlwave.org.
3211
3212 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3213 version 6.0 (minimal changes). See idlwave.org.
3214
3215 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3216 6.0 (minimal changes). See idlwave.org.
3217
3218 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3219
3220 2006-04-06 Romain Francoise <romain@orebokech.com>
3221
3222 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3223 symmetric encryption features and a new asynchronous interface to
3224 GnuPG. This new version is version 1.4, plus whitespace changes.
3225
3226 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3227
3228 * files.el: Move some `safe-local-variable' declarations to the
3229 respective files.
3230
3231 * textmodes/ispell.el (ispell-check-comments)
3232 (ispell-local-dictionary): Mark as safe.
3233
3234 * abbrev.el (abbrev-mode): Mark as safe.
3235
3236 * add-log.el (change-log-default-name): Mark as safe.
3237
3238 * textmodes/reftex-vars.el (reftex-vref-is-default)
3239 (reftex-fref-is-default, reftex-level-indent)
3240 (reftex-guess-label-type): Mark as safe.
3241
3242 * textmodes/fill.el (colon-double-space): Mark as safe.
3243
3244 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3245 (sentence-end-double-space, sentence-end-without-period)
3246 (sentence-end-without-space, sentence-end, sentence-end-base)
3247 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3248
3249 2006-04-06 Kim F. Storm <storm@cua.dk>
3250
3251 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3252 the :set-after list.
3253 (ido-downcase-unc-hosts): New user option. Default on.
3254 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3255 when it is set, as regexps are now applied on the fly.
3256 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3257 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3258 on the fly, but only when ido-process-ignore-lists is set.
3259 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3260 Only downcase names if ido-downcase-unc-hosts is set.
3261
3262 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3263
3264 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3265
3266 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3267
3268 2006-04-05 Kim F. Storm <storm@cua.dk>
3269
3270 * ido.el (ido-mode): Set after ido-unc-hosts and
3271 ido-ignore-unc-host-regexps.
3272 (ido-save-history): Save ido-unc-hosts-cache.
3273 (ido-load-history): Load ido-unc-hosts-cache.
3274 (ido-reread-directory): Refresh unc hosts cache in // dir.
3275
3276 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3277 to nil while displaying slash screen.
3278
3279 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3280
3281 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3282 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3283
3284 2006-04-05 Kenichi Handa <handa@m17n.org>
3285
3286 * international/characters.el: Setup cases of Latin, Greek, and
3287 Cyrillic characters in CJK charsets.
3288
3289 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3290
3291 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3292 default-enable-multibyte-characters. This reverts the change from
3293 revision 6.17 which is no longer necessary because the passphrase
3294 is sent separately now. GnuPG messages are unreadable under
3295 multibyte locales with default-enable-multibyte-characters set to nil.
3296
3297 2006-04-04 Andreas Schwab <schwab@suse.de>
3298
3299 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3300 and `byte-compile-warnings' as `safe-local-variable'.
3301
3302 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3303
3304 * man.el (Man-mode-map): Restore the \r binding.
3305 (Man-abstract-xref-man-page): If Man-target-string is a function,
3306 call it.
3307 (Man-highlight-references): Use Man-default-man-entry to get the
3308 target. Deal with xrefs too.
3309 (Man-highlight-references0): Don't call the target function.
3310
3311 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3312 cannot deal with it.
3313
3314 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3315
3316 * pgg-gpg.el: Clean up process buffers every time gpg processes
3317 complete.
3318
3319 2006-04-04 Kenichi Handa <handa@m17n.org>
3320
3321 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3322 here.
3323 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3324 Temporarily bind inhibit-field-text-motion to t.
3325
3326 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * startup.el (normal-splash-screen): Only set mode-line-format in the
3329 splash buffer, so as not to interfere when debugging the code.
3330 Ignore errors when switching buffer.
3331
3332 2006-04-03 Romain Francoise <romain@orebokech.com>
3333
3334 * dired.el (dired-dnd-protocol-alist): Fix typo.
3335
3336 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3337
3338 * savehist.el (savehist): Add :version.
3339 (savehist-ignored-variables): New variable.
3340 (savehist-minibuffer-hook): Don't save variables listed in
3341 `savehist-ignored-variables'.
3342
3343 * dired.el (dired-dnd-protocol-alist): Mention that change does
3344 only apply to new buffers in doc string.
3345
3346 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3347
3348 * recentf.el (recentf-open-files-item): Include newline in button
3349 field, so opening a file will work, when the point is at the end
3350 of the file name. Allow, for example, to [i]search a file by
3351 extension and just push RET to open it.
3352
3353 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3354
3355 * pgg-gpg.el (pgg-gpg-process-filter)
3356 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3357
3358 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3359 lines, temporary fix.
3360
3361 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3362
3363 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3364
3365 2006-04-02 Richard Stallman <rms@gnu.org>
3366
3367 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3368
3369 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3370
3371 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3372 header-mouse-map.
3373
3374 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3375 (ibuffer-mode-header-map): New keymaps.
3376 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3377 and keybindings for column headers.
3378 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3379 property.
3380
3381 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3382
3383 * speedbar.el (speedbar-after-create-hook): Doc fix.
3384
3385 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3386
3387 * shell.el (shell-directory-tracker)
3388 (shell-dynamic-complete-command): Doc fixes.
3389
3390 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3391
3392 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3393 terminals.
3394
3395 2006-04-01 Kim F. Storm <storm@cua.dk>
3396
3397 * ido.el (ido-unc-hosts-cache): New defvar.
3398 (ido-unc-hosts): If value of defcustom is a function, call it to
3399 get list of UNC hosts. Add function-item choices to specify
3400 ido-unc-hosts-net-view or user function.
3401 (ido-ignore-unc-host-regexps): New defcustom.
3402 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3403 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3404 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3405
3406 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3409 wwidth.
3410
3411 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3414 (ido-max-work-file-list, ido-switch-buffer)
3415 (ido-read-file-name-as-directory-commands):
3416 Fix typos in docstrings.
3417
3418 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3419
3420 * term/mac-win.el (mac-system-coding-system): Define and use after
3421 Mac-specific coding systems are ready.
3422
3423 2006-03-27 Romain Francoise <romain@orebokech.com>
3424
3425 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3426
3427 * ldefs-boot.el: Update.
3428
3429 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3430
3431 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3432 passphrases when it is not needed.
3433 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3434 passphrase stuff from gpg, should only be necessary when you use
3435 gpg with a smartcard.
3436
3437 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3438
3439 * comint.el (comint-dynamic-list-completions): Allow user to
3440 select *Completions* buffer.
3441
3442 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3443
3444 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3445
3446 2006-03-26 Andreas Schwab <schwab@suse.de>
3447
3448 * progmodes/gud.el (gdb): Only complain about multiple debugging
3449 when the gdb process is still running.
3450
3451 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3452
3453 * mail/rmail.el (tool-bar-map): Defvar it.
3454 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3455 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3456
3457 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3458
3459 * help.el (print-help-return-message): Suggest to use
3460 display-buffer instead of switch-to-buffer-other-window to restore
3461 the previous window without selecting it.
3462
3463 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3464
3465 * frame.el (select-frame-by-name): Call x-focus-frame also when
3466 window-system is mac.
3467
3468 * term/mac-win.el: Adjust Courier font specifications in
3469 x-fixed-font-alist.
3470 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3471 when directly encoding to UTF-16 in native byte order, no BOM.
3472
3473 2006-03-25 Kim F. Storm <storm@cua.dk>
3474
3475 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3476 (cua--init-keymaps): Use it instead of fixed C-return.
3477 (cua-mode): Set after it.
3478
3479 * emulation/cua-rect.el (cua--init-rectangles):
3480 Use cua-rectangle-mark-key instead of fixed C-return.
3481
3482 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3483
3484 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3485 "run" in .gdbinit.
3486 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3487
3488 2006-03-24 Romain Francoise <romain@orebokech.com>
3489
3490 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3491 `display-buffer-other-frame'.
3492
3493 2006-03-24 Kim F. Storm <storm@cua.dk>
3494
3495 * apropos.el (apropos-synonyms): Add selection => region.
3496
3497 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3498
3499 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3500 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3501 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3502 (gdb-data-list-register-values-regexp)
3503 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3504 Future proof against new fields being added to MI output.
3505 (gdb-send): Don't treat backslashes for program input as
3506 continuations.
3507 (gdb-assembler-handler): Don't use window-start for this handler.
3508 (gdb-frame-handler): Don't change to hollow arrow if overlay
3509 arrow doesn't move to new frame.
3510
3511 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3512
3513 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3514 prevent compiler warnings.
3515 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3516 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3517 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3518 buffer too.
3519
3520 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3521
3522 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3523 make-network-process, so we can use the same code in Gnus v5-10
3524 too and have this file fully synchronized with that release.
3525
3526 2006-03-23 Romain Francoise <romain@orebokech.com>
3527
3528 * ibuf-ext.el (ibuffer-read-filter-group-name):
3529 Use `ibuffer-generate-filter-groups' to make completion list match
3530 the filter groups that are really displayed in the Ibuffer buffer.
3531 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3532
3533 2006-03-23 Kenichi Handa <handa@m17n.org>
3534
3535 * international/mule-cmds.el (sort-coding-systems): Describe that
3536 the argument is modified in docstring.
3537
3538 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3539
3540 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3541 (pgg-gpg-update-agent): New function.
3542 (pgg-gpg-use-agent-p): New function.
3543 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3544 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3545 (pgg-gpg-sign-region): Use it.
3546
3547 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * cus-edit.el (custom-face-set): Call custom-push-theme before
3550 face-spec set so that `changed' theme is correctly saved.
3551 (custom-face-reset-standard): Reset to recalculated face rather
3552 than defface spec.
3553
3554 * custom.el (custom-push-theme): Only save `changed' theme if the
3555 current face does not match the defface specs.
3556
3557 2006-03-21 Simon Josefsson <jas@extundo.com>
3558
3559 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3560 <wilde@sha-bang.de>.
3561 (pgg-gpg-use-agent): New variable.
3562 (pgg-gpg-process-region): Use it.
3563 (pgg-gpg-encrypt-region): Likewise.
3564 (pgg-gpg-encrypt-symmetric-region): Likewise.
3565 (pgg-gpg-decrypt-region): Likewise.
3566 (pgg-gpg-sign-region): Likewise.
3567 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3568
3569 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3570
3571 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3572 bracket links.
3573
3574 2006-03-21 Kim F. Storm <storm@cua.dk>
3575
3576 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3577 fringe-indicator-alist instead of modifying global value.
3578 (gdb-frame-handler): Likewise.
3579
3580 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3581
3582 * diff-mode.el (diff-function): Make it inherit from diff-header
3583 instead of diff-context.
3584
3585 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3586 bitmap.
3587 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3588 change names in macro above for consistency.
3589 (gdb-frame-handler): Use hollow-right-triangle for all selected
3590 frames which except the innermost (where execution has stopped).
3591 (gdb-reset): Reset buffer-local values of overlay-arrow.
3592
3593 2006-03-20 Richard Stallman <rms@gnu.org>
3594
3595 * simple.el (set-mark-command): Doc fix.
3596
3597 * files.el (display-buffer-other-frame): New command.
3598 (ctl-x-4-map): Bind C-x 5 C-o to it.
3599
3600 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3603 rather than just defer-time, in case defer-time has been changed but
3604 the timer isn't running yet.
3605 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3606
3607 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3608
3609 * help-mode.el (help-follow-symbol): New function.
3610 Essentially identical to the old `help-follow', but do not let
3611 `push-button' do the work when on an xref.
3612 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3613
3614 2006-03-19 Richard Stallman <rms@gnu.org>
3615
3616 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3617 preceded by the word `program'.
3618 (help-follow-mouse, help-follow): Throw error if not on xref.
3619 Delete no longer used args.
3620
3621 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3622
3623 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3624 annotation ensure gud-overlay-arrow-position is redisplayed.
3625
3626 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3627
3628 * textmodes/bibtex.el (bibtex-include-OPTkey)
3629 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3630 (bibtex-autokey-name-case-convert)
3631 (bibtex-autokey-titleword-case-convert): Make these the aliases
3632 for the following two variables.
3633 (bibtex-autokey-name-case-convert-function)
3634 (bibtex-autokey-titleword-case-convert-function): Make these the
3635 real names.
3636 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3637 bibtex-font-lock-crossref sublists.
3638 (bibtex-mode): Revert 2005-12-30 change (which made
3639 completion-ignore-case buffer-local).
3640 (bibtex-url): Simplify.
3641
3642 2006-03-19 Kim F. Storm <storm@cua.dk>
3643
3644 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3645 cursor property value to 2 (to align with C level change).
3646
3647 2006-03-19 Bill Wohler <wohler@newt.com>
3648
3649 * image.el (image-load-path-for-library): Shorten first line in
3650 docstring.
3651
3652 2006-03-18 Richard Stallman <rms@gnu.org>
3653
3654 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3655
3656 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3657
3658 * isearch.el (isearch-other-meta-char): Handle user bindings for
3659 shifted control characters.
3660
3661 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3662
3663 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3664 part that matches email addresses, file names, etc.
3665
3666 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3667
3668 * term/w32-win.el (mouse-set-font):
3669 Mention w32-list-proportional-fonts in the doc string.
3670
3671 2006-03-18 Kim F. Storm <storm@cua.dk>
3672
3673 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3674 (ido-unc-hosts): New user option to explicitly define list of know
3675 UNC-style hosts for completion.
3676 (ido-cache-unc-host-shares-time): New user option.
3677 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3678 New helper functions for UNC file-name support.
3679 (ido-may-cache-directory): Check for UNC host. Simplify.
3680 (ido-wash-history): Clean out old UNC hosts.
3681 (ido-nonreadable-directory-p): UNC hosts are always readable.
3682 (ido-directory-too-big-p): UNC hosts are never too big.
3683 (ido-set-current-directory): Handle UNC root path.
3684 (ido-file-name-all-completions): Complete UNC host names from
3685 ido-unc-hosts list. Cache UNC host shares.
3686 (ido-make-file-list-1): Don't filter UNC root.
3687 (ido-exhibit): Check for // in root directory, and switch to UNC
3688 mode by setting ido-current-directory to //.
3689
3690 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3691
3692 * cus-edit.el (customize-changed-options): Mention explicit
3693 version number as default in prompt.
3694
3695 2006-03-17 Bill Wohler <wohler@newt.com>
3696
3697 * image.el (image-load-path-for-library): Minor docstring fix.
3698
3699 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3700
3701 * textmodes/org.el (org-read-date): Include subgroup 5 into
3702 replacement text.
3703 (org-popup-calendar-for-date-prompt): Fix customization type.
3704
3705 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3706
3707 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3708 (gdb-continuation): New variable.
3709 (gdb-send): Deal with continuation lines.
3710
3711 * progmodes/gud.el (gud-gdb-complete-command)
3712 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3713 expressions.
3714 (gud-tooltip-mode): Use buffer-local value.
3715
3716 2006-03-16 Kim F. Storm <storm@cua.dk>
3717
3718 * ido.el (ido-edit-input): Use selected match, if any.
3719
3720 2006-03-16 Bill Wohler <wohler@newt.com>
3721
3722 * image.el (image-load-path-for-library): Prefer user's images in
3723 image-load-path.
3724
3725 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3726
3727 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3728 when checking for attempt to drag leftmost or rightmost scrollbar.
3729
3730 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3731
3732 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3733 (gdb-force-mode-line-update): New function.
3734 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3735 (gdb-exited): Use them.
3736 (gdb-signal): New function.
3737 (gdb-annotation-rules): Provide a rule for it.
3738
3739 2006-03-16 Kenichi Handa <handa@m17n.org>
3740
3741 * international/mule.el (auto-coding-regexp-alist): Add entries
3742 for Unicode BOM.
3743
3744 * sort.el (sort-build-lists): Temporarily bind
3745 inhibit-field-text-motion to t.
3746
3747 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3748
3749 * locate.el (locate-command, locate-make-command-line)
3750 (locate-fcodes-file, locate-update-command)
3751 (locate-prompt-for-command, locate, locate-with-filter)
3752 (locate-get-file-positions): Doc fixes.
3753 (locate-buffer-name, locate-header-face): Remove leading `*' in
3754 defcustom.
3755 (locate-filter-output): Use `keep-lines' instead of its alias
3756 `delete-non-matching-lines'.
3757 (locate-get-filename, locate-get-dirname): Add introductory comment.
3758 (locate-find-directory-other-window): Give appropriate error
3759 message if used outside main listing.
3760
3761 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3764 the new extend-region feature.
3765 (font-lock-after-change-function): Update correspondingly.
3766 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3767 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3768
3769 2006-03-15 Bill Wohler <wohler@newt.com>
3770
3771 * image.el (image-load-path-for-library): Fix example by not
3772 recommending that one binds image-load-path. Just defvar it to
3773 placate compiler and only use it if previously defined.
3774
3775 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3776
3777 * textmodes/org.el (org-insert-centered): Use `string-width' to
3778 make underlining work for wide characters.
3779 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3780 TAB to `org-cycle', to make sure that no binding in
3781 `outline-mode-map' can supercede it.
3782
3783 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3784
3785 * allout.el: Increment version to 2.2.1 in file commentary.
3786
3787 (allout-version): Increment to 2.2.1.
3788
3789 (allout-default-layout): New customization variable, used when the
3790 file lacks a specific allout-layout. Uses allout-layout-type for
3791 recursively nested definition.
3792
3793 (allout-layout-type): Widget defining allout layouts, necessary for
3794 self-recursive definition.
3795
3796 (allout-mode): Incorporate allout-default-layout as fallback for
3797 allout-layout.
3798
3799 (allout-layout): Mark as 'safe-local-variable', and refer mention
3800 fallback to `allout-default-layout' in absence of a specified value.
3801 (allout-passphrase-verifier-string)
3802 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3803
3804 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3805
3806 (allout-get-encryption-passphrase-verifier): Use correct name of
3807 passphrase verifier in docstring.
3808
3809 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3810
3811 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3812 elements.
3813 (gdb-find-watch-expression): Make it work for arrays too.
3814 Follow change to gdb-var-list.
3815 (gud-watch): Allow the user to enter variable name with a prexix
3816 arg. Create keybindings.
3817 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3818 (gdb-var-list-children-handler, gdb-var-update-handler)
3819 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3820 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3821 Follow change to gdb-var-list.
3822 (gdb-starting): Don't show the overlay arrows when program is running.
3823
3824 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3825 gdb-var-list.
3826
3827 2006-03-14 Bill Wohler <wohler@newt.com>
3828
3829 * image.el (image-load-path-for-library): Pass value of path
3830 rather than symbol. Always return list of directories.
3831 Guarantee that image directory comes first.
3832
3833 2006-03-14 Alan Mackenzie <acm@muc.de>
3834
3835 * font-core.el (font-lock-extend-region\(-function\)?.):
3836 New function/variable.
3837
3838 * font-lock.el (font-lock-after-change-function):
3839 Call font-lock-extend-region. Obey font-lock-lines-before.
3840 (font-lock-default-fontify-region): Remove reference to
3841 font-lock-lines-before.
3842
3843 * jit-lock.el (jit-lock-after-change):
3844 Call font-lock-extend-region. Obey font-lock-lines-before.
3845
3846 2006-03-14 David Ponce <david@dponce.com>
3847
3848 * tree-widget.el (tree-widget-themes-load-path)
3849 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3850
3851 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3852
3853 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3854 (rcirc-print): Mark the start of text at the end of the prompt.
3855 (rcirc-track-minor-mode): Add autoload cookie.
3856 (rcirc-update-activity-string): Add space to front of mode-line
3857 indicator.
3858
3859 2006-03-13 Miles Bader <miles@gnu.org>
3860
3861 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3862 (rcirc-abbrev-nick): Remove function.
3863 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3864
3865 2006-03-13 David Ponce <david@dponce.com>
3866
3867 * tree-widget.el: Handle themes across all occurrences of the main
3868 themes sub-directory found in tree-widget-themes-load-path.
3869 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3870 (tree-widget--locate-sub-directory): Return all occurrences.
3871 (tree-widget-themes-path): New function.
3872 Replace tree-widget-themes-directory, and return a list of directories.
3873 (tree-widget-set-parent-theme)
3874 (tree-widget-lookup-image): Use it.
3875
3876 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3877
3878 * textmodes/org.el (org-link-search): Avoid self-matching of
3879 links, allow target text to be distributed over several lines.
3880 (org-search-not-link): New function.
3881 (org-set-regexps-and-options, org-get-current-options):
3882 New startup options.
3883 (org-export-as-html): Take odd-level setting from local variable.
3884 (org-fontify-emphasized-text): New option.
3885 (org-set-font-lock-defaults): Include emphasized text.
3886 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3887 (org-font-lock): Customize group renamed from `org-faces'.
3888
3889 2006-03-13 John Paul Wallington <jpw@pobox.com>
3890
3891 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3892 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3893
3894 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3895
3896 * cus-start.el (all): Delete :version keyword for members of the
3897 fringe group, since the entire group is new in 22.1.
3898
3899 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3900
3901 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3902 map if value is hexadecimal (an address).
3903 (gud-watch): Only search roots for existing watch expressions.
3904 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3905 prevent caching problems with speedbar-update-directory-contents.
3906
3907 2006-03-12 Juri Linkov <juri@jurta.org>
3908
3909 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3910 before comparing with `low' and `warn'.
3911
3912 * info.el (Info-dir-remove-duplicates): Move point to the
3913 beginning of the current line after deleting the entries from
3914 redundant heading. Use marker for `limit' and compare it with
3915 point before calling `re-search-forward'.
3916
3917 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3918
3919 * simple.el (yank): Fix typo in docstring.
3920
3921 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3922
3923 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3924 messages, where "D" is the 6th character.
3925
3926 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3927
3928 * simple.el (yank): Fix last change.
3929
3930 2006-03-11 David Ponce <david@dponce.com>
3931
3932 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3933 merging elements from the standard ispell-dictionary-alist.
3934 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3935 alist, and return the new alist.
3936
3937 2006-03-11 Richard Stallman <rms@gnu.org>
3938
3939 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3940
3941 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3942 the way it is implemented is too unclean.
3943
3944 * simple.el (kill-region, yank): Doc fix.
3945
3946 * battery.el (battery-echo-area-format): Doc fix.
3947 (battery-mode-line-format): Likewise.
3948 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3949 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3950
3951 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3952
3953 * progmodes/octave-mod.el (octave-indent-for-comment):
3954 Behave according to do string.
3955
3956 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3957
3958 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3959 Be visible only if major mode is Mail Mode.
3960
3961 * textmodes/flyspell.el (flyspell-external-point-words)
3962 (flyspell-process-localwords): Fix last changes.
3963
3964 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3965
3966 * calendar/holidays.el (list-holidays): Doc fix.
3967
3968 * international/mule.el (auto-coding-alist): Add .odt
3969 (OpenOffice's open document) files.
3970
3971 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3972 document) files. Mention in the doc string the need to sync with
3973 auto-coding-alist.
3974
3975 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3978 enable-local-variables is set to always query, or there is no
3979 savable variable.
3980
3981 2006-03-10 Bill Wohler <wohler@newt.com>
3982
3983 * image.el (image-load-path-for-library): Merge at least three
3984 functions from Gnus and MH-E into this one function that can now
3985 be shared.
3986
3987 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3988
3989 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3990 gdb-remove-mouse-face and remove help-echo too.
3991 (gdb-enqueue-input): Correct conditional clause.
3992
3993 2006-03-10 Glenn Morris <rgm@gnu.org>
3994
3995 * calendar/calendar.el (calendar-holidays): Doc fix.
3996 * calendar/holidays.el (list-holidays): Doc fix.
3997
3998 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3999
4000 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4001 it gets called in gdb-prompt anyway.
4002 (gdb-use-separate-io-buffer): Only restore window arrangement for
4003 gdb-many-windows.
4004 (gdb-enqueue-input): Make it harder to send GDB input when program
4005 is running.
4006 (gdb-buffer-list): New variable.
4007 (gdb-remove-mouse-face): New function.
4008 (gdb-starting): Use it when GDB input won't get sent.
4009
4010 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4011
4012 * help.el (view-lossage): Remove trailing whitespace before
4013 inserting "\n".
4014
4015 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * files.el (hack-local-variables-confirm):
4018 Set coding-system-for-read to nil before writing to .emacs.
4019
4020 * arc-mode.el (archive-extract): Check if an existing buffer name
4021 comes from a different archive.
4022
4023 * help.el (describe-key-briefly): If KEY is a down event, read and
4024 discard the up event.
4025
4026 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4027
4028 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4029 be edited and use font-lock-warning-face for any changes.
4030
4031 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4032 (gdb-edit-value): Use it to report any errors.
4033
4034 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4035
4036 * help.el (describe-key): Remove leftover test code.
4037
4038 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4039
4040 * textmodes/org.el: Move defvars out of eval-when-compile.
4041 Use buffer-file-name variable.
4042 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4043 arg `file'.
4044 (org-level-faces): Remove startup dependency.
4045 (org-cycle, org-map-tree, org-scan-tags)
4046 (org-remember-handler): Don't call `outline-level' directly.
4047 (org-mhe-search-all-folders): New option.
4048 (org-mhe-get-message-folder-from-index)
4049 (org-mhe-get-message-folder): Fix indexing search.
4050 (org-format-agenda-item): Handle nil TAGS argument.
4051 (org-cleaned-string-for-export, org-activate-target-links)
4052 (org-make-target-link-regexp): Deal with empty radio target list.
4053 (org-tag): New face.
4054 (org-get-level-face): New function.
4055 (org-set-font-lock-defaults): Simplify setup for headlines.
4056 (org-complete): Pass common substring to `display-completion-list'.
4057
4058 2006-03-06 David Ponce <david@dponce.com>
4059
4060 * tree-widget.el: Update Commentary header.
4061 (tree-widget-theme-name): Ignore parent themes.
4062 (tree-widget-set-parent-theme): New function.
4063 (tree-widget-set-theme): Use it.
4064 (tree-widget-set-image-properties): Move definition. Does nothing
4065 if image properties have already been set.
4066 (tree-widget-image-properties): Move definition. Receive an image
4067 name. Set the :pointer property.
4068 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4069 Don't set the :pointer image property.
4070 (tree-widget-convert-widget): New function. Handle :dynargs
4071 compatibility here.
4072 (tree-widget): Use it to :convert-widget. Add the :expander-p
4073 predicate to control when the :expander function is entered.
4074 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4075 (tree-widget-value-create): Handle :expander-p. widget-apply
4076 :expander.
4077 (tree-widget-expander-p): New function. Default value of the
4078 :expander-p property.
4079
4080 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * help.el (describe-key): Properly handle the return value of
4083 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4084 remaps. Handle string and vector `follow-link' values.
4085
4086 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * complete.el (PC-expand-many-files): Try be more careful when parsing
4089 the shell's output.
4090
4091 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * outline.el (hide-sublevels): Provide better interactive default.
4094
4095 2006-03-06 Kenichi Handa <handa@m17n.org>
4096
4097 * international/fontset.el (create-fontset-from-fontset-spec):
4098 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4099
4100 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4101
4102 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4103 backslashes instead of one in regexp.
4104 (gud-tooltip-dereference): Add missing optional argument.
4105
4106 2006-03-04 John Paul Wallington <jpw@pobox.com>
4107
4108 * wdired.el (toplevel): Require `cl' at compile-time.
4109
4110 2006-03-04 Andreas Schwab <schwab@suse.de>
4111
4112 * server.el (server-process-filter): Handle errors during
4113 evaluation of the argument.
4114
4115 2006-03-03 John Paul Wallington <jpw@pobox.com>
4116
4117 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4118 escape parentheses at beginning of line.
4119 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4120 (t-mouse-mode): Remove period from end of error message.
4121
4122 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4123
4124 * textmodes/flyspell.el (flyspell-process-localwords):
4125 Be case-sensitive.
4126
4127 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4128
4129 * cus-edit.el (custom-quote): Remove function, since it has been
4130 moved to custom.el.
4131
4132 * font-lock.el (lisp-font-lock-keywords-2)
4133 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4134 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4135 they have no special meaning.
4136
4137 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4138 indirect buffer gets killed before indirect buffer. Use dolist.
4139
4140 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4141
4142 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4143 value instead of a literal constant (1) on more pauses.
4144
4145 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4146
4147 * textmodes/flyspell.el (flyspell-external-point-words):
4148 Be case-sensitive.
4149
4150 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4151
4152 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4153 with "www".
4154
4155 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4156
4157 * allout.el: Restablish intermediate missing comment header to
4158 preserve outline structure.
4159 (allout-beginning-of-current-entry): Skip invisible text.
4160 (allout-open-topic): Fix opening a topic at end-of-buffer.
4161 (allout-minor-mode): Move nearer to allout-mode function.
4162
4163 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4164
4165 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4166
4167 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4168
4169 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4170 is nil.
4171
4172 * progmodes/gud.el (gud-speedbar-menu-items):
4173 Use buffer-local-value and add missing :visible keyword.
4174
4175 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4176
4177 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4178
4179 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4180 must be `follow-link'.
4181
4182 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4183
4184 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4185 formatting: No nested anchors.
4186 (org-all-targets): Fix bug with XEmacs compatibility.
4187 (org-read-date): Add (require 'parse-time).
4188 (org-set-tags): Fix bug with extra inserted space.
4189 (org-export-html-style): Define a style class for targets.
4190 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4191 (org-hide-leading-stars): New option.
4192 (org-hide): New face.
4193 (org-set-font-lock-defaults): Allow to hide leading stars.
4194 (org-get-legal-level, org-tr-level): New functions.
4195 (org-odd-levels-only): New option.
4196 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4197 (org-demote, org-promote): Deal with double-star levels.
4198 (org-convert-to-odd-levels): New command.
4199
4200 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4201
4202 * speedbar.el (speedbar-update-localized-contents): Try to
4203 preserve window-start.
4204 (speedbar-update-directory-contents): Try to preserve window-start
4205 and window-point.
4206 (speedbar-update-special-contents): Don't move back to start of window.
4207
4208 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4209 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4210 speedbar-timer-fn.
4211 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4212 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4213 instead of gdb-speedbar-timer-fn.
4214
4215 2006-02-28 Jay Belanger <belanger@truman.edu>
4216
4217 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4218 (math-compose-expr): Use latex option when calling
4219 `math-compose-tex-matrix' for latex mode.
4220
4221 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4222
4223 * speedbar.el: Re-instate comments about developing for speedbar
4224 [this is what info and gdb-ui use even if better methods exist now].
4225
4226 * t-mouse.el: New file.
4227 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4228 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4229 (t-mouse-make-event-element): Use posn-at-x-y instead.
4230 (t-mouse-make-event): Deal with Fedora Core 3.
4231 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4232 (t-mouse-mouse-position-function): New function. Use it instead
4233 of advising mouse-position.
4234 (t-mouse-mode): New minor mode.
4235 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4236
4237 2006-02-27 Glenn Morris <rgm@gnu.org>
4238
4239 * calendar/calendar.el (calendar-holidays): Doc fix.
4240
4241 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4242
4243 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4244 Re-introduce the concept of a source window.
4245 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4246 consistency with get-buffer-create.
4247 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4248 (gdb-data-list-register-values-handler)
4249 (gdb-stack-list-locals-handler): Try to preserve window-start as
4250 well as window-point.
4251 (gdb-display-source-buffer): New function (old concept).
4252 (gdb-goto-breakpoint): Use it.
4253
4254 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4255 for gdb-ui/gdb-mi (old concept).
4256
4257 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4258
4259 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4260 binding.
4261
4262 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4263
4264 * textmodes/reftex-sel.el (reftex-select-label-map)
4265 (reftex-select-bib-map): Add `follow-mouse' binding.
4266
4267 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4268
4269 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4270 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4271 Give :set functions to provide automatic updating.
4272 Update docstring. Give compiler defvars early in the file
4273 and move the defcustoms to a later spot where all called functions
4274 are defined.
4275 (jka-compr-file-name-handler-entry): Doc fix.
4276 (jka-compr-compression-info-list--internal)
4277 (jka-compr-mode-alist-additions--internal)
4278 (jka-compr-load-suffixes--internal): New variables.
4279 (jka-compr-install): Set the three above variables.
4280 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4281 (jka-compr-update, jka-compr-set): New functions.
4282 (auto-compression-mode): Doc fix.
4283
4284 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4285 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4286 Use jka-compr-compression-info-list--internal,
4287 jka-compr-mode-alist-additions--internal and
4288 jka-compr-load-suffixes--internal.
4289
4290 * files.el (load-library):
4291 * loadhist.el (file-loadhist-lookup):
4292 * startup.el (command-line):
4293 * subr.el (locate-library):
4294 * emacs-lisp/autoload.el (update-directory-autoloads):
4295 * emacs-lisp/find-func.el (find-library-suffixes):
4296 Use `get-load-suffixes' instead of `load-suffixes'.
4297
4298 * subr.el (locate-library):
4299 * emacs-lisp/find-func.el (find-library-name):
4300 Use `load-file-rep-suffixes' instead of '("").
4301
4302 2006-02-26 Kim F. Storm <storm@cua.dk>
4303
4304 * ido.el (ido-save-history, ido-load-history): Simplify.
4305 Don't use find-file-noselect to avoid interference from other modes.
4306
4307 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4308
4309 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4310 to use the default shell if filename is not available.
4311 Reported by Giorgos Keramidas.
4312
4313 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4314
4315 * progmodes/etags.el (tags-completion-table): Do completion from
4316 all the tables in the current list, as documented in the manual.
4317
4318 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4319
4320 * CC Mode Update to 5.31.3.
4321
4322 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4323
4324 * progmodes/cc-mode.el (c-postprocess-file-styles):
4325 Bind inhibit-read-only to t, around the call to
4326 c-remove-any-local-eval-or-mode-variables, so that it works on a
4327 RO file.
4328
4329 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4330
4331 * progmodes/cc-awk.el: Correct a typo.
4332
4333 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4334
4335 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4336 c-hungry-delete-backwards, at the request of RMS. Leave the old
4337 name as an alias.
4338
4339 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4340
4341 * progmodes/cc-mode.el: Correct a typo.
4342
4343 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4344
4345 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4346
4347 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4348
4349 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4350 brace-else-brace (error due to mbeg, mend being undefined).
4351
4352 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4353
4354 * progmodes/cc-mode.el: File Local variables: Solve the problem
4355 where both `mode' and c-file-offsets are specified: `mode' will
4356 overwrite c-f-o's settings:
4357 (c-remove-any-local-eval-or-mode-variables): New function.
4358 (c-postprocess-file-styles): Call the above new function, within
4359 c-tentative-buffer-change, to splat `mode' and `eval' before the
4360 second hack-local-variables.
4361
4362 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4363
4364 * progmodes/cc-mode.el:
4365 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4366 (c-after-change): Protect the match data with save-match-data.
4367 It was getting corrupted by c-after-change-check-<>-operators.
4368
4369 * cc-defs.el: [Supersedes patch V1.38]:
4370 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4371 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4372
4373 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4374 with save-match-data. It was being corrupted when Font Lock was
4375 not enabled.
4376
4377 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4378
4379 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4380 Mode and Subword Mode.
4381
4382 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4383 real labels ("case 1:" or "foo:") from non-labels ("public:").
4384 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4385 coding; c-f-t-2 doesn't move over a token at EOB.
4386
4387 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4388
4389 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4390 (c-update-modeline): Concatenate the minor mode indicators
4391 directly onto mode-name, removing c-submode-indicators.
4392 Sometimes, c-s-i got separated from the mode name on the mode line.
4393
4394 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4395 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4396
4397 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4398
4399 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4400 error message when there's an evaluation error to show whether
4401 it's loaded from source or not.
4402 (c-filter-ops): Make it available at runtime too to work when
4403 `c-make-init-lang-vars-fun' needs to evaluate from source.
4404
4405 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * help.el (help): Revert last part of 2006-02-23 change (deletion
4408 of the `provide' call).
4409
4410 2006-02-23 Juri Linkov <juri@jurta.org>
4411
4412 * compare-w.el (compare-windows-highlight): Add new value
4413 `persistent' and change :type from `boolean' to `choice'.
4414 (compare-windows-overlays1, compare-windows-overlays2):
4415 New internal variables.
4416 (compare-windows-highlight): If compare-windows-highlight is
4417 `persistent', add current overlays to compare-windows-overlays[12]
4418 instead of adding compare-windows-dehighlight to pre-command-hook.
4419 (compare-windows-dehighlight): Delete all overlays from
4420 compare-windows-overlays[12].
4421
4422 * info.el (Info-search): Don't bind search-spaces-regexp to
4423 Info-search-whitespace-regexp in non-regexp isearch mode.
4424
4425 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4428
4429 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * textmodes/org.el (org-xemacs-p)
4432 (org-export-html-show-new-buffer, org-table-may-need-update)
4433 (org-insert-item, org-mhe-get-message-real-folder)
4434 (org-mhe-get-message-folder-from-index)
4435 (org-mhe-get-message-folder, org-mhe-get-message-num)
4436 (org-mhe-get-header, org-make-org-heading-search-string)
4437 (org-make-org-heading-camel, org-table-sort-lines)
4438 (org-format-org-table-html, org-format-table-table-html):
4439 Fix typos in docstrings.
4440
4441 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4442
4443 * textmodes/org.el (org-cleaned-string-for-export)
4444 (org-solidify-link-text): New function.
4445 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4446 XEmacs, just to silence the compiler.
4447 (org-export-as-ascii, org-export-as-html-and-open):
4448 Use `org-cleaned-string-for-export' and create internal links.
4449 (org-follow-mhe-link): Require mh-e, use folder.
4450
4451 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4452
4453 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4454
4455 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4456 gdb-debug-log-length.
4457 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4458 it a real ring but...
4459 (gud-gdba-marker-filter): ...make it work like mark-ring.
4460 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4461 (gdb-mouse-jump): New function. Add bindings.
4462
4463 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4464
4465 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4466 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4467 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4468 (gdb-debug-log-length): Customize it's length.
4469 (gud-watch, gdb-var-create-handler): Display function::var format
4470 but don't use to create variable object.
4471 (gdb-var-create-handler): Use message-box in place of message.
4472 (gdb-stopped): Call gdb-exited if signalled.
4473
4474 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4475
4476 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4477
4478 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4479
4480 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4481 if `reftex-try-all-extensions' is set.
4482
4483 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4484 fail silently when there is no valid argument at point.
4485 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4486 `fail-silently' argument. From a patch by David Reiter.
4487
4488 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4489 New commands.
4490 (org-mark-ring): New variable.
4491 (org-mark-ring-length): New option.
4492 (org-open-at-point, org-goto, org-open-file): Push old position
4493 onto the mark ring.
4494 (org-add-hook): New function.
4495 (org-export-table-remove-special-lines): New option.
4496 (org-skip-comments, org-format-org-table-html): Respect new
4497 option `org-export-table-remove-special-lines'.
4498 (org-open-file): Allow special command configuration for
4499 directory link.
4500 (org-file-apps): Fix bugs in customize type, added setting
4501 for directories.
4502 (org-activate-tags, org-format-agenda-item, org-complete)
4503 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4504 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4505 (org-link-search, org-make-org-heading-search-string)
4506 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4507 (org-radio-targets, org-file-link-context-use-camel-case)
4508 (org-activate-camels): New options.
4509 (org-update-radio-target-regexp, org-all-targets)
4510 (org-make-target-link-regexp, org-activate-target-links):
4511 New functions.
4512 (org-make-org-heading-search-string): New function.
4513 (org-store-link, org-insert-link): Use new option
4514 `org-file-link-context-use-camel-case'.
4515 (org-activate-camels): Use new option `org-activate-camels'.
4516 (org-link-regexp): Add mhe prefix.
4517 (org-open-at-point, org-store-link): Support for mhe links.
4518 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4519 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4520 (org-mhe-get-header, org-follow-mhe-link): New functions.
4521 (org-remove-angle-brackets, org-add-angle-brackets):
4522 New functions.
4523 (org-bracket-link-regexp): New constant.
4524 (org-read-date): Fix bug that was rejecting all typed dates.
4525 (org-link-search): Make hierarchy above visible after a match.
4526 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4527 (org-store-link): Fix bug with link creation when cursor is in
4528 an empty line.
4529 (org-open-at-point): Fix bug with matching a link.
4530 Fixed buggy argument sequence in call to `org-view-tags'.
4531 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4532 (org-prefix-has-tag): New variable.
4533 (org-format-agenda-item): Remove tags from headline
4534 if appropriate.
4535 (org-agenda-remove-tags-when-in-prefix): New option.
4536
4537 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4538
4539 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4540 Fix the regular expressions.
4541
4542 2006-02-21 Richard M. Stallman <rms@gnu.org>
4543
4544 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4545 if there's no other specific basis.
4546
4547 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4548 as variables at all.
4549 (unsafep-variable): Rename arg; doc fix.
4550
4551 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4552
4553 * calendar/appt.el (diary-selective-display): Add defvar.
4554
4555 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4556
4557 * isearch.el (search-whitespace-regexp): Fix custom type.
4558
4559 * help.el (describe-key-briefly): Compute interactive args
4560 in same was as before previous change.
4561
4562 * files.el (enable-local-variables): Doc fix.
4563
4564 2006-02-21 Kim F. Storm <storm@cua.dk>
4565
4566 * fringe.el: Cleanup as file is now pre-loaded.
4567 (fringe-bitmaps): Initialize unconditionally.
4568 (fringe-mode, set-fringe-style): Remove autoload cookies.
4569
4570 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4571
4572 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4573 `horizontal-bar'.
4574 (fringe-cursor-alist): Use `horizontal-bar'.
4575
4576 2006-02-20 Kim F. Storm <storm@cua.dk>
4577
4578 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4579 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4580
4581 * loadup.el: Load "fringe" on window systems.
4582
4583 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4584
4585 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4586 out of scope components.
4587
4588 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4589 default.
4590
4591 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * custom.el (customize-mark-to-save, customize-mark-as-set):
4594 Load the symbol first.
4595
4596 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4597
4598 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4599 strech spec so it doesn't display as "^J" on the header line
4600 when `Buffer-menu-use-header-line' is t.
4601
4602 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4603
4604 * speedbar.el (speedbar-make-button): Keep text properties
4605 of string arguments if desired.
4606
4607 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4608 expessions.
4609
4610 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4611 of speedbar.
4612
4613 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4614
4615 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4616 to value of `read-file-name-completion-ignore-case'.
4617
4618 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * custom.el (customize-mark-as-set): Push to `user' theme.
4621
4622 * cus-edit.el (custom-save-variables): Allow unthemed values.
4623 (customize-set-variable): Push setting to `user' theme.
4624
4625 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4626
4627 * progmodes/gud.el: Don't require font-lock as it's now
4628 automatically loaded.
4629 (gud-speedbar-buttons): Replace gdb-var-changed with
4630 gdb-force-update.
4631
4632 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4633 gdb-var-changed.
4634 (gdb-post-prompt): Use it.
4635 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4636 (gdb-var-update-handler, gdb-var-delete)
4637 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4638 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4639 gdb-force-update in gdb-post-prompt.
4640 (gdb-reset): Clear watch expressions from speedbar when quitting.
4641
4642 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4643
4644 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4645 (viper-change-state-to-vi, viper-change-state-to-emacs):
4646 Make aware of cursor coloring in the Emacs state.
4647 (viper-special-read-and-insert-char): Use read-char-exclusive.
4648 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4649
4650 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4651
4652 * viper-util.el (viper-save-cursor-color)
4653 (viper-get-saved-cursor-color-in-replace-mode)
4654 (viper-get-saved-cursor-color-in-insert-mode)
4655 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4656 state.
4657 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4658
4659 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4660 (ediff-ignore-case-option3, ediff-actual-diff-options)
4661 (ediff-actual-diff3-options): New variables to control case sensitivity.
4662 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4663 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4664 (ediff-toggle-ignore-case): New function.
4665 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4666
4667 * ediff-help.el (ediff-long-help-message-narrow2)
4668 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4669 (ediff-long-help-message-word-mode): Add ignore-case command.
4670 (ediff-help-for-quick-help): Add ignore-case command.
4671
4672 * ediff-merg.el: Move provide to the end.
4673
4674 * ediff-ptch.el: Move provide to the end.
4675
4676 * ediff-wind.el: Move provide to the end.
4677
4678 * ediff-mult.el: Move provide to the end.
4679 (ediff-set-meta-overlay): Enable follow-link.
4680
4681 * ediff.el: Move provide to the end.
4682 Break recursive load cycle in eval-when-compile.
4683 (ediff-patch-buffer): Better heuristics.
4684
4685 * ediff-util.el: Move provide to the end.
4686 Break recursive load cycle in eval-when-compile.
4687 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4688 defuns.
4689 (ediff-submit-report): Pass the values of ediff-diff3-program,
4690 ediff-diff3-options.
4691
4692 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4693
4694 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4695 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4696 `' (for example, in the docstring of `windmove-default-keybindings').
4697
4698 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4699
4700 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4701 shadow face. Don't provide binding to edit variable when it is
4702 out of scope.
4703
4704 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4705 (gdb-var-update-handler): Detect out of scope variables with pre
4706 GDB 6.4 too.
4707 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4708 Reset status of variable objects to nil in update handlers.
4709 (gdb-var-update-handler-1): Detect when a variable object comes
4710 in scope. setcar on var changes gdb-var-list directly.
4711
4712 2006-02-17 Juri Linkov <juri@jurta.org>
4713
4714 * ffap.el (ffap) <defface>: Add explicit face declaration.
4715 (ffap-highlight): Use face `ffap' directly instead of checking
4716 for its existence.
4717
4718 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4719 `visible-ok' of `other-buffer' to find the right original buffer.
4720
4721 * info.el (Info-search): Skip `Local Variables' node.
4722
4723 2006-02-17 Juri Linkov <juri@jurta.org>
4724
4725 * info.el (Info-find-file): Check for symbols `apropos', `history',
4726 `toc' in the input filename, and return these symbols as is.
4727 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4728 `history', `toc' instead of strings.
4729 (Info-set-mode-line): For non-string Info-current-file use the
4730 symbol's name inside **.
4731 (Info-isearch-push-state): Add quote before Info-current-file and
4732 Info-current-node.
4733 (Info-isearch-pop-state): Use `equal' instead of `string='.
4734 (Info-extract-pointer, Info-following-node-name): Use
4735 `match-string-no-properties' instead of `match-string'.
4736 (Info-up): Check `old-file' for `stringp'.
4737 (Info-history): Use `equal' instead of `string-equal'.
4738 Check `file' for `stringp'.
4739 (Info-history): Use symbol `history' instead of string as first arg
4740 of `Info-find-node'.
4741 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4742 `toc' instead of string.
4743 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4744 instead of `buffer-substring', and `match-string-no-properties'
4745 instead of `match-string'.
4746 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4747 instead of strings.
4748 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4749 Use symbol `apropos' instead of string.
4750 (Info-copy-current-node-name): Check `Info-current-file' for
4751 `stringp' and construct a command with `Info-find-node' from it.
4752 (Info-fontify-node): Use `match-string-no-properties' instead of
4753 `match-string' and check file names for `stringp'.
4754 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4755 `history', `toc' instead of strings.
4756
4757 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4758
4759 * files.el: Rearrange functions and variables in the file local
4760 variables section.
4761
4762 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4763
4764 * files.el: Add truncate-lines, ispell-check-comments and
4765 ispell-local-dictionary as safe local variables.
4766
4767 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4768
4769 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4770 out of scope variables.
4771 (gud-speedbar-buttons): Use unless.
4772
4773 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4774 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4775 (gdb-show-changed-values): Also use for out of scope variables.
4776 (gdb-var-update-handler-1): Note if variable goes out of scope.
4777
4778 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4779
4780 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4781 default to global variable values for unsupplied args.
4782 (rcirc-get-buffer-create): Fix bug with setting the target.
4783 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4784 test for rcirc-always-use-server-buffer-flag here.
4785 (rcirc-response-formats): Add %N, which is a facified nick. %n
4786 uses the default face. Change the ACTION format string. If the
4787 "nick" is the server, don't print anything for that field.
4788 Comment fixes.
4789 (rcirc-target-buffer): Don't test
4790 rcirc-always-use-server-buffer-flag here.
4791 (rcirc-print): Squeeze extra spaces out of the text before message.
4792 (rcirc-put-nick-channel): Strip potential "@" char from nick
4793 before adding them to nick table.
4794 (rcirc-url-regexp): Improve to match address like "foo.com".
4795
4796 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4797
4798 * allout.el (allout-hidden-p): Move this defsubst before
4799 allout-overlay-interior-modification-handler, where it is first
4800 used.
4801
4802 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4803
4804 * allout.el: Use allout invisible-text overlays instead of
4805 selective display for concealed text. Also, lots of general
4806 cleanup, and improved compatibility code.
4807
4808 (allout-version) Incremented, corrected, revised, and refined
4809 module commentary.
4810
4811 (provide 'allout): Moved to the bottom, added a require of overlay.
4812
4813 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4814 `except-current'.
4815 (allout-write-file-hook-handler): Minimize delay.
4816 (count-trailing-whitespace-region): New function so
4817 auto-encryption of current topic can resituate cursor exactly.
4818 PGP/GPG encryption trims trailing whitespace from lines, which
4819 must be accounted for across encryption then decryption.
4820
4821 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4822 just plain "\C-c", to avoid intruding on user's keybinding space.
4823
4824 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4825 parameter, so user request to provide a new password is done.
4826
4827 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4828 Refined mechanism for auto-filling behavior while in allout mode.
4829
4830 (allout-mode): Explicitly specify the mode map in the docstring.
4831 Clarify provision for various write-file hook var names.
4832 Adjusted for invisible-text overlays instead of selective-display.
4833
4834 (allout-depth): Really return 0 if not within any topic. This
4835 rectifies `allout-beginning-of-level' and sequence numbering
4836 errors that occur when cutting and pasting numbered topics.
4837 Changed from a in-line subst to a regular function, as well.
4838
4839 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4840
4841 (allout-end-of-subtree, allout-end-of-subtree)
4842 (allout-end-of-entry, allout-end-of-current-heading)
4843 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4844 (allout-show-children, allout-show-to-offshoot)
4845 (allout-hide-current-entry, allout-show-current-entry): Rectified
4846 handling of trailing blank lines between items.
4847
4848 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4849 (allout-current-depth, allout-unprotected, allout-hidden-p)
4850 (allout-on-current-heading-p, allout-listify-exposed)
4851 (allout-chart-subtree, allout-goto-prefix)
4852 (allout-back-to-current-heading, allout-get-body-text)
4853 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4854 (allout-hide-region-body, allout-toggle-subtree-encryption)
4855 (allout-encrypt-string, allout-encrypted-key-info)
4856 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4857 (allout-file-vars-section-data): Adjusted for use with
4858 invisible-text overlays instead of selective-display.
4859
4860 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4861 Reworked for use with invisible text overlays.
4862
4863 (allout-current-topic-collapsed-p): New function.
4864
4865 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4866 to know when to close the containing topic.
4867
4868 (allout-pre-command-business, allout-post-command-business):
4869 Simplify undo-batching and dynamic isearch exposure.
4870
4871 (allout-set-overlay-category): New for invisible-text overlays.
4872 Sets properties of allout-overlay-category, used by
4873 allout-flag-region to set invisible-text overlay properties.
4874 (allout-get-invisibility-overlay): Get the first qualifying
4875 invisibility overlay, so we can find the extent of it.
4876 (allout-back-to-visible-text): Get to just before the beginnining
4877 of the current invisibility overlay, if any.
4878
4879 (allout-overlay-insert-in-front-handler)
4880 (allout-overlay-interior-modification-handler)
4881 (allout-before-change-handler, allout-isearch-end-handler): New
4882 functions to handle extraordinary actions affecting concealed
4883 text.
4884
4885 (allout-flag-region): Use overlays instead of selective-display
4886 for invisible text - by inheritence from the properties of
4887 allout-overlay-category in mainline Emacs, and applied
4888 property-by-property in XEmacs, some recent versions of which
4889 don't inherit the properties from the category. Provisions to
4890 respond to concealed-text edits simplified drastically.
4891
4892 (allout-isearch-rectification, allout-isearch-was-font-lock)
4893 (allout-isearch-expose, allout-enwrap-isearch)
4894 (allout-isearch-abort, allout-pre-was-isearching)
4895 (allout-isearch-prior-pos, allout-isearch-did-quit)
4896 (allout-isearch-dynamic-expose)
4897 (allout-hide-current-entry-completely): Functions deleted.
4898
4899 (allout-undo-aggregation): Explicit undo aggregation no longer
4900 necessary due to transition away from selective-display.
4901
4902 (set-allout-regexp, allout-up-current-level)
4903 (allout-next-visible-heading, allout-forward-current-level)
4904 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4905 (allout-kill-line, allout-yank-processing, allout-show-children)
4906 (allout-expose-topic, allout-old-expose-topic)
4907 (allout-listify-exposed, allout-insert-latex-header)
4908 (allout-toggle-subtree-encryption, allout-encrypt-string)
4909 (remove-from-invisibility-spec, allout-hide-current-subtree):
4910 Ditched unused variables.
4911
4912 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4913
4914 * textmodes/ispell.el (ispell-change-dictionary): Call
4915 ispell-buffer-local-dict instead of
4916 ispell-accept-buffer-local-defs.
4917 (ispell-local-dictionary-alist): Accept as valid any coding-system
4918 supported by Emacs.
4919 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4920 changed to iso-8859-3.
4921
4922 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4923
4924 * speedbar.el (speedbar-frame-width): Make an inline function
4925 instead of a macro. Use frame-width.
4926 (speedbar-try-completion, speedbar-update-contents)
4927 (speedbar-timer-fn): Use consp.
4928 (speedbar-update-localized-contents): Try to preserve point.
4929
4930 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4931 (menu): Re-order menu items.
4932 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4933 field.
4934 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4935 (gdb-post-prompt): Speed things by not forcing update.
4936
4937 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4940 press and perform default action if we get a mouse movement event.
4941
4942 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4943
4944 * calendar/icalendar.el (icalendar--get-event-property)
4945 (icalendar--get-event-property-attributes): Fix typos in
4946 docstrings.
4947
4948 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4949 docstring.
4950
4951 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4952
4953 * bs.el (bs-mode): Use `buffer-disable-undo'.
4954 (bs--get-file-name): Simplify.
4955 (bs-show-in-buffer): Mark the buffer as not modified.
4956
4957 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4960 widget-button-click.
4961
4962 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4963 (custom-mode): Update docstring.
4964
4965 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4966 binding.
4967
4968 * files.el (hack-local-variables-confirm): Allow scrolling if the
4969 file variable list is too long. Kill temp buffer after use.
4970
4971 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4972
4973 * progmodes/gud.el (gdb): Improve doc string.
4974 (gdb-script-font-lock-keywords): Expand allowed character set.
4975
4976 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4977 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4978 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4979 (gdb-separate-io-stop, gdb-separate-io-eof):
4980 Rename from gdb-inferior-* to gdb-separate-*.
4981 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4982
4983 2006-02-14 Jay Belanger <belanger@truman.edu>
4984
4985 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4986 expression is a symbol before checking that it is bound.
4987
4988 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4989 test to see if equation can be solved.
4990
4991 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * wid-edit.el (widget-button-click): Use :pressed-face property
4994 for overlay face, if it exists.
4995
4996 * cus-edit.el (custom-manual, custom-add-see-also)
4997 (custom-add-parent-links, custom-group-link): Add :pressed-face
4998 property to links.
4999
5000 * files.el (hack-local-variables): Remove ignored variables before
5001 checking if any variables need setting.
5002
5003 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5004
5005 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5006
5007 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5008
5009 * help.el (where-is): Fix message for remapped commands.
5010
5011 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5012 Fix typos in docstrings.
5013
5014 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * files.el (safe-local-variable-values): New option.
5017 (hack-local-variables-prop-line): Return a list of variable-value
5018 pairs if MODE-ONLY is non-nil.
5019 (hack-local-variables): Construct list of variable-value pairs,
5020 and apply or reject them in one go. Ask for confirmation if
5021 variables are not known safe.
5022 (hack-local-variables-confirm): Complete rewrite. Support
5023 `safe-local-variable-values'.
5024 (enable-local-variables): Update docstring to reflect new
5025 behavior.
5026 (ignored-local-variables): Ignore ignored-local-variables and
5027 safe-local-variable-values.
5028 (safe-local-variable-p): New function.
5029 (risky-local-variable-p): `safe-local-variable' property check
5030 moved to safe-local-variable-p.
5031 (hack-one-local-variable): Checks moved to hack-local-variables.
5032
5033 (byte-compile-dynamic, c-basic-offset, c-file-style)
5034 (c-indent-level, comment-column, fill-column, fill-prefix)
5035 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5036 (no-update-autoloads, outline-regexp, page-delimiter)
5037 (paragraph-start, paragraph-separate, sentence-end)
5038 (sentence-end-double-space tab-width, version-control):
5039 Add `safe-local-variable' property.
5040
5041 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5042
5043 * icomplete.el, play/landmark.el: Change nonexistent
5044 `outline-layout' file variable to `allout-layout'.
5045
5046 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5047
5048 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5049 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5050 to gud-comint-buffer.
5051 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5052 gdb-ui.el for gdb-mi.el.
5053 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5054 registers buffer to gdb-get-changed-registers.
5055 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5056 deletion of catchpoints (throw and catch).
5057 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5058 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5059 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5060 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5061 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5062
5063 2006-02-13 Jay Belanger <belanger@truman.edu>
5064
5065 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5066 expression is a symbol before checking that it is bound.
5067
5068 2006-02-13 Richard M. Stallman <rms@gnu.org>
5069
5070 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5071 for the minibuffer too, but not if resize-mini-windows will interfere.
5072
5073 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5074 inside `interactive' spec.
5075 (describe-key-briefly-internal, describe-key-internal):
5076 Functions merged back into their callers.
5077
5078 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5079
5080 * info.el (info-xref-visited): Inherit from info-xref too.
5081 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5082 when propertizing Info-current-file and Info-current-node.
5083
5084 2006-02-13 Juri Linkov <juri@jurta.org>
5085
5086 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5087 (tumme-thumb-name): Fix per-directory format.
5088
5089 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5090
5091 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5092
5093 2006-02-12 Miles Bader <miles@gnu.org>
5094
5095 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5096
5097 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5098
5099 * tumme.el: Remove history section. If someone needs the it, it
5100 can always be found in CVS.
5101
5102 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5103
5104 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5105 about the Thumbnail Managing Standard option.
5106
5107 2006-02-12 Richard M. Stallman <rms@gnu.org>
5108
5109 * subr.el (substitute-key-definition): Doc fix.
5110
5111 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5112
5113 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5114
5115 * info.el (Info-mode): Doc fix.
5116
5117 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5118
5119 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5120
5121 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5122 because on Solaris a POSIX compatible "id" is needed. Reported by
5123 Magnus Henoch <mange@freemail.hu>.
5124
5125 2006-02-12 Juri Linkov <juri@jurta.org>
5126
5127 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5128 (tumme) <defgroup>: Change :group to `multimedia'.
5129 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5130 Managing Standard.
5131 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5132 Fix dostring.
5133 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5134 and %y. Fix docstring.
5135 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5136 (tumme-cmd-create-standard-thumbnail-command): New user options.
5137 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5138 is `standard'. Fix docstring.
5139 (tumme-thumb-width, tumme-thumb-height): New user options.
5140 (tumme-external-viewer): Try to find various viewers.
5141 (tumme-get-thumbnail-image): Use `create-image' instead of
5142 constructing the `image' structure.
5143 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5144 `standard'.
5145 (tumme-thumb-name): Add file name generation for standard storage.
5146 Simplify code for other storages.
5147 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5148 Add modification time %m and thumbnail-nq8 %q.
5149 Use `tumme-cmd-create-standard-thumbnail-command' if
5150 tumme-thumbnail-storage is `standard'.
5151 (tumme-dired-insert-marked-thumbs): New autoload command.
5152 (tumme-dired-after-readin-hook): New function.
5153 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5154 `tumme-thumb-size'.
5155 (tumme-display-image): Replace size-x %x and size-y %y with
5156 width %w and height %h.
5157
5158 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5159 `tumme-dired-insert-marked-thumbs'.
5160
5161 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5162
5163 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5164 include path).
5165 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5166 matching tag.
5167
5168 2006-02-12 Miles Bader <miles@gnu.org>
5169
5170 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5171 New variables.
5172 (rcirc-abbrev-nick): New function.
5173 (rcirc-format-response-string): Rewrite to use the formats in
5174 `rcirc-response-formats' and expand escape sequences therein.
5175 A text-property `rcirc-text' is added over the actual response
5176 text to make easy to find inside the returned string.
5177 (rcirc-print): When filling, just look for the `rcirc-text'
5178 text-property to find the appropriate fill prefix, instead of
5179 using hardwired patterns.
5180
5181 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5182
5183 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5184 Managing Standard.
5185
5186 2006-02-11 Kim F. Storm <storm@cua.dk>
5187
5188 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5189 Don't use insert-buffer; do insert-buffer-substring directly.
5190 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5191
5192 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5193
5194 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5195 with inhibit-read-only. Suggested by Stefan Monnier.
5196 (revert-buffer): Let insert-file-contents discard
5197 buffer-undo-list. Simplify code.
5198 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5199
5200 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5201
5202 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5203
5204 * help.el (describe-key-briefly): Now a wrapper for
5205 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5206 to t. Populate yank-menu if empty.
5207 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5208 (describe-key): Now a wrapper for describe-key-internal. Bind
5209 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5210 (describe-key-internal): Renamed from describe-key.
5211
5212 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5213
5214 * progmodes/glasses.el (glasses-separator): Doc fix.
5215 (glasses-original-separator): New defcustom.
5216 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5217
5218 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5219
5220 * mwheel.el (mouse-wheel-up-event): Doc fix.
5221
5222 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5223
5224 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5225 (tumme-dir): New function. Copied from thumbs.el.
5226
5227 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * desktop.el (desktop-outvar): Fix typo.
5230 (desktop-save-buffer-p): Doc fix.
5231
5232 * subr.el (substitute-key-definition): Fix typo.
5233
5234 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5235
5236 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5237 when window-system is mac.
5238
5239 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5240
5241 2006-02-10 Kim F. Storm <storm@cua.dk>
5242
5243 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5244 indirect-function instead of using condition-case.
5245
5246 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5247
5248 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5249 less `colloquial'...
5250
5251 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5252
5253 * tumme.el: Add a couple of todo items.
5254
5255 2006-02-09 Lars Hansen <larsh@soem.dk>
5256
5257 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5258 (highlight-changes-mode): Don't change desktop-locals-to-save.
5259
5260 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * image-mode.el (image-toggle-display): Clear image cache if using
5263 filename.
5264
5265 2006-02-09 Masatake YAMATO <jet@gyve.org>
5266
5267 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5268 a `dired-man' target.
5269
5270 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5271 boundary of symbols.
5272
5273 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5274
5275 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5276
5277 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5278
5279 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5280 `mapcar'; return nil.
5281
5282 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5285 some other event.
5286
5287 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5288
5289 * net/rcirc.el (rcirc-startup-channels-alist):
5290 Add irc.freenode.net and #emacs as defaults.
5291 (rcirc-ignore-all-activity-flag): Remove variable.
5292 (rcirc-authinfo): New variable.
5293 (rcirc-authinfo-filename): Remove variable.
5294 (rcirc-always-use-server-buffer-flag): New flag.
5295 (rcirc): M-x rcirc will automatically connect without prompting.
5296 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5297 connection in lisp.
5298 (rcirc-process-server-response-1): Remove everything but the nick
5299 portion of the sender so it doesn't need to be done everywhere
5300 else. Update related code.
5301 (global-map): Remove global keybindings.
5302 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5303 (rcirc-send-input): Split into several functions.
5304 (rcirc-process-input-line, rcirc-process-message)
5305 (rcirc-process-command): New functions.
5306 (rcirc-target-buffer): New function to determine where to route
5307 messages.
5308 (rcirc-user-nick): Save match data.
5309 (rcirc-toggle-ignore-buffer-activity)
5310 (rcirc-update-activity-string): Remove global ignore functionality,
5311 which can be done now by toggling rcirc-track-minor-mode.
5312 (rcirc-track-minor-mode-map): New keymap.
5313 (rcirc-track-minor-mode): New minor-mode.
5314 (ignore): Make the ignore output nicer. Always print it when
5315 adding or removing nicks.
5316 (rcirc-url-regexp): Improve.
5317 (rcirc-mangle-text): Remove properties before using text in the
5318 modeline.
5319 (rcirc-authenticate): Authentication data comes from
5320 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5321 (rcirc-server-prefix): Inherit from rcirc-server.
5322
5323 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5324
5325 * Makefile.in (compile): Append "|| true" to the end of the `find'
5326 command, like compile-always does.
5327
5328 2006-02-08 Sam Steingold <sds@gnu.org>
5329
5330 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5331 output from a dead connection.
5332
5333 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5334
5335 * dired.el (dired-mode-map): Add more bindings for tumme.
5336
5337 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * wdired.el (wdired-mode-map): Use remap.
5340 (wdired-get-filename): Massage.
5341 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5342 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5343 `keymap' property rather than `local-map'.
5344
5345 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5346
5347 * tumme.el (tumme-get-thumbnail-image): New utility function.
5348 Suggested by from Chong Yidong.
5349 (tumme-dired-with-window-configuration): Rename from
5350 `tumme-dired'. Add code to save window configuration.
5351 (tumme-restore-window-configuration): New command to restore the
5352 window configuration that `tumme-dired-with-window-configuration'
5353 saves before it changes the window configuration.
5354 (tumme-show-all-from-dir): New command to display thumbnails for
5355 all files in a directory entered by the user, like M-x thumbs.
5356 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5357 have been created.
5358 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5359 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5360 Remove obsolete test function.
5361
5362 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * vc.el (small-temporary-file-directory): Remove defvar; there's
5365 a defcustom for it in files.el.
5366
5367 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5368 Fix typo in message.
5369 (tumme-gallery-generate): Fix typo in `error' message.
5370 (tumme-display-window-height-correction)
5371 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5372 (tumme-line-up-interactive): Dox fixes.
5373 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5374 (tumme-restore-window-configuration, tumme-format-properties-string)
5375 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5376 Fix typos in docstrings.
5377
5378 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5379
5380 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5381
5382 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5383
5384 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5385 User should use hook if desired.
5386
5387 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5388 buffer if necessary.
5389 (gdb-delete-frame-or-window): New function.
5390 (gdb-breakpoints-mode-map): Bind "q" to it.
5391
5392 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5393
5394 * textmodes/nroff-mode.el: Clean up name space.
5395 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5396 (nroff-mode): Obey the global setting of nroff-electric-mode.
5397 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5398
5399 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5400
5401 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5402
5403 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5404
5405 2006-02-06 Lars Hansen <larsh@soem.dk>
5406
5407 * generic-x.el (etc-fstab-generic-mode): Add file system types
5408 cifs and usbdevfs. Allow special chars in file names.
5409
5410 2006-02-05 Jay Belanger <belanger@truman.edu>
5411
5412 Update copyright notices of the files in lisp/calc.
5413
5414 2006-02-05 Romain Francoise <romain@orebokech.com>
5415
5416 Update copyright notices of all files in the lisp/play directory.
5417
5418 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5419
5420 * ldefs-boot.el: Regenerate.
5421
5422 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5423
5424 2006-02-05 Kim F. Storm <storm@cua.dk>
5425
5426 * files.el (magic-mode-regexp-match-limit): New defvar.
5427 (set-auto-mode): Use it to limit magic-mode-alist matching.
5428
5429 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5430
5431 * simple.el (display-message-or-buffer): Compare the number of
5432 characters to the frame width when determining whether a 1-line
5433 message string will fit in the echo area. Count screen lines
5434 instead of buffer lines when determining whether a multi-line
5435 message will fit in the echo area/minibuffer window.
5436
5437 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5438
5439 * info.el (Info-index, Info-mode): Improve the description of the
5440 `i' command.
5441
5442 * ldefs-boot.el: Regenerate.
5443
5444 2006-02-03 Werner Lemberg <wl@gnu.org>
5445
5446 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5447 greedy to find the closing bracket in \*[...] and similar
5448 expressions. This is a first rough fix -- many additional
5449 refinements are necessary to make nroff mode really usable with groff.
5450
5451 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5452
5453 * international/mule-cmds.el (set-locale-environment):
5454 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5455 libX11.
5456
5457 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5458
5459 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5460 archive are created in archive-tmpdir.
5461
5462 2006-02-02 John Paul Wallington <jpw@pobox.com>
5463
5464 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5465 (ibuffer-fontification-alist): Use it.
5466 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5467 to "* z" and the Ibuffer Mark menu.
5468
5469 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5470
5471 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * textmodes/table.el (*table--cell-describe-mode)
5474 (*table--cell-describe-bindings): Undo last change since
5475 print-help-return-message is not obsoleted by anything at all.
5476
5477 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5478
5479 * emulation/cua-base.el (cua-mode): Doc fix.
5480
5481 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5482
5483 * dframe.el (dframe-handle-make-frame-visible)
5484 (dframe-handle-iconify-frame, dframe-get-focus)
5485 (dframe-select-attached-frame, dframe-power-click)
5486 (dframe-frame-mode): Fix typos in docstrings.
5487
5488 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5489 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5490 Fix typos in docstrings.
5491
5492 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5493 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5494 (hi-lock-archaic-interface-message-used)
5495 (hi-lock-file-patterns-range): Fix typos in docstrings.
5496
5497 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5498 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5499
5500 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5501 Fix typo in docstring.
5502
5503 * net/newsticker.el (newsticker--decode-iso8601-date)
5504 (newsticker--set-customvar, newsticker--buffer-insert-item)
5505 (newsticker--do-run-auto-mark-filter)
5506 (newsticker--parse-generic-feed): Doc fixes.
5507 (newsticker--retrieval-timer-list, newsticker-url-list)
5508 (newsticker-hide-immortal-items-in-echo-area)
5509 (newsticker-hide-obsolete-items-in-echo-area)
5510 (newsticker-new-item-face, newsticker--enclosure)
5511 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5512 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5513 (newsticker--parse-generic-feed, newsticker--cache-contains)
5514 (newsticker--stat-num-items, newsticker-download-enclosures):
5515 Fix typos in docstrings.
5516
5517 * net/rcirc.el (rcirc-debug): Doc fix.
5518 (rcirc-fill-column, rcirc-receive-message-hooks)
5519 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5520 (rcirc-mode, rcirc-generate-new-buffer-name)
5521 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5522 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5523 Fix typos in docstrings.
5524 (rcirc-print): "?\ " -> "?\s".
5525 (rcirc-cmd-join): Improve argument/docstring consistency.
5526
5527 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5528
5529 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5530 before narrow-to-region.
5531
5532 2006-02-01 Richard M. Stallman <rms@gnu.org>
5533
5534 * simple.el (move-beginning-of-line): Scan properly for invis change.
5535
5536 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5537
5538 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5539
5540 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5541 change bit only when id-format is 'integer. Reported by Matt
5542 Hodges <M.P.Hodges@rl.ac.uk>.
5543
5544 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * hilit-chg.el (highlight-changes-initial-state)
5547 (highlight-changes-global-initial-state): Doc fixes.
5548 (highlight-changes-global-modes, global-highlight-changes):
5549 Fix typos in docstrings.
5550
5551 2006-02-01 Kim F. Storm <storm@cua.dk>
5552
5553 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5554 transient-mark-mode in doc string.
5555
5556 2006-01-31 Richard M. Stallman <rms@gnu.org>
5557
5558 * replace.el (multi-occur): Doc fix.
5559 (multi-occur-in-matching-buffers): Rename from
5560 multi-occur-by-filename-regexp. Prefix arg says match
5561 buffer names instead of file names.
5562
5563 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5564
5565 * bs.el: Allow non-default values of `bs-header-lines-length'.
5566 (bs--running-in-xemacs): Remove (not needed anymore).
5567 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5568 instead of `shrink-window', thus avoiding having to compute the
5569 height of the window.
5570 (bs--up): Wrap around even when there's no header.
5571 (bs--down): Use `forward-line' instead of `next-line'.
5572
5573 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * image-mode.el (image-toggle-display): Use file name if possible,
5576 instead of unnecessarily allocating a (possibly huge) lisp string.
5577
5578 2006-01-30 John Paul Wallington <jpw@pobox.com>
5579
5580 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5581 because the `assert' macro signals it at runtime.
5582
5583 * emacs-lisp/cl.el (toplevel): Remove definition of
5584 `cl-assertion-failed' condition.
5585
5586 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5587
5588 * thumbs.el (thumbs-marked-list): Make buffer-local and
5589 permanent-local.
5590 (thumbs-insert-thumb): Make help-echo non-sticky.
5591 (thumbs-file-alist): Use eolp as check for (non)-image.
5592
5593 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5594
5595 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5596 (ediff-before-session-group-setup-hooks)
5597 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5598 Fix typos in docstrings.
5599
5600 * window.el (bw-dir, bw-eqdir, balance-windows)
5601 (split-window-keep-point): Fix typos in docstrings.
5602
5603 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5604 (org-quote-string, org-calendar-to-agenda-key)
5605 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5606 (org-show-following-heading, org-tags-column)
5607 (org-use-tag-inheritance, org, org-allow-space-in-links)
5608 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5609 (org-enable-table-editor, org-calc-default-modes)
5610 (org-table-allow-automatic-line-recalculation)
5611 (org-export-html-style, org-export-with-fixed-width)
5612 (org-export-with-sub-superscripts, org-special-keyword)
5613 (org-formula, org-time-grid, org-table-may-need-update)
5614 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5615 (org-goto-quit, org-get-indentation, org-end-of-item)
5616 (org-move-item-down, org-move-item-up)
5617 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5618 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5619 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5620 (org-agenda-log-mode, org-agenda-toggle-diary)
5621 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5622 (org-agenda-file-to-end, org-agenda-no-heading-message)
5623 (org-agenda-get-closed, org-format-agenda-item)
5624 (org-cmp-priority, org-cmp-category, org-cmp-time)
5625 (org-agenda-change-all-lines, org-agenda-diary-entry)
5626 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5627 (org-link-search, org-camel-to-words, org-open-file)
5628 (org-remember-handler, org-table-convert-region)
5629 (org-table-move-row-down, org-table-move-row-up)
5630 (org-table-copy-region, org-table-wrap-region)
5631 (org-table-toggle-vline-visibility)
5632 (org-table-get-vertical-vector, org-table-modify-formulas)
5633 (org-table-get-specials, org-recalc-commands)
5634 (org-table-rotate-recalc-marks, org-table-eval-formula)
5635 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5636 (org-level-color-stars-only, org-insert-heading):
5637 Fix typos in docstrings.
5638 (last-arg): Add defvar.
5639
5640 * makefile.w32-in (WINS): Add erc.
5641 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5642
5643 2006-01-29 Bill Wohler <wohler@newt.com>
5644
5645 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5646 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5647 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5648 (mh-autoloads): Don't use comments on otherwise empty lines.
5649
5650 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5651
5652 * emulation/viper.el (viper-major-mode-modifier-list): Add
5653 insert-state and vi-state entries for erc-mode.
5654 (viper-go-away, viper-set-hooks): Add and remove
5655 viper-comint-mode-hook from erc-mode-hook as appropriate.
5656
5657 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5658
5659 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5660
5661 * bs.el (bs--format-aux): Implement `middle' alignment as
5662 described in the docstring for `bs-attributes-list'.
5663 (bs--get-name): Simplify. Don't pad the buffer name.
5664
5665 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5666
5667 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5668 English aspell dictionary is installed, use the first entry of
5669 ispell-dictionary-alist-1.
5670
5671 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5672
5673 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5674 Doc fix.
5675
5676 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5679 for `process-file', in order to let it work for older Emacsen too.
5680
5681 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5682
5683 * international/latexenc.el: Add a suitable `coding:' tag.
5684 (latexenc-find-file-coding-system): Undo last change.
5685
5686 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5687
5688 * international/latexenc.el (latexenc-find-file-coding-system):
5689 Make sure latexenc-main-file is a regular file and is readable.
5690
5691 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5692
5693 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5694 Pass FILE to vc-user-login-name.
5695
5696 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5697
5698 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5699
5700 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5701 there are no more images to display.
5702 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5703 the next image.
5704
5705 2006-01-26 Richard M. Stallman <rms@gnu.org>
5706
5707 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5708
5709 * wid-edit.el (advertised-widget-backward): New alias.
5710 (widget-keymap): Use advertised-widget-backward for S-TAB.
5711
5712 * tumme.el: Correct the keywords.
5713 (tumme-dir-max-size): Use defvar.
5714 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5715
5716 * simple.el (move-beginning-of-line): Take account of fields.
5717 (clone-indirect-buffer-other-window): Take args like
5718 clone-indirect-buffer, and work like it.
5719
5720 * help-fns.el (describe-function): Don't pass `nil' as default.
5721
5722 * files.el (risky-local-variable-p): Follow var aliases.
5723
5724 * subr.el (lazy-completion-table): Doc fix.
5725
5726 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5727 global binding of `line'.
5728
5729 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5730
5731 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5732 Tramp.
5733
5734 * vc.el (vc-default-dired-state-info): Pass FILE to
5735 vc-user-login-name.
5736 (vc-default-update-changelog): Don't use vc-user-login-name, we
5737 don't need it here.
5738
5739 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5740 no longer necessary.
5741
5742 2006-01-25 Kenichi Handa <handa@m17n.org>
5743
5744 * international/mule.el (decode-char): Avoid the overhead of
5745 calling utf-lookup-subst-table-for-decode if
5746 utf-translate-cjk-mode is nil.
5747 (encode-char): Avoid the overhead of calling
5748 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5749 nil.
5750
5751 2006-01-22 Kenichi Handa <handa@m17n.org>
5752
5753 * international/mule.el (make-subsidiary-coding-system): Reset
5754 `coding-system-define-form' property of subsidiaries to nil.
5755 Avoid duplicated entry in coding-system-alist.
5756 (make-coding-system): Avoid duplicated entry in
5757 coding-system-alist.
5758 (define-coding-system-alias): Likewise.
5759
5760 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5761
5762 * completion.el: Minor fixes in introductory comment.
5763 (completion-def-wrapper): Fix alist.
5764
5765 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5766
5767 * thumbs.el (thumbs-new-image-size): New function.
5768 (thumbs-increment-image-size-element)
5769 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5770 (thumbs-decrement-image-size): Delete.
5771 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5772 temp files and use to resize.
5773 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5774 Use increment argument to enlarge/shrink. Preserve point.
5775 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5776 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5777 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5778 (thumbs-mark, thumbs-unmark): Preserve point.
5779 (thumbs-modify-image): Keep old temp files and use to modify.
5780 Cleanup old temp files at load time. Preserve point.
5781 (thumbs-view-image-mode-map): Use new command names.
5782
5783 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5786
5787 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5788 the nastiest part of the cyclic dependency.
5789 (cal-menu-update): Use dotimes and calendar-increment-month.
5790
5791 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5792 (calendar-week-start-day): Add an :initializer.
5793 (calendar-mode-map): Use suppress-keymap, and command remapping.
5794 (describe-calendar-mode): Setup xref-stack info for the back button.
5795 (calendar-star-date): Insert before delete.
5796 (calendar-set-mode-line): Add file-modified info if applicable.
5797 (calendar-increment-month): New function.
5798
5799 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5800
5801 * font-lock.el (lisp-font-lock-keywords-2):
5802 Recognize "& keywords" only at word boundaries.
5803
5804 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5805
5806 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5807 and permanent-local.
5808 (thumbs-max-image-number): New variable.
5809 (thumbs-do-thumbs-insertion): Use them.
5810 (thumbs-per-line): Change default to 4.
5811 (thumbs-marked-list): Rename from thumbs-markedL.
5812 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5813 (thumbs-rename-images): Use -list instead of L for internal variables.
5814 (thumbs-call-convert): Use call-process instead of shell-command.
5815 (thumbs-insert-thumb): Add filename as help-echo to each image.
5816 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5817 Give dir to thumbs-show-thumbs-list.
5818 (thumbs-show-thumbs-list): Set default-directory to that of images.
5819 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5820 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5821 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5822 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5823
5824 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * ses.el (ses-read-cell): Provide a default value.
5827
5828 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5829
5830 * term/w32-win.el (image-library-alist): Add additional names for
5831 GIF library.
5832
5833 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5834
5835 * international/latexenc.el (latexenc-find-file-coding-system):
5836 Add file-regular-p check.
5837
5838 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * simple.el (clone-buffer): Don't show the new buffer in the same
5841 window.
5842
5843 2006-01-23 Juri Linkov <juri@jurta.org>
5844
5845 * faces.el (link, link-visited): New faces based on default values
5846 of `info-xref' and `info-xref-visited'.
5847
5848 * info.el (info-xref): Inherit from `link'.
5849 (info-xref-visited): Inherit from `link-visited'.
5850
5851 * cus-edit.el (custom-buffer-create-internal): Use widget type
5852 `custom-manual' instead of `info-link' and don't set properties
5853 `button-face' and `mouse-face' explicitly.
5854 (custom-browse-group-tag, custom-browse-variable-tag)
5855 (custom-browse-face-tag): Inherit from widget class
5856 `custom-group-link' instead of `push-button'.
5857 (custom-button-unraised): Inherit from `underline' face.
5858 (custom-link): Inherit from `link' face. Fix doc and group.
5859 (custom-add-parent-links, custom-group-value-create): Don't set
5860 properties `button-face' and `mouse-face' explicitly for
5861 `custom-group-link' widget.
5862 (custom-group-link): Add properties `button-face' and `mouse-face'
5863 to widget definition.
5864 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5865 editable-field's :keymap property.
5866 (custom-mode): Fix docstring: substitute keybindings for
5867 `widget-forward' and `widget-backward' from `widget-keymap',
5868 `widget-complete' from `custom-field-keymap', replace old
5869 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5870
5871 * desktop.el (desktop-load-file): Check for `fboundp' before
5872 calling `symbol-function'.
5873
5874 * simple.el (clone-buffer, clone-indirect-buffer)
5875 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5876 `read-string'. Fix prompts.
5877
5878 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5879
5880 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5881
5882 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5883
5884 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5885
5886 * startup.el (inhibit-splash-screen, initial-scratch-message):
5887 Doc fixes.
5888
5889 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5890
5891 Sync with Tramp 2.0.52.
5892
5893 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5894 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5895 `tramp-unload-tramp' for checklist.
5896
5897 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5898 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5899 (tramp-unload-file-name-handler-alist)
5900 (tramp-unload-tramp): New defuns.
5901 (tramp-advice-PC-expand-many-files): New defadvice.
5902 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5903 removed.
5904 (tramp-handle-expand-file-name): Remove double slash.
5905 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5906 It doesn't matter, because it will be converted later on.
5907 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5908 implementation was just heuristic.
5909 (tramp-post-connection): Set uid and gid properties.
5910 (tramp-convert-file-attributes): Set file's gid change bit.
5911 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5912 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5913 in case of su(do)? methods. The home directory of the local user
5914 will be taken else.
5915 (tramp-open-connection-telnet)
5916 (tramp-open-connection-rsh, tramp-open-connection-su)
5917 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5918 local shell prompt could hurt. Reported by Romain Francoise
5919 <romain@orebokech.com>.
5920 (tramp-let-maybe): Add `edebug-form-spec' property.
5921 (tramp-handle-expand-file-name): Bind `default-directory' locally
5922 to "/" in order to avoid problems with UNC shares or Cygwin
5923 mounts.
5924 (tramp-md5-function): Fix typo in error message.
5925
5926 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5927
5928 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5929 for byte-compiler pacification.
5930
5931 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5932
5933 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5934 ID-FORMAT `string'. This allows us to get rid of
5935 `vc-user-login-name UID'.
5936
5937 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5938
5939 2006-01-22 John Paul Wallington <jpw@pobox.com>
5940
5941 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5942
5943 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5944
5945 * emacs-lisp/find-func.el (find-definition-noselect)
5946 (find-variable-noselect): Search variables in C source code too.
5947 (find-function-C-source, find-function-noselect, find-function)
5948 (find-function-other-frame, find-variable-noselect, find-variable)
5949 (find-variable-other-frame, find-variable-at-point):
5950 Fix docstrings.
5951
5952 2006-01-21 Francesco Potorti` <pot@gnu.org>
5953
5954 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5955
5956 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5957
5958 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5959 Default to disabling the "Save affix" question.
5960
5961 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5962
5963 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5964 the first arg to run-python.
5965
5966 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5967
5968 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5969 is not loaded.
5970
5971 2006-01-20 Jay Belanger <belanger@truman.edu>
5972
5973 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5974 limit is 0.
5975
5976 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5977 the correct variable.
5978
5979 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5980
5981 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5982 link. Fixed buggy argument sequence in call to `org-view-tags'.
5983 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5984 (org-prefix-has-tag): New variable.
5985 (org-format-agenda-item): Remove tags from headline if
5986 appropriate.
5987 (org-agenda-remove-tags-when-in-prefix): New option.
5988 (org-get-tags-at): New function.
5989
5990 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5991
5992 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5993 (thumbs-find-image): Move image name and number from buffer name
5994 to mode name. Set thumbs-buffer. Preserve point so that large
5995 images remain visible.
5996 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5997 order.
5998 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5999 mode name.
6000 (thumbs-next-image, thumbs-previous-image): Make them work.
6001
6002 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6003
6004 * cus-edit.el (custom-buffer-create-internal): State in the text above
6005 the whole buffer buttons that they do not operate on hidden items.
6006 (custom-face-menu): Use `custom-face-save' instead of
6007 `custom-face-save-command'.
6008 (custom-face-save-command): Make it an alias for `custom-face-save'
6009 and declare it obsolete.
6010 (custom-face-save): Doc fix.
6011
6012 * dired.el (dired-no-confirm): Add quote.
6013 (dired-subdir-alist-pre-R): Add quote in
6014 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6015
6016 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * textmodes/table.el (table-mode-indicator): Typo in last change.
6019
6020 2006-01-19 Richard M. Stallman <rms@gnu.org>
6021
6022 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6023 Fixes bug reported in Nov 2005.
6024
6025 * isearch.el (isearch-forward): Doc fix.
6026
6027 * dired.el (dired-move-to-filename-regexp): Define as alias.
6028 (dired-no-confirm): Use defcustom.
6029 (dired-subdir-alist-pre-R): Put defvar at top level.
6030
6031 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6032
6033 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6034 Mark as risky.
6035
6036 * simple.el (set-mark-command): Doc fix.
6037 (clone-indirect-buffer-other-window):
6038 Read arg like clone-indirect-buffer.
6039 (move-beginning-of-line): Skip invisible newlines.
6040
6041 2006-01-19 Masatake YAMATO <jet@gyve.org>
6042
6043 * progmodes/cpp.el (cpp-edit-load): Make the order of
6044 listed conditions in a base C code buffer and its associate
6045 CPP Edit buffer the same.
6046
6047 2006-01-19 Kenichi Handa <handa@m17n.org>
6048
6049 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6050 (rmail-mime-feature): Likewise.
6051 (rmail-require-mime-maybe): Use display-warning to show a warning
6052 message.
6053
6054 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6055 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6056
6057 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * array.el: Move defvars out of eval-when-compile.
6060 (array-make-template): Replace undeclared global var with a local one.
6061 (array-mode): Inline initialization functions.
6062 (array-init-local-variables, array-init-max-row)
6063 (array-init-max-column, array-init-columns-per-line)
6064 (array-init-field-width, array-init-rows-numbered)
6065 (array-init-line-length, array-init-lines-per-row): Remove.
6066
6067 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6068 (doc-mode-map): Define explicitly.
6069 (doctor-txtype): Use mapc.
6070
6071 * textmodes/table.el: Move defvars out of eval-when-compile.
6072 Remove harmful code meant to avoid byte-compiler warnings.
6073 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6074 specification that checks table-fixed-width-mode directly.
6075 (table-recognize-region, table-recognize-cell):
6076 Use restore-buffer-modified-p.
6077 (table-fixed-width-mode): Remove code that refreshes
6078 table-fixed-mode-indicator.
6079 (*table--cell-describe-bindings, *table--cell-describe-mode):
6080 Avoid obsolete name print-help-return-message.
6081 (table--test-cell-list): Don't use replace-regexp from elisp.
6082 (table--point-entered-cell-function, table--point-left-cell-function):
6083 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6084
6085 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6086 that was after the end of file. Use buffer-file-name variable.
6087 (org-timestamp-change): Use with-current-buffer.
6088 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6089 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6090 `file'.
6091
6092 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6093 (fortran-break-line): Remove unused var `opoint'.
6094 (fortran-abbrev-start): Obey help-event-list.
6095
6096 2006-01-18 Jesper Harder <harder@phys.au.dk>
6097
6098 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6099
6100 2006-01-18 Masatake YAMATO <jet@gyve.org>
6101
6102 * progmodes/make-mode.el (makefile-imake-mode): New mode
6103 derived from makefile-mode.
6104 (makefile-imake-mode-syntax-table): New syntax table
6105 derived from makefile-mode-syntax-table.
6106 (makefile-mode): Write about makefile-imake-mode in doc string.
6107 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6108 (makefile-imake-font-lock-keywords): New font lock keywords.
6109
6110 * files.el (auto-mode-alist): Add Imakefile.
6111
6112 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6113
6114 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6115 loading the file rather than when turning on flyspell-mode.
6116
6117 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6118
6119 * cus-edit.el (customize-rogue): Minor doc fix.
6120
6121 2006-01-17 Juri Linkov <juri@jurta.org>
6122
6123 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6124 instead of the file at the mark as default if the file at the mark
6125 is the same as the file at point or if dired-dwim-target-directory
6126 is not the same as the current directory and the mark is not active.
6127
6128 * log-view.el (log-view-minor-wrap): Use the same logic to get
6129 revisions as `log-view-diff'.
6130
6131 * info.el (Info-revert-find-node): Check for Info-current-file
6132 before preserving new-history.
6133
6134 * man.el (Man-heading-regexp): Add `/'.
6135
6136 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6137 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6138
6139 2006-01-16 Juri Linkov <juri@jurta.org>
6140
6141 * faces.el (mode-line-faces): New defgroup.
6142 (mode-line-highlight): Move definition after new defgroup.
6143 (mode-line, mode-line-inactive, mode-line-highlight):
6144 Replace :group `modeline' with `mode-line-faces'.
6145 (mode-line-buffer-id): New face.
6146 (modeline-buffer-id): New face alias.
6147 (vertical-border): Remove :group `modeline'.
6148
6149 * bindings.el (propertized-buffer-identification): Use face
6150 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6151 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6152 (mode-line-buffer-identification-keymap): For mouse-1 replace
6153 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6154 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6155 mouse-3.
6156
6157 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6158 Buffer-menu-buffer. Doc fix.
6159 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6160 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6161 `Buffer-menu-buffer'.
6162
6163 * info.el (Info-mode-line-node-keymap): New defvar.
6164 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6165 Propertize Info-current-node with `mode-line-buffer-id' and
6166 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6167
6168 * time.el (display-time-mail-face): Replace :group `faces' with
6169 `mode-line-faces'.
6170
6171 2006-01-16 Kenichi Handa <handa@m17n.org>
6172
6173 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6174
6175 * language/european.el (cp1252): New alias for windows-1252.
6176
6177 * international/mule.el (autoload-coding-system): Prepare for EOL
6178 variants.
6179
6180 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6181
6182 * term.el (term-raw-map): Add mapping for insert.
6183 (term-send-insert): New.
6184 (term-mode): Make variables local here instead of doing it in
6185 `term-emulate-terminal'.
6186 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6187 Scroll reverse needs to take into account the scroll region.
6188 Saving and restoring the cursor should save the color attributes too.
6189 (term-reset-terminal): Reset the scroll region.
6190 (term-handle-ansi-escape): Cursor up and down should take into
6191 account the scroll region.
6192 (term-set-scroll-region): Rename from `term-scroll-region'.
6193 Move to 0,0 after setting the region.
6194 (term-handle-scroll): Handle scroll up.
6195 (term-down): Fix off by one error.
6196 (term-delete-lines): Do not delete outside the scroll region.
6197 (term-insert-lines): Take into account the scroll region.
6198
6199 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * textmodes/ispell.el (ispell-internal-change-dictionary)
6202 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6203 (start, end): Move declaration outside of eval-when-compile.
6204
6205 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6206 (flyspell-mode-on): Use it.
6207
6208 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6209 ispell-kill-ispell-hook.
6210
6211 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6212
6213 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6214 (Custom-reset-saved): Do not ask for confirmation in single option
6215 buffers.
6216
6217 2006-01-13 Richard M. Stallman <rms@gnu.org>
6218
6219 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6220
6221 2006-01-13 Romain Francoise <romain@orebokech.com>
6222
6223 * add-log.el (add-change-log-entry, change-log-merge):
6224 Conditionally use `hard-newline'.
6225
6226 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6227
6228 * wid-edit.el (widget-field-end): If the overlay is no longer
6229 associated with a buffer, behave as if the overlay didn't exist.
6230
6231 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6232 Make sure the links use the `custom-link' face.
6233
6234 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6237 (ld-script-mode): Don't set indent-line-function since we don't
6238 have one.
6239
6240 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6241
6242 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6243 application.
6244 (org-file-apps-defaults-gnu): Use mailcap as the default for
6245 selecting an application on a UNIX system.
6246 (org-agenda-show-tags): New command.
6247 (org-table-insert-hline): Keep cursor in current table line.
6248 (org-table-convert): Offset effect of modifying
6249 `org-table-insert-hline'.
6250 (org-format-agenda-item): New optional argument TAG.
6251 (org-compile-prefix-format): Handle %T format for the tag.
6252 (org-expand-wide-chars): New function.
6253 (org-table-insert-row, org-table-insert-hline):
6254 Use `org-expand-wide-chars'.
6255 (org-open-file): Fix bug in program launch.
6256 (org-get-time-of-day): Fix bug with times before 1am.
6257 (org-agenda-menu): Add tags commands.
6258
6259 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6260
6261 * textmodes/ispell.el (ispell-init-process): Include the used
6262 dictionary in ispell process start message.
6263 (ispell-internal-change-dictionary): When flyspell-mode is active
6264 and dictionary is changed, make sure ispell process is restarted
6265 and flyspell word cache cleared out for the current buffer.
6266 (ispell-change-dictionary): Make sure flyspell word cache is
6267 cleared out in all buffers with active flyspell mode when
6268 dictionary is globally changed.
6269 Call ispell-internal-change-dictionary after dictionary change.
6270
6271 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6272
6273 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6274
6275 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6276 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6277 years. Fix small differences wrt Makefile.in.
6278 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6279 Makefile.in does.
6280
6281 2006-01-12 Bill Wohler <wohler@newt.com>
6282
6283 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6284 mh-search.el.
6285
6286 2006-01-12 Masatake YAMATO <jet@gyve.org>
6287
6288 * progmodes/ld-script.el: Update copyright year.
6289
6290 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6291
6292 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6293 Don't add widget if setting undefined.
6294
6295 2006-01-12 John Paul Wallington <jpw@pobox.com>
6296
6297 * help-fns.el (describe-variable): Remove newlines from void
6298 variable output.
6299
6300 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6301
6302 * wdired.el (wdired-mode-map): Add help echo for
6303 wdired-abort-changes.
6304
6305 * man.el (Man-file-name-regexp): Adjust for a list of files.
6306
6307 2006-01-12 Masatake YAMATO <jet@gyve.org>
6308
6309 * progmodes/ld-script.el (auto-mode-alist): Support
6310 suffix conventions used in netbsd and eCos.
6311
6312 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6313
6314 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6315 (custom-variable-menu, custom-face-menu, custom-group-menu)
6316 (Custom-mode-menu): Change names of menu items. (As discussed on
6317 emacs-devel.)
6318 (custom-face-menu): Add "Undo Edits" item.
6319
6320 * startup.el (init-file-user): defcustom -> defvar.
6321
6322 * tooltip.el (tooltip-mode): Doc fix.
6323
6324 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * reveal.el (reveal-post-command): window-buffer signals an error on
6327 dead windows rather than returning nil.
6328 (reveal-open-new-overlays): An overlay might die while we open others.
6329
6330 2006-01-11 Bill Wohler <wohler@newt.com>
6331
6332 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6333 phrasing in docstring.
6334
6335 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6336 can give some systems gas. Add new file mh-buffers.el.
6337
6338 2006-01-06 Masatake YAMATO <jet@gyve.org>
6339
6340 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6341 C preprocessor forward ported from GNU Emacs 21.2.
6342
6343 * progmodes/asm-mode.el (asm-font-lock-keywords):
6344 Use `cpp-font-lock-keywords'.
6345
6346 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6347
6348 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6349 of $ for "\\.ld[s]?".
6350
6351 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6354 (tcl-indent-line): Return `noindent' if inside a string.
6355
6356 * progmodes/flymake.el (flymake-split-string): Remove more than one
6357 empty string at beg/end of the result.
6358 (flymake-find-buildfile, flymake-find-possible-master-files):
6359 Use expand-file-name.
6360 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6361 since expand-file-name does it for us. Use directory-file-name.
6362 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6363 (flymake-ler-get-type, flymake-ler-get-text)
6364 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6365 (flymake-current-line-no): Remove spurious interactive spec.
6366 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6367 (flymake-check-include): Remove arg inc-path merged into inc-name.
6368 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6369 Arg regexp-list replaced by a simple regexp.
6370 (flymake-master-make-header-init, flymake-master-tex-init):
6371 Correspondingly replace regexp-list with a regexp. Fix regexp.
6372
6373 2006-01-10 Simon Josefsson <jas@extundo.com>
6374
6375 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6376 describing AUTH PLAIN fix.
6377
6378 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6379
6380 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6381 (report-emacs-bug): Don't record initial prompt text.
6382 Instead, add text properties to prompting text.
6383 (report-emacs-bug-hook): Delete prompting text.
6384
6385 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6388 `dirs'. Adjust callers.
6389
6390 2006-01-09 John Paul Wallington <jpw@gnu.org>
6391
6392 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6393
6394 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * reveal.el (reveal-open-new-overlays): New extracted fun.
6397 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6398 using them. Simplify the code.
6399 (reveal-post-command): Use them. Fix up obsolete windows in
6400 reveal-open-spots.
6401
6402 * progmodes/flymake.el: Use `require' rather than autoload for
6403 XEmacs's overlays.
6404 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6405 Delete. Use file-relative-name instead.
6406 (flymake-get-syntax-check-program-args, flymake-perl-init):
6407 Simplify the resulting code.
6408
6409 * log-view.el (log-view-file-re, log-view-message-re): Add support
6410 for DaRCS output.
6411
6412 2006-01-09 Alex Schroeder <alex@gnu.org>
6413
6414 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6415 identifiers sometimes added in square brackets at the beginning of
6416 subject lines.
6417
6418 2006-01-07 Richard M. Stallman <rms@gnu.org>
6419
6420 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6421 (Custom-reset-current, Custom-reset-saved): Change question text.
6422 (Custom-reset-standard): Likewise.
6423 (custom-variable-reset-saved): Doc fix.
6424
6425 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6426
6427 * startup.el (init-file-user): Doc fix.
6428
6429 2006-01-07 Alex Schroeder <alex@gnu.org>
6430
6431 * mail/rmail.el (rmail-current-subject): New function.
6432 (rmail-current-subject-regexp): New function.
6433 (rmail-next-same-subject): Use it.
6434
6435 * mail/rmailsum.el (rmail-summary-by-topic):
6436 Use rmail-current-subject and rmail-current-subject-regexp.
6437 (rmail-summary-next-same-subject): Ditto.
6438
6439 * net/rcirc.el (rcirc-send-input): No longer check whether the
6440 process is open, since not all commands need an open process.
6441 (rcirc-send-string): Check whether the process is open before
6442 sending anything.
6443 (rcirc-ignore-list): New option.
6444 (rcirc-ignore-list-automatic): New variable.
6445 (rcirc-print): Take rcirc-ignore-list into account.
6446 (rcirc-cmd-ignore): New command.
6447 (rcirc-ignore-update-automatic): New function.
6448 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6449 list if ignored nicks.
6450 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6451
6452 2006-01-06 David Reitter <david.reitter@gmail.com>
6453
6454 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6455 reflect the address to which the report will be sent.
6456
6457 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6458
6459 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6460 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6461
6462 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6463
6464 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6465
6466 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6467 the doc string: "functoin" => "function".
6468 * ldefs-boot.el: Likewise.
6469
6470 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6471 message text: "Duplicat" => "Duplicate".
6472
6473 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6474
6475 * files.el (basic-save-buffer-2): If backing-up failed, reset
6476 buffer-backed-up to nil.
6477
6478 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6479
6480 * progmodes/gud.el (gdb-script-skip-to-head)
6481 (gdb-script-calculate-indentation): Indent for breakpoint command
6482 lists also.
6483
6484 2006-01-05 Bill Wohler <wohler@newt.com>
6485
6486 * Makefile.in (compile-always): Add mh-autoloads dependency.
6487 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6488 provides it.
6489 (updates): Remove mh-autoloads dependency, since it probably has
6490 already run recently (via recompile).
6491
6492 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6495 argument `force' to disable the flyspell-last-buffer optimization.
6496 (flyspell-mode-on): Use it.
6497
6498 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6499 flymake-simple-cleanup.
6500 (flymake-allowed-file-name-masks): Use this new default.
6501 All the functions are now called in the right buffer rather than
6502 passing the buffer as argument.
6503 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6504 (flymake-parse-err-lines): Remove redundant buffer arg.
6505 (flymake-get-program-dir): Comment out unused function.
6506 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6507 Remove redundant buffer argument.
6508 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6509 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6510
6511 2006-01-05 Richard M. Stallman <rms@gnu.org>
6512
6513 * info.el (Info-find-node): Don't record previous node if have none.
6514 (info): Go to directory only if history is empty.
6515
6516 * simple.el (mark): Doc fix.
6517
6518 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6519
6520 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6521 already of desired type.
6522 (mac-ae-list): Coerce parameter to "list" type.
6523 (mac-dispatch-apple-event): Replace cadr part of event with a
6524 dummy position so that event-start returns it.
6525
6526 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6527
6528 * textmodes/org.el (org-end-of-subtree): New function.
6529 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6530 Use `org-end-of-subtree'.
6531 (org-agenda, org-agenda-convert-date): Protect calls to
6532 `fit-window-to-buffer'.
6533 (org-tags-view): Force matching of sublevels when doing a
6534 todo-only search. Define the correct redo command, including the
6535 arguments.
6536 (org-agenda-redo): Display message.
6537 (org-check-for-org-mode): New function.
6538 (org-agenda-type): New variable.
6539 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6540 Set `org-agenda-type'.
6541 (org-agenda-check-type): New function.
6542 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6543 (org-agenda-week-view, org-agenda-day-view)
6544 (org-agenda-next-date-line, org-agenda-previous-date-line)
6545 (org-agenda-log-mode, org-agenda-toggle-diary)
6546 (org-agenda-toggle-time-grid, org-agenda-date-later)
6547 (org-agenda-date-prompt, org-agenda-diary-entry)
6548 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6549 (org-agenda-convert-date, org-agenda-menu):
6550 Use `org-agenda-check-type'.
6551 (org-make-overlay, org-delete-overlay)
6552 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6553 New compatibility functions.
6554 (org-calendar-select-mouse): New command.
6555
6556 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6557
6558 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6559 (Custom-reset-standard): Fix y-or-n-p messages.
6560 (custom-link): New face for links.
6561 (custom-buffer-create-internal, custom-manual): Use it.
6562 (custom-face-save): Push to theme-face before setting face spec.
6563
6564 * wid-edit.el (widget-default-mouse-face-get): New function.
6565 (widget-specify-button): Handle mouse-face like button-face.
6566
6567 * custom.el (load-theme): Clear old theme settings if reloading.
6568
6569 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6570
6571 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6572 "Erase Customization" button back to same position it occupies in
6573 the individual State menus.
6574
6575 2006-01-04 Kim F. Storm <storm@cua.dk>
6576
6577 * wid-edit.el (key-sequence): Rework widget to read key binding
6578 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6579 (widget-key-sequence-default-value): Default value for empty sequence.
6580 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6581 (widget-key-sequence-read-event): New command for C-q.
6582 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6583 (widget-key-sequence-value-to-external): New functions.
6584
6585 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6588 Use expand-file-name.
6589 (flymake-delete-temp-directory): Use expand-file-name,
6590 file-name-directory, and directory-file-name.
6591 (flymake-strrchr): Delete.
6592 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6593 to the init-f function.
6594 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6595 (flymake-init-find-buildfile-dir)
6596 (flymake-init-create-temp-source-and-master-buffer-copy)
6597 (flymake-simple-make-init-impl, flymake-simple-make-init)
6598 (flymake-master-make-init, flymake-master-make-header-init)
6599 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6600 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6601 (flymake-xml-init): Remove corresponding redundant buffer argument.
6602 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6603 the default anyway. Clean up regexps.
6604
6605 * progmodes/flymake.el (flymake-temp-source-file-name)
6606 (flymake-master-file-name, flymake-temp-master-file-name)
6607 (flymake-base-dir): New buffer-local vars.
6608 (flymake-buffer-data, flymake-get-buffer-value)
6609 (flymake-set-buffer-value): Replace those hash-tables by the new
6610 buffer-local vars. Update callers.
6611
6612 * progmodes/flymake.el (flymake-check-start-time)
6613 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6614 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6615 Move definition, so we can remove redundant earlier declaration.
6616 (flymake-replace-regexp-in-string, flymake-split-string)
6617 (flymake-get-temp-dir): Use defalias.
6618 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6619 (flymake-xemacs-window-edges): Remove unused function.
6620 (flymake-get-point-pixel-pos): Move.
6621 (flymake-pid-to-names, flymake-reg-names)
6622 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6623 Replace by a simple list flymake-processes and by process-buffer.
6624 Update callers. Other than simplify the code, it uses buffers rather
6625 than buffer-names so it doesn't get confused by uniquify.
6626 (flymake-buffer-data): The global value should just be nil.
6627
6628 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6629 Optimize the body of a defalias like any other code.
6630
6631 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6632 Make sure we've setup font-lock's vars. It may influence which
6633 function we then call.
6634 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6635 here since it's too late anyway.
6636
6637 2006-01-03 Romain Francoise <romain@orebokech.com>
6638
6639 * startup.el (fancy-splash-tail, normal-splash-screen):
6640 Update copyright year.
6641
6642 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6643
6644 * mouse.el (mouse-drag-track): Rename, from
6645 `mouse-drag-region-1'. Includes optional argument required to
6646 enable post-drag event processing (e.g. delete region keys).
6647 Can be used without this argument to track a mouse region and operate
6648 on it as soon as the drag completes.
6649 (mouse-drag-region): Use `mouse-drag-track'.
6650
6651 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6652
6653 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6654 Move to `custom-buffer' group.
6655
6656 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6657 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6658 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6659 (custom-theme-face-menu): New variables.
6660 (custom-theme-add-variable, custom-theme-variable-action)
6661 (custom-variable-reset-theme, custom-theme-delete-variable)
6662 (custom-face-reset-theme, custom-theme-face-action)
6663 (custom-theme-delete-face, custom-theme-merge-theme)
6664 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6665
6666 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6667
6668 * custom.el: Move Custom Themes commentary to start of theme code.
6669 (custom-known-themes): Rename `standard' theme to `changed'.
6670 (custom-push-theme): Caller no longer specifies what theme to use
6671 when doing `reset'---the setting is simply removed from the theme.
6672 Delete MODE from `theme-value' and `theme-settings' properties.
6673 (custom-declare-theme): Ignore &rest args since we don't use them.
6674
6675 (custom-loaded-themes): Delete variable.
6676 (custom-theme-load-themes, custom-theme-loaded-p)
6677 (custom-theme-value): Delete functions.
6678
6679 (custom-declare-theme): Signal error on invalid theme names.
6680 (provide-theme): custom-loaded-themes was deleted.
6681 (load-theme): Load the file unconditionally.
6682 (enable-theme): Call `load-theme' if theme is undefined.
6683 (custom-enabled-themes): Only update value for successful loads.
6684 (disable-theme): Complete from enabled themes when interactive.
6685 (custom-variable-theme-value): Calculate theme value directly.
6686
6687 (custom-theme-reset-variables, custom-reset-variables): Mark as
6688 XEmacs compatibility functions. We don't actually use these.
6689
6690 * cus-edit.el (custom-variable-state-set):
6691 Use custom-variable-theme-value instead of custom-theme-value.
6692 (custom-face-state-set): Rename `standard' theme to `changed'.
6693 (custom-save-variables, custom-save-faces): Delete unneeded
6694 references to custom-reset-variables.
6695 (custom-save-resets): Delete function.
6696 (custom-save-variables, custom-save-faces): MODE argument deleted.
6697 (custom-save-variables, custom-save-faces): Ignore theme values.
6698
6699 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6700 compatibility function.
6701
6702 2006-01-01 Richard M. Stallman <rms@gnu.org>
6703
6704 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6705 (Custom-reset-current, Custom-reset-saved): Likewise.
6706 (Custom-reset-standard): Show message if aborted.
6707 (custom-mode): Doc fix, describing those commands.
6708
6709 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6710 put on event-kind property.
6711
6712 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6713
6714 * custom.el (provide-theme): Ban `user' theme name.
6715 (custom-enabling-themes): New variable.
6716 (enable-theme): Don't enable user if custom-enabling-themes is t.
6717 (custom-enabled-themes): Make it a defcustom.
6718 (custom-theme-recalc-face): No-op if face is undefined.
6719
6720 * cus-edit.el (custom-button-mouse): New variable.
6721 (custom-button-mouse): New face.
6722 (custom-raised-buttons, custom-mode): Use it.
6723
6724 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6725
6726 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6727
6728 * progmodes/gud.el (gud-display-line): Support hl-line in the
6729 source buffer.
6730
6731 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6732
6733 * mouse.el (mouse-drag-window-above): Verify that the found window
6734 overlaps with the given window in the horizontal dimension.
6735
6736 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6737
6738 * Makefile.in (cvs-update): New target.
6739
6740 * makefile.w32-in (cvs-update): Ditto.
6741
6742 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6745 (custom-new-theme-mode-map): New variable.
6746
6747 2005-12-30 Richard M. Stallman <rms@gnu.org>
6748
6749 * custom.el (custom-load-themes): Function deleted.
6750
6751 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6752 (custom-save-variables): Don't delete or add custom-load-themes call.
6753
6754 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * cus-start.el: Add `visible-cursor'.
6757
6758 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6759 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6760 (flymake-process-filter): Switch to buffer before calling it instead.
6761 (flymake-post-syntax-check, flymake-highlight-err-lines)
6762 (flymake-delete-own-overlays, flymake-parse-err-lines)
6763 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6764 (flymake-count-lines, flymake-parse-residual):
6765 Remove constant buffer argument.
6766 (flymake-start-syntax-check-for-current-buffer): Remove.
6767 Update callers to use flymake-start-syntax-check instead.
6768 (flymake-display-err-menu-for-current-line):
6769 Remove unused var `mouse-pos'.
6770 (flymake-restore-formatting): Comment out unused function.
6771 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6772 argument, use current-buffer instead. Update callers.
6773
6774 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6775
6776 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6777 buffer-local because choose-completion-delete-max-match requires
6778 that we set completion-ignore-case (i.e., binding via let is not
6779 sufficient).
6780 (bibtex-complete): Always set completion-ignore-case and
6781 choose-completion-string-functions. The latter is needed because
6782 choose-completion-string-functions keeps its value if we quit the
6783 *Completions* buffer without requesting a completion.
6784
6785 2005-12-30 Andreas Schwab <schwab@suse.de>
6786
6787 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6788
6789 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6790
6791 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6792
6793 2005-12-30 Juri Linkov <juri@jurta.org>
6794
6795 * locate.el (locate-fcodes-file, locate-header-face)
6796 * progmodes/delphi.el (delphi-other-face)
6797 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6798
6799 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6800 group `paren-showing-faces'.
6801
6802 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6803 (goto-address): Fix docstring.
6804
6805 * net/webjump.el (webjump-sample-sites): Update URLs.
6806
6807 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6808
6809 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6810
6811 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * font-lock.el (font-lock-compile-keywords): Signal an error when
6814 font-lock-set-defaults hasn't been called.
6815
6816 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6817
6818 * subr.el (noreturn, 1value): Doc fixes.
6819
6820 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6821
6822 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6823 that assoc-string returns nil.
6824
6825 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6826
6827 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6828 (bibtex-entry-type-str, bibtex-empty-field-re)
6829 (bibtex-search-backward-string, bibtex-preamble-prefix)
6830 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6831 (bibtex-any-valid-entry-type): New variable.
6832 (bibtex-parse-field-name): Simplify.
6833 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6834 (bibtex-preamble-prefix): Include left delimiter.
6835 (bibtex-search-forward-field, bibtex-search-backward-field):
6836 Allow unbounded search past entry boundaries (required by bibtex-pop).
6837 (bibtex-text-in-field-bounds): Use push.
6838 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6839 (bibtex-parse-preamble, bibtex-valid-entry)
6840 (bibtex-beginning-first-field): New functions.
6841 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6842 (bibtex-map-entries): Fix docstring.
6843 (bibtex-flash-head): New arg prompt. Simplify.
6844 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6845 (bibtex-insert-kill): Simplify. Always insert text past the
6846 current field or entry.
6847 (bibtex-format-entry): Use bibtex-parse-field.
6848 (bibtex-pop): Use bibtex-beginning-of-entry and
6849 bibtex-end-of-entry to initiate the search. Insert empty field if
6850 we found ourselves.
6851 (bibtex-print-help-message): New args field and comma.
6852 Handle entry keys.
6853 (bibtex-make-field): Use bibtex-beginning-of-entry.
6854 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6855 invalid entry.
6856 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6857 Handle preambles. Simplify code for thorough test.
6858 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6859 New arg comma. Handle entry heads.
6860 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6861 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6862 New arg comma.
6863 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6864 (bibtex-fill-field): Simplify.
6865 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6866 bibtex-parse-field.
6867 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6868 (bibtex-complete): Use bibtex-parse-preamble.
6869
6870 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6871
6872 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6873 Display name of expression instead of convenience variable.
6874 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6875
6876 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6877 toggle-gud-tooltip-dereference.
6878 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6879 (gud-tooltip-tips): ...here when dereferencing.
6880
6881 2005-12-28 Bill Wohler <wohler@newt.com>
6882
6883 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6884
6885 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6888 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6889 (vc-annotate-display-autoscale): Adjust call.
6890 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6891 Fix interactive spec.
6892 (vc-annotate-time-span): Remove.
6893 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6894 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6895 (vc-annotate-display-select): Use new name.
6896
6897 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6898 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6899 Correct the construction of span entries. Simplify.
6900 (vc-annotate-display-select): Fix the nil case.
6901 (vc-annotate): Remove obsolete (and now broken) code.
6902 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6903 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6904
6905 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6906
6907 * subr.el (lazy-completion-table): Correct typo in docstring.
6908
6909 * startup.el (command-line): Use `custom-reevaluate-setting' for
6910 `send-mail-function'.
6911
6912 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6913
6914 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6915
6916 * mail/smtpmail.el (smtpmail-try-auth-methods):
6917 Send credentials together with "AUTH PLAIN" command.
6918
6919 2005-12-27 Richard M. Stallman <rms@gnu.org>
6920
6921 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6922 mouse-2, go back to previously selected window, so it's selected
6923 when mouse-2 command runs.
6924
6925 2005-12-27 Juri Linkov <juri@jurta.org>
6926
6927 * descr-text.el (describe-text-sexp): Use square brackets for
6928 button [Show] to distinguish it from the property value `show'.
6929 (describe-property-list): Use `insert-text-button' with
6930 `help-face' type instead of putting face in quotes, because button
6931 is not created automatically for a list of faces.
6932 (describe-text-properties-1): Put button-type value in quotes to
6933 distinguish from plain text "button".
6934 (describe-char): Display code point values in hex. Don't use
6935 `symbol-name' for `current-input-method' because it is a string.
6936 Use `insert-text-button' with `help-face' type instead of putting
6937 hardcoded face in quotes, because button is not created automatically.
6938
6939 2005-12-27 Richard M. Stallman <rms@gnu.org>
6940
6941 * progmodes/glasses.el (glasses-face): More specific custom type.
6942
6943 * files.el (set-visited-file-name): Doc fix.
6944
6945 * textmodes/flyspell.el (flyspell-external-point-words):
6946 Use local var buffer-scan-pos to advance scan for next misspelling.
6947 Advance it only after we find the misspelling.
6948
6949 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6950
6951 * textmodes/flyspell.el (flyspell-external-point-words):
6952 New criteria for finding the misspelling in the buffer.
6953
6954 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6955
6956 * help-mode.el (help-insert-string): Set help-xref-stack-item
6957 rather than call help-setup-xref.
6958
6959 * descr-text.el (describe-char): Revert previous changes for
6960 optional buffer argument.
6961
6962 2005-12-27 Juri Linkov <juri@jurta.org>
6963
6964 * help-mode.el (help-insert-string): New function. Save buffer
6965 contents in cases where it is impossible to recompute the old contents.
6966
6967 * descr-text.el (describe-char): Set help-xref-stack-item
6968 explicitly after buffer has been generated.
6969
6970 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6971
6972 * cus-start.el (all): Add x-gtk-show-hidden-files.
6973
6974 2005-12-26 Richard M. Stallman <rms@gnu.org>
6975
6976 * replace.el (perform-replace): Calculate match-again
6977 before skipping read-only matches.
6978
6979 * paren.el (paren-showing-faces): New group.
6980 (show-paren-match, show-paren-mismatch): Move to that group.
6981
6982 * button.el (button): Put into group `basic-faces'.
6983
6984 * progmodes/make-mode.el: Remove faces from group `faces'.
6985
6986 * apropos.el (apropos, apropos-value): Doc fix.
6987 (apropos-documentation): Doc fix.
6988
6989 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * subr.el (lazy-completion-table): Remove argument `args'.
6992
6993 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6994 Don't use the `args' argument of lazy-completion-table.
6995
6996 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6997
6998 * descr-text.el (describe-char): Add optional argument for buffer.
6999 Set buffer appropriately. Call help-setup-xref.
7000 Suggested by Stefan Monnier.
7001
7002 2005-12-26 Juri Linkov <juri@jurta.org>
7003
7004 * descr-text.el: Require `help-fns' at runtime. Don't require
7005 `button' for byte compilation.
7006 (describe-text-widget): Add `help-echo' for first button.
7007 Use `help-info' for second.
7008 (describe-property-list): Use `help-argument-name' instead of `italic'.
7009 (describe-text-category): Add prompt to interactive spec.
7010 Call `help-setup-xref'.
7011 (describe-char): Use `help-character-set'. Add `help-echo' for
7012 code point. Use `help-input-method'. Remove superfluous insert.
7013
7014 2005-12-25 Richard M. Stallman <rms@gnu.org>
7015
7016 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7017 at point, in case of narrowing.
7018
7019 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7020
7021 * locate.el (locate-header-face): Allow nil in type.
7022
7023 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7024
7025 2005-12-25 Romain Francoise <romain@orebokech.com>
7026
7027 * battery.el (battery-linux-proc-acpi): Also try
7028 `/proc/acpi/thermal_zone/THM0/temperature'.
7029
7030 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7031
7032 * custom.el (custom-push-theme): Fix docstring.
7033
7034 * cus-edit.el (custom-variable-set, custom-variable-save)
7035 (custom-variable-save): Custom-quote widget values.
7036 (customize-save-variable): Fix custom-push-theme call.
7037
7038 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7039
7040 * w32-fns.el (w32-batch-update-autoloads): New function.
7041
7042 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7043 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7044 from the command line.
7045
7046 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7047
7048 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7049 reset means to remove setting from theme entirely. Don't keep
7050 expanding theme-settings list; delete old entries if necessary.
7051
7052 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7053 customization" button one line up.
7054 (custom-themed): New face.
7055 (custom-magic-alist): New value, THEMED, for theme settings.
7056 (custom-variable-state-set, custom-face-state-set):
7057 Check theme-value instead of saved-value.
7058 (custom-variable-reset-standard, custom-face-reset-standard):
7059 Remove theme setting entirely. Recalculate new values.
7060 (custom-variable-set, custom-variable-set)
7061 (custom-variable-reset-saved, custom-variable-reset-backup)
7062 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7063 (custom-variable-save): Fix typos.
7064
7065 2005-12-23 Juri Linkov <juri@jurta.org>
7066
7067 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7068 Add autoload cookies.
7069 (edebug-outside-d-c-i-n-s-w): New variable.
7070 (edebug-display, edebug-outside-excursion): Use it to save the
7071 original value of default-cursor-in-non-selected-windows.
7072 Set default-cursor-in-non-selected-windows to t while Edebug
7073 is active.
7074 (edebug-mode, edebug-eval-mode): Doc fix.
7075
7076 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7077 with `buffer-substring-no-properties' to remove common substring
7078 highlighting.
7079
7080 * info.el (info-other-window, info): Rename function argument
7081 `file' to `file-or-node'.
7082 (Info-complete-menu-item): Use local variable `complete-nodes' to
7083 keep the global value of `Info-complete-nodes' unchanged for
7084 subsequent completions.
7085 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7086
7087 * simple.el (get-next-valid-buffer, last-buffer)
7088 (next-error-buffer-p, next-error-find-buffer)
7089 (minibuffer-history-sexp-flag): Doc fix.
7090
7091 * savehist.el (savehist-mode-hook): Add `:group'.
7092
7093 * log-view.el: Call autoload for vc-find-version.
7094 (log-view-current-file): Adjust subgroup numbers.
7095 (log-view-current-tag): Add `length'.
7096
7097 2005-12-23 Richard M. Stallman <rms@gnu.org>
7098
7099 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7100
7101 2005-12-23 Juri Linkov <juri@jurta.org>
7102
7103 * hi-lock.el (hi-lock-archaic-interface-message-used)
7104 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7105 (hi-lock-mode): Display "Hi" in the mode line only when
7106 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7107 (hi-lock-write-interactive-patterns):
7108 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7109 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7110 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7111 font-lock-add-keywords to t.
7112
7113 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7114
7115 * hi-lock.el (hi-lock-highlight-range): New variable.
7116 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7117 only if font-lock-fontified is non-nil. Remove overlays.
7118 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7119 font-lock-fontified is non-nil, otherwise use overlays (instead of
7120 text properties).
7121 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7122 New variables.
7123 (hi-lock-string-serialize) New function.
7124
7125 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7126
7127 * menu-bar.el (menu-find-file-existing): New function.
7128 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7129
7130 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7131
7132 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * vc.el: Remove unnecessary leading * in docstrings.
7135 (vc-annotate-mode-map): Move initialization into declaration.
7136 (vc-static-header-alist): Nitpick on the regexp.
7137 (vc-default-init-version): New fun.
7138 (vc-register): Use it.
7139 (vc-insert-headers): Use dolist.
7140 (vc-annotate-get-backend): Remove unused function.
7141 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7142 (vc-annotate-mode): Remove corresponding call.
7143 (vc-annotate-car-last-cons): Simplify.
7144 (vc-annotate-buffers): Remove var.
7145 (vc-annotate-backend): Make it buffer-local.
7146 (vc-annotate): Move the interaction to the interactive spec.
7147 Add a `buf' argument.
7148 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7149 killing&creating a vc-annotate buffer, which is very disruptive when
7150 the buffers are shown in dedicated frames.
7151
7152 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7153
7154 * descr-text.el: Add FSF as maintainer.
7155 (describe-text-mode, describe-text-mode-map)
7156 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7157 help-mode.
7158 (describe-text-widget, describe-text-sexp)
7159 (describe-property-list, describe-text-category)
7160 (describe-text-properties, describe-text-properties-1)
7161 (describe-char): Use help buttons instead of widgets.
7162 (describe-char-unicodedata-file): Make URL link in doc string.
7163
7164 2005-12-22 Richard M. Stallman <rms@gnu.org>
7165
7166 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7167 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7168 Don't include buttons that write a file when there's no file.
7169 (custom-variable-menu, custom-face-menu, custom-group-menu):
7170 Don't include commands that write a file when there's no file.
7171 (customize-browse): Reword the top-of-buffer help intro.
7172 (custom-buffer-create-internal): Fix previous change.
7173 (customize-changed-options-previous-release): Prev release is 21.1.
7174 (customize-changed-options): Doc fix.
7175 (customize-changed): New alias.
7176 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7177 Say "standard values".
7178 (Custom-reset-standard): Doc fix.
7179 (custom-face-reset-standard): Doc fix.
7180
7181 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7184 even if font-lock-mode is non-nil since it may be t without having
7185 turned on font-lock-mode-internal.
7186 (font-lock-choose-keywords): Minor optimization.
7187 (font-lock-add-keywords, font-lock-remove-keywords)
7188 (font-lock-set-defaults): Don't call make-local-variable on a variable
7189 that we know to already be local.
7190
7191 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7192
7193 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7194 messages if in the minibuffer.
7195
7196 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7199 (tex-mode-flyspell-verify, flyspell-get-word)
7200 (flyspell-external-point-words): Don't use point-min/max uselessly.
7201
7202 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7203 by Kevin Rodgers. Instead, just hide the completions buffer if we
7204 don't need to show it.
7205
7206 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7207
7208 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7209
7210 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7211
7212 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7213 delete-windows-on with an inexistent buffer.
7214
7215 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7216
7217 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7218 Delete defcustom variable :tag names.
7219
7220 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7221
7222 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7223 (log-view-font-lock-keywords): Ajust subgroup numbers.
7224 (log-view-current-tag): Don't hard code the number of subgroups.
7225
7226 2005-12-20 Juri Linkov <juri@jurta.org>
7227
7228 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7229 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7230
7231 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7232 (menu-bar-non-minibuffer-window-p): Instead of checking
7233 display-multi-frame-p, use selected-frame when menu-updating-frame
7234 is nil.
7235
7236 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7237
7238 * align.el (align-rules-list): Use [ \t] instead of \s-
7239 for column separators in text mode.
7240
7241 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7242
7243 * help-mode.el (help-customize-variable, help-customize-face):
7244 Don't pop help-xref-stack as help-follow no longer pushes
7245 anything on to it.
7246
7247 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7248
7249 * textmodes/org.el (org-agenda-custom-commands): New option.
7250 (org-agenda): Offer custom commands on splash screen.
7251 (org-make-tags-matcher): Parser for Boolean logic added.
7252 (org-agenda-set-tags): New command.
7253 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7254 (org-set-tags): Efficiency improvements.
7255 (org-auto-align-tags): New option.
7256 (org-todo, org-demote, org-promote): Realign tags.
7257 (org-tags-completion-function): Use also "&" and "|" as separators.
7258 (org-org-menu): Agenda commands simplified.
7259
7260 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7261
7262 * cus-edit.el (customize-apropos, customize-apropos-options):
7263 Docstring changes.
7264
7265 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7266
7267 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7268
7269 * longlines.el (longlines-mode): Wrap while widened.
7270 (longlines-decode-region, longlines-encode-region): Compute max
7271 just once.
7272
7273 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7274
7275 * cus-edit.el (mac): New group.
7276
7277 * cus-start.el (all): Add user options in macterm.c. Add test for
7278 Mac-related built-ins. Fix test for GTK-related built-ins.
7279
7280 * term/mac-win.el (mac-handle-language-change)
7281 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7282 (mac-services-open-selection, mac-services-mail-selection)
7283 (mac-services-mail-to, mac-services-insert-text)
7284 (mac-dispatch-apple-event): Add docstrings.
7285 (x-get-selection, mac-select-convert-to-string): Select coding
7286 system from `utf-16be' and `utf-16le' using `byteorder'.
7287
7288 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7291 a "list" (lambda ...) rather than a real completion list.
7292
7293 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7294 lexical-let when encountering ((lambda (...) ...) ...).
7295
7296 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7297
7298 * progmodes/sh-script.el (sh-mode):
7299 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7300 * textmodes/picture.el (picture-mode): Update docstrings.
7301
7302 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7303
7304 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7305 commands enclosed in $(ARGQUOTE)s should not be split between two
7306 lines, as that will break with GNU Make >3.80, when sh.exe is used
7307 and arg quoting is with '..'.
7308 (autoloads): Don't break the quoted --eval expression between
7309 several lines.
7310
7311 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7314 Capture error from printing circular structures.
7315
7316 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7317
7318 * wid-edit.el (widget-checkbox-action): Clear undo info.
7319
7320 2005-12-16 Bill Wohler <wohler@newt.com>
7321
7322 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7323 bar, not menubar in comment.
7324
7325 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7328 After-change-functions should not clobber the match data.
7329
7330 2005-12-16 Juri Linkov <juri@jurta.org>
7331
7332 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7333 instead of `buffer-substring'.
7334 (completion-common-substring): Doc fix.
7335 (completion-setup-function): Use minibuffer-completion-contents
7336 instead of minibuffer-contents. Don't set common-string-length
7337 initially. Remove special handling of partial-completion-mode.
7338 Move computation of completion-base-size into one cond.
7339 Call completion-base-size-function in mainbuf. In computation of
7340 completion-base-size for file name completion don't move point to
7341 the end of the minibuffer. Move computation of common-string-length
7342 into one cond. Start putting faces only when common-string-length>=0.
7343 Add condition to put completions-common-part when
7344 common-string-length>0.
7345
7346 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7347 place point at the first different character in the minibuffer
7348 even if this position is at the beginning of the minibuffer.
7349
7350 * info.el (Info-read-node-name-1): In completion-base-size-function's
7351 lambda return 1 if common-substring or minibuffer-completion-contents
7352 starts with (, and 0 otherwise.
7353
7354 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7355 Use `crm-current-element' for second arg of `display-completion-list'.
7356
7357 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7358
7359 * files.el (set-auto-mode): Look for an interpreter specified on
7360 the first line also if search for mode specification succeeded,
7361 but the mode is not known.
7362
7363 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7364
7365 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7366 (org-open-at-point): Implement tag searches as links.
7367 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7368 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7369 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7370 (org-agenda-dispatch): New commands.
7371 (org-use-tag-inheritance, org-tags-column): New options.
7372 (org-tab-follows-link, org-return-follows-link): New options.
7373 (org-tags): New customize group.
7374 (org-start-icalendar-file): Get local time zone.
7375 (org-tags-completion-function): New function.
7376 (org-set-font-lock-defaults): Make sure links will also be
7377 highlighted inside headlines.
7378
7379 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7380
7381 * term.el (term-emulate-terminal):
7382 Let term-handle-ansi-terminal-messages override what Bash says about
7383 its current directory.
7384
7385 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7386
7387 * bindings.el (last-buffer): Move to simple.el.
7388 * simple.el (last-buffer): Move here.
7389 (get-next-valid-buffer): New function.
7390 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7391 (prev-buffer): Ditto. Rename to `previous-buffer'.
7392
7393 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7394 * bindings.el (global-map): Ditto.
7395
7396 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * cus-edit.el: Introductory comment change.
7399 (custom-magic-alist): Change message string for the `rogue' state.
7400
7401 2005-12-15 Richard M. Stallman <rms@gnu.org>
7402
7403 * tooltip.el: Delete defcustom variable :tag names.
7404
7405 * complete.el (partial-completion-mode): Doc fix.
7406
7407 * textmodes/flyspell.el (flyspell-external-point-words):
7408 Use save-excursion to ensure we don't move backward in the
7409 search loop, not even one character.
7410 (flyspell-delete-all-overlays): Use remove-overlays directly.
7411
7412 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7413 (ispell-start-process): Set that variable.
7414 Clear ispell-buffer-local-name.
7415 (ispell-internal-change-dictionary):
7416 Set ispell-current-dictionary after killing process.
7417 (ispell-buffer-local-dict):
7418 Don't set spell-personal-dictionary after killing process.
7419 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7420 (ispell-tex-skip-alists, ispell-html-skip-alists)
7421 (ispell-skip-region-alist): Mark as risky.
7422
7423 * net/newsticker.el (newsticker--retrieval-timer-list)
7424 (newsticker--display-timer, newsticker-running-p)
7425 (newsticker-ticker-running-p): Definitions moved up.
7426
7427 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7428
7429 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7430
7431 2005-12-15 David Ponce <david@dponce.com>
7432
7433 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7434 (recentf-edit-list, recentf-open-files): Signal an error when
7435 there is no recent file.
7436
7437 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7438
7439 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7440 read-only except for texinfo-format-region evaluation.
7441
7442 2005-12-14 Richard M. Stallman <rms@gnu.org>
7443
7444 * vc.el (vc-default-previous-version, vc-default-next-version)
7445 (vc-do-command): Doc fixes.
7446
7447 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7448
7449 * textmodes/bibtex.el (bibtex-expand-strings)
7450 (bibtex-autokey-expand-string, bibtex-name-part)
7451 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7452 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7453 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7454 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7455 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7456 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7457 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7458 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7459 (bibtex-beginning-of-last-entry): Remove.
7460 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7461 message if comma is missing but buffer is read-only.
7462 (bibtex-parse-field-text): Handle whitespaces at the end of field
7463 text. Return 3-element list with beginning and end of field text
7464 and end of field.
7465 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7466 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7467 (bibtex-search-forward-field, bibtex-search-backward-field):
7468 Search always delimited by limits of entry. Use more efficient
7469 search algorithms.
7470 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7471 bibtex-end-of-name-in-field.
7472 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7473 extracting the content of a field.
7474 (bibtex-text-in-field): Use search limits.
7475 (bibtex-parse-string-prefix): Handle empty string keys based on
7476 bibtex-string-empty-key.
7477 (bibtex-parse-string): Fix docstring.
7478 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7479 (bibtex-preamble-prefix, bibtex-strings): New functions.
7480 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7481 BibTeX entries (consistent with other BibTeX functions).
7482 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7483 (bibtex-search-entry): Fix docstring. Simplify.
7484 (bibtex-flash-head, bibtex-complete-string-cleanup)
7485 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7486 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7487 (bibtex-parse-entry): New optional arg content.
7488 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7489 Use bibtex-text-in-field-bounds.
7490 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7491 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7492 bibtex-parse-string-postfix.
7493 (bibtex-find-text-internal): New function.
7494 (bibtex-remove-delimiters): Use it.
7495 (bibtex-find-text): Use it. New optional arg help.
7496 (bibtex-complete): Handle BibTeX string and preamble entries.
7497 (bibtex-Preamble): Fix order of closing delimiters.
7498
7499 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * vc.el (vc-default-revert): New fun.
7502
7503 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7504
7505 2005-12-14 Romain Francoise <romain@orebokech.com>
7506
7507 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7508 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7509 (font-lock-remove-keywords): Likewise.
7510
7511 2005-12-14 Juri Linkov <juri@jurta.org>
7512
7513 * log-view.el (log-view-diff): Doc fix.
7514
7515 * isearch.el (isearch-query-replace): Use (mark) instead of
7516 isearch-opoint if mark is active in transient-mark-mode.
7517
7518 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7519
7520 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7521
7522 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7523
7524 * progmodes/cpp.el (cpp-face): New widget.
7525 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7526
7527 2005-12-14 Juri Linkov <juri@jurta.org>
7528
7529 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7530 around `erase-buffer' and `insert'.
7531
7532 * descr-text.el (describe-text-properties): Replace buffer name
7533 "*Help-2*" with "*Help*<2>".
7534 (describe-char): Add functions print-help-return-message,
7535 toggle-read-only. Use help-setup-xref with nil to not store
7536 describe-char in help-xref-stack. Use help-make-xrefs to
7537 make [back] button.
7538
7539 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7540
7541 * wdired.el (wdired-old-point): New internal variable.
7542 (wdired-change-to-wdired-mode): Set it buffer-locally.
7543 (wdired-abort-changes): Restore point after aborting changes.
7544
7545 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * vc.el (vc-do-command): Add a new value t for okstatus.
7548
7549 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7550 frame in case of errors.
7551
7552 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7553
7554 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7555 so it comes after "On the Left" in the menu.
7556
7557 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7558
7559 * cus-edit.el (customize-apropos, customize-apropos-options)
7560 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7561
7562 2005-12-12 Bill Wohler <wohler@newt.com>
7563
7564 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7565 non-writable Subversion-controlled files by saving window
7566 configuration before calling vc-do-command. vc-do-command calls
7567 pop-to-buffer on error which is unexpected during registration.
7568
7569 2005-12-12 Jay Belanger <belanger@truman.edu>
7570
7571 * calc/README: Update the summary of changes.
7572
7573 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * descr-text.el (describe-char): Rework last fix to solve the problem
7576 is the same way it's solved for everything else in that function
7577 (i.e. by extracting the info before setting up the *Help* buffer).
7578
7579 2005-12-12 Kim F. Storm <storm@cua.dk>
7580
7581 * subr.el (version-regexp-alist): Allow space as separator before
7582 non-numeric part, e.g. "1.0 alpha".
7583 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7584
7585 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7586
7587 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7588 Implement Logging and the keep-modes setting.
7589 (org-get-category): Make sure a string is returned.
7590 (org-log-done): New function.
7591 (org-log-done, org-closed-string): New options.
7592
7593 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7594
7595 * tooltip.el (tooltip-y-offset): Change default to 20.
7596
7597 2005-12-12 Richard M. Stallman <rms@gnu.org>
7598
7599 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7600
7601 * frame.el (display-hourglass): Doc fix.
7602
7603 * help.el (help-for-help-internal): Simplify entry for `a'.
7604
7605 * info.el (Info-on-current-buffer): Doc fix.
7606 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7607
7608 * startup.el (inhibit-splash-screen): Make this the real name.
7609 (inhibit-startup-message): Make this the alias.
7610 (command-line): Find only simple.el, and use its directory
7611 to fill in other preloaded files' names.
7612 (command-line): Deactivate the mark if deactivate-mark is set.
7613
7614 * international/mule.el (load-with-code-conversion):
7615 Bind deactivate-mark.
7616
7617 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7618
7619 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7620
7621 * cus-edit.el (customize-apropos): Avoid listing an option more
7622 than once under different aliases. No longer list user options
7623 that are not defined with defcustom (unless a prefix arg is given).
7624 Doc fix.
7625 (customize-apropos-options): Doc fix.
7626
7627 2005-12-11 Juri Linkov <juri@jurta.org>
7628
7629 * frame.el (set-background-color, set-foreground-color)
7630 (set-cursor-color, set-mouse-color, set-border-color):
7631 Add explicit prompts to read colors by `facemenu-read-color'.
7632 (show-trailing-whitespace, blink-cursor-delay)
7633 (blink-cursor-interval, display-hourglass, hourglass-delay):
7634 Remove tags.
7635 (display-hourglass, hourglass-delay): Doc fix.
7636 (cursor-in-non-selected-windows): Capitalize words in tag.
7637
7638 * faces.el (frame-background-mode): Replace `choice-item' keywords
7639 with `const' to not make [default] button. Change default value tag
7640 from `default' to `automatic'. Doc fix.
7641 (trailing-whitespace) <defface>: Change group `whitespace' to
7642 `whitespace-faces'.
7643
7644 2005-12-11 Richard M. Stallman <rms@gnu.org>
7645
7646 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7647
7648 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7649
7650 * term/mac-win.el: Create keymap for mac-apple-event-map.
7651
7652 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7653
7654 * tooltip.el (tooltip-mode): Move to start of file so that it
7655 appears at top of customize buffer.
7656
7657 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7658 Add the gud groupname.
7659 (gud-tooltip-mode): Add the tooltip groupname.
7660 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7661 avoid conflict with tooltip-use-echo-area.
7662
7663 2005-12-10 Romain Francoise <romain@orebokech.com>
7664
7665 * help.el (help-for-help-internal): Add `r' in doc string.
7666
7667 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7668
7669 * align.el (align-regexp, align-highlight-rule):
7670 Use region-beginning and region-end instead of point and mark, so that
7671 repetition (with `repeat-complex-command') recomputes the region
7672 bounds.
7673
7674 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7675
7676 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7677 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7678 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7679 (balance-windows): Rewrite using the above new functions.
7680
7681 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7682
7683 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7684 react if global-hi-lock-mode seems intended.
7685 (global-hi-lock-mode) Renamed from hi-lock-mode.
7686 (hi-lock-archaic-interface-message-used)
7687 (hi-lock-archaic-interface-deduce): New variables.
7688 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7689 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7690 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7691 Replace hi-lock-buffer-mode with hi-lock-mode.
7692
7693 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7694
7695 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7696 completion list, even after a partial completion has been
7697 inserted in the current buffer. If there are more than 1
7698 completion, redisplay the *Completions* buffer; if the
7699 completion is unique, delete the *Completions* window.
7700
7701 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7702
7703 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7704 strings and long subject lines that were broken into multiple
7705 lines at arbitrary places. Handle subjects that have "Re: " in
7706 the middle.
7707
7708 2005-12-10 John W. Eaton <jwe@octave.org>
7709
7710 * emacs/octave-mod.el (octave-electric-space): Don't indent
7711 comments or strings if octave-auto-indent is nil.
7712
7713 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7714
7715 * term/mac-win.el: Require url when compiling.
7716 Call mac-process-deferred-apple-events after loading init files.
7717 (mac-apple-event-map): New defvar. Define event handlers in it.
7718 (core-event, internet-event): New Apple event class symbols.
7719 (open-application, reopen-application, open-documents)
7720 (print-documents, open-contents, quit-application)
7721 (application-died, show-preferences, autosave-now, get-url):
7722 New Apple event ID symbols.
7723 (about): New HICommand ID symbol.
7724 (mac-event-spec, mac-event-ae): New macros.
7725 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7726 (mac-ae-selection-range, mac-ae-text-for-search)
7727 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7728 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7729 and Services menu events are now defined in mac-apple-event-map.
7730 (mac-drag-n-drop): Remove selection range handling.
7731
7732 2005-12-10 Kenichi Handa <handa@m17n.org>
7733
7734 * simple.el (zap-to-char):
7735 * isearch.el (isearch-process-search-char): Translate CHAR by
7736 translation-table-for-input.
7737
7738 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7739
7740 * foldout.el (foldout-exit-fold): Properly hide subtree.
7741
7742 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7743
7744 * files.el (save-buffer):
7745 * international/ucs-tables.el (ucs-set-table-for-input):
7746 * mail/mail-extr.el (mail-extract-address-components):
7747 * mail/sendmail.el (mail-mode): Reformat doc string.
7748
7749 2005-12-09 Juri Linkov <juri@jurta.org>
7750
7751 * isearch.el (isearch-highlight): Change main overlay priority
7752 from 1 to 1001. Simplify.
7753 (isearch-lazy-highlight-update): Change lazy overlay priority
7754 from 0 to 1000.
7755
7756 * replace.el (replace-highlight): Change overlay priority from
7757 1 to 1001.
7758
7759 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7760 Change overlay priority from 1 to 1001. Reuse existing overlay.
7761
7762 * compare-w.el (compare-windows-highlight): Change overlay
7763 priority from 1 to 1000.
7764
7765 * menu-bar.el (menu-bar-edit-menu): Add listp around
7766 pending-undo-list to disable menu item "undo" when pending
7767 undo list is empty.
7768
7769 * locate.el (locate): Disable undo in *Locate* buffer.
7770
7771 2005-12-09 Kim F. Storm <storm@cua.dk>
7772
7773 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7774
7775 2005-12-09 David Ponce <david@dponce.com>
7776
7777 * recentf.el: Improvement of the menu code.
7778 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7779 instead of menu hook.
7780 (recentf-show-menu, recentf-hide-menu): New functions.
7781 (recentf-menu-customization-changed, recentf-mode): Use them.
7782 (recentf-menu-action, recentf-max-menu-items)
7783 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7784 (recentf-arrange-by-rule-others)
7785 (recentf-arrange-by-rules-min-items)
7786 (recentf-arrange-by-rule-subfilter) : Don't use
7787 `recentf-menu-customization-changed'.
7788 (recentf-arrange-rules): Likewise. Accept functions to compute
7789 sub-menu titles.
7790 (recentf-menu-filter): Likewise. Doc fix.
7791 (recentf-menu-value-shortcut): Doc fix.
7792 (recentf-dump-variable): Quote atom value.
7793 (recentf-make-menu-items): Update to use it as a menu filter.
7794 (recentf-match-rule): New function.
7795 (recentf-arrange-by-rule): Use it.
7796 (recentf-indirect-mode-rule): New function.
7797 (recentf-build-mode-rules): Use it.
7798 (recentf-dir-rule): New function.
7799 (recentf-arrange-by-dir): Use it.
7800 (recentf-filter-changer-current): Rename from
7801 `recentf-filter-changer-state'. All references updated.
7802 (recentf-filter-changer-alist): Update filter names.
7803 (recentf-filter-changer-select): New function.
7804 (recentf-filter-changer): Use it. Make a sub-menu from filters
7805 available in `recentf-filter-changer-alist'.
7806 (recentf-data-cache, recentf-clear-data)
7807 (recentf-update-menu): Remove. All references updated.
7808 (recentf-match-rule-p, recentf-build-dir-rules)
7809 (recentf-filter-changer-goto-next)
7810 (recentf-filter-changer-get-current)
7811 (recentf-filter-changer-get-next): Remove.
7812
7813 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7814
7815 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7816 buffer "Reset" button to "Reset to Current" for consistency with
7817 the State buttons.
7818
7819 2005-12-08 John Paul Wallington <jpw@pobox.com>
7820
7821 * ibuf-ext.el (define-ibuffer-filter filename):
7822 If `dired-directory' is a list then really use its car.
7823
7824 2005-12-08 Kim F. Storm <storm@cua.dk>
7825
7826 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7827 Fix indention of text on right side of replaced rectangle.
7828
7829 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7830
7831 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7832 No need to check gud-comint-buffer is bound.
7833 (gdb): Prevent multiple debugging when first session uses gdba.
7834
7835 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7836
7837 CC Mode update to 5.31.
7838
7839 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7840 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7841 We might do this function properly in the future).
7842
7843 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7844 New macros c-sentence-end and c-default-value-sentence end, to cope
7845 with Emacs 22's new function `sentence-end'.
7846
7847 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7848
7849 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7850 compat issue using `c-put-overlay' and `c-delete-overlay'.
7851
7852 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7853 New compat macros to handle overlays/extents.
7854
7855 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7856
7857 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7858 (for GNU Emacs 20.4)
7859
7860 * progmodes/cc-defs.el:
7861 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7862
7863 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7864 highlighting mechanism so it will work in XEmacs too.
7865
7866 * progmodes/cc-defs.el: Insert c-int-to-char.
7867
7868 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7869 call to the new macro c-int-to-char. This solves XEmacs's
7870 regarding characters as different from integers.
7871
7872 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7873
7874 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7875 New internal helper.
7876
7877 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7878 construct to make the indirect face lookup work in XEmacs.
7879
7880 (c-cpp-matchers): Append the negation char face to the existing
7881 fontification, so that the cpp face doesn't disappear.
7882 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7883 and strings.
7884
7885 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7886 to map to `font-lock-negation-char-face' in emacsen where it exists.
7887
7888 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7889
7890 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7891
7892 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7893 Rename "c-subword-move-mode" as "c-subword-mode".
7894
7895 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7896 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7897
7898 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7899
7900 * progmodes/cc-mode.el: Added autoload directive for
7901 `c-subword-move-mode' for use in older emacsen.
7902
7903 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7904
7905 * progmodes/cc-mode.el:
7906 (i) Insert a binding for C-c C-backspace into
7907 c-bind-special-erase-keys which works in TTYs.
7908 (ii) Make sure that when file styles are used, any explicitly
7909 given style variables take priority over those in the style.
7910 Do this by calling `hack-local-variables' a second time.
7911
7912 * progmodes/cc-vars.el: Add language specific customization
7913 widgets for AWK to c-doc-comment-style, c-require-final-newline
7914 and c-default-style. Add a defcustom for awk-mode-hook.
7915 Give c-syntactic-element and c-syntactic-context doc-strings by
7916 directly setting their `variable-documentation' propery.
7917 This allows Emacs 22.1 to read these with C-h v.
7918
7919 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7920
7921 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7922
7923 * progmodes/cc-fonts.el, cc-vars.el
7924 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7925 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7926 Masatake YAMATO.
7927
7928 (c-doc-comment-style): Made GtkDoc default in C mode.
7929
7930 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7931 and C-c C-<delete>.
7932
7933 (c-bind-special-erase-keys): New function for use on
7934 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7935
7936 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7937 <delete> key behavior in XEmacs according to `delete-forward-p'.
7938 C.f. `c-electric-delete'.
7939
7940 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7941
7942 * progmodes/cc-mode.el: Give c-hungry-backspace and
7943 c-hungry-delete-forward permanent key bindings.
7944
7945 * progmodes/cc-cmds.el (c-electric-semi&comma):
7946 Bind c-syntactic-context for calls to "criteria functions", for
7947 consistency with other calls to user functions.
7948
7949 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7950 `current-prefix-arg', since this might be the prefix arg to a
7951 command which calls c-indent-command as a function. Change the
7952 interactive spec from "p" to "P".
7953
7954 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7955 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7956 was difficult to understand.
7957
7958 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7959
7960 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7961 first char of an identifier.
7962
7963 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7964 +" syntax in C++.
7965
7966 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7967
7968 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7969 auto-fill doesn't split a c-comment's last word from a hanging
7970 "*/" when a space is typed between them after fill-column.
7971
7972 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7973
7974 * progmodes/cc-styles.el (c-set-style)
7975 (c-setup-paragraph-variables): Abort the command if we're not in a
7976 CC Mode buffer.
7977
7978 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7979 with blank comment-prefix, and a blank line as the comment's
7980 second line.
7981
7982 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7983
7984 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7985 Incorporate the patterns added in the Emacs development branch
7986 for the new Emacs 22 face `font-lock-negation-char-face'.
7987
7988 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7989 of "red" since it stands out better in xterms and DOS terminals.
7990
7991 * progmodes/cc-engine.el (c-literal-faces):
7992 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7993
7994 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7995
7996 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7997 forcibly enable c-electric-flag.
7998
7999 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8000 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8001 after the comment-prefix of a C-style comment will close that comment.
8002
8003 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8004
8005 * progmodes/cc-fonts.el (c-basic-matchers-before)
8006 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8007 in Pike.
8008
8009 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8010 digraphs.
8011
8012 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8013 (c-cpp-message-directives, c-cpp-include-directives)
8014 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8015 (c-cpp-expr-directives): Introduce new language constants to
8016 control cpp syntax in a cleaner way.
8017
8018 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8019
8020 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8021
8022 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8023 (c-multiline-string-start-char): New language constants and
8024 variables to specify how newlines in string literals work.
8025
8026 (c-font-lock-invalid-string): Use them.
8027
8028 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8029 unbalanced close brace is entered. Optimization by avoiding going
8030 back over arbitrarily large blocks. Removed hints that this
8031 function only would be relevant/useful in AWK.
8032
8033 (c-electric-brace): Indent syntactically after the cleanups since
8034 lineup functions might do it differently then.
8035
8036 * progmodes/cc-engine.el, cc-langs.el
8037 (c-opt-op-identifier-prefix): New language constant and variable.
8038
8039 (c-just-after-func-arglist-p, c-after-special-operator-id)
8040 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8041
8042 * progmodes/cc-align.el, cc-engine.el
8043 (c-after-special-operator-id): New helper to handle C++ operator
8044 identifiers.
8045
8046 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8047 (c-guess-basic-syntax): Handle C++ operator identifiers in
8048 declarations.
8049
8050 * progmodes/cc-langs.el (c-assignment-operators): Add the
8051 trigraph version of ^= too.
8052
8053 * progmodes/cc-langs.el (c-assignment-operators): Add the
8054 trigraph version of |= in C++.
8055
8056 * progmodes/cc-fonts.el (c-font-lock-declarators):
8057 Handle `c-decl-hangon-kwds' after the identifier name.
8058
8059 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8060 whether an arglist is "nonempty", ignore a comment after the open
8061 paren if it isn't followed by a non-comment token on the same line.
8062
8063 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8064 Enable heuristics below the point to cope with classes inside special
8065 brace lists in Pike.
8066
8067 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8068
8069 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8070
8071 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8072
8073 * progmodes/cc-guess.el (cc-guess-install): New function to
8074 install an already guessed style in another buffer.
8075
8076 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8077 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8078 anyway if the change always is undone.
8079
8080 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8081
8082 Implement togglable electricity:
8083
8084 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8085 saying when it should be used.
8086
8087 * progmodes/cc-engine.el: Add the new buffer-local variable,
8088 c-electric-flag.
8089
8090 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8091 c-toggle-auto-newline.
8092
8093 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8094 c-toggle-auto-newline. Remove the binding for
8095 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8096 c-toggle-electric-state.
8097
8098 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8099
8100 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8101 c-\(forward\|backward\)-subword.
8102 (c-update-modeline): Add the new modeline flag `l' for
8103 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8104 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8105 Make the old name an alias of the new name.
8106 (c-toggle-electric-state): New function.
8107 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8108 Adapt these functions to do electric things only when
8109 c-electric-flag is non-nil.
8110 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8111 new functions from c-electric-brace.
8112 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8113 mode, so that the tentative extra newline doesn't change the
8114 syntax of the following brace.
8115 (c-electric-brace): Restructure by extracting the above functions.
8116 Tidy up the coding somewhat.
8117 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8118 restructure a bit.
8119
8120 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8121
8122 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8123 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8124
8125 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8126 (c-submode-indicators): Change name from `c-auto-hungry-string'
8127 since it's now used to track another submode.
8128
8129 (c-update-modeline): Convert to function and extended to check
8130 `c-subword-move-mode'.
8131
8132 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8133 Convert to compat aliases for `c-forward-subword' and
8134 `c-backward-subword'.
8135
8136 * progmodes/cc-subword.el: New functions and minor mode to handle
8137 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8138
8139 (c-forward-subword, c-backward-subword, c-mark-subword)
8140 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8141 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8142 Functions corresponding to the standard word handling functions.
8143
8144 (c-subword-move-mode): Minor mode that replaces all the standard
8145 word handling functions with their subword equivalences.
8146
8147 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8148
8149 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8150 entry for one-liner-defun.
8151
8152 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8153 name in its def-edebug-spec.
8154
8155 * progmodes/cc-cmds.el (c-electric-brace): Make the
8156 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8157 compacts space before a comment, if this will make things fit on
8158 one line.
8159
8160 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8161
8162 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8163
8164 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8165 clean-up one-liner-defun.
8166
8167 * progmodes/cc-styles.el: Add the new "awk" style.
8168
8169 * progmodes/cc-vars.el: Add description of one-liner-defun to
8170 c-cleanup-list's doc-string. New user options,
8171 c-max-one-liner-length. In c-default-style, set the default style
8172 for AWK to "awk".
8173
8174 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8175
8176 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8177 macros inside labels.
8178
8179 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8180 `c-at-statement-start-p' and `c-at-expression-start-p'.
8181
8182 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8183 error if the mark isn't set.
8184
8185 * progmodes/cc-engine.el (c-guess-continued-construct)
8186 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8187 accurately detect functions inside functions.
8188
8189 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8190 like `c-at-statement-start-p' that additionally recognizes commas
8191 and expression parentheses as delimiters.
8192
8193 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8194 to avoid heuristics that doesn't work for unclosed blocks.
8195 (c-at-statement-start-p): New function.
8196
8197 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8198 Objective-C directives, e.g. directives spanning lines should work
8199 reasonably well now.
8200
8201 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8202
8203 (c-forward-objc-directive): New function to move over any ObjC
8204 directive.
8205
8206 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8207 (c-basic-matchers-before): Use it.
8208
8209 (c-font-lock-objc-iip-decl): Remove.
8210
8211 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8212 in the template arglist recognition.
8213
8214 * progmodes/cc-styles.el (c-style-alist): Fix several
8215 inconsistencies in the Whitesmith style.
8216
8217 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8218 New lineup function to get lines after Whitesmith style blocks
8219 correctly indented.
8220
8221 (c-lineup-whitesmith-in-block): Back out the compensation for
8222 opening parens since it's done using `add' lists in the style
8223 definition instead. Don't use the anchor position since it varies
8224 too much between the syntactic symbols. :P
8225
8226 * progmodes/cc-vars.el (c-valid-offset): Update.
8227
8228 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8229 lists where the offsets are combined according to several
8230 different methods: `first', `min', `max', and `add'.
8231 Report offset evaluation errors with `c-benign-error' so that some kind
8232 of reindentation still is done.
8233
8234 * progmodes/cc-engine.el (c-guess-basic-syntax):
8235 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8236 `arglist-close'.
8237
8238 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8239 situations for `arglist-cont-nonempty' and `arglist-close'.
8240
8241 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8242
8243 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8244 cc-bytecomp-boundp' in a number of places.
8245
8246 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8247 macro related issue.
8248
8249 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8250
8251 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8252 list is now [asdf], a char class [:alpha:].
8253 Include code for char classes.
8254 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8255 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8256
8257 Remove (nearly all of) the cruft associated with AWK Mode's former
8258 concept of "virtual semicolons":
8259
8260 Adapt c-beginning-of-statement, c-end-of-statement (together with
8261 subfunctions) to use the new notion of "virtual semicolon" in
8262 place of the old awkward special handling for AWK. There remains
8263 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8264 * progmodes/cc-cmds.el:
8265 (c-ascertain-adjacent-literal): In the backwards direction, now
8266 recognises AWK regexp delimiters as string delimiters.
8267 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8268 check more rigorously for "end of macro".
8269 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8270 virtual semicolons;
8271 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8272 out the code for forward movement into ...
8273 (c-end-of-statement): Now contains the code for forward movement,
8274 adapted for virtual semicolons.
8275
8276 * progmodes/cc-engine.el:
8277 (c-ws*-string-limit-regexp): New regexp.
8278 (c-forward-single-comment, c-backward-single-comment): Comment out
8279 the (now redundant) "special" AWK stuff.
8280
8281 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8282 c-string-par-start, c-string-par-separate to be more like Text
8283 Mode than Fundamental Mode.
8284
8285 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8286
8287 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8288 to the fontified region so that fontification doesn't occur
8289 outside it (could happen e.g. when fontifying a line with an
8290 unfinished declaration).
8291
8292 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8293
8294 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8295 start of the file. ^L now separate sections of the file.
8296 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8297 (c-awk-one-line-possibly-open-string-re)
8298 (c-awk-regexp-one-line-possibly-open-char-class-re)
8299 (c-awk-one-line-possibly-open-regexp-re)
8300 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8301 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8302
8303 Amend the concept of "virtual semicolons" (in the indentation
8304 engine) for languages like AWK, such that they are now
8305 conceptually attached to end of the last token of a statement, not
8306 the end of the line. (In AWK Mode, however, the pertinent text
8307 property is still physically set on the EOL.) Remove the specific
8308 tests for awk-mode, thus facilitating the introduction of other
8309 language modes where EOLs can end statements.
8310 (Note: The funtionality in cc-cmds.el, specifically
8311 c-beginning/end-of-statement has yet to be amended.)
8312
8313 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8314 New macros.
8315
8316 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8317 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8318 c-vsemi-status-unknown-p-fn (in a new page).
8319
8320 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8321 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8322 numerous awkward forms like
8323 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8324 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8325 variable before-ws-ip, the place just after char-before-ip appears.
8326
8327 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8328 a comment.
8329
8330 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8331
8332 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8333 `c-tentative-buffer-changes'.
8334
8335 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8336 convert to macro to choose between Emacs and XEmacs at compile time.
8337
8338 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8339
8340 (c-tentative-buffer-changes): New macro to handle temporary buffer
8341 changes in a convenient way.
8342
8343 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8344 for `c-tentative-buffer-changes'.
8345
8346 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8347 the checks for paren sexps between the point and the keyword, to
8348 avoid some false alarms.
8349
8350 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8351 Fixed a situation where an error could be thrown for unbalanced
8352 parens. Changed to make use of c-keyword-member' to avoid some
8353 repeated regexp matches.
8354
8355 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8356 These language variable are no longer necessary.
8357
8358 (c-block-stmt-kwds): New language constant used by
8359 c-looking-at-inexpr-block'.
8360
8361 (c-guess-basic-syntax): Remove an optional check that looked at
8362 the existence of the now removed language variables.
8363
8364 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8365 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8366 object instantiation expressions as declarations in some contexts.
8367 This bug only affected languages where the declarator can't be
8368 enclosed in parentheses.
8369
8370 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8371 insert newlines before and after substatement braces.
8372
8373 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8374 function declaration headers and the handling of C++ style member
8375 init lists.
8376
8377 (c-just-after-func-arglist-p): Rewritten to use
8378 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8379
8380 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8381
8382 (c-guess-basic-syntax): Adapt case 5B for the new
8383 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8384 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8385 covers all cases now).
8386
8387 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8388
8389 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8390
8391 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8392 c-string-par-start/separate c-sentence-end-with-esc-eol,
8393 initialised in c-setup-paragraph-variables, used in string
8394 scanning subroutines of c-beginning-of-statement.
8395
8396 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8397 which precedes the newly inserted `{'.
8398
8399 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8400
8401 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8402 function for declaration level blocks. It should now cope with
8403 templates better and also be a lot more comprehensible.
8404
8405 (c-looking-at-decl-block): The new function.
8406
8407 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8408 for compatibility.
8409
8410 (c-add-class-syntax, c-guess-continued-construct)
8411 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8412
8413 (c-decl-block-key): Change to tell apart ambiguous and
8414 unambiguous keywords. Pike specials are now handled directly in
8415 the code instead.
8416
8417 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8418 New language constants and variables to make the backward skip in
8419 `c-looking-at-decl-block' as tight as possible.
8420
8421 (c-nonsymbol-token-char-list): New language constant.
8422
8423 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8424 find balanced template arglists backwards.
8425
8426 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8427 making char classes for `c-syntactic-skip-backward'.
8428
8429 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8430 16D - can't be a class-close at that point.
8431
8432 * progmodes/cc-engine.el (c-guess-basic-syntax)
8433 (c-add-class-syntax): Don't narrow out the enclosing declaration
8434 level. This makes everything a lot easier, and it was actually
8435 only four small places that needed it to work. Some places that
8436 previously did `widen' are removed now, which has the effect that
8437 `c-guess-basic-syntax' never will look at things outside the
8438 current narrowment now. The anchor position for `topmost-intro'
8439 is affected by this, but it was so bogus it was basically useless
8440 before, and now it's equally bogus but in a slightly different way.
8441
8442 (c-narrow-out-enclosing-class): Gone.
8443
8444 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8445 the narrowed region.
8446
8447 (c-least-enclosing-brace): Remove silly optional argument.
8448
8449 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8450 the point could be left directly after an open paren when finding
8451 the beginning of the first decl in the block.
8452
8453 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8454 Specify which submatch to use.
8455
8456 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8457
8458 (c-decl-start-re): No longer any need for special treatment of
8459 ObjC due to the above.
8460
8461 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8462 presumably follows C in that regard.
8463
8464 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8465 New language constants to specify operator tokens inside
8466 identifiers in a more high level way.
8467
8468 (c-opt-identifier-prefix-key): New internal language constant.
8469
8470 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8471 (c-identifier-start, c-identifier-key): Now completely calculated
8472 from other constants.
8473
8474 (c-identifier-last-sym-match): Decommission since it's no longer used.
8475
8476 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8477
8478 * progmodes/cc-engine.el (c-forward-name): Remove the
8479 optimization when c-identifier-key is equal to c-symbol-key since
8480 it doesn't work in byte compiled files. Don't record empty
8481 regions as identifiers.
8482
8483 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8484 simplify access to `c-operators' and its likes.
8485
8486 (c-operator-list, c-all-op-syntax-tokens)
8487 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8488 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8489 (c-primary-expr-regexp, c-cast-parens): Use it.
8490
8491 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8492 an explicit language in functions.
8493
8494 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8495 variant of adornment.
8496
8497 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8498 variable.
8499
8500 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8501 the Pike value.
8502
8503 * progmodes/cc-engine.el (c-on-identifier)
8504 (c-simple-skip-symbol-backward): Small fix for handling "-"
8505 correctly in `skip-chars-backward'. Affected the operator lfun
8506 syntax in Pike.
8507
8508 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8509 diagnostic message about precompiled language vars not being used.
8510
8511 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8512 "__attribute__" is followed by a parenthesis.
8513
8514 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8515 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8516 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8517
8518 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8519 Internal cleanups to properly detect the declared identifiers in
8520 various declarations.
8521
8522 (c-decl-start-kwds): New language constant to recognize
8523 declarations that can start anywhere. Used for class declarations
8524 in Pike.
8525
8526 (c-specifier-key, c-not-decl-init-keywords)
8527 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8528 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8529
8530 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8531 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8532 handling of the compiler specific extension keywords into a new
8533 language constant `c-decl-hangon-kwds' that defines keyword
8534 clauses to be ignored in declarations.
8535
8536 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8537 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8538 Necessary to stop at the declared identifier in e.g. IDL valuetype
8539 declarations.
8540
8541 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8542 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8543 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8544 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8545 class and enum declarations as such and not as part of the type.
8546
8547 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8548 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8549
8550 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8551 declarations when there's some syntax error later on.
8552
8553 (c-complex-decl-matchers): Did away with a reference to
8554 `c-specifier-key'.
8555
8556 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8557 value - this variable is always dynamically bound.
8558
8559 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8560 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8561 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8562 functions that might do hidden buffer changes: All such internal
8563 functions are now marked instead of those that don't.
8564
8565 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8566 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8567 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8568 (c-literal-type): Allow these functions to make hidden buffer changes,
8569 so that they are free to use text property caching later on.
8570
8571 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8572 (c-electric-brace, c-electric-slash, c-electric-star)
8573 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8574 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8575 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8576 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8577 with the changed semantics of the functions above.
8578
8579 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8580 when macros occur in obscure places. Optimized the sexp movement
8581 a bit.
8582
8583 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8584
8585 Enhancements for c-beginning-of-statement to work in AWK Mode:
8586
8587 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8588 (completed statement) with `}' (statement completed by closing
8589 brace or semicolon) and `$' (statement completed by EOL).
8590
8591 (c-awk-virtual-semicolon-ends-prev-line-p)
8592 (c-awk-virtual-semicolon-ends-line-p)
8593 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8594 (c-awk-at-statement-end-p): New functions.
8595
8596 * progmodes/cc-cmds.el: Simplify the structure of functions
8597 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8598 two functions and c-beginning-of-statement to handle AWK Mode.
8599
8600 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8601 c-backward-single-comment for AWK mode. Attempt to clarify their
8602 doc-strings.
8603
8604 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8605
8606 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8607
8608 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8609 label handling. Labels are now recognized in a uniform and more
8610 robust way, regardless of context. Text properties are put on all
8611 labels to recognize the following declarations better.
8612 Multiword labels are handled both in indentation and fontification for
8613 the benefit of language extensions like Qt. For consistency, keywords
8614 in labels are now fontified with the label face instead.
8615 That also applies to "case" and "default".
8616
8617 (c-beginning-of-statement-1): Fix some bugs in the label
8618 handling. Disregard `c-nonlabel-token-key' in labels that begin
8619 with `c-label-kwds'.
8620
8621 (c-find-decl-spots): Support that the callback adds more
8622 `c-decl-end' spots to find.
8623
8624 (c-forward-decl-or-cast-1): Don't treat a list of plain
8625 identifiers followed by a colon as a declaration.
8626
8627 (c-forward-label): New function to recognize labels.
8628
8629 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8630 `c-forward-label'. Moved the label recognition cases (14 and 15)
8631 earlier since they aren't so context sensitive now. Handle labels
8632 on the top level gracefully. Moved access label recognition to
8633 the generic label case (CASE 15) - removed CASE 5E.
8634
8635 (c-font-lock-declarations): Add recognition of labels in the
8636 same round since we need to handle labels in parallell with other
8637 declarations to recognize both accurately. It should also improve
8638 speed.
8639
8640 (c-simple-decl-matchers, c-basic-matchers-after):
8641 Move `c-font-lock-labels' so that it only is used on decoration level 2
8642 since `c-font-lock-declarations' handles it otherwise.
8643
8644 (c-complex-decl-matchers): Remove the simplistic recognition of
8645 access labels.
8646
8647 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8648 with labels earlier.
8649
8650 (c-decl-start-re): New language variable to make
8651 `c-font-lock-declarations' stop for the special protection labels
8652 in Objective-C that start with `@'.
8653
8654 (c-label-key): Remove since it's no longer used.
8655
8656 (c-recognize-colon-labels, c-label-prefix-re): New language
8657 constants to support recognition of generic colon-terminated labels.
8658
8659 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8660 are colon terminated labels.
8661
8662 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8663 first argument starts with a special brace list.
8664
8665 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8666 (c-font-lock-declarations): Break out the declaration and cast
8667 recognition from `c-font-lock-declarations' to a new function, so
8668 that it can be used in the indentation engine.
8669
8670 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8671 up to the start of the literal. Fixed bug with the point on the
8672 wrong side of the search limit that could happen when the start
8673 position is inside a literal.
8674
8675 * progmodes/cc-engine.el (c-parse-state)
8676 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8677 so that it's kept a little bit back to increase the hit rate.
8678
8679 (c-parse-state): Change the macro handling and fixed some
8680 glitches. Macro context is checked more often than necessary now,
8681 but otoh less garbage conses are generated.
8682
8683 * progmodes/cc-engine.el (c-parse-state)
8684 (c-invalidate-state-cache): Cache the last position where
8685 `c-state-cache' applies. This can speed up refontification quite
8686 a bit in blocks where there are many non-brace parens before the point.
8687
8688 (c-state-cache-end): New variable for this.
8689
8690 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8691 cache variable.
8692
8693 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8694 get close initial continue positions when the start position is
8695 inside a literal or macro. Do not call the callback for spots
8696 before the start position (which can happen e.g. for `c-decl-end'
8697 spots inside comments). Optimize better in special cases when the
8698 region is a single line inside a literal or macro (typically when
8699 the current line is refontified).
8700
8701 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8702 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8703 entries from the paren state.
8704
8705 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8706 special case for "else if" clauses.
8707
8708 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8709 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8710
8711 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8712 New language variable to recognize the gcc extension with statement
8713 blocks inside expressions.
8714
8715 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8716 it somewhat more comprehensible. The argument AT-BLOCK-START is
8717 no longer used and hence removed.
8718
8719 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8720 to `c-add-stmt-syntax'.
8721
8722 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8723 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8724 This fixes bogus label recognition.
8725
8726 * progmodes/cc-engine.el (c-add-type, c-check-type)
8727 (c-forward-name, c-forward-type): Improve storage of template
8728 types in `c-found-types' so that they can be recognized better.
8729
8730 (c-syntactic-content): Add option to skip past nested parens.
8731
8732 * progmodes/cc-engine.el (c-forward-name):
8733 Set `c-last-identifier-range' all the time. It's less work that way.
8734 Handle that there might not be an identifier to store in
8735 `c-last-identifier-range'.
8736
8737 (c-forward-type): Handle that `c-last-identifier-range' might be
8738 nil from `c-forward-name'.
8739
8740 * progmodes/cc-defs.el (c-safe-scan-lists)
8741 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8742
8743 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8744 to work even if the form fails.
8745
8746 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8747 down in a large file in one go.
8748
8749 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8750
8751 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8752 function which is like `c-lineup-math' but returns nil instead of
8753 `c-basic-offset' when it doesn't match.
8754
8755 (c-lineup-math): Change to use `c-lineup-assignments'.
8756
8757 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8758
8759 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8760 c-beginning-of-statement. New subfunctions
8761 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8762
8763 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8764
8765 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8766 hardcoded char classes whereever possible. Changed a couple of
8767 places to use skip by syntax instead of skip by char class.
8768
8769 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8770 Fix a bug in the regexp that caused extreme backtracking.
8771
8772 * progmodes/cc-langs.el (c-block-comment-starter)
8773 (c-block-comment-ender): New language constants to specify in a
8774 single place how block comments look.
8775
8776 (c-comment-start-regexp, c-block-comment-start-regexp)
8777 (comment-start, comment-end, comment-start-skip)
8778 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8779 (c-syntactic-ws, c-nonempty-syntactic-ws)
8780 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8781 `c-line-comment-starter', `c-block-comment-starter' and
8782 `c-block-comment-ender'.
8783
8784 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8785 New language constants to break up things a bit.
8786
8787 (c-simple-ws): New language constant for simple whitespace.
8788
8789 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8790
8791 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8792 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8793 newlines. Allow and ignore nil elements in the list.
8794
8795 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8796
8797 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8798 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8799
8800 * progmodes/cc-cmds.el: Tidy up the comments in
8801 c-beginning-of-statement and subfunctions.
8802
8803 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8804 more flexible c-put-char-property and c-clear-char-properties.
8805 Add the author's email address.
8806
8807 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8808
8809 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8810 closing "*/" of a block comment.
8811
8812 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8813 subfunctions) so that it works at BOB and EOB.
8814
8815 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8816 c-beginning-of-statement, including new variable
8817 c-block-comment-start-regexp.
8818
8819 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8820
8821 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8822 symbols from `*-font-lock-extra-types' so that there's no need to
8823 use `regexp-opt' on those lists.
8824
8825 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8826 `c-type-modifier-kwds' is empty.
8827
8828 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8829 there are several strings on the same line.
8830
8831 * progmodes/cc-engine.el (c-literal-limits): Remove the
8832 compatibility function for older emacsen. `c-literal-limits-fast'
8833 has now taken the place of this function.
8834
8835 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8836 with older emacsen: We now require `pps-extended-state'.
8837
8838 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8839
8840 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8841 which obviates the need to hack sentence-end. This now handles
8842 escaped newlines in strings correctly. Correct minor bugs in
8843 c-move-over-sentence and in c-beginning-of-statement.
8844
8845 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8846 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8847 that movement over macros and code are rigorously separated from
8848 eachother. Correct a few incidental bugs.
8849
8850 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8851 Improve its doc-string. Improve the handling of certain specific cases.
8852
8853 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8854
8855 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8856 (c-guess-basic-syntax): Change the way class-level labels are
8857 recognized; they can now contain essentially any symbols.
8858
8859 (c-opt-extra-label-key): New language variable to cope with the
8860 special protection label syntax in Objective-C.
8861
8862 (c-opt-access-key): Remove; this is now handled better by
8863 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8864
8865 (c-complex-decl-matchers): Update to handle that
8866 `c-opt-access-key' no longer exists.
8867
8868 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8869 improved label recognition in `c-beginning-of-statement-1'.
8870
8871 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8872 Recognize bitfields better.
8873
8874 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8875 Remove some cruft and fixed a bug that could cause it to go to a
8876 position further down.
8877
8878 * progmodes/cc-langs.el, cc-engine.el
8879 (c-beginning-of-statement-1): Improve detection of labels in
8880 declaration contexts.
8881
8882 (c-beginning-of-decl-1): Use it.
8883
8884 (c-nonlabel-token-key): New language constant and variable needed
8885 by `c-beginning-of-statement-1'.
8886
8887 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8888 manifested itself due to the correction in `c-forward-sexp'.
8889
8890 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8891 Make these behave as documented when used at the buffer limits.
8892
8893 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8894 (c-type-decl-end-used): Made this a language variable.
8895
8896 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8897 correctly when `combine-after-change-calls' is used together with
8898 temporary narrowings.
8899
8900 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8901 Report labels correctly when the start point is immediately after the
8902 colon.
8903
8904 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8905 Remove since it isn't used anymore.
8906
8907 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8908 bracket arglists such as template parens in C++.
8909
8910 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8911 in the last check-in. Some optimization.
8912
8913 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8914 where it could stop at the same level in a preceding sexp when
8915 PAREN-LEVEL is set.
8916
8917 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8918 text property lookup only when it's needed.
8919
8920 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8921 Change the policy for paren marked angle brackets to be more
8922 persistent; once marked they remain marked even when they're found
8923 to be unbalanced in the searched region. This should keep the
8924 paren syntax around even when individual lines are refontified in
8925 multiline template arglists.
8926
8927 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8928 to control markup so that incorrect angle bracket arglists aren't
8929 marked in contexts where the correct value for
8930 `c-disallow-comma-in-<>-arglists' isn't known.
8931
8932 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8933 argument has become `c-parse-and-markup-<>-arglists'.
8934
8935 (c-remove-<>-arglist-properties): Remove - no longer used.
8936
8937 (c-after-change-check-<>-operators): New function used on
8938 `after-change-functions' to avoid that "<" and ">" characters that
8939 are part of longer operators have paren syntax.
8940
8941 (c-<>-multichar-token-regexp): New language variable used by
8942 `c-after-change-check-<>-operators'.
8943
8944 (c-after-change): Call `c-after-change-check-<>-operators'.
8945
8946 (c-font-lock-<>-arglists): Use the context properties set by
8947 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8948 correctly to avoid doing invalid markup.
8949
8950 (c-font-lock-declarations): Remove code that undoes the invalid
8951 markup done by `c-font-lock-<>-arglists'.
8952
8953 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8954 after `c-font-lock-declarations'.
8955
8956 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8957 Add paren-level feature.
8958
8959 (c-guess-basic-syntax): Improve the anchor position for
8960 `template-args-cont' in nested template arglists. There's still
8961 much to be desired in this area, though.
8962
8963 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8964
8965 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8966 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8967
8968 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8969
8970 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8971 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8972
8973 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8974 it doesn't work no longer are supported.
8975
8976 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8977 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8978 requires support for the syntax-table' text property, which rules
8979 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8980 cruft associated with those versions.
8981
8982 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8983 for the `syntax-table' text property, which rules out Emacs 19 and
8984 XEmacs < 21.4. Removed various compatibility cruft associated
8985 with those versions.
8986
8987 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8988 support for the `syntax-table' text property.
8989
8990 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8991 variable and use an extra quoted face name instead. All the
8992 emacsen flavors handle that correctly.
8993
8994 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8995 (c-font-lock-declarators, c-font-lock-declarations)
8996 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8997 property to mark the items in in declarator lists to handle
8998 refontification inside multiline declarations better.
8999
9000 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9001 construct like "a * b = c;" as a declaration.
9002
9003 2005-12-08 Kim F. Storm <storm@cua.dk>
9004
9005 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9006 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9007 select either meta, hyper, or super modifier for rectangle commands.
9008 (cua--rectangle-modifier-key): New defvar.
9009 (cua--M/H-key): Use it. Remove special case for `space'.
9010 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9011 on X, to meta otherwise. Always bind C-return to toggle
9012 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9013
9014 * emulation/cua-rect.el (cua-help-for-rectangle):
9015 Use cua--rectangle-modifier-key. Handle super modifier too.
9016 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9017 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9018
9019 * ido.el: Move Acknowledgements and History after Commentary.
9020 Minor changes to Commentary.
9021
9022 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9023 keymap if cua--prefix-override-timer is `shift'.
9024 (cua--shift-control-prefix): New function; emulate "type prefix
9025 key twice" functionality to handle shifted prefix key override.
9026 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9027 New commands.
9028 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9029
9030 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9031
9032 * textmodes/org.el (org-insert-heading): Try to do items before
9033 headings.
9034 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9035 (org-insert-item): New function.
9036 (org-renumber-ordered-list): Don't skip to higher level lists.
9037
9038 2005-12-08 Juri Linkov <juri@jurta.org>
9039
9040 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9041
9042 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9043
9044 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9045
9046 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9047 the constructed function name fun-1.
9048
9049 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9050 because such links don't lead to parent documentation.
9051
9052 2005-12-08 Kenichi Handa <handa@m17n.org>
9053
9054 * descr-text.el (describe-char): Use *Help-2* buffer if the
9055 current buffer is *Help*. Call describe-text-properties while
9056 setting the original buffer.
9057
9058 2005-12-07 Bill Wohler <wohler@newt.com>
9059
9060 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9061 and causes problems with non-MH users (such as Gnus users).
9062
9063 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9064
9065 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9066 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9067 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9068 command "info sources". Move calls to GDB command "list".
9069 (gdb-find-file-hook): Just use gdb-source-file-list.
9070 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9071 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9072 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9073 (gdb-data-list-register-values-handler): Use correct trigger name.
9074
9075 2005-12-07 Kim F. Storm <storm@cua.dk>
9076
9077 * ido.el (ido-completion-map): Rename from ido-mode-map.
9078 (ido-common-completion-map, ido-file-completion-map)
9079 (ido-file-dir-completion-map, ido-buffer-completion-map):
9080 Rename from ido-mode-....-map.
9081 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9082 (ido-setup-completion-map): Rename from ido-define-mode-map.
9083 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9084 to ido-completion-map.
9085
9086 2005-12-07 Kenichi Handa <handa@m17n.org>
9087
9088 * international/mule-cmds.el
9089 (set-display-table-and-terminal-coding-system): If the coding
9090 system specified in `unibyte-display' property is different from
9091 the arg coding-system, don't setup standard-display-table.
9092
9093 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9096 that comments end at \n, regardless of selective-display.
9097
9098 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9099
9100 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9101 (gdb-version): New variables.
9102 (gdb-source-file-list, gdb-register-names)
9103 (gdb-changed-registers): New variables for use with GDB 6.4+.
9104 (gdb-ann3): Replace with...
9105 (gdb-init-1, gdb-init-2): ...two new functions.
9106 (gdba, gdb-prompt): Call gdb-init-1.
9107 (gdb-get-version): New function. Call gdb-init-2 from here.
9108 (gud-watch): Make it work with mouse events too.
9109 (gdb-post-prompt): Don't add to queue until GDB version is known.
9110 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9111 (gdb-locals-mode): Use gdb-version.
9112 (gdb-memory-format-map, gdb-memory-unit-map)
9113 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9114 (gdb-locals-font-lock-keywords-1)
9115 (gdb-locals-font-lock-keywords-2): New variables.
9116 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9117 (gdb-set-gud-minor-mode-existing-buffers-1)
9118 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9119 (gdb-var-update-1, gdb-var-update-handler-1)
9120 (gdb-data-list-register-values-handler)
9121 (gdb-data-list-register-values-custom)
9122 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9123 (gdb-stack-list-locals-handler, gdb-get-register-names):
9124 New functions for use with GDB 6.4+.
9125 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9126 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9127 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9128 (gdb-stack-list-locals-regexp)
9129 (gdb-data-list-register-names-regexp): New regexps for use with
9130 GDB 6.4+.
9131
9132 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9133
9134 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9135
9136 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9137
9138 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9139 prompts work for AUTH PLAIN. Also reported by Steve Allan
9140 <seallan@verizon.net>.
9141
9142 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9143
9144 * frame.el (set-frame-parameter): Add doc string.
9145
9146 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9147
9148 * textmodes/org.el (org-occur-highlights): New variable.
9149 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9150 (org-highlight-sparse-tree-matches): New option.
9151 (org-do-occur): New function.
9152 (org-get-heading): Make it work also at beginning of line.
9153 (org-category-table): New variable.
9154 (org-get-category-table, org-get-category)
9155 (org-camel-to-words, org-link-search): New functions.
9156 (org-select-this-todo-keyword): New variable.
9157 (org-todo-list): New command.
9158 (org-shiftright, org-shiftleft): New commands.
9159 (org-agenda-todo): Add prefix argument.
9160 (org-show-hierarchy-above): New option.
9161 (org-show-todo-tree): Numerical prefix creates tree for specific
9162 TODO keyword.
9163 (org-outline-level): New function, to assign a level to plain
9164 lists items.
9165 (org-cycle-include-plain-lists): New option.
9166 (org-mode): Use `org-outline-level' as value of `outline-level'.
9167 (org-cycle): Temporarily switch `outline-regexp' if
9168 `org-cycle-include-plain-lists' is non-nil.
9169 (org-start-icalendar-file): Fix format bug.
9170 (org-agenda-get-day-entries): Create category table.
9171 (org-agenda-get-todos, org-agenda-get-timestamps)
9172 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9173 (org-agenda-get-blocks): Use `org-get-category'.
9174 (org-context-in-file-links): Rename from
9175 `org-line-numbers-in-file-links'.
9176
9177 2005-12-06 Romain Francoise <romain@orebokech.com>
9178
9179 * window.el (balance-windows): Delete extraneous third arg in call
9180 to `enlarge-window'.
9181
9182 2005-12-06 Kenichi Handa <handa@m17n.org>
9183
9184 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9185
9186 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9187
9188 * progmodes/gdb-ui.el (gdb-var-create-handler)
9189 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9190 (gdb-var-list-children-handler, gdb-var-update-handler):
9191 Current buffer is already gdb-partial-output-buffer, don't
9192 make it current again.
9193
9194 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9195
9196 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9197 (list-buffers-noselect): Use it.
9198
9199 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9202 (mail-yank-ignored-headers): Use regexp-opt.
9203 (mail-mode-map): Move initialization into declaration.
9204 (mail-sent-via): Remove unused shadowed var `to-line'.
9205 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9206 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9207 (mail-do-fcc): Use dolist and push.
9208 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9209 (mail-yank-ignored-headers): Don't autoload.
9210
9211 2005-12-05 Kenichi Handa <handa@m17n.org>
9212
9213 * international/mule-cmds.el (set-language-info-internal): New fun.
9214 (set-language-info): Call set-language-info-internal to update
9215 language-info-alist. If LANG-ENV is the current one, call
9216 set-language-environment to make INFO effective now.
9217 (set-language-info-alist): Likewise.
9218 (locale-language-names): With locale "en", use English
9219 lang. env. but set the default codings to iso-8859-1.
9220
9221 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9222
9223 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9224 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9225 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9226 for plain strings.
9227 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9228 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9229 Create registers buffer if necessary. Echo new state in minibuffer.
9230 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9231
9232 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9233
9234 * info.el (Info-fontify-node): Match external links using
9235 non-directory part of filename.
9236
9237 2005-12-04 Juri Linkov <juri@jurta.org>
9238
9239 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9240 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9241 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9242 because there is no customization option for it.
9243
9244 * font-lock.el (lisp-font-lock-keywords-1):
9245 Add define-global-minor-mode.
9246
9247 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9248
9249 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9250 properties on the constructed variable names.
9251
9252 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9253 Put `definition-name' properties on the constructed function names
9254 next-sym and prev-sym.
9255
9256 * emacs-lisp/find-func.el (find-function-regexp):
9257 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9258 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9259 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9260 and easy-menu-define.
9261
9262 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9263 easy-mmode-define-global-mode and define-global-minor-mode.
9264 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9265
9266 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9267 instead of easy-mmode-define-global-mode.
9268
9269 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9270 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9271
9272 * cus-edit.el (customize-group, customize-group-other-window):
9273 Filter out autoloaded options from the group completion list by
9274 using heuristics that autoloaded groups don't have `custom-autoload'
9275 property on their symbols (they have only `custom-loads').
9276
9277 * simple.el (completion-setup-function): Put completions-common-part
9278 face on complete completion string too (i.e. completion string
9279 without completions-first-difference face).
9280
9281 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9282
9283 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9284
9285 * view.el (view-mode): Doc fix.
9286
9287 * disp-table.el (standard-display-european): Add to the warning
9288 message a reference to the doc string.
9289
9290 * play/yow.el (apropos-zippy): Call print-help-return-message,
9291 similar to other Help and Apropos commands.
9292
9293 * help.el (print-help-return-message): If pop-up-frames is
9294 non-nil, set up help-return-method to delete the help window and,
9295 possibly, its frame as well, and don't display message about
9296 scrolling the help window. Doc fix.
9297 (help-return-method): Doc fix.
9298
9299 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9300
9301 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9302 whereby names of length one or names starting with a
9303 symbol-constituent character would not be returned.
9304
9305 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9306
9307 * subr.el (atomic-change-group): Add edebug and indentation spec.
9308
9309 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * completion.el (save-completions-file-name): Fix typo in last change.
9312
9313 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9314
9315 * info.el: Move back/forward history to the beginning of the tool bar.
9316
9317 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9318
9319 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9320 Add fset of allout-real-isearch-abort during compile to fix
9321 byte-compilation warnings.
9322 (allout-mode-p): Move definition of this macro above all uses, or
9323 byte compilation in barren emacs (eg, during emacs build) will
9324 lack the definition.
9325 (allout-mode): Move this variable above any uses, or byte
9326 compilation will fail.
9327 (allout-resolve-xref): Remove use of personal file-reference function.
9328 (allout-toggle-current-subtree-encryption): Do the current (ie,
9329 visible containing) topic, rather than nearest around point. Doc fix.
9330 (allout-toggle-subtree-encryption): New function, workhorse that
9331 works on nearest topic containing point.
9332 (allout-encrypt-string): Signal requirement for newer version of pgg.
9333 (allout-resumptions): Doc fix.
9334
9335 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9336
9337 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9338
9339 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9340
9341 * textmodes/flyspell.el (flyspell-external-point-words):
9342 Consider a misspelling as found in the string search if: (a) misspelling
9343 and found string lengths match, or (b) misspelling is found as
9344 element in a boundary-chars separated longer string, or (c)
9345 ispell-program-name is really ispell and misspelling is found as
9346 part of a TeX string. After successful match move beginning of
9347 search region to end of match. Warn about not found misspellings
9348 once the process is done.
9349 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9350
9351 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9352
9353 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9354 tool bar (removed inadvertently).
9355
9356 2005-12-02 Juri Linkov <juri@jurta.org>
9357
9358 * log-view.el (log-view-diff): Clarify doc string.
9359
9360 2005-12-01 Bill Wohler <wohler@newt.com>
9361
9362 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9363 triggers lm-verify errors.
9364
9365 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9366
9367 * simple.el (transient-mark-mode, line-number-mode)
9368 (column-number-mode, size-indication-mode): Remove `:require nil'.
9369
9370 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9371
9372 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9373 in the margin also.
9374 (gdb-breakpoints-mode-map): Use D instead of d for
9375 gdb-delete-breakpoint.
9376 (gdb-get-frame-number): Require a number to match on.
9377 (gdb-threads-mode-map): Add follow-link binding.
9378
9379 2005-11-30 Jason Rumney <jasonr@gnu.org>
9380
9381 * isearch.el (isearch-mode-map): Avoid exiting search on
9382 language-change event.
9383
9384 2005-11-30 Romain Francoise <romain@orebokech.com>
9385
9386 * speedbar.el (speedbar-default-position): New defcustom.
9387 (speedbar-frame-reposition-smartly): Use it.
9388
9389 * dframe.el (dframe-reposition-frame-emacs): Fix position
9390 computation for `left' location.
9391 Update copyright year.
9392
9393 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * help.el (help-map): Move initialization into declaration.
9396
9397 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9398
9399 * help-fns.el (help-argument-name): Don't autoload.
9400 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9401 to be re-loaded when customizing the `help' group.
9402
9403 2005-11-30 John Paul Wallington <jpw@gnu.org>
9404
9405 * help-fns.el (describe-function-1): Fill arglist output.
9406
9407 2005-11-30 Kim F. Storm <storm@cua.dk>
9408
9409 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9410 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9411 after revert-buffer (or anything else which kills all local variables).
9412
9413 * apropos.el (apropos-parse-pattern): Doc fix.
9414 Set apropos-regexp directly, rather than expecting callers to do so.
9415 (apropos-command, apropos, apropos-value, apropos-documentation):
9416 Simplify calls to apropos-parse-pattern.
9417
9418 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9421 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9422 (hi-lock-write-interactive-patterns): Use comment-region.
9423
9424 * longlines.el (longlines-mode): Add mail-setup-hook.
9425
9426 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9427
9428 * simple.el (sendmail-user-agent-compose, next-line):
9429 Conditionally use hard-newline.
9430
9431 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9432
9433 * international/latexenc.el (latex-inputenc-coding-alist):
9434 Reword doc string.
9435
9436 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * help.el (describe-key-briefly, describe-key): Recognize default
9439 bindings.
9440
9441 2005-11-29 Romain Francoise <romain@orebokech.com>
9442
9443 * view.el (view-inhibit-help-message): New defcustom.
9444 (view-mode-enter): Use it.
9445
9446 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9447
9448 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9449 Preserve user position.
9450
9451 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9452
9453 * font-lock.el: Throw error if facemenu is not loaded to prevent
9454 accidental change of loading order in loadup.el. (Suggested by RMS.)
9455
9456 * loadup.el: Add comment explaining why facemenu must be loaded
9457 before font-lock.
9458
9459 2005-11-28 Jay Belanger <belanger@truman.edu>
9460
9461 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9462 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9463
9464 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9465
9466 * calc/calc-embed.el (calc-do-embedded): Update help message.
9467
9468 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9469
9470 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9473
9474 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9475 called-interactively-p.
9476 (elp-profilable-p): Rename from elp-not-profilable-p.
9477 Invert result and take into account macros and autoloaded functions.
9478 (elp-instrument-function): Update call.
9479 (elp-instrument-package): Update call. Add completion.
9480 (elp-pack-number): Use match-string.
9481 (elp-results-jump-to-definition-by-mouse): Merge into
9482 elp-results-jump-to-definition and then remove.
9483 (elp-output-insert-symname): Make help echo text single-line.
9484
9485 * replace.el (query-replace-map): Move initialization into declaration.
9486 (occur-engine): Use with-current-buffer.
9487 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9488 (occur-mode-mouse-goto): Replace with an alias.
9489
9490 2005-11-28 Juri Linkov <juri@jurta.org>
9491
9492 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9493
9494 * term/w32-win.el: Bind [S-tab] to [backtab].
9495
9496 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9497 `Info-find-file' to t.
9498
9499 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9500 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9501 and same-window-regexps.
9502 (occur-next-error): Don't move point for arg 0.
9503
9504 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9505
9506 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9507
9508 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * log-edit.el (log-edit-changelog-use-first): New var.
9511 (log-edit-changelog-ours-p): Use it.
9512 (log-edit-insert-changelog): Set it with new arg `use-first'.
9513 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9514 (log-edit-hook): Add them to the list of suggested options.
9515
9516 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9517 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9518 redundant work.
9519 (flyspell-mode-on): Use add-hook for after-change-functions.
9520 (flyspell-mode-off): Use remove-hook for after-change-functions.
9521 (flyspell-changes): Make it buffer-local.
9522 (flyspell-after-change-function): Make it non-interactive. Use push.
9523 (flyspell-post-command-hook): Check input-pending-p while processing
9524 the potentially long list of buffer changes.
9525
9526 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9527
9528 * buff-menu.el (list-buffers-noselect): Display the selected
9529 frame's buffer list, not the global one.
9530
9531 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9532
9533 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9534 that (list last-input-event) works as in interactive spec.
9535
9536 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9537
9538 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9539 `facemenu-keymap' needs to be defined when font-lock is loaded.
9540 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9541
9542 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * completion.el: Remove useless leading * in defcustom docstrings.
9545 (save-completions-file-name): Use ~/.emacs.d if available.
9546 (completion-standard-syntax-table): Rename from
9547 cmpl-standard-syntax-table and fold initialization into declaration,
9548 thus removing cmpl-make-standard-completion-syntax-table.
9549 (completion-lisp-syntax-table, completion-c-syntax-table)
9550 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9551 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9552 (symbol-under-point, symbol-before-point)
9553 (symbol-under-or-before-point, symbol-before-point-for-complete)
9554 (add-completions-from-c-buffer): Use with-syntax-table.
9555 (make-completion): Don't return a list of completion entries.
9556 Update callers.
9557 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9558 (completion-initialize): Rename from initialize-completions.
9559 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9560 (kill-emacs-save-completions): Collect stats here.
9561 (save-completions-to-file, load-completions-from-file):
9562 Use with-current-buffer.
9563 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9564 into a function. Move all calls to toplevel.
9565 (completion-lisp-mode-hook): New fun.
9566 (completion-c-mode-hook, completion-setup-fortran-mode):
9567 Set the syntax-table here. Use local-set-key.
9568 (completion-saved-bindings): New var.
9569 (dynamic-completion-mode): Make it into a proper minor mode.
9570 (load-completions-from-file): Remove unused var `num-uses'.
9571
9572 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9573 constructor if it is explicitly overridden.
9574
9575 * complete.el (PC-completion-as-file-name-predicate):
9576 Use minibuffer-completing-file-name.
9577 (partial-completion-mode): Use find-file-not-found-functions.
9578 (PC-lisp-complete-symbol): Use with-syntax-table.
9579 (PC-look-for-include-file): Remove dead setq.
9580 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9581 (PC-complete): Use with-current-buffer.
9582
9583 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9584 escape single quotes.
9585
9586 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9587
9588 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9589 of `if' whose condition always returned nil. Doc fix.
9590
9591 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9592 window's buffer the current buffer around the call to
9593 `list-buffers-noselect'. This is necessary to mark that buffer
9594 with a `.' in the Buffer Menu when called from Lisp, for instance
9595 by Auto Revert Mode.
9596
9597 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9598
9599 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9600 attaching to it.
9601 (gdb-pre-prompt): Make sure gdb-error is reset.
9602
9603 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9604 with a child process, detect it.
9605 (gud-speedbar-buttons): Match regexp more carefully.
9606
9607 2005-11-27 Richard M. Stallman <rms@gnu.org>
9608
9609 * mouse.el (mouse-drag-move-window-bottom):
9610 Use adjust-window-trailing-edge.
9611
9612 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9613
9614 * simple.el (blink-matching-open): Ignore
9615 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9616 (blink-matching-paren-on-screen): Update docstring.
9617
9618 * paren.el (show-paren-mode): No longer change
9619 `blink-matching-paren-on-screen'.
9620
9621 2005-11-27 John Paul Wallington <jpw@pobox.com>
9622
9623 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9624 (gdb-threads-select, gdb-edit-register-value):
9625 Use `posn-set-point' instead of `mouse-set-point' because the
9626 latter is not fbound when configured without X.
9627
9628 2005-11-27 Kim F. Storm <storm@cua.dk>
9629
9630 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9631 existing face when partially highlighting a TAB in a rectangle.
9632
9633 2005-11-26 Kim F. Storm <storm@cua.dk>
9634
9635 * ido.el (ido-mode-map): Doc fix.
9636 (ido-mode-common-map, ido-mode-file-map)
9637 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9638 (ido-define-mode-map): Rewrite. Select one of the new maps as
9639 parent for ido-mode-map instead of building from scratch.
9640 (ido-init-mode-maps): New defun to initialize new maps.
9641 (ido-mode): Call it.
9642 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9643 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9644
9645 2005-11-26 John Paul Wallington <jpw@pobox.com>
9646
9647 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9648 `mouse-set-point' because the latter is not fbound when configured
9649 without X.
9650
9651 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9652
9653 * files.el (file-relative-name): Doc fix.
9654
9655 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9656
9657 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9658 non-empty string for secondary prompt PS2.
9659
9660 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9661
9662 * progmodes/compile.el (compilation-setup): Fix last change.
9663
9664 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9665
9666 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9667 (gdb-mouse-toggle-breakpoint-margin)
9668 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9669 Add gdb-server-prefix to keep out of command history.
9670 (gdb-edit-register-value): New function.
9671 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9672 (gdb-info-registers-custom): Use above map.
9673
9674 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * custom.el (enable-theme): Signal error if argument is not a
9677 theme. Don't recalculate a face if it's not loaded yet.
9678
9679 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9680 the `user' theme is in effect.
9681
9682 * info.el (Info-on-current-buffer): Record actual filename in
9683 Info-current-file, instead of t, or a fake filename if a non-file
9684 buffer. Make autoload.
9685 (Info-find-node, Info-revert-find-node): No need to check for
9686 Info-current-file nil.
9687 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9688 Info-current-file is now never `t'.
9689 (Info-fontify-node): Many simplifications due to Info-current-file
9690 always being valid. Use Info-find-file to find node filename.
9691
9692 2005-11-25 David Kastrup <dak@gnu.org>
9693
9694 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9695 new character, then delete" in order to preserve markers.
9696
9697 2005-11-25 David Ponce <david@dponce.com>
9698
9699 * recentf.el (recentf-arrange-by-rule): Handle a special
9700 `auto-mode-alist'-like "strip suffix" rule.
9701 (recentf-build-mode-rules): Handle second level auto-mode entries.
9702
9703 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9704
9705 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9706 window modes.
9707
9708 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9709 jde-javadoc-checker-report-mode.
9710
9711 * ediff-wind (ediff-make-wide-display): Slight simplification.
9712
9713 * ediff.el (ediff-date): Change the date of last update.
9714
9715 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9716
9717 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9718 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9719 (hi-lock-mode): New global minor mode.
9720 (turn-on-hi-lock-if-enabled): New function.
9721 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9722 Change arguments to regexp and face instead of a font-lock pattern.
9723 Directly set face property, instead of refontifying.
9724 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9725 (hi-lock-find-patterns): Use line-number-at-pos.
9726
9727 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9728 arguments for hi-lock-set-pattern.
9729 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9730 Call font-lock-fontify-buffer.
9731 (hi-lock-find-file-hook, hi-lock-current-line)
9732 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9733
9734 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9735 turned off.
9736
9737 * progmodes/compile.el (compilation-setup): Don't fiddle with
9738 font-lock-defaults.
9739
9740 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9741
9742 * progmodes/gdb-ui.el (gdb-var-create-handler)
9743 (gdb-var-list-children-handler): Find values for all variable
9744 objects. gud-speedbar-buttons decides whether to display them.
9745
9746 2005-11-24 Romain Francoise <romain@orebokech.com>
9747
9748 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9749 buffer name with a space.
9750
9751 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9752
9753 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9754 `org-export-local-list-max-depth'. Change default value to 3.
9755 (org-auto-renumber-ordered-lists)
9756 (org-plain-list-ordered-item-terminator): New options.
9757 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9758 (org-get-indentation, org-get-string-indentation)
9759 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9760 New functions.
9761 (org-move-item-down, org-move-item-up): New commands.
9762 (org-export-as-html): New classes for CSS support. Bug fix in
9763 regular expression detecting fixed-width regions. Respect
9764 `org-local-list-ordered-item-terminator'.
9765 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9766 also a list item.
9767 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9768 New item moving functions.
9769
9770 2005-11-24 Juri Linkov <juri@jurta.org>
9771
9772 * isearch.el (isearch-repeat): With empty search ring set
9773 `isearch-error' to the error string instead of signaling error
9774 with the function `error'.
9775
9776 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9777
9778 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9779
9780 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9781
9782 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9783 and variable.
9784 (gdb-var-create-handler, gdb-var-list-children-handler):
9785 Don't match on "char **...".
9786 (gdb-var-update-handler): Find values for all variable objects.
9787 (gdb-info-frames-custom): Identify frames by leading "#".
9788
9789 * progmodes/gud.el (gud-speedbar-menu-items): Add
9790 gdb-speedbar-auto-raise as radio button.
9791 (gud-speedbar-buttons): Raise speedbar if requested.
9792 Don't match on "char **...".
9793 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9794 Make it editable.
9795
9796 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9797
9798 * info.el (Info-fontify-node): Handle the case where
9799 Info-current-file is t.
9800
9801 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * simple.el (blink-matching-open): Fix off-by-one in last change.
9804
9805 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9806
9807 * term/mac-win.el: Don't change default directory.
9808
9809 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9810
9811 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9812 buffers correctly. (It used to throw an error in such buffers.)
9813 Make it ask for confirmation in group buffers and other Custom
9814 buffers containing more than one customization item.
9815
9816 2005-11-22 John Paul Wallington <jpw@gnu.org>
9817
9818 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9819 property on mail and url overlays.
9820 (goto-address-at-point): Use `posn-set-point' instead of
9821 `mouse-set-point' because the latter is not fbound when configured
9822 without X.
9823
9824 2005-11-22 Lars Hansen <larsh@soem.dk>
9825
9826 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9827 (ls-lisp-classify, ls-lisp-format): Delete call to
9828 ls-lisp-parse-symlink.
9829 (ls-lisp-handle-switches): Handle symlinks to directories as
9830 directories when ls-lisp-dirs-first in non-nil.
9831
9832 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9833
9834 * startup.el (command-line): Make sure that loaddefs.el is handled
9835 correctly in load-history.
9836
9837 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9838
9839 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9840 (gdb-struct-string, gdb-array-string): New constants.
9841 (gdb-info-locals-handler): Use them.
9842 (gdb-reset): Reset gdb-var-list to nil.
9843
9844 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9847 in patterns.
9848
9849 2005-11-21 Juri Linkov <juri@jurta.org>
9850
9851 * custom.el (defcustom): Update link types in docstring.
9852
9853 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9854
9855 * custom.el (defgroup): Add doc-string-elt info.
9856
9857 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9858
9859 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * newcomment.el (comment-enter-backward): Fix last fix.
9862
9863 * simple.el (blink-matching-open):
9864 * paren.el (show-paren-function): Allow new paren-class info.
9865
9866 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9867
9868 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9869 handled automagically.
9870
9871 2005-11-20 Andreas Schwab <schwab@suse.de>
9872
9873 * descr-text.el (describe-char): When copying overlays put them
9874 over the full char description instead of just the first character
9875 of it.
9876
9877 2005-11-20 Juri Linkov <juri@jurta.org>
9878
9879 * simple.el (what-cursor-position):
9880 * descr-text.el (describe-char): Use Lisp-readable syntax
9881 for octal and hex. Reorder decimal, octal and hex values.
9882 Remove excess whitespace in the output. Use `=' in `column='
9883 like in `point=' and `Hscroll='.
9884
9885 * international/mule-cmds.el (encoded-string-description):
9886 Use Lisp-readable syntax for hex.
9887
9888 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * newcomment.el (comment-enter-backward): Handle the case where the
9891 comment is closed by EOB.
9892
9893 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9894
9895 * longlines.el (longlines-before-revert-hook)
9896 (longlines-after-revert-hook): New functions.
9897 (longlines-mode): Turn off longlines temporarily when reverting.
9898 Add a message-setup-hook.
9899 (longlines-decode-buffer): New function.
9900 (longlines-wrap-line): Preserve marker positions.
9901
9902 2005-11-19 Andreas Schwab <schwab@suse.de>
9903
9904 * emacs-lisp/shadow.el: Handle compressed files.
9905
9906 2005-11-19 Romain Francoise <romain@orebokech.com>
9907
9908 * net/browse-url.el (browse-url-default-browser): Signal an error
9909 if no usable browser can be found, rather than try to load w3.
9910
9911 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9912
9913 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9914 replacing existing properties.
9915 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9916 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9917 tty specs.
9918 (rcirc-server-prefix, rcirc-server): New faces.
9919 (rcirc-url-regexp): Generate with rx macro.
9920 (rcirc-last-server-message-time): New variable.
9921 (rcirc-filter): Record time of last message.
9922 (rcirc-keepalive): Kill processes that did not send a message
9923 since the last ping.
9924 (rcirc-mode): Give rcirc-topic a local binding here.
9925
9926 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9927
9928 * subr.el (read-passwd): Fontify the prompt as we do with other
9929 prompts.
9930
9931 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9932
9933 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9934 binding buffer-read-only to nil.
9935
9936 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9937
9938 * complete.el (partial-completion-mode):
9939 Mention completion-auto-help in the doc string.
9940
9941 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9942 more Lisp-ish way.
9943
9944 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9945
9946 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9947 digits, not 8, to avoid misalignment for files larger than 100MB.
9948
9949 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9950
9951 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9952 Mention "keyboard shortcuts" in the help text.
9953
9954 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9955
9956 * startup.el (fancy-splash-default-action): Discard only
9957 mouse-down and succeeding mouse-up events in the splash screen
9958 window so that drag-n-drop event can be processed.
9959
9960 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9961
9962 * longlines.el (longlines-mode): Add hacks for mail-mode and
9963 message-mode.
9964
9965 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9966
9967 * textmodes/org.el (org-table-sort-lines): New command.
9968 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9969 (org-add-file): Command removed, use `org-agenda-file-to-front'
9970 instead.
9971 (org-export-icalendar): Use `org-icalendar-combined-name'.
9972 (org-cycle-agenda-files, org-agenda-file-to-end)
9973 (org-agenda-file-to-front): New commands.
9974 (org-table-tab-jumps-over-hlines, org-export-html-style):
9975 New options.
9976 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9977 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9978 New functions.
9979 (org-fill-paragraph): Call `org-table-align' in tables.
9980 (org-mode): Call `org-set-autofill-regexps'.
9981 (org-export-as-html): Support for local handformatted lists.
9982 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9983 (org-export-local-list-max-depth): New option.
9984 (org-html-expand): Use `org-html-protect'.
9985
9986 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9987
9988 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9989 to "p".
9990 (gdb): Move definition of gud-pp to...
9991
9992 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9993 speedbar.
9994 (gdb-find-watch-expression): New function.
9995
9996 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9997
9998 * faces.el (face-attribute, set-face-attribute): Mention existence
9999 of `:ignore-defface' setting in docstring.
10000
10001 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * simple.el (completion-setup-function): Fix last change.
10004
10005 2005-11-17 John Paul Wallington <jpw@pobox.com>
10006
10007 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10008 Use `posn-set-point' instead of `mouse-set-point' because the
10009 latter is not fbound when configured without X.
10010
10011 * comint.el (comint-insert-input): Likewise.
10012
10013 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10014
10015 * simple.el (hard-newline): New variable.
10016 (sendmail-user-agent-compose, next-line): Use it.
10017
10018 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10019 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10020 (mail-mail-reply-to, mail-mail-followup-to)
10021 (mail-position-on-field, mail-signature, mail-yank-original)
10022 (mail-attach-file): Likewise.
10023
10024 * mail/mailheader.el (mail-header-format)
10025 (mail-header-format-function): Likewise.
10026
10027 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10028
10029 2005-11-17 Juri Linkov <juri@jurta.org>
10030
10031 * font-lock.el (font-lock-faces): Rename this defgroup from
10032 `font-lock-highlighting-faces'.
10033 (font-lock-comment-face, font-lock-comment-delimiter-face)
10034 (font-lock-string-face, font-lock-doc-face)
10035 (font-lock-keyword-face, font-lock-builtin-face)
10036 (font-lock-function-name-face, font-lock-variable-name-face)
10037 (font-lock-type-face, font-lock-constant-face)
10038 (font-lock-warning-face, font-lock-negation-char-face)
10039 (font-lock-preprocessor-face)
10040 (font-lock-regexp-grouping-backslash)
10041 (font-lock-regexp-grouping-construct): Rename :group from
10042 `font-lock-highlighting-faces' to `font-lock-faces'.
10043
10044 * cus-edit.el (lisp, c, tex):
10045 * progmodes/ada-mode.el (ada):
10046 * progmodes/asm-mode.el (asm):
10047 * progmodes/cperl-mode.el (cperl-faces):
10048 * progmodes/cpp.el (cpp):
10049 * progmodes/dcl-mode.el (dcl):
10050 * progmodes/f90.el (f90):
10051 * progmodes/fortran.el (fortran):
10052 * progmodes/icon.el (icon):
10053 * progmodes/idlwave.el (idlwave-misc):
10054 * progmodes/m4-mode.el (m4):
10055 * progmodes/make-mode.el (makefile):
10056 * progmodes/meta-mode.el (meta-font):
10057 * progmodes/modula2.el (modula2):
10058 * progmodes/octave-mod.el (octave):
10059 * progmodes/pascal.el (pascal):
10060 * progmodes/perl-mode.el (perl):
10061 * progmodes/prolog.el (prolog):
10062 * progmodes/ps-mode.el (PostScript-edit):
10063 * progmodes/scheme.el (scheme):
10064 * progmodes/sh-script.el (sh-script):
10065 * progmodes/simula.el (simula):
10066 * progmodes/tcl.el (tcl):
10067 * textmodes/nroff-mode.el (nroff):
10068 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10069 * textmodes/sgml-mode.el (sgml):
10070 * textmodes/texinfo.el (texinfo):
10071 Add :link (custom-group-link font-lock-faces) to defgroup.
10072
10073 * hi-lock.el (hi-lock): Rename this defgroup from
10074 `hi-lock-interactive-text-highlighting'. Change parent group from
10075 `faces' to `font-lock'. Add link to the manual.
10076 (hi-lock-mode, hi-lock-file-patterns-range)
10077 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10078 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10079 (hi-lock-faces): Add :group `faces'.
10080
10081 * cus-edit.el (custom-variable-prompt): Clarify the code.
10082
10083 * faces.el (face-read-string): Set the default value arg of
10084 completing-read.
10085
10086 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10087
10088 * rfn-eshadow.el (file-name-shadow-properties)
10089 (file-name-shadow-tty-properties, file-name-shadow-mode):
10090 Remove autoloads, because the file is now preloaded.
10091
10092 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * printing.el (easy-menu-intern): Don't define.
10095 (pr-get-symbol): Use easy-menu-intern only if defined.
10096
10097 * simple.el (blink-matching-open): Simplify a bit.
10098 (completion-setup-function): Fix the case of partial-completion-mode
10099 when the minibuffer's contents start with "-".
10100 Obey completion-base-size-function even when
10101 minibuffer-completing-file-name is non-nil.
10102
10103 2005-11-16 Richard M. Stallman <rms@gnu.org>
10104
10105 * net/eudcb-ph.el (eudc-ph-open-session):
10106 Use set-process-query-on-exit-flag.
10107
10108 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10109
10110 * international/ucs-tables.el (ucs-set-table-for-input):
10111 Use make-local-variable, not make-variable-buffer-local.
10112
10113 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10114 Improve warning message text.
10115
10116 * savehist.el (savehist-save-hook): Add :group.
10117
10118 * menu-bar.el (menu-bar-help-menu):
10119 Rename Find Extra Packages to External Packages.
10120
10121 * cus-edit.el (Custom-reset-standard): Verify that
10122 :custom-standard-value prop exists before calling it.
10123
10124 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10125
10126 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10127
10128 * wid-edit.el (color): Enclose %t in %{...%}.
10129
10130 * cus-edit.el (face): Enclose %t in %{...%}.
10131
10132 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10133
10134 * savehist.el (savehist-mode-hook): Re-add the var.
10135 (savehist-mode): Use it.
10136
10137 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * textmodes/flyspell.el: Fix commenting convention.
10140 Remove unnecessary leading * in custom docstrings.
10141 (flyspell-emacs): Remove unused var.
10142 (flyspell-delete-region-overlays): Use remove-overlays.
10143 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10144 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10145 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10146 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10147 (make-flyspell-overlay): Don't locally reuse a global name.
10148 (flyspell-highlight-incorrect-region)
10149 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10150 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10151 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10152 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10153 Wrap calls to accept-process-output inside with-local-quit since it's
10154 often called from a post-command-hook.
10155 (flyspell-correct-word, flyspell-auto-correct-word):
10156 Use ispell-send-string.
10157 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10158
10159 * calendar/diary-lib.el (diary-list-entries): Also hide the
10160 terminating newline.
10161
10162 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10163
10164 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10165 window-system, to allow fonts on tty.
10166
10167 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10168
10169 * progmodes/gud.el (gud-speedbar-item-info): New function.
10170 (gud-install-speedbar-variables): Use it to display data type
10171 of watch expression as a tooltip in speedbar.
10172
10173 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10174
10175 * font-core.el (global-font-lock-mode): Add :version keyword,
10176 because default was changed.
10177
10178 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10179
10180 * startup.el (command-line): Use `custom-reevaluate-setting' for
10181 `file-name-shadow-mode'.
10182
10183 * loadup.el: Preload rfn-eshadow.
10184
10185 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10186 Add :version keyword.
10187 (file-name-shadow-properties, file-name-shadow-tty-properties)
10188 (file-name-shadow): Add :version keyword.
10189
10190 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10191 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10192 in the custom-group property of the symbol frames and the fringe
10193 group got no link to its parent group frames.
10194 Doc fix.
10195
10196 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10197
10198 * progmodes/gud.el (gud-stop-subjob): New function.
10199 (gud-menu-map, gud-tool-bar-map): Use it.
10200
10201 2005-11-16 Kim F. Storm <storm@cua.dk>
10202
10203 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10204 than kill it.
10205 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10206 to a more useful/logical place.
10207
10208 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10209
10210 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10211 go buttons complementary.
10212
10213 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10216 (rfn-eshadow-sifn-equal): New function.
10217 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10218
10219 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10220
10221 * viper-utils.el (viper-non-word-characters-reformed-vi):
10222 Quote `-' in string.
10223
10224 * viper.el (viper-emacs-state-mode-list): Ensure that
10225 rcirc-mode buffers come up in Emacs state.
10226
10227 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10228 operation.
10229
10230 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10231
10232 * term.el (term-termcap-format): Fix typos.
10233 (term-down): Fix the negative argument case.
10234
10235 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10236
10237 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10238 2005-08-15.
10239 (gdb-ann3): New command gud-go.
10240 (menu): Accomodate gdb-mi.el.
10241 (gdb-assembler-custom): Make buffer of selected window current
10242 so that set-window-point works.
10243
10244 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10245 buttons and include new ones.
10246
10247 2005-11-16 Kim F. Storm <storm@cua.dk>
10248
10249 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10250 (gud-menu-map): Use it.
10251
10252 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10253
10254 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10255 that works correctly for Custom and that does not override a user
10256 who disables it.
10257
10258 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10259 (help-xref-interned, help-follow): Make hyperlinks for variables
10260 that are unbound, but have a non-nil variable-documentation property.
10261
10262 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10263 mode hook. (It conflicted with defcustoms for some mode hooks.)
10264 Use the `variable-documentation' property to give the mode hook a
10265 docstring and expand that docstring.
10266
10267 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10268
10269 * savehist.el (savehist-mode): Don't bother with
10270 `custom-set-minor-mode'.
10271 (savehist-coding-system): Check XEmacs version.
10272 (history-length): Declare also at run time.
10273 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10274 Don't set the customize state.
10275 (savehist-minibuffer-hook): Special case for when
10276 minibuffer-history-variable is equal to t.
10277
10278 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * files.el (write-file): Refresh VC status.
10281
10282 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10283 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10284 than fundamental-mode to see if the mode was set.
10285
10286 2005-11-14 Romain Francoise <romain@orebokech.com>
10287
10288 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10289 dummy function in `eval-when-compile' to avoid compiler warning.
10290 Require `man' at compile time.
10291
10292 2005-11-14 Jay Belanger <belanger@truman.edu>
10293
10294 * calc-alg.el (calcFunc-write-out-power): Rename it to
10295 calcFunc-powerexpand.
10296 (math-write-out-power): Rename it to math-powerexpand; have it
10297 handle negative exponents.
10298 (calc-writeoutpower): Rename it to calc-powerexpand.
10299
10300 * calc-ext.el: Change calcFunc-writeoutpower and
10301 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10302 autoloads.
10303 Add calcFunc-ldiv to autoloads.
10304
10305 * calc-arith.el (calcFunc-ldiv): New function.
10306
10307 * calc.el (calc-left-divide): New function.
10308
10309 2005-11-14 Juri Linkov <juri@jurta.org>
10310
10311 * cus-edit.el (custom-variable-prompt): Set the default value arg
10312 of completing-read.
10313
10314 * cus-dep.el (custom-make-dependencies): Reverse the list of
10315 found dependencies.
10316
10317 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10318
10319 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10320 Highlighting" entry, it is on by default now.
10321 (menu-bar-options-save): Do not save global-font-lock-mode.
10322
10323 2005-11-13 Richard M. Stallman <rms@gnu.org>
10324
10325 * textmodes/flyspell.el (flyspell-large-region):
10326 Call flyspell-accept-buffer-local-defs.
10327
10328 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10329
10330 * textmodes/flyspell.el (flyspell-notify-misspell):
10331 Fix misspelling of "Misspelling".
10332 (flyspell-process-localwords): New function.
10333 (flyspell-large-region): Call flyspell-process-localwords and
10334 flyspell-delete-region-overlays.
10335 (flyspell-delete-region-overlays): New function.
10336 (flyspell-delete-all-overlays): Call that.
10337
10338 2005-11-13 Richard M. Stallman <rms@gnu.org>
10339
10340 * help.el (help-for-help-internal): Improve doc of C-h a.
10341 (describe-key): Improve prompt; doc fix.
10342
10343 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * vc-svn.el (vc-svn-registered): Catch all errors.
10346
10347 * cus-dep.el (custom-make-dependencies): Typo.
10348
10349 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10350
10351 * net/tramp-util.el (top): Fix compilation warning.
10352
10353 2005-11-13 Kim F. Storm <storm@cua.dk>
10354
10355 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10356
10357 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10358
10359 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10360 (gud-speedbar-buttons): Match on "const char *" too.
10361
10362 * progmodes/gdb-ui.el (gdb-var-create-handler)
10363 (gdb-var-list-children-handler): Match on "const char *" too.
10364 (gdb-var-evaluate-expression-handler): Match on empty string.
10365 (gdb-var-update-handler): Only call
10366 gdb-var-evaluate-expression-handler when required.
10367
10368 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10369
10370 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10371 selected window. This still doesn't work for speedbar.
10372 (gud-speedbar-buttons): Handle string expressions properly.
10373
10374 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10375 (gdb-var-create-handler): Handle string expressions properly.
10376 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10377 Handle string expressions properly. Move "type" field into regexp.
10378
10379 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10380
10381 * bookmark.el (bookmark-maybe-message): New function to reduce
10382 code duplication: invokes `message' iff baud-rate is high enough.
10383 (bookmark-write-file): Use above instead of an inline conditional.
10384 (bookmark-load): Same.
10385
10386 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10387
10388 * bookmark.el (bookmark-write-file): Don't visit the destination
10389 file, just write the data to it using write-region. This is
10390 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10391 change to avoid visiting the file in the first place.
10392
10393 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10394
10395 * hi-lock.el (hi-lock-mode): Set the default value of
10396 font-lock-defaults.
10397
10398 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10399
10400 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10401 arg to `file-attributes'.
10402 (find-lisp-format): The UID and GID can now be strings.
10403
10404 2005-11-12 Kim F. Storm <storm@cua.dk>
10405
10406 * help.el (help-map): Bind C-h d to apropos-documentation.
10407
10408 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10409 when point is at end-of-buffer.
10410
10411 * apropos.el (apropos-match-face): Doc fix.
10412 (apropos-sort-by-scores): Add new choice `verbose'.
10413 (apropos-documentation-sort-by-scores): New defcustom.
10414 (apropos-pattern): Now contains the pattern entered by the user.
10415 (apropos-pattern-quoted): New defvar.
10416 (apropos-regexp): New defvar, containing the regexp corresponding
10417 to apropos-pattern.
10418 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10419 (apropos-read-pattern): New defun. Use it to read pattern arg in
10420 interactive calls; returns list of words for a word list, and
10421 string for a regexp.
10422 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10423 parses a list of words or regexp as returned by apropos-read-pattern.
10424 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10425 (apropos-score-doc): Return a very high score if the string
10426 entered by the user matches literally.
10427 (apropos-variable): Doc fix. Use apropos-read-pattern.
10428 (apropos-command): Doc fix. Use apropos-read-pattern and
10429 apropos-parse-pattern. Call apropos-print with nosubst=t.
10430 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10431 apropos-parse-pattern.
10432 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10433 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10434 apropos-documentation-sort-by-scores. Call apropos-print with
10435 nosubst=t.
10436 (apropos-documentation-internal): Pass doc string through
10437 substitute-key-definition before adding text properties.
10438 Highlight substring matching literal user input if possible.
10439 (apropos-documentation-check-doc-file): Remove locals beg and end.
10440 Fix calculation of score (as added twice). Pass doc string through
10441 substitute-key-definition before adding text properties.
10442 (apropos-documentation-check-elc-file): Pass doc string through
10443 substitute-key-definition before adding text properties.
10444 Highlight substring matching literal user input if possible.
10445 (apropos-print): Add new arg NOSUBST; if set, command and variable
10446 doc strings have already been passed through substitute-key-definition.
10447 Add code to handle apropos-accumulator items without score element
10448 for backwards compatibility (e.g. with woman package).
10449 Only show scores if apropos-sort-by-scores is `verbose'.
10450
10451 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10452
10453 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10454 Add jka-compr-load-suffixes to load-suffixes.
10455
10456 * jka-compr.el: Require jka-cmpr-hook.
10457 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10458 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10459 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10460 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10461 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10462 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10463 (jka-compr-uninstall): Remove entries from
10464 jka-compr-added-to-file-coding-system-alist after they are used.
10465 (jka-compr-error): Remove unused var `curbuf'.
10466 (jka-compr-file-local-copy): Remove unused var `notfound'.
10467
10468 2005-11-10 Romain Francoise <romain@orebokech.com>
10469
10470 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10471
10472 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10473
10474 * progmodes/gud.el (gud-menu-map): Move parentheses.
10475 (gdb): New command gud-pv.
10476
10477 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * tar-mode.el: Remove spurious or unnecessary leading stars
10480 in docstrings.
10481 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10482 (tar-parse-octal-integer-safe): Use mapc.
10483 (tar-header-block-summarize): Remove unused var `ck'.
10484 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10485 cleared before. Obey default-enable-multibyte-characters.
10486 Use mapconcat. Simplify setting of tar-header-offset.
10487 (tar-mode-map): Move initialization inside delcaration.
10488 (tar-flag-deleted): Use `abs'.
10489 (tar-expunge-internal): Remove unused var `line'.
10490 (tar-expunge-internal): Don't hardcode point-min==1.
10491 (tar-expunge): Widen while doing set-buffer-multibyte.
10492 (tar-rename-entry): Use file-name-coding-system.
10493 (tar-alter-one-field): Don't hardcode point-min==1.
10494 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10495 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10496
10497 2005-11-10 Masatake YAMATO <jet@gyve.org>
10498
10499 * add-log.el (add-log-current-defun): Handle class::method
10500 notation of c++. Fix incorrect comment.
10501
10502 2005-11-10 Alan Mackenzie <acm@muc.de>
10503
10504 * help-fns.el (describe-variable): Make C-h v work when a variable
10505 has variable documentation yet is unbound.
10506
10507 2005-11-10 Masatake YAMATO <jet@gyve.org>
10508
10509 * man.el (Man-highlight-references): Set an empty
10510 string to `Man-arguments' if it is nil.
10511 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10512
10513 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10516 commenting conventions.
10517
10518 * cus-dep.el (custom-make-dependencies): Simplify.
10519 Better follow the commenting conventions.
10520
10521 2005-11-09 Richard M. Stallman <rms@gnu.org>
10522
10523 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10524 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10525 All uses changed.
10526 (apropos-rewrite-regexp): Doc fix.
10527 (apropos-variable, apropos-command, apropos, apropos-value):
10528 Change prompt; carry through the argument renaming.
10529
10530 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10531
10532 * find-lisp.el: Require dired.
10533 (find-lisp-find-dired-internal): Do not call
10534 `abbreviate-file-name' on DIR.
10535
10536 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10537
10538 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10539
10540 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10541
10542 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10543 when using the speedbar.
10544 (gdb): New command gud-pp.
10545 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10546
10547 2005-11-09 Juri Linkov <juri@jurta.org>
10548
10549 * replace.el (occur-excluded-properties): New defcustom.
10550 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10551
10552 2005-11-08 Jay Belanger <belanger@truman.edu>
10553
10554 * calc/calc-units.el (math-convert-units): Replace any composite
10555 unit by its definition.
10556
10557 2005-11-08 Lars Hansen <larsh@soem.dk>
10558
10559 * emacs-lisp/autoload.el (update-directory-autoloads):
10560 Add obsolete function alias.
10561
10562 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10565 comment-indent-function.
10566 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10567
10568 * reveal.el (reveal-post-command): Rework the handling of
10569 reveal-open-spots, so as to be more reliable. There were several
10570 tricky corner cases where an open spot might be lost, or where
10571 a closed spot might end up on the list of open spots.
10572 Only reveal text that's ellipsised.
10573
10574 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10575
10576 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10577
10578 2005-11-07 John Paul Wallington <jpw@gnu.org>
10579
10580 * ibuffer.el (ibuffer): Search iconified frames too when
10581 getting Ibuffer buffer's window.
10582
10583 2005-11-06 Richard M. Stallman <rms@gnu.org>
10584
10585 * progmodes/compile.el (compilation-internal-error-properties):
10586 save-excursion around the computation of MARKER.
10587
10588 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10589
10590 * textmodes/flyspell.el (flyspell-external-point-words):
10591 flyspell-get-word returns a list, not just a string.
10592
10593 2005-11-06 John Paul Wallington <jpw@pobox.com>
10594
10595 * ibuffer.el (ibuffer): Search all visible frames when getting
10596 Ibuffer buffer's window.
10597
10598 2005-11-07 Masatake YAMATO <jet@gyve.org>
10599
10600 * man.el (Man-reference-regexp): Accept spaces between
10601 `Man-name-regexp' and `Man-section-regexp'.
10602 (Man-apropos-regexp): New variable.
10603 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10604 if available.
10605 (Man-highlight-references, Man-highlight-references0):
10606 Handle the case when `Man-arguments' includes "-k".
10607 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10608 `TARGET'. `TARGET' can be a number, function or nil.
10609
10610 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10611
10612 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10613 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10614 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10615 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10616 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10617 (gdb-send-item): Use buffer-local-value and simplify.
10618
10619 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10620
10621 * startup.el (command-line): Use `custom-reevaluate-setting' for
10622 `global-font-lock-mode'.
10623
10624 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10625 by default, except in batch mode or when the -D option is given.
10626
10627 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10628 specified keyword args on to `define-minor-mode'. Update docstring.
10629
10630 2005-11-05 Romain Francoise <romain@orebokech.com>
10631
10632 * replace.el (occur-engine): Add marker at end of line, too.
10633
10634 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10635
10636 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10637 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10638 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10639 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10640 argument to all these routines, so the passphrase can be managed
10641 externally and passed in to the system.
10642 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10643 pgg-add-passphrase-to-cache function.
10644
10645 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10646 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10647 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10648 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10649 argument to all these routines, so the passphrase can be managed
10650 externally and passed in to the system.
10651 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10652 function.
10653
10654 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10655
10656 * font-lock.el: Don't deal with font-lock-face-attributes here,
10657 move the code ...
10658
10659 * startup.el (command-line): ... here. Use face-spec-set instead
10660 of custom-declare-face.
10661
10662 * faces.el (face-spec-set): Reset the face if spec is not nil.
10663
10664 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * newcomment.el (comment-region-internal): Box more tightly in the
10667 common case where there's no TAB in the boxed text.
10668
10669 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10670
10671 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10672 up-node.
10673
10674 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10675
10676 * newsticker.el: Commentary updated. Code formatting changed.
10677 (newsticker-version): Change to "1.9".
10678 (newsticker, newsticker-feed): Doc fix.
10679 (newsticker-url-list): Doc fix. Add option "Weekly".
10680 (newsticker-retrieval-interval): Add option "Weekly".
10681 (newsticker-headline-processing): Doc fix.
10682 (newsticker-auto-mark-filter): Remove.
10683 (newsticker-auto-mark-filter-list): New.
10684 (newsticker-layout, newsticker-sort-method): Doc fix.
10685 (newsticker-hide-old-items-in-newsticker-buffer)
10686 (newsticker-heading-format, newsticker-item-format)
10687 (newsticker-desc-format): Doc fix.
10688 (newsticker-show-all-rss-elements): Remove.
10689 (newsticker-show-all-news-elements): New.
10690 (newsticker-faces, newsticker-ticker): Doc fix.
10691 (remove-from-invisibility-spec): Code formatting.
10692 (newsticker--process-ids): New.
10693 (newsticker-mode): Doc fix.
10694 (newsticker-mode): Change mode-line-format.
10695 (newsticker-start): Remove debug output.
10696 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10697 (newsticker-w3m-show-inline-images): Code formatting.
10698 (newsticker-next-item): Call `force-mode-line-update'.
10699 (newsticker-previous-item): Call `force-mode-line-update'.
10700 (newsticker-next-feed): Call `force-mode-line-update'.
10701 (newsticker-previous-feed): Call `force-mode-line-update'.
10702 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10703 (newsticker-show-old-items): Do not show descs.
10704 (newsticker-hide-entry): Hide too much.
10705 (newsticker-hide-entry, newsticker-show-entry)
10706 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10707 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10708 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10709 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10710 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10711 (newsticker-get-news): Call `force-mode-line-update'.
10712 Collect process ids.
10713 (newsticker--sentinel): Change coding system handling.
10714 Move image retrieval to new functions newsticker--get-logo-url-*.
10715 Move feed parsing to new functions newsticker--parse-*.
10716 Update list of process ids.
10717 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10718 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10719 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10720 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10721 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10722 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10723 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10724 (newsticker--decode-coding-string): Remove.
10725 (newsticker--decode-numeric-entities): Check input. Format code.
10726 (newsticker--remove-whitespace): Check input.
10727 (newsticker--do-forget-preformatted): Doc fix.
10728 (newsticker--decode-rfc822-date): Allow for missing time.
10729 (newsticker--update-process-ids): New.
10730 (newsticker--image-sentinel): Change comment.
10731 (newsticker--image-read): Change error message.
10732 (newsticker--imenu-goto): Doc fix. Show headline title.
10733 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10734 (newsticker--buffer-do-insert-text): Clean whitespace in
10735 html-rendered headline title. Code formatting.
10736 Call `newsticker--buffer-print-extra-elements'.
10737 (newsticker--buffer-print-extra-element): Remove.
10738 (newsticker--buffer-print-extra-elements): New.
10739 (newsticker--buffer-do-print-extra-element): New.
10740 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10741 large sizes.
10742 (newsticker--run-auto-mark-filter)
10743 (newsticker--do-run-auto-mark-filter):
10744 Use `newsticker-auto-mark-filter-list'.
10745
10746 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10747
10748 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10749 (rcirc-print): Force redisplay before running hooks. Do long
10750 buffer truncation after making new text read-only. Deal with nil
10751 text when decoding strings. If TARGET is nil, use either the
10752 currently selected buffer, if it is an rcirc buffer and of the
10753 same process or the process buffer.
10754 (rcirc-mode): Remove header-line. Recompute short buffer names.
10755 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10756 (rcirc-short-buffer-name): Add variable.
10757 (rcirc-kill-buffer-hook): Recompute short buffer names.
10758 Remove nick from private channel.
10759 (rcirc-send-input): Send command text to current-buffer.
10760 Don't clear overlay arrow here.
10761 (rcirc-short-buffer-name): Return a short buffer name.
10762 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10763 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10764 buffer-name abbreviations.
10765 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10766 Do not touch nick-table when killing a parted channel.
10767 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10768 Clear arrow from current buffer if it is now hidden.
10769 (rcirc-current-buffer): Add variable.
10770 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10771 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10772 Remove -face from names.
10773 (rcirc-update-activity-string): Print "DND" when globally ignoring
10774 activity.
10775 (rcirc-ignore-buffer-activity-flag): Rename from
10776 rcirc-ignore-channel-activity.
10777 (rcirc-ignore-all-activity-flag): Doc fix.
10778 (rcirc-channels): Remove variable.
10779 (rcirc-kill-buffer-hook):
10780 (rcirc-get-buffer-create): Add nick to private channel.
10781 (rcirc-multiline-edit-submit): Remove tabs.
10782 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10783 folded.
10784 (rcirc-remove-nick-channel): Bug fix.
10785 (rcirc-toggle-ignore-buffer-activity): Rename from
10786 rcirc-toggle-ignore-channel-activity.
10787 (rcirc-record-activity): Add buffers to the front of the list.
10788 (rcirc-update-activity): Remove killed buffers from list.
10789 (rcirc-process-server-response-1): Remove last argument if it is
10790 null before calling handler.
10791 (rcirc): Add "rcirc" defcustom prefix.
10792 (rcirc-prompt): Simplify default prompt.
10793 Use custom-initialize-default.
10794 (rcirc-private-chats): Remove variable.
10795 (rcirc-prompt): Change initialization.
10796 (rcirc-version): Remove function.
10797 (rcirc-id-string): Add constant.
10798 (rcirc-last-buffer): Remove variable.
10799 (rcirc-buffer-alist): Add variable.
10800 (rcirc-connect): Update variable setup.
10801 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10802 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10803 default.
10804 (rcirc-handler-generic): Trigger activity.
10805 (rcirc-send-message): Create the buffor of the target.
10806 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10807 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10808 (rcirc-multiline-edit-cancel): Remove function.
10809 (rcirc-set-last-buffer): Remove function.
10810 (rcirc-get-any-buffer): Add function.
10811 (rcirc-join-channels): Don't print /join text.
10812 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10813 messages.
10814 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10815 (rcirc-handler-NOTICE): Recognize CTCP responses.
10816 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10817 constructing TOPIC string for buffers we are not JOINed.
10818 (rcirc-handler-CTCP-response): Add handler.
10819 (rcirc-multiline-edit-submit): Restore the window-configuration
10820 before adjusting point.
10821 (rcirc): Add customization group.
10822 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10823 (rcirc-user-full-name, rcirc-startup-channels-alist)
10824 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10825 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10826 (rcirc-input-ring-size, rcirc-read-only-flag)
10827 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10828 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10829 Change defvar to defcustom.
10830 (rcirc-update-prompt): Add optional ALL arg, which will update
10831 prompts in all rcirc buffers. Regexp quote replacement text.
10832 (rcirc-fill-column): Accept frame-width as a value.
10833 (rcirc-set-changed): Add function.
10834 (rcirc-next-active-buffer): Write more meaningful messages.
10835 (rcirc-faces): Add customization group.
10836 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10837 (rcirc-nick-in-message-face, rcirc-prompt-face)
10838 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10839 (with-rcirc-process-buffer): Move before first usage.
10840 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10841 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10842 (rcirc-debug): Rename from `rcirc-log'.
10843 (rcirc-format-response-string): Do not print `-' chars for a
10844 NOTICE with no sender. Simplify output of server responses.
10845
10846 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10847
10848 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10849 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10850 Make urls mouse and RET clickable.
10851
10852 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10853
10854 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10855
10856 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10857
10858 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10859 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10860 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10861 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10862 argument to all these routines, so the passphrase can be managed
10863 externally and passed in to the system.
10864 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10865 pgg-add-passphrase-to-cache function.
10866
10867 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10868 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10869 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10870 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10871 argument to all these routines, so the passphrase can be managed
10872 externally and passed in to the system.
10873 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10874 function.
10875
10876 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10877
10878 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10879 from goto-address-url-regexp.
10880
10881 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10882
10883 * textmodes/org.el (org-read-date, org-goto-calendar)
10884 (org-recenter-calendar, org-agenda-goto-calendar):
10885 Temporarily clear `calendar-move-hook'.
10886
10887 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10888
10889 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10890 merging.
10891
10892 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10893 have merge clashes.
10894
10895 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10896
10897 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10898 Undo previous change.
10899
10900 * startup.el (command-line): Use `custom-reevaluate-setting' for
10901 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10902 tty-register-default-colors on Mac.
10903
10904 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10905
10906 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10907 (gdb-buffer-type): Make it automatically buffer local...
10908 (gdb-get-create-buffer): ...and set it accordingly.
10909 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10910 actually work.
10911
10912 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10913
10914 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10915 not red.
10916
10917 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10918
10919 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10920 case GUD buffer is not visible.
10921 (gdb-goto-breakpoint): Try to force display in source buffer.
10922 (gdb-frame-gdb-buffer): Copy other similar functions.
10923 (gdb-restore-windows): Don't display source if not asked for.
10924 (gdb-assembler-buffer-name): Don't capitalise.
10925
10926 2005-11-03 Richard M. Stallman <rms@gnu.org>
10927
10928 * wid-edit.el (key-sequence): New widget type.
10929
10930 * simple.el (set-mark-command-repeat-pop): New variable.
10931 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10932 if set-mark-command-repeat-pop is true.
10933
10934 * info.el (Info-fontify-node): Don't display extra "see" if there
10935 already is one here.
10936
10937 * mouse.el: Fix special handling of DEL after dragging a region:
10938 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10939 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10940
10941 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10942
10943 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10944 not to assume it pertains to an affix.
10945
10946 * textmodes/flyspell.el (flyspell-post-command-hook):
10947 Bind deactivate-mark to prevent deactivation.
10948
10949 2005-11-03 Lars Hansen <larsh@soem.dk>
10950
10951 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10952 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10953 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10954
10955 2005-11-03 Romain Francoise <romain@orebokech.com>
10956
10957 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10958 Update copyright years.
10959
10960 2005-11-03 Sam Steingold <sds@gnu.org>
10961
10962 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10963 Use system-type instead of window-system because window-system is not
10964 correctly defined during loadup.
10965
10966 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10967
10968 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10969 (xml-parse-tag): Join strings separated by a comment properly.
10970
10971 2005-11-02 Andreas Schwab <schwab@suse.de>
10972
10973 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10974
10975 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10978 (byte-optimize-pure-func): Quote the eval'd value.
10979
10980 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10981 Rename from perl-font-lock-syntactic-face-function.
10982 Change the calling convention so it can be used as a font-lock MATCHER.
10983 Do the parse-partial-sexp loop outselves.
10984 (perl-font-lock-syntactic-keywords): Use it.
10985 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10986
10987 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10988
10989 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10990 disassembly buffer too.
10991 (gdb-exited): Remove overlay arrows when execution has finished.
10992 (gdb-info-frames-custom, gdb-info-threads-custom)
10993 (gdb-info-registers-custom): Don't add inappropriate text
10994 properties if inferior is not active.
10995
10996 2005-11-02 Glenn Morris <rgm@gnu.org>
10997
10998 * progmodes/fortran.el (fortran-blink-match):
10999 Use `blink-matching-delay'.
11000
11001 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11002
11003 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11004
11005 2005-11-02 Lars Hansen <larsh@soem.dk>
11006
11007 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11008 "Permission denied".
11009
11010 2005-11-01 Richard M. Stallman <rms@gnu.org>
11011
11012 * textmodes/flyspell.el (flyspell-external-point-words):
11013 Pass nil to flyspell-get-word.
11014
11015 2005-11-02 Kim F. Storm <storm@cua.dk>
11016
11017 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11018 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11019
11020 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11023 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11024 (calendar-mouse-print-dates): Add optional `event' argument.
11025 Update interactive-spec.
11026 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11027 Use `calendar-event-to-date' instead of `event'.
11028
11029 2005-11-02 Masatake YAMATO <jet@gyve.org>
11030
11031 * progmodes/ld-script.el (ld-script-builtins):
11032 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11033 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11034 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11035
11036 2005-11-01 Romain Francoise <romain@orebokech.com>
11037
11038 * vc-sccs.el: Update copyright year.
11039 * ezimage.el: Likewise.
11040
11041 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11042
11043 * info.el (Info-fontify-node): Use `string-width' for fontifying
11044 underlined titles.
11045
11046 2005-11-01 Juri Linkov <juri@jurta.org>
11047
11048 * info.el (Info-fontify-node): Downcase node header keywords Node,
11049 Prev, Next, Up before comparison.
11050 (Info-history): Insert absolute directory name, and put invisible
11051 property on it.
11052
11053 2005-11-01 Juri Linkov <juri@jurta.org>
11054
11055 * info.el (Info-file-supports-index-cookies): New variable.
11056 (Info-find-node-2): Check makeinfo version for index cookie support.
11057 (Info-index-nodes): Search for nodes with index cookies only when
11058 Info-file-supports-index-cookies is t. Otherwise, search nodes
11059 with "Index" in the node name.
11060 (Info-index-node): Search index cookie in the current node only when
11061 Info-file-supports-index-cookies is t. Otherwise, check the word
11062 "Index" in the node name.
11063 (Info-find-emacs-command-nodes): Remove code that searches nodes
11064 with "Index" node name in the top menu.
11065
11066 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * progmodes/scheme.el (scheme-mode-variables): Use the default
11069 comment-indent-function.
11070
11071 * faces.el (face-attribute): Handle the case where a face inherits from
11072 a non-existent face.
11073
11074 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11075 for octal and hexa output, and merge the char into the paren.
11076 (kill-new): Use push.
11077 (copy-to-buffer): Use with-current-buffer.
11078 (completion-setup-function): Move code in loop to remove redundancy.
11079 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11080 those inherited from minibuffer-local-completion-map.
11081
11082 * savehist.el (savehist-mode) <defcustom>:
11083 Use custom-set-minor-mode if available.
11084 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11085 and emit a message if applicable.
11086
11087 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11088
11089 * savehist.el: Sync up to version 19.
11090 (savehist-mode): New minor mode.
11091 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11092 (savehist-length): Remove (use history-length instead).
11093 (savehist-file-modes): Rename from savehist-modes.
11094 (savehist-save-hook, savehist-loaded): New vars.
11095 (savehist-load): Use savehist-mode. Try to smooth up transition from
11096 old format to new format.
11097 (savehist-install): Allow savehist-autosave-interval to be nil.
11098 (savehist-save): Run the new hook. Be more careful to only trim the
11099 history variables.
11100 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11101 (savehist-printable): Print into a buffer rather than char-by-char.
11102
11103 2005-11-01 John Wiegley <johnw@newartisans.com>
11104
11105 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11106 toggle-ignore keybinding (C-a). The author said it had been
11107 disabled much earlier due to a possible incompatibility, but after
11108 many months of usage I have encountered no problems (and it is a
11109 rather useful option, especially for switching to " *temp*").
11110
11111 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11112 support for OS/X's AddressBook, by calling out to the open source
11113 program "contacts" (installable through Fink).
11114
11115 * net/eudc.el (eudc-expand-inline): If the
11116 `eudc-multiple-match-handling-method' is set to `all', delete the
11117 query string before inserting the query result.
11118
11119 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11120 flag, to prevent Eshell from using the system ls when
11121 `eshell-ls-insert-directory' is in used.
11122 (eshell-ls-insert-directory): Disable font-lock in directory
11123 buffer so that Eshell's own fontification is seen. This broke
11124 recently due to changes in font-lock, so this goes back to version
11125 21 behavior.
11126
11127 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11128
11129 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11130 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11131 (gdb-many-windows): Doc fix.
11132
11133 2005-10-31 Romain Francoise <romain@orebokech.com>
11134
11135 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11136
11137 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11138
11139 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11140 that global-font-lock-mode can be enabled by default.
11141
11142 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11143 (font-lock-add-keywords, font-lock-remove-keywords)
11144 (font-lock-fontify-buffer): Remove autoload cookies.
11145
11146 * jit-lock.el (jit-lock-register): Likewise.
11147
11148 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11149
11150 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11151
11152 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11153 intact if there is no gud-comint-buffer.
11154
11155 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11156
11157 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11158 old prompt comint-prompt-read-only is t and GDB commands are
11159 issued from tool bar etc.
11160
11161 2005-10-31 Masatake YAMATO <jet@gyve.org>
11162
11163 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11164
11165 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11166
11167 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11168 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11169
11170 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11171
11172 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11173 starting at beginning of line. Fontification is messed up when
11174 `open-paren-in-column-0-is-defun-start' set to t.
11175 Reported by John Paul Wallington <jpw@pobox.com>.
11176
11177 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11178
11179 * comint.el (comint-send-input): Call `comint-update-fence' when
11180 `comint-process-echoes' and `comint-prompt-read-only' are both
11181 non-nil, to avoid leftover read-only newline.
11182
11183 2005-10-30 Richard M. Stallman <rms@gnu.org>
11184
11185 * textmodes/flyspell.el (flyspell-external-point-words):
11186 Detect when WORD can't be checked properly because
11187 flyspell-get-word finds just part of it, and move on.
11188
11189 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11190 boundarychar for Polish.
11191 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11192 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11193
11194 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11195
11196 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11197 (gdb-registers-font-lock-keywords): Delete.
11198 (gdb-registers-mode): Don't fontify.
11199 (gdb-info-registers-custom): Use text properties instead as, in
11200 future, changed register values will use font-lock-warning-face.
11201 (gdb-local-font-lock-keywords): Rename to...
11202 (gdb-locals-font-lock-keywords): ...for consistency.
11203
11204 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11205
11206 * vc.el (vc-switch-backend): Better error message if the buffer is
11207 not visiting a file under version control.
11208
11209 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11210
11211 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11214 ~/.emacs.d/.emacs.
11215
11216 2005-10-29 Richard M. Stallman <rms@gnu.org>
11217
11218 * replace.el (occur-mode-mouse-goto): Always go to other window.
11219 (occur-mode-goto-occurrence): Always switch in same window.
11220
11221 * simple.el (undo): Display message at end, not at start.
11222
11223 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11224 New arg REUSE-CELL.
11225 (cancel-timer-internal): New function.
11226 (timer-event-handler): Use cancel-timer-internal,
11227 and pass the cell it returns to timer-activate...
11228
11229 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11230 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11231 (jit-lock-after-change): Test memory-full.
11232
11233 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11234
11235 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11236 part of the decoded armor to find the key-identifier.
11237 (pgg-gpg-lookup-key-owner): New function to return the
11238 human-readable identifier of a key owner.
11239 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11240 key itself.
11241 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11242 the key value) if we have a key and can match it against a secret
11243 key. Also, added a note pointing out fact that the prompt only
11244 indicates the first matching key.
11245
11246 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11247 pgg-decrypt-region.
11248 (pgg-pending-timers): A new hash for tracking the passphrase cache
11249 timers, so that new ones supercede old ones.
11250 (pgg-add-passphrase-to-cache): Rename from
11251 `pgg-add-passphrase-cache' to reduce confusion (all callers
11252 changed). Modified to cancel old timers when new ones are added.
11253 (pgg-remove-passphrase-from-cache): Rename from
11254 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11255 changed). Modified to cancel old timers when their keys are
11256 removed from the cache.
11257 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11258 XEmacs, an indirection to delete-itimer.
11259 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11260 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11261 users can only check cache without risk of prompting. Correct bug in
11262 notruncate behavior.
11263 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11264 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11265 Add informative docstrings.
11266 (pgg-decrypt): Convey provided passphrase in subordinate call to
11267 pgg-decrypt-region.
11268
11269 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11270 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11271 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11272 `passphrase' argument, so the passphrase can be managed externally
11273 and then passed in to the system.
11274
11275 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11276 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11277 so the passphrase cache can be used reliably with identifiers
11278 besides a pgp packet's key id.
11279
11280 * pgg-gpg.el (pgg-pgp-encrypt-region)
11281 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11282 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11283 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11284 argument to all these routines, so the passphrase can be managed
11285 externally and passed in to the system.
11286
11287 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11288 `notruncate' argument, so the passphrase cache can be used
11289 reliably with identifiers besides a pgp packet's key id.
11290
11291 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11292
11293 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11294 symmetric encryption.
11295 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11296 encrypted session key.
11297 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11298 message ask for the passphrase in a proper way.
11299
11300 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11301 New user commands for symmetric encryption.
11302
11303 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11304
11305 * textmodes/conf-mode.el (conf-assignment-sign)
11306 (conf-assignment-regexp): Fix docstrings.
11307 (conf-mode-initialize): New function.
11308 (conf-mode): Remove optional args. Use delay-mode-hooks to
11309 recognize recursive calls.
11310 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11311 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11312 (conf-xdefaults-mode): Use define-derived-mode and
11313 conf-mode-initialize.
11314
11315 2005-10-29 Romain Francoise <romain@orebokech.com>
11316
11317 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11318
11319 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11320
11321 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11322 part of the decoded armor to find the key-identifier.
11323 (pgg-gpg-lookup-key-owner): New function to return the
11324 human-readable identifier of a key owner.
11325 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11326 key itself.
11327 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11328 the key value) if we have a key and can match it against a secret
11329 key. Also, added a note pointing out fact that the prompt only
11330 indicates the first matching key.
11331
11332 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11333 pgg-decrypt-region.
11334 (pgg-pending-timers): A new hash for tracking the passphrase cache
11335 timers, so that new ones supercede old ones.
11336 (pgg-add-passphrase-to-cache): Rename from
11337 `pgg-add-passphrase-cache' to reduce confusion (all callers
11338 changed). Modified to cancel old timers when new ones are added.
11339 (pgg-remove-passphrase-from-cache): Rename from
11340 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11341 changed). Modified to cancel old timers when their keys are
11342 removed from the cache.
11343 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11344 XEmacs, an indirection to delete-itimer.
11345 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11346 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11347 users can only check cache without risk of prompting. Correct bug in
11348 notruncate behavior.
11349 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11350 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11351 Add informative docstrings.
11352 (pgg-decrypt): Convey provided passphrase in subordinate call to
11353 pgg-decrypt-region.
11354
11355 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11356
11357 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11358 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11359 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11360 `passphrase' argument, so the passphrase can be managed externally
11361 and then passed in to the system.
11362
11363 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11364 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11365 so the passphrase cache can be used reliably with identifiers
11366 besides a pgp packet's key id.
11367
11368 * pgg-gpg.el (pgg-pgp-encrypt-region)
11369 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11370 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11371 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11372 argument to all these routines, so the passphrase can be managed
11373 externally and passed in to the system.
11374
11375 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11376 `notruncate' argument, so the passphrase cache can be used
11377 reliably with identifiers besides a pgp packet's key id.
11378
11379 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11380
11381 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11382 symmetric encryption.
11383 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11384 encrypted session key.
11385 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11386 message ask for the passphrase in a proper way.
11387
11388 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11389 New user commands for symmetric encryption.
11390
11391 2005-10-28 Bill Wohler <wohler@newt.com>
11392
11393 * help-mode.el (help-url): New button type. Calls browse-url.
11394 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11395 Similar to Info nodes: URL `url'.
11396 (help-make-xrefs): Create help-url buttons for
11397 help-xref-url-regexp matches.
11398
11399 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11400
11401 * tool-bar.el (tool-bar-add-item-from-menu)
11402 (tool-bar-local-item-from-menu): Fix doc strings.
11403
11404 2005-10-28 Romain Francoise <romain@orebokech.com>
11405
11406 * ldefs-boot.el: Update.
11407
11408 * subr.el (locate-library): Move from help-fns.el.
11409 * help-fns.el (locate-library): Move to subr.el.
11410
11411 2005-10-28 Richard M. Stallman <rms@gnu.org>
11412
11413 * net/tramp.el (tramp-completion-mode): defvar moved up.
11414
11415 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11416
11417 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11418
11419 * files.el (find-file-noselect): Use %d to format large file size.
11420
11421 * bindings.el (mode-line-format): Add %e.
11422
11423 * loadup.el ("facemenu"): Load unconditionally.
11424 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11425 ("x-dnd"): Load, when appropriate.
11426
11427 * startup.el (command-line): Call before-init-hook earlier.
11428 Warn about some bad characters in -u user name.
11429
11430 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11431 (flyspell-external-point-words): Error if misspelled word is not found.
11432 Set flyspell-large-region-beg at end of word.
11433
11434 2005-10-28 Andreas Schwab <schwab@suse.de>
11435
11436 * view.el (View-revert-buffer-scroll-page-forward):
11437 Use view-page-size-default.
11438
11439 2005-10-28 Juri Linkov <juri@jurta.org>
11440
11441 * international/quail.el (quail-get-current-str): Translate last
11442 raw character for deterministic input methods.
11443
11444 2005-10-27 Jay Belanger <belanger@truman.edu>
11445
11446 * calc/calc-ext.el: Add functions to autoloads.
11447 (math-identity-matrix-p, math-ident-row-p): New functions.
11448
11449 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11450 multiplication by an identity matrix; don't turn multiplication by
11451 an inverse matrix into division.
11452 (math-div-symbol-fancy): Replace division by matrices with
11453 multiplication by inverse.
11454
11455 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11456
11457 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11458 (calc-writeoutpower): New functions.
11459
11460 2005-10-27 Romain Francoise <romain@orebokech.com>
11461
11462 * replace.el (occur-engine): Include colon in mouse-face highlight.
11463
11464 * dired-x.el: Change Maintainer field.
11465
11466 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11467
11468 * longlines.el (longlines-mode): Bind after-change-functions to
11469 nil during initial decoding and final encoding.
11470
11471 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11472
11473 * term.el (term-emulate-terminal, term-handle-colors-array)
11474 (term-handle-ansi-escape): Specify the terminfo capabilities
11475 implemented.
11476
11477 2005-10-26 Richard M. Stallman <rms@gnu.org>
11478
11479 * info.el (Info-fontify-node): Fix detection of sentence-break
11480 before *Note.
11481
11482 2005-10-26 Romain Francoise <romain@orebokech.com>
11483
11484 * smerge-mode.el: Add `tools' to file keywords.
11485
11486 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11487
11488 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11489 when the fringe is not available.
11490
11491 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11492 (def-gdb-auto-update-trigger): Simplify construction.
11493 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11494 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11495 defined explicitly.
11496 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11497 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11498 defined explicitly.
11499 (gdb-info-locals-custom): Remove as it's a no-op.
11500
11501 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11502
11503 * longlines.el (longlines-mode): Remove narrowing before
11504 performing the initial decoding or final encoding.
11505
11506 2005-10-25 Romain Francoise <romain@orebokech.com>
11507
11508 * emacs-lisp/find-func.el (find-library-name): Also strip
11509 extension if library name ends in .el, to take advantage of
11510 `find-library-suffixes'.
11511
11512 2005-10-25 Richard M. Stallman <rms@gnu.org>
11513
11514 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11515
11516 2005-10-25 Juri Linkov <juri@jurta.org>
11517
11518 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11519 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11520
11521 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11524 (blackbox-redefine-key): Add argument `map'.
11525
11526 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11527 regions when moving the jit-lock-context-unfontify-pos boundary.
11528
11529 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11530
11531 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11532
11533 2005-10-25 Masatake YAMATO <jet@gyve.org>
11534
11535 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11536
11537 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11538
11539 * play/blackbox.el (blackbox-redefine-key): New function.
11540 (blackbox-mode-map): Use it to remap existing bindings for cursor
11541 motion instead of binding literal keys.
11542
11543 2005-10-25 Glenn Morris <rgm@gnu.org>
11544
11545 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11546 diary does not end in a newline. Do not assume a blank line at
11547 the start of the diary file.
11548
11549 2005-10-25 Kenichi Handa <handa@m17n.org>
11550
11551 * international/quail.el (quail-translate-key): If the input
11552 method is deterministic and failed to handle the last key, restart
11553 the key handling loop from an appropriate key.
11554
11555 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11556
11557 * vc.el (vc-dired-mode): Extend comment for binding of
11558 `directory-listing-before-filename-regexp'.
11559
11560 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * textmodes/texinfo.el (texinfo-mode):
11563 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11564 not to unnecessarily expose emacs-mule's internal char codes.
11565
11566 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11567
11568 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11569 Display hand pointer and help-echo on disabled icon too.
11570 (gdb-mouse-until): New function.
11571 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11572
11573 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11576 with 2005-10-23 change to doctor.el.
11577
11578 * finder.el (finder-mode-map): Add follow-link binding.
11579
11580 2005-10-25 Kim F. Storm <storm@cua.dk>
11581
11582 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11583 to gdb-mouse-toggle-breakpoint-fringe.
11584 (gdb-mouse-toggle-breakpoint-margin): Rename from
11585 gdb-mouse-toggle-breakpoint. Fix doc.
11586 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11587 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11588 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11589 string properties also for fringe breakpoint bitmaps.
11590
11591 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11592
11593 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11594
11595 2005-10-25 Masatake YAMATO <jet@gyve.org>
11596
11597 * simple.el (completion-common-substring):
11598 Use `completion-common-substring' prior to `completion-base-size'.
11599
11600 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11601
11602 * savehist.el: Require CL while compiling.
11603 (savehist-history-variables): Remove.
11604 (savehist-save-minibuffer-history, savehist-additional-variables)
11605 (savehist-minibuffer-history-variables): New vars.
11606 (savehist-save): Use them.
11607 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11608 (savehist-install): New fun, extracted from savehist-load.
11609 (savehist-load): Use them.
11610
11611 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11614 a dummy doc-string-elt property.
11615 (defalias, defvaralias, define-category): Add a docstring property.
11616
11617 * image.el (defimage):
11618 * widget.el (define-widget):
11619 * custom.el (defface, defcustom): Add `doc-string' declaration.
11620
11621 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11622 (defadvice): Add `doc-string' declaration.
11623
11624 * emacs-lisp/byte-run.el (macro-declaration-function):
11625 Handle `doc-string' declarations.
11626 (define-obsolete-function-alias, define-obsolete-variable-alias):
11627 Add `doc-string' declaration.
11628
11629 2005-10-24 Kenichi Handa <handa@m17n.org>
11630
11631 * international/utf-7.el (utf-7): Add autoload cookie.
11632
11633 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11634
11635 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11636
11637 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11638 list of directories passed to batch-update-autoloads. Add "." to
11639 the list of the echoed directories.
11640
11641 * pgg-def.el:
11642 * pgg-gpg.el:
11643 * pgg-parse.el:
11644 * pgg-pgp.el:
11645 * pgg-pgp5.el:
11646 * pgg.el: Moved here from the gnus subdirectory.
11647
11648 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11649
11650 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11651 in case comint-prompt-read-only is set to t.
11652
11653 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11654 in case comint-prompt-read-only is set to t.
11655
11656 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11657
11658 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11659 Now a string.
11660 (icalendar-import-format): Handle CLASS, STATUS, URL.
11661 Rename `subject' to `summary'.
11662 (icalendar-import-format-summary): Rename from
11663 `icalendar-import-format-subject'.
11664 (icalendar-import-format-url, icalendar-import-format-status)
11665 (icalendar-import-format-class): New variables.
11666 (icalendar--rris): Take variable argument list.
11667 (icalendar--datestring-to-isodate): Remove unnecessary
11668 calendar-style check when converting dates with explicit month names.
11669 (icalendar-export-region): Change return type of conversion
11670 subroutines. Bury current buffer unless error occurred.
11671 (icalendar--convert-to-ical)
11672 (icalendar--parse-summary-and-rest): New functions.
11673 (icalendar--convert-ordinary-to-ical)
11674 (icalendar--convert-weekly-to-ical)
11675 (icalendar--convert-yearly-to-ical)
11676 (icalendar--convert-block-to-ical)
11677 (icalendar--convert-cyclic-to-ical)
11678 (icalendar--convert-anniversary-to-ical): Change return type.
11679 Strip trailing blanks from subject.
11680 (icalendar--convert-sexp-to-ical): Change return type.
11681 Strip trailing blanks from subject. Handle simple sexp
11682 entries as generated by icalendar.el.
11683 (icalendar--convert-float-to-ical)
11684 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11685 (icalendar-import-file): Doc fix.
11686 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11687 Correct call to icalendar--rris.
11688 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11689 `summary'.
11690 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11691
11692 2005-10-24 Romain Francoise <romain@orebokech.com>
11693
11694 * server.el (server-sentinel): Set query-on-exit flag to nil on
11695 new client processes (it isn't inherited from the server process).
11696
11697 * replace.el (occur-engine): Rearrange text properties.
11698
11699 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11702 case-fold-search is nil.
11703 (debug-help-follow): Use help-xref-interned directly.
11704
11705 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11706
11707 * thumbs.el (thumbs-image-type): Add .pbm.
11708
11709 2005-10-23 Richard M. Stallman <rms@gnu.org>
11710
11711 * faces.el (inhibit-face-set-after-frame-default): New variable.
11712 (set-face-attribute): Bind it.
11713 (face-set-after-frame-default): Test it.
11714
11715 * help-fns.el (describe-simplify-lib-file-name): New function.
11716 (describe-function-1, describe-variable): Use it.
11717
11718 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11719
11720 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11721 Eliminate nil as possible value.
11722 (tooltip-hide-delay): Reduce internal-border-width.
11723
11724 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11725 (menu-bar-file-menu) <new-file>: Likewise.
11726
11727 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11728
11729 * international/mule.el (load-with-code-conversion):
11730 Pass full file name to `eval-buffer' unless preloading.
11731
11732 * textmodes/flyspell.el (flyspell-large-region):
11733 Call ispell-check-version.
11734
11735 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11736 Fix the make-variable-buffer-local call that was supposed
11737 to be for this variable.
11738 (ispell-aspell-supports-utf8): Doc fix.
11739 (ispell-find-aspell-dictionaries): Preserve elements of
11740 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11741 (ispell-aspell-find-dictionary): Return nil on error.
11742
11743 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11744 (doctor-symptoms): Likewise.
11745
11746 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11747
11748 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11749
11750 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11751 (custom-raised-buttons): Add :set spec.
11752 (custom-button-unraised, custom-button-pressed-unraised):
11753 New faces, so that custom-raised-buttons actually does something.
11754 (custom-mode): Use custom-button and custom-button-pressed.
11755
11756 * wid-edit.el (widget-specify-button): Don't ignore
11757 widget-mouse-face on graphic terminals.
11758 (widget-move-and-invoke): Cleanup.
11759
11760 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11761
11762 * whitespace.el (whitespace-cleanup): Doc fix.
11763
11764 2005-10-23 Romain Francoise <romain@orebokech.com>
11765
11766 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11767 `eval-after-load' to avoid evaluating their result.
11768
11769 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11770
11771 * files.el (directory-listing-before-filename-regexp):
11772 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11773
11774 * dired.el (dired-move-to-filename-regexp): Remove.
11775 All occurences replaced by `directory-listing-before-filename-regexp'.
11776
11777 * dired-x.el, locate.el, vc.el:
11778 Replace `dired-move-to-filename-regexp' by
11779 `directory-listing-before-filename-regexp'. In vc.el it is
11780 overwritten locally; maybe this can be handled in files.el too.
11781
11782 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11783 replaced by `directory-listing-before-filename-regexp'.
11784
11785 2005-10-23 Andreas Schwab <schwab@suse.de>
11786
11787 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11788 and eval-next-after-load.
11789
11790 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11791
11792 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11793 exist, create it.
11794
11795 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11796
11797 * allout.el: Remove autoloads for mailcrypt and crypt++.
11798 Require pgg, pgg-gpg during compilation.
11799 (allout-version): Increment version number to 2.1, and use a literal
11800 rather than RCS Id.
11801 (allout-default-encryption-scheme): Remove.
11802 (allout-passphrase-verifier-handling)
11803 (allout-passphrase-verifier-string)
11804 (allout-file-passphrase-verifier-string)
11805 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11806 (allout-passphrase-hint-handling): Rename and simplify.
11807 (allout-init): Use `find-file-hook' if available, otherwise
11808 `find-file-hooks'.
11809 (allout-mode): Use `write-file-functions' if available, otherwise
11810 `local-write-file-hooks' and, instead of making auto-save-hook
11811 buffer local, make the write-file-hook activity contingent to
11812 allout-mode.
11813 (allout-mode): Use key-binding substitution in the docstring.
11814 (allout-kill-line): Spell-out kill ring data structure mutation
11815 instead of using byte-compiler-complaint-provoking `pop'.
11816 (allout-insert-listified): Use `insert' rather than `insert-string'
11817 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11818 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11819 (allout-encrypt-string): Totally revamped vis new underlying
11820 encryption facilities.
11821 (allout-mc-activate-passwd): Remove.
11822 (allout-obtain-passphrase): New, more or less replaces
11823 allout-mc-activate-passwd.
11824 (allout-encrypted-key-info): More or less replaces
11825 allout-encrypted-text-type.
11826 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11827 (my-mark-marker): Use `(featurep 'xemacs)'.
11828
11829 2005-10-23 Lars Hansen <larsh@soem.dk>
11830
11831 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11832 (byte-compile-file-form-defmumble, byte-compile-defun)
11833 (byte-compile-defmacro): Use it.
11834 (byte-compile-form): Don't call byte-compile-set-symbol-position
11835 when a byte-compile handler is called.
11836
11837 2005-10-22 Romain Francoise <romain@orebokech.com>
11838
11839 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11840
11841 * subr.el (eval-after-load): Convert library name to an absolute
11842 file name using locate-library, since load-history no longer has
11843 library names in it.
11844
11845 2005-10-22 Richard M. Stallman <rms@gnu.org>
11846
11847 * files.el (make-temp-file): Move from subr.el.
11848 * subr.el (make-temp-file): Move to files.el.
11849
11850 * window.el (get-buffer-window-list): Move from subr.el.
11851 * subr.el (get-buffer-window-list): Move to window.el.
11852
11853 * image.el (image-load-path): Use eval-at-startup to initialize.
11854
11855 * subr.el (eval-at-startup): New macro.
11856
11857 * subr.el: Much rearrangement of functions and division
11858 into pages. No code changes.
11859
11860 2005-10-22 Kenichi Handa <handa@m17n.org>
11861
11862 * tar-mode.el (tar-extract): Be sure to call
11863 find-operation-coding-system if set-auto-coding doesn't find a
11864 coding system.
11865
11866 2005-10-22 Kim F. Storm <storm@cua.dk>
11867
11868 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11869 Change users.
11870 (image-type-file-name-regexps): New defconst.
11871 (image-type-from-data): Simplify loop.
11872 (image-type-from-buffer): New defun.
11873 (image-type-from-file-header): Use it instead of image-type-from-data.
11874 Use image-search-load-path instead of only looking in data-directory.
11875 (image-type-from-file-name): New defun.
11876 (image-search-load-path): Change `pathname' to `filename'.
11877 Make PATH arg optional, default to image-load-path.
11878
11879 2005-10-21 Richard M. Stallman <rms@gnu.org>
11880
11881 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11882
11883 * textmodes/paragraphs.el (sentence-end-base): New variable.
11884 (sentence-end): Use sentence-end-base.
11885
11886 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11887
11888 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11889 property independently from the font-lock-multiline variable.
11890
11891 2005-10-21 Richard M. Stallman <rms@gnu.org>
11892
11893 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11894
11895 * startup.el (command-line): Convert library names
11896 in `load-history' to absolute file names.
11897
11898 * subr.el (symbol-file): Doc fix.
11899
11900 * loadhist.el (file-loadhist-lookup): Call locate-library
11901 instead of find-library-name. Don't try converting
11902 abs file names to library names, since load-history no longer
11903 has library names in it.
11904 (file-dependents, file-provides, file-requires): Doc fixes.
11905
11906 2005-10-21 Juri Linkov <juri@jurta.org>
11907
11908 * progmodes/etags.el (tags-table-mode): New function.
11909 (tags-verify-table): Replace initialize-new-tags-table with
11910 tags-table-mode.
11911
11912 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11913 default value.
11914 (desktop-modes-not-to-save): Add tags-table-mode to the
11915 default value.
11916
11917 * info.el (Info-index-next): Add total number of index
11918 alternatives to the message.
11919
11920 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11921 backward only space (instead of space and period) before looking
11922 at sentence end.
11923
11924 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11925 Add the old variable value as 4th default-value arg of read-string.
11926
11927 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11928
11929 * cus-face.el (custom-declare-face): Make face from X resources
11930 also on Mac.
11931
11932 * disp-table.el (standard-display-g1, standard-display-graphic):
11933 Refuse to use string glyphs also on Mac.
11934 (standard-display-european): Don't set terminal coding system also
11935 on Mac.
11936
11937 * frame.el (display-screens): Use x-display-screens also on Mac.
11938
11939 2005-10-21 Romain Francoise <romain@orebokech.com>
11940
11941 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11942
11943 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11946 and $? into sexps.
11947
11948 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11949 warning face on open-paren-in-column-0.
11950
11951 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11952 boundary case. Fix typo.
11953 Suggested by Martin Rudalics <rudalics@gmx.at>.
11954
11955 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11956
11957 * textmodes/org.el (org-combined-agenda-icalendar-file)
11958 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11959 (org-export-icalendar-this-file)
11960 (org-export-icalendar-all-agenda-files)
11961 (org-export-icalendar-combine-agenda-files): New commands.
11962 (org-export-icalendar, org-print-icalendar-entries)
11963 (org-start-icalendar-file, org-finish-icalendar-file)
11964 (org-ical-ts-to-string): New functions.
11965 (org-read-date, org-goto-calendar)
11966 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11967 call to `calendar'.
11968 (orgtbl-setup): Remove the :keys arguments from the menu description.
11969 (org-after-save-iCalendar-file-hook): New variable.
11970
11971 2005-10-21 Kenichi Handa <handa@m17n.org>
11972
11973 * language/vietnamese.el (tcvn-5712): Make it an alias of
11974 vietnamese-tcvn coding-system.
11975
11976 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11977
11978 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11979 group id is given.
11980
11981 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11984 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11985 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11986 whose line is either continued or ends with a comment.
11987
11988 2005-10-20 Romain Francoise <romain@orebokech.com>
11989
11990 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11991
11992 * replace.el (occur-engine): Add follow-link property.
11993
11994 * font-core.el (font-lock-mode): Doc fix.
11995
11996 2005-10-20 Richard M. Stallman <rms@gnu.org>
11997
11998 * net/rcirc.el: New file.
11999
12000 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12001
12002 * term.el (term-term-name): Initialize to "eterm-color".
12003
12004 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12005
12006 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12007 for encryption functionality.
12008 Move allout customization subgroup from `editing' to `outlines' group.
12009 Fix commentary keywords to legitimate ones.
12010 Update author info (using my current email address, obscurified).
12011 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12012 (allout-encrypted-topic-p, allout-encrypted-text-type)
12013 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12014 (allout-situate-encryption-key-verifier)
12015 (allout-get-encryption-key-verifier, allout-verify-key)
12016 (allout-next-topic-pending-encryption)
12017 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12018 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12019 (outline-key-verifier-handling, outline-key-hint-handling)
12020 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12021 (allout-file-key-verifier-string, allout-encryption-scheme)
12022 (allout-key-verifier-string, allout-key-hint-string)
12023 (allout-after-save-decrypt): New variables.
12024 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12025 (allout-after-saves-handler): New hook functions.
12026 (allout-post-command-business): Do allout-after-save-decrypt.
12027 (allout-enable-file-variable-adjustment): Custom var to enable
12028 mechanism for adding and adjusting settings of Emacs file variables.
12029 (allout-adjust-file-variable, allout-file-vars-section-data):
12030 New functions, implement the mechanism.
12031 (outlineify-sticky): Use the file vars mechanism.
12032 (allout-inhibit-protection, allout-during-write-cue)
12033 (allout-override-protect, allout-before-change-protect): Remove.
12034 (allout-flag-region, allout-open-topic): Adjust read-only text.
12035 (allout-open-line-not-read-only): Add to facilitate read-only
12036 text based protection.
12037 (allout-kill-line): Revise to adjust read-only text, clue the
12038 user about the inhibition.
12039 (allout-unprotected): Use unwind-protect.
12040 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12041 topic deeper than the offspring depth of the previous topic -
12042 avoiding confusing "containment discontinuities".
12043 (allout-reindent-bodies): Fix retention of body relative hanging
12044 indent during promotion of collapsed bodies.
12045 (allout-open-topic): Make it easy to open new topic with same
12046 bullet as current topic - topic creation functions provided with
12047 any universal argument provokes now prompt for bullet, defaulting
12048 to the bullet of the previous topic.
12049 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12050 Plain bullet alternates `.' period and `,' comma only. All other
12051 bullets are relegated to special status (but customizable).
12052 (allout-end-of-entry): Rename from allout-end-of-current-entry
12053 since it actually operates w.r.t. most immediately containing
12054 entry, visible or not.
12055 (allout-hide-current-entry, allout-show-current-entry): Use the
12056 revised version.
12057 (allout-old-expose-topic): Solidify deprecation.
12058 (allout-end-of-subtree): Add so we can span concealed as well
12059 as visible topics.
12060 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12061 (allout-end-of-current-heading): Tweak to just respect the first line.
12062 (allout-get-body-text): Add.
12063 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12064 when invoked interactively.
12065 (allout-up-current-level): Use `interactive-p'.
12066 (allout-mode, allout-init): Miscellaneous docstring and
12067 operational refinements, as well as hookups of new encryption stuff.
12068 (allout-beginning-of-current-entry): Now works as advertised.
12069 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12070 (allout-isearch-rectification): Refine condition for isearching.
12071 (allout-isearch-abort, allout-enwrap-isearch)
12072 (allout-flag-region, my-region-active-p): Relocate some macros.
12073 (allout-title): Fallback title is (buffer-name), not
12074 non-existing (current-buffer-name).
12075 (subst-char-in-string): Define if absent (for some XEmacs versions).
12076
12077 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12078
12079 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12080 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12081 (mail-citation-prefix-regexp, mail-signature-file)
12082 (mail-default-headers, mail-bury-selects-summary)
12083 (mail-send-nonascii): Add autoload cookies.
12084
12085 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12086
12087 * frame.el (blink-cursor-mode): Add `mac' to the list of
12088 window-system's that support blinking cursor.
12089
12090 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12091
12092 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12093
12094 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12095
12096 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12097 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12098 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12099
12100 2005-10-20 Kim F. Storm <storm@cua.dk>
12101
12102 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12103 (ido-set-current-directory): Don't add / after final @.
12104 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12105 Explicitly handle ange-ftp completion oddities.
12106 (ido-make-file-list): Don't rotate list at tramp root to avoid
12107 triggering tramp file handler for expand-file-name via get-file-buffer.
12108
12109 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12112
12113 2005-10-19 Jay Belanger <belanger@truman.edu>
12114
12115 * calc/calc-units.el (math-standard-units): Add units, adjust
12116 symbols and update values.
12117 (math-unit-prefixes): Add more prefixes.
12118
12119 2005-10-19 Romain Francoise <romain@orebokech.com>
12120
12121 * bookmark.el (bookmark-menu-heading): New face.
12122 (bookmark-bmenu-list): Use it.
12123 Don't fiddle with `baud-rate' at top-level.
12124
12125 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12126
12127 * image.el (create-image, find-image): Mention max-image-size in
12128 docstring.
12129
12130 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * savehist.el (savehist-load): Revert to checking XEmacs.
12133
12134 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12135 Various docstring and line-width fixups.
12136 (conf-mode): Use cond.
12137 Set font-lock-defaults. Don't set comment-use-syntax.
12138
12139 2005-10-18 David Ponce <david@dponce.com>
12140
12141 * tree-widget.el (tree-widget-button-click): New function.
12142 (tree-widget-button-keymap): Use it.
12143
12144 2005-10-18 Romain Francoise <romain@orebokech.com>
12145
12146 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12147 (bookmark-bmenu-hide-filenames): Add follow-link property.
12148 Improve help-echo text.
12149
12150 * ffap.el (find-file-at-point): Doc fix.
12151
12152 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12153
12154 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12155
12156 2005-10-18 Masatake YAMATO <jet@gyve.org>
12157
12158 Install to the CVS repository what I forgot to install in my
12159 2005-10-16 changes.
12160
12161 * progmodes/python.el (python-complete-symbol): Pass the common
12162 prefix substring of completion to `display-completion-list'.
12163
12164 * textmodes/org.el (org-complete): Ditto.
12165
12166 2005-10-18 Masatake YAMATO <jet@gyve.org>
12167
12168 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12169
12170 * woman.el (WoMan-xref-man-page): New button type derived
12171 from `Man-abstract-xref-man-page'.
12172 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12173
12174 * man.el (Man-abstract-xref-man-page): New button type.
12175 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12176 (Man-highlight-references): Add new optional argument `xref-man-type'.
12177
12178 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12179
12180 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12181
12182 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12183
12184 * cus-edit.el (Custom-move-and-invoke): Delete.
12185 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12186
12187 * wid-edit.el (widget-move-and-invoke): New function, from
12188 Custom-move-and-invoke.
12189
12190 2005-10-17 Bill Wohler <wohler@newt.com>
12191
12192 Move all remaining images from lisp/toolbar to etc/images, move
12193 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12194 the low resolution images in their own directory (low-color).
12195
12196 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12197 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12198 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12199 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12200 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12201 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12202 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12203
12204 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12205 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12206 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12207 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12208 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12209 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12210 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12211 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12212 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12213 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12214 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12215 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12216 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12217 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12218 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12219
12220 To conform with convention, replace the underscore (_) in the
12221 following image names with dash (-) or (/) as appropriate.
12222
12223 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12224 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12225 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12226 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12227 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12228 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12229 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12230 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12231 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12232 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12233 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12234 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12235 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12236 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12237 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12238
12239 * info.el (info-tool-bar-map): Replace underscores in image names
12240 with dashes.
12241
12242 * makefile.w32-in (WINS): Remove toolbar.
12243
12244 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12245
12246 * tool-bar.el: Move to lisp from toolbar. Now that
12247 toolbar is empty, it should be deleted when folks run "cvs up -P".
12248
12249 2005-10-18 Jay Belanger <belanger@truman.edu>
12250
12251 * calc/calc-store.el (calc-store-into): Get the proper variable name
12252 to display in message.
12253
12254 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12255
12256 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12257 expressions display in speedbar for all buffers when debugging.
12258 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12259
12260 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12261 (speedbar-insert-button, speedbar-make-button):
12262 Use add-text-properties.
12263 (speedbar-update-localized-contents)
12264 (speedbar-update-directory-contents)
12265 (speedbar-update-special-contents): Use dolist.
12266 (speedbar-buffer-easymenu-definition): Add a menu separator.
12267
12268 2005-10-17 Jason Rumney <jasonr@gnu.org>
12269
12270 * makefile.w32-in: Use $(lisp) consistently.
12271 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12272 for shell specific generation of mh-autoloads.
12273
12274 2005-10-17 Richard M. Stallman <rms@gnu.org>
12275
12276 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12277
12278 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * jit-lock.el (jit-lock-fontify-now):
12281 Move jit-lock-context-unfontify-pos to avoid wasted work.
12282
12283 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12284
12285 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12286 `tramp-completion-mode' for checking if we are in completion mode.
12287 (tramp-completion-handle-file-name-all-completions): Reorder code
12288 in order to complete for file names only in case there are no
12289 method/user/host completions. This is necessary for cooperation
12290 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12291
12292 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12293
12294 * longlines.el (longlines-search-forward)
12295 (longlines-search-backward): Match any number of spaces.
12296
12297 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12298
12299 * diff-mode.el (diff-mode): Doc fix.
12300
12301 2005-10-16 David Reitter <david.reitter@gmail.com>
12302
12303 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12304 as default on darwin and windows systems.
12305
12306 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12307
12308 * arc-mode.el (archive-zip-extract): Doc fix.
12309
12310 2005-10-16 Romain Francoise <romain@orebokech.com>
12311
12312 * mouse.el (mouse-1-click-follows-link): Doc fix.
12313
12314 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * savehist.el: Don't require CL at runtime.
12317 (savehist-xemacs): Remove.
12318 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12319 (savehist-no-conversion): Use (featurep 'xemacs).
12320 (savehist-load): Check existence of start-itimer rather than XEmacs.
12321 Use an idle timer.
12322 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12323 `delete-if-not'.
12324
12325 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12326
12327 * savehist.el: Newer version.
12328 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12329 (savehist-last-checksum, savehist-no-conversion): New vars.
12330 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12331 New functions.
12332 (savehist-load, savehist-save): Use them.
12333 (savehist-delimit): Remove.
12334
12335 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * progmodes/compile.el (compilation-goto-locus): Display the
12338 compilation buffer first and the source buffer second, in case they're
12339 in overlapping frames. Don't raise the compilation frame if it was the
12340 selected window upon entry. Pass the `other-window' arg to
12341 pop-to-buffer.
12342
12343 * info.el (Info-fontify-node): Use dolist.
12344 Change add-text-properties to put-text-property.
12345
12346 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12347
12348 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12349 bound of search.
12350
12351 2005-10-16 Masatake YAMATO <jet@gyve.org>
12352
12353 * dabbrev.el (dabbrev-completion): Pass the common
12354 prefix substring of completion to `display-completion-list'.
12355
12356 * filecache.el (file-cache-minibuffer-complete)
12357 (file-cache-complete): Ditto.
12358
12359 * tempo.el (tempo-display-completions): Ditto.
12360
12361 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12362
12363 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12364
12365 * eshell/em-hist.el (eshell-list-history): Ditto.
12366
12367 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12368
12369 * mail/mailalias.el (mail-complete): Ditto.
12370
12371 * progmodes/etags.el (complete-tag): Ditto.
12372
12373 * progmodes/make-mode.el (makefile-complete): Ditto.
12374
12375 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12376
12377 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12378
12379 * progmodes/pascal.el (pascal-complete-word)
12380 (pascal-show-completions): Ditto.
12381
12382 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12383
12384 * simple.el (completion-common-substring): New variable.
12385 (completion-setup-function): Use `completion-common-substring'
12386 to put faces.
12387
12388 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12389
12390 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12391 (x-get-selection, mac-select-convert-to-string): Convert from/to
12392 UTF-16 clipboard data as in native byte order, no BOM.
12393
12394 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12395
12396 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12397 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12398 (gud-sentinel): Use speedbar-frame to check for speedbar.
12399
12400 2005-10-15 Richard M. Stallman <rms@gnu.org>
12401
12402 * savehist.el: New file.
12403
12404 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12405
12406 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12407 Fix bug in \bf fontification.
12408
12409 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * pcvs.el (cvs-edit-log-files): New var.
12412 (cvs-mode-edit-log): New arg `file'.
12413 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12414 Instead force the use of the original file and nothing else.
12415 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12416 the cvs-minor-wrap-function is set.
12417 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12418
12419 2005-10-14 Bill Wohler <wohler@newt.com>
12420
12421 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12422 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12423 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12424 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12425 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12426 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12427 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12428 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12429 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12430 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12431 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12432 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12433 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12434 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12435 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12436
12437 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12438 appropriately (for example, gud-break to gud/break).
12439
12440 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12441
12442 * longlines.el (longlinges-search-function)
12443 (longlines-search-forward, longlines-search-backward): New functions.
12444 (longlines-mode): Set isearch-search-fun-function to
12445 longlinges-search-function.
12446
12447 * mouse.el (mouse-drag-region-1): Handle the case where a
12448 double-click event is bound to an arbitrary function.
12449
12450 2005-10-14 David Ponce <david@dponce.com>
12451
12452 * recentf.el (recentf-track-opened-file)
12453 (recentf-track-closed-file, recentf-update-menu)
12454 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12455 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12456 mouse-1-click-follows-link.
12457
12458 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12459
12460 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12461 Gnome file-manager.png. Suggested by
12462 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12463
12464 * toolbar/README: Add diropen.xpm.
12465
12466 2005-10-13 Bill Wohler <wohler@newt.com>
12467
12468 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12469 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12470
12471 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12474 Don't waste the byte-compiler's time on constant data.
12475
12476 2005-10-13 Kenichi Handa <handa@m17n.org>
12477
12478 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12479 byte with `escape-glyph' face.
12480
12481 * international/fontset.el (ccl-encode-unicode-font):
12482 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12483 Handle the case that ucs-mule-to-mule-unicode translates a character to
12484 ASCII (usually for IPA characters).
12485
12486 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12489 Don't hide the underline of titles if font-lock-mode is disabled.
12490
12491 2005-10-12 Bill Wohler <wohler@newt.com>
12492
12493 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12494 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12495 files in MH-E-SRC have been updated.
12496 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12497
12498 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12499
12500 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12501 (mixal-mode-syntax-table): Add \n as end-comment.
12502 (mixal-operation-codes-alist): Immediately initialize to full value.
12503 (mixal-add-operation-code): Remove.
12504 (mixal-describe-operation-code): Make the arg non-optional.
12505 Use the interactive spec instead.
12506 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12507 (mixal-font-lock-keywords): Don't highlight comments here any more.
12508 (mixal-font-lock-syntactic-keywords): New var.
12509 (mixal-mode): Use it. Fix comment-start-skip.
12510
12511 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12512
12513 * startup.el (command-line-x-option-alist): -nb => -nbi
12514
12515 2005-10-12 Kim F. Storm <storm@cua.dk>
12516
12517 * startup.el (fancy-splash-default-action): Discard mouse click in
12518 the splash screen window, as it has no sensible meaning in the
12519 next window to be selected. Fixes error reported by Jan D.
12520
12521 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12522
12523 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12524
12525 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12528 Try to fix up minor layout issues like indentation, line break, etc...
12529 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12530 because it doesn't work.
12531 (mixal-operation-codes): Add some more codes.
12532 (mixal-font-lock-keywords): Process comments here.
12533 (mixal-mode): mixasm no longer needs -g option.
12534
12535 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12536
12537 * progmodes/sh-script.el (sh-tmp-file):
12538 Use mktemp -t. Finish support for es and rc shells.
12539
12540 2005-10-11 Jay Belanger <belanger@truman.edu>
12541
12542 * calc/calcalg2.el (calc-integral): With an argument, compute the
12543 definite integral.
12544
12545 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12546
12547 * mouse.el (mouse-drag-region-1): Don't try to catch a
12548 double-click when doing follow-link (it's overridden anyway).
12549
12550 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12551
12552 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12553 (autoload-print-form-outbuf): Add docstring.
12554
12555 2005-10-11 Juri Linkov <juri@jurta.org>
12556
12557 * info.el (Info-mode-menu): Delete menu item "Edit".
12558 (Info-mode): Delete description of Info-edit from docstring,
12559 and rearrange descriptions of Info commands in the order
12560 they are documented in the Info manual.
12561
12562 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * calendar/appt.el (appt-check): Use diary-selective-display var.
12565
12566 2005-10-10 Richard M. Stallman <rms@gnu.org>
12567
12568 * net/newsticker.el (newsticker-start, newsticker-show-news):
12569 Add autoload cookies.
12570
12571 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12572
12573 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12574
12575 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12576
12577 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12578
12579 2005-10-10 Jay Belanger <belanger@truman.edu>
12580
12581 * calc/calc-arith.el (math-check-known-scalarp)
12582 (math-check-known-matrixp): Check the values of arguments that are
12583 variables.
12584 (math-check-known-square-matrixp): New function.
12585 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12586 (math-super-types): Add sqmatrix type.
12587
12588 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12589 mode name `square' to `sqmatrix'.
12590
12591 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12592 mode name `square' to `sqmatrix'.
12593
12594 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12595
12596 * progmodes/etags.el (select-tags-table-mode): Don't use
12597 selective-display.
12598 (tags-select-tags-table): Pass `button' to the action function.
12599 (select-tags-table): Place the side-info on button properties rather
12600 than in hidden text. Abbreviate file names.
12601 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12602 (select-tags-table-select): Add `button' argument.
12603 Get side-info from the button property rather than from hidden text.
12604
12605 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12606
12607 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12608 (gud-speedbar-buttons): Preserve point if possible.
12609 (gud-sentinel): Restore previous speedbar display type.
12610
12611 * progmodes/gdb-ui.el (gdba): Improve diagram.
12612 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12613 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12614 Call get-buffer-window once.
12615
12616 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12617
12618 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12619 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12620 (pascal-indent-command): Remove unused var `ind'.
12621 (pascal-indent-case): Remove unused var `oldpos'.
12622 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12623 since it's now used as a proper minor mode map.
12624 (pascal-outline): Rename to pascal-outline-mode.
12625 (pascal-outline-mode): Use define-minor-mode.
12626 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12627 selective-display.
12628
12629 2005-10-10 Andreas Schwab <schwab@suse.de>
12630
12631 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12632 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12633
12634 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12635 outside source directory.
12636
12637 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12638
12639 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12640 C-x' as a prefix.
12641 (orgtbl-mode-map): Full keymap instead of sparse, because all
12642 `self-insert-command' keys are redefined in this map.
12643 (org-export-as-html): Specify charset for HTML file, by taking it
12644 from the coding system.
12645
12646 2005-10-10 Kenichi Handa <handa@m17n.org>
12647
12648 * textmodes/flyspell.el (flyspell-check-word-p):
12649 If unread-command-events is non-empty, don't call sit-for.
12650
12651 2005-10-09 Richard M. Stallman <rms@gnu.org>
12652
12653 * font-lock.el (font-lock-syntactic-keywords)
12654 (font-lock-keywords): Doc fixes.
12655
12656 * textmodes/flyspell.el (flyspell-external-point-words):
12657 Simplify logic, and don't try to check for consecutive appearances
12658 of one incorrect word.
12659
12660 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12661
12662 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12663 separator.
12664
12665 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12666 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12667 (gud-expansion-speedbar-buttons): New function.
12668 (gud-speedbar-buttons): Check for gud-comint-buffer.
12669
12670 2005-10-09 Bill Wohler <wohler@newt.com>
12671
12672 * Makefile.in (updates): Add mh-loaddefs dependency.
12673
12674 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12675
12676 * speedbar.el (speedbar-file-key-map): Fix typo.
12677
12678 2005-10-09 Daniel Brockman <daniel@brockman.se>
12679
12680 * cus-start.el (line-spacing): Add custom spec.
12681
12682 2005-10-09 Romain Francoise <romain@orebokech.com>
12683
12684 * textmodes/ispell.el (ispell-check-version): Fix last change.
12685
12686 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12687
12688 * term/x-win.el: Remove -i, --icon-type from comment.
12689
12690 * startup.el (command-line-x-option-alist): Remove options -i,
12691 -itype, --icon-type, added -nb, --no-bitmap-icon
12692
12693 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12694
12695 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12696 instead of :active.
12697
12698 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12699
12700 * textmodes/ispell.el (ispell-check-version):
12701 Ignore hyphen, and all that follows, in aspell's version text.
12702
12703 2005-10-08 Jay Belanger <belanger@truman.edu>
12704
12705 * calc/calc-arith.el (math-known-square-matrixp): New function.
12706 (math-pow-fancy): Check for matrices before distributing exponent
12707 across products.
12708
12709 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12710 fullscreen keypad. Suggested by Luc Teirlinck.
12711 (calc-keypad-show-input): Add space for formatting.
12712
12713 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12714 Add square matrix option.
12715
12716 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12717 of checking calc-matrix-mode when deciding how to expand.
12718
12719 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12720
12721 2005-10-08 Lars Hansen <larsh@soem.dk>
12722
12723 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12724 Add error handling.
12725 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12726
12727 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12728
12729 Sync with Tramp 2.0.51.
12730
12731 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12732 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12733 Insert special handling for `last-coding-system-used', again
12734 it still seems to be necessary (unlike stated before).
12735 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12736 (tramp-password-prompt-regexp): There might be other words before
12737 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12738 (tramp-chunksize): Improve docstring.
12739 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12740 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12741 Christian Joergensen <bugs@razor.dk>.
12742
12743 2005-10-07 Glenn Morris <rgm@gnu.org>
12744
12745 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12746 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12747 precision'.
12748
12749 2005-10-07 Romain Francoise <romain@orebokech.com>
12750
12751 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12752 (ibuffer-do-shell-command-pipe-replace)
12753 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12754 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12755 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12756 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12757 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12758 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12759 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12760 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12761 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12762 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12763 Autoload file sans suffix.
12764
12765 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12766
12767 2005-10-07 David Ponce <david@dponce.com>
12768
12769 * recentf.el (recentf-menu-open-all-flag): New option.
12770 (recentf-digit-shortcut-command-name): New function.
12771 (recentf--shortcuts-keymap): New variable.
12772 (recentf-menu-shortcuts): New variable.
12773 (recentf-make-menu-items): Initialize it. Replace the "More..."
12774 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12775 (recentf-menu-value-shortcut): New function.
12776 (recentf-make-menu-item): Use it. No more in-lined.
12777 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12778 (recentf-open-most-recent-file): Rename from
12779 `recentf-open-file-with-key'. Don't depend on key binding.
12780 (recentf-mode-map): New variable.
12781 (recentf-mode): Use it.
12782
12783 2005-10-06 Bill Wohler <wohler@newt.com>
12784
12785 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12786
12787 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12788 (MH-E-SRC): New. Used by mh-autoloads.
12789 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12790 files in MH-E-SRC have been updated.
12791 (compile, recompile, bootstrap): Depend on mh-autoloads.
12792
12793 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12794
12795 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12796 gud-break and gud-remove icons when the fringe is not available.
12797
12798 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12799 Typo.
12800
12801 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12802
12803 * play/zone.el (zone): Wrap body with save-window-excursion.
12804
12805 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12808 Use the new `list-only' arg to diary-list-entries.
12809
12810 * calendar/diary-lib.el: Use overlays rather than selective-display.
12811 (diary-selective-display): New var.
12812 (diary-header-line-format): Use it.
12813 (diary-list-entries): Add argument `list-only'.
12814 Put the buffer in diary-mode. Don't add \^M at beg and end.
12815 Replace \^M by invisible overlays.
12816 (diary-unhide-everything): Replace \^M by invisible overlays.
12817 (print-diary-entries): Look for overlays rather than \^M.
12818 Add a space to the temp buffer name.
12819 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12820 Put the buffer in diary-mode.
12821 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12822 (diary-anniversary): Make the year arg optional.
12823 (diary-time-regexp): New const.
12824 (diary-font-lock-keywords): Use it to accept a few more time formats.
12825
12826 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12827
12828 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12829
12830 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12831 Fix bug introduced 2005-07-03: Use (car (last ...))
12832 to faithfully reproduce replaced artist-last.
12833 (artist-set-arrow-points-for-poly): Likewise.
12834 Suggested by Johan Bockg\e,Ae\e(Brd.
12835
12836 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12837
12838 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12839 * wid-edit.el (widget):
12840 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12841 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12842
12843 2005-10-06 Kenichi Handa <handa@m17n.org>
12844
12845 * international/mule-cmds.el (set-language-environment):
12846 Fix setting up of case-table for unibyte mode.
12847
12848 * simple.el (what-cursor-position): If the character is displayed
12849 by some `display' text property, show that. Don't use
12850 single-key-description for eight-bit characters in multibyte mode.
12851
12852 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12853
12854 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12855 (gdb-ann3): Set it.
12856 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12857 (gdb-info-frames-custom): Use inverse-video for first five
12858 characters of selected frame only.
12859 (gdb-get-frame-number): Select frame even when point is on frame
12860 number.
12861
12862 2005-10-06 Masatake YAMATO <jet@gyve.org>
12863
12864 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12865 Put `font-lock-function-name-face'.
12866 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12867 and `font-lock-variable-name-face'
12868 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12869 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12870 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12871 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12872 (gdb-local-font-lock-keywords): New font lock keywords definition.
12873 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12874 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12875 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12876
12877 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12878
12879 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12880 (ediff-merge-region-is-non-clash-to-skip): Previously called
12881 ediff-merge-region-is-non-clash.
12882
12883 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12884 Use insert-buffer-substring.
12885
12886 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12887 selecting files to patch. Also bug fixes.
12888
12889 * ediff-util.el (ediff-setup): Bug fix.
12890 (ediff-next-difference): Never skip clashes that differ in white
12891 space only.
12892
12893 * ediff-wind.el (ediff-setup-control-frame)
12894 (ediff-destroy-control-frame): Check the menubar feature.
12895
12896 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12897 (viper-refresh-mode-line): Use make-local-variable to localize
12898 some vars instead of make-variable-buffer-local. Suggested by
12899 Stefan Monnier.
12900
12901 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12902 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12903 Use make-local-variable instead of make-variable-buffer-local.
12904 Suggested by Stefan Monnier.
12905
12906 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12907 (viper-comint-mode-hook): Use make-local-variable on
12908 require-final-newline.
12909 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12910
12911 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12912
12913 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12914 also the second char of a comment-start sequence.
12915 (scheme-sexp-comment-syntax-table): New var.
12916 (lambda, define): Set their scheme-doc-string-elt property.
12917 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12918 Use lisp-font-lock-syntactic-face-function now that it properly
12919 handles |...| symbols.
12920 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12921 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12922
12923 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12924 bit from # to |.
12925 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12926
12927 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12928 (lisp-doc-string-elt-property): New var.
12929 (lisp-font-lock-syntactic-face-function): Use it.
12930 Rewrite to recognize docstrings even for forms not at toplevel.
12931
12932 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12933 annotation on the | part of #| rather than on the # part.
12934 (scheme-font-lock-syntactic-face-function): New function, to
12935 distinguish strings from |...| symbols.
12936 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12937 syntax-table so that #|...|# is properly highlighted.
12938
12939 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12940 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12941
12942 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12943
12944 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12945 and C-e.
12946
12947 * emacs-lisp/eldoc.el: Move comments into docstrings.
12948 (eldoc-message-commands): Initialize in its declaration.
12949 Add move-beginning-of-line and move-end-of-line.
12950 (eldoc-add-command, eldoc-add-command-completions)
12951 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12952
12953 * outline.el (outline-mark-subtree): Activate the mark.
12954
12955 * calendar/appt.el (appt-time-regexp): New var.
12956 (appt-add, appt-make-list): Use it.
12957 (appt-convert-time): Clean up.
12958
12959 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12960 Don't set any syntax-table property here.
12961 (tex-font-lock-verb): New function. Do it here.
12962 (tex-font-lock-syntactic-keywords): Use it.
12963
12964 2005-10-04 Richard M. Stallman <rms@gnu.org>
12965
12966 * wid-edit.el (widget-file-complete): Get the widget start point
12967 the right way. Default directory to `/' if file has none.
12968
12969 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12970
12971 * textmodes/flyspell.el (flyspell-mode-on):
12972 Call ispell-maybe-find-aspell-dictionaries.
12973
12974 * textmodes/ispell.el (ispell-word, ispell-region):
12975 Call ispell-maybe-find-aspell-dictionaries.
12976 (ispell-accept-buffer-local-defs):
12977 Don't call ispell-maybe-find-aspell-dictionaries
12978
12979 2005-10-04 Richard M. Stallman <rms@gnu.org>
12980
12981 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12982
12983 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12984
12985 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12986 instead of `fboundp' in order to allow for anonymous functions.
12987
12988 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12989
12990 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12991 case the user clicks on the link while another window is selected.
12992 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12993
12994 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12995 functionality.
12996 (dframe-help-echo): Save point in case mouse tracking is off.
12997
12998 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12999
13000 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13001
13002 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13005 not change the global value of those vars.
13006
13007 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13008 make-local-variable which we do not need any more.
13009
13010 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13011
13012 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13013 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13014 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13015 (speedbar-path-line): Define obsolete aliases.
13016 (speedbar-line-directory): Doc fix.
13017
13018 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13019 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13020 instead of speedbar-line-path.
13021
13022 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13023
13024 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13025 to nil if dropping on a window. Handle dropping on a minibuffer window
13026 like dropping on a non-window part of Emacs.
13027
13028 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * net/ange-ftp.el: Use with-current-buffer.
13031 (ange-ftp-insert-directory): Do not follow symlinks any more.
13032
13033 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13034 Remove interactive spec.
13035
13036 2005-10-03 Kim F. Storm <storm@cua.dk>
13037
13038 * ido.el (ido-mode): Use custom-initialize-set.
13039
13040 2005-10-02 Richard M. Stallman <rms@gnu.org>
13041
13042 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13043 Use insert-buffer-substring.
13044
13045 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13046 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13047
13048 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13051 in last change.
13052 (ange-ftp-insert-directory): Fix up the search for the case where
13053 `file' is absolute.
13054
13055 2005-10-02 Romain Francoise <romain@orebokech.com>
13056
13057 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13058
13059 2005-10-02 Andreas Schwab <schwab@suse.de>
13060
13061 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13062 directory component in the session info.
13063
13064 2005-10-01 Richard M. Stallman <rms@gnu.org>
13065
13066 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13067
13068 * simple.el (next-error-internal): New function.
13069
13070 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13071 (compilation-start): Pass new arg to compilation-buffer-name.
13072 (compile-goto-error): Use next-error-internal.
13073
13074 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13075
13076 * speedbar.el: Remove RCS tag.
13077 (speedbar-check-read-only): Handle non-existent files.
13078
13079 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13080
13081 * info.el (Info-speedbar-hierarchy-buttons)
13082 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13083
13084 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13085
13086 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13087 Do not match newline.
13088 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13089 (bibtex-summary): Remove unnecessary save-excursion.
13090 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13091
13092 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13093
13094 * term/mac-win.el: Add charset info for "iso10646-1".
13095 Modify default fontset to use ATSUI-compatible fonts for some charsets
13096 if available.
13097
13098 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13099
13100 * speedbar.el: Re-apply arch tag.
13101 (speedbar-version): Rename to version 1.0. Suggested by Eric
13102 M. Ludlam.
13103 Reapply two changes from Emacs CVS' version of speedbar lost
13104 during the merge:
13105 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13106 (speedbar-frame-parameters): Improve customize type.
13107
13108 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13111 (ange-ftp-file-directory-p): Fix the symlink case.
13112 (ange-ftp-insert-directory): When listing a single file, get a list of
13113 the parent buffer and extract the relevant line. Inspired from a patch
13114 by Katsumi Yamaoka <yamaoka@jpl.org>.
13115 (ange-ftp-file-name-sans-versions): Simplify.
13116
13117 2005-09-30 Bill Wohler <wohler@newt.com>
13118
13119 Move MH-E image files from toolbar and mail directories into
13120 etc/images.
13121
13122 * mail/reply2.*: Move to etc/images/mail/reply*.
13123
13124 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13125 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13126 etc/images.
13127
13128 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13129 * toolbar/reply*: Move to etc/images/mail.
13130
13131 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13132
13133 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13134
13135 * speedbar.el: New version 1.0pre3.
13136
13137 Frame management code (including timer, and mouse click specifics)
13138 moved to dframe.el:
13139 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13140 (speedbar-timer): Removed. Use dframe-timer.
13141 (speedbar-close-frame): Removed. Use dframe-close-frame.
13142 (speedbar-activity-change-focus-flag): Removed. Use
13143 dframe-activity-change-focus-flag.
13144 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13145 dframe-update-speed.
13146
13147 (speedbar-current-frame): New macro. Use this instead of the
13148 variable speedbar-frame.
13149
13150 (speedbar-use-images, speedbar-expand-image-button-alist)
13151 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13152
13153 (speedbar-find-image-on-load-path): Removed. Replaced by
13154 defezimage in ezimage.el.
13155 (speedbar-expand-image-button-alist): Removed. Replaced by
13156 ezimage-expand-image-button-alist in ezimage.el.
13157
13158 (speedbar-ignored-directory-regexp)
13159 (speedbar-add-ignored-directory-regexp)
13160 (speedbar-ignored-directory-expressions)
13161 (speedbar-line-directory, speedbar-buffers-line-directory)
13162 (speedbar-directory-line, speedbar-buffers-line-directory):
13163 Renamed, replacing `path' with `directory'.
13164
13165 (speedbar-create-directory, speedbar-expand-line-descendants)
13166 (speedbar-toggle-line-expansion)
13167 (speedbar-contract-line-descendants): New commands.
13168
13169 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13170 (speedbar-use-tool-tips-flag): New options.
13171
13172 (speedbar-check-read-only, speedbar-require-version)
13173 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13174 (speedbar-handle-delete-frame, speedbar-try-completion)
13175 (speedbar-update-localized-contents): New functions.
13176
13177 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13178 (speedbar-object-read-only-indicator): New variables.
13179
13180 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13181 New hooks.
13182
13183 (speedbar-separator-face): New face.
13184
13185 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13186 (speedbar-ignored-modes): Add fundamental-mode.
13187 (speedbar-directory-unshown-regexp): Add . directories.
13188
13189 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13190 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13191 `]' for full expand/close.
13192 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13193
13194 (speedbar-check-vc): Support hidden files.
13195 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13196 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13197 state is nil, it is not checked out.
13198
13199 (speedbar-line-text, speedbar-line-token): Support expand buttons
13200 with no text.
13201 (speedbar-refresh): Universal argument acts as power-click.
13202 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13203 that buffer to get variable values.
13204
13205 And many other bugfixes.
13206
13207 * dframe.el, ezimage.el, sb-image.el: New files.
13208
13209 * sb-*.xpm: Remove files. New image files installed into
13210 etc/images/ezimage.
13211
13212 2005-09-30 Kenichi Handa <handa@m17n.org>
13213
13214 * ps-mule.el (ps-mule-show-warning): If a character is in
13215 ps-print-translation-table, don't treat it as non-printable.
13216
13217 2005-09-30 David Ponce <david@dponce.com>
13218
13219 * tree-widget.el (tree-widget-themes-load-path): New variable.
13220 (tree-widget-themes-directory): Doc fix.
13221 (tree-widget-image-formats) [Emacs]: Doc fix.
13222 (tree-widget--locate-sub-directory): New function.
13223 (tree-widget-themes-directory): Use it.
13224
13225 * recentf.el (recentf-filename-handlers): Rename from
13226 `recentf-filename-handler'. Allow a list of functions.
13227 (recentf-menu-items-for-commands): Fix :help strings.
13228 (recentf-apply-filename-handlers): New function.
13229 (recentf-expand-file-name): Use it.
13230 (recentf-cleanup): Remove duplicates too.
13231
13232 2005-09-29 Juri Linkov <juri@jurta.org>
13233
13234 * faces.el: Rearrange face definitions to be in the same order as
13235 their face descriptions in "(emacs)Standard Faces".
13236
13237 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13238
13239 * tooltip.el (tooltip): Add group `basic-faces'.
13240
13241 * buff-menu.el (Buffer-menu-buffer): Remove group
13242 `font-lock-highlighting-faces'.
13243
13244 * progmodes/compile.el (compilation-error, compilation-warning)
13245 (compilation-info, compilation-line-number, compilation-column-number):
13246 Change group from `font-lock-highlighting-faces' to `compilation'.
13247
13248 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13249 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13250 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13251 (vhdl-font-lock-reserved-words-face)
13252 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13253 `font-lock-highlighting-faces'.
13254
13255 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13256
13257 2005-09-28 Kim F. Storm <storm@cua.dk>
13258
13259 * emulation/cua-base.el: Set CUA move property on additional commands:
13260 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13261 forward-sexp, backward-sexp, forward-list, backward-list.
13262
13263 2005-09-28 Romain Francoise <romain@orebokech.com>
13264
13265 * comint.el (comint-show-output): Really set point at the
13266 beginning of the output when not using `comint-use-prompt-regexp'.
13267
13268 2005-09-27 Jay Belanger <belanger@truman.edu>
13269
13270 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13271 in TeX mode.
13272
13273 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13274
13275 * textmodes/org.el (org-table-sum): Fix format string.
13276
13277 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13278 Quote face names.
13279
13280 2005-09-26 Romain Francoise <romain@orebokech.com>
13281
13282 * isearch.el (isearch-forward-regexp): Close doc string.
13283
13284 2005-09-25 Richard M. Stallman <rms@gnu.org>
13285
13286 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13287
13288 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13289
13290 * progmodes/compile.el (compilation-error-properties):
13291 When getting the file from the previous error message,
13292 correctly decode the new data format.
13293
13294 * progmodes/cc-cmds.el (c-electric-paren):
13295 Call old-blink-paren only for close-paren.
13296
13297 2005-09-24 Andreas Schwab <schwab@suse.de>
13298
13299 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13300 condition.
13301
13302 2005-09-25 Romain Francoise <romain@orebokech.com>
13303
13304 * dired-aux.el (dired-copy-file-recursive):
13305 * dired.el (dired-delete-file):
13306 * ediff-mult.el (ediff-dir-diff-copy-file):
13307 * ediff-util.el (ediff-test-save-region):
13308 * forms.el (forms-mode):
13309 * ido.el (ido-file-internal, ido-delete-file-at-head):
13310 * log-edit.el (log-edit-done):
13311 * ses.el (ses-yank-resize):
13312 * play/gomoku.el (gomoku-human-plays, gomoku)
13313 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13314 (gomoku-offer-a-draw):
13315 * play/landmark.el (lm-human-resigns, lm):
13316 * net/eudcb-ldap.el (eudc-ldap-check-base):
13317 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13318 * progmodes/ebrowse.el (ebrowse-find-pattern):
13319 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13320 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13321 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13322
13323 * vc.el (vc-delete-file):
13324 * play/gomoku.el (gomoku-terminate-game, gomoku)
13325 (gomoku-prompt-for-move, gomoku-human-takes-back):
13326 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13327 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13328
13329 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13330
13331 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13332 color rxvt terminals by using the code xterm.el used to use before
13333 2005-04-09 in order to match the colors used by rxvt.
13334
13335 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13336
13337 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13338 colors rxvt-unicode terminals by using the same code as xterm.el.
13339
13340 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13343 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13344 new symbol used for the tex-verbatim face.
13345
13346 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13347
13348 * woman.el (woman-file-name):
13349 * wid-edit.el (widget-file-prompt-value)
13350 (widget-coding-system-prompt-value):
13351 * w32-fns.el (set-w32-system-coding-system):
13352 * vc.el (vc-version-diff, vc-annotate):
13353 * textmodes/reftex-auc.el (reftex-arg-cite)
13354 (reftex-arg-index-tag):
13355 * textmodes/refer.el (refer-get-bib-files):
13356 * textmodes/artist.el (artist-figlet-choose-font):
13357 * terminal.el (terminal-emulator):
13358 * replace.el (occur-read-primary-args):
13359 * rect.el (string-rectangle, string-insert-rectangle):
13360 * ps-print.el (ps-print-preprint):
13361 * progmodes/pascal.el (pascal-goto-defun):
13362 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13363 * progmodes/compile.el (compilation-find-file):
13364 * printing.el (pr-interactive-n-up):
13365 * play/animate.el (animate-birthday-present):
13366 * net/rcompile.el (remote-compile):
13367 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13368 * mail/rmailsum.el (rmail-summary-search-backward)
13369 (rmail-summary-search):
13370 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13371 (rmail-output-read-file-name):
13372 * mail/rmail.el (rmail-search, rmail-search-backwards):
13373 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13374 * locate.el (locate):
13375 * international/quail.el (quail-show-keyboard-layout):
13376 * international/mule.el (set-buffer-file-coding-system)
13377 (revert-buffer-with-coding-system, set-file-name-coding-system)
13378 (set-terminal-coding-system, set-keyboard-coding-system)
13379 (set-next-selection-coding-system):
13380 * international/mule-diag.el (describe-coding-system)
13381 (describe-font, describe-fontset):
13382 * international/mule-cmds.el (universal-coding-system-argument)
13383 (search-unencodable-char, describe-input-method)
13384 (set-language-environment, describe-language-environment):
13385 * international/codepage.el (codepage-setup):
13386 * international/code-pages.el (codepage-setup):
13387 * info.el (Info-search, Info-follow-reference)
13388 (Info-search-backward):
13389 * emacs-lisp/advice.el (ad-read-advised-function)
13390 (ad-read-advice-class, ad-clear-cache, ad-activate)
13391 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13392 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13393 (ad-read-regexp):
13394 * ediff-util.el (ediff-toggle-regexp-match):
13395 * ediff-ptch.el (ediff-prompt-for-patch-file):
13396 * dired-aux.el (dired-diff):
13397 * diff.el (diff):
13398 * cus-edit.el (custom-variable-prompt):
13399 * calendar/timeclock.el (timeclock-ask-for-project):
13400 * calc/calcalg3.el (calc-get-fit-variables):
13401 * calc/calc-store.el (calc-edit-variable)
13402 (calc-permanent-variable):
13403 * vc-mcvs.el (vc-mcvs-register):
13404 * shadowfile.el (shadow-define-literal-group):
13405 * woman.el (woman-file-name):
13406 * vc.el (vc-version-diff, vc-merge):
13407 * textmodes/reftex-index.el (reftex-index-complete-tag):
13408 * format.el (format-decode-buffer, format-decode-region):
13409 * emulation/viper-cmd.el (viper-read-string-with-history):
13410 * emacs-lisp/debug.el (cancel-debug-on-entry):
13411 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13412 * ediff.el (ediff-merge-revisions)
13413 (ediff-merge-revisions-with-ancestor, ediff-revision):
13414 * completion.el (interactive-completion-string-reader):
13415 * calc/calc-prog.el (calc-user-define-formula):
13416 Follow convention for reading with the minibuffer.
13417
13418 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13419
13420 * progmodes/python.el (python-describe-symbol): Add globals() and
13421 locals() to the arguments of emacs.ehelp.
13422
13423 2005-09-24 Magnus Henoch <mange@freemail.hu>
13424
13425 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13426 New function, code extracted from ispell-valid-dictionary-list.
13427 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13428 Call it.
13429
13430 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13431
13432 * subr.el (version-regexp-alist): Extend valid syntax for version
13433 strings: allow any of the characters -,_,+ to separate the
13434 alpha/beta/rc part from the version part. Doc fix.
13435 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13436
13437 2005-09-23 David Reitter <david.reitter@gmail.com>
13438
13439 * mail/mailclient.el: New file.
13440
13441 2005-09-23 Richard M. Stallman <rms@gnu.org>
13442
13443 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13444 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13445 Doc fixes.
13446
13447 * progmodes/cc-mode.el (c-font-lock-init):
13448 Specify font-lock-lines-before.
13449
13450 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13451
13452 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13453 whole conflict.
13454
13455 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13456
13457 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13458 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13459 of `remap' feature when available. Additional key bindings for
13460 better tty support.
13461 (org-mode-restart, org-force-self-insert): New commands.
13462 (org-time-stamp-inactive): New command.
13463 (org-remap): New function.
13464 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13465 (org-enable-fixed-width-editor): Move to `org-structure'
13466 customization group.
13467 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13468 blank field after field motion commands.
13469
13470 2005-09-23 Kenichi Handa <handa@m17n.org>
13471
13472 * international/mule-cmds.el (set-language-environment):
13473 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13474 have to call utf-translate-cjk-load-tables.
13475
13476 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * mouse.el (mouse-move-drag-overlay): Fix last change.
13479
13480 2005-09-22 David Ponce <david@dponce.com>
13481
13482 * tree-widget.el (tree-widget-value-create): Fix previous change.
13483
13484 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13485
13486 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13487
13488 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13489
13490 * mouse.el (mouse-move-drag-overlay): New function.
13491 (mouse-drag-region-1): Use it.
13492 Try to simplify a bit the state handling. Handle clicks on links
13493 inside intangible areas.
13494 (mouse-save-then-kill): Minor simplification.
13495 (mouse-secondary-overlay): Make it always non-nil instead of
13496 recreating it each time.
13497 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13498 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13499 Simplify accordingly.
13500
13501 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13502
13503 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13504
13505 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13506
13507 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13508 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13509 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13510 to patch.
13511
13512 * ediff-util.el: Use insert-buffer-substring.
13513
13514 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13515
13516 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13517 field boundaries in the minibuffer.
13518 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13519 (viper-minibuffer-post-command-hook): New hook.
13520 (viper-line): Don't move cursor at bolp.
13521
13522 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13523
13524 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13525 avoid compiler warnings.
13526
13527 * emulation/viper-macs.el (ex-map): Better messages.
13528
13529 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13530
13531 * emulation/viper.el: Replace make-variable-buffer-local with
13532 viper-make-variable-buffer-local everywhere, to avoid warnings.
13533
13534 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13535
13536 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13537 Delete unused var `old-selected-window'.
13538 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13539 (mouse-drag-secondary): Delete unused var `start-frame'.
13540
13541 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13542
13543 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13544
13545 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13548 Re-indent within 80 columns. Use inhibit-read-only.
13549
13550 2005-09-19 Romain Francoise <romain@orebokech.com>
13551
13552 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13553
13554 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13557 unconditionally, since the after-change-function already did it.
13558
13559 2005-09-19 Miles Bader <miles@gnu.org>
13560
13561 * net/newsticker.el: Get rid of CVS keyword.
13562
13563 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13564
13565 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13566 The prompt is formatted later.
13567
13568 2005-09-19 David Ponce <david@dponce.com>
13569
13570 * tree-widget.el (tree-widget-value-create): Save the converted
13571 tree :node widget.
13572
13573 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13574
13575 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13576 variable `message'.
13577
13578 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13579
13580 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13581 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13582 <slawomir.nowaczyk.847@student.lu.se>.
13583
13584 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13585
13586 * image.el (image-load-path): Use symbol `data-directory' instead
13587 of its value, for backward compatibility with packages that bind
13588 it during `find-image'. Suggested by Katsumi Yamaoka.
13589 (image-search-load-path): Handle symbols whose values are strings.
13590
13591 2005-09-18 Romain Francoise <romain@orebokech.com>
13592
13593 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13594 with-current-buffer form in save-excursion.
13595
13596 2005-09-18 Deepak Goel <deego@gnufans.org>
13597
13598 * apropos.el (apropos-command): Fix `message' call: first arg
13599 should be a format spec. In this and all other cases that appear
13600 below and elsewhere in the source code, I made a change only when
13601 two conditions were satisfied: [1] I can think of a possibility
13602 that the arguments would cause an error, for example, the code in
13603 question relies on external variables such as filenames. [2] I
13604 was sure that the arg to `message' could not have been nil in the code.
13605
13606 * textmodes/tildify.el (tildify-region): Ditto.
13607
13608 * textmodes/reftex-index.el (reftex-index-change-entry)
13609 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13610 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13611 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13612 (org-priority, org-table-sum):
13613 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13614 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13615 (flyspell-word, flyspell-display-next-corrections):
13616 * textmodes/bibtex.el (bibtex-print-help-message):
13617 * textmodes/artist.el (artist-key-set-point-poly):
13618 * term/mac-win.el (mac-services-insert-text):
13619 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13620 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13621 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13622 (vhdl-compose-configuration):
13623 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13624 (sh-set-indent, sh-learn-line-indent):
13625 * progmodes/ps-mode.el (ps-mode-target-column):
13626 * progmodes/idlwave.el (idlwave-make-tags)
13627 (idlwave-scan-library-catalogs):
13628 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13629 * progmodes/gud.el (gud-jdb-analyze-source):
13630 * progmodes/flymake.el (flymake-log):
13631 * progmodes/ebnf2ps.el (ebnf-generate-region):
13632 * progmodes/cmacexp.el (c-macro-expansion):
13633 * progmodes/ada-xref.el (ada-treat-cmd-string):
13634 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13635 (ada-justified-indent-current, ada-batch-reformat):
13636 * play/zone.el (zone):
13637 * play/landmark.el (lm-move):
13638 * play/decipher.el (decipher-show-alphabet):
13639 * net/newsticker.el (newsticker--display-jump)
13640 (newsticker--display-scroll):
13641 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13642 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13643 * mail/feedmail.el (feedmail-dump-message-to-queue):
13644 * eshell/esh-proc.el (eshell-remove-process-entry):
13645 * emulation/ws-mode.el (ws-last-error):
13646 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13647 (viper-record-kbd-macro):
13648 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13649 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13650 * emacs-lisp/find-func.el (find-function-noselect):
13651 * calendar/timeclock.el (timeclock-status-string)
13652 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13653 (timeclock-when-to-leave-string):
13654 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13655 * calc/calc-units.el (calc-enter-units-table):
13656 * calc/calc-mode.el (calc-mode-record-mode):
13657 * woman.el (woman-mini-help):
13658 * wdired.el (wdired-change-to-wdired-mode):
13659 * vc.el (vc-retrieve-snapshot):
13660 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13661 * startup.el (display-startup-echo-area-message):
13662 * simple.el (set-goal-column):
13663 * ses.el (ses-command-hook, ses-recalculate-cell):
13664 * server.el (server-process-filter):
13665 * printing.el (pr-interface-txt-print, pr-interface-printify)
13666 (pr-interface-ps):
13667 * pcvs.el (cvs-help):
13668 * log-edit.el (log-edit, log-edit-mode-help):
13669 * iswitchb.el (iswitchb-possible-new-buffer):
13670 * isearch.el (isearch-edit-string):
13671 * image-mode.el (image-mode, image-minor-mode):
13672 * ibuf-macs.el (define-ibuffer-filter):
13673 * hi-lock.el (hi-lock-find-patterns):
13674 * files.el (toggle-read-only):
13675 * ediff-util.el (ediff-copy-diff)
13676 (ediff-write-merge-buffer-and-maybe-kill):
13677 * echistory.el (Electric-history-undefined):
13678 * dnd.el (dnd-insert-text):
13679 * dired-aux.el (dired-query):
13680 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13681 * bookmark.el (bookmark-bmenu-locate):
13682 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13683 Fix `message' calls to ensure first arg is a format string.
13684 The change was made only when these two conditions were satisfied:
13685 [1] when there is a possibility that the arguments would cause an error
13686 for example, if the code in question relies on external variables
13687 such as filenames, and
13688 [2] if the arg to `message' could not have been nil in the code.
13689
13690 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13691 Not having a %s would be weird, though not technically wrong.
13692
13693 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13694
13695 * term/mac-win.el (mac-add-charset-info): Doc fix.
13696
13697 2005-09-17 Romain Francoise <romain@orebokech.com>
13698
13699 * shell.el (shell-resync-dirs): Handle echoing processes more
13700 reliably. Don't insert resync command if `comint-process-echoes'
13701 is non-nil.
13702
13703 2005-09-17 Magnus Henoch <mange@freemail.hu>
13704
13705 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13706 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13707 aspell versions >= 0.60.
13708 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13709 only if ispell-aspell-supports-utf8 is non-nil.
13710
13711 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13712
13713 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13714 buffer-local value to lisp-indent-function.
13715
13716 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13717
13718 * progmodes/glasses.el (glasses-make-readable): If
13719 glasses-separator differs from underscore, put appropriate
13720 overlays over underscore characters.
13721 (glasses-convert-to-unreadable): If glasses-separator differs from
13722 underscore, try to convert glasses-separator characters to
13723 underscores.
13724
13725 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13728 Use with-syntax-table and dolist.
13729
13730 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13731
13732 * textmodes/reftex-auc.el:
13733 * textmodes/reftex-cite.el:
13734 * textmodes/reftex-dcr.el:
13735 * textmodes/reftex-global.el:
13736 * textmodes/reftex-parse.el:
13737 * textmodes/reftex-ref.el:
13738 * textmodes/reftex-sel.el:
13739 * textmodes/reftex-toc.el:
13740 * textmodes/reftex-vars.el:
13741 * textmodes/reftex.el: Small changes to remove compiler warnings.
13742
13743 * textmodes/reftex-index.el: Likewise.
13744 (reftex-query-index-phrase): More efficient use of markers.
13745
13746 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13747
13748 * image.el (image-load-path): New variable.
13749 (image-search-load-path): New function.
13750 (find-image): Search for images in `image-load-path'.
13751
13752 2005-09-15 Richard M. Stallman <rms@gnu.org>
13753
13754 * follow.el: Change Maintainer field.
13755
13756 2005-09-15 David Ponce <david@dponce.com>
13757
13758 * recentf.el (recentf-save-file-modes): New option.
13759 (recentf-save-list): Use it.
13760
13761 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13762
13763 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13764 (mode-line-mule-info, mode-line-modified): Move bindings from
13765 mouse-3 to mouse-1.
13766
13767 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13768
13769 * simple.el (sendmail-user-agent-compose): Revert last change.
13770
13771 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13772
13773 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13774 Use with-current-buffer.
13775 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13776 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13777 (ange-ftp-insert-directory): Remove unused var `short'.
13778 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13779
13780 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13781 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13782
13783 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13784 (check-calendar-holidays, diary-list-entries): Autoload.
13785 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13786 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13787
13788 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13789 which mistakenly removed a call to display-buffer.
13790
13791 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13792
13793 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13794
13795 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13796
13797 * progmodes/hideshow.el
13798 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13799 (hs-allow-nesting): New user var.
13800 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13801 (hs-hide-block-at-point): When nesting allowed,
13802 if there is already an overlay in place, delete it.
13803 (hs-safety-is-job-n): Delete func; remove call sites.
13804 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13805 (hs-overlay-at): New func.
13806 (hs-already-hidden-p, hs-show-block): Use it.
13807 (hs-hide-all): Don't pre-clean if nesting allowed.
13808 (hs-show-all): Temporarily disallow
13809 nesting around call to `hs-discard-overlays'.
13810
13811 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13812
13813 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13814 Delete unused local var.
13815
13816 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13817
13818 * help-fns.el (describe-categories): "?\ " -> "?\s".
13819 (help-do-arg-highlight): Recognize also ARG-n, as in
13820 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13821
13822 * international/codepage.el (dos-unsupported-char-glyph):
13823 * net/newsticker.el (tool-bar-map, w3-mode-map)
13824 (w3m-minor-mode-map):
13825 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13826 (ent-alist):
13827 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13828
13829 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13830
13831 * custom.el (custom-push-theme): Handle the case where a symbol is
13832 bound but face properties have not yet been assigned.
13833
13834 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13835 Fix behavior if noerase is `t' and there is no mail buffer.
13836
13837 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13838 if `continue' is nil, rather than signal an error.
13839
13840 2005-09-12 Richard M. Stallman <rms@gnu.org>
13841
13842 * font-lock.el (font-lock-keywords): Add autoload.
13843
13844 * help-fns.el (describe-variable): Rearrange to put source link
13845 in a predictable place.
13846
13847 * net/newsticker.el: New file.
13848
13849 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13852 (calendar-basic-setup): Use the new nil arg.
13853 (number-of-diary-entries): Move to diary-lib.el.
13854
13855 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13856 (diary-list-entries): Use with-syntax-table and dolist.
13857 Rename from list-diary-entries.
13858 Use number-of-diary-entries if `number' is nil.
13859 (diary, diary-view-entries): Use this new name and new nil arg value.
13860 (number-of-diary-entries): Move from calendar.el.
13861 (diary-unhide-everything): New function.
13862 (include-other-diary-files, fancy-diary-display)
13863 (diary-show-all-entries, make-diary-entry): Use it.
13864 (diary-mail-entries): Use buffer-string.
13865 (mark-diary-entries): Fix long standing paren typo.
13866 (diary-sexp-entry): Use count-lines.
13867 (make-diary-entry): Avoid `previous-line'.
13868 (diary-mode-map): New var.
13869 (diary-mode): Redraw cal after saving. Setup header-line.
13870 (fancy-diary-display-mode): Use local-set-key.
13871
13872 * startup.el (command-line): Try calling various terminal-init-foo-bar
13873 functions by stripping hyphenated suffixes from $TERM.
13874
13875 * files.el (normal-mode): Check boundness of font-lock-keywords.
13876
13877 2005-09-12 Richard M. Stallman <rms@gnu.org>
13878
13879 * progmodes/compile.el: Don't decide a file's directory
13880 until the user actually tries to go there.
13881 (compilation-next-error-function):
13882 Pass compilation-find-file the directory from the file-struct.
13883 (compilation-internal-error-properties): Separate local FILE-STRUCT
13884 from FILE. Doc the args better. Rename arg FMT to FMTS.
13885 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13886 Expand it, and if nil, use default-directory.
13887 (compilation-get-file-structure): Don't mix specified directory
13888 with default directory. Put specified directory into
13889 file-struct. Don't make the file name absolute.
13890
13891 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13892 (compile-command): Add autoload.
13893 (compilation-disable-input): Add autoload.
13894
13895 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13896
13897 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13898 strings of the variables it can override.
13899 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13900 %Q and %q, for fully-qualified domain name and unqualified host name.
13901
13902 2005-09-11 Kim F. Storm <storm@cua.dk>
13903
13904 * emacs-lisp/authors.el (authors-aliases): Update list.
13905 (authors-fixed-entries): Update mldrag.el entry.
13906
13907 2005-09-10 Alan Mackenzie <acm@muc.de>
13908
13909 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13910 from the region narrowed to.
13911
13912 2005-09-10 Magnus Henoch <mange@freemail.hu>
13913
13914 * textmodes/ispell.el (ispell-check-version): Signal an error if
13915 aspell version is less than 0.60.
13916
13917 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13918
13919 * progmodes/octave-inf.el (inferior-octave-startup):
13920 Resync current dir at the end.
13921
13922 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13923
13924 * woman.el (woman-topic-at-point-default):
13925 Rename to woman-use-topic-at-point-default.
13926 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13927 (woman-file-name): Reflect renames above. Automatically use the
13928 word at point as topic if woman-use-topic-at-point is non-nil.
13929 Otherwise offer it as default but don't insert it in the
13930 minibuffer. Also use `test-completion' instead of `assoc' as
13931 suggested by Stefan Monnier.
13932
13933 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13934
13935 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13936 the attempt to do it over Tramp. This is not yet supported.
13937
13938 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13939
13940 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13941 (menu-bar-non-minibuffer-window-p): New functions.
13942 ("Split Window", "Save As..."): Use them.
13943 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13944 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13945 Use menu-bar-menu-frame-live-and-visible-p.
13946 ("Save Buffer", "Insert File", "Open Directory...")
13947 ("Open File...", "Visit New File..."):
13948 Use menu-bar-non-minibuffer-window-p.
13949 (kill-this-buffer-enabled-p, dired <menu-enable>):
13950 Use menu-bar-non-minibuffer-window-p.
13951
13952 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13953
13954 * cus-start.el (all): Don't complain about fringe-related
13955 built-ins if fringes are not supported. Ditto about
13956 selection-related built-ins. Fix the test for GTK-related built-ins.
13957
13958 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13959 ("Postscript Print Buffer", "Print Region", "Save As...")
13960 ("Save", "Insert File...", "Open Directory...")
13961 ("Open File...", "Visit New File..."")
13962 ("Truncate Long Lines in this Buffer"): Don't look at
13963 menu-updating-frame if this display does not support multiple frames.
13964
13965 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13966
13967 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13968
13969 2005-09-09 Emilio Lopes <eclig@gmx.net>
13970
13971 * woman.el: Format- and whitespace-related changes.
13972
13973 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13974
13975 * woman.el: Fix my email address.
13976
13977 2005-09-08 Richard M. Stallman <rms@gnu.org>
13978
13979 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13980 (sh-mode): Locally set skeleton-pair-default-alist.
13981
13982 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13983
13984 * progmodes/flymake.el: Require `compile' unconditionally.
13985
13986 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13987
13988 * woman.el (woman-file-name): Provide a default, not initial input.
13989
13990 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13991
13992 * font-lock.el (font-lock-support-mode): Doc fix.
13993
13994 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13995
13996 2005-09-08 Richard M. Stallman <rms@gnu.org>
13997
13998 * simple.el (blink-matching-open): Get rid of text props from
13999 the string shown in echo area. Don't permanently set point.
14000 Some rearrangements.
14001
14002 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14003
14004 * recentf.el (recentf-filename-handler): Add custom choice
14005 `abbreviate-file-name'.
14006
14007 * msb.el (msb--very-many-menus): Fix typo.
14008
14009 * disp-table.el (standard-display-european): Don't set
14010 enable-multibyte-characters to nil.
14011
14012 2005-09-08 David Ponce <david@dponce.com>
14013
14014 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14015 (recentf-expand-file-name): Doc fix.
14016 (recentf-dialog-mode-map): Define digit shortcuts.
14017 (recentf--files-with-key): New variable.
14018 (recentf-show-digit-shortcut-filter): New function.
14019 (recentf-open-files-items): New function.
14020 (recentf-open-files): Use it.
14021 (recentf-open-file-with-key): New command.
14022
14023 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14024
14025 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14026 Suggested by Kim F. Storm.
14027 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14028 (Buffer-menu-make-sort-button): Use global keymap.
14029
14030 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14031
14032 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14033 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14034 necessary any longer with the remapped command.
14035 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14036 formatting time only.
14037
14038 * net/tramp.el (tramp-action-password)
14039 (tramp-multi-action-password): Compile the password prompt from
14040 `method', `user' and `host'. Sometimes it isn't obvious which
14041 password to enter, for example with remote files offered by
14042 recentf.el, or with multiple steps. Suggested by Robert Marshall
14043 <robert@chezmarshall.freeserve.co.uk>.
14044
14045 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14048 Fix regexp for when "s///" is at the beginning of line.
14049
14050 2005-09-07 Jay Belanger <belanger@truman.edu>
14051
14052 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14053 when in matrix mode.
14054
14055 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14056
14057 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14058 non-anonymous functions.
14059
14060 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14061
14062 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14063 when using a header line. Otherwise, use mouse-1-click-follows-link.
14064
14065 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14066 can't be moved; don't signal an error.
14067
14068 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14069
14070 * cus-theme.el (custom-theme-write-faces): Save the current face
14071 spec, not the defface spec.
14072
14073 * custom.el (custom-known-themes): Clarify meaning of "standard".
14074 (custom-push-theme): Save old values in the standard theme.
14075 (disable-theme): Correct typo.
14076 (custom-face-theme-value) Deleted unused function.
14077 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14078
14079 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * progmodes/compile.el (compilation-goto-locus): Take into account
14082 iconified frames when determining whether the buffer is
14083 already visible.
14084 Don't reset window height if the window already existed.
14085
14086 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14087
14088 * custom.el (load-theme): Rename from require-theme.
14089 Add interactive spec.
14090 (enable-theme): Rename from custom-enable-theme.
14091 Add interactive spec.
14092 (disable-theme): Rename from custom-disable-theme.
14093 Add interactive spec.
14094 (custom-make-theme-feature): Doc fix.
14095 (custom-theme-directory): Doc fix.
14096 (provide-theme): Call enable-theme.
14097
14098 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14099
14100 * obsolete/lazy-lock.el (lazy-lock-mode):
14101 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14102 font-lock-mode if it's off. Print a warning instead.
14103
14104 * progmodes/compile.el (compilation-start): Ignore errors if the
14105 process died before we get to send-eof.
14106
14107 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14108 Undo last change. Enclosing the result in quotes broke things on Unix
14109 since tex-send-command passes it through shell-quote-argument.
14110 (tex-send-command): Pass `file' through convert-standard-filename
14111 when possible.
14112 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14113 info in a transcript.
14114
14115 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14116
14117 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14118 fix compilation warning. Reorder the key definitions to group
14119 together keys emitted by the current version of xterm.
14120
14121 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14122 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14123 Reorder predicates to correct min-color usage.
14124
14125 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14128 Kill local variables when longlines-mode is turned off.
14129
14130 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14133
14134 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14135
14136 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14137
14138 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14139 (font-lock-lines-before): Change default to being inactive.
14140 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14141 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14142
14143 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14144
14145 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14146 Deactivate temporarily advice if active (not needed for Emacs 22,
14147 but for backwards compatibility).
14148 (tramp-exists-file-name-handler): Rewrite. First implementation
14149 was too simple.
14150 (tramp-advice-make-auto-save-file-name):
14151 Call `tramp-handle-make-auto-save-file-name' (again, just for
14152 backwards compatibility).
14153
14154 2005-08-31 Reto Zimmermann <reto@gnu.org>
14155
14156 * progmodes/vhdl-mode.el
14157 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14158 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14159 (vhdl-set-default-project): New function (easier setting of default).
14160 (vhdl-port-copy): Handle extended identifiers for generics.
14161 (vhdl-compiler-alist): Better description for error message regexp.
14162 (vhdl-make): Query for target, use previous as default.
14163 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14164 (vhdl-font-lock-keywords-2): Fix fontification for record
14165 el. assign.
14166 (vhdl-speedbar-make-subpack-line): Add package body link.
14167 (vhdl-generate-makefile-1): Not include itself as dependency.
14168 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14169 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14170 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14171 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14172 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14173 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14174 (vhdl-import-project): Add string argument for `error'.
14175 (vhdl-compose-configuration)
14176 (vhdl-compose-configuration-architecture): Add configuration
14177 declaration generation.
14178 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14179 (vhdl-trailer-re): Add "record" keyword (better indentation).
14180 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14181 "[^ \t-\"]+".
14182 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14183 (vhdl-testbench-entity-file-name)
14184 (vhdl-testbench-architecture-file-name): Allow separate
14185 customization of testbench file names.
14186 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14187 (vhdl-get-visible-signals): Allow newline within alias declaration.
14188 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14189 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14190 (member-ignore-case): Alias for missing function in XEmacs.
14191 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14192 (vhdl-update-sensitivity-list): Ignore case on read signals.
14193 (vhdl-replace-string): Adjust case only for file names.
14194 (vhdl-update-sensitivity-list): Fix search for read signals.
14195 (vhdl-update-sensitivity-list): Exclude formal parameters.
14196 (vhdl-get-visible-signals): Include aliases of signals.
14197 (vhdl-get-visible-signals): Fix signal name searching.
14198 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14199 (vhdl-fixup-whitespace-region): Fix for character
14200 literals (e.g. `:').
14201
14202 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14203
14204 * ansi-color.el (comint-last-output-start):
14205 * bs.el (font-lock-verbose):
14206 * diff-mode.el (add-log-buffer-file-name-function):
14207 * dired-x.el (vm-folder-directory):
14208 * faces.el (help-xref-stack-item):
14209 * files.el (font-lock-keywords):
14210 * find-lisp.el (dired-buffers, dired-subdir-alist):
14211 * ido.el (cua-inhibit-cua-keys):
14212 * log-view.el (cvs-minor-wrap-function):
14213 * outline.el (font-lock-warning-face):
14214 * simple.el (compilation-current-error):
14215 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14216 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14217 * tooltip.el (comint-prompt-regexp):
14218 * w32-fns.el (explicit-shell-file-name):
14219 * term/mac-win.el (mac-charset-info-alist)
14220 (mac-services-selection, mac-system-script-code):
14221 * term/tty-colors.el (msdos-color-values):
14222 * term/w32-win.el (xlfd-regexp-registry-subnum):
14223 * term/x-win.el (x-keysym-table, x-selection-timeout)
14224 (x-session-id, x-session-previous-id):
14225 * textmodes/ispell.el (mail-yank-prefix):
14226 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14227 * textmodes/org.el (calc-embedded-close-formula)
14228 (calc-embedded-open-formula)
14229 (font-lock-unfontify-region-function):
14230 * textmodes/reftex-global.el (isearch-next-buffer-function)
14231 (TeX-master):
14232 * textmodes/reftex.el (font-lock-keywords):
14233 * textmodes/tex-mode.el (font-lock-comment-face)
14234 (font-lock-doc-face):
14235 * textmodes/texinfo.el (outline-heading-alist):
14236 Add defvars.
14237
14238 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14239 (artist-spray-chars, artist-mode-init, artist-replace-string)
14240 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14241 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14242 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14243
14244 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14245 (conf-align-assignments): "?\ " -> "?\s".
14246
14247 * textmodes/reftex-index.el (TeX-master): Add defvar.
14248 (reftex-index-phrases-marker): Move up defvar.
14249
14250 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14251 (reftex-toc-include-labels-indicator)
14252 (reftex-toc-include-index-indicator)
14253 (reftex-toc-max-level-indicator): Move up declarations.
14254
14255 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14256 of args to `tramp-run-real-handler', even if it's empty in this case.
14257
14258 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14259
14260 * dired.el (dired-move-to-filename-regexp): Add date format for
14261 Mac OS X 10.3 in East Asian locales.
14262
14263 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14264
14265 * files.el (make-auto-save-file-name): Add file name handler call
14266 if applicable.
14267
14268 * net/tramp.el (tramp-file-name-handler-alist)
14269 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14270 (tramp-handle-make-auto-save-file-name): Rename from
14271 `tramp-make-auto-save-file-name'.
14272 (tramp-exists-file-name-handler): New defun.
14273 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14274 `make-auto-save-file-name' is not a magic file name operation.
14275
14276 2005-08-30 Richard M. Stallman <rms@gnu.org>
14277
14278 * files.el (risky-local-variable-p):
14279 Match `-predicates' and `-commands.
14280
14281 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14282 (custom-save-all): Visit the file if necessary;
14283 kill the buffer if we created it.
14284 (custom-save-delete): Don't visit file or kill buffer here.
14285
14286 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14287
14288 * textmodes/org.el (org-special-keyword): New face.
14289 (org-table-copy-down, org-table-eval-formula)
14290 (org-table-recalculate, org-init-section-numbers):
14291 Use `string-to-number' instead of `string-to-int'.
14292 (org-get-location): Use `insert-buffer-substring' instead of
14293 `insert-buffer'.
14294 (org-modify-diary-entry-string): New function.
14295 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14296 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14297 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14298 active region.
14299 (org-export-as-html): Handle QUOTE keyword.
14300 (org-quote-string): New option.
14301 (org-bookmark-jump-unhide): New function, used for
14302 `bookmark-after-jump-hook'.
14303 (org-diary-default-entry): Apply only when not called through
14304 `org-agenda'.
14305
14306 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14307
14308 * net/eudc.el (mode-popup-menu):
14309 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14310 * progmodes/ada-mode.el (compile-auto-highlight)
14311 (skeleton-further-elements):
14312 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14313 * progmodes/cmacexp.el (msdos-shells):
14314 * progmodes/compile.el (font-lock-extra-managed-props)
14315 (font-lock-keywords, font-lock-maximum-size)
14316 (font-lock-support-mode):
14317 * progmodes/grep.el (font-lock-lines-before):
14318 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14319 * progmodes/mixal-mode.el (compile-command):
14320 * progmodes/perl-mode.el (font-lock-comment-face)
14321 (font-lock-doc-face, font-lock-string-face):
14322 * progmodes/prolog.el (comint-prompt-regexp):
14323 * progmodes/sh-script.el (font-lock-comment-face)
14324 (font-lock-set-defaults, font-lock-string-face):
14325 * progmodes/sql.el (font-lock-keyword-face)
14326 (font-lock-set-defaults, font-lock-string-face):
14327 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14328 (itimer-version, lazy-lock-defer-contextually)
14329 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14330 Add defvars.
14331
14332 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14333 (cperl-electric-keyword, cperl-electric-pod)
14334 (cperl-electric-backspace, cperl-forward-re)
14335 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14336 (vc-rcs-header, vc-sccs-header): Add defvars.
14337
14338 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14339 (font-lock-syntactic-keywords, gud-find-expr-function):
14340 Add defvars.
14341
14342 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14343 (gdb-frame-parameters): Declare before use.
14344
14345 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14346 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14347 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14348 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14349
14350 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14351 (idlwave-help-with-source): Use `insert-buffer-substring', not
14352 `insert-buffer'.
14353
14354 2005-08-29 Juri Linkov <juri@jurta.org>
14355
14356 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14357 Put outline-back-to-heading function call inside save-excursion.
14358
14359 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14360
14361 * man.el (Man-init-defvars, Man-translate-references)
14362 (Man-support-local-filenames, Man-highlight-references):
14363 * progmodes/sql.el (sql-interactive-mode):
14364 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14365
14366 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14367 (compilation-mode-font-lock-keywords): Add defvars.
14368 (checkdoc-interactive-loop): "?\ " -> "?\s".
14369
14370 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14371 (font-lock-doc-face, font-lock-string-face)
14372 (font-lock-keywords-case-fold-search): Add defvars.
14373 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14374
14375 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14376 Don't pass X and Y (they are ignored anyway).
14377 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14378 (mouse-delete-window): Make arguments optional.
14379
14380 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14381 (caesar-translate-table, minor-modes, news-buffer-save)
14382 (news-group-name, news-minor-modes): Add defvars.
14383
14384 * emacs-lisp/lselect.el (mouse-highlight-priority)
14385 (x-lost-selection-functions, zmacs-regions):
14386 * emacs-lisp/pp.el (font-lock-verbose):
14387 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14388 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14389 (ses-mode-map):
14390 * emacs-lisp/tcover-unsafep.el (safe-functions):
14391 * international/mule-cmds.el (mac-system-coding-system)
14392 (mac-system-locale):
14393 * language/ethio-util.el (rmail-current-message)
14394 (rmail-message-vector):
14395 * language/thai-util.el (thai-auto-composition-mode):
14396 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14397 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14398 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14399 (vm-primary-inbox, vm-spool-files):
14400 * mail/rmail.el (deleted-head, font-lock-fontified)
14401 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14402 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14403 (total-messages):
14404 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14405 (rmail-summary-mode-map):
14406 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14407 (rmail-last-label, rmail-last-multi-labels)
14408 (rmail-summary-vector, rmail-total-messages):
14409 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14410 * mail/rmailsum.el (msgnum):
14411 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14412 (rmail-current-message):
14413 * obsolete/fast-lock.el (font-lock-face-list):
14414 * obsolete/rnewspost.el (mail-reply-buffer):
14415 * obsolete/scribe.el (compile-command):
14416 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14417
14418 2005-08-28 John Paul Wallington <jpw@gnu.org>
14419
14420 * ibuf-ext.el (ibuffer-auto-update-changed):
14421 Use `frame-or-buffer-changed-p' to check whether we need to update.
14422 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14423 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14424 as a `frame-or-buffer-changed-p' state vector instead.
14425
14426 2005-08-27 Romain Francoise <romain@orebokech.com>
14427
14428 * textmodes/makeinfo.el (makeinfo-compile):
14429 Use `compilation-start'. Set `next-error-function' according to
14430 `disable-errors'.
14431 (makeinfo-next-error): New function.
14432 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14433 (makeinfo-buffer): Likewise.
14434
14435 * progmodes/compile.el (compilation-start): Add autoload cookie.
14436
14437 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14438 * textmodes/sgml-mode.el: Likewise.
14439 * progmodes/python.el: Likewise.
14440
14441 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14442
14443 * simple.el (blink-matching-paren-distance): Document the meaning
14444 of nil value, and allow to customize to nil.
14445
14446 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14447 command.com, not command.exe.
14448
14449 2005-08-26 John Wiegley <johnw@newartisans.com>
14450
14451 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14452 code around a bit so that an extraneous nil argument is not added
14453 to a command when no args are given.
14454
14455 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14456 double-quoted argument resolves to nil, return it as an empty
14457 string rather than as nil. This made it impossible to pass "" to
14458 a shell script as a null string argument.
14459
14460 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * outline.el (outline-invent-heading): New fun.
14463 (outline-promote, outline-demote): Use it.
14464 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14465 (outline-end-of-subtree): Remove unused var `opoint'.
14466
14467 2005-08-26 David Reitter <david.reitter@gmail.com>
14468
14469 * menu-bar.el (truncate-lines, write-file, print-buffer)
14470 (ps-print-buffer-faces, ps-print-buffer, split-window):
14471 Disable menu items when the frame they refer to is invisible, or when
14472 they refer to a buffer and the minibuffer is selected.
14473
14474 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14475
14476 * progmodes/flymake.el (flymake-highlight-err-lines):
14477 Use save-excursion around flymake-highlight-line to preserve point.
14478
14479 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14480
14481 * progmodes/octave-mod.el: Change Author and Maintainer address.
14482 (octave-maintainer-address): Change Kurt's email address.
14483 * progmodes/octave-inf.el: Change Author and Maintainer address.
14484 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14485
14486 2005-08-26 Kim F. Storm <storm@cua.dk>
14487
14488 * subr.el (version-list-<, version-list-<=, version-list-=):
14489 Rename from integer-list-*.
14490 (version-list-not-zero): Likewise. Fix while loop.
14491 (version=): Use version-list-= instead of string-equal.
14492
14493 2005-08-26 Richard M. Stallman <rms@gnu.org>
14494
14495 * outline.el (outline-promote): Try shortening the heading.
14496 As last resort, read the heading to use.
14497 (outline-demote): As last resort, read the heading to use.
14498
14499 2005-08-26 Romain Francoise <romain@orebokech.com>
14500
14501 * progmodes/compile.el (compilation-start): Doc fix.
14502
14503 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14504 (antlr-font-lock-additional-keywords): Fix reference to
14505 `antlr-font-lock-literal-regexp' erroneously changed during the
14506 mass face rename.
14507 (antlr-run-tool): Use `compilation-start'.
14508
14509 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14510 instead of the obsolete `compile-internal'.
14511
14512 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14513
14514 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14515 (number, original-date):
14516 * calendar/cal-china.el (date):
14517 * calendar/cal-coptic.el (date):
14518 * calendar/cal-french.el (date):
14519 * calendar/cal-hebrew.el (date, entry, number, original-date):
14520 * calendar/cal-islam.el (date, number, original-date):
14521 * calendar/cal-iso.el (date):
14522 * calendar/cal-julian.el (date):
14523 * calendar/cal-mayan.el (date):
14524 * calendar/cal-menu.el (date, event):
14525 * calendar/cal-persia.el (date):
14526 * calendar/lunar.el (date):
14527 * calendar/solar.el (date): Add defvars.
14528
14529 * emerge.el:
14530 * ibuffer.el:
14531 * info-xref.el:
14532 * obsolete/bg-mouse.el:
14533 * obsolete/sun-curs.el:
14534 * obsolete/swedish.el: Move the `defvar's to the top level.
14535
14536 * smerge-mode.el (smerge-refined-change): Add :group.
14537
14538 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14541 (smerge-keep-n): Remove props.
14542 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14543 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14544 now that it's done in smerge-keep-n.
14545 (smerge-refined-change): New face.
14546 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14547 (smerge-refine): New funs.
14548 (smerge-basic-map): Bind smerge-refine.
14549
14550 2005-08-25 Juri Linkov <juri@jurta.org>
14551
14552 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14553 compilation-process-setup-function and compilation-disable-input
14554 in grep-mode instead of let-bindings in grep.
14555
14556 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14557 Delete "Automatic File De/compression" (auto-compression-mode).
14558
14559 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14560
14561 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14562 Silence warning about non-existent variable.
14563
14564 2005-08-25 Richard M. Stallman <rms@gnu.org>
14565
14566 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14567 Rename "Describe Key" to "Describe Key or Mouse Operation".
14568
14569 * mail/mailalias.el (build-mail-aliases): Delete comments
14570 from the contents before processing them.
14571
14572 * isearch.el (isearch-edit-string): Erase the Search prompt
14573 if user enters an empty string and there is no default.
14574
14575 * comint.el (comint-file-name-prefix): Add autoload.
14576
14577 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14578
14579 * subr.el (play-sound): Rearrange to avoid warning.
14580
14581 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14582
14583 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14584 New hook.
14585 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14586
14587 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14588
14589 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14590
14591 * custom.el (custom-theme-set-variables): Sort minor modes last.
14592
14593 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14594
14595 * subr.el (version-separator, version-regexp-alist): New vars used by
14596 version comparison funs.
14597 (integer-list-<, integer-list-=, integer-list-<=)
14598 (integer-list-not-zero): New funs for integer list comparison.
14599 (version-to-list, version=, version<, version<=): New funs for version
14600 comparison.
14601
14602 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14603
14604 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14605 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14606 time to silence the byte-compiler.
14607
14608 * ibuffer.el (ibuffer-compile-make-eliding-form)
14609 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14610 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14611 so it's silly to get warnings for it).
14612 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14613 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14614 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14615 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14616 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14617 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14618 Defvar at compile time.
14619 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14620 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14621 Declare them before use.
14622
14623 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14624 (info-xref-good, info-xref-bad): Defvar at compile time.
14625
14626 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14627 Use `let*' instead of `let'.
14628
14629 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14630 (*mouse-y*, menu, char): Defvar at compile time.
14631 (sc::menu): Declare it before use.
14632 (sc::pack-one-line): Use `let', not `let*'.
14633
14634 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14635 (mail-send-hook): Defvar at compile time.
14636
14637 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14638 Defvar at compile time.
14639
14640 * term/sun-mouse.el (current-global-mousemap)
14641 (current-local-mousemap): Declare them before use.
14642
14643 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14644
14645 * bookmark.el (bookmark-after-jump-hook): New hook.
14646 (bookmark-jump): Run `bookmark-after-jump-hook'.
14647
14648 2005-08-23 Juri Linkov <juri@jurta.org>
14649
14650 * faces.el (minibuffer-prompt): Doc fix.
14651
14652 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14653
14654 * progmodes/xscheme.el: Trivial changes to silence warnings.
14655 (xscheme-previous-mode, xscheme-previous-process-state):
14656 Add defvars.
14657 (xscheme-last-input-end, xscheme-process-command-line)
14658 (xscheme-process-name, xscheme-buffer-name)
14659 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14660 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14661 (xscheme-control-g-synchronization-p)
14662 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14663 (default-xscheme-runlight, xscheme-runlight)
14664 (xscheme-runlight-string, xscheme-process-filter-state)
14665 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14666 Move to beginning of file.
14667 (scheme-interaction-mode-commands-alist)
14668 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14669 Declare them before use. Note: the initialization code for the variables
14670 has not been moved because it uses functions that reference the variables.
14671 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14672 (xscheme-prompt-for-expression-map): Declare them before use.
14673 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14674
14675 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14676
14677 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14678
14679 2005-08-22 Juri Linkov <juri@jurta.org>
14680
14681 * faces.el (set-face-underline): Delete this duplicate function
14682 and make an obsolete alias to set-face-underline-p.
14683 (set-face-underline-p): Use docstring of set-face-underline.
14684 (describe-face): Create hyperlink to parent face.
14685
14686 * info.el (Info-insert-dir): Use save-excursion around
14687 insert-buffer-substring.
14688 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14689 (Info-escape-percent): Delete function.
14690 (Info-fontify-node): Replace Info-escape-percent by
14691 replace-regexp-in-string with REP arg set to lambda that
14692 duplicates `%' and preserves text properties.
14693
14694 * progmodes/compile.el (compilation-disable-input): Doc fix.
14695 (define-compilation-mode): Doc fix and refill.
14696 (kill-compilation): Use `mode-name' in the error message.
14697 (compilation-find-file): Use `compilation-error' in the
14698 read-file-name's prompt.
14699
14700 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14701
14702 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14703 (smerge-auto-leave): Make undo re-enable the mode.
14704 (debug-ignored-errors): Add the user-error of impossible resolution.
14705 (smerge-resolve): Move things around a bit, in preparation for later.
14706 (smerge-diff): Don't fail if the buffer has no associated file.
14707 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14708 (smerge-conflict-overlay): New function.
14709 (smerge-match-conflict): Don't add text properties here.
14710 (smerge-find-conflict): Instead, add an overlay here.
14711 Also check for the case where we're inside a conflict already, so as to
14712 obviate the need for font-lock-multiline, which is unbearably slow with
14713 large conflicts and ciomplex font-lock patterns.
14714 (smerge-remove-props): Remove overlay rather than text-properties.
14715 (smerge-mode): Don't set font-lock-multiline.
14716 Remove overlays when turned off.
14717
14718 2005-08-21 Kim F. Storm <storm@cua.dk>
14719
14720 * ido.el (ido-ignore-item-p): Use save-match-data.
14721 Bind case-fold-search to ido-case-fold locally.
14722
14723 2005-08-20 Richard M. Stallman <rms@gnu.org>
14724
14725 * files.el (normal-mode): If font lock is on, turn it off and on.
14726
14727 * subr.el (replace-regexp-in-string): Doc fix.
14728
14729 * startup.el (command-line-1): Don't suppress startup screen
14730 due to existing processes.
14731
14732 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14733
14734 * progmodes/compile.el (compilation-disable-input): Default to nil.
14735
14736 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14737
14738 * progmodes/compile.el (compilation-disable-input): New defcustom.
14739 (compilation-start): If compilation-disable-input is non-nil, send
14740 EOF to the compilation process.
14741
14742 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14743
14744 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14745 Run the argument of tex-shell-cd-command through
14746 convert-standard-filename, to get the correct style of slashes on
14747 Windows, and enclose the result in quotes, in case the file name
14748 includes whitespace or other special characters.
14749
14750 2005-08-19 Andreas Schwab <schwab@suse.de>
14751
14752 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14753 process.
14754
14755 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14756
14757 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14758
14759 2005-08-18 Kim F. Storm <storm@cua.dk>
14760
14761 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14762
14763 2005-08-18 Richard M. Stallman <rms@gnu.org>
14764
14765 * scroll-lock.el: New file.
14766
14767 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14768
14769 * dired.el (dired-move-to-end-of-filename):
14770 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14771
14772 2005-08-18 Kim F. Storm <storm@cua.dk>
14773
14774 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14775 rather than toggle mode when custom value is nil.
14776 (ido-everywhere): Fix defun doc string.
14777
14778 2005-08-17 Richard M. Stallman <rms@gnu.org>
14779
14780 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14781 as tag instead of "Inviolable".
14782
14783 2005-08-17 Kim F. Storm <storm@cua.dk>
14784
14785 * windmove.el (windmove-coordinates-of-position): Remove.
14786 (windmove-coordinates-of-window-position): Remove.
14787 (windmove-reference-loc): Use posn-at-point instead.
14788
14789 * subr.el (insert-for-yank-1): Doc fix.
14790
14791 * ido.el (ido-enter-matching-directory): Rename from
14792 ido-enter-single-matching-directory. Change `slash' choice to
14793 `only'. Add `first' choice.
14794 (ido-exhibit): Adapt to above changes.
14795
14796 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14797
14798 * Makefile.in: Expand comment about building loaddefs.el.
14799
14800 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14801
14802 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14803 Comment use of defadvice.
14804
14805 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14806
14807 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14808
14809 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14810 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14811 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14812 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14813 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14814 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14815 for backward compatibility for faces that did not appear in the
14816 previous Emacs release.
14817
14818 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14819
14820 2005-08-15 Kim F. Storm <storm@cua.dk>
14821
14822 * emulation/cua-base.el (cua-delete-region): Return t if
14823 deleted region was non-empty.
14824 (cua-replace-region): Inhibit overwrite-mode for
14825 self-insert-command if replaced region was non-empty.
14826 (cua--explicit-region-start, cua--status-string): Make them
14827 buffer-local at top-level...
14828 (cua-mode): ...rather than when mode is enabled.
14829
14830 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14831
14832 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14833 Set t for Emacs 21, 22, and so on.
14834
14835 2005-08-15 David Ponce <david@dponce.com>
14836
14837 * tree-widget.el: Update Commentary header.
14838 (tree-widget-theme): Doc fix.
14839 (tree-widget-space-width): New option.
14840 (tree-widget-image-properties): Look up in the default theme too.
14841 (tree-widget--cursors): Only for images with arrow pointer shape.
14842 (tree-widget-lookup-image): Pointer shape is hand by default.
14843 (tree-widget-icon): Rename generic icon widget from
14844 `tree-widget-control'.
14845 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14846 derive from `tree-widget-icon'.
14847 (tree-widget-handle): Improve default look and feel of the text
14848 representation.
14849 (tree-widget): Rename :*-control properties to :*-icon properties.
14850 Add :action and :help-echo properties.
14851 (tree-widget-after-toggle-functions): Move.
14852 (tree-widget-close-node, tree-widget-open-node): Remove.
14853 (tree-widget-before-create-icon-functions): New hook.
14854 (tree-widget-value-create): Update to allow customization of icons
14855 and nodes at run-time via that new hook.
14856 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14857 (tree-widget-icon-action, tree-widget-icon-help-echo)
14858 (tree-widget-action, tree-widget-help-echo): New functions.
14859
14860 2005-08-15 Kim F. Storm <storm@cua.dk>
14861
14862 * ido.el (ido-buffer-internal): Use with-no-warnings.
14863 (ido-make-merged-file-list): Use while-no-input.
14864
14865 2005-08-15 Richard M. Stallman <rms@gnu.org>
14866
14867 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14868 (flyspell-large-region): Fix doc and custom type.
14869
14870 2005-08-14 Richard M. Stallman <rms@gnu.org>
14871
14872 * files.el (interpreter-mode-alist): Doc fix.
14873
14874 * mail/rmail.el (rmail-nonignored-headers): New variable.
14875 (rmail-clear-headers): Use it.
14876 (rmail-reply): Better handling of mail-followup-to header.
14877
14878 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14879 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14880 don't try to refer to executable-font-lock-keywords.
14881 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14882 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14883 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14884 (sh-mode): Set comment-start-skip, local-abbrev-table,
14885 imenu-case-fold-search.
14886 (sh-set-shell): Don't set them here.
14887 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14888 Don't cache the results in the original alist; don't ever modify
14889 that alist.
14890
14891 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14892
14893 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14894 empty.
14895
14896 2005-08-15 Andreas Schwab <schwab@suse.de>
14897
14898 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14899
14900 * dired.el, info.el, mail/rmail.el: Revert last change.
14901
14902 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14903
14904 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14905 modification in `eval-after-load' form.
14906 * info.el: Likewise.
14907 * mail/rmail.el: Likewise.
14908
14909 2005-08-14 Juri Linkov <juri@jurta.org>
14910
14911 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14912 Remove highlighting of "Compilation started". Highlight only
14913 the word "finished" in "Compilation finished". Add highlighting
14914 of "interrupt", "killed", "terminated" and the exit code.
14915 (compilation-start): Add newline after header. Use exactly the
14916 same time stamp format as the finishing message.
14917 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14918
14919 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14920 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14921 Add highlighting of "interrupt", "killed", "terminated".
14922
14923 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14924 enabled and the current command is self-insert-command, call it
14925 explicitly with overwrite-mode bound to nil, to not allow it
14926 to delete the character after the selected region.
14927
14928 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14929
14930 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14931 move-end-of-line, end-of-line, and beginning-of-line to the list
14932 of commands after which the echo area is updated.
14933
14934 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14935
14936 * cus-edit.el (custom-save-all, custom-save-delete):
14937 Bind recentf-exclude to exclude custom-file.
14938
14939 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14940
14941 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14942 to go to the bottom of the mail message. Added to
14943 `rmail-summary-mode-map' with key "/".
14944 (rmail-summary-show-message): New (internal) function for use by
14945 both `rmail-summary-beginning/end-of-message'.
14946 (rmail-summary-beginning-of-message): Change to use
14947 rmail-summary-show-message.
14948
14949 * mail/rmail.el (rmail-end-of-message): New command to go to the
14950 end of the current message. Added to `rmail-mode-map' with key "/".
14951 (rmail-beginning-of-message): Fix to work as documented.
14952 (rmail-mode): Change documentation.
14953
14954 * progmodes/compile.el (compilation-start): Add the line
14955 "Compilation started" with compilation start time.
14956 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14957
14958 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14959
14960 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14961 of menu items.
14962
14963 2005-08-11 Richard M. Stallman <rms@gnu.org>
14964
14965 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14966
14967 * battery.el (battery-status-function): Don't use ignore-errors.
14968
14969 2005-08-11 Lute Kamstra <lute@gnu.org>
14970
14971 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14972 define-obsolete-variable-alias.
14973
14974 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14975
14976 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14977 (ange-ftp-send-cmd): Revert last change, and expand
14978 the comment explaining the problem.
14979
14980 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14981
14982 * ldefs-boot.el: Update.
14983
14984 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14985 item to "Time, Load and Mail". Change help echo text.
14986
14987 * time.el (display-time-use-mail-icon, display-time-format)
14988 (display-time-string-forms): Shorten first line of docstrings.
14989
14990 2005-08-10 Lars Hansen <larsh@soem.dk>
14991
14992 * desktop.el (desktop-buffer-mode-handlers):
14993 Make non-customizable. Add autoload cookie. Change initial value to
14994 nil; add elements in respective modules instead. Fix doc string.
14995 (desktop-load-file): New function.
14996 (desktop-minor-mode-handlers): New autoloaded variable.
14997 (desktop-create-buffer): Call minor mode handlers.
14998 Use desktop-load-file to load major and minor mode modules prior to
14999 checking for a handler.
15000 (desktop-save): Don't add nil to desktop-minor-modes for minor
15001 modes with nil function in desktop-minor-mode-table. Don't delete
15002 desktop file before rewriting it.
15003 (desktop-locals-to-save): Add autoload cookie. Don't make
15004 automatically buffer-local. Add variables column-number-mode,
15005 size-indication-mode, indent-tabs-mode,
15006 indicate-buffer-boundaries, indicate-empty-lines and
15007 show-trailing-whitespace.
15008 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15009 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15010 (desktop-clear-preserve-buffers-regexp): Delete.
15011 (desktop-clear-preserve-buffers): Update initial value and docstring.
15012 (desktop-save-buffer): Fix doc string.
15013
15014 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15015 (hilit-chg-desktop-restore): New function.
15016 (highlight-changes-mode): Add highlight-changes-mode to
15017 desktop-locals-to-save.
15018
15019 * dired.el: Add handler to desktop-buffer-mode-handlers.
15020 (dired-restore-desktop-buffer): Remove autoload cookie.
15021 (dired-mode): Add autoload cookie.
15022
15023 * info.el: Add handler to desktop-buffer-mode-handlers.
15024 (Info-restore-desktop-buffer): Remove autoload cookie.
15025 (Info-mode): Add autoload cookie.
15026
15027 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15028 (mh-restore-desktop-buffer): Remove autoload cookie.
15029 (mh-folder-mode): Add autoload cookie.
15030
15031 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15032 (rmail-restore-desktop-buffer): Remove autoload cookie.
15033
15034 2005-08-11 Masatake YAMATO <jet@gyve.org>
15035
15036 * hexl.el (hexl-address-region):
15037 (hexl-ascii-region, hexl-font-lock-keywords):
15038 (hexl-highlight-line-range): Use the term "region"
15039 instead of "area" for consistency with the other symbols
15040 defined in hexl.el.
15041
15042 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15043
15044 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15045 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15046 out by Juri Linkov). Add `display-battery-mode'.
15047
15048 2005-08-09 Juri Linkov <juri@jurta.org>
15049
15050 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15051 Remove `-text' from face variable names.
15052 (compilation-error-file-name, compilation-warning-file-name)
15053 (compilation-info-file-name): Delete faces.
15054 (compilation-line-number, compilation-column-number):
15055 Remove face underlining.
15056 (compilation-message-face): Set to `underline' value by default.
15057 (compilation-error-face, compilation-warning-face)
15058 (compilation-info-face): Remove `-file-name' from face names.
15059 (compilation-error-text-face, compilation-warning-text-face)
15060 (compilation-info-text-face): Delete face variables.
15061 (compilation-text-face): Delete function.
15062
15063 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15064 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15065 (grep-error-face): Set to `compilation-error' instead of
15066 `compilation-error-face' (which is redefined to `grep-hit-face' in
15067 grep buffers).
15068 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15069 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15070
15071 * dired-aux.el (dired-do-query-replace-regexp):
15072 Use `query-replace-read-args'.
15073
15074 * replace.el (query-replace-read-from, query-replace-read-to)
15075 (query-replace-read-args): Rename arg `string' to `prompt'.
15076
15077 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15078
15079 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15080
15081 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15082 uploading files.
15083 (ange-ftp-canonize-filename): Handle file names beginning with ~
15084 correctly.
15085
15086 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15087
15088 * textmodes/fill.el (canonically-space-region)
15089 (fill-context-prefix, fill-french-nobreak-p)
15090 (fill-delete-newlines, fill-comment-paragraph)
15091 (justify-current-line): "?\ " -> "?\s".
15092
15093 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15094
15095 * textmodes/fill.el (fill-nonuniform-paragraphs):
15096 Improve argument/docstring consistency.
15097
15098 2005-08-09 Richard M. Stallman <rms@gnu.org>
15099
15100 * textmodes/ispell.el (ispell-word): More fboundp checks.
15101
15102 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15103 (find-file-noselect-1): Call it here, only if RAWFILE.
15104 (normal-mode): Always set some major mode.
15105 (save-some-buffers-action-alist): Change some explanation strings.
15106 (file-name-non-special): In the `quote' method, use unwind-protect.
15107
15108 2005-08-09 Magnus Henoch <mange@freemail.hu>
15109
15110 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15111 (ispell-have-aspell-dictionaries): New variable.
15112 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15113 (ispell-get-aspell-config-value): New function.
15114 (ispell-aspell-find-dictionary): New function.
15115 (ispell-aspell-add-aliases): New function.
15116 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15117 appropriate. Don't look for ispell dictionaries if we use aspell.
15118 (ispell-menu-map): Don't build a submenu of dictionaries.
15119
15120 2005-08-09 Richard M. Stallman <rms@gnu.org>
15121
15122 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15123 (sql-read-passwd): Use read-passwd.
15124
15125 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15126 (idlwave-toolbar-is-possible): Add defvars.
15127
15128 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15129 Avoid warnings.
15130
15131 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15132 (idlwave-system-class-info, idlwave-executive-commands-alist):
15133 Use defvar.
15134
15135 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15136
15137 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15138 Avoid warnings.
15139
15140 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15141 and content-type: headers.
15142
15143 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15144
15145 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15146 and rename some of them to be more self-explanatory.
15147
15148 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15149
15150 * startup.el (command-line-1): Implement -scriptload.
15151
15152 * replace.el (occur-engine): Initial *Occur* output not undoable.
15153
15154 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15155 and improve help strings.
15156
15157 * isearch.el (isearch-repeat): When changing direction,
15158 mark search successful.
15159
15160 * ediff-init.el: Use (featurep 'xemacs).
15161
15162 * comint.el (send-invisible): Identify buffer, if not selected.
15163
15164 * align.el: Delete autoload for c-guess-basic-syntax.
15165
15166 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15167
15168 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15169 Improve argument/docstring consistency. Doc fixes.
15170 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15171 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15172 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15173 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15174 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15175 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15176 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15177 Defvar at compile time.
15178
15179 2005-08-09 Juri Linkov <juri@jurta.org>
15180
15181 * info.el: Replace `info' with upper-case `Info' where appropriate.
15182 (info-title-1, info-title-2, info-title-3, info-title-4)
15183 (info-menu-header): Move up face definitions.
15184 (info-menu-star): Rename from `info-menu-5'.
15185 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15186 (Info-fontify-visited-nodes): Fix docstring.
15187 (Info-hide-note-references): Fix docstring.
15188 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15189 menu items in the same way as on cross-references.
15190 (info-apropos): Fix sorting order and formatting to be like in the
15191 stand-alone Info browser. Display error messages for 1 sec.
15192 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15193 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15194 from the menu bar.
15195 (Info-insert-dir): Restore point after calling
15196 `insert-buffer-substring'.
15197
15198 2005-08-08 Richard M. Stallman <rms@gnu.org>
15199
15200 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15201 (recompute-lucid-menubar): Add defvars.
15202
15203 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15204
15205 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15206
15207 * net/net-utils.el (run-dig): Rename from `dig'.
15208
15209 * play/gametree.el (gametree-mode): Use make-local-variable,
15210 not make-variable-buffer-local.
15211
15212 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15213
15214 * ansi-color.el (ansi-color-make-extent)
15215 (ansi-color-set-extent-face): Use fboundp, not functionp.
15216
15217 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15218 not make-variable-buffer-local.
15219
15220 * bookmark.el (Info-current-file): Add defvar.
15221 (bookmark-jump-noselect): Use with-no-warnings.
15222
15223 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15224
15225 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15226
15227 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15228
15229 * find-file.el (ada-procedure-start-regexp)
15230 (ada-package-start-regexp): Add defvars.
15231
15232 * info.el (Info-insert-dir): Use insert-buffer-substring.
15233
15234 * xml.el (xml-att-def-re): Add defvar.
15235
15236 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15237 calling convention.
15238
15239 * subr.el (while-no-input): Return t if there is input.
15240
15241 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15242
15243 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15244
15245 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15246
15247 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15248 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15249
15250 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15251
15252 * cmuscheme.el (scheme-start-file): Replace reference to
15253 `user-emacs-directory' by "~/.emacs.d/".
15254
15255 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15256
15257 * info.el (Info-dir-remove-duplicates): Avoid case folding
15258 in loop; instead, keep downcased strings for comparison.
15259 Suggested by Helmut Eller.
15260
15261 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15262
15263 Sync with Tramp 2.0.50.
15264
15265 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15266 XEmacs case; not necessary anymore.
15267 (tramp-user-regexp): Allow "@" as part of user name.
15268 (tramp-handle-set-visited-file-modtime)
15269 (tramp-handle-insert-file-contents)
15270 (tramp-handle-write-region): No special handling for
15271 `last-coding-system-used, because this is done in
15272 `tramp-accept-process-output' now.
15273 (tramp-accept-process-output): New defun.
15274 (tramp-process-one-action, tramp-process-one-multi-action)
15275 (tramp-wait-for-regexp, tramp-wait-for-output)
15276 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15277 Howells <dhowells@redhat.com>.
15278 (clear-visited-file-modtime): Defadvice removed. The check for
15279 unset buffer's modtime does not need to be based on
15280 `tramp-buffer-file-attributes'. Suggested by RMS.
15281 (tramp-message): Insert "\n" if not being at beginning of line.
15282 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15283 sequence with same logic.
15284 (tramp-completion-handle-expand-file-name): Discard call of
15285 `tramp-drop-volume-letter'. It is not necessary, and there have
15286 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15287 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15288 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15289 should always be visible.
15290 (tramp-handle-insert-directory, tramp-setup-complete)
15291 (tramp-set-process-query-on-exit-flag)
15292 (tramp-append-tramp-buffers): Pacify byte-compiler.
15293 (tramp-bug): Delete non-existing variables from list.
15294 Apply `tramp-load-report-modules' as pre-hook.
15295 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15296 `shell-prompt-pattern' because of non-7bit characters.
15297 Reported by Sebastian Luque <sluque@mun.ca>.
15298 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15299 (tramp-match-string-list): Remove function.
15300 (tramp-wait-for-regexp): Remove call of that function.
15301 Suggested by Kim F. Storm <storm@cua.dk>.
15302 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15303 instead of octal character code ?\600. The latter resulted in a
15304 syntax error with XEmacs.
15305
15306 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15307 XEmacs case; not necessary anymore.
15308 (tramp-smb-handle-write-region): No special handling for
15309 `last-coding-system-used, because this is done in
15310 `tramp-accept-process-output' now.
15311 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15312
15313 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15314
15315 * wid-edit.el (widget-choice-value-create):
15316 Unconditionally respect user choice. Set :explicit-choice back to nil
15317 when no longer needed.
15318 (widget-choice-action): Unconditionally respect user choice.
15319 Eliminate :explicit-choice-value.
15320
15321 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15322
15323 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15324 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15325 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15326 running new function `toggle-indicate-empty-lines'.
15327 Rename "Customize" item to "Customize fringe".
15328 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15329 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15330 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15331 Delete "Empty lines only" item.
15332 (menu-bar-showhide-fringe-ind-customize): New function.
15333 (menu-bar-showhide-fringe-ind-mixed)
15334 (menu-bar-showhide-fringe-ind-box)
15335 (menu-bar-showhide-fringe-ind-right)
15336 (menu-bar-showhide-fringe-ind-left)
15337 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15338 instead of `fringe-indicators'.
15339
15340 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15341
15342 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15343 Change the date of last update.
15344
15345 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15346
15347 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15348 (viper-exec-yank, viper-put-back): Don't display modification msg
15349 if in the minibuffer.
15350
15351 * viper-init.el (viper-replace-overlay-cursor-color)
15352 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15353 Make variables frame local.
15354
15355 * viper-util.el (viper-append-filter-alist): Use append instead of
15356 nconc.
15357
15358 * viper.el (viper-vi-state-mode-list)
15359 (viper-emacs-state-mode-list): Move help-mode and
15360 completion-list-mode from the first list to the second.
15361 (viper-mode): Docstring.
15362 (viper-go-away, viper-non-hook-settings): Don't localize
15363 minor-mode-alist in newer Emacsen. Add advice to
15364 set-cursor-color. Don't bind "\C-c\\".
15365
15366 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15367
15368 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15369 (scheme-macro-expand-command): New user options.
15370 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15371 (scheme-form-at-point, scheme-start-file)
15372 (scheme-interactively-start-process): New functions.
15373 (scheme-get-process): New function, extracted from `scheme-proc'.
15374 (run-scheme): Call `scheme-start-file' to get start file, and pass
15375 it to `make-comint'.
15376 (switch-to-scheme, scheme-proc):
15377 Call `scheme-interactively-start-process' if no Scheme buffer/process
15378 is available.
15379
15380 2005-08-06 Juri Linkov <juri@jurta.org>
15381
15382 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15383 Use `compilation-text-face', `compilation-info-text-face' and
15384 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15385 (compilation-error): New face.
15386 (compilation-error-file-name): Inherit from
15387 `compilation-error' instead of `font-lock-warning-face'.
15388 (compilation-warning-file-name): Inherit from
15389 `compilation-warning' instead of `font-lock-warning-face'.
15390 (compilation-info, compilation-error-file-name)
15391 (compilation-warning-file-name, compilation-info-file-name)
15392 (compilation-line-number, compilation-column-number): Doc fix.
15393 (compilation-error-text-face, compilation-warning-text-face)
15394 (compilation-info-text-face): New face variables.
15395 (compilation-line-face, compilation-column-face)
15396 (compilation-enter-directory-face)
15397 (compilation-leave-directory-face): Doc fix.
15398 (compilation-text-face): New function.
15399
15400 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15401 instead of 1 to display binary file names as info file links.
15402 (grep-error-face): Use `compilation-error-face' instead of
15403 `font-lock-keyword-face'.
15404 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15405 and `compilation-warning-text-face' instead of
15406 `font-lock-keyword-face'. Use `compilation-error-text-face'
15407 instead of `grep-error-face'.
15408
15409 2005-08-05 Kenichi Handa <handa@m17n.org>
15410
15411 * international/code-pages.el: Add autoload cookies for all coding
15412 systems.
15413
15414 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15415
15416 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15417
15418 2005-08-04 Juri Linkov <juri@jurta.org>
15419
15420 * progmodes/compile.el (compilation-mode-map):
15421 * progmodes/grep.el (grep-mode-map):
15422 Bind TAB to `compilation-next-error' and [backtab] to
15423 `compilation-previous-error'.
15424
15425 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15426 matching line numbers, column numbers and their ranges with regexp
15427 matching only line numbers.
15428 (grep-context-face): New face variable.
15429 (grep-mode-font-lock-keywords): Use it.
15430
15431 * faces.el (read-face-name): Delete duplicate faces.
15432
15433 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15434
15435 * thumbs.el (thumbs-find-image): Don't make variables
15436 automatically buffer local.
15437 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15438 (thumbs-image-num): Make automatically buffer local.
15439 (thumbs-show-thumbs-list): Use `make-local-variable', not
15440 `make-variable-buffer-local'.
15441 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15442
15443 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15444 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15445 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15446 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15447 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15448 (feelings-about, foullst, found, hello, history, howareyoulst)
15449 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15450 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15451 (neglst, obj, object, owner, please, problems, qlist)
15452 (random-adjective, relation, remlst, repetitive-shortness)
15453 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15454 (shortlst, something, sportslst, stallmanlst, states, subj)
15455 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15456 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15457 Defvar at compile time.
15458
15459 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15460 not `make-variable-buffer-local'.
15461
15462 2005-08-02 Kim F. Storm <storm@cua.dk>
15463
15464 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15465 rectangle overlay in selected window.
15466
15467 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15468
15469 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15470 instead of display group. Make `indicate-buffer-boundaries'
15471 customizable through Custom.
15472
15473 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15474
15475 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15476 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15477 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15478 (gdb-put-string): Fix typos in docstrings.
15479
15480 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15481
15482 Update copyright notices of files in progmodes directory for
15483 release of Emacs 22.1.
15484
15485 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15486
15487 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15488 Don't barf if the GUD buffer has been killed.
15489
15490 2005-08-01 Kim F. Storm <storm@cua.dk>
15491
15492 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15493
15494 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * simple.el (next-error-follow-minor-mode):
15497 make-variable-buffer-local -> make-local-variable.
15498
15499 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15500
15501 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15502 (byte-compile-form-make-variable-buffer-local): New functions to warn
15503 about misuses of make-variable-buffer-local where make-local-variable
15504 was meant.
15505
15506 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15507
15508 * bs.el (bs-attributes-list): Doc fix.
15509 (bs): Update url-link.
15510
15511 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15512 (desktop-load-default): Simplify.
15513
15514 * ibuffer.el (ibuffer-columnize-and-insert-list)
15515 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15516 (ibuffer-unmark-all, ibuffer-toggle-marks)
15517 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15518 (ibuffer-compile-make-format-form, ibuffer-format-column)
15519 (ibuffer-current-buffers-with-marks)
15520 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15521 (ibuffer): Doc fix.
15522 (ibuffer-mode): Fix typo in docstring.
15523 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15524 with `define-obsolete-variable-alias'.
15525 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15526
15527 2005-07-29 Kenichi Handa <handa@m17n.org>
15528
15529 * international/mule-cmds.el (select-message-coding-system):
15530 Be sure to use LF for end-of-line. If no coding system is decided,
15531 return iso-8859-1-unix.
15532
15533 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15536 (ange-ftp-pending-error-line): New vars.
15537 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15538 to handle the non-fatal no-route-to-host messages.
15539 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15540
15541 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15542
15543 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15544 (isearch-quote-char, isearch-printing-char)
15545 (isearch-text-char-description): "?\ " -> "?\s".
15546 (isearch-lazy-highlight-cleanup)
15547 (isearch-lazy-highlight-initial-delay)
15548 (isearch-lazy-highlight-interval)
15549 (isearch-lazy-highlight-max-at-a-time)
15550 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15551 Declare with define-obsolete-*-alias macros.
15552 (isearch-forward): Fix typo in docstring.
15553 (search-invisible, search-ring-yank-pointer)
15554 (regexp-search-ring-yank-pointer): Doc fixes.
15555
15556 * recentf.el (recentf-menu-append-commands-p): Declare with
15557 `define-obsolete-variable-alias'.
15558 (recentf-max-saved-items, recentf-menu-filter)
15559 (recentf-arrange-by-rule-subfilter): Doc fixes.
15560 (recentf-menu-append-commands-flag)
15561 (recentf-initialize-file-name-history, recentf-expand-file-name)
15562 (recentf-clear-data): Fix typos in docstrings.
15563
15564 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15565
15566 * progmodes/gdb-ui.el: Smarten comments.
15567 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15568
15569 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15570
15571 * term/apollo.el (terminal-init-apollo): New function containing
15572 all former top level forms in the file.
15573 * term/bobcat.el (terminal-init-bobcat):
15574 * term/cygwin.el (terminal-init-cygwin):
15575 * term/iris-ansi.el (terminal-init-iris-ansi):
15576 * term/linux.el (terminal-init-linux):
15577 * term/news.el (terminal-init-news):
15578 * term/rxvt.el (terminal-init-rxvt):
15579 * term/sun.el (terminal-init-sun):
15580 * term/tvi970.el (terminal-init-tvi970):
15581 * term/vt100.el (terminal-init-vt100):
15582 * term/vt102.el (terminal-init-vt102):
15583 * term/vt125.el (terminal-init-vt125):
15584 * term/vt200.el (terminal-init-vt200):
15585 * term/vt201.el (terminal-init-vt201):
15586 * term/vt220.el (terminal-init-vt220):
15587 * term/vt240.el (terminal-init-vt240):
15588 * term/vt300.el (terminal-init-vt300):
15589 * term/vt320.el (terminal-init-vt320):
15590 * term/vt400.el (terminal-init-vt400):
15591 * term/vt420.el (terminal-init-vt420):
15592 * term/wyse50.el (terminal-init-wyse50):
15593 * term/xterm.el (terminal-init-xterm): Likewise.
15594
15595 * term/README: Describe the terminal-init-* functionality.
15596
15597 * startup.el (command-line): After loading the terminal initialization
15598 file call the corresponding terminal initialization function.
15599
15600 2005-07-27 Kenichi Handa <handa@m17n.org>
15601
15602 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15603 negative.
15604
15605 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15606 (ps-mule-composition-prologue): Fix for the case that
15607 RelativeCompose is false.
15608
15609 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15610
15611 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15612
15613 * descr-text.el (describe-char): Handle the case where the list of
15614 chars is displayed in a separate frame.
15615 Be a bit more discriminating when looking for the char.
15616
15617 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15618
15619 * bookmark.el (bookmark-automatically-show-annotations)
15620 (bookmark-read-annotation-text-func): Doc fixes.
15621 (bookmark-save): Improve argument/docstring consistency.
15622 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15623 (bookmark-alist-from-buffer)
15624 (bookmark-upgrade-file-format-from-0)
15625 (bookmark-grok-file-format-version)
15626 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15627 (bookmark-read-annotation-mode)
15628 (bookmark-insert-current-bookmark, bookmark-jump)
15629 (bookmark-exit-hook): Fix typos in docstrings.
15630 (bookmark-exit-hooks): Define as obsolete alias.
15631 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15632 not `bookmark-exit-hooks'. Fix docstring.
15633 (bookmark-bmenu-select): "?\ " -> "?\s".
15634
15635 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15636
15637 * startup.el (command-line): Fix typo.
15638
15639 2005-07-24 Richard M. Stallman <rms@gnu.org>
15640
15641 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15642 not emacs-quick-startup.
15643
15644 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15645
15646 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15647 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15648 instead of `reb-with-current-window'.
15649 (reb-prev-match): Likewise. Also, don't move left if the search
15650 was unsuccessful.
15651 (reb-initialize-buffer): New function.
15652 (re-builder, reb-change-syntax): Use it.
15653
15654 * man.el (Man-goto-page): Make second argument NOERROR optional.
15655
15656 2005-07-23 Richard M. Stallman <rms@gnu.org>
15657
15658 * man.el (Man-bgproc-sentinel): Check here for failure to find
15659 any man page in the output, and report the error here.
15660 (Man-arguments): Make it permanent local.
15661 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15662 (Man-mode): Pass t for NOERROR.
15663
15664 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15665 (grep-mode-font-lock-keywords):
15666 Don't use compilation-...-face for messages that are not file names.
15667
15668 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15669 Don't use compilation-...-face for messages that are not file names.
15670
15671 2005-07-22 Juri Linkov <juri@jurta.org>
15672
15673 * startup.el (normal-splash-screen): Update menu name.
15674
15675 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15676
15677 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15678
15679 * term/xterm.el: Load term/rxvt if the terminal is actually an
15680 rxvt terminal.
15681 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15682
15683 * term/rxvt.el (function-key-map): Use substitute-key-definition
15684 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15685
15686 * term/cygwin.el: New file.
15687
15688 2005-07-22 Kim F. Storm <storm@cua.dk>
15689
15690 * image-file.el (insert-image-file, image-file-yank-handler):
15691 Fix last change to maintain a (unique) yank-handler on yanked images.
15692
15693 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15694
15695 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15696 of the file size (as in "177B" for 177 bytes). This happens with
15697 "ls -lh" on FreeBSD.
15698
15699 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15700
15701 * hilit-chg.el (highlight-changes-global-initial-state)
15702 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15703 (hilit-chg-fixup, highlight-changes-mode):
15704 Fix typos in docstrings.
15705 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15706 Doc fixes.
15707
15708 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15709
15710 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15711 mode function using `eval-after-load'.
15712
15713 2005-07-21 Kim F. Storm <storm@cua.dk>
15714
15715 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15716 included when reporting an emacs crash, and tell about the DEBUG file.
15717
15718 * image-file.el (insert-image-file): Add yank-handler.
15719 (image-file-yank-handler): Yank handler to make unique copies of
15720 images when they are yanked into a buffer next to each other.
15721
15722 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15723
15724 * comint.el (comint-use-prompt-regexp, comint-send-input)
15725 (comint-source-default, comint-extract-string)
15726 (comint-get-source, comint-word, comint-completion)
15727 (comint-source, comint-prompt-read-only, comint-update-fence):
15728 Fix typos in docstrings.
15729 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15730 Declare with define-obsolete-*-alias macros.
15731 (comint-previous-matching-input-from-input)
15732 (comint-next-matching-input-from-input)
15733 (comint-previous-matching-input, comint-next-matching-input)
15734 (comint-forward-matching-input):
15735 Improve argument/docstring consistency.
15736
15737 * desktop.el (desktop-clear-preserve-buffers-regexp):
15738 Also preserve the *server* buffer.
15739
15740 * simple.el (clone-indirect-buffer): Doc fix.
15741 (fixup-whitespace, just-one-space)
15742 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15743 (next-error, next-error-highlight)
15744 (next-error-highlight-no-select, next-error-last-buffer)
15745 (next-error-buffer-p, next-error-find-buffer, next-error)
15746 (previous-error, next-error-no-select, previous-error-no-select)
15747 (open-line, split-line, minibuffer-prompt-width, kill-new)
15748 (binary-overwrite-mode): Fix typos in docstrings.
15749 (set-fill-column): Fix typo in message.
15750
15751 * skeleton.el (skeleton-proxy-new): Doc fix.
15752
15753 * strokes.el (strokes-load-hook): Doc fix.
15754 (strokes-grid-resolution, strokes-get-grid-position)
15755 (strokes-renormalize-to-grid, strokes-read-stroke)
15756 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15757 (strokes-global-map): Fix typos in docstrings.
15758 (strokes-help): Doc fix. Fix help message and pass it through
15759 `substitute-command-keys'.
15760
15761 * tempo.el (tempo-insert-prompt, tempo-interactive)
15762 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15763 (tempo-insert-string-functions, tempo-local-tags)
15764 (tempo-define-template, tempo-insert-template)
15765 (tempo-insert-prompt-compat, tempo-is-user-element)
15766 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15767 Fix typos in docstrings.
15768
15769 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15770 (vcursor-key-bindings, vcursor-use-vcursor-map)
15771 (vcursor-find-window, vcursor-scroll-down)
15772 (vcursor-disable, vcursor-beginning-of-buffer)
15773 (vcursor-end-of-buffer): Fix typos in docstrings.
15774 (vcursor-relative-move, vcursor-get-char-count):
15775 Improve argument/docstring consistency.
15776
15777 * version.el: "?\ " -> "?\s".
15778
15779 * wid-edit.el (widget-default-create, widget-after-change)
15780 (widget-default-format-handler, widget-checklist-add-item)
15781 (widget-radio-add-item, widget-choose, widget-specify-secret)
15782 (widget-field-value-create, widget-field-value-get)
15783 (widget-editable-list-format-handler)
15784 (widget-editable-list-entry-create, widget-group-value-create)
15785 (widget-documentation-link-add)
15786 (widget-documentation-string-value-create): "?\ " -> "?\s".
15787 (widget-convert-text): Doc fix.
15788 (widget-narrow-to-field, widget-field-find)
15789 (widget-url-link-action, widget-emacs-library-link-action)
15790 (widget-color-notify): Fix typos in docstrings.
15791
15792 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15793 (x-select-text, set-w32-system-coding-system)
15794 (w32-add-charset-info): Fix typos in docstrings.
15795
15796 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15797 (cua-enable-cua-keys, cua-use-hyper-key)
15798 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15799 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15800
15801 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15802
15803 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15804 `defalias' instead of faking it.
15805
15806 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15807 (eshell-ls-missing, eshell-ls-dired-initial-args)
15808 (eshell-ls-use-in-dired): Fix typos in docstrings.
15809
15810 2005-07-20 Kim F. Storm <storm@cua.dk>
15811
15812 * emulation/cua-base.el (cua-mode): Improve doc string.
15813
15814 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15815
15816 * abbrev.el (expand-region-abbrevs): Doc fix.
15817 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15818 Improve argument/docstring consistency.
15819
15820 * arc-mode.el (archive-get-descr, archive-alternate-display):
15821 Doc fixes.
15822 (archive-l-e): Improve argument/docstring consistency.
15823 (archive-tmpdir, archive-unixdate, archive-unixtime)
15824 (archive-chmod-entry): Fix typos in docstrings.
15825 (archive-unflag, archive-unflag-backwards)
15826 (archive-unmark-all-files): "?\ " -> "?\s".
15827
15828 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15829 (Buffer-menu-not-modified, Buffer-menu-execute)
15830 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15831 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15832
15833 * composite.el (compose-string, encode-composition-rule)
15834 (compose-last-chars): Fix typos in docstrings.
15835
15836 * desktop.el (desktop-enable, desktop-basefilename):
15837 Declare with `define-obsolete-variable-alias'.
15838 (desktop-internal-v2s): Don't quote keywords.
15839 (desktop-clear): "?\ " -> "?\s".
15840
15841 * dired.el (dired-align-file, dired-flag-backup-files)
15842 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15843 (dired-listing-switches, dired-ls-F-marks-symlinks)
15844 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15845 (dired-directory, dired-faces, dired, dired-revert)
15846 (dired-mode, dired-summary, dired-view-file)
15847 (dired-copy-filename-as-kill, dired-delete-file)
15848 (dired-no-confirm, dired-unmark-all-marks)
15849 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15850 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15851 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15852 Fix typos in message strings.
15853
15854 * dired-x.el (virtual-dired): Declare with `defalias'.
15855 (dired-mark-unmarked-files, dired-local-variables-file)
15856 (dired-omit-here-always): Doc fix.
15857 (dired-omit-mode, dired-find-subdir)
15858 (dired-enable-local-variables, dired-clean-up-buffers-too)
15859 (dired-extra-startup, dired-mark-extension, dired-jump)
15860 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15861 (dired-smart-shell-command, dired-guess-shell-alist-user)
15862 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15863 (dired-x-bind-find-file, dired-x-submit-report):
15864 Fix typos in docstrings.
15865 (dired-mark-unmarked-files): "?\ " -> "?\s".
15866
15867 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15868
15869 * faces.el (describe-face): "?\ " -> "?\s".
15870 (read-all-face-attributes, read-face-font, modify-face)
15871 (face-attr-construct, italic): Fix typos in docstrings.
15872 (frame-update-face-colors): Declare with
15873 `define-obsolete-function-alias'.
15874
15875 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15876 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15877 (magic-mode-alist, buffer-file-numbers-unique)
15878 (write-file-functions, get-free-disk-space):
15879 Fix typos in docstrings.
15880 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15881 (write-contents-hooks, write-file-hooks):
15882 Declare with `define-obsolete-variable-alias'.
15883
15884 * forms-d2.el (arch-rj): Fix typo in docstrings.
15885 (arch-tocol): Likewise. "?\ " -> "?\s".
15886
15887 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15888 Fix typo in docstring.
15889 (set-screen-width, set-screen-height): Delete redundant info in
15890 doctrings.
15891 (new-frame, screen-height, screen-width): Declare with
15892 `define-obsolete-function-alias'.
15893 (delete-frame-hook, blink-cursor): Declare with
15894 `define-obsolete-variable-alias'.
15895
15896 * paths.el (prune-directory-list): Fix typos in docstring.
15897
15898 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15899 (cvs-prefix-get): Fix typos in docstrings.
15900
15901 * ps-print.el (ps-extend-face-list, ps-extend-face)
15902 (ps-print-background-image): Fix typos in docstrings.
15903 (ps-default-fg, ps-default-bg): Doc fixes.
15904
15905 * s-region.el (s-region-bind): Doc fix.
15906 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15907
15908 * textmodes/org.el (org-table-formula-substitute-names)
15909 (org-table-get-vertical-vector): Doc fixes.
15910 (org-table-recalculate): Remove unused argument to `message'.
15911
15912 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15913
15914 * textmodes/org.el (org-table-column-names)
15915 (org-table-column-name-regexp)
15916 (org-table-named-field-locations): New variables.
15917 (org-archive-subtree): Protect `this-command' when calling
15918 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15919 the kill buffer.
15920 (org-complete): Remove fixed-formula completion.
15921 (org-edit-formulas-map): New variable.
15922 (org-table-edit-formulas): New command.
15923 (org-finish-edit-formulas, org-abort-edit-formulas)
15924 (org-show-variable, org-table-get-vertical-vector): New functions.
15925 (org-table-maybe-eval-formula): Handle `:=' fields.
15926 (org-table-get-stored-formulas, org-table-store-formulas)
15927 (org-table-get-formula, org-table-modify-formulas)
15928 (org-table-replace-in-formulas): Handle named field formulas.
15929 (org-table-get-specials): Store locations of named fields.
15930
15931 2005-07-19 Juri Linkov <juri@jurta.org>
15932
15933 * progmodes/grep.el (grep-regexp-alist)
15934 (grep-mode-font-lock-keywords, grep-process-setup):
15935 Use default GNU grep match color "01;31m" instead of "01;41m".
15936 (grep-regexp-alist, grep-mode-font-lock-keywords):
15937 Use `\\[[0-9]*m' instead of `\\[00m'.
15938 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15939 sgr_start where its handling is more important. Use the real
15940 length of sgr_start instead of constant 8.
15941 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15942 specially. Delete all remaining escape sequences.
15943 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15944 (grep-regexp-alist): Make hyperlink only for binary file name
15945 instead of the whole line.
15946 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15947 (grep-mode): Add autoload.
15948
15949 * emacs-lisp/find-func.el (find-function-regexp):
15950 Add `define-compilation-mode'.
15951
15952 2005-07-19 Juri Linkov <juri@jurta.org>
15953
15954 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15955 (compare-windows-sync-string-size, compare-windows-recenter)
15956 (compare-windows-highlight, compare-windows): Add version 22.1.
15957 (compare-windows) <defface>: Inherit from lazy-highlight instead
15958 of duplicating its default value.
15959
15960 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15961 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15962
15963 * descr-text.el (describe-char): Create link buttons for `charset'
15964 and `code point'. Add the current input method name with a link
15965 button to `to input' field. Print face names of display table
15966 characters in `The display table entry is displayed by' section
15967 instead of printing face-id in the `display' field.
15968 Guess hardcoded faces and create a link button for them.
15969 Skip empty fields when calculating max-width.
15970 Treat `widget-create' specially while inserting strings from the
15971 collected field list.
15972 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15973
15974 * diff-mode.el (diff-file-header): Change foreground color from
15975 yellow to green on light backgrounds.
15976 (diff-context): Inherit from `shadow' only for color/grayscale
15977 with more than 88 colors.
15978 (diff-indicator-removed, diff-indicator-added)
15979 (diff-indicator-changed): New faces.
15980 (diff-font-lock-keywords): Use new faces. Regroup rules.
15981 Add "^---$" for `normal' diff format. Fontify `#' lines with
15982 font-lock-comment-delimiter-face and font-lock-comment-face.
15983 Add `#' to ^[^...] in the rule for `diff-context-face'.
15984
15985 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15986 a button-like box. Inherit from `highlight' on low colors.
15987 (shadow): Use shades of gray only for color/grayscale with
15988 more than 88 colors. Use green for light backgrounds with
15989 8 colors, and yellow for dark backgrounds with 8 colors.
15990
15991 * font-lock.el (font-lock-regexp-grouping-backslash):
15992 Don't inherit from escape-glyph (use bold for all cases).
15993
15994 * info.el (info-xref-visited): Use light foreground color `violet'
15995 for dark backgrounds instead of dark color `magenta3'.
15996 (info-title-1): Use `yellow' color for dark backgrounds.
15997
15998 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15999 too-light magenta2.
16000
16001 * replace.el (match): Use slightly more light RoyalBlue3 instead
16002 of dark RoyalBlue4.
16003
16004 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16005
16006 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16007
16008 * novice.el (disabled-command-hook): Declare it with
16009 `define-obsolete-variable-alias'.
16010
16011 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16012 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16013 (desktop-load-default): Add release to obsolescence info.
16014 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16015 (desktop-append-buffer-args, desktop-read):
16016 Fix typos in docstrings.
16017 (desktop-kill): Fix typo in message.
16018 (desktop-save): Doc fix.
16019
16020 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16021
16022 * viper-cmd.el (viper-escape-to-state): Bug fix.
16023 (viper-envelop-ESC-key): Change the definition of fast
16024 keysequence so it'll work with keyboard macros.
16025
16026 * ediff.el (ediff-patch-buffer): Change the docstring.
16027
16028 2005-07-19 Kenichi Handa <handa@m17n.org>
16029
16030 * international/mule-cmds.el (select-safe-coding-system): Try to
16031 use an auto-coding (if any) before anything else. If the found
16032 auto-coding is invalid, show a warning message.
16033
16034 * international/mule.el (find-auto-coding): New function created
16035 by modifying the body of set-auto-coding.
16036 (set-auto-coding): Use find-auto-coding to find a coding.
16037
16038 2005-07-18 Richard M. Stallman <rms@gnu.org>
16039
16040 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16041 not isearch-mode-end-hook-error.
16042 (allout-before-change-protect): Fix error message.
16043
16044 2005-07-18 Juri Linkov <juri@jurta.org>
16045
16046 * allout.el (allout-mode):
16047 * calculator.el (calculator-copy):
16048 * custom.el (custom-known-themes):
16049 * dired.el (dired-desktop-buffer-misc-data)
16050 (dired-restore-desktop-buffer):
16051 * dired-x.el (dired-omit-marker-char):
16052 * files.el (basic-save-buffer):
16053 * font-core.el (font-lock-mode):
16054 * calendar/calendar.el (calendar-goto-hebrew-date)
16055 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16056 (calendar-goto-persian-date):
16057 * language/ethio-util.el (ethio-sera-to-fidel-region):
16058 * textmodes/picture.el (picture-mode):
16059 Delete duplicate duplicate words.
16060
16061 2005-07-18 Juri Linkov <juri@jurta.org>
16062
16063 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16064 chars * ? } |.
16065 (isearch-fallback): Don't call `isearch-process-search-char'.
16066 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16067 (isearch-process-search-char): Call `isearch-fallback' for regexp
16068 chars * ? } |.
16069 (isearch-return-char): Make obsolete with `make-obsolete' instead
16070 of simply documenting it as obsolete in the docstring.
16071 (isearch-fallback): Refill docstring.
16072
16073 * international/isearch-x.el
16074 (isearch-process-search-multibyte-characters): Remove unneeded
16075 `concat'. Add intermediate values to `junk-hist' instead of
16076 `minibuffer-history'. Test the length of `str'.
16077
16078 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * allout.el (allout-resolve-xref): Fix typos in error strings.
16081 (allout-before-change-protect): Remove unneeded `concat'.
16082
16083 * array.el (array-mode, array-reconfigure-rows)
16084 (untabify-backward): Fix typos in docstrings.
16085 (array-reconfigure-rows): Use `insert-buffer-substring', not
16086 `insert-buffer'.
16087
16088 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16089 * progmodes/ada-mode.el (ada-make-body):
16090 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16091
16092 * dired.el (dired-log):
16093 * tar-mode.el (tar-subfile-save-buffer):
16094 * play/zone.el (zone-pgm-stress-destress):
16095 Use `insert-buffer-substring', not `insert-buffer'.
16096
16097 2005-07-17 Simon Josefsson <jas@extundo.com>
16098
16099 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16100
16101 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16102
16103 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16104 Add plain auth method.
16105 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16106
16107 2005-07-17 Kim F. Storm <storm@cua.dk>
16108
16109 * ido.el (dired-other-window): Add ido property.
16110
16111 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16112
16113 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16114 Fix typo in docstring.
16115 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16116 `insert-file-literally'.
16117
16118 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16119 info and delete redundant message. Doc fix.
16120 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16121 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16122
16123 2005-07-16 Richard M. Stallman <rms@gnu.org>
16124
16125 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16126 (byte-compile-and): Use byte-compile-and-recursion.
16127 (byte-compile-or-recursion): New function.
16128 (byte-compile-or): Use that.
16129 (byte-compile-if): Guard the else-clause too.
16130 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16131
16132 * isearch.el (isearch-mode-end-hook-quit): New variable.
16133 (isearch-done): Bind it.
16134 (isearch-mode-end-hook): Doc fix.
16135
16136 * allout.el (allout-isearch-did-quit): Variable deleted.
16137 (allout-real-isearch-abort): Function name no longer used.
16138 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16139 (allout-isearch-rectification): isearch-mode always exists.
16140 Don't set allout-isearch-did-quit.
16141 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16142 allout-isearch-did-quit.
16143 (allout-enwrap-isearch): Just add the hook.
16144 (allout-isearch-abort): Function deleted.
16145 (allout-pre-command-business): Avoid warning.
16146
16147 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16148 Correctly avoid warnings.
16149 (pascal-outline): Likewise.
16150
16151 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16152
16153 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16154
16155 * play/tetris.el (tetris-mode): Avoid warning.
16156
16157 * play/snake.el (snake-mode): Avoid warning.
16158
16159 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16160 (gamegrid-set-display-table): Avoid warning.
16161 (gamegrid-set-timer): Likewise.
16162 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16163 (gamegrid-add-score-with-update-game-score-1): Take FILE
16164 as argument.
16165 (gamegrid-add-score-with-update-game-score): Pass that argument.
16166 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16167
16168 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16169
16170 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16171 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16172
16173 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16174 and insert-file.
16175
16176 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16177 (sc-ask): Avoid warnings.
16178
16179 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16180 (eshell-hist-initialize): Use that var the natural way.
16181
16182 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16183
16184 * emacs-lisp/re-builder.el (reb-cook-regexp):
16185 Avoid warning calling lre-compile-string.
16186 (reb-color-display-p): Avoid warning.
16187
16188 * calculator.el (calculator-last-input): Guard uses
16189 of event-key and key-press-event-p.
16190 (event-key, key-press-event-p): Delete definitions.
16191
16192 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16193 (find-gc-source-directory, find-gc-subrs-callers)
16194 (find-gc-noreturn-list, find-gc-source-files)
16195 (find-gc-subrs-called): Vars renamed and defvar'd.
16196
16197 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16198 (checkdoc-overlay-put, checkdoc-delete-overlay)
16199 (checkdoc-overlay-start, checkdoc-overlay-end)
16200 (checkdoc-mode-line-update, checkdoc-char=):
16201 Define such that compiler knows they are defined.
16202 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16203 (checkdoc-read-event): Delete. Use read-event directly.
16204
16205 * whitespace.el (whitespace-make-overlay)
16206 (whitespace-overlay-put, whitespace-delete-overlay)
16207 (whitespace-overlay-start, whitespace-overlay-end):
16208 Define such that compiler knows they are defined.
16209 (whitespace): Move conditional inside.
16210
16211 * tempo.el (tempo-insert-template): Suppress warning.
16212
16213 * ediff-diff.el (longlines-mode): Add defvar.
16214
16215 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16216
16217 * server.el: Bind "C-x #" in a way that works even if C-x is
16218 redefined to a command key, not a prefix key.
16219
16220 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16221
16222 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16223 cl-make-type-test till execution time.
16224
16225 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16226
16227 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16228 arg ARG and use it.
16229
16230 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16231
16232 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16233
16234 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16235
16236 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16237 a defcustom with two :set or :type keywords.
16238
16239 2005-07-15 Richard M. Stallman <rms@gnu.org>
16240
16241 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16242 Don't give ^M comment-end syntax.
16243
16244 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16245
16246 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16247 Don't consider gdbmi (gdb-mi.el has its own update functions).
16248 (gdb-var-delete): Make it work for gdbmi as well.
16249 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16250
16251 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16252 (gud-speedbar-menu-items): Correct logic for enabling items.
16253
16254 2005-07-15 Kim F. Storm <storm@cua.dk>
16255
16256 * ido.el: Fix commentary.
16257 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16258 Use with-no-warnings around ffap-guesser.
16259 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16260 Let bind minibuffer-completing-file-name to t.
16261
16262 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16263
16264 * startup.el (site-run-file, keyboard-type): Doc fixes.
16265 (command-line): Check for "--basic-display" argument; also for
16266 "--quick", not "--bare-bones" (which was renamed).
16267 (fancy-splash-text): Add missing item "Getting New Versions".
16268 (normal-splash-screen): Fix typos and improve consistency with
16269 `fancy-splash-text'. Update copyright year.
16270
16271 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16272 valid binding for `help-char'.
16273
16274 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16275
16276 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16277
16278 * term.el (term-mode): Disable cua-mode for term buffers.
16279
16280 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16281
16282 * add-log.el (add-log-mailing-address, change-log-merge):
16283 Doc fixes.
16284 (change-log-get-method-definition): Fix typo in docstring.
16285
16286 2005-07-14 Kim F. Storm <storm@cua.dk>
16287
16288 * emulation/cua-base.el:
16289 (cua--pre-command-handler-1, cua--pre-command-handler)
16290 (cua--post-command-handler-1, cua--post-command-handler):
16291 Split in two. Check (buffer local) value of cua-mode.
16292 (cua-selection-mode): New command.
16293
16294 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16295
16296 * custom.el (custom-initialize-safe-set)
16297 (custom-initialize-safe-default): Doc fixes.
16298
16299 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16300 and simplify :init-value again.
16301
16302 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16303 and simplify :init-value again. Delete autoload.
16304
16305 * startup.el (command-line): Use `custom-reevaluate-setting' again
16306 for tooltip-mode.
16307
16308 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16309 a defcustom with two :initialize keywords.
16310
16311 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16312
16313 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16314 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16315 (allout-post-command-business, allout-flag-region)
16316 (isearch-reenable-font-lock, allout-yank)
16317 (allout-insert-latex-header, allout-insert-latex-trailer)
16318 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16319 (allout-latex-verb-quote): Fix typos in docstrings.
16320 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16321 (allout-unprotected, allout-prefix-data):
16322 Improve argument/docstring consistency.
16323 (allout-chart-subtree): Fix argument spec.
16324 (allout-open-topic): Rename `use_sib_bullet' argument to
16325 `use-sib-bullet'. Doc fix.
16326
16327 * whitespace.el (whitespace-check-buffer-leading)
16328 (whitespace-check-buffer-trailing)
16329 (whitespace-check-buffer-indent)
16330 (whitespace-check-buffer-spacetab)
16331 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16332 (whitespace-check-leading-whitespace)
16333 (whitespace-check-trailing-whitespace)
16334 (whitespace-check-spacetab-whitespace)
16335 (whitespace-check-indent-whitespace)
16336 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16337 (whitespace-modes): Fix typos in docstrings.
16338 (defgroup, defcustom): Doc fixes.
16339
16340 * winner.el (winner-mode, winner-boring-buffers)
16341 (winner-pending-undo-ring): Doc fixes.
16342 (winner-ring): Remove unneeded `progn'.
16343 (winner-equal): `defsubst' it.
16344 (winner-redo): Fix message.
16345
16346 2005-07-13 Kim F. Storm <storm@cua.dk>
16347
16348 * simple.el (line-move-1): Always use vertical-motion to
16349 do the last (or only) line move to ensure some movement.
16350 Undo 2005-06-23 change--don't check for overlays.
16351
16352 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16353
16354 * term/mac-win.el (ccl-encode-mac-roman-font)
16355 (ccl-encode-mac-centraleurroman-font)
16356 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16357 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16358 Change charset-id boundary of dimension to ?\xef.
16359 (mac-char-fontspec-list): New constant.
16360 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16361 argument. Nil uses itself as family in font-spec. Previous
16362 behavior for nil is now provided by non-nil non-string argument.
16363 All callers changed. Add font-specs for Mac fonts to
16364 "fontset-default" unless iso8859-1 fonts are installed.
16365
16366 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16369 a continuation line if the \ is preceded by SPC or TAB.
16370 (sh-get-indent-info): Simplify.
16371 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16372 Use with-current-buffer.
16373
16374 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16375 when the matched text is empty.
16376
16377 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16378
16379 * startup.el (command-line): Revert to previous handling of
16380 tooltip-mode. Explain in comment why the complexity is needed.
16381
16382 * tooltip.el (tooltip-mode): Revert to previous implementation of
16383 its defcustom.
16384
16385 * frame.el (blink-cursor-mode): Revert to previous implementation
16386 of its defcustom. Update comment.
16387
16388 2005-07-12 Lars Hansen <larsh@soem.dk>
16389
16390 * desktop.el: Update e-mail address.
16391
16392 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16393
16394 * term/mac-win.el (mac-services-mail-selection)
16395 (mac-services-mail-to): New functions.
16396 (mac-application-menu-map): Bind them.
16397
16398 2005-07-12 wulei <milton@wulei.net> (tiny change)
16399
16400 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16401
16402 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16403
16404 * custom.el (custom-reevaluate-setting): Doc fix.
16405
16406 2005-07-11 Jay Belanger <belanger@truman.edu>
16407
16408 * calc/calc.el (calc-embedded-announce-formula-alist)
16409 (calc-embedded-open-close-plain-alist)
16410 (calc-embedded-open-close-mode-alist): Add checks for additional
16411 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16412
16413 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16414
16415 * custom.el (custom-enable-theme): Don't add theme to
16416 `custom-enabled-themes' with `push' because there is no
16417 setf-method for `delq'.
16418
16419 2005-07-11 Richard M. Stallman <rms@gnu.org>
16420
16421 * custom.el (custom-declare-variable): Doc fix.
16422
16423 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16424 from the alists.
16425
16426 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16427 Do nothing if edebug-active.
16428
16429 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16430 (edebug-display): Do it here instead.
16431
16432 2005-07-10 Richard M. Stallman <rms@gnu.org>
16433
16434 * cus-face.el (custom-theme-set-faces): Make it work.
16435 (custom-reset-faces): Doc fix.
16436 (custom-theme-reset-internal-face, custom-theme-face-value):
16437 Functions deleted.
16438
16439 * custom.el (custom-push-theme): Maintain list of the settings
16440 of a given theme in its theme-settings property.
16441 Maintain position of old settings in the theme-value
16442 or theme-face property.
16443 (custom-enabled-themes): New variable.
16444 (custom-theme-enabled-p): New function.
16445 (provide-theme): Update custom-enabled-themes.
16446 Disable and reenable the `user' theme.
16447 (require-theme): Doc fix.
16448 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16449 (custom-theme-value, custom-theme-variable-value): Likewise.
16450 (custom-theme-reset-internal): Likewise.
16451 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16452 (custom-enable-theme, custom-disable-theme): New functions.
16453 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16454 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16455 (custom-theme-reset-variables): Simplify.
16456 (deftheme, custom-declare-theme, custom-make-theme-feature):
16457 Definitions moved.
16458
16459 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16460
16461 * longlines.el (longlines-show-region)
16462 (longlines-unshow-hard-newlines): Recognize hard newlines by
16463 non-nil hard property, instead of t.
16464
16465 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16466
16467 * viper-cmd.el (viper--key-maps): New variable.
16468 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16469 emulation-mode-map-alists.
16470 (viper-envelop-ESC-key): Use viper-subseq.
16471 (viper-search-forward/backward/next): Disable debug-on-error.
16472
16473 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16474 (viper-ESC-key): New defcustoms.
16475
16476 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16477
16478 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16479 (viper-subseq): Copy of subseq from cl.el.
16480
16481 * viper.el (viper-go-away, viper-set-hooks): Use
16482 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16483
16484 * viper-mous.el (viper-current-frame-saved): Use defvar.
16485
16486 * viper-init.el: Get rid of -face in face names.
16487
16488 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16489 Make it work with longlines mode
16490
16491 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16492
16493 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16494
16495 * ediff-init.el: Get rid of -face in face names.
16496
16497 2005-07-10 Richard M. Stallman <rms@gnu.org>
16498
16499 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16500 and with-timeout-unsuspend.
16501
16502 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16503 and with-timeout-unsuspend.
16504
16505 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16506 (with-timeout): Bind that variable to record timers.
16507 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16508
16509 * emacs-lisp/debug.el (debug-help-follow): New function.
16510 (debugger-mode-map): Use that instead of help-follow.
16511 (debugger-setup-buffer): Use eval-buffer-list
16512 to handle eval-buffer frames.
16513
16514 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16515
16516 * timezone.el (timezone-parse-date): Change first regexp
16517 so it will not mistakenly match dates with no time zone.
16518
16519 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16520
16521 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16522
16523 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16524
16525 * custom.el (custom-initialize-safe-set)
16526 (custom-initialize-safe-default): New functions.
16527
16528 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16529 and simplify :init-value.
16530
16531 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16532 and simplify :init-value. Delete obsolete comment.
16533
16534 * startup.el (command-line): Use `custom-reevaluate-setting' to
16535 handle `tooltip-mode'. Delete obsolete comment.
16536
16537 * files.el (set-visited-file-name): Avoid calling
16538 `file-name-nondirectory' with a nil argument.
16539
16540 2005-07-09 Richard M. Stallman <rms@gnu.org>
16541
16542 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16543 was called with nil for the buffer, handle the read position right.
16544 Handle read position for eval-region, too.
16545
16546 2005-07-09 Juri Linkov <juri@jurta.org>
16547
16548 * fringe.el (fringe-mode): Add period in docstring.
16549 (fringe-query-style): Build prompt depending on `all-frames' arg.
16550
16551 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16552 to not create links to unrelated functions in the Help buffer.
16553
16554 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16555 Doc fix.
16556
16557 * simple.el (next-error-hook): New variable.
16558 (next-error): Use it. Doc fix.
16559
16560 * textmodes/ispell.el (ispell-command-loop): Add current
16561 dictionary name and program name to mode-line-format.
16562 (ispell-region, ispell-process-line): Add current dictionary name
16563 and program name to messages.
16564
16565 2005-07-08 Jay Belanger <belanger@truman.edu>
16566
16567 * calc/calc.el (calc-embedded-announce-formula-alist)
16568 (calc-embedded-open-close-formula-alist)
16569 (calc-embedded-open-close-word-alist)
16570 (calc-embedded-open-close-plain-alist)
16571 (calc-embedded-open-close-new-formula-alist)
16572 (calc-embedded-open-close-mode-alist)
16573 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16574 (calc-embedded-mode-hook): New variables.
16575
16576 * calc/calc-embed.el (calc-embedded-firsttime)
16577 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16578 New variables.
16579 (calc-do-embedded): Use calc-embedded-firsttime,
16580 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16581 determine whether or not to run hooks.
16582 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16583 calc-embedded-firsttime-formula appropriately.
16584 Set calc-embedded delimiter variables according to mode.
16585
16586 2005-07-08 Richard M. Stallman <rms@gnu.org>
16587
16588 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16589 Check for "emacs", etc., as entire symbol, not just as word.
16590 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16591
16592 * files.el (set-visited-file-name): Report the error
16593 for "empty filename" earlier.
16594 (kill-some-buffers): Ignore buffers already dead.
16595
16596 * fringe.el (fringe-mode): Doc fix.
16597
16598 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16599 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16600 Use unwind-protect to ensure byte-compile-unresolved-functions
16601 is updated.
16602
16603 * whitespace.el (whitespace-buffer-leading-cleanup):
16604 Simplify w/ skip-chars-forward.
16605 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16606
16607 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16608 Unconditionally try to leave point at the same old place.
16609
16610 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16611
16612 * comint.el (comint-postoutput-scroll-to-bottom)
16613 (comint-show-maximum-output): Take scroll-margin into consideration.
16614
16615 2005-07-08 Kim F. Storm <storm@cua.dk>
16616
16617 * ido.el (ido-use-filename-at-point): New choice `guess'.
16618 (ido-file-internal): Try ffap-guesser if selected.
16619
16620 * ido.el (ido-before-fallback-functions): New hook.
16621 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16622 (ido-read-file-name): Run it.
16623
16624 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16627 strings rather than a list of symbols to the completion function.
16628
16629 2005-07-07 Jay Belanger <belanger@truman.edu>
16630
16631 * calc/calc-units.el (math-apply-units): Change the places in
16632 which units are simplified.
16633
16634 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16635
16636 * cus-edit.el (customize-option, customize-option-other-window):
16637 Make them handle aliases.
16638
16639 * custom.el (custom-variable-p): Make it recursively follow
16640 aliases. Mention that in the docstring.
16641
16642 2005-07-07 Richard M. Stallman <rms@gnu.org>
16643
16644 * cus-start.el (exec-path): Use `directory' instead of `file'.
16645 Fix tag for nil.
16646
16647 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16648
16649 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16650 when called non-interactively. Doc fix.
16651
16652 2005-07-07 Lute Kamstra <lute@gnu.org>
16653
16654 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16655 new address as well.
16656
16657 2005-07-07 Kenichi Handa <handa@m17n.org>
16658
16659 * international/mule.el (make-coding-system):
16660 Describe `ascii-incompatible' property in the docstring.
16661 (set-file-name-coding-system): Signal an error if coding-system is
16662 ascii-incompatible.
16663 (set-keyboard-coding-system): Likewise.
16664
16665 * international/mule-cmds.el (set-default-coding-systems):
16666 Don't set default-file-name-coding-system and
16667 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16668
16669 * international/utf-16.el: Declare that all UTF-16-based coding
16670 systems are ASCII-incompatible.
16671
16672 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16673
16674 * progmodes/gud.el: Require font-lock for displaying errors.
16675 Used by gdb-ui.el.
16676
16677 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16678
16679 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16680 values for the pattern lists which are `read'able but not
16681 `append'able (like symbols).
16682
16683 2005-07-06 Richard M. Stallman <rms@gnu.org>
16684
16685 * progmodes/flymake.el (flymake-float-time): Instead of
16686 with-no-warnings, test for xemacs.
16687 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16688 to avoid warning.
16689
16690 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16691
16692 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16693
16694 2005-07-05 Lute Kamstra <lute@gnu.org>
16695
16696 * battery.el: Add support for Darwin (with much debugging help
16697 from Samuel Lauber <sam124@operamail.com>).
16698 (battery-status-function, battery-echo-area-format)
16699 (battery-mode-line-format): Add support for pmset on Darwin.
16700 (battery-load-low, battery-load-critical): New user options.
16701 (battery-pmset): New function.
16702
16703 2005-07-05 Lute Kamstra <lute@gnu.org>
16704
16705 Update FSF's address in GPL notices.
16706
16707 * textmodes/page-ext.el: Update FSF's address.
16708
16709 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16710
16711 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16712 filling from using prefix when filling a single-line docstring.
16713
16714 * progmodes/flymake.el: Remove useless eval-when-compile.
16715
16716 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16717
16718 2005-07-04 Richard M. Stallman <rms@gnu.org>
16719
16720 * textmodes/org.el (org-file-apps-defaults-gnu):
16721 Rename from org-file-apps-defaults-linux.
16722 (org-default-apps): Don't test system-type for `linux'.
16723 (org-file-apps): Doc fix.
16724
16725 2005-07-04 David Ponce <david@dponce.com>
16726
16727 * tree-widget.el: Improve header Commentary section.
16728 (tree-widget) [defgroup]
16729 (tree-widget-image-enable, tree-widget-themes-directory)
16730 (tree-widget-theme, tree-widget-image-properties-emacs)
16731 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16732 (tree-widget-image-formats, tree-widget-control)
16733 (tree-widget-empty-control, tree-widget-leaf-control
16734 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16735 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16736 (tree-widget-keep, tree-widget-after-toggle-functions)
16737 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16738 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16739 :help-echo message.
16740 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16741 (tree-widget-image-properties): Doc fix. Clearer implementation.
16742 (tree-widget--cursors): New constant.
16743 (tree-widget-lookup-image): New function split from
16744 `tree-widget-find-image'. Clearer implementation.
16745 (tree-widget-find-image): Use it.
16746 (tree-widget-button-keymap): Use `set-keymap-parent'.
16747 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16748 Define the sub-widgets here.
16749 (tree-widget-node): Check that :node is not a tree-widget.
16750 (tree-widget-get-super, tree-widget-open-control)
16751 (tree-widget-close-control, tree-widget-empty-control)
16752 (tree-widget-leaf-control, tree-widget-guide)
16753 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16754 (tree-widget-no-handle, tree-widget-value-delete)
16755 (tree-widget-map): Remove.
16756 (tree-widget-children-value-save): Doc fix. Simplified.
16757 (tree-widget-value-create): Update according to previous changes.
16758
16759 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16760
16761 * textmodes/org.el: Leading space replaced by TABS.
16762 (org-recalc-marks, org-table-rotate-recalc-marks)
16763 (org-table-get-specials): Treat "^" and "_" marks.
16764 (org-table-justify-field-maybe): Optional argument NEW.
16765 (org-table-eval-formula): Parsing of the format simplified.
16766 New modes C,I. Honor the %= parameter in the current table.
16767 Avoid unnecessary re-align by using the NEW argument to
16768 `org-table-justify-field-maybe'.
16769 (org-calc-default-modes): Default for date-format mimicks org-mode.
16770 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16771
16772 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16773
16774 * cus-face.el (custom-theme-set-faces): Make it handle face
16775 aliases whose alias declarations are pre- or autoloaded.
16776
16777 2005-07-04 Juri Linkov <juri@jurta.org>
16778
16779 * faces.el (read-face-name): Put the code for getting a face name
16780 from the buffer before adding the faces from the `face' property.
16781 Use `completing-read-multiple' instead of `completing-read'.
16782 Require `crm'. Add default value and post-process the returned
16783 list of faces.
16784
16785 * emacs-lisp/crm.el (crm-find-current-element)
16786 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16787
16788 * emacs-lisp/lisp-mode.el (eval-defun-1):
16789 * emacs-lisp/edebug.el (edebug-eval-defun):
16790 Remove unnecessary quotes.
16791
16792 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16793
16794 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16795 (prolog-indent-level): Fix typo in docstring.
16796
16797 * info.el (Info-history, Info-history-forward)
16798 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16799
16800 * add-log.el (add-change-log-entry):
16801 * comint.el (comint-dynamic-list-input-ring)
16802 (comint-dynamic-list-completions):
16803 * dabbrev.el (dabbrev-expand):
16804 * delim-col.el (delimit-columns-rectangle-line):
16805 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16806 (diff-unified->context):
16807 * ediff-init.el (ediff-abbrev-jobname):
16808 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16809 (ediff-replace-session-activity-marker-in-meta-buffer):
16810 * info.el (Info-summary):
16811 * lpr.el (printify-region):
16812 * printing.el (pr-create-interface):
16813 * ps-print.el (ps-print-quote):
16814 * ses.el (ses-column-widths, ses-print-cell)
16815 (ses-adjust-print-width, ses-center):
16816 * shell.el (shell-file-name-quote-list):
16817 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16818 (strokes-fill-current-buffer-with-whitespace)
16819 (strokes-xpm-for-stroke, strokes-list-strokes)
16820 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16821 * term.el (term-dynamic-list-input-ring)
16822 (term-dynamic-list-completions):
16823 * calc/calc.el (math-format-stack-value):
16824 * emacs-lisp/edebug.el (edebug-display-freq-count):
16825 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16826 (delphi-new-comment-line):
16827 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16828 * progmodes/executable.el (executable-set-magic):
16829 * progmodes/python.el (inferior-python-mode):
16830 * progmodes/scheme.el (scheme-mode-syntax-table):
16831 * progmodes/sh-script.el (sh-maybe-here-document):
16832 * progmodes/sql.el (sql-copy-column):
16833 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16834 * textmodes/bibtex.el (bibtex-mode):
16835 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16836 (sgml-auto-attributes):
16837 * textmodes/table.el (table-insert, table-shorten-cell)
16838 (table--generate-source-scan-lines, table-delete-row)
16839 (*table--cell-delete-char, table--spacify-frame)
16840 (table--horizontally-shift-above-and-below)
16841 (table--cell-insert-char, table--cell-blank-str)
16842 (table--fill-region-strictly):
16843 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16844 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16845
16846 * add-log.el (change-log):
16847 * apropos.el (apropos):
16848 * comint.el (comint-completion, comint-source):
16849 * dabbrev.el (dabbrev):
16850 * delim-col.el (columns):
16851 * diff-mode.el (diff-mode):
16852 * ediff.el (ediff):
16853 * ediff-diff.el (ediff-diff):
16854 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16855 * ediff-mult.el (ediff-mult):
16856 * ediff-ptch.el (ediff-ptch):
16857 * ediff-wind.el (ediff-window):
16858 * facemenu.el (facemenu):
16859 * indent.el (indent):
16860 * info.el (info):
16861 * jka-cmpr-hook.el (compression, jka-compr):
16862 * lpr.el (lpr):
16863 * outline.el (outlines):
16864 * pcmpl-cvs.el (pcmpl-cvs):
16865 * pcmpl-rpm.el (pcmpl-rpm):
16866 * printing.el (printing):
16867 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16868 (ps-print-vertical, ps-print-headers, ps-print-font)
16869 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16870 (ps-print-background, ps-print-printer, ps-print-page)
16871 (ps-print-miscellany):
16872 * ses.el (ses):
16873 * shell.el (shell, shell-directories, shell-faces):
16874 * startup.el (initialization):
16875 * strokes.el (strokes):
16876 * term.el (term):
16877 * uniquify.el (uniquify):
16878 * w32-vars.el (w32):
16879 * calc/calc.el (calc):
16880 * emacs-lisp/bytecomp.el (bytecomp):
16881 * emacs-lisp/cl-indent.el (lisp-indent):
16882 * emacs-lisp/edebug.el (edebug):
16883 * emacs-lisp/elp.el (elp):
16884 * emacs-lisp/testcover.el (testcover):
16885 * emacs-lisp/trace.el (trace):
16886 * emulation/viper-ex.el (viper-ex):
16887 * emulation/viper-mous.el (viper-mouse):
16888 * mail/mailalias.el (mailalias):
16889 * mail/supercite.el (supercite, supercite-frames)
16890 (supercite-attr, supercite-cite, supercite-hooks):
16891 * net/rcompile.el (remote-compile):
16892 * net/rlogin.el (rlogin):
16893 * obsolete/ooutline.el (outlines):
16894 * progmodes/delphi.el (delphi):
16895 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16896 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16897 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16898 (ebnf-optimization):
16899 * progmodes/etags.el (etags):
16900 * progmodes/executable.el (executable):
16901 * progmodes/idlwave.el (idlwave):
16902 * progmodes/pascal.el (pascal):
16903 * progmodes/prolog.el (prolog):
16904 * progmodes/python.el (python):
16905 * progmodes/scheme.el (scheme):
16906 * progmodes/sh-script.el (sh, sh-script):
16907 * progmodes/sql.el (SQL):
16908 * progmodes/tcl.el (tcl):
16909 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16910 * textmodes/enriched.el (enriched):
16911 * textmodes/makeinfo.el (makeinfo):
16912 * textmodes/sgml-mode.el (sgml):
16913 * textmodes/table.el (table-hooks):
16914 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16915 * textmodes/texinfo.el (texinfo):
16916 * textmodes/two-column.el (two-column):
16917 Finish `defgroup' description with period.
16918
16919 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16920 * eshell/esh-var.el (eshell-var):
16921 * progmodes/vhdl-mode.el (vhdl-testbench):
16922 * textmodes/org.el (org): Fix typos in docstrings.
16923
16924 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16925 consistency.
16926
16927 * progmodes/flymake.el (flymake-find-file): Remove.
16928 (flymake-float-time): Use `with-no-warnings'.
16929 (flymake-check-start-time, flymake-check-was-interrupted)
16930 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16931 (flymake-new-err-info): `defvar' at compile time.
16932
16933 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16934
16935 * replace.el (occur-hook): Doc fix.
16936 (occur-1): Don't call `occur-hook' if there are no matches.
16937
16938 2005-07-03 Richard M. Stallman <rms@gnu.org>
16939
16940 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16941 global-map, save the same map.
16942 (global-map): Don't alter it at top level.
16943 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16944 Then alter it here instead.
16945 (tpu-edt-off): Set global-map to the saved one.
16946
16947 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16948 All references simplified.
16949 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16950 (zmacs-regions): Add defvar.
16951 (repeat-complex-command-map): Everything about that deleted.
16952
16953 * textmodes/artist.el (artist-key-is-drawing)
16954 (artist-key-endpoint1, artist-key-poly-point-list)
16955 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16956 (artist-key-compl-table, artist-rb-save-data)
16957 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16958 Don't put them in eval-when-compile.
16959 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16960
16961 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16962 Use with-no-warnings.
16963
16964 * net/browse-url.el (dos-windows-version): Add defvar.
16965
16966 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16967
16968 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16969 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16970 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16971 Add defvar.
16972 (rmail-summary-beginning-of-message): Use with-no-warnings.
16973 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16974
16975 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16976 Use with-no-warnings.
16977
16978 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16979 (c-mark-function): Add point-moving-unit property.
16980 (vi-goto-line): Use with-no-warnings.
16981
16982 * emulation/edt.el (edt-last-copied-word): Add defvar.
16983 (zmacs-region-stays): Likewise.
16984 (edt-mark-section-wisely): Use c-mark-function for C.
16985 Use makr-defun for Fortran.
16986 (time-string): defvar deleted.
16987 (edt-display-the-time): Don't set time-string.
16988
16989 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16990
16991 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16992 Don't warn when name is not constant
16993 or for defining the group `emacs'.
16994
16995 * tooltip.el (gud-tooltip-mode): Add defvar.
16996
16997 * startup.el (default-frame-background-mode): Add defvar.
16998
16999 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17000
17001 * info.el (tool-bar-map): Add defvar.
17002
17003 * dired.el (dnd-protocol-alist): Add defvar.
17004
17005 * dired-aux.el (dired-query): Display question with answer, when
17006 the user answers.
17007
17008 * custom.el (custom-add-option): Doc fix.
17009
17010 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17011
17012 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17013
17014 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17015 bogus name from the last change.
17016
17017 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17018
17019 * custom.el (custom-declare-variable): Fix typos in comment.
17020 (custom-known-themes): Doc fix.
17021 (custom-theme-directory): New defcustom.
17022 (require-theme): Make it check `custom-theme-directory'.
17023
17024 * cus-theme.el (custom-new-theme-mode): New function.
17025 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17026 (custom-theme-description): Add compiler defvars.
17027 (customize-create-theme): Add doc to the "*New Custom Theme*"
17028 buffer. Use `custom-new-theme-mode'.
17029 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17030 and save it to the `custom-theme-directory'. Make this the
17031 default directory of the buffer.
17032
17033 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17034
17035 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17036 Fix unbalanced parentheses.
17037
17038 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17039
17040 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17041 into flymake-mode and delegate to flymake-mode.
17042
17043 * find-file.el (ff-which-function-are-we-in): Clean up.
17044
17045 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * replace.el (occur-rename-buffer): Fix docstring.
17048
17049 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17050 (edt-last-copied-word, edt-learn-macro-count)
17051 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17052 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17053 (time-string, zmacs-region-stays):
17054 * emulation/edt-mapper.el (edt-save-function-key-map)
17055 (EDT-key-name): `defvar' to silence the byte-compiler.
17056
17057 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17058
17059 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17060 font-lock-regexp-backslash. Doc fix.
17061 (font-lock-regexp-backslash-grouping-construct): Rename from
17062 font-lock-regexp-backslash-construct. Doc fix.
17063 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17064 grouping constructs.
17065
17066 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17067
17068 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17069 updating all the prerequisites.
17070
17071 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17072
17073 * textmodes/org.el (org-agenda-start-on-weekday)
17074 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17075 (org-agenda-use-time-grid, org-archive-location)
17076 (org-allow-space-in-links, org-usenet-links-prefer-google)
17077 (org-enable-table-editor, org-export-default-language)
17078 (org-export-html-show-new-buffer, org-fill-paragraph)
17079 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17080 (org-goto-quit, org-occur, org-eval-in-calendar)
17081 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17082 (org-agenda-diary-entry, org-remember-help)
17083 (org-table-convert-region, org-at-table-p)
17084 (org-table-move-row-down, org-table-move-row-up)
17085 (org-table-copy-region, org-table-toggle-vline-visibility)
17086 (org-table-get-stored-formulas, org-table-get-specials)
17087 (org-recalc-commands, org-table-eval-formula)
17088 (org-table-formula-substitute-names, orgtbl-make-binding)
17089 (org-format-org-table-html, org-format-table-table-html)
17090 (org-format-table-table-html-using-table-generate-source)
17091 (org-customize): Fix typos in docstrings.
17092 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17093 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17094 (org-back-to-heading): Doc fixes.
17095 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17096 (org-agenda-change-all-lines, org-get-header):
17097 Improve argument/docstring consistency.
17098 (orgtbl-error): Fix error message.
17099
17100 * progmodes/flymake.el (flymake-find-possible-master-files)
17101 (flymake-master-file-compare, flymake-get-line-err-count)
17102 (flymake-highlight-line, flymake-gui-warnings-enabled):
17103 Fix typos in docstrings.
17104 (flymake-parse-line, flymake-get-project-include-dirs-function)
17105 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17106 Doc fixes.
17107 (flymake-get-project-include-dirs-function)
17108 (flymake-make-err-menu-data):
17109 Improve argument/docstring consistency.
17110
17111 2005-07-01 Lute Kamstra <lute@gnu.org>
17112
17113 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17114 Catch errors with ignore-errors. Use temporary buffer.
17115 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17116
17117 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17118 background color faces.
17119 (facemenu-set-foreground, facemenu-set-background):
17120 Use facemenu-set-face-from-menu.
17121 (facemenu-set-face-from-menu): Treat face names that start with
17122 "fg:" or "bg:" as special.
17123 (facemenu-add-new-color): Don't create faces. Simplify.
17124
17125 2005-06-30 Richard M. Stallman <rms@gnu.org>
17126
17127 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17128 (crm-find-current-element): Likewise.
17129
17130 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17131
17132 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17133
17134 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17137 (archive-mouse-extract): Make it an obsolete alias.
17138 (archive-mode-map): Don't use archive-mouse-extract any more.
17139 (archive-mode, archive-extract): write-contents-hooks ->
17140 write-contents-functions.
17141 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17142 first arg.
17143 (archive-rename-entry): Update the call.
17144 (archive-zip-summarize): Remove unused var `method'.
17145 (archive-lzh-summarize): Remove unused var `creator'.
17146
17147 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17148 dedicated frame upon exit.
17149
17150 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17151 (archive-zip-extract, archive-zip-expunge)
17152 (archive-zip-update, archive-zip-update-case): Use executable-find.
17153 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17154 Use restore-buffer-modified-p.
17155 (archive-extract, archive-add-new-member, archive-write-file-member):
17156 Use with-current-buffer.
17157 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17158
17159 2005-06-30 Andreas Schwab <schwab@suse.de>
17160
17161 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17162
17163 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17164
17165 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17166
17167 2005-06-30 Juri Linkov <juri@jurta.org>
17168
17169 * faces.el (vertical-border): Inherit from mode-line-inactive
17170 only on tty.
17171
17172 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17173
17174 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17175 example, -NLINES in the `occur' docstring).
17176
17177 * replace.el (occur-1): When no matches are found, do not set the
17178 `buffer-read-only' and modified flags for the occur buffer,
17179 because it is deleted.
17180
17181 * emulation/cua-base.el (cua-check-pending-input)
17182 (cua-repeat-replace-region, cua-mode, cua-debug)
17183 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17184 Fix typos in docstrings.
17185
17186 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17187 (cua-cut-region-to-global-mark)
17188 (cua--cut-rectangle-to-global-mark):
17189 Remove period from end of messages.
17190
17191 * emulation/cua-rect.el (cua-do-rectangle-padding):
17192 Remove period from end of messages.
17193 (cua--rectangle-seq-format): Fix typo in docstring.
17194 (cua-sequence-rectangle, cua-fill-char-rectangle):
17195 Improve argument/docstring consistency.
17196
17197 2005-06-29 Juri Linkov <juri@jurta.org>
17198
17199 * faces.el (default-frame-background-mode): New internal variable.
17200 (frame-set-background-mode): Use it.
17201
17202 * startup.el (normal-top-level): Set default-frame-background-mode
17203 instead of frame-background-mode. Before setting it, test for its
17204 nil value. Remove tests for frame-background-mode and frame
17205 parameter `reverse'. Add test for "unspecified-fg".
17206
17207 * term/xterm.el (xterm-rxvt-set-background-mode):
17208 * term/rxvt.el (rxvt-set-background-mode):
17209 Set default-frame-background-mode instead of frame-background-mode.
17210
17211 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17212
17213 * simple.el (set-variable): Warn about obsolete user variables.
17214
17215 * imenu.el (imenu--completion-buffer):
17216 * mouse.el (mouse-buffer-menu-alist):
17217 * msb.el (msb-invisible-buffer-p):
17218 * calendar/diary-lib.el (diary-header-line-format):
17219 * emacs-lisp/pp.el (pp-buffer):
17220 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17221 * textmodes/picture.el (picture-replace-match):
17222 Change space constants followed by a sexp to "?\s ".
17223
17224 * play/decipher.el (decipher-loop-with-breaks):
17225 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17226 constants "protected" from end of line by a comment to "?\s".
17227
17228 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17229
17230 * font-lock.el (save-buffer-state): Use `declare'.
17231
17232 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17233 reset the syntax-table to cperl-mode-syntax-table.
17234 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17235 "foo_print_bar" is not matched as a reserved keyword.
17236
17237 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17238
17239 * textmodes/org.el (orgtbl-setup): New function, for delayed
17240 setup for the orgtbl commands.
17241 (org-calc-default-modes): New option.
17242 (orgtbl-make-binding): Use `defun' to get better help display.
17243 (org-diary): Call `org-compile-prefix-format'.
17244 (org-table-formula-substitute-names): New function.
17245 (org-agenda-day-view, org-agenda-week-view): New commands.
17246 (org-agenda-toggle-week-view): Command removed.
17247 (org-tbl-menu): Split off from org-org-menu.
17248 (org-mode): Move removal of outline-mode menus to here.
17249 (org-table-formula-debug): New option.
17250 (org-table-insert-row): Keep first field if just "#" or "*".
17251 (org-mode): Paragraph regexps fixed.
17252 (org-table-recalculate-regexp): New constant.
17253 (org-table-justify-field-maybe): Avoid replace if not necessary.
17254 (org-copy-special, org-cut-special): Use `call-interactively'.
17255 (org-table-copy-region): Take region from `interactive' call.
17256 (org-trim): Return string even if no match.
17257 (org-formula): New face.
17258 (org-set-font-lock-defaults): No longer highlight "FIXME".
17259 But highlight formula-related fields in table.
17260 (org-table-p): Use regexp, not fontification.
17261 (org-table-align): Handle white space at end of line.
17262 (org-table-formula-evaluate-inline): New option.
17263 (org-mode): Auto-wrapping in comment lines turned off.
17264 (org-table-copy-down): Evaluate only in copied field, not in
17265 destination.
17266 (org-table-current-formula): Variable removed.
17267 (org-table-store-formulas, org-table-get-stored-formulas)
17268 (org-table-modify-formulas, org-table-replace-in-formulas)
17269 (org-table-maybe-eval-formula): New functions.
17270 (org-table-get-formula): Modify to use stored formulas.
17271 (org-table-insert-column, org-table-delete-column)
17272 (org-table-move-column): Call `org-table-modify-formulas'.
17273 (org-complete): Add completion for keyword formulas.
17274 (orgtbl-mode): Pull orgtbl-mode-map to start of
17275 minor-mode-map-alist.
17276
17277 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * progmodes/python.el (python-check): Require `compile' before
17280 modifying its variables.
17281
17282 * newcomment.el (comment-indent-default): Don't get fooled by an early
17283 end of buffer.
17284
17285 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17286
17287 * ps-print.el (ps-print-version): Fix version number.
17288
17289 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17290
17291 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17292
17293 2005-06-28 Richard M. Stallman <rms@gnu.org>
17294
17295 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17296 (flyspell-local-mouse-map): Declaration deleted.
17297 (flyspell-mouse-map): Bind only mouse-2.
17298 (flyspell-mode-map): Don't test flyspell-use-local-map.
17299 (flyspell-overlay-keymap-property-name): Var deleted.
17300 (flyspell-mode-on): Don't make local bindings for
17301 flyspell-mouse-map and flyspell-mode-map.
17302 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17303
17304 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17305
17306 * progmodes/compile.el (compilation-next-error-function):
17307 Don't switch buffers; operate on the current buffer.
17308
17309 * progmodes/compile.el (compilation-error-file-name)
17310 (compilation-warning-file-name, compilation-info-file-name)
17311 (compilation-line-number, compilation-column-number): New faces.
17312 (compilation-error-face, compilation-warning-face)
17313 (compilation-info-face, compilation-line-face)
17314 (compilation-column-face): Use them.
17315
17316 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17317
17318 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17319
17320 * bindings.el (global-map): Bind insertchar and its variants.
17321
17322 2005-06-27 Richard M. Stallman <rms@gnu.org>
17323
17324 * textmodes/artist.el (artist-text-overwrite)
17325 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17326
17327 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17328
17329 * ps-print.el: It was not working the page selection for printing.
17330 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17331 (ps-print-version): New version 6.6.7.
17332 (ps-end-sheet): New fun.
17333 (ps-header-sheet, ps-end-job): Call it.
17334
17335 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17336
17337 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17338
17339 2005-06-27 Lute Kamstra <lute@gnu.org>
17340
17341 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17342 background color faces.
17343 (facemenu-get-face): Delete function.
17344 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17345 (facemenu-add-new-color): Make second argument mandatory.
17346 Create the appropriate face and return it. Simplify.
17347 (facemenu-set-foreground, facemenu-set-background): Don't check if
17348 color is defined. Use return value of facemenu-add-new-color.
17349
17350 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17351
17352 * progmodes/gud.el (gud-filter): Add missing argument to
17353 with-selected-window.
17354
17355 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17356
17357 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17358 a :require to the defcustom.
17359
17360 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17361 defcustoms corresponding to minor modes.
17362
17363 2005-06-26 David Ponce <david@dponce.com>
17364
17365 * recentf.el: Require tree-widget instead of wid-edit.
17366 (recentf-filename-handler): Fix widget :type.
17367 (recentf-cancel-dialog, recentf-open-more-files)
17368 (recentf-open-files-action): Doc fix.
17369 (recentf-dialog-goto-first): New function.
17370 (recentf-dialog-mode-map): Set parent keymap first.
17371 (recentf-dialog-mode): Define with define-derived-mode.
17372 Don't display continuation lines in dialogs.
17373 (recentf-edit-list): Rename from recentf-edit-selected-items.
17374 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17375 Simplify.
17376 (recentf-edit-list-validate): New function.
17377 (recentf-edit-list): Update accordingly.
17378 (recentf-open-files-item-shift): Remove.
17379 (recentf-open-files-item): Convert menu elements into tree and
17380 link widgets. Don't create the widgets.
17381 (recentf-open-files): Update accordingly.
17382 (recentf-save-list): Untabify.
17383
17384 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17385
17386 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17387 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17388 partially contained in the active region. Do not take active
17389 region into account when called from Lisp, unless INTERACTIVE arg
17390 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17391 avoid trouble with fields. Make marker point nowhere when no
17392 longer used. Always return nil. Doc fix.
17393 (flush-lines): Add INTERACTIVE arg. Do not take active region
17394 into account when called from Lisp, unless INTERACTIVE arg is
17395 non-nil. Use `forward-line' instead of `beginning-of-line' to
17396 avoid trouble with fields. Make marker point nowhere when no
17397 longer used. Always return nil. Doc fix.
17398 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17399 interchangeable. Do not take active region into account when
17400 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17401 message in echo area when called from Lisp, unless INTERACTIVE arg
17402 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17403 Return the number of matches. Doc fix.
17404 (occur): Doc fix.
17405 (perform-replace): Make comment follow double space convention for
17406 the sake of `outline-minor-mode'.
17407
17408 * faces.el (facep): Doc fix.
17409
17410 2005-06-25 Richard M. Stallman <rms@gnu.org>
17411
17412 * facemenu.el (facemenu-enable-faces-p): New function.
17413 (facemenu-background-menu, facemenu-foreground-menu)
17414 (facemenu-face-menu): Add menu-enable property.
17415
17416 * jka-compr.el (jka-compr-insert-file-contents):
17417 Special handling if cannot find the uncompression program.
17418
17419 * cus-face.el (custom-face-attributes): Add autoload.
17420
17421 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17422 Bind comment-indent-function locally.
17423
17424 * window.el (save-selected-window): Use save-current-buffer.
17425
17426 * subr.el (with-selected-window): Use save-current-buffer.
17427
17428 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17429 and with-current-buffer.
17430
17431 2005-06-24 Richard M. Stallman <rms@gnu.org>
17432
17433 * simple.el (line-move-1): Fix previous change.
17434
17435 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17436
17437 * replace.el (occur-1): Set `buffer-read-only' and the
17438 buffer-modified flag before running `occur-hook' to protect
17439 against unintentional buffer switches that can lead to data loss.
17440
17441 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17442
17443 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17444 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17445 initial error.
17446
17447 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17448 after fresh input.
17449 (gdb-var-create-handler): Put name of expression in quotes.
17450
17451 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17452
17453 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17454 elements of RING in order, and without bogus nil elements.
17455
17456 2005-06-23 Richard M. Stallman <rms@gnu.org>
17457
17458 * simple.el (set-variable): Args renamed; doc fix.
17459 (line-move-1): When there are overlays around, use vertical-motion.
17460
17461 * faces.el (escape-glyph): Use brown against light background.
17462 (nobreak-space): Rename from no-break-space.
17463 Fix previous change.
17464
17465 * dired-aux.el (dired-do-copy): Fix arg prompt.
17466
17467 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17468
17469 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17470
17471 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17472 rather than "Distributor".
17473
17474 2005-06-23 Lute Kamstra <lute@gnu.org>
17475
17476 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17477 (debug-on-entry): Use it. New interactive declaration that uses
17478 function-called-at-point.
17479
17480 2005-06-23 Kim F. Storm <storm@cua.dk>
17481
17482 * subr.el (save-match-data): Add comment about using evaporate arg
17483 to set-match-data.
17484
17485 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17486
17487 * cus-edit.el (customize-face)
17488 (customize-face-other-window): Handle face aliases.
17489
17490 * faces.el (face-documentation, set-face-attribute)
17491 (face-spec-set): Handle face aliases.
17492
17493 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17494
17495 * help-mode.el (help-make-xrefs): If a symbol representing a face
17496 name is not followed by the word "face", it could still be a
17497 function or variable name, so don't bypass other checks.
17498
17499 2005-06-22 Juri Linkov <juri@jurta.org>
17500
17501 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17502 Replace aliased functions with calls where second arg `inherit' is t.
17503
17504 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17505
17506 * progmodes/gdb-ui.el (gdb-error): New variable.
17507 (gdb-error): New function.
17508 (gdb-annotation-rules): Act on error-begin and error annotations.
17509 (gdb-concat-output): Use font-lock-warning-face for errors.
17510
17511 2005-06-22 Miles Bader <miles@gnu.org>
17512
17513 * bindings.el (propertized-buffer-identification): Use renamed
17514 `Buffer-menu-buffer' face.
17515
17516 * faces.el (vertical-border): Rename from `vertical-divider'.
17517 (escape-glyph): Change dark-background color back to `cyan'.
17518
17519 2005-06-21 Juri Linkov <juri@jurta.org>
17520
17521 * faces.el (face-user-default-spec): Try getting `customized-face'
17522 prior to `saved-face'.
17523 (frame-background-mode): Refill docstring.
17524
17525 * emacs-lisp/lisp-mode.el (eval-defun-1):
17526 * emacs-lisp/edebug.el (edebug-eval-defun):
17527 Set `saved-face' temporarily to nil before calling form.
17528 Set `customized-face' to the new spec after that.
17529
17530 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17531
17532 * subr.el (1value, lambda, key-substitution-in-progress):
17533 Doc fixes.
17534
17535 * autoinsert.el (auto-insert-alist):
17536 * ses.el (ses-call-printer):
17537 * subr.el (noreturn):
17538 * emacs-lisp/lisp.el (check-parens):
17539 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17540 * net/browse-url.el (browse-url-mosaic):
17541 * progmodes/cc-defs.el (c-safe-scan-lists):
17542 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17543 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17544 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17545 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17546 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17547 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17548
17549 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17550
17551 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17552
17553 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17554
17555 * calendar/appt.el (appt-make-list): Activate the package, if
17556 not already active (for backwards compatibility).
17557
17558 2005-06-20 Kim F. Storm <storm@cua.dk>
17559
17560 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17561
17562 2005-06-20 Miles Bader <miles@gnu.org>
17563
17564 * faces.el (vertical-divider): New face.
17565
17566 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17567
17568 * simple.el (kill-whole-line): Doc fix.
17569 (next-error-buffer-p, next-error-find-buffer)
17570 (clone-indirect-buffer): Fix typos in docstrings.
17571 (comment-line-break-function): Doc fix: don't say variable
17572 is automatically buffer-local (it isn't).
17573
17574 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17575
17576 * net/tramp-ftp.el (top):
17577 * net/tramp-smb.el (top):
17578 * net/tramp-util.el (top):
17579 * net/tramp-uu.el (top):
17580 * net/tramp-vc.el (top):
17581 * net/tramp.el (top): Revert copyright years back to original
17582 ones. Tramp has a life outside GNU Emacs.
17583
17584 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17585
17586 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17587
17588 2005-06-18 Juri Linkov <juri@jurta.org>
17589
17590 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17591 end of first regexp to limit the match to the position between
17592 line number and source line with same separator character as used
17593 between file name and line number. In the second regexp limit
17594 mouse-face area to file name and line number by adding new group
17595 for them and referring it in HYPERLINK arg.
17596 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17597 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17598 previous line where grep markers may be already removed.
17599
17600 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17601
17602 * progmodes/ps-mode.el: Update version and maintainer's email address.
17603
17604 2005-06-18 Steve Youngs <steve@xemacs.org>
17605
17606 * net/browse-url.el (browse-url-browser-function)
17607 (browse-url-default-browser): Add firefox.
17608 (browse-url-firefox-program, browse-url-firefox-arguments)
17609 (browse-url-firefox-startup-arguments)
17610 (browse-url-firefox-new-window-is-tab): New defcustoms.
17611 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17612
17613 2005-06-17 Richard M. Stallman <rms@gnu.org>
17614
17615 * startup.el (command-line): Warn if specified user name has
17616 no home directory.
17617
17618 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17619 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17620
17621 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17622 Doc fixes.
17623
17624 * faces.el (underline): Try bold if terminal doesn't support underline.
17625
17626 * mail/sendmail.el (mail-setup-with-from): New variable.
17627 (mail-insert-from-field): New function.
17628 (sendmail-send-it): Call it.
17629 (mail-setup): Optionally call it here.
17630
17631 * term/linux.el: Call tty-no-underline.
17632
17633 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17634
17635 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17636
17637 2005-06-17 Miles Bader <miles@gnu.org>
17638
17639 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17640 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17641 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17642 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17643 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17644 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17645 Remove "-face" suffix from face names.
17646 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17647 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17648 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17649 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17650 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17651 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17652 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17653 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17654 New backward-compatibility aliases for renamed faces.
17655 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17656 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17657 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17658 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17659 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17660 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17661 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17662 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17663 Use renamed ediff faces.
17664
17665 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17666 Remove "-face" suffix from face names.
17667 (eshell-test-ok-face, eshell-test-failed-face):
17668 New backward-compatibility aliases for renamed faces.
17669 (eshell-run-test): Use renamed eshell-test faces.
17670
17671 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17672 face name.
17673 (eshell-prompt-face): New backward-compatibility alias for renamed
17674 face.
17675 (eshell-emit-prompt): Use renamed eshell-prompt face.
17676
17677 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17678 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17679 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17680 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17681 Remove "-face" suffix from face names.
17682 (eshell-ls-directory-face, eshell-ls-symlink-face)
17683 (eshell-ls-executable-face, eshell-ls-readonly-face)
17684 (eshell-ls-unreadable-face, eshell-ls-special-face)
17685 (eshell-ls-missing-face, eshell-ls-archive-face)
17686 (eshell-ls-backup-face, eshell-ls-product-face)
17687 (eshell-ls-clutter-face):
17688 New backward-compatibility aliases for renamed faces.
17689 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17690
17691 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17692 Remove "-face" suffix from face name.
17693 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17694 instead of literal face.
17695
17696 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17697
17698 * emacs-lisp/warnings.el (display-warning, lwarn)
17699 (warning-minimum-log-level): Doc fixes.
17700 (warning-minimum-level, warning-minimum-log-level):
17701 Add :debug to :type choices.
17702
17703 * progmodes/ada-mode.el (ada-format-paramlist)
17704 (ada-get-indent-case, ada-check-matching-start)
17705 (ada-check-defun-name, ada-goto-matching-decl-start)
17706 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17707 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17708 (ada-make-subprogram-body): Follow error conventions.
17709 (ada-case-exception-file, ada-indent-comment-as-code)
17710 (ada-indent-handle-comment-special, ada-indent-renames)
17711 (ada-indent-return, ada-search-directories-internal)
17712 (ada-tab-policy, ada-case-exception-substring)
17713 (ada-other-file-alist, ada-matching-start-re)
17714 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17715 (ada-imenu-generic-expression, ada-compile-goto-error)
17716 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17717 (ada-popup-menu, ada-add-extensions, ada-mode)
17718 (ada-region-selected, ada-create-case-exception)
17719 (ada-create-case-exception-substring, ada-after-keyword-p)
17720 (ada-activate-keys-for-case, ada-adjust-case-region)
17721 (ada-adjust-case-buffer, ada-format-paramlist)
17722 (ada-scan-paramlist, ada-insert-paramlist)
17723 (ada-indent-newline-indent)
17724 (ada-indent-newline-indent-conditional)
17725 (ada-justified-indent-current, ada-goto-previous-word)
17726 (ada-indent-current, ada-get-indent-open-paren)
17727 (ada-get-indent-paramlist, ada-get-indent-end)
17728 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17729 (ada-get-indent-block-start, ada-get-indent-subprog)
17730 (ada-get-indent-noindent, ada-get-indent-label)
17731 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17732 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17733 (ada-goto-stmt-end, ada-goto-next-word)
17734 (ada-check-matching-start, ada-check-defun-name)
17735 (ada-goto-matching-decl-start, ada-goto-matching-start)
17736 (ada-goto-matching-end, ada-search-ignore-string-comment)
17737 (ada-in-decl-p, ada-looking-at-semi-or)
17738 (ada-looking-at-semi-private, ada-in-paramlist-p)
17739 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17740 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17741 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17742 (ada-previous-package, ada-create-menu)
17743 (ada-fill-comment-paragraph-justify)
17744 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17745 (ada-other-file-name, ada-last-which-function-line)
17746 (ada-last-which-function-subprog, ada-which-function)
17747 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17748 (ada-gen-treat-proc, ada-check-emacs-version)
17749 (ada-continuation-indent, ada-align-region-separate):
17750 Fix typos in docstrings.
17751 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17752
17753 2005-06-16 Lute Kamstra <lute@gnu.org>
17754
17755 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17756 conditionally.
17757
17758 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17759
17760 * comint.el (comint-replace-by-expanded-filename)
17761 (comint-prompt-regexp, comint-delimiter-argument-list)
17762 (comint-preinput-scroll-to-bottom):
17763 * info.el (Info-hide-cookies-node):
17764 * ls-lisp.el (ls-lisp-classify):
17765 * find-file.el (ff-search-directories, ff-special-constructs)
17766 (ff-find-other-file):
17767 * font-lock.el (font-lock-keywords):
17768 * shell.el (shell-prompt-pattern)
17769 (shell-dynamic-complete-functions, shell-mode)
17770 (shell-delimiter-argument-list):
17771 * term.el (term-replace-by-expanded-filename)
17772 (term-prompt-regexp, term-delimiter-argument-list):
17773 * woman.el (woman-ignore, woman0-if):
17774 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17775 * emacs-lisp/elint.el (elint-init-env):
17776 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17777 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17778 * language/ethio-util.el (ethio-tilde-escape)
17779 (ethio-use-three-dot-question):
17780 * net/zone-mode.el (zone-mode-load-time-setup):
17781 * progmodes/cc-align.el (c-lineup-argcont):
17782 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17783 * progmodes/cperl-mode.el (cperl-set-style-back):
17784 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17785 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17786 Fix spellings in docstrings.
17787
17788 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17789 * progmodes/modula2.el (m2-for): Fix spellings.
17790
17791 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17792
17793 * simple.el (undo-more): Don't use `format' on `error' arguments.
17794 Improve argument/docstring consistency.
17795 (pending-undo-list): Doc fix.
17796
17797 * smerge-mode.el (smerge-ensure-match):
17798 * emulation/vip.el (vip-ex):
17799 * net/zone-mode.el (zone-mode-update-serial):
17800 * progmodes/idlwave.el (idlwave-complete):
17801 * progmodes/vhdl-mode.el (vhdl-visit-file)
17802 (vhdl-compose-wire-components):
17803 Don't use `format' on `error' arguments.
17804
17805 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17806 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17807 (tooltip-help-tips): Fix typos in docstrings.
17808
17809 2005-06-16 David Ponce <david@dponce.com>
17810
17811 * tree-widget.el (tree-widget-value-create): Simplify last change.
17812
17813 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17814
17815 * ido.el (ido-incomplete-regexp): New variable.
17816 (ido-set-matches-1): Handle invalid-regexp error and set
17817 ido-incomplete-regexp.
17818 (ido-incomplete-regexp): New face.
17819 (ido-completions): Use it.
17820 (ido-complete, ido-exit-minibuffer, ido-completions):
17821 Handle incomplete regexps.
17822 (ido-completions): Add check for complete match when entering a regexp.
17823
17824 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17825
17826 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17827
17828 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17829
17830 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17831 by field delimiters.
17832
17833 2005-06-15 David Ponce <david@dponce.com>
17834
17835 * tree-widget.el: eval-and-compile inlined functions so they will
17836 be available at run-time too.
17837 (tree-widget-super-format-handler)
17838 (tree-widget-format-handler): Remove.
17839 (tree-widget-value-create): Handle the :indent property.
17840
17841 2005-06-15 Miles Bader <miles@gnu.org>
17842
17843 * progmodes/which-func.el (which-func): Only inherit
17844 `font-lock-function-name-face' when that makes sense against the
17845 default mode-line face, otherwise set the face color explicitly.
17846
17847 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17848 faces instead of (non-existent) variables.
17849
17850 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17851
17852 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17853 (iswitchb-get-matched-buffers): Likewise. Simplify.
17854
17855 2005-06-14 Miles Bader <miles@gnu.org>
17856
17857 * progmodes/ld-script.el (ld-script-location-counter):
17858 Remove "-face" suffix from face name.
17859 (ld-script-location-counter-face):
17860 New backward-compatibility alias for renamed face.
17861 (ld-script-location-counter-face): Use renamed face.
17862
17863 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17864 (cperl-hash): Remove "-face" suffix from face names.
17865 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17866 New backward-compatibility aliases for renamed faces.
17867 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17868 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17869
17870 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17871 name.
17872 (which-func-face): New backward-compatibility alias for renamed face.
17873 (which-func-format): Use renamed which-func face.
17874
17875 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17876 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17877 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17878 names.
17879 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17880 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17881 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17882 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17883 (vhdl-speedbar-architecture-selected)
17884 (vhdl-speedbar-configuration-selected)
17885 (vhdl-speedbar-package-selected)
17886 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17887 names.
17888 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17889 Use renamed faces.
17890 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17891 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17892 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17893 Use renamed faces.
17894 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17895 names.
17896 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17897 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17898 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17899 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17900 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17901 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17902
17903 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17904 face name.
17905 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17906 (sh-heredoc-face): Use renamed sh-heredoc face.
17907
17908 * progmodes/idlw-help.el (idlwave-help-link):
17909 Remove "-face" suffix from face name.
17910 (idlwave-help-link-face):
17911 New backward-compatibility alias for renamed face.
17912 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17913
17914 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17915 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17916 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17917 New backward-compatibility aliases for renamed faces.
17918 (idlwave-shell-disabled-breakpoint-face)
17919 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17920
17921 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17922 Remove "-face" suffix from face names.
17923 (flymake-errline-face, flymake-warnline-face):
17924 New backward-compatibility aliases for renamed faces.
17925 (flymake-highlight-line): Use renamed flymake faces.
17926
17927 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17928 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17929 (ebrowse-member-class, ebrowse-progress):
17930 Remove "-face" suffix from face names.
17931 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17932 (ebrowse-file-name-face, ebrowse-default-face)
17933 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17934 (ebrowse-progress-face):
17935 New backward-compatibility aliases for renamed faces.
17936 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17937 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17938 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17939 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17940
17941 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17942 antlr-syntax)
17943 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17944 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17945 names.
17946 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17947 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17948 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17949 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17950 backward-compatibility aliases for renamed faces.
17951 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17952 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17953 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17954 remove "font-lock-". Use renamed antlr-mode faces.
17955 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17956 literal face-names with face variable references.
17957
17958 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17959 face name.
17960 (Buffer-menu-buffer-face): New backward-compatibility alias for
17961 renamed face.
17962 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17963
17964 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17965
17966 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17967 Eliminate "-face" suffix.
17968 (makefile-targets): Inherit from font-lock-function-name-face and
17969 eliminate "-face" suffix.
17970 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17971 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17972 actions, instead of prepending, to make it less visible.
17973 (makefile-previous-dependency, makefile-match-dependency):
17974 Don't match a target on a continuation line.
17975
17976 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17977
17978 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17979
17980 * progmodes/gdb-ui.el (menu): Re-order menu items.
17981 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17982
17983 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17984 Define in tooltip.el.
17985 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17986 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17987 gud-tooltip-echo-area.
17988
17989 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17990 backward compatibility and make obsolete.
17991 (tooltip-help-tips): Use tooltip-use-echo-area.
17992 (tooltip-show-help-function): Rename to...
17993 (tooltip-show-help): ...this, because it is a function.
17994 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17995
17996 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17997
17998 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17999 (edebug-print-length, edebug-print-level, edebug-print-circle)
18000 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18001 (edebug-eval-print-last-sexp): Doc fixes.
18002
18003 2005-06-14 Kim F. Storm <storm@cua.dk>
18004
18005 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18006 as the coverage buffer/file/both may change.
18007
18008 2005-06-14 Lute Kamstra <lute@gnu.org>
18009
18010 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18011 and run-mode-hooks. Simplify.
18012
18013 * mail/rmailedit.el (rmail-edit-mode):
18014 * progmodes/octave-inf.el (inferior-octave-mode):
18015 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18016
18017 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18018 and run-mode-hooks.
18019 (recentf-edit-list, recentf-open-files): Don't call
18020 kill-all-local-variables directly.
18021
18022 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18023
18024 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18025
18026 * emacs-lisp/byte-run.el (make-obsolete)
18027 (define-obsolete-function-alias): Rename arguments FUNCTION and
18028 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18029 (make-obsolete-variable, define-obsolete-variable-alias):
18030 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18031 respectively.
18032
18033 * isearchb.el (isearchb-activate):
18034 * pcvs.el (cvs-mode):
18035 * ses.el (ses-load):
18036 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18037 * net/tramp.el (tramp-find-file-exists-command)
18038 (tramp-find-shell):
18039 * progmodes/ada-mode.el (ada-create-case-exception)
18040 (ada-create-case-exception-substring, ada-make-subprogram-body):
18041 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18042 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18043 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18044 * textmodes/org.el (org-promote, org-evaluate-time-range)
18045 (org-agenda-next-date-line, org-agenda-previous-date-line)
18046 (org-agenda-error, org-open-at-point, org-table-move-row)
18047 (org-format-table-table-html-using-table-generate-source)
18048 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18049 * textmodes/reftex.el (reftex-access-scan-info):
18050 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18051 (reftex-toc-promote-prepare): Follow error conventions.
18052
18053 * diff-mode.el (diff-mode): Fix typo in docstring.
18054
18055 * forms.el (forms--intuit-from-file): Fix reference to
18056 `forms-number-of-fields' in error message.
18057 (forms-print): Fix quoting in error message.
18058
18059 * forms.el (forms-mode):
18060 * emulation/vi.el (vi-goto-insert-state):
18061 * progmodes/flymake.el (flymake-new-err-info)
18062 (flymake-start-syntax-check-for-current-buffer)
18063 (flymake-simple-cleanup):
18064 * eshell/esh-var.el (eshell/export):
18065 * progmodes/gud.el (xdb):
18066 * textmodes/flyspell.el (flyspell-incorrect-hook)
18067 (flyspell-maybe-correct-transposition)
18068 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18069
18070 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18071
18072 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18073 minibuffer prompt.
18074
18075 2005-06-13 Kim F. Storm <storm@cua.dk>
18076
18077 * subr.el (add-to-ordered-list): New defun.
18078
18079 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18080 add cua--keymap-alist to emulation-mode-map-alists.
18081
18082 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18083
18084 * subr.el (complete-in-turn): New macro.
18085 (dynamic-completion-table, lazy-completion-table): Add debug info.
18086
18087 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18088 in preference to face aliases.
18089
18090 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18091 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18092 Remove unused vars `start' and `firstline'.
18093 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18094 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18095
18096 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18097
18098 * cus-start.el (all): Don't complain about missing GTK-related
18099 variables, unless either `gtk' is boundp or this isn't a
18100 `windows-nt' build.
18101
18102 2005-06-13 Lute Kamstra <lute@gnu.org>
18103
18104 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18105 run-mode-hooks.
18106
18107 * ediff-mult.el (ediff-meta-mode):
18108 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18109
18110 * ledit.el (ledit-mode): Use delay-mode-hooks.
18111
18112 * woman.el (woman-mode-line-format): Delete constant.
18113 (woman-mode-map): Initialize it properly.
18114 (woman-mode): Set mode-class property to special.
18115 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18116 Set major-mode and mode-name. Don't set mode-line-format directly.
18117 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18118
18119 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18120 string argument obsolete.
18121
18122 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18123
18124 * textmodes/org.el (org-CUA-compatible): New option.
18125 (org-disputed-keys): New variable.
18126 (org-key): New function.
18127 (orgtbl-make-binding): Add docstring to the created function.
18128 (org-mode): Set paragraph start/separate regexps.
18129 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18130 (org-archive-location, org-archive-mark-done)
18131 (org-archive-stamp-time): New options.
18132 (org-archive-subtree): New command.
18133 (org-fill-paragraph): New function.
18134 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18135 (org-fake-empty-table-line): Function removed.
18136 (org-format-org-table-html): Do not create empty table lines at
18137 separator lines. Improved table header treatment.
18138 (org-link-format): New option.
18139 (org-make-link): New function.
18140 (org-insert-link, org-store-link): Use org-make-link.
18141 (org-open-file): Quote file name for shell command, to allow
18142 spaces in file names.
18143 (org-link-regexp): Fix bug with mailto link.
18144 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18145 New constants.
18146 (org-export-as-html): Deal with the optional angles around a link.
18147 Better treatment of file: links.
18148 (org-open-at-point): Replace @{ and @} with < and >.
18149 (org-run-mode-hooks): Function removed.
18150 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18151
18152 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18153
18154 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18155 MI command -data-list-register-values.
18156 (gdb-post-prompt): Indent properly.
18157
18158 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18159
18160 * hilit-chg.el (highlight-changes-colors): Rename from
18161 `highlight-changes-colours'.
18162 (highlight-changes-colours): Keep as obsolete alias.
18163 (highlight-changes-face-list): Doc fix.
18164 (hilit-chg-make-list): Use `highlight-changes-colors'.
18165
18166 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18167
18168 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18169 defun-prompt-regexp.
18170
18171 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18172
18173 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18174 and cygwin.
18175
18176 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18177 Don't use an old loaddefs.el, as in Makefile.in.
18178
18179 2005-06-12 Lute Kamstra <lute@gnu.org>
18180
18181 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18182
18183 * man.el (Man-mode-map): Initialize it properly.
18184 (Man-mode): Set mode-class property to special.
18185
18186 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18187
18188 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18189
18190 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18191 A newline is needed in the docstring there.
18192
18193 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18194 Doc fixes.
18195
18196 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18197
18198 * printing.el: Doc fix. The menubar is no more changed when printing
18199 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18200 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18201 (pr-version): New version number (6.8.4).
18202 (pr-menu-bind): New command.
18203 (pr-update-menus): Docstring and code fix.
18204 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18205 Docstring fix.
18206 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18207 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18208
18209 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18210
18211 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18212 "Returns" to "return", document useful return values, etc.
18213
18214 2005-06-11 Alan Mackenzie <acm@muc.de>
18215
18216 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18217 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18218 (adaptive-file-function): Minor amendment to doc-string.
18219
18220 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18221
18222 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18223 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18224 Fix :type--it is `integer', not `string'.
18225
18226 * faces.el (modeline-highlight): Rename from (the erroneous)
18227 `modeline-higilight'.
18228
18229 2005-06-11 Lute Kamstra <lute@gnu.org>
18230
18231 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18232 lisp-interaction-mode-map but make it the parent.
18233 (edebug-eval-mode): Use define-derived-mode.
18234
18235 2005-06-11 Andreas Schwab <schwab@suse.de>
18236
18237 * bindings.el: Add binding of `ESC functionkey' for every
18238 `M-functionkey'.
18239 * hexl.el (hexl-mode-map): Likewise.
18240
18241 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18242
18243 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18244 [msft]: update regexp for newer msft compilers.
18245
18246 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18247
18248 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18249 ATTLIST portions of included DTDs.
18250 (xml-parse-dtd): Eliminate use of inefficient match-data.
18251
18252 2005-06-10 Miles Bader <miles@gnu.org>
18253
18254 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18255 (mpuz-text): Remove "-face" suffix from face names.
18256 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18257 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18258 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18259
18260 * play/gomoku.el (gomoku-O, gomoku-X):
18261 Remove "-face" suffix from face names.
18262 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18263 New backward-compatibility aliases for renamed faces.
18264 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18265
18266 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18267
18268 * thumbs.el: Fixes for changes of 2005-06-09.
18269 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18270 as a directory.
18271 (thumbs-thumbname): Remove directory separator from format string;
18272 `thumbs-thumbsdir' now returns a valid directory name.
18273 (thumbs-temp-dir): New defsubst.
18274 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18275 Use it.
18276
18277 * cus-edit.el (minibuffer):
18278 * files.el (make-backup-file-name-function):
18279 * filesets.el (filesets-external-viewers):
18280 * hilit-chg.el (highlight-changes-colours)
18281 (highlight-changes-face-list, highlight-changes-rotate-faces):
18282 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18283 * kmacro.el (kmacro-call-macro):
18284 * log-edit.el (log-edit-changelog-full-paragraphs):
18285 * mouse.el (mouse-1-click-follows-link):
18286 * skeleton.el (skeleton-autowrap):
18287 * subr.el (insert-for-yank-1):
18288 * tempo.el (tempo-insert-region):
18289 * terminal.el (terminal-emulator):
18290 * time.el (display-time-mail-face):
18291 * vc.el (vc-annotate):
18292 * vcursor.el (vcursor-copy-line):
18293 * woman.el (woman-bold-headings, woman-ignore)
18294 (woman-default-faces, woman-monochrome-faces):
18295 * calendar/todo-mode.el (todo-insert-threshold):
18296 * emulation/pc-select.el (pc-select-selection-keys-only)
18297 (pc-selection-mode):
18298 * emulation/vip.el (vip-find-char-forward):
18299 * emulation/viper-cmd.el (viper-find-char-forward):
18300 * international/mule-cmds.el
18301 (select-safe-coding-system-accept-default-p)
18302 (input-method-exit-on-invalid-key):
18303 * international/mule-diag.el (describe-coding-system):
18304 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18305 * net/browse-url.el (browse-url-xterm-program):
18306 * obsolete/lazy-lock.el (lazy-lock-mode):
18307 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18308 (cperl-mode):
18309 * progmodes/cpp.el (cpp-face-light-name-list)
18310 (cpp-face-dark-name-list):
18311 * progmodes/delphi.el (delphi-newline-always-indents):
18312 Fix spellings in docstrings.
18313
18314 * ido.el (ido-mode, ido-file-extensions-order)
18315 (ido-default-file-method, ido-default-buffer-method)
18316 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18317 (ido-decorations, ido-read-file-name-as-directory-commands)
18318 (ido-read-file-name-non-ido, ido-work-directory-list)
18319 (ido-ignore-item-temp-list, ido-current-directory)
18320 (ido-magic-forward-char, ido-enter-find-file)
18321 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18322 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18323
18324 2005-06-10 Lute Kamstra <lute@gnu.org>
18325
18326 * play/dunnet.el (dun-mode): Use define-derived-mode.
18327 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18328 obsolete alias.
18329
18330 * play/doctor.el (doctor-mode-map): Remove defvar.
18331 (doctor-mode): Use define-derived-mode.
18332
18333 * mail/mspools.el (mspools-mode):
18334 * net/eudc-hotlist.el (eudc-hotlist-mode):
18335 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18336
18337 2005-06-10 Miles Bader <miles@gnu.org>
18338
18339 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18340 Remove "-face" suffix from face names.
18341 (flyspell-incorrect-face, flyspell-duplicate-face):
18342 New backward-compatibility aliases for renamed faces.
18343 (flyspell-mode-on, make-flyspell-overlay)
18344 (flyspell-highlight-incorrect-region)
18345 (flyspell-highlight-duplicate-region)
18346 (flyspell-display-next-corrections)
18347 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18348
18349 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18350 from face name.
18351 (texinfo-heading-face): New backward-compatibility alias for
18352 renamed face.
18353 (texinfo-heading-face): Use renamed texinfo-heading face.
18354
18355 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18356 suffix from face names.
18357 (tex-math-face, tex-verbatim-face):
18358 New backward-compatibility aliases for renamed faces.
18359 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18360 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18361 literal face name.
18362
18363 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18364 name.
18365 (table-cell-face): New backward-compatibility alias for renamed face.
18366 (table--put-cell-face-property, table--update-cell-face):
18367 Use renamed table-cell face.
18368
18369 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18370 from face name.
18371 (sgml-namespace-face): New backward-compatibility alias for
18372 renamed face.
18373 (sgml-namespace-face): Use renamed sgml-namespace face.
18374
18375 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18376 (org-level-4, org-level-5, org-level-6, org-level-7)
18377 (org-level-8, org-warning, org-headline-done)
18378 (org-deadline-announce, org-scheduled-today)
18379 (org-scheduled-previously, org-link, org-done, org-table)
18380 (org-time-grid): Remove "-face" suffix from face names.
18381 (org-level-1-face, org-level-2-face, org-level-3-face)
18382 (org-level-4-face, org-level-5-face, org-level-6-face)
18383 (org-level-7-face, org-level-8-face, org-warning-face)
18384 (org-headline-done-face, org-deadline-announce-face)
18385 (org-scheduled-today-face, org-scheduled-previously-face)
18386 (org-link-face, org-done-face, org-table-face)
18387 (org-time-grid-face):
18388 New backward-compatibility aliases for renamed faces.
18389 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18390 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18391 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18392 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18393
18394 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18395 (viper-minibuffer-emacs, viper-minibuffer-insert)
18396 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18397 (viper-search-face, viper-replace-overlay-face)
18398 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18399 (viper-minibuffer-vi-face):
18400 New backward-compatibility aliases for renamed faces.
18401 (viper-search-face, viper-replace-overlay-face)
18402 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18403 (viper-minibuffer-vi-face): Use renamed viper faces.
18404
18405 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18406 Remove "-face" suffix from face names.
18407 (testcover-nohits-face, testcover-1value-face):
18408 New backward-compatibility aliases for renamed faces.
18409 (testcover-mark): Use renamed testcover faces.
18410
18411 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18412 face name.
18413 (diary-button-face): New backward-compatibility alias for renamed face.
18414 (diary-entry): Use renamed diary-button face.
18415
18416 * calendar/calendar.el (diary, calendar-today, holiday)
18417 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18418 (diary-face, calendar-today-face, holiday-face):
18419 New backward-compatibility aliases for renamed faces.
18420 (eval-after-load "facemenu", diary-entry-marker)
18421 (calendar-today-marker, calendar-holiday-marker, diary-face):
18422 Use renamed calendar faces.
18423
18424 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18425 (compare-windows-face): New backward-compatibility alias for
18426 renamed face.
18427 (compare-windows-highlight): Use renamed compare-windows face.
18428
18429 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18430 (strokes-char-face): New backward-compatibility alias for renamed face.
18431 (strokes-encode-buffer): Use renamed strokes-char face.
18432
18433 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18434 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18435 Remove "-face" suffix from face names.
18436 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18437 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18438 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18439 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18440 Use renamed pcvs faces.
18441 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18442 * pcvs-defs.el (cvs-mode-map): Likewise.
18443 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18444
18445 * info.el (info-title-1, info-title-2, info-title-3)
18446 (info-title-4): Remove "-face" suffix from and downcase face names.
18447 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18448 (Info-title-4-face):
18449 New backward-compatibility aliases for renamed faces.
18450 (Info-fontify-node): Use renamed info faces.
18451
18452 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18453 Remove "-face" suffix from face names.
18454 (highlight-changes-face, highlight-changes-delete-face):
18455 New backward-compatibility aliases for renamed faces.
18456 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18457 (hilit-chg-make-list): Use renamed highlight-changes faces.
18458
18459 * generic-x.el (show-tabs-tab, show-tabs-space):
18460 Remove "-face" suffix from face names.
18461 (show-tabs-tab-face, show-tabs-space-face):
18462 New backward-compatibility aliases for renamed faces.
18463 (show-tabs-generic-mode-font-lock-defaults-1)
18464 (show-tabs-generic-mode-font-lock-defaults-2):
18465 Use renamed show-tabs faces.
18466
18467 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18468 (smerge-markers): Remove "-face" suffix from face names.
18469 (smerge-mine-face, smerge-other-face, smerge-base-face)
18470 (smerge-markers-face):
18471 New backward-compatibility aliases for renamed faces.
18472 (smerge-mine-face, smerge-other-face, smerge-base-face)
18473 (smerge-markers-face): Use renamed smerge faces.
18474
18475 * log-view.el (log-view-file, log-view-message): Remove "-face"
18476 suffix from face names.
18477 (log-view-file-face, log-view-message-face):
18478 New backward-compatibility aliases for renamed faces.
18479 (log-view-file-face, log-view-message-face): Use renamed log-view
18480 faces.
18481
18482 * paren.el (show-paren-match, show-paren-mismatch):
18483 Remove "-face" suffix from face names.
18484 (show-paren-match-face, show-paren-mismatch-face):
18485 New backward-compatibility aliases for renamed faces.
18486 (show-paren-function): Use renamed show-paren faces.
18487
18488 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18489 (ruler-mode-margins, ruler-mode-fringes)
18490 (ruler-mode-column-number, ruler-mode-fill-column)
18491 (ruler-mode-comment-column, ruler-mode-goal-column)
18492 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18493 suffix from face names.
18494 (ruler-mode-default-face, ruler-mode-pad-face)
18495 (ruler-mode-margins-face, ruler-mode-fringes-face)
18496 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18497 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18498 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18499 New backward-compatibility aliases for renamed faces.
18500 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18501 (ruler-mode-column-number, ruler-mode-fill-column)
18502 (ruler-mode-comment-column, ruler-mode-goal-column)
18503 (ruler-mode-tab-stop, ruler-mode-current-column)
18504 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18505 faces.
18506
18507 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18508 face name.
18509 (whitespace-highlight-the-space): Use renamed face.
18510 (whitespace-highlight-face): New backward-compatibility alias for
18511 renamed face.
18512
18513 * woman.el (woman-italic, woman-bold, woman-unknown)
18514 (woman-addition, woman-symbol-face):
18515 Remove "-face" suffix from face names.
18516 (woman-italic-face, woman-bold-face, woman-unknown-face)
18517 (woman-addition-face):
18518 New backward-compatibility aliases for renamed faces.
18519 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18520 (woman-decode-region, woman-replace-match)
18521 (woman-display-extended-fonts, woman-special-characters)
18522 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18523 Use renamed woman faces.
18524
18525 * longlines.el (longlines-visible-face): Face removed.
18526
18527 * diff-mode.el (diff-header, diff-file-header, diff-index)
18528 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18529 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18530 suffix from face names.
18531 (diff-header-face, diff-file-header-face, diff-index-face)
18532 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18533 (diff-changed-face, diff-function-face, diff-context-face)
18534 (diff-nonexistent-face): New backward-compatibility aliases for
18535 renamed faces.
18536 (diff-header-face, diff-file-header-face)
18537 (diff-index, diff-index-face, diff-hunk-header)
18538 (diff-hunk-header-face, diff-removed, diff-removed-face)
18539 (diff-added, diff-added-face, diff-changed-face, diff-function)
18540 (diff-function-face, diff-context-face, diff-nonexistent)
18541 (diff-nonexistent-face): Use renamed diff-mode faces.
18542
18543 * progmodes/compile.el (compilation-warning-face)
18544 (compilation-info-face): Remove "-face" suffix from face names.
18545 (compilation-warning-face, compilation-info-face):
18546 New backward-compatibility aliases for renamed faces.
18547 (compilation-warning-face, compilation-info-face):
18548 Use renamed compilation faces.
18549
18550 * add-log.el (change-log-date, change-log-name)
18551 (change-log-email, change-log-file, change-log-list)
18552 (change-log-conditionals, change-log-function)
18553 (change-log-acknowledgement): Remove "-face" suffix from face names.
18554 (change-log-date-face, change-log-name-face)
18555 (change-log-email-face, change-log-file-face)
18556 (change-log-list-face, change-log-conditionals-face)
18557 (change-log-function-face, change-log-acknowledgement-face):
18558 New backward-compatibility aliases for renamed faces.
18559 (change-log-font-lock-keywords): Use renamed change-log faces.
18560
18561 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18562 (custom-set, custom-changed, custom-saved, custom-button)
18563 (custom-button-pressed, custom-documentation, custom-state)
18564 (custom-comment, custom-comment-tag, custom-variable-tag)
18565 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18566 (custom-group-tag): Remove "-face" suffix from face names.
18567 (custom-magic-alist, custom-magic-value-create)
18568 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18569 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18570 (custom-set-face, custom-changed-face, custom-saved-face)
18571 (custom-button-face, custom-button-pressed-face)
18572 (custom-documentation-face, custom-state-face)
18573 (custom-comment-face, custom-comment-tag-face)
18574 (custom-variable-tag-face, custom-variable-button-face)
18575 (custom-face-tag-face, custom-group-tag-face-1)
18576 (custom-group-tag-face):
18577 New backward-compatibility aliases for renamed faces.
18578
18579 * wid-edit.el (widget-documentation, widget-button)
18580 (widget-field, widget-single-line-field, widget-inactive)
18581 (widget-button-pressed): "-face" suffix removed from face names.
18582 (widget-documentation-face, widget-button-face)
18583 (widget-field-face, widget-single-line-field-face)
18584 (widget-inactive-face, widget-button-pressed-face):
18585 New backward-compatibility aliases for renamed faces.
18586 (widget-documentation-face, widget-button-face)
18587 (widget-button-pressed-face, widget-specify-field)
18588 (widget-specify-inactive): Use renamed widget faces.
18589
18590 2005-06-10 Kenichi Handa <handa@m17n.org>
18591
18592 * term/x-win.el (x-clipboard-yank): Remove condition-case
18593 wrapping.
18594
18595 2005-06-11 Kenichi Handa <handa@m17n.org>
18596
18597 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18598 date lines stricter.
18599
18600 2005-06-10 Zhang Wei <id.brep@gmail.com>
18601
18602 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18603 of x-get-selection.
18604
18605 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18606
18607 * comint.el (comint-mode, comint-snapshot-last-prompt):
18608 * frame.el (frame-current-scroll-bars):
18609 * term.el (term-mode, term-check-proc, term-input-sender)
18610 (term-simple-send, term-extract-string, term-word)
18611 (term-match-partial-filename):
18612 * window.el (window-current-scroll-bars):
18613 * emulation/cua-base.el (cua-normal-cursor-color)
18614 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18615 (cua-global-mark-cursor-color):
18616 * mail/undigest.el (rmail-forward-separator-regex):
18617 Fix typos in docstrings.
18618
18619 * comint.el (comint-check-proc, make-comint-in-buffer)
18620 (comint-source-default): Doc fixes.
18621
18622 * term.el (term-send-string): Improve argument/docstring consistency.
18623
18624 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18625
18626 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18627 call to `delete-region'.
18628 (comint-mode-hook): Do not enable Font Lock by default.
18629
18630 2005-06-09 Lute Kamstra <lute@gnu.org>
18631
18632 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18633 could be void.
18634
18635 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18638 (debug): Use it.
18639 (debugger-step-through, debugger-continue, debugger-jump)
18640 (debugger-return-value): Set it when needed.
18641 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18642 Use inhibit-read-only.
18643
18644 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18645
18646 * window.el (shrink-window-if-larger-than-buffer)
18647 (window-size-fixed): Fix typo in docstring.
18648
18649 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18650 thumbnails directory on loading.
18651 (thumbs-conversion-program): Use `eq' to check the system type,
18652 not `equal'.
18653 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18654 not "/tmp". Fix docstring.
18655 (thumbs-thumbsdir): New function to return the thumbnails
18656 directory, creating it if needed.
18657 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18658 (thumbs-temp-file): Delete variable and make it into a function.
18659 (thumbs-resize-image, thumbs-modify-image): Use it.
18660 (thumbs-kill-buffer): Simplify.
18661 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18662 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18663 docstrings.
18664
18665 2005-06-09 Kim F. Storm <storm@cua.dk>
18666
18667 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18668 set-match-data to free markers in match-data.
18669
18670 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18671 match-data to unchain markers in match-data.
18672
18673 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18674
18675 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18676 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18677 unnecessary now.
18678
18679 2005-06-08 Richard M. Stallman <rms@gnu.org>
18680
18681 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18682 give the variable a doc string that doesn't say don't set it directly.
18683
18684 * textmodes/ispell.el (ispell-check-version):
18685 Use match-string-no-properties.
18686 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18687 (ispell-buffer-local-words): Likewise.
18688
18689 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18690 except on terminals with enough colors to really display it.
18691 (makefile-dependency-regex): Delete spurious `bb'.
18692
18693 * faces.el (escape-glyph): Use blue once again in last case.
18694 (no-break-space): Redefine so that it isn't invisible on a tty.
18695
18696 2005-06-08 Kim F. Storm <storm@cua.dk>
18697
18698 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18699 also when reading directory name.
18700
18701 2005-06-08 Lute Kamstra <lute@gnu.org>
18702
18703 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18704 (flyspell-mode-line-string): Remove autoload cookie.
18705 (flyspell-mode): Remove defvar.
18706
18707 2005-06-07 Lute Kamstra <lute@gnu.org>
18708
18709 * textmodes/org.el (org-run-mode-hooks): New function.
18710 (org-agenda-mode): Use it.
18711
18712 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18713
18714 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18715
18716 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18719
18720 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18721
18722 * font-lock.el (font-lock-add-keywords): Doc fix.
18723
18724 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18725
18726 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18727 (tex-compile-default): In the absence of any history, use the order in
18728 tex-compile-alist to choose the preferred command.
18729 (tex-compile-commands): Reorder a bit.
18730
18731 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18732 (flyspell-incorrect-face, flyspell-duplicate-face):
18733 Use (X)Emacs-agnostic code.
18734 (flyspell-mode-map): Don't overwrite at each load. Remove code
18735 redundant with the subsequent add-minor-mode. Merge Emacs and
18736 XEmacs code.
18737 (flyspell-word): Minor simplification.
18738 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18739 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18740 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18741 Merge the corresponding Emacs code.
18742 (flyspell-correct-word, flyspell-xemacs-popup):
18743 Use flyspell-do-correct.
18744
18745 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18746 a dedicated window.
18747
18748 * international/latexenc.el (latexenc-find-file-coding-system):
18749 Undo part of last patch, to turn off a compiler warning.
18750
18751 2005-06-06 Juri Linkov <juri@jurta.org>
18752
18753 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18754 Rename `tmm-inactive-face' to `tmm-inactive'.
18755
18756 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18757
18758 * iswitchb.el: Rename faces.
18759
18760 2005-06-06 Kim F. Storm <storm@cua.dk>
18761
18762 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18763 (cua-global-mark): Remove -face suffix from face names.
18764
18765 * emulation/cua-gmrk.el (cua--init-global-mark):
18766 Remove cua-global-mark face setup.
18767
18768 2005-06-06 Richard M. Stallman <rms@gnu.org>
18769
18770 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18771 just like other allowed characters.
18772 (makefile-match-dependency): Exclude leading and training whitespace
18773 from the range of regexp subexp 1.
18774 (makefile-macroassign-regex): Don't try to match the body,
18775 just the name of the macro being defined.
18776
18777 * info.el (Info-read-node-name-2): New function.
18778 (Info-read-node-name-1): Use that.
18779 Add a completion-base-size-function property.
18780
18781 * simple.el (completion-setup-function): Look for
18782 completion-base-size-function property of minibuffer-completion-table.
18783
18784 * files.el (locate-file-completion): Doc fix.
18785
18786 * printing.el: Don't call pr-update-menus; user must do that.
18787
18788 * emacs-lisp/debug.el (debugger-window): New variable.
18789 (debug): Use debugger-window if it is set and still alive.
18790 Record debugger-window for next entry.
18791
18792 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18793
18794 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18795
18796 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18797 (hack-one-local-variable, hack-local-variables)
18798 (hack-local-variables-prop-line): Pass that arg.
18799
18800 2005-06-06 Kim F. Storm <storm@cua.dk>
18801
18802 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18803 (ido-indicator): Remove -face suffix from face names.
18804
18805 2005-06-06 Juri Linkov <juri@jurta.org>
18806
18807 * font-lock.el (font-lock-regexp-backslash)
18808 (font-lock-regexp-backslash-construct): New faces.
18809 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18810 after `('. Add `while-no-input' to control structures.
18811
18812 * faces.el (no-break-space, shadow): New faces.
18813 (escape-glyph): Use less loud colors pink2 and red4.
18814
18815 * diff-mode.el (diff-context-face)
18816 * dired.el (dired-ignored)
18817 * rfn-eshadow.el (file-name-shadow)
18818 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18819
18820 * info.el (Info-title-1-face): Use green instead of yellow because
18821 bold yellow is not readable on light backgrounds.
18822
18823 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18824 before selecting the desired mode to not spend time fontifying
18825 old contents.
18826
18827 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18828
18829 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18830 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18831
18832 * ps-print.el (ps-default-fg, ps-default-bg):
18833 Fix typos in docstrings.
18834
18835 * isearchb.el (isearchb): Don't pass a spurious second argument to
18836 `iswitchb-completions'.
18837
18838 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18839
18840 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18841 to preserve point.
18842 (gdb-find-file-hook): Add doc string.
18843
18844 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18845 C dereferenced pointer expression.
18846 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18847
18848 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18849
18850 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18851 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18852 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18853 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18854 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18855 Make background transparent.
18856
18857 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18858
18859 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18860 (font-lock-remove-keywords): Doc fix.
18861 (font-lock-mode-major-mode): Compiler defvar.
18862 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18863
18864 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18865 (font-lock-mode): Update `font-lock-mode-major-mode'.
18866 (font-lock-set-defaults): Compiler defvar.
18867 (font-lock-default-function): Take `font-lock-mode-major-mode'
18868 into account.
18869
18870 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18871 keep track of which major mode it enabled the minor mode for.
18872 Use find-file-hook again. Update docstring.
18873
18874 * simple.el (eval-expression-print-level)
18875 (eval-expression-print-length, eval-expression-debug-on-error):
18876 Doc fixes.
18877
18878 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18879
18880 * iswitchb.el (iswitchb-single-match-face)
18881 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18882 (iswitchb-invalid-regexp-face): New faces.
18883 (iswitchb-completions): Use them.
18884 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18885 now marked as an obsolete alias.
18886 (iswitchb-read-buffer): Remove check for bound font variables.
18887 (iswitchb-invalid-regexp): New free variable.
18888 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18889 set iswitchb-invalid-regexp.
18890 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18891 invalid regexps.
18892 (iswitchb-completions): Add check for complete match when entering
18893 a regexp.
18894 (iswitchb-completions): Remove require-match argument.
18895 (iswitchb-exhibit): Fix caller.
18896 (iswitchb-common-match-inserted): New variable.
18897 (iswitchb-complete, iswitchb-completion-help): Use it.
18898
18899 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18900
18901 * url-http.el (url-http-chunked-encoding-after-change-function):
18902 Use `url-http-debug' instead of `message'.
18903
18904 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18905
18906 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18907 callback argument.
18908
18909 2005-06-04 Kim F. Storm <storm@cua.dk>
18910
18911 * simple.el (line-move): Only call sit-for when moving backwards.
18912
18913 * ido.el (ido-make-merged-file-list-1): New defun split from
18914 ido-make-merged-file-list.
18915 (ido-make-merged-file-list): Bind throw-on-input around call to
18916 ido-make-merged-file-list-1. Return input-pending-p if
18917 interrupted by more input available.
18918 (ido-read-internal): Handle input-pending-p return value from
18919 ido-make-merged-file-list.
18920
18921 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18924 compatibility code.
18925
18926 * international/latexenc.el (latexenc-find-file-coding-system):
18927 Don't inherit the EOL part of the coding-system from the
18928 tex-main buffer. Fit within 80 columns.
18929
18930 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18931
18932 * tmm.el (tmm-inactive-face): New face.
18933 (tmm-remove-inactive-mouse-face): New function.
18934 (tmm-prompt, tmm-add-one-shortcut)
18935 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18936 but not selectable.
18937
18938 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18939
18940 * faces.el (face-equal): Improve argument/docstring consistency.
18941
18942 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18943
18944 * progmodes/make-mode.el (makefile-targets-face)
18945 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18946 (makefile-bsdmake-dependency-regex)
18947 (makefile-makepp-rule-action-regex)
18948 (makefile-bsdmake-rule-action-regex): New constants.
18949 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18950
18951 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18952 Allow (...) within `...' for makepp messages.
18953
18954 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18955
18956 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18957
18958 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18959 "." files are deleted from all file lists before comparison.
18960
18961 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18962 (viper-ESC-key): Made them customizable.
18963
18964 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18965
18966 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18967
18968 * autorevert.el (auto-revert-buffers): Use save-match-data.
18969
18970 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18971
18972 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18973 menu items with a nil command binding.
18974
18975 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18976
18977 * emacs-lisp/cl-macs.el (defsetf):
18978 Improve argument/docstring consistency.
18979
18980 * faces.el (list-faces-display): Improve the formatting by
18981 computing the maximum length required for any face-name (reworked
18982 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18983 (internal-find-face): Remove redundant info in docstring.
18984
18985 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18986
18987 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18988 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18989 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18990 (gdb-assembler-custom): Improve regexps.
18991 (def-gdb-auto-update-handler): Use window point to preserve point.
18992
18993 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18994
18995 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18996
18997 2005-05-31 Jay Belanger <belanger@truman.edu>
18998
18999 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19000 to calc-embedded.
19001 (calc-embedded-make-info): Have plain prefix argument select
19002 entire line.
19003
19004 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19005
19006 * faces.el (list-faces-display): Signal error if passed a regexp
19007 that matches no face name.
19008
19009 * simple.el (filter-buffer-substring): Fix typo in docstring.
19010
19011 2005-05-31 Richard M. Stallman <rms@gnu.org>
19012
19013 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19014 (vhdl-emacs-21): Doc fix.
19015 (vhdl-mode): Unconditionally set comment-padding.
19016 (vhdl-fixup-whitespace-region): Insert spaces only where
19017 there are none.
19018 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19019
19020 2005-05-30 John Wiegley <johnw@newartisans.com>
19021
19022 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19023 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19024 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19025 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19026 `string-to-number'.
19027
19028 2005-05-30 Jay Belanger <belanger@truman.edu>
19029
19030 * calc/calc.el (calc-bug-address): Fix docstring.
19031 (calc-window-hook, calc-trail-window-hook): New variables.
19032 (calc-trail-display): Restore use of calc-trail-window-hook.
19033 (calc): Restore use of calc-window-hook.
19034
19035 2005-05-31 Masatake YAMATO <jet@gyve.org>
19036
19037 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19038
19039 * help-fns.el (help-C-file-name): Add autoload mark for
19040 `find-function-noselect'.
19041
19042 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19043
19044 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19045 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19046
19047 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19048
19049 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19050 included diary buffer if it was not already being visited.
19051 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19052
19053 * calendar/icalendar.el (top-level): Do not require appt.
19054
19055 * mail/supercite.el (sc-select-attribution): Only use a list
19056 element from sc-attrib-selection-list if it returns a string.
19057 Reported by Davide G. M. Salvetti <salve@debian.org>.
19058
19059 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19060
19061 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19062 includes a hash value to improve its uniqueness, and has a ".jpg"
19063 extension. Also, it is now a valid filename on all systems.
19064 (thumbs-make-thumb): Use `let', not `let*'.
19065 (thumbs-show-thumbs-list): Check for JPEG availability.
19066
19067 2005-05-30 Richard M. Stallman <rms@gnu.org>
19068
19069 * filesets.el (filesets-menu-ensure-use-cached):
19070 Prevent warning when emacs-version>= is undefined.
19071
19072 * printing.el (pr-interactive-n-up): Use string-to-number.
19073
19074 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19075
19076 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19077 Warn only when name to be defined is quoted.
19078
19079 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19080
19081 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19082 Make regexp more robust.
19083 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19084 Force regeneration of disassembly.
19085
19086 2005-05-29 Jay Belanger <belanger@truman.edu>
19087
19088 * calc/calc.el (calc-user-invocation): Check if
19089 calc-invocation-macro is non-nil.
19090
19091 2005-05-29 Juri Linkov <juri@jurta.org>
19092
19093 * add-log.el (change-log-font-lock-keywords):
19094 Add `+' to e-mail regexp to accept mail address with keywords.
19095
19096 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19097
19098 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19099
19100 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19101
19102 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19103
19104 2005-05-29 Richard M. Stallman <rms@gnu.org>
19105
19106 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19107 Undo the change that moves to end of the current word.
19108
19109 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19110
19111 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19112 Throw error when count <= 0 to ensure input is a number.
19113 (gdb-read-memory-custom): Pick up address from buffer.
19114 (gdb-memory-mode): Allow user to increment and decrement
19115 memory address from header line.
19116
19117 2005-05-29 Richard M. Stallman <rms@gnu.org>
19118
19119 * flyspell.el (flyspell-version): Function deleted.
19120 (flyspell-auto-correct-previous-hook): Doc fix.
19121
19122 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19123 Do nothing if memory is full.
19124
19125 * font-lock.el (font-lock-fontify-syntactically-region):
19126 Pass t for GREEDY to looking-back.
19127
19128 * saveplace.el (save-place-alist-to-file): Write the file
19129 using write-region.
19130
19131 * subr.el (looking-back): New argument GREEDY.
19132
19133 * progmodes/compile.el (compilation-start): Set the mode
19134 before inserting the initial text.
19135
19136 * progmodes/which-func.el (which-func-update-1): Turn the mode
19137 off in case of error by setting which-func-mode.
19138
19139 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19140
19141 * flyspell.el (flyspell-auto-correct-previous-word):
19142 Narrow down to what's on the screen, and recenter overlays
19143 at the end of the next word.
19144
19145 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19146
19147 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19148 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19149 (flyspell-abbrev-p): Default to nil.
19150 (flyspell-use-global-abbrev-table-p): Doc fix.
19151 (flyspell-large-region): Allow nil as value.
19152 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19153
19154 (mail-mode-flyspell-verify): More robust handling
19155 of `mail-header-separator'. More efficient signature detection.
19156 Allow for regexp metacharacters in message-header-separator.
19157 Adding `To' not to be checked in mail-mode-flyspell-verify.
19158
19159 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19160 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19161 Bind flyspell-auto-correct-binding.
19162 Bind C-. and C-, .
19163 (flyspell-mode-map): Likewise.
19164 (flyspell-mode): Doc fix.
19165 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19166 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19167 (flyspell-word-cache-result): New var, always local.
19168 (flyspell-check-pre-word-p): Doc fix.
19169 (flyspell-check-changed-word-p): Handle spc like newline.
19170 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19171 (flyspell-word-search-backward, flyspell-word-search-forward):
19172 New functions.
19173 (flyspell-word): Return t if nothing to check.
19174 When parsing TeX code, check for after } or \.
19175 Use flyspell-word-search-backward to find previous word.
19176 Return nil if duplicated word.
19177 For word already checked, return same value as last time.
19178 Set flyspell-word-cache-result after checking.
19179 Don't clobber the return value.
19180 (flyspell-get-word): Major rewrite.
19181 (flyspell-external-point-words): New locals pword, pcount.
19182 Fix size used in progress message.
19183 Find the proper corresponding word in flyspell-large-region-buffer.
19184 (flyspell-region): Check for flyspell-large-region = nil.
19185 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19186 (flyspell-auto-correct-word): Check that WORD is a cons.
19187 (flyspell-correct-word): Likewise.
19188
19189 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19190
19191 * progmodes/make-mode.el (makefile-rule-action-regex)
19192 (makefile-macroassign-regex, makefile-makepp-mode)
19193 (makefile-bsdmake-mode): Continuation lines may be empty.
19194 Reported by Joshua Varner.
19195 (makefile-makepp-font-lock-keywords): Add $(stem).
19196
19197 2005-05-28 Karl Berry <karl@gnu.org>
19198
19199 * textmodes/tex-mode.el: Now that tex-send-command calls
19200 shell-quote-argument (2005-03-31 change), remove all calls to
19201 shell-quote-argument; they all end up invoking tex-send-command.
19202 The double quoting loses on filenames with non-safe characters,
19203 such as "@". Reported by Frederik Fouvry.
19204
19205 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19206
19207 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19208 about preserving point.
19209
19210 2005-05-27 Jay Belanger <belanger@truman.edu>
19211
19212 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19213 Info-goto-node.
19214
19215 * calc/calc-embed.el (calc-embed-arg): New variable.
19216 (calc-do-embedded-activate, calc-embedded-activate-formula)
19217 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19218 variable by new variable.
19219 (calc-embedded-make-info): Replace undeclared variable by new
19220 variable. When selecting region with positive prefix
19221 argument, use end of previous line instead of beginning of line.
19222
19223 * calc/calc-aent.el (calc-arg-values): Declare it.
19224
19225 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19226 Declare them.
19227
19228 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19229
19230 * calc/calc.el (calc-alg-map): Declare it.
19231
19232 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19233
19234 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19235
19236 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19237 (gdb-registers-buffer, toggle-gdb-all-registers):
19238 Toggle display of floating point registers.
19239 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19240
19241 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19242 (toggle-gud-tooltip-dereference):
19243 Rename from gud-toggle-tooltip-dereference.
19244
19245 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19246
19247 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19248
19249 2005-05-27 Jay Belanger <belanger@truman.edu>
19250
19251 * calc/calc-prog.el (calc-kbd-report): Remove.
19252 (calc-kbd-query): Rewrite.
19253
19254 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19255
19256 * image.el (image-library-alist): Move to image.c.
19257 (image-type-available-p): Doc fix.
19258
19259 2005-05-27 Lute Kamstra <lute@gnu.org>
19260
19261 * calc/calc.el (calc):
19262 * outline.el (outline-1, outline-2, outline-3, outline-4)
19263 (outline-5, outline-6, outline-7, outline-8):
19264 * textmodes/dns-mode.el (dns-mode):
19265 * textmodes/sgml-mode.el (sgml-namespace-face):
19266 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19267 (tex-verbatim-face, tex-use-reftex):
19268 * textmodes/texinfo.el (texinfo-heading-face):
19269 Specify customization group.
19270
19271 * longlines.el: Don't require easy-mmode.
19272 (longlines-visible-face): Specify customization group.
19273
19274 2005-05-27 Kenichi Handa <handa@m17n.org>
19275
19276 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19277 encoding table of windows-1251.
19278
19279 * international/ucs-tables.el (ucs-set-table-for-input):
19280 If translation-table-for-input of a coding system is a symbol, get
19281 its translation-table property.
19282
19283 * international/code-pages.el: Don't register a coding system into
19284 non-iso-charset-alist more than once.
19285 (cp-make-coding-system): Likewise.
19286
19287 2005-05-26 John Wiegley <johnw@newartisans.com>
19288
19289 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19290 `eshell-resume-eval' is wrapped in a list, it indicates that the
19291 command was run asynchronously. In that case, unwrap the value
19292 before checking the delimiter value.
19293
19294 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19295 character before a space at the end of a line is \, assume the space
19296 is part of the last argument rather than a final argument separator.
19297
19298 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19299 is in use, and the target is `t' or `nil' (which are the most common
19300 values), don't assume that the symbol target is a buffer.
19301
19302 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19303
19304 * calendar/calendar.el (calendar-mode-line-format):
19305 Use mode-line-highlight as mouse-face.
19306
19307 * time.el (display-time-string-forms, display-time-update):
19308 Use mode-line-highlight as mouse-face.
19309
19310 2005-05-26 Jay Belanger <belanger@truman.edu>
19311
19312 * calc/calc.el (calc-language-alist): Remove extra defvar.
19313
19314 2005-05-26 Lute Kamstra <lute@gnu.org>
19315
19316 * arc-mode.el (archive-mode):
19317 * bookmark.el (bookmark-read-annotation-mode)
19318 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19319 * bs.el (bs-mode):
19320 * calc/calc-yank.el (calc-edit-mode):
19321 * calc/calc.el (calc-mode, calc-trail-mode):
19322 * calculator.el (calculator-mode):
19323 * chistory.el (command-history-mode):
19324 * comint.el:
19325 * cus-edit.el (custom-mode):
19326 * descr-text.el (describe-text-mode):
19327 * ebuff-menu.el (Electric-buffer-menu-mode):
19328 * ediff-util.el (ediff-mode):
19329 * emacs-lisp/re-builder.el (reb-mode):
19330 * emulation/vi.el (vi-mode-setup):
19331 * emulation/ws-mode.el (wordstar-mode):
19332 * eshell/esh-mode.el (eshell-mode):
19333 * forms.el (forms-mode):
19334 * help-mode.el (help-mode):
19335 * hexl.el (hexl-mode):
19336 * ibuffer.el (ibuffer-mode):
19337 * ielm.el (inferior-emacs-lisp-mode):
19338 * info.el (Info-mode, Info-edit-mode):
19339 * international/swedish.el:
19340 * ledit.el (ledit-from-lisp-mode):
19341 * locate.el (locate-mode):
19342 * mail/rmail.el (rmail-mode):
19343 * mail/rmailedit.el (rmail-edit-mode):
19344 * mail/rmailsum.el (rmail-summary-mode):
19345 * mail/supercite.el (sc-electric-mode):
19346 * net/eudc.el (eudc-mode):
19347 * net/quickurl.el (quickurl-list-mode):
19348 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19349 * obsolete/ooutline.el (outline-mode):
19350 * obsolete/options.el (Edit-options-mode):
19351 * obsolete/rnews.el (news-mode):
19352 * obsolete/rnewspost.el (news-reply-mode):
19353 * play/5x5.el (5x5-mode):
19354 * play/decipher.el (decipher-mode, decipher-stats-mode):
19355 * play/gomoku.el (gomoku-mode):
19356 * play/snake.el (snake-mode):
19357 * play/solitaire.el (solitaire-mode):
19358 * play/tetris.el (tetris-mode):
19359 * progmodes/ada-mode.el (ada-mode):
19360 * progmodes/antlr-mode.el (antlr-mode):
19361 * progmodes/autoconf.el (autoconf-mode):
19362 * progmodes/dcl-mode.el (dcl-mode):
19363 * progmodes/delphi.el (delphi-mode):
19364 * progmodes/ebrowse.el (ebrowse-tree-mode)
19365 (ebrowse-electric-list-mode, ebrowse-member-mode)
19366 (ebrowse-electric-position-mode):
19367 * progmodes/f90.el (f90-mode):
19368 * progmodes/fortran.el (fortran-mode):
19369 * progmodes/icon.el (icon-mode):
19370 * progmodes/idlw-help.el (idlwave-help-mode):
19371 * progmodes/idlw-shell.el (idlwave-shell-mode):
19372 * progmodes/idlwave.el (idlwave-mode):
19373 * progmodes/inf-lisp.el (inferior-lisp-mode):
19374 * progmodes/m4-mode.el (m4-mode):
19375 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19376 * progmodes/modula2.el (modula-2-mode):
19377 * progmodes/octave-inf.el (inferior-octave-mode):
19378 * progmodes/octave-mod.el (octave-mode):
19379 * progmodes/pascal.el (pascal-mode):
19380 * progmodes/sh-script.el (sh-mode):
19381 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19382 * progmodes/vhdl-mode.el (vhdl-mode):
19383 * progmodes/xscheme.el (scheme-interaction-mode):
19384 * replace.el (occur-mode):
19385 * ses.el (ses-mode):
19386 * simple.el (completion-list-mode):
19387 * skeleton.el:
19388 * speedbar.el (speedbar-mode):
19389 * term.el (term-mode):
19390 * terminal.el (terminal-edit-mode):
19391 * textmodes/reftex-index.el (reftex-index-mode)
19392 (reftex-index-phrases-mode):
19393 * textmodes/reftex-sel.el (reftex-select-label-mode)
19394 (reftex-select-bib-mode):
19395 * textmodes/reftex-toc.el (reftex-toc-mode):
19396 * wdired.el (wdired-change-to-wdired-mode):
19397 * wid-browse.el (widget-browse-mode):
19398 Use run-mode-hooks.
19399
19400 * array.el (array-mode):
19401 * calendar/todo-mode.el (todo-mode):
19402 * man.el (Man-mode):
19403 * play/landmark.el (lm-mode):
19404 * play/mpuz.el (mpuz-mode):
19405 Use kill-all-local-variables and run-mode-hooks.
19406
19407 * subr.el (delay-mode-hooks): Specify indentation.
19408
19409 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19410
19411 * xml.el (xml-substitute-special): Don't die for undefined xml
19412 entities.
19413
19414 2005-05-26 Jay Belanger <belanger@truman.edu>
19415
19416 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19417 of nil.
19418
19419 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19420
19421 * progmodes/gdb-ui.el (gdb-frame-address):
19422 Rename from gdb-current-address.
19423 (gdb-previous-frame-address): Rename from gdb-previous-address.
19424 (gdb-selected-frame): Rename from gdb-current-frame.
19425 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19426 (gdb-frame-number): Rename from gdb-current-stack-level.
19427 (gdb-ann3): Match new mode-name for disassembly buffer.
19428 Extend initialization of variables.
19429 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19430 (gdb-memory-mode): Use mouse-face in header line.
19431 (gdb-assembler-buffer-name): Call it disassembly and give frame
19432 in mode line.
19433 (gdb-source-spec-regexp, gdb-assembler-custom)
19434 (gdb-invalidate-assembler, gdb-frame-handler):
19435 Make robust to leading zeroes in address format.
19436
19437 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19438
19439 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19440 define `org-mode'.
19441 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19442
19443 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19444
19445 * log-edit.el (log-edit-changelog-entries): Distinguish between
19446 filenames like xfns.c and fns.c.
19447
19448 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19449
19450 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19451 point after reverting.
19452 (Buffer-menu-make-sort-button): Handle the case where
19453 `Buffer-menu-use-header-line' is nil.
19454
19455 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19456
19457 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19458 New funcs. In minibuffer-local-completion-map bind `]', `/'
19459 and `:' to them.
19460
19461 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19462
19463 * startup.el (normal-top-level): Allow modification of load-path while
19464 we're iterating over it.
19465
19466 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19467
19468 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19469 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19470 (thumbs-resize-interactive, thumbs-insert-image)
19471 (thumbs-insert-thumb, thumbs-dired-show-marked)
19472 (thumbs-find-image-at-point, thumbs-delete-images)
19473 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19474 (thumbs-increment-image-size, thumbs-decrement-image-size):
19475 Fix typos in docstrings.
19476
19477 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19478
19479 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19480 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19481 (cperl-mode): Use them.
19482
19483 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19484
19485 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19486 Doc fixes.
19487
19488 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19489
19490 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19491 Bind C-d to gdb-inferior-io-eof.
19492
19493 * dired.el (dired-dnd-popup-notice): Use message-box.
19494
19495 2005-05-23 Masatake YAMATO <jet@gyve.org>
19496
19497 * bindings.el (mode-line-major-mode-keymap):
19498 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19499
19500 * faces.el (mode-line-highlight): New face.
19501
19502 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19503 as mouse-face.
19504
19505 * bindings.el (top-level, help-echo, mode-line-modified)
19506 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19507 as mouse-face.
19508
19509 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19510
19511 * progmodes/cc-engine.el (c-guess-basic-syntax):
19512 Remove spurious call to `zerop'.
19513
19514 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19515
19516 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19517
19518 CC Mode update to 5.30.10:
19519
19520 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19521 could go past the limit in decoration level 2, thereby causing
19522 errors during interactive fontification.
19523
19524 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19525 the file is evaluated interactively.
19526
19527 * cc-engine.el (c-guess-basic-syntax): Handle operator
19528 declarations somewhat better in C++.
19529
19530 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19531 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19532 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19533 (awk-mode): Use it.
19534 (make-local-hook): Suppress warning about obsoleteness.
19535
19536 * cc-engine.el, cc-align.el, cc-cmds.el
19537 (c-append-backslashes-forward, c-delete-backslashes-forward)
19538 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19539 Compensate for return value from `forward-line' when it has moved
19540 but not to a different line due to eob.
19541
19542 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19543 `objc-method-intro' and `objc-method-args-cont'.
19544
19545 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19546
19547 CC Mode update to 5.30.10:
19548
19549 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19550 in the copyright statement. Incidentally, change "along with GNU
19551 Emacs" to "along with this program" where it occurs.
19552
19553 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19554 so that it is interactive, hence can be found by M-x awk-mode
19555 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19556 <gmorris+emacs@ast.cam.ac.uk>.
19557
19558 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19559 Mode's regexps.
19560
19561 2005-05-23 Kevin Ryde <user42@zip.com.au>
19562
19563 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19564 c-parse-state, to avoid a lisp error (on bad code).
19565
19566 2005-05-23 Lute Kamstra <lute@gnu.org>
19567
19568 * subr.el (font-lock-defaults): Remove defvar as it's already
19569 defined in font-core.el.
19570
19571 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19572
19573 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19574
19575 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19576 more general and work when GDB variable "print pretty" is on,
19577 as with Emacs, for example.
19578
19579 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19580
19581 * font-core.el: Update comment.
19582
19583 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19584 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19585
19586 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19587
19588 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19589
19590 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19591 and `yank-handler' in the doc strings.
19592
19593 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19594
19595 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19596
19597 2005-05-22 Richard M. Stallman <rms@gnu.org>
19598
19599 * help.el (describe-key): Move print-help-return-message call
19600 out of conditional.
19601
19602 * progmodes/etags.el (list-tags): Use with-no-warnings.
19603
19604 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19605 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19606 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19607
19608 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19609
19610 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19611 Add defvar.
19612
19613 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19614 Use defvar, not defconst.
19615
19616 * hexl.el (hexl-follow-line): Use with-no-warnings.
19617
19618 * emulation/tpu-extras.el: Use write-file-functions instead of
19619 write-file-hooks.
19620
19621 * dired.el (dired-font-lock-keywords): Fontify files with junk
19622 extensions even if marked by -F.
19623
19624 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19625
19626 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19627 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19628 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19629 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19630 (concatenate, list-length, get*, getf, cl-remprop):
19631 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19632 (etypecase, progv, lexical-let, lexical-let*)
19633 (multiple-value-bind, multiple-value-setq, shiftf):
19634 Improve argument/docstring consistency.
19635
19636 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19637
19638 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19639
19640 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19641 doesn't exist.
19642
19643 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19644 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19645
19646 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19647
19648 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19649 already deleted variables: auto-fill-hook, blink-paren-hook,
19650 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19651 suspend-hooks, comment-indent-hook, meta-flag,
19652 before-change-function, after-change-function,
19653 font-lock-doc-string-face.
19654
19655 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19656
19657 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19658
19659 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19660
19661 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19662 rmail-dont-reply-to.
19663
19664 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19665
19666 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19667 literal blank when splitting new-header-values.
19668
19669 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19670
19671 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19672 string so that tmm doesn't create a completion entry for it.
19673
19674 * textmodes/table.el (table-disable-menu): Ditto.
19675
19676 2005-05-21 Richard M. Stallman <rms@gnu.org>
19677
19678 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19679
19680 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19681
19682 * net/rcompile.el (remote-compile): Use compilation-start.
19683
19684 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19685
19686 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19687
19688 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19689 Default to makefile-bsdmake-mode on BSD systems.
19690
19691 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19692 REGEXP may also be a search function now. The part of doc-string
19693 for describing the structure was 95% identical to that of
19694 `imenu--generic-function'. Unify it there.
19695
19696 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19697 Use function to find dependencies, because regexp alone is so complex,
19698 it easily goes into an endless loop.
19699 (makefile-makepp-mode): Also add submenu for Perl functions
19700 defined in the makefile.
19701 (makefile-bsdmake-mode): Special imenu-generic-expression no
19702 longer needed, due to function call.
19703 (makefile-match-dependency): Take BOUND into account when checking
19704 if we're through.
19705
19706 2005-05-20 Jay Belanger <belanger@truman.edu>
19707
19708 * calc/calc-units.el (calc-invalidate-units-table):
19709 Use inhibit-read-only.
19710 (math-build-units-table-buffer): Use view-mode.
19711
19712 2005-05-20 David Kastrup <dak@gnu.org>
19713
19714 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19715 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19716
19717 2005-05-20 Lute Kamstra <lute@gnu.org>
19718
19719 * diff-mode.el (diff-header-face, diff-file-header-face)
19720 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19721 (diff-added-face, diff-changed-face, diff-function-face)
19722 (diff-context-face, diff-nonexistent-face): Put them in the
19723 diff-mode customization group.
19724
19725 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19726
19727 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19728
19729 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19730
19731 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19732 Minor regexp-optimization.
19733
19734 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19735
19736 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19737 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19738 (org-agenda-add-time-grid-maybe): New function.
19739 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19740 (org-table-create): `dotimes' instead of `mapcar'.
19741 (org-xor): Simplify implementation.
19742 (org-agenda): `inhibit-redisplay' turned on.
19743 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19744 a consistent line after a state change.
19745 (org-agenda-remove-times-when-in-prefix): New option.
19746 (org-prefix-has-time): New variable.
19747 (org-parse-time-string): Optional argument NODEFAULT.
19748 (org-format-agenda-item): Parse items for time-of-day
19749 specifications and move these into the prefix if possible.
19750 (org-agenda-priority): Get current heading, not previous heading
19751 during agenda remote editing.
19752
19753 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19754
19755 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19756 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19757 (remove-duplicates, delete-duplicates, substitute)
19758 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19759 (nsubstitute-if-not, find, find-if, find-if-not, position)
19760 (position-if, position-if-not, count, count-if, count-if-not)
19761 (mismatch, search, sort*, stable-sort, merge, member*)
19762 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19763 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19764 (intersection, nintersection, set-difference, nset-difference)
19765 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19766 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19767 (nsublis, tree-equal): Improve argument/docstring consistency.
19768
19769 * subr.el (send-string, send-region): Remove obsolescence declaration.
19770 (window-dot, set-window-dot, read-input, show-buffer)
19771 (eval-current-buffer, string-to-int):
19772 Add release number to obsolescence declarations.
19773
19774 2005-05-19 Kim F. Storm <storm@cua.dk>
19775
19776 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19777 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19778
19779 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19780
19781 * faces.el (list-faces-display): Make back button respect optional
19782 regexp arg.
19783
19784 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19785
19786 * calculator.el (calculator-radix-grouping-mode)
19787 (calculator-radix-grouping-digits, calculator-displayer)
19788 (calculator-radix-grouping-separator, calculator-copy-displayer):
19789 * dabbrev.el (dabbrev-search-these-buffers-only):
19790 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19791 (diff-advance-after-apply-hunk, diff-mode-hook)
19792 (diff-minor-mode-prefix):
19793 * imenu.el (imenu-use-popup-menu):
19794 * jit-lock.el (jit-lock-context-time):
19795 * newcomment.el (comment-fill-column, comment-column)
19796 (comment-style, comment-padding, comment-multi-line)
19797 (comment-empty-lines, comment-auto-fill-only-comments):
19798 * reveal.el (reveal-around-mark):
19799 * uniquify.el (uniquify-buffer-name-style)
19800 (uniquify-after-kill-buffer-p)
19801 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19802 (uniquify-min-dir-content, uniquify-separator)
19803 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19804 * w32-vars.el (w32-fixed-font-alist):
19805 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19806 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19807 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19808 * progmodes/perl-mode.el (perl-indent-level)
19809 (perl-continued-statement-offset, perl-continued-brace-offset)
19810 (perl-brace-offset, perl-brace-imaginary-offset)
19811 (perl-label-offset, perl-indent-continued-arguments)
19812 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19813 * progmodes/tcl.el (tcl-indent-level)
19814 (tcl-continued-indent-level, tcl-auto-newline)
19815 (tcl-tab-always-indent, tcl-electric-hash-style)
19816 (tcl-help-directory-list, tcl-use-smart-word-finder)
19817 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19818 (inferior-tcl-source-command):
19819 * textmodes/fill.el (enable-kinsoku):
19820 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19821 * textmodes/table.el (table-yank-handler):
19822 Specify missing group (and type, if simple) in defcustom.
19823
19824 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19825
19826 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19827
19828 2005-05-19 Richard M. Stallman <rms@gnu.org>
19829
19830 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19831
19832 * subr.el (event-basic-type): Don't get an error.
19833 (left-fringe-p): Function deleted.
19834
19835 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19836 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19837
19838 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19839 in recursive copy.
19840
19841 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19842
19843 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19844
19845 * emacs-lisp/bytecomp.el
19846 (byte-compile-file-form-custom-declare-variable):
19847 Call byte-compile-nogroup-warn if appropriate.
19848
19849 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19850 (compilation-set-window): Don't call left-fringe-p; do it directly.
19851
19852 2005-05-19 Jay Belanger <belanger@truman.edu>
19853
19854 * calc/calc-graph.el (calc-graph-format-data): Make sure
19855 var-PlotRejects is bound before trying to check its value.
19856
19857 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19858
19859 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19860 definition of this variable from reftex-global.el to reftex.el,
19861 because it is needed in the menu.
19862
19863 2005-05-19 Lute Kamstra <lute@gnu.org>
19864
19865 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19866 years are fixed. Don't insert a space after a dash.
19867
19868 2005-05-19 Kim F. Storm <storm@cua.dk>
19869
19870 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19871
19872 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19873
19874 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19875 strings, because (eq ... ?\\) is fairly frequent.
19876
19877 * progmodes/make-mode.el (makefile-add-this-line-targets):
19878 Simplify and integrate into `makefile-pickup-targets'.
19879 (makefile-add-this-line-macro): Simplify and integrate into
19880 `makefile-pickup-macros.
19881 (makefile-pickup-filenames-as-targets): Simplify.
19882 (makefile-previous-dependency, makefile-match-dependency):
19883 Don't stumble over `::'.
19884
19885 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19886
19887 * subr.el (post-command-idle-hook, post-command-idle-delay):
19888 Remove obsoletion of post-command-idle-hook and
19889 post-command-idle-delay.
19890
19891 * faces.el (list-faces-display): Provide button when describe-face
19892 is called to take user back to the list of faces.
19893
19894 * help-fns.el (describe-variable): Remove hyperlinks in a
19895 variable's value as these are quite frequently inappropriate.
19896
19897 * follow.el (follow-submit-feedback, follow-mode):
19898 Remove references to post-command-idle-hook.
19899
19900 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19901
19902 * progmodes/make-mode.el (makefile-previous-dependency)
19903 (makefile-match-dependency): Check for := (and in bsd mode also
19904 !=) to give a better result, even when font-lock is not on.
19905
19906 2005-05-18 Jay Belanger <belanger@truman.edu>
19907
19908 * calc/calc-help.el (calc-s-prefix-help):
19909 Add `calc-copy-special-constant' to help string.
19910
19911 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19912
19913 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19914
19915 2005-05-18 Jay Belanger <belanger@truman.edu>
19916
19917 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19918 in linear factors are in proper order.
19919
19920 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19921
19922 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19923 Support for jurabib.
19924
19925 * textmodes/reftex.el (featurep): Define aliases for overlay
19926 commands, for XEmacs compatibility, and use these aliases in
19927 overlay initializations.
19928 (reftex-highlight): Use `reftex-move-overlay'.
19929 (reftex-unhighlight): Use `reftex-delete-overlay'.
19930 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19931 (reftex-access-search-path): Use `reftex-uniquify' instead of
19932 `reftex-uniq'
19933
19934 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19935 `before-string' property modification enables for Emacs as well.
19936 (reftex-select-item): Use `reftex-delete-overlay'.
19937 (reftex-select-mark): Use `reftex-make-overlay' and
19938 `reftex-overlay-put'.
19939 (reftex-select-unmark): Use `reftex-delete-overlay' and
19940 `reftex-overlay-put'.
19941
19942 2005-05-18 Lute Kamstra <lute@gnu.org>
19943
19944 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19945
19946 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19947
19948 * add-log.el (add-change-log-entry):
19949 * array.el (array-make-template, array-reconfigure-rows)
19950 (array-init-max-row, array-init-max-column)
19951 (array-init-columns-per-line, array-init-field-width):
19952 * replace.el (replace-match-maybe-edit, perform-replace):
19953 * textmodes/spell.el (spell-region):
19954 Replace `read-input' by `read-string'.
19955
19956 * forms.el (forms-mode):
19957 * finder.el (finder-compile-keywords):
19958 * shadowfile.el (shadow-read-files):
19959 Replace `eval-current-buffer' by `eval-buffer'.
19960
19961 * terminal.el (te-pass-through):
19962 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19963 (ange-ftp-raw-send-cmd):
19964 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19965 (send-process-next-char, telnet-initial-filter, telnet):
19966 Replace `send-string' by `process-send-string'.
19967
19968 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19969 (prolog-consult-region): Replace `send-string' by
19970 `process-send-string'; replace `send-region' by `process-send-region'.
19971
19972 * progmodes/delphi.el (delphi-log-msg):
19973 Replace `set-window-dot' by `set-window-point'.
19974
19975 * subr.el (window-dot, set-window-dot, read-input, send-string)
19976 (send-region, show-buffer, eval-current-buffer):
19977 Make really obsolete, as the comment says.
19978
19979 2005-05-17 Kim F. Storm <storm@cua.dk>
19980
19981 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19982 (cua--init-keymaps): Bind C-return instead of S-return to set
19983 rectangle mark.
19984
19985 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19986 instead of S-return to toggle/clear rectangle mark.
19987
19988 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19989
19990 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19991 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19992 Also fontify plain strings assigned to variables, mostly so that a
19993 colon has a face and is thus not taken as a dependency separator.
19994 (makefile-previous-dependency): Inline the new matcher, because it
19995 is too complex to work in both directions.
19996 (makefile-match-dependency): Eliminate `backward' arg (see above).
19997 Completely reimplemented so as to not sometimes go into an endless
19998 loop. It should also be more efficient, because first it only
19999 searches for `:', instead of applying the very complex regexp.
20000 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20001 to be fontified in one piece can be too long for JIT.
20002 Makefiles are never *that* big.
20003
20004 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20005
20006 * dired.el (dired-mode): Simplify.
20007
20008 2005-05-17 Lute Kamstra <lute@gnu.org>
20009
20010 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20011 defcustom for the mode hook variable.
20012
20013 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20014 Emacs Lisp Reference Manual.
20015
20016 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20017
20018 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20019 (evenp, list*):
20020 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20021 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20022
20023 * net/tramp-smb.el (tramp-smb-open-connection):
20024 Pass `tramp-chunksize' as fifth (required) argument.
20025
20026 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20027
20028 * font-lock.el (lisp-font-lock-keywords-1):
20029 Set `font-lock-negation-char-face' for [^...] char group.
20030 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20031
20032 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20033 a var, and refine it to mask one more level of nested vars.
20034 (makefile-rule-action-regex): Turn it into a var, and refine it so
20035 it recognizes backslashed continuation lines as belonging to the
20036 same command.
20037 (makefile-macroassign-regex): Refine it so it recognizes
20038 backslashed continuation lines as belonging to the same command.
20039 (makefile-var-use-regex): Don't look at the next char, because it
20040 might be the same one to be skipped by the initial [^$], leading
20041 to an overlooked variable use.
20042 (makefile-make-font-lock-keywords): Remove two parameters, which
20043 are now variables that some of the modes set locally.
20044 Handle dependency and rule action matching through functions, because
20045 regexps alone match too often. Dependency matching now comes
20046 last, so it can check, whether a colon already matched something else.
20047 (makefile-mode): Inform that font-lock improves makefile parsing
20048 capabilities.
20049 (makefile-match-dependency, makefile-match-action): New functions.
20050
20051 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20052
20053 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20054
20055 * align.el (align-regexp):
20056 * ansi-color.el (ansi-color-get-face):
20057 * array.el (array-reconfigure-rows, array-init-max-row)
20058 (array-init-max-column, array-init-columns-per-line)
20059 (array-init-field-width):
20060 * dired-aux.el (dired-trample-file-versions):
20061 * dired-x.el (dired-mark-sexp):
20062 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20063 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20064 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20065 * faces.el (face-read-integer):
20066 * files.el (backup-extract-version, insert-directory):
20067 * hexl.el (hexl-insert-decimal-char):
20068 * server.el (server-process-filter):
20069 * shell.el (shell-extract-num):
20070 * startup.el (command-line-1):
20071 * term.el (term-command-hook):
20072 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20073 (time-stamp-do-number):
20074 * time.el (display-time-update):
20075 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20076 (timezone-fix-time):
20077 * vms-patch.el (vms-suspend-resume-hook):
20078 * calendar/appt.el (appt-convert-time):
20079 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20080 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20081 * calendar/cal-islam.el (mark-islamic-diary-entries):
20082 * calendar/calendar.el (calendar-cursor-to-date)
20083 (calendar-star-date):
20084 * calendar/diary-lib.el (diary-attrtype-convert)
20085 (mark-diary-entries, diary-entry-time):
20086 * calendar/solar.el (solar-get-number):
20087 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20088 * emacs-lisp/re-builder.el (reb-display-subexp):
20089 * emulation/edt.el (edt-set-scroll-margins):
20090 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20091 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20092 (vip-get-ex-count):
20093 * emulation/viper-ex.el (viper-get-ex-token)
20094 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20095 * international/fontset.el (fontset-plain-name):
20096 * mail/feedmail.el (feedmail-look-at-queue-directory):
20097 * mail/mailalias.el (mail-get-names):
20098 * mail/rmail.el (rmail-convert-to-babyl-format):
20099 * mail/rmailsum.el (rmail-make-basic-summary-line)
20100 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20101 (rmail-summary-goto-msg):
20102 * mail/smtpmail.el (smtpmail-read-response):
20103 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20104 (ange-ftp-vms-add-file-entry):
20105 * play/gametree.el (gametree-looking-at-ply)
20106 (gametree-current-branch-score):
20107 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20108 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20109 * progmodes/cperl-mode.el (condition-case):
20110 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20111 (ebrowse-set-member-buffer-column-width)
20112 (ebrowse-select-1st-to-9nth):
20113 * progmodes/etags.el (etags-snarf-tag):
20114 * progmodes/flymake.el (flymake-parse-line):
20115 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20116 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20117 (idlwave-shell-menu-def):
20118 * progmodes/ps-mode.el (ps-run-goto-error):
20119 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20120 (vhdl-speedbar-contract-level):
20121 * term/mac-win.el (x-handle-numeric-switch):
20122 * term/sun-mouse.el (sun-get-frame-data):
20123 * term/w32-win.el (x-handle-numeric-switch):
20124 * term/x-win.el (x-handle-numeric-switch):
20125 * textmodes/ispell.el (ispell-parse-output):
20126 * textmodes/nroff-mode.el (nroff-outline-level):
20127 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20128 (reftex-bib-sort-year-reverse, reftex-format-citation):
20129 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20130 (reftex-section-number):
20131 * textmodes/texinfmt.el (texinfo-paragraphindent):
20132 Replace `string-to-int' by `string-to-number'.
20133
20134 * international/latexenc.el: Add page marker to force the "Local
20135 Variables:" string out of the last page.
20136
20137 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20138
20139 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20140 tooltip-change-major-mode.
20141 (gud-tooltip-print-command): Remove case where gud-minor-mode
20142 is gdb ("--fullname").
20143 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20144 explain to user.
20145
20146 2005-05-16 Jay Belanger <belanger@truman.edu>
20147
20148 * calc/calc-store.el (calc-copy-special-constant): New function.
20149
20150 * calc/calc-ext.el (calc-init-extensions): Add binding for
20151 `calc-copy-special-constant'.
20152
20153 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20154 for the `calc-copy-special-constant' command.
20155
20156 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20157
20158 * subr.el (left-fringe-p): New function.
20159
20160 * progmodes/compile.el (compilation-setup): Set local value of
20161 overlay-arrow-string to "" always.
20162 (compilation-set-window): Left fringe then don't scroll.
20163 No left fringe then no arrow and scroll message to top.
20164 (compilation-context-lines): Adjust doc string accordingly.
20165
20166 2005-05-16 Kim F. Storm <storm@cua.dk>
20167
20168 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20169 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20170 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20171 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20172 (ido-read-file-name): Handle commands with ido property value
20173 equal to find-file as reading a file name, to allow C-d to enter dired.
20174 (ibuffer-find-file): Add ido property with value find-file.
20175
20176 2005-05-15 Kim F. Storm <storm@cua.dk>
20177
20178 * subr.el (open-network-stream-nowait): Remove.
20179 (open-network-stream-server): Remove.
20180
20181 2005-05-15 Richard M. Stallman <rms@gnu.org>
20182
20183 * faces.el (describe-face): Output a definition link button.
20184
20185 * help-mode.el (help-face-def): New button type.
20186
20187 * emacs-lisp/copyright.el (copyright-fix-years):
20188 Match properly if the first year is 2-digit.
20189 Don't mess up the whitespace after the years by filling.
20190
20191 * dired-aux.el (dired-mark-confirm):
20192 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20193
20194 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20195 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20196 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20197
20198 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20199 Set font-lock-comment-start-skip.
20200
20201 * font-lock.el (font-lock-comment-start-skip): New variable.
20202 (font-lock-comment-end-skip): New variable.
20203 (font-lock-fontify-syntactically-region): Use them if non-nil.
20204
20205 2005-05-15 Jay Belanger <belanger@truman.edu>
20206
20207 * calc/calc-store.el (calc-store-value): Return a string rather
20208 than display it as a message.
20209 Use calc-var-name for variable name.
20210 (calc-store-into): Add the result of calc-store-value to message.
20211 (calc-copy-variable): Add a message.
20212 (calc-store-exchange): Improve error messages.
20213 (calc-store-binary, calc-store-map): Don't reset the values of
20214 special constants.
20215
20216 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20217
20218 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20219 manual to docstring.
20220
20221 * files.el (hack-local-variables-confirm): Add STRING argument.
20222 Make the function handle non file visiting buffers correctly.
20223 (hack-local-variables-prop-line, hack-local-variables)
20224 (hack-one-local-variable): Use STRING arg of
20225 `hack-local-variables-confirm'.
20226
20227 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20228
20229 Sync with Tramp 2.0.49.
20230
20231 * net/tramp.el (tramp-handle-dired-call-process)
20232 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20233 because the contents of the Tramp buffer is changed before
20234 insertion (`expand-file' and alike).
20235 (tramp-handle-insert-directory): If `localname' has an empty
20236 nondirectory name, it must not be quoted.
20237 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20238 variable `tramp-chunksize'. Change callees.
20239 (tramp-open-connection-setup-interactive-shell): Check remote host
20240 for buggy `send-process-string' implementation.
20241 Set `tramp-chunksize' if found. Reported by Michael Kifer
20242 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20243 (tramp-handle-shell-command): `insert-buffer' cannot be used
20244 because the contents of the Tramp buffer is changed before
20245 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20246 <frederic.bothamy@free.fr>.
20247 (tramp-set-auto-save): Actions should be done for Tramp file name
20248 handler only. Ange-FTP has its own auto-save mechanism.
20249 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20250 (tramp-set-auto-save-file-modes): Set file modes of
20251 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20252 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20253 (tramp-bug): Remove obsolete variable.
20254 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20255 for presence of `mml-mode'. Make it running for older Emacsen as well.
20256
20257 2005-05-14 John Paul Wallington <jpw@pobox.com>
20258
20259 * ibuf-ext.el (define-ibuffer-filter filename):
20260 If `dired-directory' is a list, use its car.
20261
20262 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20263
20264 * ibuffer.el (define-ibuffer-column filename):
20265 If `dired-directory' is a list, use its car.
20266
20267 2005-05-14 Richard M. Stallman <rms@gnu.org>
20268
20269 * subr.el (symbol-file): Doc fix.
20270
20271 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20272 (byte-compile-form): Call byte-compile-nogroup-warn.
20273 (byte-compile-warning-types): Doc fix.
20274
20275 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20276
20277 * progmodes/cc-engine.el (c-literal-faces):
20278 Add font-lock-comment-delimiter-face.
20279
20280 * net/net-utils.el (dig): Use with-no-warnings.
20281
20282 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20283 (sc-recite-frame-alist, sc-default-cite-frame)
20284 (sc-default-uncite-frame, sc-default-recite-frame)
20285 (sc-attrib-selection-list, sc-rewrite-header-list):
20286 Mark as risky-local-variable.
20287
20288 * international/ogonek.el (ogonek-jak, ogonek-how):
20289 Don't use beginning-of-buffer.
20290
20291 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20292
20293 * calendar/solar.el (solar-data-list): Move definition up.
20294
20295 * dnd.el (dnd-protocol-alist): Add autoload.
20296
20297 * progmodes/sh-script.el: Many doc usage fixes.
20298 (sh-indent-after-do): Change default to match common styles.
20299
20300 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20301
20302 * files.el (interpreter-mode-alist)
20303 (auto-mode-interpreter-regexp): Doc fixes.
20304
20305 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20306
20307 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20308
20309 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20310
20311 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20312
20313 * dired.el (dired-mode): make-variable-buffer-local =>
20314 make-local-variable.
20315
20316 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20317
20318 * term/mac-win.el (mac-select-convert-to-string): Try coding
20319 systems in mac-script-code-coding-systems if specified one cannot
20320 encode string for `com.apple.traditional-mac-plain-text'.
20321
20322 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20323
20324 * progmodes/make-mode.el (makefile-targets-face)
20325 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20326 (makefile-dependency-regex): Fix it to not make the colon in
20327 $(var:a=b) special.
20328 (makefile-rule-action-regex): New regexp for highlighting embedded
20329 Shell strings.
20330 (makefile-macroassign-regex): Handle != for highlighting as
20331 embedded Shell strings.
20332 (makefile-var-use-regex): New const.
20333 (makefile-statements, makefile-automake-statements)
20334 (makefile-gmake-statements, makefile-makepp-statements)
20335 (makefile-bsdmake-statements): New consts.
20336 (makefile-make-font-lock-keywords): New function.
20337 (makefile-automake-font-lock-keywords)
20338 (makefile-gmake-font-lock-keywords)
20339 (makefile-makepp-font-lock-keywords)
20340 (makefile-bsdmake-font-lock-keywords): New consts.
20341 (makefile-mode-map): Add switchers between the various submodes.
20342 (makefile-mode): Document the availability of the variants.
20343 (makefile-automake-mode, makefile-gmake-mode)
20344 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20345
20346 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20347 new variants of makefile-mode.
20348
20349 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20350
20351 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20352 the inheritance.
20353
20354 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20355
20356 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20357 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20358
20359 * files.el (normal-mode): Extend the scope of the
20360 `enable-local-variables' binding to include the `set-auto-mode' call.
20361 (magic-mode-alist): Doc fix.
20362
20363 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20364
20365 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20366 font-lock-comment-face rather than copying its setting.
20367
20368 2005-05-12 Andreas Schwab <schwab@suse.de>
20369
20370 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20371
20372 2005-05-12 Lute Kamstra <lute@gnu.org>
20373
20374 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20375 defcustom for the mode hook variable. Delete the last argument.
20376 * generic-x.el: Fix callers of define-generic-mode.
20377 (generic-x-modes): Delete group.
20378 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20379 generic-x customization group.
20380
20381 2005-05-12 Kim F. Storm <storm@cua.dk>
20382
20383 * font-lock.el (font-lock-negation-char-face): Default to "off".
20384
20385 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20386 font-lock-negation-char-face to ! in !=.
20387
20388 2005-05-12 Masatake YAMATO <jet@gyve.org>
20389
20390 * add-log.el (find-change-log): Fix typos in the docstring
20391 of function.
20392
20393 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20394
20395 * international/latexenc.el (latexenc-find-file-coding-system):
20396 Avoid `re-search-forward' when looking for input encoding because
20397 of speed and safety. Better regular expressions for recognizing
20398 input encoding. Limit a search for TeX-master/tex-main-file to
20399 the local variable section.
20400
20401 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20402
20403 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20404 syntax of $ to "'" (quote).
20405
20406 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20407
20408 * dnd.el (dnd-protocol-alist): Improve custom type.
20409
20410 * dired.el (dired-dnd-protocol-alist): New variable.
20411 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20412 `dired-mode-hook' to the end.
20413
20414 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20415
20416 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20417 comment-end if comment-start-skip is not set.
20418 Obey the font-lock-comment-delimiter-face variables.
20419
20420 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20421
20422 * files.el (executable-find): Move from executable.el. Use
20423 locate-file.
20424 * progmodes/executable.el (executable-find): Move to files.el.
20425
20426 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20427 when trying to ensure forward progress.
20428
20429 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20430
20431 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20432 (mouse-select, mouse-select-internal, mouse-extend-internal):
20433 Use it to implement mouse-1-click-follows-link functionality.
20434
20435 2005-05-11 Richard M. Stallman <rms@gnu.org>
20436
20437 * font-lock.el (font-lock-fontify-syntactically-region):
20438 Use font-lock-comment-delimiter-face for comment delimiters.
20439
20440 2005-05-10 Jay Belanger <belanger@truman.edu>
20441
20442 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20443 preserving embedded modes.
20444
20445 2005-05-10 Richard M. Stallman <rms@gnu.org>
20446
20447 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20448
20449 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20450 Move from ada-stmt.el.
20451 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20452
20453 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20454 Move to ada-mode.el.
20455 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20456
20457 * cus-edit.el (custom-file): Call file-chase-links.
20458
20459 * files.el (read-directory-name): Fix previous change.
20460 (hack-local-variables-confirm): New function.
20461 (hack-local-variables-prop-line, hack-local-variables)
20462 (hack-one-local-variable): Use it.
20463
20464 2005-05-10 Lute Kamstra <lute@gnu.org>
20465
20466 * font-lock.el (font-lock-keywords-alist)
20467 (font-lock-removed-keywords-alist): Clarify docstrings.
20468
20469 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20470
20471 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20472 (gdb-source-info): Check for preprocessor info.
20473 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20474 a macro for a function.
20475 (gdb-info-breakpoints-custom): Try to find file again if not already
20476 found (user might have used GDB dir command).
20477 (gdb-get-location): Update gdb-location-alist correctly for change
20478 to gdb-info-breakpoints-custom.
20479
20480 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20481 (gud-tooltip-print-command): Add gdbmi case.
20482 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20483 preprocessor info.
20484
20485 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20486
20487 * startup.el (fancy-splash-insert): Fix typo in doc string.
20488
20489 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20490
20491 * obsolete/float.el (string-to-float):
20492 * obsolete/hilit19.el (hilit-add-pattern):
20493 * obsolete/rnews.el (news-parse-range, news-select-message)
20494 (news-get-pruned-list-of-files): Replace `string-to-int' by
20495 `string-to-number'.
20496
20497 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20498 `find-file-not-found-hooks'; use `add-hook'.
20499 (uncompress-while-visiting): Set `write-file-functions', not
20500 `write-file-hooks'; use `add-hook'.
20501
20502 2005-05-09 Kim F. Storm <storm@cua.dk>
20503
20504 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20505 (cua-paste): Handle clipboard action.
20506 (cua--init-keymaps): Remap clipboard-kill-region and
20507 clipboard-kill-ring-save.
20508
20509 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20510
20511 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20512 Improve commentary.
20513
20514 * simple.el (next-error-overlay-arrow-position): Revert the change
20515 made on 2005-04-30.
20516
20517 2005-05-07 Jay Belanger <belanger@truman.edu>
20518
20519 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20520 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20521 `calc-sel-reselect'.
20522
20523 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20524 Calc is in embedded mode.
20525
20526 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20527
20528 * progmodes/compile.el (compilation-setup):
20529 Set overlay-arrow-string to an empty string on text terminals.
20530
20531 * textmodes/ispell.el (ispell-program-name): Try looking for
20532 "aspell" along exec-path, and if found, use it as the default
20533 speller program.
20534
20535 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20536
20537 * international/mule.el (sgml-xml-auto-coding-function):
20538 Recognize encoding='FOO' in single quotes as well as in double quotes.
20539
20540 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20541
20542 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20543 as well as `interactive', so that defmacro* would recognize
20544 `declare' forms.
20545
20546 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20547
20548 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20549 Explain more about the LIGHTER arg's usage in the doc string.
20550 Add commentary to clarify what the code does. Fix the regexp that
20551 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20552 since it could have characters special to regular expressions.
20553
20554 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20555
20556 * replace.el (occur-1): Bind inhibit-read-only so that
20557 erase-buffer doesn't barf on read-only text properties (likewise
20558 for add-text-properties in occur-engine). Mark buffer as unmodified.
20559 (occur-engine): Don't set buffer-read-only here.
20560
20561 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20564 list-buffers-directory. This caused the *cvs-commit* buffer to be
20565 sometimes mistakenly reused as a *cvs* buffer.
20566
20567 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20568
20569 * tooltip.el: Move code for GUD tooltips into gud.el.
20570 (require): CL no longer needed to compile case.
20571 (tooltip-mode): Do not toggle functions for GUD tooltips.
20572 (tooltip-gud-tips-p): Remove. Replace with minor mode
20573 gud-tooltip-mode in gud.el.
20574 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20575 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20576 tooltip-gud prefix with gud-tooltip and obsolete.
20577 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20578 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20579 (tooltip-mouse-motion): Mouse movement functions/variable.
20580 Rename in gud.el by adding gud prefix.
20581 (tooltip-gud-original-filter, tooltip-gud-dereference)
20582 (tooltip-gud-event, tooltip-toggle-gud-tips)
20583 (tooltip-gud-process-output, tooltip-gud-print-command)
20584 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20585 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20586 (gdb-tooltip-print): Move to gdb-ui.el.
20587
20588 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20589 (require): CL needed to compile case.
20590 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20591 tooltip-gud-tips-p. Make it a minor-mode.
20592 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20593 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20594 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20595 (gud-tooltip-change-major-mode)
20596 (gud-tooltip-activate-mouse-motions-if-enabled)
20597 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20598 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20599 (gud-tooltip-original-filter, gud-tooltip-dereference)
20600 (gud-tooltip-event, tooltip-toggle-gud-tips)
20601 (gud-tooltip-process-output, gud-tooltip-print-command)
20602 (gud-tooltip-tips): Move from tooltip.el.
20603
20604 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20605 (gdb-cpp-define-alist-flags): Doc fix.
20606 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20607 gud-tooltip-mode is t.
20608
20609 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20610
20611 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20612 evaporate if their text is deleted.
20613 (goto-address-at-point): Make it work as a mouse binding as well.
20614 (goto-address-at-mouse): Obsolete it. Update users.
20615
20616 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20617
20618 * calendar/appt.el (top-level): No longer activate on load.
20619
20620 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20621
20622 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20623 * net/webjump.el (webjump):
20624 * progmodes/idlw-help.el (idlwave-do-context-help1)
20625 (idlwave-highlight-linked-completions):
20626 * textmodes/po.el (po-find-file-coding-system-guts):
20627 Replace `assoc-ignore-case' by `assoc-string'.
20628
20629 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20630
20631 * files.el (locate-file): Doc fix.
20632
20633 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20634 Remove the redundant test for ms-dos.
20635
20636 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20637 look for the preprocessor with exec-suffixes. If not found in
20638 standard places, look in exec-path. Remove most of the tests that
20639 used system-type.
20640
20641 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20642
20643 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20644
20645 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20646 file-name clash with jka-compr.el on 8+3 filesystems.
20647
20648 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20649
20650 * term/mac-win.el: Don't define or bind scroll bar functions if
20651 x-toolkit-scroll-bars is t.
20652 (x-select-text, x-get-selection-value): Clear
20653 x-last-selected-text-clipboard if x-select-enable-clipboard is
20654 nil.
20655 (PRIMARY): Put mac-scrap-name property.
20656 (mac-select-convert-to-file-url): New function.
20657 (public.file-url): New selection target type. Add to
20658 selection-converter-alist.
20659 (x-get-selection, x-selection-value): Handle it.
20660 (x-cut-buffer-or-selection-value): New alias.
20661
20662 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20663
20664 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20665 entry to avoid calling bibtex-find-entry with arg global
20666 being t. Remove arg key.
20667 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20668 (bibtex-copy-summary-as-kill): Change accordingly.
20669
20670 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20671
20672 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20673 (org-agenda-date-later): Use with-current-buffer.
20674
20675 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20676
20677 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20678 (define-obsolete-variable-alias): Doc Fixes.
20679
20680 2005-05-06 Kim F. Storm <storm@cua.dk>
20681
20682 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20683 vertical-motion when selective-display is active.
20684
20685 * ido.el (ido-setup-hook): New hook.
20686 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20687 (ido-input-stack): New var.
20688 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20689 ido-next-work-file binding to M-O.
20690 Bind M-f to ido-wide-find-file-or-pop-dir.
20691 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20692 (ido-read-internal): Run ido-setup-hook.
20693 Catch quit in read-file-name and read-string to cancel edit.
20694 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20695 Automatically pop-all when completing a directory name (RET).
20696 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20697 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20698 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20699 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20700 New functions for M-b/M-f to move among the directory components.
20701 (ido-make-merged-file-list): Catch quit to cancel merge.
20702 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20703 (ido-completion-help): No warnings for ido-completion-buffer-full.
20704
20705 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20706
20707 * font-lock.el (font-lock-negation-char-face): New face and variable.
20708 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20709 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20710 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20711 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20712
20713 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20714
20715 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20716 Fix typo in docstring.
20717
20718 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20719 (ebrowse-print-statistics-line)
20720 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20721
20722 * term/w32-win.el (image-library-alist): Add additional name for
20723 Xpm library.
20724
20725 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20726
20727 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20728 use gcc instead of cpp.
20729
20730 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20731 (gdb-create-define-alist): Use it.
20732 (gdb-cpp-define-alist-program): Update for MS-DOS.
20733
20734 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20735
20736 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20737
20738 2005-05-04 Richard M. Stallman <rms@gnu.org>
20739
20740 * help.el (describe-key): No error when UNTRANSLATED is nil.
20741
20742 * simple.el (line-move-1): Fix previous change to signal errors
20743 appropriately.
20744
20745 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20746
20747 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20748 (icalendar-duration-correction): Remove.
20749 (icalendar--get-event-properties): Split result at commas.
20750 (icalendar--decode-isoduration): New optional argument
20751 DURATION-CORRECTION.
20752 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20753 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20754 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20755 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20756 (icalendar--convert-anniversary-to-ical): New functions, extracted
20757 from icalendar-export-region, with bug fixes.
20758 (icalendar-export-region): Use the above functions.
20759 (icalendar-import-buffer): Check before saving diary file.
20760 (icalendar--convert-recurring-to-diary)
20761 (icalendar--convert-non-recurring-all-day-to-diary)
20762 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20763 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20764 (icalendar--convert-ical-to-diary): Use the above functions.
20765
20766 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20767
20768 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20769 Remove these recent additions.
20770 (c-mode): Restore to before 2005-04-28.
20771
20772 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20773 recent addition.
20774
20775 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20776 (gdb-define-alist): New variables.
20777 (gdb-create-define-alist): New function.
20778 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20779 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20780 with string-to-number.
20781 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20782
20783 * progmodes/gud.el: Replace string-to-int with string-to-number.
20784 (gud-find-file): Handle gdb-define-alist.
20785
20786 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20787
20788 2005-05-02 Jay Belanger <belanger@truman.edu>
20789
20790 * calc/calc-aent.el (math-read-token):
20791 * calc/calc-bin.el (calc-word-size):
20792 * calc/calc-ext.el (calc-read-number-fancy):
20793 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20794 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20795 * calc/calc-frac.el (calc-over-notation):
20796 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20797 (calc-graph-num-points, calc-graph-init):
20798 * calc/calc-prog.el (calc-read-parse-table-part)
20799 (calc-edit-macro-repeats):
20800 * calc/calc-yank.el (calc-do-grab-rectangle):
20801 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20802 Replace `string-to-int' by `string-to-number'.
20803
20804 2005-05-02 Kim F. Storm <storm@cua.dk>
20805
20806 * kmacro.el: Use executing-kbd-macro-index variable.
20807
20808 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20809
20810 * net/rlogin.el (rlogin-parse-words): Delete func.
20811 (rlogin): Use split-string, not rlogin-parse-words.
20812 Also, if there are option-like elements in the parsed args,
20813 take the host to be the first arg immediately following them.
20814 Suggested by Michael Mauger.
20815
20816 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20817
20818 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20819
20820 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20821
20822 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20823 (cc-mode-cpp-program): Rename to cc-define-list-program and
20824 move to cc-vars.el.
20825
20826 * progmodes/cc-vars.el (cc-define-list-program):
20827 Change to "gcc -E -dM -". Make customizable.
20828
20829 2005-05-02 Kim F. Storm <storm@cua.dk>
20830
20831 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20832
20833 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20834
20835 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20836
20837 * international/mule-util.el (truncate-string): Remove alias and
20838 obsolete declaration.
20839
20840 * international/mule-cmds.el (update-iso-coding-systems):
20841 Remove alias and obsolete declaration.
20842
20843 * international/mule.el (coding-system-parent): Remove alias and
20844 obsolete declaration.
20845
20846 * subr.el (define-function, sref): Remove aliases and obsolete
20847 declarations.
20848 (chars-in-region): Remove obsolete declaration.
20849
20850 2005-05-01 Richard M. Stallman <rms@gnu.org>
20851
20852 * info.el (Info-mode): Set widen-automatically to nil, locally.
20853
20854 * simple.el (widen-automatically): New variable.
20855 (pop-global-mark): Obey widen-automatically.
20856
20857 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20858
20859 * term/xterm.el (function-key-map): Call substitute-key-definition
20860 before the keymap size is increased by a lot of define-key calls.
20861
20862 2005-05-01 Richard M. Stallman <rms@gnu.org>
20863
20864 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20865 Rename ARG to ELEMENT. Doc fix.
20866
20867 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20868
20869 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20870 Remove references to allout-exposure/change to allout-new-exposure.
20871
20872 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20873 bytecode symbols.
20874
20875 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20876 (compiled-function-p, focus-frame, unfocus-frame):
20877 Remove aliases and obsolete declarations.
20878 Back out inadvertent changes from previous commit.
20879
20880 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20881
20882 * files.el (require-final-newline): Make Custom tags consistent
20883 with mode-require-final-newline.
20884 (mode-require-final-newline): Doc fix.
20885
20886 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20887
20888 * international/latexenc.el (latexenc-find-file-coding-system):
20889 Fix regular expressions.
20890
20891 2005-05-01 David Kastrup <dak@gnu.org>
20892
20893 * international/latexenc.el (latexenc-find-file-coding-system):
20894 Fix regular expressions.
20895
20896 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20897
20898 * subr.el (string-to-int): Make obsolete.
20899
20900 2005-04-30 Richard M. Stallman <rms@gnu.org>
20901
20902 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20903
20904 * loadup.el: load jka-comp-hook.
20905
20906 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20907 (jka-compr-handler): Add autoload. `put' calls moved
20908 to jka-comp-hook.el.
20909 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20910 (jka-compr-inhibit): Autoload.
20911
20912 * jka-comp-hook.el: New file.
20913 Enable the mode by default.
20914
20915 * files.el (backup-buffer-copy): Use copy-file instead
20916 of write-region, and put back the 'excl.
20917
20918 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20919
20920 * progmodes/flymake.el (flymake-split-string)
20921 (flymake-split-string, flymake-log, flymake-pid-to-names)
20922 (flymake-reg-names, flymake-get-source-buffer-name)
20923 (flymake-unreg-names, flymake-add-line-err-info)
20924 (flymake-add-err-info): Clarify docstrings.
20925 (flymake-popup-menu, flymake-make-emacs-menu)
20926 (flymake-make-xemacs-menu): Add docstrings.
20927 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20928 Set variables directly throughout.
20929
20930 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20931
20932 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20933 exists. Initialize cc-define-alist.
20934 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20935 If there is no file (Macroexpansion) don't create an alist.
20936
20937 2005-04-29 Sam Steingold <sds@gnu.org>
20938
20939 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20940 (cc-create-define-alist): Use it instead of the hard-coded string.
20941
20942 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20943
20944 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20945 for latexenc.
20946
20947 2005-04-29 Lute Kamstra <lute@gnu.org>
20948
20949 * emacs-lisp/generic.el: Improve commentary section.
20950 (define-generic-mode): Improve docstring.
20951
20952 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20953
20954 * textmodes/org.el (many places): Change to quiet the byte compiler.
20955 (org-prefix-format-compiled): New variable.
20956 (org-compile-prefix-format): New function.
20957 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20958 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20959 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20960 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20961 consistency with entries from `org-mode' files.
20962 (org-get-time-of-day): Fix bug with partial matches early in a line.
20963 (org-non-link-chars): New constant.
20964 (org-link-regexp): Respect `org-non-link-chars'.
20965 (org-agenda-day-view): Remove command.
20966 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20967 (org-follow-bbdb-link, org-store-link): Search also company field.
20968 (org-highlight-overlay): New variable.
20969 (org-highlight, org-unhighlight): New functions.
20970 (org-agenda-mode): Add pre-command-hook to remove highlight.
20971 (org-evaluate-time-range): Behavior depends upon whether time stamp
20972 contains a time or not.
20973 (org-show-subtree, org-show-entry): New functions.
20974 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20975
20976 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20977
20978 * comint.el (comint-output-filter-functions): Add autoload cookie.
20979
20980 2005-04-28 Kim F. Storm <storm@cua.dk>
20981
20982 * ido.el (ido-everywhere): Fix last change.
20983
20984 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20985
20986 * international/latexenc.el: New file.
20987 * international/mule-conf.el (file-coding-system-alist): For .tex,
20988 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20989
20990 2005-04-28 Lute Kamstra <lute@gnu.org>
20991
20992 * font-lock.el (font-lock-add-keywords)
20993 (font-lock-remove-keywords): Clarify docstring.
20994 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20995 Don't start docstrings with a `*'.
20996 (font-lock-update-removed-keyword-alist): Give it a docstring.
20997
20998 * generic-x.el: Update commentary section.
20999 Only require font-lock when compiling.
21000 Define all modes conditionally.
21001 Place all generic modes in the generic-x-modes customization group.
21002 (generic-x-modes): New customization group.
21003 (generic-default-modes, generic-mswindows-modes)
21004 (generic-unix-modes, generic-other-modes): New constants.
21005 (generic-define-mswindows-modes, generic-define-unix-modes):
21006 Update docstrings. Make them obsolete.
21007 (generic-extras-enable-list): New default value. Update docstring.
21008 Improve :type. Change :set function.
21009 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21010 Fix docstring.
21011
21012 * emacs-lisp/generic.el (generic-mode-internal):
21013 Simplify font-lock-defaults.
21014 (define-generic-mode): Fix docstring.
21015
21016 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21019 font-lock-face property to highlight matches.
21020
21021 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21022
21023 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21024 (cc-define-alist): New variable.
21025 (c-mode): Make it local and initialize it.
21026
21027 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21028 (gdb-exited): New function.
21029 (gdb-annotation-rules): Use it.
21030 (gdb-starting): Set gdb-active-process to t.
21031 (gdb-stopping): Amend doc string.
21032 (gdb-reset): Set gdb-active-process to nil.
21033
21034 * tooltip.el (tooltip-gud-tips): Show the associated #define
21035 directives when a C program under GDB is not executing.
21036
21037 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21038
21039 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21040 font-lock-fontify-syntactic-keywords.
21041
21042 * font-lock.el (font-lock-default-fontify-region): Don't force
21043 parse-sexp-lookup-properties to nil.
21044
21045 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21046
21047 * man.el (man-mode-syntax-table): Set up `:' to have
21048 word-constituent syntax.
21049
21050 2005-04-27 Lute Kamstra <lute@gnu.org>
21051
21052 * novice.el (disable-command): Don't add spurious newlines to the
21053 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21054
21055 2005-04-26 Jay Belanger <belanger@truman.edu>
21056
21057 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21058 than one window before deleting window.
21059
21060 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21061
21062 * shell.el (shell-prompt-pattern): Doc fix.
21063 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21064
21065 * comint.el (comint-prompt-regexp, comint-get-old-input)
21066 (comint-use-prompt-regexp)
21067 (comint-use-prompt-regexp-instead-of-fields)
21068 (comint-replace-by-expanded-history, comint-send-input)
21069 (comint-output-filter, comint-get-old-input-default)
21070 (comint-line-beginning-position, comint-bol, comint-show-output)
21071 (comint-backward-matching-input, comint-forward-matching-input)
21072 (comint-next-prompt, comint-previous-prompt):
21073 Rename `comint-use-prompt-regexp-instead-of-fields' to
21074 `comint-use-prompt-regexp'. Keep old name as alias and declare
21075 obsolete.
21076 (comint-use-prompt-regexp): Shorten first line of doc string.
21077
21078 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21079 Set paragraph-separate buffer locally to "\\'".
21080
21081 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21082 Adapt to above name change.
21083
21084 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21085 (smbclient-prompt-regexp): Ditto.
21086
21087 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21088
21089 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21090
21091 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21092 gdb-location-list.
21093 Break lines that are over 80 characters wide.
21094
21095 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21098 New fun and var, to preserve compatibility.
21099
21100 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21101
21102 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21103
21104 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21105 name to file-newer-than-file-p.
21106
21107 2005-04-26 Richard M. Stallman <rms@gnu.org>
21108
21109 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21110
21111 * progmodes/python.el (python-mode):
21112 Use new name eldoc-documentation-function.
21113
21114 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21115
21116 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21117 (eldoc-documentation-function):
21118 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21119
21120 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21121
21122 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21123
21124 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21125
21126 * term/xterm.el (function-key-map): Fix strings for
21127 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21128 {C,S,A,C-S}-{f1-f12}.
21129
21130 2005-04-26 Kenichi Handa <handa@m17n.org>
21131
21132 * international/mule-cmds.el (select-safe-coding-system):
21133 Fix previous change.
21134
21135 2005-04-26 Lute Kamstra <lute@gnu.org>
21136
21137 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21138
21139 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21140 (font-lock-comment-delimiter-face): Ditto.
21141
21142 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21143
21144 2005-04-25 Jay Belanger <belanger@truman.edu>
21145
21146 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21147 to t while inserting information; use help-mode.
21148
21149 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21150
21151 * term.el (ansi-term-color-vector): Use the xterm colors.
21152 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21153
21154 2005-04-25 Lute Kamstra <lute@gnu.org>
21155
21156 * font-core.el (font-lock-defaults): Fix docstring.
21157
21158 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21159
21160 2005-04-25 Kenichi Handa <handa@m17n.org>
21161
21162 * international/mule-cmds.el (select-safe-coding-system):
21163 Don't check consistency with coding: spec, etc if raw-text or
21164 no-conversion was found to be safe.
21165
21166 2005-04-24 Richard M. Stallman <rms@gnu.org>
21167
21168 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21169 citation markers at start of each line.
21170
21171 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21172 citation markers at start of each line.
21173
21174 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21175
21176 * files.el (mode-require-final-newline): Fix previous change.
21177 (require-final-newline): Fix type label.
21178
21179 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21180
21181 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21182 statement in buffer (broken by 2004-11-24 change).
21183
21184 2005-04-24 Kim F. Storm <storm@cua.dk>
21185
21186 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21187 and read-file-name-function values. Don't overwrite existing
21188 non-nil values if ido-mode is enabled without ido-everywhere.
21189
21190 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21191
21192 * files.el (mode-require-final-newline): Minor doc fix.
21193
21194 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21195
21196 * subr.el (syntax-after): Doc fix.
21197 (syntax-class): If argument is nil, return nil. Mask off upper 16
21198 bits, not 8 bits.
21199
21200 * files.el (mode-require-final-newline): Doc fix.
21201 (backup-buffer-copy): Fix last change.
21202
21203 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21204
21205 * term/mac-win.el: Require select. Set selection-coding-system to
21206 mac-system-coding-system. Call menu-bar-enable-clipboard.
21207 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21208 (x-select-enable-clipboard): New variables.
21209 (x-select-text, x-get-selection, x-selection-value)
21210 (x-get-selection-value, mac-select-convert-to-string)
21211 (mac-services-open-file, mac-services-open-selection)
21212 (mac-services-insert-text): New functions.
21213 (CLIPBOARD, FIND): Put mac-scrap-name property.
21214 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21215 (public.tiff): Put mac-ostype property.
21216 (selection-converter-alist): Add entries for them.
21217 (mac-application-menu-map): New keymap.
21218 (interprogram-cut-function, interprogram-paste-function): Set to
21219 x-select-text and x-get-selection-value, respectively.
21220 (split-window-keep-point): Set to t.
21221
21222 2005-04-23 Richard M. Stallman <rms@gnu.org>
21223
21224 * files.el (read-directory-name): Always pass non-nil
21225 DEFAULT-FILENAME arg to read-file-name.
21226 (backup-buffer-copy, basic-save-buffer-2): Take care against
21227 writing thru an unexpected existing symlink.
21228 (revert-buffer): In indirect buffer, revert the base buffer.
21229 (magic-mode-alist): Doc fix.
21230 (buffer-stale-function): Doc fix.
21231 (minibuffer-with-setup-hook): Avoid warning.
21232 (mode-require-final-newline): Doc and custom fix.
21233
21234 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21235
21236 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21237 use the default appearance.
21238 (font-lock-comment-delimiter-face): New face, new variable.
21239
21240 * imenu.el (imenu--generic-function): The official position of a
21241 definition is the start of the line that BEG is in.
21242
21243 * midnight.el (midnight-timer): Move defvar up.
21244
21245 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21246
21247 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21248
21249 * startup.el (command-line): Use with-no-warnings.
21250
21251 * window.el (window-size-fixed): New defvar.
21252
21253 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21254
21255 * mail/rmail.el (rmail-font-lock-keywords):
21256 Use font-lock-comment-delimiter-face.
21257
21258 * mail/sendmail.el (mail-font-lock-keywords):
21259 Use font-lock-comment-delimiter-face.
21260
21261 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21262
21263 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21264
21265 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21266 Specify t for LAXMATCH when matching directories.
21267 Save match data around compilation-compat-error-properties form.
21268
21269 2005-04-23 David Kastrup <dak@gnu.org>
21270
21271 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21272 Mention that the autoloaded aliases should be kept for AUCTeX.
21273
21274 2005-04-23 Andreas Schwab <schwab@suse.de>
21275
21276 * isearch.el (isearch-forward): Doc fix.
21277
21278 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21279
21280 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21281 (jit-lock-stealth-nice): Change default value to 0.5.
21282
21283 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21284
21285 * abbrev.el (write-abbrev-file): Write table entries in
21286 alphabetical order by table name.
21287
21288 2005-04-22 Kim F. Storm <storm@cua.dk>
21289
21290 * ido.el (ido-read-internal): Fix `list' completion.
21291
21292 2005-04-22 Kenichi Handa <handa@m17n.org>
21293
21294 * recentf.el (recentf-save-file-coding-system): New variable.
21295 (recentf-save-list): Encode the file by
21296 recentf-save-file-coding-system and add coding: tag.
21297
21298 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21299
21300 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21301
21302 2005-04-21 Lute Kamstra <lute@gnu.org>
21303
21304 * loadhist.el (unload-feature): Don't remove a function from hooks
21305 if it is about to be restored to an autoload . Remove functions
21306 that will become unbound from auto-mode-alist. Simplify the code.
21307
21308 * subr.el (assq-delete-all): New implementation that is linear,
21309 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21310 (rassq-delete-all): New function.
21311
21312 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21313 Add size-indication-mode.
21314
21315 2005-04-21 Kenichi Handa <handa@m17n.org>
21316
21317 * international/mule-cmds.el: Add autoload for widget-value in
21318 eval-when-compile.
21319
21320 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21321
21322 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21323 Add tooltip-mode.
21324
21325 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21326
21327 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21328
21329 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21330 (inferior-lisp-filter-regexp, inferior-lisp-program)
21331 (inferior-lisp-load-command, inferior-lisp-prompt)
21332 (inferior-lisp-mode-hook, lisp-source-modes)
21333 (inferior-lisp-load-hook): defvar->defcustom.
21334 (inferior-lisp-program, inferior-lisp-prompt)
21335 (inferior-lisp-load-hook): Doc fixes.
21336 (inferior-lisp-install-letter-bindings): Small change in
21337 introductory comment.
21338
21339 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21340
21341 * vc.el (vc-annotate-color-map): Change some colors so that text
21342 using them as foreground is readable on both white and black
21343 backgrounds.
21344
21345 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * international/mule-conf.el (translation-table-for-input):
21348 Remove redundant declaration.
21349
21350 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21351
21352 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21353
21354 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21355 (tooltip-toggle-gud-tips): New function.
21356
21357 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21358
21359 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21360 right angle brackets.
21361
21362 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21363
21364 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21365
21366 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21367
21368 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21369 Remove. Update callers to use expand-file-name instead.
21370
21371 * subr.el (syntax-class): New function.
21372
21373 * simple.el (blink-matching-open): Use it.
21374
21375 * paren.el (show-paren-function): Use it to recognize parens that are
21376 also used in 2-char comment markers.
21377
21378 2005-04-19 Lute Kamstra <lute@gnu.org>
21379
21380 * loadhist.el (unload-feature): Update for new format of
21381 load-history. Simplify the code.
21382
21383 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21384
21385 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21386 (mac-add-charset-info): New function. Initialize variable
21387 mac-charset-info-alist using it.
21388 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21389 for translation.
21390 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21391 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21392 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21393 New CCL programs.
21394
21395 2005-04-19 Kim F. Storm <storm@cua.dk>
21396
21397 * simple.el (next-buffer, prev-buffer, next-error)
21398 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21399 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21400
21401 * bindings.el (next-buffer, prev-buffer, next-error)
21402 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21403 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21404 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21405 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21406
21407 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21408
21409 * isearch.el (isearch-edit-string): Make the search-ring available for
21410 minibuffer history commands.
21411 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21412 the default history commands now work just as well.
21413 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21414
21415 2005-04-18 Kim F. Storm <storm@cua.dk>
21416
21417 * emulation/cua-base.el (cua--pre-command-handler): Add more
21418 elaborate check for shift modifier on non-window systems.
21419
21420 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21421
21422 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21423
21424 2005-04-18 Kim F. Storm <storm@cua.dk>
21425
21426 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21427 and make it optional. Don't test tooltip-gud-echo-area here.
21428 (tooltip-gud-process-output, gdb-tooltip-print):
21429 Pass tooltip-gud-echo-area to tooltip-show.
21430 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21431
21432 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21433
21434 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21435 `display-graphic-p' may not be bound yet.
21436
21437 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21438
21439 * startup.el (command-line): No longer enable Xterm Mouse mode by
21440 default in terminals compatible with xterm.
21441
21442 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21443
21444 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21445
21446 * tooltip.el (tooltip-gud-echo-area): Rename from
21447 tooltip-use-echo-area.
21448 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21449 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21450 area independently of where help tooltips are displayed.
21451
21452 2005-04-17 David Kastrup <dak@gnu.org>
21453
21454 * cus-theme.el (custom-theme-write-variables): Quote variables
21455 where necessary.
21456
21457 2005-04-17 Richard M. Stallman <rms@gnu.org>
21458
21459 * simple.el (yank-excluded-properties): Add follow-link to value.
21460
21461 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21462
21463 * startup.el (fancy-splash-max-time): Just 30 seconds.
21464 (fancy-splash-delay): Just 7.
21465 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21466
21467 * loadhist.el (unload-feature): Update for new format of load-history.
21468 Simplify the code.
21469
21470 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21471 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21472
21473 * mail/sendmail.el (mail-font-lock-keywords):
21474 Don't fontify subject text.
21475 Don't fontify the text of a citation.
21476
21477 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21478
21479 * comint.el (comint-output-filter): Run comint-output-filter-functions
21480 with point where the user had it.
21481
21482 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21483
21484 * international/ucs-tables.el (ucs-set-table-for-input):
21485 Disable when using unify-on-decoding.
21486
21487 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21488
21489 * emulation/cua-base.el (cua-global-mark-face): Add special case
21490 for displays supporting a high number of colors.
21491
21492 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21493
21494 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21495
21496 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21497
21498 * filesets.el (filesets-add-buffer): If user supplies a name of a
21499 non-existing fileset, create a new fileset.
21500
21501 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21502
21503 * textmodes/org.el (org-up-heading-all): Fix bug with
21504 `outline-up-heading-all'.
21505
21506 2005-04-16 Andreas Schwab <schwab@suse.de>
21507
21508 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21509 /etc/permissions.d/* and /etc/aliases.d/*.
21510
21511 2005-04-16 Kenichi Handa <handa@m17n.org>
21512
21513 * international/code-pages.el (cp-make-coding-system):
21514 Set `translation-table-for-input' property value to the symbol
21515 ucs-mule-to-mule-unicode, not to that value.
21516 (pt154): Escape guillemet by `\'.
21517
21518 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21519
21520 * loadup.el: Load tooltip if x-show-tip is fboundp.
21521
21522 * startup.el (command-line): Add comment.
21523
21524 * tooltip.el (tooltip-mode): Specify correct standard value for
21525 Custom in init-value.
21526
21527 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21528
21529 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21530 possible.
21531
21532 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21533
21534 * textmodes/org.el (org-agenda-date-prompt): Rename from
21535 `org-agenda-date-today'.
21536 (org-evaluate-time-range): Insert at point instead of directly
21537 after time range.
21538 (org-first-headline-recenter, org-subtree-end-visible-p)
21539 (org-optimize-window-after-visibility-change): New functions
21540 (org-agenda-post-command-hook): Don't allow point at end of line,
21541 to make sure it always hits the text properties.
21542 (org-agenda-next-date-line, org-agenda-previous-date-line):
21543 New commands.
21544 (org-set-regexps-and-options): Category may contain white space.
21545 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21546 Improve marker positions.
21547 (org-agenda-new-marker): Argument POS made optional.
21548 (org-agenda-get-timestamps): Deadlines which are done are listed
21549 in org-done-face now.
21550 (org-agenda-get-todos, org-agenda-get-timestamps)
21551 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21552 Set `undone-face' and `done-face' properties.
21553 (org-last-todo-state-is-todo): New variable.
21554 (org-todo): Set `org-last-todo-state-is-todo'.
21555 (org-agenda-todo): Change face according to
21556 `org-last-todo-state-is-todo'. And change other lines referring to
21557 the same entry.
21558 (org-calendar-goto-agenda): New command.
21559 (org-calendar-to-agenda-key): New option.
21560 (org-startup-folded): New allowed value `content'.
21561 (org-set-regexps-and-options): Accept new value `content' for
21562 `org-startup-folded'.
21563 (org-get-current-options): Handle new value `content' for
21564 `org-startup-folded'.
21565 (org-insert-todo-heading): New command.
21566 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21567 interactively in empty file and option
21568 `org-insert-mode-line-in-empty-file' has been set.
21569 (org-agenda-todo, org-agenda-priority): Modify to use
21570 `org-agenda-change-all-lines'.
21571 (org-warning-face): Change color on dark background
21572
21573 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21574
21575 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21576 use preferences AppleLocale and AppleLanguages, and variable
21577 mac-system-locale for default locale. On Mac OS Classic, use
21578 mac-system-coding-system for default coding systems.
21579
21580 * term/mac-win.el: Don't set file-name-coding-system.
21581 Decode variables system-name, emacs-build-system, user-login-name, and
21582 user-full-name by mac-system-coding-system on Mac OS Classic.
21583 (mac-system-coding-system): New variable.
21584
21585 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21586
21587 * startup.el (command-line): Handle `xterm-mouse-mode' before
21588 reading init file.
21589
21590 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21591
21592 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21593
21594 * progmodes/sh-script.el (sh-here-document-word): Make it a
21595 defcustom. Doc fix.
21596 (sh-add): Bash uses $(( )) for arithmetic.
21597 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21598 (sh-maybe-here-document): Remove quotes and leading whitespace
21599 from heredoc word when closing. Indent heredoc with tabs if word
21600 starts with "-".
21601
21602 2005-04-13 Richard M. Stallman <rms@gnu.org>
21603
21604 * simple.el (undo): Fix previous change.
21605
21606 * custom.el (defface): Doc fix.
21607
21608 2005-04-13 Lute Kamstra <lute@gnu.org>
21609
21610 * Makefile.in (DONTCOMPILE): Remove list.
21611 (compile, compile-always): Don't use DONTCOMPILE.
21612 (update-authors): Load the library in which batch-update-authors
21613 is defined.
21614 * makefile.w32-in (DONTCOMPILE): Remove list.
21615 (compile, compile-always): Fix comments.
21616 (update-authors): Load the library in which batch-update-authors
21617 is defined.
21618
21619 * generic-x.el (generic-mode-ini-file-find-file-hook):
21620 Rename to ini-generic-mode-find-file-hook.
21621 Keep generic-mode-ini-file-find-file-hook as an alias.
21622 (ini-generic-mode-find-file-hook): Rename from
21623 generic-mode-ini-file-find-file-hook. Fix docstring.
21624 (ini-generic-mode): Docstring change.
21625 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21626
21627 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21628 called from lisp.
21629
21630 * generic.el: Move to the emacs-lisp subdir.
21631
21632 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21633
21634 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21635 and C-S- function and cursor motion keys.
21636
21637 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21638
21639 * startup.el (command-line): Enable Xterm Mouse mode by default.
21640 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21641 for Custom. No longer show "Mouse" in mode line when enabled.
21642 Doc fix.
21643
21644 2005-04-12 Kim F. Storm <storm@cua.dk>
21645
21646 * emulation/cua-base.el (cua-rectangle-face)
21647 (cua-rectangle-noselect-face): Define face attributes here.
21648
21649 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21650
21651 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21652
21653 * startup.el (command-line): Turn off blinking cursor if
21654 cursorBlink in resources is off or false.
21655
21656 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21657
21658 * term/mac-win.el (dnd): Require dnd.
21659 (mac-drag-n-drop): Call dnd-handle-one-url.
21660 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21661 (kTextEncodingISOLatin2): Remove constants.
21662 (mac-script-code-coding-systems): New constant.
21663 (mac-handle-language-change): New function.
21664 (special-event-map): Bind it to `language-change' event.
21665 (mac-centraleurroman, mac-cyrillic): New coding systems.
21666 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21667 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21668 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21669 encode-mac-cyrillic, respectively.
21670
21671 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21672
21673 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21674 Don't set overlay-arrow-string to "=>" as this is done
21675 globally in C now.
21676
21677 2005-04-12 Lute Kamstra <lute@gnu.org>
21678
21679 * generic-x.el (rc-generic-mode, rul-generic-mode):
21680 Fix auto-mode-alist entries.
21681 (etc-fstab-generic-mode): Tweak fontification.
21682
21683 * generic.el (generic-make-keywords-list): Fix docstring.
21684 (generic-mode-internal): Simplify generic-font-lock-keywords.
21685
21686 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21687
21688 * whitespace.el (whitespace-buffer-leading)
21689 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21690 However, fix the highlight area for the leading and
21691 trailing whitespaces to show space.
21692
21693 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21694
21695 * whitespace.el (whitespace-version): Bump to 3.5
21696
21697 (whitespace-buffer-leading, whitespace-buffer-trailing):
21698 Invert sense of the test to highlight the whitespace.
21699
21700 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21701
21702 * progmodes/gud.el (gud-display-line): GUD uses its own
21703 overlay arrow now so don't set overlay-arrow-string.
21704 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21705
21706 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21707
21708 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21709 (term-ansi-current-reverse, term-ansi-current-invisible)
21710 (term-ansi-face-already-done): Change to boolean.
21711 (term-reset-terminal, term-handle-colors-array): Handle the above
21712 vars accordingly.
21713 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21714 (term-emulate-terminal): Use the new name.
21715
21716 * faces.el (secondary-selection): Use yellow1, not yellow.
21717 (trailing-whitespace): Use red1, not red.
21718
21719 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21720
21721 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21722 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21723 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21724
21725 * cus-edit.el (dnd): New group.
21726
21727 * term/w32-win.el (dnd): Require dnd
21728 (w32-drag-n-drop): Call dnd-handle-one-url.
21729
21730 * x-dnd.el: Require dnd.
21731 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21732 Call dnd-handle-one-url.
21733 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21734 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21735 to dnd-insert-text.
21736 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21737 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21738 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21739 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21740
21741 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21742
21743 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21744
21745 * wdired.el: Doc fixes.
21746 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21747 (wdired-use-dired-vertical-movement): Rename from
21748 wdired-always-move-to-filename-beginning.
21749 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21750 (wdired-change-to-wdired-mode): Change mode name.
21751 (wdired-newline): Delete.
21752
21753 2005-04-11 Richard M. Stallman <rms@gnu.org>
21754
21755 * whitespace.el (whitespace-highlight-the-space):
21756 Don't call whitespace-unhighlight-the-space here.
21757
21758 * simple.el (undo): Record t in undo-equiv-table
21759 for the redo record made by an undo-in-region.
21760
21761 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21762
21763 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21764 (gdb-frame-inferior-io-buffer): New Functions to control
21765 display of separate IO buffer.
21766 (menu): Add them to menu-bar.
21767 (gdb-display-buffer): Check for buffer another frame.
21768 Protect GUD buffer.
21769 (gdb-setup-windows): Create IO buffer if not already there.
21770 (gdb-memory-mode): Remove purecopy noops.
21771
21772 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21773
21774 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21775 and pass to self-insert-command.
21776
21777 2005-04-11 Lute Kamstra <lute@gnu.org>
21778
21779 * generic.el: Commentary section cleanup.
21780 (generic): Delete.
21781 (generic-use-find-file-hook, generic-lines-to-scan)
21782 (generic-find-file-regexp, generic-ignore-files-regexp)
21783 (default-generic-mode, generic-mode-find-file-hook)
21784 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21785 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21786 (generic-use-find-file-hook, generic-lines-to-scan)
21787 (generic-find-file-regexp, generic-ignore-files-regexp)
21788 (default-generic-mode, generic-mode-find-file-hook)
21789 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21790
21791 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21792
21793 * bookmark.el (bookmark-write-file): Catch errors writing file.
21794 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21795
21796 2005-04-10 Richard M. Stallman <rms@gnu.org>
21797
21798 * startup.el (fancy-splash-tail): Update copyright year.
21799 (command-line): Split part of -Q into -D.
21800 (emacs-basic-display): New defvar.
21801 (fancy-splash-text): Correct name of menu item.
21802
21803 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21804
21805 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21806 lines in one node.
21807
21808 * comint.el (comint-send-input): New arg ARTIFICIAL.
21809 Callers in this file changed.
21810
21811 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21812
21813 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21814
21815 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21816
21817 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21818 `ldap-search-internal'.
21819
21820 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21821
21822 * files.el (set-auto-mode-1): Use line-end-position.
21823
21824 * international/latin-1.el:
21825 * international/latin-2.el:
21826 * international/latin-3.el:
21827 * international/latin-4.el:
21828 * international/latin-5.el:
21829 * international/latin-8.el:
21830 * international/latin-9.el: Give punctuation syntax to NBSP.
21831
21832 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21833 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21834 Use char-classes to accept non-ascii letters, accepted in some recent
21835 bibtex implementations.
21836
21837 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21838
21839 * custom.el (custom-set-minor-mode): Any non-nil value for the
21840 variable should enable the mode when set through Custom.
21841
21842 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21843
21844 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21845 TAB binding so tab-always-indent is obeyed.
21846 (vhdl-minibuffer-local-map): Move initialization into declaration.
21847 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21848 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21849 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21850 (vhdl-current-line): Use line-beginning-position.
21851 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21852 with-output-to-temp-buffer, so the current position can be recorded.
21853
21854 2005-04-10 Masatake YAMATO <jet@gyve.org>
21855
21856 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21857 Add regexp for gcov.
21858
21859 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21860
21861 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21862 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21863 syntax which Emacs 20 doesn't support.
21864
21865 2005-04-09 Richard M. Stallman <rms@gnu.org>
21866
21867 * help.el (describe-key-briefly, describe-key):
21868 Replace strings as event types with "(any string)".
21869
21870 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21871
21872 * arc-mode.el (archive-mode-map): Move initialization into
21873 the declaration. Override *all* bindings of `undo'.
21874 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21875
21876 2005-04-09 Jay Belanger <belanger@truman.edu>
21877
21878 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21879
21880 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21881
21882 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21883 (xterm-register-default-colors): Update color values computation
21884 to match xterm-200.
21885
21886 2005-04-09 Kenichi Handa <handa@m17n.org>
21887
21888 * international/code-pages.el (iso-latin-7): Fix the map.
21889
21890 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21891
21892 * emacs-lisp/lisp.el (defun-prompt-regexp)
21893 (parens-require-spaces, buffer-end, end-of-defun)
21894 (insert-parentheses): Doc fixes.
21895
21896 2005-04-08 Kim F. Storm <storm@cua.dk>
21897
21898 * comint.el (comint-highlight-prompt): Fix face spec.
21899 * hi-lock.el (hi-green): Likewise.
21900
21901 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21902
21903 * cus-edit.el (custom-modified-face):
21904 * comint.el (comint-highlight-input): Fix previous changes.
21905 * term.el (term-handle-ansi-escape): Add a comment.
21906
21907 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21908
21909 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21910 in the buffer and in whitespace-highlighted-space.
21911 (whitespace-unhighlight-the-space): Simplify.
21912 (whitespace-buffer): Simplify.
21913
21914 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21915
21916 * textmodes/table.el (table-cell-face): Add special case for
21917 displays supporting a high number of colors.
21918 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21919 (vhdl-font-lock-reserved-words-face)
21920 (vhdl-speedbar-architecture-face)
21921 (vhdl-speedbar-instantiation-face)
21922 (vhdl-speedbar-architecture-selected-face)
21923 (vhdl-speedbar-instantiation-selected-face): Likewise.
21924 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21925 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21926 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21927 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21928 (ebrowse-progress-face): Likewise.
21929 * progmodes/compile.el (compilation-info-face): Likewise.
21930 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21931 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21932 * calendar/calendar.el (diary-face): Likewise.
21933 * woman.el (woman-italic-face, woman-bold-face)
21934 (woman-unknown-face): Likewise.
21935 * wid-edit.el (widget-button-pressed-face): Likewise.
21936 * whitespace.el (whitespace-highlight-face): Likewise.
21937 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21938 * pcvs-info.el (cvs-marked-face): Likewise.
21939 * info.el (info-xref): Likewise.
21940 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21941 * hilit-chg.el (highlight-changes-face)
21942 (highlight-changes-delete-face): Likewise.
21943 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21944 (hi-red-b): Likewise.
21945 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21946 * font-lock.el (font-lock-keyword-face)
21947 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21948 * cus-edit.el (custom-invalid-face, custom-modified-face)
21949 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21950 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21951 * comint.el (comint-highlight-prompt): Likewise.
21952
21953 2005-04-08 Lute Kamstra <lute@gnu.org>
21954
21955 * font-lock.el (font-lock-keywords): Docstring fixes.
21956
21957 2005-04-08 Kenichi Handa <handa@m17n.org>
21958
21959 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21960 chars are more than a limit, print " and more..." at the tail.
21961
21962 2005-04-08 Kim F. Storm <storm@cua.dk>
21963
21964 * emacs-lisp/authors.el (authors-aliases): Update list.
21965 (authors-ignored-files): New list.
21966 (authors-fixed-entries): Fix typo.
21967 (authors-renamed-files-alist): Update list.
21968 (authors-add): Check authors-ignored-files.
21969
21970 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21971
21972 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21973 optional, to ensure backward compatibility.
21974
21975 2005-04-08 Stephen Eglen <stephen@gnu.org>
21976
21977 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21978
21979 2005-04-08 Kim F. Storm <storm@cua.dk>
21980
21981 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21982
21983 * mouse.el (mouse-on-link-p): Doc fix.
21984
21985 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21986
21987 * ielm.el (ielm-prompt-read-only): Doc fix.
21988
21989 * comint.el (comint-prompt-read-only): Doc fix.
21990
21991 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21992
21993 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21994 ensure dired always handles wildcards passed to ffap.
21995 (find-file-at-point): Use it.
21996 (ffap-dired-wildcards): Doc fix.
21997
21998 2005-04-07 Juri Linkov <juri@jurta.org>
21999
22000 * simple.el (next-error-overlay-arrow-position): New defvar.
22001 Put "=>" on its property `overlay-arrow-string'. Add it to
22002 `overlay-arrow-variable-list'.
22003
22004 * progmodes/compile.el (compilation-setup):
22005 Set `next-error-overlay-arrow-position' to nil. Also set it to
22006 nil in the local hook `kill-buffer-hook'. Make local variable
22007 `overlay-arrow-string' and set it to "=>".
22008 (compilation-goto-locus): Set BOL position to
22009 `next-error-overlay-arrow-position' instead of
22010 `overlay-arrow-position'.
22011
22012 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22013 locally instead of adding it to the global hook.
22014 (Info-kill-buffer): Move up.
22015
22016 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22017
22018 * term/xterm.el (xterm-standard-colors): Update color values from
22019 xterm-200.
22020
22021 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22022
22023 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22024
22025 * fast-lock.el:
22026 * lazy-lock.el: Move them to the obsolete subdir.
22027
22028 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22029
22030 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22031 (wdired-add-replace-advice): Remove.
22032 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22033
22034 2005-04-06 Kim F. Storm <storm@cua.dk>
22035
22036 * startup.el (command-line): Add --bare-bones alias for -Q.
22037
22038 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22039
22040 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22041 create the startup fontset if a font specification ends with
22042 `mac-roman'.
22043
22044 2005-04-06 Lute Kamstra <lute@gnu.org>
22045
22046 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22047 change.
22048
22049 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22050 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22051
22052 2005-04-05 Lute Kamstra <lute@gnu.org>
22053
22054 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22055 (define-generic-mode): Ditto. Fix debug declaration.
22056
22057 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22058 Put them in the generic-x group.
22059
22060 * calendar/timeclock.el (timeclock): Doc fix.
22061
22062 * generic.el (define-generic-mode): Don't use custom-current-group.
22063 Document default :group value.
22064 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22065 (define-global-minor-mode): Don't use custom-current-group.
22066
22067 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22068
22069 * startup.el (command-line-1): Display startup-echo-area-message
22070 when fancy splash screen is in use.
22071
22072 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22073 (sh-escaped-newline): New face.
22074 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22075 newline, and use sh-escaped-newline face.
22076
22077 * progmodes/tcl.el (tcl-escaped-newline): New face.
22078 (tcl-builtin-list): New variable.
22079 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22080 newlines. Fix keywords subexpression number.
22081
22082 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22083
22084 * textmodes/org.el (org-diary-default-entry): Fix call to
22085 `add-to-diary-entry'.
22086
22087 2005-04-05 Kim F. Storm <storm@cua.dk>
22088
22089 * ediff-init.el: Use (featurep 'xemacs).
22090
22091 2005-04-05 David Ponce <david@dponce.com>
22092
22093 * cus-edit.el (face): Derive from symbol widget. Display sample
22094 of the current face on the fly.
22095 (widget-face-sample-face-get, widget-face-notify): New functions.
22096 (widget-face-value-create): Remove.
22097
22098 * wid-edit.el (widget-field-end): Temporarily remove field
22099 narrowing before to call `get-char-property'.
22100
22101 2005-04-04 Jay Belanger <belanger@truman.edu>
22102
22103 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22104 (math-read-subscripts): New variable.
22105 (math-read-preprocess-string): Process subscripts.
22106
22107 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22108
22109 * comint.el (comint-prompt-read-only): Doc fix.
22110
22111 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22112 `-1'. Doc fix.
22113
22114 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22115
22116 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22117 Change default value to nil.
22118
22119 2005-04-04 Lute Kamstra <lute@gnu.org>
22120
22121 * autorevert.el (auto-revert-mode): Specify :group.
22122 * battery.el (display-battery-mode): Specify :group.
22123 * diff-mode.el (diff-minor-mode): Specify :group.
22124 * font-core.el (font-lock-mode): Specify :group.
22125 * hl-line.el (hl-line-mode): Specify :group.
22126 * iimage.el (iimage): New customization group.
22127 (iimage-mode): Specify :group.
22128 * longlines.el (longlines-mode): Specify :group.
22129 * master.el: Don't require easy-mmode.
22130 (master): New customization group.
22131 (master-mode): Specify :group.
22132 * msb.el (msb-mode): Specify :group.
22133 * reveal.el (reveal-mode): Specify :group.
22134 * simple.el (next-error-follow-minor-mode): Specify :group.
22135 * smerge-mode.el (smerge-mode): Specify :group.
22136 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22137 * emulation/cua-base.el (cua-mode): Specify :group.
22138 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22139 * language/thai-util.el (thai-auto-composition-mode)
22140 (thai-word-mode): Specify :group.
22141 * mail/supercite.el (sc-minor-mode): Specify :group.
22142 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22143 * progmodes/flymake.el (flymake-mode): Specify :group.
22144 * progmodes/glasses.el (glasses-mode): Specify :group.
22145 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22146 * textmodes/enriched.el (enriched-mode): Specify :group.
22147 * textmodes/refill.el (refill-mode): Specify :group.
22148
22149 * add-log.el (change-log-font-lock-keywords): Names in
22150 parenthesized lists can contain spaces.
22151
22152 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22153
22154 * startup.el (fancy-splash-text): Shorten default text of
22155 "Emacs Tutorial" line. Also, if the current language env
22156 indicates an available tutorial file other than TUTORIAL,
22157 extract its title and append it to the line in parentheses.
22158 (fancy-splash-insert): If arg is a thunk, funcall it.
22159
22160 2005-04-04 Jay Belanger <belanger@truman.edu>
22161
22162 * calc.el (calc-language-alist): Add tags to customization type.
22163
22164 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22165
22166 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22167 Doc fix.
22168
22169 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22170
22171 * add-log.el (change-log-font-lock-keywords): The manual
22172 describing a Change Log entry, says: (...) "Aside from these
22173 header lines, every line in the change log starts with a space or
22174 a tab.". The font-lock was not highlighting lines started with
22175 spaces, added support for it.
22176
22177 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22178
22179 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22180 (bibtex-generate-url-list): Update docstring accordingly. Put the
22181 complex example in the docstring.
22182 (bibtex-font-lock-url): Use pop.
22183
22184 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22185
22186 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22187
22188 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22189
22190 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22191
22192 * filesets.el (filesets-set-default): Doc fix.
22193
22194 2005-04-03 Lute Kamstra <lute@gnu.org>
22195
22196 * generic.el (define-generic-mode): Add argument to specify
22197 keywords for defcustom.
22198 (default-generic-mode): Specify :group.
22199
22200 * generic-x.el: Specify :group for all generic modes.
22201
22202 * desktop.el (desktop-no-desktop-file-hook)
22203 (desktop-after-read-hook): Doc fix.
22204
22205 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22206
22207 * simple.el (visible-mode): Use explicit :group keyword.
22208 This changes the group of `visible-mode-hook' from paren-blinking
22209 to editing-basics.
22210
22211 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22212
22213 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22214 mailbox specifications as well as URLs.
22215 (rmail-insert-inbox-text): Remove unused conditional branches.
22216
22217 2005-04-01 Jay Belanger <belanger@truman.edu>
22218
22219 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22220 (calc-gnuplot-print-command): Move definitions to calc.el.
22221
22222 * calc/calc-embed.el (calc-embedded-announce-formula)
22223 (calc-embedded-open-formula, calc-embedded-close-formula)
22224 (calc-embedded-open-word, calc-embedded-close-word)
22225 (calc-embedded-open-plain, calc-embedded-close-plain)
22226 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22227 (calc-embedded-open-mode, calc-embedded-close-mode):
22228 Move definitions to calc.el.
22229
22230 * calc/calc.el (calc-settings-file, calc-language-alist):
22231 Make customizable.
22232 (calc-embedded-announce-formula, calc-embedded-open-formula)
22233 (calc-embedded-close-formula, calc-embedded-open-word)
22234 (calc-embedded-close-word, calc-embedded-open-plain)
22235 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22236 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22237 (calc-embedded-close-mode, calc-gnuplot-name)
22238 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22239 from other files and make customizable.
22240
22241 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22242
22243 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22244 Use buffer-live-p.
22245 (cvs-mode-run): Don't call cvs-update-header here.
22246 (cvs-run-process): Call cvs-update-header.
22247 Use process properties for cvs-postprocess and cvs-buffer so that
22248 the sentinel can behave better if the temp buffer is killed.
22249 Use a pipe rather than a tty, to better handle unexpected prompts.
22250 (cvs-sentinel): Rewrite. Call cvs-update-header.
22251
22252 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22253
22254 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22255 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22256
22257 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22258
22259 * generic.el (define-generic-mode): Add indentation rule.
22260
22261 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22262
22263 * files.el (mode-require-final-newline): Make Custom correctly
22264 report a nil value and allow to set it to nil via Custom.
22265 Doc fix.
22266
22267 2005-04-01 Kenichi Handa <handa@m17n.org>
22268
22269 * international/characters.el: Enable the correct case setting for
22270 dotless-i and dotted-I.
22271
22272 2005-04-01 Kim F. Storm <storm@cua.dk>
22273
22274 * ido.el (ido-file-internal): Fall back to non-ido command if
22275 initial directory is on slow ftp (or tramp) host.
22276
22277 2005-03-31 Richard M. Stallman <rms@gnu.org>
22278
22279 * emacs-lisp/autoload.el (make-autoload):
22280 Handle define-global-minor-mode.
22281
22282 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22283 Rename from easy-mmode-define-global-mode.
22284 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22285
22286 * progmodes/scheme.el (scheme-mode-syntax-table):
22287 Update syntax of | and # for two-character comment syntax.
22288
22289 2005-03-31 Lute Kamstra <lute@gnu.org>
22290
22291 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22292 (define-minor-mode): Call custom-current-group at load-time.
22293
22294 * generic.el (define-generic-mode): Add debug declaration.
22295 Add defcustom for the mode hook.
22296 (generic-mode-internal): Use run-mode-hooks.
22297
22298 2005-03-31 Kim F. Storm <storm@cua.dk>
22299
22300 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22301 (mouse-fixup-help-message): New defun called by show_help_echo
22302 to fixup mouse-2 prefix in help messages when applicable.
22303
22304 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22305
22306 2005-03-31 Kenichi Handa <handa@m17n.org>
22307
22308 * language/thai-word.el (thai-find-word-ends): Pay attention to
22309 the case that we reach the end of buffer.
22310
22311 * textmodes/fill.el (fill-text-properties-at): New function.
22312 (fill-newline): Use fill-text-properties-at instead of
22313 text-properties-at.
22314
22315 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22316
22317 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22318 not comint-quote-filename.
22319
22320 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22321
22322 * help-fns.el (help-with-tutorial): Revert last change.
22323
22324 2005-03-31 Kim F. Storm <storm@cua.dk>
22325
22326 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22327
22328 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22329
22330 * calendar/cal-china.el: Update reference to "Calendrical
22331 Calculations" book; there's a new edition.
22332 * calendar/cal-coptic.el: Likewise.
22333 * calendar/cal-french.el: Likewise.
22334 * calendar/cal-hebrew.el: Likewise.
22335 * calendar/cal-islam.el: Likewise.
22336 * calendar/cal-iso.el: Likewise.
22337 * calendar/cal-julian.el: Likewise.
22338 * calendar/cal-mayan.el: Likewise.
22339 * calendar/cal-persia.el: Likewise.
22340 * calendar/calendar.el: Likewise.
22341 * calendar/holidays.el: Likewise.
22342 * calendar/lunar.el: Likewise.
22343 * calendar/solar.el: Likewise.
22344
22345 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22346 white space from doc string.
22347
22348 2005-03-30 Jay Belanger <belanger@truman.edu>
22349
22350 * calc/calc-help.el (calc-full-help): Remove email address.
22351
22352 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22353
22354 * help-fns.el (help-with-tutorial): Delete title line.
22355
22356 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22357
22358 * calendar/cal-x.el (calendar-one-frame-setup)
22359 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22360 rather than `symbol' for set-window-dedicated-p.
22361
22362 * calendar/appt.el (appt-buffer-name): Make it a constant.
22363 (appt-add): Doc fix.
22364
22365 * filesets.el (filesets-menu-path, filesets-menu-before)
22366 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22367 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22368 (filesets-add-submenu): Delete and use add-submenu instead.
22369
22370 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22371
22372 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22373 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22374 (org-diary-default-entry): New function.
22375 (org-get-entries-from-diary): Better parsing of diary entries.
22376 (org-agenda-check-no-diary): New function.
22377 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22378 linking to diary entries.
22379 (org-agenda-execute-calendar-command): New function.
22380 (org-agenda): Improve visible section in window.
22381 Use `org-fit-agenda-window'.
22382 (org-fit-agenda-window): New option.
22383 (org-move-subtree-down): Better handling of empty lines
22384 at end of subtree.
22385 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22386 levels up.
22387 (org-fontify-done-headline): New option.
22388 (org-headline-done-face): New face.
22389 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22390 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22391 When current field is non-empty, it is copied to next row.
22392 (org-table-copy-from-above): Fix bug which made it
22393 impossible to copy fields containing only a single non-white character.
22394
22395 2005-03-30 Kim F. Storm <storm@cua.dk>
22396
22397 * kmacro.el (kmacro-end-macro): Isearch may store this command
22398 into the macro -- so ignore it when executing keyboard macro.
22399
22400 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22401
22402 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22403
22404 2005-03-29 Kenichi Handa <handa@m17n.org>
22405
22406 * language/thai.el ("Thai"): Set setup-function and exit-function
22407 for Thai language environment.
22408
22409 * language/thai-util.el: Require thai-word.
22410 (thai-word-mode-map): New variable.
22411 (thai-word-mode): New minor mode.
22412 (setup-thai-language-environment-internal): New function.
22413 (exit-thai-language-environment-internal): New function.
22414
22415 * language/thai-word.el (thai-word-table): Declare it by defvar,
22416 use dolist to initialize it.
22417 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22418 (thai-fill-find-break-point): New functions.
22419
22420 2005-03-29 Richard M. Stallman <rms@gnu.org>
22421
22422 * simple.el (idle-update-delay): Move definition up.
22423 (set-mark): Doc fix.
22424
22425 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22426
22427 * longlines.el: New file.
22428
22429 * simple.el (buffer-substring-filters): New variable.
22430 (filter-buffer-substring): New function.
22431 (kill-region, copy-region-as-kill): Use it.
22432
22433 * register.el (copy-to-register, append-to-register)
22434 (prepend-to-register): Use filter-buffer-substring.
22435
22436 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22437
22438 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22439 (gud-filter-pending-text): Move in front of gdb.
22440 (gud-overlay-arrow-position): New variable.
22441 (gud-sentinel, gud-display-line): Use it in place of
22442 overlay-arrow-position.
22443
22444 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22445
22446 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22447 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22448 (fortran-font-lock-keywords-4): New variable.
22449 (fortran-blocks-re, fortran-end-block-re)
22450 (fortran-start-block-re): New constants, for hideshow.
22451 (hs-special-modes-alist): Add a Fortran entry.
22452 (fortran-mode-map): Bind fortran-end-of-block,
22453 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22454 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22455 (fortran-looking-at-if-then, fortran-end-of-block)
22456 (fortran-beginning-of-block): New functions, for hideshow.
22457
22458 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22459 Doc fix. Tweak regexp.
22460 (f90-beginning-of-block): Push mark first.
22461
22462 2005-03-29 Jay Belanger <belanger@truman.edu>
22463
22464 * calc/calc.el: Update copyright date.
22465 (calc-version): Increase to 2.1.
22466 (calc-version-date): Remove.
22467
22468 * calc/calc-help.el: Update copyright date.
22469 (calc-full-help): Remove reference to calc-version-date.
22470 Update copyright date.
22471
22472 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22473
22474 * vc.el (vc-do-command): Use a pipe for async processes, so password
22475 prompts don't show up at places where the user can't reply.
22476
22477 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22478
22479 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22480 on the file name we pass to the inferior shell.
22481
22482 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22483
22484 * progmodes/which-func.el (which-function): Be robust in the face of an
22485 imenu--make-index-alist failure.
22486
22487 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22488
22489 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22490
22491 * progmodes/python.el (python-preoutput-filter): Fix last change.
22492
22493 2005-03-29 Lute Kamstra <lute@gnu.org>
22494
22495 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22496 functions and compiled macros.
22497 (debug-convert-byte-code): Handle macros too.
22498 (debug-on-entry-1): Don't signal an error when trying to clear a
22499 function that is not set to debug on entry.
22500
22501 2005-03-29 Jay Belanger <belanger@truman.edu>
22502
22503 * calc/calc-lang.el: Add functions to math-function-table
22504 properties of tex and math.
22505
22506 2005-03-29 Kenichi Handa <handa@m17n.org>
22507
22508 * ps-mule.el (ps-mule-plot-string): Translate characters by
22509 ps-print-translation-table.
22510 (ps-mule-begin-job): Call find-charset-region/string with
22511 ps-print-translation-table.
22512 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22513
22514 * ps-print.el (ps-print-translation-table): New variable.
22515 (ps-plot-region): Translate characters by ps-print-translation-table.
22516
22517 2005-03-29 Juri Linkov <juri@jurta.org>
22518
22519 * simple.el (next-error-highlight-timer): New variable.
22520
22521 * progmodes/compile.el (compilation-goto-locus):
22522 Use `next-error-highlight-timer' instead of `sit-for'.
22523
22524 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22525
22526 * mail/supercite.el (sc-mail-field): Use assoc-string.
22527 (sc-get-address): Simplify regexps.
22528
22529 * files.el (minibuffer-with-setup-hook): New macro.
22530 (find-file-read-args): Use it to avoid let-binding
22531 minibuffer-with-setup-hook (which breaks turning on/off
22532 file-name-shadow-mode while in the prompt).
22533
22534 * complete.el (PC-read-include-file-name-internal):
22535 Use test-completion.
22536
22537 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22538
22539 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22540
22541 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22542
22543 * window.el (window-buffer-height): Use count-screen-lines.
22544
22545 * progmodes/python.el (python-preoutput-leftover): New var.
22546 (python-preoutput-filter): Use it.
22547 (python-send-receive): Loop until all the result has been received.
22548
22549 2005-03-28 Juri Linkov <juri@jurta.org>
22550
22551 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22552
22553 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22554 "Recover Crashed Session".
22555 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22556 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22557 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22558 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22559 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22560 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22561 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22562 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22563
22564 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22565 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22566 Ediff Sessions", "Toggle use of separate control buffer frame",
22567 "Use separate frame for Ediff control buffer".
22568
22569 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22570 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22571 "Rename Bookmark", "Delete Bookmark".
22572
22573 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22574 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22575 Add `:active Info-index-alternatives' to "Next Matching Item".
22576
22577 * wdired.el (wdired-change-to-wdired-mode):
22578 Mention `wdired-abort-changes' key in the initial message.
22579
22580 * international/mule.el (auto-coding-alist): Associate non-ascii
22581 image filename extensions with `no-conversion'.
22582
22583 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22584
22585 * international/iso-acc.el:
22586 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22587
22588 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22589
22590 * textmodes/sgml-mode.el (html-mode): Doc update.
22591
22592 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22593
22594 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22595
22596 * term.el (term-move-columns): Fix face after extending a line.
22597 (term-insert-spaces): Likewise.
22598 (term-reset-terminal): Fix off by one error.
22599
22600 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22601
22602 * international/mule.el (auto-coding-alist): Add .xpi files.
22603
22604 * files.el (auto-mode-alist): Add .xpi files.
22605
22606 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22607
22608 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22609
22610 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22611
22612 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22613
22614 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22615
22616 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22617 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22618
22619 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22620 cursor to Jan 1 when needed.
22621 (calendar-end-of-year): Fix -/+ typo.
22622 Reported by Chong Yidong <cyd@stupidchicken.com>.
22623
22624 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22625
22626 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22627
22628 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22629 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22630
22631 2005-03-25 Richard M. Stallman <rms@gnu.org>
22632
22633 * filesets.el (filesets-init): Add autoload.
22634
22635 * mail/mailalias.el (mail-directory): Doc fix.
22636
22637 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22638
22639 * mail/mailalias.el (mail-directory-process): Do nothing if
22640 mail-directory-process is an atom.
22641 (mail-get-names): Ignore mail-directory-names if it is an atom.
22642 (mail-directory-process defvar): Doc fix.
22643 (mail-names): Doc fix.
22644
22645 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22646
22647 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22648
22649 2005-03-26 Kenichi Handa <handa@m17n.org>
22650
22651 * international/mule-util.el (detect-coding-with-priority):
22652 Call update-coding-systems-internal before detect-coding-region.
22653
22654 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22655
22656 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22657 (gdb-frames-mode-map): Add follow-link property.
22658
22659 2005-03-25 Jay Belanger <belanger@truman.edu>
22660
22661 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22662 for variables.
22663
22664 2005-03-25 Juri Linkov <juri@jurta.org>
22665
22666 * image-mode.el: Optimize image filename extension regexps in
22667 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22668 in `auto-mode-alist'.
22669 (image-mode): Add `image-toggle-display-text' to local hook
22670 `change-major-mode-hook'. Display the image as an image by
22671 default. Set `cursor-type' and `truncate-lines' if the image
22672 is already displayed. Take into account the current mode (image
22673 or text) in message.
22674 (image-minor-mode): New minor mode.
22675 (image-mode-maybe, image-toggle-display-text): New functions.
22676 (image-toggle-display): Use called-interactively-p.
22677 Let-bind `inhibit-read-only' to t.
22678
22679 * image-mode.el (image-minor-mode): Set `cursor-type' and
22680 `truncate-lines' if the image is already displayed. Add turning
22681 image-minor-mode off to `change-major-mode-hook'. Add message.
22682 Call `image-toggle-display-text' after turning image-minor-mode off.
22683
22684 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22685
22686 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22687 Terminal.app, use utf-8.
22688 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22689 (set-locale-environment): Use it.
22690
22691 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22692
22693 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22694
22695 * progmodes/python.el (python-close-block-statement-p)
22696 (python-outdent-p, python-current-defun): Use symbol-end.
22697
22698 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22699
22700 * files.el (save-some-buffers): Doc fix.
22701
22702 2005-03-25 Werner Lemberg <wl@gnu.org>
22703
22704 * complete.el, thumbs.el: Replace `legal' with `valid'.
22705 * calendar/calendar.el: Replace `legal' with `valid'.
22706 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22707 * mail/supercite.el: Replace `legal' with `valid'.
22708 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22709 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22710 Replace `legal' with `valid'.
22711 * textmodes/reftex-vars.el, textmodes/reftex.el:
22712 Replace `legal' with `valid'.
22713
22714 2005-03-25 Werner Lemberg <wl@gnu.org>
22715
22716 * calc/calc-forms.el, calc/calc-sel.el
22717 * midnight.el, vc-cvs.el
22718 * emacs-lisp/cl-macs.el
22719 * emulation/vip.el
22720 * eshell/esh-io.el, eshell/esh-var.el
22721 * mail/supercite.el
22722 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22723 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22724 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22725 * progmodes/sh-script.el, progmodes/xscheme.el
22726 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22727 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22728 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22729 * textmodes/reftex.el, textmodes/org.el:
22730 Replace `illegal' with `invalid'.
22731
22732 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22733
22734 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22735 (flymake-find-buildfile, flymake-find-possible-master-files)
22736 (flymake-check-include, flymake-parse-line): Replace loops over the
22737 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22738
22739 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22740 Substitute file-name-as-directory in the rest of the file.
22741 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22742 (flymake-replace-region): Remove unused arg `buffer'.
22743 (flymake-check-patch-master-file-buffer): Update calls to it.
22744 (flymake-add-err-info): Remove unused var `count'.
22745 (flymake-mode): Use define-minor-mode.
22746
22747 * progmodes/flymake.el: Use with-current-buffer.
22748 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22749 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22750 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22751 Avoid testing for `xemacs'.
22752 (flymake-nop): Move.
22753 (flymake-region-has-flymake-overlays): Return the computed value.
22754 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22755 Remove unused var `endline'.
22756 (flymake-get-line-count): Remove unused function.
22757 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22758
22759 * emulation/vi.el:
22760 * generic.el:
22761 * hilit-chg.el (global-highlight-changes):
22762 * hi-lock.el (hi-lock-mode):
22763 * follow.el: find-file-hooks -> find-file-hook.
22764
22765 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22766
22767 2005-03-24 Juri Linkov <juri@jurta.org>
22768
22769 * dired.el (dired-mode-map): Add menu item "Compare directories"
22770 for dired-compare-directories.
22771
22772 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22773 Doc fix. Replace `read-file-name' with `read-directory-name'.
22774
22775 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22776
22777 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22778
22779 2005-03-24 Jay Belanger <belanger@truman.edu>
22780
22781 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22782 relevant mode settings in calc-embedded-original-modes when modes
22783 are permanently changed.
22784
22785 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22786
22787 * autoinsert.el: find-file-hooks -> find-file-hook.
22788
22789 2005-03-24 Lute Kamstra <lute@gnu.org>
22790
22791 * generic.el (generic-font-lock-defaults): Make it obsolete.
22792 (generic-font-lock-keywords): New variable to replace
22793 generic-font-lock-defaults.
22794 (generic-mode-set-font-lock): Delete it.
22795 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22796 (generic-bracket-support): Add docstring.
22797
22798 * generic-x.el: Rename generic-font-lock-defaults to
22799 generic-font-lock-keywords throughout.
22800 (mailagent-rules-setup-function): Delete it.
22801 (mailagent-rules-generic-mode): Use anonymous function instead.
22802 (show-tabs-generic-mode-font-lock-defaults-1)
22803 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22804 Quote faces.
22805 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22806 not foreground.
22807
22808 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22809 Recognize define-generic-mode.
22810
22811 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22812
22813 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22814 if there's no completion table.
22815
22816 2005-03-23 Miles Bader <miles@gnu.org>
22817
22818 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22819 Remove tty-specific variants, as they're no longer needed.
22820
22821 2005-03-23 Lute Kamstra <lute@gnu.org>
22822
22823 * generic-x.el: Code cleanup: make args constant whenever possible.
22824 (installshield-statement-keyword-list)
22825 (installshield-system-functions-list)
22826 (installshield-system-variables-list, installshield-types-list)
22827 (installshield-funarg-constants-list): Make them constants.
22828
22829 * generic.el (generic-make-keywords-list): Add autoload cookie.
22830
22831 * calendar/time-date.el: Add comment on time value formats.
22832 Don't require parse-time.
22833 (with-decoded-time-value): New macro.
22834 (encode-time-value): New function.
22835 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22836 (days-to-time): Return a valid time value when arg is huge.
22837 (time-since): Use time-subtract.
22838 (time-to-number-of-days): Use time-to-seconds.
22839
22840 2005-03-23 David Ponce <david@dponce.com>
22841
22842 * recentf.el (recentf-keep): New option.
22843 (recentf-menu-action): Default to `find-file'.
22844 (recentf-keep-non-readable-files-flag)
22845 (recentf-keep-non-readable-files-p)
22846 (recentf-file-readable-p, recentf-find-file)
22847 (recentf-cleanup-remote): Remove.
22848 (recentf-include-p): More robust.
22849 (recentf-keep-p): New function.
22850 (recentf-remove-if-non-kept): Rename from
22851 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22852 All callers updated.
22853 (recentf-menu-items-for-commands): Fix help string.
22854 (recentf-track-closed-file): Update. Doc fix.
22855 (recentf-cleanup): Update. Count removed files. Doc fix.
22856
22857 2005-03-23 Kim F. Storm <storm@cua.dk>
22858
22859 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22860 Don't inherit from fringe face (now happens automatically).
22861
22862 2005-03-22 Kim F. Storm <storm@cua.dk>
22863
22864 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22865 position values.
22866
22867 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22868
22869 * menu-bar.el (showhide-date-time): Remove.
22870 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22871 (menu-bar-make-mm-toggle): Simplify.
22872
22873 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22874
22875 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22876 Accept qualified variable and function names.
22877
22878 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22879
22880 * bindings.el (completion-ignored-extensions):
22881 Remove ".lis" for `vax-vms'.
22882
22883 2005-03-22 Andreas Schwab <schwab@suse.de>
22884
22885 * generic-x.el: Revert last change.
22886 * ldefs-boot.el: Update.
22887
22888 2005-03-22 Jay Belanger <belanger@truman.edu>
22889
22890 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22891 (calc-embedded-save-original-modes)
22892 (calc-embedded-restore-original-modes): New functions.
22893 (calc-do-embedded): Save original modes when entering embedded mode
22894 and restore when leaving embedded mode.
22895 (calc-embedded-modes-change): Change the value of
22896 calc-embedded-original-modes to reflect permanent changes.
22897
22898 2005-03-22 Lute Kamstra <lute@gnu.org>
22899
22900 * generic-x.el: Require generic again.
22901
22902 2005-03-22 Miles Bader <miles@gnu.org>
22903
22904 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22905 Tweak details to look good on both ttys and bitmap displays, light
22906 or dark background, etc.
22907
22908 2005-03-21 Kim F. Storm <storm@cua.dk>
22909
22910 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22911 mouse position.
22912
22913 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22914
22915 * icomplete.el: Don't forcibly turn on the mode upon load.
22916 (icomplete-mode): Use define-minor-mode.
22917 (icomplete-eoinput): Default to nil.
22918 (icomplete-minibuffer-setup): Remove autoload.
22919 (icomplete-tidy): Simplify.
22920 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22921 in the initial state or if the user has modified the field.
22922 Fix handling of icomplete-max-delay-chars.
22923 Remove code that handles the oddball case where
22924 minibuffer-completion-table is an integer.
22925 Wrap icomplete-completions in while-no-input in case building
22926 completions takes more time than expected.
22927 (icomplete-completions): Simplify.
22928
22929 2005-03-21 Richard M. Stallman <rms@gnu.org>
22930
22931 * jka-compr.el (jka-compr-really-do-compress):
22932 Make variable buffer-local.
22933
22934 * image-mode.el: Handle .xpm files too.
22935 (image-toggle-display): Preserve modification flag.
22936
22937 * help.el (where-is): Don't mention aliases with no key bindings.
22938
22939 2005-03-21 Lute Kamstra <lute@gnu.org>
22940
22941 * generic.el: Fix commentary section. Don't require cl for
22942 compilation.
22943 (generic-mode-list): Add autoload cookie.
22944 (generic-use-find-file-hook, generic-lines-to-scan)
22945 (generic-find-file-regexp, generic-ignore-files-regexp)
22946 (generic-mode, generic-mode-find-file-hook)
22947 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22948 (define-generic-mode): Make it a defmacro. Fix docstring.
22949 (generic-mode-internal): Code cleanup. Add autoload cookie.
22950 (generic-mode-set-comments): Code cleanup.
22951 * generic-x.el: Don't prevent compilation. Don't require generic.
22952 Follow coding conventions. Minor code cleanup.
22953 (etc-fstab-generic-mode): Add some keywords.
22954 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22955 define-generic-mode like a function declaration.
22956
22957 2005-03-21 Jay Belanger <belanger@truman.edu>
22958
22959 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22960 changing modes.
22961
22962 2005-03-21 Sam Steingold <sds@gnu.org>
22963
22964 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22965
22966 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22967
22968 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22969 Add underscore to "f$ lexicals" regexp.
22970
22971 2005-03-20 Juri Linkov <juri@jurta.org>
22972
22973 * subr.el (progress-reporter-do-update): When `min-value' is equal
22974 to `max-value', set `percentage' to 0 and prevent division by zero.
22975
22976 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22977
22978 Sync with Tramp 2.0.48.
22979
22980 * net/tramp.el (all): Change all addresses to .gnu.org.
22981 (tramp-append-tramp-buffers): New defun.
22982 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22983 Catch `dont-send' signal.
22984 (tramp-set-auto-save-file-modes): Set always permissions, because
22985 there might be an old auto-saved file belonging to another
22986 original file. This could be a security threat. Reported by
22987 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22988 Check for Emacs 21.3.50 removed.
22989
22990 * net/tramp-smb.el (all): Remove debug construct for
22991 `with-parsed-tramp-file-name'.
22992 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22993 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22994 No error message if DIRECTORY or FILENAME doesn't exist.
22995 (tramp-smb-open-connection): Check existence of
22996 `tramp-smb-program'.
22997
22998 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22999
23000 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23001 Properly handle the case where the `m' or `s' command's argument is not
23002 yet terminated.
23003 (perl-indent-new-calculate): New function.
23004 (perl-indent-line): Use it.
23005
23006 2005-03-20 Miles Bader <miles@gnu.org>
23007
23008 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23009 in text-mode too. Change to new face names.
23010 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23011 Add `:weight bold' attribute.
23012 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23013
23014 2005-03-19 Juri Linkov <juri@jurta.org>
23015
23016 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23017
23018 * international/mule.el (auto-coding-alist): Sync with
23019 `auto-mode-alist' by adding upper case archive file extensions
23020 and adding ear/war to jar extension.
23021
23022 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23023
23024 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23025 running, restart it.
23026
23027 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23028
23029 * finder.el (finder-current-item): Throw an error on an empty line.
23030
23031 * man.el (Man-follow-manual-reference): If current-word returns
23032 nil, use "".
23033
23034 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23035
23036 * simple.el (goto-line): Doc fix.
23037
23038 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23039
23040 * files.el (save-buffer): Doc fix.
23041
23042 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23043
23044 * recentf.el (recentf-cleanup-remote): New variable.
23045 (recentf-cleanup): Use it to conditionally check availability of
23046 remote files.
23047
23048 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23049
23050 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23051 function names.
23052
23053 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23054
23055 * language/thai-word.el: New file.
23056
23057 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23058
23059 * files.el (backup-buffer): If the file's directory is not
23060 writable, use copy instead of move to backup the file.
23061
23062 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23063
23064 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23065
23066 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23067
23068 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23069 Use functionp instead of symbolp and fboundp. Reported by Drkm
23070 <darkman_spam@yahoo.fr>.
23071 (ps-print-version): New version 6.6.6.
23072
23073 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23074
23075 * textmodes/table.el (table--line-column-position): New idiom.
23076 (table--row-column-insertion-point-p): New function to test
23077 validity of row and column insertion operation at a location.
23078 (table-global-menu, table-cell-menu): Use above functions for
23079 deterministic test operation.
23080 (table--editable-cell-p): Behave in deterministic fashion.
23081
23082 2005-03-18 Juri Linkov <juri@jurta.org>
23083
23084 * isearch.el (isearch-lazy-highlight-new-loop):
23085 Make arguments beg and end optional.
23086 (isearch-update): Remove optional arguments nil from
23087 isearch-lazy-highlight-new-loop.
23088 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23089 isearch-lazy-highlight-case-fold-search instead of
23090 isearch-case-fold-search, and let-bind isearch-regexp to
23091 isearch-lazy-highlight-regexp.
23092 Use isearch-lazy-highlight-last-string instead of isearch-string.
23093
23094 * replace.el (perform-replace): Remove bindings of global
23095 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23096 Add three new arguments to `replace-highlight'.
23097 (replace-highlight): Add arguments string, regexp, case-fold.
23098 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23099 to allow isearch-lazy-highlight-new-loop to use these values
23100 to set corresponding isearch-lazy-highlight-* internal
23101 variables whose values lazy highlighting will use regardless of
23102 changes to global variables isearch-string, isearch-regexp,
23103 isearch-case-fold-search during lazy highlighting loop.
23104 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23105 to `lazy-highlight-cleanup'.
23106
23107 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23108 (ispell-highlight-face): Set default face to `isearch' when
23109 lazy highlighting is enabled.
23110 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23111 priority to 1. Add lazy highlighting.
23112 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23113 from `isearch-dehighlight'.
23114
23115 2005-03-18 David Ponce <david@dponce.com>
23116
23117 * files.el (hack-local-variables): Do a case-insensitive search
23118 for End.
23119
23120 2005-03-18 Juri Linkov <juri@jurta.org>
23121
23122 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23123 `isearch-lazy-highlight-cleanup', add alias to old name and
23124 declare obsolete. Add release numbers to other obsolete vars.
23125 (isearch-done, isearch-lazy-highlight-new-loop):
23126 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23127 (lazy-highlight-cleanup) <variable>: Doc fix.
23128 (isearch-lazy-highlight-update): Rename obsolete
23129 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23130
23131 2005-03-18 Kenichi Handa <handa@m17n.org>
23132
23133 * language/thai-util.el: Fix categorization of Thai characters in
23134 thai-category-table.
23135 (thai-composition-pattern): Adjust it for the above change.
23136 (thai-self-insert-command, thai-compose-syllable): New functions.
23137 (thai-compose-region): Use thai-compose-syllable.
23138 (thai-compose-string): Likewise.
23139 (thai-composition-function): Likewise.
23140 (thai-auto-composition): New function.
23141 (thai-auto-composition-mode): New minor mode.
23142
23143 * language/thai.el: Fix patterns to be registered in
23144 composition-function-table.
23145
23146 * international/quail.el (quail-input-method): Locally bind
23147 inhibit-modification-hooks to t.
23148
23149 2005-03-17 Richard M. Stallman <rms@gnu.org>
23150
23151 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23152 (perl-mode): Use run-mode-hooks.
23153
23154 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23155 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23156 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23157
23158 * mail/sendmail.el (sendmail-send-it): Reenable the code
23159 to compute resend-to-address and use it.
23160
23161 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23162
23163 * image-mode.el: New file.
23164
23165 * image.el (insert-sliced-image): Add autoload cookie.
23166
23167 * font-lock.el (font-lock-lines-before): New user option.
23168 (font-lock-after-change-function): Obey it.
23169
23170 * bindings.el (esc-map): Make M-g a prefix.
23171 Bind M-g g and M-g M-g to goto-line.
23172
23173 * faces.el (face-id): Doc fix.
23174
23175 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23176
23177 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23178 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23179 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23180
23181 * mail/sendmail.el (mail-yank-ignored-headers)
23182 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23183 Add Mail-Followup-To and Mail-Reply-To headers.
23184 (mail-citation-hook): Add autoload cookie.
23185 (mail-mode): Doc fix.
23186 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23187 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23188 (mail-mode-fill-paragraph): Handle those headers.
23189 (mail-mailing-lists): New variable.
23190 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23191
23192 2005-03-17 Juri Linkov <juri@jurta.org>
23193
23194 * isearch.el (isearch-fallback): Check for `(car previous)'
23195 before calling `isearch-other-end-state'.
23196
23197 2005-03-17 Kim F. Storm <storm@cua.dk>
23198
23199 * simple.el (move-beginning-of-line): Move to beginning of buffer
23200 line, as well as beginning of screen line.
23201
23202 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23203
23204 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23205 argument REDRAW rather than calendar-redrawing variable.
23206 * calendar/calendar.el (calendar-redrawing): Delete.
23207 (redraw-calendar): Do not bind calendar-redrawing.
23208
23209 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23210
23211 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23212 diary-file buffer.
23213
23214 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23215
23216 * help.el (describe-mode): Allow a :minor-mode-function property to
23217 specify a different minor mode toggle function than the variable.
23218 * simple.el (auto-fill-function):
23219 * subr.el (add-minor-mode): Use it.
23220
23221 2005-03-16 Kenichi Handa <handa@m17n.org>
23222
23223 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23224 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23225 (ethio-fidel-to-sera-buffer): Likewise.
23226
23227 2005-03-16 Juri Linkov <juri@jurta.org>
23228
23229 * emacs-lisp/find-func.el (find-function-regexp):
23230 Add defun-emitting macro `menu-bar-make-toggle'.
23231
23232 * isearch.el: Put `isearch-scroll' property to
23233 `split-window-horizontally'.
23234
23235 * info.el: Update error messages for `debug-ignored-errors'.
23236 (Info-isearch-search): Doc fix.
23237 (Info-find-node): Move up code to go into info buffer before
23238 recording the node to the history.
23239 (Info-fontify-node): Fontify titles only if the next line
23240 has two or more `*', `=', `-', `.'.
23241 Display "go to this node" for empty (match-string 3).
23242
23243 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23244
23245 * term/mac-win.el: Add mouse pointer shape constants.
23246
23247 2005-03-15 Kim F. Storm <storm@cua.dk>
23248
23249 * simple.el (move-beginning-of-line): Use vertical-motion.
23250
23251 2005-03-15 Juri Linkov <juri@jurta.org>
23252
23253 * isearch.el (isearch-error): New variable.
23254 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23255 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23256 (isearch-within-brackets-state): Remove.
23257 (isearch-case-fold-search-state, isearch-pop-fun-state):
23258 Decrease frame index.
23259 (isearch-mode, isearch-top-state, isearch-push-state)
23260 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23261 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23262 (isearch-search, isearch-lazy-highlight-new-loop):
23263 Replace `isearch-invalid-regexp' with `isearch-error'.
23264 Remove `isearch-within-brackets'.
23265 (isearch-search): Add `search-failed' handler to `condition-case'.
23266 (isearch-lazy-highlight-search): Add `condition-case' to catch
23267 errors and allow `isearch-lazy-highlight-update' to try
23268 highlighting from the beginning of the window.
23269 (isearch-repeat): Move up code to set isearch-wrapped to t
23270 before calling isearch-wrap-function.
23271
23272 * info.el (Info-isearch-initial-node): New internal variable.
23273 (Info-search): Signal an error in isearch mode when search leaves
23274 the initial node. Signal an error when `bound' is non-nil and
23275 nothing was found in the current subfile.
23276 (Info-isearch-search): Remove `condition-case'.
23277 (Info-isearch-wrap): Don't wrap when search failed during leaving
23278 the initial node. If `Info-isearch-search' is nil, wrap around
23279 the current node.
23280 (Info-isearch-start): New fun.
23281 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23282 `isearch-mode-hook'.
23283
23284 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23285
23286 * simple.el (normal-erase-is-backspace): Set default to t if
23287 running on Mac.
23288
23289 * term/mac-win.el (function-key-map): Sync with x-win.el.
23290
23291 2005-03-15 Kenichi Handa <handa@m17n.org>
23292
23293 * international/mule-cmds.el (locale-language-names): Modify the
23294 format of elements and add more entries.
23295 (locale-preferred-coding-systems): Add more entries.
23296 (set-locale-environment): Adjust for the change of
23297 locale-language-names.
23298
23299 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23300
23301 * pcvs.el (smerge-ediff): Remove bogus autoload.
23302
23303 2005-03-14 Lute Kamstra <lute@gnu.org>
23304
23305 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23306 Ignore a `*' at the beginning of a line.
23307
23308 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23309 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23310 subr.el.
23311 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23312 to specify indentation.
23313
23314 * generic.el (define-generic-mode): Let generic-mode-list be a
23315 list of strings; test membership with equal.
23316
23317 2005-03-14 Kim F. Storm <storm@cua.dk>
23318
23319 * simple.el (next-line, previous-line): Add optional try-vscroll
23320 arg to recognize interactive use. Pass it on to line-move.
23321 (line-move): Don't perform auto-window-vscroll when defining or
23322 executing keyboard macro to ensure consistent behavior.
23323
23324 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23325
23326 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23327
23328 2005-03-13 Lute Kamstra <lute@gnu.org>
23329
23330 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23331 debugger-setup-buffer so that backtrace marks the frames set to
23332 debug-on-exit and we don't have to do it manually. Set an extra
23333 debug-on-exit for macro's.
23334 (debugger-setup-buffer): Don't mark the top frame manually.
23335
23336 2005-03-12 Lute Kamstra <lute@gnu.org>
23337
23338 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23339 lisp-indent-function throughout.
23340 (with-no-warnings): Set lisp-indent-function property.
23341
23342 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23343
23344 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23345 Add entry for backslash.
23346
23347 2005-03-12 Juri Linkov <juri@jurta.org>
23348
23349 * info.el (Info-search): Four fixes for backward search.
23350
23351 2005-03-11 Jay Belanger <belanger@truman.edu>
23352
23353 * calc/calc.el (calc-language-alist): New variable.
23354 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23355 (calc-embedded-find-modes): Use calc-language-alist instead of
23356 calc-embedded-language-alist.
23357
23358 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23359
23360 * calendar/calendar.el (calendar-redrawing): New internal
23361 variable.
23362 (redraw-calendar): Remove bogus save-excursion from previous
23363 change. Bind calendar-redrawing to t for mark-diary-entries.
23364 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23365 calendar if that is why we were called.
23366
23367 2005-03-11 Kenichi Handa <handa@m17n.org>
23368
23369 * international/mule.el (make-coding-system): Set property
23370 coding-system-define-form to nil.
23371 (define-coding-system-alias): Likewise.
23372
23373 2005-03-11 Kenichi Handa <handa@m17n.org>
23374
23375 These changes are suggested by Dave Love <fx@gnu.org>.
23376
23377 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23378 coding: tag.
23379 (adaptive-fill-regexp): Add more bullets.
23380 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23381 regexps.
23382
23383 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23384
23385 * help.el (describe-mode): Properly handle non-trivial lighters.
23386 Don't ignore minor modes that are not listed in minor-mode-list.
23387
23388 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23389 feature ON when the user requests to turn it OFF.
23390
23391 2005-03-10 Lute Kamstra <lute@gnu.org>
23392
23393 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23394 (implement-debug-on-entry): New function to replace debug-entry-code.
23395 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23396 second argument as the 2005-03-07 change makes it obsolete.
23397 (debug-on-entry, cancel-debug-on-entry): Update call to
23398 debug-on-entry-1.
23399 (debug, debugger-setup-buffer): Comment update.
23400 (debugger-frame-number): Update to work with implement-debug-on-entry.
23401
23402 2005-03-10 Jay Belanger <belanger@truman.edu>
23403
23404 * calc/calc-embed.el (math-ms-args): Declare it.
23405 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23406 math-ms-args.
23407 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23408 variables.
23409
23410 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23411
23412 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23413 Use message-box.
23414
23415 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23416 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23417 (tooltip-gud-tips): Simplify.
23418 (tooltip-gud-tips-p): Remove superfluous :set.
23419 (tooltip-gud-modes): Add fortran-mode.
23420 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23421
23422 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23423
23424 2005-03-09 Kim F. Storm <storm@cua.dk>
23425
23426 * play/animate.el (animate-place-char): Use forward-line instead
23427 of next-line to improve performance.
23428
23429 2005-03-09 Simon Josefsson <jas@extundo.com>
23430
23431 * net/browse-url.el (browse-url-default-browser): Doc fix.
23432
23433 2005-03-09 Miles Bader <miles@gnu.org>
23434
23435 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23436 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23437
23438 2005-03-09 Kenichi Handa <handa@m17n.org>
23439
23440 * international/latin-1.el: Set case and syntax for 255 only if
23441 set-case-syntax-set-multibyte is nil.
23442
23443 * textmodes/ispell.el (ispell-insert-word): New function.
23444 (ispell-word): Use ispell-insert-word to insert a new word.
23445 (ispell-process-line): Likewise.
23446 (ispell-complete-word): Likewise.
23447
23448 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23449
23450 * calendar/calendar.el (redraw-calendar): Preserve point.
23451 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23452 (calendar-week-start-day): Move after definition of
23453 redraw-calendar. Delete buffer test, since redraw-calendar has
23454 that now.
23455
23456 * calendar/diary-lib.el (mark-diary-entries): Only call
23457 redraw-calendar in the first of any recursive calls.
23458 Reported by Alan Shutko <ats@acm.org>.
23459
23460 2005-03-08 Juri Linkov <juri@jurta.org>
23461
23462 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23463 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23464 (html-radio-buttons): Add a space before the trailing `/>' where
23465 sgml-xml-mode is non-nil.
23466 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23467 the subsequent tag of the empty XML tag.
23468 (html-href-anchor): Don't set initial input to "http:".
23469 (html-image): Ask for the image URL and set point inside alt="".
23470 (html-name-anchor): Duplicate the name in the `id' attribute when
23471 sgml-xml-mode is non-nil.
23472 (html-paragraph): Remove \n before <p>.
23473 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23474 instead of `checked' when sgml-xml-mode is non-nil.
23475
23476 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23477 Remove 1 space before #RRGGBB to not truncate it on terminal
23478 windows w/o fringes. Remove 1 space between bg and fg examples
23479 to get more space.
23480 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23481 avoid byte-compile warnings.
23482
23483 * image-file.el (image-file-handler): Put `safe-magic' property to
23484 `image-file-handler'.
23485
23486 * info.el (Info-isearch-search): Emulate word search in
23487 isearching through multiple Info nodes with Info-search.
23488 (Info-isearch-wrap): Allow isearch-word.
23489
23490 2005-03-08 Lute Kamstra <lute@gnu.org>
23491
23492 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23493 stepping into the debugger's code is not possible.
23494 (debugger-jumping-flag): Docstring update.
23495
23496 2005-03-08 Jay Belanger <belanger@truman.edu>
23497
23498 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23499 embedded mode begins.
23500 (calc-embedded-language-alist): New variable.
23501 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23502 set default language mode.
23503
23504 2005-03-08 Kenichi Handa <handa@m17n.org>
23505
23506 * international/ccl.el (define-ccl-program): Fix docstring about
23507 extra 256 bytes assured for the output buffer.
23508
23509 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23510 Fix BUFFER_MAGNIFICATION to 2.
23511 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23512
23513 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23514
23515 * align.el (align-rules-list): Added an alignment rule for CSS
23516 declarations (applies to css-mode and html-mode buffers).
23517
23518 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23519
23520 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23521
23522 2005-03-07 Kim F. Storm <storm@cua.dk>
23523
23524 * simple.el (move-beginning-of-line): New command.
23525
23526 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23527
23528 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23529
23530 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23531 and move-beginning-of-line.
23532
23533 * apropos.el (apropos-print): Omit command from M-x ... RET.
23534
23535 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23536
23537 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23538 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23539
23540 2005-03-06 Richard M. Stallman <rms@gnu.org>
23541
23542 * bindings.el (esc-map): Bind M-g to goto-line.
23543
23544 * facemenu.el (global-map): Bind M-o, not M-g.
23545
23546 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23547
23548 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23549 "Open Directory" as for "Open File".
23550
23551 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23552
23553 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23554 (push-mark-command): Run activate-mark-hook.
23555
23556 2005-03-06 Richard M. Stallman <rms@gnu.org>
23557
23558 * help-mode.el (help-mode-finish): Don't alter the element
23559 in view-return-to-alist if there already is one.
23560
23561 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23562 make sure the current buffer is the expected one.
23563
23564 * novice.el (disabled-command-function): Output in *Disabled Command*.
23565 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23566
23567 * textmodes/flyspell.el (flyspell-large-region):
23568 Pass args differently for aspell.
23569
23570 * files.el (mode-require-final-newline): Doc fix.
23571
23572 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23573
23574 * progmodes/which-func.el (which-function):
23575 Specify NOERROR when calling imenu--make-index-alist.
23576
23577 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23578
23579 * simple.el (normal-erase-is-backspace): Define default value.
23580
23581 * custom.el (custom-theme-set-variables): Remove unused var
23582 `immediate'.
23583 (custom-reevaluate-setting): Simple function to handle variables
23584 that are defined before their default value can really be
23585 computed.
23586
23587 * startup.el (command-line): Use it for temporary-file-directory,
23588 small-emporary-file-directory, auto-save-file-name-transforms,
23589 blink-cursor-mode, and normal-erase-is-backspace.
23590
23591 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23592 progress, even with buggy anchored keywords.
23593
23594 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23595
23596 * simple.el (goto-line): Remove unbalanced final parenthesis.
23597
23598 2005-03-05 Richard M. Stallman <rms@gnu.org>
23599
23600 * simple.el (goto-line): Use a number at point as the default.
23601 With C-u as arg, switch buffers.
23602
23603 2005-03-05 Juri Linkov <juri@jurta.org>
23604
23605 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23606 with `no-blinking-cursor'.
23607
23608 * startup.el (no-blinking-cursor): New defvar.
23609 (command-line): Add `--no-blinking-cursor' to longopts.
23610 Set `no-blinking-cursor' to t for command line arguments
23611 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23612 with `no-blinking-cursor' in the condition for calling
23613 `blink-cursor-mode'.
23614
23615 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23616
23617 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23618 (menu-bar-options-save): Add blink-cursor-mode.
23619 (menu-bar-options-menu): Add blink-cursor-mode.
23620
23621 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23622
23623 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23624 (icalendar-export-file, icalendar-export-region)
23625 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23626 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23627
23628 2005-03-04 Lute Kamstra <lute@gnu.org>
23629
23630 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23631 (debug-function-list): Ditto.
23632
23633 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23634
23635 * textmodes/texinfmt.el (texinfo-append-refill):
23636 Redefine the types of line to which @refill
23637 is not appended by replacing a search for `@refill\\|@bye' with
23638 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23639 itemize@refill' bug and the unfilled long lines bug.
23640 (texinfmt-version): Update number and date.
23641
23642 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23643
23644 * international/code-pages.el (windows-1250, windows-125[2-8])
23645 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23646
23647 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23648
23649 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23650 bound yet.
23651
23652 2005-03-02 Romain Francoise <romain@orebokech.com>
23653
23654 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23655 buffer after removing limits.
23656 (ibuffer-pop-filter): Ditto.
23657 Update copyright.
23658
23659 2005-03-02 Miles Bader <miles@gnu.org>
23660
23661 * button.el (make-text-button): If the user doesn't specify a
23662 type, use the default. Rewrite to use `add-text-properties' and
23663 plist functions.
23664
23665 2005-03-01 Lute Kamstra <lute@gnu.org>
23666
23667 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23668 (debugger-jumping-flag): New var.
23669 (debug-entry-code): Use it.
23670 (debugger-jump): Use debugger-jumping-flag and add
23671 debugger-reenable to post-command-hook.
23672 (debugger-reenable): Use debugger-jumping-flag and remove itself
23673 from post-command-hook.
23674 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23675 debugger-reenable.
23676
23677 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23678
23679 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23680 inclusion of "itemize\\|", which may be unnecessary, is certainly
23681 inelegant, and stops refilling in itemize lists when formatting
23682 Japanese Texinfo files to Info.
23683 Update copyright to 2005.
23684
23685 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23686
23687 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23688 of an error if GDB can't find the source file.
23689
23690 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23691
23692 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23693 not just the calendar.
23694
23695 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23696 first.
23697 (diary-redraw-calendar): New function.
23698 (make-diary-entry): Add diary-redraw-calendar to local
23699 write-contents-functions. Turn off selective display before
23700 inserting in diary.
23701
23702 2005-03-01 Kim F. Storm <storm@cua.dk>
23703
23704 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23705
23706 2005-03-01 Lute Kamstra <lute@gnu.org>
23707
23708 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23709 that debug-entry-code can be safely removed from a function while
23710 this code is being evaluated. Revert the 2005-02-27 change as the
23711 new implementation no longer requires it. Make sure that a
23712 function body containing just a string is not mistaken for a docstring.
23713 (debug): Skip one more frame in case of debug on entry.
23714 (debugger-setup-buffer): Delete one more frame line in case of
23715 debug on entry.
23716 (debugger-frame-number): Update to use the new text introduced by
23717 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23718
23719 2005-02-28 Kim F. Storm <storm@cua.dk>
23720
23721 * double.el (double-translate-key): Call force-window-update after
23722 read-event to avoid crash in redisplay.
23723
23724 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23725
23726 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23727 (debug): Use it. Move the inhibit-trace earlier.
23728 (debug-entry-code): New const.
23729 (debug-on-entry-1): Use it.
23730
23731 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23732
23733 * international/utf-16.el (ccl-encode-mule-utf-16le):
23734 Fix BUFFER_MAGNIFICATION to 2.
23735 (ccl-encode-mule-utf-16be): Likewise.
23736
23737 2005-02-28 Kenichi Handa <handa@m17n.org>
23738
23739 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23740 Fix BUFFER_MAGNIFICATION to 4.
23741 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23742
23743 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23744
23745 * speedbar.el (speedbar-update-flag): Doc fix.
23746 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23747 argument.
23748
23749 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23750
23751 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23752 have a non-nil `invisible' property but are actually visible.
23753
23754 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23755 for perldoc sections.
23756 (perl-outline-regexp, perl-outline-level): New var and function.
23757 (perl-mode): Use them.
23758
23759 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23760
23761 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23762 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23763
23764 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23765
23766 * cus-edit.el: Comment change.
23767 (custom-buffer-create-internal): Slightly reword text at top of
23768 Custom buffers. Mention there that saving an option edits the
23769 init file. Add link to Emacs manual node on `custom-file'.
23770 (custom-magic-alist): Rewrite individual State messages to use
23771 capitalized keywords. Doc fix.
23772
23773 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23774
23775 * calendar/calendar.el (calendar-buffer): Move above
23776 calendar-week-start-day.
23777 (calendar-week-start-day): Doc fix. Add :set function.
23778 (calendar-minimum-window-height): New variable.
23779 (generate-calendar-window): Only resize window if selected-window
23780 is displaying the calendar buffer. Use new variable
23781 calendar-minimum-window-height.
23782 (generate-calendar): Reword error message.
23783 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23784
23785 2005-02-27 Andreas Schwab <schwab@suse.de>
23786
23787 * vc.el (vc-do-command): Don't run command asynchronously when
23788 operating in a remote directory.
23789
23790 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23791 change from sync with Tramp 2.0.47.
23792
23793 2005-02-27 Richard M. Stallman <rms@gnu.org>
23794
23795 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23796
23797 * textmodes/flyspell.el (flyspell-mode-on):
23798 Call ispell-change-dictionary only if necessary.
23799
23800 * emacs-lisp/re-builder.el (regexp-builder): New function.
23801
23802 * register.el (describe-register-1): Explicitly handle
23803 yank-excluded-properties = t.
23804
23805 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23806 (custom-magic-alist): Change the status descriptions again.
23807 (face widget-type): Total rewrite based on `restricted-sexp'
23808 to eliminate the confusing double hiding levels.
23809
23810 * emacs-lisp/debug.el (debug-on-entry-1):
23811 If function body is empty, add nil as body form.
23812
23813 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23814
23815 * emacs-lisp/trace.el (inhibit-trace): New var.
23816 (trace-make-advice): Use it.
23817
23818 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23819
23820 2005-02-26 Kim F. Storm <storm@cua.dk>
23821
23822 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23823 (mouse-on-link-p, mouse-drag-region-1): Use it.
23824
23825 2005-02-25 Lute Kamstra <lute@gnu.org>
23826
23827 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23828
23829 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23830
23831 * frame.el (blink-cursor-mode): Add :group keyword.
23832
23833 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23834
23835 * calendar/icalendar.el (icalendar--decode-isodatetime):
23836 New optional argument DAY-SHIFT.
23837 (icalendar-export-region): Fix coding-system-for-write.
23838 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23839 events by one.
23840
23841 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23842
23843 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23844
23845 2005-02-24 Kim F. Storm <storm@cua.dk>
23846
23847 * international/iso-acc.el (iso-accents-compose): Fix crash
23848 during redisplay. Call force-window-update after read-event
23849 and delete-region to signal that window is not accurate.
23850
23851 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23852
23853 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23854 Remove unused and inexistent var `inhibit-trace'.
23855 (debugger-mode): Use run-mode-hooks.
23856 (debugger-list-functions): Add buttons; setup xref stack.
23857
23858 2005-02-23 Richard M. Stallman <rms@gnu.org>
23859
23860 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23861 appointment says it was explicitly made.
23862 (appt-add): Set the 3rd element.
23863 (appt-make-list): Preserve explicit appointments.
23864
23865 * subr.el (find-tag-default): Catch errors in forward-sexp.
23866
23867 2005-02-23 Juri Linkov <juri@jurta.org>
23868
23869 * info.el (Info-isearch-search): New defcustom.
23870 (Info-isearch-search): Call the default isearch function
23871 when Info-isearch-search is nil.
23872 (Info-isearch-wrap): Use variable Info-isearch-search.
23873
23874 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23875
23876 * cus-edit.el: Comment change.
23877
23878 2005-02-22 Kim F. Storm <storm@cua.dk>
23879
23880 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23881 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23882
23883 2005-02-22 Simon Josefsson <jas@extundo.com>
23884
23885 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23886 New variable.
23887 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23888 Oskarsson" <myrkraverk@users.sourceforget.net>.
23889
23890 2005-02-22 Kim F. Storm <storm@cua.dk>
23891
23892 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23893 check that window of that event is the selected window.
23894 (mouse-drag-region-1): Compare mouse event window to selected
23895 window before setting point.
23896
23897 * tooltip.el (tooltip-show-help-function): Pass event to
23898 mouse-on-link-p so it can check selected window.
23899
23900 2005-02-22 Kenichi Handa <handa@m17n.org>
23901
23902 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23903 (ps-mule-show-warning): New function.
23904 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23905 characters are found.
23906
23907 * ps-print.el (ps-header-footer-string): Return a list of header
23908 and footer strings.
23909
23910 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23911
23912 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23913
23914 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23915
23916 * frame.el (blink-cursor-mode): Use define-minor-mode.
23917
23918 * term/mac-win.el (function-key-map): Use char-names more consistently.
23919 (file-name-coding-system): Only set it for MacOS-9. The other case is
23920 already handled in mule-cmds.el (where it also works when mac-win.el
23921 is not used).
23922
23923 2005-02-21 Kenichi Handa <handa@m17n.org>
23924
23925 * international/mule.el (ctext-pre-write-conversion): Always use
23926 " *code-converting-work*" buffer for work.
23927
23928 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23929
23930 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23931
23932 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23933
23934 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23935
23936 * ses.el (undo-more): Restore defadvice, but only the part that
23937 allows changes outside the restricted area of the buffer.
23938
23939 2005-02-20 Kim F. Storm <storm@cua.dk>
23940
23941 * simple.el (line-move): Add fourth optional arg try-vscroll which
23942 must be set to perform auto-window-vscroll.
23943 When moving backwards and doing auto-window-vscroll, automatically
23944 vscroll to the last part of lines which are taller than the window.
23945 (next-line, previous-line): Set try-vscroll arg on line-move.
23946
23947 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23948
23949 * replace.el (query-replace, query-replace-regexp)
23950 (replace-string, replace-regexp): When operating on region, make
23951 the minibuffer prompt say so.
23952
23953 * isearch.el (isearch-forward): Document isearch-query-replace and
23954 isearch-query-replace-regexp keybindings.
23955
23956 2005-02-19 Jay Belanger <belanger@truman.edu>
23957
23958 * calc/calc-aent.el (math-read-token): Add local variable.
23959
23960 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23961 (calc-edit-top): Move declaration to earlier in file.
23962 (calc-edit-macro-repeats): Add local variables.
23963
23964 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23965 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23966 calcFunc-tanh.
23967 Adjust integration rule for calcFunc-tan.
23968
23969 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23970
23971 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23972 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23973 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23974 (viper-skip-separators): Bug fix.
23975 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23976 particular major mode.
23977 (viper-del-backward-char-in-replace): Don't put deleted char on the
23978 kill ring.
23979
23980 * viper-ex.el (viper-color-display-p): New function.
23981 (viper-has-face-support-p): Use viper-color-display-p.
23982
23983 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23984
23985 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23986
23987 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23988 (viper-file-remote-p): Make equivalent to file-remote-p.
23989
23990 * viper.el (viper-major-mode-modifier-list):
23991 Use viper-gnus-modifier-map.
23992
23993 2005-02-19 David Kastrup <dak@gnu.org>
23994
23995 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23996 quoting.
23997
23998 2005-02-19 Jay Belanger <belanger@truman.edu>
23999
24000 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24001 Remove extra definitions.
24002 (calc-coth): New function.
24003 (calcFunc-cot): Fix `let'.
24004
24005 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24006
24007 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24008 the reasons we use "type pc" in these faces.
24009
24010 * button.el (button): Ditto.
24011
24012 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24013
24014 * replace.el (query-replace-read-from): Set the value of
24015 query-replace-from-history-variable to handle the case of an empty
24016 string entered to accept the suggested default.
24017
24018 * net/tramp.el (tramp-file-name-for-operation):
24019 Use dired-call-process instead of dired-call-process-command.
24020
24021 2005-02-19 Jay Belanger <belanger@truman.edu>
24022
24023 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24024 (math-div-non-trig): New variables.
24025 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24026 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24027 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24028 trig expressions.
24029
24030 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24031
24032 * progmodes/gdb-ui.el (gdb-var-update-handler)
24033 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24034 for watch expressions,
24035 (gdb-var-create-handler): Don't set speedbar-update-flag.
24036 (gdb-post-prompt): Simplify test for speedbar.
24037
24038 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24039
24040 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24041 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24042 we use the syntax table of the correct buffer.
24043 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24044 Felix Gatzemeier.
24045
24046 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24047 (ediff-file-remote-p): Make synonymous with file-remote-p.
24048 In all deffaces ediff-*-face-*, use min-colors.
24049
24050 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24051 ediff-recurse-to-subdirectories.
24052 (ediff-mark-if-equal): Check that the arguments are strings, use
24053 ediff-same-contents (after to Felix Gatzemeier).
24054
24055 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24056 nil.
24057
24058 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24059
24060 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24061
24062 2005-02-18 David Kastrup <dak@gnu.org>
24063
24064 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24065 use `mark-active' when defined.
24066
24067 2005-02-18 Kenichi Handa <handa@m17n.org>
24068
24069 * ps-print.el (ps-font-info-database): New entry
24070 ZapfChancery-MediumItalic with correct font name. Fix font name
24071 of the entry Zapf-Chancery-MediumItalic.
24072
24073 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24074
24075 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24076
24077 2005-02-16 Kim F. Storm <storm@cua.dk>
24078
24079 * ido.el (ido-fallback-command): Pass user input to fallback command.
24080
24081 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24082
24083 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24084 (gdb-find-file-hook): Add server prefix.
24085
24086 2005-02-16 Richard M. Stallman <rms@gnu.org>
24087
24088 * replace.el (perform-replace): Pass new args to replace-highlight.
24089 (replace-highlight): Take region args,
24090 and pass them to isearch-lazy-highlight-new-loop.
24091
24092 * novice.el (disabled-command-hook): Autoload the defalias
24093 and the make-obsolete-variable call.
24094
24095 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24096
24097 * isearch.el (isearch-lazy-highlight-start-limit)
24098 (isearch-lazy-highlight-end-limit): New variables limit
24099 the region for highlighting.
24100 (isearch-lazy-highlight-new-loop): New args BEG and END.
24101 (isearch-lazy-highlight-search): Use the new vars.
24102 (isearch-lazy-highlight-update): Likewise.
24103
24104 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24105
24106 * cus-start.el (all): Use default-boundp.
24107
24108 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24109
24110 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24111
24112 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24113
24114 * autorevert.el (auto-revert-stop-on-user-input)
24115 (auto-revert-verbose): Doc fixes.
24116
24117 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24118
24119 * international/mule-cmds.el (set-locale-environment): Remove call
24120 to set-selection-coding-system on Windows.
24121
24122 2005-02-15 Jay Belanger <belanger@truman.edu>
24123
24124 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24125 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24126 calcFunc-coth.
24127 (math-simplify-sqrt): Add simplifications.
24128
24129 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24130 to list.
24131
24132 * calc/calc-ext.el: Add functions to autoloads.
24133
24134 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24135 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24136 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24137 (math-csc-raw, math-cot-raw): New functions.
24138
24139 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24140
24141 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24142 the variable name in a message.
24143
24144 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24145 calcFunc-csc, calcFunc-cot.
24146
24147 * calc/calcalg2.el: Add derivative and integration rules for
24148 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24149 calcFunc-csch, calcFunc-coth.
24150 (math-do-integral-methods): Add to checks for when to use
24151 substitutions.
24152
24153 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24154
24155 2005-02-15 Lute Kamstra <lute@gnu.org>
24156
24157 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24158 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24159 <monnier@iro.umontreal.ca>
24160 (lisp-outline-level): Improve efficiency. Suggested by David
24161 Kastrup <dak@gnu.org>.
24162
24163 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24164
24165 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24166 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24167 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24168 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24169 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24170
24171 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24172
24173 * cus-start.el (all): Comment change.
24174
24175 2005-02-14 Lute Kamstra <lute@gnu.org>
24176
24177 * cus-start.el (all): Check if symbol is void.
24178
24179 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24180
24181 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24182 optional argument to \cite.
24183
24184 2005-02-14 Richard M. Stallman <rms@gnu.org>
24185
24186 * cus-edit.el (custom-buffer-create-internal): Update help message.
24187 (custom-magic-alist): Update help messages.
24188
24189 * cus-start.el (all): Allow a var to specify a standard value.
24190
24191 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24192
24193 * custom.el (custom-theme-set-variables): Handle variable aliases.
24194
24195 * frame.el (blink-cursor-timer): Doc fix.
24196 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24197 declare obsolete.
24198 (blink-cursor-mode): Define with defcustom and use correct
24199 standard expression in that defcustom.
24200 * startup.el (command-line): Adapt to above changes in frame.el.
24201
24202 2005-02-11 Lute Kamstra <lute@gnu.org>
24203
24204 * apropos.el (apropos-score-doc): Prevent division by zero.
24205
24206 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24207
24208 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24209 (icalendar--get-event-property-attributes)
24210 (icalendar--get-event-properties)
24211 (icalendar--datetime-to-diary-date): New functions.
24212 (icalendar--split-value): Doc fix.
24213 (icalendar--datetime-to-noneuropean-date)
24214 (icalendar--datetime-to-european-date): New optional argument
24215 SEPARATOR. Return result as a string instead of a list.
24216 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24217 (icalendar--convert-string-for-export): Rename arg S to STRING.
24218 (icalendar-export-region): Doc fix. Change name of error buffer.
24219 Save output buffer.
24220 (icalendar-import-file): Add blank at end of prompt.
24221 (icalendar-import-buffer): Doc fix. Do not switch to error
24222 buffer. Indicate status in return value.
24223 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24224 buffer. Save output buffer. Handle exception from recurrence
24225 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24226 events. Fix problems with weekly all-day events.
24227
24228 2005-02-10 Richard M. Stallman <rms@gnu.org>
24229
24230 * simple.el (eval-expression-print-format):
24231 Avoid warning about edebug-active.
24232
24233 * help.el (help-for-help-internal): Rename from help-for-help.
24234 (help-for-help): Define with defalias.
24235
24236 * font-core.el (font-lock-default-function): Use with-no-warnings.
24237
24238 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24239
24240 * custom.el (defface): Doc fix.
24241
24242 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24243
24244 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24245 width 0" to prevent word wrapping problems.
24246
24247 2005-02-09 Kim F. Storm <storm@cua.dk>
24248
24249 * ido.el (ido-file-extensions-order): New defcustom.
24250 (ido-file-extension-lessp, ido-file-extension-aux)
24251 (ido-file-extension-order): New advanced file ordering.
24252 (ido-file-lessp): New simple file ordering.
24253 (ido-sort-list): Remove.
24254 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24255 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24256
24257 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24258
24259 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24260 that some versions of grep produce.
24261 (grep-mode-font-lock-keywords): Likewise.
24262
24263 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24264
24265 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24266 (gdb-cdir): Delete.
24267 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24268 (gdb-source-info): Treat case when source file is in another
24269 directory properly.
24270 (gdb-get-location): New function.
24271
24272 2005-02-07 Jay Belanger <belanger@truman.edu>
24273
24274 * calc/calc-prog.el (calc-write-parse-table-part)
24275 (calc-fix-token-name): Fix a check for language type.
24276
24277 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24278
24279 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24280
24281 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24282 as directory not writable.
24283
24284 2005-02-07 Kim F. Storm <storm@cua.dk>
24285
24286 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24287 (cua--standard-movement-commands): Remove list.
24288 Instead, set CUA property value to move for movement commands.
24289 (cua-movement-commands): Remove. Users must set CUA prop instead.
24290 (cua--pre-command-handler): Check CUA property.
24291 (cua--init-keymaps): Don't remap undo commands.
24292 (cua-mode): Don't call cua--rectangle-on-off.
24293
24294 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24295 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24296 (cua--rect-undo-set-point): New var.
24297 (cua--rectangle-undo-boundary): Setup undo apply entry.
24298 (cua--rect-undo-handler): New function for rectangle undo.
24299 (cua--rect-start-position, cua--rect-end-position): Add.
24300 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24301 for restored rectangle. Set point if cua--rect-undo-set-point.
24302
24303 2005-02-06 Jay Belanger <belanger@truman.edu>
24304
24305 * calc/calc-lang.el (calc-tex-language): Display more information
24306 in messages.
24307
24308 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24309 in TeX mode.
24310
24311 2005-02-06 Richard M. Stallman <rms@gnu.org>
24312
24313 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24314
24315 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24316
24317 * net/ldap.el (ldap-search-internal): Support attributes with
24318 optional descriptions separated by a semi-colon, as in
24319 "userCertificate;binary".
24320
24321 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24322
24323 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24324 isn't a cons (i.e. the version is 0).
24325
24326 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24327
24328 * help.el (help-for-help): Doc fix.
24329
24330 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24331
24332 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24333 GDB-Windows on the menu-bar as this works better.
24334
24335 2005-02-04 Jay Belanger <belanger@truman.edu>
24336
24337 * calc/calc-embed.el (calc-embedded-update): Don't put in
24338 unnecessary newlines. Adjust the end of formula marker.
24339
24340 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24341 (math-latex-parse-two-args): New function.
24342
24343 2005-02-03 Lute Kamstra <lute@gnu.org>
24344
24345 * help-fns.el (help-with-tutorial): Make sure that users cannot
24346 remove the entire text of the tutorial by means of `undo'.
24347
24348 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24349
24350 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24351 in recent changes, where the ispell process was repeatedly
24352 killed & restarted.
24353
24354 * international/mule-cmds.el (set-locale-environment): Set file-name
24355 coding system to utf-8 on Darwin systems.
24356 (set-default-coding-systems): Don't set default-file-name-coding-system
24357 on Darwin systems.
24358
24359 2005-02-03 Richard M. Stallman <rms@gnu.org>
24360
24361 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24362
24363 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24364
24365 * faces.el (list-faces-display): Add optional argument.
24366
24367 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24368
24369 * font-core.el (font-lock-default-function): Handle the rare case where
24370 only font-lock-keywords is set.
24371
24372 2005-02-02 Kenichi Handa <handa@m17n.org>
24373
24374 * international/characters.el: Cancel previous change for
24375 I-WITH-DOT-ABOVE and DOTLESS-i.
24376
24377 * international/latin-5.el: Cancel previous change.
24378
24379 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24380
24381 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24382
24383 2005-02-02 Kenichi Handa <handa@m17n.org>
24384
24385 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24386 DOTLESS-i.
24387
24388 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24389 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24390
24391 * case-table.el (get-upcase-table): New function.
24392 (copy-case-table): Copy upcaes table too if non-nil.
24393 (set-case-syntax-delims): Maintain upcase table too.
24394 (set-case-syntax-pair): Likewise.
24395 (set-upcase-syntax, set-downcase-syntax): New functions.
24396 (set-case-syntax): Maintain upcase table too.
24397
24398 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24399
24400 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24401
24402 * progmodes/gud.el (gud-goto-info): New function.
24403 (gud-tool-bar-map): Use correct icon.
24404
24405 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24406
24407 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24408 When delegating, order args in the funcall correctly.
24409
24410 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24411
24412 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24413
24414 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24415
24416 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24417 buffer not visiting a file.
24418
24419 2005-01-31 Jay Belanger <belanger@truman.edu>
24420
24421 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24422 bound on the line with the formula.
24423
24424 2005-01-31 Kim F. Storm <storm@cua.dk>
24425
24426 * ses.el (ses-create-cell-variable-range)
24427 (ses-destroy-cell-variable-range, ses-reset-header-string)
24428 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24429 (ses-insert-row): Fix format of apply undo entries.
24430
24431 2005-01-31 Jay Belanger <belanger@truman.edu>
24432
24433 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24434 parts.
24435
24436 * calc/calc-embed.el (calc-embedded-open-formula)
24437 (calc-embedded-close-formula): Ignore matrix environments.
24438
24439 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24440 TeX mode.
24441
24442 * calc/calc-lang.el (math-function-table, math-oper-table)
24443 (math-variable-table): Adjust the LaTeX portions.
24444
24445 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24446 (math-latex-ignore-words): New constant.
24447
24448 2005-01-31 Richard M. Stallman <rms@gnu.org>
24449
24450 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24451 (ispell-local-dictionary): Doc fix.
24452 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24453 Don't reinitialize at run time. Don't defcustom.
24454 All uses changed to append ispell-local-dictionary-alist,
24455 or check it first.
24456 (ispell-current-dictionary): New variable for dictionary in use.
24457 (ispell-dictionary): Now used only for global default.
24458 (ispell-start-process): Set ispell-current-dictionary,
24459 not ispell-dictionary.
24460 (ispell-change-dictionary): Use this only for setting
24461 user preferences.
24462 (ispell-internal-change-dictionary): New function
24463 to change the current dictionary in use.
24464 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24465 Use ispell-current-dictionary.
24466 Handle ispell-local-dictionary-overridden.
24467 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24468
24469 2005-01-31 Jay Belanger <belanger@truman.edu>
24470
24471 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24472
24473 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24474 (calc-mode-map): Add calc-latex-language.
24475
24476 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24477 (math-latex-print-frac): New functions.
24478 (math-oper-table, math-function-table, math-variable-table)
24479 (math-complex-format, math-input-filter): Add latex properties.
24480 (calc-set-language): Set math-expr-special-function-mapping.
24481
24482 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24483 (calc-write-parse-table-part): Add LaTeX support.
24484
24485 * calc/calc.el (calc-language): Adjust docstring.
24486 (calc-set-mode-line): Add LaTeX support.
24487 (math-expr-special-function-mapping): New variable.
24488 (math-tex-ignore-words): Add to list.
24489
24490 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24491 Add LaTeX support.
24492 (math-compose-expr): Add support for special functions.
24493
24494 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24495
24496 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24497
24498 * progmodes/gdb-ui.el (gdb-memory-address)
24499 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24500 (gdb-memory-mode-map, gdb-memory-format-keymap)
24501 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24502 (gdb-memory-unit-menu): New variables for a buffer
24503 that lets the user examine program memory.
24504 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24505 (gdb-memory-format-binary, gdb-memory-format-octal)
24506 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24507 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24508 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24509 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24510 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24511 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24512 (gdb-memory-mode, gdb-memory-buffer-name)
24513 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24514 New functions for above buffer.
24515
24516 2005-01-30 Richard M. Stallman <rms@gnu.org>
24517
24518 * cus-edit.el (custom-bury-buffer): Function deleted.
24519 (custom-buffer-done-function): Option deleted.
24520 (custom-buffer-done-kill): New replacement option.
24521 (Custom-buffer-done): Call quit-window.
24522 (custom-buffer-create-internal): Update for above changes.
24523
24524 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24525
24526 * simple.el (undo-ask-before-discard): New var.
24527 (undo-outer-limit-truncate): Implement it.
24528 (undo-extra-outer-limit): Doc update.
24529
24530 2005-01-29 Richard M. Stallman <rms@gnu.org>
24531
24532 * ses.el (undo-more): Delete defadvice.
24533 (ses-begin-change): Doc fix.
24534
24535 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24536 instead of rebinding C-x u and C-_.
24537
24538 * files.el (normal-backup-enable-predicate): Return nil for files
24539 in /tmp, regardless of temporary-file-directory.
24540
24541 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24542
24543 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24544 (open-rectangle, delete-whitespace-rectangle-line)
24545 (clear-rectangle-line): If FILL, pass t instead of FILL
24546 for move-to-column's 2nd arg.
24547
24548 * simple.el (undo): Fix the test for continuing a series of undos.
24549 (undo-more): Set pending-undo-list to t when we reach end.
24550 (pending-undo-list): Move up defvar.
24551
24552 * wid-edit.el (widget-button-click):
24553 Shorten the range of the track-mouse binding.
24554
24555 * comint.el (comint-insert-input): Undo previous changes;
24556 use last-input-event in interactive spec.
24557
24558 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24559
24560 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24561 to nil before invoking call-process. Reset buffer's modified flag
24562 after fontifying it in the no-async branch.
24563
24564 * wid-edit.el (widget-specify-button): If mouse pointer shape
24565 cannot be changed, use mouse face instead.
24566
24567 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24568
24569 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24570 (gdb-goto-breakpoint): Make breakpoint handling work on template
24571 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24572 (gdb-assembler-custom): Update to recognize breakpoint information
24573 added on 2005-01-19.
24574
24575 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24576
24577 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24578 (dsssl-mode): Use define-derived-mode.
24579 (scheme-mode-initialize): Remove.
24580 (scheme-mode): Use run-mode-hooks.
24581
24582 * cus-edit.el (customize-group-other-window)
24583 (custom-buffer-create-other-window): Don't override special-display-*.
24584 (custom-mode-map): Make it dense.
24585
24586 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24587 sets the default value.
24588
24589 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24590
24591 * descr-text.el: Add more keywords.
24592
24593 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24594
24595 * speedbar.el: Avoid unnecessary use of locate-library.
24596
24597 * international/mule-cmds.el (standard-display-european-internal):
24598 Don't fiddle with latin-1 non-break space any more since it's now
24599 special cased in the C code.
24600 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24601
24602 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24603
24604 * cus-start.el (all): Add `undo-outer-limit'.
24605
24606 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24607
24608 * textmodes/bibtex.el (bibtex-format-entry):
24609 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24610 field lines.
24611 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24612 not on part of a buffer.
24613
24614 2005-01-25 Lute Kamstra <lute@gnu.org>
24615
24616 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24617 nonempty field text strings like "{letters\\macro{}more letters}".
24618 Clarify docstring.
24619 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24620 (bibtex-entry-offset, bibtex-parse-association)
24621 (bibtex-parse-field-name): Fix typos in docstrings.
24622 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24623
24624 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24625
24626 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24627 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24628 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24629 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24630
24631 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24632 isearch minor mode.
24633
24634 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24635
24636 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24637
24638 2005-01-24 Lute Kamstra <lute@gnu.org>
24639
24640 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24641 CASECHARS and NOT-CASECHARS regular expressions of the
24642 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24643 striding over charsets" error.
24644
24645 2005-01-24 Jay Belanger <belanger@truman.edu>
24646
24647 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24648 display variable name.
24649
24650 2005-01-24 Kenichi Handa <handa@m17n.org>
24651
24652 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24653 Fix setting of the element of encoded-kbd-iso2022-invocations.
24654
24655 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24656
24657 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24658 (gdb-threads-select): Change to also accept mouse events.
24659 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24660 (gdb-threads-mouse-select): Delete.
24661
24662 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24663
24664 * files.el (insert-directory): Take care of empty directory,
24665 listed without -a switch.
24666
24667 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24668
24669 * textmodes/refill.el (refill-post-command-function):
24670 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24671 to the list of functions that we should be careful not to undo.
24672 (refill-late-fill-paragraph-function): Remove.
24673 (refill-saved-state): New var.
24674 (refill-mode): Use it to save fill-paragraph-function.
24675 Save also the value of auto-fill-function.
24676
24677 * term/w32-win.el: Simplify code.
24678
24679 2005-01-23 Kim F. Storm <storm@cua.dk>
24680
24681 * simple.el (line-move): Adapt to new return value from
24682 pos-visible-in-window-p.
24683
24684 * simple.el (line-move): Fix last change. Check partial
24685 visibility at point rather than at window-start.
24686
24687 2005-01-22 Jason Rumney <jasonr@gnu.org>
24688
24689 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24690
24691 2005-01-22 David Kastrup <dak@gnu.org>
24692
24693 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24694
24695 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24696
24697 * type-break.el (type-break-mode): Add a test for
24698 type-break-file-name being non-nil.
24699
24700 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24701
24702 * net/eudc.el (top level): Call (message "") via progn, so that
24703 eudc-options-file is loaded.
24704
24705 2005-01-22 Kim F. Storm <storm@cua.dk>
24706
24707 * simple.el (line-move-1): Rename from line-move.
24708 (line-move): New function that adjusts vscroll for partially
24709 visible rows, and calls line-move-1 otherwise.
24710
24711 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24712
24713 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24714 since it's not a complete read-event implementation
24715
24716 2005-01-20 Jay Belanger <belanger@truman.edu>
24717
24718 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24719 for called function.
24720
24721 2005-01-20 Steven Tamm <steventamm@mac.com>
24722
24723 * term/mac-win.el (process-connection-type): Remove.
24724 Controlled now by s/darwin.h:PTY_ITERATION.
24725
24726 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24727
24728 * window.el (handle-select-window): Don't switch window when we're
24729 in the minibuffer.
24730
24731 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24732
24733 * subr.el (dotimes-with-progress-reporter): New macro.
24734
24735 * ses.el (ses-dotimes-msg): Remove macro.
24736 Use `dotimes-with-progress-reporter' instead.
24737
24738 2005-01-19 Steven Tamm <steventamm@mac.com>
24739
24740 * term/mac-win.el (process-connection-type): Use new
24741 operating-system-release variable to use ptys on Darwin 7 (OS X
24742 10.3) when using carbon build.
24743
24744 2005-01-19 Jay Belanger <belanger@truman.edu>
24745
24746 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24747 flags if the last command was a tab or M-tab.
24748
24749 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24750 in formula editing buffer.
24751
24752 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24753
24754 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24755 breakpoint image symbol in margin.
24756
24757 2005-01-19 Jay Belanger <belanger@truman.edu>
24758
24759 * calc/calc-prog.el (calc-execute-kbd-macro):
24760 Ignore calc-keep-arg-flag.
24761
24762 2005-01-19 Kenichi Handa <handa@m17n.org>
24763
24764 * textmodes/ispell.el (ispell-looking-at): New function.
24765 (ispell-process-line): Use ispell-looking-at to compare the ispell
24766 output and the buffer contents.
24767
24768 2005-01-18 Jay Belanger <belanger@truman.edu>
24769
24770 * calc/calc.el (calc-display-raw): Fix docstring.
24771
24772 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24773
24774 * simple.el (blink-matching-open): Strip extra info from syntax.
24775
24776 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24777 funny chars in the end-of-here-doc marker.
24778
24779 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24780
24781 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24782 that enable/disabled state of breakpoints is shown correctly in
24783 fringe and on ttys.
24784 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24785 Add breakpoint information as text properties.
24786 (gdb-mouse-toggle-breakpoint):
24787 Rename to gdb-mouse-set-clear-breakpoint.
24788 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24789 breakpoints in the margin.
24790 (gdb-remove-strings): Simplify.
24791
24792 2005-01-17 Jay Belanger <belanger@truman.edu>
24793
24794 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24795 erasing buffer.
24796
24797 2005-01-17 Richard M. Stallman <rms@gnu.org>
24798
24799 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24800 for calling grep-compute-defaults.
24801
24802 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24803 if buffer is empty.
24804
24805 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24806
24807 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24808
24809 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24810
24811 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24812 non-preloaded variables.
24813
24814 2005-01-17 Steven Tamm <steventamm@mac.com>
24815
24816 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24817 tex-shell cause to force interactivity when using pipes.
24818
24819 2005-01-17 Kim F. Storm <storm@cua.dk>
24820
24821 * simple.el (just-one-space): Make arg optional.
24822
24823 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24824
24825 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24826 posn-at-x-y to t to access left-margin.
24827
24828 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24829
24830 Sync with Tramp 2.0.47.
24831
24832 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24833 catching keep-date problems in cp/scp operations.
24834 (tramp-handle-copy-file): Don't call `set-file-modes'
24835 unconditionally. Specialized functions should know better what is
24836 necessary. This improves performance a little bit, and the
24837 functions could catch errors with `cp -p' and `scp -p'.
24838 (tramp-do-copy-or-rename-file-via-buffer)
24839 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24840 when appropriate.
24841 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24842 Call `set-file-modes' when appropriate.
24843 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24844 Johnsson <isak@hypergene.com>
24845 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24846 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24847 <joakim@verona.se>
24848 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24849 Emacs only.
24850
24851 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24852 `find-file-hooks' and `dired-mode-hook'.
24853 (tramp-minor-mode-map): Respective map. Add remapping for
24854 `compile' and `recompile'.
24855 (tramp-remap-command, tramp-recompile): New defuns.
24856 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24857 in buffer "*Compilation*". Call the commands asynchronously.
24858
24859 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24860 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24861 `shell-command', because it isn't magic in XEmacs. Reported by
24862 Adrian Aichner <adrian@xemacs.org>.
24863
24864 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24865 `substitute-in-file-name.
24866 (tramp-smb-handle-substitute-in-file-name): New defun.
24867 (tramp-smb-advice-PC-do-completion): Delete advice.
24868
24869 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24870
24871 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24872 Fix error in deleting region.
24873
24874 2005-01-15 Richard M. Stallman <rms@gnu.org>
24875
24876 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24877 In non-temp buffer, switch syntax table temporarily.
24878
24879 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24880
24881 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24882
24883 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24884
24885 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24886 (imenu--generic-function): Use START, not BEG, as pos of definition.
24887
24888 * simple.el (just-one-space): Argument specifies number of spaces.
24889
24890 * simple.el (eval-expression-print-format): Avoid warning
24891 about edebug-active.
24892
24893 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24894
24895 * progmodes/sh-script.el: Code copied from make-mode.el
24896 with small changes,
24897 (sh-mode-map): Bind C-c C-\.
24898 (sh-backslash-column, sh-backslash-align): New variables.
24899 (sh-backslash-region, sh-append-backslash): New functions.
24900
24901 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24902
24903 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24904 (rmail-pop-password, rmail-pop-password-required): Move to
24905 rmail-obsolete group.
24906 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24907 All callers updated.
24908 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24909 Take an argument specifying whether it is POP or IMAP mailbox we
24910 are using. All callers updated.
24911 (rmail-pop-password-error): Rename to
24912 rmail-remote-password-error. Added mailutils-specific error message.
24913 (rmail-movemail-search-path)
24914 (rmail-movemail-variant-in-use): New variables.
24915 (rmail-remote-password, rmail-remote-password-required):
24916 New customization variables.
24917 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24918 (rmail-parse-url): New function.
24919 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24920 with GNU mailutils movemail.
24921
24922 2005-01-15 Kevin Ryde <user42@zip.com.au>
24923
24924 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24925 suffix to space, $ or '$, to correctly position point when going
24926 to @table style constants like DBL_MAX.
24927
24928 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24929
24930 * type-break.el (type-break-mode, type-break-file-time)
24931 (type-break-file-keystroke-count, type-break-choose-file):
24932 Don't store data in or load data from the file if type-break-file-name
24933 is nil.
24934 (type-break-file-name): Doc update as per the above.
24935
24936 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24937
24938 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24939 lookup-key might return nil; handle that.
24940
24941 2005-01-15 Alan Mackenzie <acm@muc.de>
24942
24943 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24944 rather than the element found, thus enabling the tree to be setcar'd.
24945
24946 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24947
24948 * textmodes/org.el (org-show-following-heading): New option.
24949 (org-show-hierarchy-above): Use `org-show-following-heading'.
24950 (org-cycle): Documentation fix.
24951
24952 * textmodes/org.el (orgtbl-optimized): New option
24953 (orgtbl-mode): New command, a minor mode.
24954 (orgtbl-mode-map): New variable.
24955 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24956 (orgtbl-error, orgtbl-self-insert-command)
24957 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24958
24959 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24960 a local variable in each org-mode buffer.
24961
24962 * textmodes/org.el (org-set-regexps-and-options): Rename from
24963 `org-set-regexps'. Added checking for STARTUP keyword.
24964 (org-get-current-options): Add STARTUP options.
24965 (org-table-insert-row): Make mode intelligent about when
24966 realignment is needed.
24967 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24968 New commands.
24969 (org-enable-table-editor): New default value `optimized'.
24970 (org-table-blank-field): Support blanking regions if active.
24971
24972 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24973
24974 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24975 if the year is not given.
24976
24977 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24978 Add new escapes %m and %M, fixed bug with %F by adding
24979 save-match-data.
24980 (reftex-reference): Remove ?. from list of spaces.
24981 (reftex-label-info): Add automatic label prefix recognition.
24982
24983 * textmodes/reftex-index.el (reftex-index-next-phrase):
24984 Add slave parameter to call of `reftex-index-this-phrase'.
24985 (reftex-index-this-phrase): New optional argument.
24986 (reftex-index-region-phrases): Add slave parameter to call of
24987 `reftex-index-this-phrase'.
24988 (reftex-display-index): New argument redo.
24989 (reftex-index-rescan): Add `redo' to arguments of
24990 `reftex-display-index'.
24991 (reftex-index-Rescan, reftex-index-revert)
24992 (reftex-index-switch-index-tag): Add `redo' to arguments of
24993 `reftex-display-index'.
24994 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24995 indexing. Fix bug with matching is there is a quote before or
24996 after the word.
24997
24998 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24999 Fix bug when collecting citation keys in lines with comments.
25000 (reftex-citation): Prefix argument no longer rescans the document,
25001 but forces prompting for optional arguments of cite macros.
25002 (reftex-do-citation): Prompting for optional arguments implemented.
25003
25004 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25005 Add optional arguments to most cite commands.
25006 (reftex-cite-cleanup-optional-args): New option
25007 (reftex-cite-prompt-optional-args): New option.
25008 (reftex-trust-label-prefix): New option.
25009
25010 * textmodes/reftex-toc.el (reftex-toc-find-section):
25011 Add push-mark before changing the position in the buffer.
25012
25013 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25014 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25015
25016 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25017
25018 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25019 more carefully.
25020
25021 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25022
25023 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25024 (sgml-mode): Use it.
25025 (sgml-get-context): Better keep track of implicitly closed tags.
25026
25027 2005-01-13 Kenichi Handa <handa@m17n.org>
25028
25029 * textmodes/ispell.el: These changes are to fix misalignment error
25030 caused by equivalent characters of different Emacs charsets.
25031 (ispell-unified-chars-table): New variable.
25032 (ispell-get-decoded-string): New function.
25033 (ispell-get-casechars, ispell-get-not-casechars)
25034 (ispell-get-otherchars): Call ispell-get-decoded-string.
25035
25036 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25037
25038 * custom.el (custom-declare-variable): Just put symbol instead
25039 of (defvar . symbol) in `current-load-list'.
25040
25041 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25042
25043 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25044
25045 2005-01-12 Jay Belanger <belanger@truman.edu>
25046
25047 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25048 to create a Calc summary.
25049
25050 2005-01-12 Kim F. Storm <storm@cua.dk>
25051
25052 * mouse.el (mouse-on-link-p): Change functionality and doc
25053 string to comply with latest description in lisp ref.
25054
25055 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25056
25057 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25058 Enable mouse clicks on mode-line, header-line and margin.
25059 (event-type): Give mouse event symbols an `event-kind' property
25060 with value `mouse-click'.
25061
25062 2005-01-12 Juri Linkov <juri@jurta.org>
25063
25064 * facemenu.el (list-colors-display): Add new arg buffer-name.
25065 Use it. Fix docstring. Replace code for identifying duplicate
25066 colors by the name with call to `list-colors-duplicates' which
25067 identifies duplicate colors by the value unless the color
25068 is one of special Windows colors. Set truncate-lines to t.
25069 Print sorted duplicate color names on each line. Indent to 22
25070 \(the longest color name in rgb.txt) instead of 20. Optimize.
25071 (list-colors-duplicates): New function.
25072 (facemenu-color-name-equal): Delete function.
25073
25074 * facemenu.el (list-colors-print): New function created from code
25075 in list-colors-display. Print #RRGGBB at the window right edge.
25076 (list-colors-display): When temp-buffer-show-function is not
25077 defined, call list-colors-print from temp-buffer-show-hook
25078 to get the right value of window-width in list-colors-print
25079 after the buffer is displayed.
25080
25081 * simple.el (pop-mark): Move deactivate-mark out of conditional
25082 part to deactivate the active mark regardless of the state of the
25083 mark ring.
25084
25085 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25086 variables line in desktop files.
25087
25088 2005-01-12 Juri Linkov <juri@jurta.org>
25089
25090 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25091 Bring together isearch highlight related options.
25092 (lazy-highlight): Replace group `replace' by `matching'.
25093 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25094 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25095 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25096 and declare them obsolete.
25097 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25098 (isearch-faces): Remove defgroup.
25099 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25100 Move isearch highlighting code closer to lazy highlighting code.
25101
25102 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25103 (query-replace-highlight, query-replace-lazy-highlight)
25104 (query-replace): Move definitions to the beginning of the file.
25105
25106 2005-01-11 Juri Linkov <juri@jurta.org>
25107
25108 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25109 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25110 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25111
25112 * info.el (Info-history-forward): New variable.
25113 (Info-select-node): Reset Info-history-forward to nil.
25114 (Info-last): Turn into defalias.
25115 (Info-history-back): Rename from Info-last.
25116 Add current node to Info-history-forward.
25117 (Info-history-forward): New fun.
25118 (Info-mode-map): Replace Info-last by Info-history-back.
25119 Bind Info-history-forward to "r".
25120 (Info-mode-menu): Replace Info-last by Info-history-back.
25121 Fix menu item text. Add menu item for Info-history-forward.
25122 (info-tool-bar-map): Replace Info-last by Info-history-back.
25123 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25124 for Info-history-forward.
25125 (Info-mode): Replace Info-last by Info-history-back in docstring.
25126 Add local variable Info-history-forward.
25127 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25128
25129 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25130
25131 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25132 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25133 Ignore select-window events rather than fiddle with
25134 mouse-autoselect-window.
25135
25136 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25137
25138 * type-break.el (type-break-mode): Fix previous change.
25139
25140 2005-01-10 Jay Belanger <belanger@truman.edu>
25141
25142 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25143 calculator; only reset when point is inside a calculator.
25144 Don't adjust the window height if the window takes up the whole height
25145 of the frame.
25146
25147 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25148
25149 * ebuff-menu.el (Electric-buffer-menu-mode):
25150 Preserve value of buffer-local var header-line-format.
25151
25152 2005-01-09 Jay Belanger <belanger@truman.edu>
25153
25154 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25155 Make sure settings file exists before accessing it.
25156
25157 * calc/calc-embed.el (calc-embedded-subst):
25158 Replace math-multi-subst-rec, which is only supposed to be called
25159 by math-multi-subst, by math-multi-subst.
25160
25161 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25162
25163 * vc.el (vc-allow-async-revert): New user option.
25164 (vc-disable-async-diff): New internal variable.
25165 (vc-revert-buffer): Use them to disable asynchronous diff.
25166
25167 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25168 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25169 asynchronously if vc-disable-async-diff is t.
25170
25171 2005-01-09 Jay Belanger <belanger@truman.edu>
25172
25173 * calc/calc.el (defcalcmodevar): New macro.
25174 (calc-mode-var-list-restore-default-values)
25175 (calc-mode-var-list-restore-saved-values): New functions.
25176 (calc-mode-var-list): Use defcalcmodevar to define it.
25177 (calc-always-load-extensions, calc-line-numbering)
25178 (calc-line-breaking, calc-display-just, calc-display-origin)
25179 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25180 (calc-group-char, calc-point-char, calc-frac-format)
25181 (calc-prefer-frac, calc-hms-format, calc-date-format)
25182 (calc-float-format, calc-full-float-format, calc-complex-format)
25183 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25184 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25185 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25186 (calc-matrix-brackets, calc-language, calc-language-option)
25187 (calc-left-label, calc-right-label, calc-word-size)
25188 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25189 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25190 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25191 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25192 (calc-window-height, calc-display-trail, calc-show-selections)
25193 (calc-use-selections, calc-assoc-selections)
25194 (calc-display-working-message, calc-auto-why, calc-timing)
25195 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25196 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25197 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25198 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25199 (calc-gnuplot-geometry, calc-graph-default-resolution)
25200 (calc-graph-default-resolution-3d, calc-invocation-macro)
25201 (calc-show-banner): Use defcalcmodevar to declare them and set
25202 their default values.
25203
25204 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25205 instead of default values (but restore default values if there is
25206 an argument of 0).
25207
25208 2005-01-09 David Kastrup <dak@gnu.org>
25209
25210 * desktop.el (desktop-restore-eager): Fix typo in type.
25211
25212 2005-01-08 Richard M. Stallman <rms@gnu.org>
25213
25214 * cus-edit.el (customize): Delete :link.
25215
25216 2005-01-08 Jay Belanger <belanger@truman.edu>
25217
25218 * calc/calc.el (calc-mode): Remove the extension from the
25219 `calc-settings-file' file name when loading it.
25220
25221 2005-01-08 Kim F. Storm <storm@cua.dk>
25222
25223 * info.el (Info-mode-map, Info-next-link-keymap)
25224 (Info-prev-link-keymap, Info-up-link-keymap):
25225 Map follow-link to mouse-face.
25226 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25227
25228 2005-01-08 Jay Belanger <belanger@truman.edu>
25229
25230 * calc/calc.el (calc-settings-file): Change default value.
25231 Suggested by cgw in a comment in calc-mode.el.
25232
25233 * calc/calc-mode.el (calc-settings-file-name):
25234 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25235 Replace ~/.emacs in a prompt by calc-settings-file.
25236
25237 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25238
25239 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25240 (desktop-lazy-idle-delay): New customizable variables.
25241 (desktop-buffer-args-list): New variable.
25242 (desktop-append-buffer-args): New function.
25243 (desktop-save): Call desktop-append-buffer-args for some buffers.
25244 (desktop-lazy-create-buffer): New function.
25245 (desktop-idle-create-buffers): New function.
25246 (desktop-read): Add message about buffers to restore lazily.
25247 (desktop-lazy-abort): New command.
25248 (desktop-clear): Call desktop-lazy-abort.
25249 (desktop-lazy-complete): New command.
25250
25251 2005-01-06 Richard M. Stallman <rms@gnu.org>
25252
25253 * emacs-lisp/find-func.el (find-face-definition):
25254 Rename from find-face.
25255
25256 2005-01-06 Kim F. Storm <storm@cua.dk>
25257
25258 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25259
25260 * man.el (Man-xref-man-page, Man-xref-header-file)
25261 (Man-xref-normal-file): Add follow-link property.
25262
25263 2005-01-06 Jay Belanger <belanger@truman.edu>
25264
25265 * calc/calc-units.el: Make sure the proper macro definitions are
25266 available when compiling.
25267
25268 2005-01-06 Juri Linkov <juri@jurta.org>
25269
25270 * isearch.el (isearch-lazy-highlight-update):
25271 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25272
25273 2005-01-06 Miles Bader <miles@gnu.org>
25274
25275 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25276 (isearch-lazy-highlight-face): Use new name.
25277
25278 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25279
25280 * uniquify.el (uniquify-rationalize-file-buffer-names):
25281 Re-add an interactive spec.
25282 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25283 to the same name.
25284
25285 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25286 (isearch-update, isearch-done): Adjust calls accordingly.
25287
25288 2005-01-05 Richard M. Stallman <rms@gnu.org>
25289
25290 * custom.el (custom-set-variables, custom-theme-set-variables):
25291 Clarify documentation.
25292
25293 * emacs-lisp/find-func.el (find-variable)
25294 (find-variable-other-window, find-variable-other-frame):
25295 Fix the TYPE args to find-function-read and find-function-do-it.
25296 (find-function): Doc fix.
25297 (find-function-at-point): Replace function-at-point alias.
25298
25299 2005-01-04 Richard M. Stallman <rms@gnu.org>
25300
25301 * cus-face.el (custom-declare-face):
25302 Record defface in current-load-list.
25303
25304 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25305
25306 * emacs-lisp/find-func.el: Doc fixes.
25307 (find-face-regexp): New variable.
25308 (find-function-regexp-alist): New variable.
25309 (find-function-C-source): Third arg is now TYPE.
25310 (find-function-search-for-symbol): Handle general TYPE.
25311 (find-function-read, find-function-do-it): Handle general TYPE.
25312 (find-definition-noselect, find-face): New functions.
25313 (function-at-point): Alias deleted.
25314
25315 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25316
25317 * battery.el (display-battery-mode): Rename from display-battery.
25318 Handle the case where it gets turned off.
25319
25320 2005-01-04 Richard M. Stallman <rms@gnu.org>
25321
25322 * cus-edit.el (customize): Make :link point to user doc.
25323
25324 * man.el (Man-fontify-manpage): Turn off undo generation.
25325
25326 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25327
25328 2005-01-04 Andreas Schwab <schwab@suse.de>
25329
25330 * files.el (insert-directory): Only look for error lines in
25331 inserted text. Don't move too far after processing --dired markers.
25332
25333 2005-01-04 Richard M. Stallman <rms@gnu.org>
25334
25335 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25336 Don't expand if the character is @, period, dash, etc.
25337 (define-mail-abbrev): Quote names that contain problem characters.
25338
25339 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25340
25341 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25342
25343 2005-01-03 Richard M. Stallman <rms@gnu.org>
25344
25345 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25346 (query-replace-highlight, query-replace-lazy-highlight)
25347 (query-replace): Definitions moved up. Doc fix.
25348
25349 2005-01-03 Richard M. Stallman <rms@gnu.org>
25350
25351 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25352 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25353 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25354 (lazy-highlight-face): Rename from isearch-lazy-...
25355 Change all references to them.
25356
25357 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25358
25359 * cus-edit.el (custom-file): Doc fix for defcustom.
25360 (custom-file): The function no longer sets the variable
25361 `custom-file' to its return value.
25362
25363 * startup.el (command-line): No longer load `custom-file'.
25364
25365 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25366
25367 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25368
25369 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25370 Don't confuse module-prefixed identifiers for labels.
25371 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25372
25373 2005-01-02 Richard M. Stallman <rms@gnu.org>
25374
25375 * files.el (basic-save-buffer-1): Fix previous change.
25376
25377 * loadhist.el (file-loadhist-lookup): New function.
25378 (file-provides, file-requires): Use it.
25379
25380 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25381 instead of calculating the right size.
25382
25383 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25384
25385 * vc-svn.el (vc-svn-diff): Stay local if possible.
25386
25387 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25388
25389 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25390
25391 * files.el (hack-local-variables): Fix last change.
25392
25393 2005-01-02 Jay Belanger <belanger@truman.edu>
25394
25395 * calc/calc-yank.el (calc-edit-top): New variable.
25396 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25397 object. Change header properties.
25398 (calc-edit-finish, calc-edit-finish-stack-object)
25399 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25400 edited object.
25401 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25402 for the beginning of the edited object.
25403 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25404 for the beginning of the edited object.
25405 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25406 (calc-finish-formula-edit, calc-macro-repeats)
25407 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25408 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25409 beginning of the edited object.
25410 (calc-user-define-edit): Change the header for editing macros.
25411 Remove unnecessary variable.
25412
25413 2005-01-01 Jay Belanger <belanger@truman.edu>
25414
25415 * calc/calc-yank.el (calc-edit-mode): Change default header.
25416 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25417 * calc/calc-store.el (calc-edit-variable): Change title to match new
25418 header.
25419 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25420 mode to match new header.
25421 (calc-user-define-edit): Change titles to include names of commands.
25422 (calc-finish-formula-edit): Adjust to handle new header.
25423 (calc-finish-macro-edit): Remove.
25424 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25425 (calc-edit-macro-command, calc-edit-macro-command-type)
25426 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25427 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25428 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25429 (calc-edit-macro-finish-edit): New functions.
25430 (calc-user-define-edit): Use new functions to edit named calc macros.
25431
25432 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25433
25434 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25435
25436 * ses.el (copy-region-as-kill): Deactivate mark.
25437
25438 2005-01-01 Richard M. Stallman <rms@gnu.org>
25439
25440 * replace.el (occur-1): If the output buffer is also an input,
25441 don't kill it, rename it.
25442
25443 * faces.el (set-face-background, set-face-foreground): Doc fix.
25444
25445 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25446 for :foreground and :background.
25447
25448 * dired.el (dired-view-command-alist): Variable deleted.
25449 (dired-view-file, dired-mouse-find-file-other-window):
25450 Delete the code to use it.
25451
25452 2005-01-01 Kim F. Storm <storm@cua.dk>
25453
25454 * image.el (insert-sliced-image): Use t for line-height property.
25455
25456 See ChangeLog.11 for earlier changes.
25457
25458 ;; Local Variables:
25459 ;; coding: iso-2022-7bit
25460 ;; End:
25461
25462 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25463 Copying and distribution of this file, with or without modification,
25464 are permitted provided the copyright notice and this notice are preserved.
25465
25466 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1