]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(tumme-write-tags): Add.
[gnu-emacs] / lisp / ChangeLog
1 2006-07-24 mathias <mathias@mattis>
2
3 * tumme.el (tumme-write-tags): Add.
4 (tumme-write-comments): Add.
5
6 2006-07-24 mathias <mathias.dahl@gmail.com>
7
8 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9
10 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11
12 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
14 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
15
16 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
17
18 * mouse.el (mouse-on-link-p): Doc fix.
19
20 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
21
22 * emacs-lisp/find-func.el (find-function-search-for-symbol):
23 Handle "C-h f `".
24
25 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26
27 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
28 column.
29
30 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
31
32 * textmodes/table.el: Add move-beginning-of-line and
33 move-end-of-line to Point Motion Only Group.
34
35 2006-07-22 Eric Hanchrow <offby1@blarg.net>
36
37 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
38
39 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
40
41 * startup.el (user-mail-address): Initialize from the `EMAIL'
42 environment variable first. Document this.
43 (command-line): Ditto.
44
45 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
46
47 * help-mode.el (help-function-def, help-variable-def)
48 (help-face-def): Print a message in the minibuffer.
49
50 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
51
52 * term/xterm.el (terminal-init-xterm): Fix key bindings
53 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
54
55 2006-07-21 Eli Zaretskii <eliz@gnu.org>
56
57 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
58 where `(nth 1 command)' is a cons cell. Doc fix.
59
60 * textmodes/po.el (po-find-charset): Doc fix.
61
62 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
63
64 * allout.el (allout-unprotected, allout-e-o-prefix-p)
65 (allout-beginning-of-current-line, allout-end-of-current-line)
66 (allout-next-visible-heading, allout-open-topic)
67 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
68 (allout-flag-current-subtree, allout-show-to-offshoot)
69 (allout-hide-current-entry, allout-show-current-branches)
70 (allout-hide-region-body, allout-old-expose-topic)
71 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
72 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
73 containing `beginning-of-line' and `end-of-line' with
74 `inhibit-field-text-motion' t.
75
76 2006-07-21 Eli Zaretskii <eliz@gnu.org>
77
78 * frame.el (focus-follows-mouse): Document that it doesn't have
79 any effect on MS-Windows.
80
81 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
84
85 2006-07-20 Jay Belanger <belanger@truman.edu>
86
87 * calc.el (calc-previous-alg-entry): Remove variable.
88
89 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
90 New variables.
91 (calc-alg-entry): Use `calc-alg-entry-history'.
92 (calc-do-quick-calc): Use `calc-quick-calc-history'.
93 Remove reference to `calc-previous-alg-entry'.
94 (calcAlg-edit, calcAlg-enter): Remove reference to
95 `calc-previous-alg-entry'.
96 (calcAlg-previous): Use `previous-history-element' instead of
97 `calc-previous-alg-entry'.
98 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
99 Change keybinding for `calcAlg-plus-minus', add keybindings for
100 `previous-history-element' and `next-history-element'.
101
102 * calc-rewr.el (calc-match): Remove reference to
103 `calc-previous-alg-entry'.
104
105 * calc-sel.el (calc-selection-history): New variable.
106 (calc-enter-selection, calc-sel-mult-both-sides)
107 (calc-sel-add-both-sides): Use `calc-selection-history'.
108
109 * calc-map.el (calc-get-operator-history): New variable.
110 (calc-get-operator): Use `calc-get-operator-history'.
111
112 * calcalg3.el (calc-curve-fit-history): New variable.
113 (calc-curve-fit): Use `calc-curve-fit-history'.
114
115 2006-07-20 Kenichi Handa <handa@m17n.org>
116
117 * international/mule-cmds.el (select-safe-coding-system): Fix the
118 way of deciding eol-type of the coding system.
119
120 2006-07-20 Alan Mackenzie <acm@muc.de>
121
122 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
123 (c-lang-setvar): New macro.
124 (c-make-init-lang-vars-fun): Use the initialization forms in
125 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
126 (comment-start, comment-end, comment-start-skip): Change these from
127 c-lang-defvar's to c-lang-setvar's.
128
129 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
130 which calls make-local-variable on the elements of
131 c-emacs-variable-inits.
132 (c-init-language-vars-for): Call this new macro.
133
134 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
137 Try to rule out false positives due to time stamps.
138 (compilation-mode-font-lock-keywords): Remove rules made redundant
139 because of the above change. Add `segmentation fault' to the known and
140 highlighted compilation termination messages.
141
142 2006-07-19 Kim F. Storm <storm@cua.dk>
143
144 * progmodes/grep.el (grep-find-ignored-directories):
145 Add .svn and _darcs to list.
146
147 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
148
149 * dired.el (dired-mode-map): Add key binding `C-te' for
150 `tumme-dired-edit-comment-and-tags'.
151
152 * tumme.el (tumme-display-thumbnail-original-image): Make sure
153 image display buffer is displayed before call to
154 `tumme-display-image.
155 (tumme-dired-display-image): Make sure image display buffer is
156 displayed before call to `tumme-display-image.
157 (tumme-mouse-display-image): Make sure image display buffer is
158 displayed before call to `tumme-display-image.
159 (tumme-widget-list): Add.
160 (tumme-dired-edit-comment-and-tags): Add.
161 (tumme-save-information-from-widgets): Add.
162
163 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
166
167 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * progmodes/sh-script.el (sh-font-lock-keywords-1):
170 Revert inadvertently installed patch hunk.
171
172 * progmodes/compile.el (compilation-find-file): Handle the
173 cases where the user selects a non-existent file.
174
175 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
178
179 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
180
181 * subr.el (sit-for): Just sleep-for if noninteractive.
182
183 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * emacs-lisp/autoload.el (make-autoload): Use new arg.
186
187 * custom.el (custom-autoload): Add `noset' argument.
188 (custom-push-theme): Don't autoload the variable, let callers do it.
189 (custom-theme-set-variables): Autoload the variable if necessary.
190
191 * cus-edit.el (custom-variable-state-set): If the variable was
192 originally set outside custom, but to the same value as the default,
193 consider it to be standard.
194
195 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
196 file *before* telling Emacs to add the autoloads, in case it fails.
197
198 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
199 Use `cond', push', and `dolist'.
200
201 2006-07-17 Richard Stallman <rms@gnu.org>
202
203 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
204 Add defvars to silence warnings.
205
206 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
207
208 * progmodes/compile.el (compilation-mode-font-lock-keywords):
209 Don't highlight "Compiling file" messages as error.
210
211 * dired-aux.el (dired-compress-file): Confirm again if gzipped
212 file already exists.
213
214 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
215
216 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
217 entry, don't assign to free var; simply return the extracted filename.
218 (ff-treat-as-special): Incorporate common preamble from callers.
219 (ff-other-file-name, ff-find-the-other-file):
220 Update call to ff-treat-as-special.
221
222 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
223
224 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
225
226 * tumme.el (tumme-get-comment): Fix bug.
227
228 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * files.el: Remove spurious * in docstrings.
231
232 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
233
234 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
235 grammar.
236 (allout-beginning-of-current-line): Beware beginning of buffer.
237 Also, a comment is simplified.
238 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
239 when appropriate. (This fix enables use for other than
240 bullet-hotspot operation.)
241 (allout-hide-current-subtree): While escalating to sibling-close,
242 make sure to situate on a topic.
243
244 2006-07-14 Kim F. Storm <storm@cua.dk>
245
246 * emulation/cua-base.el (cua-delete-selection)
247 (cua-toggle-set-mark): New defcustoms.
248 (cua-rectangle-modifier-key): Add `alt' modifier.
249 (cua-replace-region): Don't delete if cua-delete-selection is nil.
250 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
251 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
252
253 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
254
255 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
256
257 * allout.el: Require 'cl during byte-compilation/interactive load,
258 for the `assert' macro.
259 (allout-mode-deactivate-hook): New hook, run when allout mode
260 deactivates.
261 (allout-developer): New allout customization subgroup.
262 (allout-run-unit-tests-on-load): New allout-developer
263 customization variable, when true allout unit tests are run towards
264 end of file load/eval.
265 (allout-inhibit-auto-fill): Disable auto-fill activity even during
266 auto-fill-mode.
267 (allout-resumptions): Remove, to be replaced by...
268 (allout-add-resumptions): Register variable settings to be
269 reinstated by `allout-do-resumptions'. The settings are made
270 buffer-local, but the locality/globality of the suspended setting
271 is restored on resumption.
272 (allout-do-resumptions): Reinstate all settings suspended using
273 `allout-add-resumptions'.
274 (allout-test-resumptions): Unit tests (and intermediate variables)
275 for resumptions.
276 (allout-tests-globally-unbound, allout-tests-globally-true)
277 (allout-tests-locally-true): Intermediate variables for
278 resumptions unit tests.
279 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
280 (allout-exposure-category): Replaces 'allout-overlay-category variable.
281 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
282 instead of retired `allout-resumptions'. For hook functions, use
283 `local' parameter so hook settings are created and removed as
284 buffer-local settings. Revise (resumptions) setting
285 auto-fill-function so it is set only if already active. (The
286 related fill-function settings are all made in either case, so
287 that activating auto-fill-mode activity will have the custom
288 allout-mode behaviors (hanging indent on topics, if configured for it).
289 Remove all allout-exposure-category overlays on mode deactivation.
290 (allout-hotspot-key-handler): New function extracted from
291 `allout-pre-command-business', so the functionality can be used
292 for other purposes, eg as a binding in an overlay.
293 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
294 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
295 customization variable.
296 (allout-run-unit-tests): Run the (currently quite small)
297 repertoire of unit tests. Called just before the provide iff user
298 has customized `allout-run-unit-tests-on-load' non-nil.
299
300 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
301
302 * emacs-lisp/authors.el (authors-aliases): Update.
303
304 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
305
306 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
307 gdb-source-window. Add dedicated argument.
308 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
309 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
310 (gdb-display-threads-buffer, gdb-display-memory-buffer)
311 (gdb-display-locals-buffer): Use it.
312
313 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
314 Set gdb-source-window.
315
316 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
319 minor modes, redundant with the custom-autoload line above.
320
321 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
322
323 * longlines.el (longlines-post-command-function): Handle open-line too.
324
325 2006-07-12 Richard Stallman <rms@gnu.org>
326
327 * progmodes/grep.el (grep-last-buffer): Doc fix.
328
329 * info.el (Info-try-follow-nearest-node): Doc fix.
330
331 * emacs-lisp/edebug.el (edebug-instrument-function):
332 Err if find-function-noselect gives no position.
333
334 * emacs-lisp/find-func.el (find-function-search-for-symbol):
335 If can't find definition, return nil for position.
336 (find-function-do-it): Handle new return value
337 of find-definition-noselect.
338 (find-definition-noselect, find-variable-noselect): Doc fix.
339 (find-function-noselect): Doc fix.
340
341 * help-mode.el (help-variable-def): Handle find-variable-noselect
342 returning no position.
343 (help-function-def): Likewise for find-function-search-for-symbol.
344 (help-face-def): Likewise.
345
346 * help-fns.el (describe-variable): Handle find-variable-noselect
347 returning no position.
348
349 * files.el (locate-file-completion): Avoid duplicates in result.
350
351 * cus-edit.el (custom-no-edit): New command.
352 (custom-mode-map): Remap to custom-no-edit instead of
353 using suppress-keymap.
354
355 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
356
357 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
358 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
359 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
360
361 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
362
363 2006-07-11 Kim F. Storm <storm@cua.dk>
364
365 * ido.el (ido-copy-current-file-name): Use buffer-name if
366 buffer-file-name is nil.
367
368 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
369
370 * simple.el (undo-ask-before-discard): Set to nil.
371
372 * vc.el (vc-exec-after): Don't delete process manually.
373 (vc-print-log): Run log-view-mode in process sentinel inside
374 inhibit-read-only. Don't shrink window due to timing issues.
375
376 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
377 Avoid using with-output-to-temp-buffer, which clobbers local vars.
378
379 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * progmodes/compile.el (compilation-error-regexp-alist-alist):
382 Fix ambiguity introduced by last change.
383 (compilation-find-file): Move save-excursion to where it may
384 make sense. Fix a left over `find-file'.
385
386 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
387
388 * textmodes/texinfmt.el (texinfo-format-separate-node):
389 Insert a string before point, which fits documentation, not after.
390 (texinfo-multitable-item): In a multitable row, insert any
391 additional needed @tabs and spaces.
392
393 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
394
395 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
396 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
397 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
398 instead of shell-command.
399 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
400 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
401 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
402 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
403 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
404 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
405
406 2006-07-11 Kim F. Storm <storm@cua.dk>
407
408 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
409 Remove special case for seconds < 0. Use (redisplay t) instead.
410
411 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
412
413 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
414 compilation error.
415
416 * subr.el (sit-for): New function.
417
418 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
419
420 2006-07-10 Richard Stallman <rms@gnu.org>
421
422 * ldefs-boot.el (edebug): Update page.
423
424 2006-07-10 Kim F. Storm <storm@cua.dk>
425
426 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
427 to FOR-RELEASE and TODO.
428
429 2006-07-10 Romain Francoise <romain@orebokech.com>
430
431 * emacs-lisp/authors.el (authors-aliases): Update.
432
433 2006-07-10 Alan Mackenzie <acm@muc.de>
434
435 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
436 * cc-mode.el: Changes to eradicate eval-after-load.
437
438 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
439
440 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
441 on non-char events.
442
443 2006-07-09 Romain Francoise <romain@orebokech.com>
444
445 * progmodes/compile.el (compilation-mode-font-lock-keywords):
446 Don't highlight start/end markers as compilation messages.
447
448 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
449 to t.
450
451 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
454
455 2006-07-08 Richard Stallman <rms@gnu.org>
456
457 * term/x-win.el (x-handle-display): Add doc string.
458
459 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
460
461 * subr.el (def-edebug-spec): Move here.
462 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
463
464 * imenu.el (imenu-choose-buffer-index): Doc fix.
465
466 2006-07-08 Romain Francoise <romain@orebokech.com>
467
468 * term/x-win.el (x-display-name): Fix typo.
469
470 2006-07-08 Eli Zaretskii <eliz@gnu.org>
471
472 * hexl.el (hexl-find-file): Doc fix.
473
474 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
475
476 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
477
478 * term/x-win.el (x-display-name): Doc fix.
479
480 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
483 long prefixes.
484 (fill-region-as-paragraph): Don't round up to a whole line.
485 (fill-comment-paragraph): Don't include the code-before-the-comment
486 when calling fill-region-as-paragraph.
487
488 * international/mule.el (make-char): Remove redundancy.
489
490 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
491 property may contain an anonymous function rather than a symbol.
492
493 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
494
495 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
496 Use shy regexp. Fix incorrect backref to potentially unmatched group.
497
498 * dirtrack.el (dirtrack-default-directory-function): Remove.
499 (dirtrack-directory-function): Use file-name-as-directory.
500 (dirtrack-windows-directory-function): Simplify.
501 (dirtrack-forward-slash, dirtrack-backward-slash)
502 (dirtrack-replace-slash): Remove.
503 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
504 (dirtrack): Fix wrong parenthesizing; use match-string.
505
506 * progmodes/octave-inf.el: Remove spurious * in docstrings.
507 (inferior-octave-mode): Only change the buffer-local value of
508 comint-dynamic-complete-functions.
509 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
510 Move the initialization to the declaration.
511 (inferior-octave-complete): Remove unused var `filter'.
512
513 * shell.el (shell-mode): Only change the buffer-local value of
514 comint-dynamic-complete-functions.
515
516 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
517
518 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
519 entry is skipped because it has been scheduled.
520 (org-prepare-agenda-buffers): Don't mark buffers as modified when
521 changing `:org-archived' and `:org-comment' properties.
522
523 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
524
525 * server.el (server-select-display): Don't make the temp frame
526 minibuffer-only, in case it's not a temp frame.
527 (server-process-filter): Don't delete the temp frame if it's the
528 only one we have on that display.
529
530 * files.el (find-alternate-file): Doc fix.
531
532 2006-07-05 Richard Stallman <rms@gnu.org>
533
534 * files.el (abbreviate-file-name): Add save-match-data.
535
536 2006-07-03 Richard Stallman <rms@gnu.org>
537
538 * faces.el (read-face-name): Doc fix.
539
540 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
541
542 * net/goto-addr.el (goto-address): Mark as safe for local evals.
543
544 2006-07-05 Andre Spiegel <spiegel@gnu.org>
545
546 * vc.el (vc-diff-internal): Fix prev change.
547
548 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
549
550 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
551 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
552
553 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
556 fails if the symbol contains chars like ( or '.
557 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
558 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
559 `short'.
560
561 2006-07-04 Kenichi Handa <handa@m17n.org>
562
563 * international/mule-cmds.el (set-language-info): If LANG-ENV is
564 the current one, don't call set-language-environment, but call one
565 of set-language-environment-XXX to make INFO effective now.
566 (set-language-environment): Call set-language-environment-XXX
567 functions instead of doing the various setups directly.
568 (set-language-environment-coding-systems): Delete argument eol-type.
569 (set-language-environment-input-method)
570 (set-language-environment-nonascii-translation)
571 (set-language-environment-charset)
572 (set-language-environment-fontset)
573 (set-language-environment-unibyte): New functions.
574
575 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
576
577 * locate.el (locate-update-when-revert): New option.
578 (locate-update-path): New option (suggested by Michael Albinus).
579 (locate-prompt-for-command): Whitespace change.
580 (locate-update): No longer offer to update the locate database by
581 default. Implement the two new options.
582
583 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
584
585 * tooltip.el: Move comment about track-mouse...
586
587 * progmodes/gud.el: ...to here.
588
589 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
590
591 * facemenu.el (facemenu-listed-faces): New var.
592 (facemenu-unlisted-faces): Variable deleted.
593 (facemenu-add-new-face): Use facemenu-listed-faces.
594
595 * emulation/viper-init.el, calendar/calendar.el:
596 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
597
598 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
599
600 * textmodes/org.el (org-mode): Remove no invalid settings for
601 calc embedded mode.
602 (org-mode-p): New defsubst.
603 (org-save-all-org-buffers): New function.
604 (org-first-headline-recenter): Enclose outline-regexp in group
605 delimiters.
606 (org-set-tags): Keep single space after stars.
607
608 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * window.el (set-window-text-height): Only set window-min-height to
611 1 if that's the requested size.
612
613 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
614 (diff-unified->context, diff-context->unified)
615 (diff-reverse-direction): Make sure the end marker stays at the end.
616 (diff-mode): Add the keymap table at the end of docstring.
617 Use lexical-let rather than constructing a closure manually.
618
619 * files.el (find-file-noselect-1): Remove unused var assignment.
620 (hack-local-variables-confirm): Print lists of strings as lists of
621 strings rather than lists of symbols.
622 (abbreviate-file-name, hack-local-variables-prop-line):
623 Use match-string.
624 (hack-one-local-variable): Move `make-local-variable' nearer its use.
625 (recover-session-finish): Use line-end-position.
626
627 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
628
629 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
630
631 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
632
633 * progmodes/make-mode.el (makefile-macroassign-regex):
634 Accept preceding keyword.
635 (makefile-gmake-statements): Reorganize, now that makepp has
636 "override" and also handle forgotten "override define".
637 (makefile-makepp-statements): Add new "global", "override export"
638 and "override global".
639
640 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
641
642 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
643 (ada-compile-mouse-goto-error, ada-deactivate-properties)
644 (ada-no-auto-case): Fix typos in docstrings.
645
646 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
647
648 * info.el (Info-find-node-2): Search for makeinfo version more
649 carefully.
650
651 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
652
653 * textmodes/org.el (org-prepare-agenda-buffers):
654 Use `invisible-OK' argument for `org-end-of-subtree'.
655 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
656 (org-beginning-of-item): Fix bug in regular expression for white line.
657 (org-export-as-html): Enforce space after bullet in plain list items.
658 (org-set-autofill-regexps): Require space after plain list bullet
659 for paragraph-start.
660 (org-ts-regexp3): New constant.
661 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
662 (org-timestamp-up-day, org-timestamp-down-day)
663 (org-timestamp-change): Work with inactive timestamps.
664 (org-ts-regexp1): Don't allow brackets in time stamps.
665
666 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
667
668 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
669 for ignoring links.
670
671 * faces.el (read-face-name): Use it.
672
673 2006-06-28 Juri Linkov <juri@jurta.org>
674
675 * buff-menu.el (list-buffers-noselect): Compare Info file
676 with the string "dir" to detect Info directory.
677
678 * complete.el (partial-completion-mode): In lambda for
679 `choose-completion-string-functions' use full function signature
680 with 4 args, and move point to the end of the minibuffer only if arg
681 `mini-p' is non-nil.
682
683 2006-06-28 John Paul Wallington <jpw@pobox.com>
684
685 * ibuffer.el (ibuffer-mode): Doc fix.
686
687 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
688
689 * textmodes/org.el (org-context): New contexts :item-bullet,
690 :latex-fragment, :latex-preview.
691 (org-overlays-at, org-overlay-start, org-overlay-end):
692 New compatibility functions.
693 (org-inside-LaTeX-fragment-p): More accurate matching, using the
694 exact regexp that will be used during export.
695 (org-latex-regexps): New variable.
696 (org-cdlatex-mode): Improve advice for `texmathp'.
697 (turn-on-org-cdlatex): New function.
698
699 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
700
701 * term/mac-win.el (mac-handle-font-selection): Change keys of
702 mac-atsu-font-table from strings to numbers.
703 (mac-ts-caret-position): Use also when cursor-type is nil.
704 (mac-ts-update-active-input-area): Add Mac OS Classic support.
705 Relax condition for using overlay strings.
706 Use mac-ts-caret-position face when cursor-type is nil.
707
708 2006-06-26 Kim F. Storm <storm@cua.dk>
709
710 * help.el (view-emacs-news): Declare `res' in the right let* form.
711
712 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
713
714 * net/rcompile.el (remote-compile): Replace ange-ftp based
715 implementation by Tramp functions.
716 Suggested by Marc Abramowitz <msabramo@gmail.com>.
717
718 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
719
720 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
721
722 * international/fontset.el (setup-default-fontset): Fix a typo in
723 the "Oriya-Akruti" registry name.
724
725 2006-06-23 Lars Hansen <larsh@soem.dk>
726
727 * desktop.el (desktop-full-file-name): New function.
728 (desktop-kill, desktop-save, desktop-remove, desktop-read)
729 (desktop-revert): Use it.
730 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
731 (desktop-after-read-hook): Add option list-buffers.
732 (desktop-locals-to-save): Add tab-width.
733 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
734 Fix docstring.
735
736 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
737
738 * textmodes/org.el (org-cdlatex-mode-map)
739 (org-cdlatex-texmathp-advice-is-done): New variables.
740 (org-cdlatex-mode): New minor mode.
741 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
742 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
743 (org-export-with-archived-trees): New option.
744 (org-open-file): Remove the call to `convert-standard-filename'.
745 (org-archive-tag, org-agenda-skip-archived-trees)
746 (org-cycle-open-archived-trees)
747 (org-sparse-tree-open-archived-trees): New options.
748 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
749 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
750 New functions.
751 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
752 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
753 (org-mode-map): Add binding for `org-toggle-archive-tag'.
754 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
755 Call `org-prepare-agenda-buffers'.
756 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
757 (org-file-apps, org-file-apps-defaults-gnu)
758 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
759 Handle remote files by forcing them to be opened in Emacs.
760
761 2006-06-23 Andre Spiegel <spiegel@gnu.org>
762
763 * vc.el (vc-diff-knows-L): New variable.
764 (vc-diff-internal): Use it to handle "diff" programs that don't
765 understand -L. This works automatically, no user action is necessary.
766
767 2006-06-23 Daniel Brockman <daniel@brockman.se>
768
769 * net/rcirc.el (rcirc-default-user-full-name): Default to
770 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
771 longer exists).
772 (rcirc-process-list): Check `buffer-live-p' before attempting to
773 switch to a buffer.
774
775 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
776
777 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
778 based on rcirc-coding-system-alist.
779
780 2006-06-23 Martin Rudalics <rudalics@gmx.at>
781
782 * cus-edit.el (customize-apropos): A better error message.
783 (top level) <debug-ignored-errors>: Extend and update the list of
784 ignored error messages.
785
786 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
787
788 * complete.el (PC-do-completion): Retain capitalization of user
789 input, when possible, even if completion-ignore-case is set.
790
791 2006-06-23 Eli Zaretskii <eliz@gnu.org>
792
793 * generic-x.el (bat-generic-mode): Support .cmd files.
794
795 * dos-w32.el (top level): Use find-file-not-found-functions
796 instead of the obsolete find-file-not-found-hooks.
797
798 2006-06-22 Kim F. Storm <storm@cua.dk>
799
800 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
801 to recognize mode name containing submodes, such as Grep/lw.
802
803 2006-06-21 Kim F. Storm <storm@cua.dk>
804
805 * simple.el (line-move-1): Check for move-end-of-line instead of
806 end-of-line when setting temporary-goal-column.
807
808 2006-06-21 Miles Bader <miles@gnu.org>
809
810 * play/cookie1.el (cookie): Work properly when there's only one entry.
811
812 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
813
814 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
815 (gdb-frame-handler): Generalize frame regexp for templates.
816
817 2006-06-20 Glenn Morris <rgm@gnu.org>
818
819 * calendar/appt.el (appt-display-format): Default value must be
820 one of the customize options.
821
822 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
823
824 * term/xterm.el (terminal-init-xterm): Update key availability info.
825 Bind C-return.
826
827 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
828
829 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
830
831 * files.el (hack-local-variables): Run `hack-local-variables-hook'
832 whether or not a local variables list is defined.
833
834 * msb.el (msb): Move `sit-for' hack here to handle both
835 "mouse-down and drag" and "mouse-up and select" situations.
836 (mouse-select-buffer): Move `sit-for' hack to `msb'.
837
838 2006-06-20 Kenichi Handa <handa@m17n.org>
839
840 * international/characters.el (word-combining-categories):
841 Add entries for 2-byte Han characters.
842
843 2006-06-19 Richard Stallman <rms@gnu.org>
844
845 * bindings.el (mode-line-format): Save some mode line space.
846
847 * files.el (find-file-noselect): Improve the question wording.
848 (basic-save-buffer-2): Mask UMASK against 666.
849
850 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
851 (mouse-drag-vertical-line): Call it.
852
853 * cus-edit.el (customize-option, customize-option-other-window):
854 Error if SYMBOL is nil.
855
856 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
857
858 * textmodes/org.el: Require noutline, also on XEmacs.
859 (org-end-of-subtree): Return point.
860 (org-dblock-start-re, org-dblock-end-re): New constants.
861 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
862 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
863 (org-update-all-dblocks, org-find-dblock): New functions.
864 (org-collect-clock-time-entries): New function.
865 (org-html-handle-time-stamps): Never export CLOCK timeranges.
866 (org-fixup-indentation): Modify to deal correctly with lines
867 starting with TAB. Only one argument DIFF now.
868 (org-demote, org-promote): Call `org-fixup-indentation' with just
869 one argument, DIFF.
870 (org-mode): Don't mark buffer as modified when aligning tables.
871 (org-clock-sum): Don't mark buffer modified when adding time sum
872 properties.
873 (org-export-as-html): Add support for a link validation function.
874 (org-archive-all-done): New function.
875 (org-archive-subtree): New prefix argument. When set, archive all
876 done subtrees in this buffer.
877 (org-remove-clock-overlays)
878 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
879 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
880 (org-put-clock-overlay): Don't swallow last headline character
881 when displaying overlay.
882 (org-store-link): Link to `image-mode' with just the file name.
883
884 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
885
886 * viper-cmd.el (viper-special-read-and-insert-char):
887 Use read-key-sequence.
888 (viper-after-change-undo-hook): Misc enhancements.
889 (viper-after-change-undo-hook): New hook.
890 (viper-undo): Use viper-after-change-undo-hook.
891 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
892 (viper-next-line-at-bol): If point is on a widget or a button, simulate
893 clicking on that widget/button.
894
895 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
896
897 * ediff-diff (ediff-test-patch-utility): Catch errors.
898 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
899 (ediff-set-actual-diff-options): New function.
900 (ediff-reset-diff-options, ediff-toggle-ignore-case):
901 Use ediff-set-actual-diff-options.
902 (ediff-extract-diffs): Catch errors.
903 (ediff-whitespace): Add non-breakable space.
904 (ediff-same-file-contents): Catch errors.
905
906 * ediff-mult.el (ediff-collect-custom-diffs):
907 Save coding-system-for-read.
908
909 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
910 (ediff-vc-internal, ediff-vc-merge-internal):
911 Use ediff-delete-version-file.
912 (ediff-delete-version-file): New function.
913
914 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
915
916 * ediff.el (ediff-directories, ediff-directory-revisions)
917 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
918 (ediff-directories-internal, ediff-merge-directory-revisions)
919 (ediff-merge-directory-revisions-with-ancestor)
920 (ediff-directories3): Use read-directory-name.
921
922 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
923
924 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
925 Remove superfluous part of regexp for brace matching which is handled
926 by `scan-lists' call.
927
928 2006-06-16 Richard Stallman <rms@gnu.org>
929
930 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
931
932 * files.el (basic-save-buffer-2): For a new precious file,
933 use the default modes in the return value.
934
935 * facemenu.el (facemenu-color-alist): Doc fix.
936
937 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
938
939 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
940
941 * cus-start.el (all): Add mac-ts-script-language-on-focus.
942
943 * term/mac-win.el (mac-text-encoding-ascii): New constant.
944 (mac-utxt-to-string): Use it.
945 (mac-ts-update-active-input-area): Use mac-ae-number.
946
947 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
948
949 * term.el (term-handle-scroll, term-delete-lines)
950 (term-insert-lines): Fix off by one errors.
951
952 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
953
954 * net/tramp.el (tramp-touch): Use UTC to express time.
955
956 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
957
958 * mail/sendmail.el (mail-send): Search explicitly for
959 mail-header-separator when checking for corrupted header lines.
960
961 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
962
963 * progmodes/gdb-ui.el (gdb-same-frame): New option.
964 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
965 (gdb-init-1): Initialise them.
966 (gdb-starting): Reset gdb-printing
967 (gdb-starting): Save value of gud-overlay-arrow-position.
968 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
969 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
970 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
971 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
972
973 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
976
977 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
978
979 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
980 (ldap-search-internal): Keep error messages, and a regexp fix.
981
982 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
983
984 * files.el (hack-local-variables-confirm):
985 Display string value using its printed representation.
986
987 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
988
989 * server.el (server-edit): No-op if no server buffers exist.
990
991 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
992
993 * textmodes/page-ext.el (pages-directory-for-addresses):
994 Including `pages-directory-address-mode' in the function results
995 in the message "Buffer in which pages were found is deleted".
996
997 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
998
999 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1000 clocking functions.
1001
1002 (org-agenda-clock-in, org-check-running-clock)
1003 (org-clock-out-if-current, org-remove-clock-overlays)
1004 (org-put-clock-overlay): New functions.
1005 (org-clock-marker, org-clock-file-total-minutes)
1006 (org-clock-overlays): New variables.
1007 (org-clock-display, org-clock-sum, org-clock-cancel)
1008 (org-clock-out, org-clock-in): New commands.
1009 (org-export): New function.
1010 (org-emph-re): New constant.
1011 (org-set-emph-re, org-do-emphasis-faces): New functions.
1012 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1013 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1014 (org-export-html-convert-emphasize): Use the configurable emphasis.
1015 (org-cleaned-string-for-export): Make multiline emphasis visible
1016 to the exporter. New optional argument PARAMETERS.
1017 (org-export-as-html): Specify :emph-multiline parameter to
1018 `org-cleaned-string-for-export'.
1019
1020 2006-06-10 Richard Stallman <rms@gnu.org>
1021
1022 * help.el (help-for-help-internal): Clean up help text.
1023
1024 2006-06-10 Andreas Schwab <schwab@suse.de>
1025
1026 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1027 in doc string.
1028
1029 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1030
1031 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1032
1033 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1034 spaces after the comment start.
1035
1036 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1037
1038 * play/pong.el (pong-init-buffer):
1039 Fill buffer with spaces instead of ^A.
1040
1041 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1042 launched asynchronously, delete its process instead of being cool.
1043 (ispell-async-processp): Check for `delete-process' existence
1044 instead of `kill-process' one for consistency.
1045
1046 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1047
1048 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1049 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1050 in mode line at startup.
1051
1052 2006-06-08 Kim F. Storm <storm@cua.dk>
1053
1054 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1055 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1056 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1057 (ido-file-internal): Pass full file name to write-file.
1058 (ido-read-internal): Only pop stack elements automatically if they
1059 actually match an existing directory or file name.
1060
1061 2006-06-07 Kenichi Handa <handa@m17n.org>
1062
1063 * international/mule.el (find-auto-coding): Don't handle the short
1064 name `char-trans'.
1065
1066 * files.el (hack-local-variables-prop-line)
1067 (hack-local-variables): Cancel the previous change.
1068
1069 2006-06-06 Jesper Harder <harder@phys.au.dk>
1070
1071 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1072
1073 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1076 diff-default-read-only is non-nil.
1077 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1078 (diff-refine-hunk): Set inhibit-read-only to t.
1079
1080 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1081 modifying the *Diff* buffer.
1082 (diff-process-filter): New filter function for diff process that
1083 sets inhibit-read-only to t when modifying the *Diff* buffer.
1084
1085 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1086
1087 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1088 insertion point and control the number of empty lines.
1089 (org-paste-subtree): Limit the number of empty lines at the end of
1090 the inserted tree.
1091 (org-agenda): Use buffer name of current file for narrowing.
1092 (org-export-as-xml): Command removed.
1093 (org-export-xml-type): Option removed.
1094 (org-mode-map): Call `org-export-as-xoxo' directly.
1095 (org-get-indentation): New optional argument LINE.
1096 (org-fix-indentation, org-remove-tabs): New functions.
1097 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1098 correct indentation for headlines that are converted it items.
1099 (org-skip-comments): Remove table lines that contain narrowing
1100 cookies but no other non-empty fields.
1101 (org-set-tags): Allow groups of mutually exclusive tags.
1102 (org-cmp-time): Sort 24:21 before items without time.
1103 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1104 (org-open-at-point): Require double colon also for numbers.
1105
1106 2006-06-06 Kim F. Storm <storm@cua.dk>
1107
1108 * ido.el (ido-default-file-method, ido-default-buffer-method):
1109 Make choice values consistent with corresponding command names.
1110 (ido-visit-buffer): Update accordingly. Default to selected-window.
1111
1112 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1113
1114 * progmodes/gud.el (gud-running): Fix doc string.
1115 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1116 (gud-tooltip-modes): Add python-mode.
1117 (gud-tooltip-print-command): Add pdb. Remove perldb.
1118
1119 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1120
1121 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1122 Quote $(EMACS).
1123
1124 2006-06-05 Richard Stallman <rms@gnu.org>
1125
1126 * faces.el (defined-colors): Doc fix.
1127
1128 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1129
1130 * vc.el (vc-process-filter): Inhibit undo info collection around
1131 call to insert.
1132 (vc-setup-buffer): Likewise for call to erase-buffer.
1133 (vc-do-command): Likewise for call to process-file.
1134
1135 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1136
1137 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1138 for gud-go.
1139 (gud-common-init): Other debuggers may trigger error.
1140
1141 2006-06-05 Kenichi Handa <handa@m17n.org>
1142
1143 * international/mule.el (find-auto-coding):
1144 Handle enable-character-translation in file header.
1145
1146 2006-06-04 Kim F. Storm <storm@cua.dk>
1147
1148 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1149 (authors-fixed-entries): Fix spelling.
1150 (authors-canonical-file-name): Don't report error for wildcards.
1151
1152 * help.el (view-emacs-news): Rewrite to support new NEWS,
1153 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1154 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1155 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1156
1157 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1158
1159 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1160 exec constructs like `foo bar`.
1161 (sh-quoted-subshell): New helper function to search for a possibly
1162 nested subshell (like `` or $()) within a "" quoted string.
1163 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1164 (sh-apply-quoted-subshell): Flag quote characters inside a
1165 subshell, which is itself already in a quoted region, as
1166 punctuation, since this is the closest to what they actually are.
1167 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1168 sh-apply-quoted-subshell.
1169 (sh-font-lock-syntactic-face-function): Apply the new face for
1170 text inside `` instead of the old font-lock-string-face.
1171
1172 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1173
1174 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1175 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1176 (mac-bytes-to-text-range, mac-ae-text-range-array)
1177 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1178 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1179 (mac-ts-unicode-for-key-event): New functions.
1180 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1181 (mac-handle-font-selection): Use mac-ae-number.
1182 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1183 New variables.
1184 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1185 (mac-ts-converted-text, mac-ts-selected-converted-text)
1186 (mac-ts-block-fill-text, mac-ts-outline-text)
1187 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1188 (mac-ts-hilite-style-faces): New constant.
1189 (mac-apple-event-map): Bind text input events.
1190 (mac-dispatch-apple-event): Use command-execute instead of
1191 call-interactively.
1192 (global-map): Don't bind mac-apple-event.
1193 (special-event-map): Bind mac-apple-event.
1194
1195 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1196
1197 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1198 file name.
1199 (emacs): Enclose the value of $(EMACS) in quotes.
1200
1201 2006-06-02 Juri Linkov <juri@jurta.org>
1202
1203 * international/mule.el (sgml-html-meta-auto-coding-function):
1204 Remove the condition `(search-forward "<html" size t)'.
1205 Replace `\"' with `[\"']?' in `re-search-forward'.
1206
1207 2006-06-02 Kenichi Handa <handa@m17n.org>
1208
1209 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1210 as well as `coding'.
1211 (hack-local-variables): Likewise.
1212
1213 * international/mule.el (enable-character-translation):
1214 Put permanent-local and safe-local-variable properties.
1215 (find-auto-coding): Handle char-trans: tag.
1216
1217 2006-06-02 Juri Linkov <juri@jurta.org>
1218
1219 * international/mule.el (sgml-html-meta-auto-coding-function):
1220 Limit the search by the end of the HTML header (if any).
1221
1222 2006-06-01 Richard Stallman <rms@gnu.org>
1223
1224 * subr.el (with-current-buffer): Doc fix.
1225
1226 2006-06-02 Masatake YAMATO <jet@gyve.org>
1227
1228 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1229 Almost rewrite. Underlines over all lines of gcov output are too
1230 uncomfortable to read. Suggested by Dan Nicolaescu.
1231
1232 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1233
1234 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1235
1236 * shell.el (shell-mode): Use shell-mode-map in docstring.
1237
1238 * comint.el (comint-send-input): Do not add help-echo and
1239 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1240
1241 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1242
1243 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1244
1245 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1246
1247 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1248 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1249 look up the stack and pop up GUD buffer if necessary.
1250 (gdb-frames-select): Remove redundant call to gud-display-frame.
1251 (gdb-info-threads-custom): Keep point at start of buffer.
1252 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1253
1254 2006-05-31 Juri Linkov <juri@jurta.org>
1255
1256 * replace.el (query-replace-read-from, query-replace-read-to):
1257 Bind `history-add-new-input' to nil. Call `add-to-history'.
1258
1259 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1260
1261 * textmodes/table.el: Convert all HTML tags to lower case for
1262 XHTML compatibility.
1263
1264 2006-05-31 Masatake YAMATO <jet@gyve.org>
1265
1266 * progmodes/compile.el:
1267 (compilation-error-regexp-alist-alist::gcov-called-line):
1268 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1269
1270 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1271
1272 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1273 Revert inadvertent changes made with last commit.
1274
1275 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1276
1277 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1278 New functions.
1279
1280 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1281
1282 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1283
1284 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1285 only matches in the right place.
1286 (org-upcoming-deadline): New face.
1287 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1288 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1289 and make it an option.
1290 (org-export-ascii-bullets): New option.
1291 (org-export-as-html): Many changes to emit valid XHTML.
1292 (org-par-open): New variable.
1293 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1294 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1295 (org-timeline): Pass `org-timeline-show-empty-dates' to
1296 `org-get-all-dates'. Interpret empty dates returned by
1297 `org-get-all-dates'.
1298 (org-get-all-dates): New argument EMPTY. Add dates without
1299 entries to the list, mark large ranges of empty dates.
1300 (org-point-in-group, org-context): New functions.
1301
1302 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1303
1304 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1305
1306 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1307 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1308 to C-mouse-3 (for 2 button mice).
1309 (gdb-send): Do the right thing for C-d.
1310
1311 * speedbar.el (speedbar-detach): Delete.
1312 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1313 it breaks things.
1314 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1315
1316 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1317
1318 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1319 Makeppfile.
1320
1321 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1322 Add makepp diagnostic.
1323
1324 2006-05-29 Richard Stallman <rms@gnu.org>
1325
1326 * window.el (fit-window-to-buffer): Doc fix.
1327
1328 * help.el (temp-buffer-max-height): Doc fix.
1329
1330 * subr.el (with-current-buffer): Doc fix.
1331
1332 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1333
1334 * term/x-win.el: Bind F10 to menu-bar-start if available.
1335
1336 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1337
1338 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1339 uses with a simple test.
1340 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1341 (term-send-raw-string, term-send-raw, term-mouse-paste)
1342 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1343 (term-handle-exit, term-read-input-ring)
1344 (term-previous-matching-input-string)
1345 (term-previous-matching-input-string-position)
1346 (term-previous-matching-input-from-input)
1347 (term-replace-by-expanded-history, term-send-input)
1348 (term-skip-prompt, term-bol, term-send-invisible)
1349 (term-kill-input, term-delchar-or-maybe-eof)
1350 (term-backward-matching-input, term-check-source)
1351 (term-proc-query, term-emulate-terminal)
1352 (term-handle-colors-array, term-process-pager, term-pager-line)
1353 (term-pager-bob, term-unwrap-line, term-word)
1354 (term-dynamic-complete-filename)
1355 (term-dynamic-complete-as-filename)
1356 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1357 unlesses.
1358
1359 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1362 during bootstrapping.
1363
1364 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1365 Basically undo the change of 2006-05-26: use extra arguments instead of
1366 dynamic scoping.
1367 (ewoc-locate): Remove unused var `footer'.
1368
1369 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1372
1373 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1374 (generate-file-autoloads): Obey it. Return whether autoloads were
1375 added at point or not.
1376 (update-file-autoloads): Use this new return value.
1377 Remove redundant test for the presence of an autoload cookie.
1378
1379 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1380 This one calls hack-local-variables.
1381 (generate-file-autoloads, update-file-autoloads): Use it.
1382
1383 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1384 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1385 (bibtex-sort-entry-class-alist): Don't set the global value.
1386 (bibtex-init-sort-entry-class-alist): New fun.
1387 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1388 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1389 of bibtex-init-sort-entry-class.
1390
1391 2006-05-28 Richard Stallman <rms@gnu.org>
1392
1393 * subr.el (load-history-regexp): If FILE is relative, insist
1394 entire last name component must match it.
1395 (load-history-filename-element, load-history-regexp): Doc fixes.
1396
1397 2006-05-29 Kim F. Storm <storm@cua.dk>
1398
1399 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1400 `pos' and `raw-data' for clarity, as eval forms may access these.
1401
1402 2006-05-28 Kim F. Storm <storm@cua.dk>
1403
1404 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1405
1406 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * progmodes/make-mode.el (makefile-browser-map)
1409 (makefile-mode-syntax-table): Move initialization inside declaration.
1410 (makefile-fill-paragraph): Use the default comment-filling code.
1411
1412 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * replace.el (query-replace-defaults): New variable.
1415 (query-replace-read-from): Use `query-replace-defaults' for
1416 default value, instead of history list.
1417 (query-replace-read-to): Update `query-replace-defaults'.
1418
1419 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1420
1421 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1422 with no X toolkit.
1423
1424 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1425
1426 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1427 (tumme-show-all-from-dir): Add autoload.
1428
1429 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1430
1431 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1432 (tumme-remove-tag): Fix bug.
1433
1434 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1435
1436 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1437 FOOTER args. Update unique caller.
1438 (ewoc-delete): Compute last node once before looping.
1439 (ewoc--node-branch): Merge into unique caller.
1440 (ewoc--node): Don't define constructor make-ewoc--node for this
1441 structure.
1442 (ewoc): Add member `hf-pp' to this structure.
1443 (ewoc--wrap): New func.
1444 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1445 header/footer pretty-printers. Save header/footer pretty-printer.
1446 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1447
1448 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1449
1450 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1451
1452 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1453 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1454 Tag'. Change "Compare directories..." to "Change Directories...".
1455 Move tumme commands to Operate, Regexp and Immediate menus.
1456 Change "Add Comment" to "Add Image Comment". Change "Add Image
1457 Tag" to "Add Image Tags".
1458
1459 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1460 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1461 `tumme-delete-tag'.
1462
1463 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1464
1465 * shell.el (shell-mode): Call shell-dirtrack-mode after
1466 list-buffers-directory is made a local variable, to avoid setting
1467 the default value.
1468
1469 2006-05-26 Kevin Ryde <user42@zip.com.au>
1470
1471 * info.el (Info-index-next): Use where-is-internal to report
1472 actual binding of Info-index-next, rather than hard-coded `,'.
1473
1474 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1475
1476 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1477 and "Find Command in Manual" to here.
1478
1479 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1480 Info-current-file as the file name.
1481
1482 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1483
1484 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1485 overrides will now be done a different way.
1486 (ses-set-parameter): Reapply this function for undo.
1487 (ses-set-header-row): Reconstruct header row during undo.
1488 (ses-widen): New function.
1489 (ses-goto-data, ses-reconstruct-all): Use new function.
1490 (ses-command-hook): Widen buffer during undo, before unupdating
1491 the cells.
1492 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1493 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1494 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1495 formula hasn't been executed yet.
1496
1497 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1498
1499 * comint.el (comint-kill-whole-line): Rename arg to count.
1500 Fix doc string.
1501
1502 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1505 to copy-file.
1506
1507 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1508
1509 * simple.el (toggle-truncate-lines): Make arg optional for
1510 backward compatibility.
1511
1512 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1513
1514 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1515 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1516 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1517 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1518 (ewoc--adjust): Use ewoc--current-dll.
1519 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1520
1521 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1522
1523 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1524 compact error message.
1525 (org-tags-view): Refresh category table in each file.
1526 (org-table-justify-field-maybe): Remove superfluous arguments to
1527 `format'.
1528 (org-export-as-html): Insert "<p>" before postamble.
1529 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1530
1531 2006-05-26 Kenichi Handa <handa@m17n.org>
1532
1533 * textmodes/po.el (po-find-charset): Pay attention to the case
1534 FILENAME is a cons (NAME . BUFFER).
1535 (po-find-file-coding-system-guts): Likewise.
1536
1537 * arc-mode.el (archive-set-buffer-as-visiting-file):
1538 Call find-operation-coding-system with (FILENAME . BUFFER).
1539
1540 * tar-mode.el (tar-extract): Call find-operation-coding-system
1541 with (FILENAME . BUFFER).
1542
1543 * international/mule.el (decode-coding-inserted-region):
1544 Call find-operation-coding-system with (FILENAME . BUFFER).
1545
1546 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1547
1548 * image-mode.el (image-toggle-display): Use buffer contents to
1549 generate image for a remote file.
1550
1551 2006-05-25 Juri Linkov <juri@jurta.org>
1552
1553 * replace.el (query-replace-read-from, query-replace-read-to):
1554 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1555
1556 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1557
1558 * whitespace.el (whitespace-cleanup): Change to cleanup
1559 region if one is active.
1560 * whitespace.el (whitespace-cleanup-internal): New internal method.
1561
1562 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1563
1564 * dired.el (dired-mode-map): Add help-echo strings to tumme
1565 commands. Bind `tumme-dired-display-image' to C-t i.
1566
1567 * tumme.el (tumme-display-image): Change documentation string slightly.
1568 (tumme-dired-display-image): Add call to `display-buffer'.
1569
1570 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1571
1572 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1573 Signal error if RAW-DATA is a multibyte string.
1574
1575 2006-05-24 Richard Stallman <rms@gnu.org>
1576
1577 * subr.el (with-local-quit): When handling `quit' signal,
1578 make a chance for quit-flag to cause a quit.
1579
1580 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1581 (ad-disable-advice): Add autoloads.
1582
1583 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1584
1585 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1586
1587 * dired.el (dired-mode-map): Change menu items for tumme as per
1588 suggestions in emacs-devel.
1589
1590 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1591
1592 * dired.el (dired-mode-map): Fix breakage.
1593
1594 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1595
1596 * tumme.el (tumme-display-dired-image): Rename to...
1597 (tumme-dired-display-image): ...this.
1598 (tumme-track-movement): Change default value to t.
1599 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1600 used from `tumme-next-line-and-display' and similar commands.
1601
1602 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1603 Immediate menu. Add some tumme commands there.
1604
1605 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1606
1607 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1608
1609 2006-05-24 Chong Yidong <cyd@mit.edu>
1610
1611 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1612 menu entries that open submenus.
1613
1614 2006-05-24 Alan Mackenzie <acm@muc.de>
1615
1616 * startup.el (command-line): For names of preloaded files, don't
1617 append ".elc" (now done in Fload), and call file-truename on the
1618 lisp directory.
1619
1620 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1621 match ANY loaded file with the right name, not just those in
1622 load-path. Put a regexp matching the file name into
1623 after-load-alist, rather than the name itself.
1624
1625 * subr.el: New functions load-history-regexp,
1626 load-history-filename-element, do-after-load-evaluation.
1627
1628 * international/mule.el (load-with-code-conversion): Do the
1629 eval-after-load stuff by calling do-after-load-evaluation.
1630
1631 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1632
1633 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1634 has not been killed.
1635
1636 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1637
1638 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1639 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1640 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1641 Optionally set error message in reply.
1642
1643 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1644
1645 * textmodes/org.el (org-open-at-point): Use renamed variable
1646 `org-confirm-shell-link-function'.
1647 (org-confirm-shell-link-function): Rename from
1648 `org-confirm-shell-links'.
1649 (org-export-directory): New function.
1650 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1651 (org-export-icalendar): Use `org-export-directory'.
1652 (org-indent-item): Keep cursor position.
1653 (org-link-file-path-type): New option.
1654 (org-export-as-html): Fix bug with plain lists starting in
1655 column 0.
1656 (org-export-as-html): Remove deadline formatting, this happens
1657 now already in `org-html-handle-time-stamps'.
1658 (org-export-html-style): Deadline class removed.
1659 (org-insert-labeled-timestamps-at-point): New option.
1660 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1661 of `hide-sublevels 1', in case the first headline is not level 1.
1662 (org-overview, org-content): New fuction.
1663 (org-cycle-global-status, org-cycle-subtree-status): Make these
1664 variables buffer-local.
1665 (org-global-cycle): New command.
1666 (org-shifttab): Use `org-global-cycle'.
1667 (org-insert-heading, org-insert-item): Go to end of new
1668 headline/item after creating it.
1669 (org-export-visible): Rename from `org-export-copy-visible'.
1670 Now creates a temporary org-file and applies an exporting command
1671 to it.
1672 (org-table-eval-formula): Support for lisp forms.
1673 (org-agenda-todo-ignore-scheduled): New option.
1674 (org-agenda-get-todos): Use new option
1675 `org-agenda-todo-ignore-scheduled'.
1676 (org-export-html-inline-images): New value `maybe'.
1677 (org-export-as-html): Inlining of images dependent on link description.
1678 (org-archive-subtree): Check for end-of-buffer before trying
1679 `kill-line'.
1680 (org-agenda-follow-mode): New option.
1681 (org-export-with-tags, org-export-with-timestamps): New options.
1682 (org-html-handle-time-stamps): New function.
1683 (org-keyword-time-regexp): New variable.
1684 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1685 (org-agenda-todo-list-sublevels): New option.
1686 (org-html-level-start): When TITLE is nil, just close all levels.
1687 (org-parse-key-lines, org-parse-export-options): Remove functions,
1688 replaced by `org-infile-export-plist'.
1689 (org-combine-plists, org-infile-export-plist)
1690 (org-default-export-plist): New functions.
1691 (org-export-html-preamble, org-export-html-postamble)
1692 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1693 New variables.
1694 (org-export-publishing-directory): New option.
1695 (org-export-as-html, org-export-as-ascii): Use the new property
1696 lists for settings.
1697 (org-export-copy-visible, org-export-as-xoxo):
1698 Respect `org-export-publishing-directory'.
1699 (org-link-search, org-store-link, org-file-apps): Support for
1700 links to BibTeX database entries..
1701 (org-get-current-options, org-set-regexps-and-options):
1702 Implement logging as a startup option.
1703 (org-store-link): Make sure context string is never empty
1704 (org-insert-link): Use relative path when possible.
1705 (org-at-item-checklet-p): New function.
1706 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1707 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1708 (org-metaright, org-metaup, org-metadown, org-shiftup)
1709 (org-shiftdown, org-shiftright, org-shiftleft)
1710 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1711 Dispatch using `call-interactively'.
1712 (org-call-with-arg): New defsubst.
1713 (org-tag-alist, org-use-fast-tag-selection): New options.
1714 (org-complete): Use `org-tag-alist'.
1715 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1716 (org-next-item, org-previous-item): New commands.
1717 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1718 make command.
1719 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1720
1721 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1722
1723 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1724 (ewoc-filter): Use `ewoc-delete'.
1725
1726 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1727
1728 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1731 Signal more user-friendly error messages.
1732
1733 * complete.el (PC-do-completion): Undo the addition of implicit
1734 wildcards if they did not lead to finding any match.
1735 (read-file-name-internal): Don't add the final > if the completion is
1736 not finished.
1737
1738 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1739
1740 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1741 Quote safe-local-variable predicate.
1742
1743 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1744
1745 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1746
1747 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1748
1749 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1750
1751 * progmodes/make-mode.el (makefile-special-targets-list)
1752 (makefile-macro-table, makefile-target-table): Mark as risky.
1753 (makefile-query-one-target-method): Make this the alias for the
1754 following variable.
1755 (makefile-query-one-target-method-function): Make this the real name.
1756
1757 * textmodes/artist.el (artist-text-renderer): Make this the alias
1758 for the following variable.
1759 (artist-text-renderer-function): Make this the real name.
1760
1761 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1762 the alias for the following variable.
1763 (flyspell-generic-check-word-predicate): Make this the real name.
1764
1765 * textmodes/ispell.el (ispell-format-word): Make this the alias
1766 for the following variable.
1767 (ispell-format-word-function): Make this the real name.
1768 (ispell-message-text-end): Mark as risky.
1769
1770 * skeleton.el (skeleton-transformation, skeleton-filter)
1771 (skeleton-pair-filter): Make these the aliases for the following
1772 variables.
1773 (skeleton-transformation-function, skeleton-filter-function)
1774 (skeleton-pair-filter-function): Make these the real names.
1775
1776 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1777 and skeleton-pair-filter-function.
1778
1779 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1780 alias for the following variable.
1781 (sgml-transformation-function): Make this the real name.
1782 (sgml-tag-alist): Mark as risky.
1783
1784 2006-05-21 Richard Stallman <rms@gnu.org>
1785
1786 * simple.el (kill-region): Interactively, pass point, then mark.
1787
1788 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1789
1790 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1791
1792 2006-05-21 Romain Francoise <romain@orebokech.com>
1793
1794 * dired-x.el (dired-mode-map): Don't bind M-g.
1795
1796 2006-05-20 Richard Stallman <rms@gnu.org>
1797
1798 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1799 (dired-goto-file): Doc fix.
1800
1801 2006-05-21 Kim F. Storm <storm@cua.dk>
1802
1803 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1804 way to enable built-in cua-mode if user loads older CUA-mode package.
1805
1806 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1807 if default-filename is specified.
1808
1809 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1810
1811 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1812
1813 * info.el (info-apropos): Make sure current-file and current-node
1814 have non-nil values. Speed up by using add-to-list instead of
1815 manual consing.
1816
1817 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1818
1819 * progmodes/make-mode.el (makefile-mode): Doc fix.
1820
1821 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1822
1823 * dired-aux.el (dired-do-shell-command): Doc fix.
1824
1825 2006-05-20 Kevin Ryde <user42@zip.com.au>
1826
1827 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1828 ``(custom-manual :tag "Foo" "(foo)Node")''.
1829
1830 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1831
1832 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1833 value is an integer.
1834
1835 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1836
1837 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1838 "format".
1839 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1840
1841 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1842
1843 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1844 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1845
1846 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1849 regexp for keywords.
1850
1851 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1852
1853 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1854 replace-regexp-in-string.
1855
1856 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1857 encode, and escape file name on conversion to URL.
1858
1859 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1860
1861 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1862 Don't unescape URL.
1863 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1864
1865 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1866 on conversion to URLs.
1867
1868 * net/browse-url.el (browse-url-file-url): Encode file name on
1869 conversion to URL.
1870
1871 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1872 conversion to URL.
1873
1874 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1875
1876 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1877
1878 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1879
1880 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1881 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1882
1883 2006-05-19 Glenn Morris <rgm@gnu.org>
1884
1885 * calendar/diary-lib.el (diary-bahai-date)
1886 (list-bahai-diary-entries, mark-bahai-diary-entries)
1887 (mark-bahai-calendar-date-pattern): Not interactive.
1888 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1889 (diary-entries-list): Change format of 4th element in each entry.
1890 (diary-list-entries): Use add-to-diary-list.
1891 (diary-goto-entry): Handle the case where the buffer visiting the
1892 diary has been killed.
1893 (fancy-diary-display): Add 'locator to button rather than 'marker.
1894 Only generate temp-face when there are marks to apply.
1895 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1896 (diary-fancy-date-pattern): New variable.
1897 (diary-time-regexp): Doc fix.
1898 (diary-anniversary, diary-time): New faces.
1899 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1900 diary-time-regexp. Add font-lock-multiline property where needed.
1901 Use new faces diary-anniversary and diary-time.
1902 (diary-fancy-font-lock-fontify-region-function): New function, to
1903 handle multiline font-lock pattern in fancy diary.
1904 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1905 (diary-font-lock-keywords): Tweak time regexp. Use new face
1906 diary-time.
1907
1908 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1909
1910 * international/code-pages.el (mik): Table corrected.
1911
1912 2006-05-18 Kim F. Storm <storm@cua.dk>
1913
1914 * progmodes/grep.el (grep-find): Don't check grep-find-command
1915 before running command (breaks non-interactive usage).
1916
1917 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1918
1919 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1920 (ewoc--insert-new-node): Don't insert trailing newline.
1921 Instead, adjust successor nodes's start markers.
1922 (ewoc--refresh-node): Delete all text from current node's start
1923 marker to the next one's; adjust successor nodes's start markers.
1924 (ewoc--create): Doc fixes.
1925 (ewoc--refresh): Don't insert newline.
1926 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1927 * pcvs.el (cvs-make-cvs-buffer):
1928 Specify extra newline for ewoc's header and footer.
1929 (cvs-update-header): Update initial header recognition.
1930 Append newline to final header and footer values.
1931 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1932
1933 2006-05-17 Richard Stallman <rms@gnu.org>
1934
1935 * files.el (file-name-extension): Doc fix.
1936
1937 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1940 we can explicitly enable/disable rather than toggle.
1941 (shell-mode): Use it.
1942 (shell-cd): Don't try to reproduce what `cd' does.
1943
1944 2006-05-17 Kim F. Storm <storm@cua.dk>
1945
1946 * ido.el (ido-read-internal): Use only nondirectory part of
1947 default item.
1948
1949 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1950
1951 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1952 (ewoc-nth): Doc fix.
1953
1954 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1955
1956 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1957
1958 * international/mule.el (auto-coding-alist): Add .lha to files
1959 read with no-conversion.
1960
1961 * files.el (auto-mode-alist): Add .lha files to archive file
1962 extensions.
1963
1964 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1965 Convert csize to integer when computing offsets within the
1966 compressed archive file.
1967
1968 2006-05-16 Kim F. Storm <storm@cua.dk>
1969
1970 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1971 with read-from-minibuffer.
1972
1973 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1974
1975 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1976 (byte-compile-warnings): Fix safe-local-variable property.
1977
1978 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1979
1980 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1981 (allout-stylish-prefixes, allout-numbered-bullet)
1982 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1983 predicates to qualify `safe-local-variable' property, when
1984 available, else use equivalent lambda.
1985 (allout-current-topic-collapsed-p): Do the right thing regarding
1986 trailing blank lines.
1987
1988 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * server.el (server-start): Only create a directory if needed.
1991 (server-edit, server-unload-hook): server-start => server-mode.
1992 (kill-emacs-hook): Cleanup upon exit.
1993
1994 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * hexl.el (hexlify-buffer): Encode process arguments manually.
1997
1998 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1999
2000 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2001 call to gdb-tooltip-print.
2002
2003 2006-05-15 Romain Francoise <romain@orebokech.com>
2004
2005 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2006 systems, default to "tar" since those systems probably have GNU tar.
2007
2008 2006-05-14 Lars Hansen <larsh@soem.dk>
2009
2010 * desktop.el (desktop-missing-file-warning): Fix docstring.
2011 (desktop-restore-file-buffer): Correct question asked on missing file.
2012
2013 2006-05-14 Kim F. Storm <storm@cua.dk>
2014
2015 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2016 Add CUA move property.
2017
2018 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * custom.el (custom-push-theme): Load the variable before checking
2021 its `standard-value'.
2022
2023 2006-05-13 Lars Hansen <larsh@soem.dk>
2024
2025 * desktop.el (desktop-save): Use with-temp-buffer.
2026
2027 2006-05-12 Glenn Morris <rgm@gnu.org>
2028
2029 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2030 * calendar/calendar.el (calendar-mode-map):
2031 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2032 * calendar/appt.el (appt-check, appt-make-list): Refer to
2033 diary-view-entries, diary-list-entries, diary-show-all-entries
2034 rather than obsolete aliases.
2035
2036 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * simple.el (line-move-finish): Avoid calling point motion hooks
2039 while processing intangibility.
2040
2041 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2042
2043 * term/xterm.el (terminal-init-xterm): Fix typo.
2044
2045 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2046
2047 * allout.el (allout-view-change-hook): Mark as being deprecated,
2048 to be replaced by `allout-exposure-change-hook'.
2049 (allout-exposure-change-hook): New, replacing
2050 `allout-view-change-hook'.
2051 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2052 in addition to `allout-view-change-hook'.
2053 (allout-show-bodies, allout-old-style-prefixes)
2054 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2055 lambda forms to prevent their showing up in variable help
2056 presentations as inscrutable byte-compiled code.
2057 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2058 Use string-or-null-p to qualify safe-local-variable values.
2059 (allout-reindent-bodies): Use memq to qualify matches against
2060 valid safe-local-variable values. Also, quote the lambda as above.
2061 (allout-use-mode-specific-leader): Add missing candidate-value
2062 symbols, use memq, and quote the lambda.
2063 (allout-overlay-interior-modification-handler): Remove unused
2064 variables `msg' and 'opened'.
2065 (allout-hidden-p): Constrain invisibility consideration to allout's
2066 invisibility spec, disregarding invisibility for other reasons.
2067
2068 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2069
2070 * files.el (version-control): Correct safe values.
2071
2072 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2073
2074 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2075
2076 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2077 (ewoc--insert-new-node): New func.
2078 Update callers of deleted funcs to use it, instead.
2079
2080 2006-05-11 Glenn Morris <rgm@gnu.org>
2081
2082 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2083 obsolete alias `show-all-diary-entries'.
2084 (make-diary-entry): Not interactive.
2085 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2086 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2087 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2088 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2089 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2090 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2091
2092 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2093
2094 * calendar/calendar.el (calendar-french-date-string)
2095 (calendar-mayan-date-string, calendar-chinese-date-string)
2096 (calendar-astro-date-string, calendar-iso-date-string)
2097 (calendar-islamic-date-string, calendar-bahai-date-string)
2098 (calendar-hebrew-date-string, calendar-coptic-date-string)
2099 (calendar-ethiopic-date-string, calendar-persian-date-string):
2100 These functions are not interactive.
2101
2102 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2103
2104 * files.el: Balance parentheses.
2105
2106 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2107
2108 * files.el, newcomment.el, outline.el, simple.el,
2109 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2110 progmodes/cc-vars.el, progmodes/compile.el:
2111 Move `safe-local-variable' declarations to the respective files.
2112
2113 * help-fns.el (describe-variable): Don't print safe-var if it is
2114 byte-code. Improve wording as suggested by Luc Teirlinck.
2115
2116 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2117
2118 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2119 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2120 Use a token for pending-triggers to ensure gdb-var-update
2121 gets called once per user input again for pre-GDB 6.4.
2122 (gdb-var-delete): Match on more complex expressions.
2123 (gdb-var-list-children-handler, gdb-var-create-handler):
2124 Use a token for consistency.
2125
2126 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2127
2128 * textmodes/org.el (org-read-date, org-goto-calendar)
2129 (org-agenda-goto-calendar):
2130 Bind `view-calendar-holidays-initially' to nil.
2131
2132 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2133
2134 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2135 Update all callers to do it there, instead.
2136
2137 2006-05-10 Glenn Morris <rgm@gnu.org>
2138
2139 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2140 prefix arg case, to avoid view-diary-entries-initially error.
2141 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2142 (calendar-date-is-legal-p): Handle dates with no day part.
2143
2144 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2145
2146 * comint.el (comint-insert-input): Just make it when
2147 comint-use-prompt regexp is nil (default) and with the mouse.
2148 (comint-copy-old-input): Reinstate from 2004-06-23.
2149 (comint-mode-map): Bind C-c C-m to it.
2150
2151 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2152
2153 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2154 Remove spurious move to point-max (new comint behavior fixes).
2155
2156 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2157 compatibility function (Emacs 18/19).
2158 (idlwave-is-continuation-line): Always return point at start of
2159 previous non-blank continuation line.
2160 `keyword-parameters': Fix continued comment font-lock matcher.
2161 (idlwave-font-lock-fontify-region): Written, use as
2162 font-lock-fontify-region-function, to fix continued keyword
2163 fontification issues.
2164
2165 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2166
2167 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2168 (mac-service-selection, mac-service-open-file)
2169 (mac-service-open-selection, mac-service-mail-selection)
2170 (mac-service-mail-to, mac-service-insert-text): Rename from
2171 mac-services-*. All uses changed.
2172 (mac-apple-event-map): Rename event symbol `services' to `service'.
2173
2174 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2175
2176 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2177 (ewoc--node-enter-first, ewoc--node-enter-last)
2178 (ewoc--delete-node-internal): Merge funcs into unique callers.
2179
2180 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2181
2182 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2183 return value of read-from-minibuffer for empty input.
2184
2185 2006-05-09 Miles Bader <miles@gnu.org>
2186
2187 * comint.el (comint-insert-input): Remove redundant calls to setq
2188 and goto-char.
2189
2190 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2191
2192 * comint.el (comint-insert-input): Make it work when
2193 comint-use-prompt-regexp is t.
2194
2195 2006-05-10 Miles Bader <miles@gnu.org>
2196
2197 * subr.el (field-at-pos): New function.
2198
2199 * comint.el (comint-insert-input): Use it.
2200
2201 2006-05-09 Juri Linkov <juri@jurta.org>
2202
2203 * battery.el (battery-linux-proc-acpi): Also try
2204 `/proc/acpi/thermal_zone/THR2/temperature'.
2205
2206 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2207 for now unused lambda `string-or-null'.
2208
2209 * add-log.el (change-log-default-name): Put `string-or-null-p'
2210 instead of lambda on `safe-local-variable' property.
2211
2212 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2213 `region-end' instead of `mark' and `point'.
2214 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2215 Operate on region in Transient Mark mode when the mark is active.
2216 Use `region-beginning' and `region-end' instead of `mark' and
2217 `point'.
2218 (diff-hunk-text, diff-goto-source): Doc fix.
2219
2220 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2221 face `mode-line-buffer-id' for mode-line buffer face instead of
2222 hard-coded `(:weight bold)'.
2223
2224 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2225 buffer-undo-list to t (undo-ask is reproducible by visiting
2226 nested archives).
2227
2228 2006-05-09 Kim F. Storm <storm@cua.dk>
2229
2230 * progmodes/grep.el (rgrep): Set default directory of *grep*
2231 buffer if we start M-x rgrep in the *grep* buffer and choose
2232 a different base directory.
2233
2234 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2235
2236 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2237 completion also when ido is loaded.
2238
2239 2006-05-09 Masatake YAMATO <jet@gyve.org>
2240
2241 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2242 "warning" and "import".
2243 (cpp-font-lock-keywords): Added "warning".
2244
2245 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2246
2247 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2248
2249 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2252 pages at a time, if we signal the end, we should indeed reach that end.
2253
2254 2006-05-08 David Reitter <david.reitter@gmail.com>
2255
2256 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2257 output during execution of the body.
2258
2259 2006-05-08 Kim F. Storm <storm@cua.dk>
2260
2261 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2262
2263 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2264
2265 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2266 Use with-current-buffer.
2267
2268 2006-05-07 Kim F. Storm <storm@cua.dk>
2269
2270 * subr.el (add-to-history): Remove keep-dups arg.
2271
2272 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2273 to nil around call to add-to-history.
2274
2275 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2278 than after a buffer modification.
2279
2280 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2281
2282 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2283 call to...
2284 (gud-watch): ...here so speedbar is raised for already watched
2285 expressions.
2286 (gdb-speedbar-refresh): Delete function.
2287 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2288 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2289 earlier change).
2290 (gdb-var-evaluate-expression-handler)
2291 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2292
2293 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2294 Update localized contents for all buffers except ignored modes.
2295
2296 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2297
2298 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2299 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2300 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2301 (mac-handle-font-panel-closed, mac-handle-font-selection):
2302 New functions.
2303 (mac-font-panel-mode): New minor mode.
2304 (mac-apple-event-map): Add bindings for toolbar toggle button and
2305 font panel.
2306 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2307
2308 2006-05-07 John Paul Wallington <jpw@pobox.com>
2309
2310 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2311 Avoid `regexp-opt'; simplify regexp for readability.
2312
2313 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2314
2315 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2316 * files.el (buffer-stale-function):
2317 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2318 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2319 links to the main manual, not to emacs-xtra.
2320
2321 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2322
2323 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2324 MacJapanese if text is ASCII-only.
2325
2326 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2327
2328 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2329 unless so nil isn't returned.
2330 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2331
2332 2006-05-06 Kim F. Storm <storm@cua.dk>
2333
2334 * subr.el (add-to-history): New function.
2335
2336 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2337 (ediff-merge-files-with-ancestor):
2338 * env.el (setenv):
2339 * isearch.el (isearch-update-ring):
2340 * server.el (server-visit-files):
2341 * progmodes/grep.el (lgrep, rgrep):
2342 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2343 * progmodes/xscheme.el (xscheme-insert-expression):
2344 Use add-to-history.
2345
2346 * kmacro.el (kmacro-push-ring): Use add-to-history.
2347 (kmacro-ring-length): Remove unused defun.
2348 (kmacro-start-macro): Use kmacro-push-ring.
2349
2350 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2351
2352 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2353 directly instead of a lambda expression that calls it.
2354
2355 2006-05-06 Kim F. Storm <storm@cua.dk>
2356
2357 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2358 instead of compute-motion.
2359
2360 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2361
2362 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2363 change.
2364
2365 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2366
2367 * startup.el (command-line-1): Refer to "Pure Storage" on
2368 pure-space-overflow.
2369
2370 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2371
2372 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2373 provided faces once they all have been used up.
2374
2375 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2376
2377 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2378 reference to the Lisp manual to the warning about pure space
2379 overflow.
2380
2381 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2382
2383 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2384 argument to avoid the call to `ispell-internal-change-dictionary'
2385 when not needed.
2386 (ispell-change-dictionary): Use this argument and call
2387 `ispell-internal-change-dictionary' after the possible change
2388 to `ispell-local-dictionary'.
2389 (ispell-internal-change-dictionary): Check for a change in
2390 personal dictionary use too.
2391
2392 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2393
2394 * startup.el (command-line): On MS-Windows, probe "~", not
2395 "~USER", for warning about non-existent home directory
2396
2397 * arc-mode.el (archive-l-e): New optional argument `float' means
2398 generate a float value.
2399 (archive-arc-summarize, archive-lzh-summarize)
2400 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2401 with 3rd argument non-nil when file's size is being computed.
2402 Format the file sizes with %8.0f instead of %8d.
2403
2404 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2405
2406 * cus-start.el (all): Add mac-dnd-known-types.
2407
2408 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2409 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2410 (mac-TIFF-to-string): New functions.
2411 (x-get-selection, x-selection-value)
2412 (mac-select-convert-to-string): Use them.
2413 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2414 (mac-dnd-types-alist): New customization variable.
2415 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2416 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2417 (mac-dnd-handle-drag-n-drop-event): New functions.
2418 (mac-drag-n-drop): Remove function.
2419 (global-map): Bind drag-n-drop and M-drag-n-drop to
2420 mac-dnd-handle-drag-n-drop-event.
2421
2422 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2423
2424 * progmodes/perl-mode.el (perl-beginning-of-function):
2425 Skip anonymous subs.
2426
2427 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2428
2429 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2430 regexp-opt at run time.
2431
2432 * term.el (term-handle-ansi-escape): Fix off by one error.
2433
2434 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2435
2436 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2437 (gdb-init-1, gdb-post-prompt): ...and references to it.
2438 (gdb-frame-handler): Strip directory name from filename if present.
2439
2440 * progmodes/gud.el (gdb-force-update): Delete defvar
2441 (gud-speedbar-buttons): ...and references to it. Use window-start
2442 to try to keep positon in watch expression.
2443
2444 2006-05-03 Richard Stallman <rms@gnu.org>
2445
2446 * simple.el (next-history-element, previous-history-element): Doc fix.
2447
2448 * isearch.el (isearch-update-ring): Doc fix.
2449
2450 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2451
2452 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2453 into consideration. Replace one arm ifs with whens.
2454
2455 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2456
2457 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2458 (menu): Fix typo.
2459
2460 2006-05-02 Miles Bader <miles@gnu.org>
2461
2462 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2463
2464 2006-05-02 Jay Belanger <belanger@truman.edu>
2465
2466 * calc/calc-embed.el (calc-override-minor-modes-map)
2467 (calc-override-minor-modes): New variables.
2468 (calc-do-embedded): Make sure that Calc keystrokes aren't
2469 overwritten by minor modes.
2470
2471 2006-05-02 Chong Yidong <cyd@mit.edu>
2472
2473 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2474
2475 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2476
2477 * startup.el (command-line-1): Refer to Lisp manual when
2478 pure-space-overflow occurs.
2479
2480 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2481 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2482 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2483 (version-control): Don't use `t' for safe-local-variable declarations.
2484
2485 2006-05-01 Richard Stallman <rms@gnu.org>
2486
2487 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2488 M-r, M-R, M-A, M-SPC or M-DEL.
2489 (diff-mode-map): diff-refine-hunk now on C-c C-w
2490 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2491
2492 * help-mode.el (help-mode): view-exit-action calls delete-window
2493 only when it is safe and possible.
2494
2495 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2496 in messages.
2497
2498 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2499
2500 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2501 in the default tool-bar-map.
2502
2503 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2504
2505 * net/tramp.el (tramp-completion-file-name-handler-alist)
2506 (tramp-run-real-handler, tramp-completion-run-real-handler)
2507 (tramp-completion-handle-file-name-all-completions)
2508 (tramp-completion-handle-file-name-completion): Autoload them.
2509 (tramp-completion-handle-file-exists-p)
2510 (tramp-completion-handle-file-name-directory)
2511 (tramp-completion-handle-file-name-nondirectory)
2512 (tramp-completion-handle-expand-file-name): Remove them.
2513 (tramp-handle-file-name-directory): Return the real directory name.
2514 Returning "/" only doesn't need to be necessary any longer.
2515 (tramp-file-name-handler): Make special attention when in hostname
2516 completion mode.
2517 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2518 (tramp-register-file-name-handlers):
2519 Register `tramp-completion-file-name-handler' only when
2520 `partial-completion-mode' is enabled.
2521 (tramp-completion-handle-file-name-all-completions):
2522 Delete directory part from results.
2523 (tramp-get-completion-methods, tramp-get-completion-user-host):
2524 Discard deleting "/", it doesn't work after the change of
2525 `tramp-handle-file-name-directory' above.
2526
2527 2006-05-01 Kim F. Storm <storm@cua.dk>
2528
2529 * progmodes/grep.el (grep-expand-template): Use save-match-data
2530 and symbol-value.
2531
2532 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2533
2534 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2535 Use select-frame-set-input-focus instead of raise-frame.
2536 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2537
2538 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2539
2540 * progmodes/gud.el (gud-def): Add %c case.
2541 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2542 (gud-format-command): Make match case sensitive. Match on %F.
2543
2544 2006-04-30 Glenn Morris <rgm@gnu.org>
2545
2546 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2547 (cal-tex-preamble): Use cal-tex-preamble-extra.
2548 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2549 than alias `list-diary-entries'.
2550
2551 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2552
2553 * help-fns.el (describe-variable): Add info about safe local variables.
2554
2555 2006-04-29 Richard Stallman <rms@gnu.org>
2556
2557 * bindings.el (mode-line-format): help-echo doc fixes.
2558
2559 * net/tramp.el (tramp-file-name-handler-alist): Delete
2560 expand-file-name and other operations that can cause spurious loading.
2561
2562 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * files.el (safe-local-variable-p): Remove support for the special
2565 value t.
2566
2567 * textmodes/paragraphs.el (sentence-end-without-space):
2568 Fix safety predicate.
2569 (sentence-end-double-space, sentence-end-without-period)
2570 (paragraph-ignore-fill-prefix):
2571 * textmodes/fill.el (colon-double-space):
2572 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2573
2574 * subr.el (booleanp): New fun.
2575
2576 * textmodes/reftex-vars.el (reftex-guess-label-type):
2577 Tighten the safety predicate.
2578
2579 2006-04-28 Kim F. Storm <storm@cua.dk>
2580
2581 * progmodes/grep.el (defgroup grep): Doc fix.
2582 (grep-auto-highlight): Remove.
2583 (grep-template): New defcustom.
2584 (grep-find-template): Rename from grep-tree-template.
2585 (grep-files-aliases): Rename from grep-tree-files-aliases.
2586 Remove "all" alias, add "l" alias.
2587 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2588 (grep-find-ignored-directories): New defcustom to replace
2589 grep-tree-ignore-CVS-directories, to facilitate ignoring
2590 subdirectories for multiple version control systems.
2591 (grep-mode-map): Add Recursive grep item to GREP menu.
2592 (grep-regexp-history, grep-files-history): New defvars.
2593 (grep-probe): New helper function.
2594 (grep-compute-defaults): Use it to simplify code.
2595 Adapt to name changes.
2596 Use `.' as base in grep-find-template rather than <D>.
2597 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2598 Call grep-compute-defaults unconditionally.
2599 (grep-expand-keywords): New defconst.
2600 (grep-expand-template): Rename from grep-expand-command-macros.
2601 Simplify via grep-expand-keywords. Look at case-fold-search instead
2602 of grep-tree-ignore-case to add -i option.
2603 Bind case-fold-search to nil while matching keywords.
2604 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2605 (grep-read-regexp, grep-read-files): New helper functions.
2606 (rgrep): Rename from grep-tree. Rework to use proper histories.
2607 Adapt to changes in defcustoms and functions above.
2608 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2609
2610 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2611
2612 * net/tramp.el (tramp-completion-file-name-handler):
2613 Disable Tramp's functionality while loading Tramp itself.
2614 (tramp-register-file-name-handlers): That's a defsubst now.
2615 Code from `tramp-repair-jka-compr' moved here. Apply it via
2616 `after-init-hook'.
2617 (tramp-repair-jka-compr): Remove.
2618
2619 2006-04-27 Jay Belanger <belanger@truman.edu>
2620
2621 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2622 read expression when `math-read-big-expr' doesn't work.
2623
2624 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2625
2626 * startup.el (command-line-1): Display warning when
2627 pure-space-overflow is non-nil.
2628
2629 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2630
2631 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2632 risky.
2633
2634 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2635
2636 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2637 Return the URL or nil if none can be generated.
2638
2639 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2640
2641 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2642 byte compiler warnings.
2643 (gud-basic-call, gud-find-expr): Let user select an expression
2644 for printing. Print expression as well as value in GUD buffer.
2645
2646 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2647
2648 * allout.el: Remove local autoload declaration for
2649 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2650 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2651 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2652 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2653 (allout-stylish-prefixes, allout-numbered-bullet)
2654 (allout-file-xref-bullet, allout-presentation-padding)
2655 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2656 safe-local-variable with suitable value spec, and add autoload
2657 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2658 (move-beginning-of-line, move-end-of-line): Repair so these compat
2659 functions now actually resituate the point, when appropriate.
2660
2661 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2664
2665 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2666 (add-log-iso8601-time-string): Fix call to format-time-string.
2667
2668 2006-04-26 Kim F. Storm <storm@cua.dk>
2669
2670 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2671
2672 2006-04-26 Masatake YAMATO <jet@gyve.org>
2673
2674 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2675 Add support for "//" style comments. Remove `b' flag
2676 from ?* in `asm-mode-syntax-table'.
2677
2678 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * follow.el: Use (featurep 'xemacs) everywhere.
2681 (follow-mode): Use define-minor-mode.
2682 (follow-mode-map): Move initialization into the declaration.
2683 Use command remapping.
2684 (follow-emacs-version-xemacs-p): Remove.
2685 (follow-submit-feedback): Remove.
2686
2687 * allout.el (allout-layout, allout-passphrase-verifier-string)
2688 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2689
2690 * textmodes/reftex-vars.el (reftex-vref-is-default)
2691 (reftex-fref-is-default, reftex-guess-label-type):
2692 Tighten up a bit the safety predicate.
2693
2694 * textmodes/paragraphs.el (sentence-end-double-space)
2695 (sentence-end-without-period, sentence-end-without-space)
2696 (page-delimiter, paragraph-ignore-fill-prefix):
2697 Tighten up a bit the safety predicate.
2698
2699 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2700
2701 * progmodes/python.el (python-continuation-line-p)
2702 (python-beginning-of-statement): syntax-ppss may return
2703 a negative depth.
2704 (python-mode): Don't forcefully enable font-lock.
2705
2706 * time-stamp.el (time-stamp-start, time-stamp-end)
2707 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2708
2709 * add-log.el: Remove spurious * in docstrings.
2710 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2711 (add-change-log-entry): Use it here, since it's not specific
2712 to iso8601.
2713 (add-log-iso8601-time-string): Don't use it here any more.
2714 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2715
2716 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2717
2718 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2719
2720 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2721 (rcirc-toggle-low-priority): Doc fix.
2722 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2723 ChanServ regexp.
2724 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2725 #emacs.
2726 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2727 (rcirc-decode-coding-system): Use utf-8 as the default.
2728 (rcirc-multiline-minor-mode): Set the fill-column.
2729 (rcirc-format-response-string): Display bright and dim nicks.
2730 (rcirc-browse-url): Update interactive spec to fill ARG.
2731 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2732 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2733
2734 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2735
2736 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2737 case for @Article, etc.
2738
2739 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2740
2741 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2742 Added with autoload cookie.
2743 (tramp-unload-file-name-handlers): Rename from
2744 `tramp-unload-file-name-handler-alist'.
2745
2746 2006-04-23 Romain Francoise <romain@orebokech.com>
2747
2748 * comint.el (comint-match-partial-filename): Doc fix.
2749
2750 2006-04-21 Glenn Morris <rgm@gnu.org>
2751
2752 * calendar/cal-menu.el (calendar-mode-map): Refer to
2753 `diary-view-entries' rather than alias `view-diary-entries'.
2754 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2755
2756 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2757
2758 * progmodes/antlr-mode.el (antlr-default):
2759 * cus-edit.el (custom-documentation):
2760 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2761 in defface.
2762
2763 2006-04-21 Kim F. Storm <storm@cua.dk>
2764
2765 * image.el (image-type): New defun split out of create-image.
2766 (create-image): Use it.
2767
2768 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2769
2770 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2771 (org-open-at-point): Remove the "...done" message to keep output
2772 in the echo area visible.
2773 (org-export-as-xoxo): Fix call to `indent-region'.
2774
2775 2006-04-21 Kevin Ryde <user42@zip.com.au>
2776
2777 * international/mule.el (keyboard-coding-system): defcustom
2778 info-link fixes: "Specify Coding" has been split, keyboard now in
2779 "Terminal Coding", and "Single-Byte Character Support" is now
2780 "Unibyte Mode".
2781
2782 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2785 Use font-lock-warning-face for any errors e.g. no stack.
2786 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2787
2788 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2789
2790 * progmodes/sh-script.el (sh-shell): Mark as safe.
2791
2792 * newcomment.el (comment-start, comment-start-skip)
2793 (comment-end-skip, comment-end): Mark as safe.
2794
2795 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2796
2797 * textmodes/org.el (org-deadline-announce): Face removed.
2798 (org-level-faces, org-n-levels): Convert to constant.
2799 (org-compatible-face): New function.
2800 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2801 (org-level-5, org-level-6, org-level-7, org-level-8)
2802 (org-special-keyword, org-warning, org-headline-done, org-link)
2803 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2804 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2805 Face definition revised for better color tty support.
2806 (org-bold-re, org-italic-re, org-underline-re): New constants.
2807 (org-set-font-lock-defaults): Use the new constants.
2808 (org-agenda-highlight-todo): New function.
2809 (org-agenda-todo): Fix bug with point at end of line.
2810 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2811 Fontify TODO keywords.
2812 (org-insert-link): Preserve relative path in ../ links.
2813 (org-export-as-html): Convert links pointing to .org files into
2814 links that will work beteen the exported HTML files.
2815 (org-todo-list): Fix bug when arg=0.
2816 (org-insert-heading): More fine-tuning.
2817
2818 2006-04-19 Romain Francoise <romain@orebokech.com>
2819
2820 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2821 from `rmail-mime-charset-pattern'.
2822
2823 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2824
2825 * progmodes/python.el (python-mode): Fix typo.
2826
2827 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2828
2829 * comint.el (comint-previous-input): Don't clobber input line
2830 when moving off either end of the input history ring.
2831 (comint-delete-input): New function, used by
2832 `comint-previous-input' and others.
2833 (comint-previous-matching-input):
2834 Use `coming-delete-input'. Save the partial input if leaving the
2835 edit line. Goto point-max before deleting input to avoid
2836 partial input fragments hanging around.
2837 (comint-restore-input): New function, used by `comint-previous-input'.
2838
2839 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2840
2841 * imenu.el (imenu--index-alist): Balance parentheses.
2842
2843 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2844
2845 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2846
2847 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2848
2849 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2850 file is nil.
2851
2852 2006-04-18 Richard Stallman <rms@gnu.org>
2853
2854 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2855
2856 * imenu.el (imenu-create-index-function, imenu--index-alist)
2857 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2858 (imenu-default-create-index-function, imenu--generic-function):
2859 Doc fixes.
2860
2861 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2862
2863 * help-mode.el (help-mode): Set view-exit-action to delete window.
2864
2865 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2866 now works by passing nil as arg.
2867
2868 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2869
2870 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2871 (read-abbrev-file): Provide default when reading filename.
2872
2873 * files.el (enable-local-variables): Allow :all as value.
2874 (hack-local-variables): Implement that value.
2875 (safe-local-variable-values, safe-local-eval-forms)
2876 (enable-local-variables): Mark as risky.
2877 (find-file-visit-truename, kept-old-versions): Mark safe.
2878
2879 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2880 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2881 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2882
2883 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2886 Use forward-line so as to get to BOL even in the presence of fields.
2887 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2888 in return.
2889 (inferior-tcl): Tell tclsh to work in interactive mode.
2890
2891 * complete.el (partial-completion-mode):
2892 Use 'choose-completion-string-functions to make sure that
2893 choose-completion fills the minibuffer properly.
2894
2895 * complete.el (PC-old-read-file-name-internal): Remove.
2896 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2897 of read-file-name-internal.
2898 (partial-completion-mode): Enable/disable this advice.
2899
2900 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2901
2902 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2903 of 2006-04-17.
2904
2905 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2906
2907 * textmodes/org.el (org-insert-heading): Insert heading before
2908 current if at beginning of line.
2909 (org-todo, org-date): New faces.
2910 (org-table-align): Make sure tooltip window contains full text.
2911 (org-no-properties): New defsubst.
2912 (org-set-font-lock-defaults): Use new faces.
2913
2914 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2915
2916 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2917 for root variables.
2918
2919 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2920 (gdb-frame-address): Re-use to identify frame for watch expression.
2921 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2922 variables.
2923 (gdb-init-1, gdb-source, gdb-post-prompt)
2924 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2925 (gdb-frame-handler): Get gdb-frame-address.
2926
2927 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2928
2929 Sync with Tramp 2.0.53.
2930
2931 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2932 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2933 (tramp-completion-file-name-handler): Add autoload cookie for
2934 adding to `file-name-handler-alist'.
2935
2936 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2937 the prompt. If it returns earlier (when detecting an error
2938 message), the rest of the output will merge accidently with the
2939 output of the next command. Reported by M Jared Finder
2940 <jared@hpalace.com>.
2941
2942 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2943 for `process-file', in order to let it work for older Emacsen too.
2944
2945 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2946
2947 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2948 (tex-font-lock-keywords-3): Use it.
2949
2950 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * newcomment.el (comment-add): New function.
2953 (comment-region-default, comment-dwim): Use it.
2954
2955 2006-04-15 Michael Olson <mwolson@gnu.org>
2956
2957 * emacs-lisp/tq.el: Improve comments.
2958 (tq-queue-head-question): New accessor function.
2959 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2960 Update for modified queue structure.
2961 (tq-queue-add): Accept `question' argument.
2962 (tq-queue-pop): If a question is pending, send it.
2963 (tq-enqueue): Accept new optional argument `delay-question'.
2964 If this is non-nil, and at least one other question is pending a
2965 response, queue the question rather than sending it immediately.
2966
2967 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2968
2969 * calendar/appt.el (appt-add): Check whether an appointment is
2970 already present in appt-time-msg-list. Simplify code.
2971
2972 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * progmodes/cc-langs.el (c-mode-menu):
2975 Don't presume c-subword-mode is bound.
2976
2977 2006-04-13 Bill Wohler <wohler@newt.com>
2978
2979 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2980 (customize-package-emacs-version): Use cdr instead of cadr now
2981 that alists use dotted pairs.
2982
2983 * custom.el (defcustom): Fix docstring for :package-version.
2984
2985 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2988 (tramp-handle-shell-command): Display output buffer only when
2989 `tramp-display-shell-command-buffer' is true.
2990 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2991
2992 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2993
2994 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2995 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2996
2997 2006-04-13 Romain Francoise <romain@orebokech.com>
2998
2999 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3000 leaving temporary .cvsignore buffers behind.
3001
3002 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3003
3004 * textmodes/org.el (org-set-regexps-and-options)
3005 (org-get-current-options): Better names for the startup folding
3006 options.
3007
3008 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3009
3010 * vc.el (vc-annotate): Arrange for point to end up at the same
3011 line number as in the original, but only when using a new buffer.
3012
3013 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3014
3015 * files.el (hack-one-local-variable-eval-safep):
3016 Recognize `edebug-form-spec' for `put', but only if it passes
3017 `edebug-basic-spec'. Generalize `put' handling.
3018
3019 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3020 vetting file-local form specs.
3021
3022 * allout.el (allout-layout): Autoload its `safe-local-variable'
3023 property.
3024
3025 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3026
3027 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3028 (org-agenda-mouse-1-follows-link)
3029 (org-mouse-1-follows-link): New options.
3030 (org-format-agenda-item): Fix bug if TAGS is nil.
3031 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3032
3033 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3034
3035 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3036 GDB 6.1+ gives full filename for "info sources" so use
3037 file-name-nondirectory.
3038
3039 2006-04-12 Romain Francoise <romain@orebokech.com>
3040
3041 * subr.el (read-passwd): Bind `message-log-max' to nil.
3042
3043 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * progmodes/perl-mode.el (perl-indent-new-calculate):
3046 Recompute parse-start after jumping backward by a whole sexp.
3047
3048 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3051 window configuration.
3052 (vc-annotate-display-select): Select the buffer so that current-buffer
3053 (and selected-window) is the output buffer at the end of vc-annotate.
3054
3055 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3056
3057 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3058 8-color terminals, to use all of the colors in a sensible order.
3059 256-color terminals work well with the standard map.
3060 (vc-annotate-lines): Only strip the first color character if it
3061 is "#", to allow for terminal-style named colors.
3062 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3063 the correct buffer is scrolled.
3064
3065 2006-04-11 Richard Stallman <rms@gnu.org>
3066
3067 * emacs-lisp/bytecomp.el (byte-compile-file):
3068 Bind enable-local-variables to :safe, and make normal-mode obey it.
3069
3070 * files.el (enable-local-variables): Allow value :safe.
3071 (normal-mode): Doc fix.
3072 (hack-local-variables): Implement enable-local-variables = :safe.
3073 (hack-local-variables-confirm): Don't prevent quitting.
3074
3075 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * loadhist.el (unload-feature): A bit of sanity check of
3078 load-history entries. Cancel timer-vars before unbinding them.
3079
3080 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3081 quote special chars, and make the trick work on the hex part of the
3082 buffer as well.
3083 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3084 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3085
3086 * startup.el (normal-splash-screen): Fix last change so we don't wait
3087 2 minutes if we don't show the splash screen.
3088
3089 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3090
3091 * textmodes/org.el (org-export-plain-list-max-depth)
3092 (org-table-spaces-around-separators)
3093 (org-radio-targets, org-activate-camels)
3094 (org-table-spaces-around-invisible-separators): Options removed.
3095 (org-time-stamp-rounding-minutes, org-remember-templates)
3096 (org-ellipsis, org-activate-links, org-descriptive-links):
3097 New options.
3098 (org-remember-apply-template, org-current-time)
3099 (org-finish-edit-table-field)
3100 (org-link-unescape, org-link-escape)
3101 (org-string-width, org-table-clean-line, org-html-do-expand)
3102 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3103 (org-read-agenda-file-list): New functions.
3104 (org-table-edit-field)
3105 (org-table-create-or-convert-from-region): New commands
3106 (org-table-toggle-vline-visibility): Command removed.
3107 (org-table-convert-region): Made a command.
3108 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3109 Replace with the normal org- functions.
3110 (org-self-insert-command): Don't trigger realign unnecessarily
3111 when blanking a field that is not full.
3112 (org-mode): `Set buffer-invisibility-spec' for links.
3113 (org-activate-links2): Hide link part and only show descriptive
3114 part of the link.
3115 (org-insert-link): Modify for new linking system.
3116 (org-store-link): Store description separately, for use by
3117 `org-insert-link'.
3118 (org-table-align): Use `org-string-width'.
3119 (defgroup): Completely new group structure for custom variables.
3120 (org-agenda-files): Option: Single file name allowed. Function:
3121 Optional argument unrestrited means ignore any restricitons.
3122 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3123 trying to modify the menu. Use generalized access to
3124 `org-agenda-files.'
3125 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3126 (org-agenda-file-to-front, org-remove-file, org-diary)
3127 (org-tags-view, org-export-icalendar-all-agenda-files)
3128 (org-export-icalendar-combine-agenda-files): Use generalized
3129 access to `org-agenda-files'.
3130 (org-remember-handler): Correctly preserve heading if present.
3131 (org-table-insert-row, org-table-insert-hline): Deal with
3132 invisible characters.
3133
3134 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3135
3136 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3137 (vc-annotate-color-map): New 18 element constant
3138 value/saturation, rotating hue colormap, from red->blue.
3139 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3140 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3141 (vc-annotate): To avoid killing the required local variables,
3142 set them before the end of `with-output-to-temp-buffer', and
3143 after first switching to annotate-mode.
3144 (vc-annotate-warp-version): Add buffer argument in goto-line to
3145 ensure annotation, not source, is scrolled.
3146
3147 2006-04-10 Bill Wohler <wohler@newt.com>
3148
3149 * custom.el (defcustom, custom-handle-keyword):
3150 Add :package-version keyword.
3151 (custom-add-package-version): New function. Sets value of new
3152 property 'custom-package-version from :package-version keyword.
3153 (defcustom): Create Common Keywords section in docstring.
3154 (defface, defgroup): Replace definitions of a select few keywords
3155 with a reference to the Common Keywords in defcustom.
3156 (defcustom, defface, defgroup): Replace reference to Customization
3157 chapter in manual with hyperlink.
3158
3159 * cus-edit.el (customize-package-emacs-version-alist):
3160 New variable.
3161 (customize-changed-options): Add check for custom-package-version.
3162 (customize-package-emacs-version): New function to look up Emacs
3163 version corresponding to the given package version.
3164
3165 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3166 defun name, in similar fashion to find-variable-regexp.
3167
3168 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3169
3170 * international/mule-cmds.el (set-locale-environment): Fix last
3171 change for when the locale's preferences don't specify any encoding.
3172
3173 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3176 so the defined var/fun doesn't need to be quoted.
3177
3178 2006-04-10 Richard Stallman <rms@gnu.org>
3179
3180 * finder.el (finder-mode-map): Add n and p bindings.
3181
3182 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3183
3184 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3185 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3186 (gdb-setup-windows): Put something in source window if we can't find
3187 the source file.
3188 (gdb-frame-handler): Make it work again with just assembly.
3189 (gdb-data-list-register-values-handler): Make it work when there is
3190 no stack.
3191
3192 2006-04-09 Richard Stallman <rms@gnu.org>
3193
3194 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3195 specs while looking for charset.
3196
3197 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3198
3199 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3200 Make them faces.
3201 (lm-font-lock-keywords): Update appropriately.
3202
3203 2006-04-10 Kim F. Storm <storm@cua.dk>
3204
3205 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3206 it can also replace buffer-substring-no-properties.
3207
3208 * emulation/cua-base.el (cua-delete-region, cua-paste)
3209 (cua-repeat-replace-region): Use filter-buffer-substring.
3210
3211 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3212 (cua-cut-region-to-global-mark): Likewise.
3213
3214 * emulation/cua-rect.el (cua--extract-rectangle)
3215 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3216
3217 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3218
3219 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3220 entry-type. Add field delimiters to numerical fields if they are
3221 not present.
3222
3223 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3224
3225 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3226 string-const to return value.
3227 (bibtex-remove-delimiters): Use it.
3228
3229 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3232 cl-byte-compile-compiler-macro unless it exists.
3233
3234 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3235
3236 * files.el (hack-local-variables-confirm) <offer-save>:
3237 Clarify message text. Suggested by Ralf Angeli.
3238
3239 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3240
3241 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3242 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3243 instead of `buffer-substring' and `delete-region'. (Most of the
3244 code actually copied from `kill-region'.)
3245
3246 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3247
3248 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3249 (rcirc-default-port): Rename from rcirc-port.
3250 (rcirc-default-nick): Rename from rcirc-nick.
3251 (rcirc-default-user-name): Rename from rcirc-user-name.
3252 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3253 (rcirc-low-priority-flag): New variable.
3254 (rcirc-decode-coding-system): New defcustom.
3255 (rcirc-encode-coding-system): New defcustom.
3256 (rcirc-coding-system-alist): New defcustom.
3257 (rcirc-multiline-major-mode): New defcustom.
3258 (rcirc-nick): New internal variable.
3259 (rcirc-process): Remove variable.
3260 (rcirc-server-buffer): New variable.
3261 (rcirc): Update to use rcirc-default-* variables above.
3262 (rcirc-connect): Do not add window-configuration-hook-here.
3263 (rcirc-server): New internal variable.
3264 (rcirc-connect): Do not send keepalive pings if
3265 rcirc-keepalive-seconds is nil.
3266 (with-rcirc-server-buffer): New macro.
3267 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3268 (rcirc-server-name): Rename from rcirc-server.
3269 (rcirc-buffer-process): New function.
3270 (rcirc-buffer-nick): New function.
3271 (rcirc-buffer-target): Remove function.
3272 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3273 New commands.
3274 (rcirc-mode-map): Change binding of C-c C-l to
3275 rcirc-toggle-low-priority.
3276 (rcirc-mode): Initialize coding system based on
3277 rcirc-coding-system-alist. New change-major-mode-hook to part the
3278 channel on a mode change. Make kill-buffer-hook buffer-local.
3279 (rcirc-change-major-mode-hook): New function.
3280 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3281 (rcirc-last-post-time): New variable.
3282 (rcirc-process-message): Store the last time user posted a message
3283 to this target.
3284 (rcirc-multiline-minor-mode): New mode.
3285 (rcirc-multiline-minor-mode-map): New mode map.
3286 (rcirc-edit-multiline): Put multiline-edit buffer in
3287 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3288 (rcirc-print): Ignore any line starting with an ignored nick.
3289 (rcirc-print): Decode using rcirc-decode-coding-system.
3290 (rcirc-track-minor-mode): Update global-mode-string when disabling
3291 this mode.
3292 (minor-mode-alist): Add LowPri indicator.
3293 (rcirc-toggle-low-priority): New function.
3294 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3295 next lowpriority buffer with activity.
3296 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3297 last time the user posted a message in to the target.
3298 (rcirc-update-activity-string): New formatting for low priority
3299 buffers.
3300 (rcirc-split-activity): New function.
3301 (rcirc-handler-PART, rcirc-handler-KICK)
3302 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3303 (rcirc-nick-away-alist): New variable.
3304 (rcirc-handler-301): New handler. Away messages are printed once
3305 per change.
3306
3307 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3308
3309 * info.el (Info-follow-nearest-node): Doc fix.
3310
3311 * international/mule-cmds.el (set-locale-environment): Make sure
3312 the coding-system preferred by the locale's language has the same
3313 EOL conversion type as the original buffer-file-coding-system.
3314 (locale-language-names): Add a few MS Windows language codes.
3315
3316 2006-04-07 Richard Stallman <rms@gnu.org>
3317
3318 * simple.el (eval-expression): Doc fix.
3319
3320 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3321 (eval-defun): Doc fixes.
3322
3323 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3324
3325 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3326
3327 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3328
3329 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3330 GDB list command without argument for greater generality.
3331
3332 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3333
3334 * subr.el (string-or-null-p): New function.
3335
3336 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3337
3338 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3339
3340 * files.el: Update comment about safe-local-variable declarations.
3341
3342 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3343
3344 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3345 See idlwave.org.
3346
3347 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3348 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3349
3350 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3351 See idlwave.org.
3352
3353 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3354 version 6.0 (minimal changes). See idlwave.org.
3355
3356 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3357 6.0 (minimal changes). See idlwave.org.
3358
3359 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3360
3361 2006-04-06 Romain Francoise <romain@orebokech.com>
3362
3363 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3364 symmetric encryption features and a new asynchronous interface to
3365 GnuPG. This new version is version 1.4, plus whitespace changes.
3366
3367 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3368
3369 * files.el: Move some `safe-local-variable' declarations to the
3370 respective files.
3371
3372 * textmodes/ispell.el (ispell-check-comments)
3373 (ispell-local-dictionary): Mark as safe.
3374
3375 * abbrev.el (abbrev-mode): Mark as safe.
3376
3377 * add-log.el (change-log-default-name): Mark as safe.
3378
3379 * textmodes/reftex-vars.el (reftex-vref-is-default)
3380 (reftex-fref-is-default, reftex-level-indent)
3381 (reftex-guess-label-type): Mark as safe.
3382
3383 * textmodes/fill.el (colon-double-space): Mark as safe.
3384
3385 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3386 (sentence-end-double-space, sentence-end-without-period)
3387 (sentence-end-without-space, sentence-end, sentence-end-base)
3388 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3389
3390 2006-04-06 Kim F. Storm <storm@cua.dk>
3391
3392 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3393 the :set-after list.
3394 (ido-downcase-unc-hosts): New user option. Default on.
3395 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3396 when it is set, as regexps are now applied on the fly.
3397 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3398 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3399 on the fly, but only when ido-process-ignore-lists is set.
3400 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3401 Only downcase names if ido-downcase-unc-hosts is set.
3402
3403 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3406
3407 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3408
3409 2006-04-05 Kim F. Storm <storm@cua.dk>
3410
3411 * ido.el (ido-mode): Set after ido-unc-hosts and
3412 ido-ignore-unc-host-regexps.
3413 (ido-save-history): Save ido-unc-hosts-cache.
3414 (ido-load-history): Load ido-unc-hosts-cache.
3415 (ido-reread-directory): Refresh unc hosts cache in // dir.
3416
3417 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3418 to nil while displaying slash screen.
3419
3420 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3421
3422 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3423 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3424
3425 2006-04-05 Kenichi Handa <handa@m17n.org>
3426
3427 * international/characters.el: Setup cases of Latin, Greek, and
3428 Cyrillic characters in CJK charsets.
3429
3430 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3431
3432 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3433 default-enable-multibyte-characters. This reverts the change from
3434 revision 6.17 which is no longer necessary because the passphrase
3435 is sent separately now. GnuPG messages are unreadable under
3436 multibyte locales with default-enable-multibyte-characters set to nil.
3437
3438 2006-04-04 Andreas Schwab <schwab@suse.de>
3439
3440 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3441 and `byte-compile-warnings' as `safe-local-variable'.
3442
3443 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3444
3445 * man.el (Man-mode-map): Restore the \r binding.
3446 (Man-abstract-xref-man-page): If Man-target-string is a function,
3447 call it.
3448 (Man-highlight-references): Use Man-default-man-entry to get the
3449 target. Deal with xrefs too.
3450 (Man-highlight-references0): Don't call the target function.
3451
3452 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3453 cannot deal with it.
3454
3455 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3456
3457 * pgg-gpg.el: Clean up process buffers every time gpg processes
3458 complete.
3459
3460 2006-04-04 Kenichi Handa <handa@m17n.org>
3461
3462 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3463 here.
3464 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3465 Temporarily bind inhibit-field-text-motion to t.
3466
3467 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * startup.el (normal-splash-screen): Only set mode-line-format in the
3470 splash buffer, so as not to interfere when debugging the code.
3471 Ignore errors when switching buffer.
3472
3473 2006-04-03 Romain Francoise <romain@orebokech.com>
3474
3475 * dired.el (dired-dnd-protocol-alist): Fix typo.
3476
3477 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3478
3479 * savehist.el (savehist): Add :version.
3480 (savehist-ignored-variables): New variable.
3481 (savehist-minibuffer-hook): Don't save variables listed in
3482 `savehist-ignored-variables'.
3483
3484 * dired.el (dired-dnd-protocol-alist): Mention that change does
3485 only apply to new buffers in doc string.
3486
3487 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3488
3489 * recentf.el (recentf-open-files-item): Include newline in button
3490 field, so opening a file will work, when the point is at the end
3491 of the file name. Allow, for example, to [i]search a file by
3492 extension and just push RET to open it.
3493
3494 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3495
3496 * pgg-gpg.el (pgg-gpg-process-filter)
3497 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3498
3499 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3500 lines, temporary fix.
3501
3502 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3503
3504 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3505
3506 2006-04-02 Richard Stallman <rms@gnu.org>
3507
3508 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3509
3510 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3511
3512 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3513 header-mouse-map.
3514
3515 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3516 (ibuffer-mode-header-map): New keymaps.
3517 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3518 and keybindings for column headers.
3519 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3520 property.
3521
3522 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3523
3524 * speedbar.el (speedbar-after-create-hook): Doc fix.
3525
3526 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3527
3528 * shell.el (shell-directory-tracker)
3529 (shell-dynamic-complete-command): Doc fixes.
3530
3531 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3532
3533 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3534 terminals.
3535
3536 2006-04-01 Kim F. Storm <storm@cua.dk>
3537
3538 * ido.el (ido-unc-hosts-cache): New defvar.
3539 (ido-unc-hosts): If value of defcustom is a function, call it to
3540 get list of UNC hosts. Add function-item choices to specify
3541 ido-unc-hosts-net-view or user function.
3542 (ido-ignore-unc-host-regexps): New defcustom.
3543 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3544 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3545 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3546
3547 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3550 wwidth.
3551
3552 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3553
3554 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3555 (ido-max-work-file-list, ido-switch-buffer)
3556 (ido-read-file-name-as-directory-commands):
3557 Fix typos in docstrings.
3558
3559 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3560
3561 * term/mac-win.el (mac-system-coding-system): Define and use after
3562 Mac-specific coding systems are ready.
3563
3564 2006-03-27 Romain Francoise <romain@orebokech.com>
3565
3566 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3567
3568 * ldefs-boot.el: Update.
3569
3570 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3571
3572 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3573 passphrases when it is not needed.
3574 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3575 passphrase stuff from gpg, should only be necessary when you use
3576 gpg with a smartcard.
3577
3578 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3579
3580 * comint.el (comint-dynamic-list-completions): Allow user to
3581 select *Completions* buffer.
3582
3583 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3584
3585 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3586
3587 2006-03-26 Andreas Schwab <schwab@suse.de>
3588
3589 * progmodes/gud.el (gdb): Only complain about multiple debugging
3590 when the gdb process is still running.
3591
3592 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3593
3594 * mail/rmail.el (tool-bar-map): Defvar it.
3595 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3596 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3597
3598 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3599
3600 * help.el (print-help-return-message): Suggest to use
3601 display-buffer instead of switch-to-buffer-other-window to restore
3602 the previous window without selecting it.
3603
3604 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3605
3606 * frame.el (select-frame-by-name): Call x-focus-frame also when
3607 window-system is mac.
3608
3609 * term/mac-win.el: Adjust Courier font specifications in
3610 x-fixed-font-alist.
3611 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3612 when directly encoding to UTF-16 in native byte order, no BOM.
3613
3614 2006-03-25 Kim F. Storm <storm@cua.dk>
3615
3616 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3617 (cua--init-keymaps): Use it instead of fixed C-return.
3618 (cua-mode): Set after it.
3619
3620 * emulation/cua-rect.el (cua--init-rectangles):
3621 Use cua-rectangle-mark-key instead of fixed C-return.
3622
3623 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3624
3625 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3626 "run" in .gdbinit.
3627 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3628
3629 2006-03-24 Romain Francoise <romain@orebokech.com>
3630
3631 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3632 `display-buffer-other-frame'.
3633
3634 2006-03-24 Kim F. Storm <storm@cua.dk>
3635
3636 * apropos.el (apropos-synonyms): Add selection => region.
3637
3638 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3639
3640 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3641 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3642 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3643 (gdb-data-list-register-values-regexp)
3644 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3645 Future proof against new fields being added to MI output.
3646 (gdb-send): Don't treat backslashes for program input as
3647 continuations.
3648 (gdb-assembler-handler): Don't use window-start for this handler.
3649 (gdb-frame-handler): Don't change to hollow arrow if overlay
3650 arrow doesn't move to new frame.
3651
3652 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3653
3654 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3655 prevent compiler warnings.
3656 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3657 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3658 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3659 buffer too.
3660
3661 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3662
3663 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3664 make-network-process, so we can use the same code in Gnus v5-10
3665 too and have this file fully synchronized with that release.
3666
3667 2006-03-23 Romain Francoise <romain@orebokech.com>
3668
3669 * ibuf-ext.el (ibuffer-read-filter-group-name):
3670 Use `ibuffer-generate-filter-groups' to make completion list match
3671 the filter groups that are really displayed in the Ibuffer buffer.
3672 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3673
3674 2006-03-23 Kenichi Handa <handa@m17n.org>
3675
3676 * international/mule-cmds.el (sort-coding-systems): Describe that
3677 the argument is modified in docstring.
3678
3679 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3680
3681 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3682 (pgg-gpg-update-agent): New function.
3683 (pgg-gpg-use-agent-p): New function.
3684 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3685 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3686 (pgg-gpg-sign-region): Use it.
3687
3688 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * cus-edit.el (custom-face-set): Call custom-push-theme before
3691 face-spec set so that `changed' theme is correctly saved.
3692 (custom-face-reset-standard): Reset to recalculated face rather
3693 than defface spec.
3694
3695 * custom.el (custom-push-theme): Only save `changed' theme if the
3696 current face does not match the defface specs.
3697
3698 2006-03-21 Simon Josefsson <jas@extundo.com>
3699
3700 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3701 <wilde@sha-bang.de>.
3702 (pgg-gpg-use-agent): New variable.
3703 (pgg-gpg-process-region): Use it.
3704 (pgg-gpg-encrypt-region): Likewise.
3705 (pgg-gpg-encrypt-symmetric-region): Likewise.
3706 (pgg-gpg-decrypt-region): Likewise.
3707 (pgg-gpg-sign-region): Likewise.
3708 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3709
3710 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3711
3712 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3713 bracket links.
3714
3715 2006-03-21 Kim F. Storm <storm@cua.dk>
3716
3717 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3718 fringe-indicator-alist instead of modifying global value.
3719 (gdb-frame-handler): Likewise.
3720
3721 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3722
3723 * diff-mode.el (diff-function): Make it inherit from diff-header
3724 instead of diff-context.
3725
3726 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3727 bitmap.
3728 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3729 change names in macro above for consistency.
3730 (gdb-frame-handler): Use hollow-right-triangle for all selected
3731 frames which except the innermost (where execution has stopped).
3732 (gdb-reset): Reset buffer-local values of overlay-arrow.
3733
3734 2006-03-20 Richard Stallman <rms@gnu.org>
3735
3736 * simple.el (set-mark-command): Doc fix.
3737
3738 * files.el (display-buffer-other-frame): New command.
3739 (ctl-x-4-map): Bind C-x 5 C-o to it.
3740
3741 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3742
3743 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3744 rather than just defer-time, in case defer-time has been changed but
3745 the timer isn't running yet.
3746 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3747
3748 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3749
3750 * help-mode.el (help-follow-symbol): New function.
3751 Essentially identical to the old `help-follow', but do not let
3752 `push-button' do the work when on an xref.
3753 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3754
3755 2006-03-19 Richard Stallman <rms@gnu.org>
3756
3757 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3758 preceded by the word `program'.
3759 (help-follow-mouse, help-follow): Throw error if not on xref.
3760 Delete no longer used args.
3761
3762 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3763
3764 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3765 annotation ensure gud-overlay-arrow-position is redisplayed.
3766
3767 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3768
3769 * textmodes/bibtex.el (bibtex-include-OPTkey)
3770 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3771 (bibtex-autokey-name-case-convert)
3772 (bibtex-autokey-titleword-case-convert): Make these the aliases
3773 for the following two variables.
3774 (bibtex-autokey-name-case-convert-function)
3775 (bibtex-autokey-titleword-case-convert-function): Make these the
3776 real names.
3777 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3778 bibtex-font-lock-crossref sublists.
3779 (bibtex-mode): Revert 2005-12-30 change (which made
3780 completion-ignore-case buffer-local).
3781 (bibtex-url): Simplify.
3782
3783 2006-03-19 Kim F. Storm <storm@cua.dk>
3784
3785 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3786 cursor property value to 2 (to align with C level change).
3787
3788 2006-03-19 Bill Wohler <wohler@newt.com>
3789
3790 * image.el (image-load-path-for-library): Shorten first line in
3791 docstring.
3792
3793 2006-03-18 Richard Stallman <rms@gnu.org>
3794
3795 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3796
3797 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3798
3799 * isearch.el (isearch-other-meta-char): Handle user bindings for
3800 shifted control characters.
3801
3802 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3803
3804 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3805 part that matches email addresses, file names, etc.
3806
3807 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3808
3809 * term/w32-win.el (mouse-set-font):
3810 Mention w32-list-proportional-fonts in the doc string.
3811
3812 2006-03-18 Kim F. Storm <storm@cua.dk>
3813
3814 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3815 (ido-unc-hosts): New user option to explicitly define list of know
3816 UNC-style hosts for completion.
3817 (ido-cache-unc-host-shares-time): New user option.
3818 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3819 New helper functions for UNC file-name support.
3820 (ido-may-cache-directory): Check for UNC host. Simplify.
3821 (ido-wash-history): Clean out old UNC hosts.
3822 (ido-nonreadable-directory-p): UNC hosts are always readable.
3823 (ido-directory-too-big-p): UNC hosts are never too big.
3824 (ido-set-current-directory): Handle UNC root path.
3825 (ido-file-name-all-completions): Complete UNC host names from
3826 ido-unc-hosts list. Cache UNC host shares.
3827 (ido-make-file-list-1): Don't filter UNC root.
3828 (ido-exhibit): Check for // in root directory, and switch to UNC
3829 mode by setting ido-current-directory to //.
3830
3831 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3832
3833 * cus-edit.el (customize-changed-options): Mention explicit
3834 version number as default in prompt.
3835
3836 2006-03-17 Bill Wohler <wohler@newt.com>
3837
3838 * image.el (image-load-path-for-library): Minor docstring fix.
3839
3840 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3841
3842 * textmodes/org.el (org-read-date): Include subgroup 5 into
3843 replacement text.
3844 (org-popup-calendar-for-date-prompt): Fix customization type.
3845
3846 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3847
3848 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3849 (gdb-continuation): New variable.
3850 (gdb-send): Deal with continuation lines.
3851
3852 * progmodes/gud.el (gud-gdb-complete-command)
3853 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3854 expressions.
3855 (gud-tooltip-mode): Use buffer-local value.
3856
3857 2006-03-16 Kim F. Storm <storm@cua.dk>
3858
3859 * ido.el (ido-edit-input): Use selected match, if any.
3860
3861 2006-03-16 Bill Wohler <wohler@newt.com>
3862
3863 * image.el (image-load-path-for-library): Prefer user's images in
3864 image-load-path.
3865
3866 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3867
3868 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3869 when checking for attempt to drag leftmost or rightmost scrollbar.
3870
3871 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3872
3873 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3874 (gdb-force-mode-line-update): New function.
3875 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3876 (gdb-exited): Use them.
3877 (gdb-signal): New function.
3878 (gdb-annotation-rules): Provide a rule for it.
3879
3880 2006-03-16 Kenichi Handa <handa@m17n.org>
3881
3882 * international/mule.el (auto-coding-regexp-alist): Add entries
3883 for Unicode BOM.
3884
3885 * sort.el (sort-build-lists): Temporarily bind
3886 inhibit-field-text-motion to t.
3887
3888 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3889
3890 * locate.el (locate-command, locate-make-command-line)
3891 (locate-fcodes-file, locate-update-command)
3892 (locate-prompt-for-command, locate, locate-with-filter)
3893 (locate-get-file-positions): Doc fixes.
3894 (locate-buffer-name, locate-header-face): Remove leading `*' in
3895 defcustom.
3896 (locate-filter-output): Use `keep-lines' instead of its alias
3897 `delete-non-matching-lines'.
3898 (locate-get-filename, locate-get-dirname): Add introductory comment.
3899 (locate-find-directory-other-window): Give appropriate error
3900 message if used outside main listing.
3901
3902 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3905 the new extend-region feature.
3906 (font-lock-after-change-function): Update correspondingly.
3907 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3908 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3909
3910 2006-03-15 Bill Wohler <wohler@newt.com>
3911
3912 * image.el (image-load-path-for-library): Fix example by not
3913 recommending that one binds image-load-path. Just defvar it to
3914 placate compiler and only use it if previously defined.
3915
3916 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3917
3918 * textmodes/org.el (org-insert-centered): Use `string-width' to
3919 make underlining work for wide characters.
3920 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3921 TAB to `org-cycle', to make sure that no binding in
3922 `outline-mode-map' can supercede it.
3923
3924 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3925
3926 * allout.el: Increment version to 2.2.1 in file commentary.
3927
3928 (allout-version): Increment to 2.2.1.
3929
3930 (allout-default-layout): New customization variable, used when the
3931 file lacks a specific allout-layout. Uses allout-layout-type for
3932 recursively nested definition.
3933
3934 (allout-layout-type): Widget defining allout layouts, necessary for
3935 self-recursive definition.
3936
3937 (allout-mode): Incorporate allout-default-layout as fallback for
3938 allout-layout.
3939
3940 (allout-layout): Mark as 'safe-local-variable', and refer mention
3941 fallback to `allout-default-layout' in absence of a specified value.
3942 (allout-passphrase-verifier-string)
3943 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3944
3945 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3946
3947 (allout-get-encryption-passphrase-verifier): Use correct name of
3948 passphrase verifier in docstring.
3949
3950 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3951
3952 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3953 elements.
3954 (gdb-find-watch-expression): Make it work for arrays too.
3955 Follow change to gdb-var-list.
3956 (gud-watch): Allow the user to enter variable name with a prexix
3957 arg. Create keybindings.
3958 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3959 (gdb-var-list-children-handler, gdb-var-update-handler)
3960 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3961 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3962 Follow change to gdb-var-list.
3963 (gdb-starting): Don't show the overlay arrows when program is running.
3964
3965 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3966 gdb-var-list.
3967
3968 2006-03-14 Bill Wohler <wohler@newt.com>
3969
3970 * image.el (image-load-path-for-library): Pass value of path
3971 rather than symbol. Always return list of directories.
3972 Guarantee that image directory comes first.
3973
3974 2006-03-14 Alan Mackenzie <acm@muc.de>
3975
3976 * font-core.el (font-lock-extend-region\(-function\)?.):
3977 New function/variable.
3978
3979 * font-lock.el (font-lock-after-change-function):
3980 Call font-lock-extend-region. Obey font-lock-lines-before.
3981 (font-lock-default-fontify-region): Remove reference to
3982 font-lock-lines-before.
3983
3984 * jit-lock.el (jit-lock-after-change):
3985 Call font-lock-extend-region. Obey font-lock-lines-before.
3986
3987 2006-03-14 David Ponce <david@dponce.com>
3988
3989 * tree-widget.el (tree-widget-themes-load-path)
3990 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3991
3992 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3993
3994 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3995 (rcirc-print): Mark the start of text at the end of the prompt.
3996 (rcirc-track-minor-mode): Add autoload cookie.
3997 (rcirc-update-activity-string): Add space to front of mode-line
3998 indicator.
3999
4000 2006-03-13 Miles Bader <miles@gnu.org>
4001
4002 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4003 (rcirc-abbrev-nick): Remove function.
4004 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4005
4006 2006-03-13 David Ponce <david@dponce.com>
4007
4008 * tree-widget.el: Handle themes across all occurrences of the main
4009 themes sub-directory found in tree-widget-themes-load-path.
4010 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4011 (tree-widget--locate-sub-directory): Return all occurrences.
4012 (tree-widget-themes-path): New function.
4013 Replace tree-widget-themes-directory, and return a list of directories.
4014 (tree-widget-set-parent-theme)
4015 (tree-widget-lookup-image): Use it.
4016
4017 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4018
4019 * textmodes/org.el (org-link-search): Avoid self-matching of
4020 links, allow target text to be distributed over several lines.
4021 (org-search-not-link): New function.
4022 (org-set-regexps-and-options, org-get-current-options):
4023 New startup options.
4024 (org-export-as-html): Take odd-level setting from local variable.
4025 (org-fontify-emphasized-text): New option.
4026 (org-set-font-lock-defaults): Include emphasized text.
4027 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4028 (org-font-lock): Customize group renamed from `org-faces'.
4029
4030 2006-03-13 John Paul Wallington <jpw@pobox.com>
4031
4032 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4033 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4034
4035 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4036
4037 * cus-start.el (all): Delete :version keyword for members of the
4038 fringe group, since the entire group is new in 22.1.
4039
4040 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4041
4042 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4043 map if value is hexadecimal (an address).
4044 (gud-watch): Only search roots for existing watch expressions.
4045 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4046 prevent caching problems with speedbar-update-directory-contents.
4047
4048 2006-03-12 Juri Linkov <juri@jurta.org>
4049
4050 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4051 before comparing with `low' and `warn'.
4052
4053 * info.el (Info-dir-remove-duplicates): Move point to the
4054 beginning of the current line after deleting the entries from
4055 redundant heading. Use marker for `limit' and compare it with
4056 point before calling `re-search-forward'.
4057
4058 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4059
4060 * simple.el (yank): Fix typo in docstring.
4061
4062 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4063
4064 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4065 messages, where "D" is the 6th character.
4066
4067 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4068
4069 * simple.el (yank): Fix last change.
4070
4071 2006-03-11 David Ponce <david@dponce.com>
4072
4073 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4074 merging elements from the standard ispell-dictionary-alist.
4075 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4076 alist, and return the new alist.
4077
4078 2006-03-11 Richard Stallman <rms@gnu.org>
4079
4080 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4081
4082 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4083 the way it is implemented is too unclean.
4084
4085 * simple.el (kill-region, yank): Doc fix.
4086
4087 * battery.el (battery-echo-area-format): Doc fix.
4088 (battery-mode-line-format): Likewise.
4089 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4090 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4091
4092 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4093
4094 * progmodes/octave-mod.el (octave-indent-for-comment):
4095 Behave according to do string.
4096
4097 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4098
4099 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4100 Be visible only if major mode is Mail Mode.
4101
4102 * textmodes/flyspell.el (flyspell-external-point-words)
4103 (flyspell-process-localwords): Fix last changes.
4104
4105 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4106
4107 * calendar/holidays.el (list-holidays): Doc fix.
4108
4109 * international/mule.el (auto-coding-alist): Add .odt
4110 (OpenOffice's open document) files.
4111
4112 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4113 document) files. Mention in the doc string the need to sync with
4114 auto-coding-alist.
4115
4116 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4119 enable-local-variables is set to always query, or there is no
4120 savable variable.
4121
4122 2006-03-10 Bill Wohler <wohler@newt.com>
4123
4124 * image.el (image-load-path-for-library): Merge at least three
4125 functions from Gnus and MH-E into this one function that can now
4126 be shared.
4127
4128 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4129
4130 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4131 gdb-remove-mouse-face and remove help-echo too.
4132 (gdb-enqueue-input): Correct conditional clause.
4133
4134 2006-03-10 Glenn Morris <rgm@gnu.org>
4135
4136 * calendar/calendar.el (calendar-holidays): Doc fix.
4137 * calendar/holidays.el (list-holidays): Doc fix.
4138
4139 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4140
4141 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4142 it gets called in gdb-prompt anyway.
4143 (gdb-use-separate-io-buffer): Only restore window arrangement for
4144 gdb-many-windows.
4145 (gdb-enqueue-input): Make it harder to send GDB input when program
4146 is running.
4147 (gdb-buffer-list): New variable.
4148 (gdb-remove-mouse-face): New function.
4149 (gdb-starting): Use it when GDB input won't get sent.
4150
4151 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4152
4153 * help.el (view-lossage): Remove trailing whitespace before
4154 inserting "\n".
4155
4156 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4157
4158 * files.el (hack-local-variables-confirm):
4159 Set coding-system-for-read to nil before writing to .emacs.
4160
4161 * arc-mode.el (archive-extract): Check if an existing buffer name
4162 comes from a different archive.
4163
4164 * help.el (describe-key-briefly): If KEY is a down event, read and
4165 discard the up event.
4166
4167 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4168
4169 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4170 be edited and use font-lock-warning-face for any changes.
4171
4172 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4173 (gdb-edit-value): Use it to report any errors.
4174
4175 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * help.el (describe-key): Remove leftover test code.
4178
4179 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4180
4181 * textmodes/org.el: Move defvars out of eval-when-compile.
4182 Use buffer-file-name variable.
4183 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4184 arg `file'.
4185 (org-level-faces): Remove startup dependency.
4186 (org-cycle, org-map-tree, org-scan-tags)
4187 (org-remember-handler): Don't call `outline-level' directly.
4188 (org-mhe-search-all-folders): New option.
4189 (org-mhe-get-message-folder-from-index)
4190 (org-mhe-get-message-folder): Fix indexing search.
4191 (org-format-agenda-item): Handle nil TAGS argument.
4192 (org-cleaned-string-for-export, org-activate-target-links)
4193 (org-make-target-link-regexp): Deal with empty radio target list.
4194 (org-tag): New face.
4195 (org-get-level-face): New function.
4196 (org-set-font-lock-defaults): Simplify setup for headlines.
4197 (org-complete): Pass common substring to `display-completion-list'.
4198
4199 2006-03-06 David Ponce <david@dponce.com>
4200
4201 * tree-widget.el: Update Commentary header.
4202 (tree-widget-theme-name): Ignore parent themes.
4203 (tree-widget-set-parent-theme): New function.
4204 (tree-widget-set-theme): Use it.
4205 (tree-widget-set-image-properties): Move definition. Does nothing
4206 if image properties have already been set.
4207 (tree-widget-image-properties): Move definition. Receive an image
4208 name. Set the :pointer property.
4209 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4210 Don't set the :pointer image property.
4211 (tree-widget-convert-widget): New function. Handle :dynargs
4212 compatibility here.
4213 (tree-widget): Use it to :convert-widget. Add the :expander-p
4214 predicate to control when the :expander function is entered.
4215 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4216 (tree-widget-value-create): Handle :expander-p. widget-apply
4217 :expander.
4218 (tree-widget-expander-p): New function. Default value of the
4219 :expander-p property.
4220
4221 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4222
4223 * help.el (describe-key): Properly handle the return value of
4224 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4225 remaps. Handle string and vector `follow-link' values.
4226
4227 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * complete.el (PC-expand-many-files): Try be more careful when parsing
4230 the shell's output.
4231
4232 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * outline.el (hide-sublevels): Provide better interactive default.
4235
4236 2006-03-06 Kenichi Handa <handa@m17n.org>
4237
4238 * international/fontset.el (create-fontset-from-fontset-spec):
4239 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4240
4241 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4242
4243 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4244 backslashes instead of one in regexp.
4245 (gud-tooltip-dereference): Add missing optional argument.
4246
4247 2006-03-04 John Paul Wallington <jpw@pobox.com>
4248
4249 * wdired.el (toplevel): Require `cl' at compile-time.
4250
4251 2006-03-04 Andreas Schwab <schwab@suse.de>
4252
4253 * server.el (server-process-filter): Handle errors during
4254 evaluation of the argument.
4255
4256 2006-03-03 John Paul Wallington <jpw@pobox.com>
4257
4258 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4259 escape parentheses at beginning of line.
4260 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4261 (t-mouse-mode): Remove period from end of error message.
4262
4263 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4264
4265 * textmodes/flyspell.el (flyspell-process-localwords):
4266 Be case-sensitive.
4267
4268 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4269
4270 * cus-edit.el (custom-quote): Remove function, since it has been
4271 moved to custom.el.
4272
4273 * font-lock.el (lisp-font-lock-keywords-2)
4274 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4275 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4276 they have no special meaning.
4277
4278 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4279 indirect buffer gets killed before indirect buffer. Use dolist.
4280
4281 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4282
4283 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4284 value instead of a literal constant (1) on more pauses.
4285
4286 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4287
4288 * textmodes/flyspell.el (flyspell-external-point-words):
4289 Be case-sensitive.
4290
4291 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4292
4293 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4294 with "www".
4295
4296 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4297
4298 * allout.el: Restablish intermediate missing comment header to
4299 preserve outline structure.
4300 (allout-beginning-of-current-entry): Skip invisible text.
4301 (allout-open-topic): Fix opening a topic at end-of-buffer.
4302 (allout-minor-mode): Move nearer to allout-mode function.
4303
4304 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4305
4306 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4307
4308 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4309
4310 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4311 is nil.
4312
4313 * progmodes/gud.el (gud-speedbar-menu-items):
4314 Use buffer-local-value and add missing :visible keyword.
4315
4316 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4317
4318 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4319
4320 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4321 must be `follow-link'.
4322
4323 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4324
4325 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4326 formatting: No nested anchors.
4327 (org-all-targets): Fix bug with XEmacs compatibility.
4328 (org-read-date): Add (require 'parse-time).
4329 (org-set-tags): Fix bug with extra inserted space.
4330 (org-export-html-style): Define a style class for targets.
4331 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4332 (org-hide-leading-stars): New option.
4333 (org-hide): New face.
4334 (org-set-font-lock-defaults): Allow to hide leading stars.
4335 (org-get-legal-level, org-tr-level): New functions.
4336 (org-odd-levels-only): New option.
4337 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4338 (org-demote, org-promote): Deal with double-star levels.
4339 (org-convert-to-odd-levels): New command.
4340
4341 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4342
4343 * speedbar.el (speedbar-update-localized-contents): Try to
4344 preserve window-start.
4345 (speedbar-update-directory-contents): Try to preserve window-start
4346 and window-point.
4347 (speedbar-update-special-contents): Don't move back to start of window.
4348
4349 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4350 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4351 speedbar-timer-fn.
4352 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4353 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4354 instead of gdb-speedbar-timer-fn.
4355
4356 2006-02-28 Jay Belanger <belanger@truman.edu>
4357
4358 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4359 (math-compose-expr): Use latex option when calling
4360 `math-compose-tex-matrix' for latex mode.
4361
4362 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4363
4364 * speedbar.el: Re-instate comments about developing for speedbar
4365 [this is what info and gdb-ui use even if better methods exist now].
4366
4367 * t-mouse.el: New file.
4368 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4369 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4370 (t-mouse-make-event-element): Use posn-at-x-y instead.
4371 (t-mouse-make-event): Deal with Fedora Core 3.
4372 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4373 (t-mouse-mouse-position-function): New function. Use it instead
4374 of advising mouse-position.
4375 (t-mouse-mode): New minor mode.
4376 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4377
4378 2006-02-27 Glenn Morris <rgm@gnu.org>
4379
4380 * calendar/calendar.el (calendar-holidays): Doc fix.
4381
4382 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4385 Re-introduce the concept of a source window.
4386 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4387 consistency with get-buffer-create.
4388 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4389 (gdb-data-list-register-values-handler)
4390 (gdb-stack-list-locals-handler): Try to preserve window-start as
4391 well as window-point.
4392 (gdb-display-source-buffer): New function (old concept).
4393 (gdb-goto-breakpoint): Use it.
4394
4395 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4396 for gdb-ui/gdb-mi (old concept).
4397
4398 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4399
4400 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4401 binding.
4402
4403 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4404
4405 * textmodes/reftex-sel.el (reftex-select-label-map)
4406 (reftex-select-bib-map): Add `follow-mouse' binding.
4407
4408 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4409
4410 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4411 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4412 Give :set functions to provide automatic updating.
4413 Update docstring. Give compiler defvars early in the file
4414 and move the defcustoms to a later spot where all called functions
4415 are defined.
4416 (jka-compr-file-name-handler-entry): Doc fix.
4417 (jka-compr-compression-info-list--internal)
4418 (jka-compr-mode-alist-additions--internal)
4419 (jka-compr-load-suffixes--internal): New variables.
4420 (jka-compr-install): Set the three above variables.
4421 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4422 (jka-compr-update, jka-compr-set): New functions.
4423 (auto-compression-mode): Doc fix.
4424
4425 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4426 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4427 Use jka-compr-compression-info-list--internal,
4428 jka-compr-mode-alist-additions--internal and
4429 jka-compr-load-suffixes--internal.
4430
4431 * files.el (load-library):
4432 * loadhist.el (file-loadhist-lookup):
4433 * startup.el (command-line):
4434 * subr.el (locate-library):
4435 * emacs-lisp/autoload.el (update-directory-autoloads):
4436 * emacs-lisp/find-func.el (find-library-suffixes):
4437 Use `get-load-suffixes' instead of `load-suffixes'.
4438
4439 * subr.el (locate-library):
4440 * emacs-lisp/find-func.el (find-library-name):
4441 Use `load-file-rep-suffixes' instead of '("").
4442
4443 2006-02-26 Kim F. Storm <storm@cua.dk>
4444
4445 * ido.el (ido-save-history, ido-load-history): Simplify.
4446 Don't use find-file-noselect to avoid interference from other modes.
4447
4448 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4449
4450 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4451 to use the default shell if filename is not available.
4452 Reported by Giorgos Keramidas.
4453
4454 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4455
4456 * progmodes/etags.el (tags-completion-table): Do completion from
4457 all the tables in the current list, as documented in the manual.
4458
4459 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4460
4461 * CC Mode Update to 5.31.3.
4462
4463 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4464
4465 * progmodes/cc-mode.el (c-postprocess-file-styles):
4466 Bind inhibit-read-only to t, around the call to
4467 c-remove-any-local-eval-or-mode-variables, so that it works on a
4468 RO file.
4469
4470 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4471
4472 * progmodes/cc-awk.el: Correct a typo.
4473
4474 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4475
4476 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4477 c-hungry-delete-backwards, at the request of RMS. Leave the old
4478 name as an alias.
4479
4480 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4481
4482 * progmodes/cc-mode.el: Correct a typo.
4483
4484 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4485
4486 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4487
4488 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4489
4490 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4491 brace-else-brace (error due to mbeg, mend being undefined).
4492
4493 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4494
4495 * progmodes/cc-mode.el: File Local variables: Solve the problem
4496 where both `mode' and c-file-offsets are specified: `mode' will
4497 overwrite c-f-o's settings:
4498 (c-remove-any-local-eval-or-mode-variables): New function.
4499 (c-postprocess-file-styles): Call the above new function, within
4500 c-tentative-buffer-change, to splat `mode' and `eval' before the
4501 second hack-local-variables.
4502
4503 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4504
4505 * progmodes/cc-mode.el:
4506 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4507 (c-after-change): Protect the match data with save-match-data.
4508 It was getting corrupted by c-after-change-check-<>-operators.
4509
4510 * cc-defs.el: [Supersedes patch V1.38]:
4511 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4512 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4513
4514 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4515 with save-match-data. It was being corrupted when Font Lock was
4516 not enabled.
4517
4518 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4519
4520 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4521 Mode and Subword Mode.
4522
4523 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4524 real labels ("case 1:" or "foo:") from non-labels ("public:").
4525 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4526 coding; c-f-t-2 doesn't move over a token at EOB.
4527
4528 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4529
4530 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4531 (c-update-modeline): Concatenate the minor mode indicators
4532 directly onto mode-name, removing c-submode-indicators.
4533 Sometimes, c-s-i got separated from the mode name on the mode line.
4534
4535 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4536 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4537
4538 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4539
4540 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4541 error message when there's an evaluation error to show whether
4542 it's loaded from source or not.
4543 (c-filter-ops): Make it available at runtime too to work when
4544 `c-make-init-lang-vars-fun' needs to evaluate from source.
4545
4546 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4547
4548 * help.el (help): Revert last part of 2006-02-23 change (deletion
4549 of the `provide' call).
4550
4551 2006-02-23 Juri Linkov <juri@jurta.org>
4552
4553 * compare-w.el (compare-windows-highlight): Add new value
4554 `persistent' and change :type from `boolean' to `choice'.
4555 (compare-windows-overlays1, compare-windows-overlays2):
4556 New internal variables.
4557 (compare-windows-highlight): If compare-windows-highlight is
4558 `persistent', add current overlays to compare-windows-overlays[12]
4559 instead of adding compare-windows-dehighlight to pre-command-hook.
4560 (compare-windows-dehighlight): Delete all overlays from
4561 compare-windows-overlays[12].
4562
4563 * info.el (Info-search): Don't bind search-spaces-regexp to
4564 Info-search-whitespace-regexp in non-regexp isearch mode.
4565
4566 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4569
4570 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * textmodes/org.el (org-xemacs-p)
4573 (org-export-html-show-new-buffer, org-table-may-need-update)
4574 (org-insert-item, org-mhe-get-message-real-folder)
4575 (org-mhe-get-message-folder-from-index)
4576 (org-mhe-get-message-folder, org-mhe-get-message-num)
4577 (org-mhe-get-header, org-make-org-heading-search-string)
4578 (org-make-org-heading-camel, org-table-sort-lines)
4579 (org-format-org-table-html, org-format-table-table-html):
4580 Fix typos in docstrings.
4581
4582 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4583
4584 * textmodes/org.el (org-cleaned-string-for-export)
4585 (org-solidify-link-text): New function.
4586 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4587 XEmacs, just to silence the compiler.
4588 (org-export-as-ascii, org-export-as-html-and-open):
4589 Use `org-cleaned-string-for-export' and create internal links.
4590 (org-follow-mhe-link): Require mh-e, use folder.
4591
4592 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4593
4594 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4595
4596 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4597 gdb-debug-log-length.
4598 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4599 it a real ring but...
4600 (gud-gdba-marker-filter): ...make it work like mark-ring.
4601 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4602 (gdb-mouse-jump): New function. Add bindings.
4603
4604 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4605
4606 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4607 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4608 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4609 (gdb-debug-log-length): Customize it's length.
4610 (gud-watch, gdb-var-create-handler): Display function::var format
4611 but don't use to create variable object.
4612 (gdb-var-create-handler): Use message-box in place of message.
4613 (gdb-stopped): Call gdb-exited if signalled.
4614
4615 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4616
4617 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4618
4619 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4620
4621 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4622 if `reftex-try-all-extensions' is set.
4623
4624 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4625 fail silently when there is no valid argument at point.
4626 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4627 `fail-silently' argument. From a patch by David Reiter.
4628
4629 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4630 New commands.
4631 (org-mark-ring): New variable.
4632 (org-mark-ring-length): New option.
4633 (org-open-at-point, org-goto, org-open-file): Push old position
4634 onto the mark ring.
4635 (org-add-hook): New function.
4636 (org-export-table-remove-special-lines): New option.
4637 (org-skip-comments, org-format-org-table-html): Respect new
4638 option `org-export-table-remove-special-lines'.
4639 (org-open-file): Allow special command configuration for
4640 directory link.
4641 (org-file-apps): Fix bugs in customize type, added setting
4642 for directories.
4643 (org-activate-tags, org-format-agenda-item, org-complete)
4644 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4645 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4646 (org-link-search, org-make-org-heading-search-string)
4647 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4648 (org-radio-targets, org-file-link-context-use-camel-case)
4649 (org-activate-camels): New options.
4650 (org-update-radio-target-regexp, org-all-targets)
4651 (org-make-target-link-regexp, org-activate-target-links):
4652 New functions.
4653 (org-make-org-heading-search-string): New function.
4654 (org-store-link, org-insert-link): Use new option
4655 `org-file-link-context-use-camel-case'.
4656 (org-activate-camels): Use new option `org-activate-camels'.
4657 (org-link-regexp): Add mhe prefix.
4658 (org-open-at-point, org-store-link): Support for mhe links.
4659 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4660 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4661 (org-mhe-get-header, org-follow-mhe-link): New functions.
4662 (org-remove-angle-brackets, org-add-angle-brackets):
4663 New functions.
4664 (org-bracket-link-regexp): New constant.
4665 (org-read-date): Fix bug that was rejecting all typed dates.
4666 (org-link-search): Make hierarchy above visible after a match.
4667 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4668 (org-store-link): Fix bug with link creation when cursor is in
4669 an empty line.
4670 (org-open-at-point): Fix bug with matching a link.
4671 Fixed buggy argument sequence in call to `org-view-tags'.
4672 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4673 (org-prefix-has-tag): New variable.
4674 (org-format-agenda-item): Remove tags from headline
4675 if appropriate.
4676 (org-agenda-remove-tags-when-in-prefix): New option.
4677
4678 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4679
4680 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4681 Fix the regular expressions.
4682
4683 2006-02-21 Richard M. Stallman <rms@gnu.org>
4684
4685 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4686 if there's no other specific basis.
4687
4688 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4689 as variables at all.
4690 (unsafep-variable): Rename arg; doc fix.
4691
4692 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4693
4694 * calendar/appt.el (diary-selective-display): Add defvar.
4695
4696 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4697
4698 * isearch.el (search-whitespace-regexp): Fix custom type.
4699
4700 * help.el (describe-key-briefly): Compute interactive args
4701 in same was as before previous change.
4702
4703 * files.el (enable-local-variables): Doc fix.
4704
4705 2006-02-21 Kim F. Storm <storm@cua.dk>
4706
4707 * fringe.el: Cleanup as file is now pre-loaded.
4708 (fringe-bitmaps): Initialize unconditionally.
4709 (fringe-mode, set-fringe-style): Remove autoload cookies.
4710
4711 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4712
4713 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4714 `horizontal-bar'.
4715 (fringe-cursor-alist): Use `horizontal-bar'.
4716
4717 2006-02-20 Kim F. Storm <storm@cua.dk>
4718
4719 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4720 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4721
4722 * loadup.el: Load "fringe" on window systems.
4723
4724 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4725
4726 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4727 out of scope components.
4728
4729 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4730 default.
4731
4732 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * custom.el (customize-mark-to-save, customize-mark-as-set):
4735 Load the symbol first.
4736
4737 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4738
4739 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4740 strech spec so it doesn't display as "^J" on the header line
4741 when `Buffer-menu-use-header-line' is t.
4742
4743 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4744
4745 * speedbar.el (speedbar-make-button): Keep text properties
4746 of string arguments if desired.
4747
4748 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4749 expessions.
4750
4751 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4752 of speedbar.
4753
4754 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4755
4756 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4757 to value of `read-file-name-completion-ignore-case'.
4758
4759 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4760
4761 * custom.el (customize-mark-as-set): Push to `user' theme.
4762
4763 * cus-edit.el (custom-save-variables): Allow unthemed values.
4764 (customize-set-variable): Push setting to `user' theme.
4765
4766 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4767
4768 * progmodes/gud.el: Don't require font-lock as it's now
4769 automatically loaded.
4770 (gud-speedbar-buttons): Replace gdb-var-changed with
4771 gdb-force-update.
4772
4773 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4774 gdb-var-changed.
4775 (gdb-post-prompt): Use it.
4776 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4777 (gdb-var-update-handler, gdb-var-delete)
4778 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4779 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4780 gdb-force-update in gdb-post-prompt.
4781 (gdb-reset): Clear watch expressions from speedbar when quitting.
4782
4783 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4784
4785 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4786 (viper-change-state-to-vi, viper-change-state-to-emacs):
4787 Make aware of cursor coloring in the Emacs state.
4788 (viper-special-read-and-insert-char): Use read-char-exclusive.
4789 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4790
4791 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4792
4793 * viper-util.el (viper-save-cursor-color)
4794 (viper-get-saved-cursor-color-in-replace-mode)
4795 (viper-get-saved-cursor-color-in-insert-mode)
4796 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4797 state.
4798 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4799
4800 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4801 (ediff-ignore-case-option3, ediff-actual-diff-options)
4802 (ediff-actual-diff3-options): New variables to control case sensitivity.
4803 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4804 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4805 (ediff-toggle-ignore-case): New function.
4806 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4807
4808 * ediff-help.el (ediff-long-help-message-narrow2)
4809 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4810 (ediff-long-help-message-word-mode): Add ignore-case command.
4811 (ediff-help-for-quick-help): Add ignore-case command.
4812
4813 * ediff-merg.el: Move provide to the end.
4814
4815 * ediff-ptch.el: Move provide to the end.
4816
4817 * ediff-wind.el: Move provide to the end.
4818
4819 * ediff-mult.el: Move provide to the end.
4820 (ediff-set-meta-overlay): Enable follow-link.
4821
4822 * ediff.el: Move provide to the end.
4823 Break recursive load cycle in eval-when-compile.
4824 (ediff-patch-buffer): Better heuristics.
4825
4826 * ediff-util.el: Move provide to the end.
4827 Break recursive load cycle in eval-when-compile.
4828 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4829 defuns.
4830 (ediff-submit-report): Pass the values of ediff-diff3-program,
4831 ediff-diff3-options.
4832
4833 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4836 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4837 `' (for example, in the docstring of `windmove-default-keybindings').
4838
4839 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4840
4841 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4842 shadow face. Don't provide binding to edit variable when it is
4843 out of scope.
4844
4845 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4846 (gdb-var-update-handler): Detect out of scope variables with pre
4847 GDB 6.4 too.
4848 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4849 Reset status of variable objects to nil in update handlers.
4850 (gdb-var-update-handler-1): Detect when a variable object comes
4851 in scope. setcar on var changes gdb-var-list directly.
4852
4853 2006-02-17 Juri Linkov <juri@jurta.org>
4854
4855 * ffap.el (ffap) <defface>: Add explicit face declaration.
4856 (ffap-highlight): Use face `ffap' directly instead of checking
4857 for its existence.
4858
4859 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4860 `visible-ok' of `other-buffer' to find the right original buffer.
4861
4862 * info.el (Info-search): Skip `Local Variables' node.
4863
4864 2006-02-17 Juri Linkov <juri@jurta.org>
4865
4866 * info.el (Info-find-file): Check for symbols `apropos', `history',
4867 `toc' in the input filename, and return these symbols as is.
4868 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4869 `history', `toc' instead of strings.
4870 (Info-set-mode-line): For non-string Info-current-file use the
4871 symbol's name inside **.
4872 (Info-isearch-push-state): Add quote before Info-current-file and
4873 Info-current-node.
4874 (Info-isearch-pop-state): Use `equal' instead of `string='.
4875 (Info-extract-pointer, Info-following-node-name): Use
4876 `match-string-no-properties' instead of `match-string'.
4877 (Info-up): Check `old-file' for `stringp'.
4878 (Info-history): Use `equal' instead of `string-equal'.
4879 Check `file' for `stringp'.
4880 (Info-history): Use symbol `history' instead of string as first arg
4881 of `Info-find-node'.
4882 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4883 `toc' instead of string.
4884 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4885 instead of `buffer-substring', and `match-string-no-properties'
4886 instead of `match-string'.
4887 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4888 instead of strings.
4889 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4890 Use symbol `apropos' instead of string.
4891 (Info-copy-current-node-name): Check `Info-current-file' for
4892 `stringp' and construct a command with `Info-find-node' from it.
4893 (Info-fontify-node): Use `match-string-no-properties' instead of
4894 `match-string' and check file names for `stringp'.
4895 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4896 `history', `toc' instead of strings.
4897
4898 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * files.el: Rearrange functions and variables in the file local
4901 variables section.
4902
4903 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4904
4905 * files.el: Add truncate-lines, ispell-check-comments and
4906 ispell-local-dictionary as safe local variables.
4907
4908 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4909
4910 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4911 out of scope variables.
4912 (gud-speedbar-buttons): Use unless.
4913
4914 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4915 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4916 (gdb-show-changed-values): Also use for out of scope variables.
4917 (gdb-var-update-handler-1): Note if variable goes out of scope.
4918
4919 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4920
4921 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4922 default to global variable values for unsupplied args.
4923 (rcirc-get-buffer-create): Fix bug with setting the target.
4924 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4925 test for rcirc-always-use-server-buffer-flag here.
4926 (rcirc-response-formats): Add %N, which is a facified nick. %n
4927 uses the default face. Change the ACTION format string. If the
4928 "nick" is the server, don't print anything for that field.
4929 Comment fixes.
4930 (rcirc-target-buffer): Don't test
4931 rcirc-always-use-server-buffer-flag here.
4932 (rcirc-print): Squeeze extra spaces out of the text before message.
4933 (rcirc-put-nick-channel): Strip potential "@" char from nick
4934 before adding them to nick table.
4935 (rcirc-url-regexp): Improve to match address like "foo.com".
4936
4937 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4938
4939 * allout.el (allout-hidden-p): Move this defsubst before
4940 allout-overlay-interior-modification-handler, where it is first
4941 used.
4942
4943 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4944
4945 * allout.el: Use allout invisible-text overlays instead of
4946 selective display for concealed text. Also, lots of general
4947 cleanup, and improved compatibility code.
4948
4949 (allout-version) Incremented, corrected, revised, and refined
4950 module commentary.
4951
4952 (provide 'allout): Moved to the bottom, added a require of overlay.
4953
4954 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4955 `except-current'.
4956 (allout-write-file-hook-handler): Minimize delay.
4957 (count-trailing-whitespace-region): New function so
4958 auto-encryption of current topic can resituate cursor exactly.
4959 PGP/GPG encryption trims trailing whitespace from lines, which
4960 must be accounted for across encryption then decryption.
4961
4962 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4963 just plain "\C-c", to avoid intruding on user's keybinding space.
4964
4965 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4966 parameter, so user request to provide a new password is done.
4967
4968 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4969 Refined mechanism for auto-filling behavior while in allout mode.
4970
4971 (allout-mode): Explicitly specify the mode map in the docstring.
4972 Clarify provision for various write-file hook var names.
4973 Adjusted for invisible-text overlays instead of selective-display.
4974
4975 (allout-depth): Really return 0 if not within any topic. This
4976 rectifies `allout-beginning-of-level' and sequence numbering
4977 errors that occur when cutting and pasting numbered topics.
4978 Changed from a in-line subst to a regular function, as well.
4979
4980 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4981
4982 (allout-end-of-subtree, allout-end-of-subtree)
4983 (allout-end-of-entry, allout-end-of-current-heading)
4984 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4985 (allout-show-children, allout-show-to-offshoot)
4986 (allout-hide-current-entry, allout-show-current-entry): Rectified
4987 handling of trailing blank lines between items.
4988
4989 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4990 (allout-current-depth, allout-unprotected, allout-hidden-p)
4991 (allout-on-current-heading-p, allout-listify-exposed)
4992 (allout-chart-subtree, allout-goto-prefix)
4993 (allout-back-to-current-heading, allout-get-body-text)
4994 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4995 (allout-hide-region-body, allout-toggle-subtree-encryption)
4996 (allout-encrypt-string, allout-encrypted-key-info)
4997 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4998 (allout-file-vars-section-data): Adjusted for use with
4999 invisible-text overlays instead of selective-display.
5000
5001 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5002 Reworked for use with invisible text overlays.
5003
5004 (allout-current-topic-collapsed-p): New function.
5005
5006 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5007 to know when to close the containing topic.
5008
5009 (allout-pre-command-business, allout-post-command-business):
5010 Simplify undo-batching and dynamic isearch exposure.
5011
5012 (allout-set-overlay-category): New for invisible-text overlays.
5013 Sets properties of allout-overlay-category, used by
5014 allout-flag-region to set invisible-text overlay properties.
5015 (allout-get-invisibility-overlay): Get the first qualifying
5016 invisibility overlay, so we can find the extent of it.
5017 (allout-back-to-visible-text): Get to just before the beginnining
5018 of the current invisibility overlay, if any.
5019
5020 (allout-overlay-insert-in-front-handler)
5021 (allout-overlay-interior-modification-handler)
5022 (allout-before-change-handler, allout-isearch-end-handler): New
5023 functions to handle extraordinary actions affecting concealed
5024 text.
5025
5026 (allout-flag-region): Use overlays instead of selective-display
5027 for invisible text - by inheritence from the properties of
5028 allout-overlay-category in mainline Emacs, and applied
5029 property-by-property in XEmacs, some recent versions of which
5030 don't inherit the properties from the category. Provisions to
5031 respond to concealed-text edits simplified drastically.
5032
5033 (allout-isearch-rectification, allout-isearch-was-font-lock)
5034 (allout-isearch-expose, allout-enwrap-isearch)
5035 (allout-isearch-abort, allout-pre-was-isearching)
5036 (allout-isearch-prior-pos, allout-isearch-did-quit)
5037 (allout-isearch-dynamic-expose)
5038 (allout-hide-current-entry-completely): Functions deleted.
5039
5040 (allout-undo-aggregation): Explicit undo aggregation no longer
5041 necessary due to transition away from selective-display.
5042
5043 (set-allout-regexp, allout-up-current-level)
5044 (allout-next-visible-heading, allout-forward-current-level)
5045 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5046 (allout-kill-line, allout-yank-processing, allout-show-children)
5047 (allout-expose-topic, allout-old-expose-topic)
5048 (allout-listify-exposed, allout-insert-latex-header)
5049 (allout-toggle-subtree-encryption, allout-encrypt-string)
5050 (remove-from-invisibility-spec, allout-hide-current-subtree):
5051 Ditched unused variables.
5052
5053 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5054
5055 * textmodes/ispell.el (ispell-change-dictionary): Call
5056 ispell-buffer-local-dict instead of
5057 ispell-accept-buffer-local-defs.
5058 (ispell-local-dictionary-alist): Accept as valid any coding-system
5059 supported by Emacs.
5060 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5061 changed to iso-8859-3.
5062
5063 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5064
5065 * speedbar.el (speedbar-frame-width): Make an inline function
5066 instead of a macro. Use frame-width.
5067 (speedbar-try-completion, speedbar-update-contents)
5068 (speedbar-timer-fn): Use consp.
5069 (speedbar-update-localized-contents): Try to preserve point.
5070
5071 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5072 (menu): Re-order menu items.
5073 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5074 field.
5075 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5076 (gdb-post-prompt): Speed things by not forcing update.
5077
5078 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5081 press and perform default action if we get a mouse movement event.
5082
5083 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5084
5085 * calendar/icalendar.el (icalendar--get-event-property)
5086 (icalendar--get-event-property-attributes): Fix typos in
5087 docstrings.
5088
5089 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5090 docstring.
5091
5092 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5093
5094 * bs.el (bs-mode): Use `buffer-disable-undo'.
5095 (bs--get-file-name): Simplify.
5096 (bs-show-in-buffer): Mark the buffer as not modified.
5097
5098 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5099
5100 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5101 widget-button-click.
5102
5103 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5104 (custom-mode): Update docstring.
5105
5106 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5107 binding.
5108
5109 * files.el (hack-local-variables-confirm): Allow scrolling if the
5110 file variable list is too long. Kill temp buffer after use.
5111
5112 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5113
5114 * progmodes/gud.el (gdb): Improve doc string.
5115 (gdb-script-font-lock-keywords): Expand allowed character set.
5116
5117 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5118 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5119 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5120 (gdb-separate-io-stop, gdb-separate-io-eof):
5121 Rename from gdb-inferior-* to gdb-separate-*.
5122 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5123
5124 2006-02-14 Jay Belanger <belanger@truman.edu>
5125
5126 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5127 expression is a symbol before checking that it is bound.
5128
5129 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5130 test to see if equation can be solved.
5131
5132 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * wid-edit.el (widget-button-click): Use :pressed-face property
5135 for overlay face, if it exists.
5136
5137 * cus-edit.el (custom-manual, custom-add-see-also)
5138 (custom-add-parent-links, custom-group-link): Add :pressed-face
5139 property to links.
5140
5141 * files.el (hack-local-variables): Remove ignored variables before
5142 checking if any variables need setting.
5143
5144 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5145
5146 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5147
5148 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5149
5150 * help.el (where-is): Fix message for remapped commands.
5151
5152 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5153 Fix typos in docstrings.
5154
5155 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5156
5157 * files.el (safe-local-variable-values): New option.
5158 (hack-local-variables-prop-line): Return a list of variable-value
5159 pairs if MODE-ONLY is non-nil.
5160 (hack-local-variables): Construct list of variable-value pairs,
5161 and apply or reject them in one go. Ask for confirmation if
5162 variables are not known safe.
5163 (hack-local-variables-confirm): Complete rewrite. Support
5164 `safe-local-variable-values'.
5165 (enable-local-variables): Update docstring to reflect new
5166 behavior.
5167 (ignored-local-variables): Ignore ignored-local-variables and
5168 safe-local-variable-values.
5169 (safe-local-variable-p): New function.
5170 (risky-local-variable-p): `safe-local-variable' property check
5171 moved to safe-local-variable-p.
5172 (hack-one-local-variable): Checks moved to hack-local-variables.
5173
5174 (byte-compile-dynamic, c-basic-offset, c-file-style)
5175 (c-indent-level, comment-column, fill-column, fill-prefix)
5176 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5177 (no-update-autoloads, outline-regexp, page-delimiter)
5178 (paragraph-start, paragraph-separate, sentence-end)
5179 (sentence-end-double-space tab-width, version-control):
5180 Add `safe-local-variable' property.
5181
5182 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5183
5184 * icomplete.el, play/landmark.el: Change nonexistent
5185 `outline-layout' file variable to `allout-layout'.
5186
5187 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5190 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5191 to gud-comint-buffer.
5192 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5193 gdb-ui.el for gdb-mi.el.
5194 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5195 registers buffer to gdb-get-changed-registers.
5196 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5197 deletion of catchpoints (throw and catch).
5198 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5199 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5200 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5201 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5202 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5203
5204 2006-02-13 Jay Belanger <belanger@truman.edu>
5205
5206 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5207 expression is a symbol before checking that it is bound.
5208
5209 2006-02-13 Richard M. Stallman <rms@gnu.org>
5210
5211 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5212 for the minibuffer too, but not if resize-mini-windows will interfere.
5213
5214 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5215 inside `interactive' spec.
5216 (describe-key-briefly-internal, describe-key-internal):
5217 Functions merged back into their callers.
5218
5219 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5220
5221 * info.el (info-xref-visited): Inherit from info-xref too.
5222 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5223 when propertizing Info-current-file and Info-current-node.
5224
5225 2006-02-13 Juri Linkov <juri@jurta.org>
5226
5227 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5228 (tumme-thumb-name): Fix per-directory format.
5229
5230 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5231
5232 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5233
5234 2006-02-12 Miles Bader <miles@gnu.org>
5235
5236 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5237
5238 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5239
5240 * tumme.el: Remove history section. If someone needs the it, it
5241 can always be found in CVS.
5242
5243 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5244
5245 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5246 about the Thumbnail Managing Standard option.
5247
5248 2006-02-12 Richard M. Stallman <rms@gnu.org>
5249
5250 * subr.el (substitute-key-definition): Doc fix.
5251
5252 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5253
5254 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5255
5256 * info.el (Info-mode): Doc fix.
5257
5258 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5259
5260 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5263 because on Solaris a POSIX compatible "id" is needed. Reported by
5264 Magnus Henoch <mange@freemail.hu>.
5265
5266 2006-02-12 Juri Linkov <juri@jurta.org>
5267
5268 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5269 (tumme) <defgroup>: Change :group to `multimedia'.
5270 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5271 Managing Standard.
5272 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5273 Fix dostring.
5274 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5275 and %y. Fix docstring.
5276 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5277 (tumme-cmd-create-standard-thumbnail-command): New user options.
5278 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5279 is `standard'. Fix docstring.
5280 (tumme-thumb-width, tumme-thumb-height): New user options.
5281 (tumme-external-viewer): Try to find various viewers.
5282 (tumme-get-thumbnail-image): Use `create-image' instead of
5283 constructing the `image' structure.
5284 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5285 `standard'.
5286 (tumme-thumb-name): Add file name generation for standard storage.
5287 Simplify code for other storages.
5288 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5289 Add modification time %m and thumbnail-nq8 %q.
5290 Use `tumme-cmd-create-standard-thumbnail-command' if
5291 tumme-thumbnail-storage is `standard'.
5292 (tumme-dired-insert-marked-thumbs): New autoload command.
5293 (tumme-dired-after-readin-hook): New function.
5294 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5295 `tumme-thumb-size'.
5296 (tumme-display-image): Replace size-x %x and size-y %y with
5297 width %w and height %h.
5298
5299 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5300 `tumme-dired-insert-marked-thumbs'.
5301
5302 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5303
5304 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5305 include path).
5306 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5307 matching tag.
5308
5309 2006-02-12 Miles Bader <miles@gnu.org>
5310
5311 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5312 New variables.
5313 (rcirc-abbrev-nick): New function.
5314 (rcirc-format-response-string): Rewrite to use the formats in
5315 `rcirc-response-formats' and expand escape sequences therein.
5316 A text-property `rcirc-text' is added over the actual response
5317 text to make easy to find inside the returned string.
5318 (rcirc-print): When filling, just look for the `rcirc-text'
5319 text-property to find the appropriate fill prefix, instead of
5320 using hardwired patterns.
5321
5322 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5323
5324 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5325 Managing Standard.
5326
5327 2006-02-11 Kim F. Storm <storm@cua.dk>
5328
5329 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5330 Don't use insert-buffer; do insert-buffer-substring directly.
5331 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5332
5333 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5334
5335 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5336 with inhibit-read-only. Suggested by Stefan Monnier.
5337 (revert-buffer): Let insert-file-contents discard
5338 buffer-undo-list. Simplify code.
5339 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5340
5341 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5342
5343 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5344
5345 * help.el (describe-key-briefly): Now a wrapper for
5346 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5347 to t. Populate yank-menu if empty.
5348 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5349 (describe-key): Now a wrapper for describe-key-internal. Bind
5350 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5351 (describe-key-internal): Renamed from describe-key.
5352
5353 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5354
5355 * progmodes/glasses.el (glasses-separator): Doc fix.
5356 (glasses-original-separator): New defcustom.
5357 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5358
5359 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5360
5361 * mwheel.el (mouse-wheel-up-event): Doc fix.
5362
5363 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5364
5365 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5366 (tumme-dir): New function. Copied from thumbs.el.
5367
5368 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * desktop.el (desktop-outvar): Fix typo.
5371 (desktop-save-buffer-p): Doc fix.
5372
5373 * subr.el (substitute-key-definition): Fix typo.
5374
5375 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5376
5377 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5378 when window-system is mac.
5379
5380 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5381
5382 2006-02-10 Kim F. Storm <storm@cua.dk>
5383
5384 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5385 indirect-function instead of using condition-case.
5386
5387 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5388
5389 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5390 less `colloquial'...
5391
5392 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5393
5394 * tumme.el: Add a couple of todo items.
5395
5396 2006-02-09 Lars Hansen <larsh@soem.dk>
5397
5398 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5399 (highlight-changes-mode): Don't change desktop-locals-to-save.
5400
5401 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5402
5403 * image-mode.el (image-toggle-display): Clear image cache if using
5404 filename.
5405
5406 2006-02-09 Masatake YAMATO <jet@gyve.org>
5407
5408 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5409 a `dired-man' target.
5410
5411 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5412 boundary of symbols.
5413
5414 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5415
5416 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5417
5418 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5419
5420 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5421 `mapcar'; return nil.
5422
5423 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5424
5425 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5426 some other event.
5427
5428 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5429
5430 * net/rcirc.el (rcirc-startup-channels-alist):
5431 Add irc.freenode.net and #emacs as defaults.
5432 (rcirc-ignore-all-activity-flag): Remove variable.
5433 (rcirc-authinfo): New variable.
5434 (rcirc-authinfo-filename): Remove variable.
5435 (rcirc-always-use-server-buffer-flag): New flag.
5436 (rcirc): M-x rcirc will automatically connect without prompting.
5437 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5438 connection in lisp.
5439 (rcirc-process-server-response-1): Remove everything but the nick
5440 portion of the sender so it doesn't need to be done everywhere
5441 else. Update related code.
5442 (global-map): Remove global keybindings.
5443 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5444 (rcirc-send-input): Split into several functions.
5445 (rcirc-process-input-line, rcirc-process-message)
5446 (rcirc-process-command): New functions.
5447 (rcirc-target-buffer): New function to determine where to route
5448 messages.
5449 (rcirc-user-nick): Save match data.
5450 (rcirc-toggle-ignore-buffer-activity)
5451 (rcirc-update-activity-string): Remove global ignore functionality,
5452 which can be done now by toggling rcirc-track-minor-mode.
5453 (rcirc-track-minor-mode-map): New keymap.
5454 (rcirc-track-minor-mode): New minor-mode.
5455 (ignore): Make the ignore output nicer. Always print it when
5456 adding or removing nicks.
5457 (rcirc-url-regexp): Improve.
5458 (rcirc-mangle-text): Remove properties before using text in the
5459 modeline.
5460 (rcirc-authenticate): Authentication data comes from
5461 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5462 (rcirc-server-prefix): Inherit from rcirc-server.
5463
5464 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5465
5466 * Makefile.in (compile): Append "|| true" to the end of the `find'
5467 command, like compile-always does.
5468
5469 2006-02-08 Sam Steingold <sds@gnu.org>
5470
5471 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5472 output from a dead connection.
5473
5474 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5475
5476 * dired.el (dired-mode-map): Add more bindings for tumme.
5477
5478 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * wdired.el (wdired-mode-map): Use remap.
5481 (wdired-get-filename): Massage.
5482 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5483 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5484 `keymap' property rather than `local-map'.
5485
5486 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5487
5488 * tumme.el (tumme-get-thumbnail-image): New utility function.
5489 Suggested by from Chong Yidong.
5490 (tumme-dired-with-window-configuration): Rename from
5491 `tumme-dired'. Add code to save window configuration.
5492 (tumme-restore-window-configuration): New command to restore the
5493 window configuration that `tumme-dired-with-window-configuration'
5494 saves before it changes the window configuration.
5495 (tumme-show-all-from-dir): New command to display thumbnails for
5496 all files in a directory entered by the user, like M-x thumbs.
5497 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5498 have been created.
5499 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5500 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5501 Remove obsolete test function.
5502
5503 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5504
5505 * vc.el (small-temporary-file-directory): Remove defvar; there's
5506 a defcustom for it in files.el.
5507
5508 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5509 Fix typo in message.
5510 (tumme-gallery-generate): Fix typo in `error' message.
5511 (tumme-display-window-height-correction)
5512 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5513 (tumme-line-up-interactive): Dox fixes.
5514 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5515 (tumme-restore-window-configuration, tumme-format-properties-string)
5516 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5517 Fix typos in docstrings.
5518
5519 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5520
5521 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5522
5523 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5524
5525 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5526 User should use hook if desired.
5527
5528 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5529 buffer if necessary.
5530 (gdb-delete-frame-or-window): New function.
5531 (gdb-breakpoints-mode-map): Bind "q" to it.
5532
5533 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * textmodes/nroff-mode.el: Clean up name space.
5536 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5537 (nroff-mode): Obey the global setting of nroff-electric-mode.
5538 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5539
5540 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5541
5542 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5543
5544 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5545
5546 2006-02-06 Lars Hansen <larsh@soem.dk>
5547
5548 * generic-x.el (etc-fstab-generic-mode): Add file system types
5549 cifs and usbdevfs. Allow special chars in file names.
5550
5551 2006-02-05 Jay Belanger <belanger@truman.edu>
5552
5553 Update copyright notices of the files in lisp/calc.
5554
5555 2006-02-05 Romain Francoise <romain@orebokech.com>
5556
5557 Update copyright notices of all files in the lisp/play directory.
5558
5559 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5560
5561 * ldefs-boot.el: Regenerate.
5562
5563 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5564
5565 2006-02-05 Kim F. Storm <storm@cua.dk>
5566
5567 * files.el (magic-mode-regexp-match-limit): New defvar.
5568 (set-auto-mode): Use it to limit magic-mode-alist matching.
5569
5570 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5571
5572 * simple.el (display-message-or-buffer): Compare the number of
5573 characters to the frame width when determining whether a 1-line
5574 message string will fit in the echo area. Count screen lines
5575 instead of buffer lines when determining whether a multi-line
5576 message will fit in the echo area/minibuffer window.
5577
5578 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5579
5580 * info.el (Info-index, Info-mode): Improve the description of the
5581 `i' command.
5582
5583 * ldefs-boot.el: Regenerate.
5584
5585 2006-02-03 Werner Lemberg <wl@gnu.org>
5586
5587 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5588 greedy to find the closing bracket in \*[...] and similar
5589 expressions. This is a first rough fix -- many additional
5590 refinements are necessary to make nroff mode really usable with groff.
5591
5592 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5593
5594 * international/mule-cmds.el (set-locale-environment):
5595 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5596 libX11.
5597
5598 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5599
5600 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5601 archive are created in archive-tmpdir.
5602
5603 2006-02-02 John Paul Wallington <jpw@pobox.com>
5604
5605 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5606 (ibuffer-fontification-alist): Use it.
5607 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5608 to "* z" and the Ibuffer Mark menu.
5609
5610 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5611
5612 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * textmodes/table.el (*table--cell-describe-mode)
5615 (*table--cell-describe-bindings): Undo last change since
5616 print-help-return-message is not obsoleted by anything at all.
5617
5618 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5619
5620 * emulation/cua-base.el (cua-mode): Doc fix.
5621
5622 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * dframe.el (dframe-handle-make-frame-visible)
5625 (dframe-handle-iconify-frame, dframe-get-focus)
5626 (dframe-select-attached-frame, dframe-power-click)
5627 (dframe-frame-mode): Fix typos in docstrings.
5628
5629 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5630 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5631 Fix typos in docstrings.
5632
5633 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5634 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5635 (hi-lock-archaic-interface-message-used)
5636 (hi-lock-file-patterns-range): Fix typos in docstrings.
5637
5638 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5639 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5640
5641 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5642 Fix typo in docstring.
5643
5644 * net/newsticker.el (newsticker--decode-iso8601-date)
5645 (newsticker--set-customvar, newsticker--buffer-insert-item)
5646 (newsticker--do-run-auto-mark-filter)
5647 (newsticker--parse-generic-feed): Doc fixes.
5648 (newsticker--retrieval-timer-list, newsticker-url-list)
5649 (newsticker-hide-immortal-items-in-echo-area)
5650 (newsticker-hide-obsolete-items-in-echo-area)
5651 (newsticker-new-item-face, newsticker--enclosure)
5652 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5653 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5654 (newsticker--parse-generic-feed, newsticker--cache-contains)
5655 (newsticker--stat-num-items, newsticker-download-enclosures):
5656 Fix typos in docstrings.
5657
5658 * net/rcirc.el (rcirc-debug): Doc fix.
5659 (rcirc-fill-column, rcirc-receive-message-hooks)
5660 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5661 (rcirc-mode, rcirc-generate-new-buffer-name)
5662 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5663 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5664 Fix typos in docstrings.
5665 (rcirc-print): "?\ " -> "?\s".
5666 (rcirc-cmd-join): Improve argument/docstring consistency.
5667
5668 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5669
5670 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5671 before narrow-to-region.
5672
5673 2006-02-01 Richard M. Stallman <rms@gnu.org>
5674
5675 * simple.el (move-beginning-of-line): Scan properly for invis change.
5676
5677 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5678
5679 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5680
5681 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5682 change bit only when id-format is 'integer. Reported by Matt
5683 Hodges <M.P.Hodges@rl.ac.uk>.
5684
5685 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5686
5687 * hilit-chg.el (highlight-changes-initial-state)
5688 (highlight-changes-global-initial-state): Doc fixes.
5689 (highlight-changes-global-modes, global-highlight-changes):
5690 Fix typos in docstrings.
5691
5692 2006-02-01 Kim F. Storm <storm@cua.dk>
5693
5694 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5695 transient-mark-mode in doc string.
5696
5697 2006-01-31 Richard M. Stallman <rms@gnu.org>
5698
5699 * replace.el (multi-occur): Doc fix.
5700 (multi-occur-in-matching-buffers): Rename from
5701 multi-occur-by-filename-regexp. Prefix arg says match
5702 buffer names instead of file names.
5703
5704 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * bs.el: Allow non-default values of `bs-header-lines-length'.
5707 (bs--running-in-xemacs): Remove (not needed anymore).
5708 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5709 instead of `shrink-window', thus avoiding having to compute the
5710 height of the window.
5711 (bs--up): Wrap around even when there's no header.
5712 (bs--down): Use `forward-line' instead of `next-line'.
5713
5714 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * image-mode.el (image-toggle-display): Use file name if possible,
5717 instead of unnecessarily allocating a (possibly huge) lisp string.
5718
5719 2006-01-30 John Paul Wallington <jpw@pobox.com>
5720
5721 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5722 because the `assert' macro signals it at runtime.
5723
5724 * emacs-lisp/cl.el (toplevel): Remove definition of
5725 `cl-assertion-failed' condition.
5726
5727 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5728
5729 * thumbs.el (thumbs-marked-list): Make buffer-local and
5730 permanent-local.
5731 (thumbs-insert-thumb): Make help-echo non-sticky.
5732 (thumbs-file-alist): Use eolp as check for (non)-image.
5733
5734 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5735
5736 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5737 (ediff-before-session-group-setup-hooks)
5738 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5739 Fix typos in docstrings.
5740
5741 * window.el (bw-dir, bw-eqdir, balance-windows)
5742 (split-window-keep-point): Fix typos in docstrings.
5743
5744 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5745 (org-quote-string, org-calendar-to-agenda-key)
5746 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5747 (org-show-following-heading, org-tags-column)
5748 (org-use-tag-inheritance, org, org-allow-space-in-links)
5749 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5750 (org-enable-table-editor, org-calc-default-modes)
5751 (org-table-allow-automatic-line-recalculation)
5752 (org-export-html-style, org-export-with-fixed-width)
5753 (org-export-with-sub-superscripts, org-special-keyword)
5754 (org-formula, org-time-grid, org-table-may-need-update)
5755 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5756 (org-goto-quit, org-get-indentation, org-end-of-item)
5757 (org-move-item-down, org-move-item-up)
5758 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5759 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5760 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5761 (org-agenda-log-mode, org-agenda-toggle-diary)
5762 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5763 (org-agenda-file-to-end, org-agenda-no-heading-message)
5764 (org-agenda-get-closed, org-format-agenda-item)
5765 (org-cmp-priority, org-cmp-category, org-cmp-time)
5766 (org-agenda-change-all-lines, org-agenda-diary-entry)
5767 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5768 (org-link-search, org-camel-to-words, org-open-file)
5769 (org-remember-handler, org-table-convert-region)
5770 (org-table-move-row-down, org-table-move-row-up)
5771 (org-table-copy-region, org-table-wrap-region)
5772 (org-table-toggle-vline-visibility)
5773 (org-table-get-vertical-vector, org-table-modify-formulas)
5774 (org-table-get-specials, org-recalc-commands)
5775 (org-table-rotate-recalc-marks, org-table-eval-formula)
5776 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5777 (org-level-color-stars-only, org-insert-heading):
5778 Fix typos in docstrings.
5779 (last-arg): Add defvar.
5780
5781 * makefile.w32-in (WINS): Add erc.
5782 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5783
5784 2006-01-29 Bill Wohler <wohler@newt.com>
5785
5786 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5787 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5788 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5789 (mh-autoloads): Don't use comments on otherwise empty lines.
5790
5791 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5792
5793 * emulation/viper.el (viper-major-mode-modifier-list): Add
5794 insert-state and vi-state entries for erc-mode.
5795 (viper-go-away, viper-set-hooks): Add and remove
5796 viper-comint-mode-hook from erc-mode-hook as appropriate.
5797
5798 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5799
5800 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5801
5802 * bs.el (bs--format-aux): Implement `middle' alignment as
5803 described in the docstring for `bs-attributes-list'.
5804 (bs--get-name): Simplify. Don't pad the buffer name.
5805
5806 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5807
5808 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5809 English aspell dictionary is installed, use the first entry of
5810 ispell-dictionary-alist-1.
5811
5812 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5813
5814 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5815 Doc fix.
5816
5817 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5818
5819 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5820 for `process-file', in order to let it work for older Emacsen too.
5821
5822 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5823
5824 * international/latexenc.el: Add a suitable `coding:' tag.
5825 (latexenc-find-file-coding-system): Undo last change.
5826
5827 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5828
5829 * international/latexenc.el (latexenc-find-file-coding-system):
5830 Make sure latexenc-main-file is a regular file and is readable.
5831
5832 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5833
5834 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5835 Pass FILE to vc-user-login-name.
5836
5837 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5838
5839 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5840
5841 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5842 there are no more images to display.
5843 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5844 the next image.
5845
5846 2006-01-26 Richard M. Stallman <rms@gnu.org>
5847
5848 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5849
5850 * wid-edit.el (advertised-widget-backward): New alias.
5851 (widget-keymap): Use advertised-widget-backward for S-TAB.
5852
5853 * tumme.el: Correct the keywords.
5854 (tumme-dir-max-size): Use defvar.
5855 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5856
5857 * simple.el (move-beginning-of-line): Take account of fields.
5858 (clone-indirect-buffer-other-window): Take args like
5859 clone-indirect-buffer, and work like it.
5860
5861 * help-fns.el (describe-function): Don't pass `nil' as default.
5862
5863 * files.el (risky-local-variable-p): Follow var aliases.
5864
5865 * subr.el (lazy-completion-table): Doc fix.
5866
5867 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5868 global binding of `line'.
5869
5870 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5871
5872 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5873 Tramp.
5874
5875 * vc.el (vc-default-dired-state-info): Pass FILE to
5876 vc-user-login-name.
5877 (vc-default-update-changelog): Don't use vc-user-login-name, we
5878 don't need it here.
5879
5880 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5881 no longer necessary.
5882
5883 2006-01-25 Kenichi Handa <handa@m17n.org>
5884
5885 * international/mule.el (decode-char): Avoid the overhead of
5886 calling utf-lookup-subst-table-for-decode if
5887 utf-translate-cjk-mode is nil.
5888 (encode-char): Avoid the overhead of calling
5889 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5890 nil.
5891
5892 2006-01-22 Kenichi Handa <handa@m17n.org>
5893
5894 * international/mule.el (make-subsidiary-coding-system): Reset
5895 `coding-system-define-form' property of subsidiaries to nil.
5896 Avoid duplicated entry in coding-system-alist.
5897 (make-coding-system): Avoid duplicated entry in
5898 coding-system-alist.
5899 (define-coding-system-alias): Likewise.
5900
5901 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5902
5903 * completion.el: Minor fixes in introductory comment.
5904 (completion-def-wrapper): Fix alist.
5905
5906 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5907
5908 * thumbs.el (thumbs-new-image-size): New function.
5909 (thumbs-increment-image-size-element)
5910 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5911 (thumbs-decrement-image-size): Delete.
5912 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5913 temp files and use to resize.
5914 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5915 Use increment argument to enlarge/shrink. Preserve point.
5916 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5917 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5918 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5919 (thumbs-mark, thumbs-unmark): Preserve point.
5920 (thumbs-modify-image): Keep old temp files and use to modify.
5921 Cleanup old temp files at load time. Preserve point.
5922 (thumbs-view-image-mode-map): Use new command names.
5923
5924 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5927
5928 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5929 the nastiest part of the cyclic dependency.
5930 (cal-menu-update): Use dotimes and calendar-increment-month.
5931
5932 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5933 (calendar-week-start-day): Add an :initializer.
5934 (calendar-mode-map): Use suppress-keymap, and command remapping.
5935 (describe-calendar-mode): Setup xref-stack info for the back button.
5936 (calendar-star-date): Insert before delete.
5937 (calendar-set-mode-line): Add file-modified info if applicable.
5938 (calendar-increment-month): New function.
5939
5940 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5941
5942 * font-lock.el (lisp-font-lock-keywords-2):
5943 Recognize "& keywords" only at word boundaries.
5944
5945 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5946
5947 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5948 and permanent-local.
5949 (thumbs-max-image-number): New variable.
5950 (thumbs-do-thumbs-insertion): Use them.
5951 (thumbs-per-line): Change default to 4.
5952 (thumbs-marked-list): Rename from thumbs-markedL.
5953 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5954 (thumbs-rename-images): Use -list instead of L for internal variables.
5955 (thumbs-call-convert): Use call-process instead of shell-command.
5956 (thumbs-insert-thumb): Add filename as help-echo to each image.
5957 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5958 Give dir to thumbs-show-thumbs-list.
5959 (thumbs-show-thumbs-list): Set default-directory to that of images.
5960 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5961 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5962 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5963 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5964
5965 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * ses.el (ses-read-cell): Provide a default value.
5968
5969 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5970
5971 * term/w32-win.el (image-library-alist): Add additional names for
5972 GIF library.
5973
5974 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5975
5976 * international/latexenc.el (latexenc-find-file-coding-system):
5977 Add file-regular-p check.
5978
5979 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * simple.el (clone-buffer): Don't show the new buffer in the same
5982 window.
5983
5984 2006-01-23 Juri Linkov <juri@jurta.org>
5985
5986 * faces.el (link, link-visited): New faces based on default values
5987 of `info-xref' and `info-xref-visited'.
5988
5989 * info.el (info-xref): Inherit from `link'.
5990 (info-xref-visited): Inherit from `link-visited'.
5991
5992 * cus-edit.el (custom-buffer-create-internal): Use widget type
5993 `custom-manual' instead of `info-link' and don't set properties
5994 `button-face' and `mouse-face' explicitly.
5995 (custom-browse-group-tag, custom-browse-variable-tag)
5996 (custom-browse-face-tag): Inherit from widget class
5997 `custom-group-link' instead of `push-button'.
5998 (custom-button-unraised): Inherit from `underline' face.
5999 (custom-link): Inherit from `link' face. Fix doc and group.
6000 (custom-add-parent-links, custom-group-value-create): Don't set
6001 properties `button-face' and `mouse-face' explicitly for
6002 `custom-group-link' widget.
6003 (custom-group-link): Add properties `button-face' and `mouse-face'
6004 to widget definition.
6005 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6006 editable-field's :keymap property.
6007 (custom-mode): Fix docstring: substitute keybindings for
6008 `widget-forward' and `widget-backward' from `widget-keymap',
6009 `widget-complete' from `custom-field-keymap', replace old
6010 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6011
6012 * desktop.el (desktop-load-file): Check for `fboundp' before
6013 calling `symbol-function'.
6014
6015 * simple.el (clone-buffer, clone-indirect-buffer)
6016 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6017 `read-string'. Fix prompts.
6018
6019 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6020
6021 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6022
6023 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6024
6025 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6026
6027 * startup.el (inhibit-splash-screen, initial-scratch-message):
6028 Doc fixes.
6029
6030 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6031
6032 Sync with Tramp 2.0.52.
6033
6034 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6035 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6036 `tramp-unload-tramp' for checklist.
6037
6038 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6039 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6040 (tramp-unload-file-name-handler-alist)
6041 (tramp-unload-tramp): New defuns.
6042 (tramp-advice-PC-expand-many-files): New defadvice.
6043 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6044 removed.
6045 (tramp-handle-expand-file-name): Remove double slash.
6046 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6047 It doesn't matter, because it will be converted later on.
6048 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6049 implementation was just heuristic.
6050 (tramp-post-connection): Set uid and gid properties.
6051 (tramp-convert-file-attributes): Set file's gid change bit.
6052 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6053 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6054 in case of su(do)? methods. The home directory of the local user
6055 will be taken else.
6056 (tramp-open-connection-telnet)
6057 (tramp-open-connection-rsh, tramp-open-connection-su)
6058 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6059 local shell prompt could hurt. Reported by Romain Francoise
6060 <romain@orebokech.com>.
6061 (tramp-let-maybe): Add `edebug-form-spec' property.
6062 (tramp-handle-expand-file-name): Bind `default-directory' locally
6063 to "/" in order to avoid problems with UNC shares or Cygwin
6064 mounts.
6065 (tramp-md5-function): Fix typo in error message.
6066
6067 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6068
6069 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6070 for byte-compiler pacification.
6071
6072 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6073
6074 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6075 ID-FORMAT `string'. This allows us to get rid of
6076 `vc-user-login-name UID'.
6077
6078 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6079
6080 2006-01-22 John Paul Wallington <jpw@pobox.com>
6081
6082 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6083
6084 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6085
6086 * emacs-lisp/find-func.el (find-definition-noselect)
6087 (find-variable-noselect): Search variables in C source code too.
6088 (find-function-C-source, find-function-noselect, find-function)
6089 (find-function-other-frame, find-variable-noselect, find-variable)
6090 (find-variable-other-frame, find-variable-at-point):
6091 Fix docstrings.
6092
6093 2006-01-21 Francesco Potorti` <pot@gnu.org>
6094
6095 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6096
6097 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6098
6099 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6100 Default to disabling the "Save affix" question.
6101
6102 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6103
6104 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6105 the first arg to run-python.
6106
6107 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6108
6109 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6110 is not loaded.
6111
6112 2006-01-20 Jay Belanger <belanger@truman.edu>
6113
6114 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6115 limit is 0.
6116
6117 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6118 the correct variable.
6119
6120 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6121
6122 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6123 link. Fixed buggy argument sequence in call to `org-view-tags'.
6124 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6125 (org-prefix-has-tag): New variable.
6126 (org-format-agenda-item): Remove tags from headline if
6127 appropriate.
6128 (org-agenda-remove-tags-when-in-prefix): New option.
6129 (org-get-tags-at): New function.
6130
6131 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6132
6133 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6134 (thumbs-find-image): Move image name and number from buffer name
6135 to mode name. Set thumbs-buffer. Preserve point so that large
6136 images remain visible.
6137 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6138 order.
6139 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6140 mode name.
6141 (thumbs-next-image, thumbs-previous-image): Make them work.
6142
6143 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6144
6145 * cus-edit.el (custom-buffer-create-internal): State in the text above
6146 the whole buffer buttons that they do not operate on hidden items.
6147 (custom-face-menu): Use `custom-face-save' instead of
6148 `custom-face-save-command'.
6149 (custom-face-save-command): Make it an alias for `custom-face-save'
6150 and declare it obsolete.
6151 (custom-face-save): Doc fix.
6152
6153 * dired.el (dired-no-confirm): Add quote.
6154 (dired-subdir-alist-pre-R): Add quote in
6155 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6156
6157 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * textmodes/table.el (table-mode-indicator): Typo in last change.
6160
6161 2006-01-19 Richard M. Stallman <rms@gnu.org>
6162
6163 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6164 Fixes bug reported in Nov 2005.
6165
6166 * isearch.el (isearch-forward): Doc fix.
6167
6168 * dired.el (dired-move-to-filename-regexp): Define as alias.
6169 (dired-no-confirm): Use defcustom.
6170 (dired-subdir-alist-pre-R): Put defvar at top level.
6171
6172 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6173
6174 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6175 Mark as risky.
6176
6177 * simple.el (set-mark-command): Doc fix.
6178 (clone-indirect-buffer-other-window):
6179 Read arg like clone-indirect-buffer.
6180 (move-beginning-of-line): Skip invisible newlines.
6181
6182 2006-01-19 Masatake YAMATO <jet@gyve.org>
6183
6184 * progmodes/cpp.el (cpp-edit-load): Make the order of
6185 listed conditions in a base C code buffer and its associate
6186 CPP Edit buffer the same.
6187
6188 2006-01-19 Kenichi Handa <handa@m17n.org>
6189
6190 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6191 (rmail-mime-feature): Likewise.
6192 (rmail-require-mime-maybe): Use display-warning to show a warning
6193 message.
6194
6195 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6196 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6197
6198 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * array.el: Move defvars out of eval-when-compile.
6201 (array-make-template): Replace undeclared global var with a local one.
6202 (array-mode): Inline initialization functions.
6203 (array-init-local-variables, array-init-max-row)
6204 (array-init-max-column, array-init-columns-per-line)
6205 (array-init-field-width, array-init-rows-numbered)
6206 (array-init-line-length, array-init-lines-per-row): Remove.
6207
6208 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6209 (doc-mode-map): Define explicitly.
6210 (doctor-txtype): Use mapc.
6211
6212 * textmodes/table.el: Move defvars out of eval-when-compile.
6213 Remove harmful code meant to avoid byte-compiler warnings.
6214 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6215 specification that checks table-fixed-width-mode directly.
6216 (table-recognize-region, table-recognize-cell):
6217 Use restore-buffer-modified-p.
6218 (table-fixed-width-mode): Remove code that refreshes
6219 table-fixed-mode-indicator.
6220 (*table--cell-describe-bindings, *table--cell-describe-mode):
6221 Avoid obsolete name print-help-return-message.
6222 (table--test-cell-list): Don't use replace-regexp from elisp.
6223 (table--point-entered-cell-function, table--point-left-cell-function):
6224 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6225
6226 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6227 that was after the end of file. Use buffer-file-name variable.
6228 (org-timestamp-change): Use with-current-buffer.
6229 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6230 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6231 `file'.
6232
6233 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6234 (fortran-break-line): Remove unused var `opoint'.
6235 (fortran-abbrev-start): Obey help-event-list.
6236
6237 2006-01-18 Jesper Harder <harder@phys.au.dk>
6238
6239 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6240
6241 2006-01-18 Masatake YAMATO <jet@gyve.org>
6242
6243 * progmodes/make-mode.el (makefile-imake-mode): New mode
6244 derived from makefile-mode.
6245 (makefile-imake-mode-syntax-table): New syntax table
6246 derived from makefile-mode-syntax-table.
6247 (makefile-mode): Write about makefile-imake-mode in doc string.
6248 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6249 (makefile-imake-font-lock-keywords): New font lock keywords.
6250
6251 * files.el (auto-mode-alist): Add Imakefile.
6252
6253 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6254
6255 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6256 loading the file rather than when turning on flyspell-mode.
6257
6258 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6259
6260 * cus-edit.el (customize-rogue): Minor doc fix.
6261
6262 2006-01-17 Juri Linkov <juri@jurta.org>
6263
6264 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6265 instead of the file at the mark as default if the file at the mark
6266 is the same as the file at point or if dired-dwim-target-directory
6267 is not the same as the current directory and the mark is not active.
6268
6269 * log-view.el (log-view-minor-wrap): Use the same logic to get
6270 revisions as `log-view-diff'.
6271
6272 * info.el (Info-revert-find-node): Check for Info-current-file
6273 before preserving new-history.
6274
6275 * man.el (Man-heading-regexp): Add `/'.
6276
6277 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6278 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6279
6280 2006-01-16 Juri Linkov <juri@jurta.org>
6281
6282 * faces.el (mode-line-faces): New defgroup.
6283 (mode-line-highlight): Move definition after new defgroup.
6284 (mode-line, mode-line-inactive, mode-line-highlight):
6285 Replace :group `modeline' with `mode-line-faces'.
6286 (mode-line-buffer-id): New face.
6287 (modeline-buffer-id): New face alias.
6288 (vertical-border): Remove :group `modeline'.
6289
6290 * bindings.el (propertized-buffer-identification): Use face
6291 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6292 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6293 (mode-line-buffer-identification-keymap): For mouse-1 replace
6294 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6295 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6296 mouse-3.
6297
6298 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6299 Buffer-menu-buffer. Doc fix.
6300 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6301 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6302 `Buffer-menu-buffer'.
6303
6304 * info.el (Info-mode-line-node-keymap): New defvar.
6305 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6306 Propertize Info-current-node with `mode-line-buffer-id' and
6307 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6308
6309 * time.el (display-time-mail-face): Replace :group `faces' with
6310 `mode-line-faces'.
6311
6312 2006-01-16 Kenichi Handa <handa@m17n.org>
6313
6314 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6315
6316 * language/european.el (cp1252): New alias for windows-1252.
6317
6318 * international/mule.el (autoload-coding-system): Prepare for EOL
6319 variants.
6320
6321 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6322
6323 * term.el (term-raw-map): Add mapping for insert.
6324 (term-send-insert): New.
6325 (term-mode): Make variables local here instead of doing it in
6326 `term-emulate-terminal'.
6327 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6328 Scroll reverse needs to take into account the scroll region.
6329 Saving and restoring the cursor should save the color attributes too.
6330 (term-reset-terminal): Reset the scroll region.
6331 (term-handle-ansi-escape): Cursor up and down should take into
6332 account the scroll region.
6333 (term-set-scroll-region): Rename from `term-scroll-region'.
6334 Move to 0,0 after setting the region.
6335 (term-handle-scroll): Handle scroll up.
6336 (term-down): Fix off by one error.
6337 (term-delete-lines): Do not delete outside the scroll region.
6338 (term-insert-lines): Take into account the scroll region.
6339
6340 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * textmodes/ispell.el (ispell-internal-change-dictionary)
6343 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6344 (start, end): Move declaration outside of eval-when-compile.
6345
6346 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6347 (flyspell-mode-on): Use it.
6348
6349 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6350 ispell-kill-ispell-hook.
6351
6352 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6353
6354 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6355 (Custom-reset-saved): Do not ask for confirmation in single option
6356 buffers.
6357
6358 2006-01-13 Richard M. Stallman <rms@gnu.org>
6359
6360 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6361
6362 2006-01-13 Romain Francoise <romain@orebokech.com>
6363
6364 * add-log.el (add-change-log-entry, change-log-merge):
6365 Conditionally use `hard-newline'.
6366
6367 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6368
6369 * wid-edit.el (widget-field-end): If the overlay is no longer
6370 associated with a buffer, behave as if the overlay didn't exist.
6371
6372 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6373 Make sure the links use the `custom-link' face.
6374
6375 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6378 (ld-script-mode): Don't set indent-line-function since we don't
6379 have one.
6380
6381 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6382
6383 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6384 application.
6385 (org-file-apps-defaults-gnu): Use mailcap as the default for
6386 selecting an application on a UNIX system.
6387 (org-agenda-show-tags): New command.
6388 (org-table-insert-hline): Keep cursor in current table line.
6389 (org-table-convert): Offset effect of modifying
6390 `org-table-insert-hline'.
6391 (org-format-agenda-item): New optional argument TAG.
6392 (org-compile-prefix-format): Handle %T format for the tag.
6393 (org-expand-wide-chars): New function.
6394 (org-table-insert-row, org-table-insert-hline):
6395 Use `org-expand-wide-chars'.
6396 (org-open-file): Fix bug in program launch.
6397 (org-get-time-of-day): Fix bug with times before 1am.
6398 (org-agenda-menu): Add tags commands.
6399
6400 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6401
6402 * textmodes/ispell.el (ispell-init-process): Include the used
6403 dictionary in ispell process start message.
6404 (ispell-internal-change-dictionary): When flyspell-mode is active
6405 and dictionary is changed, make sure ispell process is restarted
6406 and flyspell word cache cleared out for the current buffer.
6407 (ispell-change-dictionary): Make sure flyspell word cache is
6408 cleared out in all buffers with active flyspell mode when
6409 dictionary is globally changed.
6410 Call ispell-internal-change-dictionary after dictionary change.
6411
6412 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6413
6414 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6415
6416 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6417 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6418 years. Fix small differences wrt Makefile.in.
6419 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6420 Makefile.in does.
6421
6422 2006-01-12 Bill Wohler <wohler@newt.com>
6423
6424 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6425 mh-search.el.
6426
6427 2006-01-12 Masatake YAMATO <jet@gyve.org>
6428
6429 * progmodes/ld-script.el: Update copyright year.
6430
6431 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6434 Don't add widget if setting undefined.
6435
6436 2006-01-12 John Paul Wallington <jpw@pobox.com>
6437
6438 * help-fns.el (describe-variable): Remove newlines from void
6439 variable output.
6440
6441 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6442
6443 * wdired.el (wdired-mode-map): Add help echo for
6444 wdired-abort-changes.
6445
6446 * man.el (Man-file-name-regexp): Adjust for a list of files.
6447
6448 2006-01-12 Masatake YAMATO <jet@gyve.org>
6449
6450 * progmodes/ld-script.el (auto-mode-alist): Support
6451 suffix conventions used in netbsd and eCos.
6452
6453 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6454
6455 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6456 (custom-variable-menu, custom-face-menu, custom-group-menu)
6457 (Custom-mode-menu): Change names of menu items. (As discussed on
6458 emacs-devel.)
6459 (custom-face-menu): Add "Undo Edits" item.
6460
6461 * startup.el (init-file-user): defcustom -> defvar.
6462
6463 * tooltip.el (tooltip-mode): Doc fix.
6464
6465 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * reveal.el (reveal-post-command): window-buffer signals an error on
6468 dead windows rather than returning nil.
6469 (reveal-open-new-overlays): An overlay might die while we open others.
6470
6471 2006-01-11 Bill Wohler <wohler@newt.com>
6472
6473 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6474 phrasing in docstring.
6475
6476 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6477 can give some systems gas. Add new file mh-buffers.el.
6478
6479 2006-01-06 Masatake YAMATO <jet@gyve.org>
6480
6481 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6482 C preprocessor forward ported from GNU Emacs 21.2.
6483
6484 * progmodes/asm-mode.el (asm-font-lock-keywords):
6485 Use `cpp-font-lock-keywords'.
6486
6487 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6488
6489 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6490 of $ for "\\.ld[s]?".
6491
6492 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6495 (tcl-indent-line): Return `noindent' if inside a string.
6496
6497 * progmodes/flymake.el (flymake-split-string): Remove more than one
6498 empty string at beg/end of the result.
6499 (flymake-find-buildfile, flymake-find-possible-master-files):
6500 Use expand-file-name.
6501 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6502 since expand-file-name does it for us. Use directory-file-name.
6503 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6504 (flymake-ler-get-type, flymake-ler-get-text)
6505 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6506 (flymake-current-line-no): Remove spurious interactive spec.
6507 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6508 (flymake-check-include): Remove arg inc-path merged into inc-name.
6509 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6510 Arg regexp-list replaced by a simple regexp.
6511 (flymake-master-make-header-init, flymake-master-tex-init):
6512 Correspondingly replace regexp-list with a regexp. Fix regexp.
6513
6514 2006-01-10 Simon Josefsson <jas@extundo.com>
6515
6516 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6517 describing AUTH PLAIN fix.
6518
6519 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6520
6521 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6522 (report-emacs-bug): Don't record initial prompt text.
6523 Instead, add text properties to prompting text.
6524 (report-emacs-bug-hook): Delete prompting text.
6525
6526 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6529 `dirs'. Adjust callers.
6530
6531 2006-01-09 John Paul Wallington <jpw@gnu.org>
6532
6533 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6534
6535 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * reveal.el (reveal-open-new-overlays): New extracted fun.
6538 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6539 using them. Simplify the code.
6540 (reveal-post-command): Use them. Fix up obsolete windows in
6541 reveal-open-spots.
6542
6543 * progmodes/flymake.el: Use `require' rather than autoload for
6544 XEmacs's overlays.
6545 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6546 Delete. Use file-relative-name instead.
6547 (flymake-get-syntax-check-program-args, flymake-perl-init):
6548 Simplify the resulting code.
6549
6550 * log-view.el (log-view-file-re, log-view-message-re): Add support
6551 for DaRCS output.
6552
6553 2006-01-09 Alex Schroeder <alex@gnu.org>
6554
6555 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6556 identifiers sometimes added in square brackets at the beginning of
6557 subject lines.
6558
6559 2006-01-07 Richard M. Stallman <rms@gnu.org>
6560
6561 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6562 (Custom-reset-current, Custom-reset-saved): Change question text.
6563 (Custom-reset-standard): Likewise.
6564 (custom-variable-reset-saved): Doc fix.
6565
6566 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6567
6568 * startup.el (init-file-user): Doc fix.
6569
6570 2006-01-07 Alex Schroeder <alex@gnu.org>
6571
6572 * mail/rmail.el (rmail-current-subject): New function.
6573 (rmail-current-subject-regexp): New function.
6574 (rmail-next-same-subject): Use it.
6575
6576 * mail/rmailsum.el (rmail-summary-by-topic):
6577 Use rmail-current-subject and rmail-current-subject-regexp.
6578 (rmail-summary-next-same-subject): Ditto.
6579
6580 * net/rcirc.el (rcirc-send-input): No longer check whether the
6581 process is open, since not all commands need an open process.
6582 (rcirc-send-string): Check whether the process is open before
6583 sending anything.
6584 (rcirc-ignore-list): New option.
6585 (rcirc-ignore-list-automatic): New variable.
6586 (rcirc-print): Take rcirc-ignore-list into account.
6587 (rcirc-cmd-ignore): New command.
6588 (rcirc-ignore-update-automatic): New function.
6589 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6590 list if ignored nicks.
6591 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6592
6593 2006-01-06 David Reitter <david.reitter@gmail.com>
6594
6595 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6596 reflect the address to which the report will be sent.
6597
6598 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6599
6600 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6601 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6602
6603 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6604
6605 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6606
6607 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6608 the doc string: "functoin" => "function".
6609 * ldefs-boot.el: Likewise.
6610
6611 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6612 message text: "Duplicat" => "Duplicate".
6613
6614 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6615
6616 * files.el (basic-save-buffer-2): If backing-up failed, reset
6617 buffer-backed-up to nil.
6618
6619 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6620
6621 * progmodes/gud.el (gdb-script-skip-to-head)
6622 (gdb-script-calculate-indentation): Indent for breakpoint command
6623 lists also.
6624
6625 2006-01-05 Bill Wohler <wohler@newt.com>
6626
6627 * Makefile.in (compile-always): Add mh-autoloads dependency.
6628 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6629 provides it.
6630 (updates): Remove mh-autoloads dependency, since it probably has
6631 already run recently (via recompile).
6632
6633 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6636 argument `force' to disable the flyspell-last-buffer optimization.
6637 (flyspell-mode-on): Use it.
6638
6639 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6640 flymake-simple-cleanup.
6641 (flymake-allowed-file-name-masks): Use this new default.
6642 All the functions are now called in the right buffer rather than
6643 passing the buffer as argument.
6644 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6645 (flymake-parse-err-lines): Remove redundant buffer arg.
6646 (flymake-get-program-dir): Comment out unused function.
6647 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6648 Remove redundant buffer argument.
6649 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6650 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6651
6652 2006-01-05 Richard M. Stallman <rms@gnu.org>
6653
6654 * info.el (Info-find-node): Don't record previous node if have none.
6655 (info): Go to directory only if history is empty.
6656
6657 * simple.el (mark): Doc fix.
6658
6659 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6660
6661 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6662 already of desired type.
6663 (mac-ae-list): Coerce parameter to "list" type.
6664 (mac-dispatch-apple-event): Replace cadr part of event with a
6665 dummy position so that event-start returns it.
6666
6667 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6668
6669 * textmodes/org.el (org-end-of-subtree): New function.
6670 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6671 Use `org-end-of-subtree'.
6672 (org-agenda, org-agenda-convert-date): Protect calls to
6673 `fit-window-to-buffer'.
6674 (org-tags-view): Force matching of sublevels when doing a
6675 todo-only search. Define the correct redo command, including the
6676 arguments.
6677 (org-agenda-redo): Display message.
6678 (org-check-for-org-mode): New function.
6679 (org-agenda-type): New variable.
6680 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6681 Set `org-agenda-type'.
6682 (org-agenda-check-type): New function.
6683 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6684 (org-agenda-week-view, org-agenda-day-view)
6685 (org-agenda-next-date-line, org-agenda-previous-date-line)
6686 (org-agenda-log-mode, org-agenda-toggle-diary)
6687 (org-agenda-toggle-time-grid, org-agenda-date-later)
6688 (org-agenda-date-prompt, org-agenda-diary-entry)
6689 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6690 (org-agenda-convert-date, org-agenda-menu):
6691 Use `org-agenda-check-type'.
6692 (org-make-overlay, org-delete-overlay)
6693 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6694 New compatibility functions.
6695 (org-calendar-select-mouse): New command.
6696
6697 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6700 (Custom-reset-standard): Fix y-or-n-p messages.
6701 (custom-link): New face for links.
6702 (custom-buffer-create-internal, custom-manual): Use it.
6703 (custom-face-save): Push to theme-face before setting face spec.
6704
6705 * wid-edit.el (widget-default-mouse-face-get): New function.
6706 (widget-specify-button): Handle mouse-face like button-face.
6707
6708 * custom.el (load-theme): Clear old theme settings if reloading.
6709
6710 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6713 "Erase Customization" button back to same position it occupies in
6714 the individual State menus.
6715
6716 2006-01-04 Kim F. Storm <storm@cua.dk>
6717
6718 * wid-edit.el (key-sequence): Rework widget to read key binding
6719 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6720 (widget-key-sequence-default-value): Default value for empty sequence.
6721 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6722 (widget-key-sequence-read-event): New command for C-q.
6723 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6724 (widget-key-sequence-value-to-external): New functions.
6725
6726 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6729 Use expand-file-name.
6730 (flymake-delete-temp-directory): Use expand-file-name,
6731 file-name-directory, and directory-file-name.
6732 (flymake-strrchr): Delete.
6733 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6734 to the init-f function.
6735 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6736 (flymake-init-find-buildfile-dir)
6737 (flymake-init-create-temp-source-and-master-buffer-copy)
6738 (flymake-simple-make-init-impl, flymake-simple-make-init)
6739 (flymake-master-make-init, flymake-master-make-header-init)
6740 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6741 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6742 (flymake-xml-init): Remove corresponding redundant buffer argument.
6743 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6744 the default anyway. Clean up regexps.
6745
6746 * progmodes/flymake.el (flymake-temp-source-file-name)
6747 (flymake-master-file-name, flymake-temp-master-file-name)
6748 (flymake-base-dir): New buffer-local vars.
6749 (flymake-buffer-data, flymake-get-buffer-value)
6750 (flymake-set-buffer-value): Replace those hash-tables by the new
6751 buffer-local vars. Update callers.
6752
6753 * progmodes/flymake.el (flymake-check-start-time)
6754 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6755 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6756 Move definition, so we can remove redundant earlier declaration.
6757 (flymake-replace-regexp-in-string, flymake-split-string)
6758 (flymake-get-temp-dir): Use defalias.
6759 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6760 (flymake-xemacs-window-edges): Remove unused function.
6761 (flymake-get-point-pixel-pos): Move.
6762 (flymake-pid-to-names, flymake-reg-names)
6763 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6764 Replace by a simple list flymake-processes and by process-buffer.
6765 Update callers. Other than simplify the code, it uses buffers rather
6766 than buffer-names so it doesn't get confused by uniquify.
6767 (flymake-buffer-data): The global value should just be nil.
6768
6769 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6770 Optimize the body of a defalias like any other code.
6771
6772 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6773 Make sure we've setup font-lock's vars. It may influence which
6774 function we then call.
6775 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6776 here since it's too late anyway.
6777
6778 2006-01-03 Romain Francoise <romain@orebokech.com>
6779
6780 * startup.el (fancy-splash-tail, normal-splash-screen):
6781 Update copyright year.
6782
6783 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6784
6785 * mouse.el (mouse-drag-track): Rename, from
6786 `mouse-drag-region-1'. Includes optional argument required to
6787 enable post-drag event processing (e.g. delete region keys).
6788 Can be used without this argument to track a mouse region and operate
6789 on it as soon as the drag completes.
6790 (mouse-drag-region): Use `mouse-drag-track'.
6791
6792 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6795 Move to `custom-buffer' group.
6796
6797 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6798 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6799 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6800 (custom-theme-face-menu): New variables.
6801 (custom-theme-add-variable, custom-theme-variable-action)
6802 (custom-variable-reset-theme, custom-theme-delete-variable)
6803 (custom-face-reset-theme, custom-theme-face-action)
6804 (custom-theme-delete-face, custom-theme-merge-theme)
6805 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6806
6807 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * custom.el: Move Custom Themes commentary to start of theme code.
6810 (custom-known-themes): Rename `standard' theme to `changed'.
6811 (custom-push-theme): Caller no longer specifies what theme to use
6812 when doing `reset'---the setting is simply removed from the theme.
6813 Delete MODE from `theme-value' and `theme-settings' properties.
6814 (custom-declare-theme): Ignore &rest args since we don't use them.
6815
6816 (custom-loaded-themes): Delete variable.
6817 (custom-theme-load-themes, custom-theme-loaded-p)
6818 (custom-theme-value): Delete functions.
6819
6820 (custom-declare-theme): Signal error on invalid theme names.
6821 (provide-theme): custom-loaded-themes was deleted.
6822 (load-theme): Load the file unconditionally.
6823 (enable-theme): Call `load-theme' if theme is undefined.
6824 (custom-enabled-themes): Only update value for successful loads.
6825 (disable-theme): Complete from enabled themes when interactive.
6826 (custom-variable-theme-value): Calculate theme value directly.
6827
6828 (custom-theme-reset-variables, custom-reset-variables): Mark as
6829 XEmacs compatibility functions. We don't actually use these.
6830
6831 * cus-edit.el (custom-variable-state-set):
6832 Use custom-variable-theme-value instead of custom-theme-value.
6833 (custom-face-state-set): Rename `standard' theme to `changed'.
6834 (custom-save-variables, custom-save-faces): Delete unneeded
6835 references to custom-reset-variables.
6836 (custom-save-resets): Delete function.
6837 (custom-save-variables, custom-save-faces): MODE argument deleted.
6838 (custom-save-variables, custom-save-faces): Ignore theme values.
6839
6840 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6841 compatibility function.
6842
6843 2006-01-01 Richard M. Stallman <rms@gnu.org>
6844
6845 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6846 (Custom-reset-current, Custom-reset-saved): Likewise.
6847 (Custom-reset-standard): Show message if aborted.
6848 (custom-mode): Doc fix, describing those commands.
6849
6850 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6851 put on event-kind property.
6852
6853 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6854
6855 * custom.el (provide-theme): Ban `user' theme name.
6856 (custom-enabling-themes): New variable.
6857 (enable-theme): Don't enable user if custom-enabling-themes is t.
6858 (custom-enabled-themes): Make it a defcustom.
6859 (custom-theme-recalc-face): No-op if face is undefined.
6860
6861 * cus-edit.el (custom-button-mouse): New variable.
6862 (custom-button-mouse): New face.
6863 (custom-raised-buttons, custom-mode): Use it.
6864
6865 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6866
6867 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6868
6869 * progmodes/gud.el (gud-display-line): Support hl-line in the
6870 source buffer.
6871
6872 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6873
6874 * mouse.el (mouse-drag-window-above): Verify that the found window
6875 overlaps with the given window in the horizontal dimension.
6876
6877 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6878
6879 * Makefile.in (cvs-update): New target.
6880
6881 * makefile.w32-in (cvs-update): Ditto.
6882
6883 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6884
6885 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6886 (custom-new-theme-mode-map): New variable.
6887
6888 2005-12-30 Richard M. Stallman <rms@gnu.org>
6889
6890 * custom.el (custom-load-themes): Function deleted.
6891
6892 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6893 (custom-save-variables): Don't delete or add custom-load-themes call.
6894
6895 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * cus-start.el: Add `visible-cursor'.
6898
6899 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6900 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6901 (flymake-process-filter): Switch to buffer before calling it instead.
6902 (flymake-post-syntax-check, flymake-highlight-err-lines)
6903 (flymake-delete-own-overlays, flymake-parse-err-lines)
6904 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6905 (flymake-count-lines, flymake-parse-residual):
6906 Remove constant buffer argument.
6907 (flymake-start-syntax-check-for-current-buffer): Remove.
6908 Update callers to use flymake-start-syntax-check instead.
6909 (flymake-display-err-menu-for-current-line):
6910 Remove unused var `mouse-pos'.
6911 (flymake-restore-formatting): Comment out unused function.
6912 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6913 argument, use current-buffer instead. Update callers.
6914
6915 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6916
6917 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6918 buffer-local because choose-completion-delete-max-match requires
6919 that we set completion-ignore-case (i.e., binding via let is not
6920 sufficient).
6921 (bibtex-complete): Always set completion-ignore-case and
6922 choose-completion-string-functions. The latter is needed because
6923 choose-completion-string-functions keeps its value if we quit the
6924 *Completions* buffer without requesting a completion.
6925
6926 2005-12-30 Andreas Schwab <schwab@suse.de>
6927
6928 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6929
6930 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6931
6932 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6933
6934 2005-12-30 Juri Linkov <juri@jurta.org>
6935
6936 * locate.el (locate-fcodes-file, locate-header-face)
6937 * progmodes/delphi.el (delphi-other-face)
6938 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6939
6940 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6941 group `paren-showing-faces'.
6942
6943 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6944 (goto-address): Fix docstring.
6945
6946 * net/webjump.el (webjump-sample-sites): Update URLs.
6947
6948 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6949
6950 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6951
6952 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * font-lock.el (font-lock-compile-keywords): Signal an error when
6955 font-lock-set-defaults hasn't been called.
6956
6957 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6958
6959 * subr.el (noreturn, 1value): Doc fixes.
6960
6961 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6962
6963 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6964 that assoc-string returns nil.
6965
6966 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6967
6968 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6969 (bibtex-entry-type-str, bibtex-empty-field-re)
6970 (bibtex-search-backward-string, bibtex-preamble-prefix)
6971 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6972 (bibtex-any-valid-entry-type): New variable.
6973 (bibtex-parse-field-name): Simplify.
6974 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6975 (bibtex-preamble-prefix): Include left delimiter.
6976 (bibtex-search-forward-field, bibtex-search-backward-field):
6977 Allow unbounded search past entry boundaries (required by bibtex-pop).
6978 (bibtex-text-in-field-bounds): Use push.
6979 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6980 (bibtex-parse-preamble, bibtex-valid-entry)
6981 (bibtex-beginning-first-field): New functions.
6982 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6983 (bibtex-map-entries): Fix docstring.
6984 (bibtex-flash-head): New arg prompt. Simplify.
6985 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6986 (bibtex-insert-kill): Simplify. Always insert text past the
6987 current field or entry.
6988 (bibtex-format-entry): Use bibtex-parse-field.
6989 (bibtex-pop): Use bibtex-beginning-of-entry and
6990 bibtex-end-of-entry to initiate the search. Insert empty field if
6991 we found ourselves.
6992 (bibtex-print-help-message): New args field and comma.
6993 Handle entry keys.
6994 (bibtex-make-field): Use bibtex-beginning-of-entry.
6995 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6996 invalid entry.
6997 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6998 Handle preambles. Simplify code for thorough test.
6999 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7000 New arg comma. Handle entry heads.
7001 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7002 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7003 New arg comma.
7004 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7005 (bibtex-fill-field): Simplify.
7006 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7007 bibtex-parse-field.
7008 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7009 (bibtex-complete): Use bibtex-parse-preamble.
7010
7011 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7012
7013 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7014 Display name of expression instead of convenience variable.
7015 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7016
7017 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7018 toggle-gud-tooltip-dereference.
7019 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7020 (gud-tooltip-tips): ...here when dereferencing.
7021
7022 2005-12-28 Bill Wohler <wohler@newt.com>
7023
7024 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7025
7026 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7029 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7030 (vc-annotate-display-autoscale): Adjust call.
7031 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7032 Fix interactive spec.
7033 (vc-annotate-time-span): Remove.
7034 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7035 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7036 (vc-annotate-display-select): Use new name.
7037
7038 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7039 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7040 Correct the construction of span entries. Simplify.
7041 (vc-annotate-display-select): Fix the nil case.
7042 (vc-annotate): Remove obsolete (and now broken) code.
7043 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7044 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7045
7046 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * subr.el (lazy-completion-table): Correct typo in docstring.
7049
7050 * startup.el (command-line): Use `custom-reevaluate-setting' for
7051 `send-mail-function'.
7052
7053 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7054
7055 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7056
7057 * mail/smtpmail.el (smtpmail-try-auth-methods):
7058 Send credentials together with "AUTH PLAIN" command.
7059
7060 2005-12-27 Richard M. Stallman <rms@gnu.org>
7061
7062 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7063 mouse-2, go back to previously selected window, so it's selected
7064 when mouse-2 command runs.
7065
7066 2005-12-27 Juri Linkov <juri@jurta.org>
7067
7068 * descr-text.el (describe-text-sexp): Use square brackets for
7069 button [Show] to distinguish it from the property value `show'.
7070 (describe-property-list): Use `insert-text-button' with
7071 `help-face' type instead of putting face in quotes, because button
7072 is not created automatically for a list of faces.
7073 (describe-text-properties-1): Put button-type value in quotes to
7074 distinguish from plain text "button".
7075 (describe-char): Display code point values in hex. Don't use
7076 `symbol-name' for `current-input-method' because it is a string.
7077 Use `insert-text-button' with `help-face' type instead of putting
7078 hardcoded face in quotes, because button is not created automatically.
7079
7080 2005-12-27 Richard M. Stallman <rms@gnu.org>
7081
7082 * progmodes/glasses.el (glasses-face): More specific custom type.
7083
7084 * files.el (set-visited-file-name): Doc fix.
7085
7086 * textmodes/flyspell.el (flyspell-external-point-words):
7087 Use local var buffer-scan-pos to advance scan for next misspelling.
7088 Advance it only after we find the misspelling.
7089
7090 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7091
7092 * textmodes/flyspell.el (flyspell-external-point-words):
7093 New criteria for finding the misspelling in the buffer.
7094
7095 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7096
7097 * help-mode.el (help-insert-string): Set help-xref-stack-item
7098 rather than call help-setup-xref.
7099
7100 * descr-text.el (describe-char): Revert previous changes for
7101 optional buffer argument.
7102
7103 2005-12-27 Juri Linkov <juri@jurta.org>
7104
7105 * help-mode.el (help-insert-string): New function. Save buffer
7106 contents in cases where it is impossible to recompute the old contents.
7107
7108 * descr-text.el (describe-char): Set help-xref-stack-item
7109 explicitly after buffer has been generated.
7110
7111 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7112
7113 * cus-start.el (all): Add x-gtk-show-hidden-files.
7114
7115 2005-12-26 Richard M. Stallman <rms@gnu.org>
7116
7117 * replace.el (perform-replace): Calculate match-again
7118 before skipping read-only matches.
7119
7120 * paren.el (paren-showing-faces): New group.
7121 (show-paren-match, show-paren-mismatch): Move to that group.
7122
7123 * button.el (button): Put into group `basic-faces'.
7124
7125 * progmodes/make-mode.el: Remove faces from group `faces'.
7126
7127 * apropos.el (apropos, apropos-value): Doc fix.
7128 (apropos-documentation): Doc fix.
7129
7130 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * subr.el (lazy-completion-table): Remove argument `args'.
7133
7134 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7135 Don't use the `args' argument of lazy-completion-table.
7136
7137 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * descr-text.el (describe-char): Add optional argument for buffer.
7140 Set buffer appropriately. Call help-setup-xref.
7141 Suggested by Stefan Monnier.
7142
7143 2005-12-26 Juri Linkov <juri@jurta.org>
7144
7145 * descr-text.el: Require `help-fns' at runtime. Don't require
7146 `button' for byte compilation.
7147 (describe-text-widget): Add `help-echo' for first button.
7148 Use `help-info' for second.
7149 (describe-property-list): Use `help-argument-name' instead of `italic'.
7150 (describe-text-category): Add prompt to interactive spec.
7151 Call `help-setup-xref'.
7152 (describe-char): Use `help-character-set'. Add `help-echo' for
7153 code point. Use `help-input-method'. Remove superfluous insert.
7154
7155 2005-12-25 Richard M. Stallman <rms@gnu.org>
7156
7157 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7158 at point, in case of narrowing.
7159
7160 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7161
7162 * locate.el (locate-header-face): Allow nil in type.
7163
7164 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7165
7166 2005-12-25 Romain Francoise <romain@orebokech.com>
7167
7168 * battery.el (battery-linux-proc-acpi): Also try
7169 `/proc/acpi/thermal_zone/THM0/temperature'.
7170
7171 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * custom.el (custom-push-theme): Fix docstring.
7174
7175 * cus-edit.el (custom-variable-set, custom-variable-save)
7176 (custom-variable-save): Custom-quote widget values.
7177 (customize-save-variable): Fix custom-push-theme call.
7178
7179 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7180
7181 * w32-fns.el (w32-batch-update-autoloads): New function.
7182
7183 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7184 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7185 from the command line.
7186
7187 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7190 reset means to remove setting from theme entirely. Don't keep
7191 expanding theme-settings list; delete old entries if necessary.
7192
7193 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7194 customization" button one line up.
7195 (custom-themed): New face.
7196 (custom-magic-alist): New value, THEMED, for theme settings.
7197 (custom-variable-state-set, custom-face-state-set):
7198 Check theme-value instead of saved-value.
7199 (custom-variable-reset-standard, custom-face-reset-standard):
7200 Remove theme setting entirely. Recalculate new values.
7201 (custom-variable-set, custom-variable-set)
7202 (custom-variable-reset-saved, custom-variable-reset-backup)
7203 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7204 (custom-variable-save): Fix typos.
7205
7206 2005-12-23 Juri Linkov <juri@jurta.org>
7207
7208 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7209 Add autoload cookies.
7210 (edebug-outside-d-c-i-n-s-w): New variable.
7211 (edebug-display, edebug-outside-excursion): Use it to save the
7212 original value of default-cursor-in-non-selected-windows.
7213 Set default-cursor-in-non-selected-windows to t while Edebug
7214 is active.
7215 (edebug-mode, edebug-eval-mode): Doc fix.
7216
7217 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7218 with `buffer-substring-no-properties' to remove common substring
7219 highlighting.
7220
7221 * info.el (info-other-window, info): Rename function argument
7222 `file' to `file-or-node'.
7223 (Info-complete-menu-item): Use local variable `complete-nodes' to
7224 keep the global value of `Info-complete-nodes' unchanged for
7225 subsequent completions.
7226 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7227
7228 * simple.el (get-next-valid-buffer, last-buffer)
7229 (next-error-buffer-p, next-error-find-buffer)
7230 (minibuffer-history-sexp-flag): Doc fix.
7231
7232 * savehist.el (savehist-mode-hook): Add `:group'.
7233
7234 * log-view.el: Call autoload for vc-find-version.
7235 (log-view-current-file): Adjust subgroup numbers.
7236 (log-view-current-tag): Add `length'.
7237
7238 2005-12-23 Richard M. Stallman <rms@gnu.org>
7239
7240 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7241
7242 2005-12-23 Juri Linkov <juri@jurta.org>
7243
7244 * hi-lock.el (hi-lock-archaic-interface-message-used)
7245 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7246 (hi-lock-mode): Display "Hi" in the mode line only when
7247 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7248 (hi-lock-write-interactive-patterns):
7249 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7250 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7251 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7252 font-lock-add-keywords to t.
7253
7254 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7255
7256 * hi-lock.el (hi-lock-highlight-range): New variable.
7257 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7258 only if font-lock-fontified is non-nil. Remove overlays.
7259 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7260 font-lock-fontified is non-nil, otherwise use overlays (instead of
7261 text properties).
7262 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7263 New variables.
7264 (hi-lock-string-serialize) New function.
7265
7266 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7267
7268 * menu-bar.el (menu-find-file-existing): New function.
7269 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7270
7271 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7272
7273 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * vc.el: Remove unnecessary leading * in docstrings.
7276 (vc-annotate-mode-map): Move initialization into declaration.
7277 (vc-static-header-alist): Nitpick on the regexp.
7278 (vc-default-init-version): New fun.
7279 (vc-register): Use it.
7280 (vc-insert-headers): Use dolist.
7281 (vc-annotate-get-backend): Remove unused function.
7282 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7283 (vc-annotate-mode): Remove corresponding call.
7284 (vc-annotate-car-last-cons): Simplify.
7285 (vc-annotate-buffers): Remove var.
7286 (vc-annotate-backend): Make it buffer-local.
7287 (vc-annotate): Move the interaction to the interactive spec.
7288 Add a `buf' argument.
7289 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7290 killing&creating a vc-annotate buffer, which is very disruptive when
7291 the buffers are shown in dedicated frames.
7292
7293 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7294
7295 * descr-text.el: Add FSF as maintainer.
7296 (describe-text-mode, describe-text-mode-map)
7297 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7298 help-mode.
7299 (describe-text-widget, describe-text-sexp)
7300 (describe-property-list, describe-text-category)
7301 (describe-text-properties, describe-text-properties-1)
7302 (describe-char): Use help buttons instead of widgets.
7303 (describe-char-unicodedata-file): Make URL link in doc string.
7304
7305 2005-12-22 Richard M. Stallman <rms@gnu.org>
7306
7307 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7308 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7309 Don't include buttons that write a file when there's no file.
7310 (custom-variable-menu, custom-face-menu, custom-group-menu):
7311 Don't include commands that write a file when there's no file.
7312 (customize-browse): Reword the top-of-buffer help intro.
7313 (custom-buffer-create-internal): Fix previous change.
7314 (customize-changed-options-previous-release): Prev release is 21.1.
7315 (customize-changed-options): Doc fix.
7316 (customize-changed): New alias.
7317 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7318 Say "standard values".
7319 (Custom-reset-standard): Doc fix.
7320 (custom-face-reset-standard): Doc fix.
7321
7322 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7325 even if font-lock-mode is non-nil since it may be t without having
7326 turned on font-lock-mode-internal.
7327 (font-lock-choose-keywords): Minor optimization.
7328 (font-lock-add-keywords, font-lock-remove-keywords)
7329 (font-lock-set-defaults): Don't call make-local-variable on a variable
7330 that we know to already be local.
7331
7332 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7333
7334 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7335 messages if in the minibuffer.
7336
7337 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7340 (tex-mode-flyspell-verify, flyspell-get-word)
7341 (flyspell-external-point-words): Don't use point-min/max uselessly.
7342
7343 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7344 by Kevin Rodgers. Instead, just hide the completions buffer if we
7345 don't need to show it.
7346
7347 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7350
7351 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7354 delete-windows-on with an inexistent buffer.
7355
7356 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7357
7358 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7359 Delete defcustom variable :tag names.
7360
7361 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7364 (log-view-font-lock-keywords): Ajust subgroup numbers.
7365 (log-view-current-tag): Don't hard code the number of subgroups.
7366
7367 2005-12-20 Juri Linkov <juri@jurta.org>
7368
7369 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7370 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7371
7372 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7373 (menu-bar-non-minibuffer-window-p): Instead of checking
7374 display-multi-frame-p, use selected-frame when menu-updating-frame
7375 is nil.
7376
7377 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7378
7379 * align.el (align-rules-list): Use [ \t] instead of \s-
7380 for column separators in text mode.
7381
7382 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7383
7384 * help-mode.el (help-customize-variable, help-customize-face):
7385 Don't pop help-xref-stack as help-follow no longer pushes
7386 anything on to it.
7387
7388 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7389
7390 * textmodes/org.el (org-agenda-custom-commands): New option.
7391 (org-agenda): Offer custom commands on splash screen.
7392 (org-make-tags-matcher): Parser for Boolean logic added.
7393 (org-agenda-set-tags): New command.
7394 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7395 (org-set-tags): Efficiency improvements.
7396 (org-auto-align-tags): New option.
7397 (org-todo, org-demote, org-promote): Realign tags.
7398 (org-tags-completion-function): Use also "&" and "|" as separators.
7399 (org-org-menu): Agenda commands simplified.
7400
7401 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7402
7403 * cus-edit.el (customize-apropos, customize-apropos-options):
7404 Docstring changes.
7405
7406 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7407
7408 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7409
7410 * longlines.el (longlines-mode): Wrap while widened.
7411 (longlines-decode-region, longlines-encode-region): Compute max
7412 just once.
7413
7414 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7415
7416 * cus-edit.el (mac): New group.
7417
7418 * cus-start.el (all): Add user options in macterm.c. Add test for
7419 Mac-related built-ins. Fix test for GTK-related built-ins.
7420
7421 * term/mac-win.el (mac-handle-language-change)
7422 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7423 (mac-services-open-selection, mac-services-mail-selection)
7424 (mac-services-mail-to, mac-services-insert-text)
7425 (mac-dispatch-apple-event): Add docstrings.
7426 (x-get-selection, mac-select-convert-to-string): Select coding
7427 system from `utf-16be' and `utf-16le' using `byteorder'.
7428
7429 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7432 a "list" (lambda ...) rather than a real completion list.
7433
7434 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7435 lexical-let when encountering ((lambda (...) ...) ...).
7436
7437 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7438
7439 * progmodes/sh-script.el (sh-mode):
7440 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7441 * textmodes/picture.el (picture-mode): Update docstrings.
7442
7443 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7444
7445 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7446 commands enclosed in $(ARGQUOTE)s should not be split between two
7447 lines, as that will break with GNU Make >3.80, when sh.exe is used
7448 and arg quoting is with '..'.
7449 (autoloads): Don't break the quoted --eval expression between
7450 several lines.
7451
7452 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7453
7454 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7455 Capture error from printing circular structures.
7456
7457 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7458
7459 * wid-edit.el (widget-checkbox-action): Clear undo info.
7460
7461 2005-12-16 Bill Wohler <wohler@newt.com>
7462
7463 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7464 bar, not menubar in comment.
7465
7466 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7469 After-change-functions should not clobber the match data.
7470
7471 2005-12-16 Juri Linkov <juri@jurta.org>
7472
7473 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7474 instead of `buffer-substring'.
7475 (completion-common-substring): Doc fix.
7476 (completion-setup-function): Use minibuffer-completion-contents
7477 instead of minibuffer-contents. Don't set common-string-length
7478 initially. Remove special handling of partial-completion-mode.
7479 Move computation of completion-base-size into one cond.
7480 Call completion-base-size-function in mainbuf. In computation of
7481 completion-base-size for file name completion don't move point to
7482 the end of the minibuffer. Move computation of common-string-length
7483 into one cond. Start putting faces only when common-string-length>=0.
7484 Add condition to put completions-common-part when
7485 common-string-length>0.
7486
7487 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7488 place point at the first different character in the minibuffer
7489 even if this position is at the beginning of the minibuffer.
7490
7491 * info.el (Info-read-node-name-1): In completion-base-size-function's
7492 lambda return 1 if common-substring or minibuffer-completion-contents
7493 starts with (, and 0 otherwise.
7494
7495 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7496 Use `crm-current-element' for second arg of `display-completion-list'.
7497
7498 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7499
7500 * files.el (set-auto-mode): Look for an interpreter specified on
7501 the first line also if search for mode specification succeeded,
7502 but the mode is not known.
7503
7504 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7505
7506 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7507 (org-open-at-point): Implement tag searches as links.
7508 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7509 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7510 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7511 (org-agenda-dispatch): New commands.
7512 (org-use-tag-inheritance, org-tags-column): New options.
7513 (org-tab-follows-link, org-return-follows-link): New options.
7514 (org-tags): New customize group.
7515 (org-start-icalendar-file): Get local time zone.
7516 (org-tags-completion-function): New function.
7517 (org-set-font-lock-defaults): Make sure links will also be
7518 highlighted inside headlines.
7519
7520 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7521
7522 * term.el (term-emulate-terminal):
7523 Let term-handle-ansi-terminal-messages override what Bash says about
7524 its current directory.
7525
7526 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7527
7528 * bindings.el (last-buffer): Move to simple.el.
7529 * simple.el (last-buffer): Move here.
7530 (get-next-valid-buffer): New function.
7531 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7532 (prev-buffer): Ditto. Rename to `previous-buffer'.
7533
7534 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7535 * bindings.el (global-map): Ditto.
7536
7537 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7538
7539 * cus-edit.el: Introductory comment change.
7540 (custom-magic-alist): Change message string for the `rogue' state.
7541
7542 2005-12-15 Richard M. Stallman <rms@gnu.org>
7543
7544 * tooltip.el: Delete defcustom variable :tag names.
7545
7546 * complete.el (partial-completion-mode): Doc fix.
7547
7548 * textmodes/flyspell.el (flyspell-external-point-words):
7549 Use save-excursion to ensure we don't move backward in the
7550 search loop, not even one character.
7551 (flyspell-delete-all-overlays): Use remove-overlays directly.
7552
7553 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7554 (ispell-start-process): Set that variable.
7555 Clear ispell-buffer-local-name.
7556 (ispell-internal-change-dictionary):
7557 Set ispell-current-dictionary after killing process.
7558 (ispell-buffer-local-dict):
7559 Don't set spell-personal-dictionary after killing process.
7560 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7561 (ispell-tex-skip-alists, ispell-html-skip-alists)
7562 (ispell-skip-region-alist): Mark as risky.
7563
7564 * net/newsticker.el (newsticker--retrieval-timer-list)
7565 (newsticker--display-timer, newsticker-running-p)
7566 (newsticker-ticker-running-p): Definitions moved up.
7567
7568 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7571
7572 2005-12-15 David Ponce <david@dponce.com>
7573
7574 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7575 (recentf-edit-list, recentf-open-files): Signal an error when
7576 there is no recent file.
7577
7578 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7579
7580 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7581 read-only except for texinfo-format-region evaluation.
7582
7583 2005-12-14 Richard M. Stallman <rms@gnu.org>
7584
7585 * vc.el (vc-default-previous-version, vc-default-next-version)
7586 (vc-do-command): Doc fixes.
7587
7588 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7589
7590 * textmodes/bibtex.el (bibtex-expand-strings)
7591 (bibtex-autokey-expand-string, bibtex-name-part)
7592 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7593 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7594 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7595 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7596 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7597 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7598 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7599 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7600 (bibtex-beginning-of-last-entry): Remove.
7601 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7602 message if comma is missing but buffer is read-only.
7603 (bibtex-parse-field-text): Handle whitespaces at the end of field
7604 text. Return 3-element list with beginning and end of field text
7605 and end of field.
7606 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7607 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7608 (bibtex-search-forward-field, bibtex-search-backward-field):
7609 Search always delimited by limits of entry. Use more efficient
7610 search algorithms.
7611 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7612 bibtex-end-of-name-in-field.
7613 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7614 extracting the content of a field.
7615 (bibtex-text-in-field): Use search limits.
7616 (bibtex-parse-string-prefix): Handle empty string keys based on
7617 bibtex-string-empty-key.
7618 (bibtex-parse-string): Fix docstring.
7619 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7620 (bibtex-preamble-prefix, bibtex-strings): New functions.
7621 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7622 BibTeX entries (consistent with other BibTeX functions).
7623 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7624 (bibtex-search-entry): Fix docstring. Simplify.
7625 (bibtex-flash-head, bibtex-complete-string-cleanup)
7626 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7627 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7628 (bibtex-parse-entry): New optional arg content.
7629 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7630 Use bibtex-text-in-field-bounds.
7631 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7632 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7633 bibtex-parse-string-postfix.
7634 (bibtex-find-text-internal): New function.
7635 (bibtex-remove-delimiters): Use it.
7636 (bibtex-find-text): Use it. New optional arg help.
7637 (bibtex-complete): Handle BibTeX string and preamble entries.
7638 (bibtex-Preamble): Fix order of closing delimiters.
7639
7640 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * vc.el (vc-default-revert): New fun.
7643
7644 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7645
7646 2005-12-14 Romain Francoise <romain@orebokech.com>
7647
7648 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7649 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7650 (font-lock-remove-keywords): Likewise.
7651
7652 2005-12-14 Juri Linkov <juri@jurta.org>
7653
7654 * log-view.el (log-view-diff): Doc fix.
7655
7656 * isearch.el (isearch-query-replace): Use (mark) instead of
7657 isearch-opoint if mark is active in transient-mark-mode.
7658
7659 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7660
7661 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7662
7663 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7664
7665 * progmodes/cpp.el (cpp-face): New widget.
7666 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7667
7668 2005-12-14 Juri Linkov <juri@jurta.org>
7669
7670 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7671 around `erase-buffer' and `insert'.
7672
7673 * descr-text.el (describe-text-properties): Replace buffer name
7674 "*Help-2*" with "*Help*<2>".
7675 (describe-char): Add functions print-help-return-message,
7676 toggle-read-only. Use help-setup-xref with nil to not store
7677 describe-char in help-xref-stack. Use help-make-xrefs to
7678 make [back] button.
7679
7680 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7681
7682 * wdired.el (wdired-old-point): New internal variable.
7683 (wdired-change-to-wdired-mode): Set it buffer-locally.
7684 (wdired-abort-changes): Restore point after aborting changes.
7685
7686 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * vc.el (vc-do-command): Add a new value t for okstatus.
7689
7690 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7691 frame in case of errors.
7692
7693 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7694
7695 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7696 so it comes after "On the Left" in the menu.
7697
7698 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7699
7700 * cus-edit.el (customize-apropos, customize-apropos-options)
7701 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7702
7703 2005-12-12 Bill Wohler <wohler@newt.com>
7704
7705 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7706 non-writable Subversion-controlled files by saving window
7707 configuration before calling vc-do-command. vc-do-command calls
7708 pop-to-buffer on error which is unexpected during registration.
7709
7710 2005-12-12 Jay Belanger <belanger@truman.edu>
7711
7712 * calc/README: Update the summary of changes.
7713
7714 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * descr-text.el (describe-char): Rework last fix to solve the problem
7717 is the same way it's solved for everything else in that function
7718 (i.e. by extracting the info before setting up the *Help* buffer).
7719
7720 2005-12-12 Kim F. Storm <storm@cua.dk>
7721
7722 * subr.el (version-regexp-alist): Allow space as separator before
7723 non-numeric part, e.g. "1.0 alpha".
7724 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7725
7726 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7727
7728 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7729 Implement Logging and the keep-modes setting.
7730 (org-get-category): Make sure a string is returned.
7731 (org-log-done): New function.
7732 (org-log-done, org-closed-string): New options.
7733
7734 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7735
7736 * tooltip.el (tooltip-y-offset): Change default to 20.
7737
7738 2005-12-12 Richard M. Stallman <rms@gnu.org>
7739
7740 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7741
7742 * frame.el (display-hourglass): Doc fix.
7743
7744 * help.el (help-for-help-internal): Simplify entry for `a'.
7745
7746 * info.el (Info-on-current-buffer): Doc fix.
7747 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7748
7749 * startup.el (inhibit-splash-screen): Make this the real name.
7750 (inhibit-startup-message): Make this the alias.
7751 (command-line): Find only simple.el, and use its directory
7752 to fill in other preloaded files' names.
7753 (command-line): Deactivate the mark if deactivate-mark is set.
7754
7755 * international/mule.el (load-with-code-conversion):
7756 Bind deactivate-mark.
7757
7758 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7759
7760 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7761
7762 * cus-edit.el (customize-apropos): Avoid listing an option more
7763 than once under different aliases. No longer list user options
7764 that are not defined with defcustom (unless a prefix arg is given).
7765 Doc fix.
7766 (customize-apropos-options): Doc fix.
7767
7768 2005-12-11 Juri Linkov <juri@jurta.org>
7769
7770 * frame.el (set-background-color, set-foreground-color)
7771 (set-cursor-color, set-mouse-color, set-border-color):
7772 Add explicit prompts to read colors by `facemenu-read-color'.
7773 (show-trailing-whitespace, blink-cursor-delay)
7774 (blink-cursor-interval, display-hourglass, hourglass-delay):
7775 Remove tags.
7776 (display-hourglass, hourglass-delay): Doc fix.
7777 (cursor-in-non-selected-windows): Capitalize words in tag.
7778
7779 * faces.el (frame-background-mode): Replace `choice-item' keywords
7780 with `const' to not make [default] button. Change default value tag
7781 from `default' to `automatic'. Doc fix.
7782 (trailing-whitespace) <defface>: Change group `whitespace' to
7783 `whitespace-faces'.
7784
7785 2005-12-11 Richard M. Stallman <rms@gnu.org>
7786
7787 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7788
7789 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7790
7791 * term/mac-win.el: Create keymap for mac-apple-event-map.
7792
7793 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7794
7795 * tooltip.el (tooltip-mode): Move to start of file so that it
7796 appears at top of customize buffer.
7797
7798 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7799 Add the gud groupname.
7800 (gud-tooltip-mode): Add the tooltip groupname.
7801 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7802 avoid conflict with tooltip-use-echo-area.
7803
7804 2005-12-10 Romain Francoise <romain@orebokech.com>
7805
7806 * help.el (help-for-help-internal): Add `r' in doc string.
7807
7808 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7809
7810 * align.el (align-regexp, align-highlight-rule):
7811 Use region-beginning and region-end instead of point and mark, so that
7812 repetition (with `repeat-complex-command') recomputes the region
7813 bounds.
7814
7815 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7816
7817 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7818 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7819 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7820 (balance-windows): Rewrite using the above new functions.
7821
7822 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7823
7824 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7825 react if global-hi-lock-mode seems intended.
7826 (global-hi-lock-mode) Renamed from hi-lock-mode.
7827 (hi-lock-archaic-interface-message-used)
7828 (hi-lock-archaic-interface-deduce): New variables.
7829 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7830 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7831 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7832 Replace hi-lock-buffer-mode with hi-lock-mode.
7833
7834 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7835
7836 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7837 completion list, even after a partial completion has been
7838 inserted in the current buffer. If there are more than 1
7839 completion, redisplay the *Completions* buffer; if the
7840 completion is unique, delete the *Completions* window.
7841
7842 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7843
7844 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7845 strings and long subject lines that were broken into multiple
7846 lines at arbitrary places. Handle subjects that have "Re: " in
7847 the middle.
7848
7849 2005-12-10 John W. Eaton <jwe@octave.org>
7850
7851 * emacs/octave-mod.el (octave-electric-space): Don't indent
7852 comments or strings if octave-auto-indent is nil.
7853
7854 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7855
7856 * term/mac-win.el: Require url when compiling.
7857 Call mac-process-deferred-apple-events after loading init files.
7858 (mac-apple-event-map): New defvar. Define event handlers in it.
7859 (core-event, internet-event): New Apple event class symbols.
7860 (open-application, reopen-application, open-documents)
7861 (print-documents, open-contents, quit-application)
7862 (application-died, show-preferences, autosave-now, get-url):
7863 New Apple event ID symbols.
7864 (about): New HICommand ID symbol.
7865 (mac-event-spec, mac-event-ae): New macros.
7866 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7867 (mac-ae-selection-range, mac-ae-text-for-search)
7868 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7869 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7870 and Services menu events are now defined in mac-apple-event-map.
7871 (mac-drag-n-drop): Remove selection range handling.
7872
7873 2005-12-10 Kenichi Handa <handa@m17n.org>
7874
7875 * simple.el (zap-to-char):
7876 * isearch.el (isearch-process-search-char): Translate CHAR by
7877 translation-table-for-input.
7878
7879 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7880
7881 * foldout.el (foldout-exit-fold): Properly hide subtree.
7882
7883 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7884
7885 * files.el (save-buffer):
7886 * international/ucs-tables.el (ucs-set-table-for-input):
7887 * mail/mail-extr.el (mail-extract-address-components):
7888 * mail/sendmail.el (mail-mode): Reformat doc string.
7889
7890 2005-12-09 Juri Linkov <juri@jurta.org>
7891
7892 * isearch.el (isearch-highlight): Change main overlay priority
7893 from 1 to 1001. Simplify.
7894 (isearch-lazy-highlight-update): Change lazy overlay priority
7895 from 0 to 1000.
7896
7897 * replace.el (replace-highlight): Change overlay priority from
7898 1 to 1001.
7899
7900 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7901 Change overlay priority from 1 to 1001. Reuse existing overlay.
7902
7903 * compare-w.el (compare-windows-highlight): Change overlay
7904 priority from 1 to 1000.
7905
7906 * menu-bar.el (menu-bar-edit-menu): Add listp around
7907 pending-undo-list to disable menu item "undo" when pending
7908 undo list is empty.
7909
7910 * locate.el (locate): Disable undo in *Locate* buffer.
7911
7912 2005-12-09 Kim F. Storm <storm@cua.dk>
7913
7914 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7915
7916 2005-12-09 David Ponce <david@dponce.com>
7917
7918 * recentf.el: Improvement of the menu code.
7919 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7920 instead of menu hook.
7921 (recentf-show-menu, recentf-hide-menu): New functions.
7922 (recentf-menu-customization-changed, recentf-mode): Use them.
7923 (recentf-menu-action, recentf-max-menu-items)
7924 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7925 (recentf-arrange-by-rule-others)
7926 (recentf-arrange-by-rules-min-items)
7927 (recentf-arrange-by-rule-subfilter) : Don't use
7928 `recentf-menu-customization-changed'.
7929 (recentf-arrange-rules): Likewise. Accept functions to compute
7930 sub-menu titles.
7931 (recentf-menu-filter): Likewise. Doc fix.
7932 (recentf-menu-value-shortcut): Doc fix.
7933 (recentf-dump-variable): Quote atom value.
7934 (recentf-make-menu-items): Update to use it as a menu filter.
7935 (recentf-match-rule): New function.
7936 (recentf-arrange-by-rule): Use it.
7937 (recentf-indirect-mode-rule): New function.
7938 (recentf-build-mode-rules): Use it.
7939 (recentf-dir-rule): New function.
7940 (recentf-arrange-by-dir): Use it.
7941 (recentf-filter-changer-current): Rename from
7942 `recentf-filter-changer-state'. All references updated.
7943 (recentf-filter-changer-alist): Update filter names.
7944 (recentf-filter-changer-select): New function.
7945 (recentf-filter-changer): Use it. Make a sub-menu from filters
7946 available in `recentf-filter-changer-alist'.
7947 (recentf-data-cache, recentf-clear-data)
7948 (recentf-update-menu): Remove. All references updated.
7949 (recentf-match-rule-p, recentf-build-dir-rules)
7950 (recentf-filter-changer-goto-next)
7951 (recentf-filter-changer-get-current)
7952 (recentf-filter-changer-get-next): Remove.
7953
7954 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7955
7956 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7957 buffer "Reset" button to "Reset to Current" for consistency with
7958 the State buttons.
7959
7960 2005-12-08 John Paul Wallington <jpw@pobox.com>
7961
7962 * ibuf-ext.el (define-ibuffer-filter filename):
7963 If `dired-directory' is a list then really use its car.
7964
7965 2005-12-08 Kim F. Storm <storm@cua.dk>
7966
7967 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7968 Fix indention of text on right side of replaced rectangle.
7969
7970 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7971
7972 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7973 No need to check gud-comint-buffer is bound.
7974 (gdb): Prevent multiple debugging when first session uses gdba.
7975
7976 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7977
7978 CC Mode update to 5.31.
7979
7980 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7981 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7982 We might do this function properly in the future).
7983
7984 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7985 New macros c-sentence-end and c-default-value-sentence end, to cope
7986 with Emacs 22's new function `sentence-end'.
7987
7988 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7989
7990 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7991 compat issue using `c-put-overlay' and `c-delete-overlay'.
7992
7993 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7994 New compat macros to handle overlays/extents.
7995
7996 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7997
7998 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7999 (for GNU Emacs 20.4)
8000
8001 * progmodes/cc-defs.el:
8002 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8003
8004 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8005 highlighting mechanism so it will work in XEmacs too.
8006
8007 * progmodes/cc-defs.el: Insert c-int-to-char.
8008
8009 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8010 call to the new macro c-int-to-char. This solves XEmacs's
8011 regarding characters as different from integers.
8012
8013 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8014
8015 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8016 New internal helper.
8017
8018 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8019 construct to make the indirect face lookup work in XEmacs.
8020
8021 (c-cpp-matchers): Append the negation char face to the existing
8022 fontification, so that the cpp face doesn't disappear.
8023 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8024 and strings.
8025
8026 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8027 to map to `font-lock-negation-char-face' in emacsen where it exists.
8028
8029 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8030
8031 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8032
8033 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8034 Rename "c-subword-move-mode" as "c-subword-mode".
8035
8036 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8037 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8038
8039 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8040
8041 * progmodes/cc-mode.el: Added autoload directive for
8042 `c-subword-move-mode' for use in older emacsen.
8043
8044 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8045
8046 * progmodes/cc-mode.el:
8047 (i) Insert a binding for C-c C-backspace into
8048 c-bind-special-erase-keys which works in TTYs.
8049 (ii) Make sure that when file styles are used, any explicitly
8050 given style variables take priority over those in the style.
8051 Do this by calling `hack-local-variables' a second time.
8052
8053 * progmodes/cc-vars.el: Add language specific customization
8054 widgets for AWK to c-doc-comment-style, c-require-final-newline
8055 and c-default-style. Add a defcustom for awk-mode-hook.
8056 Give c-syntactic-element and c-syntactic-context doc-strings by
8057 directly setting their `variable-documentation' propery.
8058 This allows Emacs 22.1 to read these with C-h v.
8059
8060 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8061
8062 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8063
8064 * progmodes/cc-fonts.el, cc-vars.el
8065 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8066 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8067 Masatake YAMATO.
8068
8069 (c-doc-comment-style): Made GtkDoc default in C mode.
8070
8071 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8072 and C-c C-<delete>.
8073
8074 (c-bind-special-erase-keys): New function for use on
8075 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8076
8077 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8078 <delete> key behavior in XEmacs according to `delete-forward-p'.
8079 C.f. `c-electric-delete'.
8080
8081 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8082
8083 * progmodes/cc-mode.el: Give c-hungry-backspace and
8084 c-hungry-delete-forward permanent key bindings.
8085
8086 * progmodes/cc-cmds.el (c-electric-semi&comma):
8087 Bind c-syntactic-context for calls to "criteria functions", for
8088 consistency with other calls to user functions.
8089
8090 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8091 `current-prefix-arg', since this might be the prefix arg to a
8092 command which calls c-indent-command as a function. Change the
8093 interactive spec from "p" to "P".
8094
8095 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8096 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8097 was difficult to understand.
8098
8099 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8100
8101 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8102 first char of an identifier.
8103
8104 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8105 +" syntax in C++.
8106
8107 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8108
8109 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8110 auto-fill doesn't split a c-comment's last word from a hanging
8111 "*/" when a space is typed between them after fill-column.
8112
8113 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8114
8115 * progmodes/cc-styles.el (c-set-style)
8116 (c-setup-paragraph-variables): Abort the command if we're not in a
8117 CC Mode buffer.
8118
8119 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8120 with blank comment-prefix, and a blank line as the comment's
8121 second line.
8122
8123 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8124
8125 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8126 Incorporate the patterns added in the Emacs development branch
8127 for the new Emacs 22 face `font-lock-negation-char-face'.
8128
8129 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8130 of "red" since it stands out better in xterms and DOS terminals.
8131
8132 * progmodes/cc-engine.el (c-literal-faces):
8133 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8134
8135 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8136
8137 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8138 forcibly enable c-electric-flag.
8139
8140 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8141 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8142 after the comment-prefix of a C-style comment will close that comment.
8143
8144 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8145
8146 * progmodes/cc-fonts.el (c-basic-matchers-before)
8147 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8148 in Pike.
8149
8150 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8151 digraphs.
8152
8153 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8154 (c-cpp-message-directives, c-cpp-include-directives)
8155 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8156 (c-cpp-expr-directives): Introduce new language constants to
8157 control cpp syntax in a cleaner way.
8158
8159 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8160
8161 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8162
8163 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8164 (c-multiline-string-start-char): New language constants and
8165 variables to specify how newlines in string literals work.
8166
8167 (c-font-lock-invalid-string): Use them.
8168
8169 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8170 unbalanced close brace is entered. Optimization by avoiding going
8171 back over arbitrarily large blocks. Removed hints that this
8172 function only would be relevant/useful in AWK.
8173
8174 (c-electric-brace): Indent syntactically after the cleanups since
8175 lineup functions might do it differently then.
8176
8177 * progmodes/cc-engine.el, cc-langs.el
8178 (c-opt-op-identifier-prefix): New language constant and variable.
8179
8180 (c-just-after-func-arglist-p, c-after-special-operator-id)
8181 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8182
8183 * progmodes/cc-align.el, cc-engine.el
8184 (c-after-special-operator-id): New helper to handle C++ operator
8185 identifiers.
8186
8187 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8188 (c-guess-basic-syntax): Handle C++ operator identifiers in
8189 declarations.
8190
8191 * progmodes/cc-langs.el (c-assignment-operators): Add the
8192 trigraph version of ^= too.
8193
8194 * progmodes/cc-langs.el (c-assignment-operators): Add the
8195 trigraph version of |= in C++.
8196
8197 * progmodes/cc-fonts.el (c-font-lock-declarators):
8198 Handle `c-decl-hangon-kwds' after the identifier name.
8199
8200 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8201 whether an arglist is "nonempty", ignore a comment after the open
8202 paren if it isn't followed by a non-comment token on the same line.
8203
8204 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8205 Enable heuristics below the point to cope with classes inside special
8206 brace lists in Pike.
8207
8208 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8209
8210 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8211
8212 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8213
8214 * progmodes/cc-guess.el (cc-guess-install): New function to
8215 install an already guessed style in another buffer.
8216
8217 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8218 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8219 anyway if the change always is undone.
8220
8221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8222
8223 Implement togglable electricity:
8224
8225 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8226 saying when it should be used.
8227
8228 * progmodes/cc-engine.el: Add the new buffer-local variable,
8229 c-electric-flag.
8230
8231 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8232 c-toggle-auto-newline.
8233
8234 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8235 c-toggle-auto-newline. Remove the binding for
8236 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8237 c-toggle-electric-state.
8238
8239 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8240
8241 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8242 c-\(forward\|backward\)-subword.
8243 (c-update-modeline): Add the new modeline flag `l' for
8244 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8245 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8246 Make the old name an alias of the new name.
8247 (c-toggle-electric-state): New function.
8248 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8249 Adapt these functions to do electric things only when
8250 c-electric-flag is non-nil.
8251 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8252 new functions from c-electric-brace.
8253 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8254 mode, so that the tentative extra newline doesn't change the
8255 syntax of the following brace.
8256 (c-electric-brace): Restructure by extracting the above functions.
8257 Tidy up the coding somewhat.
8258 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8259 restructure a bit.
8260
8261 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8262
8263 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8264 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8265
8266 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8267 (c-submode-indicators): Change name from `c-auto-hungry-string'
8268 since it's now used to track another submode.
8269
8270 (c-update-modeline): Convert to function and extended to check
8271 `c-subword-move-mode'.
8272
8273 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8274 Convert to compat aliases for `c-forward-subword' and
8275 `c-backward-subword'.
8276
8277 * progmodes/cc-subword.el: New functions and minor mode to handle
8278 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8279
8280 (c-forward-subword, c-backward-subword, c-mark-subword)
8281 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8282 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8283 Functions corresponding to the standard word handling functions.
8284
8285 (c-subword-move-mode): Minor mode that replaces all the standard
8286 word handling functions with their subword equivalences.
8287
8288 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8289
8290 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8291 entry for one-liner-defun.
8292
8293 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8294 name in its def-edebug-spec.
8295
8296 * progmodes/cc-cmds.el (c-electric-brace): Make the
8297 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8298 compacts space before a comment, if this will make things fit on
8299 one line.
8300
8301 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8302
8303 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8304
8305 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8306 clean-up one-liner-defun.
8307
8308 * progmodes/cc-styles.el: Add the new "awk" style.
8309
8310 * progmodes/cc-vars.el: Add description of one-liner-defun to
8311 c-cleanup-list's doc-string. New user options,
8312 c-max-one-liner-length. In c-default-style, set the default style
8313 for AWK to "awk".
8314
8315 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8316
8317 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8318 macros inside labels.
8319
8320 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8321 `c-at-statement-start-p' and `c-at-expression-start-p'.
8322
8323 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8324 error if the mark isn't set.
8325
8326 * progmodes/cc-engine.el (c-guess-continued-construct)
8327 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8328 accurately detect functions inside functions.
8329
8330 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8331 like `c-at-statement-start-p' that additionally recognizes commas
8332 and expression parentheses as delimiters.
8333
8334 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8335 to avoid heuristics that doesn't work for unclosed blocks.
8336 (c-at-statement-start-p): New function.
8337
8338 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8339 Objective-C directives, e.g. directives spanning lines should work
8340 reasonably well now.
8341
8342 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8343
8344 (c-forward-objc-directive): New function to move over any ObjC
8345 directive.
8346
8347 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8348 (c-basic-matchers-before): Use it.
8349
8350 (c-font-lock-objc-iip-decl): Remove.
8351
8352 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8353 in the template arglist recognition.
8354
8355 * progmodes/cc-styles.el (c-style-alist): Fix several
8356 inconsistencies in the Whitesmith style.
8357
8358 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8359 New lineup function to get lines after Whitesmith style blocks
8360 correctly indented.
8361
8362 (c-lineup-whitesmith-in-block): Back out the compensation for
8363 opening parens since it's done using `add' lists in the style
8364 definition instead. Don't use the anchor position since it varies
8365 too much between the syntactic symbols. :P
8366
8367 * progmodes/cc-vars.el (c-valid-offset): Update.
8368
8369 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8370 lists where the offsets are combined according to several
8371 different methods: `first', `min', `max', and `add'.
8372 Report offset evaluation errors with `c-benign-error' so that some kind
8373 of reindentation still is done.
8374
8375 * progmodes/cc-engine.el (c-guess-basic-syntax):
8376 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8377 `arglist-close'.
8378
8379 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8380 situations for `arglist-cont-nonempty' and `arglist-close'.
8381
8382 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8383
8384 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8385 cc-bytecomp-boundp' in a number of places.
8386
8387 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8388 macro related issue.
8389
8390 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8391
8392 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8393 list is now [asdf], a char class [:alpha:].
8394 Include code for char classes.
8395 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8396 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8397
8398 Remove (nearly all of) the cruft associated with AWK Mode's former
8399 concept of "virtual semicolons":
8400
8401 Adapt c-beginning-of-statement, c-end-of-statement (together with
8402 subfunctions) to use the new notion of "virtual semicolon" in
8403 place of the old awkward special handling for AWK. There remains
8404 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8405 * progmodes/cc-cmds.el:
8406 (c-ascertain-adjacent-literal): In the backwards direction, now
8407 recognises AWK regexp delimiters as string delimiters.
8408 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8409 check more rigorously for "end of macro".
8410 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8411 virtual semicolons;
8412 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8413 out the code for forward movement into ...
8414 (c-end-of-statement): Now contains the code for forward movement,
8415 adapted for virtual semicolons.
8416
8417 * progmodes/cc-engine.el:
8418 (c-ws*-string-limit-regexp): New regexp.
8419 (c-forward-single-comment, c-backward-single-comment): Comment out
8420 the (now redundant) "special" AWK stuff.
8421
8422 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8423 c-string-par-start, c-string-par-separate to be more like Text
8424 Mode than Fundamental Mode.
8425
8426 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8427
8428 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8429 to the fontified region so that fontification doesn't occur
8430 outside it (could happen e.g. when fontifying a line with an
8431 unfinished declaration).
8432
8433 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8434
8435 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8436 start of the file. ^L now separate sections of the file.
8437 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8438 (c-awk-one-line-possibly-open-string-re)
8439 (c-awk-regexp-one-line-possibly-open-char-class-re)
8440 (c-awk-one-line-possibly-open-regexp-re)
8441 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8442 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8443
8444 Amend the concept of "virtual semicolons" (in the indentation
8445 engine) for languages like AWK, such that they are now
8446 conceptually attached to end of the last token of a statement, not
8447 the end of the line. (In AWK Mode, however, the pertinent text
8448 property is still physically set on the EOL.) Remove the specific
8449 tests for awk-mode, thus facilitating the introduction of other
8450 language modes where EOLs can end statements.
8451 (Note: The funtionality in cc-cmds.el, specifically
8452 c-beginning/end-of-statement has yet to be amended.)
8453
8454 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8455 New macros.
8456
8457 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8458 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8459 c-vsemi-status-unknown-p-fn (in a new page).
8460
8461 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8462 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8463 numerous awkward forms like
8464 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8465 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8466 variable before-ws-ip, the place just after char-before-ip appears.
8467
8468 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8469 a comment.
8470
8471 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8472
8473 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8474 `c-tentative-buffer-changes'.
8475
8476 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8477 convert to macro to choose between Emacs and XEmacs at compile time.
8478
8479 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8480
8481 (c-tentative-buffer-changes): New macro to handle temporary buffer
8482 changes in a convenient way.
8483
8484 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8485 for `c-tentative-buffer-changes'.
8486
8487 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8488 the checks for paren sexps between the point and the keyword, to
8489 avoid some false alarms.
8490
8491 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8492 Fixed a situation where an error could be thrown for unbalanced
8493 parens. Changed to make use of c-keyword-member' to avoid some
8494 repeated regexp matches.
8495
8496 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8497 These language variable are no longer necessary.
8498
8499 (c-block-stmt-kwds): New language constant used by
8500 c-looking-at-inexpr-block'.
8501
8502 (c-guess-basic-syntax): Remove an optional check that looked at
8503 the existence of the now removed language variables.
8504
8505 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8506 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8507 object instantiation expressions as declarations in some contexts.
8508 This bug only affected languages where the declarator can't be
8509 enclosed in parentheses.
8510
8511 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8512 insert newlines before and after substatement braces.
8513
8514 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8515 function declaration headers and the handling of C++ style member
8516 init lists.
8517
8518 (c-just-after-func-arglist-p): Rewritten to use
8519 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8520
8521 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8522
8523 (c-guess-basic-syntax): Adapt case 5B for the new
8524 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8525 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8526 covers all cases now).
8527
8528 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8529
8530 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8531
8532 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8533 c-string-par-start/separate c-sentence-end-with-esc-eol,
8534 initialised in c-setup-paragraph-variables, used in string
8535 scanning subroutines of c-beginning-of-statement.
8536
8537 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8538 which precedes the newly inserted `{'.
8539
8540 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8541
8542 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8543 function for declaration level blocks. It should now cope with
8544 templates better and also be a lot more comprehensible.
8545
8546 (c-looking-at-decl-block): The new function.
8547
8548 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8549 for compatibility.
8550
8551 (c-add-class-syntax, c-guess-continued-construct)
8552 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8553
8554 (c-decl-block-key): Change to tell apart ambiguous and
8555 unambiguous keywords. Pike specials are now handled directly in
8556 the code instead.
8557
8558 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8559 New language constants and variables to make the backward skip in
8560 `c-looking-at-decl-block' as tight as possible.
8561
8562 (c-nonsymbol-token-char-list): New language constant.
8563
8564 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8565 find balanced template arglists backwards.
8566
8567 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8568 making char classes for `c-syntactic-skip-backward'.
8569
8570 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8571 16D - can't be a class-close at that point.
8572
8573 * progmodes/cc-engine.el (c-guess-basic-syntax)
8574 (c-add-class-syntax): Don't narrow out the enclosing declaration
8575 level. This makes everything a lot easier, and it was actually
8576 only four small places that needed it to work. Some places that
8577 previously did `widen' are removed now, which has the effect that
8578 `c-guess-basic-syntax' never will look at things outside the
8579 current narrowment now. The anchor position for `topmost-intro'
8580 is affected by this, but it was so bogus it was basically useless
8581 before, and now it's equally bogus but in a slightly different way.
8582
8583 (c-narrow-out-enclosing-class): Gone.
8584
8585 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8586 the narrowed region.
8587
8588 (c-least-enclosing-brace): Remove silly optional argument.
8589
8590 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8591 the point could be left directly after an open paren when finding
8592 the beginning of the first decl in the block.
8593
8594 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8595 Specify which submatch to use.
8596
8597 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8598
8599 (c-decl-start-re): No longer any need for special treatment of
8600 ObjC due to the above.
8601
8602 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8603 presumably follows C in that regard.
8604
8605 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8606 New language constants to specify operator tokens inside
8607 identifiers in a more high level way.
8608
8609 (c-opt-identifier-prefix-key): New internal language constant.
8610
8611 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8612 (c-identifier-start, c-identifier-key): Now completely calculated
8613 from other constants.
8614
8615 (c-identifier-last-sym-match): Decommission since it's no longer used.
8616
8617 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8618
8619 * progmodes/cc-engine.el (c-forward-name): Remove the
8620 optimization when c-identifier-key is equal to c-symbol-key since
8621 it doesn't work in byte compiled files. Don't record empty
8622 regions as identifiers.
8623
8624 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8625 simplify access to `c-operators' and its likes.
8626
8627 (c-operator-list, c-all-op-syntax-tokens)
8628 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8629 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8630 (c-primary-expr-regexp, c-cast-parens): Use it.
8631
8632 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8633 an explicit language in functions.
8634
8635 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8636 variant of adornment.
8637
8638 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8639 variable.
8640
8641 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8642 the Pike value.
8643
8644 * progmodes/cc-engine.el (c-on-identifier)
8645 (c-simple-skip-symbol-backward): Small fix for handling "-"
8646 correctly in `skip-chars-backward'. Affected the operator lfun
8647 syntax in Pike.
8648
8649 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8650 diagnostic message about precompiled language vars not being used.
8651
8652 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8653 "__attribute__" is followed by a parenthesis.
8654
8655 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8656 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8657 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8658
8659 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8660 Internal cleanups to properly detect the declared identifiers in
8661 various declarations.
8662
8663 (c-decl-start-kwds): New language constant to recognize
8664 declarations that can start anywhere. Used for class declarations
8665 in Pike.
8666
8667 (c-specifier-key, c-not-decl-init-keywords)
8668 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8669 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8670
8671 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8672 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8673 handling of the compiler specific extension keywords into a new
8674 language constant `c-decl-hangon-kwds' that defines keyword
8675 clauses to be ignored in declarations.
8676
8677 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8678 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8679 Necessary to stop at the declared identifier in e.g. IDL valuetype
8680 declarations.
8681
8682 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8683 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8684 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8685 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8686 class and enum declarations as such and not as part of the type.
8687
8688 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8689 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8690
8691 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8692 declarations when there's some syntax error later on.
8693
8694 (c-complex-decl-matchers): Did away with a reference to
8695 `c-specifier-key'.
8696
8697 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8698 value - this variable is always dynamically bound.
8699
8700 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8701 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8702 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8703 functions that might do hidden buffer changes: All such internal
8704 functions are now marked instead of those that don't.
8705
8706 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8707 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8708 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8709 (c-literal-type): Allow these functions to make hidden buffer changes,
8710 so that they are free to use text property caching later on.
8711
8712 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8713 (c-electric-brace, c-electric-slash, c-electric-star)
8714 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8715 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8716 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8717 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8718 with the changed semantics of the functions above.
8719
8720 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8721 when macros occur in obscure places. Optimized the sexp movement
8722 a bit.
8723
8724 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8725
8726 Enhancements for c-beginning-of-statement to work in AWK Mode:
8727
8728 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8729 (completed statement) with `}' (statement completed by closing
8730 brace or semicolon) and `$' (statement completed by EOL).
8731
8732 (c-awk-virtual-semicolon-ends-prev-line-p)
8733 (c-awk-virtual-semicolon-ends-line-p)
8734 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8735 (c-awk-at-statement-end-p): New functions.
8736
8737 * progmodes/cc-cmds.el: Simplify the structure of functions
8738 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8739 two functions and c-beginning-of-statement to handle AWK Mode.
8740
8741 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8742 c-backward-single-comment for AWK mode. Attempt to clarify their
8743 doc-strings.
8744
8745 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8746
8747 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8748
8749 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8750 label handling. Labels are now recognized in a uniform and more
8751 robust way, regardless of context. Text properties are put on all
8752 labels to recognize the following declarations better.
8753 Multiword labels are handled both in indentation and fontification for
8754 the benefit of language extensions like Qt. For consistency, keywords
8755 in labels are now fontified with the label face instead.
8756 That also applies to "case" and "default".
8757
8758 (c-beginning-of-statement-1): Fix some bugs in the label
8759 handling. Disregard `c-nonlabel-token-key' in labels that begin
8760 with `c-label-kwds'.
8761
8762 (c-find-decl-spots): Support that the callback adds more
8763 `c-decl-end' spots to find.
8764
8765 (c-forward-decl-or-cast-1): Don't treat a list of plain
8766 identifiers followed by a colon as a declaration.
8767
8768 (c-forward-label): New function to recognize labels.
8769
8770 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8771 `c-forward-label'. Moved the label recognition cases (14 and 15)
8772 earlier since they aren't so context sensitive now. Handle labels
8773 on the top level gracefully. Moved access label recognition to
8774 the generic label case (CASE 15) - removed CASE 5E.
8775
8776 (c-font-lock-declarations): Add recognition of labels in the
8777 same round since we need to handle labels in parallell with other
8778 declarations to recognize both accurately. It should also improve
8779 speed.
8780
8781 (c-simple-decl-matchers, c-basic-matchers-after):
8782 Move `c-font-lock-labels' so that it only is used on decoration level 2
8783 since `c-font-lock-declarations' handles it otherwise.
8784
8785 (c-complex-decl-matchers): Remove the simplistic recognition of
8786 access labels.
8787
8788 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8789 with labels earlier.
8790
8791 (c-decl-start-re): New language variable to make
8792 `c-font-lock-declarations' stop for the special protection labels
8793 in Objective-C that start with `@'.
8794
8795 (c-label-key): Remove since it's no longer used.
8796
8797 (c-recognize-colon-labels, c-label-prefix-re): New language
8798 constants to support recognition of generic colon-terminated labels.
8799
8800 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8801 are colon terminated labels.
8802
8803 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8804 first argument starts with a special brace list.
8805
8806 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8807 (c-font-lock-declarations): Break out the declaration and cast
8808 recognition from `c-font-lock-declarations' to a new function, so
8809 that it can be used in the indentation engine.
8810
8811 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8812 up to the start of the literal. Fixed bug with the point on the
8813 wrong side of the search limit that could happen when the start
8814 position is inside a literal.
8815
8816 * progmodes/cc-engine.el (c-parse-state)
8817 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8818 so that it's kept a little bit back to increase the hit rate.
8819
8820 (c-parse-state): Change the macro handling and fixed some
8821 glitches. Macro context is checked more often than necessary now,
8822 but otoh less garbage conses are generated.
8823
8824 * progmodes/cc-engine.el (c-parse-state)
8825 (c-invalidate-state-cache): Cache the last position where
8826 `c-state-cache' applies. This can speed up refontification quite
8827 a bit in blocks where there are many non-brace parens before the point.
8828
8829 (c-state-cache-end): New variable for this.
8830
8831 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8832 cache variable.
8833
8834 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8835 get close initial continue positions when the start position is
8836 inside a literal or macro. Do not call the callback for spots
8837 before the start position (which can happen e.g. for `c-decl-end'
8838 spots inside comments). Optimize better in special cases when the
8839 region is a single line inside a literal or macro (typically when
8840 the current line is refontified).
8841
8842 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8843 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8844 entries from the paren state.
8845
8846 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8847 special case for "else if" clauses.
8848
8849 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8850 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8851
8852 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8853 New language variable to recognize the gcc extension with statement
8854 blocks inside expressions.
8855
8856 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8857 it somewhat more comprehensible. The argument AT-BLOCK-START is
8858 no longer used and hence removed.
8859
8860 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8861 to `c-add-stmt-syntax'.
8862
8863 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8864 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8865 This fixes bogus label recognition.
8866
8867 * progmodes/cc-engine.el (c-add-type, c-check-type)
8868 (c-forward-name, c-forward-type): Improve storage of template
8869 types in `c-found-types' so that they can be recognized better.
8870
8871 (c-syntactic-content): Add option to skip past nested parens.
8872
8873 * progmodes/cc-engine.el (c-forward-name):
8874 Set `c-last-identifier-range' all the time. It's less work that way.
8875 Handle that there might not be an identifier to store in
8876 `c-last-identifier-range'.
8877
8878 (c-forward-type): Handle that `c-last-identifier-range' might be
8879 nil from `c-forward-name'.
8880
8881 * progmodes/cc-defs.el (c-safe-scan-lists)
8882 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8883
8884 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8885 to work even if the form fails.
8886
8887 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8888 down in a large file in one go.
8889
8890 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8891
8892 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8893 function which is like `c-lineup-math' but returns nil instead of
8894 `c-basic-offset' when it doesn't match.
8895
8896 (c-lineup-math): Change to use `c-lineup-assignments'.
8897
8898 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8899
8900 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8901 c-beginning-of-statement. New subfunctions
8902 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8903
8904 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8905
8906 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8907 hardcoded char classes whereever possible. Changed a couple of
8908 places to use skip by syntax instead of skip by char class.
8909
8910 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8911 Fix a bug in the regexp that caused extreme backtracking.
8912
8913 * progmodes/cc-langs.el (c-block-comment-starter)
8914 (c-block-comment-ender): New language constants to specify in a
8915 single place how block comments look.
8916
8917 (c-comment-start-regexp, c-block-comment-start-regexp)
8918 (comment-start, comment-end, comment-start-skip)
8919 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8920 (c-syntactic-ws, c-nonempty-syntactic-ws)
8921 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8922 `c-line-comment-starter', `c-block-comment-starter' and
8923 `c-block-comment-ender'.
8924
8925 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8926 New language constants to break up things a bit.
8927
8928 (c-simple-ws): New language constant for simple whitespace.
8929
8930 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8931
8932 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8933 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8934 newlines. Allow and ignore nil elements in the list.
8935
8936 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8937
8938 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8939 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8940
8941 * progmodes/cc-cmds.el: Tidy up the comments in
8942 c-beginning-of-statement and subfunctions.
8943
8944 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8945 more flexible c-put-char-property and c-clear-char-properties.
8946 Add the author's email address.
8947
8948 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8949
8950 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8951 closing "*/" of a block comment.
8952
8953 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8954 subfunctions) so that it works at BOB and EOB.
8955
8956 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8957 c-beginning-of-statement, including new variable
8958 c-block-comment-start-regexp.
8959
8960 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8961
8962 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8963 symbols from `*-font-lock-extra-types' so that there's no need to
8964 use `regexp-opt' on those lists.
8965
8966 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8967 `c-type-modifier-kwds' is empty.
8968
8969 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8970 there are several strings on the same line.
8971
8972 * progmodes/cc-engine.el (c-literal-limits): Remove the
8973 compatibility function for older emacsen. `c-literal-limits-fast'
8974 has now taken the place of this function.
8975
8976 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8977 with older emacsen: We now require `pps-extended-state'.
8978
8979 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8980
8981 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8982 which obviates the need to hack sentence-end. This now handles
8983 escaped newlines in strings correctly. Correct minor bugs in
8984 c-move-over-sentence and in c-beginning-of-statement.
8985
8986 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8987 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8988 that movement over macros and code are rigorously separated from
8989 eachother. Correct a few incidental bugs.
8990
8991 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8992 Improve its doc-string. Improve the handling of certain specific cases.
8993
8994 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8995
8996 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8997 (c-guess-basic-syntax): Change the way class-level labels are
8998 recognized; they can now contain essentially any symbols.
8999
9000 (c-opt-extra-label-key): New language variable to cope with the
9001 special protection label syntax in Objective-C.
9002
9003 (c-opt-access-key): Remove; this is now handled better by
9004 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9005
9006 (c-complex-decl-matchers): Update to handle that
9007 `c-opt-access-key' no longer exists.
9008
9009 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9010 improved label recognition in `c-beginning-of-statement-1'.
9011
9012 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9013 Recognize bitfields better.
9014
9015 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9016 Remove some cruft and fixed a bug that could cause it to go to a
9017 position further down.
9018
9019 * progmodes/cc-langs.el, cc-engine.el
9020 (c-beginning-of-statement-1): Improve detection of labels in
9021 declaration contexts.
9022
9023 (c-beginning-of-decl-1): Use it.
9024
9025 (c-nonlabel-token-key): New language constant and variable needed
9026 by `c-beginning-of-statement-1'.
9027
9028 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9029 manifested itself due to the correction in `c-forward-sexp'.
9030
9031 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9032 Make these behave as documented when used at the buffer limits.
9033
9034 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9035 (c-type-decl-end-used): Made this a language variable.
9036
9037 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9038 correctly when `combine-after-change-calls' is used together with
9039 temporary narrowings.
9040
9041 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9042 Report labels correctly when the start point is immediately after the
9043 colon.
9044
9045 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9046 Remove since it isn't used anymore.
9047
9048 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9049 bracket arglists such as template parens in C++.
9050
9051 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9052 in the last check-in. Some optimization.
9053
9054 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9055 where it could stop at the same level in a preceding sexp when
9056 PAREN-LEVEL is set.
9057
9058 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9059 text property lookup only when it's needed.
9060
9061 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9062 Change the policy for paren marked angle brackets to be more
9063 persistent; once marked they remain marked even when they're found
9064 to be unbalanced in the searched region. This should keep the
9065 paren syntax around even when individual lines are refontified in
9066 multiline template arglists.
9067
9068 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9069 to control markup so that incorrect angle bracket arglists aren't
9070 marked in contexts where the correct value for
9071 `c-disallow-comma-in-<>-arglists' isn't known.
9072
9073 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9074 argument has become `c-parse-and-markup-<>-arglists'.
9075
9076 (c-remove-<>-arglist-properties): Remove - no longer used.
9077
9078 (c-after-change-check-<>-operators): New function used on
9079 `after-change-functions' to avoid that "<" and ">" characters that
9080 are part of longer operators have paren syntax.
9081
9082 (c-<>-multichar-token-regexp): New language variable used by
9083 `c-after-change-check-<>-operators'.
9084
9085 (c-after-change): Call `c-after-change-check-<>-operators'.
9086
9087 (c-font-lock-<>-arglists): Use the context properties set by
9088 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9089 correctly to avoid doing invalid markup.
9090
9091 (c-font-lock-declarations): Remove code that undoes the invalid
9092 markup done by `c-font-lock-<>-arglists'.
9093
9094 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9095 after `c-font-lock-declarations'.
9096
9097 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9098 Add paren-level feature.
9099
9100 (c-guess-basic-syntax): Improve the anchor position for
9101 `template-args-cont' in nested template arglists. There's still
9102 much to be desired in this area, though.
9103
9104 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9105
9106 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9107 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9108
9109 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9110
9111 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9112 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9113
9114 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9115 it doesn't work no longer are supported.
9116
9117 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9118 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9119 requires support for the syntax-table' text property, which rules
9120 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9121 cruft associated with those versions.
9122
9123 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9124 for the `syntax-table' text property, which rules out Emacs 19 and
9125 XEmacs < 21.4. Removed various compatibility cruft associated
9126 with those versions.
9127
9128 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9129 support for the `syntax-table' text property.
9130
9131 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9132 variable and use an extra quoted face name instead. All the
9133 emacsen flavors handle that correctly.
9134
9135 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9136 (c-font-lock-declarators, c-font-lock-declarations)
9137 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9138 property to mark the items in in declarator lists to handle
9139 refontification inside multiline declarations better.
9140
9141 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9142 construct like "a * b = c;" as a declaration.
9143
9144 2005-12-08 Kim F. Storm <storm@cua.dk>
9145
9146 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9147 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9148 select either meta, hyper, or super modifier for rectangle commands.
9149 (cua--rectangle-modifier-key): New defvar.
9150 (cua--M/H-key): Use it. Remove special case for `space'.
9151 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9152 on X, to meta otherwise. Always bind C-return to toggle
9153 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9154
9155 * emulation/cua-rect.el (cua-help-for-rectangle):
9156 Use cua--rectangle-modifier-key. Handle super modifier too.
9157 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9158 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9159
9160 * ido.el: Move Acknowledgements and History after Commentary.
9161 Minor changes to Commentary.
9162
9163 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9164 keymap if cua--prefix-override-timer is `shift'.
9165 (cua--shift-control-prefix): New function; emulate "type prefix
9166 key twice" functionality to handle shifted prefix key override.
9167 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9168 New commands.
9169 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9170
9171 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9172
9173 * textmodes/org.el (org-insert-heading): Try to do items before
9174 headings.
9175 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9176 (org-insert-item): New function.
9177 (org-renumber-ordered-list): Don't skip to higher level lists.
9178
9179 2005-12-08 Juri Linkov <juri@jurta.org>
9180
9181 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9182
9183 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9184
9185 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9186
9187 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9188 the constructed function name fun-1.
9189
9190 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9191 because such links don't lead to parent documentation.
9192
9193 2005-12-08 Kenichi Handa <handa@m17n.org>
9194
9195 * descr-text.el (describe-char): Use *Help-2* buffer if the
9196 current buffer is *Help*. Call describe-text-properties while
9197 setting the original buffer.
9198
9199 2005-12-07 Bill Wohler <wohler@newt.com>
9200
9201 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9202 and causes problems with non-MH users (such as Gnus users).
9203
9204 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9205
9206 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9207 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9208 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9209 command "info sources". Move calls to GDB command "list".
9210 (gdb-find-file-hook): Just use gdb-source-file-list.
9211 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9212 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9213 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9214 (gdb-data-list-register-values-handler): Use correct trigger name.
9215
9216 2005-12-07 Kim F. Storm <storm@cua.dk>
9217
9218 * ido.el (ido-completion-map): Rename from ido-mode-map.
9219 (ido-common-completion-map, ido-file-completion-map)
9220 (ido-file-dir-completion-map, ido-buffer-completion-map):
9221 Rename from ido-mode-....-map.
9222 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9223 (ido-setup-completion-map): Rename from ido-define-mode-map.
9224 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9225 to ido-completion-map.
9226
9227 2005-12-07 Kenichi Handa <handa@m17n.org>
9228
9229 * international/mule-cmds.el
9230 (set-display-table-and-terminal-coding-system): If the coding
9231 system specified in `unibyte-display' property is different from
9232 the arg coding-system, don't setup standard-display-table.
9233
9234 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9237 that comments end at \n, regardless of selective-display.
9238
9239 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9240
9241 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9242 (gdb-version): New variables.
9243 (gdb-source-file-list, gdb-register-names)
9244 (gdb-changed-registers): New variables for use with GDB 6.4+.
9245 (gdb-ann3): Replace with...
9246 (gdb-init-1, gdb-init-2): ...two new functions.
9247 (gdba, gdb-prompt): Call gdb-init-1.
9248 (gdb-get-version): New function. Call gdb-init-2 from here.
9249 (gud-watch): Make it work with mouse events too.
9250 (gdb-post-prompt): Don't add to queue until GDB version is known.
9251 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9252 (gdb-locals-mode): Use gdb-version.
9253 (gdb-memory-format-map, gdb-memory-unit-map)
9254 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9255 (gdb-locals-font-lock-keywords-1)
9256 (gdb-locals-font-lock-keywords-2): New variables.
9257 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9258 (gdb-set-gud-minor-mode-existing-buffers-1)
9259 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9260 (gdb-var-update-1, gdb-var-update-handler-1)
9261 (gdb-data-list-register-values-handler)
9262 (gdb-data-list-register-values-custom)
9263 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9264 (gdb-stack-list-locals-handler, gdb-get-register-names):
9265 New functions for use with GDB 6.4+.
9266 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9267 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9268 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9269 (gdb-stack-list-locals-regexp)
9270 (gdb-data-list-register-names-regexp): New regexps for use with
9271 GDB 6.4+.
9272
9273 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9274
9275 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9276
9277 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9278
9279 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9280 prompts work for AUTH PLAIN. Also reported by Steve Allan
9281 <seallan@verizon.net>.
9282
9283 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9284
9285 * frame.el (set-frame-parameter): Add doc string.
9286
9287 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9288
9289 * textmodes/org.el (org-occur-highlights): New variable.
9290 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9291 (org-highlight-sparse-tree-matches): New option.
9292 (org-do-occur): New function.
9293 (org-get-heading): Make it work also at beginning of line.
9294 (org-category-table): New variable.
9295 (org-get-category-table, org-get-category)
9296 (org-camel-to-words, org-link-search): New functions.
9297 (org-select-this-todo-keyword): New variable.
9298 (org-todo-list): New command.
9299 (org-shiftright, org-shiftleft): New commands.
9300 (org-agenda-todo): Add prefix argument.
9301 (org-show-hierarchy-above): New option.
9302 (org-show-todo-tree): Numerical prefix creates tree for specific
9303 TODO keyword.
9304 (org-outline-level): New function, to assign a level to plain
9305 lists items.
9306 (org-cycle-include-plain-lists): New option.
9307 (org-mode): Use `org-outline-level' as value of `outline-level'.
9308 (org-cycle): Temporarily switch `outline-regexp' if
9309 `org-cycle-include-plain-lists' is non-nil.
9310 (org-start-icalendar-file): Fix format bug.
9311 (org-agenda-get-day-entries): Create category table.
9312 (org-agenda-get-todos, org-agenda-get-timestamps)
9313 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9314 (org-agenda-get-blocks): Use `org-get-category'.
9315 (org-context-in-file-links): Rename from
9316 `org-line-numbers-in-file-links'.
9317
9318 2005-12-06 Romain Francoise <romain@orebokech.com>
9319
9320 * window.el (balance-windows): Delete extraneous third arg in call
9321 to `enlarge-window'.
9322
9323 2005-12-06 Kenichi Handa <handa@m17n.org>
9324
9325 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9326
9327 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9328
9329 * progmodes/gdb-ui.el (gdb-var-create-handler)
9330 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9331 (gdb-var-list-children-handler, gdb-var-update-handler):
9332 Current buffer is already gdb-partial-output-buffer, don't
9333 make it current again.
9334
9335 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9336
9337 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9338 (list-buffers-noselect): Use it.
9339
9340 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9343 (mail-yank-ignored-headers): Use regexp-opt.
9344 (mail-mode-map): Move initialization into declaration.
9345 (mail-sent-via): Remove unused shadowed var `to-line'.
9346 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9347 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9348 (mail-do-fcc): Use dolist and push.
9349 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9350 (mail-yank-ignored-headers): Don't autoload.
9351
9352 2005-12-05 Kenichi Handa <handa@m17n.org>
9353
9354 * international/mule-cmds.el (set-language-info-internal): New fun.
9355 (set-language-info): Call set-language-info-internal to update
9356 language-info-alist. If LANG-ENV is the current one, call
9357 set-language-environment to make INFO effective now.
9358 (set-language-info-alist): Likewise.
9359 (locale-language-names): With locale "en", use English
9360 lang. env. but set the default codings to iso-8859-1.
9361
9362 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9363
9364 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9365 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9366 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9367 for plain strings.
9368 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9369 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9370 Create registers buffer if necessary. Echo new state in minibuffer.
9371 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9372
9373 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9374
9375 * info.el (Info-fontify-node): Match external links using
9376 non-directory part of filename.
9377
9378 2005-12-04 Juri Linkov <juri@jurta.org>
9379
9380 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9381 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9382 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9383 because there is no customization option for it.
9384
9385 * font-lock.el (lisp-font-lock-keywords-1):
9386 Add define-global-minor-mode.
9387
9388 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9389
9390 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9391 properties on the constructed variable names.
9392
9393 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9394 Put `definition-name' properties on the constructed function names
9395 next-sym and prev-sym.
9396
9397 * emacs-lisp/find-func.el (find-function-regexp):
9398 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9399 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9400 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9401 and easy-menu-define.
9402
9403 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9404 easy-mmode-define-global-mode and define-global-minor-mode.
9405 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9406
9407 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9408 instead of easy-mmode-define-global-mode.
9409
9410 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9411 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9412
9413 * cus-edit.el (customize-group, customize-group-other-window):
9414 Filter out autoloaded options from the group completion list by
9415 using heuristics that autoloaded groups don't have `custom-autoload'
9416 property on their symbols (they have only `custom-loads').
9417
9418 * simple.el (completion-setup-function): Put completions-common-part
9419 face on complete completion string too (i.e. completion string
9420 without completions-first-difference face).
9421
9422 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9423
9424 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9425
9426 * view.el (view-mode): Doc fix.
9427
9428 * disp-table.el (standard-display-european): Add to the warning
9429 message a reference to the doc string.
9430
9431 * play/yow.el (apropos-zippy): Call print-help-return-message,
9432 similar to other Help and Apropos commands.
9433
9434 * help.el (print-help-return-message): If pop-up-frames is
9435 non-nil, set up help-return-method to delete the help window and,
9436 possibly, its frame as well, and don't display message about
9437 scrolling the help window. Doc fix.
9438 (help-return-method): Doc fix.
9439
9440 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9441
9442 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9443 whereby names of length one or names starting with a
9444 symbol-constituent character would not be returned.
9445
9446 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9447
9448 * subr.el (atomic-change-group): Add edebug and indentation spec.
9449
9450 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * completion.el (save-completions-file-name): Fix typo in last change.
9453
9454 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9455
9456 * info.el: Move back/forward history to the beginning of the tool bar.
9457
9458 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9459
9460 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9461 Add fset of allout-real-isearch-abort during compile to fix
9462 byte-compilation warnings.
9463 (allout-mode-p): Move definition of this macro above all uses, or
9464 byte compilation in barren emacs (eg, during emacs build) will
9465 lack the definition.
9466 (allout-mode): Move this variable above any uses, or byte
9467 compilation will fail.
9468 (allout-resolve-xref): Remove use of personal file-reference function.
9469 (allout-toggle-current-subtree-encryption): Do the current (ie,
9470 visible containing) topic, rather than nearest around point. Doc fix.
9471 (allout-toggle-subtree-encryption): New function, workhorse that
9472 works on nearest topic containing point.
9473 (allout-encrypt-string): Signal requirement for newer version of pgg.
9474 (allout-resumptions): Doc fix.
9475
9476 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9477
9478 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9479
9480 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9481
9482 * textmodes/flyspell.el (flyspell-external-point-words):
9483 Consider a misspelling as found in the string search if: (a) misspelling
9484 and found string lengths match, or (b) misspelling is found as
9485 element in a boundary-chars separated longer string, or (c)
9486 ispell-program-name is really ispell and misspelling is found as
9487 part of a TeX string. After successful match move beginning of
9488 search region to end of match. Warn about not found misspellings
9489 once the process is done.
9490 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9491
9492 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9493
9494 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9495 tool bar (removed inadvertently).
9496
9497 2005-12-02 Juri Linkov <juri@jurta.org>
9498
9499 * log-view.el (log-view-diff): Clarify doc string.
9500
9501 2005-12-01 Bill Wohler <wohler@newt.com>
9502
9503 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9504 triggers lm-verify errors.
9505
9506 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9507
9508 * simple.el (transient-mark-mode, line-number-mode)
9509 (column-number-mode, size-indication-mode): Remove `:require nil'.
9510
9511 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9512
9513 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9514 in the margin also.
9515 (gdb-breakpoints-mode-map): Use D instead of d for
9516 gdb-delete-breakpoint.
9517 (gdb-get-frame-number): Require a number to match on.
9518 (gdb-threads-mode-map): Add follow-link binding.
9519
9520 2005-11-30 Jason Rumney <jasonr@gnu.org>
9521
9522 * isearch.el (isearch-mode-map): Avoid exiting search on
9523 language-change event.
9524
9525 2005-11-30 Romain Francoise <romain@orebokech.com>
9526
9527 * speedbar.el (speedbar-default-position): New defcustom.
9528 (speedbar-frame-reposition-smartly): Use it.
9529
9530 * dframe.el (dframe-reposition-frame-emacs): Fix position
9531 computation for `left' location.
9532 Update copyright year.
9533
9534 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * help.el (help-map): Move initialization into declaration.
9537
9538 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9539
9540 * help-fns.el (help-argument-name): Don't autoload.
9541 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9542 to be re-loaded when customizing the `help' group.
9543
9544 2005-11-30 John Paul Wallington <jpw@gnu.org>
9545
9546 * help-fns.el (describe-function-1): Fill arglist output.
9547
9548 2005-11-30 Kim F. Storm <storm@cua.dk>
9549
9550 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9551 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9552 after revert-buffer (or anything else which kills all local variables).
9553
9554 * apropos.el (apropos-parse-pattern): Doc fix.
9555 Set apropos-regexp directly, rather than expecting callers to do so.
9556 (apropos-command, apropos, apropos-value, apropos-documentation):
9557 Simplify calls to apropos-parse-pattern.
9558
9559 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9560
9561 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9562 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9563 (hi-lock-write-interactive-patterns): Use comment-region.
9564
9565 * longlines.el (longlines-mode): Add mail-setup-hook.
9566
9567 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9568
9569 * simple.el (sendmail-user-agent-compose, next-line):
9570 Conditionally use hard-newline.
9571
9572 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9573
9574 * international/latexenc.el (latex-inputenc-coding-alist):
9575 Reword doc string.
9576
9577 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9578
9579 * help.el (describe-key-briefly, describe-key): Recognize default
9580 bindings.
9581
9582 2005-11-29 Romain Francoise <romain@orebokech.com>
9583
9584 * view.el (view-inhibit-help-message): New defcustom.
9585 (view-mode-enter): Use it.
9586
9587 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9588
9589 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9590 Preserve user position.
9591
9592 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9593
9594 * font-lock.el: Throw error if facemenu is not loaded to prevent
9595 accidental change of loading order in loadup.el. (Suggested by RMS.)
9596
9597 * loadup.el: Add comment explaining why facemenu must be loaded
9598 before font-lock.
9599
9600 2005-11-28 Jay Belanger <belanger@truman.edu>
9601
9602 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9603 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9604
9605 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9606
9607 * calc/calc-embed.el (calc-do-embedded): Update help message.
9608
9609 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9610
9611 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9614
9615 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9616 called-interactively-p.
9617 (elp-profilable-p): Rename from elp-not-profilable-p.
9618 Invert result and take into account macros and autoloaded functions.
9619 (elp-instrument-function): Update call.
9620 (elp-instrument-package): Update call. Add completion.
9621 (elp-pack-number): Use match-string.
9622 (elp-results-jump-to-definition-by-mouse): Merge into
9623 elp-results-jump-to-definition and then remove.
9624 (elp-output-insert-symname): Make help echo text single-line.
9625
9626 * replace.el (query-replace-map): Move initialization into declaration.
9627 (occur-engine): Use with-current-buffer.
9628 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9629 (occur-mode-mouse-goto): Replace with an alias.
9630
9631 2005-11-28 Juri Linkov <juri@jurta.org>
9632
9633 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9634
9635 * term/w32-win.el: Bind [S-tab] to [backtab].
9636
9637 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9638 `Info-find-file' to t.
9639
9640 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9641 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9642 and same-window-regexps.
9643 (occur-next-error): Don't move point for arg 0.
9644
9645 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9648
9649 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * log-edit.el (log-edit-changelog-use-first): New var.
9652 (log-edit-changelog-ours-p): Use it.
9653 (log-edit-insert-changelog): Set it with new arg `use-first'.
9654 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9655 (log-edit-hook): Add them to the list of suggested options.
9656
9657 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9658 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9659 redundant work.
9660 (flyspell-mode-on): Use add-hook for after-change-functions.
9661 (flyspell-mode-off): Use remove-hook for after-change-functions.
9662 (flyspell-changes): Make it buffer-local.
9663 (flyspell-after-change-function): Make it non-interactive. Use push.
9664 (flyspell-post-command-hook): Check input-pending-p while processing
9665 the potentially long list of buffer changes.
9666
9667 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9668
9669 * buff-menu.el (list-buffers-noselect): Display the selected
9670 frame's buffer list, not the global one.
9671
9672 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9673
9674 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9675 that (list last-input-event) works as in interactive spec.
9676
9677 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9678
9679 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9680 `facemenu-keymap' needs to be defined when font-lock is loaded.
9681 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9682
9683 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * completion.el: Remove useless leading * in defcustom docstrings.
9686 (save-completions-file-name): Use ~/.emacs.d if available.
9687 (completion-standard-syntax-table): Rename from
9688 cmpl-standard-syntax-table and fold initialization into declaration,
9689 thus removing cmpl-make-standard-completion-syntax-table.
9690 (completion-lisp-syntax-table, completion-c-syntax-table)
9691 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9692 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9693 (symbol-under-point, symbol-before-point)
9694 (symbol-under-or-before-point, symbol-before-point-for-complete)
9695 (add-completions-from-c-buffer): Use with-syntax-table.
9696 (make-completion): Don't return a list of completion entries.
9697 Update callers.
9698 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9699 (completion-initialize): Rename from initialize-completions.
9700 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9701 (kill-emacs-save-completions): Collect stats here.
9702 (save-completions-to-file, load-completions-from-file):
9703 Use with-current-buffer.
9704 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9705 into a function. Move all calls to toplevel.
9706 (completion-lisp-mode-hook): New fun.
9707 (completion-c-mode-hook, completion-setup-fortran-mode):
9708 Set the syntax-table here. Use local-set-key.
9709 (completion-saved-bindings): New var.
9710 (dynamic-completion-mode): Make it into a proper minor mode.
9711 (load-completions-from-file): Remove unused var `num-uses'.
9712
9713 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9714 constructor if it is explicitly overridden.
9715
9716 * complete.el (PC-completion-as-file-name-predicate):
9717 Use minibuffer-completing-file-name.
9718 (partial-completion-mode): Use find-file-not-found-functions.
9719 (PC-lisp-complete-symbol): Use with-syntax-table.
9720 (PC-look-for-include-file): Remove dead setq.
9721 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9722 (PC-complete): Use with-current-buffer.
9723
9724 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9725 escape single quotes.
9726
9727 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9728
9729 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9730 of `if' whose condition always returned nil. Doc fix.
9731
9732 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9733 window's buffer the current buffer around the call to
9734 `list-buffers-noselect'. This is necessary to mark that buffer
9735 with a `.' in the Buffer Menu when called from Lisp, for instance
9736 by Auto Revert Mode.
9737
9738 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9739
9740 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9741 attaching to it.
9742 (gdb-pre-prompt): Make sure gdb-error is reset.
9743
9744 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9745 with a child process, detect it.
9746 (gud-speedbar-buttons): Match regexp more carefully.
9747
9748 2005-11-27 Richard M. Stallman <rms@gnu.org>
9749
9750 * mouse.el (mouse-drag-move-window-bottom):
9751 Use adjust-window-trailing-edge.
9752
9753 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9754
9755 * simple.el (blink-matching-open): Ignore
9756 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9757 (blink-matching-paren-on-screen): Update docstring.
9758
9759 * paren.el (show-paren-mode): No longer change
9760 `blink-matching-paren-on-screen'.
9761
9762 2005-11-27 John Paul Wallington <jpw@pobox.com>
9763
9764 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9765 (gdb-threads-select, gdb-edit-register-value):
9766 Use `posn-set-point' instead of `mouse-set-point' because the
9767 latter is not fbound when configured without X.
9768
9769 2005-11-27 Kim F. Storm <storm@cua.dk>
9770
9771 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9772 existing face when partially highlighting a TAB in a rectangle.
9773
9774 2005-11-26 Kim F. Storm <storm@cua.dk>
9775
9776 * ido.el (ido-mode-map): Doc fix.
9777 (ido-mode-common-map, ido-mode-file-map)
9778 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9779 (ido-define-mode-map): Rewrite. Select one of the new maps as
9780 parent for ido-mode-map instead of building from scratch.
9781 (ido-init-mode-maps): New defun to initialize new maps.
9782 (ido-mode): Call it.
9783 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9784 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9785
9786 2005-11-26 John Paul Wallington <jpw@pobox.com>
9787
9788 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9789 `mouse-set-point' because the latter is not fbound when configured
9790 without X.
9791
9792 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9793
9794 * files.el (file-relative-name): Doc fix.
9795
9796 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9797
9798 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9799 non-empty string for secondary prompt PS2.
9800
9801 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9802
9803 * progmodes/compile.el (compilation-setup): Fix last change.
9804
9805 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9806
9807 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9808 (gdb-mouse-toggle-breakpoint-margin)
9809 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9810 Add gdb-server-prefix to keep out of command history.
9811 (gdb-edit-register-value): New function.
9812 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9813 (gdb-info-registers-custom): Use above map.
9814
9815 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9816
9817 * custom.el (enable-theme): Signal error if argument is not a
9818 theme. Don't recalculate a face if it's not loaded yet.
9819
9820 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9821 the `user' theme is in effect.
9822
9823 * info.el (Info-on-current-buffer): Record actual filename in
9824 Info-current-file, instead of t, or a fake filename if a non-file
9825 buffer. Make autoload.
9826 (Info-find-node, Info-revert-find-node): No need to check for
9827 Info-current-file nil.
9828 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9829 Info-current-file is now never `t'.
9830 (Info-fontify-node): Many simplifications due to Info-current-file
9831 always being valid. Use Info-find-file to find node filename.
9832
9833 2005-11-25 David Kastrup <dak@gnu.org>
9834
9835 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9836 new character, then delete" in order to preserve markers.
9837
9838 2005-11-25 David Ponce <david@dponce.com>
9839
9840 * recentf.el (recentf-arrange-by-rule): Handle a special
9841 `auto-mode-alist'-like "strip suffix" rule.
9842 (recentf-build-mode-rules): Handle second level auto-mode entries.
9843
9844 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9845
9846 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9847 window modes.
9848
9849 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9850 jde-javadoc-checker-report-mode.
9851
9852 * ediff-wind (ediff-make-wide-display): Slight simplification.
9853
9854 * ediff.el (ediff-date): Change the date of last update.
9855
9856 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9859 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9860 (hi-lock-mode): New global minor mode.
9861 (turn-on-hi-lock-if-enabled): New function.
9862 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9863 Change arguments to regexp and face instead of a font-lock pattern.
9864 Directly set face property, instead of refontifying.
9865 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9866 (hi-lock-find-patterns): Use line-number-at-pos.
9867
9868 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9869 arguments for hi-lock-set-pattern.
9870 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9871 Call font-lock-fontify-buffer.
9872 (hi-lock-find-file-hook, hi-lock-current-line)
9873 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9874
9875 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9876 turned off.
9877
9878 * progmodes/compile.el (compilation-setup): Don't fiddle with
9879 font-lock-defaults.
9880
9881 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9882
9883 * progmodes/gdb-ui.el (gdb-var-create-handler)
9884 (gdb-var-list-children-handler): Find values for all variable
9885 objects. gud-speedbar-buttons decides whether to display them.
9886
9887 2005-11-24 Romain Francoise <romain@orebokech.com>
9888
9889 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9890 buffer name with a space.
9891
9892 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9893
9894 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9895 `org-export-local-list-max-depth'. Change default value to 3.
9896 (org-auto-renumber-ordered-lists)
9897 (org-plain-list-ordered-item-terminator): New options.
9898 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9899 (org-get-indentation, org-get-string-indentation)
9900 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9901 New functions.
9902 (org-move-item-down, org-move-item-up): New commands.
9903 (org-export-as-html): New classes for CSS support. Bug fix in
9904 regular expression detecting fixed-width regions. Respect
9905 `org-local-list-ordered-item-terminator'.
9906 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9907 also a list item.
9908 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9909 New item moving functions.
9910
9911 2005-11-24 Juri Linkov <juri@jurta.org>
9912
9913 * isearch.el (isearch-repeat): With empty search ring set
9914 `isearch-error' to the error string instead of signaling error
9915 with the function `error'.
9916
9917 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9918
9919 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9920
9921 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9922
9923 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9924 and variable.
9925 (gdb-var-create-handler, gdb-var-list-children-handler):
9926 Don't match on "char **...".
9927 (gdb-var-update-handler): Find values for all variable objects.
9928 (gdb-info-frames-custom): Identify frames by leading "#".
9929
9930 * progmodes/gud.el (gud-speedbar-menu-items): Add
9931 gdb-speedbar-auto-raise as radio button.
9932 (gud-speedbar-buttons): Raise speedbar if requested.
9933 Don't match on "char **...".
9934 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9935 Make it editable.
9936
9937 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9938
9939 * info.el (Info-fontify-node): Handle the case where
9940 Info-current-file is t.
9941
9942 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * simple.el (blink-matching-open): Fix off-by-one in last change.
9945
9946 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9947
9948 * term/mac-win.el: Don't change default directory.
9949
9950 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9951
9952 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9953 buffers correctly. (It used to throw an error in such buffers.)
9954 Make it ask for confirmation in group buffers and other Custom
9955 buffers containing more than one customization item.
9956
9957 2005-11-22 John Paul Wallington <jpw@gnu.org>
9958
9959 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9960 property on mail and url overlays.
9961 (goto-address-at-point): Use `posn-set-point' instead of
9962 `mouse-set-point' because the latter is not fbound when configured
9963 without X.
9964
9965 2005-11-22 Lars Hansen <larsh@soem.dk>
9966
9967 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9968 (ls-lisp-classify, ls-lisp-format): Delete call to
9969 ls-lisp-parse-symlink.
9970 (ls-lisp-handle-switches): Handle symlinks to directories as
9971 directories when ls-lisp-dirs-first in non-nil.
9972
9973 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9974
9975 * startup.el (command-line): Make sure that loaddefs.el is handled
9976 correctly in load-history.
9977
9978 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9979
9980 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9981 (gdb-struct-string, gdb-array-string): New constants.
9982 (gdb-info-locals-handler): Use them.
9983 (gdb-reset): Reset gdb-var-list to nil.
9984
9985 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9988 in patterns.
9989
9990 2005-11-21 Juri Linkov <juri@jurta.org>
9991
9992 * custom.el (defcustom): Update link types in docstring.
9993
9994 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9995
9996 * custom.el (defgroup): Add doc-string-elt info.
9997
9998 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9999
10000 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * newcomment.el (comment-enter-backward): Fix last fix.
10003
10004 * simple.el (blink-matching-open):
10005 * paren.el (show-paren-function): Allow new paren-class info.
10006
10007 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10008
10009 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10010 handled automagically.
10011
10012 2005-11-20 Andreas Schwab <schwab@suse.de>
10013
10014 * descr-text.el (describe-char): When copying overlays put them
10015 over the full char description instead of just the first character
10016 of it.
10017
10018 2005-11-20 Juri Linkov <juri@jurta.org>
10019
10020 * simple.el (what-cursor-position):
10021 * descr-text.el (describe-char): Use Lisp-readable syntax
10022 for octal and hex. Reorder decimal, octal and hex values.
10023 Remove excess whitespace in the output. Use `=' in `column='
10024 like in `point=' and `Hscroll='.
10025
10026 * international/mule-cmds.el (encoded-string-description):
10027 Use Lisp-readable syntax for hex.
10028
10029 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * newcomment.el (comment-enter-backward): Handle the case where the
10032 comment is closed by EOB.
10033
10034 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10035
10036 * longlines.el (longlines-before-revert-hook)
10037 (longlines-after-revert-hook): New functions.
10038 (longlines-mode): Turn off longlines temporarily when reverting.
10039 Add a message-setup-hook.
10040 (longlines-decode-buffer): New function.
10041 (longlines-wrap-line): Preserve marker positions.
10042
10043 2005-11-19 Andreas Schwab <schwab@suse.de>
10044
10045 * emacs-lisp/shadow.el: Handle compressed files.
10046
10047 2005-11-19 Romain Francoise <romain@orebokech.com>
10048
10049 * net/browse-url.el (browse-url-default-browser): Signal an error
10050 if no usable browser can be found, rather than try to load w3.
10051
10052 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10053
10054 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10055 replacing existing properties.
10056 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10057 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10058 tty specs.
10059 (rcirc-server-prefix, rcirc-server): New faces.
10060 (rcirc-url-regexp): Generate with rx macro.
10061 (rcirc-last-server-message-time): New variable.
10062 (rcirc-filter): Record time of last message.
10063 (rcirc-keepalive): Kill processes that did not send a message
10064 since the last ping.
10065 (rcirc-mode): Give rcirc-topic a local binding here.
10066
10067 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10068
10069 * subr.el (read-passwd): Fontify the prompt as we do with other
10070 prompts.
10071
10072 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10073
10074 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10075 binding buffer-read-only to nil.
10076
10077 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10078
10079 * complete.el (partial-completion-mode):
10080 Mention completion-auto-help in the doc string.
10081
10082 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10083 more Lisp-ish way.
10084
10085 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10086
10087 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10088 digits, not 8, to avoid misalignment for files larger than 100MB.
10089
10090 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10091
10092 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10093 Mention "keyboard shortcuts" in the help text.
10094
10095 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10096
10097 * startup.el (fancy-splash-default-action): Discard only
10098 mouse-down and succeeding mouse-up events in the splash screen
10099 window so that drag-n-drop event can be processed.
10100
10101 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10102
10103 * longlines.el (longlines-mode): Add hacks for mail-mode and
10104 message-mode.
10105
10106 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10107
10108 * textmodes/org.el (org-table-sort-lines): New command.
10109 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10110 (org-add-file): Command removed, use `org-agenda-file-to-front'
10111 instead.
10112 (org-export-icalendar): Use `org-icalendar-combined-name'.
10113 (org-cycle-agenda-files, org-agenda-file-to-end)
10114 (org-agenda-file-to-front): New commands.
10115 (org-table-tab-jumps-over-hlines, org-export-html-style):
10116 New options.
10117 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10118 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10119 New functions.
10120 (org-fill-paragraph): Call `org-table-align' in tables.
10121 (org-mode): Call `org-set-autofill-regexps'.
10122 (org-export-as-html): Support for local handformatted lists.
10123 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10124 (org-export-local-list-max-depth): New option.
10125 (org-html-expand): Use `org-html-protect'.
10126
10127 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10128
10129 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10130 to "p".
10131 (gdb): Move definition of gud-pp to...
10132
10133 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10134 speedbar.
10135 (gdb-find-watch-expression): New function.
10136
10137 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10138
10139 * faces.el (face-attribute, set-face-attribute): Mention existence
10140 of `:ignore-defface' setting in docstring.
10141
10142 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * simple.el (completion-setup-function): Fix last change.
10145
10146 2005-11-17 John Paul Wallington <jpw@pobox.com>
10147
10148 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10149 Use `posn-set-point' instead of `mouse-set-point' because the
10150 latter is not fbound when configured without X.
10151
10152 * comint.el (comint-insert-input): Likewise.
10153
10154 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10155
10156 * simple.el (hard-newline): New variable.
10157 (sendmail-user-agent-compose, next-line): Use it.
10158
10159 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10160 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10161 (mail-mail-reply-to, mail-mail-followup-to)
10162 (mail-position-on-field, mail-signature, mail-yank-original)
10163 (mail-attach-file): Likewise.
10164
10165 * mail/mailheader.el (mail-header-format)
10166 (mail-header-format-function): Likewise.
10167
10168 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10169
10170 2005-11-17 Juri Linkov <juri@jurta.org>
10171
10172 * font-lock.el (font-lock-faces): Rename this defgroup from
10173 `font-lock-highlighting-faces'.
10174 (font-lock-comment-face, font-lock-comment-delimiter-face)
10175 (font-lock-string-face, font-lock-doc-face)
10176 (font-lock-keyword-face, font-lock-builtin-face)
10177 (font-lock-function-name-face, font-lock-variable-name-face)
10178 (font-lock-type-face, font-lock-constant-face)
10179 (font-lock-warning-face, font-lock-negation-char-face)
10180 (font-lock-preprocessor-face)
10181 (font-lock-regexp-grouping-backslash)
10182 (font-lock-regexp-grouping-construct): Rename :group from
10183 `font-lock-highlighting-faces' to `font-lock-faces'.
10184
10185 * cus-edit.el (lisp, c, tex):
10186 * progmodes/ada-mode.el (ada):
10187 * progmodes/asm-mode.el (asm):
10188 * progmodes/cperl-mode.el (cperl-faces):
10189 * progmodes/cpp.el (cpp):
10190 * progmodes/dcl-mode.el (dcl):
10191 * progmodes/f90.el (f90):
10192 * progmodes/fortran.el (fortran):
10193 * progmodes/icon.el (icon):
10194 * progmodes/idlwave.el (idlwave-misc):
10195 * progmodes/m4-mode.el (m4):
10196 * progmodes/make-mode.el (makefile):
10197 * progmodes/meta-mode.el (meta-font):
10198 * progmodes/modula2.el (modula2):
10199 * progmodes/octave-mod.el (octave):
10200 * progmodes/pascal.el (pascal):
10201 * progmodes/perl-mode.el (perl):
10202 * progmodes/prolog.el (prolog):
10203 * progmodes/ps-mode.el (PostScript-edit):
10204 * progmodes/scheme.el (scheme):
10205 * progmodes/sh-script.el (sh-script):
10206 * progmodes/simula.el (simula):
10207 * progmodes/tcl.el (tcl):
10208 * textmodes/nroff-mode.el (nroff):
10209 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10210 * textmodes/sgml-mode.el (sgml):
10211 * textmodes/texinfo.el (texinfo):
10212 Add :link (custom-group-link font-lock-faces) to defgroup.
10213
10214 * hi-lock.el (hi-lock): Rename this defgroup from
10215 `hi-lock-interactive-text-highlighting'. Change parent group from
10216 `faces' to `font-lock'. Add link to the manual.
10217 (hi-lock-mode, hi-lock-file-patterns-range)
10218 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10219 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10220 (hi-lock-faces): Add :group `faces'.
10221
10222 * cus-edit.el (custom-variable-prompt): Clarify the code.
10223
10224 * faces.el (face-read-string): Set the default value arg of
10225 completing-read.
10226
10227 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10228
10229 * rfn-eshadow.el (file-name-shadow-properties)
10230 (file-name-shadow-tty-properties, file-name-shadow-mode):
10231 Remove autoloads, because the file is now preloaded.
10232
10233 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * printing.el (easy-menu-intern): Don't define.
10236 (pr-get-symbol): Use easy-menu-intern only if defined.
10237
10238 * simple.el (blink-matching-open): Simplify a bit.
10239 (completion-setup-function): Fix the case of partial-completion-mode
10240 when the minibuffer's contents start with "-".
10241 Obey completion-base-size-function even when
10242 minibuffer-completing-file-name is non-nil.
10243
10244 2005-11-16 Richard M. Stallman <rms@gnu.org>
10245
10246 * net/eudcb-ph.el (eudc-ph-open-session):
10247 Use set-process-query-on-exit-flag.
10248
10249 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10250
10251 * international/ucs-tables.el (ucs-set-table-for-input):
10252 Use make-local-variable, not make-variable-buffer-local.
10253
10254 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10255 Improve warning message text.
10256
10257 * savehist.el (savehist-save-hook): Add :group.
10258
10259 * menu-bar.el (menu-bar-help-menu):
10260 Rename Find Extra Packages to External Packages.
10261
10262 * cus-edit.el (Custom-reset-standard): Verify that
10263 :custom-standard-value prop exists before calling it.
10264
10265 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10266
10267 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10268
10269 * wid-edit.el (color): Enclose %t in %{...%}.
10270
10271 * cus-edit.el (face): Enclose %t in %{...%}.
10272
10273 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10274
10275 * savehist.el (savehist-mode-hook): Re-add the var.
10276 (savehist-mode): Use it.
10277
10278 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * textmodes/flyspell.el: Fix commenting convention.
10281 Remove unnecessary leading * in custom docstrings.
10282 (flyspell-emacs): Remove unused var.
10283 (flyspell-delete-region-overlays): Use remove-overlays.
10284 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10285 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10286 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10287 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10288 (make-flyspell-overlay): Don't locally reuse a global name.
10289 (flyspell-highlight-incorrect-region)
10290 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10291 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10292 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10293 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10294 Wrap calls to accept-process-output inside with-local-quit since it's
10295 often called from a post-command-hook.
10296 (flyspell-correct-word, flyspell-auto-correct-word):
10297 Use ispell-send-string.
10298 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10299
10300 * calendar/diary-lib.el (diary-list-entries): Also hide the
10301 terminating newline.
10302
10303 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10304
10305 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10306 window-system, to allow fonts on tty.
10307
10308 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10309
10310 * progmodes/gud.el (gud-speedbar-item-info): New function.
10311 (gud-install-speedbar-variables): Use it to display data type
10312 of watch expression as a tooltip in speedbar.
10313
10314 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10315
10316 * font-core.el (global-font-lock-mode): Add :version keyword,
10317 because default was changed.
10318
10319 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10320
10321 * startup.el (command-line): Use `custom-reevaluate-setting' for
10322 `file-name-shadow-mode'.
10323
10324 * loadup.el: Preload rfn-eshadow.
10325
10326 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10327 Add :version keyword.
10328 (file-name-shadow-properties, file-name-shadow-tty-properties)
10329 (file-name-shadow): Add :version keyword.
10330
10331 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10332 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10333 in the custom-group property of the symbol frames and the fringe
10334 group got no link to its parent group frames.
10335 Doc fix.
10336
10337 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10338
10339 * progmodes/gud.el (gud-stop-subjob): New function.
10340 (gud-menu-map, gud-tool-bar-map): Use it.
10341
10342 2005-11-16 Kim F. Storm <storm@cua.dk>
10343
10344 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10345 than kill it.
10346 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10347 to a more useful/logical place.
10348
10349 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10350
10351 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10352 go buttons complementary.
10353
10354 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10357 (rfn-eshadow-sifn-equal): New function.
10358 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10359
10360 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10361
10362 * viper-utils.el (viper-non-word-characters-reformed-vi):
10363 Quote `-' in string.
10364
10365 * viper.el (viper-emacs-state-mode-list): Ensure that
10366 rcirc-mode buffers come up in Emacs state.
10367
10368 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10369 operation.
10370
10371 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10372
10373 * term.el (term-termcap-format): Fix typos.
10374 (term-down): Fix the negative argument case.
10375
10376 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10377
10378 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10379 2005-08-15.
10380 (gdb-ann3): New command gud-go.
10381 (menu): Accomodate gdb-mi.el.
10382 (gdb-assembler-custom): Make buffer of selected window current
10383 so that set-window-point works.
10384
10385 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10386 buttons and include new ones.
10387
10388 2005-11-16 Kim F. Storm <storm@cua.dk>
10389
10390 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10391 (gud-menu-map): Use it.
10392
10393 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10394
10395 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10396 that works correctly for Custom and that does not override a user
10397 who disables it.
10398
10399 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10400 (help-xref-interned, help-follow): Make hyperlinks for variables
10401 that are unbound, but have a non-nil variable-documentation property.
10402
10403 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10404 mode hook. (It conflicted with defcustoms for some mode hooks.)
10405 Use the `variable-documentation' property to give the mode hook a
10406 docstring and expand that docstring.
10407
10408 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10409
10410 * savehist.el (savehist-mode): Don't bother with
10411 `custom-set-minor-mode'.
10412 (savehist-coding-system): Check XEmacs version.
10413 (history-length): Declare also at run time.
10414 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10415 Don't set the customize state.
10416 (savehist-minibuffer-hook): Special case for when
10417 minibuffer-history-variable is equal to t.
10418
10419 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * files.el (write-file): Refresh VC status.
10422
10423 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10424 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10425 than fundamental-mode to see if the mode was set.
10426
10427 2005-11-14 Romain Francoise <romain@orebokech.com>
10428
10429 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10430 dummy function in `eval-when-compile' to avoid compiler warning.
10431 Require `man' at compile time.
10432
10433 2005-11-14 Jay Belanger <belanger@truman.edu>
10434
10435 * calc-alg.el (calcFunc-write-out-power): Rename it to
10436 calcFunc-powerexpand.
10437 (math-write-out-power): Rename it to math-powerexpand; have it
10438 handle negative exponents.
10439 (calc-writeoutpower): Rename it to calc-powerexpand.
10440
10441 * calc-ext.el: Change calcFunc-writeoutpower and
10442 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10443 autoloads.
10444 Add calcFunc-ldiv to autoloads.
10445
10446 * calc-arith.el (calcFunc-ldiv): New function.
10447
10448 * calc.el (calc-left-divide): New function.
10449
10450 2005-11-14 Juri Linkov <juri@jurta.org>
10451
10452 * cus-edit.el (custom-variable-prompt): Set the default value arg
10453 of completing-read.
10454
10455 * cus-dep.el (custom-make-dependencies): Reverse the list of
10456 found dependencies.
10457
10458 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10459
10460 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10461 Highlighting" entry, it is on by default now.
10462 (menu-bar-options-save): Do not save global-font-lock-mode.
10463
10464 2005-11-13 Richard M. Stallman <rms@gnu.org>
10465
10466 * textmodes/flyspell.el (flyspell-large-region):
10467 Call flyspell-accept-buffer-local-defs.
10468
10469 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10470
10471 * textmodes/flyspell.el (flyspell-notify-misspell):
10472 Fix misspelling of "Misspelling".
10473 (flyspell-process-localwords): New function.
10474 (flyspell-large-region): Call flyspell-process-localwords and
10475 flyspell-delete-region-overlays.
10476 (flyspell-delete-region-overlays): New function.
10477 (flyspell-delete-all-overlays): Call that.
10478
10479 2005-11-13 Richard M. Stallman <rms@gnu.org>
10480
10481 * help.el (help-for-help-internal): Improve doc of C-h a.
10482 (describe-key): Improve prompt; doc fix.
10483
10484 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * vc-svn.el (vc-svn-registered): Catch all errors.
10487
10488 * cus-dep.el (custom-make-dependencies): Typo.
10489
10490 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10491
10492 * net/tramp-util.el (top): Fix compilation warning.
10493
10494 2005-11-13 Kim F. Storm <storm@cua.dk>
10495
10496 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10497
10498 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10499
10500 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10501 (gud-speedbar-buttons): Match on "const char *" too.
10502
10503 * progmodes/gdb-ui.el (gdb-var-create-handler)
10504 (gdb-var-list-children-handler): Match on "const char *" too.
10505 (gdb-var-evaluate-expression-handler): Match on empty string.
10506 (gdb-var-update-handler): Only call
10507 gdb-var-evaluate-expression-handler when required.
10508
10509 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10510
10511 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10512 selected window. This still doesn't work for speedbar.
10513 (gud-speedbar-buttons): Handle string expressions properly.
10514
10515 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10516 (gdb-var-create-handler): Handle string expressions properly.
10517 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10518 Handle string expressions properly. Move "type" field into regexp.
10519
10520 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10521
10522 * bookmark.el (bookmark-maybe-message): New function to reduce
10523 code duplication: invokes `message' iff baud-rate is high enough.
10524 (bookmark-write-file): Use above instead of an inline conditional.
10525 (bookmark-load): Same.
10526
10527 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10528
10529 * bookmark.el (bookmark-write-file): Don't visit the destination
10530 file, just write the data to it using write-region. This is
10531 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10532 change to avoid visiting the file in the first place.
10533
10534 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10535
10536 * hi-lock.el (hi-lock-mode): Set the default value of
10537 font-lock-defaults.
10538
10539 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10540
10541 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10542 arg to `file-attributes'.
10543 (find-lisp-format): The UID and GID can now be strings.
10544
10545 2005-11-12 Kim F. Storm <storm@cua.dk>
10546
10547 * help.el (help-map): Bind C-h d to apropos-documentation.
10548
10549 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10550 when point is at end-of-buffer.
10551
10552 * apropos.el (apropos-match-face): Doc fix.
10553 (apropos-sort-by-scores): Add new choice `verbose'.
10554 (apropos-documentation-sort-by-scores): New defcustom.
10555 (apropos-pattern): Now contains the pattern entered by the user.
10556 (apropos-pattern-quoted): New defvar.
10557 (apropos-regexp): New defvar, containing the regexp corresponding
10558 to apropos-pattern.
10559 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10560 (apropos-read-pattern): New defun. Use it to read pattern arg in
10561 interactive calls; returns list of words for a word list, and
10562 string for a regexp.
10563 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10564 parses a list of words or regexp as returned by apropos-read-pattern.
10565 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10566 (apropos-score-doc): Return a very high score if the string
10567 entered by the user matches literally.
10568 (apropos-variable): Doc fix. Use apropos-read-pattern.
10569 (apropos-command): Doc fix. Use apropos-read-pattern and
10570 apropos-parse-pattern. Call apropos-print with nosubst=t.
10571 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10572 apropos-parse-pattern.
10573 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10574 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10575 apropos-documentation-sort-by-scores. Call apropos-print with
10576 nosubst=t.
10577 (apropos-documentation-internal): Pass doc string through
10578 substitute-key-definition before adding text properties.
10579 Highlight substring matching literal user input if possible.
10580 (apropos-documentation-check-doc-file): Remove locals beg and end.
10581 Fix calculation of score (as added twice). Pass doc string through
10582 substitute-key-definition before adding text properties.
10583 (apropos-documentation-check-elc-file): Pass doc string through
10584 substitute-key-definition before adding text properties.
10585 Highlight substring matching literal user input if possible.
10586 (apropos-print): Add new arg NOSUBST; if set, command and variable
10587 doc strings have already been passed through substitute-key-definition.
10588 Add code to handle apropos-accumulator items without score element
10589 for backwards compatibility (e.g. with woman package).
10590 Only show scores if apropos-sort-by-scores is `verbose'.
10591
10592 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10595 Add jka-compr-load-suffixes to load-suffixes.
10596
10597 * jka-compr.el: Require jka-cmpr-hook.
10598 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10599 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10600 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10601 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10602 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10603 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10604 (jka-compr-uninstall): Remove entries from
10605 jka-compr-added-to-file-coding-system-alist after they are used.
10606 (jka-compr-error): Remove unused var `curbuf'.
10607 (jka-compr-file-local-copy): Remove unused var `notfound'.
10608
10609 2005-11-10 Romain Francoise <romain@orebokech.com>
10610
10611 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10612
10613 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10614
10615 * progmodes/gud.el (gud-menu-map): Move parentheses.
10616 (gdb): New command gud-pv.
10617
10618 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * tar-mode.el: Remove spurious or unnecessary leading stars
10621 in docstrings.
10622 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10623 (tar-parse-octal-integer-safe): Use mapc.
10624 (tar-header-block-summarize): Remove unused var `ck'.
10625 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10626 cleared before. Obey default-enable-multibyte-characters.
10627 Use mapconcat. Simplify setting of tar-header-offset.
10628 (tar-mode-map): Move initialization inside delcaration.
10629 (tar-flag-deleted): Use `abs'.
10630 (tar-expunge-internal): Remove unused var `line'.
10631 (tar-expunge-internal): Don't hardcode point-min==1.
10632 (tar-expunge): Widen while doing set-buffer-multibyte.
10633 (tar-rename-entry): Use file-name-coding-system.
10634 (tar-alter-one-field): Don't hardcode point-min==1.
10635 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10636 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10637
10638 2005-11-10 Masatake YAMATO <jet@gyve.org>
10639
10640 * add-log.el (add-log-current-defun): Handle class::method
10641 notation of c++. Fix incorrect comment.
10642
10643 2005-11-10 Alan Mackenzie <acm@muc.de>
10644
10645 * help-fns.el (describe-variable): Make C-h v work when a variable
10646 has variable documentation yet is unbound.
10647
10648 2005-11-10 Masatake YAMATO <jet@gyve.org>
10649
10650 * man.el (Man-highlight-references): Set an empty
10651 string to `Man-arguments' if it is nil.
10652 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10653
10654 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10657 commenting conventions.
10658
10659 * cus-dep.el (custom-make-dependencies): Simplify.
10660 Better follow the commenting conventions.
10661
10662 2005-11-09 Richard M. Stallman <rms@gnu.org>
10663
10664 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10665 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10666 All uses changed.
10667 (apropos-rewrite-regexp): Doc fix.
10668 (apropos-variable, apropos-command, apropos, apropos-value):
10669 Change prompt; carry through the argument renaming.
10670
10671 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10672
10673 * find-lisp.el: Require dired.
10674 (find-lisp-find-dired-internal): Do not call
10675 `abbreviate-file-name' on DIR.
10676
10677 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10678
10679 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10680
10681 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10682
10683 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10684 when using the speedbar.
10685 (gdb): New command gud-pp.
10686 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10687
10688 2005-11-09 Juri Linkov <juri@jurta.org>
10689
10690 * replace.el (occur-excluded-properties): New defcustom.
10691 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10692
10693 2005-11-08 Jay Belanger <belanger@truman.edu>
10694
10695 * calc/calc-units.el (math-convert-units): Replace any composite
10696 unit by its definition.
10697
10698 2005-11-08 Lars Hansen <larsh@soem.dk>
10699
10700 * emacs-lisp/autoload.el (update-directory-autoloads):
10701 Add obsolete function alias.
10702
10703 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10706 comment-indent-function.
10707 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10708
10709 * reveal.el (reveal-post-command): Rework the handling of
10710 reveal-open-spots, so as to be more reliable. There were several
10711 tricky corner cases where an open spot might be lost, or where
10712 a closed spot might end up on the list of open spots.
10713 Only reveal text that's ellipsised.
10714
10715 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10716
10717 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10718
10719 2005-11-07 John Paul Wallington <jpw@gnu.org>
10720
10721 * ibuffer.el (ibuffer): Search iconified frames too when
10722 getting Ibuffer buffer's window.
10723
10724 2005-11-06 Richard M. Stallman <rms@gnu.org>
10725
10726 * progmodes/compile.el (compilation-internal-error-properties):
10727 save-excursion around the computation of MARKER.
10728
10729 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10730
10731 * textmodes/flyspell.el (flyspell-external-point-words):
10732 flyspell-get-word returns a list, not just a string.
10733
10734 2005-11-06 John Paul Wallington <jpw@pobox.com>
10735
10736 * ibuffer.el (ibuffer): Search all visible frames when getting
10737 Ibuffer buffer's window.
10738
10739 2005-11-07 Masatake YAMATO <jet@gyve.org>
10740
10741 * man.el (Man-reference-regexp): Accept spaces between
10742 `Man-name-regexp' and `Man-section-regexp'.
10743 (Man-apropos-regexp): New variable.
10744 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10745 if available.
10746 (Man-highlight-references, Man-highlight-references0):
10747 Handle the case when `Man-arguments' includes "-k".
10748 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10749 `TARGET'. `TARGET' can be a number, function or nil.
10750
10751 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10752
10753 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10754 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10755 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10756 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10757 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10758 (gdb-send-item): Use buffer-local-value and simplify.
10759
10760 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10761
10762 * startup.el (command-line): Use `custom-reevaluate-setting' for
10763 `global-font-lock-mode'.
10764
10765 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10766 by default, except in batch mode or when the -D option is given.
10767
10768 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10769 specified keyword args on to `define-minor-mode'. Update docstring.
10770
10771 2005-11-05 Romain Francoise <romain@orebokech.com>
10772
10773 * replace.el (occur-engine): Add marker at end of line, too.
10774
10775 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10776
10777 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10778 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10779 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10780 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10781 argument to all these routines, so the passphrase can be managed
10782 externally and passed in to the system.
10783 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10784 pgg-add-passphrase-to-cache function.
10785
10786 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10787 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10788 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10789 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10790 argument to all these routines, so the passphrase can be managed
10791 externally and passed in to the system.
10792 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10793 function.
10794
10795 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10796
10797 * font-lock.el: Don't deal with font-lock-face-attributes here,
10798 move the code ...
10799
10800 * startup.el (command-line): ... here. Use face-spec-set instead
10801 of custom-declare-face.
10802
10803 * faces.el (face-spec-set): Reset the face if spec is not nil.
10804
10805 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * newcomment.el (comment-region-internal): Box more tightly in the
10808 common case where there's no TAB in the boxed text.
10809
10810 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10811
10812 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10813 up-node.
10814
10815 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10816
10817 * newsticker.el: Commentary updated. Code formatting changed.
10818 (newsticker-version): Change to "1.9".
10819 (newsticker, newsticker-feed): Doc fix.
10820 (newsticker-url-list): Doc fix. Add option "Weekly".
10821 (newsticker-retrieval-interval): Add option "Weekly".
10822 (newsticker-headline-processing): Doc fix.
10823 (newsticker-auto-mark-filter): Remove.
10824 (newsticker-auto-mark-filter-list): New.
10825 (newsticker-layout, newsticker-sort-method): Doc fix.
10826 (newsticker-hide-old-items-in-newsticker-buffer)
10827 (newsticker-heading-format, newsticker-item-format)
10828 (newsticker-desc-format): Doc fix.
10829 (newsticker-show-all-rss-elements): Remove.
10830 (newsticker-show-all-news-elements): New.
10831 (newsticker-faces, newsticker-ticker): Doc fix.
10832 (remove-from-invisibility-spec): Code formatting.
10833 (newsticker--process-ids): New.
10834 (newsticker-mode): Doc fix.
10835 (newsticker-mode): Change mode-line-format.
10836 (newsticker-start): Remove debug output.
10837 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10838 (newsticker-w3m-show-inline-images): Code formatting.
10839 (newsticker-next-item): Call `force-mode-line-update'.
10840 (newsticker-previous-item): Call `force-mode-line-update'.
10841 (newsticker-next-feed): Call `force-mode-line-update'.
10842 (newsticker-previous-feed): Call `force-mode-line-update'.
10843 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10844 (newsticker-show-old-items): Do not show descs.
10845 (newsticker-hide-entry): Hide too much.
10846 (newsticker-hide-entry, newsticker-show-entry)
10847 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10848 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10849 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10850 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10851 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10852 (newsticker-get-news): Call `force-mode-line-update'.
10853 Collect process ids.
10854 (newsticker--sentinel): Change coding system handling.
10855 Move image retrieval to new functions newsticker--get-logo-url-*.
10856 Move feed parsing to new functions newsticker--parse-*.
10857 Update list of process ids.
10858 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10859 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10860 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10861 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10862 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10863 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10864 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10865 (newsticker--decode-coding-string): Remove.
10866 (newsticker--decode-numeric-entities): Check input. Format code.
10867 (newsticker--remove-whitespace): Check input.
10868 (newsticker--do-forget-preformatted): Doc fix.
10869 (newsticker--decode-rfc822-date): Allow for missing time.
10870 (newsticker--update-process-ids): New.
10871 (newsticker--image-sentinel): Change comment.
10872 (newsticker--image-read): Change error message.
10873 (newsticker--imenu-goto): Doc fix. Show headline title.
10874 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10875 (newsticker--buffer-do-insert-text): Clean whitespace in
10876 html-rendered headline title. Code formatting.
10877 Call `newsticker--buffer-print-extra-elements'.
10878 (newsticker--buffer-print-extra-element): Remove.
10879 (newsticker--buffer-print-extra-elements): New.
10880 (newsticker--buffer-do-print-extra-element): New.
10881 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10882 large sizes.
10883 (newsticker--run-auto-mark-filter)
10884 (newsticker--do-run-auto-mark-filter):
10885 Use `newsticker-auto-mark-filter-list'.
10886
10887 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10888
10889 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10890 (rcirc-print): Force redisplay before running hooks. Do long
10891 buffer truncation after making new text read-only. Deal with nil
10892 text when decoding strings. If TARGET is nil, use either the
10893 currently selected buffer, if it is an rcirc buffer and of the
10894 same process or the process buffer.
10895 (rcirc-mode): Remove header-line. Recompute short buffer names.
10896 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10897 (rcirc-short-buffer-name): Add variable.
10898 (rcirc-kill-buffer-hook): Recompute short buffer names.
10899 Remove nick from private channel.
10900 (rcirc-send-input): Send command text to current-buffer.
10901 Don't clear overlay arrow here.
10902 (rcirc-short-buffer-name): Return a short buffer name.
10903 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10904 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10905 buffer-name abbreviations.
10906 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10907 Do not touch nick-table when killing a parted channel.
10908 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10909 Clear arrow from current buffer if it is now hidden.
10910 (rcirc-current-buffer): Add variable.
10911 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10912 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10913 Remove -face from names.
10914 (rcirc-update-activity-string): Print "DND" when globally ignoring
10915 activity.
10916 (rcirc-ignore-buffer-activity-flag): Rename from
10917 rcirc-ignore-channel-activity.
10918 (rcirc-ignore-all-activity-flag): Doc fix.
10919 (rcirc-channels): Remove variable.
10920 (rcirc-kill-buffer-hook):
10921 (rcirc-get-buffer-create): Add nick to private channel.
10922 (rcirc-multiline-edit-submit): Remove tabs.
10923 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10924 folded.
10925 (rcirc-remove-nick-channel): Bug fix.
10926 (rcirc-toggle-ignore-buffer-activity): Rename from
10927 rcirc-toggle-ignore-channel-activity.
10928 (rcirc-record-activity): Add buffers to the front of the list.
10929 (rcirc-update-activity): Remove killed buffers from list.
10930 (rcirc-process-server-response-1): Remove last argument if it is
10931 null before calling handler.
10932 (rcirc): Add "rcirc" defcustom prefix.
10933 (rcirc-prompt): Simplify default prompt.
10934 Use custom-initialize-default.
10935 (rcirc-private-chats): Remove variable.
10936 (rcirc-prompt): Change initialization.
10937 (rcirc-version): Remove function.
10938 (rcirc-id-string): Add constant.
10939 (rcirc-last-buffer): Remove variable.
10940 (rcirc-buffer-alist): Add variable.
10941 (rcirc-connect): Update variable setup.
10942 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10943 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10944 default.
10945 (rcirc-handler-generic): Trigger activity.
10946 (rcirc-send-message): Create the buffor of the target.
10947 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10948 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10949 (rcirc-multiline-edit-cancel): Remove function.
10950 (rcirc-set-last-buffer): Remove function.
10951 (rcirc-get-any-buffer): Add function.
10952 (rcirc-join-channels): Don't print /join text.
10953 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10954 messages.
10955 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10956 (rcirc-handler-NOTICE): Recognize CTCP responses.
10957 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10958 constructing TOPIC string for buffers we are not JOINed.
10959 (rcirc-handler-CTCP-response): Add handler.
10960 (rcirc-multiline-edit-submit): Restore the window-configuration
10961 before adjusting point.
10962 (rcirc): Add customization group.
10963 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10964 (rcirc-user-full-name, rcirc-startup-channels-alist)
10965 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10966 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10967 (rcirc-input-ring-size, rcirc-read-only-flag)
10968 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10969 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10970 Change defvar to defcustom.
10971 (rcirc-update-prompt): Add optional ALL arg, which will update
10972 prompts in all rcirc buffers. Regexp quote replacement text.
10973 (rcirc-fill-column): Accept frame-width as a value.
10974 (rcirc-set-changed): Add function.
10975 (rcirc-next-active-buffer): Write more meaningful messages.
10976 (rcirc-faces): Add customization group.
10977 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10978 (rcirc-nick-in-message-face, rcirc-prompt-face)
10979 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10980 (with-rcirc-process-buffer): Move before first usage.
10981 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10982 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10983 (rcirc-debug): Rename from `rcirc-log'.
10984 (rcirc-format-response-string): Do not print `-' chars for a
10985 NOTICE with no sender. Simplify output of server responses.
10986
10987 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10988
10989 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10990 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10991 Make urls mouse and RET clickable.
10992
10993 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10994
10995 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10996
10997 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10998
10999 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11000 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11001 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11002 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11003 argument to all these routines, so the passphrase can be managed
11004 externally and passed in to the system.
11005 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11006 pgg-add-passphrase-to-cache function.
11007
11008 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11009 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11010 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11011 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11012 argument to all these routines, so the passphrase can be managed
11013 externally and passed in to the system.
11014 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11015 function.
11016
11017 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11018
11019 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11020 from goto-address-url-regexp.
11021
11022 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11023
11024 * textmodes/org.el (org-read-date, org-goto-calendar)
11025 (org-recenter-calendar, org-agenda-goto-calendar):
11026 Temporarily clear `calendar-move-hook'.
11027
11028 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11029
11030 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11031 merging.
11032
11033 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11034 have merge clashes.
11035
11036 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11037
11038 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11039 Undo previous change.
11040
11041 * startup.el (command-line): Use `custom-reevaluate-setting' for
11042 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11043 tty-register-default-colors on Mac.
11044
11045 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11046
11047 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11048 (gdb-buffer-type): Make it automatically buffer local...
11049 (gdb-get-create-buffer): ...and set it accordingly.
11050 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11051 actually work.
11052
11053 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11054
11055 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11056 not red.
11057
11058 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11059
11060 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11061 case GUD buffer is not visible.
11062 (gdb-goto-breakpoint): Try to force display in source buffer.
11063 (gdb-frame-gdb-buffer): Copy other similar functions.
11064 (gdb-restore-windows): Don't display source if not asked for.
11065 (gdb-assembler-buffer-name): Don't capitalise.
11066
11067 2005-11-03 Richard M. Stallman <rms@gnu.org>
11068
11069 * wid-edit.el (key-sequence): New widget type.
11070
11071 * simple.el (set-mark-command-repeat-pop): New variable.
11072 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11073 if set-mark-command-repeat-pop is true.
11074
11075 * info.el (Info-fontify-node): Don't display extra "see" if there
11076 already is one here.
11077
11078 * mouse.el: Fix special handling of DEL after dragging a region:
11079 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11080 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11081
11082 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11083
11084 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11085 not to assume it pertains to an affix.
11086
11087 * textmodes/flyspell.el (flyspell-post-command-hook):
11088 Bind deactivate-mark to prevent deactivation.
11089
11090 2005-11-03 Lars Hansen <larsh@soem.dk>
11091
11092 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11093 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11094 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11095
11096 2005-11-03 Romain Francoise <romain@orebokech.com>
11097
11098 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11099 Update copyright years.
11100
11101 2005-11-03 Sam Steingold <sds@gnu.org>
11102
11103 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11104 Use system-type instead of window-system because window-system is not
11105 correctly defined during loadup.
11106
11107 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11108
11109 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11110 (xml-parse-tag): Join strings separated by a comment properly.
11111
11112 2005-11-02 Andreas Schwab <schwab@suse.de>
11113
11114 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11115
11116 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11117
11118 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11119 (byte-optimize-pure-func): Quote the eval'd value.
11120
11121 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11122 Rename from perl-font-lock-syntactic-face-function.
11123 Change the calling convention so it can be used as a font-lock MATCHER.
11124 Do the parse-partial-sexp loop outselves.
11125 (perl-font-lock-syntactic-keywords): Use it.
11126 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11127
11128 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11129
11130 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11131 disassembly buffer too.
11132 (gdb-exited): Remove overlay arrows when execution has finished.
11133 (gdb-info-frames-custom, gdb-info-threads-custom)
11134 (gdb-info-registers-custom): Don't add inappropriate text
11135 properties if inferior is not active.
11136
11137 2005-11-02 Glenn Morris <rgm@gnu.org>
11138
11139 * progmodes/fortran.el (fortran-blink-match):
11140 Use `blink-matching-delay'.
11141
11142 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11143
11144 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11145
11146 2005-11-02 Lars Hansen <larsh@soem.dk>
11147
11148 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11149 "Permission denied".
11150
11151 2005-11-01 Richard M. Stallman <rms@gnu.org>
11152
11153 * textmodes/flyspell.el (flyspell-external-point-words):
11154 Pass nil to flyspell-get-word.
11155
11156 2005-11-02 Kim F. Storm <storm@cua.dk>
11157
11158 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11159 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11160
11161 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11162
11163 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11164 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11165 (calendar-mouse-print-dates): Add optional `event' argument.
11166 Update interactive-spec.
11167 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11168 Use `calendar-event-to-date' instead of `event'.
11169
11170 2005-11-02 Masatake YAMATO <jet@gyve.org>
11171
11172 * progmodes/ld-script.el (ld-script-builtins):
11173 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11174 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11175 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11176
11177 2005-11-01 Romain Francoise <romain@orebokech.com>
11178
11179 * vc-sccs.el: Update copyright year.
11180 * ezimage.el: Likewise.
11181
11182 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11183
11184 * info.el (Info-fontify-node): Use `string-width' for fontifying
11185 underlined titles.
11186
11187 2005-11-01 Juri Linkov <juri@jurta.org>
11188
11189 * info.el (Info-fontify-node): Downcase node header keywords Node,
11190 Prev, Next, Up before comparison.
11191 (Info-history): Insert absolute directory name, and put invisible
11192 property on it.
11193
11194 2005-11-01 Juri Linkov <juri@jurta.org>
11195
11196 * info.el (Info-file-supports-index-cookies): New variable.
11197 (Info-find-node-2): Check makeinfo version for index cookie support.
11198 (Info-index-nodes): Search for nodes with index cookies only when
11199 Info-file-supports-index-cookies is t. Otherwise, search nodes
11200 with "Index" in the node name.
11201 (Info-index-node): Search index cookie in the current node only when
11202 Info-file-supports-index-cookies is t. Otherwise, check the word
11203 "Index" in the node name.
11204 (Info-find-emacs-command-nodes): Remove code that searches nodes
11205 with "Index" node name in the top menu.
11206
11207 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * progmodes/scheme.el (scheme-mode-variables): Use the default
11210 comment-indent-function.
11211
11212 * faces.el (face-attribute): Handle the case where a face inherits from
11213 a non-existent face.
11214
11215 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11216 for octal and hexa output, and merge the char into the paren.
11217 (kill-new): Use push.
11218 (copy-to-buffer): Use with-current-buffer.
11219 (completion-setup-function): Move code in loop to remove redundancy.
11220 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11221 those inherited from minibuffer-local-completion-map.
11222
11223 * savehist.el (savehist-mode) <defcustom>:
11224 Use custom-set-minor-mode if available.
11225 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11226 and emit a message if applicable.
11227
11228 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11229
11230 * savehist.el: Sync up to version 19.
11231 (savehist-mode): New minor mode.
11232 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11233 (savehist-length): Remove (use history-length instead).
11234 (savehist-file-modes): Rename from savehist-modes.
11235 (savehist-save-hook, savehist-loaded): New vars.
11236 (savehist-load): Use savehist-mode. Try to smooth up transition from
11237 old format to new format.
11238 (savehist-install): Allow savehist-autosave-interval to be nil.
11239 (savehist-save): Run the new hook. Be more careful to only trim the
11240 history variables.
11241 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11242 (savehist-printable): Print into a buffer rather than char-by-char.
11243
11244 2005-11-01 John Wiegley <johnw@newartisans.com>
11245
11246 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11247 toggle-ignore keybinding (C-a). The author said it had been
11248 disabled much earlier due to a possible incompatibility, but after
11249 many months of usage I have encountered no problems (and it is a
11250 rather useful option, especially for switching to " *temp*").
11251
11252 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11253 support for OS/X's AddressBook, by calling out to the open source
11254 program "contacts" (installable through Fink).
11255
11256 * net/eudc.el (eudc-expand-inline): If the
11257 `eudc-multiple-match-handling-method' is set to `all', delete the
11258 query string before inserting the query result.
11259
11260 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11261 flag, to prevent Eshell from using the system ls when
11262 `eshell-ls-insert-directory' is in used.
11263 (eshell-ls-insert-directory): Disable font-lock in directory
11264 buffer so that Eshell's own fontification is seen. This broke
11265 recently due to changes in font-lock, so this goes back to version
11266 21 behavior.
11267
11268 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11271 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11272 (gdb-many-windows): Doc fix.
11273
11274 2005-10-31 Romain Francoise <romain@orebokech.com>
11275
11276 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11277
11278 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11279
11280 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11281 that global-font-lock-mode can be enabled by default.
11282
11283 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11284 (font-lock-add-keywords, font-lock-remove-keywords)
11285 (font-lock-fontify-buffer): Remove autoload cookies.
11286
11287 * jit-lock.el (jit-lock-register): Likewise.
11288
11289 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11290
11291 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11292
11293 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11294 intact if there is no gud-comint-buffer.
11295
11296 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11297
11298 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11299 old prompt comint-prompt-read-only is t and GDB commands are
11300 issued from tool bar etc.
11301
11302 2005-10-31 Masatake YAMATO <jet@gyve.org>
11303
11304 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11305
11306 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11307
11308 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11309 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11310
11311 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11312
11313 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11314 starting at beginning of line. Fontification is messed up when
11315 `open-paren-in-column-0-is-defun-start' set to t.
11316 Reported by John Paul Wallington <jpw@pobox.com>.
11317
11318 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11319
11320 * comint.el (comint-send-input): Call `comint-update-fence' when
11321 `comint-process-echoes' and `comint-prompt-read-only' are both
11322 non-nil, to avoid leftover read-only newline.
11323
11324 2005-10-30 Richard M. Stallman <rms@gnu.org>
11325
11326 * textmodes/flyspell.el (flyspell-external-point-words):
11327 Detect when WORD can't be checked properly because
11328 flyspell-get-word finds just part of it, and move on.
11329
11330 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11331 boundarychar for Polish.
11332 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11333 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11334
11335 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11336
11337 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11338 (gdb-registers-font-lock-keywords): Delete.
11339 (gdb-registers-mode): Don't fontify.
11340 (gdb-info-registers-custom): Use text properties instead as, in
11341 future, changed register values will use font-lock-warning-face.
11342 (gdb-local-font-lock-keywords): Rename to...
11343 (gdb-locals-font-lock-keywords): ...for consistency.
11344
11345 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11346
11347 * vc.el (vc-switch-backend): Better error message if the buffer is
11348 not visiting a file under version control.
11349
11350 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11351
11352 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11353
11354 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11355 ~/.emacs.d/.emacs.
11356
11357 2005-10-29 Richard M. Stallman <rms@gnu.org>
11358
11359 * replace.el (occur-mode-mouse-goto): Always go to other window.
11360 (occur-mode-goto-occurrence): Always switch in same window.
11361
11362 * simple.el (undo): Display message at end, not at start.
11363
11364 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11365 New arg REUSE-CELL.
11366 (cancel-timer-internal): New function.
11367 (timer-event-handler): Use cancel-timer-internal,
11368 and pass the cell it returns to timer-activate...
11369
11370 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11371 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11372 (jit-lock-after-change): Test memory-full.
11373
11374 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11375
11376 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11377 part of the decoded armor to find the key-identifier.
11378 (pgg-gpg-lookup-key-owner): New function to return the
11379 human-readable identifier of a key owner.
11380 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11381 key itself.
11382 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11383 the key value) if we have a key and can match it against a secret
11384 key. Also, added a note pointing out fact that the prompt only
11385 indicates the first matching key.
11386
11387 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11388 pgg-decrypt-region.
11389 (pgg-pending-timers): A new hash for tracking the passphrase cache
11390 timers, so that new ones supercede old ones.
11391 (pgg-add-passphrase-to-cache): Rename from
11392 `pgg-add-passphrase-cache' to reduce confusion (all callers
11393 changed). Modified to cancel old timers when new ones are added.
11394 (pgg-remove-passphrase-from-cache): Rename from
11395 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11396 changed). Modified to cancel old timers when their keys are
11397 removed from the cache.
11398 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11399 XEmacs, an indirection to delete-itimer.
11400 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11401 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11402 users can only check cache without risk of prompting. Correct bug in
11403 notruncate behavior.
11404 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11405 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11406 Add informative docstrings.
11407 (pgg-decrypt): Convey provided passphrase in subordinate call to
11408 pgg-decrypt-region.
11409
11410 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11411 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11412 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11413 `passphrase' argument, so the passphrase can be managed externally
11414 and then passed in to the system.
11415
11416 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11417 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11418 so the passphrase cache can be used reliably with identifiers
11419 besides a pgp packet's key id.
11420
11421 * pgg-gpg.el (pgg-pgp-encrypt-region)
11422 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11423 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11424 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11425 argument to all these routines, so the passphrase can be managed
11426 externally and passed in to the system.
11427
11428 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11429 `notruncate' argument, so the passphrase cache can be used
11430 reliably with identifiers besides a pgp packet's key id.
11431
11432 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11433
11434 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11435 symmetric encryption.
11436 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11437 encrypted session key.
11438 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11439 message ask for the passphrase in a proper way.
11440
11441 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11442 New user commands for symmetric encryption.
11443
11444 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11445
11446 * textmodes/conf-mode.el (conf-assignment-sign)
11447 (conf-assignment-regexp): Fix docstrings.
11448 (conf-mode-initialize): New function.
11449 (conf-mode): Remove optional args. Use delay-mode-hooks to
11450 recognize recursive calls.
11451 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11452 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11453 (conf-xdefaults-mode): Use define-derived-mode and
11454 conf-mode-initialize.
11455
11456 2005-10-29 Romain Francoise <romain@orebokech.com>
11457
11458 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11459
11460 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11461
11462 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11463 part of the decoded armor to find the key-identifier.
11464 (pgg-gpg-lookup-key-owner): New function to return the
11465 human-readable identifier of a key owner.
11466 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11467 key itself.
11468 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11469 the key value) if we have a key and can match it against a secret
11470 key. Also, added a note pointing out fact that the prompt only
11471 indicates the first matching key.
11472
11473 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11474 pgg-decrypt-region.
11475 (pgg-pending-timers): A new hash for tracking the passphrase cache
11476 timers, so that new ones supercede old ones.
11477 (pgg-add-passphrase-to-cache): Rename from
11478 `pgg-add-passphrase-cache' to reduce confusion (all callers
11479 changed). Modified to cancel old timers when new ones are added.
11480 (pgg-remove-passphrase-from-cache): Rename from
11481 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11482 changed). Modified to cancel old timers when their keys are
11483 removed from the cache.
11484 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11485 XEmacs, an indirection to delete-itimer.
11486 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11487 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11488 users can only check cache without risk of prompting. Correct bug in
11489 notruncate behavior.
11490 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11491 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11492 Add informative docstrings.
11493 (pgg-decrypt): Convey provided passphrase in subordinate call to
11494 pgg-decrypt-region.
11495
11496 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11497
11498 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11499 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11500 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11501 `passphrase' argument, so the passphrase can be managed externally
11502 and then passed in to the system.
11503
11504 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11505 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11506 so the passphrase cache can be used reliably with identifiers
11507 besides a pgp packet's key id.
11508
11509 * pgg-gpg.el (pgg-pgp-encrypt-region)
11510 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11511 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11512 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11513 argument to all these routines, so the passphrase can be managed
11514 externally and passed in to the system.
11515
11516 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11517 `notruncate' argument, so the passphrase cache can be used
11518 reliably with identifiers besides a pgp packet's key id.
11519
11520 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11521
11522 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11523 symmetric encryption.
11524 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11525 encrypted session key.
11526 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11527 message ask for the passphrase in a proper way.
11528
11529 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11530 New user commands for symmetric encryption.
11531
11532 2005-10-28 Bill Wohler <wohler@newt.com>
11533
11534 * help-mode.el (help-url): New button type. Calls browse-url.
11535 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11536 Similar to Info nodes: URL `url'.
11537 (help-make-xrefs): Create help-url buttons for
11538 help-xref-url-regexp matches.
11539
11540 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11541
11542 * tool-bar.el (tool-bar-add-item-from-menu)
11543 (tool-bar-local-item-from-menu): Fix doc strings.
11544
11545 2005-10-28 Romain Francoise <romain@orebokech.com>
11546
11547 * ldefs-boot.el: Update.
11548
11549 * subr.el (locate-library): Move from help-fns.el.
11550 * help-fns.el (locate-library): Move to subr.el.
11551
11552 2005-10-28 Richard M. Stallman <rms@gnu.org>
11553
11554 * net/tramp.el (tramp-completion-mode): defvar moved up.
11555
11556 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11557
11558 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11559
11560 * files.el (find-file-noselect): Use %d to format large file size.
11561
11562 * bindings.el (mode-line-format): Add %e.
11563
11564 * loadup.el ("facemenu"): Load unconditionally.
11565 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11566 ("x-dnd"): Load, when appropriate.
11567
11568 * startup.el (command-line): Call before-init-hook earlier.
11569 Warn about some bad characters in -u user name.
11570
11571 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11572 (flyspell-external-point-words): Error if misspelled word is not found.
11573 Set flyspell-large-region-beg at end of word.
11574
11575 2005-10-28 Andreas Schwab <schwab@suse.de>
11576
11577 * view.el (View-revert-buffer-scroll-page-forward):
11578 Use view-page-size-default.
11579
11580 2005-10-28 Juri Linkov <juri@jurta.org>
11581
11582 * international/quail.el (quail-get-current-str): Translate last
11583 raw character for deterministic input methods.
11584
11585 2005-10-27 Jay Belanger <belanger@truman.edu>
11586
11587 * calc/calc-ext.el: Add functions to autoloads.
11588 (math-identity-matrix-p, math-ident-row-p): New functions.
11589
11590 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11591 multiplication by an identity matrix; don't turn multiplication by
11592 an inverse matrix into division.
11593 (math-div-symbol-fancy): Replace division by matrices with
11594 multiplication by inverse.
11595
11596 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11597
11598 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11599 (calc-writeoutpower): New functions.
11600
11601 2005-10-27 Romain Francoise <romain@orebokech.com>
11602
11603 * replace.el (occur-engine): Include colon in mouse-face highlight.
11604
11605 * dired-x.el: Change Maintainer field.
11606
11607 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11608
11609 * longlines.el (longlines-mode): Bind after-change-functions to
11610 nil during initial decoding and final encoding.
11611
11612 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11613
11614 * term.el (term-emulate-terminal, term-handle-colors-array)
11615 (term-handle-ansi-escape): Specify the terminfo capabilities
11616 implemented.
11617
11618 2005-10-26 Richard M. Stallman <rms@gnu.org>
11619
11620 * info.el (Info-fontify-node): Fix detection of sentence-break
11621 before *Note.
11622
11623 2005-10-26 Romain Francoise <romain@orebokech.com>
11624
11625 * smerge-mode.el: Add `tools' to file keywords.
11626
11627 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11628
11629 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11630 when the fringe is not available.
11631
11632 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11633 (def-gdb-auto-update-trigger): Simplify construction.
11634 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11635 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11636 defined explicitly.
11637 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11638 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11639 defined explicitly.
11640 (gdb-info-locals-custom): Remove as it's a no-op.
11641
11642 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11643
11644 * longlines.el (longlines-mode): Remove narrowing before
11645 performing the initial decoding or final encoding.
11646
11647 2005-10-25 Romain Francoise <romain@orebokech.com>
11648
11649 * emacs-lisp/find-func.el (find-library-name): Also strip
11650 extension if library name ends in .el, to take advantage of
11651 `find-library-suffixes'.
11652
11653 2005-10-25 Richard M. Stallman <rms@gnu.org>
11654
11655 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11656
11657 2005-10-25 Juri Linkov <juri@jurta.org>
11658
11659 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11660 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11661
11662 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11665 (blackbox-redefine-key): Add argument `map'.
11666
11667 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11668 regions when moving the jit-lock-context-unfontify-pos boundary.
11669
11670 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11671
11672 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11673
11674 2005-10-25 Masatake YAMATO <jet@gyve.org>
11675
11676 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11677
11678 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11679
11680 * play/blackbox.el (blackbox-redefine-key): New function.
11681 (blackbox-mode-map): Use it to remap existing bindings for cursor
11682 motion instead of binding literal keys.
11683
11684 2005-10-25 Glenn Morris <rgm@gnu.org>
11685
11686 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11687 diary does not end in a newline. Do not assume a blank line at
11688 the start of the diary file.
11689
11690 2005-10-25 Kenichi Handa <handa@m17n.org>
11691
11692 * international/quail.el (quail-translate-key): If the input
11693 method is deterministic and failed to handle the last key, restart
11694 the key handling loop from an appropriate key.
11695
11696 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11697
11698 * vc.el (vc-dired-mode): Extend comment for binding of
11699 `directory-listing-before-filename-regexp'.
11700
11701 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * textmodes/texinfo.el (texinfo-mode):
11704 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11705 not to unnecessarily expose emacs-mule's internal char codes.
11706
11707 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11708
11709 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11710 Display hand pointer and help-echo on disabled icon too.
11711 (gdb-mouse-until): New function.
11712 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11713
11714 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11717 with 2005-10-23 change to doctor.el.
11718
11719 * finder.el (finder-mode-map): Add follow-link binding.
11720
11721 2005-10-25 Kim F. Storm <storm@cua.dk>
11722
11723 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11724 to gdb-mouse-toggle-breakpoint-fringe.
11725 (gdb-mouse-toggle-breakpoint-margin): Rename from
11726 gdb-mouse-toggle-breakpoint. Fix doc.
11727 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11728 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11729 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11730 string properties also for fringe breakpoint bitmaps.
11731
11732 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11733
11734 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11735
11736 2005-10-25 Masatake YAMATO <jet@gyve.org>
11737
11738 * simple.el (completion-common-substring):
11739 Use `completion-common-substring' prior to `completion-base-size'.
11740
11741 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11742
11743 * savehist.el: Require CL while compiling.
11744 (savehist-history-variables): Remove.
11745 (savehist-save-minibuffer-history, savehist-additional-variables)
11746 (savehist-minibuffer-history-variables): New vars.
11747 (savehist-save): Use them.
11748 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11749 (savehist-install): New fun, extracted from savehist-load.
11750 (savehist-load): Use them.
11751
11752 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11755 a dummy doc-string-elt property.
11756 (defalias, defvaralias, define-category): Add a docstring property.
11757
11758 * image.el (defimage):
11759 * widget.el (define-widget):
11760 * custom.el (defface, defcustom): Add `doc-string' declaration.
11761
11762 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11763 (defadvice): Add `doc-string' declaration.
11764
11765 * emacs-lisp/byte-run.el (macro-declaration-function):
11766 Handle `doc-string' declarations.
11767 (define-obsolete-function-alias, define-obsolete-variable-alias):
11768 Add `doc-string' declaration.
11769
11770 2005-10-24 Kenichi Handa <handa@m17n.org>
11771
11772 * international/utf-7.el (utf-7): Add autoload cookie.
11773
11774 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11775
11776 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11777
11778 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11779 list of directories passed to batch-update-autoloads. Add "." to
11780 the list of the echoed directories.
11781
11782 * pgg-def.el:
11783 * pgg-gpg.el:
11784 * pgg-parse.el:
11785 * pgg-pgp.el:
11786 * pgg-pgp5.el:
11787 * pgg.el: Moved here from the gnus subdirectory.
11788
11789 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11790
11791 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11792 in case comint-prompt-read-only is set to t.
11793
11794 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11795 in case comint-prompt-read-only is set to t.
11796
11797 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11798
11799 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11800 Now a string.
11801 (icalendar-import-format): Handle CLASS, STATUS, URL.
11802 Rename `subject' to `summary'.
11803 (icalendar-import-format-summary): Rename from
11804 `icalendar-import-format-subject'.
11805 (icalendar-import-format-url, icalendar-import-format-status)
11806 (icalendar-import-format-class): New variables.
11807 (icalendar--rris): Take variable argument list.
11808 (icalendar--datestring-to-isodate): Remove unnecessary
11809 calendar-style check when converting dates with explicit month names.
11810 (icalendar-export-region): Change return type of conversion
11811 subroutines. Bury current buffer unless error occurred.
11812 (icalendar--convert-to-ical)
11813 (icalendar--parse-summary-and-rest): New functions.
11814 (icalendar--convert-ordinary-to-ical)
11815 (icalendar--convert-weekly-to-ical)
11816 (icalendar--convert-yearly-to-ical)
11817 (icalendar--convert-block-to-ical)
11818 (icalendar--convert-cyclic-to-ical)
11819 (icalendar--convert-anniversary-to-ical): Change return type.
11820 Strip trailing blanks from subject.
11821 (icalendar--convert-sexp-to-ical): Change return type.
11822 Strip trailing blanks from subject. Handle simple sexp
11823 entries as generated by icalendar.el.
11824 (icalendar--convert-float-to-ical)
11825 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11826 (icalendar-import-file): Doc fix.
11827 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11828 Correct call to icalendar--rris.
11829 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11830 `summary'.
11831 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11832
11833 2005-10-24 Romain Francoise <romain@orebokech.com>
11834
11835 * server.el (server-sentinel): Set query-on-exit flag to nil on
11836 new client processes (it isn't inherited from the server process).
11837
11838 * replace.el (occur-engine): Rearrange text properties.
11839
11840 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11843 case-fold-search is nil.
11844 (debug-help-follow): Use help-xref-interned directly.
11845
11846 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11847
11848 * thumbs.el (thumbs-image-type): Add .pbm.
11849
11850 2005-10-23 Richard M. Stallman <rms@gnu.org>
11851
11852 * faces.el (inhibit-face-set-after-frame-default): New variable.
11853 (set-face-attribute): Bind it.
11854 (face-set-after-frame-default): Test it.
11855
11856 * help-fns.el (describe-simplify-lib-file-name): New function.
11857 (describe-function-1, describe-variable): Use it.
11858
11859 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11860
11861 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11862 Eliminate nil as possible value.
11863 (tooltip-hide-delay): Reduce internal-border-width.
11864
11865 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11866 (menu-bar-file-menu) <new-file>: Likewise.
11867
11868 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11869
11870 * international/mule.el (load-with-code-conversion):
11871 Pass full file name to `eval-buffer' unless preloading.
11872
11873 * textmodes/flyspell.el (flyspell-large-region):
11874 Call ispell-check-version.
11875
11876 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11877 Fix the make-variable-buffer-local call that was supposed
11878 to be for this variable.
11879 (ispell-aspell-supports-utf8): Doc fix.
11880 (ispell-find-aspell-dictionaries): Preserve elements of
11881 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11882 (ispell-aspell-find-dictionary): Return nil on error.
11883
11884 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11885 (doctor-symptoms): Likewise.
11886
11887 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11888
11889 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11890
11891 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11892 (custom-raised-buttons): Add :set spec.
11893 (custom-button-unraised, custom-button-pressed-unraised):
11894 New faces, so that custom-raised-buttons actually does something.
11895 (custom-mode): Use custom-button and custom-button-pressed.
11896
11897 * wid-edit.el (widget-specify-button): Don't ignore
11898 widget-mouse-face on graphic terminals.
11899 (widget-move-and-invoke): Cleanup.
11900
11901 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11902
11903 * whitespace.el (whitespace-cleanup): Doc fix.
11904
11905 2005-10-23 Romain Francoise <romain@orebokech.com>
11906
11907 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11908 `eval-after-load' to avoid evaluating their result.
11909
11910 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11911
11912 * files.el (directory-listing-before-filename-regexp):
11913 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11914
11915 * dired.el (dired-move-to-filename-regexp): Remove.
11916 All occurences replaced by `directory-listing-before-filename-regexp'.
11917
11918 * dired-x.el, locate.el, vc.el:
11919 Replace `dired-move-to-filename-regexp' by
11920 `directory-listing-before-filename-regexp'. In vc.el it is
11921 overwritten locally; maybe this can be handled in files.el too.
11922
11923 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11924 replaced by `directory-listing-before-filename-regexp'.
11925
11926 2005-10-23 Andreas Schwab <schwab@suse.de>
11927
11928 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11929 and eval-next-after-load.
11930
11931 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11932
11933 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11934 exist, create it.
11935
11936 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11937
11938 * allout.el: Remove autoloads for mailcrypt and crypt++.
11939 Require pgg, pgg-gpg during compilation.
11940 (allout-version): Increment version number to 2.1, and use a literal
11941 rather than RCS Id.
11942 (allout-default-encryption-scheme): Remove.
11943 (allout-passphrase-verifier-handling)
11944 (allout-passphrase-verifier-string)
11945 (allout-file-passphrase-verifier-string)
11946 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11947 (allout-passphrase-hint-handling): Rename and simplify.
11948 (allout-init): Use `find-file-hook' if available, otherwise
11949 `find-file-hooks'.
11950 (allout-mode): Use `write-file-functions' if available, otherwise
11951 `local-write-file-hooks' and, instead of making auto-save-hook
11952 buffer local, make the write-file-hook activity contingent to
11953 allout-mode.
11954 (allout-mode): Use key-binding substitution in the docstring.
11955 (allout-kill-line): Spell-out kill ring data structure mutation
11956 instead of using byte-compiler-complaint-provoking `pop'.
11957 (allout-insert-listified): Use `insert' rather than `insert-string'
11958 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11959 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11960 (allout-encrypt-string): Totally revamped vis new underlying
11961 encryption facilities.
11962 (allout-mc-activate-passwd): Remove.
11963 (allout-obtain-passphrase): New, more or less replaces
11964 allout-mc-activate-passwd.
11965 (allout-encrypted-key-info): More or less replaces
11966 allout-encrypted-text-type.
11967 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11968 (my-mark-marker): Use `(featurep 'xemacs)'.
11969
11970 2005-10-23 Lars Hansen <larsh@soem.dk>
11971
11972 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11973 (byte-compile-file-form-defmumble, byte-compile-defun)
11974 (byte-compile-defmacro): Use it.
11975 (byte-compile-form): Don't call byte-compile-set-symbol-position
11976 when a byte-compile handler is called.
11977
11978 2005-10-22 Romain Francoise <romain@orebokech.com>
11979
11980 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11981
11982 * subr.el (eval-after-load): Convert library name to an absolute
11983 file name using locate-library, since load-history no longer has
11984 library names in it.
11985
11986 2005-10-22 Richard M. Stallman <rms@gnu.org>
11987
11988 * files.el (make-temp-file): Move from subr.el.
11989 * subr.el (make-temp-file): Move to files.el.
11990
11991 * window.el (get-buffer-window-list): Move from subr.el.
11992 * subr.el (get-buffer-window-list): Move to window.el.
11993
11994 * image.el (image-load-path): Use eval-at-startup to initialize.
11995
11996 * subr.el (eval-at-startup): New macro.
11997
11998 * subr.el: Much rearrangement of functions and division
11999 into pages. No code changes.
12000
12001 2005-10-22 Kenichi Handa <handa@m17n.org>
12002
12003 * tar-mode.el (tar-extract): Be sure to call
12004 find-operation-coding-system if set-auto-coding doesn't find a
12005 coding system.
12006
12007 2005-10-22 Kim F. Storm <storm@cua.dk>
12008
12009 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12010 Change users.
12011 (image-type-file-name-regexps): New defconst.
12012 (image-type-from-data): Simplify loop.
12013 (image-type-from-buffer): New defun.
12014 (image-type-from-file-header): Use it instead of image-type-from-data.
12015 Use image-search-load-path instead of only looking in data-directory.
12016 (image-type-from-file-name): New defun.
12017 (image-search-load-path): Change `pathname' to `filename'.
12018 Make PATH arg optional, default to image-load-path.
12019
12020 2005-10-21 Richard M. Stallman <rms@gnu.org>
12021
12022 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12023
12024 * textmodes/paragraphs.el (sentence-end-base): New variable.
12025 (sentence-end): Use sentence-end-base.
12026
12027 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12030 property independently from the font-lock-multiline variable.
12031
12032 2005-10-21 Richard M. Stallman <rms@gnu.org>
12033
12034 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12035
12036 * startup.el (command-line): Convert library names
12037 in `load-history' to absolute file names.
12038
12039 * subr.el (symbol-file): Doc fix.
12040
12041 * loadhist.el (file-loadhist-lookup): Call locate-library
12042 instead of find-library-name. Don't try converting
12043 abs file names to library names, since load-history no longer
12044 has library names in it.
12045 (file-dependents, file-provides, file-requires): Doc fixes.
12046
12047 2005-10-21 Juri Linkov <juri@jurta.org>
12048
12049 * progmodes/etags.el (tags-table-mode): New function.
12050 (tags-verify-table): Replace initialize-new-tags-table with
12051 tags-table-mode.
12052
12053 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12054 default value.
12055 (desktop-modes-not-to-save): Add tags-table-mode to the
12056 default value.
12057
12058 * info.el (Info-index-next): Add total number of index
12059 alternatives to the message.
12060
12061 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12062 backward only space (instead of space and period) before looking
12063 at sentence end.
12064
12065 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12066 Add the old variable value as 4th default-value arg of read-string.
12067
12068 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12069
12070 * cus-face.el (custom-declare-face): Make face from X resources
12071 also on Mac.
12072
12073 * disp-table.el (standard-display-g1, standard-display-graphic):
12074 Refuse to use string glyphs also on Mac.
12075 (standard-display-european): Don't set terminal coding system also
12076 on Mac.
12077
12078 * frame.el (display-screens): Use x-display-screens also on Mac.
12079
12080 2005-10-21 Romain Francoise <romain@orebokech.com>
12081
12082 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12083
12084 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12087 and $? into sexps.
12088
12089 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12090 warning face on open-paren-in-column-0.
12091
12092 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12093 boundary case. Fix typo.
12094 Suggested by Martin Rudalics <rudalics@gmx.at>.
12095
12096 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12097
12098 * textmodes/org.el (org-combined-agenda-icalendar-file)
12099 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12100 (org-export-icalendar-this-file)
12101 (org-export-icalendar-all-agenda-files)
12102 (org-export-icalendar-combine-agenda-files): New commands.
12103 (org-export-icalendar, org-print-icalendar-entries)
12104 (org-start-icalendar-file, org-finish-icalendar-file)
12105 (org-ical-ts-to-string): New functions.
12106 (org-read-date, org-goto-calendar)
12107 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12108 call to `calendar'.
12109 (orgtbl-setup): Remove the :keys arguments from the menu description.
12110 (org-after-save-iCalendar-file-hook): New variable.
12111
12112 2005-10-21 Kenichi Handa <handa@m17n.org>
12113
12114 * language/vietnamese.el (tcvn-5712): Make it an alias of
12115 vietnamese-tcvn coding-system.
12116
12117 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12118
12119 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12120 group id is given.
12121
12122 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12125 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12126 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12127 whose line is either continued or ends with a comment.
12128
12129 2005-10-20 Romain Francoise <romain@orebokech.com>
12130
12131 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12132
12133 * replace.el (occur-engine): Add follow-link property.
12134
12135 * font-core.el (font-lock-mode): Doc fix.
12136
12137 2005-10-20 Richard M. Stallman <rms@gnu.org>
12138
12139 * net/rcirc.el: New file.
12140
12141 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12142
12143 * term.el (term-term-name): Initialize to "eterm-color".
12144
12145 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12146
12147 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12148 for encryption functionality.
12149 Move allout customization subgroup from `editing' to `outlines' group.
12150 Fix commentary keywords to legitimate ones.
12151 Update author info (using my current email address, obscurified).
12152 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12153 (allout-encrypted-topic-p, allout-encrypted-text-type)
12154 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12155 (allout-situate-encryption-key-verifier)
12156 (allout-get-encryption-key-verifier, allout-verify-key)
12157 (allout-next-topic-pending-encryption)
12158 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12159 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12160 (outline-key-verifier-handling, outline-key-hint-handling)
12161 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12162 (allout-file-key-verifier-string, allout-encryption-scheme)
12163 (allout-key-verifier-string, allout-key-hint-string)
12164 (allout-after-save-decrypt): New variables.
12165 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12166 (allout-after-saves-handler): New hook functions.
12167 (allout-post-command-business): Do allout-after-save-decrypt.
12168 (allout-enable-file-variable-adjustment): Custom var to enable
12169 mechanism for adding and adjusting settings of Emacs file variables.
12170 (allout-adjust-file-variable, allout-file-vars-section-data):
12171 New functions, implement the mechanism.
12172 (outlineify-sticky): Use the file vars mechanism.
12173 (allout-inhibit-protection, allout-during-write-cue)
12174 (allout-override-protect, allout-before-change-protect): Remove.
12175 (allout-flag-region, allout-open-topic): Adjust read-only text.
12176 (allout-open-line-not-read-only): Add to facilitate read-only
12177 text based protection.
12178 (allout-kill-line): Revise to adjust read-only text, clue the
12179 user about the inhibition.
12180 (allout-unprotected): Use unwind-protect.
12181 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12182 topic deeper than the offspring depth of the previous topic -
12183 avoiding confusing "containment discontinuities".
12184 (allout-reindent-bodies): Fix retention of body relative hanging
12185 indent during promotion of collapsed bodies.
12186 (allout-open-topic): Make it easy to open new topic with same
12187 bullet as current topic - topic creation functions provided with
12188 any universal argument provokes now prompt for bullet, defaulting
12189 to the bullet of the previous topic.
12190 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12191 Plain bullet alternates `.' period and `,' comma only. All other
12192 bullets are relegated to special status (but customizable).
12193 (allout-end-of-entry): Rename from allout-end-of-current-entry
12194 since it actually operates w.r.t. most immediately containing
12195 entry, visible or not.
12196 (allout-hide-current-entry, allout-show-current-entry): Use the
12197 revised version.
12198 (allout-old-expose-topic): Solidify deprecation.
12199 (allout-end-of-subtree): Add so we can span concealed as well
12200 as visible topics.
12201 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12202 (allout-end-of-current-heading): Tweak to just respect the first line.
12203 (allout-get-body-text): Add.
12204 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12205 when invoked interactively.
12206 (allout-up-current-level): Use `interactive-p'.
12207 (allout-mode, allout-init): Miscellaneous docstring and
12208 operational refinements, as well as hookups of new encryption stuff.
12209 (allout-beginning-of-current-entry): Now works as advertised.
12210 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12211 (allout-isearch-rectification): Refine condition for isearching.
12212 (allout-isearch-abort, allout-enwrap-isearch)
12213 (allout-flag-region, my-region-active-p): Relocate some macros.
12214 (allout-title): Fallback title is (buffer-name), not
12215 non-existing (current-buffer-name).
12216 (subst-char-in-string): Define if absent (for some XEmacs versions).
12217
12218 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12219
12220 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12221 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12222 (mail-citation-prefix-regexp, mail-signature-file)
12223 (mail-default-headers, mail-bury-selects-summary)
12224 (mail-send-nonascii): Add autoload cookies.
12225
12226 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12227
12228 * frame.el (blink-cursor-mode): Add `mac' to the list of
12229 window-system's that support blinking cursor.
12230
12231 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12232
12233 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12234
12235 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12236
12237 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12238 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12239 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12240
12241 2005-10-20 Kim F. Storm <storm@cua.dk>
12242
12243 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12244 (ido-set-current-directory): Don't add / after final @.
12245 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12246 Explicitly handle ange-ftp completion oddities.
12247 (ido-make-file-list): Don't rotate list at tramp root to avoid
12248 triggering tramp file handler for expand-file-name via get-file-buffer.
12249
12250 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12251
12252 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12253
12254 2005-10-19 Jay Belanger <belanger@truman.edu>
12255
12256 * calc/calc-units.el (math-standard-units): Add units, adjust
12257 symbols and update values.
12258 (math-unit-prefixes): Add more prefixes.
12259
12260 2005-10-19 Romain Francoise <romain@orebokech.com>
12261
12262 * bookmark.el (bookmark-menu-heading): New face.
12263 (bookmark-bmenu-list): Use it.
12264 Don't fiddle with `baud-rate' at top-level.
12265
12266 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12267
12268 * image.el (create-image, find-image): Mention max-image-size in
12269 docstring.
12270
12271 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12272
12273 * savehist.el (savehist-load): Revert to checking XEmacs.
12274
12275 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12276 Various docstring and line-width fixups.
12277 (conf-mode): Use cond.
12278 Set font-lock-defaults. Don't set comment-use-syntax.
12279
12280 2005-10-18 David Ponce <david@dponce.com>
12281
12282 * tree-widget.el (tree-widget-button-click): New function.
12283 (tree-widget-button-keymap): Use it.
12284
12285 2005-10-18 Romain Francoise <romain@orebokech.com>
12286
12287 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12288 (bookmark-bmenu-hide-filenames): Add follow-link property.
12289 Improve help-echo text.
12290
12291 * ffap.el (find-file-at-point): Doc fix.
12292
12293 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12294
12295 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12296
12297 2005-10-18 Masatake YAMATO <jet@gyve.org>
12298
12299 Install to the CVS repository what I forgot to install in my
12300 2005-10-16 changes.
12301
12302 * progmodes/python.el (python-complete-symbol): Pass the common
12303 prefix substring of completion to `display-completion-list'.
12304
12305 * textmodes/org.el (org-complete): Ditto.
12306
12307 2005-10-18 Masatake YAMATO <jet@gyve.org>
12308
12309 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12310
12311 * woman.el (WoMan-xref-man-page): New button type derived
12312 from `Man-abstract-xref-man-page'.
12313 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12314
12315 * man.el (Man-abstract-xref-man-page): New button type.
12316 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12317 (Man-highlight-references): Add new optional argument `xref-man-type'.
12318
12319 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12320
12321 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12322
12323 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12324
12325 * cus-edit.el (Custom-move-and-invoke): Delete.
12326 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12327
12328 * wid-edit.el (widget-move-and-invoke): New function, from
12329 Custom-move-and-invoke.
12330
12331 2005-10-17 Bill Wohler <wohler@newt.com>
12332
12333 Move all remaining images from lisp/toolbar to etc/images, move
12334 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12335 the low resolution images in their own directory (low-color).
12336
12337 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12338 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12339 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12340 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12341 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12342 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12343 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12344
12345 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12346 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12347 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12348 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12349 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12350 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12351 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12352 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12353 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12354 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12355 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12356 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12357 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12358 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12359 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12360
12361 To conform with convention, replace the underscore (_) in the
12362 following image names with dash (-) or (/) as appropriate.
12363
12364 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12365 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12366 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12367 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12368 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12369 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12370 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12371 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12372 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12373 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12374 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12375 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12376 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12377 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12378 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12379
12380 * info.el (info-tool-bar-map): Replace underscores in image names
12381 with dashes.
12382
12383 * makefile.w32-in (WINS): Remove toolbar.
12384
12385 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12386
12387 * tool-bar.el: Move to lisp from toolbar. Now that
12388 toolbar is empty, it should be deleted when folks run "cvs up -P".
12389
12390 2005-10-18 Jay Belanger <belanger@truman.edu>
12391
12392 * calc/calc-store.el (calc-store-into): Get the proper variable name
12393 to display in message.
12394
12395 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12396
12397 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12398 expressions display in speedbar for all buffers when debugging.
12399 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12400
12401 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12402 (speedbar-insert-button, speedbar-make-button):
12403 Use add-text-properties.
12404 (speedbar-update-localized-contents)
12405 (speedbar-update-directory-contents)
12406 (speedbar-update-special-contents): Use dolist.
12407 (speedbar-buffer-easymenu-definition): Add a menu separator.
12408
12409 2005-10-17 Jason Rumney <jasonr@gnu.org>
12410
12411 * makefile.w32-in: Use $(lisp) consistently.
12412 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12413 for shell specific generation of mh-autoloads.
12414
12415 2005-10-17 Richard M. Stallman <rms@gnu.org>
12416
12417 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12418
12419 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12420
12421 * jit-lock.el (jit-lock-fontify-now):
12422 Move jit-lock-context-unfontify-pos to avoid wasted work.
12423
12424 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12425
12426 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12427 `tramp-completion-mode' for checking if we are in completion mode.
12428 (tramp-completion-handle-file-name-all-completions): Reorder code
12429 in order to complete for file names only in case there are no
12430 method/user/host completions. This is necessary for cooperation
12431 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12432
12433 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12434
12435 * longlines.el (longlines-search-forward)
12436 (longlines-search-backward): Match any number of spaces.
12437
12438 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12439
12440 * diff-mode.el (diff-mode): Doc fix.
12441
12442 2005-10-16 David Reitter <david.reitter@gmail.com>
12443
12444 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12445 as default on darwin and windows systems.
12446
12447 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12448
12449 * arc-mode.el (archive-zip-extract): Doc fix.
12450
12451 2005-10-16 Romain Francoise <romain@orebokech.com>
12452
12453 * mouse.el (mouse-1-click-follows-link): Doc fix.
12454
12455 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * savehist.el: Don't require CL at runtime.
12458 (savehist-xemacs): Remove.
12459 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12460 (savehist-no-conversion): Use (featurep 'xemacs).
12461 (savehist-load): Check existence of start-itimer rather than XEmacs.
12462 Use an idle timer.
12463 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12464 `delete-if-not'.
12465
12466 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12467
12468 * savehist.el: Newer version.
12469 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12470 (savehist-last-checksum, savehist-no-conversion): New vars.
12471 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12472 New functions.
12473 (savehist-load, savehist-save): Use them.
12474 (savehist-delimit): Remove.
12475
12476 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * progmodes/compile.el (compilation-goto-locus): Display the
12479 compilation buffer first and the source buffer second, in case they're
12480 in overlapping frames. Don't raise the compilation frame if it was the
12481 selected window upon entry. Pass the `other-window' arg to
12482 pop-to-buffer.
12483
12484 * info.el (Info-fontify-node): Use dolist.
12485 Change add-text-properties to put-text-property.
12486
12487 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12488
12489 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12490 bound of search.
12491
12492 2005-10-16 Masatake YAMATO <jet@gyve.org>
12493
12494 * dabbrev.el (dabbrev-completion): Pass the common
12495 prefix substring of completion to `display-completion-list'.
12496
12497 * filecache.el (file-cache-minibuffer-complete)
12498 (file-cache-complete): Ditto.
12499
12500 * tempo.el (tempo-display-completions): Ditto.
12501
12502 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12503
12504 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12505
12506 * eshell/em-hist.el (eshell-list-history): Ditto.
12507
12508 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12509
12510 * mail/mailalias.el (mail-complete): Ditto.
12511
12512 * progmodes/etags.el (complete-tag): Ditto.
12513
12514 * progmodes/make-mode.el (makefile-complete): Ditto.
12515
12516 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12517
12518 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12519
12520 * progmodes/pascal.el (pascal-complete-word)
12521 (pascal-show-completions): Ditto.
12522
12523 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12524
12525 * simple.el (completion-common-substring): New variable.
12526 (completion-setup-function): Use `completion-common-substring'
12527 to put faces.
12528
12529 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12530
12531 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12532 (x-get-selection, mac-select-convert-to-string): Convert from/to
12533 UTF-16 clipboard data as in native byte order, no BOM.
12534
12535 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12536
12537 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12538 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12539 (gud-sentinel): Use speedbar-frame to check for speedbar.
12540
12541 2005-10-15 Richard M. Stallman <rms@gnu.org>
12542
12543 * savehist.el: New file.
12544
12545 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12546
12547 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12548 Fix bug in \bf fontification.
12549
12550 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * pcvs.el (cvs-edit-log-files): New var.
12553 (cvs-mode-edit-log): New arg `file'.
12554 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12555 Instead force the use of the original file and nothing else.
12556 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12557 the cvs-minor-wrap-function is set.
12558 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12559
12560 2005-10-14 Bill Wohler <wohler@newt.com>
12561
12562 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12563 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12564 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12565 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12566 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12567 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12568 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12569 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12570 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12571 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12572 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12573 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12574 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12575 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12576 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12577
12578 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12579 appropriately (for example, gud-break to gud/break).
12580
12581 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12582
12583 * longlines.el (longlinges-search-function)
12584 (longlines-search-forward, longlines-search-backward): New functions.
12585 (longlines-mode): Set isearch-search-fun-function to
12586 longlinges-search-function.
12587
12588 * mouse.el (mouse-drag-region-1): Handle the case where a
12589 double-click event is bound to an arbitrary function.
12590
12591 2005-10-14 David Ponce <david@dponce.com>
12592
12593 * recentf.el (recentf-track-opened-file)
12594 (recentf-track-closed-file, recentf-update-menu)
12595 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12596 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12597 mouse-1-click-follows-link.
12598
12599 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12600
12601 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12602 Gnome file-manager.png. Suggested by
12603 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12604
12605 * toolbar/README: Add diropen.xpm.
12606
12607 2005-10-13 Bill Wohler <wohler@newt.com>
12608
12609 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12610 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12611
12612 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12613
12614 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12615 Don't waste the byte-compiler's time on constant data.
12616
12617 2005-10-13 Kenichi Handa <handa@m17n.org>
12618
12619 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12620 byte with `escape-glyph' face.
12621
12622 * international/fontset.el (ccl-encode-unicode-font):
12623 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12624 Handle the case that ucs-mule-to-mule-unicode translates a character to
12625 ASCII (usually for IPA characters).
12626
12627 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12628
12629 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12630 Don't hide the underline of titles if font-lock-mode is disabled.
12631
12632 2005-10-12 Bill Wohler <wohler@newt.com>
12633
12634 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12635 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12636 files in MH-E-SRC have been updated.
12637 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12638
12639 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12642 (mixal-mode-syntax-table): Add \n as end-comment.
12643 (mixal-operation-codes-alist): Immediately initialize to full value.
12644 (mixal-add-operation-code): Remove.
12645 (mixal-describe-operation-code): Make the arg non-optional.
12646 Use the interactive spec instead.
12647 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12648 (mixal-font-lock-keywords): Don't highlight comments here any more.
12649 (mixal-font-lock-syntactic-keywords): New var.
12650 (mixal-mode): Use it. Fix comment-start-skip.
12651
12652 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12653
12654 * startup.el (command-line-x-option-alist): -nb => -nbi
12655
12656 2005-10-12 Kim F. Storm <storm@cua.dk>
12657
12658 * startup.el (fancy-splash-default-action): Discard mouse click in
12659 the splash screen window, as it has no sensible meaning in the
12660 next window to be selected. Fixes error reported by Jan D.
12661
12662 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12663
12664 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12665
12666 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12669 Try to fix up minor layout issues like indentation, line break, etc...
12670 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12671 because it doesn't work.
12672 (mixal-operation-codes): Add some more codes.
12673 (mixal-font-lock-keywords): Process comments here.
12674 (mixal-mode): mixasm no longer needs -g option.
12675
12676 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12677
12678 * progmodes/sh-script.el (sh-tmp-file):
12679 Use mktemp -t. Finish support for es and rc shells.
12680
12681 2005-10-11 Jay Belanger <belanger@truman.edu>
12682
12683 * calc/calcalg2.el (calc-integral): With an argument, compute the
12684 definite integral.
12685
12686 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12687
12688 * mouse.el (mouse-drag-region-1): Don't try to catch a
12689 double-click when doing follow-link (it's overridden anyway).
12690
12691 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12692
12693 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12694 (autoload-print-form-outbuf): Add docstring.
12695
12696 2005-10-11 Juri Linkov <juri@jurta.org>
12697
12698 * info.el (Info-mode-menu): Delete menu item "Edit".
12699 (Info-mode): Delete description of Info-edit from docstring,
12700 and rearrange descriptions of Info commands in the order
12701 they are documented in the Info manual.
12702
12703 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * calendar/appt.el (appt-check): Use diary-selective-display var.
12706
12707 2005-10-10 Richard M. Stallman <rms@gnu.org>
12708
12709 * net/newsticker.el (newsticker-start, newsticker-show-news):
12710 Add autoload cookies.
12711
12712 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12713
12714 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12715
12716 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12717
12718 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12719
12720 2005-10-10 Jay Belanger <belanger@truman.edu>
12721
12722 * calc/calc-arith.el (math-check-known-scalarp)
12723 (math-check-known-matrixp): Check the values of arguments that are
12724 variables.
12725 (math-check-known-square-matrixp): New function.
12726 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12727 (math-super-types): Add sqmatrix type.
12728
12729 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12730 mode name `square' to `sqmatrix'.
12731
12732 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12733 mode name `square' to `sqmatrix'.
12734
12735 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12736
12737 * progmodes/etags.el (select-tags-table-mode): Don't use
12738 selective-display.
12739 (tags-select-tags-table): Pass `button' to the action function.
12740 (select-tags-table): Place the side-info on button properties rather
12741 than in hidden text. Abbreviate file names.
12742 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12743 (select-tags-table-select): Add `button' argument.
12744 Get side-info from the button property rather than from hidden text.
12745
12746 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12747
12748 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12749 (gud-speedbar-buttons): Preserve point if possible.
12750 (gud-sentinel): Restore previous speedbar display type.
12751
12752 * progmodes/gdb-ui.el (gdba): Improve diagram.
12753 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12754 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12755 Call get-buffer-window once.
12756
12757 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12760 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12761 (pascal-indent-command): Remove unused var `ind'.
12762 (pascal-indent-case): Remove unused var `oldpos'.
12763 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12764 since it's now used as a proper minor mode map.
12765 (pascal-outline): Rename to pascal-outline-mode.
12766 (pascal-outline-mode): Use define-minor-mode.
12767 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12768 selective-display.
12769
12770 2005-10-10 Andreas Schwab <schwab@suse.de>
12771
12772 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12773 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12774
12775 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12776 outside source directory.
12777
12778 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12779
12780 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12781 C-x' as a prefix.
12782 (orgtbl-mode-map): Full keymap instead of sparse, because all
12783 `self-insert-command' keys are redefined in this map.
12784 (org-export-as-html): Specify charset for HTML file, by taking it
12785 from the coding system.
12786
12787 2005-10-10 Kenichi Handa <handa@m17n.org>
12788
12789 * textmodes/flyspell.el (flyspell-check-word-p):
12790 If unread-command-events is non-empty, don't call sit-for.
12791
12792 2005-10-09 Richard M. Stallman <rms@gnu.org>
12793
12794 * font-lock.el (font-lock-syntactic-keywords)
12795 (font-lock-keywords): Doc fixes.
12796
12797 * textmodes/flyspell.el (flyspell-external-point-words):
12798 Simplify logic, and don't try to check for consecutive appearances
12799 of one incorrect word.
12800
12801 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12802
12803 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12804 separator.
12805
12806 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12807 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12808 (gud-expansion-speedbar-buttons): New function.
12809 (gud-speedbar-buttons): Check for gud-comint-buffer.
12810
12811 2005-10-09 Bill Wohler <wohler@newt.com>
12812
12813 * Makefile.in (updates): Add mh-loaddefs dependency.
12814
12815 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12816
12817 * speedbar.el (speedbar-file-key-map): Fix typo.
12818
12819 2005-10-09 Daniel Brockman <daniel@brockman.se>
12820
12821 * cus-start.el (line-spacing): Add custom spec.
12822
12823 2005-10-09 Romain Francoise <romain@orebokech.com>
12824
12825 * textmodes/ispell.el (ispell-check-version): Fix last change.
12826
12827 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12828
12829 * term/x-win.el: Remove -i, --icon-type from comment.
12830
12831 * startup.el (command-line-x-option-alist): Remove options -i,
12832 -itype, --icon-type, added -nb, --no-bitmap-icon
12833
12834 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12835
12836 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12837 instead of :active.
12838
12839 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12840
12841 * textmodes/ispell.el (ispell-check-version):
12842 Ignore hyphen, and all that follows, in aspell's version text.
12843
12844 2005-10-08 Jay Belanger <belanger@truman.edu>
12845
12846 * calc/calc-arith.el (math-known-square-matrixp): New function.
12847 (math-pow-fancy): Check for matrices before distributing exponent
12848 across products.
12849
12850 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12851 fullscreen keypad. Suggested by Luc Teirlinck.
12852 (calc-keypad-show-input): Add space for formatting.
12853
12854 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12855 Add square matrix option.
12856
12857 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12858 of checking calc-matrix-mode when deciding how to expand.
12859
12860 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12861
12862 2005-10-08 Lars Hansen <larsh@soem.dk>
12863
12864 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12865 Add error handling.
12866 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12867
12868 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12869
12870 Sync with Tramp 2.0.51.
12871
12872 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12873 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12874 Insert special handling for `last-coding-system-used', again
12875 it still seems to be necessary (unlike stated before).
12876 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12877 (tramp-password-prompt-regexp): There might be other words before
12878 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12879 (tramp-chunksize): Improve docstring.
12880 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12881 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12882 Christian Joergensen <bugs@razor.dk>.
12883
12884 2005-10-07 Glenn Morris <rgm@gnu.org>
12885
12886 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12887 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12888 precision'.
12889
12890 2005-10-07 Romain Francoise <romain@orebokech.com>
12891
12892 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12893 (ibuffer-do-shell-command-pipe-replace)
12894 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12895 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12896 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12897 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12898 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12899 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12900 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12901 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12902 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12903 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12904 Autoload file sans suffix.
12905
12906 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12907
12908 2005-10-07 David Ponce <david@dponce.com>
12909
12910 * recentf.el (recentf-menu-open-all-flag): New option.
12911 (recentf-digit-shortcut-command-name): New function.
12912 (recentf--shortcuts-keymap): New variable.
12913 (recentf-menu-shortcuts): New variable.
12914 (recentf-make-menu-items): Initialize it. Replace the "More..."
12915 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12916 (recentf-menu-value-shortcut): New function.
12917 (recentf-make-menu-item): Use it. No more in-lined.
12918 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12919 (recentf-open-most-recent-file): Rename from
12920 `recentf-open-file-with-key'. Don't depend on key binding.
12921 (recentf-mode-map): New variable.
12922 (recentf-mode): Use it.
12923
12924 2005-10-06 Bill Wohler <wohler@newt.com>
12925
12926 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12927
12928 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12929 (MH-E-SRC): New. Used by mh-autoloads.
12930 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12931 files in MH-E-SRC have been updated.
12932 (compile, recompile, bootstrap): Depend on mh-autoloads.
12933
12934 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12935
12936 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12937 gud-break and gud-remove icons when the fringe is not available.
12938
12939 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12940 Typo.
12941
12942 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12943
12944 * play/zone.el (zone): Wrap body with save-window-excursion.
12945
12946 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12949 Use the new `list-only' arg to diary-list-entries.
12950
12951 * calendar/diary-lib.el: Use overlays rather than selective-display.
12952 (diary-selective-display): New var.
12953 (diary-header-line-format): Use it.
12954 (diary-list-entries): Add argument `list-only'.
12955 Put the buffer in diary-mode. Don't add \^M at beg and end.
12956 Replace \^M by invisible overlays.
12957 (diary-unhide-everything): Replace \^M by invisible overlays.
12958 (print-diary-entries): Look for overlays rather than \^M.
12959 Add a space to the temp buffer name.
12960 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12961 Put the buffer in diary-mode.
12962 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12963 (diary-anniversary): Make the year arg optional.
12964 (diary-time-regexp): New const.
12965 (diary-font-lock-keywords): Use it to accept a few more time formats.
12966
12967 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12968
12969 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12970
12971 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12972 Fix bug introduced 2005-07-03: Use (car (last ...))
12973 to faithfully reproduce replaced artist-last.
12974 (artist-set-arrow-points-for-poly): Likewise.
12975 Suggested by Johan Bockg\e,Ae\e(Brd.
12976
12977 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12978
12979 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12980 * wid-edit.el (widget):
12981 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12982 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12983
12984 2005-10-06 Kenichi Handa <handa@m17n.org>
12985
12986 * international/mule-cmds.el (set-language-environment):
12987 Fix setting up of case-table for unibyte mode.
12988
12989 * simple.el (what-cursor-position): If the character is displayed
12990 by some `display' text property, show that. Don't use
12991 single-key-description for eight-bit characters in multibyte mode.
12992
12993 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12994
12995 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12996 (gdb-ann3): Set it.
12997 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12998 (gdb-info-frames-custom): Use inverse-video for first five
12999 characters of selected frame only.
13000 (gdb-get-frame-number): Select frame even when point is on frame
13001 number.
13002
13003 2005-10-06 Masatake YAMATO <jet@gyve.org>
13004
13005 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13006 Put `font-lock-function-name-face'.
13007 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13008 and `font-lock-variable-name-face'
13009 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13010 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13011 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13012 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13013 (gdb-local-font-lock-keywords): New font lock keywords definition.
13014 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13015 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13016 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13017
13018 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13019
13020 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13021 (ediff-merge-region-is-non-clash-to-skip): Previously called
13022 ediff-merge-region-is-non-clash.
13023
13024 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13025 Use insert-buffer-substring.
13026
13027 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13028 selecting files to patch. Also bug fixes.
13029
13030 * ediff-util.el (ediff-setup): Bug fix.
13031 (ediff-next-difference): Never skip clashes that differ in white
13032 space only.
13033
13034 * ediff-wind.el (ediff-setup-control-frame)
13035 (ediff-destroy-control-frame): Check the menubar feature.
13036
13037 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13038 (viper-refresh-mode-line): Use make-local-variable to localize
13039 some vars instead of make-variable-buffer-local. Suggested by
13040 Stefan Monnier.
13041
13042 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13043 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13044 Use make-local-variable instead of make-variable-buffer-local.
13045 Suggested by Stefan Monnier.
13046
13047 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13048 (viper-comint-mode-hook): Use make-local-variable on
13049 require-final-newline.
13050 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13051
13052 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13055 also the second char of a comment-start sequence.
13056 (scheme-sexp-comment-syntax-table): New var.
13057 (lambda, define): Set their scheme-doc-string-elt property.
13058 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13059 Use lisp-font-lock-syntactic-face-function now that it properly
13060 handles |...| symbols.
13061 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13062 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13063
13064 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13065 bit from # to |.
13066 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13067
13068 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13069 (lisp-doc-string-elt-property): New var.
13070 (lisp-font-lock-syntactic-face-function): Use it.
13071 Rewrite to recognize docstrings even for forms not at toplevel.
13072
13073 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13074 annotation on the | part of #| rather than on the # part.
13075 (scheme-font-lock-syntactic-face-function): New function, to
13076 distinguish strings from |...| symbols.
13077 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13078 syntax-table so that #|...|# is properly highlighted.
13079
13080 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13081 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13082
13083 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13086 and C-e.
13087
13088 * emacs-lisp/eldoc.el: Move comments into docstrings.
13089 (eldoc-message-commands): Initialize in its declaration.
13090 Add move-beginning-of-line and move-end-of-line.
13091 (eldoc-add-command, eldoc-add-command-completions)
13092 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13093
13094 * outline.el (outline-mark-subtree): Activate the mark.
13095
13096 * calendar/appt.el (appt-time-regexp): New var.
13097 (appt-add, appt-make-list): Use it.
13098 (appt-convert-time): Clean up.
13099
13100 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13101 Don't set any syntax-table property here.
13102 (tex-font-lock-verb): New function. Do it here.
13103 (tex-font-lock-syntactic-keywords): Use it.
13104
13105 2005-10-04 Richard M. Stallman <rms@gnu.org>
13106
13107 * wid-edit.el (widget-file-complete): Get the widget start point
13108 the right way. Default directory to `/' if file has none.
13109
13110 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13111
13112 * textmodes/flyspell.el (flyspell-mode-on):
13113 Call ispell-maybe-find-aspell-dictionaries.
13114
13115 * textmodes/ispell.el (ispell-word, ispell-region):
13116 Call ispell-maybe-find-aspell-dictionaries.
13117 (ispell-accept-buffer-local-defs):
13118 Don't call ispell-maybe-find-aspell-dictionaries
13119
13120 2005-10-04 Richard M. Stallman <rms@gnu.org>
13121
13122 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13123
13124 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13125
13126 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13127 instead of `fboundp' in order to allow for anonymous functions.
13128
13129 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13130
13131 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13132 case the user clicks on the link while another window is selected.
13133 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13134
13135 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13136 functionality.
13137 (dframe-help-echo): Save point in case mouse tracking is off.
13138
13139 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13140
13141 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13142
13143 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13144
13145 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13146 not change the global value of those vars.
13147
13148 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13149 make-local-variable which we do not need any more.
13150
13151 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13152
13153 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13154 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13155 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13156 (speedbar-path-line): Define obsolete aliases.
13157 (speedbar-line-directory): Doc fix.
13158
13159 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13160 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13161 instead of speedbar-line-path.
13162
13163 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13164
13165 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13166 to nil if dropping on a window. Handle dropping on a minibuffer window
13167 like dropping on a non-window part of Emacs.
13168
13169 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * net/ange-ftp.el: Use with-current-buffer.
13172 (ange-ftp-insert-directory): Do not follow symlinks any more.
13173
13174 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13175 Remove interactive spec.
13176
13177 2005-10-03 Kim F. Storm <storm@cua.dk>
13178
13179 * ido.el (ido-mode): Use custom-initialize-set.
13180
13181 2005-10-02 Richard M. Stallman <rms@gnu.org>
13182
13183 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13184 Use insert-buffer-substring.
13185
13186 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13187 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13188
13189 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13192 in last change.
13193 (ange-ftp-insert-directory): Fix up the search for the case where
13194 `file' is absolute.
13195
13196 2005-10-02 Romain Francoise <romain@orebokech.com>
13197
13198 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13199
13200 2005-10-02 Andreas Schwab <schwab@suse.de>
13201
13202 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13203 directory component in the session info.
13204
13205 2005-10-01 Richard M. Stallman <rms@gnu.org>
13206
13207 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13208
13209 * simple.el (next-error-internal): New function.
13210
13211 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13212 (compilation-start): Pass new arg to compilation-buffer-name.
13213 (compile-goto-error): Use next-error-internal.
13214
13215 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13216
13217 * speedbar.el: Remove RCS tag.
13218 (speedbar-check-read-only): Handle non-existent files.
13219
13220 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13221
13222 * info.el (Info-speedbar-hierarchy-buttons)
13223 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13224
13225 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13226
13227 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13228 Do not match newline.
13229 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13230 (bibtex-summary): Remove unnecessary save-excursion.
13231 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13232
13233 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13234
13235 * term/mac-win.el: Add charset info for "iso10646-1".
13236 Modify default fontset to use ATSUI-compatible fonts for some charsets
13237 if available.
13238
13239 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13240
13241 * speedbar.el: Re-apply arch tag.
13242 (speedbar-version): Rename to version 1.0. Suggested by Eric
13243 M. Ludlam.
13244 Reapply two changes from Emacs CVS' version of speedbar lost
13245 during the merge:
13246 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13247 (speedbar-frame-parameters): Improve customize type.
13248
13249 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13252 (ange-ftp-file-directory-p): Fix the symlink case.
13253 (ange-ftp-insert-directory): When listing a single file, get a list of
13254 the parent buffer and extract the relevant line. Inspired from a patch
13255 by Katsumi Yamaoka <yamaoka@jpl.org>.
13256 (ange-ftp-file-name-sans-versions): Simplify.
13257
13258 2005-09-30 Bill Wohler <wohler@newt.com>
13259
13260 Move MH-E image files from toolbar and mail directories into
13261 etc/images.
13262
13263 * mail/reply2.*: Move to etc/images/mail/reply*.
13264
13265 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13266 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13267 etc/images.
13268
13269 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13270 * toolbar/reply*: Move to etc/images/mail.
13271
13272 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13273
13274 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13275
13276 * speedbar.el: New version 1.0pre3.
13277
13278 Frame management code (including timer, and mouse click specifics)
13279 moved to dframe.el:
13280 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13281 (speedbar-timer): Removed. Use dframe-timer.
13282 (speedbar-close-frame): Removed. Use dframe-close-frame.
13283 (speedbar-activity-change-focus-flag): Removed. Use
13284 dframe-activity-change-focus-flag.
13285 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13286 dframe-update-speed.
13287
13288 (speedbar-current-frame): New macro. Use this instead of the
13289 variable speedbar-frame.
13290
13291 (speedbar-use-images, speedbar-expand-image-button-alist)
13292 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13293
13294 (speedbar-find-image-on-load-path): Removed. Replaced by
13295 defezimage in ezimage.el.
13296 (speedbar-expand-image-button-alist): Removed. Replaced by
13297 ezimage-expand-image-button-alist in ezimage.el.
13298
13299 (speedbar-ignored-directory-regexp)
13300 (speedbar-add-ignored-directory-regexp)
13301 (speedbar-ignored-directory-expressions)
13302 (speedbar-line-directory, speedbar-buffers-line-directory)
13303 (speedbar-directory-line, speedbar-buffers-line-directory):
13304 Renamed, replacing `path' with `directory'.
13305
13306 (speedbar-create-directory, speedbar-expand-line-descendants)
13307 (speedbar-toggle-line-expansion)
13308 (speedbar-contract-line-descendants): New commands.
13309
13310 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13311 (speedbar-use-tool-tips-flag): New options.
13312
13313 (speedbar-check-read-only, speedbar-require-version)
13314 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13315 (speedbar-handle-delete-frame, speedbar-try-completion)
13316 (speedbar-update-localized-contents): New functions.
13317
13318 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13319 (speedbar-object-read-only-indicator): New variables.
13320
13321 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13322 New hooks.
13323
13324 (speedbar-separator-face): New face.
13325
13326 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13327 (speedbar-ignored-modes): Add fundamental-mode.
13328 (speedbar-directory-unshown-regexp): Add . directories.
13329
13330 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13331 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13332 `]' for full expand/close.
13333 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13334
13335 (speedbar-check-vc): Support hidden files.
13336 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13337 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13338 state is nil, it is not checked out.
13339
13340 (speedbar-line-text, speedbar-line-token): Support expand buttons
13341 with no text.
13342 (speedbar-refresh): Universal argument acts as power-click.
13343 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13344 that buffer to get variable values.
13345
13346 And many other bugfixes.
13347
13348 * dframe.el, ezimage.el, sb-image.el: New files.
13349
13350 * sb-*.xpm: Remove files. New image files installed into
13351 etc/images/ezimage.
13352
13353 2005-09-30 Kenichi Handa <handa@m17n.org>
13354
13355 * ps-mule.el (ps-mule-show-warning): If a character is in
13356 ps-print-translation-table, don't treat it as non-printable.
13357
13358 2005-09-30 David Ponce <david@dponce.com>
13359
13360 * tree-widget.el (tree-widget-themes-load-path): New variable.
13361 (tree-widget-themes-directory): Doc fix.
13362 (tree-widget-image-formats) [Emacs]: Doc fix.
13363 (tree-widget--locate-sub-directory): New function.
13364 (tree-widget-themes-directory): Use it.
13365
13366 * recentf.el (recentf-filename-handlers): Rename from
13367 `recentf-filename-handler'. Allow a list of functions.
13368 (recentf-menu-items-for-commands): Fix :help strings.
13369 (recentf-apply-filename-handlers): New function.
13370 (recentf-expand-file-name): Use it.
13371 (recentf-cleanup): Remove duplicates too.
13372
13373 2005-09-29 Juri Linkov <juri@jurta.org>
13374
13375 * faces.el: Rearrange face definitions to be in the same order as
13376 their face descriptions in "(emacs)Standard Faces".
13377
13378 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13379
13380 * tooltip.el (tooltip): Add group `basic-faces'.
13381
13382 * buff-menu.el (Buffer-menu-buffer): Remove group
13383 `font-lock-highlighting-faces'.
13384
13385 * progmodes/compile.el (compilation-error, compilation-warning)
13386 (compilation-info, compilation-line-number, compilation-column-number):
13387 Change group from `font-lock-highlighting-faces' to `compilation'.
13388
13389 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13390 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13391 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13392 (vhdl-font-lock-reserved-words-face)
13393 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13394 `font-lock-highlighting-faces'.
13395
13396 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13397
13398 2005-09-28 Kim F. Storm <storm@cua.dk>
13399
13400 * emulation/cua-base.el: Set CUA move property on additional commands:
13401 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13402 forward-sexp, backward-sexp, forward-list, backward-list.
13403
13404 2005-09-28 Romain Francoise <romain@orebokech.com>
13405
13406 * comint.el (comint-show-output): Really set point at the
13407 beginning of the output when not using `comint-use-prompt-regexp'.
13408
13409 2005-09-27 Jay Belanger <belanger@truman.edu>
13410
13411 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13412 in TeX mode.
13413
13414 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13415
13416 * textmodes/org.el (org-table-sum): Fix format string.
13417
13418 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13419 Quote face names.
13420
13421 2005-09-26 Romain Francoise <romain@orebokech.com>
13422
13423 * isearch.el (isearch-forward-regexp): Close doc string.
13424
13425 2005-09-25 Richard M. Stallman <rms@gnu.org>
13426
13427 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13428
13429 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13430
13431 * progmodes/compile.el (compilation-error-properties):
13432 When getting the file from the previous error message,
13433 correctly decode the new data format.
13434
13435 * progmodes/cc-cmds.el (c-electric-paren):
13436 Call old-blink-paren only for close-paren.
13437
13438 2005-09-24 Andreas Schwab <schwab@suse.de>
13439
13440 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13441 condition.
13442
13443 2005-09-25 Romain Francoise <romain@orebokech.com>
13444
13445 * dired-aux.el (dired-copy-file-recursive):
13446 * dired.el (dired-delete-file):
13447 * ediff-mult.el (ediff-dir-diff-copy-file):
13448 * ediff-util.el (ediff-test-save-region):
13449 * forms.el (forms-mode):
13450 * ido.el (ido-file-internal, ido-delete-file-at-head):
13451 * log-edit.el (log-edit-done):
13452 * ses.el (ses-yank-resize):
13453 * play/gomoku.el (gomoku-human-plays, gomoku)
13454 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13455 (gomoku-offer-a-draw):
13456 * play/landmark.el (lm-human-resigns, lm):
13457 * net/eudcb-ldap.el (eudc-ldap-check-base):
13458 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13459 * progmodes/ebrowse.el (ebrowse-find-pattern):
13460 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13461 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13462 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13463
13464 * vc.el (vc-delete-file):
13465 * play/gomoku.el (gomoku-terminate-game, gomoku)
13466 (gomoku-prompt-for-move, gomoku-human-takes-back):
13467 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13468 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13469
13470 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13471
13472 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13473 color rxvt terminals by using the code xterm.el used to use before
13474 2005-04-09 in order to match the colors used by rxvt.
13475
13476 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13477
13478 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13479 colors rxvt-unicode terminals by using the same code as xterm.el.
13480
13481 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13484 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13485 new symbol used for the tex-verbatim face.
13486
13487 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13488
13489 * woman.el (woman-file-name):
13490 * wid-edit.el (widget-file-prompt-value)
13491 (widget-coding-system-prompt-value):
13492 * w32-fns.el (set-w32-system-coding-system):
13493 * vc.el (vc-version-diff, vc-annotate):
13494 * textmodes/reftex-auc.el (reftex-arg-cite)
13495 (reftex-arg-index-tag):
13496 * textmodes/refer.el (refer-get-bib-files):
13497 * textmodes/artist.el (artist-figlet-choose-font):
13498 * terminal.el (terminal-emulator):
13499 * replace.el (occur-read-primary-args):
13500 * rect.el (string-rectangle, string-insert-rectangle):
13501 * ps-print.el (ps-print-preprint):
13502 * progmodes/pascal.el (pascal-goto-defun):
13503 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13504 * progmodes/compile.el (compilation-find-file):
13505 * printing.el (pr-interactive-n-up):
13506 * play/animate.el (animate-birthday-present):
13507 * net/rcompile.el (remote-compile):
13508 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13509 * mail/rmailsum.el (rmail-summary-search-backward)
13510 (rmail-summary-search):
13511 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13512 (rmail-output-read-file-name):
13513 * mail/rmail.el (rmail-search, rmail-search-backwards):
13514 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13515 * locate.el (locate):
13516 * international/quail.el (quail-show-keyboard-layout):
13517 * international/mule.el (set-buffer-file-coding-system)
13518 (revert-buffer-with-coding-system, set-file-name-coding-system)
13519 (set-terminal-coding-system, set-keyboard-coding-system)
13520 (set-next-selection-coding-system):
13521 * international/mule-diag.el (describe-coding-system)
13522 (describe-font, describe-fontset):
13523 * international/mule-cmds.el (universal-coding-system-argument)
13524 (search-unencodable-char, describe-input-method)
13525 (set-language-environment, describe-language-environment):
13526 * international/codepage.el (codepage-setup):
13527 * international/code-pages.el (codepage-setup):
13528 * info.el (Info-search, Info-follow-reference)
13529 (Info-search-backward):
13530 * emacs-lisp/advice.el (ad-read-advised-function)
13531 (ad-read-advice-class, ad-clear-cache, ad-activate)
13532 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13533 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13534 (ad-read-regexp):
13535 * ediff-util.el (ediff-toggle-regexp-match):
13536 * ediff-ptch.el (ediff-prompt-for-patch-file):
13537 * dired-aux.el (dired-diff):
13538 * diff.el (diff):
13539 * cus-edit.el (custom-variable-prompt):
13540 * calendar/timeclock.el (timeclock-ask-for-project):
13541 * calc/calcalg3.el (calc-get-fit-variables):
13542 * calc/calc-store.el (calc-edit-variable)
13543 (calc-permanent-variable):
13544 * vc-mcvs.el (vc-mcvs-register):
13545 * shadowfile.el (shadow-define-literal-group):
13546 * woman.el (woman-file-name):
13547 * vc.el (vc-version-diff, vc-merge):
13548 * textmodes/reftex-index.el (reftex-index-complete-tag):
13549 * format.el (format-decode-buffer, format-decode-region):
13550 * emulation/viper-cmd.el (viper-read-string-with-history):
13551 * emacs-lisp/debug.el (cancel-debug-on-entry):
13552 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13553 * ediff.el (ediff-merge-revisions)
13554 (ediff-merge-revisions-with-ancestor, ediff-revision):
13555 * completion.el (interactive-completion-string-reader):
13556 * calc/calc-prog.el (calc-user-define-formula):
13557 Follow convention for reading with the minibuffer.
13558
13559 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13560
13561 * progmodes/python.el (python-describe-symbol): Add globals() and
13562 locals() to the arguments of emacs.ehelp.
13563
13564 2005-09-24 Magnus Henoch <mange@freemail.hu>
13565
13566 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13567 New function, code extracted from ispell-valid-dictionary-list.
13568 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13569 Call it.
13570
13571 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13572
13573 * subr.el (version-regexp-alist): Extend valid syntax for version
13574 strings: allow any of the characters -,_,+ to separate the
13575 alpha/beta/rc part from the version part. Doc fix.
13576 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13577
13578 2005-09-23 David Reitter <david.reitter@gmail.com>
13579
13580 * mail/mailclient.el: New file.
13581
13582 2005-09-23 Richard M. Stallman <rms@gnu.org>
13583
13584 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13585 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13586 Doc fixes.
13587
13588 * progmodes/cc-mode.el (c-font-lock-init):
13589 Specify font-lock-lines-before.
13590
13591 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13594 whole conflict.
13595
13596 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13597
13598 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13599 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13600 of `remap' feature when available. Additional key bindings for
13601 better tty support.
13602 (org-mode-restart, org-force-self-insert): New commands.
13603 (org-time-stamp-inactive): New command.
13604 (org-remap): New function.
13605 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13606 (org-enable-fixed-width-editor): Move to `org-structure'
13607 customization group.
13608 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13609 blank field after field motion commands.
13610
13611 2005-09-23 Kenichi Handa <handa@m17n.org>
13612
13613 * international/mule-cmds.el (set-language-environment):
13614 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13615 have to call utf-translate-cjk-load-tables.
13616
13617 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * mouse.el (mouse-move-drag-overlay): Fix last change.
13620
13621 2005-09-22 David Ponce <david@dponce.com>
13622
13623 * tree-widget.el (tree-widget-value-create): Fix previous change.
13624
13625 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13626
13627 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13628
13629 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * mouse.el (mouse-move-drag-overlay): New function.
13632 (mouse-drag-region-1): Use it.
13633 Try to simplify a bit the state handling. Handle clicks on links
13634 inside intangible areas.
13635 (mouse-save-then-kill): Minor simplification.
13636 (mouse-secondary-overlay): Make it always non-nil instead of
13637 recreating it each time.
13638 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13639 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13640 Simplify accordingly.
13641
13642 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13643
13644 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13645
13646 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13647
13648 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13649 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13650 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13651 to patch.
13652
13653 * ediff-util.el: Use insert-buffer-substring.
13654
13655 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13656
13657 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13658 field boundaries in the minibuffer.
13659 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13660 (viper-minibuffer-post-command-hook): New hook.
13661 (viper-line): Don't move cursor at bolp.
13662
13663 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13664
13665 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13666 avoid compiler warnings.
13667
13668 * emulation/viper-macs.el (ex-map): Better messages.
13669
13670 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13671
13672 * emulation/viper.el: Replace make-variable-buffer-local with
13673 viper-make-variable-buffer-local everywhere, to avoid warnings.
13674
13675 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13676
13677 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13678 Delete unused var `old-selected-window'.
13679 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13680 (mouse-drag-secondary): Delete unused var `start-frame'.
13681
13682 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13683
13684 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13685
13686 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13687
13688 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13689 Re-indent within 80 columns. Use inhibit-read-only.
13690
13691 2005-09-19 Romain Francoise <romain@orebokech.com>
13692
13693 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13694
13695 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13698 unconditionally, since the after-change-function already did it.
13699
13700 2005-09-19 Miles Bader <miles@gnu.org>
13701
13702 * net/newsticker.el: Get rid of CVS keyword.
13703
13704 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13705
13706 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13707 The prompt is formatted later.
13708
13709 2005-09-19 David Ponce <david@dponce.com>
13710
13711 * tree-widget.el (tree-widget-value-create): Save the converted
13712 tree :node widget.
13713
13714 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13715
13716 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13717 variable `message'.
13718
13719 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13720
13721 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13722 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13723 <slawomir.nowaczyk.847@student.lu.se>.
13724
13725 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13726
13727 * image.el (image-load-path): Use symbol `data-directory' instead
13728 of its value, for backward compatibility with packages that bind
13729 it during `find-image'. Suggested by Katsumi Yamaoka.
13730 (image-search-load-path): Handle symbols whose values are strings.
13731
13732 2005-09-18 Romain Francoise <romain@orebokech.com>
13733
13734 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13735 with-current-buffer form in save-excursion.
13736
13737 2005-09-18 Deepak Goel <deego@gnufans.org>
13738
13739 * apropos.el (apropos-command): Fix `message' call: first arg
13740 should be a format spec. In this and all other cases that appear
13741 below and elsewhere in the source code, I made a change only when
13742 two conditions were satisfied: [1] I can think of a possibility
13743 that the arguments would cause an error, for example, the code in
13744 question relies on external variables such as filenames. [2] I
13745 was sure that the arg to `message' could not have been nil in the code.
13746
13747 * textmodes/tildify.el (tildify-region): Ditto.
13748
13749 * textmodes/reftex-index.el (reftex-index-change-entry)
13750 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13751 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13752 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13753 (org-priority, org-table-sum):
13754 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13755 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13756 (flyspell-word, flyspell-display-next-corrections):
13757 * textmodes/bibtex.el (bibtex-print-help-message):
13758 * textmodes/artist.el (artist-key-set-point-poly):
13759 * term/mac-win.el (mac-services-insert-text):
13760 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13761 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13762 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13763 (vhdl-compose-configuration):
13764 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13765 (sh-set-indent, sh-learn-line-indent):
13766 * progmodes/ps-mode.el (ps-mode-target-column):
13767 * progmodes/idlwave.el (idlwave-make-tags)
13768 (idlwave-scan-library-catalogs):
13769 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13770 * progmodes/gud.el (gud-jdb-analyze-source):
13771 * progmodes/flymake.el (flymake-log):
13772 * progmodes/ebnf2ps.el (ebnf-generate-region):
13773 * progmodes/cmacexp.el (c-macro-expansion):
13774 * progmodes/ada-xref.el (ada-treat-cmd-string):
13775 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13776 (ada-justified-indent-current, ada-batch-reformat):
13777 * play/zone.el (zone):
13778 * play/landmark.el (lm-move):
13779 * play/decipher.el (decipher-show-alphabet):
13780 * net/newsticker.el (newsticker--display-jump)
13781 (newsticker--display-scroll):
13782 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13783 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13784 * mail/feedmail.el (feedmail-dump-message-to-queue):
13785 * eshell/esh-proc.el (eshell-remove-process-entry):
13786 * emulation/ws-mode.el (ws-last-error):
13787 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13788 (viper-record-kbd-macro):
13789 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13790 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13791 * emacs-lisp/find-func.el (find-function-noselect):
13792 * calendar/timeclock.el (timeclock-status-string)
13793 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13794 (timeclock-when-to-leave-string):
13795 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13796 * calc/calc-units.el (calc-enter-units-table):
13797 * calc/calc-mode.el (calc-mode-record-mode):
13798 * woman.el (woman-mini-help):
13799 * wdired.el (wdired-change-to-wdired-mode):
13800 * vc.el (vc-retrieve-snapshot):
13801 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13802 * startup.el (display-startup-echo-area-message):
13803 * simple.el (set-goal-column):
13804 * ses.el (ses-command-hook, ses-recalculate-cell):
13805 * server.el (server-process-filter):
13806 * printing.el (pr-interface-txt-print, pr-interface-printify)
13807 (pr-interface-ps):
13808 * pcvs.el (cvs-help):
13809 * log-edit.el (log-edit, log-edit-mode-help):
13810 * iswitchb.el (iswitchb-possible-new-buffer):
13811 * isearch.el (isearch-edit-string):
13812 * image-mode.el (image-mode, image-minor-mode):
13813 * ibuf-macs.el (define-ibuffer-filter):
13814 * hi-lock.el (hi-lock-find-patterns):
13815 * files.el (toggle-read-only):
13816 * ediff-util.el (ediff-copy-diff)
13817 (ediff-write-merge-buffer-and-maybe-kill):
13818 * echistory.el (Electric-history-undefined):
13819 * dnd.el (dnd-insert-text):
13820 * dired-aux.el (dired-query):
13821 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13822 * bookmark.el (bookmark-bmenu-locate):
13823 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13824 Fix `message' calls to ensure first arg is a format string.
13825 The change was made only when these two conditions were satisfied:
13826 [1] when there is a possibility that the arguments would cause an error
13827 for example, if the code in question relies on external variables
13828 such as filenames, and
13829 [2] if the arg to `message' could not have been nil in the code.
13830
13831 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13832 Not having a %s would be weird, though not technically wrong.
13833
13834 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13835
13836 * term/mac-win.el (mac-add-charset-info): Doc fix.
13837
13838 2005-09-17 Romain Francoise <romain@orebokech.com>
13839
13840 * shell.el (shell-resync-dirs): Handle echoing processes more
13841 reliably. Don't insert resync command if `comint-process-echoes'
13842 is non-nil.
13843
13844 2005-09-17 Magnus Henoch <mange@freemail.hu>
13845
13846 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13847 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13848 aspell versions >= 0.60.
13849 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13850 only if ispell-aspell-supports-utf8 is non-nil.
13851
13852 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13853
13854 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13855 buffer-local value to lisp-indent-function.
13856
13857 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13858
13859 * progmodes/glasses.el (glasses-make-readable): If
13860 glasses-separator differs from underscore, put appropriate
13861 overlays over underscore characters.
13862 (glasses-convert-to-unreadable): If glasses-separator differs from
13863 underscore, try to convert glasses-separator characters to
13864 underscores.
13865
13866 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13867
13868 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13869 Use with-syntax-table and dolist.
13870
13871 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13872
13873 * textmodes/reftex-auc.el:
13874 * textmodes/reftex-cite.el:
13875 * textmodes/reftex-dcr.el:
13876 * textmodes/reftex-global.el:
13877 * textmodes/reftex-parse.el:
13878 * textmodes/reftex-ref.el:
13879 * textmodes/reftex-sel.el:
13880 * textmodes/reftex-toc.el:
13881 * textmodes/reftex-vars.el:
13882 * textmodes/reftex.el: Small changes to remove compiler warnings.
13883
13884 * textmodes/reftex-index.el: Likewise.
13885 (reftex-query-index-phrase): More efficient use of markers.
13886
13887 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13888
13889 * image.el (image-load-path): New variable.
13890 (image-search-load-path): New function.
13891 (find-image): Search for images in `image-load-path'.
13892
13893 2005-09-15 Richard M. Stallman <rms@gnu.org>
13894
13895 * follow.el: Change Maintainer field.
13896
13897 2005-09-15 David Ponce <david@dponce.com>
13898
13899 * recentf.el (recentf-save-file-modes): New option.
13900 (recentf-save-list): Use it.
13901
13902 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13903
13904 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13905 (mode-line-mule-info, mode-line-modified): Move bindings from
13906 mouse-3 to mouse-1.
13907
13908 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13909
13910 * simple.el (sendmail-user-agent-compose): Revert last change.
13911
13912 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13915 Use with-current-buffer.
13916 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13917 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13918 (ange-ftp-insert-directory): Remove unused var `short'.
13919 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13920
13921 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13922 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13923
13924 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13925 (check-calendar-holidays, diary-list-entries): Autoload.
13926 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13927 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13928
13929 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13930 which mistakenly removed a call to display-buffer.
13931
13932 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13933
13934 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13935
13936 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13937
13938 * progmodes/hideshow.el
13939 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13940 (hs-allow-nesting): New user var.
13941 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13942 (hs-hide-block-at-point): When nesting allowed,
13943 if there is already an overlay in place, delete it.
13944 (hs-safety-is-job-n): Delete func; remove call sites.
13945 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13946 (hs-overlay-at): New func.
13947 (hs-already-hidden-p, hs-show-block): Use it.
13948 (hs-hide-all): Don't pre-clean if nesting allowed.
13949 (hs-show-all): Temporarily disallow
13950 nesting around call to `hs-discard-overlays'.
13951
13952 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13953
13954 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13955 Delete unused local var.
13956
13957 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13958
13959 * help-fns.el (describe-categories): "?\ " -> "?\s".
13960 (help-do-arg-highlight): Recognize also ARG-n, as in
13961 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13962
13963 * international/codepage.el (dos-unsupported-char-glyph):
13964 * net/newsticker.el (tool-bar-map, w3-mode-map)
13965 (w3m-minor-mode-map):
13966 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13967 (ent-alist):
13968 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13969
13970 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13971
13972 * custom.el (custom-push-theme): Handle the case where a symbol is
13973 bound but face properties have not yet been assigned.
13974
13975 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13976 Fix behavior if noerase is `t' and there is no mail buffer.
13977
13978 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13979 if `continue' is nil, rather than signal an error.
13980
13981 2005-09-12 Richard M. Stallman <rms@gnu.org>
13982
13983 * font-lock.el (font-lock-keywords): Add autoload.
13984
13985 * help-fns.el (describe-variable): Rearrange to put source link
13986 in a predictable place.
13987
13988 * net/newsticker.el: New file.
13989
13990 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13993 (calendar-basic-setup): Use the new nil arg.
13994 (number-of-diary-entries): Move to diary-lib.el.
13995
13996 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13997 (diary-list-entries): Use with-syntax-table and dolist.
13998 Rename from list-diary-entries.
13999 Use number-of-diary-entries if `number' is nil.
14000 (diary, diary-view-entries): Use this new name and new nil arg value.
14001 (number-of-diary-entries): Move from calendar.el.
14002 (diary-unhide-everything): New function.
14003 (include-other-diary-files, fancy-diary-display)
14004 (diary-show-all-entries, make-diary-entry): Use it.
14005 (diary-mail-entries): Use buffer-string.
14006 (mark-diary-entries): Fix long standing paren typo.
14007 (diary-sexp-entry): Use count-lines.
14008 (make-diary-entry): Avoid `previous-line'.
14009 (diary-mode-map): New var.
14010 (diary-mode): Redraw cal after saving. Setup header-line.
14011 (fancy-diary-display-mode): Use local-set-key.
14012
14013 * startup.el (command-line): Try calling various terminal-init-foo-bar
14014 functions by stripping hyphenated suffixes from $TERM.
14015
14016 * files.el (normal-mode): Check boundness of font-lock-keywords.
14017
14018 2005-09-12 Richard M. Stallman <rms@gnu.org>
14019
14020 * progmodes/compile.el: Don't decide a file's directory
14021 until the user actually tries to go there.
14022 (compilation-next-error-function):
14023 Pass compilation-find-file the directory from the file-struct.
14024 (compilation-internal-error-properties): Separate local FILE-STRUCT
14025 from FILE. Doc the args better. Rename arg FMT to FMTS.
14026 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14027 Expand it, and if nil, use default-directory.
14028 (compilation-get-file-structure): Don't mix specified directory
14029 with default directory. Put specified directory into
14030 file-struct. Don't make the file name absolute.
14031
14032 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14033 (compile-command): Add autoload.
14034 (compilation-disable-input): Add autoload.
14035
14036 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14037
14038 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14039 strings of the variables it can override.
14040 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14041 %Q and %q, for fully-qualified domain name and unqualified host name.
14042
14043 2005-09-11 Kim F. Storm <storm@cua.dk>
14044
14045 * emacs-lisp/authors.el (authors-aliases): Update list.
14046 (authors-fixed-entries): Update mldrag.el entry.
14047
14048 2005-09-10 Alan Mackenzie <acm@muc.de>
14049
14050 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14051 from the region narrowed to.
14052
14053 2005-09-10 Magnus Henoch <mange@freemail.hu>
14054
14055 * textmodes/ispell.el (ispell-check-version): Signal an error if
14056 aspell version is less than 0.60.
14057
14058 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14059
14060 * progmodes/octave-inf.el (inferior-octave-startup):
14061 Resync current dir at the end.
14062
14063 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14064
14065 * woman.el (woman-topic-at-point-default):
14066 Rename to woman-use-topic-at-point-default.
14067 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14068 (woman-file-name): Reflect renames above. Automatically use the
14069 word at point as topic if woman-use-topic-at-point is non-nil.
14070 Otherwise offer it as default but don't insert it in the
14071 minibuffer. Also use `test-completion' instead of `assoc' as
14072 suggested by Stefan Monnier.
14073
14074 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14075
14076 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14077 the attempt to do it over Tramp. This is not yet supported.
14078
14079 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14080
14081 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14082 (menu-bar-non-minibuffer-window-p): New functions.
14083 ("Split Window", "Save As..."): Use them.
14084 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14085 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14086 Use menu-bar-menu-frame-live-and-visible-p.
14087 ("Save Buffer", "Insert File", "Open Directory...")
14088 ("Open File...", "Visit New File..."):
14089 Use menu-bar-non-minibuffer-window-p.
14090 (kill-this-buffer-enabled-p, dired <menu-enable>):
14091 Use menu-bar-non-minibuffer-window-p.
14092
14093 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14094
14095 * cus-start.el (all): Don't complain about fringe-related
14096 built-ins if fringes are not supported. Ditto about
14097 selection-related built-ins. Fix the test for GTK-related built-ins.
14098
14099 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14100 ("Postscript Print Buffer", "Print Region", "Save As...")
14101 ("Save", "Insert File...", "Open Directory...")
14102 ("Open File...", "Visit New File..."")
14103 ("Truncate Long Lines in this Buffer"): Don't look at
14104 menu-updating-frame if this display does not support multiple frames.
14105
14106 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14107
14108 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14109
14110 2005-09-09 Emilio Lopes <eclig@gmx.net>
14111
14112 * woman.el: Format- and whitespace-related changes.
14113
14114 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14115
14116 * woman.el: Fix my email address.
14117
14118 2005-09-08 Richard M. Stallman <rms@gnu.org>
14119
14120 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14121 (sh-mode): Locally set skeleton-pair-default-alist.
14122
14123 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14124
14125 * progmodes/flymake.el: Require `compile' unconditionally.
14126
14127 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14128
14129 * woman.el (woman-file-name): Provide a default, not initial input.
14130
14131 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14132
14133 * font-lock.el (font-lock-support-mode): Doc fix.
14134
14135 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14136
14137 2005-09-08 Richard M. Stallman <rms@gnu.org>
14138
14139 * simple.el (blink-matching-open): Get rid of text props from
14140 the string shown in echo area. Don't permanently set point.
14141 Some rearrangements.
14142
14143 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14144
14145 * recentf.el (recentf-filename-handler): Add custom choice
14146 `abbreviate-file-name'.
14147
14148 * msb.el (msb--very-many-menus): Fix typo.
14149
14150 * disp-table.el (standard-display-european): Don't set
14151 enable-multibyte-characters to nil.
14152
14153 2005-09-08 David Ponce <david@dponce.com>
14154
14155 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14156 (recentf-expand-file-name): Doc fix.
14157 (recentf-dialog-mode-map): Define digit shortcuts.
14158 (recentf--files-with-key): New variable.
14159 (recentf-show-digit-shortcut-filter): New function.
14160 (recentf-open-files-items): New function.
14161 (recentf-open-files): Use it.
14162 (recentf-open-file-with-key): New command.
14163
14164 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14165
14166 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14167 Suggested by Kim F. Storm.
14168 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14169 (Buffer-menu-make-sort-button): Use global keymap.
14170
14171 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14172
14173 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14174 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14175 necessary any longer with the remapped command.
14176 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14177 formatting time only.
14178
14179 * net/tramp.el (tramp-action-password)
14180 (tramp-multi-action-password): Compile the password prompt from
14181 `method', `user' and `host'. Sometimes it isn't obvious which
14182 password to enter, for example with remote files offered by
14183 recentf.el, or with multiple steps. Suggested by Robert Marshall
14184 <robert@chezmarshall.freeserve.co.uk>.
14185
14186 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14187
14188 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14189 Fix regexp for when "s///" is at the beginning of line.
14190
14191 2005-09-07 Jay Belanger <belanger@truman.edu>
14192
14193 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14194 when in matrix mode.
14195
14196 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14199 non-anonymous functions.
14200
14201 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14202
14203 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14204 when using a header line. Otherwise, use mouse-1-click-follows-link.
14205
14206 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14207 can't be moved; don't signal an error.
14208
14209 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14210
14211 * cus-theme.el (custom-theme-write-faces): Save the current face
14212 spec, not the defface spec.
14213
14214 * custom.el (custom-known-themes): Clarify meaning of "standard".
14215 (custom-push-theme): Save old values in the standard theme.
14216 (disable-theme): Correct typo.
14217 (custom-face-theme-value) Deleted unused function.
14218 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14219
14220 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * progmodes/compile.el (compilation-goto-locus): Take into account
14223 iconified frames when determining whether the buffer is
14224 already visible.
14225 Don't reset window height if the window already existed.
14226
14227 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * custom.el (load-theme): Rename from require-theme.
14230 Add interactive spec.
14231 (enable-theme): Rename from custom-enable-theme.
14232 Add interactive spec.
14233 (disable-theme): Rename from custom-disable-theme.
14234 Add interactive spec.
14235 (custom-make-theme-feature): Doc fix.
14236 (custom-theme-directory): Doc fix.
14237 (provide-theme): Call enable-theme.
14238
14239 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14240
14241 * obsolete/lazy-lock.el (lazy-lock-mode):
14242 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14243 font-lock-mode if it's off. Print a warning instead.
14244
14245 * progmodes/compile.el (compilation-start): Ignore errors if the
14246 process died before we get to send-eof.
14247
14248 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14249 Undo last change. Enclosing the result in quotes broke things on Unix
14250 since tex-send-command passes it through shell-quote-argument.
14251 (tex-send-command): Pass `file' through convert-standard-filename
14252 when possible.
14253 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14254 info in a transcript.
14255
14256 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14257
14258 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14259 fix compilation warning. Reorder the key definitions to group
14260 together keys emitted by the current version of xterm.
14261
14262 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14263 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14264 Reorder predicates to correct min-color usage.
14265
14266 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14267
14268 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14269 Kill local variables when longlines-mode is turned off.
14270
14271 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14274
14275 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14276
14277 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14278
14279 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14280 (font-lock-lines-before): Change default to being inactive.
14281 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14282 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14283
14284 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14285
14286 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14287 Deactivate temporarily advice if active (not needed for Emacs 22,
14288 but for backwards compatibility).
14289 (tramp-exists-file-name-handler): Rewrite. First implementation
14290 was too simple.
14291 (tramp-advice-make-auto-save-file-name):
14292 Call `tramp-handle-make-auto-save-file-name' (again, just for
14293 backwards compatibility).
14294
14295 2005-08-31 Reto Zimmermann <reto@gnu.org>
14296
14297 * progmodes/vhdl-mode.el
14298 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14299 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14300 (vhdl-set-default-project): New function (easier setting of default).
14301 (vhdl-port-copy): Handle extended identifiers for generics.
14302 (vhdl-compiler-alist): Better description for error message regexp.
14303 (vhdl-make): Query for target, use previous as default.
14304 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14305 (vhdl-font-lock-keywords-2): Fix fontification for record
14306 el. assign.
14307 (vhdl-speedbar-make-subpack-line): Add package body link.
14308 (vhdl-generate-makefile-1): Not include itself as dependency.
14309 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14310 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14311 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14312 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14313 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14314 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14315 (vhdl-import-project): Add string argument for `error'.
14316 (vhdl-compose-configuration)
14317 (vhdl-compose-configuration-architecture): Add configuration
14318 declaration generation.
14319 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14320 (vhdl-trailer-re): Add "record" keyword (better indentation).
14321 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14322 "[^ \t-\"]+".
14323 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14324 (vhdl-testbench-entity-file-name)
14325 (vhdl-testbench-architecture-file-name): Allow separate
14326 customization of testbench file names.
14327 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14328 (vhdl-get-visible-signals): Allow newline within alias declaration.
14329 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14330 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14331 (member-ignore-case): Alias for missing function in XEmacs.
14332 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14333 (vhdl-update-sensitivity-list): Ignore case on read signals.
14334 (vhdl-replace-string): Adjust case only for file names.
14335 (vhdl-update-sensitivity-list): Fix search for read signals.
14336 (vhdl-update-sensitivity-list): Exclude formal parameters.
14337 (vhdl-get-visible-signals): Include aliases of signals.
14338 (vhdl-get-visible-signals): Fix signal name searching.
14339 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14340 (vhdl-fixup-whitespace-region): Fix for character
14341 literals (e.g. `:').
14342
14343 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14344
14345 * ansi-color.el (comint-last-output-start):
14346 * bs.el (font-lock-verbose):
14347 * diff-mode.el (add-log-buffer-file-name-function):
14348 * dired-x.el (vm-folder-directory):
14349 * faces.el (help-xref-stack-item):
14350 * files.el (font-lock-keywords):
14351 * find-lisp.el (dired-buffers, dired-subdir-alist):
14352 * ido.el (cua-inhibit-cua-keys):
14353 * log-view.el (cvs-minor-wrap-function):
14354 * outline.el (font-lock-warning-face):
14355 * simple.el (compilation-current-error):
14356 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14357 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14358 * tooltip.el (comint-prompt-regexp):
14359 * w32-fns.el (explicit-shell-file-name):
14360 * term/mac-win.el (mac-charset-info-alist)
14361 (mac-services-selection, mac-system-script-code):
14362 * term/tty-colors.el (msdos-color-values):
14363 * term/w32-win.el (xlfd-regexp-registry-subnum):
14364 * term/x-win.el (x-keysym-table, x-selection-timeout)
14365 (x-session-id, x-session-previous-id):
14366 * textmodes/ispell.el (mail-yank-prefix):
14367 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14368 * textmodes/org.el (calc-embedded-close-formula)
14369 (calc-embedded-open-formula)
14370 (font-lock-unfontify-region-function):
14371 * textmodes/reftex-global.el (isearch-next-buffer-function)
14372 (TeX-master):
14373 * textmodes/reftex.el (font-lock-keywords):
14374 * textmodes/tex-mode.el (font-lock-comment-face)
14375 (font-lock-doc-face):
14376 * textmodes/texinfo.el (outline-heading-alist):
14377 Add defvars.
14378
14379 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14380 (artist-spray-chars, artist-mode-init, artist-replace-string)
14381 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14382 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14383 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14384
14385 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14386 (conf-align-assignments): "?\ " -> "?\s".
14387
14388 * textmodes/reftex-index.el (TeX-master): Add defvar.
14389 (reftex-index-phrases-marker): Move up defvar.
14390
14391 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14392 (reftex-toc-include-labels-indicator)
14393 (reftex-toc-include-index-indicator)
14394 (reftex-toc-max-level-indicator): Move up declarations.
14395
14396 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14397 of args to `tramp-run-real-handler', even if it's empty in this case.
14398
14399 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14400
14401 * dired.el (dired-move-to-filename-regexp): Add date format for
14402 Mac OS X 10.3 in East Asian locales.
14403
14404 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14405
14406 * files.el (make-auto-save-file-name): Add file name handler call
14407 if applicable.
14408
14409 * net/tramp.el (tramp-file-name-handler-alist)
14410 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14411 (tramp-handle-make-auto-save-file-name): Rename from
14412 `tramp-make-auto-save-file-name'.
14413 (tramp-exists-file-name-handler): New defun.
14414 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14415 `make-auto-save-file-name' is not a magic file name operation.
14416
14417 2005-08-30 Richard M. Stallman <rms@gnu.org>
14418
14419 * files.el (risky-local-variable-p):
14420 Match `-predicates' and `-commands.
14421
14422 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14423 (custom-save-all): Visit the file if necessary;
14424 kill the buffer if we created it.
14425 (custom-save-delete): Don't visit file or kill buffer here.
14426
14427 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14428
14429 * textmodes/org.el (org-special-keyword): New face.
14430 (org-table-copy-down, org-table-eval-formula)
14431 (org-table-recalculate, org-init-section-numbers):
14432 Use `string-to-number' instead of `string-to-int'.
14433 (org-get-location): Use `insert-buffer-substring' instead of
14434 `insert-buffer'.
14435 (org-modify-diary-entry-string): New function.
14436 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14437 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14438 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14439 active region.
14440 (org-export-as-html): Handle QUOTE keyword.
14441 (org-quote-string): New option.
14442 (org-bookmark-jump-unhide): New function, used for
14443 `bookmark-after-jump-hook'.
14444 (org-diary-default-entry): Apply only when not called through
14445 `org-agenda'.
14446
14447 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14448
14449 * net/eudc.el (mode-popup-menu):
14450 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14451 * progmodes/ada-mode.el (compile-auto-highlight)
14452 (skeleton-further-elements):
14453 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14454 * progmodes/cmacexp.el (msdos-shells):
14455 * progmodes/compile.el (font-lock-extra-managed-props)
14456 (font-lock-keywords, font-lock-maximum-size)
14457 (font-lock-support-mode):
14458 * progmodes/grep.el (font-lock-lines-before):
14459 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14460 * progmodes/mixal-mode.el (compile-command):
14461 * progmodes/perl-mode.el (font-lock-comment-face)
14462 (font-lock-doc-face, font-lock-string-face):
14463 * progmodes/prolog.el (comint-prompt-regexp):
14464 * progmodes/sh-script.el (font-lock-comment-face)
14465 (font-lock-set-defaults, font-lock-string-face):
14466 * progmodes/sql.el (font-lock-keyword-face)
14467 (font-lock-set-defaults, font-lock-string-face):
14468 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14469 (itimer-version, lazy-lock-defer-contextually)
14470 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14471 Add defvars.
14472
14473 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14474 (cperl-electric-keyword, cperl-electric-pod)
14475 (cperl-electric-backspace, cperl-forward-re)
14476 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14477 (vc-rcs-header, vc-sccs-header): Add defvars.
14478
14479 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14480 (font-lock-syntactic-keywords, gud-find-expr-function):
14481 Add defvars.
14482
14483 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14484 (gdb-frame-parameters): Declare before use.
14485
14486 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14487 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14488 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14489 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14490
14491 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14492 (idlwave-help-with-source): Use `insert-buffer-substring', not
14493 `insert-buffer'.
14494
14495 2005-08-29 Juri Linkov <juri@jurta.org>
14496
14497 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14498 Put outline-back-to-heading function call inside save-excursion.
14499
14500 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14501
14502 * man.el (Man-init-defvars, Man-translate-references)
14503 (Man-support-local-filenames, Man-highlight-references):
14504 * progmodes/sql.el (sql-interactive-mode):
14505 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14506
14507 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14508 (compilation-mode-font-lock-keywords): Add defvars.
14509 (checkdoc-interactive-loop): "?\ " -> "?\s".
14510
14511 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14512 (font-lock-doc-face, font-lock-string-face)
14513 (font-lock-keywords-case-fold-search): Add defvars.
14514 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14515
14516 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14517 Don't pass X and Y (they are ignored anyway).
14518 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14519 (mouse-delete-window): Make arguments optional.
14520
14521 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14522 (caesar-translate-table, minor-modes, news-buffer-save)
14523 (news-group-name, news-minor-modes): Add defvars.
14524
14525 * emacs-lisp/lselect.el (mouse-highlight-priority)
14526 (x-lost-selection-functions, zmacs-regions):
14527 * emacs-lisp/pp.el (font-lock-verbose):
14528 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14529 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14530 (ses-mode-map):
14531 * emacs-lisp/tcover-unsafep.el (safe-functions):
14532 * international/mule-cmds.el (mac-system-coding-system)
14533 (mac-system-locale):
14534 * language/ethio-util.el (rmail-current-message)
14535 (rmail-message-vector):
14536 * language/thai-util.el (thai-auto-composition-mode):
14537 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14538 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14539 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14540 (vm-primary-inbox, vm-spool-files):
14541 * mail/rmail.el (deleted-head, font-lock-fontified)
14542 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14543 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14544 (total-messages):
14545 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14546 (rmail-summary-mode-map):
14547 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14548 (rmail-last-label, rmail-last-multi-labels)
14549 (rmail-summary-vector, rmail-total-messages):
14550 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14551 * mail/rmailsum.el (msgnum):
14552 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14553 (rmail-current-message):
14554 * obsolete/fast-lock.el (font-lock-face-list):
14555 * obsolete/rnewspost.el (mail-reply-buffer):
14556 * obsolete/scribe.el (compile-command):
14557 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14558
14559 2005-08-28 John Paul Wallington <jpw@gnu.org>
14560
14561 * ibuf-ext.el (ibuffer-auto-update-changed):
14562 Use `frame-or-buffer-changed-p' to check whether we need to update.
14563 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14564 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14565 as a `frame-or-buffer-changed-p' state vector instead.
14566
14567 2005-08-27 Romain Francoise <romain@orebokech.com>
14568
14569 * textmodes/makeinfo.el (makeinfo-compile):
14570 Use `compilation-start'. Set `next-error-function' according to
14571 `disable-errors'.
14572 (makeinfo-next-error): New function.
14573 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14574 (makeinfo-buffer): Likewise.
14575
14576 * progmodes/compile.el (compilation-start): Add autoload cookie.
14577
14578 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14579 * textmodes/sgml-mode.el: Likewise.
14580 * progmodes/python.el: Likewise.
14581
14582 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14583
14584 * simple.el (blink-matching-paren-distance): Document the meaning
14585 of nil value, and allow to customize to nil.
14586
14587 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14588 command.com, not command.exe.
14589
14590 2005-08-26 John Wiegley <johnw@newartisans.com>
14591
14592 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14593 code around a bit so that an extraneous nil argument is not added
14594 to a command when no args are given.
14595
14596 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14597 double-quoted argument resolves to nil, return it as an empty
14598 string rather than as nil. This made it impossible to pass "" to
14599 a shell script as a null string argument.
14600
14601 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14602
14603 * outline.el (outline-invent-heading): New fun.
14604 (outline-promote, outline-demote): Use it.
14605 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14606 (outline-end-of-subtree): Remove unused var `opoint'.
14607
14608 2005-08-26 David Reitter <david.reitter@gmail.com>
14609
14610 * menu-bar.el (truncate-lines, write-file, print-buffer)
14611 (ps-print-buffer-faces, ps-print-buffer, split-window):
14612 Disable menu items when the frame they refer to is invisible, or when
14613 they refer to a buffer and the minibuffer is selected.
14614
14615 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14616
14617 * progmodes/flymake.el (flymake-highlight-err-lines):
14618 Use save-excursion around flymake-highlight-line to preserve point.
14619
14620 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14621
14622 * progmodes/octave-mod.el: Change Author and Maintainer address.
14623 (octave-maintainer-address): Change Kurt's email address.
14624 * progmodes/octave-inf.el: Change Author and Maintainer address.
14625 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14626
14627 2005-08-26 Kim F. Storm <storm@cua.dk>
14628
14629 * subr.el (version-list-<, version-list-<=, version-list-=):
14630 Rename from integer-list-*.
14631 (version-list-not-zero): Likewise. Fix while loop.
14632 (version=): Use version-list-= instead of string-equal.
14633
14634 2005-08-26 Richard M. Stallman <rms@gnu.org>
14635
14636 * outline.el (outline-promote): Try shortening the heading.
14637 As last resort, read the heading to use.
14638 (outline-demote): As last resort, read the heading to use.
14639
14640 2005-08-26 Romain Francoise <romain@orebokech.com>
14641
14642 * progmodes/compile.el (compilation-start): Doc fix.
14643
14644 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14645 (antlr-font-lock-additional-keywords): Fix reference to
14646 `antlr-font-lock-literal-regexp' erroneously changed during the
14647 mass face rename.
14648 (antlr-run-tool): Use `compilation-start'.
14649
14650 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14651 instead of the obsolete `compile-internal'.
14652
14653 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14654
14655 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14656 (number, original-date):
14657 * calendar/cal-china.el (date):
14658 * calendar/cal-coptic.el (date):
14659 * calendar/cal-french.el (date):
14660 * calendar/cal-hebrew.el (date, entry, number, original-date):
14661 * calendar/cal-islam.el (date, number, original-date):
14662 * calendar/cal-iso.el (date):
14663 * calendar/cal-julian.el (date):
14664 * calendar/cal-mayan.el (date):
14665 * calendar/cal-menu.el (date, event):
14666 * calendar/cal-persia.el (date):
14667 * calendar/lunar.el (date):
14668 * calendar/solar.el (date): Add defvars.
14669
14670 * emerge.el:
14671 * ibuffer.el:
14672 * info-xref.el:
14673 * obsolete/bg-mouse.el:
14674 * obsolete/sun-curs.el:
14675 * obsolete/swedish.el: Move the `defvar's to the top level.
14676
14677 * smerge-mode.el (smerge-refined-change): Add :group.
14678
14679 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14680
14681 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14682 (smerge-keep-n): Remove props.
14683 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14684 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14685 now that it's done in smerge-keep-n.
14686 (smerge-refined-change): New face.
14687 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14688 (smerge-refine): New funs.
14689 (smerge-basic-map): Bind smerge-refine.
14690
14691 2005-08-25 Juri Linkov <juri@jurta.org>
14692
14693 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14694 compilation-process-setup-function and compilation-disable-input
14695 in grep-mode instead of let-bindings in grep.
14696
14697 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14698 Delete "Automatic File De/compression" (auto-compression-mode).
14699
14700 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14701
14702 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14703 Silence warning about non-existent variable.
14704
14705 2005-08-25 Richard M. Stallman <rms@gnu.org>
14706
14707 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14708 Rename "Describe Key" to "Describe Key or Mouse Operation".
14709
14710 * mail/mailalias.el (build-mail-aliases): Delete comments
14711 from the contents before processing them.
14712
14713 * isearch.el (isearch-edit-string): Erase the Search prompt
14714 if user enters an empty string and there is no default.
14715
14716 * comint.el (comint-file-name-prefix): Add autoload.
14717
14718 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14719
14720 * subr.el (play-sound): Rearrange to avoid warning.
14721
14722 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14723
14724 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14725 New hook.
14726 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14727
14728 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14731
14732 * custom.el (custom-theme-set-variables): Sort minor modes last.
14733
14734 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14735
14736 * subr.el (version-separator, version-regexp-alist): New vars used by
14737 version comparison funs.
14738 (integer-list-<, integer-list-=, integer-list-<=)
14739 (integer-list-not-zero): New funs for integer list comparison.
14740 (version-to-list, version=, version<, version<=): New funs for version
14741 comparison.
14742
14743 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14744
14745 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14746 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14747 time to silence the byte-compiler.
14748
14749 * ibuffer.el (ibuffer-compile-make-eliding-form)
14750 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14751 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14752 so it's silly to get warnings for it).
14753 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14754 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14755 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14756 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14757 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14758 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14759 Defvar at compile time.
14760 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14761 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14762 Declare them before use.
14763
14764 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14765 (info-xref-good, info-xref-bad): Defvar at compile time.
14766
14767 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14768 Use `let*' instead of `let'.
14769
14770 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14771 (*mouse-y*, menu, char): Defvar at compile time.
14772 (sc::menu): Declare it before use.
14773 (sc::pack-one-line): Use `let', not `let*'.
14774
14775 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14776 (mail-send-hook): Defvar at compile time.
14777
14778 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14779 Defvar at compile time.
14780
14781 * term/sun-mouse.el (current-global-mousemap)
14782 (current-local-mousemap): Declare them before use.
14783
14784 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14785
14786 * bookmark.el (bookmark-after-jump-hook): New hook.
14787 (bookmark-jump): Run `bookmark-after-jump-hook'.
14788
14789 2005-08-23 Juri Linkov <juri@jurta.org>
14790
14791 * faces.el (minibuffer-prompt): Doc fix.
14792
14793 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14794
14795 * progmodes/xscheme.el: Trivial changes to silence warnings.
14796 (xscheme-previous-mode, xscheme-previous-process-state):
14797 Add defvars.
14798 (xscheme-last-input-end, xscheme-process-command-line)
14799 (xscheme-process-name, xscheme-buffer-name)
14800 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14801 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14802 (xscheme-control-g-synchronization-p)
14803 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14804 (default-xscheme-runlight, xscheme-runlight)
14805 (xscheme-runlight-string, xscheme-process-filter-state)
14806 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14807 Move to beginning of file.
14808 (scheme-interaction-mode-commands-alist)
14809 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14810 Declare them before use. Note: the initialization code for the variables
14811 has not been moved because it uses functions that reference the variables.
14812 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14813 (xscheme-prompt-for-expression-map): Declare them before use.
14814 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14815
14816 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14817
14818 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14819
14820 2005-08-22 Juri Linkov <juri@jurta.org>
14821
14822 * faces.el (set-face-underline): Delete this duplicate function
14823 and make an obsolete alias to set-face-underline-p.
14824 (set-face-underline-p): Use docstring of set-face-underline.
14825 (describe-face): Create hyperlink to parent face.
14826
14827 * info.el (Info-insert-dir): Use save-excursion around
14828 insert-buffer-substring.
14829 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14830 (Info-escape-percent): Delete function.
14831 (Info-fontify-node): Replace Info-escape-percent by
14832 replace-regexp-in-string with REP arg set to lambda that
14833 duplicates `%' and preserves text properties.
14834
14835 * progmodes/compile.el (compilation-disable-input): Doc fix.
14836 (define-compilation-mode): Doc fix and refill.
14837 (kill-compilation): Use `mode-name' in the error message.
14838 (compilation-find-file): Use `compilation-error' in the
14839 read-file-name's prompt.
14840
14841 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14842
14843 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14844 (smerge-auto-leave): Make undo re-enable the mode.
14845 (debug-ignored-errors): Add the user-error of impossible resolution.
14846 (smerge-resolve): Move things around a bit, in preparation for later.
14847 (smerge-diff): Don't fail if the buffer has no associated file.
14848 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14849 (smerge-conflict-overlay): New function.
14850 (smerge-match-conflict): Don't add text properties here.
14851 (smerge-find-conflict): Instead, add an overlay here.
14852 Also check for the case where we're inside a conflict already, so as to
14853 obviate the need for font-lock-multiline, which is unbearably slow with
14854 large conflicts and ciomplex font-lock patterns.
14855 (smerge-remove-props): Remove overlay rather than text-properties.
14856 (smerge-mode): Don't set font-lock-multiline.
14857 Remove overlays when turned off.
14858
14859 2005-08-21 Kim F. Storm <storm@cua.dk>
14860
14861 * ido.el (ido-ignore-item-p): Use save-match-data.
14862 Bind case-fold-search to ido-case-fold locally.
14863
14864 2005-08-20 Richard M. Stallman <rms@gnu.org>
14865
14866 * files.el (normal-mode): If font lock is on, turn it off and on.
14867
14868 * subr.el (replace-regexp-in-string): Doc fix.
14869
14870 * startup.el (command-line-1): Don't suppress startup screen
14871 due to existing processes.
14872
14873 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14874
14875 * progmodes/compile.el (compilation-disable-input): Default to nil.
14876
14877 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14878
14879 * progmodes/compile.el (compilation-disable-input): New defcustom.
14880 (compilation-start): If compilation-disable-input is non-nil, send
14881 EOF to the compilation process.
14882
14883 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14884
14885 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14886 Run the argument of tex-shell-cd-command through
14887 convert-standard-filename, to get the correct style of slashes on
14888 Windows, and enclose the result in quotes, in case the file name
14889 includes whitespace or other special characters.
14890
14891 2005-08-19 Andreas Schwab <schwab@suse.de>
14892
14893 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14894 process.
14895
14896 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14897
14898 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14899
14900 2005-08-18 Kim F. Storm <storm@cua.dk>
14901
14902 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14903
14904 2005-08-18 Richard M. Stallman <rms@gnu.org>
14905
14906 * scroll-lock.el: New file.
14907
14908 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14909
14910 * dired.el (dired-move-to-end-of-filename):
14911 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14912
14913 2005-08-18 Kim F. Storm <storm@cua.dk>
14914
14915 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14916 rather than toggle mode when custom value is nil.
14917 (ido-everywhere): Fix defun doc string.
14918
14919 2005-08-17 Richard M. Stallman <rms@gnu.org>
14920
14921 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14922 as tag instead of "Inviolable".
14923
14924 2005-08-17 Kim F. Storm <storm@cua.dk>
14925
14926 * windmove.el (windmove-coordinates-of-position): Remove.
14927 (windmove-coordinates-of-window-position): Remove.
14928 (windmove-reference-loc): Use posn-at-point instead.
14929
14930 * subr.el (insert-for-yank-1): Doc fix.
14931
14932 * ido.el (ido-enter-matching-directory): Rename from
14933 ido-enter-single-matching-directory. Change `slash' choice to
14934 `only'. Add `first' choice.
14935 (ido-exhibit): Adapt to above changes.
14936
14937 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14938
14939 * Makefile.in: Expand comment about building loaddefs.el.
14940
14941 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14942
14943 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14944 Comment use of defadvice.
14945
14946 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14947
14948 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14949
14950 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14951 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14952 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14953 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14954 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14955 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14956 for backward compatibility for faces that did not appear in the
14957 previous Emacs release.
14958
14959 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14960
14961 2005-08-15 Kim F. Storm <storm@cua.dk>
14962
14963 * emulation/cua-base.el (cua-delete-region): Return t if
14964 deleted region was non-empty.
14965 (cua-replace-region): Inhibit overwrite-mode for
14966 self-insert-command if replaced region was non-empty.
14967 (cua--explicit-region-start, cua--status-string): Make them
14968 buffer-local at top-level...
14969 (cua-mode): ...rather than when mode is enabled.
14970
14971 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14972
14973 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14974 Set t for Emacs 21, 22, and so on.
14975
14976 2005-08-15 David Ponce <david@dponce.com>
14977
14978 * tree-widget.el: Update Commentary header.
14979 (tree-widget-theme): Doc fix.
14980 (tree-widget-space-width): New option.
14981 (tree-widget-image-properties): Look up in the default theme too.
14982 (tree-widget--cursors): Only for images with arrow pointer shape.
14983 (tree-widget-lookup-image): Pointer shape is hand by default.
14984 (tree-widget-icon): Rename generic icon widget from
14985 `tree-widget-control'.
14986 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14987 derive from `tree-widget-icon'.
14988 (tree-widget-handle): Improve default look and feel of the text
14989 representation.
14990 (tree-widget): Rename :*-control properties to :*-icon properties.
14991 Add :action and :help-echo properties.
14992 (tree-widget-after-toggle-functions): Move.
14993 (tree-widget-close-node, tree-widget-open-node): Remove.
14994 (tree-widget-before-create-icon-functions): New hook.
14995 (tree-widget-value-create): Update to allow customization of icons
14996 and nodes at run-time via that new hook.
14997 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14998 (tree-widget-icon-action, tree-widget-icon-help-echo)
14999 (tree-widget-action, tree-widget-help-echo): New functions.
15000
15001 2005-08-15 Kim F. Storm <storm@cua.dk>
15002
15003 * ido.el (ido-buffer-internal): Use with-no-warnings.
15004 (ido-make-merged-file-list): Use while-no-input.
15005
15006 2005-08-15 Richard M. Stallman <rms@gnu.org>
15007
15008 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15009 (flyspell-large-region): Fix doc and custom type.
15010
15011 2005-08-14 Richard M. Stallman <rms@gnu.org>
15012
15013 * files.el (interpreter-mode-alist): Doc fix.
15014
15015 * mail/rmail.el (rmail-nonignored-headers): New variable.
15016 (rmail-clear-headers): Use it.
15017 (rmail-reply): Better handling of mail-followup-to header.
15018
15019 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15020 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15021 don't try to refer to executable-font-lock-keywords.
15022 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15023 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15024 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15025 (sh-mode): Set comment-start-skip, local-abbrev-table,
15026 imenu-case-fold-search.
15027 (sh-set-shell): Don't set them here.
15028 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15029 Don't cache the results in the original alist; don't ever modify
15030 that alist.
15031
15032 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15033
15034 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15035 empty.
15036
15037 2005-08-15 Andreas Schwab <schwab@suse.de>
15038
15039 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15040
15041 * dired.el, info.el, mail/rmail.el: Revert last change.
15042
15043 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15044
15045 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15046 modification in `eval-after-load' form.
15047 * info.el: Likewise.
15048 * mail/rmail.el: Likewise.
15049
15050 2005-08-14 Juri Linkov <juri@jurta.org>
15051
15052 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15053 Remove highlighting of "Compilation started". Highlight only
15054 the word "finished" in "Compilation finished". Add highlighting
15055 of "interrupt", "killed", "terminated" and the exit code.
15056 (compilation-start): Add newline after header. Use exactly the
15057 same time stamp format as the finishing message.
15058 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15059
15060 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15061 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15062 Add highlighting of "interrupt", "killed", "terminated".
15063
15064 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15065 enabled and the current command is self-insert-command, call it
15066 explicitly with overwrite-mode bound to nil, to not allow it
15067 to delete the character after the selected region.
15068
15069 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15070
15071 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15072 move-end-of-line, end-of-line, and beginning-of-line to the list
15073 of commands after which the echo area is updated.
15074
15075 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15076
15077 * cus-edit.el (custom-save-all, custom-save-delete):
15078 Bind recentf-exclude to exclude custom-file.
15079
15080 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15081
15082 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15083 to go to the bottom of the mail message. Added to
15084 `rmail-summary-mode-map' with key "/".
15085 (rmail-summary-show-message): New (internal) function for use by
15086 both `rmail-summary-beginning/end-of-message'.
15087 (rmail-summary-beginning-of-message): Change to use
15088 rmail-summary-show-message.
15089
15090 * mail/rmail.el (rmail-end-of-message): New command to go to the
15091 end of the current message. Added to `rmail-mode-map' with key "/".
15092 (rmail-beginning-of-message): Fix to work as documented.
15093 (rmail-mode): Change documentation.
15094
15095 * progmodes/compile.el (compilation-start): Add the line
15096 "Compilation started" with compilation start time.
15097 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15098
15099 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15100
15101 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15102 of menu items.
15103
15104 2005-08-11 Richard M. Stallman <rms@gnu.org>
15105
15106 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15107
15108 * battery.el (battery-status-function): Don't use ignore-errors.
15109
15110 2005-08-11 Lute Kamstra <lute@gnu.org>
15111
15112 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15113 define-obsolete-variable-alias.
15114
15115 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15118 (ange-ftp-send-cmd): Revert last change, and expand
15119 the comment explaining the problem.
15120
15121 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15122
15123 * ldefs-boot.el: Update.
15124
15125 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15126 item to "Time, Load and Mail". Change help echo text.
15127
15128 * time.el (display-time-use-mail-icon, display-time-format)
15129 (display-time-string-forms): Shorten first line of docstrings.
15130
15131 2005-08-10 Lars Hansen <larsh@soem.dk>
15132
15133 * desktop.el (desktop-buffer-mode-handlers):
15134 Make non-customizable. Add autoload cookie. Change initial value to
15135 nil; add elements in respective modules instead. Fix doc string.
15136 (desktop-load-file): New function.
15137 (desktop-minor-mode-handlers): New autoloaded variable.
15138 (desktop-create-buffer): Call minor mode handlers.
15139 Use desktop-load-file to load major and minor mode modules prior to
15140 checking for a handler.
15141 (desktop-save): Don't add nil to desktop-minor-modes for minor
15142 modes with nil function in desktop-minor-mode-table. Don't delete
15143 desktop file before rewriting it.
15144 (desktop-locals-to-save): Add autoload cookie. Don't make
15145 automatically buffer-local. Add variables column-number-mode,
15146 size-indication-mode, indent-tabs-mode,
15147 indicate-buffer-boundaries, indicate-empty-lines and
15148 show-trailing-whitespace.
15149 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15150 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15151 (desktop-clear-preserve-buffers-regexp): Delete.
15152 (desktop-clear-preserve-buffers): Update initial value and docstring.
15153 (desktop-save-buffer): Fix doc string.
15154
15155 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15156 (hilit-chg-desktop-restore): New function.
15157 (highlight-changes-mode): Add highlight-changes-mode to
15158 desktop-locals-to-save.
15159
15160 * dired.el: Add handler to desktop-buffer-mode-handlers.
15161 (dired-restore-desktop-buffer): Remove autoload cookie.
15162 (dired-mode): Add autoload cookie.
15163
15164 * info.el: Add handler to desktop-buffer-mode-handlers.
15165 (Info-restore-desktop-buffer): Remove autoload cookie.
15166 (Info-mode): Add autoload cookie.
15167
15168 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15169 (mh-restore-desktop-buffer): Remove autoload cookie.
15170 (mh-folder-mode): Add autoload cookie.
15171
15172 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15173 (rmail-restore-desktop-buffer): Remove autoload cookie.
15174
15175 2005-08-11 Masatake YAMATO <jet@gyve.org>
15176
15177 * hexl.el (hexl-address-region):
15178 (hexl-ascii-region, hexl-font-lock-keywords):
15179 (hexl-highlight-line-range): Use the term "region"
15180 instead of "area" for consistency with the other symbols
15181 defined in hexl.el.
15182
15183 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15184
15185 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15186 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15187 out by Juri Linkov). Add `display-battery-mode'.
15188
15189 2005-08-09 Juri Linkov <juri@jurta.org>
15190
15191 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15192 Remove `-text' from face variable names.
15193 (compilation-error-file-name, compilation-warning-file-name)
15194 (compilation-info-file-name): Delete faces.
15195 (compilation-line-number, compilation-column-number):
15196 Remove face underlining.
15197 (compilation-message-face): Set to `underline' value by default.
15198 (compilation-error-face, compilation-warning-face)
15199 (compilation-info-face): Remove `-file-name' from face names.
15200 (compilation-error-text-face, compilation-warning-text-face)
15201 (compilation-info-text-face): Delete face variables.
15202 (compilation-text-face): Delete function.
15203
15204 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15205 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15206 (grep-error-face): Set to `compilation-error' instead of
15207 `compilation-error-face' (which is redefined to `grep-hit-face' in
15208 grep buffers).
15209 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15210 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15211
15212 * dired-aux.el (dired-do-query-replace-regexp):
15213 Use `query-replace-read-args'.
15214
15215 * replace.el (query-replace-read-from, query-replace-read-to)
15216 (query-replace-read-args): Rename arg `string' to `prompt'.
15217
15218 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15219
15220 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15221
15222 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15223 uploading files.
15224 (ange-ftp-canonize-filename): Handle file names beginning with ~
15225 correctly.
15226
15227 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15228
15229 * textmodes/fill.el (canonically-space-region)
15230 (fill-context-prefix, fill-french-nobreak-p)
15231 (fill-delete-newlines, fill-comment-paragraph)
15232 (justify-current-line): "?\ " -> "?\s".
15233
15234 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15235
15236 * textmodes/fill.el (fill-nonuniform-paragraphs):
15237 Improve argument/docstring consistency.
15238
15239 2005-08-09 Richard M. Stallman <rms@gnu.org>
15240
15241 * textmodes/ispell.el (ispell-word): More fboundp checks.
15242
15243 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15244 (find-file-noselect-1): Call it here, only if RAWFILE.
15245 (normal-mode): Always set some major mode.
15246 (save-some-buffers-action-alist): Change some explanation strings.
15247 (file-name-non-special): In the `quote' method, use unwind-protect.
15248
15249 2005-08-09 Magnus Henoch <mange@freemail.hu>
15250
15251 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15252 (ispell-have-aspell-dictionaries): New variable.
15253 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15254 (ispell-get-aspell-config-value): New function.
15255 (ispell-aspell-find-dictionary): New function.
15256 (ispell-aspell-add-aliases): New function.
15257 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15258 appropriate. Don't look for ispell dictionaries if we use aspell.
15259 (ispell-menu-map): Don't build a submenu of dictionaries.
15260
15261 2005-08-09 Richard M. Stallman <rms@gnu.org>
15262
15263 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15264 (sql-read-passwd): Use read-passwd.
15265
15266 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15267 (idlwave-toolbar-is-possible): Add defvars.
15268
15269 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15270 Avoid warnings.
15271
15272 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15273 (idlwave-system-class-info, idlwave-executive-commands-alist):
15274 Use defvar.
15275
15276 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15277
15278 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15279 Avoid warnings.
15280
15281 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15282 and content-type: headers.
15283
15284 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15285
15286 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15287 and rename some of them to be more self-explanatory.
15288
15289 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15290
15291 * startup.el (command-line-1): Implement -scriptload.
15292
15293 * replace.el (occur-engine): Initial *Occur* output not undoable.
15294
15295 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15296 and improve help strings.
15297
15298 * isearch.el (isearch-repeat): When changing direction,
15299 mark search successful.
15300
15301 * ediff-init.el: Use (featurep 'xemacs).
15302
15303 * comint.el (send-invisible): Identify buffer, if not selected.
15304
15305 * align.el: Delete autoload for c-guess-basic-syntax.
15306
15307 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15308
15309 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15310 Improve argument/docstring consistency. Doc fixes.
15311 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15312 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15313 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15314 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15315 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15316 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15317 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15318 Defvar at compile time.
15319
15320 2005-08-09 Juri Linkov <juri@jurta.org>
15321
15322 * info.el: Replace `info' with upper-case `Info' where appropriate.
15323 (info-title-1, info-title-2, info-title-3, info-title-4)
15324 (info-menu-header): Move up face definitions.
15325 (info-menu-star): Rename from `info-menu-5'.
15326 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15327 (Info-fontify-visited-nodes): Fix docstring.
15328 (Info-hide-note-references): Fix docstring.
15329 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15330 menu items in the same way as on cross-references.
15331 (info-apropos): Fix sorting order and formatting to be like in the
15332 stand-alone Info browser. Display error messages for 1 sec.
15333 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15334 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15335 from the menu bar.
15336 (Info-insert-dir): Restore point after calling
15337 `insert-buffer-substring'.
15338
15339 2005-08-08 Richard M. Stallman <rms@gnu.org>
15340
15341 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15342 (recompute-lucid-menubar): Add defvars.
15343
15344 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15345
15346 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15347
15348 * net/net-utils.el (run-dig): Rename from `dig'.
15349
15350 * play/gametree.el (gametree-mode): Use make-local-variable,
15351 not make-variable-buffer-local.
15352
15353 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15354
15355 * ansi-color.el (ansi-color-make-extent)
15356 (ansi-color-set-extent-face): Use fboundp, not functionp.
15357
15358 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15359 not make-variable-buffer-local.
15360
15361 * bookmark.el (Info-current-file): Add defvar.
15362 (bookmark-jump-noselect): Use with-no-warnings.
15363
15364 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15365
15366 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15367
15368 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15369
15370 * find-file.el (ada-procedure-start-regexp)
15371 (ada-package-start-regexp): Add defvars.
15372
15373 * info.el (Info-insert-dir): Use insert-buffer-substring.
15374
15375 * xml.el (xml-att-def-re): Add defvar.
15376
15377 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15378 calling convention.
15379
15380 * subr.el (while-no-input): Return t if there is input.
15381
15382 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15383
15384 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15385
15386 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15387
15388 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15389 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15390
15391 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15392
15393 * cmuscheme.el (scheme-start-file): Replace reference to
15394 `user-emacs-directory' by "~/.emacs.d/".
15395
15396 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15397
15398 * info.el (Info-dir-remove-duplicates): Avoid case folding
15399 in loop; instead, keep downcased strings for comparison.
15400 Suggested by Helmut Eller.
15401
15402 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15403
15404 Sync with Tramp 2.0.50.
15405
15406 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15407 XEmacs case; not necessary anymore.
15408 (tramp-user-regexp): Allow "@" as part of user name.
15409 (tramp-handle-set-visited-file-modtime)
15410 (tramp-handle-insert-file-contents)
15411 (tramp-handle-write-region): No special handling for
15412 `last-coding-system-used, because this is done in
15413 `tramp-accept-process-output' now.
15414 (tramp-accept-process-output): New defun.
15415 (tramp-process-one-action, tramp-process-one-multi-action)
15416 (tramp-wait-for-regexp, tramp-wait-for-output)
15417 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15418 Howells <dhowells@redhat.com>.
15419 (clear-visited-file-modtime): Defadvice removed. The check for
15420 unset buffer's modtime does not need to be based on
15421 `tramp-buffer-file-attributes'. Suggested by RMS.
15422 (tramp-message): Insert "\n" if not being at beginning of line.
15423 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15424 sequence with same logic.
15425 (tramp-completion-handle-expand-file-name): Discard call of
15426 `tramp-drop-volume-letter'. It is not necessary, and there have
15427 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15428 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15429 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15430 should always be visible.
15431 (tramp-handle-insert-directory, tramp-setup-complete)
15432 (tramp-set-process-query-on-exit-flag)
15433 (tramp-append-tramp-buffers): Pacify byte-compiler.
15434 (tramp-bug): Delete non-existing variables from list.
15435 Apply `tramp-load-report-modules' as pre-hook.
15436 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15437 `shell-prompt-pattern' because of non-7bit characters.
15438 Reported by Sebastian Luque <sluque@mun.ca>.
15439 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15440 (tramp-match-string-list): Remove function.
15441 (tramp-wait-for-regexp): Remove call of that function.
15442 Suggested by Kim F. Storm <storm@cua.dk>.
15443 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15444 instead of octal character code ?\600. The latter resulted in a
15445 syntax error with XEmacs.
15446
15447 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15448 XEmacs case; not necessary anymore.
15449 (tramp-smb-handle-write-region): No special handling for
15450 `last-coding-system-used, because this is done in
15451 `tramp-accept-process-output' now.
15452 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15453
15454 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15455
15456 * wid-edit.el (widget-choice-value-create):
15457 Unconditionally respect user choice. Set :explicit-choice back to nil
15458 when no longer needed.
15459 (widget-choice-action): Unconditionally respect user choice.
15460 Eliminate :explicit-choice-value.
15461
15462 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15463
15464 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15465 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15466 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15467 running new function `toggle-indicate-empty-lines'.
15468 Rename "Customize" item to "Customize fringe".
15469 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15470 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15471 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15472 Delete "Empty lines only" item.
15473 (menu-bar-showhide-fringe-ind-customize): New function.
15474 (menu-bar-showhide-fringe-ind-mixed)
15475 (menu-bar-showhide-fringe-ind-box)
15476 (menu-bar-showhide-fringe-ind-right)
15477 (menu-bar-showhide-fringe-ind-left)
15478 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15479 instead of `fringe-indicators'.
15480
15481 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15482
15483 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15484 Change the date of last update.
15485
15486 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15487
15488 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15489 (viper-exec-yank, viper-put-back): Don't display modification msg
15490 if in the minibuffer.
15491
15492 * viper-init.el (viper-replace-overlay-cursor-color)
15493 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15494 Make variables frame local.
15495
15496 * viper-util.el (viper-append-filter-alist): Use append instead of
15497 nconc.
15498
15499 * viper.el (viper-vi-state-mode-list)
15500 (viper-emacs-state-mode-list): Move help-mode and
15501 completion-list-mode from the first list to the second.
15502 (viper-mode): Docstring.
15503 (viper-go-away, viper-non-hook-settings): Don't localize
15504 minor-mode-alist in newer Emacsen. Add advice to
15505 set-cursor-color. Don't bind "\C-c\\".
15506
15507 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15508
15509 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15510 (scheme-macro-expand-command): New user options.
15511 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15512 (scheme-form-at-point, scheme-start-file)
15513 (scheme-interactively-start-process): New functions.
15514 (scheme-get-process): New function, extracted from `scheme-proc'.
15515 (run-scheme): Call `scheme-start-file' to get start file, and pass
15516 it to `make-comint'.
15517 (switch-to-scheme, scheme-proc):
15518 Call `scheme-interactively-start-process' if no Scheme buffer/process
15519 is available.
15520
15521 2005-08-06 Juri Linkov <juri@jurta.org>
15522
15523 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15524 Use `compilation-text-face', `compilation-info-text-face' and
15525 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15526 (compilation-error): New face.
15527 (compilation-error-file-name): Inherit from
15528 `compilation-error' instead of `font-lock-warning-face'.
15529 (compilation-warning-file-name): Inherit from
15530 `compilation-warning' instead of `font-lock-warning-face'.
15531 (compilation-info, compilation-error-file-name)
15532 (compilation-warning-file-name, compilation-info-file-name)
15533 (compilation-line-number, compilation-column-number): Doc fix.
15534 (compilation-error-text-face, compilation-warning-text-face)
15535 (compilation-info-text-face): New face variables.
15536 (compilation-line-face, compilation-column-face)
15537 (compilation-enter-directory-face)
15538 (compilation-leave-directory-face): Doc fix.
15539 (compilation-text-face): New function.
15540
15541 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15542 instead of 1 to display binary file names as info file links.
15543 (grep-error-face): Use `compilation-error-face' instead of
15544 `font-lock-keyword-face'.
15545 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15546 and `compilation-warning-text-face' instead of
15547 `font-lock-keyword-face'. Use `compilation-error-text-face'
15548 instead of `grep-error-face'.
15549
15550 2005-08-05 Kenichi Handa <handa@m17n.org>
15551
15552 * international/code-pages.el: Add autoload cookies for all coding
15553 systems.
15554
15555 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15556
15557 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15558
15559 2005-08-04 Juri Linkov <juri@jurta.org>
15560
15561 * progmodes/compile.el (compilation-mode-map):
15562 * progmodes/grep.el (grep-mode-map):
15563 Bind TAB to `compilation-next-error' and [backtab] to
15564 `compilation-previous-error'.
15565
15566 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15567 matching line numbers, column numbers and their ranges with regexp
15568 matching only line numbers.
15569 (grep-context-face): New face variable.
15570 (grep-mode-font-lock-keywords): Use it.
15571
15572 * faces.el (read-face-name): Delete duplicate faces.
15573
15574 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15575
15576 * thumbs.el (thumbs-find-image): Don't make variables
15577 automatically buffer local.
15578 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15579 (thumbs-image-num): Make automatically buffer local.
15580 (thumbs-show-thumbs-list): Use `make-local-variable', not
15581 `make-variable-buffer-local'.
15582 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15583
15584 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15585 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15586 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15587 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15588 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15589 (feelings-about, foullst, found, hello, history, howareyoulst)
15590 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15591 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15592 (neglst, obj, object, owner, please, problems, qlist)
15593 (random-adjective, relation, remlst, repetitive-shortness)
15594 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15595 (shortlst, something, sportslst, stallmanlst, states, subj)
15596 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15597 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15598 Defvar at compile time.
15599
15600 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15601 not `make-variable-buffer-local'.
15602
15603 2005-08-02 Kim F. Storm <storm@cua.dk>
15604
15605 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15606 rectangle overlay in selected window.
15607
15608 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15609
15610 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15611 instead of display group. Make `indicate-buffer-boundaries'
15612 customizable through Custom.
15613
15614 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15615
15616 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15617 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15618 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15619 (gdb-put-string): Fix typos in docstrings.
15620
15621 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15622
15623 Update copyright notices of files in progmodes directory for
15624 release of Emacs 22.1.
15625
15626 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15627
15628 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15629 Don't barf if the GUD buffer has been killed.
15630
15631 2005-08-01 Kim F. Storm <storm@cua.dk>
15632
15633 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15634
15635 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 * simple.el (next-error-follow-minor-mode):
15638 make-variable-buffer-local -> make-local-variable.
15639
15640 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15641
15642 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15643 (byte-compile-form-make-variable-buffer-local): New functions to warn
15644 about misuses of make-variable-buffer-local where make-local-variable
15645 was meant.
15646
15647 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15648
15649 * bs.el (bs-attributes-list): Doc fix.
15650 (bs): Update url-link.
15651
15652 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15653 (desktop-load-default): Simplify.
15654
15655 * ibuffer.el (ibuffer-columnize-and-insert-list)
15656 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15657 (ibuffer-unmark-all, ibuffer-toggle-marks)
15658 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15659 (ibuffer-compile-make-format-form, ibuffer-format-column)
15660 (ibuffer-current-buffers-with-marks)
15661 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15662 (ibuffer): Doc fix.
15663 (ibuffer-mode): Fix typo in docstring.
15664 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15665 with `define-obsolete-variable-alias'.
15666 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15667
15668 2005-07-29 Kenichi Handa <handa@m17n.org>
15669
15670 * international/mule-cmds.el (select-message-coding-system):
15671 Be sure to use LF for end-of-line. If no coding system is decided,
15672 return iso-8859-1-unix.
15673
15674 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15675
15676 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15677 (ange-ftp-pending-error-line): New vars.
15678 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15679 to handle the non-fatal no-route-to-host messages.
15680 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15681
15682 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15683
15684 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15685 (isearch-quote-char, isearch-printing-char)
15686 (isearch-text-char-description): "?\ " -> "?\s".
15687 (isearch-lazy-highlight-cleanup)
15688 (isearch-lazy-highlight-initial-delay)
15689 (isearch-lazy-highlight-interval)
15690 (isearch-lazy-highlight-max-at-a-time)
15691 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15692 Declare with define-obsolete-*-alias macros.
15693 (isearch-forward): Fix typo in docstring.
15694 (search-invisible, search-ring-yank-pointer)
15695 (regexp-search-ring-yank-pointer): Doc fixes.
15696
15697 * recentf.el (recentf-menu-append-commands-p): Declare with
15698 `define-obsolete-variable-alias'.
15699 (recentf-max-saved-items, recentf-menu-filter)
15700 (recentf-arrange-by-rule-subfilter): Doc fixes.
15701 (recentf-menu-append-commands-flag)
15702 (recentf-initialize-file-name-history, recentf-expand-file-name)
15703 (recentf-clear-data): Fix typos in docstrings.
15704
15705 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15706
15707 * progmodes/gdb-ui.el: Smarten comments.
15708 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15709
15710 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15711
15712 * term/apollo.el (terminal-init-apollo): New function containing
15713 all former top level forms in the file.
15714 * term/bobcat.el (terminal-init-bobcat):
15715 * term/cygwin.el (terminal-init-cygwin):
15716 * term/iris-ansi.el (terminal-init-iris-ansi):
15717 * term/linux.el (terminal-init-linux):
15718 * term/news.el (terminal-init-news):
15719 * term/rxvt.el (terminal-init-rxvt):
15720 * term/sun.el (terminal-init-sun):
15721 * term/tvi970.el (terminal-init-tvi970):
15722 * term/vt100.el (terminal-init-vt100):
15723 * term/vt102.el (terminal-init-vt102):
15724 * term/vt125.el (terminal-init-vt125):
15725 * term/vt200.el (terminal-init-vt200):
15726 * term/vt201.el (terminal-init-vt201):
15727 * term/vt220.el (terminal-init-vt220):
15728 * term/vt240.el (terminal-init-vt240):
15729 * term/vt300.el (terminal-init-vt300):
15730 * term/vt320.el (terminal-init-vt320):
15731 * term/vt400.el (terminal-init-vt400):
15732 * term/vt420.el (terminal-init-vt420):
15733 * term/wyse50.el (terminal-init-wyse50):
15734 * term/xterm.el (terminal-init-xterm): Likewise.
15735
15736 * term/README: Describe the terminal-init-* functionality.
15737
15738 * startup.el (command-line): After loading the terminal initialization
15739 file call the corresponding terminal initialization function.
15740
15741 2005-07-27 Kenichi Handa <handa@m17n.org>
15742
15743 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15744 negative.
15745
15746 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15747 (ps-mule-composition-prologue): Fix for the case that
15748 RelativeCompose is false.
15749
15750 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15751
15752 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15753
15754 * descr-text.el (describe-char): Handle the case where the list of
15755 chars is displayed in a separate frame.
15756 Be a bit more discriminating when looking for the char.
15757
15758 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15759
15760 * bookmark.el (bookmark-automatically-show-annotations)
15761 (bookmark-read-annotation-text-func): Doc fixes.
15762 (bookmark-save): Improve argument/docstring consistency.
15763 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15764 (bookmark-alist-from-buffer)
15765 (bookmark-upgrade-file-format-from-0)
15766 (bookmark-grok-file-format-version)
15767 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15768 (bookmark-read-annotation-mode)
15769 (bookmark-insert-current-bookmark, bookmark-jump)
15770 (bookmark-exit-hook): Fix typos in docstrings.
15771 (bookmark-exit-hooks): Define as obsolete alias.
15772 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15773 not `bookmark-exit-hooks'. Fix docstring.
15774 (bookmark-bmenu-select): "?\ " -> "?\s".
15775
15776 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15777
15778 * startup.el (command-line): Fix typo.
15779
15780 2005-07-24 Richard M. Stallman <rms@gnu.org>
15781
15782 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15783 not emacs-quick-startup.
15784
15785 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15786
15787 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15788 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15789 instead of `reb-with-current-window'.
15790 (reb-prev-match): Likewise. Also, don't move left if the search
15791 was unsuccessful.
15792 (reb-initialize-buffer): New function.
15793 (re-builder, reb-change-syntax): Use it.
15794
15795 * man.el (Man-goto-page): Make second argument NOERROR optional.
15796
15797 2005-07-23 Richard M. Stallman <rms@gnu.org>
15798
15799 * man.el (Man-bgproc-sentinel): Check here for failure to find
15800 any man page in the output, and report the error here.
15801 (Man-arguments): Make it permanent local.
15802 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15803 (Man-mode): Pass t for NOERROR.
15804
15805 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15806 (grep-mode-font-lock-keywords):
15807 Don't use compilation-...-face for messages that are not file names.
15808
15809 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15810 Don't use compilation-...-face for messages that are not file names.
15811
15812 2005-07-22 Juri Linkov <juri@jurta.org>
15813
15814 * startup.el (normal-splash-screen): Update menu name.
15815
15816 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15817
15818 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15819
15820 * term/xterm.el: Load term/rxvt if the terminal is actually an
15821 rxvt terminal.
15822 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15823
15824 * term/rxvt.el (function-key-map): Use substitute-key-definition
15825 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15826
15827 * term/cygwin.el: New file.
15828
15829 2005-07-22 Kim F. Storm <storm@cua.dk>
15830
15831 * image-file.el (insert-image-file, image-file-yank-handler):
15832 Fix last change to maintain a (unique) yank-handler on yanked images.
15833
15834 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15835
15836 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15837 of the file size (as in "177B" for 177 bytes). This happens with
15838 "ls -lh" on FreeBSD.
15839
15840 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15841
15842 * hilit-chg.el (highlight-changes-global-initial-state)
15843 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15844 (hilit-chg-fixup, highlight-changes-mode):
15845 Fix typos in docstrings.
15846 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15847 Doc fixes.
15848
15849 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15850
15851 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15852 mode function using `eval-after-load'.
15853
15854 2005-07-21 Kim F. Storm <storm@cua.dk>
15855
15856 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15857 included when reporting an emacs crash, and tell about the DEBUG file.
15858
15859 * image-file.el (insert-image-file): Add yank-handler.
15860 (image-file-yank-handler): Yank handler to make unique copies of
15861 images when they are yanked into a buffer next to each other.
15862
15863 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15864
15865 * comint.el (comint-use-prompt-regexp, comint-send-input)
15866 (comint-source-default, comint-extract-string)
15867 (comint-get-source, comint-word, comint-completion)
15868 (comint-source, comint-prompt-read-only, comint-update-fence):
15869 Fix typos in docstrings.
15870 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15871 Declare with define-obsolete-*-alias macros.
15872 (comint-previous-matching-input-from-input)
15873 (comint-next-matching-input-from-input)
15874 (comint-previous-matching-input, comint-next-matching-input)
15875 (comint-forward-matching-input):
15876 Improve argument/docstring consistency.
15877
15878 * desktop.el (desktop-clear-preserve-buffers-regexp):
15879 Also preserve the *server* buffer.
15880
15881 * simple.el (clone-indirect-buffer): Doc fix.
15882 (fixup-whitespace, just-one-space)
15883 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15884 (next-error, next-error-highlight)
15885 (next-error-highlight-no-select, next-error-last-buffer)
15886 (next-error-buffer-p, next-error-find-buffer, next-error)
15887 (previous-error, next-error-no-select, previous-error-no-select)
15888 (open-line, split-line, minibuffer-prompt-width, kill-new)
15889 (binary-overwrite-mode): Fix typos in docstrings.
15890 (set-fill-column): Fix typo in message.
15891
15892 * skeleton.el (skeleton-proxy-new): Doc fix.
15893
15894 * strokes.el (strokes-load-hook): Doc fix.
15895 (strokes-grid-resolution, strokes-get-grid-position)
15896 (strokes-renormalize-to-grid, strokes-read-stroke)
15897 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15898 (strokes-global-map): Fix typos in docstrings.
15899 (strokes-help): Doc fix. Fix help message and pass it through
15900 `substitute-command-keys'.
15901
15902 * tempo.el (tempo-insert-prompt, tempo-interactive)
15903 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15904 (tempo-insert-string-functions, tempo-local-tags)
15905 (tempo-define-template, tempo-insert-template)
15906 (tempo-insert-prompt-compat, tempo-is-user-element)
15907 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15908 Fix typos in docstrings.
15909
15910 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15911 (vcursor-key-bindings, vcursor-use-vcursor-map)
15912 (vcursor-find-window, vcursor-scroll-down)
15913 (vcursor-disable, vcursor-beginning-of-buffer)
15914 (vcursor-end-of-buffer): Fix typos in docstrings.
15915 (vcursor-relative-move, vcursor-get-char-count):
15916 Improve argument/docstring consistency.
15917
15918 * version.el: "?\ " -> "?\s".
15919
15920 * wid-edit.el (widget-default-create, widget-after-change)
15921 (widget-default-format-handler, widget-checklist-add-item)
15922 (widget-radio-add-item, widget-choose, widget-specify-secret)
15923 (widget-field-value-create, widget-field-value-get)
15924 (widget-editable-list-format-handler)
15925 (widget-editable-list-entry-create, widget-group-value-create)
15926 (widget-documentation-link-add)
15927 (widget-documentation-string-value-create): "?\ " -> "?\s".
15928 (widget-convert-text): Doc fix.
15929 (widget-narrow-to-field, widget-field-find)
15930 (widget-url-link-action, widget-emacs-library-link-action)
15931 (widget-color-notify): Fix typos in docstrings.
15932
15933 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15934 (x-select-text, set-w32-system-coding-system)
15935 (w32-add-charset-info): Fix typos in docstrings.
15936
15937 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15938 (cua-enable-cua-keys, cua-use-hyper-key)
15939 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15940 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15941
15942 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15943
15944 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15945 `defalias' instead of faking it.
15946
15947 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15948 (eshell-ls-missing, eshell-ls-dired-initial-args)
15949 (eshell-ls-use-in-dired): Fix typos in docstrings.
15950
15951 2005-07-20 Kim F. Storm <storm@cua.dk>
15952
15953 * emulation/cua-base.el (cua-mode): Improve doc string.
15954
15955 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15956
15957 * abbrev.el (expand-region-abbrevs): Doc fix.
15958 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15959 Improve argument/docstring consistency.
15960
15961 * arc-mode.el (archive-get-descr, archive-alternate-display):
15962 Doc fixes.
15963 (archive-l-e): Improve argument/docstring consistency.
15964 (archive-tmpdir, archive-unixdate, archive-unixtime)
15965 (archive-chmod-entry): Fix typos in docstrings.
15966 (archive-unflag, archive-unflag-backwards)
15967 (archive-unmark-all-files): "?\ " -> "?\s".
15968
15969 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15970 (Buffer-menu-not-modified, Buffer-menu-execute)
15971 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15972 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15973
15974 * composite.el (compose-string, encode-composition-rule)
15975 (compose-last-chars): Fix typos in docstrings.
15976
15977 * desktop.el (desktop-enable, desktop-basefilename):
15978 Declare with `define-obsolete-variable-alias'.
15979 (desktop-internal-v2s): Don't quote keywords.
15980 (desktop-clear): "?\ " -> "?\s".
15981
15982 * dired.el (dired-align-file, dired-flag-backup-files)
15983 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15984 (dired-listing-switches, dired-ls-F-marks-symlinks)
15985 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15986 (dired-directory, dired-faces, dired, dired-revert)
15987 (dired-mode, dired-summary, dired-view-file)
15988 (dired-copy-filename-as-kill, dired-delete-file)
15989 (dired-no-confirm, dired-unmark-all-marks)
15990 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15991 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15992 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15993 Fix typos in message strings.
15994
15995 * dired-x.el (virtual-dired): Declare with `defalias'.
15996 (dired-mark-unmarked-files, dired-local-variables-file)
15997 (dired-omit-here-always): Doc fix.
15998 (dired-omit-mode, dired-find-subdir)
15999 (dired-enable-local-variables, dired-clean-up-buffers-too)
16000 (dired-extra-startup, dired-mark-extension, dired-jump)
16001 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16002 (dired-smart-shell-command, dired-guess-shell-alist-user)
16003 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16004 (dired-x-bind-find-file, dired-x-submit-report):
16005 Fix typos in docstrings.
16006 (dired-mark-unmarked-files): "?\ " -> "?\s".
16007
16008 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16009
16010 * faces.el (describe-face): "?\ " -> "?\s".
16011 (read-all-face-attributes, read-face-font, modify-face)
16012 (face-attr-construct, italic): Fix typos in docstrings.
16013 (frame-update-face-colors): Declare with
16014 `define-obsolete-function-alias'.
16015
16016 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16017 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16018 (magic-mode-alist, buffer-file-numbers-unique)
16019 (write-file-functions, get-free-disk-space):
16020 Fix typos in docstrings.
16021 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16022 (write-contents-hooks, write-file-hooks):
16023 Declare with `define-obsolete-variable-alias'.
16024
16025 * forms-d2.el (arch-rj): Fix typo in docstrings.
16026 (arch-tocol): Likewise. "?\ " -> "?\s".
16027
16028 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16029 Fix typo in docstring.
16030 (set-screen-width, set-screen-height): Delete redundant info in
16031 doctrings.
16032 (new-frame, screen-height, screen-width): Declare with
16033 `define-obsolete-function-alias'.
16034 (delete-frame-hook, blink-cursor): Declare with
16035 `define-obsolete-variable-alias'.
16036
16037 * paths.el (prune-directory-list): Fix typos in docstring.
16038
16039 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16040 (cvs-prefix-get): Fix typos in docstrings.
16041
16042 * ps-print.el (ps-extend-face-list, ps-extend-face)
16043 (ps-print-background-image): Fix typos in docstrings.
16044 (ps-default-fg, ps-default-bg): Doc fixes.
16045
16046 * s-region.el (s-region-bind): Doc fix.
16047 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16048
16049 * textmodes/org.el (org-table-formula-substitute-names)
16050 (org-table-get-vertical-vector): Doc fixes.
16051 (org-table-recalculate): Remove unused argument to `message'.
16052
16053 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16054
16055 * textmodes/org.el (org-table-column-names)
16056 (org-table-column-name-regexp)
16057 (org-table-named-field-locations): New variables.
16058 (org-archive-subtree): Protect `this-command' when calling
16059 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16060 the kill buffer.
16061 (org-complete): Remove fixed-formula completion.
16062 (org-edit-formulas-map): New variable.
16063 (org-table-edit-formulas): New command.
16064 (org-finish-edit-formulas, org-abort-edit-formulas)
16065 (org-show-variable, org-table-get-vertical-vector): New functions.
16066 (org-table-maybe-eval-formula): Handle `:=' fields.
16067 (org-table-get-stored-formulas, org-table-store-formulas)
16068 (org-table-get-formula, org-table-modify-formulas)
16069 (org-table-replace-in-formulas): Handle named field formulas.
16070 (org-table-get-specials): Store locations of named fields.
16071
16072 2005-07-19 Juri Linkov <juri@jurta.org>
16073
16074 * progmodes/grep.el (grep-regexp-alist)
16075 (grep-mode-font-lock-keywords, grep-process-setup):
16076 Use default GNU grep match color "01;31m" instead of "01;41m".
16077 (grep-regexp-alist, grep-mode-font-lock-keywords):
16078 Use `\\[[0-9]*m' instead of `\\[00m'.
16079 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16080 sgr_start where its handling is more important. Use the real
16081 length of sgr_start instead of constant 8.
16082 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16083 specially. Delete all remaining escape sequences.
16084 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16085 (grep-regexp-alist): Make hyperlink only for binary file name
16086 instead of the whole line.
16087 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16088 (grep-mode): Add autoload.
16089
16090 * emacs-lisp/find-func.el (find-function-regexp):
16091 Add `define-compilation-mode'.
16092
16093 2005-07-19 Juri Linkov <juri@jurta.org>
16094
16095 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16096 (compare-windows-sync-string-size, compare-windows-recenter)
16097 (compare-windows-highlight, compare-windows): Add version 22.1.
16098 (compare-windows) <defface>: Inherit from lazy-highlight instead
16099 of duplicating its default value.
16100
16101 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16102 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16103
16104 * descr-text.el (describe-char): Create link buttons for `charset'
16105 and `code point'. Add the current input method name with a link
16106 button to `to input' field. Print face names of display table
16107 characters in `The display table entry is displayed by' section
16108 instead of printing face-id in the `display' field.
16109 Guess hardcoded faces and create a link button for them.
16110 Skip empty fields when calculating max-width.
16111 Treat `widget-create' specially while inserting strings from the
16112 collected field list.
16113 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16114
16115 * diff-mode.el (diff-file-header): Change foreground color from
16116 yellow to green on light backgrounds.
16117 (diff-context): Inherit from `shadow' only for color/grayscale
16118 with more than 88 colors.
16119 (diff-indicator-removed, diff-indicator-added)
16120 (diff-indicator-changed): New faces.
16121 (diff-font-lock-keywords): Use new faces. Regroup rules.
16122 Add "^---$" for `normal' diff format. Fontify `#' lines with
16123 font-lock-comment-delimiter-face and font-lock-comment-face.
16124 Add `#' to ^[^...] in the rule for `diff-context-face'.
16125
16126 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16127 a button-like box. Inherit from `highlight' on low colors.
16128 (shadow): Use shades of gray only for color/grayscale with
16129 more than 88 colors. Use green for light backgrounds with
16130 8 colors, and yellow for dark backgrounds with 8 colors.
16131
16132 * font-lock.el (font-lock-regexp-grouping-backslash):
16133 Don't inherit from escape-glyph (use bold for all cases).
16134
16135 * info.el (info-xref-visited): Use light foreground color `violet'
16136 for dark backgrounds instead of dark color `magenta3'.
16137 (info-title-1): Use `yellow' color for dark backgrounds.
16138
16139 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16140 too-light magenta2.
16141
16142 * replace.el (match): Use slightly more light RoyalBlue3 instead
16143 of dark RoyalBlue4.
16144
16145 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16146
16147 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16148
16149 * novice.el (disabled-command-hook): Declare it with
16150 `define-obsolete-variable-alias'.
16151
16152 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16153 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16154 (desktop-load-default): Add release to obsolescence info.
16155 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16156 (desktop-append-buffer-args, desktop-read):
16157 Fix typos in docstrings.
16158 (desktop-kill): Fix typo in message.
16159 (desktop-save): Doc fix.
16160
16161 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16162
16163 * viper-cmd.el (viper-escape-to-state): Bug fix.
16164 (viper-envelop-ESC-key): Change the definition of fast
16165 keysequence so it'll work with keyboard macros.
16166
16167 * ediff.el (ediff-patch-buffer): Change the docstring.
16168
16169 2005-07-19 Kenichi Handa <handa@m17n.org>
16170
16171 * international/mule-cmds.el (select-safe-coding-system): Try to
16172 use an auto-coding (if any) before anything else. If the found
16173 auto-coding is invalid, show a warning message.
16174
16175 * international/mule.el (find-auto-coding): New function created
16176 by modifying the body of set-auto-coding.
16177 (set-auto-coding): Use find-auto-coding to find a coding.
16178
16179 2005-07-18 Richard M. Stallman <rms@gnu.org>
16180
16181 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16182 not isearch-mode-end-hook-error.
16183 (allout-before-change-protect): Fix error message.
16184
16185 2005-07-18 Juri Linkov <juri@jurta.org>
16186
16187 * allout.el (allout-mode):
16188 * calculator.el (calculator-copy):
16189 * custom.el (custom-known-themes):
16190 * dired.el (dired-desktop-buffer-misc-data)
16191 (dired-restore-desktop-buffer):
16192 * dired-x.el (dired-omit-marker-char):
16193 * files.el (basic-save-buffer):
16194 * font-core.el (font-lock-mode):
16195 * calendar/calendar.el (calendar-goto-hebrew-date)
16196 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16197 (calendar-goto-persian-date):
16198 * language/ethio-util.el (ethio-sera-to-fidel-region):
16199 * textmodes/picture.el (picture-mode):
16200 Delete duplicate duplicate words.
16201
16202 2005-07-18 Juri Linkov <juri@jurta.org>
16203
16204 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16205 chars * ? } |.
16206 (isearch-fallback): Don't call `isearch-process-search-char'.
16207 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16208 (isearch-process-search-char): Call `isearch-fallback' for regexp
16209 chars * ? } |.
16210 (isearch-return-char): Make obsolete with `make-obsolete' instead
16211 of simply documenting it as obsolete in the docstring.
16212 (isearch-fallback): Refill docstring.
16213
16214 * international/isearch-x.el
16215 (isearch-process-search-multibyte-characters): Remove unneeded
16216 `concat'. Add intermediate values to `junk-hist' instead of
16217 `minibuffer-history'. Test the length of `str'.
16218
16219 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16220
16221 * allout.el (allout-resolve-xref): Fix typos in error strings.
16222 (allout-before-change-protect): Remove unneeded `concat'.
16223
16224 * array.el (array-mode, array-reconfigure-rows)
16225 (untabify-backward): Fix typos in docstrings.
16226 (array-reconfigure-rows): Use `insert-buffer-substring', not
16227 `insert-buffer'.
16228
16229 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16230 * progmodes/ada-mode.el (ada-make-body):
16231 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16232
16233 * dired.el (dired-log):
16234 * tar-mode.el (tar-subfile-save-buffer):
16235 * play/zone.el (zone-pgm-stress-destress):
16236 Use `insert-buffer-substring', not `insert-buffer'.
16237
16238 2005-07-17 Simon Josefsson <jas@extundo.com>
16239
16240 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16241
16242 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16243
16244 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16245 Add plain auth method.
16246 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16247
16248 2005-07-17 Kim F. Storm <storm@cua.dk>
16249
16250 * ido.el (dired-other-window): Add ido property.
16251
16252 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16253
16254 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16255 Fix typo in docstring.
16256 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16257 `insert-file-literally'.
16258
16259 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16260 info and delete redundant message. Doc fix.
16261 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16262 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16263
16264 2005-07-16 Richard M. Stallman <rms@gnu.org>
16265
16266 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16267 (byte-compile-and): Use byte-compile-and-recursion.
16268 (byte-compile-or-recursion): New function.
16269 (byte-compile-or): Use that.
16270 (byte-compile-if): Guard the else-clause too.
16271 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16272
16273 * isearch.el (isearch-mode-end-hook-quit): New variable.
16274 (isearch-done): Bind it.
16275 (isearch-mode-end-hook): Doc fix.
16276
16277 * allout.el (allout-isearch-did-quit): Variable deleted.
16278 (allout-real-isearch-abort): Function name no longer used.
16279 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16280 (allout-isearch-rectification): isearch-mode always exists.
16281 Don't set allout-isearch-did-quit.
16282 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16283 allout-isearch-did-quit.
16284 (allout-enwrap-isearch): Just add the hook.
16285 (allout-isearch-abort): Function deleted.
16286 (allout-pre-command-business): Avoid warning.
16287
16288 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16289 Correctly avoid warnings.
16290 (pascal-outline): Likewise.
16291
16292 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16293
16294 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16295
16296 * play/tetris.el (tetris-mode): Avoid warning.
16297
16298 * play/snake.el (snake-mode): Avoid warning.
16299
16300 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16301 (gamegrid-set-display-table): Avoid warning.
16302 (gamegrid-set-timer): Likewise.
16303 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16304 (gamegrid-add-score-with-update-game-score-1): Take FILE
16305 as argument.
16306 (gamegrid-add-score-with-update-game-score): Pass that argument.
16307 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16308
16309 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16310
16311 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16312 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16313
16314 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16315 and insert-file.
16316
16317 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16318 (sc-ask): Avoid warnings.
16319
16320 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16321 (eshell-hist-initialize): Use that var the natural way.
16322
16323 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16324
16325 * emacs-lisp/re-builder.el (reb-cook-regexp):
16326 Avoid warning calling lre-compile-string.
16327 (reb-color-display-p): Avoid warning.
16328
16329 * calculator.el (calculator-last-input): Guard uses
16330 of event-key and key-press-event-p.
16331 (event-key, key-press-event-p): Delete definitions.
16332
16333 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16334 (find-gc-source-directory, find-gc-subrs-callers)
16335 (find-gc-noreturn-list, find-gc-source-files)
16336 (find-gc-subrs-called): Vars renamed and defvar'd.
16337
16338 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16339 (checkdoc-overlay-put, checkdoc-delete-overlay)
16340 (checkdoc-overlay-start, checkdoc-overlay-end)
16341 (checkdoc-mode-line-update, checkdoc-char=):
16342 Define such that compiler knows they are defined.
16343 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16344 (checkdoc-read-event): Delete. Use read-event directly.
16345
16346 * whitespace.el (whitespace-make-overlay)
16347 (whitespace-overlay-put, whitespace-delete-overlay)
16348 (whitespace-overlay-start, whitespace-overlay-end):
16349 Define such that compiler knows they are defined.
16350 (whitespace): Move conditional inside.
16351
16352 * tempo.el (tempo-insert-template): Suppress warning.
16353
16354 * ediff-diff.el (longlines-mode): Add defvar.
16355
16356 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16357
16358 * server.el: Bind "C-x #" in a way that works even if C-x is
16359 redefined to a command key, not a prefix key.
16360
16361 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16362
16363 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16364 cl-make-type-test till execution time.
16365
16366 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16367
16368 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16369 arg ARG and use it.
16370
16371 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16372
16373 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16374
16375 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16376
16377 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16378 a defcustom with two :set or :type keywords.
16379
16380 2005-07-15 Richard M. Stallman <rms@gnu.org>
16381
16382 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16383 Don't give ^M comment-end syntax.
16384
16385 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16386
16387 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16388 Don't consider gdbmi (gdb-mi.el has its own update functions).
16389 (gdb-var-delete): Make it work for gdbmi as well.
16390 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16391
16392 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16393 (gud-speedbar-menu-items): Correct logic for enabling items.
16394
16395 2005-07-15 Kim F. Storm <storm@cua.dk>
16396
16397 * ido.el: Fix commentary.
16398 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16399 Use with-no-warnings around ffap-guesser.
16400 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16401 Let bind minibuffer-completing-file-name to t.
16402
16403 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16404
16405 * startup.el (site-run-file, keyboard-type): Doc fixes.
16406 (command-line): Check for "--basic-display" argument; also for
16407 "--quick", not "--bare-bones" (which was renamed).
16408 (fancy-splash-text): Add missing item "Getting New Versions".
16409 (normal-splash-screen): Fix typos and improve consistency with
16410 `fancy-splash-text'. Update copyright year.
16411
16412 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16413 valid binding for `help-char'.
16414
16415 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16416
16417 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16418
16419 * term.el (term-mode): Disable cua-mode for term buffers.
16420
16421 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16422
16423 * add-log.el (add-log-mailing-address, change-log-merge):
16424 Doc fixes.
16425 (change-log-get-method-definition): Fix typo in docstring.
16426
16427 2005-07-14 Kim F. Storm <storm@cua.dk>
16428
16429 * emulation/cua-base.el:
16430 (cua--pre-command-handler-1, cua--pre-command-handler)
16431 (cua--post-command-handler-1, cua--post-command-handler):
16432 Split in two. Check (buffer local) value of cua-mode.
16433 (cua-selection-mode): New command.
16434
16435 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16436
16437 * custom.el (custom-initialize-safe-set)
16438 (custom-initialize-safe-default): Doc fixes.
16439
16440 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16441 and simplify :init-value again.
16442
16443 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16444 and simplify :init-value again. Delete autoload.
16445
16446 * startup.el (command-line): Use `custom-reevaluate-setting' again
16447 for tooltip-mode.
16448
16449 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16450 a defcustom with two :initialize keywords.
16451
16452 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16453
16454 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16455 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16456 (allout-post-command-business, allout-flag-region)
16457 (isearch-reenable-font-lock, allout-yank)
16458 (allout-insert-latex-header, allout-insert-latex-trailer)
16459 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16460 (allout-latex-verb-quote): Fix typos in docstrings.
16461 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16462 (allout-unprotected, allout-prefix-data):
16463 Improve argument/docstring consistency.
16464 (allout-chart-subtree): Fix argument spec.
16465 (allout-open-topic): Rename `use_sib_bullet' argument to
16466 `use-sib-bullet'. Doc fix.
16467
16468 * whitespace.el (whitespace-check-buffer-leading)
16469 (whitespace-check-buffer-trailing)
16470 (whitespace-check-buffer-indent)
16471 (whitespace-check-buffer-spacetab)
16472 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16473 (whitespace-check-leading-whitespace)
16474 (whitespace-check-trailing-whitespace)
16475 (whitespace-check-spacetab-whitespace)
16476 (whitespace-check-indent-whitespace)
16477 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16478 (whitespace-modes): Fix typos in docstrings.
16479 (defgroup, defcustom): Doc fixes.
16480
16481 * winner.el (winner-mode, winner-boring-buffers)
16482 (winner-pending-undo-ring): Doc fixes.
16483 (winner-ring): Remove unneeded `progn'.
16484 (winner-equal): `defsubst' it.
16485 (winner-redo): Fix message.
16486
16487 2005-07-13 Kim F. Storm <storm@cua.dk>
16488
16489 * simple.el (line-move-1): Always use vertical-motion to
16490 do the last (or only) line move to ensure some movement.
16491 Undo 2005-06-23 change--don't check for overlays.
16492
16493 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16494
16495 * term/mac-win.el (ccl-encode-mac-roman-font)
16496 (ccl-encode-mac-centraleurroman-font)
16497 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16498 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16499 Change charset-id boundary of dimension to ?\xef.
16500 (mac-char-fontspec-list): New constant.
16501 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16502 argument. Nil uses itself as family in font-spec. Previous
16503 behavior for nil is now provided by non-nil non-string argument.
16504 All callers changed. Add font-specs for Mac fonts to
16505 "fontset-default" unless iso8859-1 fonts are installed.
16506
16507 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16508
16509 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16510 a continuation line if the \ is preceded by SPC or TAB.
16511 (sh-get-indent-info): Simplify.
16512 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16513 Use with-current-buffer.
16514
16515 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16516 when the matched text is empty.
16517
16518 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16519
16520 * startup.el (command-line): Revert to previous handling of
16521 tooltip-mode. Explain in comment why the complexity is needed.
16522
16523 * tooltip.el (tooltip-mode): Revert to previous implementation of
16524 its defcustom.
16525
16526 * frame.el (blink-cursor-mode): Revert to previous implementation
16527 of its defcustom. Update comment.
16528
16529 2005-07-12 Lars Hansen <larsh@soem.dk>
16530
16531 * desktop.el: Update e-mail address.
16532
16533 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16534
16535 * term/mac-win.el (mac-services-mail-selection)
16536 (mac-services-mail-to): New functions.
16537 (mac-application-menu-map): Bind them.
16538
16539 2005-07-12 wulei <milton@wulei.net> (tiny change)
16540
16541 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16542
16543 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16544
16545 * custom.el (custom-reevaluate-setting): Doc fix.
16546
16547 2005-07-11 Jay Belanger <belanger@truman.edu>
16548
16549 * calc/calc.el (calc-embedded-announce-formula-alist)
16550 (calc-embedded-open-close-plain-alist)
16551 (calc-embedded-open-close-mode-alist): Add checks for additional
16552 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16553
16554 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16555
16556 * custom.el (custom-enable-theme): Don't add theme to
16557 `custom-enabled-themes' with `push' because there is no
16558 setf-method for `delq'.
16559
16560 2005-07-11 Richard M. Stallman <rms@gnu.org>
16561
16562 * custom.el (custom-declare-variable): Doc fix.
16563
16564 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16565 from the alists.
16566
16567 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16568 Do nothing if edebug-active.
16569
16570 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16571 (edebug-display): Do it here instead.
16572
16573 2005-07-10 Richard M. Stallman <rms@gnu.org>
16574
16575 * cus-face.el (custom-theme-set-faces): Make it work.
16576 (custom-reset-faces): Doc fix.
16577 (custom-theme-reset-internal-face, custom-theme-face-value):
16578 Functions deleted.
16579
16580 * custom.el (custom-push-theme): Maintain list of the settings
16581 of a given theme in its theme-settings property.
16582 Maintain position of old settings in the theme-value
16583 or theme-face property.
16584 (custom-enabled-themes): New variable.
16585 (custom-theme-enabled-p): New function.
16586 (provide-theme): Update custom-enabled-themes.
16587 Disable and reenable the `user' theme.
16588 (require-theme): Doc fix.
16589 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16590 (custom-theme-value, custom-theme-variable-value): Likewise.
16591 (custom-theme-reset-internal): Likewise.
16592 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16593 (custom-enable-theme, custom-disable-theme): New functions.
16594 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16595 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16596 (custom-theme-reset-variables): Simplify.
16597 (deftheme, custom-declare-theme, custom-make-theme-feature):
16598 Definitions moved.
16599
16600 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16601
16602 * longlines.el (longlines-show-region)
16603 (longlines-unshow-hard-newlines): Recognize hard newlines by
16604 non-nil hard property, instead of t.
16605
16606 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16607
16608 * viper-cmd.el (viper--key-maps): New variable.
16609 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16610 emulation-mode-map-alists.
16611 (viper-envelop-ESC-key): Use viper-subseq.
16612 (viper-search-forward/backward/next): Disable debug-on-error.
16613
16614 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16615 (viper-ESC-key): New defcustoms.
16616
16617 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16618
16619 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16620 (viper-subseq): Copy of subseq from cl.el.
16621
16622 * viper.el (viper-go-away, viper-set-hooks): Use
16623 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16624
16625 * viper-mous.el (viper-current-frame-saved): Use defvar.
16626
16627 * viper-init.el: Get rid of -face in face names.
16628
16629 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16630 Make it work with longlines mode
16631
16632 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16633
16634 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16635
16636 * ediff-init.el: Get rid of -face in face names.
16637
16638 2005-07-10 Richard M. Stallman <rms@gnu.org>
16639
16640 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16641 and with-timeout-unsuspend.
16642
16643 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16644 and with-timeout-unsuspend.
16645
16646 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16647 (with-timeout): Bind that variable to record timers.
16648 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16649
16650 * emacs-lisp/debug.el (debug-help-follow): New function.
16651 (debugger-mode-map): Use that instead of help-follow.
16652 (debugger-setup-buffer): Use eval-buffer-list
16653 to handle eval-buffer frames.
16654
16655 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16656
16657 * timezone.el (timezone-parse-date): Change first regexp
16658 so it will not mistakenly match dates with no time zone.
16659
16660 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16661
16662 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16663
16664 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16665
16666 * custom.el (custom-initialize-safe-set)
16667 (custom-initialize-safe-default): New functions.
16668
16669 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16670 and simplify :init-value.
16671
16672 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16673 and simplify :init-value. Delete obsolete comment.
16674
16675 * startup.el (command-line): Use `custom-reevaluate-setting' to
16676 handle `tooltip-mode'. Delete obsolete comment.
16677
16678 * files.el (set-visited-file-name): Avoid calling
16679 `file-name-nondirectory' with a nil argument.
16680
16681 2005-07-09 Richard M. Stallman <rms@gnu.org>
16682
16683 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16684 was called with nil for the buffer, handle the read position right.
16685 Handle read position for eval-region, too.
16686
16687 2005-07-09 Juri Linkov <juri@jurta.org>
16688
16689 * fringe.el (fringe-mode): Add period in docstring.
16690 (fringe-query-style): Build prompt depending on `all-frames' arg.
16691
16692 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16693 to not create links to unrelated functions in the Help buffer.
16694
16695 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16696 Doc fix.
16697
16698 * simple.el (next-error-hook): New variable.
16699 (next-error): Use it. Doc fix.
16700
16701 * textmodes/ispell.el (ispell-command-loop): Add current
16702 dictionary name and program name to mode-line-format.
16703 (ispell-region, ispell-process-line): Add current dictionary name
16704 and program name to messages.
16705
16706 2005-07-08 Jay Belanger <belanger@truman.edu>
16707
16708 * calc/calc.el (calc-embedded-announce-formula-alist)
16709 (calc-embedded-open-close-formula-alist)
16710 (calc-embedded-open-close-word-alist)
16711 (calc-embedded-open-close-plain-alist)
16712 (calc-embedded-open-close-new-formula-alist)
16713 (calc-embedded-open-close-mode-alist)
16714 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16715 (calc-embedded-mode-hook): New variables.
16716
16717 * calc/calc-embed.el (calc-embedded-firsttime)
16718 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16719 New variables.
16720 (calc-do-embedded): Use calc-embedded-firsttime,
16721 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16722 determine whether or not to run hooks.
16723 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16724 calc-embedded-firsttime-formula appropriately.
16725 Set calc-embedded delimiter variables according to mode.
16726
16727 2005-07-08 Richard M. Stallman <rms@gnu.org>
16728
16729 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16730 Check for "emacs", etc., as entire symbol, not just as word.
16731 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16732
16733 * files.el (set-visited-file-name): Report the error
16734 for "empty filename" earlier.
16735 (kill-some-buffers): Ignore buffers already dead.
16736
16737 * fringe.el (fringe-mode): Doc fix.
16738
16739 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16740 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16741 Use unwind-protect to ensure byte-compile-unresolved-functions
16742 is updated.
16743
16744 * whitespace.el (whitespace-buffer-leading-cleanup):
16745 Simplify w/ skip-chars-forward.
16746 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16747
16748 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16749 Unconditionally try to leave point at the same old place.
16750
16751 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16752
16753 * comint.el (comint-postoutput-scroll-to-bottom)
16754 (comint-show-maximum-output): Take scroll-margin into consideration.
16755
16756 2005-07-08 Kim F. Storm <storm@cua.dk>
16757
16758 * ido.el (ido-use-filename-at-point): New choice `guess'.
16759 (ido-file-internal): Try ffap-guesser if selected.
16760
16761 * ido.el (ido-before-fallback-functions): New hook.
16762 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16763 (ido-read-file-name): Run it.
16764
16765 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16766
16767 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16768 strings rather than a list of symbols to the completion function.
16769
16770 2005-07-07 Jay Belanger <belanger@truman.edu>
16771
16772 * calc/calc-units.el (math-apply-units): Change the places in
16773 which units are simplified.
16774
16775 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16776
16777 * cus-edit.el (customize-option, customize-option-other-window):
16778 Make them handle aliases.
16779
16780 * custom.el (custom-variable-p): Make it recursively follow
16781 aliases. Mention that in the docstring.
16782
16783 2005-07-07 Richard M. Stallman <rms@gnu.org>
16784
16785 * cus-start.el (exec-path): Use `directory' instead of `file'.
16786 Fix tag for nil.
16787
16788 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16789
16790 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16791 when called non-interactively. Doc fix.
16792
16793 2005-07-07 Lute Kamstra <lute@gnu.org>
16794
16795 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16796 new address as well.
16797
16798 2005-07-07 Kenichi Handa <handa@m17n.org>
16799
16800 * international/mule.el (make-coding-system):
16801 Describe `ascii-incompatible' property in the docstring.
16802 (set-file-name-coding-system): Signal an error if coding-system is
16803 ascii-incompatible.
16804 (set-keyboard-coding-system): Likewise.
16805
16806 * international/mule-cmds.el (set-default-coding-systems):
16807 Don't set default-file-name-coding-system and
16808 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16809
16810 * international/utf-16.el: Declare that all UTF-16-based coding
16811 systems are ASCII-incompatible.
16812
16813 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16814
16815 * progmodes/gud.el: Require font-lock for displaying errors.
16816 Used by gdb-ui.el.
16817
16818 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16819
16820 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16821 values for the pattern lists which are `read'able but not
16822 `append'able (like symbols).
16823
16824 2005-07-06 Richard M. Stallman <rms@gnu.org>
16825
16826 * progmodes/flymake.el (flymake-float-time): Instead of
16827 with-no-warnings, test for xemacs.
16828 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16829 to avoid warning.
16830
16831 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16832
16833 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16834
16835 2005-07-05 Lute Kamstra <lute@gnu.org>
16836
16837 * battery.el: Add support for Darwin (with much debugging help
16838 from Samuel Lauber <sam124@operamail.com>).
16839 (battery-status-function, battery-echo-area-format)
16840 (battery-mode-line-format): Add support for pmset on Darwin.
16841 (battery-load-low, battery-load-critical): New user options.
16842 (battery-pmset): New function.
16843
16844 2005-07-05 Lute Kamstra <lute@gnu.org>
16845
16846 Update FSF's address in GPL notices.
16847
16848 * textmodes/page-ext.el: Update FSF's address.
16849
16850 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16851
16852 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16853 filling from using prefix when filling a single-line docstring.
16854
16855 * progmodes/flymake.el: Remove useless eval-when-compile.
16856
16857 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16858
16859 2005-07-04 Richard M. Stallman <rms@gnu.org>
16860
16861 * textmodes/org.el (org-file-apps-defaults-gnu):
16862 Rename from org-file-apps-defaults-linux.
16863 (org-default-apps): Don't test system-type for `linux'.
16864 (org-file-apps): Doc fix.
16865
16866 2005-07-04 David Ponce <david@dponce.com>
16867
16868 * tree-widget.el: Improve header Commentary section.
16869 (tree-widget) [defgroup]
16870 (tree-widget-image-enable, tree-widget-themes-directory)
16871 (tree-widget-theme, tree-widget-image-properties-emacs)
16872 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16873 (tree-widget-image-formats, tree-widget-control)
16874 (tree-widget-empty-control, tree-widget-leaf-control
16875 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16876 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16877 (tree-widget-keep, tree-widget-after-toggle-functions)
16878 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16879 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16880 :help-echo message.
16881 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16882 (tree-widget-image-properties): Doc fix. Clearer implementation.
16883 (tree-widget--cursors): New constant.
16884 (tree-widget-lookup-image): New function split from
16885 `tree-widget-find-image'. Clearer implementation.
16886 (tree-widget-find-image): Use it.
16887 (tree-widget-button-keymap): Use `set-keymap-parent'.
16888 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16889 Define the sub-widgets here.
16890 (tree-widget-node): Check that :node is not a tree-widget.
16891 (tree-widget-get-super, tree-widget-open-control)
16892 (tree-widget-close-control, tree-widget-empty-control)
16893 (tree-widget-leaf-control, tree-widget-guide)
16894 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16895 (tree-widget-no-handle, tree-widget-value-delete)
16896 (tree-widget-map): Remove.
16897 (tree-widget-children-value-save): Doc fix. Simplified.
16898 (tree-widget-value-create): Update according to previous changes.
16899
16900 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16901
16902 * textmodes/org.el: Leading space replaced by TABS.
16903 (org-recalc-marks, org-table-rotate-recalc-marks)
16904 (org-table-get-specials): Treat "^" and "_" marks.
16905 (org-table-justify-field-maybe): Optional argument NEW.
16906 (org-table-eval-formula): Parsing of the format simplified.
16907 New modes C,I. Honor the %= parameter in the current table.
16908 Avoid unnecessary re-align by using the NEW argument to
16909 `org-table-justify-field-maybe'.
16910 (org-calc-default-modes): Default for date-format mimicks org-mode.
16911 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16912
16913 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16914
16915 * cus-face.el (custom-theme-set-faces): Make it handle face
16916 aliases whose alias declarations are pre- or autoloaded.
16917
16918 2005-07-04 Juri Linkov <juri@jurta.org>
16919
16920 * faces.el (read-face-name): Put the code for getting a face name
16921 from the buffer before adding the faces from the `face' property.
16922 Use `completing-read-multiple' instead of `completing-read'.
16923 Require `crm'. Add default value and post-process the returned
16924 list of faces.
16925
16926 * emacs-lisp/crm.el (crm-find-current-element)
16927 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16928
16929 * emacs-lisp/lisp-mode.el (eval-defun-1):
16930 * emacs-lisp/edebug.el (edebug-eval-defun):
16931 Remove unnecessary quotes.
16932
16933 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16934
16935 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16936 (prolog-indent-level): Fix typo in docstring.
16937
16938 * info.el (Info-history, Info-history-forward)
16939 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16940
16941 * add-log.el (add-change-log-entry):
16942 * comint.el (comint-dynamic-list-input-ring)
16943 (comint-dynamic-list-completions):
16944 * dabbrev.el (dabbrev-expand):
16945 * delim-col.el (delimit-columns-rectangle-line):
16946 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16947 (diff-unified->context):
16948 * ediff-init.el (ediff-abbrev-jobname):
16949 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16950 (ediff-replace-session-activity-marker-in-meta-buffer):
16951 * info.el (Info-summary):
16952 * lpr.el (printify-region):
16953 * printing.el (pr-create-interface):
16954 * ps-print.el (ps-print-quote):
16955 * ses.el (ses-column-widths, ses-print-cell)
16956 (ses-adjust-print-width, ses-center):
16957 * shell.el (shell-file-name-quote-list):
16958 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16959 (strokes-fill-current-buffer-with-whitespace)
16960 (strokes-xpm-for-stroke, strokes-list-strokes)
16961 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16962 * term.el (term-dynamic-list-input-ring)
16963 (term-dynamic-list-completions):
16964 * calc/calc.el (math-format-stack-value):
16965 * emacs-lisp/edebug.el (edebug-display-freq-count):
16966 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16967 (delphi-new-comment-line):
16968 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16969 * progmodes/executable.el (executable-set-magic):
16970 * progmodes/python.el (inferior-python-mode):
16971 * progmodes/scheme.el (scheme-mode-syntax-table):
16972 * progmodes/sh-script.el (sh-maybe-here-document):
16973 * progmodes/sql.el (sql-copy-column):
16974 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16975 * textmodes/bibtex.el (bibtex-mode):
16976 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16977 (sgml-auto-attributes):
16978 * textmodes/table.el (table-insert, table-shorten-cell)
16979 (table--generate-source-scan-lines, table-delete-row)
16980 (*table--cell-delete-char, table--spacify-frame)
16981 (table--horizontally-shift-above-and-below)
16982 (table--cell-insert-char, table--cell-blank-str)
16983 (table--fill-region-strictly):
16984 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16985 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16986
16987 * add-log.el (change-log):
16988 * apropos.el (apropos):
16989 * comint.el (comint-completion, comint-source):
16990 * dabbrev.el (dabbrev):
16991 * delim-col.el (columns):
16992 * diff-mode.el (diff-mode):
16993 * ediff.el (ediff):
16994 * ediff-diff.el (ediff-diff):
16995 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16996 * ediff-mult.el (ediff-mult):
16997 * ediff-ptch.el (ediff-ptch):
16998 * ediff-wind.el (ediff-window):
16999 * facemenu.el (facemenu):
17000 * indent.el (indent):
17001 * info.el (info):
17002 * jka-cmpr-hook.el (compression, jka-compr):
17003 * lpr.el (lpr):
17004 * outline.el (outlines):
17005 * pcmpl-cvs.el (pcmpl-cvs):
17006 * pcmpl-rpm.el (pcmpl-rpm):
17007 * printing.el (printing):
17008 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17009 (ps-print-vertical, ps-print-headers, ps-print-font)
17010 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17011 (ps-print-background, ps-print-printer, ps-print-page)
17012 (ps-print-miscellany):
17013 * ses.el (ses):
17014 * shell.el (shell, shell-directories, shell-faces):
17015 * startup.el (initialization):
17016 * strokes.el (strokes):
17017 * term.el (term):
17018 * uniquify.el (uniquify):
17019 * w32-vars.el (w32):
17020 * calc/calc.el (calc):
17021 * emacs-lisp/bytecomp.el (bytecomp):
17022 * emacs-lisp/cl-indent.el (lisp-indent):
17023 * emacs-lisp/edebug.el (edebug):
17024 * emacs-lisp/elp.el (elp):
17025 * emacs-lisp/testcover.el (testcover):
17026 * emacs-lisp/trace.el (trace):
17027 * emulation/viper-ex.el (viper-ex):
17028 * emulation/viper-mous.el (viper-mouse):
17029 * mail/mailalias.el (mailalias):
17030 * mail/supercite.el (supercite, supercite-frames)
17031 (supercite-attr, supercite-cite, supercite-hooks):
17032 * net/rcompile.el (remote-compile):
17033 * net/rlogin.el (rlogin):
17034 * obsolete/ooutline.el (outlines):
17035 * progmodes/delphi.el (delphi):
17036 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17037 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17038 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17039 (ebnf-optimization):
17040 * progmodes/etags.el (etags):
17041 * progmodes/executable.el (executable):
17042 * progmodes/idlwave.el (idlwave):
17043 * progmodes/pascal.el (pascal):
17044 * progmodes/prolog.el (prolog):
17045 * progmodes/python.el (python):
17046 * progmodes/scheme.el (scheme):
17047 * progmodes/sh-script.el (sh, sh-script):
17048 * progmodes/sql.el (SQL):
17049 * progmodes/tcl.el (tcl):
17050 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17051 * textmodes/enriched.el (enriched):
17052 * textmodes/makeinfo.el (makeinfo):
17053 * textmodes/sgml-mode.el (sgml):
17054 * textmodes/table.el (table-hooks):
17055 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17056 * textmodes/texinfo.el (texinfo):
17057 * textmodes/two-column.el (two-column):
17058 Finish `defgroup' description with period.
17059
17060 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17061 * eshell/esh-var.el (eshell-var):
17062 * progmodes/vhdl-mode.el (vhdl-testbench):
17063 * textmodes/org.el (org): Fix typos in docstrings.
17064
17065 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17066 consistency.
17067
17068 * progmodes/flymake.el (flymake-find-file): Remove.
17069 (flymake-float-time): Use `with-no-warnings'.
17070 (flymake-check-start-time, flymake-check-was-interrupted)
17071 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17072 (flymake-new-err-info): `defvar' at compile time.
17073
17074 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17075
17076 * replace.el (occur-hook): Doc fix.
17077 (occur-1): Don't call `occur-hook' if there are no matches.
17078
17079 2005-07-03 Richard M. Stallman <rms@gnu.org>
17080
17081 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17082 global-map, save the same map.
17083 (global-map): Don't alter it at top level.
17084 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17085 Then alter it here instead.
17086 (tpu-edt-off): Set global-map to the saved one.
17087
17088 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17089 All references simplified.
17090 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17091 (zmacs-regions): Add defvar.
17092 (repeat-complex-command-map): Everything about that deleted.
17093
17094 * textmodes/artist.el (artist-key-is-drawing)
17095 (artist-key-endpoint1, artist-key-poly-point-list)
17096 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17097 (artist-key-compl-table, artist-rb-save-data)
17098 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17099 Don't put them in eval-when-compile.
17100 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17101
17102 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17103 Use with-no-warnings.
17104
17105 * net/browse-url.el (dos-windows-version): Add defvar.
17106
17107 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17108
17109 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17110 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17111 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17112 Add defvar.
17113 (rmail-summary-beginning-of-message): Use with-no-warnings.
17114 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17115
17116 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17117 Use with-no-warnings.
17118
17119 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17120 (c-mark-function): Add point-moving-unit property.
17121 (vi-goto-line): Use with-no-warnings.
17122
17123 * emulation/edt.el (edt-last-copied-word): Add defvar.
17124 (zmacs-region-stays): Likewise.
17125 (edt-mark-section-wisely): Use c-mark-function for C.
17126 Use makr-defun for Fortran.
17127 (time-string): defvar deleted.
17128 (edt-display-the-time): Don't set time-string.
17129
17130 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17131
17132 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17133 Don't warn when name is not constant
17134 or for defining the group `emacs'.
17135
17136 * tooltip.el (gud-tooltip-mode): Add defvar.
17137
17138 * startup.el (default-frame-background-mode): Add defvar.
17139
17140 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17141
17142 * info.el (tool-bar-map): Add defvar.
17143
17144 * dired.el (dnd-protocol-alist): Add defvar.
17145
17146 * dired-aux.el (dired-query): Display question with answer, when
17147 the user answers.
17148
17149 * custom.el (custom-add-option): Doc fix.
17150
17151 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17152
17153 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17154
17155 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17156 bogus name from the last change.
17157
17158 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17159
17160 * custom.el (custom-declare-variable): Fix typos in comment.
17161 (custom-known-themes): Doc fix.
17162 (custom-theme-directory): New defcustom.
17163 (require-theme): Make it check `custom-theme-directory'.
17164
17165 * cus-theme.el (custom-new-theme-mode): New function.
17166 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17167 (custom-theme-description): Add compiler defvars.
17168 (customize-create-theme): Add doc to the "*New Custom Theme*"
17169 buffer. Use `custom-new-theme-mode'.
17170 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17171 and save it to the `custom-theme-directory'. Make this the
17172 default directory of the buffer.
17173
17174 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17175
17176 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17177 Fix unbalanced parentheses.
17178
17179 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17180
17181 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17182 into flymake-mode and delegate to flymake-mode.
17183
17184 * find-file.el (ff-which-function-are-we-in): Clean up.
17185
17186 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17187
17188 * replace.el (occur-rename-buffer): Fix docstring.
17189
17190 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17191 (edt-last-copied-word, edt-learn-macro-count)
17192 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17193 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17194 (time-string, zmacs-region-stays):
17195 * emulation/edt-mapper.el (edt-save-function-key-map)
17196 (EDT-key-name): `defvar' to silence the byte-compiler.
17197
17198 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17199
17200 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17201 font-lock-regexp-backslash. Doc fix.
17202 (font-lock-regexp-backslash-grouping-construct): Rename from
17203 font-lock-regexp-backslash-construct. Doc fix.
17204 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17205 grouping constructs.
17206
17207 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17208
17209 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17210 updating all the prerequisites.
17211
17212 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17213
17214 * textmodes/org.el (org-agenda-start-on-weekday)
17215 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17216 (org-agenda-use-time-grid, org-archive-location)
17217 (org-allow-space-in-links, org-usenet-links-prefer-google)
17218 (org-enable-table-editor, org-export-default-language)
17219 (org-export-html-show-new-buffer, org-fill-paragraph)
17220 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17221 (org-goto-quit, org-occur, org-eval-in-calendar)
17222 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17223 (org-agenda-diary-entry, org-remember-help)
17224 (org-table-convert-region, org-at-table-p)
17225 (org-table-move-row-down, org-table-move-row-up)
17226 (org-table-copy-region, org-table-toggle-vline-visibility)
17227 (org-table-get-stored-formulas, org-table-get-specials)
17228 (org-recalc-commands, org-table-eval-formula)
17229 (org-table-formula-substitute-names, orgtbl-make-binding)
17230 (org-format-org-table-html, org-format-table-table-html)
17231 (org-format-table-table-html-using-table-generate-source)
17232 (org-customize): Fix typos in docstrings.
17233 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17234 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17235 (org-back-to-heading): Doc fixes.
17236 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17237 (org-agenda-change-all-lines, org-get-header):
17238 Improve argument/docstring consistency.
17239 (orgtbl-error): Fix error message.
17240
17241 * progmodes/flymake.el (flymake-find-possible-master-files)
17242 (flymake-master-file-compare, flymake-get-line-err-count)
17243 (flymake-highlight-line, flymake-gui-warnings-enabled):
17244 Fix typos in docstrings.
17245 (flymake-parse-line, flymake-get-project-include-dirs-function)
17246 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17247 Doc fixes.
17248 (flymake-get-project-include-dirs-function)
17249 (flymake-make-err-menu-data):
17250 Improve argument/docstring consistency.
17251
17252 2005-07-01 Lute Kamstra <lute@gnu.org>
17253
17254 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17255 Catch errors with ignore-errors. Use temporary buffer.
17256 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17257
17258 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17259 background color faces.
17260 (facemenu-set-foreground, facemenu-set-background):
17261 Use facemenu-set-face-from-menu.
17262 (facemenu-set-face-from-menu): Treat face names that start with
17263 "fg:" or "bg:" as special.
17264 (facemenu-add-new-color): Don't create faces. Simplify.
17265
17266 2005-06-30 Richard M. Stallman <rms@gnu.org>
17267
17268 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17269 (crm-find-current-element): Likewise.
17270
17271 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17272
17273 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17274
17275 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17276
17277 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17278 (archive-mouse-extract): Make it an obsolete alias.
17279 (archive-mode-map): Don't use archive-mouse-extract any more.
17280 (archive-mode, archive-extract): write-contents-hooks ->
17281 write-contents-functions.
17282 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17283 first arg.
17284 (archive-rename-entry): Update the call.
17285 (archive-zip-summarize): Remove unused var `method'.
17286 (archive-lzh-summarize): Remove unused var `creator'.
17287
17288 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17289 dedicated frame upon exit.
17290
17291 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17292 (archive-zip-extract, archive-zip-expunge)
17293 (archive-zip-update, archive-zip-update-case): Use executable-find.
17294 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17295 Use restore-buffer-modified-p.
17296 (archive-extract, archive-add-new-member, archive-write-file-member):
17297 Use with-current-buffer.
17298 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17299
17300 2005-06-30 Andreas Schwab <schwab@suse.de>
17301
17302 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17303
17304 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17305
17306 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17307
17308 2005-06-30 Juri Linkov <juri@jurta.org>
17309
17310 * faces.el (vertical-border): Inherit from mode-line-inactive
17311 only on tty.
17312
17313 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17314
17315 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17316 example, -NLINES in the `occur' docstring).
17317
17318 * replace.el (occur-1): When no matches are found, do not set the
17319 `buffer-read-only' and modified flags for the occur buffer,
17320 because it is deleted.
17321
17322 * emulation/cua-base.el (cua-check-pending-input)
17323 (cua-repeat-replace-region, cua-mode, cua-debug)
17324 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17325 Fix typos in docstrings.
17326
17327 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17328 (cua-cut-region-to-global-mark)
17329 (cua--cut-rectangle-to-global-mark):
17330 Remove period from end of messages.
17331
17332 * emulation/cua-rect.el (cua-do-rectangle-padding):
17333 Remove period from end of messages.
17334 (cua--rectangle-seq-format): Fix typo in docstring.
17335 (cua-sequence-rectangle, cua-fill-char-rectangle):
17336 Improve argument/docstring consistency.
17337
17338 2005-06-29 Juri Linkov <juri@jurta.org>
17339
17340 * faces.el (default-frame-background-mode): New internal variable.
17341 (frame-set-background-mode): Use it.
17342
17343 * startup.el (normal-top-level): Set default-frame-background-mode
17344 instead of frame-background-mode. Before setting it, test for its
17345 nil value. Remove tests for frame-background-mode and frame
17346 parameter `reverse'. Add test for "unspecified-fg".
17347
17348 * term/xterm.el (xterm-rxvt-set-background-mode):
17349 * term/rxvt.el (rxvt-set-background-mode):
17350 Set default-frame-background-mode instead of frame-background-mode.
17351
17352 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17353
17354 * simple.el (set-variable): Warn about obsolete user variables.
17355
17356 * imenu.el (imenu--completion-buffer):
17357 * mouse.el (mouse-buffer-menu-alist):
17358 * msb.el (msb-invisible-buffer-p):
17359 * calendar/diary-lib.el (diary-header-line-format):
17360 * emacs-lisp/pp.el (pp-buffer):
17361 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17362 * textmodes/picture.el (picture-replace-match):
17363 Change space constants followed by a sexp to "?\s ".
17364
17365 * play/decipher.el (decipher-loop-with-breaks):
17366 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17367 constants "protected" from end of line by a comment to "?\s".
17368
17369 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17370
17371 * font-lock.el (save-buffer-state): Use `declare'.
17372
17373 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17374 reset the syntax-table to cperl-mode-syntax-table.
17375 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17376 "foo_print_bar" is not matched as a reserved keyword.
17377
17378 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17379
17380 * textmodes/org.el (orgtbl-setup): New function, for delayed
17381 setup for the orgtbl commands.
17382 (org-calc-default-modes): New option.
17383 (orgtbl-make-binding): Use `defun' to get better help display.
17384 (org-diary): Call `org-compile-prefix-format'.
17385 (org-table-formula-substitute-names): New function.
17386 (org-agenda-day-view, org-agenda-week-view): New commands.
17387 (org-agenda-toggle-week-view): Command removed.
17388 (org-tbl-menu): Split off from org-org-menu.
17389 (org-mode): Move removal of outline-mode menus to here.
17390 (org-table-formula-debug): New option.
17391 (org-table-insert-row): Keep first field if just "#" or "*".
17392 (org-mode): Paragraph regexps fixed.
17393 (org-table-recalculate-regexp): New constant.
17394 (org-table-justify-field-maybe): Avoid replace if not necessary.
17395 (org-copy-special, org-cut-special): Use `call-interactively'.
17396 (org-table-copy-region): Take region from `interactive' call.
17397 (org-trim): Return string even if no match.
17398 (org-formula): New face.
17399 (org-set-font-lock-defaults): No longer highlight "FIXME".
17400 But highlight formula-related fields in table.
17401 (org-table-p): Use regexp, not fontification.
17402 (org-table-align): Handle white space at end of line.
17403 (org-table-formula-evaluate-inline): New option.
17404 (org-mode): Auto-wrapping in comment lines turned off.
17405 (org-table-copy-down): Evaluate only in copied field, not in
17406 destination.
17407 (org-table-current-formula): Variable removed.
17408 (org-table-store-formulas, org-table-get-stored-formulas)
17409 (org-table-modify-formulas, org-table-replace-in-formulas)
17410 (org-table-maybe-eval-formula): New functions.
17411 (org-table-get-formula): Modify to use stored formulas.
17412 (org-table-insert-column, org-table-delete-column)
17413 (org-table-move-column): Call `org-table-modify-formulas'.
17414 (org-complete): Add completion for keyword formulas.
17415 (orgtbl-mode): Pull orgtbl-mode-map to start of
17416 minor-mode-map-alist.
17417
17418 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * progmodes/python.el (python-check): Require `compile' before
17421 modifying its variables.
17422
17423 * newcomment.el (comment-indent-default): Don't get fooled by an early
17424 end of buffer.
17425
17426 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17427
17428 * ps-print.el (ps-print-version): Fix version number.
17429
17430 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17431
17432 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17433
17434 2005-06-28 Richard M. Stallman <rms@gnu.org>
17435
17436 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17437 (flyspell-local-mouse-map): Declaration deleted.
17438 (flyspell-mouse-map): Bind only mouse-2.
17439 (flyspell-mode-map): Don't test flyspell-use-local-map.
17440 (flyspell-overlay-keymap-property-name): Var deleted.
17441 (flyspell-mode-on): Don't make local bindings for
17442 flyspell-mouse-map and flyspell-mode-map.
17443 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17444
17445 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17446
17447 * progmodes/compile.el (compilation-next-error-function):
17448 Don't switch buffers; operate on the current buffer.
17449
17450 * progmodes/compile.el (compilation-error-file-name)
17451 (compilation-warning-file-name, compilation-info-file-name)
17452 (compilation-line-number, compilation-column-number): New faces.
17453 (compilation-error-face, compilation-warning-face)
17454 (compilation-info-face, compilation-line-face)
17455 (compilation-column-face): Use them.
17456
17457 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17458
17459 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17460
17461 * bindings.el (global-map): Bind insertchar and its variants.
17462
17463 2005-06-27 Richard M. Stallman <rms@gnu.org>
17464
17465 * textmodes/artist.el (artist-text-overwrite)
17466 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17467
17468 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17469
17470 * ps-print.el: It was not working the page selection for printing.
17471 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17472 (ps-print-version): New version 6.6.7.
17473 (ps-end-sheet): New fun.
17474 (ps-header-sheet, ps-end-job): Call it.
17475
17476 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17477
17478 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17479
17480 2005-06-27 Lute Kamstra <lute@gnu.org>
17481
17482 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17483 background color faces.
17484 (facemenu-get-face): Delete function.
17485 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17486 (facemenu-add-new-color): Make second argument mandatory.
17487 Create the appropriate face and return it. Simplify.
17488 (facemenu-set-foreground, facemenu-set-background): Don't check if
17489 color is defined. Use return value of facemenu-add-new-color.
17490
17491 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17492
17493 * progmodes/gud.el (gud-filter): Add missing argument to
17494 with-selected-window.
17495
17496 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17497
17498 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17499 a :require to the defcustom.
17500
17501 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17502 defcustoms corresponding to minor modes.
17503
17504 2005-06-26 David Ponce <david@dponce.com>
17505
17506 * recentf.el: Require tree-widget instead of wid-edit.
17507 (recentf-filename-handler): Fix widget :type.
17508 (recentf-cancel-dialog, recentf-open-more-files)
17509 (recentf-open-files-action): Doc fix.
17510 (recentf-dialog-goto-first): New function.
17511 (recentf-dialog-mode-map): Set parent keymap first.
17512 (recentf-dialog-mode): Define with define-derived-mode.
17513 Don't display continuation lines in dialogs.
17514 (recentf-edit-list): Rename from recentf-edit-selected-items.
17515 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17516 Simplify.
17517 (recentf-edit-list-validate): New function.
17518 (recentf-edit-list): Update accordingly.
17519 (recentf-open-files-item-shift): Remove.
17520 (recentf-open-files-item): Convert menu elements into tree and
17521 link widgets. Don't create the widgets.
17522 (recentf-open-files): Update accordingly.
17523 (recentf-save-list): Untabify.
17524
17525 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17526
17527 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17528 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17529 partially contained in the active region. Do not take active
17530 region into account when called from Lisp, unless INTERACTIVE arg
17531 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17532 avoid trouble with fields. Make marker point nowhere when no
17533 longer used. Always return nil. Doc fix.
17534 (flush-lines): Add INTERACTIVE arg. Do not take active region
17535 into account when called from Lisp, unless INTERACTIVE arg is
17536 non-nil. Use `forward-line' instead of `beginning-of-line' to
17537 avoid trouble with fields. Make marker point nowhere when no
17538 longer used. Always return nil. Doc fix.
17539 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17540 interchangeable. Do not take active region into account when
17541 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17542 message in echo area when called from Lisp, unless INTERACTIVE arg
17543 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17544 Return the number of matches. Doc fix.
17545 (occur): Doc fix.
17546 (perform-replace): Make comment follow double space convention for
17547 the sake of `outline-minor-mode'.
17548
17549 * faces.el (facep): Doc fix.
17550
17551 2005-06-25 Richard M. Stallman <rms@gnu.org>
17552
17553 * facemenu.el (facemenu-enable-faces-p): New function.
17554 (facemenu-background-menu, facemenu-foreground-menu)
17555 (facemenu-face-menu): Add menu-enable property.
17556
17557 * jka-compr.el (jka-compr-insert-file-contents):
17558 Special handling if cannot find the uncompression program.
17559
17560 * cus-face.el (custom-face-attributes): Add autoload.
17561
17562 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17563 Bind comment-indent-function locally.
17564
17565 * window.el (save-selected-window): Use save-current-buffer.
17566
17567 * subr.el (with-selected-window): Use save-current-buffer.
17568
17569 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17570 and with-current-buffer.
17571
17572 2005-06-24 Richard M. Stallman <rms@gnu.org>
17573
17574 * simple.el (line-move-1): Fix previous change.
17575
17576 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17577
17578 * replace.el (occur-1): Set `buffer-read-only' and the
17579 buffer-modified flag before running `occur-hook' to protect
17580 against unintentional buffer switches that can lead to data loss.
17581
17582 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17583
17584 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17585 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17586 initial error.
17587
17588 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17589 after fresh input.
17590 (gdb-var-create-handler): Put name of expression in quotes.
17591
17592 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17593
17594 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17595 elements of RING in order, and without bogus nil elements.
17596
17597 2005-06-23 Richard M. Stallman <rms@gnu.org>
17598
17599 * simple.el (set-variable): Args renamed; doc fix.
17600 (line-move-1): When there are overlays around, use vertical-motion.
17601
17602 * faces.el (escape-glyph): Use brown against light background.
17603 (nobreak-space): Rename from no-break-space.
17604 Fix previous change.
17605
17606 * dired-aux.el (dired-do-copy): Fix arg prompt.
17607
17608 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17609
17610 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17611
17612 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17613 rather than "Distributor".
17614
17615 2005-06-23 Lute Kamstra <lute@gnu.org>
17616
17617 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17618 (debug-on-entry): Use it. New interactive declaration that uses
17619 function-called-at-point.
17620
17621 2005-06-23 Kim F. Storm <storm@cua.dk>
17622
17623 * subr.el (save-match-data): Add comment about using evaporate arg
17624 to set-match-data.
17625
17626 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17627
17628 * cus-edit.el (customize-face)
17629 (customize-face-other-window): Handle face aliases.
17630
17631 * faces.el (face-documentation, set-face-attribute)
17632 (face-spec-set): Handle face aliases.
17633
17634 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17635
17636 * help-mode.el (help-make-xrefs): If a symbol representing a face
17637 name is not followed by the word "face", it could still be a
17638 function or variable name, so don't bypass other checks.
17639
17640 2005-06-22 Juri Linkov <juri@jurta.org>
17641
17642 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17643 Replace aliased functions with calls where second arg `inherit' is t.
17644
17645 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17646
17647 * progmodes/gdb-ui.el (gdb-error): New variable.
17648 (gdb-error): New function.
17649 (gdb-annotation-rules): Act on error-begin and error annotations.
17650 (gdb-concat-output): Use font-lock-warning-face for errors.
17651
17652 2005-06-22 Miles Bader <miles@gnu.org>
17653
17654 * bindings.el (propertized-buffer-identification): Use renamed
17655 `Buffer-menu-buffer' face.
17656
17657 * faces.el (vertical-border): Rename from `vertical-divider'.
17658 (escape-glyph): Change dark-background color back to `cyan'.
17659
17660 2005-06-21 Juri Linkov <juri@jurta.org>
17661
17662 * faces.el (face-user-default-spec): Try getting `customized-face'
17663 prior to `saved-face'.
17664 (frame-background-mode): Refill docstring.
17665
17666 * emacs-lisp/lisp-mode.el (eval-defun-1):
17667 * emacs-lisp/edebug.el (edebug-eval-defun):
17668 Set `saved-face' temporarily to nil before calling form.
17669 Set `customized-face' to the new spec after that.
17670
17671 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17672
17673 * subr.el (1value, lambda, key-substitution-in-progress):
17674 Doc fixes.
17675
17676 * autoinsert.el (auto-insert-alist):
17677 * ses.el (ses-call-printer):
17678 * subr.el (noreturn):
17679 * emacs-lisp/lisp.el (check-parens):
17680 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17681 * net/browse-url.el (browse-url-mosaic):
17682 * progmodes/cc-defs.el (c-safe-scan-lists):
17683 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17684 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17685 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17686 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17687 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17688 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17689
17690 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17691
17692 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17693
17694 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17695
17696 * calendar/appt.el (appt-make-list): Activate the package, if
17697 not already active (for backwards compatibility).
17698
17699 2005-06-20 Kim F. Storm <storm@cua.dk>
17700
17701 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17702
17703 2005-06-20 Miles Bader <miles@gnu.org>
17704
17705 * faces.el (vertical-divider): New face.
17706
17707 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17708
17709 * simple.el (kill-whole-line): Doc fix.
17710 (next-error-buffer-p, next-error-find-buffer)
17711 (clone-indirect-buffer): Fix typos in docstrings.
17712 (comment-line-break-function): Doc fix: don't say variable
17713 is automatically buffer-local (it isn't).
17714
17715 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17716
17717 * net/tramp-ftp.el (top):
17718 * net/tramp-smb.el (top):
17719 * net/tramp-util.el (top):
17720 * net/tramp-uu.el (top):
17721 * net/tramp-vc.el (top):
17722 * net/tramp.el (top): Revert copyright years back to original
17723 ones. Tramp has a life outside GNU Emacs.
17724
17725 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17726
17727 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17728
17729 2005-06-18 Juri Linkov <juri@jurta.org>
17730
17731 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17732 end of first regexp to limit the match to the position between
17733 line number and source line with same separator character as used
17734 between file name and line number. In the second regexp limit
17735 mouse-face area to file name and line number by adding new group
17736 for them and referring it in HYPERLINK arg.
17737 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17738 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17739 previous line where grep markers may be already removed.
17740
17741 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17742
17743 * progmodes/ps-mode.el: Update version and maintainer's email address.
17744
17745 2005-06-18 Steve Youngs <steve@xemacs.org>
17746
17747 * net/browse-url.el (browse-url-browser-function)
17748 (browse-url-default-browser): Add firefox.
17749 (browse-url-firefox-program, browse-url-firefox-arguments)
17750 (browse-url-firefox-startup-arguments)
17751 (browse-url-firefox-new-window-is-tab): New defcustoms.
17752 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17753
17754 2005-06-17 Richard M. Stallman <rms@gnu.org>
17755
17756 * startup.el (command-line): Warn if specified user name has
17757 no home directory.
17758
17759 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17760 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17761
17762 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17763 Doc fixes.
17764
17765 * faces.el (underline): Try bold if terminal doesn't support underline.
17766
17767 * mail/sendmail.el (mail-setup-with-from): New variable.
17768 (mail-insert-from-field): New function.
17769 (sendmail-send-it): Call it.
17770 (mail-setup): Optionally call it here.
17771
17772 * term/linux.el: Call tty-no-underline.
17773
17774 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17775
17776 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17777
17778 2005-06-17 Miles Bader <miles@gnu.org>
17779
17780 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17781 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17782 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17783 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17784 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17785 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17786 Remove "-face" suffix from face names.
17787 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17788 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17789 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17790 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17791 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17792 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17793 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17794 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17795 New backward-compatibility aliases for renamed faces.
17796 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17797 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17798 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17799 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17800 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17801 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17802 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17803 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17804 Use renamed ediff faces.
17805
17806 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17807 Remove "-face" suffix from face names.
17808 (eshell-test-ok-face, eshell-test-failed-face):
17809 New backward-compatibility aliases for renamed faces.
17810 (eshell-run-test): Use renamed eshell-test faces.
17811
17812 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17813 face name.
17814 (eshell-prompt-face): New backward-compatibility alias for renamed
17815 face.
17816 (eshell-emit-prompt): Use renamed eshell-prompt face.
17817
17818 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17819 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17820 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17821 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17822 Remove "-face" suffix from face names.
17823 (eshell-ls-directory-face, eshell-ls-symlink-face)
17824 (eshell-ls-executable-face, eshell-ls-readonly-face)
17825 (eshell-ls-unreadable-face, eshell-ls-special-face)
17826 (eshell-ls-missing-face, eshell-ls-archive-face)
17827 (eshell-ls-backup-face, eshell-ls-product-face)
17828 (eshell-ls-clutter-face):
17829 New backward-compatibility aliases for renamed faces.
17830 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17831
17832 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17833 Remove "-face" suffix from face name.
17834 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17835 instead of literal face.
17836
17837 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17838
17839 * emacs-lisp/warnings.el (display-warning, lwarn)
17840 (warning-minimum-log-level): Doc fixes.
17841 (warning-minimum-level, warning-minimum-log-level):
17842 Add :debug to :type choices.
17843
17844 * progmodes/ada-mode.el (ada-format-paramlist)
17845 (ada-get-indent-case, ada-check-matching-start)
17846 (ada-check-defun-name, ada-goto-matching-decl-start)
17847 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17848 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17849 (ada-make-subprogram-body): Follow error conventions.
17850 (ada-case-exception-file, ada-indent-comment-as-code)
17851 (ada-indent-handle-comment-special, ada-indent-renames)
17852 (ada-indent-return, ada-search-directories-internal)
17853 (ada-tab-policy, ada-case-exception-substring)
17854 (ada-other-file-alist, ada-matching-start-re)
17855 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17856 (ada-imenu-generic-expression, ada-compile-goto-error)
17857 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17858 (ada-popup-menu, ada-add-extensions, ada-mode)
17859 (ada-region-selected, ada-create-case-exception)
17860 (ada-create-case-exception-substring, ada-after-keyword-p)
17861 (ada-activate-keys-for-case, ada-adjust-case-region)
17862 (ada-adjust-case-buffer, ada-format-paramlist)
17863 (ada-scan-paramlist, ada-insert-paramlist)
17864 (ada-indent-newline-indent)
17865 (ada-indent-newline-indent-conditional)
17866 (ada-justified-indent-current, ada-goto-previous-word)
17867 (ada-indent-current, ada-get-indent-open-paren)
17868 (ada-get-indent-paramlist, ada-get-indent-end)
17869 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17870 (ada-get-indent-block-start, ada-get-indent-subprog)
17871 (ada-get-indent-noindent, ada-get-indent-label)
17872 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17873 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17874 (ada-goto-stmt-end, ada-goto-next-word)
17875 (ada-check-matching-start, ada-check-defun-name)
17876 (ada-goto-matching-decl-start, ada-goto-matching-start)
17877 (ada-goto-matching-end, ada-search-ignore-string-comment)
17878 (ada-in-decl-p, ada-looking-at-semi-or)
17879 (ada-looking-at-semi-private, ada-in-paramlist-p)
17880 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17881 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17882 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17883 (ada-previous-package, ada-create-menu)
17884 (ada-fill-comment-paragraph-justify)
17885 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17886 (ada-other-file-name, ada-last-which-function-line)
17887 (ada-last-which-function-subprog, ada-which-function)
17888 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17889 (ada-gen-treat-proc, ada-check-emacs-version)
17890 (ada-continuation-indent, ada-align-region-separate):
17891 Fix typos in docstrings.
17892 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17893
17894 2005-06-16 Lute Kamstra <lute@gnu.org>
17895
17896 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17897 conditionally.
17898
17899 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17900
17901 * comint.el (comint-replace-by-expanded-filename)
17902 (comint-prompt-regexp, comint-delimiter-argument-list)
17903 (comint-preinput-scroll-to-bottom):
17904 * info.el (Info-hide-cookies-node):
17905 * ls-lisp.el (ls-lisp-classify):
17906 * find-file.el (ff-search-directories, ff-special-constructs)
17907 (ff-find-other-file):
17908 * font-lock.el (font-lock-keywords):
17909 * shell.el (shell-prompt-pattern)
17910 (shell-dynamic-complete-functions, shell-mode)
17911 (shell-delimiter-argument-list):
17912 * term.el (term-replace-by-expanded-filename)
17913 (term-prompt-regexp, term-delimiter-argument-list):
17914 * woman.el (woman-ignore, woman0-if):
17915 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17916 * emacs-lisp/elint.el (elint-init-env):
17917 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17918 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17919 * language/ethio-util.el (ethio-tilde-escape)
17920 (ethio-use-three-dot-question):
17921 * net/zone-mode.el (zone-mode-load-time-setup):
17922 * progmodes/cc-align.el (c-lineup-argcont):
17923 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17924 * progmodes/cperl-mode.el (cperl-set-style-back):
17925 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17926 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17927 Fix spellings in docstrings.
17928
17929 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17930 * progmodes/modula2.el (m2-for): Fix spellings.
17931
17932 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17933
17934 * simple.el (undo-more): Don't use `format' on `error' arguments.
17935 Improve argument/docstring consistency.
17936 (pending-undo-list): Doc fix.
17937
17938 * smerge-mode.el (smerge-ensure-match):
17939 * emulation/vip.el (vip-ex):
17940 * net/zone-mode.el (zone-mode-update-serial):
17941 * progmodes/idlwave.el (idlwave-complete):
17942 * progmodes/vhdl-mode.el (vhdl-visit-file)
17943 (vhdl-compose-wire-components):
17944 Don't use `format' on `error' arguments.
17945
17946 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17947 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17948 (tooltip-help-tips): Fix typos in docstrings.
17949
17950 2005-06-16 David Ponce <david@dponce.com>
17951
17952 * tree-widget.el (tree-widget-value-create): Simplify last change.
17953
17954 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17955
17956 * ido.el (ido-incomplete-regexp): New variable.
17957 (ido-set-matches-1): Handle invalid-regexp error and set
17958 ido-incomplete-regexp.
17959 (ido-incomplete-regexp): New face.
17960 (ido-completions): Use it.
17961 (ido-complete, ido-exit-minibuffer, ido-completions):
17962 Handle incomplete regexps.
17963 (ido-completions): Add check for complete match when entering a regexp.
17964
17965 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17966
17967 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17968
17969 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17970
17971 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17972 by field delimiters.
17973
17974 2005-06-15 David Ponce <david@dponce.com>
17975
17976 * tree-widget.el: eval-and-compile inlined functions so they will
17977 be available at run-time too.
17978 (tree-widget-super-format-handler)
17979 (tree-widget-format-handler): Remove.
17980 (tree-widget-value-create): Handle the :indent property.
17981
17982 2005-06-15 Miles Bader <miles@gnu.org>
17983
17984 * progmodes/which-func.el (which-func): Only inherit
17985 `font-lock-function-name-face' when that makes sense against the
17986 default mode-line face, otherwise set the face color explicitly.
17987
17988 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17989 faces instead of (non-existent) variables.
17990
17991 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17992
17993 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17994 (iswitchb-get-matched-buffers): Likewise. Simplify.
17995
17996 2005-06-14 Miles Bader <miles@gnu.org>
17997
17998 * progmodes/ld-script.el (ld-script-location-counter):
17999 Remove "-face" suffix from face name.
18000 (ld-script-location-counter-face):
18001 New backward-compatibility alias for renamed face.
18002 (ld-script-location-counter-face): Use renamed face.
18003
18004 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18005 (cperl-hash): Remove "-face" suffix from face names.
18006 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18007 New backward-compatibility aliases for renamed faces.
18008 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18009 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18010
18011 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18012 name.
18013 (which-func-face): New backward-compatibility alias for renamed face.
18014 (which-func-format): Use renamed which-func face.
18015
18016 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18017 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18018 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18019 names.
18020 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18021 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18022 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18023 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18024 (vhdl-speedbar-architecture-selected)
18025 (vhdl-speedbar-configuration-selected)
18026 (vhdl-speedbar-package-selected)
18027 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18028 names.
18029 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18030 Use renamed faces.
18031 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18032 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18033 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18034 Use renamed faces.
18035 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18036 names.
18037 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18038 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18039 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18040 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18041 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18042 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18043
18044 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18045 face name.
18046 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18047 (sh-heredoc-face): Use renamed sh-heredoc face.
18048
18049 * progmodes/idlw-help.el (idlwave-help-link):
18050 Remove "-face" suffix from face name.
18051 (idlwave-help-link-face):
18052 New backward-compatibility alias for renamed face.
18053 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18054
18055 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18056 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18057 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18058 New backward-compatibility aliases for renamed faces.
18059 (idlwave-shell-disabled-breakpoint-face)
18060 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18061
18062 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18063 Remove "-face" suffix from face names.
18064 (flymake-errline-face, flymake-warnline-face):
18065 New backward-compatibility aliases for renamed faces.
18066 (flymake-highlight-line): Use renamed flymake faces.
18067
18068 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18069 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18070 (ebrowse-member-class, ebrowse-progress):
18071 Remove "-face" suffix from face names.
18072 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18073 (ebrowse-file-name-face, ebrowse-default-face)
18074 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18075 (ebrowse-progress-face):
18076 New backward-compatibility aliases for renamed faces.
18077 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18078 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18079 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18080 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18081
18082 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18083 antlr-syntax)
18084 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18085 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18086 names.
18087 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18088 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18089 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18090 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18091 backward-compatibility aliases for renamed faces.
18092 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18093 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18094 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18095 remove "font-lock-". Use renamed antlr-mode faces.
18096 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18097 literal face-names with face variable references.
18098
18099 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18100 face name.
18101 (Buffer-menu-buffer-face): New backward-compatibility alias for
18102 renamed face.
18103 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18104
18105 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18106
18107 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18108 Eliminate "-face" suffix.
18109 (makefile-targets): Inherit from font-lock-function-name-face and
18110 eliminate "-face" suffix.
18111 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18112 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18113 actions, instead of prepending, to make it less visible.
18114 (makefile-previous-dependency, makefile-match-dependency):
18115 Don't match a target on a continuation line.
18116
18117 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18118
18119 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18120
18121 * progmodes/gdb-ui.el (menu): Re-order menu items.
18122 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18123
18124 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18125 Define in tooltip.el.
18126 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18127 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18128 gud-tooltip-echo-area.
18129
18130 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18131 backward compatibility and make obsolete.
18132 (tooltip-help-tips): Use tooltip-use-echo-area.
18133 (tooltip-show-help-function): Rename to...
18134 (tooltip-show-help): ...this, because it is a function.
18135 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18136
18137 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18138
18139 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18140 (edebug-print-length, edebug-print-level, edebug-print-circle)
18141 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18142 (edebug-eval-print-last-sexp): Doc fixes.
18143
18144 2005-06-14 Kim F. Storm <storm@cua.dk>
18145
18146 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18147 as the coverage buffer/file/both may change.
18148
18149 2005-06-14 Lute Kamstra <lute@gnu.org>
18150
18151 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18152 and run-mode-hooks. Simplify.
18153
18154 * mail/rmailedit.el (rmail-edit-mode):
18155 * progmodes/octave-inf.el (inferior-octave-mode):
18156 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18157
18158 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18159 and run-mode-hooks.
18160 (recentf-edit-list, recentf-open-files): Don't call
18161 kill-all-local-variables directly.
18162
18163 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18164
18165 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18166
18167 * emacs-lisp/byte-run.el (make-obsolete)
18168 (define-obsolete-function-alias): Rename arguments FUNCTION and
18169 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18170 (make-obsolete-variable, define-obsolete-variable-alias):
18171 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18172 respectively.
18173
18174 * isearchb.el (isearchb-activate):
18175 * pcvs.el (cvs-mode):
18176 * ses.el (ses-load):
18177 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18178 * net/tramp.el (tramp-find-file-exists-command)
18179 (tramp-find-shell):
18180 * progmodes/ada-mode.el (ada-create-case-exception)
18181 (ada-create-case-exception-substring, ada-make-subprogram-body):
18182 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18183 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18184 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18185 * textmodes/org.el (org-promote, org-evaluate-time-range)
18186 (org-agenda-next-date-line, org-agenda-previous-date-line)
18187 (org-agenda-error, org-open-at-point, org-table-move-row)
18188 (org-format-table-table-html-using-table-generate-source)
18189 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18190 * textmodes/reftex.el (reftex-access-scan-info):
18191 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18192 (reftex-toc-promote-prepare): Follow error conventions.
18193
18194 * diff-mode.el (diff-mode): Fix typo in docstring.
18195
18196 * forms.el (forms--intuit-from-file): Fix reference to
18197 `forms-number-of-fields' in error message.
18198 (forms-print): Fix quoting in error message.
18199
18200 * forms.el (forms-mode):
18201 * emulation/vi.el (vi-goto-insert-state):
18202 * progmodes/flymake.el (flymake-new-err-info)
18203 (flymake-start-syntax-check-for-current-buffer)
18204 (flymake-simple-cleanup):
18205 * eshell/esh-var.el (eshell/export):
18206 * progmodes/gud.el (xdb):
18207 * textmodes/flyspell.el (flyspell-incorrect-hook)
18208 (flyspell-maybe-correct-transposition)
18209 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18210
18211 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18212
18213 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18214 minibuffer prompt.
18215
18216 2005-06-13 Kim F. Storm <storm@cua.dk>
18217
18218 * subr.el (add-to-ordered-list): New defun.
18219
18220 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18221 add cua--keymap-alist to emulation-mode-map-alists.
18222
18223 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * subr.el (complete-in-turn): New macro.
18226 (dynamic-completion-table, lazy-completion-table): Add debug info.
18227
18228 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18229 in preference to face aliases.
18230
18231 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18232 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18233 Remove unused vars `start' and `firstline'.
18234 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18235 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18236
18237 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18238
18239 * cus-start.el (all): Don't complain about missing GTK-related
18240 variables, unless either `gtk' is boundp or this isn't a
18241 `windows-nt' build.
18242
18243 2005-06-13 Lute Kamstra <lute@gnu.org>
18244
18245 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18246 run-mode-hooks.
18247
18248 * ediff-mult.el (ediff-meta-mode):
18249 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18250
18251 * ledit.el (ledit-mode): Use delay-mode-hooks.
18252
18253 * woman.el (woman-mode-line-format): Delete constant.
18254 (woman-mode-map): Initialize it properly.
18255 (woman-mode): Set mode-class property to special.
18256 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18257 Set major-mode and mode-name. Don't set mode-line-format directly.
18258 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18259
18260 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18261 string argument obsolete.
18262
18263 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18264
18265 * textmodes/org.el (org-CUA-compatible): New option.
18266 (org-disputed-keys): New variable.
18267 (org-key): New function.
18268 (orgtbl-make-binding): Add docstring to the created function.
18269 (org-mode): Set paragraph start/separate regexps.
18270 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18271 (org-archive-location, org-archive-mark-done)
18272 (org-archive-stamp-time): New options.
18273 (org-archive-subtree): New command.
18274 (org-fill-paragraph): New function.
18275 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18276 (org-fake-empty-table-line): Function removed.
18277 (org-format-org-table-html): Do not create empty table lines at
18278 separator lines. Improved table header treatment.
18279 (org-link-format): New option.
18280 (org-make-link): New function.
18281 (org-insert-link, org-store-link): Use org-make-link.
18282 (org-open-file): Quote file name for shell command, to allow
18283 spaces in file names.
18284 (org-link-regexp): Fix bug with mailto link.
18285 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18286 New constants.
18287 (org-export-as-html): Deal with the optional angles around a link.
18288 Better treatment of file: links.
18289 (org-open-at-point): Replace @{ and @} with < and >.
18290 (org-run-mode-hooks): Function removed.
18291 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18292
18293 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18294
18295 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18296 MI command -data-list-register-values.
18297 (gdb-post-prompt): Indent properly.
18298
18299 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18300
18301 * hilit-chg.el (highlight-changes-colors): Rename from
18302 `highlight-changes-colours'.
18303 (highlight-changes-colours): Keep as obsolete alias.
18304 (highlight-changes-face-list): Doc fix.
18305 (hilit-chg-make-list): Use `highlight-changes-colors'.
18306
18307 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18308
18309 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18310 defun-prompt-regexp.
18311
18312 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18313
18314 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18315 and cygwin.
18316
18317 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18318 Don't use an old loaddefs.el, as in Makefile.in.
18319
18320 2005-06-12 Lute Kamstra <lute@gnu.org>
18321
18322 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18323
18324 * man.el (Man-mode-map): Initialize it properly.
18325 (Man-mode): Set mode-class property to special.
18326
18327 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18328
18329 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18330
18331 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18332 A newline is needed in the docstring there.
18333
18334 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18335 Doc fixes.
18336
18337 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18338
18339 * printing.el: Doc fix. The menubar is no more changed when printing
18340 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18341 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18342 (pr-version): New version number (6.8.4).
18343 (pr-menu-bind): New command.
18344 (pr-update-menus): Docstring and code fix.
18345 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18346 Docstring fix.
18347 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18348 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18349
18350 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18351
18352 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18353 "Returns" to "return", document useful return values, etc.
18354
18355 2005-06-11 Alan Mackenzie <acm@muc.de>
18356
18357 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18358 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18359 (adaptive-file-function): Minor amendment to doc-string.
18360
18361 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18362
18363 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18364 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18365 Fix :type--it is `integer', not `string'.
18366
18367 * faces.el (modeline-highlight): Rename from (the erroneous)
18368 `modeline-higilight'.
18369
18370 2005-06-11 Lute Kamstra <lute@gnu.org>
18371
18372 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18373 lisp-interaction-mode-map but make it the parent.
18374 (edebug-eval-mode): Use define-derived-mode.
18375
18376 2005-06-11 Andreas Schwab <schwab@suse.de>
18377
18378 * bindings.el: Add binding of `ESC functionkey' for every
18379 `M-functionkey'.
18380 * hexl.el (hexl-mode-map): Likewise.
18381
18382 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18383
18384 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18385 [msft]: update regexp for newer msft compilers.
18386
18387 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18388
18389 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18390 ATTLIST portions of included DTDs.
18391 (xml-parse-dtd): Eliminate use of inefficient match-data.
18392
18393 2005-06-10 Miles Bader <miles@gnu.org>
18394
18395 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18396 (mpuz-text): Remove "-face" suffix from face names.
18397 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18398 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18399 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18400
18401 * play/gomoku.el (gomoku-O, gomoku-X):
18402 Remove "-face" suffix from face names.
18403 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18404 New backward-compatibility aliases for renamed faces.
18405 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18406
18407 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18408
18409 * thumbs.el: Fixes for changes of 2005-06-09.
18410 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18411 as a directory.
18412 (thumbs-thumbname): Remove directory separator from format string;
18413 `thumbs-thumbsdir' now returns a valid directory name.
18414 (thumbs-temp-dir): New defsubst.
18415 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18416 Use it.
18417
18418 * cus-edit.el (minibuffer):
18419 * files.el (make-backup-file-name-function):
18420 * filesets.el (filesets-external-viewers):
18421 * hilit-chg.el (highlight-changes-colours)
18422 (highlight-changes-face-list, highlight-changes-rotate-faces):
18423 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18424 * kmacro.el (kmacro-call-macro):
18425 * log-edit.el (log-edit-changelog-full-paragraphs):
18426 * mouse.el (mouse-1-click-follows-link):
18427 * skeleton.el (skeleton-autowrap):
18428 * subr.el (insert-for-yank-1):
18429 * tempo.el (tempo-insert-region):
18430 * terminal.el (terminal-emulator):
18431 * time.el (display-time-mail-face):
18432 * vc.el (vc-annotate):
18433 * vcursor.el (vcursor-copy-line):
18434 * woman.el (woman-bold-headings, woman-ignore)
18435 (woman-default-faces, woman-monochrome-faces):
18436 * calendar/todo-mode.el (todo-insert-threshold):
18437 * emulation/pc-select.el (pc-select-selection-keys-only)
18438 (pc-selection-mode):
18439 * emulation/vip.el (vip-find-char-forward):
18440 * emulation/viper-cmd.el (viper-find-char-forward):
18441 * international/mule-cmds.el
18442 (select-safe-coding-system-accept-default-p)
18443 (input-method-exit-on-invalid-key):
18444 * international/mule-diag.el (describe-coding-system):
18445 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18446 * net/browse-url.el (browse-url-xterm-program):
18447 * obsolete/lazy-lock.el (lazy-lock-mode):
18448 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18449 (cperl-mode):
18450 * progmodes/cpp.el (cpp-face-light-name-list)
18451 (cpp-face-dark-name-list):
18452 * progmodes/delphi.el (delphi-newline-always-indents):
18453 Fix spellings in docstrings.
18454
18455 * ido.el (ido-mode, ido-file-extensions-order)
18456 (ido-default-file-method, ido-default-buffer-method)
18457 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18458 (ido-decorations, ido-read-file-name-as-directory-commands)
18459 (ido-read-file-name-non-ido, ido-work-directory-list)
18460 (ido-ignore-item-temp-list, ido-current-directory)
18461 (ido-magic-forward-char, ido-enter-find-file)
18462 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18463 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18464
18465 2005-06-10 Lute Kamstra <lute@gnu.org>
18466
18467 * play/dunnet.el (dun-mode): Use define-derived-mode.
18468 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18469 obsolete alias.
18470
18471 * play/doctor.el (doctor-mode-map): Remove defvar.
18472 (doctor-mode): Use define-derived-mode.
18473
18474 * mail/mspools.el (mspools-mode):
18475 * net/eudc-hotlist.el (eudc-hotlist-mode):
18476 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18477
18478 2005-06-10 Miles Bader <miles@gnu.org>
18479
18480 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18481 Remove "-face" suffix from face names.
18482 (flyspell-incorrect-face, flyspell-duplicate-face):
18483 New backward-compatibility aliases for renamed faces.
18484 (flyspell-mode-on, make-flyspell-overlay)
18485 (flyspell-highlight-incorrect-region)
18486 (flyspell-highlight-duplicate-region)
18487 (flyspell-display-next-corrections)
18488 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18489
18490 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18491 from face name.
18492 (texinfo-heading-face): New backward-compatibility alias for
18493 renamed face.
18494 (texinfo-heading-face): Use renamed texinfo-heading face.
18495
18496 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18497 suffix from face names.
18498 (tex-math-face, tex-verbatim-face):
18499 New backward-compatibility aliases for renamed faces.
18500 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18501 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18502 literal face name.
18503
18504 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18505 name.
18506 (table-cell-face): New backward-compatibility alias for renamed face.
18507 (table--put-cell-face-property, table--update-cell-face):
18508 Use renamed table-cell face.
18509
18510 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18511 from face name.
18512 (sgml-namespace-face): New backward-compatibility alias for
18513 renamed face.
18514 (sgml-namespace-face): Use renamed sgml-namespace face.
18515
18516 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18517 (org-level-4, org-level-5, org-level-6, org-level-7)
18518 (org-level-8, org-warning, org-headline-done)
18519 (org-deadline-announce, org-scheduled-today)
18520 (org-scheduled-previously, org-link, org-done, org-table)
18521 (org-time-grid): Remove "-face" suffix from face names.
18522 (org-level-1-face, org-level-2-face, org-level-3-face)
18523 (org-level-4-face, org-level-5-face, org-level-6-face)
18524 (org-level-7-face, org-level-8-face, org-warning-face)
18525 (org-headline-done-face, org-deadline-announce-face)
18526 (org-scheduled-today-face, org-scheduled-previously-face)
18527 (org-link-face, org-done-face, org-table-face)
18528 (org-time-grid-face):
18529 New backward-compatibility aliases for renamed faces.
18530 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18531 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18532 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18533 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18534
18535 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18536 (viper-minibuffer-emacs, viper-minibuffer-insert)
18537 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18538 (viper-search-face, viper-replace-overlay-face)
18539 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18540 (viper-minibuffer-vi-face):
18541 New backward-compatibility aliases for renamed faces.
18542 (viper-search-face, viper-replace-overlay-face)
18543 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18544 (viper-minibuffer-vi-face): Use renamed viper faces.
18545
18546 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18547 Remove "-face" suffix from face names.
18548 (testcover-nohits-face, testcover-1value-face):
18549 New backward-compatibility aliases for renamed faces.
18550 (testcover-mark): Use renamed testcover faces.
18551
18552 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18553 face name.
18554 (diary-button-face): New backward-compatibility alias for renamed face.
18555 (diary-entry): Use renamed diary-button face.
18556
18557 * calendar/calendar.el (diary, calendar-today, holiday)
18558 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18559 (diary-face, calendar-today-face, holiday-face):
18560 New backward-compatibility aliases for renamed faces.
18561 (eval-after-load "facemenu", diary-entry-marker)
18562 (calendar-today-marker, calendar-holiday-marker, diary-face):
18563 Use renamed calendar faces.
18564
18565 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18566 (compare-windows-face): New backward-compatibility alias for
18567 renamed face.
18568 (compare-windows-highlight): Use renamed compare-windows face.
18569
18570 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18571 (strokes-char-face): New backward-compatibility alias for renamed face.
18572 (strokes-encode-buffer): Use renamed strokes-char face.
18573
18574 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18575 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18576 Remove "-face" suffix from face names.
18577 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18578 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18579 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18580 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18581 Use renamed pcvs faces.
18582 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18583 * pcvs-defs.el (cvs-mode-map): Likewise.
18584 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18585
18586 * info.el (info-title-1, info-title-2, info-title-3)
18587 (info-title-4): Remove "-face" suffix from and downcase face names.
18588 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18589 (Info-title-4-face):
18590 New backward-compatibility aliases for renamed faces.
18591 (Info-fontify-node): Use renamed info faces.
18592
18593 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18594 Remove "-face" suffix from face names.
18595 (highlight-changes-face, highlight-changes-delete-face):
18596 New backward-compatibility aliases for renamed faces.
18597 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18598 (hilit-chg-make-list): Use renamed highlight-changes faces.
18599
18600 * generic-x.el (show-tabs-tab, show-tabs-space):
18601 Remove "-face" suffix from face names.
18602 (show-tabs-tab-face, show-tabs-space-face):
18603 New backward-compatibility aliases for renamed faces.
18604 (show-tabs-generic-mode-font-lock-defaults-1)
18605 (show-tabs-generic-mode-font-lock-defaults-2):
18606 Use renamed show-tabs faces.
18607
18608 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18609 (smerge-markers): Remove "-face" suffix from face names.
18610 (smerge-mine-face, smerge-other-face, smerge-base-face)
18611 (smerge-markers-face):
18612 New backward-compatibility aliases for renamed faces.
18613 (smerge-mine-face, smerge-other-face, smerge-base-face)
18614 (smerge-markers-face): Use renamed smerge faces.
18615
18616 * log-view.el (log-view-file, log-view-message): Remove "-face"
18617 suffix from face names.
18618 (log-view-file-face, log-view-message-face):
18619 New backward-compatibility aliases for renamed faces.
18620 (log-view-file-face, log-view-message-face): Use renamed log-view
18621 faces.
18622
18623 * paren.el (show-paren-match, show-paren-mismatch):
18624 Remove "-face" suffix from face names.
18625 (show-paren-match-face, show-paren-mismatch-face):
18626 New backward-compatibility aliases for renamed faces.
18627 (show-paren-function): Use renamed show-paren faces.
18628
18629 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18630 (ruler-mode-margins, ruler-mode-fringes)
18631 (ruler-mode-column-number, ruler-mode-fill-column)
18632 (ruler-mode-comment-column, ruler-mode-goal-column)
18633 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18634 suffix from face names.
18635 (ruler-mode-default-face, ruler-mode-pad-face)
18636 (ruler-mode-margins-face, ruler-mode-fringes-face)
18637 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18638 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18639 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18640 New backward-compatibility aliases for renamed faces.
18641 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18642 (ruler-mode-column-number, ruler-mode-fill-column)
18643 (ruler-mode-comment-column, ruler-mode-goal-column)
18644 (ruler-mode-tab-stop, ruler-mode-current-column)
18645 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18646 faces.
18647
18648 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18649 face name.
18650 (whitespace-highlight-the-space): Use renamed face.
18651 (whitespace-highlight-face): New backward-compatibility alias for
18652 renamed face.
18653
18654 * woman.el (woman-italic, woman-bold, woman-unknown)
18655 (woman-addition, woman-symbol-face):
18656 Remove "-face" suffix from face names.
18657 (woman-italic-face, woman-bold-face, woman-unknown-face)
18658 (woman-addition-face):
18659 New backward-compatibility aliases for renamed faces.
18660 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18661 (woman-decode-region, woman-replace-match)
18662 (woman-display-extended-fonts, woman-special-characters)
18663 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18664 Use renamed woman faces.
18665
18666 * longlines.el (longlines-visible-face): Face removed.
18667
18668 * diff-mode.el (diff-header, diff-file-header, diff-index)
18669 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18670 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18671 suffix from face names.
18672 (diff-header-face, diff-file-header-face, diff-index-face)
18673 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18674 (diff-changed-face, diff-function-face, diff-context-face)
18675 (diff-nonexistent-face): New backward-compatibility aliases for
18676 renamed faces.
18677 (diff-header-face, diff-file-header-face)
18678 (diff-index, diff-index-face, diff-hunk-header)
18679 (diff-hunk-header-face, diff-removed, diff-removed-face)
18680 (diff-added, diff-added-face, diff-changed-face, diff-function)
18681 (diff-function-face, diff-context-face, diff-nonexistent)
18682 (diff-nonexistent-face): Use renamed diff-mode faces.
18683
18684 * progmodes/compile.el (compilation-warning-face)
18685 (compilation-info-face): Remove "-face" suffix from face names.
18686 (compilation-warning-face, compilation-info-face):
18687 New backward-compatibility aliases for renamed faces.
18688 (compilation-warning-face, compilation-info-face):
18689 Use renamed compilation faces.
18690
18691 * add-log.el (change-log-date, change-log-name)
18692 (change-log-email, change-log-file, change-log-list)
18693 (change-log-conditionals, change-log-function)
18694 (change-log-acknowledgement): Remove "-face" suffix from face names.
18695 (change-log-date-face, change-log-name-face)
18696 (change-log-email-face, change-log-file-face)
18697 (change-log-list-face, change-log-conditionals-face)
18698 (change-log-function-face, change-log-acknowledgement-face):
18699 New backward-compatibility aliases for renamed faces.
18700 (change-log-font-lock-keywords): Use renamed change-log faces.
18701
18702 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18703 (custom-set, custom-changed, custom-saved, custom-button)
18704 (custom-button-pressed, custom-documentation, custom-state)
18705 (custom-comment, custom-comment-tag, custom-variable-tag)
18706 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18707 (custom-group-tag): Remove "-face" suffix from face names.
18708 (custom-magic-alist, custom-magic-value-create)
18709 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18710 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18711 (custom-set-face, custom-changed-face, custom-saved-face)
18712 (custom-button-face, custom-button-pressed-face)
18713 (custom-documentation-face, custom-state-face)
18714 (custom-comment-face, custom-comment-tag-face)
18715 (custom-variable-tag-face, custom-variable-button-face)
18716 (custom-face-tag-face, custom-group-tag-face-1)
18717 (custom-group-tag-face):
18718 New backward-compatibility aliases for renamed faces.
18719
18720 * wid-edit.el (widget-documentation, widget-button)
18721 (widget-field, widget-single-line-field, widget-inactive)
18722 (widget-button-pressed): "-face" suffix removed from face names.
18723 (widget-documentation-face, widget-button-face)
18724 (widget-field-face, widget-single-line-field-face)
18725 (widget-inactive-face, widget-button-pressed-face):
18726 New backward-compatibility aliases for renamed faces.
18727 (widget-documentation-face, widget-button-face)
18728 (widget-button-pressed-face, widget-specify-field)
18729 (widget-specify-inactive): Use renamed widget faces.
18730
18731 2005-06-10 Kenichi Handa <handa@m17n.org>
18732
18733 * term/x-win.el (x-clipboard-yank): Remove condition-case
18734 wrapping.
18735
18736 2005-06-11 Kenichi Handa <handa@m17n.org>
18737
18738 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18739 date lines stricter.
18740
18741 2005-06-10 Zhang Wei <id.brep@gmail.com>
18742
18743 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18744 of x-get-selection.
18745
18746 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18747
18748 * comint.el (comint-mode, comint-snapshot-last-prompt):
18749 * frame.el (frame-current-scroll-bars):
18750 * term.el (term-mode, term-check-proc, term-input-sender)
18751 (term-simple-send, term-extract-string, term-word)
18752 (term-match-partial-filename):
18753 * window.el (window-current-scroll-bars):
18754 * emulation/cua-base.el (cua-normal-cursor-color)
18755 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18756 (cua-global-mark-cursor-color):
18757 * mail/undigest.el (rmail-forward-separator-regex):
18758 Fix typos in docstrings.
18759
18760 * comint.el (comint-check-proc, make-comint-in-buffer)
18761 (comint-source-default): Doc fixes.
18762
18763 * term.el (term-send-string): Improve argument/docstring consistency.
18764
18765 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18766
18767 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18768 call to `delete-region'.
18769 (comint-mode-hook): Do not enable Font Lock by default.
18770
18771 2005-06-09 Lute Kamstra <lute@gnu.org>
18772
18773 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18774 could be void.
18775
18776 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18777
18778 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18779 (debug): Use it.
18780 (debugger-step-through, debugger-continue, debugger-jump)
18781 (debugger-return-value): Set it when needed.
18782 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18783 Use inhibit-read-only.
18784
18785 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18786
18787 * window.el (shrink-window-if-larger-than-buffer)
18788 (window-size-fixed): Fix typo in docstring.
18789
18790 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18791 thumbnails directory on loading.
18792 (thumbs-conversion-program): Use `eq' to check the system type,
18793 not `equal'.
18794 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18795 not "/tmp". Fix docstring.
18796 (thumbs-thumbsdir): New function to return the thumbnails
18797 directory, creating it if needed.
18798 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18799 (thumbs-temp-file): Delete variable and make it into a function.
18800 (thumbs-resize-image, thumbs-modify-image): Use it.
18801 (thumbs-kill-buffer): Simplify.
18802 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18803 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18804 docstrings.
18805
18806 2005-06-09 Kim F. Storm <storm@cua.dk>
18807
18808 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18809 set-match-data to free markers in match-data.
18810
18811 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18812 match-data to unchain markers in match-data.
18813
18814 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18815
18816 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18817 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18818 unnecessary now.
18819
18820 2005-06-08 Richard M. Stallman <rms@gnu.org>
18821
18822 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18823 give the variable a doc string that doesn't say don't set it directly.
18824
18825 * textmodes/ispell.el (ispell-check-version):
18826 Use match-string-no-properties.
18827 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18828 (ispell-buffer-local-words): Likewise.
18829
18830 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18831 except on terminals with enough colors to really display it.
18832 (makefile-dependency-regex): Delete spurious `bb'.
18833
18834 * faces.el (escape-glyph): Use blue once again in last case.
18835 (no-break-space): Redefine so that it isn't invisible on a tty.
18836
18837 2005-06-08 Kim F. Storm <storm@cua.dk>
18838
18839 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18840 also when reading directory name.
18841
18842 2005-06-08 Lute Kamstra <lute@gnu.org>
18843
18844 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18845 (flyspell-mode-line-string): Remove autoload cookie.
18846 (flyspell-mode): Remove defvar.
18847
18848 2005-06-07 Lute Kamstra <lute@gnu.org>
18849
18850 * textmodes/org.el (org-run-mode-hooks): New function.
18851 (org-agenda-mode): Use it.
18852
18853 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18854
18855 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18856
18857 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18858
18859 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18860
18861 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18862
18863 * font-lock.el (font-lock-add-keywords): Doc fix.
18864
18865 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18866
18867 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18868 (tex-compile-default): In the absence of any history, use the order in
18869 tex-compile-alist to choose the preferred command.
18870 (tex-compile-commands): Reorder a bit.
18871
18872 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18873 (flyspell-incorrect-face, flyspell-duplicate-face):
18874 Use (X)Emacs-agnostic code.
18875 (flyspell-mode-map): Don't overwrite at each load. Remove code
18876 redundant with the subsequent add-minor-mode. Merge Emacs and
18877 XEmacs code.
18878 (flyspell-word): Minor simplification.
18879 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18880 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18881 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18882 Merge the corresponding Emacs code.
18883 (flyspell-correct-word, flyspell-xemacs-popup):
18884 Use flyspell-do-correct.
18885
18886 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18887 a dedicated window.
18888
18889 * international/latexenc.el (latexenc-find-file-coding-system):
18890 Undo part of last patch, to turn off a compiler warning.
18891
18892 2005-06-06 Juri Linkov <juri@jurta.org>
18893
18894 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18895 Rename `tmm-inactive-face' to `tmm-inactive'.
18896
18897 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18898
18899 * iswitchb.el: Rename faces.
18900
18901 2005-06-06 Kim F. Storm <storm@cua.dk>
18902
18903 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18904 (cua-global-mark): Remove -face suffix from face names.
18905
18906 * emulation/cua-gmrk.el (cua--init-global-mark):
18907 Remove cua-global-mark face setup.
18908
18909 2005-06-06 Richard M. Stallman <rms@gnu.org>
18910
18911 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18912 just like other allowed characters.
18913 (makefile-match-dependency): Exclude leading and training whitespace
18914 from the range of regexp subexp 1.
18915 (makefile-macroassign-regex): Don't try to match the body,
18916 just the name of the macro being defined.
18917
18918 * info.el (Info-read-node-name-2): New function.
18919 (Info-read-node-name-1): Use that.
18920 Add a completion-base-size-function property.
18921
18922 * simple.el (completion-setup-function): Look for
18923 completion-base-size-function property of minibuffer-completion-table.
18924
18925 * files.el (locate-file-completion): Doc fix.
18926
18927 * printing.el: Don't call pr-update-menus; user must do that.
18928
18929 * emacs-lisp/debug.el (debugger-window): New variable.
18930 (debug): Use debugger-window if it is set and still alive.
18931 Record debugger-window for next entry.
18932
18933 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18934
18935 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18936
18937 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18938 (hack-one-local-variable, hack-local-variables)
18939 (hack-local-variables-prop-line): Pass that arg.
18940
18941 2005-06-06 Kim F. Storm <storm@cua.dk>
18942
18943 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18944 (ido-indicator): Remove -face suffix from face names.
18945
18946 2005-06-06 Juri Linkov <juri@jurta.org>
18947
18948 * font-lock.el (font-lock-regexp-backslash)
18949 (font-lock-regexp-backslash-construct): New faces.
18950 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18951 after `('. Add `while-no-input' to control structures.
18952
18953 * faces.el (no-break-space, shadow): New faces.
18954 (escape-glyph): Use less loud colors pink2 and red4.
18955
18956 * diff-mode.el (diff-context-face)
18957 * dired.el (dired-ignored)
18958 * rfn-eshadow.el (file-name-shadow)
18959 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18960
18961 * info.el (Info-title-1-face): Use green instead of yellow because
18962 bold yellow is not readable on light backgrounds.
18963
18964 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18965 before selecting the desired mode to not spend time fontifying
18966 old contents.
18967
18968 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18969
18970 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18971 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18972
18973 * ps-print.el (ps-default-fg, ps-default-bg):
18974 Fix typos in docstrings.
18975
18976 * isearchb.el (isearchb): Don't pass a spurious second argument to
18977 `iswitchb-completions'.
18978
18979 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18980
18981 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18982 to preserve point.
18983 (gdb-find-file-hook): Add doc string.
18984
18985 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18986 C dereferenced pointer expression.
18987 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18988
18989 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18990
18991 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18992 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18993 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18994 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18995 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18996 Make background transparent.
18997
18998 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18999
19000 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19001 (font-lock-remove-keywords): Doc fix.
19002 (font-lock-mode-major-mode): Compiler defvar.
19003 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19004
19005 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19006 (font-lock-mode): Update `font-lock-mode-major-mode'.
19007 (font-lock-set-defaults): Compiler defvar.
19008 (font-lock-default-function): Take `font-lock-mode-major-mode'
19009 into account.
19010
19011 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19012 keep track of which major mode it enabled the minor mode for.
19013 Use find-file-hook again. Update docstring.
19014
19015 * simple.el (eval-expression-print-level)
19016 (eval-expression-print-length, eval-expression-debug-on-error):
19017 Doc fixes.
19018
19019 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19020
19021 * iswitchb.el (iswitchb-single-match-face)
19022 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19023 (iswitchb-invalid-regexp-face): New faces.
19024 (iswitchb-completions): Use them.
19025 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19026 now marked as an obsolete alias.
19027 (iswitchb-read-buffer): Remove check for bound font variables.
19028 (iswitchb-invalid-regexp): New free variable.
19029 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19030 set iswitchb-invalid-regexp.
19031 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19032 invalid regexps.
19033 (iswitchb-completions): Add check for complete match when entering
19034 a regexp.
19035 (iswitchb-completions): Remove require-match argument.
19036 (iswitchb-exhibit): Fix caller.
19037 (iswitchb-common-match-inserted): New variable.
19038 (iswitchb-complete, iswitchb-completion-help): Use it.
19039
19040 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19041
19042 * url-http.el (url-http-chunked-encoding-after-change-function):
19043 Use `url-http-debug' instead of `message'.
19044
19045 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19046
19047 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19048 callback argument.
19049
19050 2005-06-04 Kim F. Storm <storm@cua.dk>
19051
19052 * simple.el (line-move): Only call sit-for when moving backwards.
19053
19054 * ido.el (ido-make-merged-file-list-1): New defun split from
19055 ido-make-merged-file-list.
19056 (ido-make-merged-file-list): Bind throw-on-input around call to
19057 ido-make-merged-file-list-1. Return input-pending-p if
19058 interrupted by more input available.
19059 (ido-read-internal): Handle input-pending-p return value from
19060 ido-make-merged-file-list.
19061
19062 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19063
19064 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19065 compatibility code.
19066
19067 * international/latexenc.el (latexenc-find-file-coding-system):
19068 Don't inherit the EOL part of the coding-system from the
19069 tex-main buffer. Fit within 80 columns.
19070
19071 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19072
19073 * tmm.el (tmm-inactive-face): New face.
19074 (tmm-remove-inactive-mouse-face): New function.
19075 (tmm-prompt, tmm-add-one-shortcut)
19076 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19077 but not selectable.
19078
19079 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19080
19081 * faces.el (face-equal): Improve argument/docstring consistency.
19082
19083 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19084
19085 * progmodes/make-mode.el (makefile-targets-face)
19086 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19087 (makefile-bsdmake-dependency-regex)
19088 (makefile-makepp-rule-action-regex)
19089 (makefile-bsdmake-rule-action-regex): New constants.
19090 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19091
19092 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19093 Allow (...) within `...' for makepp messages.
19094
19095 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19096
19097 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19098
19099 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19100 "." files are deleted from all file lists before comparison.
19101
19102 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19103 (viper-ESC-key): Made them customizable.
19104
19105 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19106
19107 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19108
19109 * autorevert.el (auto-revert-buffers): Use save-match-data.
19110
19111 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19112
19113 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19114 menu items with a nil command binding.
19115
19116 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19117
19118 * emacs-lisp/cl-macs.el (defsetf):
19119 Improve argument/docstring consistency.
19120
19121 * faces.el (list-faces-display): Improve the formatting by
19122 computing the maximum length required for any face-name (reworked
19123 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19124 (internal-find-face): Remove redundant info in docstring.
19125
19126 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19127
19128 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19129 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19130 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19131 (gdb-assembler-custom): Improve regexps.
19132 (def-gdb-auto-update-handler): Use window point to preserve point.
19133
19134 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19135
19136 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19137
19138 2005-05-31 Jay Belanger <belanger@truman.edu>
19139
19140 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19141 to calc-embedded.
19142 (calc-embedded-make-info): Have plain prefix argument select
19143 entire line.
19144
19145 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19146
19147 * faces.el (list-faces-display): Signal error if passed a regexp
19148 that matches no face name.
19149
19150 * simple.el (filter-buffer-substring): Fix typo in docstring.
19151
19152 2005-05-31 Richard M. Stallman <rms@gnu.org>
19153
19154 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19155 (vhdl-emacs-21): Doc fix.
19156 (vhdl-mode): Unconditionally set comment-padding.
19157 (vhdl-fixup-whitespace-region): Insert spaces only where
19158 there are none.
19159 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19160
19161 2005-05-30 John Wiegley <johnw@newartisans.com>
19162
19163 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19164 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19165 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19166 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19167 `string-to-number'.
19168
19169 2005-05-30 Jay Belanger <belanger@truman.edu>
19170
19171 * calc/calc.el (calc-bug-address): Fix docstring.
19172 (calc-window-hook, calc-trail-window-hook): New variables.
19173 (calc-trail-display): Restore use of calc-trail-window-hook.
19174 (calc): Restore use of calc-window-hook.
19175
19176 2005-05-31 Masatake YAMATO <jet@gyve.org>
19177
19178 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19179
19180 * help-fns.el (help-C-file-name): Add autoload mark for
19181 `find-function-noselect'.
19182
19183 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19186 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19187
19188 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19189
19190 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19191 included diary buffer if it was not already being visited.
19192 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19193
19194 * calendar/icalendar.el (top-level): Do not require appt.
19195
19196 * mail/supercite.el (sc-select-attribution): Only use a list
19197 element from sc-attrib-selection-list if it returns a string.
19198 Reported by Davide G. M. Salvetti <salve@debian.org>.
19199
19200 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19201
19202 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19203 includes a hash value to improve its uniqueness, and has a ".jpg"
19204 extension. Also, it is now a valid filename on all systems.
19205 (thumbs-make-thumb): Use `let', not `let*'.
19206 (thumbs-show-thumbs-list): Check for JPEG availability.
19207
19208 2005-05-30 Richard M. Stallman <rms@gnu.org>
19209
19210 * filesets.el (filesets-menu-ensure-use-cached):
19211 Prevent warning when emacs-version>= is undefined.
19212
19213 * printing.el (pr-interactive-n-up): Use string-to-number.
19214
19215 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19216
19217 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19218 Warn only when name to be defined is quoted.
19219
19220 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19221
19222 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19223 Make regexp more robust.
19224 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19225 Force regeneration of disassembly.
19226
19227 2005-05-29 Jay Belanger <belanger@truman.edu>
19228
19229 * calc/calc.el (calc-user-invocation): Check if
19230 calc-invocation-macro is non-nil.
19231
19232 2005-05-29 Juri Linkov <juri@jurta.org>
19233
19234 * add-log.el (change-log-font-lock-keywords):
19235 Add `+' to e-mail regexp to accept mail address with keywords.
19236
19237 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19238
19239 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19240
19241 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19242
19243 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19244
19245 2005-05-29 Richard M. Stallman <rms@gnu.org>
19246
19247 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19248 Undo the change that moves to end of the current word.
19249
19250 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19251
19252 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19253 Throw error when count <= 0 to ensure input is a number.
19254 (gdb-read-memory-custom): Pick up address from buffer.
19255 (gdb-memory-mode): Allow user to increment and decrement
19256 memory address from header line.
19257
19258 2005-05-29 Richard M. Stallman <rms@gnu.org>
19259
19260 * flyspell.el (flyspell-version): Function deleted.
19261 (flyspell-auto-correct-previous-hook): Doc fix.
19262
19263 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19264 Do nothing if memory is full.
19265
19266 * font-lock.el (font-lock-fontify-syntactically-region):
19267 Pass t for GREEDY to looking-back.
19268
19269 * saveplace.el (save-place-alist-to-file): Write the file
19270 using write-region.
19271
19272 * subr.el (looking-back): New argument GREEDY.
19273
19274 * progmodes/compile.el (compilation-start): Set the mode
19275 before inserting the initial text.
19276
19277 * progmodes/which-func.el (which-func-update-1): Turn the mode
19278 off in case of error by setting which-func-mode.
19279
19280 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19281
19282 * flyspell.el (flyspell-auto-correct-previous-word):
19283 Narrow down to what's on the screen, and recenter overlays
19284 at the end of the next word.
19285
19286 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19287
19288 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19289 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19290 (flyspell-abbrev-p): Default to nil.
19291 (flyspell-use-global-abbrev-table-p): Doc fix.
19292 (flyspell-large-region): Allow nil as value.
19293 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19294
19295 (mail-mode-flyspell-verify): More robust handling
19296 of `mail-header-separator'. More efficient signature detection.
19297 Allow for regexp metacharacters in message-header-separator.
19298 Adding `To' not to be checked in mail-mode-flyspell-verify.
19299
19300 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19301 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19302 Bind flyspell-auto-correct-binding.
19303 Bind C-. and C-, .
19304 (flyspell-mode-map): Likewise.
19305 (flyspell-mode): Doc fix.
19306 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19307 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19308 (flyspell-word-cache-result): New var, always local.
19309 (flyspell-check-pre-word-p): Doc fix.
19310 (flyspell-check-changed-word-p): Handle spc like newline.
19311 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19312 (flyspell-word-search-backward, flyspell-word-search-forward):
19313 New functions.
19314 (flyspell-word): Return t if nothing to check.
19315 When parsing TeX code, check for after } or \.
19316 Use flyspell-word-search-backward to find previous word.
19317 Return nil if duplicated word.
19318 For word already checked, return same value as last time.
19319 Set flyspell-word-cache-result after checking.
19320 Don't clobber the return value.
19321 (flyspell-get-word): Major rewrite.
19322 (flyspell-external-point-words): New locals pword, pcount.
19323 Fix size used in progress message.
19324 Find the proper corresponding word in flyspell-large-region-buffer.
19325 (flyspell-region): Check for flyspell-large-region = nil.
19326 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19327 (flyspell-auto-correct-word): Check that WORD is a cons.
19328 (flyspell-correct-word): Likewise.
19329
19330 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19331
19332 * progmodes/make-mode.el (makefile-rule-action-regex)
19333 (makefile-macroassign-regex, makefile-makepp-mode)
19334 (makefile-bsdmake-mode): Continuation lines may be empty.
19335 Reported by Joshua Varner.
19336 (makefile-makepp-font-lock-keywords): Add $(stem).
19337
19338 2005-05-28 Karl Berry <karl@gnu.org>
19339
19340 * textmodes/tex-mode.el: Now that tex-send-command calls
19341 shell-quote-argument (2005-03-31 change), remove all calls to
19342 shell-quote-argument; they all end up invoking tex-send-command.
19343 The double quoting loses on filenames with non-safe characters,
19344 such as "@". Reported by Frederik Fouvry.
19345
19346 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19347
19348 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19349 about preserving point.
19350
19351 2005-05-27 Jay Belanger <belanger@truman.edu>
19352
19353 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19354 Info-goto-node.
19355
19356 * calc/calc-embed.el (calc-embed-arg): New variable.
19357 (calc-do-embedded-activate, calc-embedded-activate-formula)
19358 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19359 variable by new variable.
19360 (calc-embedded-make-info): Replace undeclared variable by new
19361 variable. When selecting region with positive prefix
19362 argument, use end of previous line instead of beginning of line.
19363
19364 * calc/calc-aent.el (calc-arg-values): Declare it.
19365
19366 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19367 Declare them.
19368
19369 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19370
19371 * calc/calc.el (calc-alg-map): Declare it.
19372
19373 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19374
19375 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19376
19377 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19378 (gdb-registers-buffer, toggle-gdb-all-registers):
19379 Toggle display of floating point registers.
19380 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19381
19382 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19383 (toggle-gud-tooltip-dereference):
19384 Rename from gud-toggle-tooltip-dereference.
19385
19386 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19387
19388 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19389
19390 2005-05-27 Jay Belanger <belanger@truman.edu>
19391
19392 * calc/calc-prog.el (calc-kbd-report): Remove.
19393 (calc-kbd-query): Rewrite.
19394
19395 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19396
19397 * image.el (image-library-alist): Move to image.c.
19398 (image-type-available-p): Doc fix.
19399
19400 2005-05-27 Lute Kamstra <lute@gnu.org>
19401
19402 * calc/calc.el (calc):
19403 * outline.el (outline-1, outline-2, outline-3, outline-4)
19404 (outline-5, outline-6, outline-7, outline-8):
19405 * textmodes/dns-mode.el (dns-mode):
19406 * textmodes/sgml-mode.el (sgml-namespace-face):
19407 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19408 (tex-verbatim-face, tex-use-reftex):
19409 * textmodes/texinfo.el (texinfo-heading-face):
19410 Specify customization group.
19411
19412 * longlines.el: Don't require easy-mmode.
19413 (longlines-visible-face): Specify customization group.
19414
19415 2005-05-27 Kenichi Handa <handa@m17n.org>
19416
19417 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19418 encoding table of windows-1251.
19419
19420 * international/ucs-tables.el (ucs-set-table-for-input):
19421 If translation-table-for-input of a coding system is a symbol, get
19422 its translation-table property.
19423
19424 * international/code-pages.el: Don't register a coding system into
19425 non-iso-charset-alist more than once.
19426 (cp-make-coding-system): Likewise.
19427
19428 2005-05-26 John Wiegley <johnw@newartisans.com>
19429
19430 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19431 `eshell-resume-eval' is wrapped in a list, it indicates that the
19432 command was run asynchronously. In that case, unwrap the value
19433 before checking the delimiter value.
19434
19435 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19436 character before a space at the end of a line is \, assume the space
19437 is part of the last argument rather than a final argument separator.
19438
19439 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19440 is in use, and the target is `t' or `nil' (which are the most common
19441 values), don't assume that the symbol target is a buffer.
19442
19443 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19444
19445 * calendar/calendar.el (calendar-mode-line-format):
19446 Use mode-line-highlight as mouse-face.
19447
19448 * time.el (display-time-string-forms, display-time-update):
19449 Use mode-line-highlight as mouse-face.
19450
19451 2005-05-26 Jay Belanger <belanger@truman.edu>
19452
19453 * calc/calc.el (calc-language-alist): Remove extra defvar.
19454
19455 2005-05-26 Lute Kamstra <lute@gnu.org>
19456
19457 * arc-mode.el (archive-mode):
19458 * bookmark.el (bookmark-read-annotation-mode)
19459 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19460 * bs.el (bs-mode):
19461 * calc/calc-yank.el (calc-edit-mode):
19462 * calc/calc.el (calc-mode, calc-trail-mode):
19463 * calculator.el (calculator-mode):
19464 * chistory.el (command-history-mode):
19465 * comint.el:
19466 * cus-edit.el (custom-mode):
19467 * descr-text.el (describe-text-mode):
19468 * ebuff-menu.el (Electric-buffer-menu-mode):
19469 * ediff-util.el (ediff-mode):
19470 * emacs-lisp/re-builder.el (reb-mode):
19471 * emulation/vi.el (vi-mode-setup):
19472 * emulation/ws-mode.el (wordstar-mode):
19473 * eshell/esh-mode.el (eshell-mode):
19474 * forms.el (forms-mode):
19475 * help-mode.el (help-mode):
19476 * hexl.el (hexl-mode):
19477 * ibuffer.el (ibuffer-mode):
19478 * ielm.el (inferior-emacs-lisp-mode):
19479 * info.el (Info-mode, Info-edit-mode):
19480 * international/swedish.el:
19481 * ledit.el (ledit-from-lisp-mode):
19482 * locate.el (locate-mode):
19483 * mail/rmail.el (rmail-mode):
19484 * mail/rmailedit.el (rmail-edit-mode):
19485 * mail/rmailsum.el (rmail-summary-mode):
19486 * mail/supercite.el (sc-electric-mode):
19487 * net/eudc.el (eudc-mode):
19488 * net/quickurl.el (quickurl-list-mode):
19489 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19490 * obsolete/ooutline.el (outline-mode):
19491 * obsolete/options.el (Edit-options-mode):
19492 * obsolete/rnews.el (news-mode):
19493 * obsolete/rnewspost.el (news-reply-mode):
19494 * play/5x5.el (5x5-mode):
19495 * play/decipher.el (decipher-mode, decipher-stats-mode):
19496 * play/gomoku.el (gomoku-mode):
19497 * play/snake.el (snake-mode):
19498 * play/solitaire.el (solitaire-mode):
19499 * play/tetris.el (tetris-mode):
19500 * progmodes/ada-mode.el (ada-mode):
19501 * progmodes/antlr-mode.el (antlr-mode):
19502 * progmodes/autoconf.el (autoconf-mode):
19503 * progmodes/dcl-mode.el (dcl-mode):
19504 * progmodes/delphi.el (delphi-mode):
19505 * progmodes/ebrowse.el (ebrowse-tree-mode)
19506 (ebrowse-electric-list-mode, ebrowse-member-mode)
19507 (ebrowse-electric-position-mode):
19508 * progmodes/f90.el (f90-mode):
19509 * progmodes/fortran.el (fortran-mode):
19510 * progmodes/icon.el (icon-mode):
19511 * progmodes/idlw-help.el (idlwave-help-mode):
19512 * progmodes/idlw-shell.el (idlwave-shell-mode):
19513 * progmodes/idlwave.el (idlwave-mode):
19514 * progmodes/inf-lisp.el (inferior-lisp-mode):
19515 * progmodes/m4-mode.el (m4-mode):
19516 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19517 * progmodes/modula2.el (modula-2-mode):
19518 * progmodes/octave-inf.el (inferior-octave-mode):
19519 * progmodes/octave-mod.el (octave-mode):
19520 * progmodes/pascal.el (pascal-mode):
19521 * progmodes/sh-script.el (sh-mode):
19522 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19523 * progmodes/vhdl-mode.el (vhdl-mode):
19524 * progmodes/xscheme.el (scheme-interaction-mode):
19525 * replace.el (occur-mode):
19526 * ses.el (ses-mode):
19527 * simple.el (completion-list-mode):
19528 * skeleton.el:
19529 * speedbar.el (speedbar-mode):
19530 * term.el (term-mode):
19531 * terminal.el (terminal-edit-mode):
19532 * textmodes/reftex-index.el (reftex-index-mode)
19533 (reftex-index-phrases-mode):
19534 * textmodes/reftex-sel.el (reftex-select-label-mode)
19535 (reftex-select-bib-mode):
19536 * textmodes/reftex-toc.el (reftex-toc-mode):
19537 * wdired.el (wdired-change-to-wdired-mode):
19538 * wid-browse.el (widget-browse-mode):
19539 Use run-mode-hooks.
19540
19541 * array.el (array-mode):
19542 * calendar/todo-mode.el (todo-mode):
19543 * man.el (Man-mode):
19544 * play/landmark.el (lm-mode):
19545 * play/mpuz.el (mpuz-mode):
19546 Use kill-all-local-variables and run-mode-hooks.
19547
19548 * subr.el (delay-mode-hooks): Specify indentation.
19549
19550 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19551
19552 * xml.el (xml-substitute-special): Don't die for undefined xml
19553 entities.
19554
19555 2005-05-26 Jay Belanger <belanger@truman.edu>
19556
19557 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19558 of nil.
19559
19560 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19561
19562 * progmodes/gdb-ui.el (gdb-frame-address):
19563 Rename from gdb-current-address.
19564 (gdb-previous-frame-address): Rename from gdb-previous-address.
19565 (gdb-selected-frame): Rename from gdb-current-frame.
19566 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19567 (gdb-frame-number): Rename from gdb-current-stack-level.
19568 (gdb-ann3): Match new mode-name for disassembly buffer.
19569 Extend initialization of variables.
19570 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19571 (gdb-memory-mode): Use mouse-face in header line.
19572 (gdb-assembler-buffer-name): Call it disassembly and give frame
19573 in mode line.
19574 (gdb-source-spec-regexp, gdb-assembler-custom)
19575 (gdb-invalidate-assembler, gdb-frame-handler):
19576 Make robust to leading zeroes in address format.
19577
19578 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19579
19580 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19581 define `org-mode'.
19582 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19583
19584 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19585
19586 * log-edit.el (log-edit-changelog-entries): Distinguish between
19587 filenames like xfns.c and fns.c.
19588
19589 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19590
19591 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19592 point after reverting.
19593 (Buffer-menu-make-sort-button): Handle the case where
19594 `Buffer-menu-use-header-line' is nil.
19595
19596 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19597
19598 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19599 New funcs. In minibuffer-local-completion-map bind `]', `/'
19600 and `:' to them.
19601
19602 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19603
19604 * startup.el (normal-top-level): Allow modification of load-path while
19605 we're iterating over it.
19606
19607 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19608
19609 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19610 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19611 (thumbs-resize-interactive, thumbs-insert-image)
19612 (thumbs-insert-thumb, thumbs-dired-show-marked)
19613 (thumbs-find-image-at-point, thumbs-delete-images)
19614 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19615 (thumbs-increment-image-size, thumbs-decrement-image-size):
19616 Fix typos in docstrings.
19617
19618 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19619
19620 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19621 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19622 (cperl-mode): Use them.
19623
19624 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19625
19626 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19627 Doc fixes.
19628
19629 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19630
19631 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19632 Bind C-d to gdb-inferior-io-eof.
19633
19634 * dired.el (dired-dnd-popup-notice): Use message-box.
19635
19636 2005-05-23 Masatake YAMATO <jet@gyve.org>
19637
19638 * bindings.el (mode-line-major-mode-keymap):
19639 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19640
19641 * faces.el (mode-line-highlight): New face.
19642
19643 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19644 as mouse-face.
19645
19646 * bindings.el (top-level, help-echo, mode-line-modified)
19647 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19648 as mouse-face.
19649
19650 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19651
19652 * progmodes/cc-engine.el (c-guess-basic-syntax):
19653 Remove spurious call to `zerop'.
19654
19655 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19656
19657 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19658
19659 CC Mode update to 5.30.10:
19660
19661 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19662 could go past the limit in decoration level 2, thereby causing
19663 errors during interactive fontification.
19664
19665 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19666 the file is evaluated interactively.
19667
19668 * cc-engine.el (c-guess-basic-syntax): Handle operator
19669 declarations somewhat better in C++.
19670
19671 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19672 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19673 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19674 (awk-mode): Use it.
19675 (make-local-hook): Suppress warning about obsoleteness.
19676
19677 * cc-engine.el, cc-align.el, cc-cmds.el
19678 (c-append-backslashes-forward, c-delete-backslashes-forward)
19679 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19680 Compensate for return value from `forward-line' when it has moved
19681 but not to a different line due to eob.
19682
19683 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19684 `objc-method-intro' and `objc-method-args-cont'.
19685
19686 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19687
19688 CC Mode update to 5.30.10:
19689
19690 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19691 in the copyright statement. Incidentally, change "along with GNU
19692 Emacs" to "along with this program" where it occurs.
19693
19694 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19695 so that it is interactive, hence can be found by M-x awk-mode
19696 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19697 <gmorris+emacs@ast.cam.ac.uk>.
19698
19699 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19700 Mode's regexps.
19701
19702 2005-05-23 Kevin Ryde <user42@zip.com.au>
19703
19704 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19705 c-parse-state, to avoid a lisp error (on bad code).
19706
19707 2005-05-23 Lute Kamstra <lute@gnu.org>
19708
19709 * subr.el (font-lock-defaults): Remove defvar as it's already
19710 defined in font-core.el.
19711
19712 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19713
19714 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19715
19716 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19717 more general and work when GDB variable "print pretty" is on,
19718 as with Emacs, for example.
19719
19720 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19721
19722 * font-core.el: Update comment.
19723
19724 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19725 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19726
19727 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19728
19729 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19730
19731 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19732 and `yank-handler' in the doc strings.
19733
19734 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19735
19736 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19737
19738 2005-05-22 Richard M. Stallman <rms@gnu.org>
19739
19740 * help.el (describe-key): Move print-help-return-message call
19741 out of conditional.
19742
19743 * progmodes/etags.el (list-tags): Use with-no-warnings.
19744
19745 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19746 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19747 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19748
19749 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19750
19751 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19752 Add defvar.
19753
19754 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19755 Use defvar, not defconst.
19756
19757 * hexl.el (hexl-follow-line): Use with-no-warnings.
19758
19759 * emulation/tpu-extras.el: Use write-file-functions instead of
19760 write-file-hooks.
19761
19762 * dired.el (dired-font-lock-keywords): Fontify files with junk
19763 extensions even if marked by -F.
19764
19765 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19766
19767 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19768 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19769 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19770 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19771 (concatenate, list-length, get*, getf, cl-remprop):
19772 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19773 (etypecase, progv, lexical-let, lexical-let*)
19774 (multiple-value-bind, multiple-value-setq, shiftf):
19775 Improve argument/docstring consistency.
19776
19777 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19778
19779 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19780
19781 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19782 doesn't exist.
19783
19784 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19785 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19786
19787 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19788
19789 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19790 already deleted variables: auto-fill-hook, blink-paren-hook,
19791 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19792 suspend-hooks, comment-indent-hook, meta-flag,
19793 before-change-function, after-change-function,
19794 font-lock-doc-string-face.
19795
19796 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19797
19798 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19799
19800 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19801
19802 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19803 rmail-dont-reply-to.
19804
19805 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19806
19807 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19808 literal blank when splitting new-header-values.
19809
19810 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19811
19812 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19813 string so that tmm doesn't create a completion entry for it.
19814
19815 * textmodes/table.el (table-disable-menu): Ditto.
19816
19817 2005-05-21 Richard M. Stallman <rms@gnu.org>
19818
19819 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19820
19821 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19822
19823 * net/rcompile.el (remote-compile): Use compilation-start.
19824
19825 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19826
19827 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19828
19829 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19830 Default to makefile-bsdmake-mode on BSD systems.
19831
19832 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19833 REGEXP may also be a search function now. The part of doc-string
19834 for describing the structure was 95% identical to that of
19835 `imenu--generic-function'. Unify it there.
19836
19837 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19838 Use function to find dependencies, because regexp alone is so complex,
19839 it easily goes into an endless loop.
19840 (makefile-makepp-mode): Also add submenu for Perl functions
19841 defined in the makefile.
19842 (makefile-bsdmake-mode): Special imenu-generic-expression no
19843 longer needed, due to function call.
19844 (makefile-match-dependency): Take BOUND into account when checking
19845 if we're through.
19846
19847 2005-05-20 Jay Belanger <belanger@truman.edu>
19848
19849 * calc/calc-units.el (calc-invalidate-units-table):
19850 Use inhibit-read-only.
19851 (math-build-units-table-buffer): Use view-mode.
19852
19853 2005-05-20 David Kastrup <dak@gnu.org>
19854
19855 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19856 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19857
19858 2005-05-20 Lute Kamstra <lute@gnu.org>
19859
19860 * diff-mode.el (diff-header-face, diff-file-header-face)
19861 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19862 (diff-added-face, diff-changed-face, diff-function-face)
19863 (diff-context-face, diff-nonexistent-face): Put them in the
19864 diff-mode customization group.
19865
19866 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19867
19868 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19869
19870 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19871
19872 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19873 Minor regexp-optimization.
19874
19875 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19876
19877 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19878 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19879 (org-agenda-add-time-grid-maybe): New function.
19880 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19881 (org-table-create): `dotimes' instead of `mapcar'.
19882 (org-xor): Simplify implementation.
19883 (org-agenda): `inhibit-redisplay' turned on.
19884 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19885 a consistent line after a state change.
19886 (org-agenda-remove-times-when-in-prefix): New option.
19887 (org-prefix-has-time): New variable.
19888 (org-parse-time-string): Optional argument NODEFAULT.
19889 (org-format-agenda-item): Parse items for time-of-day
19890 specifications and move these into the prefix if possible.
19891 (org-agenda-priority): Get current heading, not previous heading
19892 during agenda remote editing.
19893
19894 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19895
19896 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19897 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19898 (remove-duplicates, delete-duplicates, substitute)
19899 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19900 (nsubstitute-if-not, find, find-if, find-if-not, position)
19901 (position-if, position-if-not, count, count-if, count-if-not)
19902 (mismatch, search, sort*, stable-sort, merge, member*)
19903 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19904 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19905 (intersection, nintersection, set-difference, nset-difference)
19906 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19907 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19908 (nsublis, tree-equal): Improve argument/docstring consistency.
19909
19910 * subr.el (send-string, send-region): Remove obsolescence declaration.
19911 (window-dot, set-window-dot, read-input, show-buffer)
19912 (eval-current-buffer, string-to-int):
19913 Add release number to obsolescence declarations.
19914
19915 2005-05-19 Kim F. Storm <storm@cua.dk>
19916
19917 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19918 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19919
19920 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19921
19922 * faces.el (list-faces-display): Make back button respect optional
19923 regexp arg.
19924
19925 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19926
19927 * calculator.el (calculator-radix-grouping-mode)
19928 (calculator-radix-grouping-digits, calculator-displayer)
19929 (calculator-radix-grouping-separator, calculator-copy-displayer):
19930 * dabbrev.el (dabbrev-search-these-buffers-only):
19931 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19932 (diff-advance-after-apply-hunk, diff-mode-hook)
19933 (diff-minor-mode-prefix):
19934 * imenu.el (imenu-use-popup-menu):
19935 * jit-lock.el (jit-lock-context-time):
19936 * newcomment.el (comment-fill-column, comment-column)
19937 (comment-style, comment-padding, comment-multi-line)
19938 (comment-empty-lines, comment-auto-fill-only-comments):
19939 * reveal.el (reveal-around-mark):
19940 * uniquify.el (uniquify-buffer-name-style)
19941 (uniquify-after-kill-buffer-p)
19942 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19943 (uniquify-min-dir-content, uniquify-separator)
19944 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19945 * w32-vars.el (w32-fixed-font-alist):
19946 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19947 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19948 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19949 * progmodes/perl-mode.el (perl-indent-level)
19950 (perl-continued-statement-offset, perl-continued-brace-offset)
19951 (perl-brace-offset, perl-brace-imaginary-offset)
19952 (perl-label-offset, perl-indent-continued-arguments)
19953 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19954 * progmodes/tcl.el (tcl-indent-level)
19955 (tcl-continued-indent-level, tcl-auto-newline)
19956 (tcl-tab-always-indent, tcl-electric-hash-style)
19957 (tcl-help-directory-list, tcl-use-smart-word-finder)
19958 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19959 (inferior-tcl-source-command):
19960 * textmodes/fill.el (enable-kinsoku):
19961 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19962 * textmodes/table.el (table-yank-handler):
19963 Specify missing group (and type, if simple) in defcustom.
19964
19965 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19966
19967 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19968
19969 2005-05-19 Richard M. Stallman <rms@gnu.org>
19970
19971 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19972
19973 * subr.el (event-basic-type): Don't get an error.
19974 (left-fringe-p): Function deleted.
19975
19976 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19977 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19978
19979 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19980 in recursive copy.
19981
19982 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19983
19984 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19985
19986 * emacs-lisp/bytecomp.el
19987 (byte-compile-file-form-custom-declare-variable):
19988 Call byte-compile-nogroup-warn if appropriate.
19989
19990 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19991 (compilation-set-window): Don't call left-fringe-p; do it directly.
19992
19993 2005-05-19 Jay Belanger <belanger@truman.edu>
19994
19995 * calc/calc-graph.el (calc-graph-format-data): Make sure
19996 var-PlotRejects is bound before trying to check its value.
19997
19998 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19999
20000 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20001 definition of this variable from reftex-global.el to reftex.el,
20002 because it is needed in the menu.
20003
20004 2005-05-19 Lute Kamstra <lute@gnu.org>
20005
20006 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20007 years are fixed. Don't insert a space after a dash.
20008
20009 2005-05-19 Kim F. Storm <storm@cua.dk>
20010
20011 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20012
20013 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20014
20015 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20016 strings, because (eq ... ?\\) is fairly frequent.
20017
20018 * progmodes/make-mode.el (makefile-add-this-line-targets):
20019 Simplify and integrate into `makefile-pickup-targets'.
20020 (makefile-add-this-line-macro): Simplify and integrate into
20021 `makefile-pickup-macros.
20022 (makefile-pickup-filenames-as-targets): Simplify.
20023 (makefile-previous-dependency, makefile-match-dependency):
20024 Don't stumble over `::'.
20025
20026 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20027
20028 * subr.el (post-command-idle-hook, post-command-idle-delay):
20029 Remove obsoletion of post-command-idle-hook and
20030 post-command-idle-delay.
20031
20032 * faces.el (list-faces-display): Provide button when describe-face
20033 is called to take user back to the list of faces.
20034
20035 * help-fns.el (describe-variable): Remove hyperlinks in a
20036 variable's value as these are quite frequently inappropriate.
20037
20038 * follow.el (follow-submit-feedback, follow-mode):
20039 Remove references to post-command-idle-hook.
20040
20041 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20042
20043 * progmodes/make-mode.el (makefile-previous-dependency)
20044 (makefile-match-dependency): Check for := (and in bsd mode also
20045 !=) to give a better result, even when font-lock is not on.
20046
20047 2005-05-18 Jay Belanger <belanger@truman.edu>
20048
20049 * calc/calc-help.el (calc-s-prefix-help):
20050 Add `calc-copy-special-constant' to help string.
20051
20052 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20053
20054 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20055
20056 2005-05-18 Jay Belanger <belanger@truman.edu>
20057
20058 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20059 in linear factors are in proper order.
20060
20061 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20062
20063 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20064 Support for jurabib.
20065
20066 * textmodes/reftex.el (featurep): Define aliases for overlay
20067 commands, for XEmacs compatibility, and use these aliases in
20068 overlay initializations.
20069 (reftex-highlight): Use `reftex-move-overlay'.
20070 (reftex-unhighlight): Use `reftex-delete-overlay'.
20071 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20072 (reftex-access-search-path): Use `reftex-uniquify' instead of
20073 `reftex-uniq'
20074
20075 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20076 `before-string' property modification enables for Emacs as well.
20077 (reftex-select-item): Use `reftex-delete-overlay'.
20078 (reftex-select-mark): Use `reftex-make-overlay' and
20079 `reftex-overlay-put'.
20080 (reftex-select-unmark): Use `reftex-delete-overlay' and
20081 `reftex-overlay-put'.
20082
20083 2005-05-18 Lute Kamstra <lute@gnu.org>
20084
20085 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20086
20087 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20088
20089 * add-log.el (add-change-log-entry):
20090 * array.el (array-make-template, array-reconfigure-rows)
20091 (array-init-max-row, array-init-max-column)
20092 (array-init-columns-per-line, array-init-field-width):
20093 * replace.el (replace-match-maybe-edit, perform-replace):
20094 * textmodes/spell.el (spell-region):
20095 Replace `read-input' by `read-string'.
20096
20097 * forms.el (forms-mode):
20098 * finder.el (finder-compile-keywords):
20099 * shadowfile.el (shadow-read-files):
20100 Replace `eval-current-buffer' by `eval-buffer'.
20101
20102 * terminal.el (te-pass-through):
20103 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20104 (ange-ftp-raw-send-cmd):
20105 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20106 (send-process-next-char, telnet-initial-filter, telnet):
20107 Replace `send-string' by `process-send-string'.
20108
20109 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20110 (prolog-consult-region): Replace `send-string' by
20111 `process-send-string'; replace `send-region' by `process-send-region'.
20112
20113 * progmodes/delphi.el (delphi-log-msg):
20114 Replace `set-window-dot' by `set-window-point'.
20115
20116 * subr.el (window-dot, set-window-dot, read-input, send-string)
20117 (send-region, show-buffer, eval-current-buffer):
20118 Make really obsolete, as the comment says.
20119
20120 2005-05-17 Kim F. Storm <storm@cua.dk>
20121
20122 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20123 (cua--init-keymaps): Bind C-return instead of S-return to set
20124 rectangle mark.
20125
20126 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20127 instead of S-return to toggle/clear rectangle mark.
20128
20129 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20130
20131 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20132 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20133 Also fontify plain strings assigned to variables, mostly so that a
20134 colon has a face and is thus not taken as a dependency separator.
20135 (makefile-previous-dependency): Inline the new matcher, because it
20136 is too complex to work in both directions.
20137 (makefile-match-dependency): Eliminate `backward' arg (see above).
20138 Completely reimplemented so as to not sometimes go into an endless
20139 loop. It should also be more efficient, because first it only
20140 searches for `:', instead of applying the very complex regexp.
20141 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20142 to be fontified in one piece can be too long for JIT.
20143 Makefiles are never *that* big.
20144
20145 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20146
20147 * dired.el (dired-mode): Simplify.
20148
20149 2005-05-17 Lute Kamstra <lute@gnu.org>
20150
20151 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20152 defcustom for the mode hook variable.
20153
20154 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20155 Emacs Lisp Reference Manual.
20156
20157 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20158
20159 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20160 (evenp, list*):
20161 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20162 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20163
20164 * net/tramp-smb.el (tramp-smb-open-connection):
20165 Pass `tramp-chunksize' as fifth (required) argument.
20166
20167 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20168
20169 * font-lock.el (lisp-font-lock-keywords-1):
20170 Set `font-lock-negation-char-face' for [^...] char group.
20171 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20172
20173 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20174 a var, and refine it to mask one more level of nested vars.
20175 (makefile-rule-action-regex): Turn it into a var, and refine it so
20176 it recognizes backslashed continuation lines as belonging to the
20177 same command.
20178 (makefile-macroassign-regex): Refine it so it recognizes
20179 backslashed continuation lines as belonging to the same command.
20180 (makefile-var-use-regex): Don't look at the next char, because it
20181 might be the same one to be skipped by the initial [^$], leading
20182 to an overlooked variable use.
20183 (makefile-make-font-lock-keywords): Remove two parameters, which
20184 are now variables that some of the modes set locally.
20185 Handle dependency and rule action matching through functions, because
20186 regexps alone match too often. Dependency matching now comes
20187 last, so it can check, whether a colon already matched something else.
20188 (makefile-mode): Inform that font-lock improves makefile parsing
20189 capabilities.
20190 (makefile-match-dependency, makefile-match-action): New functions.
20191
20192 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20193
20194 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20195
20196 * align.el (align-regexp):
20197 * ansi-color.el (ansi-color-get-face):
20198 * array.el (array-reconfigure-rows, array-init-max-row)
20199 (array-init-max-column, array-init-columns-per-line)
20200 (array-init-field-width):
20201 * dired-aux.el (dired-trample-file-versions):
20202 * dired-x.el (dired-mark-sexp):
20203 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20204 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20205 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20206 * faces.el (face-read-integer):
20207 * files.el (backup-extract-version, insert-directory):
20208 * hexl.el (hexl-insert-decimal-char):
20209 * server.el (server-process-filter):
20210 * shell.el (shell-extract-num):
20211 * startup.el (command-line-1):
20212 * term.el (term-command-hook):
20213 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20214 (time-stamp-do-number):
20215 * time.el (display-time-update):
20216 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20217 (timezone-fix-time):
20218 * vms-patch.el (vms-suspend-resume-hook):
20219 * calendar/appt.el (appt-convert-time):
20220 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20221 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20222 * calendar/cal-islam.el (mark-islamic-diary-entries):
20223 * calendar/calendar.el (calendar-cursor-to-date)
20224 (calendar-star-date):
20225 * calendar/diary-lib.el (diary-attrtype-convert)
20226 (mark-diary-entries, diary-entry-time):
20227 * calendar/solar.el (solar-get-number):
20228 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20229 * emacs-lisp/re-builder.el (reb-display-subexp):
20230 * emulation/edt.el (edt-set-scroll-margins):
20231 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20232 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20233 (vip-get-ex-count):
20234 * emulation/viper-ex.el (viper-get-ex-token)
20235 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20236 * international/fontset.el (fontset-plain-name):
20237 * mail/feedmail.el (feedmail-look-at-queue-directory):
20238 * mail/mailalias.el (mail-get-names):
20239 * mail/rmail.el (rmail-convert-to-babyl-format):
20240 * mail/rmailsum.el (rmail-make-basic-summary-line)
20241 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20242 (rmail-summary-goto-msg):
20243 * mail/smtpmail.el (smtpmail-read-response):
20244 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20245 (ange-ftp-vms-add-file-entry):
20246 * play/gametree.el (gametree-looking-at-ply)
20247 (gametree-current-branch-score):
20248 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20249 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20250 * progmodes/cperl-mode.el (condition-case):
20251 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20252 (ebrowse-set-member-buffer-column-width)
20253 (ebrowse-select-1st-to-9nth):
20254 * progmodes/etags.el (etags-snarf-tag):
20255 * progmodes/flymake.el (flymake-parse-line):
20256 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20257 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20258 (idlwave-shell-menu-def):
20259 * progmodes/ps-mode.el (ps-run-goto-error):
20260 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20261 (vhdl-speedbar-contract-level):
20262 * term/mac-win.el (x-handle-numeric-switch):
20263 * term/sun-mouse.el (sun-get-frame-data):
20264 * term/w32-win.el (x-handle-numeric-switch):
20265 * term/x-win.el (x-handle-numeric-switch):
20266 * textmodes/ispell.el (ispell-parse-output):
20267 * textmodes/nroff-mode.el (nroff-outline-level):
20268 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20269 (reftex-bib-sort-year-reverse, reftex-format-citation):
20270 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20271 (reftex-section-number):
20272 * textmodes/texinfmt.el (texinfo-paragraphindent):
20273 Replace `string-to-int' by `string-to-number'.
20274
20275 * international/latexenc.el: Add page marker to force the "Local
20276 Variables:" string out of the last page.
20277
20278 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20279
20280 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20281 tooltip-change-major-mode.
20282 (gud-tooltip-print-command): Remove case where gud-minor-mode
20283 is gdb ("--fullname").
20284 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20285 explain to user.
20286
20287 2005-05-16 Jay Belanger <belanger@truman.edu>
20288
20289 * calc/calc-store.el (calc-copy-special-constant): New function.
20290
20291 * calc/calc-ext.el (calc-init-extensions): Add binding for
20292 `calc-copy-special-constant'.
20293
20294 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20295 for the `calc-copy-special-constant' command.
20296
20297 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20298
20299 * subr.el (left-fringe-p): New function.
20300
20301 * progmodes/compile.el (compilation-setup): Set local value of
20302 overlay-arrow-string to "" always.
20303 (compilation-set-window): Left fringe then don't scroll.
20304 No left fringe then no arrow and scroll message to top.
20305 (compilation-context-lines): Adjust doc string accordingly.
20306
20307 2005-05-16 Kim F. Storm <storm@cua.dk>
20308
20309 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20310 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20311 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20312 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20313 (ido-read-file-name): Handle commands with ido property value
20314 equal to find-file as reading a file name, to allow C-d to enter dired.
20315 (ibuffer-find-file): Add ido property with value find-file.
20316
20317 2005-05-15 Kim F. Storm <storm@cua.dk>
20318
20319 * subr.el (open-network-stream-nowait): Remove.
20320 (open-network-stream-server): Remove.
20321
20322 2005-05-15 Richard M. Stallman <rms@gnu.org>
20323
20324 * faces.el (describe-face): Output a definition link button.
20325
20326 * help-mode.el (help-face-def): New button type.
20327
20328 * emacs-lisp/copyright.el (copyright-fix-years):
20329 Match properly if the first year is 2-digit.
20330 Don't mess up the whitespace after the years by filling.
20331
20332 * dired-aux.el (dired-mark-confirm):
20333 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20334
20335 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20336 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20337 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20338
20339 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20340 Set font-lock-comment-start-skip.
20341
20342 * font-lock.el (font-lock-comment-start-skip): New variable.
20343 (font-lock-comment-end-skip): New variable.
20344 (font-lock-fontify-syntactically-region): Use them if non-nil.
20345
20346 2005-05-15 Jay Belanger <belanger@truman.edu>
20347
20348 * calc/calc-store.el (calc-store-value): Return a string rather
20349 than display it as a message.
20350 Use calc-var-name for variable name.
20351 (calc-store-into): Add the result of calc-store-value to message.
20352 (calc-copy-variable): Add a message.
20353 (calc-store-exchange): Improve error messages.
20354 (calc-store-binary, calc-store-map): Don't reset the values of
20355 special constants.
20356
20357 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20358
20359 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20360 manual to docstring.
20361
20362 * files.el (hack-local-variables-confirm): Add STRING argument.
20363 Make the function handle non file visiting buffers correctly.
20364 (hack-local-variables-prop-line, hack-local-variables)
20365 (hack-one-local-variable): Use STRING arg of
20366 `hack-local-variables-confirm'.
20367
20368 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20369
20370 Sync with Tramp 2.0.49.
20371
20372 * net/tramp.el (tramp-handle-dired-call-process)
20373 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20374 because the contents of the Tramp buffer is changed before
20375 insertion (`expand-file' and alike).
20376 (tramp-handle-insert-directory): If `localname' has an empty
20377 nondirectory name, it must not be quoted.
20378 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20379 variable `tramp-chunksize'. Change callees.
20380 (tramp-open-connection-setup-interactive-shell): Check remote host
20381 for buggy `send-process-string' implementation.
20382 Set `tramp-chunksize' if found. Reported by Michael Kifer
20383 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20384 (tramp-handle-shell-command): `insert-buffer' cannot be used
20385 because the contents of the Tramp buffer is changed before
20386 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20387 <frederic.bothamy@free.fr>.
20388 (tramp-set-auto-save): Actions should be done for Tramp file name
20389 handler only. Ange-FTP has its own auto-save mechanism.
20390 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20391 (tramp-set-auto-save-file-modes): Set file modes of
20392 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20393 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20394 (tramp-bug): Remove obsolete variable.
20395 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20396 for presence of `mml-mode'. Make it running for older Emacsen as well.
20397
20398 2005-05-14 John Paul Wallington <jpw@pobox.com>
20399
20400 * ibuf-ext.el (define-ibuffer-filter filename):
20401 If `dired-directory' is a list, use its car.
20402
20403 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20404
20405 * ibuffer.el (define-ibuffer-column filename):
20406 If `dired-directory' is a list, use its car.
20407
20408 2005-05-14 Richard M. Stallman <rms@gnu.org>
20409
20410 * subr.el (symbol-file): Doc fix.
20411
20412 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20413 (byte-compile-form): Call byte-compile-nogroup-warn.
20414 (byte-compile-warning-types): Doc fix.
20415
20416 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20417
20418 * progmodes/cc-engine.el (c-literal-faces):
20419 Add font-lock-comment-delimiter-face.
20420
20421 * net/net-utils.el (dig): Use with-no-warnings.
20422
20423 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20424 (sc-recite-frame-alist, sc-default-cite-frame)
20425 (sc-default-uncite-frame, sc-default-recite-frame)
20426 (sc-attrib-selection-list, sc-rewrite-header-list):
20427 Mark as risky-local-variable.
20428
20429 * international/ogonek.el (ogonek-jak, ogonek-how):
20430 Don't use beginning-of-buffer.
20431
20432 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20433
20434 * calendar/solar.el (solar-data-list): Move definition up.
20435
20436 * dnd.el (dnd-protocol-alist): Add autoload.
20437
20438 * progmodes/sh-script.el: Many doc usage fixes.
20439 (sh-indent-after-do): Change default to match common styles.
20440
20441 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20442
20443 * files.el (interpreter-mode-alist)
20444 (auto-mode-interpreter-regexp): Doc fixes.
20445
20446 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20447
20448 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20449
20450 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20451
20452 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20453
20454 * dired.el (dired-mode): make-variable-buffer-local =>
20455 make-local-variable.
20456
20457 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20458
20459 * term/mac-win.el (mac-select-convert-to-string): Try coding
20460 systems in mac-script-code-coding-systems if specified one cannot
20461 encode string for `com.apple.traditional-mac-plain-text'.
20462
20463 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20464
20465 * progmodes/make-mode.el (makefile-targets-face)
20466 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20467 (makefile-dependency-regex): Fix it to not make the colon in
20468 $(var:a=b) special.
20469 (makefile-rule-action-regex): New regexp for highlighting embedded
20470 Shell strings.
20471 (makefile-macroassign-regex): Handle != for highlighting as
20472 embedded Shell strings.
20473 (makefile-var-use-regex): New const.
20474 (makefile-statements, makefile-automake-statements)
20475 (makefile-gmake-statements, makefile-makepp-statements)
20476 (makefile-bsdmake-statements): New consts.
20477 (makefile-make-font-lock-keywords): New function.
20478 (makefile-automake-font-lock-keywords)
20479 (makefile-gmake-font-lock-keywords)
20480 (makefile-makepp-font-lock-keywords)
20481 (makefile-bsdmake-font-lock-keywords): New consts.
20482 (makefile-mode-map): Add switchers between the various submodes.
20483 (makefile-mode): Document the availability of the variants.
20484 (makefile-automake-mode, makefile-gmake-mode)
20485 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20486
20487 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20488 new variants of makefile-mode.
20489
20490 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20491
20492 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20493 the inheritance.
20494
20495 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20496
20497 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20498 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20499
20500 * files.el (normal-mode): Extend the scope of the
20501 `enable-local-variables' binding to include the `set-auto-mode' call.
20502 (magic-mode-alist): Doc fix.
20503
20504 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20507 font-lock-comment-face rather than copying its setting.
20508
20509 2005-05-12 Andreas Schwab <schwab@suse.de>
20510
20511 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20512
20513 2005-05-12 Lute Kamstra <lute@gnu.org>
20514
20515 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20516 defcustom for the mode hook variable. Delete the last argument.
20517 * generic-x.el: Fix callers of define-generic-mode.
20518 (generic-x-modes): Delete group.
20519 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20520 generic-x customization group.
20521
20522 2005-05-12 Kim F. Storm <storm@cua.dk>
20523
20524 * font-lock.el (font-lock-negation-char-face): Default to "off".
20525
20526 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20527 font-lock-negation-char-face to ! in !=.
20528
20529 2005-05-12 Masatake YAMATO <jet@gyve.org>
20530
20531 * add-log.el (find-change-log): Fix typos in the docstring
20532 of function.
20533
20534 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20535
20536 * international/latexenc.el (latexenc-find-file-coding-system):
20537 Avoid `re-search-forward' when looking for input encoding because
20538 of speed and safety. Better regular expressions for recognizing
20539 input encoding. Limit a search for TeX-master/tex-main-file to
20540 the local variable section.
20541
20542 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20543
20544 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20545 syntax of $ to "'" (quote).
20546
20547 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20548
20549 * dnd.el (dnd-protocol-alist): Improve custom type.
20550
20551 * dired.el (dired-dnd-protocol-alist): New variable.
20552 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20553 `dired-mode-hook' to the end.
20554
20555 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20558 comment-end if comment-start-skip is not set.
20559 Obey the font-lock-comment-delimiter-face variables.
20560
20561 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 * files.el (executable-find): Move from executable.el. Use
20564 locate-file.
20565 * progmodes/executable.el (executable-find): Move to files.el.
20566
20567 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20568 when trying to ensure forward progress.
20569
20570 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20571
20572 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20573 (mouse-select, mouse-select-internal, mouse-extend-internal):
20574 Use it to implement mouse-1-click-follows-link functionality.
20575
20576 2005-05-11 Richard M. Stallman <rms@gnu.org>
20577
20578 * font-lock.el (font-lock-fontify-syntactically-region):
20579 Use font-lock-comment-delimiter-face for comment delimiters.
20580
20581 2005-05-10 Jay Belanger <belanger@truman.edu>
20582
20583 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20584 preserving embedded modes.
20585
20586 2005-05-10 Richard M. Stallman <rms@gnu.org>
20587
20588 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20589
20590 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20591 Move from ada-stmt.el.
20592 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20593
20594 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20595 Move to ada-mode.el.
20596 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20597
20598 * cus-edit.el (custom-file): Call file-chase-links.
20599
20600 * files.el (read-directory-name): Fix previous change.
20601 (hack-local-variables-confirm): New function.
20602 (hack-local-variables-prop-line, hack-local-variables)
20603 (hack-one-local-variable): Use it.
20604
20605 2005-05-10 Lute Kamstra <lute@gnu.org>
20606
20607 * font-lock.el (font-lock-keywords-alist)
20608 (font-lock-removed-keywords-alist): Clarify docstrings.
20609
20610 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20611
20612 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20613 (gdb-source-info): Check for preprocessor info.
20614 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20615 a macro for a function.
20616 (gdb-info-breakpoints-custom): Try to find file again if not already
20617 found (user might have used GDB dir command).
20618 (gdb-get-location): Update gdb-location-alist correctly for change
20619 to gdb-info-breakpoints-custom.
20620
20621 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20622 (gud-tooltip-print-command): Add gdbmi case.
20623 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20624 preprocessor info.
20625
20626 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20627
20628 * startup.el (fancy-splash-insert): Fix typo in doc string.
20629
20630 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20631
20632 * obsolete/float.el (string-to-float):
20633 * obsolete/hilit19.el (hilit-add-pattern):
20634 * obsolete/rnews.el (news-parse-range, news-select-message)
20635 (news-get-pruned-list-of-files): Replace `string-to-int' by
20636 `string-to-number'.
20637
20638 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20639 `find-file-not-found-hooks'; use `add-hook'.
20640 (uncompress-while-visiting): Set `write-file-functions', not
20641 `write-file-hooks'; use `add-hook'.
20642
20643 2005-05-09 Kim F. Storm <storm@cua.dk>
20644
20645 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20646 (cua-paste): Handle clipboard action.
20647 (cua--init-keymaps): Remap clipboard-kill-region and
20648 clipboard-kill-ring-save.
20649
20650 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20651
20652 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20653 Improve commentary.
20654
20655 * simple.el (next-error-overlay-arrow-position): Revert the change
20656 made on 2005-04-30.
20657
20658 2005-05-07 Jay Belanger <belanger@truman.edu>
20659
20660 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20661 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20662 `calc-sel-reselect'.
20663
20664 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20665 Calc is in embedded mode.
20666
20667 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20668
20669 * progmodes/compile.el (compilation-setup):
20670 Set overlay-arrow-string to an empty string on text terminals.
20671
20672 * textmodes/ispell.el (ispell-program-name): Try looking for
20673 "aspell" along exec-path, and if found, use it as the default
20674 speller program.
20675
20676 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20677
20678 * international/mule.el (sgml-xml-auto-coding-function):
20679 Recognize encoding='FOO' in single quotes as well as in double quotes.
20680
20681 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20682
20683 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20684 as well as `interactive', so that defmacro* would recognize
20685 `declare' forms.
20686
20687 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20688
20689 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20690 Explain more about the LIGHTER arg's usage in the doc string.
20691 Add commentary to clarify what the code does. Fix the regexp that
20692 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20693 since it could have characters special to regular expressions.
20694
20695 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20696
20697 * replace.el (occur-1): Bind inhibit-read-only so that
20698 erase-buffer doesn't barf on read-only text properties (likewise
20699 for add-text-properties in occur-engine). Mark buffer as unmodified.
20700 (occur-engine): Don't set buffer-read-only here.
20701
20702 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20703
20704 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20705 list-buffers-directory. This caused the *cvs-commit* buffer to be
20706 sometimes mistakenly reused as a *cvs* buffer.
20707
20708 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20709
20710 * tooltip.el: Move code for GUD tooltips into gud.el.
20711 (require): CL no longer needed to compile case.
20712 (tooltip-mode): Do not toggle functions for GUD tooltips.
20713 (tooltip-gud-tips-p): Remove. Replace with minor mode
20714 gud-tooltip-mode in gud.el.
20715 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20716 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20717 tooltip-gud prefix with gud-tooltip and obsolete.
20718 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20719 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20720 (tooltip-mouse-motion): Mouse movement functions/variable.
20721 Rename in gud.el by adding gud prefix.
20722 (tooltip-gud-original-filter, tooltip-gud-dereference)
20723 (tooltip-gud-event, tooltip-toggle-gud-tips)
20724 (tooltip-gud-process-output, tooltip-gud-print-command)
20725 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20726 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20727 (gdb-tooltip-print): Move to gdb-ui.el.
20728
20729 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20730 (require): CL needed to compile case.
20731 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20732 tooltip-gud-tips-p. Make it a minor-mode.
20733 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20734 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20735 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20736 (gud-tooltip-change-major-mode)
20737 (gud-tooltip-activate-mouse-motions-if-enabled)
20738 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20739 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20740 (gud-tooltip-original-filter, gud-tooltip-dereference)
20741 (gud-tooltip-event, tooltip-toggle-gud-tips)
20742 (gud-tooltip-process-output, gud-tooltip-print-command)
20743 (gud-tooltip-tips): Move from tooltip.el.
20744
20745 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20746 (gdb-cpp-define-alist-flags): Doc fix.
20747 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20748 gud-tooltip-mode is t.
20749
20750 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20751
20752 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20753 evaporate if their text is deleted.
20754 (goto-address-at-point): Make it work as a mouse binding as well.
20755 (goto-address-at-mouse): Obsolete it. Update users.
20756
20757 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20758
20759 * calendar/appt.el (top-level): No longer activate on load.
20760
20761 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20762
20763 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20764 * net/webjump.el (webjump):
20765 * progmodes/idlw-help.el (idlwave-do-context-help1)
20766 (idlwave-highlight-linked-completions):
20767 * textmodes/po.el (po-find-file-coding-system-guts):
20768 Replace `assoc-ignore-case' by `assoc-string'.
20769
20770 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20771
20772 * files.el (locate-file): Doc fix.
20773
20774 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20775 Remove the redundant test for ms-dos.
20776
20777 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20778 look for the preprocessor with exec-suffixes. If not found in
20779 standard places, look in exec-path. Remove most of the tests that
20780 used system-type.
20781
20782 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20783
20784 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20785
20786 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20787 file-name clash with jka-compr.el on 8+3 filesystems.
20788
20789 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20790
20791 * term/mac-win.el: Don't define or bind scroll bar functions if
20792 x-toolkit-scroll-bars is t.
20793 (x-select-text, x-get-selection-value): Clear
20794 x-last-selected-text-clipboard if x-select-enable-clipboard is
20795 nil.
20796 (PRIMARY): Put mac-scrap-name property.
20797 (mac-select-convert-to-file-url): New function.
20798 (public.file-url): New selection target type. Add to
20799 selection-converter-alist.
20800 (x-get-selection, x-selection-value): Handle it.
20801 (x-cut-buffer-or-selection-value): New alias.
20802
20803 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20804
20805 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20806 entry to avoid calling bibtex-find-entry with arg global
20807 being t. Remove arg key.
20808 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20809 (bibtex-copy-summary-as-kill): Change accordingly.
20810
20811 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20812
20813 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20814 (org-agenda-date-later): Use with-current-buffer.
20815
20816 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20817
20818 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20819 (define-obsolete-variable-alias): Doc Fixes.
20820
20821 2005-05-06 Kim F. Storm <storm@cua.dk>
20822
20823 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20824 vertical-motion when selective-display is active.
20825
20826 * ido.el (ido-setup-hook): New hook.
20827 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20828 (ido-input-stack): New var.
20829 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20830 ido-next-work-file binding to M-O.
20831 Bind M-f to ido-wide-find-file-or-pop-dir.
20832 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20833 (ido-read-internal): Run ido-setup-hook.
20834 Catch quit in read-file-name and read-string to cancel edit.
20835 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20836 Automatically pop-all when completing a directory name (RET).
20837 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20838 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20839 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20840 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20841 New functions for M-b/M-f to move among the directory components.
20842 (ido-make-merged-file-list): Catch quit to cancel merge.
20843 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20844 (ido-completion-help): No warnings for ido-completion-buffer-full.
20845
20846 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20847
20848 * font-lock.el (font-lock-negation-char-face): New face and variable.
20849 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20850 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20851 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20852 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20853
20854 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20855
20856 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20857 Fix typo in docstring.
20858
20859 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20860 (ebrowse-print-statistics-line)
20861 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20862
20863 * term/w32-win.el (image-library-alist): Add additional name for
20864 Xpm library.
20865
20866 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20867
20868 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20869 use gcc instead of cpp.
20870
20871 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20872 (gdb-create-define-alist): Use it.
20873 (gdb-cpp-define-alist-program): Update for MS-DOS.
20874
20875 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20876
20877 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20878
20879 2005-05-04 Richard M. Stallman <rms@gnu.org>
20880
20881 * help.el (describe-key): No error when UNTRANSLATED is nil.
20882
20883 * simple.el (line-move-1): Fix previous change to signal errors
20884 appropriately.
20885
20886 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20887
20888 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20889 (icalendar-duration-correction): Remove.
20890 (icalendar--get-event-properties): Split result at commas.
20891 (icalendar--decode-isoduration): New optional argument
20892 DURATION-CORRECTION.
20893 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20894 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20895 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20896 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20897 (icalendar--convert-anniversary-to-ical): New functions, extracted
20898 from icalendar-export-region, with bug fixes.
20899 (icalendar-export-region): Use the above functions.
20900 (icalendar-import-buffer): Check before saving diary file.
20901 (icalendar--convert-recurring-to-diary)
20902 (icalendar--convert-non-recurring-all-day-to-diary)
20903 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20904 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20905 (icalendar--convert-ical-to-diary): Use the above functions.
20906
20907 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20908
20909 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20910 Remove these recent additions.
20911 (c-mode): Restore to before 2005-04-28.
20912
20913 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20914 recent addition.
20915
20916 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20917 (gdb-define-alist): New variables.
20918 (gdb-create-define-alist): New function.
20919 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20920 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20921 with string-to-number.
20922 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20923
20924 * progmodes/gud.el: Replace string-to-int with string-to-number.
20925 (gud-find-file): Handle gdb-define-alist.
20926
20927 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20928
20929 2005-05-02 Jay Belanger <belanger@truman.edu>
20930
20931 * calc/calc-aent.el (math-read-token):
20932 * calc/calc-bin.el (calc-word-size):
20933 * calc/calc-ext.el (calc-read-number-fancy):
20934 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20935 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20936 * calc/calc-frac.el (calc-over-notation):
20937 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20938 (calc-graph-num-points, calc-graph-init):
20939 * calc/calc-prog.el (calc-read-parse-table-part)
20940 (calc-edit-macro-repeats):
20941 * calc/calc-yank.el (calc-do-grab-rectangle):
20942 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20943 Replace `string-to-int' by `string-to-number'.
20944
20945 2005-05-02 Kim F. Storm <storm@cua.dk>
20946
20947 * kmacro.el: Use executing-kbd-macro-index variable.
20948
20949 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20950
20951 * net/rlogin.el (rlogin-parse-words): Delete func.
20952 (rlogin): Use split-string, not rlogin-parse-words.
20953 Also, if there are option-like elements in the parsed args,
20954 take the host to be the first arg immediately following them.
20955 Suggested by Michael Mauger.
20956
20957 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20958
20959 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20960
20961 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20962
20963 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20964 (cc-mode-cpp-program): Rename to cc-define-list-program and
20965 move to cc-vars.el.
20966
20967 * progmodes/cc-vars.el (cc-define-list-program):
20968 Change to "gcc -E -dM -". Make customizable.
20969
20970 2005-05-02 Kim F. Storm <storm@cua.dk>
20971
20972 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20973
20974 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20975
20976 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20977
20978 * international/mule-util.el (truncate-string): Remove alias and
20979 obsolete declaration.
20980
20981 * international/mule-cmds.el (update-iso-coding-systems):
20982 Remove alias and obsolete declaration.
20983
20984 * international/mule.el (coding-system-parent): Remove alias and
20985 obsolete declaration.
20986
20987 * subr.el (define-function, sref): Remove aliases and obsolete
20988 declarations.
20989 (chars-in-region): Remove obsolete declaration.
20990
20991 2005-05-01 Richard M. Stallman <rms@gnu.org>
20992
20993 * info.el (Info-mode): Set widen-automatically to nil, locally.
20994
20995 * simple.el (widen-automatically): New variable.
20996 (pop-global-mark): Obey widen-automatically.
20997
20998 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20999
21000 * term/xterm.el (function-key-map): Call substitute-key-definition
21001 before the keymap size is increased by a lot of define-key calls.
21002
21003 2005-05-01 Richard M. Stallman <rms@gnu.org>
21004
21005 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21006 Rename ARG to ELEMENT. Doc fix.
21007
21008 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21009
21010 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21011 Remove references to allout-exposure/change to allout-new-exposure.
21012
21013 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21014 bytecode symbols.
21015
21016 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21017 (compiled-function-p, focus-frame, unfocus-frame):
21018 Remove aliases and obsolete declarations.
21019 Back out inadvertent changes from previous commit.
21020
21021 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21022
21023 * files.el (require-final-newline): Make Custom tags consistent
21024 with mode-require-final-newline.
21025 (mode-require-final-newline): Doc fix.
21026
21027 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * international/latexenc.el (latexenc-find-file-coding-system):
21030 Fix regular expressions.
21031
21032 2005-05-01 David Kastrup <dak@gnu.org>
21033
21034 * international/latexenc.el (latexenc-find-file-coding-system):
21035 Fix regular expressions.
21036
21037 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21038
21039 * subr.el (string-to-int): Make obsolete.
21040
21041 2005-04-30 Richard M. Stallman <rms@gnu.org>
21042
21043 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21044
21045 * loadup.el: load jka-comp-hook.
21046
21047 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21048 (jka-compr-handler): Add autoload. `put' calls moved
21049 to jka-comp-hook.el.
21050 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21051 (jka-compr-inhibit): Autoload.
21052
21053 * jka-comp-hook.el: New file.
21054 Enable the mode by default.
21055
21056 * files.el (backup-buffer-copy): Use copy-file instead
21057 of write-region, and put back the 'excl.
21058
21059 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21060
21061 * progmodes/flymake.el (flymake-split-string)
21062 (flymake-split-string, flymake-log, flymake-pid-to-names)
21063 (flymake-reg-names, flymake-get-source-buffer-name)
21064 (flymake-unreg-names, flymake-add-line-err-info)
21065 (flymake-add-err-info): Clarify docstrings.
21066 (flymake-popup-menu, flymake-make-emacs-menu)
21067 (flymake-make-xemacs-menu): Add docstrings.
21068 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21069 Set variables directly throughout.
21070
21071 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21072
21073 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21074 exists. Initialize cc-define-alist.
21075 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21076 If there is no file (Macroexpansion) don't create an alist.
21077
21078 2005-04-29 Sam Steingold <sds@gnu.org>
21079
21080 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21081 (cc-create-define-alist): Use it instead of the hard-coded string.
21082
21083 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21084
21085 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21086 for latexenc.
21087
21088 2005-04-29 Lute Kamstra <lute@gnu.org>
21089
21090 * emacs-lisp/generic.el: Improve commentary section.
21091 (define-generic-mode): Improve docstring.
21092
21093 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21094
21095 * textmodes/org.el (many places): Change to quiet the byte compiler.
21096 (org-prefix-format-compiled): New variable.
21097 (org-compile-prefix-format): New function.
21098 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21099 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21100 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21101 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21102 consistency with entries from `org-mode' files.
21103 (org-get-time-of-day): Fix bug with partial matches early in a line.
21104 (org-non-link-chars): New constant.
21105 (org-link-regexp): Respect `org-non-link-chars'.
21106 (org-agenda-day-view): Remove command.
21107 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21108 (org-follow-bbdb-link, org-store-link): Search also company field.
21109 (org-highlight-overlay): New variable.
21110 (org-highlight, org-unhighlight): New functions.
21111 (org-agenda-mode): Add pre-command-hook to remove highlight.
21112 (org-evaluate-time-range): Behavior depends upon whether time stamp
21113 contains a time or not.
21114 (org-show-subtree, org-show-entry): New functions.
21115 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21116
21117 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21118
21119 * comint.el (comint-output-filter-functions): Add autoload cookie.
21120
21121 2005-04-28 Kim F. Storm <storm@cua.dk>
21122
21123 * ido.el (ido-everywhere): Fix last change.
21124
21125 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21126
21127 * international/latexenc.el: New file.
21128 * international/mule-conf.el (file-coding-system-alist): For .tex,
21129 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21130
21131 2005-04-28 Lute Kamstra <lute@gnu.org>
21132
21133 * font-lock.el (font-lock-add-keywords)
21134 (font-lock-remove-keywords): Clarify docstring.
21135 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21136 Don't start docstrings with a `*'.
21137 (font-lock-update-removed-keyword-alist): Give it a docstring.
21138
21139 * generic-x.el: Update commentary section.
21140 Only require font-lock when compiling.
21141 Define all modes conditionally.
21142 Place all generic modes in the generic-x-modes customization group.
21143 (generic-x-modes): New customization group.
21144 (generic-default-modes, generic-mswindows-modes)
21145 (generic-unix-modes, generic-other-modes): New constants.
21146 (generic-define-mswindows-modes, generic-define-unix-modes):
21147 Update docstrings. Make them obsolete.
21148 (generic-extras-enable-list): New default value. Update docstring.
21149 Improve :type. Change :set function.
21150 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21151 Fix docstring.
21152
21153 * emacs-lisp/generic.el (generic-mode-internal):
21154 Simplify font-lock-defaults.
21155 (define-generic-mode): Fix docstring.
21156
21157 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21160 font-lock-face property to highlight matches.
21161
21162 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21163
21164 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21165 (cc-define-alist): New variable.
21166 (c-mode): Make it local and initialize it.
21167
21168 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21169 (gdb-exited): New function.
21170 (gdb-annotation-rules): Use it.
21171 (gdb-starting): Set gdb-active-process to t.
21172 (gdb-stopping): Amend doc string.
21173 (gdb-reset): Set gdb-active-process to nil.
21174
21175 * tooltip.el (tooltip-gud-tips): Show the associated #define
21176 directives when a C program under GDB is not executing.
21177
21178 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21179
21180 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21181 font-lock-fontify-syntactic-keywords.
21182
21183 * font-lock.el (font-lock-default-fontify-region): Don't force
21184 parse-sexp-lookup-properties to nil.
21185
21186 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21187
21188 * man.el (man-mode-syntax-table): Set up `:' to have
21189 word-constituent syntax.
21190
21191 2005-04-27 Lute Kamstra <lute@gnu.org>
21192
21193 * novice.el (disable-command): Don't add spurious newlines to the
21194 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21195
21196 2005-04-26 Jay Belanger <belanger@truman.edu>
21197
21198 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21199 than one window before deleting window.
21200
21201 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21202
21203 * shell.el (shell-prompt-pattern): Doc fix.
21204 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21205
21206 * comint.el (comint-prompt-regexp, comint-get-old-input)
21207 (comint-use-prompt-regexp)
21208 (comint-use-prompt-regexp-instead-of-fields)
21209 (comint-replace-by-expanded-history, comint-send-input)
21210 (comint-output-filter, comint-get-old-input-default)
21211 (comint-line-beginning-position, comint-bol, comint-show-output)
21212 (comint-backward-matching-input, comint-forward-matching-input)
21213 (comint-next-prompt, comint-previous-prompt):
21214 Rename `comint-use-prompt-regexp-instead-of-fields' to
21215 `comint-use-prompt-regexp'. Keep old name as alias and declare
21216 obsolete.
21217 (comint-use-prompt-regexp): Shorten first line of doc string.
21218
21219 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21220 Set paragraph-separate buffer locally to "\\'".
21221
21222 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21223 Adapt to above name change.
21224
21225 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21226 (smbclient-prompt-regexp): Ditto.
21227
21228 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21229
21230 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21231
21232 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21233 gdb-location-list.
21234 Break lines that are over 80 characters wide.
21235
21236 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21237
21238 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21239 New fun and var, to preserve compatibility.
21240
21241 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21242
21243 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21244
21245 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21246 name to file-newer-than-file-p.
21247
21248 2005-04-26 Richard M. Stallman <rms@gnu.org>
21249
21250 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21251
21252 * progmodes/python.el (python-mode):
21253 Use new name eldoc-documentation-function.
21254
21255 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21256
21257 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21258 (eldoc-documentation-function):
21259 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21260
21261 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21262
21263 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21264
21265 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21266
21267 * term/xterm.el (function-key-map): Fix strings for
21268 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21269 {C,S,A,C-S}-{f1-f12}.
21270
21271 2005-04-26 Kenichi Handa <handa@m17n.org>
21272
21273 * international/mule-cmds.el (select-safe-coding-system):
21274 Fix previous change.
21275
21276 2005-04-26 Lute Kamstra <lute@gnu.org>
21277
21278 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21279
21280 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21281 (font-lock-comment-delimiter-face): Ditto.
21282
21283 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21284
21285 2005-04-25 Jay Belanger <belanger@truman.edu>
21286
21287 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21288 to t while inserting information; use help-mode.
21289
21290 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21291
21292 * term.el (ansi-term-color-vector): Use the xterm colors.
21293 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21294
21295 2005-04-25 Lute Kamstra <lute@gnu.org>
21296
21297 * font-core.el (font-lock-defaults): Fix docstring.
21298
21299 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21300
21301 2005-04-25 Kenichi Handa <handa@m17n.org>
21302
21303 * international/mule-cmds.el (select-safe-coding-system):
21304 Don't check consistency with coding: spec, etc if raw-text or
21305 no-conversion was found to be safe.
21306
21307 2005-04-24 Richard M. Stallman <rms@gnu.org>
21308
21309 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21310 citation markers at start of each line.
21311
21312 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21313 citation markers at start of each line.
21314
21315 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21316
21317 * files.el (mode-require-final-newline): Fix previous change.
21318 (require-final-newline): Fix type label.
21319
21320 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21321
21322 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21323 statement in buffer (broken by 2004-11-24 change).
21324
21325 2005-04-24 Kim F. Storm <storm@cua.dk>
21326
21327 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21328 and read-file-name-function values. Don't overwrite existing
21329 non-nil values if ido-mode is enabled without ido-everywhere.
21330
21331 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21332
21333 * files.el (mode-require-final-newline): Minor doc fix.
21334
21335 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21336
21337 * subr.el (syntax-after): Doc fix.
21338 (syntax-class): If argument is nil, return nil. Mask off upper 16
21339 bits, not 8 bits.
21340
21341 * files.el (mode-require-final-newline): Doc fix.
21342 (backup-buffer-copy): Fix last change.
21343
21344 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21345
21346 * term/mac-win.el: Require select. Set selection-coding-system to
21347 mac-system-coding-system. Call menu-bar-enable-clipboard.
21348 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21349 (x-select-enable-clipboard): New variables.
21350 (x-select-text, x-get-selection, x-selection-value)
21351 (x-get-selection-value, mac-select-convert-to-string)
21352 (mac-services-open-file, mac-services-open-selection)
21353 (mac-services-insert-text): New functions.
21354 (CLIPBOARD, FIND): Put mac-scrap-name property.
21355 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21356 (public.tiff): Put mac-ostype property.
21357 (selection-converter-alist): Add entries for them.
21358 (mac-application-menu-map): New keymap.
21359 (interprogram-cut-function, interprogram-paste-function): Set to
21360 x-select-text and x-get-selection-value, respectively.
21361 (split-window-keep-point): Set to t.
21362
21363 2005-04-23 Richard M. Stallman <rms@gnu.org>
21364
21365 * files.el (read-directory-name): Always pass non-nil
21366 DEFAULT-FILENAME arg to read-file-name.
21367 (backup-buffer-copy, basic-save-buffer-2): Take care against
21368 writing thru an unexpected existing symlink.
21369 (revert-buffer): In indirect buffer, revert the base buffer.
21370 (magic-mode-alist): Doc fix.
21371 (buffer-stale-function): Doc fix.
21372 (minibuffer-with-setup-hook): Avoid warning.
21373 (mode-require-final-newline): Doc and custom fix.
21374
21375 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21376
21377 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21378 use the default appearance.
21379 (font-lock-comment-delimiter-face): New face, new variable.
21380
21381 * imenu.el (imenu--generic-function): The official position of a
21382 definition is the start of the line that BEG is in.
21383
21384 * midnight.el (midnight-timer): Move defvar up.
21385
21386 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21387
21388 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21389
21390 * startup.el (command-line): Use with-no-warnings.
21391
21392 * window.el (window-size-fixed): New defvar.
21393
21394 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21395
21396 * mail/rmail.el (rmail-font-lock-keywords):
21397 Use font-lock-comment-delimiter-face.
21398
21399 * mail/sendmail.el (mail-font-lock-keywords):
21400 Use font-lock-comment-delimiter-face.
21401
21402 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21403
21404 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21405
21406 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21407 Specify t for LAXMATCH when matching directories.
21408 Save match data around compilation-compat-error-properties form.
21409
21410 2005-04-23 David Kastrup <dak@gnu.org>
21411
21412 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21413 Mention that the autoloaded aliases should be kept for AUCTeX.
21414
21415 2005-04-23 Andreas Schwab <schwab@suse.de>
21416
21417 * isearch.el (isearch-forward): Doc fix.
21418
21419 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21420
21421 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21422 (jit-lock-stealth-nice): Change default value to 0.5.
21423
21424 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21425
21426 * abbrev.el (write-abbrev-file): Write table entries in
21427 alphabetical order by table name.
21428
21429 2005-04-22 Kim F. Storm <storm@cua.dk>
21430
21431 * ido.el (ido-read-internal): Fix `list' completion.
21432
21433 2005-04-22 Kenichi Handa <handa@m17n.org>
21434
21435 * recentf.el (recentf-save-file-coding-system): New variable.
21436 (recentf-save-list): Encode the file by
21437 recentf-save-file-coding-system and add coding: tag.
21438
21439 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21440
21441 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21442
21443 2005-04-21 Lute Kamstra <lute@gnu.org>
21444
21445 * loadhist.el (unload-feature): Don't remove a function from hooks
21446 if it is about to be restored to an autoload . Remove functions
21447 that will become unbound from auto-mode-alist. Simplify the code.
21448
21449 * subr.el (assq-delete-all): New implementation that is linear,
21450 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21451 (rassq-delete-all): New function.
21452
21453 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21454 Add size-indication-mode.
21455
21456 2005-04-21 Kenichi Handa <handa@m17n.org>
21457
21458 * international/mule-cmds.el: Add autoload for widget-value in
21459 eval-when-compile.
21460
21461 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21462
21463 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21464 Add tooltip-mode.
21465
21466 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21467
21468 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21469
21470 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21471 (inferior-lisp-filter-regexp, inferior-lisp-program)
21472 (inferior-lisp-load-command, inferior-lisp-prompt)
21473 (inferior-lisp-mode-hook, lisp-source-modes)
21474 (inferior-lisp-load-hook): defvar->defcustom.
21475 (inferior-lisp-program, inferior-lisp-prompt)
21476 (inferior-lisp-load-hook): Doc fixes.
21477 (inferior-lisp-install-letter-bindings): Small change in
21478 introductory comment.
21479
21480 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21481
21482 * vc.el (vc-annotate-color-map): Change some colors so that text
21483 using them as foreground is readable on both white and black
21484 backgrounds.
21485
21486 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21487
21488 * international/mule-conf.el (translation-table-for-input):
21489 Remove redundant declaration.
21490
21491 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21492
21493 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21494
21495 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21496 (tooltip-toggle-gud-tips): New function.
21497
21498 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21499
21500 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21501 right angle brackets.
21502
21503 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21504
21505 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21506
21507 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21508
21509 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21510 Remove. Update callers to use expand-file-name instead.
21511
21512 * subr.el (syntax-class): New function.
21513
21514 * simple.el (blink-matching-open): Use it.
21515
21516 * paren.el (show-paren-function): Use it to recognize parens that are
21517 also used in 2-char comment markers.
21518
21519 2005-04-19 Lute Kamstra <lute@gnu.org>
21520
21521 * loadhist.el (unload-feature): Update for new format of
21522 load-history. Simplify the code.
21523
21524 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21525
21526 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21527 (mac-add-charset-info): New function. Initialize variable
21528 mac-charset-info-alist using it.
21529 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21530 for translation.
21531 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21532 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21533 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21534 New CCL programs.
21535
21536 2005-04-19 Kim F. Storm <storm@cua.dk>
21537
21538 * simple.el (next-buffer, prev-buffer, next-error)
21539 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21540 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21541
21542 * bindings.el (next-buffer, prev-buffer, next-error)
21543 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21544 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21545 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21546 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21547
21548 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21549
21550 * isearch.el (isearch-edit-string): Make the search-ring available for
21551 minibuffer history commands.
21552 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21553 the default history commands now work just as well.
21554 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21555
21556 2005-04-18 Kim F. Storm <storm@cua.dk>
21557
21558 * emulation/cua-base.el (cua--pre-command-handler): Add more
21559 elaborate check for shift modifier on non-window systems.
21560
21561 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21562
21563 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21564
21565 2005-04-18 Kim F. Storm <storm@cua.dk>
21566
21567 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21568 and make it optional. Don't test tooltip-gud-echo-area here.
21569 (tooltip-gud-process-output, gdb-tooltip-print):
21570 Pass tooltip-gud-echo-area to tooltip-show.
21571 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21572
21573 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21574
21575 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21576 `display-graphic-p' may not be bound yet.
21577
21578 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21579
21580 * startup.el (command-line): No longer enable Xterm Mouse mode by
21581 default in terminals compatible with xterm.
21582
21583 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21584
21585 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21586
21587 * tooltip.el (tooltip-gud-echo-area): Rename from
21588 tooltip-use-echo-area.
21589 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21590 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21591 area independently of where help tooltips are displayed.
21592
21593 2005-04-17 David Kastrup <dak@gnu.org>
21594
21595 * cus-theme.el (custom-theme-write-variables): Quote variables
21596 where necessary.
21597
21598 2005-04-17 Richard M. Stallman <rms@gnu.org>
21599
21600 * simple.el (yank-excluded-properties): Add follow-link to value.
21601
21602 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21603
21604 * startup.el (fancy-splash-max-time): Just 30 seconds.
21605 (fancy-splash-delay): Just 7.
21606 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21607
21608 * loadhist.el (unload-feature): Update for new format of load-history.
21609 Simplify the code.
21610
21611 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21612 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21613
21614 * mail/sendmail.el (mail-font-lock-keywords):
21615 Don't fontify subject text.
21616 Don't fontify the text of a citation.
21617
21618 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21619
21620 * comint.el (comint-output-filter): Run comint-output-filter-functions
21621 with point where the user had it.
21622
21623 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21624
21625 * international/ucs-tables.el (ucs-set-table-for-input):
21626 Disable when using unify-on-decoding.
21627
21628 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21629
21630 * emulation/cua-base.el (cua-global-mark-face): Add special case
21631 for displays supporting a high number of colors.
21632
21633 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21634
21635 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21636
21637 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21638
21639 * filesets.el (filesets-add-buffer): If user supplies a name of a
21640 non-existing fileset, create a new fileset.
21641
21642 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21643
21644 * textmodes/org.el (org-up-heading-all): Fix bug with
21645 `outline-up-heading-all'.
21646
21647 2005-04-16 Andreas Schwab <schwab@suse.de>
21648
21649 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21650 /etc/permissions.d/* and /etc/aliases.d/*.
21651
21652 2005-04-16 Kenichi Handa <handa@m17n.org>
21653
21654 * international/code-pages.el (cp-make-coding-system):
21655 Set `translation-table-for-input' property value to the symbol
21656 ucs-mule-to-mule-unicode, not to that value.
21657 (pt154): Escape guillemet by `\'.
21658
21659 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21660
21661 * loadup.el: Load tooltip if x-show-tip is fboundp.
21662
21663 * startup.el (command-line): Add comment.
21664
21665 * tooltip.el (tooltip-mode): Specify correct standard value for
21666 Custom in init-value.
21667
21668 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21669
21670 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21671 possible.
21672
21673 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21674
21675 * textmodes/org.el (org-agenda-date-prompt): Rename from
21676 `org-agenda-date-today'.
21677 (org-evaluate-time-range): Insert at point instead of directly
21678 after time range.
21679 (org-first-headline-recenter, org-subtree-end-visible-p)
21680 (org-optimize-window-after-visibility-change): New functions
21681 (org-agenda-post-command-hook): Don't allow point at end of line,
21682 to make sure it always hits the text properties.
21683 (org-agenda-next-date-line, org-agenda-previous-date-line):
21684 New commands.
21685 (org-set-regexps-and-options): Category may contain white space.
21686 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21687 Improve marker positions.
21688 (org-agenda-new-marker): Argument POS made optional.
21689 (org-agenda-get-timestamps): Deadlines which are done are listed
21690 in org-done-face now.
21691 (org-agenda-get-todos, org-agenda-get-timestamps)
21692 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21693 Set `undone-face' and `done-face' properties.
21694 (org-last-todo-state-is-todo): New variable.
21695 (org-todo): Set `org-last-todo-state-is-todo'.
21696 (org-agenda-todo): Change face according to
21697 `org-last-todo-state-is-todo'. And change other lines referring to
21698 the same entry.
21699 (org-calendar-goto-agenda): New command.
21700 (org-calendar-to-agenda-key): New option.
21701 (org-startup-folded): New allowed value `content'.
21702 (org-set-regexps-and-options): Accept new value `content' for
21703 `org-startup-folded'.
21704 (org-get-current-options): Handle new value `content' for
21705 `org-startup-folded'.
21706 (org-insert-todo-heading): New command.
21707 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21708 interactively in empty file and option
21709 `org-insert-mode-line-in-empty-file' has been set.
21710 (org-agenda-todo, org-agenda-priority): Modify to use
21711 `org-agenda-change-all-lines'.
21712 (org-warning-face): Change color on dark background
21713
21714 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21715
21716 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21717 use preferences AppleLocale and AppleLanguages, and variable
21718 mac-system-locale for default locale. On Mac OS Classic, use
21719 mac-system-coding-system for default coding systems.
21720
21721 * term/mac-win.el: Don't set file-name-coding-system.
21722 Decode variables system-name, emacs-build-system, user-login-name, and
21723 user-full-name by mac-system-coding-system on Mac OS Classic.
21724 (mac-system-coding-system): New variable.
21725
21726 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21727
21728 * startup.el (command-line): Handle `xterm-mouse-mode' before
21729 reading init file.
21730
21731 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21732
21733 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21734
21735 * progmodes/sh-script.el (sh-here-document-word): Make it a
21736 defcustom. Doc fix.
21737 (sh-add): Bash uses $(( )) for arithmetic.
21738 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21739 (sh-maybe-here-document): Remove quotes and leading whitespace
21740 from heredoc word when closing. Indent heredoc with tabs if word
21741 starts with "-".
21742
21743 2005-04-13 Richard M. Stallman <rms@gnu.org>
21744
21745 * simple.el (undo): Fix previous change.
21746
21747 * custom.el (defface): Doc fix.
21748
21749 2005-04-13 Lute Kamstra <lute@gnu.org>
21750
21751 * Makefile.in (DONTCOMPILE): Remove list.
21752 (compile, compile-always): Don't use DONTCOMPILE.
21753 (update-authors): Load the library in which batch-update-authors
21754 is defined.
21755 * makefile.w32-in (DONTCOMPILE): Remove list.
21756 (compile, compile-always): Fix comments.
21757 (update-authors): Load the library in which batch-update-authors
21758 is defined.
21759
21760 * generic-x.el (generic-mode-ini-file-find-file-hook):
21761 Rename to ini-generic-mode-find-file-hook.
21762 Keep generic-mode-ini-file-find-file-hook as an alias.
21763 (ini-generic-mode-find-file-hook): Rename from
21764 generic-mode-ini-file-find-file-hook. Fix docstring.
21765 (ini-generic-mode): Docstring change.
21766 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21767
21768 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21769 called from lisp.
21770
21771 * generic.el: Move to the emacs-lisp subdir.
21772
21773 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21774
21775 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21776 and C-S- function and cursor motion keys.
21777
21778 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21779
21780 * startup.el (command-line): Enable Xterm Mouse mode by default.
21781 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21782 for Custom. No longer show "Mouse" in mode line when enabled.
21783 Doc fix.
21784
21785 2005-04-12 Kim F. Storm <storm@cua.dk>
21786
21787 * emulation/cua-base.el (cua-rectangle-face)
21788 (cua-rectangle-noselect-face): Define face attributes here.
21789
21790 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21791
21792 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21793
21794 * startup.el (command-line): Turn off blinking cursor if
21795 cursorBlink in resources is off or false.
21796
21797 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21798
21799 * term/mac-win.el (dnd): Require dnd.
21800 (mac-drag-n-drop): Call dnd-handle-one-url.
21801 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21802 (kTextEncodingISOLatin2): Remove constants.
21803 (mac-script-code-coding-systems): New constant.
21804 (mac-handle-language-change): New function.
21805 (special-event-map): Bind it to `language-change' event.
21806 (mac-centraleurroman, mac-cyrillic): New coding systems.
21807 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21808 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21809 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21810 encode-mac-cyrillic, respectively.
21811
21812 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21813
21814 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21815 Don't set overlay-arrow-string to "=>" as this is done
21816 globally in C now.
21817
21818 2005-04-12 Lute Kamstra <lute@gnu.org>
21819
21820 * generic-x.el (rc-generic-mode, rul-generic-mode):
21821 Fix auto-mode-alist entries.
21822 (etc-fstab-generic-mode): Tweak fontification.
21823
21824 * generic.el (generic-make-keywords-list): Fix docstring.
21825 (generic-mode-internal): Simplify generic-font-lock-keywords.
21826
21827 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21828
21829 * whitespace.el (whitespace-buffer-leading)
21830 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21831 However, fix the highlight area for the leading and
21832 trailing whitespaces to show space.
21833
21834 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21835
21836 * whitespace.el (whitespace-version): Bump to 3.5
21837
21838 (whitespace-buffer-leading, whitespace-buffer-trailing):
21839 Invert sense of the test to highlight the whitespace.
21840
21841 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21842
21843 * progmodes/gud.el (gud-display-line): GUD uses its own
21844 overlay arrow now so don't set overlay-arrow-string.
21845 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21846
21847 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21848
21849 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21850 (term-ansi-current-reverse, term-ansi-current-invisible)
21851 (term-ansi-face-already-done): Change to boolean.
21852 (term-reset-terminal, term-handle-colors-array): Handle the above
21853 vars accordingly.
21854 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21855 (term-emulate-terminal): Use the new name.
21856
21857 * faces.el (secondary-selection): Use yellow1, not yellow.
21858 (trailing-whitespace): Use red1, not red.
21859
21860 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21861
21862 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21863 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21864 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21865
21866 * cus-edit.el (dnd): New group.
21867
21868 * term/w32-win.el (dnd): Require dnd
21869 (w32-drag-n-drop): Call dnd-handle-one-url.
21870
21871 * x-dnd.el: Require dnd.
21872 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21873 Call dnd-handle-one-url.
21874 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21875 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21876 to dnd-insert-text.
21877 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21878 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21879 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21880 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21881
21882 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21883
21884 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21885
21886 * wdired.el: Doc fixes.
21887 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21888 (wdired-use-dired-vertical-movement): Rename from
21889 wdired-always-move-to-filename-beginning.
21890 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21891 (wdired-change-to-wdired-mode): Change mode name.
21892 (wdired-newline): Delete.
21893
21894 2005-04-11 Richard M. Stallman <rms@gnu.org>
21895
21896 * whitespace.el (whitespace-highlight-the-space):
21897 Don't call whitespace-unhighlight-the-space here.
21898
21899 * simple.el (undo): Record t in undo-equiv-table
21900 for the redo record made by an undo-in-region.
21901
21902 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21903
21904 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21905 (gdb-frame-inferior-io-buffer): New Functions to control
21906 display of separate IO buffer.
21907 (menu): Add them to menu-bar.
21908 (gdb-display-buffer): Check for buffer another frame.
21909 Protect GUD buffer.
21910 (gdb-setup-windows): Create IO buffer if not already there.
21911 (gdb-memory-mode): Remove purecopy noops.
21912
21913 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21914
21915 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21916 and pass to self-insert-command.
21917
21918 2005-04-11 Lute Kamstra <lute@gnu.org>
21919
21920 * generic.el: Commentary section cleanup.
21921 (generic): Delete.
21922 (generic-use-find-file-hook, generic-lines-to-scan)
21923 (generic-find-file-regexp, generic-ignore-files-regexp)
21924 (default-generic-mode, generic-mode-find-file-hook)
21925 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21926 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21927 (generic-use-find-file-hook, generic-lines-to-scan)
21928 (generic-find-file-regexp, generic-ignore-files-regexp)
21929 (default-generic-mode, generic-mode-find-file-hook)
21930 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21931
21932 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21933
21934 * bookmark.el (bookmark-write-file): Catch errors writing file.
21935 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21936
21937 2005-04-10 Richard M. Stallman <rms@gnu.org>
21938
21939 * startup.el (fancy-splash-tail): Update copyright year.
21940 (command-line): Split part of -Q into -D.
21941 (emacs-basic-display): New defvar.
21942 (fancy-splash-text): Correct name of menu item.
21943
21944 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21945
21946 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21947 lines in one node.
21948
21949 * comint.el (comint-send-input): New arg ARTIFICIAL.
21950 Callers in this file changed.
21951
21952 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21953
21954 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21955
21956 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21957
21958 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21959 `ldap-search-internal'.
21960
21961 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21962
21963 * files.el (set-auto-mode-1): Use line-end-position.
21964
21965 * international/latin-1.el:
21966 * international/latin-2.el:
21967 * international/latin-3.el:
21968 * international/latin-4.el:
21969 * international/latin-5.el:
21970 * international/latin-8.el:
21971 * international/latin-9.el: Give punctuation syntax to NBSP.
21972
21973 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21974 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21975 Use char-classes to accept non-ascii letters, accepted in some recent
21976 bibtex implementations.
21977
21978 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21979
21980 * custom.el (custom-set-minor-mode): Any non-nil value for the
21981 variable should enable the mode when set through Custom.
21982
21983 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21984
21985 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21986 TAB binding so tab-always-indent is obeyed.
21987 (vhdl-minibuffer-local-map): Move initialization into declaration.
21988 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21989 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21990 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21991 (vhdl-current-line): Use line-beginning-position.
21992 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21993 with-output-to-temp-buffer, so the current position can be recorded.
21994
21995 2005-04-10 Masatake YAMATO <jet@gyve.org>
21996
21997 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21998 Add regexp for gcov.
21999
22000 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22001
22002 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22003 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22004 syntax which Emacs 20 doesn't support.
22005
22006 2005-04-09 Richard M. Stallman <rms@gnu.org>
22007
22008 * help.el (describe-key-briefly, describe-key):
22009 Replace strings as event types with "(any string)".
22010
22011 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22012
22013 * arc-mode.el (archive-mode-map): Move initialization into
22014 the declaration. Override *all* bindings of `undo'.
22015 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22016
22017 2005-04-09 Jay Belanger <belanger@truman.edu>
22018
22019 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22020
22021 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22022
22023 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22024 (xterm-register-default-colors): Update color values computation
22025 to match xterm-200.
22026
22027 2005-04-09 Kenichi Handa <handa@m17n.org>
22028
22029 * international/code-pages.el (iso-latin-7): Fix the map.
22030
22031 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22032
22033 * emacs-lisp/lisp.el (defun-prompt-regexp)
22034 (parens-require-spaces, buffer-end, end-of-defun)
22035 (insert-parentheses): Doc fixes.
22036
22037 2005-04-08 Kim F. Storm <storm@cua.dk>
22038
22039 * comint.el (comint-highlight-prompt): Fix face spec.
22040 * hi-lock.el (hi-green): Likewise.
22041
22042 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22043
22044 * cus-edit.el (custom-modified-face):
22045 * comint.el (comint-highlight-input): Fix previous changes.
22046 * term.el (term-handle-ansi-escape): Add a comment.
22047
22048 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22051 in the buffer and in whitespace-highlighted-space.
22052 (whitespace-unhighlight-the-space): Simplify.
22053 (whitespace-buffer): Simplify.
22054
22055 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22056
22057 * textmodes/table.el (table-cell-face): Add special case for
22058 displays supporting a high number of colors.
22059 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22060 (vhdl-font-lock-reserved-words-face)
22061 (vhdl-speedbar-architecture-face)
22062 (vhdl-speedbar-instantiation-face)
22063 (vhdl-speedbar-architecture-selected-face)
22064 (vhdl-speedbar-instantiation-selected-face): Likewise.
22065 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22066 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22067 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22068 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22069 (ebrowse-progress-face): Likewise.
22070 * progmodes/compile.el (compilation-info-face): Likewise.
22071 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22072 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22073 * calendar/calendar.el (diary-face): Likewise.
22074 * woman.el (woman-italic-face, woman-bold-face)
22075 (woman-unknown-face): Likewise.
22076 * wid-edit.el (widget-button-pressed-face): Likewise.
22077 * whitespace.el (whitespace-highlight-face): Likewise.
22078 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22079 * pcvs-info.el (cvs-marked-face): Likewise.
22080 * info.el (info-xref): Likewise.
22081 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22082 * hilit-chg.el (highlight-changes-face)
22083 (highlight-changes-delete-face): Likewise.
22084 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22085 (hi-red-b): Likewise.
22086 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22087 * font-lock.el (font-lock-keyword-face)
22088 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22089 * cus-edit.el (custom-invalid-face, custom-modified-face)
22090 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22091 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22092 * comint.el (comint-highlight-prompt): Likewise.
22093
22094 2005-04-08 Lute Kamstra <lute@gnu.org>
22095
22096 * font-lock.el (font-lock-keywords): Docstring fixes.
22097
22098 2005-04-08 Kenichi Handa <handa@m17n.org>
22099
22100 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22101 chars are more than a limit, print " and more..." at the tail.
22102
22103 2005-04-08 Kim F. Storm <storm@cua.dk>
22104
22105 * emacs-lisp/authors.el (authors-aliases): Update list.
22106 (authors-ignored-files): New list.
22107 (authors-fixed-entries): Fix typo.
22108 (authors-renamed-files-alist): Update list.
22109 (authors-add): Check authors-ignored-files.
22110
22111 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22112
22113 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22114 optional, to ensure backward compatibility.
22115
22116 2005-04-08 Stephen Eglen <stephen@gnu.org>
22117
22118 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22119
22120 2005-04-08 Kim F. Storm <storm@cua.dk>
22121
22122 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22123
22124 * mouse.el (mouse-on-link-p): Doc fix.
22125
22126 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22127
22128 * ielm.el (ielm-prompt-read-only): Doc fix.
22129
22130 * comint.el (comint-prompt-read-only): Doc fix.
22131
22132 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22133
22134 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22135 ensure dired always handles wildcards passed to ffap.
22136 (find-file-at-point): Use it.
22137 (ffap-dired-wildcards): Doc fix.
22138
22139 2005-04-07 Juri Linkov <juri@jurta.org>
22140
22141 * simple.el (next-error-overlay-arrow-position): New defvar.
22142 Put "=>" on its property `overlay-arrow-string'. Add it to
22143 `overlay-arrow-variable-list'.
22144
22145 * progmodes/compile.el (compilation-setup):
22146 Set `next-error-overlay-arrow-position' to nil. Also set it to
22147 nil in the local hook `kill-buffer-hook'. Make local variable
22148 `overlay-arrow-string' and set it to "=>".
22149 (compilation-goto-locus): Set BOL position to
22150 `next-error-overlay-arrow-position' instead of
22151 `overlay-arrow-position'.
22152
22153 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22154 locally instead of adding it to the global hook.
22155 (Info-kill-buffer): Move up.
22156
22157 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22158
22159 * term/xterm.el (xterm-standard-colors): Update color values from
22160 xterm-200.
22161
22162 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22163
22164 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22165
22166 * fast-lock.el:
22167 * lazy-lock.el: Move them to the obsolete subdir.
22168
22169 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22170
22171 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22172 (wdired-add-replace-advice): Remove.
22173 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22174
22175 2005-04-06 Kim F. Storm <storm@cua.dk>
22176
22177 * startup.el (command-line): Add --bare-bones alias for -Q.
22178
22179 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22180
22181 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22182 create the startup fontset if a font specification ends with
22183 `mac-roman'.
22184
22185 2005-04-06 Lute Kamstra <lute@gnu.org>
22186
22187 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22188 change.
22189
22190 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22191 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22192
22193 2005-04-05 Lute Kamstra <lute@gnu.org>
22194
22195 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22196 (define-generic-mode): Ditto. Fix debug declaration.
22197
22198 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22199 Put them in the generic-x group.
22200
22201 * calendar/timeclock.el (timeclock): Doc fix.
22202
22203 * generic.el (define-generic-mode): Don't use custom-current-group.
22204 Document default :group value.
22205 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22206 (define-global-minor-mode): Don't use custom-current-group.
22207
22208 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22209
22210 * startup.el (command-line-1): Display startup-echo-area-message
22211 when fancy splash screen is in use.
22212
22213 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22214 (sh-escaped-newline): New face.
22215 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22216 newline, and use sh-escaped-newline face.
22217
22218 * progmodes/tcl.el (tcl-escaped-newline): New face.
22219 (tcl-builtin-list): New variable.
22220 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22221 newlines. Fix keywords subexpression number.
22222
22223 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22224
22225 * textmodes/org.el (org-diary-default-entry): Fix call to
22226 `add-to-diary-entry'.
22227
22228 2005-04-05 Kim F. Storm <storm@cua.dk>
22229
22230 * ediff-init.el: Use (featurep 'xemacs).
22231
22232 2005-04-05 David Ponce <david@dponce.com>
22233
22234 * cus-edit.el (face): Derive from symbol widget. Display sample
22235 of the current face on the fly.
22236 (widget-face-sample-face-get, widget-face-notify): New functions.
22237 (widget-face-value-create): Remove.
22238
22239 * wid-edit.el (widget-field-end): Temporarily remove field
22240 narrowing before to call `get-char-property'.
22241
22242 2005-04-04 Jay Belanger <belanger@truman.edu>
22243
22244 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22245 (math-read-subscripts): New variable.
22246 (math-read-preprocess-string): Process subscripts.
22247
22248 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22249
22250 * comint.el (comint-prompt-read-only): Doc fix.
22251
22252 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22253 `-1'. Doc fix.
22254
22255 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22256
22257 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22258 Change default value to nil.
22259
22260 2005-04-04 Lute Kamstra <lute@gnu.org>
22261
22262 * autorevert.el (auto-revert-mode): Specify :group.
22263 * battery.el (display-battery-mode): Specify :group.
22264 * diff-mode.el (diff-minor-mode): Specify :group.
22265 * font-core.el (font-lock-mode): Specify :group.
22266 * hl-line.el (hl-line-mode): Specify :group.
22267 * iimage.el (iimage): New customization group.
22268 (iimage-mode): Specify :group.
22269 * longlines.el (longlines-mode): Specify :group.
22270 * master.el: Don't require easy-mmode.
22271 (master): New customization group.
22272 (master-mode): Specify :group.
22273 * msb.el (msb-mode): Specify :group.
22274 * reveal.el (reveal-mode): Specify :group.
22275 * simple.el (next-error-follow-minor-mode): Specify :group.
22276 * smerge-mode.el (smerge-mode): Specify :group.
22277 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22278 * emulation/cua-base.el (cua-mode): Specify :group.
22279 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22280 * language/thai-util.el (thai-auto-composition-mode)
22281 (thai-word-mode): Specify :group.
22282 * mail/supercite.el (sc-minor-mode): Specify :group.
22283 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22284 * progmodes/flymake.el (flymake-mode): Specify :group.
22285 * progmodes/glasses.el (glasses-mode): Specify :group.
22286 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22287 * textmodes/enriched.el (enriched-mode): Specify :group.
22288 * textmodes/refill.el (refill-mode): Specify :group.
22289
22290 * add-log.el (change-log-font-lock-keywords): Names in
22291 parenthesized lists can contain spaces.
22292
22293 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22294
22295 * startup.el (fancy-splash-text): Shorten default text of
22296 "Emacs Tutorial" line. Also, if the current language env
22297 indicates an available tutorial file other than TUTORIAL,
22298 extract its title and append it to the line in parentheses.
22299 (fancy-splash-insert): If arg is a thunk, funcall it.
22300
22301 2005-04-04 Jay Belanger <belanger@truman.edu>
22302
22303 * calc.el (calc-language-alist): Add tags to customization type.
22304
22305 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22306
22307 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22308 Doc fix.
22309
22310 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22311
22312 * add-log.el (change-log-font-lock-keywords): The manual
22313 describing a Change Log entry, says: (...) "Aside from these
22314 header lines, every line in the change log starts with a space or
22315 a tab.". The font-lock was not highlighting lines started with
22316 spaces, added support for it.
22317
22318 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22319
22320 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22321 (bibtex-generate-url-list): Update docstring accordingly. Put the
22322 complex example in the docstring.
22323 (bibtex-font-lock-url): Use pop.
22324
22325 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22326
22327 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22328
22329 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22330
22331 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22332
22333 * filesets.el (filesets-set-default): Doc fix.
22334
22335 2005-04-03 Lute Kamstra <lute@gnu.org>
22336
22337 * generic.el (define-generic-mode): Add argument to specify
22338 keywords for defcustom.
22339 (default-generic-mode): Specify :group.
22340
22341 * generic-x.el: Specify :group for all generic modes.
22342
22343 * desktop.el (desktop-no-desktop-file-hook)
22344 (desktop-after-read-hook): Doc fix.
22345
22346 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22347
22348 * simple.el (visible-mode): Use explicit :group keyword.
22349 This changes the group of `visible-mode-hook' from paren-blinking
22350 to editing-basics.
22351
22352 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22353
22354 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22355 mailbox specifications as well as URLs.
22356 (rmail-insert-inbox-text): Remove unused conditional branches.
22357
22358 2005-04-01 Jay Belanger <belanger@truman.edu>
22359
22360 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22361 (calc-gnuplot-print-command): Move definitions to calc.el.
22362
22363 * calc/calc-embed.el (calc-embedded-announce-formula)
22364 (calc-embedded-open-formula, calc-embedded-close-formula)
22365 (calc-embedded-open-word, calc-embedded-close-word)
22366 (calc-embedded-open-plain, calc-embedded-close-plain)
22367 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22368 (calc-embedded-open-mode, calc-embedded-close-mode):
22369 Move definitions to calc.el.
22370
22371 * calc/calc.el (calc-settings-file, calc-language-alist):
22372 Make customizable.
22373 (calc-embedded-announce-formula, calc-embedded-open-formula)
22374 (calc-embedded-close-formula, calc-embedded-open-word)
22375 (calc-embedded-close-word, calc-embedded-open-plain)
22376 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22377 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22378 (calc-embedded-close-mode, calc-gnuplot-name)
22379 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22380 from other files and make customizable.
22381
22382 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22383
22384 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22385 Use buffer-live-p.
22386 (cvs-mode-run): Don't call cvs-update-header here.
22387 (cvs-run-process): Call cvs-update-header.
22388 Use process properties for cvs-postprocess and cvs-buffer so that
22389 the sentinel can behave better if the temp buffer is killed.
22390 Use a pipe rather than a tty, to better handle unexpected prompts.
22391 (cvs-sentinel): Rewrite. Call cvs-update-header.
22392
22393 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22394
22395 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22396 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22397
22398 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22399
22400 * generic.el (define-generic-mode): Add indentation rule.
22401
22402 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22403
22404 * files.el (mode-require-final-newline): Make Custom correctly
22405 report a nil value and allow to set it to nil via Custom.
22406 Doc fix.
22407
22408 2005-04-01 Kenichi Handa <handa@m17n.org>
22409
22410 * international/characters.el: Enable the correct case setting for
22411 dotless-i and dotted-I.
22412
22413 2005-04-01 Kim F. Storm <storm@cua.dk>
22414
22415 * ido.el (ido-file-internal): Fall back to non-ido command if
22416 initial directory is on slow ftp (or tramp) host.
22417
22418 2005-03-31 Richard M. Stallman <rms@gnu.org>
22419
22420 * emacs-lisp/autoload.el (make-autoload):
22421 Handle define-global-minor-mode.
22422
22423 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22424 Rename from easy-mmode-define-global-mode.
22425 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22426
22427 * progmodes/scheme.el (scheme-mode-syntax-table):
22428 Update syntax of | and # for two-character comment syntax.
22429
22430 2005-03-31 Lute Kamstra <lute@gnu.org>
22431
22432 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22433 (define-minor-mode): Call custom-current-group at load-time.
22434
22435 * generic.el (define-generic-mode): Add debug declaration.
22436 Add defcustom for the mode hook.
22437 (generic-mode-internal): Use run-mode-hooks.
22438
22439 2005-03-31 Kim F. Storm <storm@cua.dk>
22440
22441 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22442 (mouse-fixup-help-message): New defun called by show_help_echo
22443 to fixup mouse-2 prefix in help messages when applicable.
22444
22445 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22446
22447 2005-03-31 Kenichi Handa <handa@m17n.org>
22448
22449 * language/thai-word.el (thai-find-word-ends): Pay attention to
22450 the case that we reach the end of buffer.
22451
22452 * textmodes/fill.el (fill-text-properties-at): New function.
22453 (fill-newline): Use fill-text-properties-at instead of
22454 text-properties-at.
22455
22456 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22457
22458 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22459 not comint-quote-filename.
22460
22461 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22462
22463 * help-fns.el (help-with-tutorial): Revert last change.
22464
22465 2005-03-31 Kim F. Storm <storm@cua.dk>
22466
22467 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22468
22469 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22470
22471 * calendar/cal-china.el: Update reference to "Calendrical
22472 Calculations" book; there's a new edition.
22473 * calendar/cal-coptic.el: Likewise.
22474 * calendar/cal-french.el: Likewise.
22475 * calendar/cal-hebrew.el: Likewise.
22476 * calendar/cal-islam.el: Likewise.
22477 * calendar/cal-iso.el: Likewise.
22478 * calendar/cal-julian.el: Likewise.
22479 * calendar/cal-mayan.el: Likewise.
22480 * calendar/cal-persia.el: Likewise.
22481 * calendar/calendar.el: Likewise.
22482 * calendar/holidays.el: Likewise.
22483 * calendar/lunar.el: Likewise.
22484 * calendar/solar.el: Likewise.
22485
22486 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22487 white space from doc string.
22488
22489 2005-03-30 Jay Belanger <belanger@truman.edu>
22490
22491 * calc/calc-help.el (calc-full-help): Remove email address.
22492
22493 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22494
22495 * help-fns.el (help-with-tutorial): Delete title line.
22496
22497 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22498
22499 * calendar/cal-x.el (calendar-one-frame-setup)
22500 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22501 rather than `symbol' for set-window-dedicated-p.
22502
22503 * calendar/appt.el (appt-buffer-name): Make it a constant.
22504 (appt-add): Doc fix.
22505
22506 * filesets.el (filesets-menu-path, filesets-menu-before)
22507 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22508 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22509 (filesets-add-submenu): Delete and use add-submenu instead.
22510
22511 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22512
22513 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22514 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22515 (org-diary-default-entry): New function.
22516 (org-get-entries-from-diary): Better parsing of diary entries.
22517 (org-agenda-check-no-diary): New function.
22518 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22519 linking to diary entries.
22520 (org-agenda-execute-calendar-command): New function.
22521 (org-agenda): Improve visible section in window.
22522 Use `org-fit-agenda-window'.
22523 (org-fit-agenda-window): New option.
22524 (org-move-subtree-down): Better handling of empty lines
22525 at end of subtree.
22526 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22527 levels up.
22528 (org-fontify-done-headline): New option.
22529 (org-headline-done-face): New face.
22530 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22531 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22532 When current field is non-empty, it is copied to next row.
22533 (org-table-copy-from-above): Fix bug which made it
22534 impossible to copy fields containing only a single non-white character.
22535
22536 2005-03-30 Kim F. Storm <storm@cua.dk>
22537
22538 * kmacro.el (kmacro-end-macro): Isearch may store this command
22539 into the macro -- so ignore it when executing keyboard macro.
22540
22541 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22542
22543 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22544
22545 2005-03-29 Kenichi Handa <handa@m17n.org>
22546
22547 * language/thai.el ("Thai"): Set setup-function and exit-function
22548 for Thai language environment.
22549
22550 * language/thai-util.el: Require thai-word.
22551 (thai-word-mode-map): New variable.
22552 (thai-word-mode): New minor mode.
22553 (setup-thai-language-environment-internal): New function.
22554 (exit-thai-language-environment-internal): New function.
22555
22556 * language/thai-word.el (thai-word-table): Declare it by defvar,
22557 use dolist to initialize it.
22558 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22559 (thai-fill-find-break-point): New functions.
22560
22561 2005-03-29 Richard M. Stallman <rms@gnu.org>
22562
22563 * simple.el (idle-update-delay): Move definition up.
22564 (set-mark): Doc fix.
22565
22566 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22567
22568 * longlines.el: New file.
22569
22570 * simple.el (buffer-substring-filters): New variable.
22571 (filter-buffer-substring): New function.
22572 (kill-region, copy-region-as-kill): Use it.
22573
22574 * register.el (copy-to-register, append-to-register)
22575 (prepend-to-register): Use filter-buffer-substring.
22576
22577 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22578
22579 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22580 (gud-filter-pending-text): Move in front of gdb.
22581 (gud-overlay-arrow-position): New variable.
22582 (gud-sentinel, gud-display-line): Use it in place of
22583 overlay-arrow-position.
22584
22585 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22586
22587 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22588 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22589 (fortran-font-lock-keywords-4): New variable.
22590 (fortran-blocks-re, fortran-end-block-re)
22591 (fortran-start-block-re): New constants, for hideshow.
22592 (hs-special-modes-alist): Add a Fortran entry.
22593 (fortran-mode-map): Bind fortran-end-of-block,
22594 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22595 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22596 (fortran-looking-at-if-then, fortran-end-of-block)
22597 (fortran-beginning-of-block): New functions, for hideshow.
22598
22599 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22600 Doc fix. Tweak regexp.
22601 (f90-beginning-of-block): Push mark first.
22602
22603 2005-03-29 Jay Belanger <belanger@truman.edu>
22604
22605 * calc/calc.el: Update copyright date.
22606 (calc-version): Increase to 2.1.
22607 (calc-version-date): Remove.
22608
22609 * calc/calc-help.el: Update copyright date.
22610 (calc-full-help): Remove reference to calc-version-date.
22611 Update copyright date.
22612
22613 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22614
22615 * vc.el (vc-do-command): Use a pipe for async processes, so password
22616 prompts don't show up at places where the user can't reply.
22617
22618 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22619
22620 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22621 on the file name we pass to the inferior shell.
22622
22623 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22624
22625 * progmodes/which-func.el (which-function): Be robust in the face of an
22626 imenu--make-index-alist failure.
22627
22628 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22629
22630 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22631
22632 * progmodes/python.el (python-preoutput-filter): Fix last change.
22633
22634 2005-03-29 Lute Kamstra <lute@gnu.org>
22635
22636 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22637 functions and compiled macros.
22638 (debug-convert-byte-code): Handle macros too.
22639 (debug-on-entry-1): Don't signal an error when trying to clear a
22640 function that is not set to debug on entry.
22641
22642 2005-03-29 Jay Belanger <belanger@truman.edu>
22643
22644 * calc/calc-lang.el: Add functions to math-function-table
22645 properties of tex and math.
22646
22647 2005-03-29 Kenichi Handa <handa@m17n.org>
22648
22649 * ps-mule.el (ps-mule-plot-string): Translate characters by
22650 ps-print-translation-table.
22651 (ps-mule-begin-job): Call find-charset-region/string with
22652 ps-print-translation-table.
22653 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22654
22655 * ps-print.el (ps-print-translation-table): New variable.
22656 (ps-plot-region): Translate characters by ps-print-translation-table.
22657
22658 2005-03-29 Juri Linkov <juri@jurta.org>
22659
22660 * simple.el (next-error-highlight-timer): New variable.
22661
22662 * progmodes/compile.el (compilation-goto-locus):
22663 Use `next-error-highlight-timer' instead of `sit-for'.
22664
22665 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22666
22667 * mail/supercite.el (sc-mail-field): Use assoc-string.
22668 (sc-get-address): Simplify regexps.
22669
22670 * files.el (minibuffer-with-setup-hook): New macro.
22671 (find-file-read-args): Use it to avoid let-binding
22672 minibuffer-with-setup-hook (which breaks turning on/off
22673 file-name-shadow-mode while in the prompt).
22674
22675 * complete.el (PC-read-include-file-name-internal):
22676 Use test-completion.
22677
22678 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22679
22680 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22681
22682 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22683
22684 * window.el (window-buffer-height): Use count-screen-lines.
22685
22686 * progmodes/python.el (python-preoutput-leftover): New var.
22687 (python-preoutput-filter): Use it.
22688 (python-send-receive): Loop until all the result has been received.
22689
22690 2005-03-28 Juri Linkov <juri@jurta.org>
22691
22692 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22693
22694 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22695 "Recover Crashed Session".
22696 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22697 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22698 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22699 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22700 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22701 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22702 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22703 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22704
22705 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22706 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22707 Ediff Sessions", "Toggle use of separate control buffer frame",
22708 "Use separate frame for Ediff control buffer".
22709
22710 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22711 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22712 "Rename Bookmark", "Delete Bookmark".
22713
22714 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22715 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22716 Add `:active Info-index-alternatives' to "Next Matching Item".
22717
22718 * wdired.el (wdired-change-to-wdired-mode):
22719 Mention `wdired-abort-changes' key in the initial message.
22720
22721 * international/mule.el (auto-coding-alist): Associate non-ascii
22722 image filename extensions with `no-conversion'.
22723
22724 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22725
22726 * international/iso-acc.el:
22727 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22728
22729 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22730
22731 * textmodes/sgml-mode.el (html-mode): Doc update.
22732
22733 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22734
22735 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22736
22737 * term.el (term-move-columns): Fix face after extending a line.
22738 (term-insert-spaces): Likewise.
22739 (term-reset-terminal): Fix off by one error.
22740
22741 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22742
22743 * international/mule.el (auto-coding-alist): Add .xpi files.
22744
22745 * files.el (auto-mode-alist): Add .xpi files.
22746
22747 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22748
22749 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22750
22751 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22752
22753 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22754
22755 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22756
22757 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22758 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22759
22760 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22761 cursor to Jan 1 when needed.
22762 (calendar-end-of-year): Fix -/+ typo.
22763 Reported by Chong Yidong <cyd@stupidchicken.com>.
22764
22765 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22766
22767 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22768
22769 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22770 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22771
22772 2005-03-25 Richard M. Stallman <rms@gnu.org>
22773
22774 * filesets.el (filesets-init): Add autoload.
22775
22776 * mail/mailalias.el (mail-directory): Doc fix.
22777
22778 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22779
22780 * mail/mailalias.el (mail-directory-process): Do nothing if
22781 mail-directory-process is an atom.
22782 (mail-get-names): Ignore mail-directory-names if it is an atom.
22783 (mail-directory-process defvar): Doc fix.
22784 (mail-names): Doc fix.
22785
22786 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22787
22788 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22789
22790 2005-03-26 Kenichi Handa <handa@m17n.org>
22791
22792 * international/mule-util.el (detect-coding-with-priority):
22793 Call update-coding-systems-internal before detect-coding-region.
22794
22795 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22796
22797 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22798 (gdb-frames-mode-map): Add follow-link property.
22799
22800 2005-03-25 Jay Belanger <belanger@truman.edu>
22801
22802 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22803 for variables.
22804
22805 2005-03-25 Juri Linkov <juri@jurta.org>
22806
22807 * image-mode.el: Optimize image filename extension regexps in
22808 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22809 in `auto-mode-alist'.
22810 (image-mode): Add `image-toggle-display-text' to local hook
22811 `change-major-mode-hook'. Display the image as an image by
22812 default. Set `cursor-type' and `truncate-lines' if the image
22813 is already displayed. Take into account the current mode (image
22814 or text) in message.
22815 (image-minor-mode): New minor mode.
22816 (image-mode-maybe, image-toggle-display-text): New functions.
22817 (image-toggle-display): Use called-interactively-p.
22818 Let-bind `inhibit-read-only' to t.
22819
22820 * image-mode.el (image-minor-mode): Set `cursor-type' and
22821 `truncate-lines' if the image is already displayed. Add turning
22822 image-minor-mode off to `change-major-mode-hook'. Add message.
22823 Call `image-toggle-display-text' after turning image-minor-mode off.
22824
22825 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22826
22827 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22828 Terminal.app, use utf-8.
22829 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22830 (set-locale-environment): Use it.
22831
22832 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22833
22834 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22835
22836 * progmodes/python.el (python-close-block-statement-p)
22837 (python-outdent-p, python-current-defun): Use symbol-end.
22838
22839 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22840
22841 * files.el (save-some-buffers): Doc fix.
22842
22843 2005-03-25 Werner Lemberg <wl@gnu.org>
22844
22845 * complete.el, thumbs.el: Replace `legal' with `valid'.
22846 * calendar/calendar.el: Replace `legal' with `valid'.
22847 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22848 * mail/supercite.el: Replace `legal' with `valid'.
22849 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22850 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22851 Replace `legal' with `valid'.
22852 * textmodes/reftex-vars.el, textmodes/reftex.el:
22853 Replace `legal' with `valid'.
22854
22855 2005-03-25 Werner Lemberg <wl@gnu.org>
22856
22857 * calc/calc-forms.el, calc/calc-sel.el
22858 * midnight.el, vc-cvs.el
22859 * emacs-lisp/cl-macs.el
22860 * emulation/vip.el
22861 * eshell/esh-io.el, eshell/esh-var.el
22862 * mail/supercite.el
22863 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22864 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22865 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22866 * progmodes/sh-script.el, progmodes/xscheme.el
22867 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22868 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22869 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22870 * textmodes/reftex.el, textmodes/org.el:
22871 Replace `illegal' with `invalid'.
22872
22873 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22874
22875 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22876 (flymake-find-buildfile, flymake-find-possible-master-files)
22877 (flymake-check-include, flymake-parse-line): Replace loops over the
22878 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22879
22880 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22881 Substitute file-name-as-directory in the rest of the file.
22882 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22883 (flymake-replace-region): Remove unused arg `buffer'.
22884 (flymake-check-patch-master-file-buffer): Update calls to it.
22885 (flymake-add-err-info): Remove unused var `count'.
22886 (flymake-mode): Use define-minor-mode.
22887
22888 * progmodes/flymake.el: Use with-current-buffer.
22889 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22890 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22891 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22892 Avoid testing for `xemacs'.
22893 (flymake-nop): Move.
22894 (flymake-region-has-flymake-overlays): Return the computed value.
22895 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22896 Remove unused var `endline'.
22897 (flymake-get-line-count): Remove unused function.
22898 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22899
22900 * emulation/vi.el:
22901 * generic.el:
22902 * hilit-chg.el (global-highlight-changes):
22903 * hi-lock.el (hi-lock-mode):
22904 * follow.el: find-file-hooks -> find-file-hook.
22905
22906 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22907
22908 2005-03-24 Juri Linkov <juri@jurta.org>
22909
22910 * dired.el (dired-mode-map): Add menu item "Compare directories"
22911 for dired-compare-directories.
22912
22913 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22914 Doc fix. Replace `read-file-name' with `read-directory-name'.
22915
22916 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22917
22918 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22919
22920 2005-03-24 Jay Belanger <belanger@truman.edu>
22921
22922 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22923 relevant mode settings in calc-embedded-original-modes when modes
22924 are permanently changed.
22925
22926 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22927
22928 * autoinsert.el: find-file-hooks -> find-file-hook.
22929
22930 2005-03-24 Lute Kamstra <lute@gnu.org>
22931
22932 * generic.el (generic-font-lock-defaults): Make it obsolete.
22933 (generic-font-lock-keywords): New variable to replace
22934 generic-font-lock-defaults.
22935 (generic-mode-set-font-lock): Delete it.
22936 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22937 (generic-bracket-support): Add docstring.
22938
22939 * generic-x.el: Rename generic-font-lock-defaults to
22940 generic-font-lock-keywords throughout.
22941 (mailagent-rules-setup-function): Delete it.
22942 (mailagent-rules-generic-mode): Use anonymous function instead.
22943 (show-tabs-generic-mode-font-lock-defaults-1)
22944 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22945 Quote faces.
22946 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22947 not foreground.
22948
22949 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22950 Recognize define-generic-mode.
22951
22952 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22953
22954 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22955 if there's no completion table.
22956
22957 2005-03-23 Miles Bader <miles@gnu.org>
22958
22959 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22960 Remove tty-specific variants, as they're no longer needed.
22961
22962 2005-03-23 Lute Kamstra <lute@gnu.org>
22963
22964 * generic-x.el: Code cleanup: make args constant whenever possible.
22965 (installshield-statement-keyword-list)
22966 (installshield-system-functions-list)
22967 (installshield-system-variables-list, installshield-types-list)
22968 (installshield-funarg-constants-list): Make them constants.
22969
22970 * generic.el (generic-make-keywords-list): Add autoload cookie.
22971
22972 * calendar/time-date.el: Add comment on time value formats.
22973 Don't require parse-time.
22974 (with-decoded-time-value): New macro.
22975 (encode-time-value): New function.
22976 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22977 (days-to-time): Return a valid time value when arg is huge.
22978 (time-since): Use time-subtract.
22979 (time-to-number-of-days): Use time-to-seconds.
22980
22981 2005-03-23 David Ponce <david@dponce.com>
22982
22983 * recentf.el (recentf-keep): New option.
22984 (recentf-menu-action): Default to `find-file'.
22985 (recentf-keep-non-readable-files-flag)
22986 (recentf-keep-non-readable-files-p)
22987 (recentf-file-readable-p, recentf-find-file)
22988 (recentf-cleanup-remote): Remove.
22989 (recentf-include-p): More robust.
22990 (recentf-keep-p): New function.
22991 (recentf-remove-if-non-kept): Rename from
22992 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22993 All callers updated.
22994 (recentf-menu-items-for-commands): Fix help string.
22995 (recentf-track-closed-file): Update. Doc fix.
22996 (recentf-cleanup): Update. Count removed files. Doc fix.
22997
22998 2005-03-23 Kim F. Storm <storm@cua.dk>
22999
23000 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23001 Don't inherit from fringe face (now happens automatically).
23002
23003 2005-03-22 Kim F. Storm <storm@cua.dk>
23004
23005 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23006 position values.
23007
23008 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23009
23010 * menu-bar.el (showhide-date-time): Remove.
23011 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23012 (menu-bar-make-mm-toggle): Simplify.
23013
23014 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23015
23016 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23017 Accept qualified variable and function names.
23018
23019 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23020
23021 * bindings.el (completion-ignored-extensions):
23022 Remove ".lis" for `vax-vms'.
23023
23024 2005-03-22 Andreas Schwab <schwab@suse.de>
23025
23026 * generic-x.el: Revert last change.
23027 * ldefs-boot.el: Update.
23028
23029 2005-03-22 Jay Belanger <belanger@truman.edu>
23030
23031 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23032 (calc-embedded-save-original-modes)
23033 (calc-embedded-restore-original-modes): New functions.
23034 (calc-do-embedded): Save original modes when entering embedded mode
23035 and restore when leaving embedded mode.
23036 (calc-embedded-modes-change): Change the value of
23037 calc-embedded-original-modes to reflect permanent changes.
23038
23039 2005-03-22 Lute Kamstra <lute@gnu.org>
23040
23041 * generic-x.el: Require generic again.
23042
23043 2005-03-22 Miles Bader <miles@gnu.org>
23044
23045 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23046 Tweak details to look good on both ttys and bitmap displays, light
23047 or dark background, etc.
23048
23049 2005-03-21 Kim F. Storm <storm@cua.dk>
23050
23051 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23052 mouse position.
23053
23054 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23055
23056 * icomplete.el: Don't forcibly turn on the mode upon load.
23057 (icomplete-mode): Use define-minor-mode.
23058 (icomplete-eoinput): Default to nil.
23059 (icomplete-minibuffer-setup): Remove autoload.
23060 (icomplete-tidy): Simplify.
23061 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23062 in the initial state or if the user has modified the field.
23063 Fix handling of icomplete-max-delay-chars.
23064 Remove code that handles the oddball case where
23065 minibuffer-completion-table is an integer.
23066 Wrap icomplete-completions in while-no-input in case building
23067 completions takes more time than expected.
23068 (icomplete-completions): Simplify.
23069
23070 2005-03-21 Richard M. Stallman <rms@gnu.org>
23071
23072 * jka-compr.el (jka-compr-really-do-compress):
23073 Make variable buffer-local.
23074
23075 * image-mode.el: Handle .xpm files too.
23076 (image-toggle-display): Preserve modification flag.
23077
23078 * help.el (where-is): Don't mention aliases with no key bindings.
23079
23080 2005-03-21 Lute Kamstra <lute@gnu.org>
23081
23082 * generic.el: Fix commentary section. Don't require cl for
23083 compilation.
23084 (generic-mode-list): Add autoload cookie.
23085 (generic-use-find-file-hook, generic-lines-to-scan)
23086 (generic-find-file-regexp, generic-ignore-files-regexp)
23087 (generic-mode, generic-mode-find-file-hook)
23088 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23089 (define-generic-mode): Make it a defmacro. Fix docstring.
23090 (generic-mode-internal): Code cleanup. Add autoload cookie.
23091 (generic-mode-set-comments): Code cleanup.
23092 * generic-x.el: Don't prevent compilation. Don't require generic.
23093 Follow coding conventions. Minor code cleanup.
23094 (etc-fstab-generic-mode): Add some keywords.
23095 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23096 define-generic-mode like a function declaration.
23097
23098 2005-03-21 Jay Belanger <belanger@truman.edu>
23099
23100 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23101 changing modes.
23102
23103 2005-03-21 Sam Steingold <sds@gnu.org>
23104
23105 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23106
23107 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23108
23109 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23110 Add underscore to "f$ lexicals" regexp.
23111
23112 2005-03-20 Juri Linkov <juri@jurta.org>
23113
23114 * subr.el (progress-reporter-do-update): When `min-value' is equal
23115 to `max-value', set `percentage' to 0 and prevent division by zero.
23116
23117 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23118
23119 Sync with Tramp 2.0.48.
23120
23121 * net/tramp.el (all): Change all addresses to .gnu.org.
23122 (tramp-append-tramp-buffers): New defun.
23123 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23124 Catch `dont-send' signal.
23125 (tramp-set-auto-save-file-modes): Set always permissions, because
23126 there might be an old auto-saved file belonging to another
23127 original file. This could be a security threat. Reported by
23128 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23129 Check for Emacs 21.3.50 removed.
23130
23131 * net/tramp-smb.el (all): Remove debug construct for
23132 `with-parsed-tramp-file-name'.
23133 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23134 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23135 No error message if DIRECTORY or FILENAME doesn't exist.
23136 (tramp-smb-open-connection): Check existence of
23137 `tramp-smb-program'.
23138
23139 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23140
23141 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23142 Properly handle the case where the `m' or `s' command's argument is not
23143 yet terminated.
23144 (perl-indent-new-calculate): New function.
23145 (perl-indent-line): Use it.
23146
23147 2005-03-20 Miles Bader <miles@gnu.org>
23148
23149 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23150 in text-mode too. Change to new face names.
23151 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23152 Add `:weight bold' attribute.
23153 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23154
23155 2005-03-19 Juri Linkov <juri@jurta.org>
23156
23157 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23158
23159 * international/mule.el (auto-coding-alist): Sync with
23160 `auto-mode-alist' by adding upper case archive file extensions
23161 and adding ear/war to jar extension.
23162
23163 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23164
23165 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23166 running, restart it.
23167
23168 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23169
23170 * finder.el (finder-current-item): Throw an error on an empty line.
23171
23172 * man.el (Man-follow-manual-reference): If current-word returns
23173 nil, use "".
23174
23175 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23176
23177 * simple.el (goto-line): Doc fix.
23178
23179 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23180
23181 * files.el (save-buffer): Doc fix.
23182
23183 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23184
23185 * recentf.el (recentf-cleanup-remote): New variable.
23186 (recentf-cleanup): Use it to conditionally check availability of
23187 remote files.
23188
23189 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23190
23191 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23192 function names.
23193
23194 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23195
23196 * language/thai-word.el: New file.
23197
23198 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23199
23200 * files.el (backup-buffer): If the file's directory is not
23201 writable, use copy instead of move to backup the file.
23202
23203 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23204
23205 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23206
23207 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23208
23209 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23210 Use functionp instead of symbolp and fboundp. Reported by Drkm
23211 <darkman_spam@yahoo.fr>.
23212 (ps-print-version): New version 6.6.6.
23213
23214 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23215
23216 * textmodes/table.el (table--line-column-position): New idiom.
23217 (table--row-column-insertion-point-p): New function to test
23218 validity of row and column insertion operation at a location.
23219 (table-global-menu, table-cell-menu): Use above functions for
23220 deterministic test operation.
23221 (table--editable-cell-p): Behave in deterministic fashion.
23222
23223 2005-03-18 Juri Linkov <juri@jurta.org>
23224
23225 * isearch.el (isearch-lazy-highlight-new-loop):
23226 Make arguments beg and end optional.
23227 (isearch-update): Remove optional arguments nil from
23228 isearch-lazy-highlight-new-loop.
23229 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23230 isearch-lazy-highlight-case-fold-search instead of
23231 isearch-case-fold-search, and let-bind isearch-regexp to
23232 isearch-lazy-highlight-regexp.
23233 Use isearch-lazy-highlight-last-string instead of isearch-string.
23234
23235 * replace.el (perform-replace): Remove bindings of global
23236 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23237 Add three new arguments to `replace-highlight'.
23238 (replace-highlight): Add arguments string, regexp, case-fold.
23239 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23240 to allow isearch-lazy-highlight-new-loop to use these values
23241 to set corresponding isearch-lazy-highlight-* internal
23242 variables whose values lazy highlighting will use regardless of
23243 changes to global variables isearch-string, isearch-regexp,
23244 isearch-case-fold-search during lazy highlighting loop.
23245 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23246 to `lazy-highlight-cleanup'.
23247
23248 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23249 (ispell-highlight-face): Set default face to `isearch' when
23250 lazy highlighting is enabled.
23251 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23252 priority to 1. Add lazy highlighting.
23253 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23254 from `isearch-dehighlight'.
23255
23256 2005-03-18 David Ponce <david@dponce.com>
23257
23258 * files.el (hack-local-variables): Do a case-insensitive search
23259 for End.
23260
23261 2005-03-18 Juri Linkov <juri@jurta.org>
23262
23263 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23264 `isearch-lazy-highlight-cleanup', add alias to old name and
23265 declare obsolete. Add release numbers to other obsolete vars.
23266 (isearch-done, isearch-lazy-highlight-new-loop):
23267 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23268 (lazy-highlight-cleanup) <variable>: Doc fix.
23269 (isearch-lazy-highlight-update): Rename obsolete
23270 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23271
23272 2005-03-18 Kenichi Handa <handa@m17n.org>
23273
23274 * language/thai-util.el: Fix categorization of Thai characters in
23275 thai-category-table.
23276 (thai-composition-pattern): Adjust it for the above change.
23277 (thai-self-insert-command, thai-compose-syllable): New functions.
23278 (thai-compose-region): Use thai-compose-syllable.
23279 (thai-compose-string): Likewise.
23280 (thai-composition-function): Likewise.
23281 (thai-auto-composition): New function.
23282 (thai-auto-composition-mode): New minor mode.
23283
23284 * language/thai.el: Fix patterns to be registered in
23285 composition-function-table.
23286
23287 * international/quail.el (quail-input-method): Locally bind
23288 inhibit-modification-hooks to t.
23289
23290 2005-03-17 Richard M. Stallman <rms@gnu.org>
23291
23292 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23293 (perl-mode): Use run-mode-hooks.
23294
23295 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23296 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23297 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23298
23299 * mail/sendmail.el (sendmail-send-it): Reenable the code
23300 to compute resend-to-address and use it.
23301
23302 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23303
23304 * image-mode.el: New file.
23305
23306 * image.el (insert-sliced-image): Add autoload cookie.
23307
23308 * font-lock.el (font-lock-lines-before): New user option.
23309 (font-lock-after-change-function): Obey it.
23310
23311 * bindings.el (esc-map): Make M-g a prefix.
23312 Bind M-g g and M-g M-g to goto-line.
23313
23314 * faces.el (face-id): Doc fix.
23315
23316 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23317
23318 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23319 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23320 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23321
23322 * mail/sendmail.el (mail-yank-ignored-headers)
23323 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23324 Add Mail-Followup-To and Mail-Reply-To headers.
23325 (mail-citation-hook): Add autoload cookie.
23326 (mail-mode): Doc fix.
23327 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23328 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23329 (mail-mode-fill-paragraph): Handle those headers.
23330 (mail-mailing-lists): New variable.
23331 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23332
23333 2005-03-17 Juri Linkov <juri@jurta.org>
23334
23335 * isearch.el (isearch-fallback): Check for `(car previous)'
23336 before calling `isearch-other-end-state'.
23337
23338 2005-03-17 Kim F. Storm <storm@cua.dk>
23339
23340 * simple.el (move-beginning-of-line): Move to beginning of buffer
23341 line, as well as beginning of screen line.
23342
23343 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23344
23345 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23346 argument REDRAW rather than calendar-redrawing variable.
23347 * calendar/calendar.el (calendar-redrawing): Delete.
23348 (redraw-calendar): Do not bind calendar-redrawing.
23349
23350 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23351
23352 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23353 diary-file buffer.
23354
23355 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23356
23357 * help.el (describe-mode): Allow a :minor-mode-function property to
23358 specify a different minor mode toggle function than the variable.
23359 * simple.el (auto-fill-function):
23360 * subr.el (add-minor-mode): Use it.
23361
23362 2005-03-16 Kenichi Handa <handa@m17n.org>
23363
23364 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23365 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23366 (ethio-fidel-to-sera-buffer): Likewise.
23367
23368 2005-03-16 Juri Linkov <juri@jurta.org>
23369
23370 * emacs-lisp/find-func.el (find-function-regexp):
23371 Add defun-emitting macro `menu-bar-make-toggle'.
23372
23373 * isearch.el: Put `isearch-scroll' property to
23374 `split-window-horizontally'.
23375
23376 * info.el: Update error messages for `debug-ignored-errors'.
23377 (Info-isearch-search): Doc fix.
23378 (Info-find-node): Move up code to go into info buffer before
23379 recording the node to the history.
23380 (Info-fontify-node): Fontify titles only if the next line
23381 has two or more `*', `=', `-', `.'.
23382 Display "go to this node" for empty (match-string 3).
23383
23384 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23385
23386 * term/mac-win.el: Add mouse pointer shape constants.
23387
23388 2005-03-15 Kim F. Storm <storm@cua.dk>
23389
23390 * simple.el (move-beginning-of-line): Use vertical-motion.
23391
23392 2005-03-15 Juri Linkov <juri@jurta.org>
23393
23394 * isearch.el (isearch-error): New variable.
23395 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23396 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23397 (isearch-within-brackets-state): Remove.
23398 (isearch-case-fold-search-state, isearch-pop-fun-state):
23399 Decrease frame index.
23400 (isearch-mode, isearch-top-state, isearch-push-state)
23401 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23402 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23403 (isearch-search, isearch-lazy-highlight-new-loop):
23404 Replace `isearch-invalid-regexp' with `isearch-error'.
23405 Remove `isearch-within-brackets'.
23406 (isearch-search): Add `search-failed' handler to `condition-case'.
23407 (isearch-lazy-highlight-search): Add `condition-case' to catch
23408 errors and allow `isearch-lazy-highlight-update' to try
23409 highlighting from the beginning of the window.
23410 (isearch-repeat): Move up code to set isearch-wrapped to t
23411 before calling isearch-wrap-function.
23412
23413 * info.el (Info-isearch-initial-node): New internal variable.
23414 (Info-search): Signal an error in isearch mode when search leaves
23415 the initial node. Signal an error when `bound' is non-nil and
23416 nothing was found in the current subfile.
23417 (Info-isearch-search): Remove `condition-case'.
23418 (Info-isearch-wrap): Don't wrap when search failed during leaving
23419 the initial node. If `Info-isearch-search' is nil, wrap around
23420 the current node.
23421 (Info-isearch-start): New fun.
23422 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23423 `isearch-mode-hook'.
23424
23425 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23426
23427 * simple.el (normal-erase-is-backspace): Set default to t if
23428 running on Mac.
23429
23430 * term/mac-win.el (function-key-map): Sync with x-win.el.
23431
23432 2005-03-15 Kenichi Handa <handa@m17n.org>
23433
23434 * international/mule-cmds.el (locale-language-names): Modify the
23435 format of elements and add more entries.
23436 (locale-preferred-coding-systems): Add more entries.
23437 (set-locale-environment): Adjust for the change of
23438 locale-language-names.
23439
23440 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23441
23442 * pcvs.el (smerge-ediff): Remove bogus autoload.
23443
23444 2005-03-14 Lute Kamstra <lute@gnu.org>
23445
23446 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23447 Ignore a `*' at the beginning of a line.
23448
23449 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23450 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23451 subr.el.
23452 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23453 to specify indentation.
23454
23455 * generic.el (define-generic-mode): Let generic-mode-list be a
23456 list of strings; test membership with equal.
23457
23458 2005-03-14 Kim F. Storm <storm@cua.dk>
23459
23460 * simple.el (next-line, previous-line): Add optional try-vscroll
23461 arg to recognize interactive use. Pass it on to line-move.
23462 (line-move): Don't perform auto-window-vscroll when defining or
23463 executing keyboard macro to ensure consistent behavior.
23464
23465 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23466
23467 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23468
23469 2005-03-13 Lute Kamstra <lute@gnu.org>
23470
23471 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23472 debugger-setup-buffer so that backtrace marks the frames set to
23473 debug-on-exit and we don't have to do it manually. Set an extra
23474 debug-on-exit for macro's.
23475 (debugger-setup-buffer): Don't mark the top frame manually.
23476
23477 2005-03-12 Lute Kamstra <lute@gnu.org>
23478
23479 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23480 lisp-indent-function throughout.
23481 (with-no-warnings): Set lisp-indent-function property.
23482
23483 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23484
23485 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23486 Add entry for backslash.
23487
23488 2005-03-12 Juri Linkov <juri@jurta.org>
23489
23490 * info.el (Info-search): Four fixes for backward search.
23491
23492 2005-03-11 Jay Belanger <belanger@truman.edu>
23493
23494 * calc/calc.el (calc-language-alist): New variable.
23495 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23496 (calc-embedded-find-modes): Use calc-language-alist instead of
23497 calc-embedded-language-alist.
23498
23499 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23500
23501 * calendar/calendar.el (calendar-redrawing): New internal
23502 variable.
23503 (redraw-calendar): Remove bogus save-excursion from previous
23504 change. Bind calendar-redrawing to t for mark-diary-entries.
23505 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23506 calendar if that is why we were called.
23507
23508 2005-03-11 Kenichi Handa <handa@m17n.org>
23509
23510 * international/mule.el (make-coding-system): Set property
23511 coding-system-define-form to nil.
23512 (define-coding-system-alias): Likewise.
23513
23514 2005-03-11 Kenichi Handa <handa@m17n.org>
23515
23516 These changes are suggested by Dave Love <fx@gnu.org>.
23517
23518 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23519 coding: tag.
23520 (adaptive-fill-regexp): Add more bullets.
23521 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23522 regexps.
23523
23524 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23525
23526 * help.el (describe-mode): Properly handle non-trivial lighters.
23527 Don't ignore minor modes that are not listed in minor-mode-list.
23528
23529 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23530 feature ON when the user requests to turn it OFF.
23531
23532 2005-03-10 Lute Kamstra <lute@gnu.org>
23533
23534 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23535 (implement-debug-on-entry): New function to replace debug-entry-code.
23536 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23537 second argument as the 2005-03-07 change makes it obsolete.
23538 (debug-on-entry, cancel-debug-on-entry): Update call to
23539 debug-on-entry-1.
23540 (debug, debugger-setup-buffer): Comment update.
23541 (debugger-frame-number): Update to work with implement-debug-on-entry.
23542
23543 2005-03-10 Jay Belanger <belanger@truman.edu>
23544
23545 * calc/calc-embed.el (math-ms-args): Declare it.
23546 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23547 math-ms-args.
23548 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23549 variables.
23550
23551 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23552
23553 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23554 Use message-box.
23555
23556 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23557 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23558 (tooltip-gud-tips): Simplify.
23559 (tooltip-gud-tips-p): Remove superfluous :set.
23560 (tooltip-gud-modes): Add fortran-mode.
23561 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23562
23563 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23564
23565 2005-03-09 Kim F. Storm <storm@cua.dk>
23566
23567 * play/animate.el (animate-place-char): Use forward-line instead
23568 of next-line to improve performance.
23569
23570 2005-03-09 Simon Josefsson <jas@extundo.com>
23571
23572 * net/browse-url.el (browse-url-default-browser): Doc fix.
23573
23574 2005-03-09 Miles Bader <miles@gnu.org>
23575
23576 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23577 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23578
23579 2005-03-09 Kenichi Handa <handa@m17n.org>
23580
23581 * international/latin-1.el: Set case and syntax for 255 only if
23582 set-case-syntax-set-multibyte is nil.
23583
23584 * textmodes/ispell.el (ispell-insert-word): New function.
23585 (ispell-word): Use ispell-insert-word to insert a new word.
23586 (ispell-process-line): Likewise.
23587 (ispell-complete-word): Likewise.
23588
23589 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23590
23591 * calendar/calendar.el (redraw-calendar): Preserve point.
23592 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23593 (calendar-week-start-day): Move after definition of
23594 redraw-calendar. Delete buffer test, since redraw-calendar has
23595 that now.
23596
23597 * calendar/diary-lib.el (mark-diary-entries): Only call
23598 redraw-calendar in the first of any recursive calls.
23599 Reported by Alan Shutko <ats@acm.org>.
23600
23601 2005-03-08 Juri Linkov <juri@jurta.org>
23602
23603 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23604 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23605 (html-radio-buttons): Add a space before the trailing `/>' where
23606 sgml-xml-mode is non-nil.
23607 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23608 the subsequent tag of the empty XML tag.
23609 (html-href-anchor): Don't set initial input to "http:".
23610 (html-image): Ask for the image URL and set point inside alt="".
23611 (html-name-anchor): Duplicate the name in the `id' attribute when
23612 sgml-xml-mode is non-nil.
23613 (html-paragraph): Remove \n before <p>.
23614 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23615 instead of `checked' when sgml-xml-mode is non-nil.
23616
23617 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23618 Remove 1 space before #RRGGBB to not truncate it on terminal
23619 windows w/o fringes. Remove 1 space between bg and fg examples
23620 to get more space.
23621 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23622 avoid byte-compile warnings.
23623
23624 * image-file.el (image-file-handler): Put `safe-magic' property to
23625 `image-file-handler'.
23626
23627 * info.el (Info-isearch-search): Emulate word search in
23628 isearching through multiple Info nodes with Info-search.
23629 (Info-isearch-wrap): Allow isearch-word.
23630
23631 2005-03-08 Lute Kamstra <lute@gnu.org>
23632
23633 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23634 stepping into the debugger's code is not possible.
23635 (debugger-jumping-flag): Docstring update.
23636
23637 2005-03-08 Jay Belanger <belanger@truman.edu>
23638
23639 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23640 embedded mode begins.
23641 (calc-embedded-language-alist): New variable.
23642 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23643 set default language mode.
23644
23645 2005-03-08 Kenichi Handa <handa@m17n.org>
23646
23647 * international/ccl.el (define-ccl-program): Fix docstring about
23648 extra 256 bytes assured for the output buffer.
23649
23650 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23651 Fix BUFFER_MAGNIFICATION to 2.
23652 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23653
23654 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23655
23656 * align.el (align-rules-list): Added an alignment rule for CSS
23657 declarations (applies to css-mode and html-mode buffers).
23658
23659 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23660
23661 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23662
23663 2005-03-07 Kim F. Storm <storm@cua.dk>
23664
23665 * simple.el (move-beginning-of-line): New command.
23666
23667 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23668
23669 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23670
23671 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23672 and move-beginning-of-line.
23673
23674 * apropos.el (apropos-print): Omit command from M-x ... RET.
23675
23676 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23677
23678 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23679 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23680
23681 2005-03-06 Richard M. Stallman <rms@gnu.org>
23682
23683 * bindings.el (esc-map): Bind M-g to goto-line.
23684
23685 * facemenu.el (global-map): Bind M-o, not M-g.
23686
23687 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23688
23689 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23690 "Open Directory" as for "Open File".
23691
23692 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23693
23694 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23695 (push-mark-command): Run activate-mark-hook.
23696
23697 2005-03-06 Richard M. Stallman <rms@gnu.org>
23698
23699 * help-mode.el (help-mode-finish): Don't alter the element
23700 in view-return-to-alist if there already is one.
23701
23702 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23703 make sure the current buffer is the expected one.
23704
23705 * novice.el (disabled-command-function): Output in *Disabled Command*.
23706 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23707
23708 * textmodes/flyspell.el (flyspell-large-region):
23709 Pass args differently for aspell.
23710
23711 * files.el (mode-require-final-newline): Doc fix.
23712
23713 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23714
23715 * progmodes/which-func.el (which-function):
23716 Specify NOERROR when calling imenu--make-index-alist.
23717
23718 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23719
23720 * simple.el (normal-erase-is-backspace): Define default value.
23721
23722 * custom.el (custom-theme-set-variables): Remove unused var
23723 `immediate'.
23724 (custom-reevaluate-setting): Simple function to handle variables
23725 that are defined before their default value can really be
23726 computed.
23727
23728 * startup.el (command-line): Use it for temporary-file-directory,
23729 small-emporary-file-directory, auto-save-file-name-transforms,
23730 blink-cursor-mode, and normal-erase-is-backspace.
23731
23732 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23733 progress, even with buggy anchored keywords.
23734
23735 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23736
23737 * simple.el (goto-line): Remove unbalanced final parenthesis.
23738
23739 2005-03-05 Richard M. Stallman <rms@gnu.org>
23740
23741 * simple.el (goto-line): Use a number at point as the default.
23742 With C-u as arg, switch buffers.
23743
23744 2005-03-05 Juri Linkov <juri@jurta.org>
23745
23746 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23747 with `no-blinking-cursor'.
23748
23749 * startup.el (no-blinking-cursor): New defvar.
23750 (command-line): Add `--no-blinking-cursor' to longopts.
23751 Set `no-blinking-cursor' to t for command line arguments
23752 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23753 with `no-blinking-cursor' in the condition for calling
23754 `blink-cursor-mode'.
23755
23756 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23757
23758 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23759 (menu-bar-options-save): Add blink-cursor-mode.
23760 (menu-bar-options-menu): Add blink-cursor-mode.
23761
23762 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23763
23764 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23765 (icalendar-export-file, icalendar-export-region)
23766 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23767 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23768
23769 2005-03-04 Lute Kamstra <lute@gnu.org>
23770
23771 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23772 (debug-function-list): Ditto.
23773
23774 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23775
23776 * textmodes/texinfmt.el (texinfo-append-refill):
23777 Redefine the types of line to which @refill
23778 is not appended by replacing a search for `@refill\\|@bye' with
23779 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23780 itemize@refill' bug and the unfilled long lines bug.
23781 (texinfmt-version): Update number and date.
23782
23783 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23784
23785 * international/code-pages.el (windows-1250, windows-125[2-8])
23786 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23787
23788 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23789
23790 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23791 bound yet.
23792
23793 2005-03-02 Romain Francoise <romain@orebokech.com>
23794
23795 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23796 buffer after removing limits.
23797 (ibuffer-pop-filter): Ditto.
23798 Update copyright.
23799
23800 2005-03-02 Miles Bader <miles@gnu.org>
23801
23802 * button.el (make-text-button): If the user doesn't specify a
23803 type, use the default. Rewrite to use `add-text-properties' and
23804 plist functions.
23805
23806 2005-03-01 Lute Kamstra <lute@gnu.org>
23807
23808 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23809 (debugger-jumping-flag): New var.
23810 (debug-entry-code): Use it.
23811 (debugger-jump): Use debugger-jumping-flag and add
23812 debugger-reenable to post-command-hook.
23813 (debugger-reenable): Use debugger-jumping-flag and remove itself
23814 from post-command-hook.
23815 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23816 debugger-reenable.
23817
23818 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23819
23820 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23821 inclusion of "itemize\\|", which may be unnecessary, is certainly
23822 inelegant, and stops refilling in itemize lists when formatting
23823 Japanese Texinfo files to Info.
23824 Update copyright to 2005.
23825
23826 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23827
23828 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23829 of an error if GDB can't find the source file.
23830
23831 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23832
23833 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23834 not just the calendar.
23835
23836 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23837 first.
23838 (diary-redraw-calendar): New function.
23839 (make-diary-entry): Add diary-redraw-calendar to local
23840 write-contents-functions. Turn off selective display before
23841 inserting in diary.
23842
23843 2005-03-01 Kim F. Storm <storm@cua.dk>
23844
23845 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23846
23847 2005-03-01 Lute Kamstra <lute@gnu.org>
23848
23849 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23850 that debug-entry-code can be safely removed from a function while
23851 this code is being evaluated. Revert the 2005-02-27 change as the
23852 new implementation no longer requires it. Make sure that a
23853 function body containing just a string is not mistaken for a docstring.
23854 (debug): Skip one more frame in case of debug on entry.
23855 (debugger-setup-buffer): Delete one more frame line in case of
23856 debug on entry.
23857 (debugger-frame-number): Update to use the new text introduced by
23858 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23859
23860 2005-02-28 Kim F. Storm <storm@cua.dk>
23861
23862 * double.el (double-translate-key): Call force-window-update after
23863 read-event to avoid crash in redisplay.
23864
23865 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23866
23867 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23868 (debug): Use it. Move the inhibit-trace earlier.
23869 (debug-entry-code): New const.
23870 (debug-on-entry-1): Use it.
23871
23872 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23873
23874 * international/utf-16.el (ccl-encode-mule-utf-16le):
23875 Fix BUFFER_MAGNIFICATION to 2.
23876 (ccl-encode-mule-utf-16be): Likewise.
23877
23878 2005-02-28 Kenichi Handa <handa@m17n.org>
23879
23880 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23881 Fix BUFFER_MAGNIFICATION to 4.
23882 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23883
23884 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23885
23886 * speedbar.el (speedbar-update-flag): Doc fix.
23887 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23888 argument.
23889
23890 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23891
23892 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23893 have a non-nil `invisible' property but are actually visible.
23894
23895 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23896 for perldoc sections.
23897 (perl-outline-regexp, perl-outline-level): New var and function.
23898 (perl-mode): Use them.
23899
23900 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23901
23902 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23903 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23904
23905 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23906
23907 * cus-edit.el: Comment change.
23908 (custom-buffer-create-internal): Slightly reword text at top of
23909 Custom buffers. Mention there that saving an option edits the
23910 init file. Add link to Emacs manual node on `custom-file'.
23911 (custom-magic-alist): Rewrite individual State messages to use
23912 capitalized keywords. Doc fix.
23913
23914 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23915
23916 * calendar/calendar.el (calendar-buffer): Move above
23917 calendar-week-start-day.
23918 (calendar-week-start-day): Doc fix. Add :set function.
23919 (calendar-minimum-window-height): New variable.
23920 (generate-calendar-window): Only resize window if selected-window
23921 is displaying the calendar buffer. Use new variable
23922 calendar-minimum-window-height.
23923 (generate-calendar): Reword error message.
23924 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23925
23926 2005-02-27 Andreas Schwab <schwab@suse.de>
23927
23928 * vc.el (vc-do-command): Don't run command asynchronously when
23929 operating in a remote directory.
23930
23931 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23932 change from sync with Tramp 2.0.47.
23933
23934 2005-02-27 Richard M. Stallman <rms@gnu.org>
23935
23936 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23937
23938 * textmodes/flyspell.el (flyspell-mode-on):
23939 Call ispell-change-dictionary only if necessary.
23940
23941 * emacs-lisp/re-builder.el (regexp-builder): New function.
23942
23943 * register.el (describe-register-1): Explicitly handle
23944 yank-excluded-properties = t.
23945
23946 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23947 (custom-magic-alist): Change the status descriptions again.
23948 (face widget-type): Total rewrite based on `restricted-sexp'
23949 to eliminate the confusing double hiding levels.
23950
23951 * emacs-lisp/debug.el (debug-on-entry-1):
23952 If function body is empty, add nil as body form.
23953
23954 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23955
23956 * emacs-lisp/trace.el (inhibit-trace): New var.
23957 (trace-make-advice): Use it.
23958
23959 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23960
23961 2005-02-26 Kim F. Storm <storm@cua.dk>
23962
23963 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23964 (mouse-on-link-p, mouse-drag-region-1): Use it.
23965
23966 2005-02-25 Lute Kamstra <lute@gnu.org>
23967
23968 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23969
23970 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23971
23972 * frame.el (blink-cursor-mode): Add :group keyword.
23973
23974 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23975
23976 * calendar/icalendar.el (icalendar--decode-isodatetime):
23977 New optional argument DAY-SHIFT.
23978 (icalendar-export-region): Fix coding-system-for-write.
23979 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23980 events by one.
23981
23982 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23983
23984 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23985
23986 2005-02-24 Kim F. Storm <storm@cua.dk>
23987
23988 * international/iso-acc.el (iso-accents-compose): Fix crash
23989 during redisplay. Call force-window-update after read-event
23990 and delete-region to signal that window is not accurate.
23991
23992 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23993
23994 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23995 Remove unused and inexistent var `inhibit-trace'.
23996 (debugger-mode): Use run-mode-hooks.
23997 (debugger-list-functions): Add buttons; setup xref stack.
23998
23999 2005-02-23 Richard M. Stallman <rms@gnu.org>
24000
24001 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24002 appointment says it was explicitly made.
24003 (appt-add): Set the 3rd element.
24004 (appt-make-list): Preserve explicit appointments.
24005
24006 * subr.el (find-tag-default): Catch errors in forward-sexp.
24007
24008 2005-02-23 Juri Linkov <juri@jurta.org>
24009
24010 * info.el (Info-isearch-search): New defcustom.
24011 (Info-isearch-search): Call the default isearch function
24012 when Info-isearch-search is nil.
24013 (Info-isearch-wrap): Use variable Info-isearch-search.
24014
24015 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24016
24017 * cus-edit.el: Comment change.
24018
24019 2005-02-22 Kim F. Storm <storm@cua.dk>
24020
24021 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24022 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24023
24024 2005-02-22 Simon Josefsson <jas@extundo.com>
24025
24026 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24027 New variable.
24028 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24029 Oskarsson" <myrkraverk@users.sourceforget.net>.
24030
24031 2005-02-22 Kim F. Storm <storm@cua.dk>
24032
24033 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24034 check that window of that event is the selected window.
24035 (mouse-drag-region-1): Compare mouse event window to selected
24036 window before setting point.
24037
24038 * tooltip.el (tooltip-show-help-function): Pass event to
24039 mouse-on-link-p so it can check selected window.
24040
24041 2005-02-22 Kenichi Handa <handa@m17n.org>
24042
24043 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24044 (ps-mule-show-warning): New function.
24045 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24046 characters are found.
24047
24048 * ps-print.el (ps-header-footer-string): Return a list of header
24049 and footer strings.
24050
24051 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24052
24053 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24054
24055 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24056
24057 * frame.el (blink-cursor-mode): Use define-minor-mode.
24058
24059 * term/mac-win.el (function-key-map): Use char-names more consistently.
24060 (file-name-coding-system): Only set it for MacOS-9. The other case is
24061 already handled in mule-cmds.el (where it also works when mac-win.el
24062 is not used).
24063
24064 2005-02-21 Kenichi Handa <handa@m17n.org>
24065
24066 * international/mule.el (ctext-pre-write-conversion): Always use
24067 " *code-converting-work*" buffer for work.
24068
24069 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24070
24071 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24072
24073 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24074
24075 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24076
24077 * ses.el (undo-more): Restore defadvice, but only the part that
24078 allows changes outside the restricted area of the buffer.
24079
24080 2005-02-20 Kim F. Storm <storm@cua.dk>
24081
24082 * simple.el (line-move): Add fourth optional arg try-vscroll which
24083 must be set to perform auto-window-vscroll.
24084 When moving backwards and doing auto-window-vscroll, automatically
24085 vscroll to the last part of lines which are taller than the window.
24086 (next-line, previous-line): Set try-vscroll arg on line-move.
24087
24088 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24089
24090 * replace.el (query-replace, query-replace-regexp)
24091 (replace-string, replace-regexp): When operating on region, make
24092 the minibuffer prompt say so.
24093
24094 * isearch.el (isearch-forward): Document isearch-query-replace and
24095 isearch-query-replace-regexp keybindings.
24096
24097 2005-02-19 Jay Belanger <belanger@truman.edu>
24098
24099 * calc/calc-aent.el (math-read-token): Add local variable.
24100
24101 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24102 (calc-edit-top): Move declaration to earlier in file.
24103 (calc-edit-macro-repeats): Add local variables.
24104
24105 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24106 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24107 calcFunc-tanh.
24108 Adjust integration rule for calcFunc-tan.
24109
24110 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24111
24112 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24113 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24114 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24115 (viper-skip-separators): Bug fix.
24116 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24117 particular major mode.
24118 (viper-del-backward-char-in-replace): Don't put deleted char on the
24119 kill ring.
24120
24121 * viper-ex.el (viper-color-display-p): New function.
24122 (viper-has-face-support-p): Use viper-color-display-p.
24123
24124 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24125
24126 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24127
24128 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24129 (viper-file-remote-p): Make equivalent to file-remote-p.
24130
24131 * viper.el (viper-major-mode-modifier-list):
24132 Use viper-gnus-modifier-map.
24133
24134 2005-02-19 David Kastrup <dak@gnu.org>
24135
24136 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24137 quoting.
24138
24139 2005-02-19 Jay Belanger <belanger@truman.edu>
24140
24141 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24142 Remove extra definitions.
24143 (calc-coth): New function.
24144 (calcFunc-cot): Fix `let'.
24145
24146 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24147
24148 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24149 the reasons we use "type pc" in these faces.
24150
24151 * button.el (button): Ditto.
24152
24153 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24154
24155 * replace.el (query-replace-read-from): Set the value of
24156 query-replace-from-history-variable to handle the case of an empty
24157 string entered to accept the suggested default.
24158
24159 * net/tramp.el (tramp-file-name-for-operation):
24160 Use dired-call-process instead of dired-call-process-command.
24161
24162 2005-02-19 Jay Belanger <belanger@truman.edu>
24163
24164 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24165 (math-div-non-trig): New variables.
24166 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24167 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24168 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24169 trig expressions.
24170
24171 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24172
24173 * progmodes/gdb-ui.el (gdb-var-update-handler)
24174 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24175 for watch expressions,
24176 (gdb-var-create-handler): Don't set speedbar-update-flag.
24177 (gdb-post-prompt): Simplify test for speedbar.
24178
24179 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24180
24181 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24182 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24183 we use the syntax table of the correct buffer.
24184 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24185 Felix Gatzemeier.
24186
24187 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24188 (ediff-file-remote-p): Make synonymous with file-remote-p.
24189 In all deffaces ediff-*-face-*, use min-colors.
24190
24191 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24192 ediff-recurse-to-subdirectories.
24193 (ediff-mark-if-equal): Check that the arguments are strings, use
24194 ediff-same-contents (after to Felix Gatzemeier).
24195
24196 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24197 nil.
24198
24199 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24200
24201 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24202
24203 2005-02-18 David Kastrup <dak@gnu.org>
24204
24205 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24206 use `mark-active' when defined.
24207
24208 2005-02-18 Kenichi Handa <handa@m17n.org>
24209
24210 * ps-print.el (ps-font-info-database): New entry
24211 ZapfChancery-MediumItalic with correct font name. Fix font name
24212 of the entry Zapf-Chancery-MediumItalic.
24213
24214 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24215
24216 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24217
24218 2005-02-16 Kim F. Storm <storm@cua.dk>
24219
24220 * ido.el (ido-fallback-command): Pass user input to fallback command.
24221
24222 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24223
24224 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24225 (gdb-find-file-hook): Add server prefix.
24226
24227 2005-02-16 Richard M. Stallman <rms@gnu.org>
24228
24229 * replace.el (perform-replace): Pass new args to replace-highlight.
24230 (replace-highlight): Take region args,
24231 and pass them to isearch-lazy-highlight-new-loop.
24232
24233 * novice.el (disabled-command-hook): Autoload the defalias
24234 and the make-obsolete-variable call.
24235
24236 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24237
24238 * isearch.el (isearch-lazy-highlight-start-limit)
24239 (isearch-lazy-highlight-end-limit): New variables limit
24240 the region for highlighting.
24241 (isearch-lazy-highlight-new-loop): New args BEG and END.
24242 (isearch-lazy-highlight-search): Use the new vars.
24243 (isearch-lazy-highlight-update): Likewise.
24244
24245 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24246
24247 * cus-start.el (all): Use default-boundp.
24248
24249 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24250
24251 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24252
24253 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24254
24255 * autorevert.el (auto-revert-stop-on-user-input)
24256 (auto-revert-verbose): Doc fixes.
24257
24258 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24259
24260 * international/mule-cmds.el (set-locale-environment): Remove call
24261 to set-selection-coding-system on Windows.
24262
24263 2005-02-15 Jay Belanger <belanger@truman.edu>
24264
24265 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24266 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24267 calcFunc-coth.
24268 (math-simplify-sqrt): Add simplifications.
24269
24270 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24271 to list.
24272
24273 * calc/calc-ext.el: Add functions to autoloads.
24274
24275 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24276 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24277 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24278 (math-csc-raw, math-cot-raw): New functions.
24279
24280 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24281
24282 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24283 the variable name in a message.
24284
24285 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24286 calcFunc-csc, calcFunc-cot.
24287
24288 * calc/calcalg2.el: Add derivative and integration rules for
24289 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24290 calcFunc-csch, calcFunc-coth.
24291 (math-do-integral-methods): Add to checks for when to use
24292 substitutions.
24293
24294 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24295
24296 2005-02-15 Lute Kamstra <lute@gnu.org>
24297
24298 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24299 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24300 <monnier@iro.umontreal.ca>
24301 (lisp-outline-level): Improve efficiency. Suggested by David
24302 Kastrup <dak@gnu.org>.
24303
24304 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24305
24306 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24307 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24308 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24309 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24310 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24311
24312 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24313
24314 * cus-start.el (all): Comment change.
24315
24316 2005-02-14 Lute Kamstra <lute@gnu.org>
24317
24318 * cus-start.el (all): Check if symbol is void.
24319
24320 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24321
24322 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24323 optional argument to \cite.
24324
24325 2005-02-14 Richard M. Stallman <rms@gnu.org>
24326
24327 * cus-edit.el (custom-buffer-create-internal): Update help message.
24328 (custom-magic-alist): Update help messages.
24329
24330 * cus-start.el (all): Allow a var to specify a standard value.
24331
24332 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24333
24334 * custom.el (custom-theme-set-variables): Handle variable aliases.
24335
24336 * frame.el (blink-cursor-timer): Doc fix.
24337 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24338 declare obsolete.
24339 (blink-cursor-mode): Define with defcustom and use correct
24340 standard expression in that defcustom.
24341 * startup.el (command-line): Adapt to above changes in frame.el.
24342
24343 2005-02-11 Lute Kamstra <lute@gnu.org>
24344
24345 * apropos.el (apropos-score-doc): Prevent division by zero.
24346
24347 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24348
24349 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24350 (icalendar--get-event-property-attributes)
24351 (icalendar--get-event-properties)
24352 (icalendar--datetime-to-diary-date): New functions.
24353 (icalendar--split-value): Doc fix.
24354 (icalendar--datetime-to-noneuropean-date)
24355 (icalendar--datetime-to-european-date): New optional argument
24356 SEPARATOR. Return result as a string instead of a list.
24357 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24358 (icalendar--convert-string-for-export): Rename arg S to STRING.
24359 (icalendar-export-region): Doc fix. Change name of error buffer.
24360 Save output buffer.
24361 (icalendar-import-file): Add blank at end of prompt.
24362 (icalendar-import-buffer): Doc fix. Do not switch to error
24363 buffer. Indicate status in return value.
24364 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24365 buffer. Save output buffer. Handle exception from recurrence
24366 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24367 events. Fix problems with weekly all-day events.
24368
24369 2005-02-10 Richard M. Stallman <rms@gnu.org>
24370
24371 * simple.el (eval-expression-print-format):
24372 Avoid warning about edebug-active.
24373
24374 * help.el (help-for-help-internal): Rename from help-for-help.
24375 (help-for-help): Define with defalias.
24376
24377 * font-core.el (font-lock-default-function): Use with-no-warnings.
24378
24379 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24380
24381 * custom.el (defface): Doc fix.
24382
24383 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24384
24385 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24386 width 0" to prevent word wrapping problems.
24387
24388 2005-02-09 Kim F. Storm <storm@cua.dk>
24389
24390 * ido.el (ido-file-extensions-order): New defcustom.
24391 (ido-file-extension-lessp, ido-file-extension-aux)
24392 (ido-file-extension-order): New advanced file ordering.
24393 (ido-file-lessp): New simple file ordering.
24394 (ido-sort-list): Remove.
24395 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24396 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24397
24398 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24399
24400 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24401 that some versions of grep produce.
24402 (grep-mode-font-lock-keywords): Likewise.
24403
24404 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24405
24406 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24407 (gdb-cdir): Delete.
24408 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24409 (gdb-source-info): Treat case when source file is in another
24410 directory properly.
24411 (gdb-get-location): New function.
24412
24413 2005-02-07 Jay Belanger <belanger@truman.edu>
24414
24415 * calc/calc-prog.el (calc-write-parse-table-part)
24416 (calc-fix-token-name): Fix a check for language type.
24417
24418 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24419
24420 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24421
24422 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24423 as directory not writable.
24424
24425 2005-02-07 Kim F. Storm <storm@cua.dk>
24426
24427 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24428 (cua--standard-movement-commands): Remove list.
24429 Instead, set CUA property value to move for movement commands.
24430 (cua-movement-commands): Remove. Users must set CUA prop instead.
24431 (cua--pre-command-handler): Check CUA property.
24432 (cua--init-keymaps): Don't remap undo commands.
24433 (cua-mode): Don't call cua--rectangle-on-off.
24434
24435 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24436 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24437 (cua--rect-undo-set-point): New var.
24438 (cua--rectangle-undo-boundary): Setup undo apply entry.
24439 (cua--rect-undo-handler): New function for rectangle undo.
24440 (cua--rect-start-position, cua--rect-end-position): Add.
24441 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24442 for restored rectangle. Set point if cua--rect-undo-set-point.
24443
24444 2005-02-06 Jay Belanger <belanger@truman.edu>
24445
24446 * calc/calc-lang.el (calc-tex-language): Display more information
24447 in messages.
24448
24449 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24450 in TeX mode.
24451
24452 2005-02-06 Richard M. Stallman <rms@gnu.org>
24453
24454 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24455
24456 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24457
24458 * net/ldap.el (ldap-search-internal): Support attributes with
24459 optional descriptions separated by a semi-colon, as in
24460 "userCertificate;binary".
24461
24462 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24463
24464 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24465 isn't a cons (i.e. the version is 0).
24466
24467 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24468
24469 * help.el (help-for-help): Doc fix.
24470
24471 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24472
24473 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24474 GDB-Windows on the menu-bar as this works better.
24475
24476 2005-02-04 Jay Belanger <belanger@truman.edu>
24477
24478 * calc/calc-embed.el (calc-embedded-update): Don't put in
24479 unnecessary newlines. Adjust the end of formula marker.
24480
24481 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24482 (math-latex-parse-two-args): New function.
24483
24484 2005-02-03 Lute Kamstra <lute@gnu.org>
24485
24486 * help-fns.el (help-with-tutorial): Make sure that users cannot
24487 remove the entire text of the tutorial by means of `undo'.
24488
24489 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24490
24491 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24492 in recent changes, where the ispell process was repeatedly
24493 killed & restarted.
24494
24495 * international/mule-cmds.el (set-locale-environment): Set file-name
24496 coding system to utf-8 on Darwin systems.
24497 (set-default-coding-systems): Don't set default-file-name-coding-system
24498 on Darwin systems.
24499
24500 2005-02-03 Richard M. Stallman <rms@gnu.org>
24501
24502 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24503
24504 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24505
24506 * faces.el (list-faces-display): Add optional argument.
24507
24508 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24509
24510 * font-core.el (font-lock-default-function): Handle the rare case where
24511 only font-lock-keywords is set.
24512
24513 2005-02-02 Kenichi Handa <handa@m17n.org>
24514
24515 * international/characters.el: Cancel previous change for
24516 I-WITH-DOT-ABOVE and DOTLESS-i.
24517
24518 * international/latin-5.el: Cancel previous change.
24519
24520 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24521
24522 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24523
24524 2005-02-02 Kenichi Handa <handa@m17n.org>
24525
24526 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24527 DOTLESS-i.
24528
24529 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24530 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24531
24532 * case-table.el (get-upcase-table): New function.
24533 (copy-case-table): Copy upcaes table too if non-nil.
24534 (set-case-syntax-delims): Maintain upcase table too.
24535 (set-case-syntax-pair): Likewise.
24536 (set-upcase-syntax, set-downcase-syntax): New functions.
24537 (set-case-syntax): Maintain upcase table too.
24538
24539 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24540
24541 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24542
24543 * progmodes/gud.el (gud-goto-info): New function.
24544 (gud-tool-bar-map): Use correct icon.
24545
24546 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24547
24548 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24549 When delegating, order args in the funcall correctly.
24550
24551 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24552
24553 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24554
24555 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24556
24557 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24558 buffer not visiting a file.
24559
24560 2005-01-31 Jay Belanger <belanger@truman.edu>
24561
24562 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24563 bound on the line with the formula.
24564
24565 2005-01-31 Kim F. Storm <storm@cua.dk>
24566
24567 * ses.el (ses-create-cell-variable-range)
24568 (ses-destroy-cell-variable-range, ses-reset-header-string)
24569 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24570 (ses-insert-row): Fix format of apply undo entries.
24571
24572 2005-01-31 Jay Belanger <belanger@truman.edu>
24573
24574 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24575 parts.
24576
24577 * calc/calc-embed.el (calc-embedded-open-formula)
24578 (calc-embedded-close-formula): Ignore matrix environments.
24579
24580 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24581 TeX mode.
24582
24583 * calc/calc-lang.el (math-function-table, math-oper-table)
24584 (math-variable-table): Adjust the LaTeX portions.
24585
24586 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24587 (math-latex-ignore-words): New constant.
24588
24589 2005-01-31 Richard M. Stallman <rms@gnu.org>
24590
24591 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24592 (ispell-local-dictionary): Doc fix.
24593 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24594 Don't reinitialize at run time. Don't defcustom.
24595 All uses changed to append ispell-local-dictionary-alist,
24596 or check it first.
24597 (ispell-current-dictionary): New variable for dictionary in use.
24598 (ispell-dictionary): Now used only for global default.
24599 (ispell-start-process): Set ispell-current-dictionary,
24600 not ispell-dictionary.
24601 (ispell-change-dictionary): Use this only for setting
24602 user preferences.
24603 (ispell-internal-change-dictionary): New function
24604 to change the current dictionary in use.
24605 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24606 Use ispell-current-dictionary.
24607 Handle ispell-local-dictionary-overridden.
24608 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24609
24610 2005-01-31 Jay Belanger <belanger@truman.edu>
24611
24612 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24613
24614 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24615 (calc-mode-map): Add calc-latex-language.
24616
24617 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24618 (math-latex-print-frac): New functions.
24619 (math-oper-table, math-function-table, math-variable-table)
24620 (math-complex-format, math-input-filter): Add latex properties.
24621 (calc-set-language): Set math-expr-special-function-mapping.
24622
24623 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24624 (calc-write-parse-table-part): Add LaTeX support.
24625
24626 * calc/calc.el (calc-language): Adjust docstring.
24627 (calc-set-mode-line): Add LaTeX support.
24628 (math-expr-special-function-mapping): New variable.
24629 (math-tex-ignore-words): Add to list.
24630
24631 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24632 Add LaTeX support.
24633 (math-compose-expr): Add support for special functions.
24634
24635 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24636
24637 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24638
24639 * progmodes/gdb-ui.el (gdb-memory-address)
24640 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24641 (gdb-memory-mode-map, gdb-memory-format-keymap)
24642 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24643 (gdb-memory-unit-menu): New variables for a buffer
24644 that lets the user examine program memory.
24645 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24646 (gdb-memory-format-binary, gdb-memory-format-octal)
24647 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24648 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24649 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24650 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24651 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24652 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24653 (gdb-memory-mode, gdb-memory-buffer-name)
24654 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24655 New functions for above buffer.
24656
24657 2005-01-30 Richard M. Stallman <rms@gnu.org>
24658
24659 * cus-edit.el (custom-bury-buffer): Function deleted.
24660 (custom-buffer-done-function): Option deleted.
24661 (custom-buffer-done-kill): New replacement option.
24662 (Custom-buffer-done): Call quit-window.
24663 (custom-buffer-create-internal): Update for above changes.
24664
24665 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24666
24667 * simple.el (undo-ask-before-discard): New var.
24668 (undo-outer-limit-truncate): Implement it.
24669 (undo-extra-outer-limit): Doc update.
24670
24671 2005-01-29 Richard M. Stallman <rms@gnu.org>
24672
24673 * ses.el (undo-more): Delete defadvice.
24674 (ses-begin-change): Doc fix.
24675
24676 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24677 instead of rebinding C-x u and C-_.
24678
24679 * files.el (normal-backup-enable-predicate): Return nil for files
24680 in /tmp, regardless of temporary-file-directory.
24681
24682 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24683
24684 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24685 (open-rectangle, delete-whitespace-rectangle-line)
24686 (clear-rectangle-line): If FILL, pass t instead of FILL
24687 for move-to-column's 2nd arg.
24688
24689 * simple.el (undo): Fix the test for continuing a series of undos.
24690 (undo-more): Set pending-undo-list to t when we reach end.
24691 (pending-undo-list): Move up defvar.
24692
24693 * wid-edit.el (widget-button-click):
24694 Shorten the range of the track-mouse binding.
24695
24696 * comint.el (comint-insert-input): Undo previous changes;
24697 use last-input-event in interactive spec.
24698
24699 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24700
24701 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24702 to nil before invoking call-process. Reset buffer's modified flag
24703 after fontifying it in the no-async branch.
24704
24705 * wid-edit.el (widget-specify-button): If mouse pointer shape
24706 cannot be changed, use mouse face instead.
24707
24708 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24709
24710 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24711 (gdb-goto-breakpoint): Make breakpoint handling work on template
24712 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24713 (gdb-assembler-custom): Update to recognize breakpoint information
24714 added on 2005-01-19.
24715
24716 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24717
24718 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24719 (dsssl-mode): Use define-derived-mode.
24720 (scheme-mode-initialize): Remove.
24721 (scheme-mode): Use run-mode-hooks.
24722
24723 * cus-edit.el (customize-group-other-window)
24724 (custom-buffer-create-other-window): Don't override special-display-*.
24725 (custom-mode-map): Make it dense.
24726
24727 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24728 sets the default value.
24729
24730 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24731
24732 * descr-text.el: Add more keywords.
24733
24734 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24735
24736 * speedbar.el: Avoid unnecessary use of locate-library.
24737
24738 * international/mule-cmds.el (standard-display-european-internal):
24739 Don't fiddle with latin-1 non-break space any more since it's now
24740 special cased in the C code.
24741 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24742
24743 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24744
24745 * cus-start.el (all): Add `undo-outer-limit'.
24746
24747 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24748
24749 * textmodes/bibtex.el (bibtex-format-entry):
24750 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24751 field lines.
24752 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24753 not on part of a buffer.
24754
24755 2005-01-25 Lute Kamstra <lute@gnu.org>
24756
24757 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24758 nonempty field text strings like "{letters\\macro{}more letters}".
24759 Clarify docstring.
24760 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24761 (bibtex-entry-offset, bibtex-parse-association)
24762 (bibtex-parse-field-name): Fix typos in docstrings.
24763 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24764
24765 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24766
24767 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24768 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24769 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24770 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24771
24772 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24773 isearch minor mode.
24774
24775 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24776
24777 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24778
24779 2005-01-24 Lute Kamstra <lute@gnu.org>
24780
24781 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24782 CASECHARS and NOT-CASECHARS regular expressions of the
24783 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24784 striding over charsets" error.
24785
24786 2005-01-24 Jay Belanger <belanger@truman.edu>
24787
24788 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24789 display variable name.
24790
24791 2005-01-24 Kenichi Handa <handa@m17n.org>
24792
24793 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24794 Fix setting of the element of encoded-kbd-iso2022-invocations.
24795
24796 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24797
24798 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24799 (gdb-threads-select): Change to also accept mouse events.
24800 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24801 (gdb-threads-mouse-select): Delete.
24802
24803 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24804
24805 * files.el (insert-directory): Take care of empty directory,
24806 listed without -a switch.
24807
24808 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24809
24810 * textmodes/refill.el (refill-post-command-function):
24811 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24812 to the list of functions that we should be careful not to undo.
24813 (refill-late-fill-paragraph-function): Remove.
24814 (refill-saved-state): New var.
24815 (refill-mode): Use it to save fill-paragraph-function.
24816 Save also the value of auto-fill-function.
24817
24818 * term/w32-win.el: Simplify code.
24819
24820 2005-01-23 Kim F. Storm <storm@cua.dk>
24821
24822 * simple.el (line-move): Adapt to new return value from
24823 pos-visible-in-window-p.
24824
24825 * simple.el (line-move): Fix last change. Check partial
24826 visibility at point rather than at window-start.
24827
24828 2005-01-22 Jason Rumney <jasonr@gnu.org>
24829
24830 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24831
24832 2005-01-22 David Kastrup <dak@gnu.org>
24833
24834 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24835
24836 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24837
24838 * type-break.el (type-break-mode): Add a test for
24839 type-break-file-name being non-nil.
24840
24841 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24842
24843 * net/eudc.el (top level): Call (message "") via progn, so that
24844 eudc-options-file is loaded.
24845
24846 2005-01-22 Kim F. Storm <storm@cua.dk>
24847
24848 * simple.el (line-move-1): Rename from line-move.
24849 (line-move): New function that adjusts vscroll for partially
24850 visible rows, and calls line-move-1 otherwise.
24851
24852 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24853
24854 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24855 since it's not a complete read-event implementation
24856
24857 2005-01-20 Jay Belanger <belanger@truman.edu>
24858
24859 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24860 for called function.
24861
24862 2005-01-20 Steven Tamm <steventamm@mac.com>
24863
24864 * term/mac-win.el (process-connection-type): Remove.
24865 Controlled now by s/darwin.h:PTY_ITERATION.
24866
24867 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24868
24869 * window.el (handle-select-window): Don't switch window when we're
24870 in the minibuffer.
24871
24872 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24873
24874 * subr.el (dotimes-with-progress-reporter): New macro.
24875
24876 * ses.el (ses-dotimes-msg): Remove macro.
24877 Use `dotimes-with-progress-reporter' instead.
24878
24879 2005-01-19 Steven Tamm <steventamm@mac.com>
24880
24881 * term/mac-win.el (process-connection-type): Use new
24882 operating-system-release variable to use ptys on Darwin 7 (OS X
24883 10.3) when using carbon build.
24884
24885 2005-01-19 Jay Belanger <belanger@truman.edu>
24886
24887 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24888 flags if the last command was a tab or M-tab.
24889
24890 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24891 in formula editing buffer.
24892
24893 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24894
24895 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24896 breakpoint image symbol in margin.
24897
24898 2005-01-19 Jay Belanger <belanger@truman.edu>
24899
24900 * calc/calc-prog.el (calc-execute-kbd-macro):
24901 Ignore calc-keep-arg-flag.
24902
24903 2005-01-19 Kenichi Handa <handa@m17n.org>
24904
24905 * textmodes/ispell.el (ispell-looking-at): New function.
24906 (ispell-process-line): Use ispell-looking-at to compare the ispell
24907 output and the buffer contents.
24908
24909 2005-01-18 Jay Belanger <belanger@truman.edu>
24910
24911 * calc/calc.el (calc-display-raw): Fix docstring.
24912
24913 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24914
24915 * simple.el (blink-matching-open): Strip extra info from syntax.
24916
24917 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24918 funny chars in the end-of-here-doc marker.
24919
24920 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24921
24922 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24923 that enable/disabled state of breakpoints is shown correctly in
24924 fringe and on ttys.
24925 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24926 Add breakpoint information as text properties.
24927 (gdb-mouse-toggle-breakpoint):
24928 Rename to gdb-mouse-set-clear-breakpoint.
24929 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24930 breakpoints in the margin.
24931 (gdb-remove-strings): Simplify.
24932
24933 2005-01-17 Jay Belanger <belanger@truman.edu>
24934
24935 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24936 erasing buffer.
24937
24938 2005-01-17 Richard M. Stallman <rms@gnu.org>
24939
24940 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24941 for calling grep-compute-defaults.
24942
24943 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24944 if buffer is empty.
24945
24946 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24947
24948 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24949
24950 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24951
24952 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24953 non-preloaded variables.
24954
24955 2005-01-17 Steven Tamm <steventamm@mac.com>
24956
24957 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24958 tex-shell cause to force interactivity when using pipes.
24959
24960 2005-01-17 Kim F. Storm <storm@cua.dk>
24961
24962 * simple.el (just-one-space): Make arg optional.
24963
24964 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24965
24966 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24967 posn-at-x-y to t to access left-margin.
24968
24969 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24970
24971 Sync with Tramp 2.0.47.
24972
24973 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24974 catching keep-date problems in cp/scp operations.
24975 (tramp-handle-copy-file): Don't call `set-file-modes'
24976 unconditionally. Specialized functions should know better what is
24977 necessary. This improves performance a little bit, and the
24978 functions could catch errors with `cp -p' and `scp -p'.
24979 (tramp-do-copy-or-rename-file-via-buffer)
24980 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24981 when appropriate.
24982 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24983 Call `set-file-modes' when appropriate.
24984 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24985 Johnsson <isak@hypergene.com>
24986 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24987 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24988 <joakim@verona.se>
24989 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24990 Emacs only.
24991
24992 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24993 `find-file-hooks' and `dired-mode-hook'.
24994 (tramp-minor-mode-map): Respective map. Add remapping for
24995 `compile' and `recompile'.
24996 (tramp-remap-command, tramp-recompile): New defuns.
24997 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24998 in buffer "*Compilation*". Call the commands asynchronously.
24999
25000 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25001 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25002 `shell-command', because it isn't magic in XEmacs. Reported by
25003 Adrian Aichner <adrian@xemacs.org>.
25004
25005 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25006 `substitute-in-file-name.
25007 (tramp-smb-handle-substitute-in-file-name): New defun.
25008 (tramp-smb-advice-PC-do-completion): Delete advice.
25009
25010 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25011
25012 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25013 Fix error in deleting region.
25014
25015 2005-01-15 Richard M. Stallman <rms@gnu.org>
25016
25017 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25018 In non-temp buffer, switch syntax table temporarily.
25019
25020 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25021
25022 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25023
25024 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25025
25026 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25027 (imenu--generic-function): Use START, not BEG, as pos of definition.
25028
25029 * simple.el (just-one-space): Argument specifies number of spaces.
25030
25031 * simple.el (eval-expression-print-format): Avoid warning
25032 about edebug-active.
25033
25034 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25035
25036 * progmodes/sh-script.el: Code copied from make-mode.el
25037 with small changes,
25038 (sh-mode-map): Bind C-c C-\.
25039 (sh-backslash-column, sh-backslash-align): New variables.
25040 (sh-backslash-region, sh-append-backslash): New functions.
25041
25042 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25043
25044 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25045 (rmail-pop-password, rmail-pop-password-required): Move to
25046 rmail-obsolete group.
25047 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25048 All callers updated.
25049 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25050 Take an argument specifying whether it is POP or IMAP mailbox we
25051 are using. All callers updated.
25052 (rmail-pop-password-error): Rename to
25053 rmail-remote-password-error. Added mailutils-specific error message.
25054 (rmail-movemail-search-path)
25055 (rmail-movemail-variant-in-use): New variables.
25056 (rmail-remote-password, rmail-remote-password-required):
25057 New customization variables.
25058 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25059 (rmail-parse-url): New function.
25060 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25061 with GNU mailutils movemail.
25062
25063 2005-01-15 Kevin Ryde <user42@zip.com.au>
25064
25065 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25066 suffix to space, $ or '$, to correctly position point when going
25067 to @table style constants like DBL_MAX.
25068
25069 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25070
25071 * type-break.el (type-break-mode, type-break-file-time)
25072 (type-break-file-keystroke-count, type-break-choose-file):
25073 Don't store data in or load data from the file if type-break-file-name
25074 is nil.
25075 (type-break-file-name): Doc update as per the above.
25076
25077 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25078
25079 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25080 lookup-key might return nil; handle that.
25081
25082 2005-01-15 Alan Mackenzie <acm@muc.de>
25083
25084 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25085 rather than the element found, thus enabling the tree to be setcar'd.
25086
25087 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25088
25089 * textmodes/org.el (org-show-following-heading): New option.
25090 (org-show-hierarchy-above): Use `org-show-following-heading'.
25091 (org-cycle): Documentation fix.
25092
25093 * textmodes/org.el (orgtbl-optimized): New option
25094 (orgtbl-mode): New command, a minor mode.
25095 (orgtbl-mode-map): New variable.
25096 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25097 (orgtbl-error, orgtbl-self-insert-command)
25098 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25099
25100 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25101 a local variable in each org-mode buffer.
25102
25103 * textmodes/org.el (org-set-regexps-and-options): Rename from
25104 `org-set-regexps'. Added checking for STARTUP keyword.
25105 (org-get-current-options): Add STARTUP options.
25106 (org-table-insert-row): Make mode intelligent about when
25107 realignment is needed.
25108 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25109 New commands.
25110 (org-enable-table-editor): New default value `optimized'.
25111 (org-table-blank-field): Support blanking regions if active.
25112
25113 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25114
25115 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25116 if the year is not given.
25117
25118 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25119 Add new escapes %m and %M, fixed bug with %F by adding
25120 save-match-data.
25121 (reftex-reference): Remove ?. from list of spaces.
25122 (reftex-label-info): Add automatic label prefix recognition.
25123
25124 * textmodes/reftex-index.el (reftex-index-next-phrase):
25125 Add slave parameter to call of `reftex-index-this-phrase'.
25126 (reftex-index-this-phrase): New optional argument.
25127 (reftex-index-region-phrases): Add slave parameter to call of
25128 `reftex-index-this-phrase'.
25129 (reftex-display-index): New argument redo.
25130 (reftex-index-rescan): Add `redo' to arguments of
25131 `reftex-display-index'.
25132 (reftex-index-Rescan, reftex-index-revert)
25133 (reftex-index-switch-index-tag): Add `redo' to arguments of
25134 `reftex-display-index'.
25135 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25136 indexing. Fix bug with matching is there is a quote before or
25137 after the word.
25138
25139 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25140 Fix bug when collecting citation keys in lines with comments.
25141 (reftex-citation): Prefix argument no longer rescans the document,
25142 but forces prompting for optional arguments of cite macros.
25143 (reftex-do-citation): Prompting for optional arguments implemented.
25144
25145 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25146 Add optional arguments to most cite commands.
25147 (reftex-cite-cleanup-optional-args): New option
25148 (reftex-cite-prompt-optional-args): New option.
25149 (reftex-trust-label-prefix): New option.
25150
25151 * textmodes/reftex-toc.el (reftex-toc-find-section):
25152 Add push-mark before changing the position in the buffer.
25153
25154 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25155 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25156
25157 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25158
25159 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25160 more carefully.
25161
25162 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25163
25164 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25165 (sgml-mode): Use it.
25166 (sgml-get-context): Better keep track of implicitly closed tags.
25167
25168 2005-01-13 Kenichi Handa <handa@m17n.org>
25169
25170 * textmodes/ispell.el: These changes are to fix misalignment error
25171 caused by equivalent characters of different Emacs charsets.
25172 (ispell-unified-chars-table): New variable.
25173 (ispell-get-decoded-string): New function.
25174 (ispell-get-casechars, ispell-get-not-casechars)
25175 (ispell-get-otherchars): Call ispell-get-decoded-string.
25176
25177 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25178
25179 * custom.el (custom-declare-variable): Just put symbol instead
25180 of (defvar . symbol) in `current-load-list'.
25181
25182 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25183
25184 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25185
25186 2005-01-12 Jay Belanger <belanger@truman.edu>
25187
25188 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25189 to create a Calc summary.
25190
25191 2005-01-12 Kim F. Storm <storm@cua.dk>
25192
25193 * mouse.el (mouse-on-link-p): Change functionality and doc
25194 string to comply with latest description in lisp ref.
25195
25196 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25197
25198 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25199 Enable mouse clicks on mode-line, header-line and margin.
25200 (event-type): Give mouse event symbols an `event-kind' property
25201 with value `mouse-click'.
25202
25203 2005-01-12 Juri Linkov <juri@jurta.org>
25204
25205 * facemenu.el (list-colors-display): Add new arg buffer-name.
25206 Use it. Fix docstring. Replace code for identifying duplicate
25207 colors by the name with call to `list-colors-duplicates' which
25208 identifies duplicate colors by the value unless the color
25209 is one of special Windows colors. Set truncate-lines to t.
25210 Print sorted duplicate color names on each line. Indent to 22
25211 \(the longest color name in rgb.txt) instead of 20. Optimize.
25212 (list-colors-duplicates): New function.
25213 (facemenu-color-name-equal): Delete function.
25214
25215 * facemenu.el (list-colors-print): New function created from code
25216 in list-colors-display. Print #RRGGBB at the window right edge.
25217 (list-colors-display): When temp-buffer-show-function is not
25218 defined, call list-colors-print from temp-buffer-show-hook
25219 to get the right value of window-width in list-colors-print
25220 after the buffer is displayed.
25221
25222 * simple.el (pop-mark): Move deactivate-mark out of conditional
25223 part to deactivate the active mark regardless of the state of the
25224 mark ring.
25225
25226 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25227 variables line in desktop files.
25228
25229 2005-01-12 Juri Linkov <juri@jurta.org>
25230
25231 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25232 Bring together isearch highlight related options.
25233 (lazy-highlight): Replace group `replace' by `matching'.
25234 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25235 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25236 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25237 and declare them obsolete.
25238 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25239 (isearch-faces): Remove defgroup.
25240 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25241 Move isearch highlighting code closer to lazy highlighting code.
25242
25243 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25244 (query-replace-highlight, query-replace-lazy-highlight)
25245 (query-replace): Move definitions to the beginning of the file.
25246
25247 2005-01-11 Juri Linkov <juri@jurta.org>
25248
25249 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25250 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25251 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25252
25253 * info.el (Info-history-forward): New variable.
25254 (Info-select-node): Reset Info-history-forward to nil.
25255 (Info-last): Turn into defalias.
25256 (Info-history-back): Rename from Info-last.
25257 Add current node to Info-history-forward.
25258 (Info-history-forward): New fun.
25259 (Info-mode-map): Replace Info-last by Info-history-back.
25260 Bind Info-history-forward to "r".
25261 (Info-mode-menu): Replace Info-last by Info-history-back.
25262 Fix menu item text. Add menu item for Info-history-forward.
25263 (info-tool-bar-map): Replace Info-last by Info-history-back.
25264 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25265 for Info-history-forward.
25266 (Info-mode): Replace Info-last by Info-history-back in docstring.
25267 Add local variable Info-history-forward.
25268 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25269
25270 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25271
25272 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25273 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25274 Ignore select-window events rather than fiddle with
25275 mouse-autoselect-window.
25276
25277 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25278
25279 * type-break.el (type-break-mode): Fix previous change.
25280
25281 2005-01-10 Jay Belanger <belanger@truman.edu>
25282
25283 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25284 calculator; only reset when point is inside a calculator.
25285 Don't adjust the window height if the window takes up the whole height
25286 of the frame.
25287
25288 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25289
25290 * ebuff-menu.el (Electric-buffer-menu-mode):
25291 Preserve value of buffer-local var header-line-format.
25292
25293 2005-01-09 Jay Belanger <belanger@truman.edu>
25294
25295 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25296 Make sure settings file exists before accessing it.
25297
25298 * calc/calc-embed.el (calc-embedded-subst):
25299 Replace math-multi-subst-rec, which is only supposed to be called
25300 by math-multi-subst, by math-multi-subst.
25301
25302 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25303
25304 * vc.el (vc-allow-async-revert): New user option.
25305 (vc-disable-async-diff): New internal variable.
25306 (vc-revert-buffer): Use them to disable asynchronous diff.
25307
25308 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25309 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25310 asynchronously if vc-disable-async-diff is t.
25311
25312 2005-01-09 Jay Belanger <belanger@truman.edu>
25313
25314 * calc/calc.el (defcalcmodevar): New macro.
25315 (calc-mode-var-list-restore-default-values)
25316 (calc-mode-var-list-restore-saved-values): New functions.
25317 (calc-mode-var-list): Use defcalcmodevar to define it.
25318 (calc-always-load-extensions, calc-line-numbering)
25319 (calc-line-breaking, calc-display-just, calc-display-origin)
25320 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25321 (calc-group-char, calc-point-char, calc-frac-format)
25322 (calc-prefer-frac, calc-hms-format, calc-date-format)
25323 (calc-float-format, calc-full-float-format, calc-complex-format)
25324 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25325 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25326 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25327 (calc-matrix-brackets, calc-language, calc-language-option)
25328 (calc-left-label, calc-right-label, calc-word-size)
25329 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25330 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25331 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25332 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25333 (calc-window-height, calc-display-trail, calc-show-selections)
25334 (calc-use-selections, calc-assoc-selections)
25335 (calc-display-working-message, calc-auto-why, calc-timing)
25336 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25337 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25338 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25339 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25340 (calc-gnuplot-geometry, calc-graph-default-resolution)
25341 (calc-graph-default-resolution-3d, calc-invocation-macro)
25342 (calc-show-banner): Use defcalcmodevar to declare them and set
25343 their default values.
25344
25345 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25346 instead of default values (but restore default values if there is
25347 an argument of 0).
25348
25349 2005-01-09 David Kastrup <dak@gnu.org>
25350
25351 * desktop.el (desktop-restore-eager): Fix typo in type.
25352
25353 2005-01-08 Richard M. Stallman <rms@gnu.org>
25354
25355 * cus-edit.el (customize): Delete :link.
25356
25357 2005-01-08 Jay Belanger <belanger@truman.edu>
25358
25359 * calc/calc.el (calc-mode): Remove the extension from the
25360 `calc-settings-file' file name when loading it.
25361
25362 2005-01-08 Kim F. Storm <storm@cua.dk>
25363
25364 * info.el (Info-mode-map, Info-next-link-keymap)
25365 (Info-prev-link-keymap, Info-up-link-keymap):
25366 Map follow-link to mouse-face.
25367 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25368
25369 2005-01-08 Jay Belanger <belanger@truman.edu>
25370
25371 * calc/calc.el (calc-settings-file): Change default value.
25372 Suggested by cgw in a comment in calc-mode.el.
25373
25374 * calc/calc-mode.el (calc-settings-file-name):
25375 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25376 Replace ~/.emacs in a prompt by calc-settings-file.
25377
25378 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25379
25380 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25381 (desktop-lazy-idle-delay): New customizable variables.
25382 (desktop-buffer-args-list): New variable.
25383 (desktop-append-buffer-args): New function.
25384 (desktop-save): Call desktop-append-buffer-args for some buffers.
25385 (desktop-lazy-create-buffer): New function.
25386 (desktop-idle-create-buffers): New function.
25387 (desktop-read): Add message about buffers to restore lazily.
25388 (desktop-lazy-abort): New command.
25389 (desktop-clear): Call desktop-lazy-abort.
25390 (desktop-lazy-complete): New command.
25391
25392 2005-01-06 Richard M. Stallman <rms@gnu.org>
25393
25394 * emacs-lisp/find-func.el (find-face-definition):
25395 Rename from find-face.
25396
25397 2005-01-06 Kim F. Storm <storm@cua.dk>
25398
25399 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25400
25401 * man.el (Man-xref-man-page, Man-xref-header-file)
25402 (Man-xref-normal-file): Add follow-link property.
25403
25404 2005-01-06 Jay Belanger <belanger@truman.edu>
25405
25406 * calc/calc-units.el: Make sure the proper macro definitions are
25407 available when compiling.
25408
25409 2005-01-06 Juri Linkov <juri@jurta.org>
25410
25411 * isearch.el (isearch-lazy-highlight-update):
25412 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25413
25414 2005-01-06 Miles Bader <miles@gnu.org>
25415
25416 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25417 (isearch-lazy-highlight-face): Use new name.
25418
25419 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25420
25421 * uniquify.el (uniquify-rationalize-file-buffer-names):
25422 Re-add an interactive spec.
25423 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25424 to the same name.
25425
25426 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25427 (isearch-update, isearch-done): Adjust calls accordingly.
25428
25429 2005-01-05 Richard M. Stallman <rms@gnu.org>
25430
25431 * custom.el (custom-set-variables, custom-theme-set-variables):
25432 Clarify documentation.
25433
25434 * emacs-lisp/find-func.el (find-variable)
25435 (find-variable-other-window, find-variable-other-frame):
25436 Fix the TYPE args to find-function-read and find-function-do-it.
25437 (find-function): Doc fix.
25438 (find-function-at-point): Replace function-at-point alias.
25439
25440 2005-01-04 Richard M. Stallman <rms@gnu.org>
25441
25442 * cus-face.el (custom-declare-face):
25443 Record defface in current-load-list.
25444
25445 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25446
25447 * emacs-lisp/find-func.el: Doc fixes.
25448 (find-face-regexp): New variable.
25449 (find-function-regexp-alist): New variable.
25450 (find-function-C-source): Third arg is now TYPE.
25451 (find-function-search-for-symbol): Handle general TYPE.
25452 (find-function-read, find-function-do-it): Handle general TYPE.
25453 (find-definition-noselect, find-face): New functions.
25454 (function-at-point): Alias deleted.
25455
25456 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25457
25458 * battery.el (display-battery-mode): Rename from display-battery.
25459 Handle the case where it gets turned off.
25460
25461 2005-01-04 Richard M. Stallman <rms@gnu.org>
25462
25463 * cus-edit.el (customize): Make :link point to user doc.
25464
25465 * man.el (Man-fontify-manpage): Turn off undo generation.
25466
25467 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25468
25469 2005-01-04 Andreas Schwab <schwab@suse.de>
25470
25471 * files.el (insert-directory): Only look for error lines in
25472 inserted text. Don't move too far after processing --dired markers.
25473
25474 2005-01-04 Richard M. Stallman <rms@gnu.org>
25475
25476 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25477 Don't expand if the character is @, period, dash, etc.
25478 (define-mail-abbrev): Quote names that contain problem characters.
25479
25480 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25481
25482 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25483
25484 2005-01-03 Richard M. Stallman <rms@gnu.org>
25485
25486 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25487 (query-replace-highlight, query-replace-lazy-highlight)
25488 (query-replace): Definitions moved up. Doc fix.
25489
25490 2005-01-03 Richard M. Stallman <rms@gnu.org>
25491
25492 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25493 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25494 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25495 (lazy-highlight-face): Rename from isearch-lazy-...
25496 Change all references to them.
25497
25498 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25499
25500 * cus-edit.el (custom-file): Doc fix for defcustom.
25501 (custom-file): The function no longer sets the variable
25502 `custom-file' to its return value.
25503
25504 * startup.el (command-line): No longer load `custom-file'.
25505
25506 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25507
25508 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25509
25510 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25511 Don't confuse module-prefixed identifiers for labels.
25512 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25513
25514 2005-01-02 Richard M. Stallman <rms@gnu.org>
25515
25516 * files.el (basic-save-buffer-1): Fix previous change.
25517
25518 * loadhist.el (file-loadhist-lookup): New function.
25519 (file-provides, file-requires): Use it.
25520
25521 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25522 instead of calculating the right size.
25523
25524 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25525
25526 * vc-svn.el (vc-svn-diff): Stay local if possible.
25527
25528 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25529
25530 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25531
25532 * files.el (hack-local-variables): Fix last change.
25533
25534 2005-01-02 Jay Belanger <belanger@truman.edu>
25535
25536 * calc/calc-yank.el (calc-edit-top): New variable.
25537 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25538 object. Change header properties.
25539 (calc-edit-finish, calc-edit-finish-stack-object)
25540 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25541 edited object.
25542 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25543 for the beginning of the edited object.
25544 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25545 for the beginning of the edited object.
25546 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25547 (calc-finish-formula-edit, calc-macro-repeats)
25548 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25549 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25550 beginning of the edited object.
25551 (calc-user-define-edit): Change the header for editing macros.
25552 Remove unnecessary variable.
25553
25554 2005-01-01 Jay Belanger <belanger@truman.edu>
25555
25556 * calc/calc-yank.el (calc-edit-mode): Change default header.
25557 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25558 * calc/calc-store.el (calc-edit-variable): Change title to match new
25559 header.
25560 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25561 mode to match new header.
25562 (calc-user-define-edit): Change titles to include names of commands.
25563 (calc-finish-formula-edit): Adjust to handle new header.
25564 (calc-finish-macro-edit): Remove.
25565 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25566 (calc-edit-macro-command, calc-edit-macro-command-type)
25567 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25568 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25569 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25570 (calc-edit-macro-finish-edit): New functions.
25571 (calc-user-define-edit): Use new functions to edit named calc macros.
25572
25573 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25574
25575 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25576
25577 * ses.el (copy-region-as-kill): Deactivate mark.
25578
25579 2005-01-01 Richard M. Stallman <rms@gnu.org>
25580
25581 * replace.el (occur-1): If the output buffer is also an input,
25582 don't kill it, rename it.
25583
25584 * faces.el (set-face-background, set-face-foreground): Doc fix.
25585
25586 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25587 for :foreground and :background.
25588
25589 * dired.el (dired-view-command-alist): Variable deleted.
25590 (dired-view-file, dired-mouse-find-file-other-window):
25591 Delete the code to use it.
25592
25593 2005-01-01 Kim F. Storm <storm@cua.dk>
25594
25595 * image.el (insert-sliced-image): Use t for line-height property.
25596
25597 See ChangeLog.11 for earlier changes.
25598
25599 ;; Local Variables:
25600 ;; coding: iso-2022-7bit
25601 ;; End:
25602
25603 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25604 Copying and distribution of this file, with or without modification,
25605 are permitted provided the copyright notice and this notice are preserved.
25606
25607 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1