]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(tabify-regexp): Use more specific regexps.
[gnu-emacs] / lisp / ChangeLog
1 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * tabify.el (tabify-regexp): Use more specific regexps.
4 (tabify): Avoid modifying the buffer unnecessarily.
5
6 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7
8 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9 (tumme-format-properties-string): Handle empty `buf'.
10 (tumme-get-comment): Change variable names inside `let'. Add
11 missing `let' variable that cause font-lock problems.
12 (tumme-write-comments): Change variable names inside `let'. Add
13 missing `let' variable that cause font-lock problems.
14 (tumme-forward-image): Rename from `tumme-forward-char'.
15 (tumme-backward-image): Rename from `tumme-backward-char'.
16
17 2006-07-25 Masatake YAMATO <jet@gyve.org>
18
19 * progmodes/ld-script.el (ld-script-keywords)
20 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
21 and add comments.
22
23 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
24
25 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
26 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
27 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
28 for status indicator.
29
30 2006-07-24 Richard Stallman <rms@gnu.org>
31
32 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
33
34 * subr.el (dolist, dotimes): Use interned symbols for locals.
35 (--dotimes-limit--, --dolist-tail--): New defvars.
36 (looking-back): Doc fix.
37
38 * replace.el (replace-match-string-symbols): Handle dotted lists.
39
40 2006-07-24 mathias <mathias@mattis>
41
42 * tumme.el (tumme-write-tags): Add.
43 (tumme-write-comments): Add.
44 (tumme-tag-files): Change to use `tumme-write-tags'.
45 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
46 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
47 (tumme-save-information-from-widgets): Change to use
48 `tumme-write-comments' and `tumme-write-tags'.
49 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
50 (tumme-write-tag): Remove.
51 (tumme-write-comment): Remove.
52 (tumme-display-previous-thumbnail-original): Remove empty line.
53 (tumme-widget-list): Add punctuation.
54
55 2006-07-24 mathias <mathias.dahl@gmail.com>
56
57 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
58
59 2006-07-24 Daiki Ueno <ueno@unixuser.org>
60
61 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
62 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
63 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
64
65 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
66
67 * mouse.el (mouse-on-link-p): Doc fix.
68
69 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
70
71 * emacs-lisp/find-func.el (find-function-search-for-symbol):
72 Handle "C-h f `".
73
74 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
75
76 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
77 column.
78
79 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
80
81 * textmodes/table.el: Add move-beginning-of-line and
82 move-end-of-line to Point Motion Only Group.
83
84 2006-07-22 Eric Hanchrow <offby1@blarg.net>
85
86 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
87
88 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
89
90 * startup.el (user-mail-address): Initialize from the `EMAIL'
91 environment variable first. Document this.
92 (command-line): Ditto.
93
94 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
95
96 * help-mode.el (help-function-def, help-variable-def)
97 (help-face-def): Print a message in the minibuffer.
98
99 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
100
101 * term/xterm.el (terminal-init-xterm): Fix key bindings
102 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
103
104 2006-07-21 Eli Zaretskii <eliz@gnu.org>
105
106 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
107 where `(nth 1 command)' is a cons cell. Doc fix.
108
109 * textmodes/po.el (po-find-charset): Doc fix.
110
111 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
112
113 * allout.el (allout-unprotected, allout-e-o-prefix-p)
114 (allout-beginning-of-current-line, allout-end-of-current-line)
115 (allout-next-visible-heading, allout-open-topic)
116 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
117 (allout-flag-current-subtree, allout-show-to-offshoot)
118 (allout-hide-current-entry, allout-show-current-branches)
119 (allout-hide-region-body, allout-old-expose-topic)
120 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
121 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
122 containing `beginning-of-line' and `end-of-line' with
123 `inhibit-field-text-motion' t.
124
125 2006-07-21 Eli Zaretskii <eliz@gnu.org>
126
127 * frame.el (focus-follows-mouse): Document that it doesn't have
128 any effect on MS-Windows.
129
130 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
133
134 2006-07-20 Jay Belanger <belanger@truman.edu>
135
136 * calc.el (calc-previous-alg-entry): Remove variable.
137
138 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
139 New variables.
140 (calc-alg-entry): Use `calc-alg-entry-history'.
141 (calc-do-quick-calc): Use `calc-quick-calc-history'.
142 Remove reference to `calc-previous-alg-entry'.
143 (calcAlg-edit, calcAlg-enter): Remove reference to
144 `calc-previous-alg-entry'.
145 (calcAlg-previous): Use `previous-history-element' instead of
146 `calc-previous-alg-entry'.
147 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
148 Change keybinding for `calcAlg-plus-minus', add keybindings for
149 `previous-history-element' and `next-history-element'.
150
151 * calc-rewr.el (calc-match): Remove reference to
152 `calc-previous-alg-entry'.
153
154 * calc-sel.el (calc-selection-history): New variable.
155 (calc-enter-selection, calc-sel-mult-both-sides)
156 (calc-sel-add-both-sides): Use `calc-selection-history'.
157
158 * calc-map.el (calc-get-operator-history): New variable.
159 (calc-get-operator): Use `calc-get-operator-history'.
160
161 * calcalg3.el (calc-curve-fit-history): New variable.
162 (calc-curve-fit): Use `calc-curve-fit-history'.
163
164 2006-07-20 Kenichi Handa <handa@m17n.org>
165
166 * international/mule-cmds.el (select-safe-coding-system): Fix the
167 way of deciding eol-type of the coding system.
168
169 2006-07-20 Alan Mackenzie <acm@muc.de>
170
171 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
172 (c-lang-setvar): New macro.
173 (c-make-init-lang-vars-fun): Use the initialization forms in
174 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
175 (comment-start, comment-end, comment-start-skip): Change these from
176 c-lang-defvar's to c-lang-setvar's.
177
178 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
179 which calls make-local-variable on the elements of
180 c-emacs-variable-inits.
181 (c-init-language-vars-for): Call this new macro.
182
183 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
186 Try to rule out false positives due to time stamps.
187 (compilation-mode-font-lock-keywords): Remove rules made redundant
188 because of the above change. Add `segmentation fault' to the known and
189 highlighted compilation termination messages.
190
191 2006-07-19 Kim F. Storm <storm@cua.dk>
192
193 * progmodes/grep.el (grep-find-ignored-directories):
194 Add .svn and _darcs to list.
195
196 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
197
198 * dired.el (dired-mode-map): Add key binding `C-te' for
199 `tumme-dired-edit-comment-and-tags'.
200
201 * tumme.el (tumme-display-thumbnail-original-image): Make sure
202 image display buffer is displayed before call to
203 `tumme-display-image.
204 (tumme-dired-display-image): Make sure image display buffer is
205 displayed before call to `tumme-display-image.
206 (tumme-mouse-display-image): Make sure image display buffer is
207 displayed before call to `tumme-display-image.
208 (tumme-widget-list): Add.
209 (tumme-dired-edit-comment-and-tags): Add.
210 (tumme-save-information-from-widgets): Add.
211
212 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
215
216 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * progmodes/sh-script.el (sh-font-lock-keywords-1):
219 Revert inadvertently installed patch hunk.
220
221 * progmodes/compile.el (compilation-find-file): Handle the
222 cases where the user selects a non-existent file.
223
224 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
227
228 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
229
230 * subr.el (sit-for): Just sleep-for if noninteractive.
231
232 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
233
234 * emacs-lisp/autoload.el (make-autoload): Use new arg.
235
236 * custom.el (custom-autoload): Add `noset' argument.
237 (custom-push-theme): Don't autoload the variable, let callers do it.
238 (custom-theme-set-variables): Autoload the variable if necessary.
239
240 * cus-edit.el (custom-variable-state-set): If the variable was
241 originally set outside custom, but to the same value as the default,
242 consider it to be standard.
243
244 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
245 file *before* telling Emacs to add the autoloads, in case it fails.
246
247 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
248 Use `cond', push', and `dolist'.
249
250 2006-07-17 Richard Stallman <rms@gnu.org>
251
252 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
253 Add defvars to silence warnings.
254
255 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
256
257 * progmodes/compile.el (compilation-mode-font-lock-keywords):
258 Don't highlight "Compiling file" messages as error.
259
260 * dired-aux.el (dired-compress-file): Confirm again if gzipped
261 file already exists.
262
263 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
264
265 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
266 entry, don't assign to free var; simply return the extracted filename.
267 (ff-treat-as-special): Incorporate common preamble from callers.
268 (ff-other-file-name, ff-find-the-other-file):
269 Update call to ff-treat-as-special.
270
271 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
272
273 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
274
275 * tumme.el (tumme-get-comment): Fix bug.
276
277 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * files.el: Remove spurious * in docstrings.
280
281 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
282
283 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
284 grammar.
285 (allout-beginning-of-current-line): Beware beginning of buffer.
286 Also, a comment is simplified.
287 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
288 when appropriate. (This fix enables use for other than
289 bullet-hotspot operation.)
290 (allout-hide-current-subtree): While escalating to sibling-close,
291 make sure to situate on a topic.
292
293 2006-07-14 Kim F. Storm <storm@cua.dk>
294
295 * emulation/cua-base.el (cua-delete-selection)
296 (cua-toggle-set-mark): New defcustoms.
297 (cua-rectangle-modifier-key): Add `alt' modifier.
298 (cua-replace-region): Don't delete if cua-delete-selection is nil.
299 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
300 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
301
302 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
303
304 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
305
306 * allout.el: Require 'cl during byte-compilation/interactive load,
307 for the `assert' macro.
308 (allout-mode-deactivate-hook): New hook, run when allout mode
309 deactivates.
310 (allout-developer): New allout customization subgroup.
311 (allout-run-unit-tests-on-load): New allout-developer
312 customization variable, when true allout unit tests are run towards
313 end of file load/eval.
314 (allout-inhibit-auto-fill): Disable auto-fill activity even during
315 auto-fill-mode.
316 (allout-resumptions): Remove, to be replaced by...
317 (allout-add-resumptions): Register variable settings to be
318 reinstated by `allout-do-resumptions'. The settings are made
319 buffer-local, but the locality/globality of the suspended setting
320 is restored on resumption.
321 (allout-do-resumptions): Reinstate all settings suspended using
322 `allout-add-resumptions'.
323 (allout-test-resumptions): Unit tests (and intermediate variables)
324 for resumptions.
325 (allout-tests-globally-unbound, allout-tests-globally-true)
326 (allout-tests-locally-true): Intermediate variables for
327 resumptions unit tests.
328 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
329 (allout-exposure-category): Replaces 'allout-overlay-category variable.
330 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
331 instead of retired `allout-resumptions'. For hook functions, use
332 `local' parameter so hook settings are created and removed as
333 buffer-local settings. Revise (resumptions) setting
334 auto-fill-function so it is set only if already active. (The
335 related fill-function settings are all made in either case, so
336 that activating auto-fill-mode activity will have the custom
337 allout-mode behaviors (hanging indent on topics, if configured for it).
338 Remove all allout-exposure-category overlays on mode deactivation.
339 (allout-hotspot-key-handler): New function extracted from
340 `allout-pre-command-business', so the functionality can be used
341 for other purposes, eg as a binding in an overlay.
342 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
343 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
344 customization variable.
345 (allout-run-unit-tests): Run the (currently quite small)
346 repertoire of unit tests. Called just before the provide iff user
347 has customized `allout-run-unit-tests-on-load' non-nil.
348
349 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
350
351 * emacs-lisp/authors.el (authors-aliases): Update.
352
353 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
354
355 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
356 gdb-source-window. Add dedicated argument.
357 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
358 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
359 (gdb-display-threads-buffer, gdb-display-memory-buffer)
360 (gdb-display-locals-buffer): Use it.
361
362 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
363 Set gdb-source-window.
364
365 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
368 minor modes, redundant with the custom-autoload line above.
369
370 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
371
372 * longlines.el (longlines-post-command-function): Handle open-line too.
373
374 2006-07-12 Richard Stallman <rms@gnu.org>
375
376 * progmodes/grep.el (grep-last-buffer): Doc fix.
377
378 * info.el (Info-try-follow-nearest-node): Doc fix.
379
380 * emacs-lisp/edebug.el (edebug-instrument-function):
381 Err if find-function-noselect gives no position.
382
383 * emacs-lisp/find-func.el (find-function-search-for-symbol):
384 If can't find definition, return nil for position.
385 (find-function-do-it): Handle new return value
386 of find-definition-noselect.
387 (find-definition-noselect, find-variable-noselect): Doc fix.
388 (find-function-noselect): Doc fix.
389
390 * help-mode.el (help-variable-def): Handle find-variable-noselect
391 returning no position.
392 (help-function-def): Likewise for find-function-search-for-symbol.
393 (help-face-def): Likewise.
394
395 * help-fns.el (describe-variable): Handle find-variable-noselect
396 returning no position.
397
398 * files.el (locate-file-completion): Avoid duplicates in result.
399
400 * cus-edit.el (custom-no-edit): New command.
401 (custom-mode-map): Remap to custom-no-edit instead of
402 using suppress-keymap.
403
404 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
405
406 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
407 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
408 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
409
410 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
411
412 2006-07-11 Kim F. Storm <storm@cua.dk>
413
414 * ido.el (ido-copy-current-file-name): Use buffer-name if
415 buffer-file-name is nil.
416
417 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
418
419 * simple.el (undo-ask-before-discard): Set to nil.
420
421 * vc.el (vc-exec-after): Don't delete process manually.
422 (vc-print-log): Run log-view-mode in process sentinel inside
423 inhibit-read-only. Don't shrink window due to timing issues.
424
425 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
426 Avoid using with-output-to-temp-buffer, which clobbers local vars.
427
428 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * progmodes/compile.el (compilation-error-regexp-alist-alist):
431 Fix ambiguity introduced by last change.
432 (compilation-find-file): Move save-excursion to where it may
433 make sense. Fix a left over `find-file'.
434
435 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
436
437 * textmodes/texinfmt.el (texinfo-format-separate-node):
438 Insert a string before point, which fits documentation, not after.
439 (texinfo-multitable-item): In a multitable row, insert any
440 additional needed @tabs and spaces.
441
442 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
443
444 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
445 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
446 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
447 instead of shell-command.
448 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
449 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
450 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
451 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
452 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
453 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
454
455 2006-07-11 Kim F. Storm <storm@cua.dk>
456
457 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
458 Remove special case for seconds < 0. Use (redisplay t) instead.
459
460 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
461
462 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
463 compilation error.
464
465 * subr.el (sit-for): New function.
466
467 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
468
469 2006-07-10 Richard Stallman <rms@gnu.org>
470
471 * ldefs-boot.el (edebug): Update page.
472
473 2006-07-10 Kim F. Storm <storm@cua.dk>
474
475 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
476 to FOR-RELEASE and TODO.
477
478 2006-07-10 Romain Francoise <romain@orebokech.com>
479
480 * emacs-lisp/authors.el (authors-aliases): Update.
481
482 2006-07-10 Alan Mackenzie <acm@muc.de>
483
484 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
485 * cc-mode.el: Changes to eradicate eval-after-load.
486
487 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
488
489 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
490 on non-char events.
491
492 2006-07-09 Romain Francoise <romain@orebokech.com>
493
494 * progmodes/compile.el (compilation-mode-font-lock-keywords):
495 Don't highlight start/end markers as compilation messages.
496
497 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
498 to t.
499
500 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
503
504 2006-07-08 Richard Stallman <rms@gnu.org>
505
506 * term/x-win.el (x-handle-display): Add doc string.
507
508 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
509
510 * subr.el (def-edebug-spec): Move here.
511 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
512
513 * imenu.el (imenu-choose-buffer-index): Doc fix.
514
515 2006-07-08 Romain Francoise <romain@orebokech.com>
516
517 * term/x-win.el (x-display-name): Fix typo.
518
519 2006-07-08 Eli Zaretskii <eliz@gnu.org>
520
521 * hexl.el (hexl-find-file): Doc fix.
522
523 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
524
525 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
526
527 * term/x-win.el (x-display-name): Doc fix.
528
529 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
532 long prefixes.
533 (fill-region-as-paragraph): Don't round up to a whole line.
534 (fill-comment-paragraph): Don't include the code-before-the-comment
535 when calling fill-region-as-paragraph.
536
537 * international/mule.el (make-char): Remove redundancy.
538
539 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
540 property may contain an anonymous function rather than a symbol.
541
542 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
543
544 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
545 Use shy regexp. Fix incorrect backref to potentially unmatched group.
546
547 * dirtrack.el (dirtrack-default-directory-function): Remove.
548 (dirtrack-directory-function): Use file-name-as-directory.
549 (dirtrack-windows-directory-function): Simplify.
550 (dirtrack-forward-slash, dirtrack-backward-slash)
551 (dirtrack-replace-slash): Remove.
552 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
553 (dirtrack): Fix wrong parenthesizing; use match-string.
554
555 * progmodes/octave-inf.el: Remove spurious * in docstrings.
556 (inferior-octave-mode): Only change the buffer-local value of
557 comint-dynamic-complete-functions.
558 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
559 Move the initialization to the declaration.
560 (inferior-octave-complete): Remove unused var `filter'.
561
562 * shell.el (shell-mode): Only change the buffer-local value of
563 comint-dynamic-complete-functions.
564
565 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
566
567 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
568 entry is skipped because it has been scheduled.
569 (org-prepare-agenda-buffers): Don't mark buffers as modified when
570 changing `:org-archived' and `:org-comment' properties.
571
572 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
573
574 * server.el (server-select-display): Don't make the temp frame
575 minibuffer-only, in case it's not a temp frame.
576 (server-process-filter): Don't delete the temp frame if it's the
577 only one we have on that display.
578
579 * files.el (find-alternate-file): Doc fix.
580
581 2006-07-05 Richard Stallman <rms@gnu.org>
582
583 * files.el (abbreviate-file-name): Add save-match-data.
584
585 2006-07-03 Richard Stallman <rms@gnu.org>
586
587 * faces.el (read-face-name): Doc fix.
588
589 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
590
591 * net/goto-addr.el (goto-address): Mark as safe for local evals.
592
593 2006-07-05 Andre Spiegel <spiegel@gnu.org>
594
595 * vc.el (vc-diff-internal): Fix prev change.
596
597 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
598
599 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
600 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
601
602 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
605 fails if the symbol contains chars like ( or '.
606 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
607 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
608 `short'.
609
610 2006-07-04 Kenichi Handa <handa@m17n.org>
611
612 * international/mule-cmds.el (set-language-info): If LANG-ENV is
613 the current one, don't call set-language-environment, but call one
614 of set-language-environment-XXX to make INFO effective now.
615 (set-language-environment): Call set-language-environment-XXX
616 functions instead of doing the various setups directly.
617 (set-language-environment-coding-systems): Delete argument eol-type.
618 (set-language-environment-input-method)
619 (set-language-environment-nonascii-translation)
620 (set-language-environment-charset)
621 (set-language-environment-fontset)
622 (set-language-environment-unibyte): New functions.
623
624 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
625
626 * locate.el (locate-update-when-revert): New option.
627 (locate-update-path): New option (suggested by Michael Albinus).
628 (locate-prompt-for-command): Whitespace change.
629 (locate-update): No longer offer to update the locate database by
630 default. Implement the two new options.
631
632 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
633
634 * tooltip.el: Move comment about track-mouse...
635
636 * progmodes/gud.el: ...to here.
637
638 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
639
640 * facemenu.el (facemenu-listed-faces): New var.
641 (facemenu-unlisted-faces): Variable deleted.
642 (facemenu-add-new-face): Use facemenu-listed-faces.
643
644 * emulation/viper-init.el, calendar/calendar.el:
645 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
646
647 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
648
649 * textmodes/org.el (org-mode): Remove no invalid settings for
650 calc embedded mode.
651 (org-mode-p): New defsubst.
652 (org-save-all-org-buffers): New function.
653 (org-first-headline-recenter): Enclose outline-regexp in group
654 delimiters.
655 (org-set-tags): Keep single space after stars.
656
657 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * window.el (set-window-text-height): Only set window-min-height to
660 1 if that's the requested size.
661
662 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
663 (diff-unified->context, diff-context->unified)
664 (diff-reverse-direction): Make sure the end marker stays at the end.
665 (diff-mode): Add the keymap table at the end of docstring.
666 Use lexical-let rather than constructing a closure manually.
667
668 * files.el (find-file-noselect-1): Remove unused var assignment.
669 (hack-local-variables-confirm): Print lists of strings as lists of
670 strings rather than lists of symbols.
671 (abbreviate-file-name, hack-local-variables-prop-line):
672 Use match-string.
673 (hack-one-local-variable): Move `make-local-variable' nearer its use.
674 (recover-session-finish): Use line-end-position.
675
676 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
677
678 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
679
680 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
681
682 * progmodes/make-mode.el (makefile-macroassign-regex):
683 Accept preceding keyword.
684 (makefile-gmake-statements): Reorganize, now that makepp has
685 "override" and also handle forgotten "override define".
686 (makefile-makepp-statements): Add new "global", "override export"
687 and "override global".
688
689 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
690
691 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
692 (ada-compile-mouse-goto-error, ada-deactivate-properties)
693 (ada-no-auto-case): Fix typos in docstrings.
694
695 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
696
697 * info.el (Info-find-node-2): Search for makeinfo version more
698 carefully.
699
700 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
701
702 * textmodes/org.el (org-prepare-agenda-buffers):
703 Use `invisible-OK' argument for `org-end-of-subtree'.
704 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
705 (org-beginning-of-item): Fix bug in regular expression for white line.
706 (org-export-as-html): Enforce space after bullet in plain list items.
707 (org-set-autofill-regexps): Require space after plain list bullet
708 for paragraph-start.
709 (org-ts-regexp3): New constant.
710 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
711 (org-timestamp-up-day, org-timestamp-down-day)
712 (org-timestamp-change): Work with inactive timestamps.
713 (org-ts-regexp1): Don't allow brackets in time stamps.
714
715 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
716
717 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
718 for ignoring links.
719
720 * faces.el (read-face-name): Use it.
721
722 2006-06-28 Juri Linkov <juri@jurta.org>
723
724 * buff-menu.el (list-buffers-noselect): Compare Info file
725 with the string "dir" to detect Info directory.
726
727 * complete.el (partial-completion-mode): In lambda for
728 `choose-completion-string-functions' use full function signature
729 with 4 args, and move point to the end of the minibuffer only if arg
730 `mini-p' is non-nil.
731
732 2006-06-28 John Paul Wallington <jpw@pobox.com>
733
734 * ibuffer.el (ibuffer-mode): Doc fix.
735
736 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
737
738 * textmodes/org.el (org-context): New contexts :item-bullet,
739 :latex-fragment, :latex-preview.
740 (org-overlays-at, org-overlay-start, org-overlay-end):
741 New compatibility functions.
742 (org-inside-LaTeX-fragment-p): More accurate matching, using the
743 exact regexp that will be used during export.
744 (org-latex-regexps): New variable.
745 (org-cdlatex-mode): Improve advice for `texmathp'.
746 (turn-on-org-cdlatex): New function.
747
748 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
749
750 * term/mac-win.el (mac-handle-font-selection): Change keys of
751 mac-atsu-font-table from strings to numbers.
752 (mac-ts-caret-position): Use also when cursor-type is nil.
753 (mac-ts-update-active-input-area): Add Mac OS Classic support.
754 Relax condition for using overlay strings.
755 Use mac-ts-caret-position face when cursor-type is nil.
756
757 2006-06-26 Kim F. Storm <storm@cua.dk>
758
759 * help.el (view-emacs-news): Declare `res' in the right let* form.
760
761 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
762
763 * net/rcompile.el (remote-compile): Replace ange-ftp based
764 implementation by Tramp functions.
765 Suggested by Marc Abramowitz <msabramo@gmail.com>.
766
767 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
768
769 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
770
771 * international/fontset.el (setup-default-fontset): Fix a typo in
772 the "Oriya-Akruti" registry name.
773
774 2006-06-23 Lars Hansen <larsh@soem.dk>
775
776 * desktop.el (desktop-full-file-name): New function.
777 (desktop-kill, desktop-save, desktop-remove, desktop-read)
778 (desktop-revert): Use it.
779 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
780 (desktop-after-read-hook): Add option list-buffers.
781 (desktop-locals-to-save): Add tab-width.
782 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
783 Fix docstring.
784
785 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
786
787 * textmodes/org.el (org-cdlatex-mode-map)
788 (org-cdlatex-texmathp-advice-is-done): New variables.
789 (org-cdlatex-mode): New minor mode.
790 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
791 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
792 (org-export-with-archived-trees): New option.
793 (org-open-file): Remove the call to `convert-standard-filename'.
794 (org-archive-tag, org-agenda-skip-archived-trees)
795 (org-cycle-open-archived-trees)
796 (org-sparse-tree-open-archived-trees): New options.
797 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
798 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
799 New functions.
800 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
801 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
802 (org-mode-map): Add binding for `org-toggle-archive-tag'.
803 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
804 Call `org-prepare-agenda-buffers'.
805 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
806 (org-file-apps, org-file-apps-defaults-gnu)
807 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
808 Handle remote files by forcing them to be opened in Emacs.
809
810 2006-06-23 Andre Spiegel <spiegel@gnu.org>
811
812 * vc.el (vc-diff-knows-L): New variable.
813 (vc-diff-internal): Use it to handle "diff" programs that don't
814 understand -L. This works automatically, no user action is necessary.
815
816 2006-06-23 Daniel Brockman <daniel@brockman.se>
817
818 * net/rcirc.el (rcirc-default-user-full-name): Default to
819 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
820 longer exists).
821 (rcirc-process-list): Check `buffer-live-p' before attempting to
822 switch to a buffer.
823
824 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
825
826 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
827 based on rcirc-coding-system-alist.
828
829 2006-06-23 Martin Rudalics <rudalics@gmx.at>
830
831 * cus-edit.el (customize-apropos): A better error message.
832 (top level) <debug-ignored-errors>: Extend and update the list of
833 ignored error messages.
834
835 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
836
837 * complete.el (PC-do-completion): Retain capitalization of user
838 input, when possible, even if completion-ignore-case is set.
839
840 2006-06-23 Eli Zaretskii <eliz@gnu.org>
841
842 * generic-x.el (bat-generic-mode): Support .cmd files.
843
844 * dos-w32.el (top level): Use find-file-not-found-functions
845 instead of the obsolete find-file-not-found-hooks.
846
847 2006-06-22 Kim F. Storm <storm@cua.dk>
848
849 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
850 to recognize mode name containing submodes, such as Grep/lw.
851
852 2006-06-21 Kim F. Storm <storm@cua.dk>
853
854 * simple.el (line-move-1): Check for move-end-of-line instead of
855 end-of-line when setting temporary-goal-column.
856
857 2006-06-21 Miles Bader <miles@gnu.org>
858
859 * play/cookie1.el (cookie): Work properly when there's only one entry.
860
861 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
862
863 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
864 (gdb-frame-handler): Generalize frame regexp for templates.
865
866 2006-06-20 Glenn Morris <rgm@gnu.org>
867
868 * calendar/appt.el (appt-display-format): Default value must be
869 one of the customize options.
870
871 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
872
873 * term/xterm.el (terminal-init-xterm): Update key availability info.
874 Bind C-return.
875
876 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
877
878 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
879
880 * files.el (hack-local-variables): Run `hack-local-variables-hook'
881 whether or not a local variables list is defined.
882
883 * msb.el (msb): Move `sit-for' hack here to handle both
884 "mouse-down and drag" and "mouse-up and select" situations.
885 (mouse-select-buffer): Move `sit-for' hack to `msb'.
886
887 2006-06-20 Kenichi Handa <handa@m17n.org>
888
889 * international/characters.el (word-combining-categories):
890 Add entries for 2-byte Han characters.
891
892 2006-06-19 Richard Stallman <rms@gnu.org>
893
894 * bindings.el (mode-line-format): Save some mode line space.
895
896 * files.el (find-file-noselect): Improve the question wording.
897 (basic-save-buffer-2): Mask UMASK against 666.
898
899 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
900 (mouse-drag-vertical-line): Call it.
901
902 * cus-edit.el (customize-option, customize-option-other-window):
903 Error if SYMBOL is nil.
904
905 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
906
907 * textmodes/org.el: Require noutline, also on XEmacs.
908 (org-end-of-subtree): Return point.
909 (org-dblock-start-re, org-dblock-end-re): New constants.
910 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
911 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
912 (org-update-all-dblocks, org-find-dblock): New functions.
913 (org-collect-clock-time-entries): New function.
914 (org-html-handle-time-stamps): Never export CLOCK timeranges.
915 (org-fixup-indentation): Modify to deal correctly with lines
916 starting with TAB. Only one argument DIFF now.
917 (org-demote, org-promote): Call `org-fixup-indentation' with just
918 one argument, DIFF.
919 (org-mode): Don't mark buffer as modified when aligning tables.
920 (org-clock-sum): Don't mark buffer modified when adding time sum
921 properties.
922 (org-export-as-html): Add support for a link validation function.
923 (org-archive-all-done): New function.
924 (org-archive-subtree): New prefix argument. When set, archive all
925 done subtrees in this buffer.
926 (org-remove-clock-overlays)
927 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
928 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
929 (org-put-clock-overlay): Don't swallow last headline character
930 when displaying overlay.
931 (org-store-link): Link to `image-mode' with just the file name.
932
933 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
934
935 * viper-cmd.el (viper-special-read-and-insert-char):
936 Use read-key-sequence.
937 (viper-after-change-undo-hook): Misc enhancements.
938 (viper-after-change-undo-hook): New hook.
939 (viper-undo): Use viper-after-change-undo-hook.
940 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
941 (viper-next-line-at-bol): If point is on a widget or a button, simulate
942 clicking on that widget/button.
943
944 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
945
946 * ediff-diff (ediff-test-patch-utility): Catch errors.
947 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
948 (ediff-set-actual-diff-options): New function.
949 (ediff-reset-diff-options, ediff-toggle-ignore-case):
950 Use ediff-set-actual-diff-options.
951 (ediff-extract-diffs): Catch errors.
952 (ediff-whitespace): Add non-breakable space.
953 (ediff-same-file-contents): Catch errors.
954
955 * ediff-mult.el (ediff-collect-custom-diffs):
956 Save coding-system-for-read.
957
958 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
959 (ediff-vc-internal, ediff-vc-merge-internal):
960 Use ediff-delete-version-file.
961 (ediff-delete-version-file): New function.
962
963 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
964
965 * ediff.el (ediff-directories, ediff-directory-revisions)
966 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
967 (ediff-directories-internal, ediff-merge-directory-revisions)
968 (ediff-merge-directory-revisions-with-ancestor)
969 (ediff-directories3): Use read-directory-name.
970
971 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
972
973 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
974 Remove superfluous part of regexp for brace matching which is handled
975 by `scan-lists' call.
976
977 2006-06-16 Richard Stallman <rms@gnu.org>
978
979 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
980
981 * files.el (basic-save-buffer-2): For a new precious file,
982 use the default modes in the return value.
983
984 * facemenu.el (facemenu-color-alist): Doc fix.
985
986 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
987
988 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
989
990 * cus-start.el (all): Add mac-ts-script-language-on-focus.
991
992 * term/mac-win.el (mac-text-encoding-ascii): New constant.
993 (mac-utxt-to-string): Use it.
994 (mac-ts-update-active-input-area): Use mac-ae-number.
995
996 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
997
998 * term.el (term-handle-scroll, term-delete-lines)
999 (term-insert-lines): Fix off by one errors.
1000
1001 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1002
1003 * net/tramp.el (tramp-touch): Use UTC to express time.
1004
1005 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * mail/sendmail.el (mail-send): Search explicitly for
1008 mail-header-separator when checking for corrupted header lines.
1009
1010 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1011
1012 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1013 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1014 (gdb-init-1): Initialise them.
1015 (gdb-starting): Reset gdb-printing
1016 (gdb-starting): Save value of gud-overlay-arrow-position.
1017 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1018 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1019 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1020 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1021
1022 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1025
1026 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1027
1028 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1029 (ldap-search-internal): Keep error messages, and a regexp fix.
1030
1031 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1032
1033 * files.el (hack-local-variables-confirm):
1034 Display string value using its printed representation.
1035
1036 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * server.el (server-edit): No-op if no server buffers exist.
1039
1040 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1041
1042 * textmodes/page-ext.el (pages-directory-for-addresses):
1043 Including `pages-directory-address-mode' in the function results
1044 in the message "Buffer in which pages were found is deleted".
1045
1046 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1047
1048 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1049 clocking functions.
1050
1051 (org-agenda-clock-in, org-check-running-clock)
1052 (org-clock-out-if-current, org-remove-clock-overlays)
1053 (org-put-clock-overlay): New functions.
1054 (org-clock-marker, org-clock-file-total-minutes)
1055 (org-clock-overlays): New variables.
1056 (org-clock-display, org-clock-sum, org-clock-cancel)
1057 (org-clock-out, org-clock-in): New commands.
1058 (org-export): New function.
1059 (org-emph-re): New constant.
1060 (org-set-emph-re, org-do-emphasis-faces): New functions.
1061 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1062 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1063 (org-export-html-convert-emphasize): Use the configurable emphasis.
1064 (org-cleaned-string-for-export): Make multiline emphasis visible
1065 to the exporter. New optional argument PARAMETERS.
1066 (org-export-as-html): Specify :emph-multiline parameter to
1067 `org-cleaned-string-for-export'.
1068
1069 2006-06-10 Richard Stallman <rms@gnu.org>
1070
1071 * help.el (help-for-help-internal): Clean up help text.
1072
1073 2006-06-10 Andreas Schwab <schwab@suse.de>
1074
1075 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1076 in doc string.
1077
1078 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1079
1080 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1081
1082 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1083 spaces after the comment start.
1084
1085 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1086
1087 * play/pong.el (pong-init-buffer):
1088 Fill buffer with spaces instead of ^A.
1089
1090 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1091 launched asynchronously, delete its process instead of being cool.
1092 (ispell-async-processp): Check for `delete-process' existence
1093 instead of `kill-process' one for consistency.
1094
1095 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1096
1097 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1098 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1099 in mode line at startup.
1100
1101 2006-06-08 Kim F. Storm <storm@cua.dk>
1102
1103 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1104 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1105 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1106 (ido-file-internal): Pass full file name to write-file.
1107 (ido-read-internal): Only pop stack elements automatically if they
1108 actually match an existing directory or file name.
1109
1110 2006-06-07 Kenichi Handa <handa@m17n.org>
1111
1112 * international/mule.el (find-auto-coding): Don't handle the short
1113 name `char-trans'.
1114
1115 * files.el (hack-local-variables-prop-line)
1116 (hack-local-variables): Cancel the previous change.
1117
1118 2006-06-06 Jesper Harder <harder@phys.au.dk>
1119
1120 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1121
1122 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1125 diff-default-read-only is non-nil.
1126 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1127 (diff-refine-hunk): Set inhibit-read-only to t.
1128
1129 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1130 modifying the *Diff* buffer.
1131 (diff-process-filter): New filter function for diff process that
1132 sets inhibit-read-only to t when modifying the *Diff* buffer.
1133
1134 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1135
1136 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1137 insertion point and control the number of empty lines.
1138 (org-paste-subtree): Limit the number of empty lines at the end of
1139 the inserted tree.
1140 (org-agenda): Use buffer name of current file for narrowing.
1141 (org-export-as-xml): Command removed.
1142 (org-export-xml-type): Option removed.
1143 (org-mode-map): Call `org-export-as-xoxo' directly.
1144 (org-get-indentation): New optional argument LINE.
1145 (org-fix-indentation, org-remove-tabs): New functions.
1146 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1147 correct indentation for headlines that are converted it items.
1148 (org-skip-comments): Remove table lines that contain narrowing
1149 cookies but no other non-empty fields.
1150 (org-set-tags): Allow groups of mutually exclusive tags.
1151 (org-cmp-time): Sort 24:21 before items without time.
1152 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1153 (org-open-at-point): Require double colon also for numbers.
1154
1155 2006-06-06 Kim F. Storm <storm@cua.dk>
1156
1157 * ido.el (ido-default-file-method, ido-default-buffer-method):
1158 Make choice values consistent with corresponding command names.
1159 (ido-visit-buffer): Update accordingly. Default to selected-window.
1160
1161 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1162
1163 * progmodes/gud.el (gud-running): Fix doc string.
1164 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1165 (gud-tooltip-modes): Add python-mode.
1166 (gud-tooltip-print-command): Add pdb. Remove perldb.
1167
1168 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1169
1170 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1171 Quote $(EMACS).
1172
1173 2006-06-05 Richard Stallman <rms@gnu.org>
1174
1175 * faces.el (defined-colors): Doc fix.
1176
1177 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1178
1179 * vc.el (vc-process-filter): Inhibit undo info collection around
1180 call to insert.
1181 (vc-setup-buffer): Likewise for call to erase-buffer.
1182 (vc-do-command): Likewise for call to process-file.
1183
1184 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1185
1186 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1187 for gud-go.
1188 (gud-common-init): Other debuggers may trigger error.
1189
1190 2006-06-05 Kenichi Handa <handa@m17n.org>
1191
1192 * international/mule.el (find-auto-coding):
1193 Handle enable-character-translation in file header.
1194
1195 2006-06-04 Kim F. Storm <storm@cua.dk>
1196
1197 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1198 (authors-fixed-entries): Fix spelling.
1199 (authors-canonical-file-name): Don't report error for wildcards.
1200
1201 * help.el (view-emacs-news): Rewrite to support new NEWS,
1202 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1203 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1204 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1205
1206 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1207
1208 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1209 exec constructs like `foo bar`.
1210 (sh-quoted-subshell): New helper function to search for a possibly
1211 nested subshell (like `` or $()) within a "" quoted string.
1212 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1213 (sh-apply-quoted-subshell): Flag quote characters inside a
1214 subshell, which is itself already in a quoted region, as
1215 punctuation, since this is the closest to what they actually are.
1216 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1217 sh-apply-quoted-subshell.
1218 (sh-font-lock-syntactic-face-function): Apply the new face for
1219 text inside `` instead of the old font-lock-string-face.
1220
1221 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1222
1223 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1224 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1225 (mac-bytes-to-text-range, mac-ae-text-range-array)
1226 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1227 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1228 (mac-ts-unicode-for-key-event): New functions.
1229 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1230 (mac-handle-font-selection): Use mac-ae-number.
1231 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1232 New variables.
1233 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1234 (mac-ts-converted-text, mac-ts-selected-converted-text)
1235 (mac-ts-block-fill-text, mac-ts-outline-text)
1236 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1237 (mac-ts-hilite-style-faces): New constant.
1238 (mac-apple-event-map): Bind text input events.
1239 (mac-dispatch-apple-event): Use command-execute instead of
1240 call-interactively.
1241 (global-map): Don't bind mac-apple-event.
1242 (special-event-map): Bind mac-apple-event.
1243
1244 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1245
1246 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1247 file name.
1248 (emacs): Enclose the value of $(EMACS) in quotes.
1249
1250 2006-06-02 Juri Linkov <juri@jurta.org>
1251
1252 * international/mule.el (sgml-html-meta-auto-coding-function):
1253 Remove the condition `(search-forward "<html" size t)'.
1254 Replace `\"' with `[\"']?' in `re-search-forward'.
1255
1256 2006-06-02 Kenichi Handa <handa@m17n.org>
1257
1258 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1259 as well as `coding'.
1260 (hack-local-variables): Likewise.
1261
1262 * international/mule.el (enable-character-translation):
1263 Put permanent-local and safe-local-variable properties.
1264 (find-auto-coding): Handle char-trans: tag.
1265
1266 2006-06-02 Juri Linkov <juri@jurta.org>
1267
1268 * international/mule.el (sgml-html-meta-auto-coding-function):
1269 Limit the search by the end of the HTML header (if any).
1270
1271 2006-06-01 Richard Stallman <rms@gnu.org>
1272
1273 * subr.el (with-current-buffer): Doc fix.
1274
1275 2006-06-02 Masatake YAMATO <jet@gyve.org>
1276
1277 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1278 Almost rewrite. Underlines over all lines of gcov output are too
1279 uncomfortable to read. Suggested by Dan Nicolaescu.
1280
1281 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1282
1283 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1284
1285 * shell.el (shell-mode): Use shell-mode-map in docstring.
1286
1287 * comint.el (comint-send-input): Do not add help-echo and
1288 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1289
1290 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1291
1292 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1293
1294 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1295
1296 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1297 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1298 look up the stack and pop up GUD buffer if necessary.
1299 (gdb-frames-select): Remove redundant call to gud-display-frame.
1300 (gdb-info-threads-custom): Keep point at start of buffer.
1301 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1302
1303 2006-05-31 Juri Linkov <juri@jurta.org>
1304
1305 * replace.el (query-replace-read-from, query-replace-read-to):
1306 Bind `history-add-new-input' to nil. Call `add-to-history'.
1307
1308 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1309
1310 * textmodes/table.el: Convert all HTML tags to lower case for
1311 XHTML compatibility.
1312
1313 2006-05-31 Masatake YAMATO <jet@gyve.org>
1314
1315 * progmodes/compile.el:
1316 (compilation-error-regexp-alist-alist::gcov-called-line):
1317 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1318
1319 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1320
1321 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1322 Revert inadvertent changes made with last commit.
1323
1324 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1325
1326 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1327 New functions.
1328
1329 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1330
1331 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1332
1333 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1334 only matches in the right place.
1335 (org-upcoming-deadline): New face.
1336 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1337 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1338 and make it an option.
1339 (org-export-ascii-bullets): New option.
1340 (org-export-as-html): Many changes to emit valid XHTML.
1341 (org-par-open): New variable.
1342 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1343 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1344 (org-timeline): Pass `org-timeline-show-empty-dates' to
1345 `org-get-all-dates'. Interpret empty dates returned by
1346 `org-get-all-dates'.
1347 (org-get-all-dates): New argument EMPTY. Add dates without
1348 entries to the list, mark large ranges of empty dates.
1349 (org-point-in-group, org-context): New functions.
1350
1351 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1352
1353 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1354
1355 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1356 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1357 to C-mouse-3 (for 2 button mice).
1358 (gdb-send): Do the right thing for C-d.
1359
1360 * speedbar.el (speedbar-detach): Delete.
1361 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1362 it breaks things.
1363 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1364
1365 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1366
1367 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1368 Makeppfile.
1369
1370 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1371 Add makepp diagnostic.
1372
1373 2006-05-29 Richard Stallman <rms@gnu.org>
1374
1375 * window.el (fit-window-to-buffer): Doc fix.
1376
1377 * help.el (temp-buffer-max-height): Doc fix.
1378
1379 * subr.el (with-current-buffer): Doc fix.
1380
1381 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1382
1383 * term/x-win.el: Bind F10 to menu-bar-start if available.
1384
1385 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1386
1387 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1388 uses with a simple test.
1389 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1390 (term-send-raw-string, term-send-raw, term-mouse-paste)
1391 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1392 (term-handle-exit, term-read-input-ring)
1393 (term-previous-matching-input-string)
1394 (term-previous-matching-input-string-position)
1395 (term-previous-matching-input-from-input)
1396 (term-replace-by-expanded-history, term-send-input)
1397 (term-skip-prompt, term-bol, term-send-invisible)
1398 (term-kill-input, term-delchar-or-maybe-eof)
1399 (term-backward-matching-input, term-check-source)
1400 (term-proc-query, term-emulate-terminal)
1401 (term-handle-colors-array, term-process-pager, term-pager-line)
1402 (term-pager-bob, term-unwrap-line, term-word)
1403 (term-dynamic-complete-filename)
1404 (term-dynamic-complete-as-filename)
1405 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1406 unlesses.
1407
1408 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1411 during bootstrapping.
1412
1413 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1414 Basically undo the change of 2006-05-26: use extra arguments instead of
1415 dynamic scoping.
1416 (ewoc-locate): Remove unused var `footer'.
1417
1418 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1421
1422 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1423 (generate-file-autoloads): Obey it. Return whether autoloads were
1424 added at point or not.
1425 (update-file-autoloads): Use this new return value.
1426 Remove redundant test for the presence of an autoload cookie.
1427
1428 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1429 This one calls hack-local-variables.
1430 (generate-file-autoloads, update-file-autoloads): Use it.
1431
1432 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1433 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1434 (bibtex-sort-entry-class-alist): Don't set the global value.
1435 (bibtex-init-sort-entry-class-alist): New fun.
1436 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1437 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1438 of bibtex-init-sort-entry-class.
1439
1440 2006-05-28 Richard Stallman <rms@gnu.org>
1441
1442 * subr.el (load-history-regexp): If FILE is relative, insist
1443 entire last name component must match it.
1444 (load-history-filename-element, load-history-regexp): Doc fixes.
1445
1446 2006-05-29 Kim F. Storm <storm@cua.dk>
1447
1448 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1449 `pos' and `raw-data' for clarity, as eval forms may access these.
1450
1451 2006-05-28 Kim F. Storm <storm@cua.dk>
1452
1453 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1454
1455 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * progmodes/make-mode.el (makefile-browser-map)
1458 (makefile-mode-syntax-table): Move initialization inside declaration.
1459 (makefile-fill-paragraph): Use the default comment-filling code.
1460
1461 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * replace.el (query-replace-defaults): New variable.
1464 (query-replace-read-from): Use `query-replace-defaults' for
1465 default value, instead of history list.
1466 (query-replace-read-to): Update `query-replace-defaults'.
1467
1468 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1471 with no X toolkit.
1472
1473 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1474
1475 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1476 (tumme-show-all-from-dir): Add autoload.
1477
1478 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1479
1480 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1481 (tumme-remove-tag): Fix bug.
1482
1483 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1484
1485 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1486 FOOTER args. Update unique caller.
1487 (ewoc-delete): Compute last node once before looping.
1488 (ewoc--node-branch): Merge into unique caller.
1489 (ewoc--node): Don't define constructor make-ewoc--node for this
1490 structure.
1491 (ewoc): Add member `hf-pp' to this structure.
1492 (ewoc--wrap): New func.
1493 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1494 header/footer pretty-printers. Save header/footer pretty-printer.
1495 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1496
1497 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1498
1499 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1500
1501 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1502 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1503 Tag'. Change "Compare directories..." to "Change Directories...".
1504 Move tumme commands to Operate, Regexp and Immediate menus.
1505 Change "Add Comment" to "Add Image Comment". Change "Add Image
1506 Tag" to "Add Image Tags".
1507
1508 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1509 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1510 `tumme-delete-tag'.
1511
1512 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1513
1514 * shell.el (shell-mode): Call shell-dirtrack-mode after
1515 list-buffers-directory is made a local variable, to avoid setting
1516 the default value.
1517
1518 2006-05-26 Kevin Ryde <user42@zip.com.au>
1519
1520 * info.el (Info-index-next): Use where-is-internal to report
1521 actual binding of Info-index-next, rather than hard-coded `,'.
1522
1523 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1524
1525 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1526 and "Find Command in Manual" to here.
1527
1528 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1529 Info-current-file as the file name.
1530
1531 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1532
1533 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1534 overrides will now be done a different way.
1535 (ses-set-parameter): Reapply this function for undo.
1536 (ses-set-header-row): Reconstruct header row during undo.
1537 (ses-widen): New function.
1538 (ses-goto-data, ses-reconstruct-all): Use new function.
1539 (ses-command-hook): Widen buffer during undo, before unupdating
1540 the cells.
1541 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1542 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1543 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1544 formula hasn't been executed yet.
1545
1546 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1547
1548 * comint.el (comint-kill-whole-line): Rename arg to count.
1549 Fix doc string.
1550
1551 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1554 to copy-file.
1555
1556 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1557
1558 * simple.el (toggle-truncate-lines): Make arg optional for
1559 backward compatibility.
1560
1561 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1562
1563 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1564 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1565 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1566 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1567 (ewoc--adjust): Use ewoc--current-dll.
1568 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1569
1570 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1571
1572 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1573 compact error message.
1574 (org-tags-view): Refresh category table in each file.
1575 (org-table-justify-field-maybe): Remove superfluous arguments to
1576 `format'.
1577 (org-export-as-html): Insert "<p>" before postamble.
1578 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1579
1580 2006-05-26 Kenichi Handa <handa@m17n.org>
1581
1582 * textmodes/po.el (po-find-charset): Pay attention to the case
1583 FILENAME is a cons (NAME . BUFFER).
1584 (po-find-file-coding-system-guts): Likewise.
1585
1586 * arc-mode.el (archive-set-buffer-as-visiting-file):
1587 Call find-operation-coding-system with (FILENAME . BUFFER).
1588
1589 * tar-mode.el (tar-extract): Call find-operation-coding-system
1590 with (FILENAME . BUFFER).
1591
1592 * international/mule.el (decode-coding-inserted-region):
1593 Call find-operation-coding-system with (FILENAME . BUFFER).
1594
1595 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1596
1597 * image-mode.el (image-toggle-display): Use buffer contents to
1598 generate image for a remote file.
1599
1600 2006-05-25 Juri Linkov <juri@jurta.org>
1601
1602 * replace.el (query-replace-read-from, query-replace-read-to):
1603 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1604
1605 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1606
1607 * whitespace.el (whitespace-cleanup): Change to cleanup
1608 region if one is active.
1609 * whitespace.el (whitespace-cleanup-internal): New internal method.
1610
1611 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1612
1613 * dired.el (dired-mode-map): Add help-echo strings to tumme
1614 commands. Bind `tumme-dired-display-image' to C-t i.
1615
1616 * tumme.el (tumme-display-image): Change documentation string slightly.
1617 (tumme-dired-display-image): Add call to `display-buffer'.
1618
1619 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1620
1621 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1622 Signal error if RAW-DATA is a multibyte string.
1623
1624 2006-05-24 Richard Stallman <rms@gnu.org>
1625
1626 * subr.el (with-local-quit): When handling `quit' signal,
1627 make a chance for quit-flag to cause a quit.
1628
1629 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1630 (ad-disable-advice): Add autoloads.
1631
1632 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1633
1634 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1635
1636 * dired.el (dired-mode-map): Change menu items for tumme as per
1637 suggestions in emacs-devel.
1638
1639 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1640
1641 * dired.el (dired-mode-map): Fix breakage.
1642
1643 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1644
1645 * tumme.el (tumme-display-dired-image): Rename to...
1646 (tumme-dired-display-image): ...this.
1647 (tumme-track-movement): Change default value to t.
1648 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1649 used from `tumme-next-line-and-display' and similar commands.
1650
1651 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1652 Immediate menu. Add some tumme commands there.
1653
1654 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1655
1656 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1657
1658 2006-05-24 Chong Yidong <cyd@mit.edu>
1659
1660 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1661 menu entries that open submenus.
1662
1663 2006-05-24 Alan Mackenzie <acm@muc.de>
1664
1665 * startup.el (command-line): For names of preloaded files, don't
1666 append ".elc" (now done in Fload), and call file-truename on the
1667 lisp directory.
1668
1669 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1670 match ANY loaded file with the right name, not just those in
1671 load-path. Put a regexp matching the file name into
1672 after-load-alist, rather than the name itself.
1673
1674 * subr.el: New functions load-history-regexp,
1675 load-history-filename-element, do-after-load-evaluation.
1676
1677 * international/mule.el (load-with-code-conversion): Do the
1678 eval-after-load stuff by calling do-after-load-evaluation.
1679
1680 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1681
1682 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1683 has not been killed.
1684
1685 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1686
1687 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1688 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1689 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1690 Optionally set error message in reply.
1691
1692 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1693
1694 * textmodes/org.el (org-open-at-point): Use renamed variable
1695 `org-confirm-shell-link-function'.
1696 (org-confirm-shell-link-function): Rename from
1697 `org-confirm-shell-links'.
1698 (org-export-directory): New function.
1699 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1700 (org-export-icalendar): Use `org-export-directory'.
1701 (org-indent-item): Keep cursor position.
1702 (org-link-file-path-type): New option.
1703 (org-export-as-html): Fix bug with plain lists starting in
1704 column 0.
1705 (org-export-as-html): Remove deadline formatting, this happens
1706 now already in `org-html-handle-time-stamps'.
1707 (org-export-html-style): Deadline class removed.
1708 (org-insert-labeled-timestamps-at-point): New option.
1709 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1710 of `hide-sublevels 1', in case the first headline is not level 1.
1711 (org-overview, org-content): New fuction.
1712 (org-cycle-global-status, org-cycle-subtree-status): Make these
1713 variables buffer-local.
1714 (org-global-cycle): New command.
1715 (org-shifttab): Use `org-global-cycle'.
1716 (org-insert-heading, org-insert-item): Go to end of new
1717 headline/item after creating it.
1718 (org-export-visible): Rename from `org-export-copy-visible'.
1719 Now creates a temporary org-file and applies an exporting command
1720 to it.
1721 (org-table-eval-formula): Support for lisp forms.
1722 (org-agenda-todo-ignore-scheduled): New option.
1723 (org-agenda-get-todos): Use new option
1724 `org-agenda-todo-ignore-scheduled'.
1725 (org-export-html-inline-images): New value `maybe'.
1726 (org-export-as-html): Inlining of images dependent on link description.
1727 (org-archive-subtree): Check for end-of-buffer before trying
1728 `kill-line'.
1729 (org-agenda-follow-mode): New option.
1730 (org-export-with-tags, org-export-with-timestamps): New options.
1731 (org-html-handle-time-stamps): New function.
1732 (org-keyword-time-regexp): New variable.
1733 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1734 (org-agenda-todo-list-sublevels): New option.
1735 (org-html-level-start): When TITLE is nil, just close all levels.
1736 (org-parse-key-lines, org-parse-export-options): Remove functions,
1737 replaced by `org-infile-export-plist'.
1738 (org-combine-plists, org-infile-export-plist)
1739 (org-default-export-plist): New functions.
1740 (org-export-html-preamble, org-export-html-postamble)
1741 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1742 New variables.
1743 (org-export-publishing-directory): New option.
1744 (org-export-as-html, org-export-as-ascii): Use the new property
1745 lists for settings.
1746 (org-export-copy-visible, org-export-as-xoxo):
1747 Respect `org-export-publishing-directory'.
1748 (org-link-search, org-store-link, org-file-apps): Support for
1749 links to BibTeX database entries..
1750 (org-get-current-options, org-set-regexps-and-options):
1751 Implement logging as a startup option.
1752 (org-store-link): Make sure context string is never empty
1753 (org-insert-link): Use relative path when possible.
1754 (org-at-item-checklet-p): New function.
1755 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1756 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1757 (org-metaright, org-metaup, org-metadown, org-shiftup)
1758 (org-shiftdown, org-shiftright, org-shiftleft)
1759 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1760 Dispatch using `call-interactively'.
1761 (org-call-with-arg): New defsubst.
1762 (org-tag-alist, org-use-fast-tag-selection): New options.
1763 (org-complete): Use `org-tag-alist'.
1764 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1765 (org-next-item, org-previous-item): New commands.
1766 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1767 make command.
1768 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1769
1770 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1771
1772 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1773 (ewoc-filter): Use `ewoc-delete'.
1774
1775 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1776
1777 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1780 Signal more user-friendly error messages.
1781
1782 * complete.el (PC-do-completion): Undo the addition of implicit
1783 wildcards if they did not lead to finding any match.
1784 (read-file-name-internal): Don't add the final > if the completion is
1785 not finished.
1786
1787 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1788
1789 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1790 Quote safe-local-variable predicate.
1791
1792 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1793
1794 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1795
1796 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1797
1798 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1799
1800 * progmodes/make-mode.el (makefile-special-targets-list)
1801 (makefile-macro-table, makefile-target-table): Mark as risky.
1802 (makefile-query-one-target-method): Make this the alias for the
1803 following variable.
1804 (makefile-query-one-target-method-function): Make this the real name.
1805
1806 * textmodes/artist.el (artist-text-renderer): Make this the alias
1807 for the following variable.
1808 (artist-text-renderer-function): Make this the real name.
1809
1810 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1811 the alias for the following variable.
1812 (flyspell-generic-check-word-predicate): Make this the real name.
1813
1814 * textmodes/ispell.el (ispell-format-word): Make this the alias
1815 for the following variable.
1816 (ispell-format-word-function): Make this the real name.
1817 (ispell-message-text-end): Mark as risky.
1818
1819 * skeleton.el (skeleton-transformation, skeleton-filter)
1820 (skeleton-pair-filter): Make these the aliases for the following
1821 variables.
1822 (skeleton-transformation-function, skeleton-filter-function)
1823 (skeleton-pair-filter-function): Make these the real names.
1824
1825 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1826 and skeleton-pair-filter-function.
1827
1828 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1829 alias for the following variable.
1830 (sgml-transformation-function): Make this the real name.
1831 (sgml-tag-alist): Mark as risky.
1832
1833 2006-05-21 Richard Stallman <rms@gnu.org>
1834
1835 * simple.el (kill-region): Interactively, pass point, then mark.
1836
1837 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1838
1839 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1840
1841 2006-05-21 Romain Francoise <romain@orebokech.com>
1842
1843 * dired-x.el (dired-mode-map): Don't bind M-g.
1844
1845 2006-05-20 Richard Stallman <rms@gnu.org>
1846
1847 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1848 (dired-goto-file): Doc fix.
1849
1850 2006-05-21 Kim F. Storm <storm@cua.dk>
1851
1852 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1853 way to enable built-in cua-mode if user loads older CUA-mode package.
1854
1855 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1856 if default-filename is specified.
1857
1858 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1859
1860 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1861
1862 * info.el (info-apropos): Make sure current-file and current-node
1863 have non-nil values. Speed up by using add-to-list instead of
1864 manual consing.
1865
1866 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1867
1868 * progmodes/make-mode.el (makefile-mode): Doc fix.
1869
1870 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1871
1872 * dired-aux.el (dired-do-shell-command): Doc fix.
1873
1874 2006-05-20 Kevin Ryde <user42@zip.com.au>
1875
1876 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1877 ``(custom-manual :tag "Foo" "(foo)Node")''.
1878
1879 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1880
1881 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1882 value is an integer.
1883
1884 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1885
1886 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1887 "format".
1888 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1889
1890 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1891
1892 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1893 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1894
1895 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1898 regexp for keywords.
1899
1900 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1901
1902 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1903 replace-regexp-in-string.
1904
1905 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1906 encode, and escape file name on conversion to URL.
1907
1908 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1909
1910 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1911 Don't unescape URL.
1912 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1913
1914 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1915 on conversion to URLs.
1916
1917 * net/browse-url.el (browse-url-file-url): Encode file name on
1918 conversion to URL.
1919
1920 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1921 conversion to URL.
1922
1923 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1924
1925 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1926
1927 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1928
1929 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1930 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1931
1932 2006-05-19 Glenn Morris <rgm@gnu.org>
1933
1934 * calendar/diary-lib.el (diary-bahai-date)
1935 (list-bahai-diary-entries, mark-bahai-diary-entries)
1936 (mark-bahai-calendar-date-pattern): Not interactive.
1937 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1938 (diary-entries-list): Change format of 4th element in each entry.
1939 (diary-list-entries): Use add-to-diary-list.
1940 (diary-goto-entry): Handle the case where the buffer visiting the
1941 diary has been killed.
1942 (fancy-diary-display): Add 'locator to button rather than 'marker.
1943 Only generate temp-face when there are marks to apply.
1944 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1945 (diary-fancy-date-pattern): New variable.
1946 (diary-time-regexp): Doc fix.
1947 (diary-anniversary, diary-time): New faces.
1948 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1949 diary-time-regexp. Add font-lock-multiline property where needed.
1950 Use new faces diary-anniversary and diary-time.
1951 (diary-fancy-font-lock-fontify-region-function): New function, to
1952 handle multiline font-lock pattern in fancy diary.
1953 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1954 (diary-font-lock-keywords): Tweak time regexp. Use new face
1955 diary-time.
1956
1957 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1958
1959 * international/code-pages.el (mik): Table corrected.
1960
1961 2006-05-18 Kim F. Storm <storm@cua.dk>
1962
1963 * progmodes/grep.el (grep-find): Don't check grep-find-command
1964 before running command (breaks non-interactive usage).
1965
1966 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1967
1968 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1969 (ewoc--insert-new-node): Don't insert trailing newline.
1970 Instead, adjust successor nodes's start markers.
1971 (ewoc--refresh-node): Delete all text from current node's start
1972 marker to the next one's; adjust successor nodes's start markers.
1973 (ewoc--create): Doc fixes.
1974 (ewoc--refresh): Don't insert newline.
1975 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1976 * pcvs.el (cvs-make-cvs-buffer):
1977 Specify extra newline for ewoc's header and footer.
1978 (cvs-update-header): Update initial header recognition.
1979 Append newline to final header and footer values.
1980 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1981
1982 2006-05-17 Richard Stallman <rms@gnu.org>
1983
1984 * files.el (file-name-extension): Doc fix.
1985
1986 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1989 we can explicitly enable/disable rather than toggle.
1990 (shell-mode): Use it.
1991 (shell-cd): Don't try to reproduce what `cd' does.
1992
1993 2006-05-17 Kim F. Storm <storm@cua.dk>
1994
1995 * ido.el (ido-read-internal): Use only nondirectory part of
1996 default item.
1997
1998 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1999
2000 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2001 (ewoc-nth): Doc fix.
2002
2003 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2004
2005 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2006
2007 * international/mule.el (auto-coding-alist): Add .lha to files
2008 read with no-conversion.
2009
2010 * files.el (auto-mode-alist): Add .lha files to archive file
2011 extensions.
2012
2013 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2014 Convert csize to integer when computing offsets within the
2015 compressed archive file.
2016
2017 2006-05-16 Kim F. Storm <storm@cua.dk>
2018
2019 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2020 with read-from-minibuffer.
2021
2022 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2023
2024 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2025 (byte-compile-warnings): Fix safe-local-variable property.
2026
2027 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2028
2029 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2030 (allout-stylish-prefixes, allout-numbered-bullet)
2031 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2032 predicates to qualify `safe-local-variable' property, when
2033 available, else use equivalent lambda.
2034 (allout-current-topic-collapsed-p): Do the right thing regarding
2035 trailing blank lines.
2036
2037 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * server.el (server-start): Only create a directory if needed.
2040 (server-edit, server-unload-hook): server-start => server-mode.
2041 (kill-emacs-hook): Cleanup upon exit.
2042
2043 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * hexl.el (hexlify-buffer): Encode process arguments manually.
2046
2047 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2048
2049 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2050 call to gdb-tooltip-print.
2051
2052 2006-05-15 Romain Francoise <romain@orebokech.com>
2053
2054 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2055 systems, default to "tar" since those systems probably have GNU tar.
2056
2057 2006-05-14 Lars Hansen <larsh@soem.dk>
2058
2059 * desktop.el (desktop-missing-file-warning): Fix docstring.
2060 (desktop-restore-file-buffer): Correct question asked on missing file.
2061
2062 2006-05-14 Kim F. Storm <storm@cua.dk>
2063
2064 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2065 Add CUA move property.
2066
2067 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * custom.el (custom-push-theme): Load the variable before checking
2070 its `standard-value'.
2071
2072 2006-05-13 Lars Hansen <larsh@soem.dk>
2073
2074 * desktop.el (desktop-save): Use with-temp-buffer.
2075
2076 2006-05-12 Glenn Morris <rgm@gnu.org>
2077
2078 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2079 * calendar/calendar.el (calendar-mode-map):
2080 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2081 * calendar/appt.el (appt-check, appt-make-list): Refer to
2082 diary-view-entries, diary-list-entries, diary-show-all-entries
2083 rather than obsolete aliases.
2084
2085 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * simple.el (line-move-finish): Avoid calling point motion hooks
2088 while processing intangibility.
2089
2090 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2091
2092 * term/xterm.el (terminal-init-xterm): Fix typo.
2093
2094 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2095
2096 * allout.el (allout-view-change-hook): Mark as being deprecated,
2097 to be replaced by `allout-exposure-change-hook'.
2098 (allout-exposure-change-hook): New, replacing
2099 `allout-view-change-hook'.
2100 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2101 in addition to `allout-view-change-hook'.
2102 (allout-show-bodies, allout-old-style-prefixes)
2103 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2104 lambda forms to prevent their showing up in variable help
2105 presentations as inscrutable byte-compiled code.
2106 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2107 Use string-or-null-p to qualify safe-local-variable values.
2108 (allout-reindent-bodies): Use memq to qualify matches against
2109 valid safe-local-variable values. Also, quote the lambda as above.
2110 (allout-use-mode-specific-leader): Add missing candidate-value
2111 symbols, use memq, and quote the lambda.
2112 (allout-overlay-interior-modification-handler): Remove unused
2113 variables `msg' and 'opened'.
2114 (allout-hidden-p): Constrain invisibility consideration to allout's
2115 invisibility spec, disregarding invisibility for other reasons.
2116
2117 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2118
2119 * files.el (version-control): Correct safe values.
2120
2121 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2122
2123 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2124
2125 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2126 (ewoc--insert-new-node): New func.
2127 Update callers of deleted funcs to use it, instead.
2128
2129 2006-05-11 Glenn Morris <rgm@gnu.org>
2130
2131 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2132 obsolete alias `show-all-diary-entries'.
2133 (make-diary-entry): Not interactive.
2134 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2135 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2136 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2137 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2138 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2139 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2140
2141 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2142
2143 * calendar/calendar.el (calendar-french-date-string)
2144 (calendar-mayan-date-string, calendar-chinese-date-string)
2145 (calendar-astro-date-string, calendar-iso-date-string)
2146 (calendar-islamic-date-string, calendar-bahai-date-string)
2147 (calendar-hebrew-date-string, calendar-coptic-date-string)
2148 (calendar-ethiopic-date-string, calendar-persian-date-string):
2149 These functions are not interactive.
2150
2151 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2152
2153 * files.el: Balance parentheses.
2154
2155 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2156
2157 * files.el, newcomment.el, outline.el, simple.el,
2158 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2159 progmodes/cc-vars.el, progmodes/compile.el:
2160 Move `safe-local-variable' declarations to the respective files.
2161
2162 * help-fns.el (describe-variable): Don't print safe-var if it is
2163 byte-code. Improve wording as suggested by Luc Teirlinck.
2164
2165 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2166
2167 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2168 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2169 Use a token for pending-triggers to ensure gdb-var-update
2170 gets called once per user input again for pre-GDB 6.4.
2171 (gdb-var-delete): Match on more complex expressions.
2172 (gdb-var-list-children-handler, gdb-var-create-handler):
2173 Use a token for consistency.
2174
2175 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2176
2177 * textmodes/org.el (org-read-date, org-goto-calendar)
2178 (org-agenda-goto-calendar):
2179 Bind `view-calendar-holidays-initially' to nil.
2180
2181 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2182
2183 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2184 Update all callers to do it there, instead.
2185
2186 2006-05-10 Glenn Morris <rgm@gnu.org>
2187
2188 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2189 prefix arg case, to avoid view-diary-entries-initially error.
2190 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2191 (calendar-date-is-legal-p): Handle dates with no day part.
2192
2193 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2194
2195 * comint.el (comint-insert-input): Just make it when
2196 comint-use-prompt regexp is nil (default) and with the mouse.
2197 (comint-copy-old-input): Reinstate from 2004-06-23.
2198 (comint-mode-map): Bind C-c C-m to it.
2199
2200 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2201
2202 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2203 Remove spurious move to point-max (new comint behavior fixes).
2204
2205 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2206 compatibility function (Emacs 18/19).
2207 (idlwave-is-continuation-line): Always return point at start of
2208 previous non-blank continuation line.
2209 `keyword-parameters': Fix continued comment font-lock matcher.
2210 (idlwave-font-lock-fontify-region): Written, use as
2211 font-lock-fontify-region-function, to fix continued keyword
2212 fontification issues.
2213
2214 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2215
2216 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2217 (mac-service-selection, mac-service-open-file)
2218 (mac-service-open-selection, mac-service-mail-selection)
2219 (mac-service-mail-to, mac-service-insert-text): Rename from
2220 mac-services-*. All uses changed.
2221 (mac-apple-event-map): Rename event symbol `services' to `service'.
2222
2223 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2224
2225 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2226 (ewoc--node-enter-first, ewoc--node-enter-last)
2227 (ewoc--delete-node-internal): Merge funcs into unique callers.
2228
2229 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2232 return value of read-from-minibuffer for empty input.
2233
2234 2006-05-09 Miles Bader <miles@gnu.org>
2235
2236 * comint.el (comint-insert-input): Remove redundant calls to setq
2237 and goto-char.
2238
2239 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2240
2241 * comint.el (comint-insert-input): Make it work when
2242 comint-use-prompt-regexp is t.
2243
2244 2006-05-10 Miles Bader <miles@gnu.org>
2245
2246 * subr.el (field-at-pos): New function.
2247
2248 * comint.el (comint-insert-input): Use it.
2249
2250 2006-05-09 Juri Linkov <juri@jurta.org>
2251
2252 * battery.el (battery-linux-proc-acpi): Also try
2253 `/proc/acpi/thermal_zone/THR2/temperature'.
2254
2255 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2256 for now unused lambda `string-or-null'.
2257
2258 * add-log.el (change-log-default-name): Put `string-or-null-p'
2259 instead of lambda on `safe-local-variable' property.
2260
2261 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2262 `region-end' instead of `mark' and `point'.
2263 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2264 Operate on region in Transient Mark mode when the mark is active.
2265 Use `region-beginning' and `region-end' instead of `mark' and
2266 `point'.
2267 (diff-hunk-text, diff-goto-source): Doc fix.
2268
2269 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2270 face `mode-line-buffer-id' for mode-line buffer face instead of
2271 hard-coded `(:weight bold)'.
2272
2273 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2274 buffer-undo-list to t (undo-ask is reproducible by visiting
2275 nested archives).
2276
2277 2006-05-09 Kim F. Storm <storm@cua.dk>
2278
2279 * progmodes/grep.el (rgrep): Set default directory of *grep*
2280 buffer if we start M-x rgrep in the *grep* buffer and choose
2281 a different base directory.
2282
2283 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2284
2285 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2286 completion also when ido is loaded.
2287
2288 2006-05-09 Masatake YAMATO <jet@gyve.org>
2289
2290 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2291 "warning" and "import".
2292 (cpp-font-lock-keywords): Added "warning".
2293
2294 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2295
2296 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2297
2298 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2301 pages at a time, if we signal the end, we should indeed reach that end.
2302
2303 2006-05-08 David Reitter <david.reitter@gmail.com>
2304
2305 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2306 output during execution of the body.
2307
2308 2006-05-08 Kim F. Storm <storm@cua.dk>
2309
2310 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2311
2312 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2313
2314 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2315 Use with-current-buffer.
2316
2317 2006-05-07 Kim F. Storm <storm@cua.dk>
2318
2319 * subr.el (add-to-history): Remove keep-dups arg.
2320
2321 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2322 to nil around call to add-to-history.
2323
2324 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2327 than after a buffer modification.
2328
2329 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2330
2331 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2332 call to...
2333 (gud-watch): ...here so speedbar is raised for already watched
2334 expressions.
2335 (gdb-speedbar-refresh): Delete function.
2336 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2337 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2338 earlier change).
2339 (gdb-var-evaluate-expression-handler)
2340 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2341
2342 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2343 Update localized contents for all buffers except ignored modes.
2344
2345 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2346
2347 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2348 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2349 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2350 (mac-handle-font-panel-closed, mac-handle-font-selection):
2351 New functions.
2352 (mac-font-panel-mode): New minor mode.
2353 (mac-apple-event-map): Add bindings for toolbar toggle button and
2354 font panel.
2355 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2356
2357 2006-05-07 John Paul Wallington <jpw@pobox.com>
2358
2359 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2360 Avoid `regexp-opt'; simplify regexp for readability.
2361
2362 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2363
2364 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2365 * files.el (buffer-stale-function):
2366 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2367 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2368 links to the main manual, not to emacs-xtra.
2369
2370 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2371
2372 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2373 MacJapanese if text is ASCII-only.
2374
2375 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2376
2377 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2378 unless so nil isn't returned.
2379 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2380
2381 2006-05-06 Kim F. Storm <storm@cua.dk>
2382
2383 * subr.el (add-to-history): New function.
2384
2385 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2386 (ediff-merge-files-with-ancestor):
2387 * env.el (setenv):
2388 * isearch.el (isearch-update-ring):
2389 * server.el (server-visit-files):
2390 * progmodes/grep.el (lgrep, rgrep):
2391 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2392 * progmodes/xscheme.el (xscheme-insert-expression):
2393 Use add-to-history.
2394
2395 * kmacro.el (kmacro-push-ring): Use add-to-history.
2396 (kmacro-ring-length): Remove unused defun.
2397 (kmacro-start-macro): Use kmacro-push-ring.
2398
2399 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2400
2401 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2402 directly instead of a lambda expression that calls it.
2403
2404 2006-05-06 Kim F. Storm <storm@cua.dk>
2405
2406 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2407 instead of compute-motion.
2408
2409 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2410
2411 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2412 change.
2413
2414 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2415
2416 * startup.el (command-line-1): Refer to "Pure Storage" on
2417 pure-space-overflow.
2418
2419 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2420
2421 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2422 provided faces once they all have been used up.
2423
2424 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2425
2426 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2427 reference to the Lisp manual to the warning about pure space
2428 overflow.
2429
2430 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2431
2432 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2433 argument to avoid the call to `ispell-internal-change-dictionary'
2434 when not needed.
2435 (ispell-change-dictionary): Use this argument and call
2436 `ispell-internal-change-dictionary' after the possible change
2437 to `ispell-local-dictionary'.
2438 (ispell-internal-change-dictionary): Check for a change in
2439 personal dictionary use too.
2440
2441 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2442
2443 * startup.el (command-line): On MS-Windows, probe "~", not
2444 "~USER", for warning about non-existent home directory
2445
2446 * arc-mode.el (archive-l-e): New optional argument `float' means
2447 generate a float value.
2448 (archive-arc-summarize, archive-lzh-summarize)
2449 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2450 with 3rd argument non-nil when file's size is being computed.
2451 Format the file sizes with %8.0f instead of %8d.
2452
2453 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2454
2455 * cus-start.el (all): Add mac-dnd-known-types.
2456
2457 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2458 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2459 (mac-TIFF-to-string): New functions.
2460 (x-get-selection, x-selection-value)
2461 (mac-select-convert-to-string): Use them.
2462 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2463 (mac-dnd-types-alist): New customization variable.
2464 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2465 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2466 (mac-dnd-handle-drag-n-drop-event): New functions.
2467 (mac-drag-n-drop): Remove function.
2468 (global-map): Bind drag-n-drop and M-drag-n-drop to
2469 mac-dnd-handle-drag-n-drop-event.
2470
2471 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2472
2473 * progmodes/perl-mode.el (perl-beginning-of-function):
2474 Skip anonymous subs.
2475
2476 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2477
2478 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2479 regexp-opt at run time.
2480
2481 * term.el (term-handle-ansi-escape): Fix off by one error.
2482
2483 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2484
2485 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2486 (gdb-init-1, gdb-post-prompt): ...and references to it.
2487 (gdb-frame-handler): Strip directory name from filename if present.
2488
2489 * progmodes/gud.el (gdb-force-update): Delete defvar
2490 (gud-speedbar-buttons): ...and references to it. Use window-start
2491 to try to keep positon in watch expression.
2492
2493 2006-05-03 Richard Stallman <rms@gnu.org>
2494
2495 * simple.el (next-history-element, previous-history-element): Doc fix.
2496
2497 * isearch.el (isearch-update-ring): Doc fix.
2498
2499 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2500
2501 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2502 into consideration. Replace one arm ifs with whens.
2503
2504 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2505
2506 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2507 (menu): Fix typo.
2508
2509 2006-05-02 Miles Bader <miles@gnu.org>
2510
2511 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2512
2513 2006-05-02 Jay Belanger <belanger@truman.edu>
2514
2515 * calc/calc-embed.el (calc-override-minor-modes-map)
2516 (calc-override-minor-modes): New variables.
2517 (calc-do-embedded): Make sure that Calc keystrokes aren't
2518 overwritten by minor modes.
2519
2520 2006-05-02 Chong Yidong <cyd@mit.edu>
2521
2522 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2523
2524 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2525
2526 * startup.el (command-line-1): Refer to Lisp manual when
2527 pure-space-overflow occurs.
2528
2529 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2530 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2531 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2532 (version-control): Don't use `t' for safe-local-variable declarations.
2533
2534 2006-05-01 Richard Stallman <rms@gnu.org>
2535
2536 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2537 M-r, M-R, M-A, M-SPC or M-DEL.
2538 (diff-mode-map): diff-refine-hunk now on C-c C-w
2539 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2540
2541 * help-mode.el (help-mode): view-exit-action calls delete-window
2542 only when it is safe and possible.
2543
2544 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2545 in messages.
2546
2547 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2548
2549 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2550 in the default tool-bar-map.
2551
2552 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2553
2554 * net/tramp.el (tramp-completion-file-name-handler-alist)
2555 (tramp-run-real-handler, tramp-completion-run-real-handler)
2556 (tramp-completion-handle-file-name-all-completions)
2557 (tramp-completion-handle-file-name-completion): Autoload them.
2558 (tramp-completion-handle-file-exists-p)
2559 (tramp-completion-handle-file-name-directory)
2560 (tramp-completion-handle-file-name-nondirectory)
2561 (tramp-completion-handle-expand-file-name): Remove them.
2562 (tramp-handle-file-name-directory): Return the real directory name.
2563 Returning "/" only doesn't need to be necessary any longer.
2564 (tramp-file-name-handler): Make special attention when in hostname
2565 completion mode.
2566 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2567 (tramp-register-file-name-handlers):
2568 Register `tramp-completion-file-name-handler' only when
2569 `partial-completion-mode' is enabled.
2570 (tramp-completion-handle-file-name-all-completions):
2571 Delete directory part from results.
2572 (tramp-get-completion-methods, tramp-get-completion-user-host):
2573 Discard deleting "/", it doesn't work after the change of
2574 `tramp-handle-file-name-directory' above.
2575
2576 2006-05-01 Kim F. Storm <storm@cua.dk>
2577
2578 * progmodes/grep.el (grep-expand-template): Use save-match-data
2579 and symbol-value.
2580
2581 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2582
2583 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2584 Use select-frame-set-input-focus instead of raise-frame.
2585 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2586
2587 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2588
2589 * progmodes/gud.el (gud-def): Add %c case.
2590 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2591 (gud-format-command): Make match case sensitive. Match on %F.
2592
2593 2006-04-30 Glenn Morris <rgm@gnu.org>
2594
2595 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2596 (cal-tex-preamble): Use cal-tex-preamble-extra.
2597 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2598 than alias `list-diary-entries'.
2599
2600 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2601
2602 * help-fns.el (describe-variable): Add info about safe local variables.
2603
2604 2006-04-29 Richard Stallman <rms@gnu.org>
2605
2606 * bindings.el (mode-line-format): help-echo doc fixes.
2607
2608 * net/tramp.el (tramp-file-name-handler-alist): Delete
2609 expand-file-name and other operations that can cause spurious loading.
2610
2611 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * files.el (safe-local-variable-p): Remove support for the special
2614 value t.
2615
2616 * textmodes/paragraphs.el (sentence-end-without-space):
2617 Fix safety predicate.
2618 (sentence-end-double-space, sentence-end-without-period)
2619 (paragraph-ignore-fill-prefix):
2620 * textmodes/fill.el (colon-double-space):
2621 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2622
2623 * subr.el (booleanp): New fun.
2624
2625 * textmodes/reftex-vars.el (reftex-guess-label-type):
2626 Tighten the safety predicate.
2627
2628 2006-04-28 Kim F. Storm <storm@cua.dk>
2629
2630 * progmodes/grep.el (defgroup grep): Doc fix.
2631 (grep-auto-highlight): Remove.
2632 (grep-template): New defcustom.
2633 (grep-find-template): Rename from grep-tree-template.
2634 (grep-files-aliases): Rename from grep-tree-files-aliases.
2635 Remove "all" alias, add "l" alias.
2636 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2637 (grep-find-ignored-directories): New defcustom to replace
2638 grep-tree-ignore-CVS-directories, to facilitate ignoring
2639 subdirectories for multiple version control systems.
2640 (grep-mode-map): Add Recursive grep item to GREP menu.
2641 (grep-regexp-history, grep-files-history): New defvars.
2642 (grep-probe): New helper function.
2643 (grep-compute-defaults): Use it to simplify code.
2644 Adapt to name changes.
2645 Use `.' as base in grep-find-template rather than <D>.
2646 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2647 Call grep-compute-defaults unconditionally.
2648 (grep-expand-keywords): New defconst.
2649 (grep-expand-template): Rename from grep-expand-command-macros.
2650 Simplify via grep-expand-keywords. Look at case-fold-search instead
2651 of grep-tree-ignore-case to add -i option.
2652 Bind case-fold-search to nil while matching keywords.
2653 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2654 (grep-read-regexp, grep-read-files): New helper functions.
2655 (rgrep): Rename from grep-tree. Rework to use proper histories.
2656 Adapt to changes in defcustoms and functions above.
2657 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2658
2659 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2660
2661 * net/tramp.el (tramp-completion-file-name-handler):
2662 Disable Tramp's functionality while loading Tramp itself.
2663 (tramp-register-file-name-handlers): That's a defsubst now.
2664 Code from `tramp-repair-jka-compr' moved here. Apply it via
2665 `after-init-hook'.
2666 (tramp-repair-jka-compr): Remove.
2667
2668 2006-04-27 Jay Belanger <belanger@truman.edu>
2669
2670 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2671 read expression when `math-read-big-expr' doesn't work.
2672
2673 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2674
2675 * startup.el (command-line-1): Display warning when
2676 pure-space-overflow is non-nil.
2677
2678 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2679
2680 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2681 risky.
2682
2683 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2684
2685 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2686 Return the URL or nil if none can be generated.
2687
2688 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2689
2690 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2691 byte compiler warnings.
2692 (gud-basic-call, gud-find-expr): Let user select an expression
2693 for printing. Print expression as well as value in GUD buffer.
2694
2695 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2696
2697 * allout.el: Remove local autoload declaration for
2698 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2699 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2700 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2701 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2702 (allout-stylish-prefixes, allout-numbered-bullet)
2703 (allout-file-xref-bullet, allout-presentation-padding)
2704 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2705 safe-local-variable with suitable value spec, and add autoload
2706 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2707 (move-beginning-of-line, move-end-of-line): Repair so these compat
2708 functions now actually resituate the point, when appropriate.
2709
2710 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2713
2714 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2715 (add-log-iso8601-time-string): Fix call to format-time-string.
2716
2717 2006-04-26 Kim F. Storm <storm@cua.dk>
2718
2719 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2720
2721 2006-04-26 Masatake YAMATO <jet@gyve.org>
2722
2723 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2724 Add support for "//" style comments. Remove `b' flag
2725 from ?* in `asm-mode-syntax-table'.
2726
2727 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * follow.el: Use (featurep 'xemacs) everywhere.
2730 (follow-mode): Use define-minor-mode.
2731 (follow-mode-map): Move initialization into the declaration.
2732 Use command remapping.
2733 (follow-emacs-version-xemacs-p): Remove.
2734 (follow-submit-feedback): Remove.
2735
2736 * allout.el (allout-layout, allout-passphrase-verifier-string)
2737 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2738
2739 * textmodes/reftex-vars.el (reftex-vref-is-default)
2740 (reftex-fref-is-default, reftex-guess-label-type):
2741 Tighten up a bit the safety predicate.
2742
2743 * textmodes/paragraphs.el (sentence-end-double-space)
2744 (sentence-end-without-period, sentence-end-without-space)
2745 (page-delimiter, paragraph-ignore-fill-prefix):
2746 Tighten up a bit the safety predicate.
2747
2748 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2749
2750 * progmodes/python.el (python-continuation-line-p)
2751 (python-beginning-of-statement): syntax-ppss may return
2752 a negative depth.
2753 (python-mode): Don't forcefully enable font-lock.
2754
2755 * time-stamp.el (time-stamp-start, time-stamp-end)
2756 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2757
2758 * add-log.el: Remove spurious * in docstrings.
2759 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2760 (add-change-log-entry): Use it here, since it's not specific
2761 to iso8601.
2762 (add-log-iso8601-time-string): Don't use it here any more.
2763 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2764
2765 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2766
2767 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2768
2769 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2770 (rcirc-toggle-low-priority): Doc fix.
2771 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2772 ChanServ regexp.
2773 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2774 #emacs.
2775 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2776 (rcirc-decode-coding-system): Use utf-8 as the default.
2777 (rcirc-multiline-minor-mode): Set the fill-column.
2778 (rcirc-format-response-string): Display bright and dim nicks.
2779 (rcirc-browse-url): Update interactive spec to fill ARG.
2780 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2781 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2782
2783 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2784
2785 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2786 case for @Article, etc.
2787
2788 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2789
2790 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2791 Added with autoload cookie.
2792 (tramp-unload-file-name-handlers): Rename from
2793 `tramp-unload-file-name-handler-alist'.
2794
2795 2006-04-23 Romain Francoise <romain@orebokech.com>
2796
2797 * comint.el (comint-match-partial-filename): Doc fix.
2798
2799 2006-04-21 Glenn Morris <rgm@gnu.org>
2800
2801 * calendar/cal-menu.el (calendar-mode-map): Refer to
2802 `diary-view-entries' rather than alias `view-diary-entries'.
2803 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2804
2805 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2806
2807 * progmodes/antlr-mode.el (antlr-default):
2808 * cus-edit.el (custom-documentation):
2809 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2810 in defface.
2811
2812 2006-04-21 Kim F. Storm <storm@cua.dk>
2813
2814 * image.el (image-type): New defun split out of create-image.
2815 (create-image): Use it.
2816
2817 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2818
2819 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2820 (org-open-at-point): Remove the "...done" message to keep output
2821 in the echo area visible.
2822 (org-export-as-xoxo): Fix call to `indent-region'.
2823
2824 2006-04-21 Kevin Ryde <user42@zip.com.au>
2825
2826 * international/mule.el (keyboard-coding-system): defcustom
2827 info-link fixes: "Specify Coding" has been split, keyboard now in
2828 "Terminal Coding", and "Single-Byte Character Support" is now
2829 "Unibyte Mode".
2830
2831 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2832
2833 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2834 Use font-lock-warning-face for any errors e.g. no stack.
2835 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2836
2837 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2838
2839 * progmodes/sh-script.el (sh-shell): Mark as safe.
2840
2841 * newcomment.el (comment-start, comment-start-skip)
2842 (comment-end-skip, comment-end): Mark as safe.
2843
2844 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2845
2846 * textmodes/org.el (org-deadline-announce): Face removed.
2847 (org-level-faces, org-n-levels): Convert to constant.
2848 (org-compatible-face): New function.
2849 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2850 (org-level-5, org-level-6, org-level-7, org-level-8)
2851 (org-special-keyword, org-warning, org-headline-done, org-link)
2852 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2853 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2854 Face definition revised for better color tty support.
2855 (org-bold-re, org-italic-re, org-underline-re): New constants.
2856 (org-set-font-lock-defaults): Use the new constants.
2857 (org-agenda-highlight-todo): New function.
2858 (org-agenda-todo): Fix bug with point at end of line.
2859 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2860 Fontify TODO keywords.
2861 (org-insert-link): Preserve relative path in ../ links.
2862 (org-export-as-html): Convert links pointing to .org files into
2863 links that will work beteen the exported HTML files.
2864 (org-todo-list): Fix bug when arg=0.
2865 (org-insert-heading): More fine-tuning.
2866
2867 2006-04-19 Romain Francoise <romain@orebokech.com>
2868
2869 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2870 from `rmail-mime-charset-pattern'.
2871
2872 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2873
2874 * progmodes/python.el (python-mode): Fix typo.
2875
2876 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2877
2878 * comint.el (comint-previous-input): Don't clobber input line
2879 when moving off either end of the input history ring.
2880 (comint-delete-input): New function, used by
2881 `comint-previous-input' and others.
2882 (comint-previous-matching-input):
2883 Use `coming-delete-input'. Save the partial input if leaving the
2884 edit line. Goto point-max before deleting input to avoid
2885 partial input fragments hanging around.
2886 (comint-restore-input): New function, used by `comint-previous-input'.
2887
2888 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2889
2890 * imenu.el (imenu--index-alist): Balance parentheses.
2891
2892 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2893
2894 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2895
2896 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2897
2898 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2899 file is nil.
2900
2901 2006-04-18 Richard Stallman <rms@gnu.org>
2902
2903 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2904
2905 * imenu.el (imenu-create-index-function, imenu--index-alist)
2906 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2907 (imenu-default-create-index-function, imenu--generic-function):
2908 Doc fixes.
2909
2910 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2911
2912 * help-mode.el (help-mode): Set view-exit-action to delete window.
2913
2914 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2915 now works by passing nil as arg.
2916
2917 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2918
2919 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2920 (read-abbrev-file): Provide default when reading filename.
2921
2922 * files.el (enable-local-variables): Allow :all as value.
2923 (hack-local-variables): Implement that value.
2924 (safe-local-variable-values, safe-local-eval-forms)
2925 (enable-local-variables): Mark as risky.
2926 (find-file-visit-truename, kept-old-versions): Mark safe.
2927
2928 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2929 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2930 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2931
2932 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2935 Use forward-line so as to get to BOL even in the presence of fields.
2936 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2937 in return.
2938 (inferior-tcl): Tell tclsh to work in interactive mode.
2939
2940 * complete.el (partial-completion-mode):
2941 Use 'choose-completion-string-functions to make sure that
2942 choose-completion fills the minibuffer properly.
2943
2944 * complete.el (PC-old-read-file-name-internal): Remove.
2945 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2946 of read-file-name-internal.
2947 (partial-completion-mode): Enable/disable this advice.
2948
2949 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2950
2951 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2952 of 2006-04-17.
2953
2954 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2955
2956 * textmodes/org.el (org-insert-heading): Insert heading before
2957 current if at beginning of line.
2958 (org-todo, org-date): New faces.
2959 (org-table-align): Make sure tooltip window contains full text.
2960 (org-no-properties): New defsubst.
2961 (org-set-font-lock-defaults): Use new faces.
2962
2963 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2964
2965 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2966 for root variables.
2967
2968 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2969 (gdb-frame-address): Re-use to identify frame for watch expression.
2970 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2971 variables.
2972 (gdb-init-1, gdb-source, gdb-post-prompt)
2973 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2974 (gdb-frame-handler): Get gdb-frame-address.
2975
2976 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2977
2978 Sync with Tramp 2.0.53.
2979
2980 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2981 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2982 (tramp-completion-file-name-handler): Add autoload cookie for
2983 adding to `file-name-handler-alist'.
2984
2985 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2986 the prompt. If it returns earlier (when detecting an error
2987 message), the rest of the output will merge accidently with the
2988 output of the next command. Reported by M Jared Finder
2989 <jared@hpalace.com>.
2990
2991 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2992 for `process-file', in order to let it work for older Emacsen too.
2993
2994 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2995
2996 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2997 (tex-font-lock-keywords-3): Use it.
2998
2999 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * newcomment.el (comment-add): New function.
3002 (comment-region-default, comment-dwim): Use it.
3003
3004 2006-04-15 Michael Olson <mwolson@gnu.org>
3005
3006 * emacs-lisp/tq.el: Improve comments.
3007 (tq-queue-head-question): New accessor function.
3008 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3009 Update for modified queue structure.
3010 (tq-queue-add): Accept `question' argument.
3011 (tq-queue-pop): If a question is pending, send it.
3012 (tq-enqueue): Accept new optional argument `delay-question'.
3013 If this is non-nil, and at least one other question is pending a
3014 response, queue the question rather than sending it immediately.
3015
3016 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3017
3018 * calendar/appt.el (appt-add): Check whether an appointment is
3019 already present in appt-time-msg-list. Simplify code.
3020
3021 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * progmodes/cc-langs.el (c-mode-menu):
3024 Don't presume c-subword-mode is bound.
3025
3026 2006-04-13 Bill Wohler <wohler@newt.com>
3027
3028 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3029 (customize-package-emacs-version): Use cdr instead of cadr now
3030 that alists use dotted pairs.
3031
3032 * custom.el (defcustom): Fix docstring for :package-version.
3033
3034 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3035
3036 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3037 (tramp-handle-shell-command): Display output buffer only when
3038 `tramp-display-shell-command-buffer' is true.
3039 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3040
3041 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3042
3043 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3044 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3045
3046 2006-04-13 Romain Francoise <romain@orebokech.com>
3047
3048 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3049 leaving temporary .cvsignore buffers behind.
3050
3051 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3052
3053 * textmodes/org.el (org-set-regexps-and-options)
3054 (org-get-current-options): Better names for the startup folding
3055 options.
3056
3057 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3058
3059 * vc.el (vc-annotate): Arrange for point to end up at the same
3060 line number as in the original, but only when using a new buffer.
3061
3062 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3063
3064 * files.el (hack-one-local-variable-eval-safep):
3065 Recognize `edebug-form-spec' for `put', but only if it passes
3066 `edebug-basic-spec'. Generalize `put' handling.
3067
3068 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3069 vetting file-local form specs.
3070
3071 * allout.el (allout-layout): Autoload its `safe-local-variable'
3072 property.
3073
3074 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3075
3076 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3077 (org-agenda-mouse-1-follows-link)
3078 (org-mouse-1-follows-link): New options.
3079 (org-format-agenda-item): Fix bug if TAGS is nil.
3080 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3081
3082 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3083
3084 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3085 GDB 6.1+ gives full filename for "info sources" so use
3086 file-name-nondirectory.
3087
3088 2006-04-12 Romain Francoise <romain@orebokech.com>
3089
3090 * subr.el (read-passwd): Bind `message-log-max' to nil.
3091
3092 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * progmodes/perl-mode.el (perl-indent-new-calculate):
3095 Recompute parse-start after jumping backward by a whole sexp.
3096
3097 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3100 window configuration.
3101 (vc-annotate-display-select): Select the buffer so that current-buffer
3102 (and selected-window) is the output buffer at the end of vc-annotate.
3103
3104 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3105
3106 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3107 8-color terminals, to use all of the colors in a sensible order.
3108 256-color terminals work well with the standard map.
3109 (vc-annotate-lines): Only strip the first color character if it
3110 is "#", to allow for terminal-style named colors.
3111 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3112 the correct buffer is scrolled.
3113
3114 2006-04-11 Richard Stallman <rms@gnu.org>
3115
3116 * emacs-lisp/bytecomp.el (byte-compile-file):
3117 Bind enable-local-variables to :safe, and make normal-mode obey it.
3118
3119 * files.el (enable-local-variables): Allow value :safe.
3120 (normal-mode): Doc fix.
3121 (hack-local-variables): Implement enable-local-variables = :safe.
3122 (hack-local-variables-confirm): Don't prevent quitting.
3123
3124 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * loadhist.el (unload-feature): A bit of sanity check of
3127 load-history entries. Cancel timer-vars before unbinding them.
3128
3129 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3130 quote special chars, and make the trick work on the hex part of the
3131 buffer as well.
3132 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3133 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3134
3135 * startup.el (normal-splash-screen): Fix last change so we don't wait
3136 2 minutes if we don't show the splash screen.
3137
3138 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3139
3140 * textmodes/org.el (org-export-plain-list-max-depth)
3141 (org-table-spaces-around-separators)
3142 (org-radio-targets, org-activate-camels)
3143 (org-table-spaces-around-invisible-separators): Options removed.
3144 (org-time-stamp-rounding-minutes, org-remember-templates)
3145 (org-ellipsis, org-activate-links, org-descriptive-links):
3146 New options.
3147 (org-remember-apply-template, org-current-time)
3148 (org-finish-edit-table-field)
3149 (org-link-unescape, org-link-escape)
3150 (org-string-width, org-table-clean-line, org-html-do-expand)
3151 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3152 (org-read-agenda-file-list): New functions.
3153 (org-table-edit-field)
3154 (org-table-create-or-convert-from-region): New commands
3155 (org-table-toggle-vline-visibility): Command removed.
3156 (org-table-convert-region): Made a command.
3157 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3158 Replace with the normal org- functions.
3159 (org-self-insert-command): Don't trigger realign unnecessarily
3160 when blanking a field that is not full.
3161 (org-mode): `Set buffer-invisibility-spec' for links.
3162 (org-activate-links2): Hide link part and only show descriptive
3163 part of the link.
3164 (org-insert-link): Modify for new linking system.
3165 (org-store-link): Store description separately, for use by
3166 `org-insert-link'.
3167 (org-table-align): Use `org-string-width'.
3168 (defgroup): Completely new group structure for custom variables.
3169 (org-agenda-files): Option: Single file name allowed. Function:
3170 Optional argument unrestrited means ignore any restricitons.
3171 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3172 trying to modify the menu. Use generalized access to
3173 `org-agenda-files.'
3174 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3175 (org-agenda-file-to-front, org-remove-file, org-diary)
3176 (org-tags-view, org-export-icalendar-all-agenda-files)
3177 (org-export-icalendar-combine-agenda-files): Use generalized
3178 access to `org-agenda-files'.
3179 (org-remember-handler): Correctly preserve heading if present.
3180 (org-table-insert-row, org-table-insert-hline): Deal with
3181 invisible characters.
3182
3183 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3184
3185 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3186 (vc-annotate-color-map): New 18 element constant
3187 value/saturation, rotating hue colormap, from red->blue.
3188 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3189 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3190 (vc-annotate): To avoid killing the required local variables,
3191 set them before the end of `with-output-to-temp-buffer', and
3192 after first switching to annotate-mode.
3193 (vc-annotate-warp-version): Add buffer argument in goto-line to
3194 ensure annotation, not source, is scrolled.
3195
3196 2006-04-10 Bill Wohler <wohler@newt.com>
3197
3198 * custom.el (defcustom, custom-handle-keyword):
3199 Add :package-version keyword.
3200 (custom-add-package-version): New function. Sets value of new
3201 property 'custom-package-version from :package-version keyword.
3202 (defcustom): Create Common Keywords section in docstring.
3203 (defface, defgroup): Replace definitions of a select few keywords
3204 with a reference to the Common Keywords in defcustom.
3205 (defcustom, defface, defgroup): Replace reference to Customization
3206 chapter in manual with hyperlink.
3207
3208 * cus-edit.el (customize-package-emacs-version-alist):
3209 New variable.
3210 (customize-changed-options): Add check for custom-package-version.
3211 (customize-package-emacs-version): New function to look up Emacs
3212 version corresponding to the given package version.
3213
3214 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3215 defun name, in similar fashion to find-variable-regexp.
3216
3217 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3218
3219 * international/mule-cmds.el (set-locale-environment): Fix last
3220 change for when the locale's preferences don't specify any encoding.
3221
3222 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3225 so the defined var/fun doesn't need to be quoted.
3226
3227 2006-04-10 Richard Stallman <rms@gnu.org>
3228
3229 * finder.el (finder-mode-map): Add n and p bindings.
3230
3231 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3232
3233 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3234 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3235 (gdb-setup-windows): Put something in source window if we can't find
3236 the source file.
3237 (gdb-frame-handler): Make it work again with just assembly.
3238 (gdb-data-list-register-values-handler): Make it work when there is
3239 no stack.
3240
3241 2006-04-09 Richard Stallman <rms@gnu.org>
3242
3243 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3244 specs while looking for charset.
3245
3246 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3247
3248 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3249 Make them faces.
3250 (lm-font-lock-keywords): Update appropriately.
3251
3252 2006-04-10 Kim F. Storm <storm@cua.dk>
3253
3254 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3255 it can also replace buffer-substring-no-properties.
3256
3257 * emulation/cua-base.el (cua-delete-region, cua-paste)
3258 (cua-repeat-replace-region): Use filter-buffer-substring.
3259
3260 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3261 (cua-cut-region-to-global-mark): Likewise.
3262
3263 * emulation/cua-rect.el (cua--extract-rectangle)
3264 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3265
3266 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3267
3268 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3269 entry-type. Add field delimiters to numerical fields if they are
3270 not present.
3271
3272 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3273
3274 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3275 string-const to return value.
3276 (bibtex-remove-delimiters): Use it.
3277
3278 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3281 cl-byte-compile-compiler-macro unless it exists.
3282
3283 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3284
3285 * files.el (hack-local-variables-confirm) <offer-save>:
3286 Clarify message text. Suggested by Ralf Angeli.
3287
3288 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3289
3290 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3291 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3292 instead of `buffer-substring' and `delete-region'. (Most of the
3293 code actually copied from `kill-region'.)
3294
3295 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3296
3297 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3298 (rcirc-default-port): Rename from rcirc-port.
3299 (rcirc-default-nick): Rename from rcirc-nick.
3300 (rcirc-default-user-name): Rename from rcirc-user-name.
3301 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3302 (rcirc-low-priority-flag): New variable.
3303 (rcirc-decode-coding-system): New defcustom.
3304 (rcirc-encode-coding-system): New defcustom.
3305 (rcirc-coding-system-alist): New defcustom.
3306 (rcirc-multiline-major-mode): New defcustom.
3307 (rcirc-nick): New internal variable.
3308 (rcirc-process): Remove variable.
3309 (rcirc-server-buffer): New variable.
3310 (rcirc): Update to use rcirc-default-* variables above.
3311 (rcirc-connect): Do not add window-configuration-hook-here.
3312 (rcirc-server): New internal variable.
3313 (rcirc-connect): Do not send keepalive pings if
3314 rcirc-keepalive-seconds is nil.
3315 (with-rcirc-server-buffer): New macro.
3316 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3317 (rcirc-server-name): Rename from rcirc-server.
3318 (rcirc-buffer-process): New function.
3319 (rcirc-buffer-nick): New function.
3320 (rcirc-buffer-target): Remove function.
3321 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3322 New commands.
3323 (rcirc-mode-map): Change binding of C-c C-l to
3324 rcirc-toggle-low-priority.
3325 (rcirc-mode): Initialize coding system based on
3326 rcirc-coding-system-alist. New change-major-mode-hook to part the
3327 channel on a mode change. Make kill-buffer-hook buffer-local.
3328 (rcirc-change-major-mode-hook): New function.
3329 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3330 (rcirc-last-post-time): New variable.
3331 (rcirc-process-message): Store the last time user posted a message
3332 to this target.
3333 (rcirc-multiline-minor-mode): New mode.
3334 (rcirc-multiline-minor-mode-map): New mode map.
3335 (rcirc-edit-multiline): Put multiline-edit buffer in
3336 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3337 (rcirc-print): Ignore any line starting with an ignored nick.
3338 (rcirc-print): Decode using rcirc-decode-coding-system.
3339 (rcirc-track-minor-mode): Update global-mode-string when disabling
3340 this mode.
3341 (minor-mode-alist): Add LowPri indicator.
3342 (rcirc-toggle-low-priority): New function.
3343 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3344 next lowpriority buffer with activity.
3345 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3346 last time the user posted a message in to the target.
3347 (rcirc-update-activity-string): New formatting for low priority
3348 buffers.
3349 (rcirc-split-activity): New function.
3350 (rcirc-handler-PART, rcirc-handler-KICK)
3351 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3352 (rcirc-nick-away-alist): New variable.
3353 (rcirc-handler-301): New handler. Away messages are printed once
3354 per change.
3355
3356 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3357
3358 * info.el (Info-follow-nearest-node): Doc fix.
3359
3360 * international/mule-cmds.el (set-locale-environment): Make sure
3361 the coding-system preferred by the locale's language has the same
3362 EOL conversion type as the original buffer-file-coding-system.
3363 (locale-language-names): Add a few MS Windows language codes.
3364
3365 2006-04-07 Richard Stallman <rms@gnu.org>
3366
3367 * simple.el (eval-expression): Doc fix.
3368
3369 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3370 (eval-defun): Doc fixes.
3371
3372 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3373
3374 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3375
3376 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3377
3378 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3379 GDB list command without argument for greater generality.
3380
3381 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3382
3383 * subr.el (string-or-null-p): New function.
3384
3385 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3386
3387 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3388
3389 * files.el: Update comment about safe-local-variable declarations.
3390
3391 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3392
3393 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3394 See idlwave.org.
3395
3396 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3397 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3398
3399 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3400 See idlwave.org.
3401
3402 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3403 version 6.0 (minimal changes). See idlwave.org.
3404
3405 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3406 6.0 (minimal changes). See idlwave.org.
3407
3408 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3409
3410 2006-04-06 Romain Francoise <romain@orebokech.com>
3411
3412 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3413 symmetric encryption features and a new asynchronous interface to
3414 GnuPG. This new version is version 1.4, plus whitespace changes.
3415
3416 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3417
3418 * files.el: Move some `safe-local-variable' declarations to the
3419 respective files.
3420
3421 * textmodes/ispell.el (ispell-check-comments)
3422 (ispell-local-dictionary): Mark as safe.
3423
3424 * abbrev.el (abbrev-mode): Mark as safe.
3425
3426 * add-log.el (change-log-default-name): Mark as safe.
3427
3428 * textmodes/reftex-vars.el (reftex-vref-is-default)
3429 (reftex-fref-is-default, reftex-level-indent)
3430 (reftex-guess-label-type): Mark as safe.
3431
3432 * textmodes/fill.el (colon-double-space): Mark as safe.
3433
3434 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3435 (sentence-end-double-space, sentence-end-without-period)
3436 (sentence-end-without-space, sentence-end, sentence-end-base)
3437 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3438
3439 2006-04-06 Kim F. Storm <storm@cua.dk>
3440
3441 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3442 the :set-after list.
3443 (ido-downcase-unc-hosts): New user option. Default on.
3444 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3445 when it is set, as regexps are now applied on the fly.
3446 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3447 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3448 on the fly, but only when ido-process-ignore-lists is set.
3449 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3450 Only downcase names if ido-downcase-unc-hosts is set.
3451
3452 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3453
3454 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3455
3456 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3457
3458 2006-04-05 Kim F. Storm <storm@cua.dk>
3459
3460 * ido.el (ido-mode): Set after ido-unc-hosts and
3461 ido-ignore-unc-host-regexps.
3462 (ido-save-history): Save ido-unc-hosts-cache.
3463 (ido-load-history): Load ido-unc-hosts-cache.
3464 (ido-reread-directory): Refresh unc hosts cache in // dir.
3465
3466 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3467 to nil while displaying slash screen.
3468
3469 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3470
3471 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3472 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3473
3474 2006-04-05 Kenichi Handa <handa@m17n.org>
3475
3476 * international/characters.el: Setup cases of Latin, Greek, and
3477 Cyrillic characters in CJK charsets.
3478
3479 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3480
3481 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3482 default-enable-multibyte-characters. This reverts the change from
3483 revision 6.17 which is no longer necessary because the passphrase
3484 is sent separately now. GnuPG messages are unreadable under
3485 multibyte locales with default-enable-multibyte-characters set to nil.
3486
3487 2006-04-04 Andreas Schwab <schwab@suse.de>
3488
3489 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3490 and `byte-compile-warnings' as `safe-local-variable'.
3491
3492 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3493
3494 * man.el (Man-mode-map): Restore the \r binding.
3495 (Man-abstract-xref-man-page): If Man-target-string is a function,
3496 call it.
3497 (Man-highlight-references): Use Man-default-man-entry to get the
3498 target. Deal with xrefs too.
3499 (Man-highlight-references0): Don't call the target function.
3500
3501 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3502 cannot deal with it.
3503
3504 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3505
3506 * pgg-gpg.el: Clean up process buffers every time gpg processes
3507 complete.
3508
3509 2006-04-04 Kenichi Handa <handa@m17n.org>
3510
3511 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3512 here.
3513 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3514 Temporarily bind inhibit-field-text-motion to t.
3515
3516 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * startup.el (normal-splash-screen): Only set mode-line-format in the
3519 splash buffer, so as not to interfere when debugging the code.
3520 Ignore errors when switching buffer.
3521
3522 2006-04-03 Romain Francoise <romain@orebokech.com>
3523
3524 * dired.el (dired-dnd-protocol-alist): Fix typo.
3525
3526 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3527
3528 * savehist.el (savehist): Add :version.
3529 (savehist-ignored-variables): New variable.
3530 (savehist-minibuffer-hook): Don't save variables listed in
3531 `savehist-ignored-variables'.
3532
3533 * dired.el (dired-dnd-protocol-alist): Mention that change does
3534 only apply to new buffers in doc string.
3535
3536 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3537
3538 * recentf.el (recentf-open-files-item): Include newline in button
3539 field, so opening a file will work, when the point is at the end
3540 of the file name. Allow, for example, to [i]search a file by
3541 extension and just push RET to open it.
3542
3543 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3544
3545 * pgg-gpg.el (pgg-gpg-process-filter)
3546 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3547
3548 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3549 lines, temporary fix.
3550
3551 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3552
3553 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3554
3555 2006-04-02 Richard Stallman <rms@gnu.org>
3556
3557 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3558
3559 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3562 header-mouse-map.
3563
3564 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3565 (ibuffer-mode-header-map): New keymaps.
3566 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3567 and keybindings for column headers.
3568 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3569 property.
3570
3571 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3572
3573 * speedbar.el (speedbar-after-create-hook): Doc fix.
3574
3575 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3576
3577 * shell.el (shell-directory-tracker)
3578 (shell-dynamic-complete-command): Doc fixes.
3579
3580 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3581
3582 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3583 terminals.
3584
3585 2006-04-01 Kim F. Storm <storm@cua.dk>
3586
3587 * ido.el (ido-unc-hosts-cache): New defvar.
3588 (ido-unc-hosts): If value of defcustom is a function, call it to
3589 get list of UNC hosts. Add function-item choices to specify
3590 ido-unc-hosts-net-view or user function.
3591 (ido-ignore-unc-host-regexps): New defcustom.
3592 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3593 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3594 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3595
3596 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3599 wwidth.
3600
3601 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3602
3603 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3604 (ido-max-work-file-list, ido-switch-buffer)
3605 (ido-read-file-name-as-directory-commands):
3606 Fix typos in docstrings.
3607
3608 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3609
3610 * term/mac-win.el (mac-system-coding-system): Define and use after
3611 Mac-specific coding systems are ready.
3612
3613 2006-03-27 Romain Francoise <romain@orebokech.com>
3614
3615 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3616
3617 * ldefs-boot.el: Update.
3618
3619 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3620
3621 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3622 passphrases when it is not needed.
3623 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3624 passphrase stuff from gpg, should only be necessary when you use
3625 gpg with a smartcard.
3626
3627 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3628
3629 * comint.el (comint-dynamic-list-completions): Allow user to
3630 select *Completions* buffer.
3631
3632 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3633
3634 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3635
3636 2006-03-26 Andreas Schwab <schwab@suse.de>
3637
3638 * progmodes/gud.el (gdb): Only complain about multiple debugging
3639 when the gdb process is still running.
3640
3641 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3642
3643 * mail/rmail.el (tool-bar-map): Defvar it.
3644 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3645 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3646
3647 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3648
3649 * help.el (print-help-return-message): Suggest to use
3650 display-buffer instead of switch-to-buffer-other-window to restore
3651 the previous window without selecting it.
3652
3653 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3654
3655 * frame.el (select-frame-by-name): Call x-focus-frame also when
3656 window-system is mac.
3657
3658 * term/mac-win.el: Adjust Courier font specifications in
3659 x-fixed-font-alist.
3660 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3661 when directly encoding to UTF-16 in native byte order, no BOM.
3662
3663 2006-03-25 Kim F. Storm <storm@cua.dk>
3664
3665 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3666 (cua--init-keymaps): Use it instead of fixed C-return.
3667 (cua-mode): Set after it.
3668
3669 * emulation/cua-rect.el (cua--init-rectangles):
3670 Use cua-rectangle-mark-key instead of fixed C-return.
3671
3672 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3673
3674 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3675 "run" in .gdbinit.
3676 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3677
3678 2006-03-24 Romain Francoise <romain@orebokech.com>
3679
3680 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3681 `display-buffer-other-frame'.
3682
3683 2006-03-24 Kim F. Storm <storm@cua.dk>
3684
3685 * apropos.el (apropos-synonyms): Add selection => region.
3686
3687 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3688
3689 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3690 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3691 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3692 (gdb-data-list-register-values-regexp)
3693 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3694 Future proof against new fields being added to MI output.
3695 (gdb-send): Don't treat backslashes for program input as
3696 continuations.
3697 (gdb-assembler-handler): Don't use window-start for this handler.
3698 (gdb-frame-handler): Don't change to hollow arrow if overlay
3699 arrow doesn't move to new frame.
3700
3701 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3702
3703 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3704 prevent compiler warnings.
3705 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3706 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3707 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3708 buffer too.
3709
3710 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3711
3712 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3713 make-network-process, so we can use the same code in Gnus v5-10
3714 too and have this file fully synchronized with that release.
3715
3716 2006-03-23 Romain Francoise <romain@orebokech.com>
3717
3718 * ibuf-ext.el (ibuffer-read-filter-group-name):
3719 Use `ibuffer-generate-filter-groups' to make completion list match
3720 the filter groups that are really displayed in the Ibuffer buffer.
3721 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3722
3723 2006-03-23 Kenichi Handa <handa@m17n.org>
3724
3725 * international/mule-cmds.el (sort-coding-systems): Describe that
3726 the argument is modified in docstring.
3727
3728 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3729
3730 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3731 (pgg-gpg-update-agent): New function.
3732 (pgg-gpg-use-agent-p): New function.
3733 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3734 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3735 (pgg-gpg-sign-region): Use it.
3736
3737 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * cus-edit.el (custom-face-set): Call custom-push-theme before
3740 face-spec set so that `changed' theme is correctly saved.
3741 (custom-face-reset-standard): Reset to recalculated face rather
3742 than defface spec.
3743
3744 * custom.el (custom-push-theme): Only save `changed' theme if the
3745 current face does not match the defface specs.
3746
3747 2006-03-21 Simon Josefsson <jas@extundo.com>
3748
3749 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3750 <wilde@sha-bang.de>.
3751 (pgg-gpg-use-agent): New variable.
3752 (pgg-gpg-process-region): Use it.
3753 (pgg-gpg-encrypt-region): Likewise.
3754 (pgg-gpg-encrypt-symmetric-region): Likewise.
3755 (pgg-gpg-decrypt-region): Likewise.
3756 (pgg-gpg-sign-region): Likewise.
3757 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3758
3759 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3760
3761 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3762 bracket links.
3763
3764 2006-03-21 Kim F. Storm <storm@cua.dk>
3765
3766 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3767 fringe-indicator-alist instead of modifying global value.
3768 (gdb-frame-handler): Likewise.
3769
3770 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3771
3772 * diff-mode.el (diff-function): Make it inherit from diff-header
3773 instead of diff-context.
3774
3775 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3776 bitmap.
3777 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3778 change names in macro above for consistency.
3779 (gdb-frame-handler): Use hollow-right-triangle for all selected
3780 frames which except the innermost (where execution has stopped).
3781 (gdb-reset): Reset buffer-local values of overlay-arrow.
3782
3783 2006-03-20 Richard Stallman <rms@gnu.org>
3784
3785 * simple.el (set-mark-command): Doc fix.
3786
3787 * files.el (display-buffer-other-frame): New command.
3788 (ctl-x-4-map): Bind C-x 5 C-o to it.
3789
3790 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3793 rather than just defer-time, in case defer-time has been changed but
3794 the timer isn't running yet.
3795 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3796
3797 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3798
3799 * help-mode.el (help-follow-symbol): New function.
3800 Essentially identical to the old `help-follow', but do not let
3801 `push-button' do the work when on an xref.
3802 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3803
3804 2006-03-19 Richard Stallman <rms@gnu.org>
3805
3806 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3807 preceded by the word `program'.
3808 (help-follow-mouse, help-follow): Throw error if not on xref.
3809 Delete no longer used args.
3810
3811 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3812
3813 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3814 annotation ensure gud-overlay-arrow-position is redisplayed.
3815
3816 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3817
3818 * textmodes/bibtex.el (bibtex-include-OPTkey)
3819 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3820 (bibtex-autokey-name-case-convert)
3821 (bibtex-autokey-titleword-case-convert): Make these the aliases
3822 for the following two variables.
3823 (bibtex-autokey-name-case-convert-function)
3824 (bibtex-autokey-titleword-case-convert-function): Make these the
3825 real names.
3826 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3827 bibtex-font-lock-crossref sublists.
3828 (bibtex-mode): Revert 2005-12-30 change (which made
3829 completion-ignore-case buffer-local).
3830 (bibtex-url): Simplify.
3831
3832 2006-03-19 Kim F. Storm <storm@cua.dk>
3833
3834 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3835 cursor property value to 2 (to align with C level change).
3836
3837 2006-03-19 Bill Wohler <wohler@newt.com>
3838
3839 * image.el (image-load-path-for-library): Shorten first line in
3840 docstring.
3841
3842 2006-03-18 Richard Stallman <rms@gnu.org>
3843
3844 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3845
3846 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3847
3848 * isearch.el (isearch-other-meta-char): Handle user bindings for
3849 shifted control characters.
3850
3851 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3852
3853 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3854 part that matches email addresses, file names, etc.
3855
3856 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3857
3858 * term/w32-win.el (mouse-set-font):
3859 Mention w32-list-proportional-fonts in the doc string.
3860
3861 2006-03-18 Kim F. Storm <storm@cua.dk>
3862
3863 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3864 (ido-unc-hosts): New user option to explicitly define list of know
3865 UNC-style hosts for completion.
3866 (ido-cache-unc-host-shares-time): New user option.
3867 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3868 New helper functions for UNC file-name support.
3869 (ido-may-cache-directory): Check for UNC host. Simplify.
3870 (ido-wash-history): Clean out old UNC hosts.
3871 (ido-nonreadable-directory-p): UNC hosts are always readable.
3872 (ido-directory-too-big-p): UNC hosts are never too big.
3873 (ido-set-current-directory): Handle UNC root path.
3874 (ido-file-name-all-completions): Complete UNC host names from
3875 ido-unc-hosts list. Cache UNC host shares.
3876 (ido-make-file-list-1): Don't filter UNC root.
3877 (ido-exhibit): Check for // in root directory, and switch to UNC
3878 mode by setting ido-current-directory to //.
3879
3880 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3881
3882 * cus-edit.el (customize-changed-options): Mention explicit
3883 version number as default in prompt.
3884
3885 2006-03-17 Bill Wohler <wohler@newt.com>
3886
3887 * image.el (image-load-path-for-library): Minor docstring fix.
3888
3889 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3890
3891 * textmodes/org.el (org-read-date): Include subgroup 5 into
3892 replacement text.
3893 (org-popup-calendar-for-date-prompt): Fix customization type.
3894
3895 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3898 (gdb-continuation): New variable.
3899 (gdb-send): Deal with continuation lines.
3900
3901 * progmodes/gud.el (gud-gdb-complete-command)
3902 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3903 expressions.
3904 (gud-tooltip-mode): Use buffer-local value.
3905
3906 2006-03-16 Kim F. Storm <storm@cua.dk>
3907
3908 * ido.el (ido-edit-input): Use selected match, if any.
3909
3910 2006-03-16 Bill Wohler <wohler@newt.com>
3911
3912 * image.el (image-load-path-for-library): Prefer user's images in
3913 image-load-path.
3914
3915 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3916
3917 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3918 when checking for attempt to drag leftmost or rightmost scrollbar.
3919
3920 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3921
3922 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3923 (gdb-force-mode-line-update): New function.
3924 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3925 (gdb-exited): Use them.
3926 (gdb-signal): New function.
3927 (gdb-annotation-rules): Provide a rule for it.
3928
3929 2006-03-16 Kenichi Handa <handa@m17n.org>
3930
3931 * international/mule.el (auto-coding-regexp-alist): Add entries
3932 for Unicode BOM.
3933
3934 * sort.el (sort-build-lists): Temporarily bind
3935 inhibit-field-text-motion to t.
3936
3937 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3938
3939 * locate.el (locate-command, locate-make-command-line)
3940 (locate-fcodes-file, locate-update-command)
3941 (locate-prompt-for-command, locate, locate-with-filter)
3942 (locate-get-file-positions): Doc fixes.
3943 (locate-buffer-name, locate-header-face): Remove leading `*' in
3944 defcustom.
3945 (locate-filter-output): Use `keep-lines' instead of its alias
3946 `delete-non-matching-lines'.
3947 (locate-get-filename, locate-get-dirname): Add introductory comment.
3948 (locate-find-directory-other-window): Give appropriate error
3949 message if used outside main listing.
3950
3951 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3954 the new extend-region feature.
3955 (font-lock-after-change-function): Update correspondingly.
3956 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3957 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3958
3959 2006-03-15 Bill Wohler <wohler@newt.com>
3960
3961 * image.el (image-load-path-for-library): Fix example by not
3962 recommending that one binds image-load-path. Just defvar it to
3963 placate compiler and only use it if previously defined.
3964
3965 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3966
3967 * textmodes/org.el (org-insert-centered): Use `string-width' to
3968 make underlining work for wide characters.
3969 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3970 TAB to `org-cycle', to make sure that no binding in
3971 `outline-mode-map' can supercede it.
3972
3973 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3974
3975 * allout.el: Increment version to 2.2.1 in file commentary.
3976
3977 (allout-version): Increment to 2.2.1.
3978
3979 (allout-default-layout): New customization variable, used when the
3980 file lacks a specific allout-layout. Uses allout-layout-type for
3981 recursively nested definition.
3982
3983 (allout-layout-type): Widget defining allout layouts, necessary for
3984 self-recursive definition.
3985
3986 (allout-mode): Incorporate allout-default-layout as fallback for
3987 allout-layout.
3988
3989 (allout-layout): Mark as 'safe-local-variable', and refer mention
3990 fallback to `allout-default-layout' in absence of a specified value.
3991 (allout-passphrase-verifier-string)
3992 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3993
3994 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3995
3996 (allout-get-encryption-passphrase-verifier): Use correct name of
3997 passphrase verifier in docstring.
3998
3999 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4000
4001 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4002 elements.
4003 (gdb-find-watch-expression): Make it work for arrays too.
4004 Follow change to gdb-var-list.
4005 (gud-watch): Allow the user to enter variable name with a prexix
4006 arg. Create keybindings.
4007 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4008 (gdb-var-list-children-handler, gdb-var-update-handler)
4009 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4010 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4011 Follow change to gdb-var-list.
4012 (gdb-starting): Don't show the overlay arrows when program is running.
4013
4014 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4015 gdb-var-list.
4016
4017 2006-03-14 Bill Wohler <wohler@newt.com>
4018
4019 * image.el (image-load-path-for-library): Pass value of path
4020 rather than symbol. Always return list of directories.
4021 Guarantee that image directory comes first.
4022
4023 2006-03-14 Alan Mackenzie <acm@muc.de>
4024
4025 * font-core.el (font-lock-extend-region\(-function\)?.):
4026 New function/variable.
4027
4028 * font-lock.el (font-lock-after-change-function):
4029 Call font-lock-extend-region. Obey font-lock-lines-before.
4030 (font-lock-default-fontify-region): Remove reference to
4031 font-lock-lines-before.
4032
4033 * jit-lock.el (jit-lock-after-change):
4034 Call font-lock-extend-region. Obey font-lock-lines-before.
4035
4036 2006-03-14 David Ponce <david@dponce.com>
4037
4038 * tree-widget.el (tree-widget-themes-load-path)
4039 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4040
4041 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4042
4043 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4044 (rcirc-print): Mark the start of text at the end of the prompt.
4045 (rcirc-track-minor-mode): Add autoload cookie.
4046 (rcirc-update-activity-string): Add space to front of mode-line
4047 indicator.
4048
4049 2006-03-13 Miles Bader <miles@gnu.org>
4050
4051 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4052 (rcirc-abbrev-nick): Remove function.
4053 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4054
4055 2006-03-13 David Ponce <david@dponce.com>
4056
4057 * tree-widget.el: Handle themes across all occurrences of the main
4058 themes sub-directory found in tree-widget-themes-load-path.
4059 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4060 (tree-widget--locate-sub-directory): Return all occurrences.
4061 (tree-widget-themes-path): New function.
4062 Replace tree-widget-themes-directory, and return a list of directories.
4063 (tree-widget-set-parent-theme)
4064 (tree-widget-lookup-image): Use it.
4065
4066 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4067
4068 * textmodes/org.el (org-link-search): Avoid self-matching of
4069 links, allow target text to be distributed over several lines.
4070 (org-search-not-link): New function.
4071 (org-set-regexps-and-options, org-get-current-options):
4072 New startup options.
4073 (org-export-as-html): Take odd-level setting from local variable.
4074 (org-fontify-emphasized-text): New option.
4075 (org-set-font-lock-defaults): Include emphasized text.
4076 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4077 (org-font-lock): Customize group renamed from `org-faces'.
4078
4079 2006-03-13 John Paul Wallington <jpw@pobox.com>
4080
4081 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4082 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4083
4084 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4085
4086 * cus-start.el (all): Delete :version keyword for members of the
4087 fringe group, since the entire group is new in 22.1.
4088
4089 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4090
4091 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4092 map if value is hexadecimal (an address).
4093 (gud-watch): Only search roots for existing watch expressions.
4094 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4095 prevent caching problems with speedbar-update-directory-contents.
4096
4097 2006-03-12 Juri Linkov <juri@jurta.org>
4098
4099 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4100 before comparing with `low' and `warn'.
4101
4102 * info.el (Info-dir-remove-duplicates): Move point to the
4103 beginning of the current line after deleting the entries from
4104 redundant heading. Use marker for `limit' and compare it with
4105 point before calling `re-search-forward'.
4106
4107 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * simple.el (yank): Fix typo in docstring.
4110
4111 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4112
4113 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4114 messages, where "D" is the 6th character.
4115
4116 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4117
4118 * simple.el (yank): Fix last change.
4119
4120 2006-03-11 David Ponce <david@dponce.com>
4121
4122 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4123 merging elements from the standard ispell-dictionary-alist.
4124 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4125 alist, and return the new alist.
4126
4127 2006-03-11 Richard Stallman <rms@gnu.org>
4128
4129 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4130
4131 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4132 the way it is implemented is too unclean.
4133
4134 * simple.el (kill-region, yank): Doc fix.
4135
4136 * battery.el (battery-echo-area-format): Doc fix.
4137 (battery-mode-line-format): Likewise.
4138 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4139 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4140
4141 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4142
4143 * progmodes/octave-mod.el (octave-indent-for-comment):
4144 Behave according to do string.
4145
4146 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4147
4148 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4149 Be visible only if major mode is Mail Mode.
4150
4151 * textmodes/flyspell.el (flyspell-external-point-words)
4152 (flyspell-process-localwords): Fix last changes.
4153
4154 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4155
4156 * calendar/holidays.el (list-holidays): Doc fix.
4157
4158 * international/mule.el (auto-coding-alist): Add .odt
4159 (OpenOffice's open document) files.
4160
4161 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4162 document) files. Mention in the doc string the need to sync with
4163 auto-coding-alist.
4164
4165 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4166
4167 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4168 enable-local-variables is set to always query, or there is no
4169 savable variable.
4170
4171 2006-03-10 Bill Wohler <wohler@newt.com>
4172
4173 * image.el (image-load-path-for-library): Merge at least three
4174 functions from Gnus and MH-E into this one function that can now
4175 be shared.
4176
4177 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4180 gdb-remove-mouse-face and remove help-echo too.
4181 (gdb-enqueue-input): Correct conditional clause.
4182
4183 2006-03-10 Glenn Morris <rgm@gnu.org>
4184
4185 * calendar/calendar.el (calendar-holidays): Doc fix.
4186 * calendar/holidays.el (list-holidays): Doc fix.
4187
4188 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4189
4190 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4191 it gets called in gdb-prompt anyway.
4192 (gdb-use-separate-io-buffer): Only restore window arrangement for
4193 gdb-many-windows.
4194 (gdb-enqueue-input): Make it harder to send GDB input when program
4195 is running.
4196 (gdb-buffer-list): New variable.
4197 (gdb-remove-mouse-face): New function.
4198 (gdb-starting): Use it when GDB input won't get sent.
4199
4200 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4201
4202 * help.el (view-lossage): Remove trailing whitespace before
4203 inserting "\n".
4204
4205 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * files.el (hack-local-variables-confirm):
4208 Set coding-system-for-read to nil before writing to .emacs.
4209
4210 * arc-mode.el (archive-extract): Check if an existing buffer name
4211 comes from a different archive.
4212
4213 * help.el (describe-key-briefly): If KEY is a down event, read and
4214 discard the up event.
4215
4216 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4217
4218 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4219 be edited and use font-lock-warning-face for any changes.
4220
4221 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4222 (gdb-edit-value): Use it to report any errors.
4223
4224 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4225
4226 * help.el (describe-key): Remove leftover test code.
4227
4228 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4229
4230 * textmodes/org.el: Move defvars out of eval-when-compile.
4231 Use buffer-file-name variable.
4232 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4233 arg `file'.
4234 (org-level-faces): Remove startup dependency.
4235 (org-cycle, org-map-tree, org-scan-tags)
4236 (org-remember-handler): Don't call `outline-level' directly.
4237 (org-mhe-search-all-folders): New option.
4238 (org-mhe-get-message-folder-from-index)
4239 (org-mhe-get-message-folder): Fix indexing search.
4240 (org-format-agenda-item): Handle nil TAGS argument.
4241 (org-cleaned-string-for-export, org-activate-target-links)
4242 (org-make-target-link-regexp): Deal with empty radio target list.
4243 (org-tag): New face.
4244 (org-get-level-face): New function.
4245 (org-set-font-lock-defaults): Simplify setup for headlines.
4246 (org-complete): Pass common substring to `display-completion-list'.
4247
4248 2006-03-06 David Ponce <david@dponce.com>
4249
4250 * tree-widget.el: Update Commentary header.
4251 (tree-widget-theme-name): Ignore parent themes.
4252 (tree-widget-set-parent-theme): New function.
4253 (tree-widget-set-theme): Use it.
4254 (tree-widget-set-image-properties): Move definition. Does nothing
4255 if image properties have already been set.
4256 (tree-widget-image-properties): Move definition. Receive an image
4257 name. Set the :pointer property.
4258 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4259 Don't set the :pointer image property.
4260 (tree-widget-convert-widget): New function. Handle :dynargs
4261 compatibility here.
4262 (tree-widget): Use it to :convert-widget. Add the :expander-p
4263 predicate to control when the :expander function is entered.
4264 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4265 (tree-widget-value-create): Handle :expander-p. widget-apply
4266 :expander.
4267 (tree-widget-expander-p): New function. Default value of the
4268 :expander-p property.
4269
4270 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4271
4272 * help.el (describe-key): Properly handle the return value of
4273 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4274 remaps. Handle string and vector `follow-link' values.
4275
4276 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * complete.el (PC-expand-many-files): Try be more careful when parsing
4279 the shell's output.
4280
4281 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * outline.el (hide-sublevels): Provide better interactive default.
4284
4285 2006-03-06 Kenichi Handa <handa@m17n.org>
4286
4287 * international/fontset.el (create-fontset-from-fontset-spec):
4288 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4289
4290 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4291
4292 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4293 backslashes instead of one in regexp.
4294 (gud-tooltip-dereference): Add missing optional argument.
4295
4296 2006-03-04 John Paul Wallington <jpw@pobox.com>
4297
4298 * wdired.el (toplevel): Require `cl' at compile-time.
4299
4300 2006-03-04 Andreas Schwab <schwab@suse.de>
4301
4302 * server.el (server-process-filter): Handle errors during
4303 evaluation of the argument.
4304
4305 2006-03-03 John Paul Wallington <jpw@pobox.com>
4306
4307 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4308 escape parentheses at beginning of line.
4309 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4310 (t-mouse-mode): Remove period from end of error message.
4311
4312 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4313
4314 * textmodes/flyspell.el (flyspell-process-localwords):
4315 Be case-sensitive.
4316
4317 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4318
4319 * cus-edit.el (custom-quote): Remove function, since it has been
4320 moved to custom.el.
4321
4322 * font-lock.el (lisp-font-lock-keywords-2)
4323 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4324 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4325 they have no special meaning.
4326
4327 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4328 indirect buffer gets killed before indirect buffer. Use dolist.
4329
4330 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4331
4332 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4333 value instead of a literal constant (1) on more pauses.
4334
4335 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4336
4337 * textmodes/flyspell.el (flyspell-external-point-words):
4338 Be case-sensitive.
4339
4340 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4341
4342 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4343 with "www".
4344
4345 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4346
4347 * allout.el: Restablish intermediate missing comment header to
4348 preserve outline structure.
4349 (allout-beginning-of-current-entry): Skip invisible text.
4350 (allout-open-topic): Fix opening a topic at end-of-buffer.
4351 (allout-minor-mode): Move nearer to allout-mode function.
4352
4353 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4354
4355 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4356
4357 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4358
4359 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4360 is nil.
4361
4362 * progmodes/gud.el (gud-speedbar-menu-items):
4363 Use buffer-local-value and add missing :visible keyword.
4364
4365 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4366
4367 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4368
4369 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4370 must be `follow-link'.
4371
4372 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4373
4374 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4375 formatting: No nested anchors.
4376 (org-all-targets): Fix bug with XEmacs compatibility.
4377 (org-read-date): Add (require 'parse-time).
4378 (org-set-tags): Fix bug with extra inserted space.
4379 (org-export-html-style): Define a style class for targets.
4380 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4381 (org-hide-leading-stars): New option.
4382 (org-hide): New face.
4383 (org-set-font-lock-defaults): Allow to hide leading stars.
4384 (org-get-legal-level, org-tr-level): New functions.
4385 (org-odd-levels-only): New option.
4386 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4387 (org-demote, org-promote): Deal with double-star levels.
4388 (org-convert-to-odd-levels): New command.
4389
4390 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4391
4392 * speedbar.el (speedbar-update-localized-contents): Try to
4393 preserve window-start.
4394 (speedbar-update-directory-contents): Try to preserve window-start
4395 and window-point.
4396 (speedbar-update-special-contents): Don't move back to start of window.
4397
4398 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4399 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4400 speedbar-timer-fn.
4401 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4402 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4403 instead of gdb-speedbar-timer-fn.
4404
4405 2006-02-28 Jay Belanger <belanger@truman.edu>
4406
4407 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4408 (math-compose-expr): Use latex option when calling
4409 `math-compose-tex-matrix' for latex mode.
4410
4411 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4412
4413 * speedbar.el: Re-instate comments about developing for speedbar
4414 [this is what info and gdb-ui use even if better methods exist now].
4415
4416 * t-mouse.el: New file.
4417 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4418 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4419 (t-mouse-make-event-element): Use posn-at-x-y instead.
4420 (t-mouse-make-event): Deal with Fedora Core 3.
4421 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4422 (t-mouse-mouse-position-function): New function. Use it instead
4423 of advising mouse-position.
4424 (t-mouse-mode): New minor mode.
4425 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4426
4427 2006-02-27 Glenn Morris <rgm@gnu.org>
4428
4429 * calendar/calendar.el (calendar-holidays): Doc fix.
4430
4431 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4432
4433 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4434 Re-introduce the concept of a source window.
4435 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4436 consistency with get-buffer-create.
4437 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4438 (gdb-data-list-register-values-handler)
4439 (gdb-stack-list-locals-handler): Try to preserve window-start as
4440 well as window-point.
4441 (gdb-display-source-buffer): New function (old concept).
4442 (gdb-goto-breakpoint): Use it.
4443
4444 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4445 for gdb-ui/gdb-mi (old concept).
4446
4447 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4448
4449 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4450 binding.
4451
4452 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4453
4454 * textmodes/reftex-sel.el (reftex-select-label-map)
4455 (reftex-select-bib-map): Add `follow-mouse' binding.
4456
4457 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4458
4459 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4460 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4461 Give :set functions to provide automatic updating.
4462 Update docstring. Give compiler defvars early in the file
4463 and move the defcustoms to a later spot where all called functions
4464 are defined.
4465 (jka-compr-file-name-handler-entry): Doc fix.
4466 (jka-compr-compression-info-list--internal)
4467 (jka-compr-mode-alist-additions--internal)
4468 (jka-compr-load-suffixes--internal): New variables.
4469 (jka-compr-install): Set the three above variables.
4470 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4471 (jka-compr-update, jka-compr-set): New functions.
4472 (auto-compression-mode): Doc fix.
4473
4474 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4475 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4476 Use jka-compr-compression-info-list--internal,
4477 jka-compr-mode-alist-additions--internal and
4478 jka-compr-load-suffixes--internal.
4479
4480 * files.el (load-library):
4481 * loadhist.el (file-loadhist-lookup):
4482 * startup.el (command-line):
4483 * subr.el (locate-library):
4484 * emacs-lisp/autoload.el (update-directory-autoloads):
4485 * emacs-lisp/find-func.el (find-library-suffixes):
4486 Use `get-load-suffixes' instead of `load-suffixes'.
4487
4488 * subr.el (locate-library):
4489 * emacs-lisp/find-func.el (find-library-name):
4490 Use `load-file-rep-suffixes' instead of '("").
4491
4492 2006-02-26 Kim F. Storm <storm@cua.dk>
4493
4494 * ido.el (ido-save-history, ido-load-history): Simplify.
4495 Don't use find-file-noselect to avoid interference from other modes.
4496
4497 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4498
4499 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4500 to use the default shell if filename is not available.
4501 Reported by Giorgos Keramidas.
4502
4503 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4504
4505 * progmodes/etags.el (tags-completion-table): Do completion from
4506 all the tables in the current list, as documented in the manual.
4507
4508 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4509
4510 * CC Mode Update to 5.31.3.
4511
4512 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4513
4514 * progmodes/cc-mode.el (c-postprocess-file-styles):
4515 Bind inhibit-read-only to t, around the call to
4516 c-remove-any-local-eval-or-mode-variables, so that it works on a
4517 RO file.
4518
4519 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4520
4521 * progmodes/cc-awk.el: Correct a typo.
4522
4523 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4524
4525 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4526 c-hungry-delete-backwards, at the request of RMS. Leave the old
4527 name as an alias.
4528
4529 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4530
4531 * progmodes/cc-mode.el: Correct a typo.
4532
4533 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4534
4535 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4536
4537 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4538
4539 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4540 brace-else-brace (error due to mbeg, mend being undefined).
4541
4542 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4543
4544 * progmodes/cc-mode.el: File Local variables: Solve the problem
4545 where both `mode' and c-file-offsets are specified: `mode' will
4546 overwrite c-f-o's settings:
4547 (c-remove-any-local-eval-or-mode-variables): New function.
4548 (c-postprocess-file-styles): Call the above new function, within
4549 c-tentative-buffer-change, to splat `mode' and `eval' before the
4550 second hack-local-variables.
4551
4552 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4553
4554 * progmodes/cc-mode.el:
4555 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4556 (c-after-change): Protect the match data with save-match-data.
4557 It was getting corrupted by c-after-change-check-<>-operators.
4558
4559 * cc-defs.el: [Supersedes patch V1.38]:
4560 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4561 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4562
4563 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4564 with save-match-data. It was being corrupted when Font Lock was
4565 not enabled.
4566
4567 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4568
4569 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4570 Mode and Subword Mode.
4571
4572 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4573 real labels ("case 1:" or "foo:") from non-labels ("public:").
4574 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4575 coding; c-f-t-2 doesn't move over a token at EOB.
4576
4577 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4578
4579 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4580 (c-update-modeline): Concatenate the minor mode indicators
4581 directly onto mode-name, removing c-submode-indicators.
4582 Sometimes, c-s-i got separated from the mode name on the mode line.
4583
4584 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4585 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4586
4587 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4588
4589 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4590 error message when there's an evaluation error to show whether
4591 it's loaded from source or not.
4592 (c-filter-ops): Make it available at runtime too to work when
4593 `c-make-init-lang-vars-fun' needs to evaluate from source.
4594
4595 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * help.el (help): Revert last part of 2006-02-23 change (deletion
4598 of the `provide' call).
4599
4600 2006-02-23 Juri Linkov <juri@jurta.org>
4601
4602 * compare-w.el (compare-windows-highlight): Add new value
4603 `persistent' and change :type from `boolean' to `choice'.
4604 (compare-windows-overlays1, compare-windows-overlays2):
4605 New internal variables.
4606 (compare-windows-highlight): If compare-windows-highlight is
4607 `persistent', add current overlays to compare-windows-overlays[12]
4608 instead of adding compare-windows-dehighlight to pre-command-hook.
4609 (compare-windows-dehighlight): Delete all overlays from
4610 compare-windows-overlays[12].
4611
4612 * info.el (Info-search): Don't bind search-spaces-regexp to
4613 Info-search-whitespace-regexp in non-regexp isearch mode.
4614
4615 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4618
4619 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4620
4621 * textmodes/org.el (org-xemacs-p)
4622 (org-export-html-show-new-buffer, org-table-may-need-update)
4623 (org-insert-item, org-mhe-get-message-real-folder)
4624 (org-mhe-get-message-folder-from-index)
4625 (org-mhe-get-message-folder, org-mhe-get-message-num)
4626 (org-mhe-get-header, org-make-org-heading-search-string)
4627 (org-make-org-heading-camel, org-table-sort-lines)
4628 (org-format-org-table-html, org-format-table-table-html):
4629 Fix typos in docstrings.
4630
4631 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4632
4633 * textmodes/org.el (org-cleaned-string-for-export)
4634 (org-solidify-link-text): New function.
4635 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4636 XEmacs, just to silence the compiler.
4637 (org-export-as-ascii, org-export-as-html-and-open):
4638 Use `org-cleaned-string-for-export' and create internal links.
4639 (org-follow-mhe-link): Require mh-e, use folder.
4640
4641 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4642
4643 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4644
4645 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4646 gdb-debug-log-length.
4647 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4648 it a real ring but...
4649 (gud-gdba-marker-filter): ...make it work like mark-ring.
4650 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4651 (gdb-mouse-jump): New function. Add bindings.
4652
4653 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4654
4655 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4656 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4657 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4658 (gdb-debug-log-length): Customize it's length.
4659 (gud-watch, gdb-var-create-handler): Display function::var format
4660 but don't use to create variable object.
4661 (gdb-var-create-handler): Use message-box in place of message.
4662 (gdb-stopped): Call gdb-exited if signalled.
4663
4664 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4665
4666 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4667
4668 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4669
4670 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4671 if `reftex-try-all-extensions' is set.
4672
4673 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4674 fail silently when there is no valid argument at point.
4675 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4676 `fail-silently' argument. From a patch by David Reiter.
4677
4678 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4679 New commands.
4680 (org-mark-ring): New variable.
4681 (org-mark-ring-length): New option.
4682 (org-open-at-point, org-goto, org-open-file): Push old position
4683 onto the mark ring.
4684 (org-add-hook): New function.
4685 (org-export-table-remove-special-lines): New option.
4686 (org-skip-comments, org-format-org-table-html): Respect new
4687 option `org-export-table-remove-special-lines'.
4688 (org-open-file): Allow special command configuration for
4689 directory link.
4690 (org-file-apps): Fix bugs in customize type, added setting
4691 for directories.
4692 (org-activate-tags, org-format-agenda-item, org-complete)
4693 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4694 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4695 (org-link-search, org-make-org-heading-search-string)
4696 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4697 (org-radio-targets, org-file-link-context-use-camel-case)
4698 (org-activate-camels): New options.
4699 (org-update-radio-target-regexp, org-all-targets)
4700 (org-make-target-link-regexp, org-activate-target-links):
4701 New functions.
4702 (org-make-org-heading-search-string): New function.
4703 (org-store-link, org-insert-link): Use new option
4704 `org-file-link-context-use-camel-case'.
4705 (org-activate-camels): Use new option `org-activate-camels'.
4706 (org-link-regexp): Add mhe prefix.
4707 (org-open-at-point, org-store-link): Support for mhe links.
4708 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4709 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4710 (org-mhe-get-header, org-follow-mhe-link): New functions.
4711 (org-remove-angle-brackets, org-add-angle-brackets):
4712 New functions.
4713 (org-bracket-link-regexp): New constant.
4714 (org-read-date): Fix bug that was rejecting all typed dates.
4715 (org-link-search): Make hierarchy above visible after a match.
4716 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4717 (org-store-link): Fix bug with link creation when cursor is in
4718 an empty line.
4719 (org-open-at-point): Fix bug with matching a link.
4720 Fixed buggy argument sequence in call to `org-view-tags'.
4721 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4722 (org-prefix-has-tag): New variable.
4723 (org-format-agenda-item): Remove tags from headline
4724 if appropriate.
4725 (org-agenda-remove-tags-when-in-prefix): New option.
4726
4727 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4728
4729 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4730 Fix the regular expressions.
4731
4732 2006-02-21 Richard M. Stallman <rms@gnu.org>
4733
4734 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4735 if there's no other specific basis.
4736
4737 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4738 as variables at all.
4739 (unsafep-variable): Rename arg; doc fix.
4740
4741 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4742
4743 * calendar/appt.el (diary-selective-display): Add defvar.
4744
4745 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4746
4747 * isearch.el (search-whitespace-regexp): Fix custom type.
4748
4749 * help.el (describe-key-briefly): Compute interactive args
4750 in same was as before previous change.
4751
4752 * files.el (enable-local-variables): Doc fix.
4753
4754 2006-02-21 Kim F. Storm <storm@cua.dk>
4755
4756 * fringe.el: Cleanup as file is now pre-loaded.
4757 (fringe-bitmaps): Initialize unconditionally.
4758 (fringe-mode, set-fringe-style): Remove autoload cookies.
4759
4760 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4761
4762 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4763 `horizontal-bar'.
4764 (fringe-cursor-alist): Use `horizontal-bar'.
4765
4766 2006-02-20 Kim F. Storm <storm@cua.dk>
4767
4768 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4769 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4770
4771 * loadup.el: Load "fringe" on window systems.
4772
4773 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4774
4775 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4776 out of scope components.
4777
4778 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4779 default.
4780
4781 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * custom.el (customize-mark-to-save, customize-mark-as-set):
4784 Load the symbol first.
4785
4786 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4787
4788 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4789 strech spec so it doesn't display as "^J" on the header line
4790 when `Buffer-menu-use-header-line' is t.
4791
4792 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4793
4794 * speedbar.el (speedbar-make-button): Keep text properties
4795 of string arguments if desired.
4796
4797 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4798 expessions.
4799
4800 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4801 of speedbar.
4802
4803 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4804
4805 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4806 to value of `read-file-name-completion-ignore-case'.
4807
4808 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * custom.el (customize-mark-as-set): Push to `user' theme.
4811
4812 * cus-edit.el (custom-save-variables): Allow unthemed values.
4813 (customize-set-variable): Push setting to `user' theme.
4814
4815 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4816
4817 * progmodes/gud.el: Don't require font-lock as it's now
4818 automatically loaded.
4819 (gud-speedbar-buttons): Replace gdb-var-changed with
4820 gdb-force-update.
4821
4822 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4823 gdb-var-changed.
4824 (gdb-post-prompt): Use it.
4825 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4826 (gdb-var-update-handler, gdb-var-delete)
4827 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4828 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4829 gdb-force-update in gdb-post-prompt.
4830 (gdb-reset): Clear watch expressions from speedbar when quitting.
4831
4832 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4833
4834 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4835 (viper-change-state-to-vi, viper-change-state-to-emacs):
4836 Make aware of cursor coloring in the Emacs state.
4837 (viper-special-read-and-insert-char): Use read-char-exclusive.
4838 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4839
4840 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4841
4842 * viper-util.el (viper-save-cursor-color)
4843 (viper-get-saved-cursor-color-in-replace-mode)
4844 (viper-get-saved-cursor-color-in-insert-mode)
4845 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4846 state.
4847 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4848
4849 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4850 (ediff-ignore-case-option3, ediff-actual-diff-options)
4851 (ediff-actual-diff3-options): New variables to control case sensitivity.
4852 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4853 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4854 (ediff-toggle-ignore-case): New function.
4855 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4856
4857 * ediff-help.el (ediff-long-help-message-narrow2)
4858 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4859 (ediff-long-help-message-word-mode): Add ignore-case command.
4860 (ediff-help-for-quick-help): Add ignore-case command.
4861
4862 * ediff-merg.el: Move provide to the end.
4863
4864 * ediff-ptch.el: Move provide to the end.
4865
4866 * ediff-wind.el: Move provide to the end.
4867
4868 * ediff-mult.el: Move provide to the end.
4869 (ediff-set-meta-overlay): Enable follow-link.
4870
4871 * ediff.el: Move provide to the end.
4872 Break recursive load cycle in eval-when-compile.
4873 (ediff-patch-buffer): Better heuristics.
4874
4875 * ediff-util.el: Move provide to the end.
4876 Break recursive load cycle in eval-when-compile.
4877 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4878 defuns.
4879 (ediff-submit-report): Pass the values of ediff-diff3-program,
4880 ediff-diff3-options.
4881
4882 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4885 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4886 `' (for example, in the docstring of `windmove-default-keybindings').
4887
4888 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4889
4890 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4891 shadow face. Don't provide binding to edit variable when it is
4892 out of scope.
4893
4894 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4895 (gdb-var-update-handler): Detect out of scope variables with pre
4896 GDB 6.4 too.
4897 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4898 Reset status of variable objects to nil in update handlers.
4899 (gdb-var-update-handler-1): Detect when a variable object comes
4900 in scope. setcar on var changes gdb-var-list directly.
4901
4902 2006-02-17 Juri Linkov <juri@jurta.org>
4903
4904 * ffap.el (ffap) <defface>: Add explicit face declaration.
4905 (ffap-highlight): Use face `ffap' directly instead of checking
4906 for its existence.
4907
4908 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4909 `visible-ok' of `other-buffer' to find the right original buffer.
4910
4911 * info.el (Info-search): Skip `Local Variables' node.
4912
4913 2006-02-17 Juri Linkov <juri@jurta.org>
4914
4915 * info.el (Info-find-file): Check for symbols `apropos', `history',
4916 `toc' in the input filename, and return these symbols as is.
4917 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4918 `history', `toc' instead of strings.
4919 (Info-set-mode-line): For non-string Info-current-file use the
4920 symbol's name inside **.
4921 (Info-isearch-push-state): Add quote before Info-current-file and
4922 Info-current-node.
4923 (Info-isearch-pop-state): Use `equal' instead of `string='.
4924 (Info-extract-pointer, Info-following-node-name): Use
4925 `match-string-no-properties' instead of `match-string'.
4926 (Info-up): Check `old-file' for `stringp'.
4927 (Info-history): Use `equal' instead of `string-equal'.
4928 Check `file' for `stringp'.
4929 (Info-history): Use symbol `history' instead of string as first arg
4930 of `Info-find-node'.
4931 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4932 `toc' instead of string.
4933 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4934 instead of `buffer-substring', and `match-string-no-properties'
4935 instead of `match-string'.
4936 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4937 instead of strings.
4938 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4939 Use symbol `apropos' instead of string.
4940 (Info-copy-current-node-name): Check `Info-current-file' for
4941 `stringp' and construct a command with `Info-find-node' from it.
4942 (Info-fontify-node): Use `match-string-no-properties' instead of
4943 `match-string' and check file names for `stringp'.
4944 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4945 `history', `toc' instead of strings.
4946
4947 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4948
4949 * files.el: Rearrange functions and variables in the file local
4950 variables section.
4951
4952 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4953
4954 * files.el: Add truncate-lines, ispell-check-comments and
4955 ispell-local-dictionary as safe local variables.
4956
4957 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4958
4959 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4960 out of scope variables.
4961 (gud-speedbar-buttons): Use unless.
4962
4963 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4964 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4965 (gdb-show-changed-values): Also use for out of scope variables.
4966 (gdb-var-update-handler-1): Note if variable goes out of scope.
4967
4968 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4969
4970 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4971 default to global variable values for unsupplied args.
4972 (rcirc-get-buffer-create): Fix bug with setting the target.
4973 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4974 test for rcirc-always-use-server-buffer-flag here.
4975 (rcirc-response-formats): Add %N, which is a facified nick. %n
4976 uses the default face. Change the ACTION format string. If the
4977 "nick" is the server, don't print anything for that field.
4978 Comment fixes.
4979 (rcirc-target-buffer): Don't test
4980 rcirc-always-use-server-buffer-flag here.
4981 (rcirc-print): Squeeze extra spaces out of the text before message.
4982 (rcirc-put-nick-channel): Strip potential "@" char from nick
4983 before adding them to nick table.
4984 (rcirc-url-regexp): Improve to match address like "foo.com".
4985
4986 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4987
4988 * allout.el (allout-hidden-p): Move this defsubst before
4989 allout-overlay-interior-modification-handler, where it is first
4990 used.
4991
4992 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4993
4994 * allout.el: Use allout invisible-text overlays instead of
4995 selective display for concealed text. Also, lots of general
4996 cleanup, and improved compatibility code.
4997
4998 (allout-version) Incremented, corrected, revised, and refined
4999 module commentary.
5000
5001 (provide 'allout): Moved to the bottom, added a require of overlay.
5002
5003 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5004 `except-current'.
5005 (allout-write-file-hook-handler): Minimize delay.
5006 (count-trailing-whitespace-region): New function so
5007 auto-encryption of current topic can resituate cursor exactly.
5008 PGP/GPG encryption trims trailing whitespace from lines, which
5009 must be accounted for across encryption then decryption.
5010
5011 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5012 just plain "\C-c", to avoid intruding on user's keybinding space.
5013
5014 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5015 parameter, so user request to provide a new password is done.
5016
5017 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5018 Refined mechanism for auto-filling behavior while in allout mode.
5019
5020 (allout-mode): Explicitly specify the mode map in the docstring.
5021 Clarify provision for various write-file hook var names.
5022 Adjusted for invisible-text overlays instead of selective-display.
5023
5024 (allout-depth): Really return 0 if not within any topic. This
5025 rectifies `allout-beginning-of-level' and sequence numbering
5026 errors that occur when cutting and pasting numbered topics.
5027 Changed from a in-line subst to a regular function, as well.
5028
5029 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5030
5031 (allout-end-of-subtree, allout-end-of-subtree)
5032 (allout-end-of-entry, allout-end-of-current-heading)
5033 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5034 (allout-show-children, allout-show-to-offshoot)
5035 (allout-hide-current-entry, allout-show-current-entry): Rectified
5036 handling of trailing blank lines between items.
5037
5038 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5039 (allout-current-depth, allout-unprotected, allout-hidden-p)
5040 (allout-on-current-heading-p, allout-listify-exposed)
5041 (allout-chart-subtree, allout-goto-prefix)
5042 (allout-back-to-current-heading, allout-get-body-text)
5043 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5044 (allout-hide-region-body, allout-toggle-subtree-encryption)
5045 (allout-encrypt-string, allout-encrypted-key-info)
5046 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5047 (allout-file-vars-section-data): Adjusted for use with
5048 invisible-text overlays instead of selective-display.
5049
5050 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5051 Reworked for use with invisible text overlays.
5052
5053 (allout-current-topic-collapsed-p): New function.
5054
5055 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5056 to know when to close the containing topic.
5057
5058 (allout-pre-command-business, allout-post-command-business):
5059 Simplify undo-batching and dynamic isearch exposure.
5060
5061 (allout-set-overlay-category): New for invisible-text overlays.
5062 Sets properties of allout-overlay-category, used by
5063 allout-flag-region to set invisible-text overlay properties.
5064 (allout-get-invisibility-overlay): Get the first qualifying
5065 invisibility overlay, so we can find the extent of it.
5066 (allout-back-to-visible-text): Get to just before the beginnining
5067 of the current invisibility overlay, if any.
5068
5069 (allout-overlay-insert-in-front-handler)
5070 (allout-overlay-interior-modification-handler)
5071 (allout-before-change-handler, allout-isearch-end-handler): New
5072 functions to handle extraordinary actions affecting concealed
5073 text.
5074
5075 (allout-flag-region): Use overlays instead of selective-display
5076 for invisible text - by inheritence from the properties of
5077 allout-overlay-category in mainline Emacs, and applied
5078 property-by-property in XEmacs, some recent versions of which
5079 don't inherit the properties from the category. Provisions to
5080 respond to concealed-text edits simplified drastically.
5081
5082 (allout-isearch-rectification, allout-isearch-was-font-lock)
5083 (allout-isearch-expose, allout-enwrap-isearch)
5084 (allout-isearch-abort, allout-pre-was-isearching)
5085 (allout-isearch-prior-pos, allout-isearch-did-quit)
5086 (allout-isearch-dynamic-expose)
5087 (allout-hide-current-entry-completely): Functions deleted.
5088
5089 (allout-undo-aggregation): Explicit undo aggregation no longer
5090 necessary due to transition away from selective-display.
5091
5092 (set-allout-regexp, allout-up-current-level)
5093 (allout-next-visible-heading, allout-forward-current-level)
5094 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5095 (allout-kill-line, allout-yank-processing, allout-show-children)
5096 (allout-expose-topic, allout-old-expose-topic)
5097 (allout-listify-exposed, allout-insert-latex-header)
5098 (allout-toggle-subtree-encryption, allout-encrypt-string)
5099 (remove-from-invisibility-spec, allout-hide-current-subtree):
5100 Ditched unused variables.
5101
5102 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5103
5104 * textmodes/ispell.el (ispell-change-dictionary): Call
5105 ispell-buffer-local-dict instead of
5106 ispell-accept-buffer-local-defs.
5107 (ispell-local-dictionary-alist): Accept as valid any coding-system
5108 supported by Emacs.
5109 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5110 changed to iso-8859-3.
5111
5112 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5113
5114 * speedbar.el (speedbar-frame-width): Make an inline function
5115 instead of a macro. Use frame-width.
5116 (speedbar-try-completion, speedbar-update-contents)
5117 (speedbar-timer-fn): Use consp.
5118 (speedbar-update-localized-contents): Try to preserve point.
5119
5120 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5121 (menu): Re-order menu items.
5122 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5123 field.
5124 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5125 (gdb-post-prompt): Speed things by not forcing update.
5126
5127 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5130 press and perform default action if we get a mouse movement event.
5131
5132 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * calendar/icalendar.el (icalendar--get-event-property)
5135 (icalendar--get-event-property-attributes): Fix typos in
5136 docstrings.
5137
5138 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5139 docstring.
5140
5141 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5142
5143 * bs.el (bs-mode): Use `buffer-disable-undo'.
5144 (bs--get-file-name): Simplify.
5145 (bs-show-in-buffer): Mark the buffer as not modified.
5146
5147 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5150 widget-button-click.
5151
5152 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5153 (custom-mode): Update docstring.
5154
5155 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5156 binding.
5157
5158 * files.el (hack-local-variables-confirm): Allow scrolling if the
5159 file variable list is too long. Kill temp buffer after use.
5160
5161 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5162
5163 * progmodes/gud.el (gdb): Improve doc string.
5164 (gdb-script-font-lock-keywords): Expand allowed character set.
5165
5166 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5167 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5168 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5169 (gdb-separate-io-stop, gdb-separate-io-eof):
5170 Rename from gdb-inferior-* to gdb-separate-*.
5171 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5172
5173 2006-02-14 Jay Belanger <belanger@truman.edu>
5174
5175 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5176 expression is a symbol before checking that it is bound.
5177
5178 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5179 test to see if equation can be solved.
5180
5181 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5182
5183 * wid-edit.el (widget-button-click): Use :pressed-face property
5184 for overlay face, if it exists.
5185
5186 * cus-edit.el (custom-manual, custom-add-see-also)
5187 (custom-add-parent-links, custom-group-link): Add :pressed-face
5188 property to links.
5189
5190 * files.el (hack-local-variables): Remove ignored variables before
5191 checking if any variables need setting.
5192
5193 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5194
5195 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5196
5197 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5198
5199 * help.el (where-is): Fix message for remapped commands.
5200
5201 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5202 Fix typos in docstrings.
5203
5204 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * files.el (safe-local-variable-values): New option.
5207 (hack-local-variables-prop-line): Return a list of variable-value
5208 pairs if MODE-ONLY is non-nil.
5209 (hack-local-variables): Construct list of variable-value pairs,
5210 and apply or reject them in one go. Ask for confirmation if
5211 variables are not known safe.
5212 (hack-local-variables-confirm): Complete rewrite. Support
5213 `safe-local-variable-values'.
5214 (enable-local-variables): Update docstring to reflect new
5215 behavior.
5216 (ignored-local-variables): Ignore ignored-local-variables and
5217 safe-local-variable-values.
5218 (safe-local-variable-p): New function.
5219 (risky-local-variable-p): `safe-local-variable' property check
5220 moved to safe-local-variable-p.
5221 (hack-one-local-variable): Checks moved to hack-local-variables.
5222
5223 (byte-compile-dynamic, c-basic-offset, c-file-style)
5224 (c-indent-level, comment-column, fill-column, fill-prefix)
5225 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5226 (no-update-autoloads, outline-regexp, page-delimiter)
5227 (paragraph-start, paragraph-separate, sentence-end)
5228 (sentence-end-double-space tab-width, version-control):
5229 Add `safe-local-variable' property.
5230
5231 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5232
5233 * icomplete.el, play/landmark.el: Change nonexistent
5234 `outline-layout' file variable to `allout-layout'.
5235
5236 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5237
5238 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5239 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5240 to gud-comint-buffer.
5241 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5242 gdb-ui.el for gdb-mi.el.
5243 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5244 registers buffer to gdb-get-changed-registers.
5245 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5246 deletion of catchpoints (throw and catch).
5247 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5248 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5249 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5250 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5251 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5252
5253 2006-02-13 Jay Belanger <belanger@truman.edu>
5254
5255 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5256 expression is a symbol before checking that it is bound.
5257
5258 2006-02-13 Richard M. Stallman <rms@gnu.org>
5259
5260 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5261 for the minibuffer too, but not if resize-mini-windows will interfere.
5262
5263 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5264 inside `interactive' spec.
5265 (describe-key-briefly-internal, describe-key-internal):
5266 Functions merged back into their callers.
5267
5268 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5269
5270 * info.el (info-xref-visited): Inherit from info-xref too.
5271 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5272 when propertizing Info-current-file and Info-current-node.
5273
5274 2006-02-13 Juri Linkov <juri@jurta.org>
5275
5276 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5277 (tumme-thumb-name): Fix per-directory format.
5278
5279 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5282
5283 2006-02-12 Miles Bader <miles@gnu.org>
5284
5285 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5286
5287 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5288
5289 * tumme.el: Remove history section. If someone needs the it, it
5290 can always be found in CVS.
5291
5292 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5293
5294 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5295 about the Thumbnail Managing Standard option.
5296
5297 2006-02-12 Richard M. Stallman <rms@gnu.org>
5298
5299 * subr.el (substitute-key-definition): Doc fix.
5300
5301 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5302
5303 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5304
5305 * info.el (Info-mode): Doc fix.
5306
5307 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5308
5309 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5310
5311 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5312 because on Solaris a POSIX compatible "id" is needed. Reported by
5313 Magnus Henoch <mange@freemail.hu>.
5314
5315 2006-02-12 Juri Linkov <juri@jurta.org>
5316
5317 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5318 (tumme) <defgroup>: Change :group to `multimedia'.
5319 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5320 Managing Standard.
5321 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5322 Fix dostring.
5323 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5324 and %y. Fix docstring.
5325 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5326 (tumme-cmd-create-standard-thumbnail-command): New user options.
5327 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5328 is `standard'. Fix docstring.
5329 (tumme-thumb-width, tumme-thumb-height): New user options.
5330 (tumme-external-viewer): Try to find various viewers.
5331 (tumme-get-thumbnail-image): Use `create-image' instead of
5332 constructing the `image' structure.
5333 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5334 `standard'.
5335 (tumme-thumb-name): Add file name generation for standard storage.
5336 Simplify code for other storages.
5337 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5338 Add modification time %m and thumbnail-nq8 %q.
5339 Use `tumme-cmd-create-standard-thumbnail-command' if
5340 tumme-thumbnail-storage is `standard'.
5341 (tumme-dired-insert-marked-thumbs): New autoload command.
5342 (tumme-dired-after-readin-hook): New function.
5343 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5344 `tumme-thumb-size'.
5345 (tumme-display-image): Replace size-x %x and size-y %y with
5346 width %w and height %h.
5347
5348 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5349 `tumme-dired-insert-marked-thumbs'.
5350
5351 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5352
5353 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5354 include path).
5355 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5356 matching tag.
5357
5358 2006-02-12 Miles Bader <miles@gnu.org>
5359
5360 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5361 New variables.
5362 (rcirc-abbrev-nick): New function.
5363 (rcirc-format-response-string): Rewrite to use the formats in
5364 `rcirc-response-formats' and expand escape sequences therein.
5365 A text-property `rcirc-text' is added over the actual response
5366 text to make easy to find inside the returned string.
5367 (rcirc-print): When filling, just look for the `rcirc-text'
5368 text-property to find the appropriate fill prefix, instead of
5369 using hardwired patterns.
5370
5371 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5372
5373 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5374 Managing Standard.
5375
5376 2006-02-11 Kim F. Storm <storm@cua.dk>
5377
5378 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5379 Don't use insert-buffer; do insert-buffer-substring directly.
5380 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5381
5382 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5383
5384 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5385 with inhibit-read-only. Suggested by Stefan Monnier.
5386 (revert-buffer): Let insert-file-contents discard
5387 buffer-undo-list. Simplify code.
5388 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5389
5390 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5391
5392 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5393
5394 * help.el (describe-key-briefly): Now a wrapper for
5395 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5396 to t. Populate yank-menu if empty.
5397 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5398 (describe-key): Now a wrapper for describe-key-internal. Bind
5399 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5400 (describe-key-internal): Renamed from describe-key.
5401
5402 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5403
5404 * progmodes/glasses.el (glasses-separator): Doc fix.
5405 (glasses-original-separator): New defcustom.
5406 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5407
5408 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5409
5410 * mwheel.el (mouse-wheel-up-event): Doc fix.
5411
5412 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5413
5414 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5415 (tumme-dir): New function. Copied from thumbs.el.
5416
5417 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5418
5419 * desktop.el (desktop-outvar): Fix typo.
5420 (desktop-save-buffer-p): Doc fix.
5421
5422 * subr.el (substitute-key-definition): Fix typo.
5423
5424 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5425
5426 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5427 when window-system is mac.
5428
5429 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5430
5431 2006-02-10 Kim F. Storm <storm@cua.dk>
5432
5433 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5434 indirect-function instead of using condition-case.
5435
5436 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5437
5438 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5439 less `colloquial'...
5440
5441 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5442
5443 * tumme.el: Add a couple of todo items.
5444
5445 2006-02-09 Lars Hansen <larsh@soem.dk>
5446
5447 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5448 (highlight-changes-mode): Don't change desktop-locals-to-save.
5449
5450 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * image-mode.el (image-toggle-display): Clear image cache if using
5453 filename.
5454
5455 2006-02-09 Masatake YAMATO <jet@gyve.org>
5456
5457 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5458 a `dired-man' target.
5459
5460 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5461 boundary of symbols.
5462
5463 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5464
5465 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5466
5467 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5468
5469 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5470 `mapcar'; return nil.
5471
5472 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5473
5474 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5475 some other event.
5476
5477 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5478
5479 * net/rcirc.el (rcirc-startup-channels-alist):
5480 Add irc.freenode.net and #emacs as defaults.
5481 (rcirc-ignore-all-activity-flag): Remove variable.
5482 (rcirc-authinfo): New variable.
5483 (rcirc-authinfo-filename): Remove variable.
5484 (rcirc-always-use-server-buffer-flag): New flag.
5485 (rcirc): M-x rcirc will automatically connect without prompting.
5486 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5487 connection in lisp.
5488 (rcirc-process-server-response-1): Remove everything but the nick
5489 portion of the sender so it doesn't need to be done everywhere
5490 else. Update related code.
5491 (global-map): Remove global keybindings.
5492 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5493 (rcirc-send-input): Split into several functions.
5494 (rcirc-process-input-line, rcirc-process-message)
5495 (rcirc-process-command): New functions.
5496 (rcirc-target-buffer): New function to determine where to route
5497 messages.
5498 (rcirc-user-nick): Save match data.
5499 (rcirc-toggle-ignore-buffer-activity)
5500 (rcirc-update-activity-string): Remove global ignore functionality,
5501 which can be done now by toggling rcirc-track-minor-mode.
5502 (rcirc-track-minor-mode-map): New keymap.
5503 (rcirc-track-minor-mode): New minor-mode.
5504 (ignore): Make the ignore output nicer. Always print it when
5505 adding or removing nicks.
5506 (rcirc-url-regexp): Improve.
5507 (rcirc-mangle-text): Remove properties before using text in the
5508 modeline.
5509 (rcirc-authenticate): Authentication data comes from
5510 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5511 (rcirc-server-prefix): Inherit from rcirc-server.
5512
5513 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5514
5515 * Makefile.in (compile): Append "|| true" to the end of the `find'
5516 command, like compile-always does.
5517
5518 2006-02-08 Sam Steingold <sds@gnu.org>
5519
5520 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5521 output from a dead connection.
5522
5523 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5524
5525 * dired.el (dired-mode-map): Add more bindings for tumme.
5526
5527 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * wdired.el (wdired-mode-map): Use remap.
5530 (wdired-get-filename): Massage.
5531 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5532 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5533 `keymap' property rather than `local-map'.
5534
5535 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5536
5537 * tumme.el (tumme-get-thumbnail-image): New utility function.
5538 Suggested by from Chong Yidong.
5539 (tumme-dired-with-window-configuration): Rename from
5540 `tumme-dired'. Add code to save window configuration.
5541 (tumme-restore-window-configuration): New command to restore the
5542 window configuration that `tumme-dired-with-window-configuration'
5543 saves before it changes the window configuration.
5544 (tumme-show-all-from-dir): New command to display thumbnails for
5545 all files in a directory entered by the user, like M-x thumbs.
5546 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5547 have been created.
5548 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5549 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5550 Remove obsolete test function.
5551
5552 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * vc.el (small-temporary-file-directory): Remove defvar; there's
5555 a defcustom for it in files.el.
5556
5557 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5558 Fix typo in message.
5559 (tumme-gallery-generate): Fix typo in `error' message.
5560 (tumme-display-window-height-correction)
5561 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5562 (tumme-line-up-interactive): Dox fixes.
5563 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5564 (tumme-restore-window-configuration, tumme-format-properties-string)
5565 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5566 Fix typos in docstrings.
5567
5568 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5569
5570 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5571
5572 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5573
5574 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5575 User should use hook if desired.
5576
5577 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5578 buffer if necessary.
5579 (gdb-delete-frame-or-window): New function.
5580 (gdb-breakpoints-mode-map): Bind "q" to it.
5581
5582 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * textmodes/nroff-mode.el: Clean up name space.
5585 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5586 (nroff-mode): Obey the global setting of nroff-electric-mode.
5587 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5588
5589 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5590
5591 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5592
5593 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5594
5595 2006-02-06 Lars Hansen <larsh@soem.dk>
5596
5597 * generic-x.el (etc-fstab-generic-mode): Add file system types
5598 cifs and usbdevfs. Allow special chars in file names.
5599
5600 2006-02-05 Jay Belanger <belanger@truman.edu>
5601
5602 Update copyright notices of the files in lisp/calc.
5603
5604 2006-02-05 Romain Francoise <romain@orebokech.com>
5605
5606 Update copyright notices of all files in the lisp/play directory.
5607
5608 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5609
5610 * ldefs-boot.el: Regenerate.
5611
5612 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5613
5614 2006-02-05 Kim F. Storm <storm@cua.dk>
5615
5616 * files.el (magic-mode-regexp-match-limit): New defvar.
5617 (set-auto-mode): Use it to limit magic-mode-alist matching.
5618
5619 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5620
5621 * simple.el (display-message-or-buffer): Compare the number of
5622 characters to the frame width when determining whether a 1-line
5623 message string will fit in the echo area. Count screen lines
5624 instead of buffer lines when determining whether a multi-line
5625 message will fit in the echo area/minibuffer window.
5626
5627 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5628
5629 * info.el (Info-index, Info-mode): Improve the description of the
5630 `i' command.
5631
5632 * ldefs-boot.el: Regenerate.
5633
5634 2006-02-03 Werner Lemberg <wl@gnu.org>
5635
5636 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5637 greedy to find the closing bracket in \*[...] and similar
5638 expressions. This is a first rough fix -- many additional
5639 refinements are necessary to make nroff mode really usable with groff.
5640
5641 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5642
5643 * international/mule-cmds.el (set-locale-environment):
5644 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5645 libX11.
5646
5647 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5648
5649 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5650 archive are created in archive-tmpdir.
5651
5652 2006-02-02 John Paul Wallington <jpw@pobox.com>
5653
5654 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5655 (ibuffer-fontification-alist): Use it.
5656 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5657 to "* z" and the Ibuffer Mark menu.
5658
5659 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5660
5661 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * textmodes/table.el (*table--cell-describe-mode)
5664 (*table--cell-describe-bindings): Undo last change since
5665 print-help-return-message is not obsoleted by anything at all.
5666
5667 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5668
5669 * emulation/cua-base.el (cua-mode): Doc fix.
5670
5671 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * dframe.el (dframe-handle-make-frame-visible)
5674 (dframe-handle-iconify-frame, dframe-get-focus)
5675 (dframe-select-attached-frame, dframe-power-click)
5676 (dframe-frame-mode): Fix typos in docstrings.
5677
5678 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5679 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5680 Fix typos in docstrings.
5681
5682 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5683 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5684 (hi-lock-archaic-interface-message-used)
5685 (hi-lock-file-patterns-range): Fix typos in docstrings.
5686
5687 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5688 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5689
5690 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5691 Fix typo in docstring.
5692
5693 * net/newsticker.el (newsticker--decode-iso8601-date)
5694 (newsticker--set-customvar, newsticker--buffer-insert-item)
5695 (newsticker--do-run-auto-mark-filter)
5696 (newsticker--parse-generic-feed): Doc fixes.
5697 (newsticker--retrieval-timer-list, newsticker-url-list)
5698 (newsticker-hide-immortal-items-in-echo-area)
5699 (newsticker-hide-obsolete-items-in-echo-area)
5700 (newsticker-new-item-face, newsticker--enclosure)
5701 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5702 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5703 (newsticker--parse-generic-feed, newsticker--cache-contains)
5704 (newsticker--stat-num-items, newsticker-download-enclosures):
5705 Fix typos in docstrings.
5706
5707 * net/rcirc.el (rcirc-debug): Doc fix.
5708 (rcirc-fill-column, rcirc-receive-message-hooks)
5709 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5710 (rcirc-mode, rcirc-generate-new-buffer-name)
5711 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5712 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5713 Fix typos in docstrings.
5714 (rcirc-print): "?\ " -> "?\s".
5715 (rcirc-cmd-join): Improve argument/docstring consistency.
5716
5717 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5718
5719 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5720 before narrow-to-region.
5721
5722 2006-02-01 Richard M. Stallman <rms@gnu.org>
5723
5724 * simple.el (move-beginning-of-line): Scan properly for invis change.
5725
5726 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5727
5728 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5729
5730 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5731 change bit only when id-format is 'integer. Reported by Matt
5732 Hodges <M.P.Hodges@rl.ac.uk>.
5733
5734 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5735
5736 * hilit-chg.el (highlight-changes-initial-state)
5737 (highlight-changes-global-initial-state): Doc fixes.
5738 (highlight-changes-global-modes, global-highlight-changes):
5739 Fix typos in docstrings.
5740
5741 2006-02-01 Kim F. Storm <storm@cua.dk>
5742
5743 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5744 transient-mark-mode in doc string.
5745
5746 2006-01-31 Richard M. Stallman <rms@gnu.org>
5747
5748 * replace.el (multi-occur): Doc fix.
5749 (multi-occur-in-matching-buffers): Rename from
5750 multi-occur-by-filename-regexp. Prefix arg says match
5751 buffer names instead of file names.
5752
5753 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5754
5755 * bs.el: Allow non-default values of `bs-header-lines-length'.
5756 (bs--running-in-xemacs): Remove (not needed anymore).
5757 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5758 instead of `shrink-window', thus avoiding having to compute the
5759 height of the window.
5760 (bs--up): Wrap around even when there's no header.
5761 (bs--down): Use `forward-line' instead of `next-line'.
5762
5763 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5764
5765 * image-mode.el (image-toggle-display): Use file name if possible,
5766 instead of unnecessarily allocating a (possibly huge) lisp string.
5767
5768 2006-01-30 John Paul Wallington <jpw@pobox.com>
5769
5770 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5771 because the `assert' macro signals it at runtime.
5772
5773 * emacs-lisp/cl.el (toplevel): Remove definition of
5774 `cl-assertion-failed' condition.
5775
5776 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5777
5778 * thumbs.el (thumbs-marked-list): Make buffer-local and
5779 permanent-local.
5780 (thumbs-insert-thumb): Make help-echo non-sticky.
5781 (thumbs-file-alist): Use eolp as check for (non)-image.
5782
5783 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5786 (ediff-before-session-group-setup-hooks)
5787 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5788 Fix typos in docstrings.
5789
5790 * window.el (bw-dir, bw-eqdir, balance-windows)
5791 (split-window-keep-point): Fix typos in docstrings.
5792
5793 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5794 (org-quote-string, org-calendar-to-agenda-key)
5795 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5796 (org-show-following-heading, org-tags-column)
5797 (org-use-tag-inheritance, org, org-allow-space-in-links)
5798 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5799 (org-enable-table-editor, org-calc-default-modes)
5800 (org-table-allow-automatic-line-recalculation)
5801 (org-export-html-style, org-export-with-fixed-width)
5802 (org-export-with-sub-superscripts, org-special-keyword)
5803 (org-formula, org-time-grid, org-table-may-need-update)
5804 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5805 (org-goto-quit, org-get-indentation, org-end-of-item)
5806 (org-move-item-down, org-move-item-up)
5807 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5808 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5809 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5810 (org-agenda-log-mode, org-agenda-toggle-diary)
5811 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5812 (org-agenda-file-to-end, org-agenda-no-heading-message)
5813 (org-agenda-get-closed, org-format-agenda-item)
5814 (org-cmp-priority, org-cmp-category, org-cmp-time)
5815 (org-agenda-change-all-lines, org-agenda-diary-entry)
5816 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5817 (org-link-search, org-camel-to-words, org-open-file)
5818 (org-remember-handler, org-table-convert-region)
5819 (org-table-move-row-down, org-table-move-row-up)
5820 (org-table-copy-region, org-table-wrap-region)
5821 (org-table-toggle-vline-visibility)
5822 (org-table-get-vertical-vector, org-table-modify-formulas)
5823 (org-table-get-specials, org-recalc-commands)
5824 (org-table-rotate-recalc-marks, org-table-eval-formula)
5825 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5826 (org-level-color-stars-only, org-insert-heading):
5827 Fix typos in docstrings.
5828 (last-arg): Add defvar.
5829
5830 * makefile.w32-in (WINS): Add erc.
5831 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5832
5833 2006-01-29 Bill Wohler <wohler@newt.com>
5834
5835 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5836 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5837 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5838 (mh-autoloads): Don't use comments on otherwise empty lines.
5839
5840 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5841
5842 * emulation/viper.el (viper-major-mode-modifier-list): Add
5843 insert-state and vi-state entries for erc-mode.
5844 (viper-go-away, viper-set-hooks): Add and remove
5845 viper-comint-mode-hook from erc-mode-hook as appropriate.
5846
5847 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5848
5849 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5850
5851 * bs.el (bs--format-aux): Implement `middle' alignment as
5852 described in the docstring for `bs-attributes-list'.
5853 (bs--get-name): Simplify. Don't pad the buffer name.
5854
5855 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5856
5857 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5858 English aspell dictionary is installed, use the first entry of
5859 ispell-dictionary-alist-1.
5860
5861 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5862
5863 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5864 Doc fix.
5865
5866 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5867
5868 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5869 for `process-file', in order to let it work for older Emacsen too.
5870
5871 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5872
5873 * international/latexenc.el: Add a suitable `coding:' tag.
5874 (latexenc-find-file-coding-system): Undo last change.
5875
5876 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5877
5878 * international/latexenc.el (latexenc-find-file-coding-system):
5879 Make sure latexenc-main-file is a regular file and is readable.
5880
5881 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5882
5883 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5884 Pass FILE to vc-user-login-name.
5885
5886 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5887
5888 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5889
5890 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5891 there are no more images to display.
5892 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5893 the next image.
5894
5895 2006-01-26 Richard M. Stallman <rms@gnu.org>
5896
5897 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5898
5899 * wid-edit.el (advertised-widget-backward): New alias.
5900 (widget-keymap): Use advertised-widget-backward for S-TAB.
5901
5902 * tumme.el: Correct the keywords.
5903 (tumme-dir-max-size): Use defvar.
5904 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5905
5906 * simple.el (move-beginning-of-line): Take account of fields.
5907 (clone-indirect-buffer-other-window): Take args like
5908 clone-indirect-buffer, and work like it.
5909
5910 * help-fns.el (describe-function): Don't pass `nil' as default.
5911
5912 * files.el (risky-local-variable-p): Follow var aliases.
5913
5914 * subr.el (lazy-completion-table): Doc fix.
5915
5916 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5917 global binding of `line'.
5918
5919 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5920
5921 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5922 Tramp.
5923
5924 * vc.el (vc-default-dired-state-info): Pass FILE to
5925 vc-user-login-name.
5926 (vc-default-update-changelog): Don't use vc-user-login-name, we
5927 don't need it here.
5928
5929 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5930 no longer necessary.
5931
5932 2006-01-25 Kenichi Handa <handa@m17n.org>
5933
5934 * international/mule.el (decode-char): Avoid the overhead of
5935 calling utf-lookup-subst-table-for-decode if
5936 utf-translate-cjk-mode is nil.
5937 (encode-char): Avoid the overhead of calling
5938 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5939 nil.
5940
5941 2006-01-22 Kenichi Handa <handa@m17n.org>
5942
5943 * international/mule.el (make-subsidiary-coding-system): Reset
5944 `coding-system-define-form' property of subsidiaries to nil.
5945 Avoid duplicated entry in coding-system-alist.
5946 (make-coding-system): Avoid duplicated entry in
5947 coding-system-alist.
5948 (define-coding-system-alias): Likewise.
5949
5950 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5951
5952 * completion.el: Minor fixes in introductory comment.
5953 (completion-def-wrapper): Fix alist.
5954
5955 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5956
5957 * thumbs.el (thumbs-new-image-size): New function.
5958 (thumbs-increment-image-size-element)
5959 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5960 (thumbs-decrement-image-size): Delete.
5961 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5962 temp files and use to resize.
5963 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5964 Use increment argument to enlarge/shrink. Preserve point.
5965 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5966 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5967 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5968 (thumbs-mark, thumbs-unmark): Preserve point.
5969 (thumbs-modify-image): Keep old temp files and use to modify.
5970 Cleanup old temp files at load time. Preserve point.
5971 (thumbs-view-image-mode-map): Use new command names.
5972
5973 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5976
5977 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5978 the nastiest part of the cyclic dependency.
5979 (cal-menu-update): Use dotimes and calendar-increment-month.
5980
5981 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5982 (calendar-week-start-day): Add an :initializer.
5983 (calendar-mode-map): Use suppress-keymap, and command remapping.
5984 (describe-calendar-mode): Setup xref-stack info for the back button.
5985 (calendar-star-date): Insert before delete.
5986 (calendar-set-mode-line): Add file-modified info if applicable.
5987 (calendar-increment-month): New function.
5988
5989 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5990
5991 * font-lock.el (lisp-font-lock-keywords-2):
5992 Recognize "& keywords" only at word boundaries.
5993
5994 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5995
5996 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5997 and permanent-local.
5998 (thumbs-max-image-number): New variable.
5999 (thumbs-do-thumbs-insertion): Use them.
6000 (thumbs-per-line): Change default to 4.
6001 (thumbs-marked-list): Rename from thumbs-markedL.
6002 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6003 (thumbs-rename-images): Use -list instead of L for internal variables.
6004 (thumbs-call-convert): Use call-process instead of shell-command.
6005 (thumbs-insert-thumb): Add filename as help-echo to each image.
6006 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6007 Give dir to thumbs-show-thumbs-list.
6008 (thumbs-show-thumbs-list): Set default-directory to that of images.
6009 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6010 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6011 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6012 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6013
6014 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * ses.el (ses-read-cell): Provide a default value.
6017
6018 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6019
6020 * term/w32-win.el (image-library-alist): Add additional names for
6021 GIF library.
6022
6023 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6024
6025 * international/latexenc.el (latexenc-find-file-coding-system):
6026 Add file-regular-p check.
6027
6028 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * simple.el (clone-buffer): Don't show the new buffer in the same
6031 window.
6032
6033 2006-01-23 Juri Linkov <juri@jurta.org>
6034
6035 * faces.el (link, link-visited): New faces based on default values
6036 of `info-xref' and `info-xref-visited'.
6037
6038 * info.el (info-xref): Inherit from `link'.
6039 (info-xref-visited): Inherit from `link-visited'.
6040
6041 * cus-edit.el (custom-buffer-create-internal): Use widget type
6042 `custom-manual' instead of `info-link' and don't set properties
6043 `button-face' and `mouse-face' explicitly.
6044 (custom-browse-group-tag, custom-browse-variable-tag)
6045 (custom-browse-face-tag): Inherit from widget class
6046 `custom-group-link' instead of `push-button'.
6047 (custom-button-unraised): Inherit from `underline' face.
6048 (custom-link): Inherit from `link' face. Fix doc and group.
6049 (custom-add-parent-links, custom-group-value-create): Don't set
6050 properties `button-face' and `mouse-face' explicitly for
6051 `custom-group-link' widget.
6052 (custom-group-link): Add properties `button-face' and `mouse-face'
6053 to widget definition.
6054 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6055 editable-field's :keymap property.
6056 (custom-mode): Fix docstring: substitute keybindings for
6057 `widget-forward' and `widget-backward' from `widget-keymap',
6058 `widget-complete' from `custom-field-keymap', replace old
6059 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6060
6061 * desktop.el (desktop-load-file): Check for `fboundp' before
6062 calling `symbol-function'.
6063
6064 * simple.el (clone-buffer, clone-indirect-buffer)
6065 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6066 `read-string'. Fix prompts.
6067
6068 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6069
6070 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6071
6072 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6073
6074 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6075
6076 * startup.el (inhibit-splash-screen, initial-scratch-message):
6077 Doc fixes.
6078
6079 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6080
6081 Sync with Tramp 2.0.52.
6082
6083 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6084 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6085 `tramp-unload-tramp' for checklist.
6086
6087 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6088 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6089 (tramp-unload-file-name-handler-alist)
6090 (tramp-unload-tramp): New defuns.
6091 (tramp-advice-PC-expand-many-files): New defadvice.
6092 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6093 removed.
6094 (tramp-handle-expand-file-name): Remove double slash.
6095 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6096 It doesn't matter, because it will be converted later on.
6097 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6098 implementation was just heuristic.
6099 (tramp-post-connection): Set uid and gid properties.
6100 (tramp-convert-file-attributes): Set file's gid change bit.
6101 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6102 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6103 in case of su(do)? methods. The home directory of the local user
6104 will be taken else.
6105 (tramp-open-connection-telnet)
6106 (tramp-open-connection-rsh, tramp-open-connection-su)
6107 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6108 local shell prompt could hurt. Reported by Romain Francoise
6109 <romain@orebokech.com>.
6110 (tramp-let-maybe): Add `edebug-form-spec' property.
6111 (tramp-handle-expand-file-name): Bind `default-directory' locally
6112 to "/" in order to avoid problems with UNC shares or Cygwin
6113 mounts.
6114 (tramp-md5-function): Fix typo in error message.
6115
6116 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6117
6118 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6119 for byte-compiler pacification.
6120
6121 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6122
6123 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6124 ID-FORMAT `string'. This allows us to get rid of
6125 `vc-user-login-name UID'.
6126
6127 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6128
6129 2006-01-22 John Paul Wallington <jpw@pobox.com>
6130
6131 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6132
6133 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6134
6135 * emacs-lisp/find-func.el (find-definition-noselect)
6136 (find-variable-noselect): Search variables in C source code too.
6137 (find-function-C-source, find-function-noselect, find-function)
6138 (find-function-other-frame, find-variable-noselect, find-variable)
6139 (find-variable-other-frame, find-variable-at-point):
6140 Fix docstrings.
6141
6142 2006-01-21 Francesco Potorti` <pot@gnu.org>
6143
6144 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6145
6146 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6147
6148 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6149 Default to disabling the "Save affix" question.
6150
6151 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6152
6153 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6154 the first arg to run-python.
6155
6156 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6157
6158 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6159 is not loaded.
6160
6161 2006-01-20 Jay Belanger <belanger@truman.edu>
6162
6163 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6164 limit is 0.
6165
6166 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6167 the correct variable.
6168
6169 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6170
6171 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6172 link. Fixed buggy argument sequence in call to `org-view-tags'.
6173 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6174 (org-prefix-has-tag): New variable.
6175 (org-format-agenda-item): Remove tags from headline if
6176 appropriate.
6177 (org-agenda-remove-tags-when-in-prefix): New option.
6178 (org-get-tags-at): New function.
6179
6180 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6181
6182 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6183 (thumbs-find-image): Move image name and number from buffer name
6184 to mode name. Set thumbs-buffer. Preserve point so that large
6185 images remain visible.
6186 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6187 order.
6188 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6189 mode name.
6190 (thumbs-next-image, thumbs-previous-image): Make them work.
6191
6192 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6193
6194 * cus-edit.el (custom-buffer-create-internal): State in the text above
6195 the whole buffer buttons that they do not operate on hidden items.
6196 (custom-face-menu): Use `custom-face-save' instead of
6197 `custom-face-save-command'.
6198 (custom-face-save-command): Make it an alias for `custom-face-save'
6199 and declare it obsolete.
6200 (custom-face-save): Doc fix.
6201
6202 * dired.el (dired-no-confirm): Add quote.
6203 (dired-subdir-alist-pre-R): Add quote in
6204 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6205
6206 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * textmodes/table.el (table-mode-indicator): Typo in last change.
6209
6210 2006-01-19 Richard M. Stallman <rms@gnu.org>
6211
6212 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6213 Fixes bug reported in Nov 2005.
6214
6215 * isearch.el (isearch-forward): Doc fix.
6216
6217 * dired.el (dired-move-to-filename-regexp): Define as alias.
6218 (dired-no-confirm): Use defcustom.
6219 (dired-subdir-alist-pre-R): Put defvar at top level.
6220
6221 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6222
6223 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6224 Mark as risky.
6225
6226 * simple.el (set-mark-command): Doc fix.
6227 (clone-indirect-buffer-other-window):
6228 Read arg like clone-indirect-buffer.
6229 (move-beginning-of-line): Skip invisible newlines.
6230
6231 2006-01-19 Masatake YAMATO <jet@gyve.org>
6232
6233 * progmodes/cpp.el (cpp-edit-load): Make the order of
6234 listed conditions in a base C code buffer and its associate
6235 CPP Edit buffer the same.
6236
6237 2006-01-19 Kenichi Handa <handa@m17n.org>
6238
6239 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6240 (rmail-mime-feature): Likewise.
6241 (rmail-require-mime-maybe): Use display-warning to show a warning
6242 message.
6243
6244 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6245 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6246
6247 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * array.el: Move defvars out of eval-when-compile.
6250 (array-make-template): Replace undeclared global var with a local one.
6251 (array-mode): Inline initialization functions.
6252 (array-init-local-variables, array-init-max-row)
6253 (array-init-max-column, array-init-columns-per-line)
6254 (array-init-field-width, array-init-rows-numbered)
6255 (array-init-line-length, array-init-lines-per-row): Remove.
6256
6257 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6258 (doc-mode-map): Define explicitly.
6259 (doctor-txtype): Use mapc.
6260
6261 * textmodes/table.el: Move defvars out of eval-when-compile.
6262 Remove harmful code meant to avoid byte-compiler warnings.
6263 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6264 specification that checks table-fixed-width-mode directly.
6265 (table-recognize-region, table-recognize-cell):
6266 Use restore-buffer-modified-p.
6267 (table-fixed-width-mode): Remove code that refreshes
6268 table-fixed-mode-indicator.
6269 (*table--cell-describe-bindings, *table--cell-describe-mode):
6270 Avoid obsolete name print-help-return-message.
6271 (table--test-cell-list): Don't use replace-regexp from elisp.
6272 (table--point-entered-cell-function, table--point-left-cell-function):
6273 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6274
6275 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6276 that was after the end of file. Use buffer-file-name variable.
6277 (org-timestamp-change): Use with-current-buffer.
6278 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6279 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6280 `file'.
6281
6282 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6283 (fortran-break-line): Remove unused var `opoint'.
6284 (fortran-abbrev-start): Obey help-event-list.
6285
6286 2006-01-18 Jesper Harder <harder@phys.au.dk>
6287
6288 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6289
6290 2006-01-18 Masatake YAMATO <jet@gyve.org>
6291
6292 * progmodes/make-mode.el (makefile-imake-mode): New mode
6293 derived from makefile-mode.
6294 (makefile-imake-mode-syntax-table): New syntax table
6295 derived from makefile-mode-syntax-table.
6296 (makefile-mode): Write about makefile-imake-mode in doc string.
6297 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6298 (makefile-imake-font-lock-keywords): New font lock keywords.
6299
6300 * files.el (auto-mode-alist): Add Imakefile.
6301
6302 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6303
6304 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6305 loading the file rather than when turning on flyspell-mode.
6306
6307 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6308
6309 * cus-edit.el (customize-rogue): Minor doc fix.
6310
6311 2006-01-17 Juri Linkov <juri@jurta.org>
6312
6313 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6314 instead of the file at the mark as default if the file at the mark
6315 is the same as the file at point or if dired-dwim-target-directory
6316 is not the same as the current directory and the mark is not active.
6317
6318 * log-view.el (log-view-minor-wrap): Use the same logic to get
6319 revisions as `log-view-diff'.
6320
6321 * info.el (Info-revert-find-node): Check for Info-current-file
6322 before preserving new-history.
6323
6324 * man.el (Man-heading-regexp): Add `/'.
6325
6326 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6327 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6328
6329 2006-01-16 Juri Linkov <juri@jurta.org>
6330
6331 * faces.el (mode-line-faces): New defgroup.
6332 (mode-line-highlight): Move definition after new defgroup.
6333 (mode-line, mode-line-inactive, mode-line-highlight):
6334 Replace :group `modeline' with `mode-line-faces'.
6335 (mode-line-buffer-id): New face.
6336 (modeline-buffer-id): New face alias.
6337 (vertical-border): Remove :group `modeline'.
6338
6339 * bindings.el (propertized-buffer-identification): Use face
6340 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6341 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6342 (mode-line-buffer-identification-keymap): For mouse-1 replace
6343 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6344 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6345 mouse-3.
6346
6347 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6348 Buffer-menu-buffer. Doc fix.
6349 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6350 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6351 `Buffer-menu-buffer'.
6352
6353 * info.el (Info-mode-line-node-keymap): New defvar.
6354 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6355 Propertize Info-current-node with `mode-line-buffer-id' and
6356 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6357
6358 * time.el (display-time-mail-face): Replace :group `faces' with
6359 `mode-line-faces'.
6360
6361 2006-01-16 Kenichi Handa <handa@m17n.org>
6362
6363 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6364
6365 * language/european.el (cp1252): New alias for windows-1252.
6366
6367 * international/mule.el (autoload-coding-system): Prepare for EOL
6368 variants.
6369
6370 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6371
6372 * term.el (term-raw-map): Add mapping for insert.
6373 (term-send-insert): New.
6374 (term-mode): Make variables local here instead of doing it in
6375 `term-emulate-terminal'.
6376 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6377 Scroll reverse needs to take into account the scroll region.
6378 Saving and restoring the cursor should save the color attributes too.
6379 (term-reset-terminal): Reset the scroll region.
6380 (term-handle-ansi-escape): Cursor up and down should take into
6381 account the scroll region.
6382 (term-set-scroll-region): Rename from `term-scroll-region'.
6383 Move to 0,0 after setting the region.
6384 (term-handle-scroll): Handle scroll up.
6385 (term-down): Fix off by one error.
6386 (term-delete-lines): Do not delete outside the scroll region.
6387 (term-insert-lines): Take into account the scroll region.
6388
6389 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * textmodes/ispell.el (ispell-internal-change-dictionary)
6392 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6393 (start, end): Move declaration outside of eval-when-compile.
6394
6395 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6396 (flyspell-mode-on): Use it.
6397
6398 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6399 ispell-kill-ispell-hook.
6400
6401 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6402
6403 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6404 (Custom-reset-saved): Do not ask for confirmation in single option
6405 buffers.
6406
6407 2006-01-13 Richard M. Stallman <rms@gnu.org>
6408
6409 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6410
6411 2006-01-13 Romain Francoise <romain@orebokech.com>
6412
6413 * add-log.el (add-change-log-entry, change-log-merge):
6414 Conditionally use `hard-newline'.
6415
6416 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6417
6418 * wid-edit.el (widget-field-end): If the overlay is no longer
6419 associated with a buffer, behave as if the overlay didn't exist.
6420
6421 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6422 Make sure the links use the `custom-link' face.
6423
6424 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6427 (ld-script-mode): Don't set indent-line-function since we don't
6428 have one.
6429
6430 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6431
6432 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6433 application.
6434 (org-file-apps-defaults-gnu): Use mailcap as the default for
6435 selecting an application on a UNIX system.
6436 (org-agenda-show-tags): New command.
6437 (org-table-insert-hline): Keep cursor in current table line.
6438 (org-table-convert): Offset effect of modifying
6439 `org-table-insert-hline'.
6440 (org-format-agenda-item): New optional argument TAG.
6441 (org-compile-prefix-format): Handle %T format for the tag.
6442 (org-expand-wide-chars): New function.
6443 (org-table-insert-row, org-table-insert-hline):
6444 Use `org-expand-wide-chars'.
6445 (org-open-file): Fix bug in program launch.
6446 (org-get-time-of-day): Fix bug with times before 1am.
6447 (org-agenda-menu): Add tags commands.
6448
6449 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6450
6451 * textmodes/ispell.el (ispell-init-process): Include the used
6452 dictionary in ispell process start message.
6453 (ispell-internal-change-dictionary): When flyspell-mode is active
6454 and dictionary is changed, make sure ispell process is restarted
6455 and flyspell word cache cleared out for the current buffer.
6456 (ispell-change-dictionary): Make sure flyspell word cache is
6457 cleared out in all buffers with active flyspell mode when
6458 dictionary is globally changed.
6459 Call ispell-internal-change-dictionary after dictionary change.
6460
6461 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6462
6463 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6464
6465 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6466 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6467 years. Fix small differences wrt Makefile.in.
6468 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6469 Makefile.in does.
6470
6471 2006-01-12 Bill Wohler <wohler@newt.com>
6472
6473 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6474 mh-search.el.
6475
6476 2006-01-12 Masatake YAMATO <jet@gyve.org>
6477
6478 * progmodes/ld-script.el: Update copyright year.
6479
6480 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6483 Don't add widget if setting undefined.
6484
6485 2006-01-12 John Paul Wallington <jpw@pobox.com>
6486
6487 * help-fns.el (describe-variable): Remove newlines from void
6488 variable output.
6489
6490 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6491
6492 * wdired.el (wdired-mode-map): Add help echo for
6493 wdired-abort-changes.
6494
6495 * man.el (Man-file-name-regexp): Adjust for a list of files.
6496
6497 2006-01-12 Masatake YAMATO <jet@gyve.org>
6498
6499 * progmodes/ld-script.el (auto-mode-alist): Support
6500 suffix conventions used in netbsd and eCos.
6501
6502 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6503
6504 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6505 (custom-variable-menu, custom-face-menu, custom-group-menu)
6506 (Custom-mode-menu): Change names of menu items. (As discussed on
6507 emacs-devel.)
6508 (custom-face-menu): Add "Undo Edits" item.
6509
6510 * startup.el (init-file-user): defcustom -> defvar.
6511
6512 * tooltip.el (tooltip-mode): Doc fix.
6513
6514 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * reveal.el (reveal-post-command): window-buffer signals an error on
6517 dead windows rather than returning nil.
6518 (reveal-open-new-overlays): An overlay might die while we open others.
6519
6520 2006-01-11 Bill Wohler <wohler@newt.com>
6521
6522 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6523 phrasing in docstring.
6524
6525 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6526 can give some systems gas. Add new file mh-buffers.el.
6527
6528 2006-01-06 Masatake YAMATO <jet@gyve.org>
6529
6530 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6531 C preprocessor forward ported from GNU Emacs 21.2.
6532
6533 * progmodes/asm-mode.el (asm-font-lock-keywords):
6534 Use `cpp-font-lock-keywords'.
6535
6536 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6537
6538 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6539 of $ for "\\.ld[s]?".
6540
6541 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6544 (tcl-indent-line): Return `noindent' if inside a string.
6545
6546 * progmodes/flymake.el (flymake-split-string): Remove more than one
6547 empty string at beg/end of the result.
6548 (flymake-find-buildfile, flymake-find-possible-master-files):
6549 Use expand-file-name.
6550 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6551 since expand-file-name does it for us. Use directory-file-name.
6552 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6553 (flymake-ler-get-type, flymake-ler-get-text)
6554 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6555 (flymake-current-line-no): Remove spurious interactive spec.
6556 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6557 (flymake-check-include): Remove arg inc-path merged into inc-name.
6558 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6559 Arg regexp-list replaced by a simple regexp.
6560 (flymake-master-make-header-init, flymake-master-tex-init):
6561 Correspondingly replace regexp-list with a regexp. Fix regexp.
6562
6563 2006-01-10 Simon Josefsson <jas@extundo.com>
6564
6565 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6566 describing AUTH PLAIN fix.
6567
6568 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6569
6570 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6571 (report-emacs-bug): Don't record initial prompt text.
6572 Instead, add text properties to prompting text.
6573 (report-emacs-bug-hook): Delete prompting text.
6574
6575 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6578 `dirs'. Adjust callers.
6579
6580 2006-01-09 John Paul Wallington <jpw@gnu.org>
6581
6582 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6583
6584 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * reveal.el (reveal-open-new-overlays): New extracted fun.
6587 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6588 using them. Simplify the code.
6589 (reveal-post-command): Use them. Fix up obsolete windows in
6590 reveal-open-spots.
6591
6592 * progmodes/flymake.el: Use `require' rather than autoload for
6593 XEmacs's overlays.
6594 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6595 Delete. Use file-relative-name instead.
6596 (flymake-get-syntax-check-program-args, flymake-perl-init):
6597 Simplify the resulting code.
6598
6599 * log-view.el (log-view-file-re, log-view-message-re): Add support
6600 for DaRCS output.
6601
6602 2006-01-09 Alex Schroeder <alex@gnu.org>
6603
6604 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6605 identifiers sometimes added in square brackets at the beginning of
6606 subject lines.
6607
6608 2006-01-07 Richard M. Stallman <rms@gnu.org>
6609
6610 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6611 (Custom-reset-current, Custom-reset-saved): Change question text.
6612 (Custom-reset-standard): Likewise.
6613 (custom-variable-reset-saved): Doc fix.
6614
6615 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6616
6617 * startup.el (init-file-user): Doc fix.
6618
6619 2006-01-07 Alex Schroeder <alex@gnu.org>
6620
6621 * mail/rmail.el (rmail-current-subject): New function.
6622 (rmail-current-subject-regexp): New function.
6623 (rmail-next-same-subject): Use it.
6624
6625 * mail/rmailsum.el (rmail-summary-by-topic):
6626 Use rmail-current-subject and rmail-current-subject-regexp.
6627 (rmail-summary-next-same-subject): Ditto.
6628
6629 * net/rcirc.el (rcirc-send-input): No longer check whether the
6630 process is open, since not all commands need an open process.
6631 (rcirc-send-string): Check whether the process is open before
6632 sending anything.
6633 (rcirc-ignore-list): New option.
6634 (rcirc-ignore-list-automatic): New variable.
6635 (rcirc-print): Take rcirc-ignore-list into account.
6636 (rcirc-cmd-ignore): New command.
6637 (rcirc-ignore-update-automatic): New function.
6638 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6639 list if ignored nicks.
6640 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6641
6642 2006-01-06 David Reitter <david.reitter@gmail.com>
6643
6644 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6645 reflect the address to which the report will be sent.
6646
6647 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6648
6649 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6650 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6651
6652 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6653
6654 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6655
6656 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6657 the doc string: "functoin" => "function".
6658 * ldefs-boot.el: Likewise.
6659
6660 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6661 message text: "Duplicat" => "Duplicate".
6662
6663 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6664
6665 * files.el (basic-save-buffer-2): If backing-up failed, reset
6666 buffer-backed-up to nil.
6667
6668 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6669
6670 * progmodes/gud.el (gdb-script-skip-to-head)
6671 (gdb-script-calculate-indentation): Indent for breakpoint command
6672 lists also.
6673
6674 2006-01-05 Bill Wohler <wohler@newt.com>
6675
6676 * Makefile.in (compile-always): Add mh-autoloads dependency.
6677 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6678 provides it.
6679 (updates): Remove mh-autoloads dependency, since it probably has
6680 already run recently (via recompile).
6681
6682 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6683
6684 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6685 argument `force' to disable the flyspell-last-buffer optimization.
6686 (flyspell-mode-on): Use it.
6687
6688 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6689 flymake-simple-cleanup.
6690 (flymake-allowed-file-name-masks): Use this new default.
6691 All the functions are now called in the right buffer rather than
6692 passing the buffer as argument.
6693 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6694 (flymake-parse-err-lines): Remove redundant buffer arg.
6695 (flymake-get-program-dir): Comment out unused function.
6696 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6697 Remove redundant buffer argument.
6698 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6699 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6700
6701 2006-01-05 Richard M. Stallman <rms@gnu.org>
6702
6703 * info.el (Info-find-node): Don't record previous node if have none.
6704 (info): Go to directory only if history is empty.
6705
6706 * simple.el (mark): Doc fix.
6707
6708 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6709
6710 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6711 already of desired type.
6712 (mac-ae-list): Coerce parameter to "list" type.
6713 (mac-dispatch-apple-event): Replace cadr part of event with a
6714 dummy position so that event-start returns it.
6715
6716 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6717
6718 * textmodes/org.el (org-end-of-subtree): New function.
6719 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6720 Use `org-end-of-subtree'.
6721 (org-agenda, org-agenda-convert-date): Protect calls to
6722 `fit-window-to-buffer'.
6723 (org-tags-view): Force matching of sublevels when doing a
6724 todo-only search. Define the correct redo command, including the
6725 arguments.
6726 (org-agenda-redo): Display message.
6727 (org-check-for-org-mode): New function.
6728 (org-agenda-type): New variable.
6729 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6730 Set `org-agenda-type'.
6731 (org-agenda-check-type): New function.
6732 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6733 (org-agenda-week-view, org-agenda-day-view)
6734 (org-agenda-next-date-line, org-agenda-previous-date-line)
6735 (org-agenda-log-mode, org-agenda-toggle-diary)
6736 (org-agenda-toggle-time-grid, org-agenda-date-later)
6737 (org-agenda-date-prompt, org-agenda-diary-entry)
6738 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6739 (org-agenda-convert-date, org-agenda-menu):
6740 Use `org-agenda-check-type'.
6741 (org-make-overlay, org-delete-overlay)
6742 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6743 New compatibility functions.
6744 (org-calendar-select-mouse): New command.
6745
6746 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6749 (Custom-reset-standard): Fix y-or-n-p messages.
6750 (custom-link): New face for links.
6751 (custom-buffer-create-internal, custom-manual): Use it.
6752 (custom-face-save): Push to theme-face before setting face spec.
6753
6754 * wid-edit.el (widget-default-mouse-face-get): New function.
6755 (widget-specify-button): Handle mouse-face like button-face.
6756
6757 * custom.el (load-theme): Clear old theme settings if reloading.
6758
6759 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6760
6761 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6762 "Erase Customization" button back to same position it occupies in
6763 the individual State menus.
6764
6765 2006-01-04 Kim F. Storm <storm@cua.dk>
6766
6767 * wid-edit.el (key-sequence): Rework widget to read key binding
6768 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6769 (widget-key-sequence-default-value): Default value for empty sequence.
6770 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6771 (widget-key-sequence-read-event): New command for C-q.
6772 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6773 (widget-key-sequence-value-to-external): New functions.
6774
6775 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6778 Use expand-file-name.
6779 (flymake-delete-temp-directory): Use expand-file-name,
6780 file-name-directory, and directory-file-name.
6781 (flymake-strrchr): Delete.
6782 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6783 to the init-f function.
6784 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6785 (flymake-init-find-buildfile-dir)
6786 (flymake-init-create-temp-source-and-master-buffer-copy)
6787 (flymake-simple-make-init-impl, flymake-simple-make-init)
6788 (flymake-master-make-init, flymake-master-make-header-init)
6789 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6790 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6791 (flymake-xml-init): Remove corresponding redundant buffer argument.
6792 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6793 the default anyway. Clean up regexps.
6794
6795 * progmodes/flymake.el (flymake-temp-source-file-name)
6796 (flymake-master-file-name, flymake-temp-master-file-name)
6797 (flymake-base-dir): New buffer-local vars.
6798 (flymake-buffer-data, flymake-get-buffer-value)
6799 (flymake-set-buffer-value): Replace those hash-tables by the new
6800 buffer-local vars. Update callers.
6801
6802 * progmodes/flymake.el (flymake-check-start-time)
6803 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6804 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6805 Move definition, so we can remove redundant earlier declaration.
6806 (flymake-replace-regexp-in-string, flymake-split-string)
6807 (flymake-get-temp-dir): Use defalias.
6808 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6809 (flymake-xemacs-window-edges): Remove unused function.
6810 (flymake-get-point-pixel-pos): Move.
6811 (flymake-pid-to-names, flymake-reg-names)
6812 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6813 Replace by a simple list flymake-processes and by process-buffer.
6814 Update callers. Other than simplify the code, it uses buffers rather
6815 than buffer-names so it doesn't get confused by uniquify.
6816 (flymake-buffer-data): The global value should just be nil.
6817
6818 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6819 Optimize the body of a defalias like any other code.
6820
6821 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6822 Make sure we've setup font-lock's vars. It may influence which
6823 function we then call.
6824 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6825 here since it's too late anyway.
6826
6827 2006-01-03 Romain Francoise <romain@orebokech.com>
6828
6829 * startup.el (fancy-splash-tail, normal-splash-screen):
6830 Update copyright year.
6831
6832 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6833
6834 * mouse.el (mouse-drag-track): Rename, from
6835 `mouse-drag-region-1'. Includes optional argument required to
6836 enable post-drag event processing (e.g. delete region keys).
6837 Can be used without this argument to track a mouse region and operate
6838 on it as soon as the drag completes.
6839 (mouse-drag-region): Use `mouse-drag-track'.
6840
6841 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6842
6843 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6844 Move to `custom-buffer' group.
6845
6846 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6847 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6848 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6849 (custom-theme-face-menu): New variables.
6850 (custom-theme-add-variable, custom-theme-variable-action)
6851 (custom-variable-reset-theme, custom-theme-delete-variable)
6852 (custom-face-reset-theme, custom-theme-face-action)
6853 (custom-theme-delete-face, custom-theme-merge-theme)
6854 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6855
6856 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6857
6858 * custom.el: Move Custom Themes commentary to start of theme code.
6859 (custom-known-themes): Rename `standard' theme to `changed'.
6860 (custom-push-theme): Caller no longer specifies what theme to use
6861 when doing `reset'---the setting is simply removed from the theme.
6862 Delete MODE from `theme-value' and `theme-settings' properties.
6863 (custom-declare-theme): Ignore &rest args since we don't use them.
6864
6865 (custom-loaded-themes): Delete variable.
6866 (custom-theme-load-themes, custom-theme-loaded-p)
6867 (custom-theme-value): Delete functions.
6868
6869 (custom-declare-theme): Signal error on invalid theme names.
6870 (provide-theme): custom-loaded-themes was deleted.
6871 (load-theme): Load the file unconditionally.
6872 (enable-theme): Call `load-theme' if theme is undefined.
6873 (custom-enabled-themes): Only update value for successful loads.
6874 (disable-theme): Complete from enabled themes when interactive.
6875 (custom-variable-theme-value): Calculate theme value directly.
6876
6877 (custom-theme-reset-variables, custom-reset-variables): Mark as
6878 XEmacs compatibility functions. We don't actually use these.
6879
6880 * cus-edit.el (custom-variable-state-set):
6881 Use custom-variable-theme-value instead of custom-theme-value.
6882 (custom-face-state-set): Rename `standard' theme to `changed'.
6883 (custom-save-variables, custom-save-faces): Delete unneeded
6884 references to custom-reset-variables.
6885 (custom-save-resets): Delete function.
6886 (custom-save-variables, custom-save-faces): MODE argument deleted.
6887 (custom-save-variables, custom-save-faces): Ignore theme values.
6888
6889 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6890 compatibility function.
6891
6892 2006-01-01 Richard M. Stallman <rms@gnu.org>
6893
6894 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6895 (Custom-reset-current, Custom-reset-saved): Likewise.
6896 (Custom-reset-standard): Show message if aborted.
6897 (custom-mode): Doc fix, describing those commands.
6898
6899 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6900 put on event-kind property.
6901
6902 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6903
6904 * custom.el (provide-theme): Ban `user' theme name.
6905 (custom-enabling-themes): New variable.
6906 (enable-theme): Don't enable user if custom-enabling-themes is t.
6907 (custom-enabled-themes): Make it a defcustom.
6908 (custom-theme-recalc-face): No-op if face is undefined.
6909
6910 * cus-edit.el (custom-button-mouse): New variable.
6911 (custom-button-mouse): New face.
6912 (custom-raised-buttons, custom-mode): Use it.
6913
6914 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6915
6916 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6917
6918 * progmodes/gud.el (gud-display-line): Support hl-line in the
6919 source buffer.
6920
6921 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6922
6923 * mouse.el (mouse-drag-window-above): Verify that the found window
6924 overlaps with the given window in the horizontal dimension.
6925
6926 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6927
6928 * Makefile.in (cvs-update): New target.
6929
6930 * makefile.w32-in (cvs-update): Ditto.
6931
6932 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6935 (custom-new-theme-mode-map): New variable.
6936
6937 2005-12-30 Richard M. Stallman <rms@gnu.org>
6938
6939 * custom.el (custom-load-themes): Function deleted.
6940
6941 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6942 (custom-save-variables): Don't delete or add custom-load-themes call.
6943
6944 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * cus-start.el: Add `visible-cursor'.
6947
6948 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6949 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6950 (flymake-process-filter): Switch to buffer before calling it instead.
6951 (flymake-post-syntax-check, flymake-highlight-err-lines)
6952 (flymake-delete-own-overlays, flymake-parse-err-lines)
6953 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6954 (flymake-count-lines, flymake-parse-residual):
6955 Remove constant buffer argument.
6956 (flymake-start-syntax-check-for-current-buffer): Remove.
6957 Update callers to use flymake-start-syntax-check instead.
6958 (flymake-display-err-menu-for-current-line):
6959 Remove unused var `mouse-pos'.
6960 (flymake-restore-formatting): Comment out unused function.
6961 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6962 argument, use current-buffer instead. Update callers.
6963
6964 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6965
6966 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6967 buffer-local because choose-completion-delete-max-match requires
6968 that we set completion-ignore-case (i.e., binding via let is not
6969 sufficient).
6970 (bibtex-complete): Always set completion-ignore-case and
6971 choose-completion-string-functions. The latter is needed because
6972 choose-completion-string-functions keeps its value if we quit the
6973 *Completions* buffer without requesting a completion.
6974
6975 2005-12-30 Andreas Schwab <schwab@suse.de>
6976
6977 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6978
6979 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6980
6981 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6982
6983 2005-12-30 Juri Linkov <juri@jurta.org>
6984
6985 * locate.el (locate-fcodes-file, locate-header-face)
6986 * progmodes/delphi.el (delphi-other-face)
6987 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6988
6989 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6990 group `paren-showing-faces'.
6991
6992 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6993 (goto-address): Fix docstring.
6994
6995 * net/webjump.el (webjump-sample-sites): Update URLs.
6996
6997 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6998
6999 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7000
7001 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * font-lock.el (font-lock-compile-keywords): Signal an error when
7004 font-lock-set-defaults hasn't been called.
7005
7006 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7007
7008 * subr.el (noreturn, 1value): Doc fixes.
7009
7010 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7011
7012 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7013 that assoc-string returns nil.
7014
7015 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7016
7017 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7018 (bibtex-entry-type-str, bibtex-empty-field-re)
7019 (bibtex-search-backward-string, bibtex-preamble-prefix)
7020 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7021 (bibtex-any-valid-entry-type): New variable.
7022 (bibtex-parse-field-name): Simplify.
7023 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7024 (bibtex-preamble-prefix): Include left delimiter.
7025 (bibtex-search-forward-field, bibtex-search-backward-field):
7026 Allow unbounded search past entry boundaries (required by bibtex-pop).
7027 (bibtex-text-in-field-bounds): Use push.
7028 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7029 (bibtex-parse-preamble, bibtex-valid-entry)
7030 (bibtex-beginning-first-field): New functions.
7031 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7032 (bibtex-map-entries): Fix docstring.
7033 (bibtex-flash-head): New arg prompt. Simplify.
7034 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7035 (bibtex-insert-kill): Simplify. Always insert text past the
7036 current field or entry.
7037 (bibtex-format-entry): Use bibtex-parse-field.
7038 (bibtex-pop): Use bibtex-beginning-of-entry and
7039 bibtex-end-of-entry to initiate the search. Insert empty field if
7040 we found ourselves.
7041 (bibtex-print-help-message): New args field and comma.
7042 Handle entry keys.
7043 (bibtex-make-field): Use bibtex-beginning-of-entry.
7044 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7045 invalid entry.
7046 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7047 Handle preambles. Simplify code for thorough test.
7048 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7049 New arg comma. Handle entry heads.
7050 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7051 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7052 New arg comma.
7053 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7054 (bibtex-fill-field): Simplify.
7055 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7056 bibtex-parse-field.
7057 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7058 (bibtex-complete): Use bibtex-parse-preamble.
7059
7060 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7061
7062 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7063 Display name of expression instead of convenience variable.
7064 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7065
7066 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7067 toggle-gud-tooltip-dereference.
7068 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7069 (gud-tooltip-tips): ...here when dereferencing.
7070
7071 2005-12-28 Bill Wohler <wohler@newt.com>
7072
7073 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7074
7075 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7078 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7079 (vc-annotate-display-autoscale): Adjust call.
7080 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7081 Fix interactive spec.
7082 (vc-annotate-time-span): Remove.
7083 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7084 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7085 (vc-annotate-display-select): Use new name.
7086
7087 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7088 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7089 Correct the construction of span entries. Simplify.
7090 (vc-annotate-display-select): Fix the nil case.
7091 (vc-annotate): Remove obsolete (and now broken) code.
7092 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7093 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7094
7095 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * subr.el (lazy-completion-table): Correct typo in docstring.
7098
7099 * startup.el (command-line): Use `custom-reevaluate-setting' for
7100 `send-mail-function'.
7101
7102 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7103
7104 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7105
7106 * mail/smtpmail.el (smtpmail-try-auth-methods):
7107 Send credentials together with "AUTH PLAIN" command.
7108
7109 2005-12-27 Richard M. Stallman <rms@gnu.org>
7110
7111 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7112 mouse-2, go back to previously selected window, so it's selected
7113 when mouse-2 command runs.
7114
7115 2005-12-27 Juri Linkov <juri@jurta.org>
7116
7117 * descr-text.el (describe-text-sexp): Use square brackets for
7118 button [Show] to distinguish it from the property value `show'.
7119 (describe-property-list): Use `insert-text-button' with
7120 `help-face' type instead of putting face in quotes, because button
7121 is not created automatically for a list of faces.
7122 (describe-text-properties-1): Put button-type value in quotes to
7123 distinguish from plain text "button".
7124 (describe-char): Display code point values in hex. Don't use
7125 `symbol-name' for `current-input-method' because it is a string.
7126 Use `insert-text-button' with `help-face' type instead of putting
7127 hardcoded face in quotes, because button is not created automatically.
7128
7129 2005-12-27 Richard M. Stallman <rms@gnu.org>
7130
7131 * progmodes/glasses.el (glasses-face): More specific custom type.
7132
7133 * files.el (set-visited-file-name): Doc fix.
7134
7135 * textmodes/flyspell.el (flyspell-external-point-words):
7136 Use local var buffer-scan-pos to advance scan for next misspelling.
7137 Advance it only after we find the misspelling.
7138
7139 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7140
7141 * textmodes/flyspell.el (flyspell-external-point-words):
7142 New criteria for finding the misspelling in the buffer.
7143
7144 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7145
7146 * help-mode.el (help-insert-string): Set help-xref-stack-item
7147 rather than call help-setup-xref.
7148
7149 * descr-text.el (describe-char): Revert previous changes for
7150 optional buffer argument.
7151
7152 2005-12-27 Juri Linkov <juri@jurta.org>
7153
7154 * help-mode.el (help-insert-string): New function. Save buffer
7155 contents in cases where it is impossible to recompute the old contents.
7156
7157 * descr-text.el (describe-char): Set help-xref-stack-item
7158 explicitly after buffer has been generated.
7159
7160 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7161
7162 * cus-start.el (all): Add x-gtk-show-hidden-files.
7163
7164 2005-12-26 Richard M. Stallman <rms@gnu.org>
7165
7166 * replace.el (perform-replace): Calculate match-again
7167 before skipping read-only matches.
7168
7169 * paren.el (paren-showing-faces): New group.
7170 (show-paren-match, show-paren-mismatch): Move to that group.
7171
7172 * button.el (button): Put into group `basic-faces'.
7173
7174 * progmodes/make-mode.el: Remove faces from group `faces'.
7175
7176 * apropos.el (apropos, apropos-value): Doc fix.
7177 (apropos-documentation): Doc fix.
7178
7179 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * subr.el (lazy-completion-table): Remove argument `args'.
7182
7183 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7184 Don't use the `args' argument of lazy-completion-table.
7185
7186 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7187
7188 * descr-text.el (describe-char): Add optional argument for buffer.
7189 Set buffer appropriately. Call help-setup-xref.
7190 Suggested by Stefan Monnier.
7191
7192 2005-12-26 Juri Linkov <juri@jurta.org>
7193
7194 * descr-text.el: Require `help-fns' at runtime. Don't require
7195 `button' for byte compilation.
7196 (describe-text-widget): Add `help-echo' for first button.
7197 Use `help-info' for second.
7198 (describe-property-list): Use `help-argument-name' instead of `italic'.
7199 (describe-text-category): Add prompt to interactive spec.
7200 Call `help-setup-xref'.
7201 (describe-char): Use `help-character-set'. Add `help-echo' for
7202 code point. Use `help-input-method'. Remove superfluous insert.
7203
7204 2005-12-25 Richard M. Stallman <rms@gnu.org>
7205
7206 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7207 at point, in case of narrowing.
7208
7209 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7210
7211 * locate.el (locate-header-face): Allow nil in type.
7212
7213 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7214
7215 2005-12-25 Romain Francoise <romain@orebokech.com>
7216
7217 * battery.el (battery-linux-proc-acpi): Also try
7218 `/proc/acpi/thermal_zone/THM0/temperature'.
7219
7220 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * custom.el (custom-push-theme): Fix docstring.
7223
7224 * cus-edit.el (custom-variable-set, custom-variable-save)
7225 (custom-variable-save): Custom-quote widget values.
7226 (customize-save-variable): Fix custom-push-theme call.
7227
7228 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7229
7230 * w32-fns.el (w32-batch-update-autoloads): New function.
7231
7232 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7233 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7234 from the command line.
7235
7236 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7239 reset means to remove setting from theme entirely. Don't keep
7240 expanding theme-settings list; delete old entries if necessary.
7241
7242 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7243 customization" button one line up.
7244 (custom-themed): New face.
7245 (custom-magic-alist): New value, THEMED, for theme settings.
7246 (custom-variable-state-set, custom-face-state-set):
7247 Check theme-value instead of saved-value.
7248 (custom-variable-reset-standard, custom-face-reset-standard):
7249 Remove theme setting entirely. Recalculate new values.
7250 (custom-variable-set, custom-variable-set)
7251 (custom-variable-reset-saved, custom-variable-reset-backup)
7252 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7253 (custom-variable-save): Fix typos.
7254
7255 2005-12-23 Juri Linkov <juri@jurta.org>
7256
7257 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7258 Add autoload cookies.
7259 (edebug-outside-d-c-i-n-s-w): New variable.
7260 (edebug-display, edebug-outside-excursion): Use it to save the
7261 original value of default-cursor-in-non-selected-windows.
7262 Set default-cursor-in-non-selected-windows to t while Edebug
7263 is active.
7264 (edebug-mode, edebug-eval-mode): Doc fix.
7265
7266 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7267 with `buffer-substring-no-properties' to remove common substring
7268 highlighting.
7269
7270 * info.el (info-other-window, info): Rename function argument
7271 `file' to `file-or-node'.
7272 (Info-complete-menu-item): Use local variable `complete-nodes' to
7273 keep the global value of `Info-complete-nodes' unchanged for
7274 subsequent completions.
7275 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7276
7277 * simple.el (get-next-valid-buffer, last-buffer)
7278 (next-error-buffer-p, next-error-find-buffer)
7279 (minibuffer-history-sexp-flag): Doc fix.
7280
7281 * savehist.el (savehist-mode-hook): Add `:group'.
7282
7283 * log-view.el: Call autoload for vc-find-version.
7284 (log-view-current-file): Adjust subgroup numbers.
7285 (log-view-current-tag): Add `length'.
7286
7287 2005-12-23 Richard M. Stallman <rms@gnu.org>
7288
7289 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7290
7291 2005-12-23 Juri Linkov <juri@jurta.org>
7292
7293 * hi-lock.el (hi-lock-archaic-interface-message-used)
7294 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7295 (hi-lock-mode): Display "Hi" in the mode line only when
7296 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7297 (hi-lock-write-interactive-patterns):
7298 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7299 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7300 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7301 font-lock-add-keywords to t.
7302
7303 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7304
7305 * hi-lock.el (hi-lock-highlight-range): New variable.
7306 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7307 only if font-lock-fontified is non-nil. Remove overlays.
7308 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7309 font-lock-fontified is non-nil, otherwise use overlays (instead of
7310 text properties).
7311 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7312 New variables.
7313 (hi-lock-string-serialize) New function.
7314
7315 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7316
7317 * menu-bar.el (menu-find-file-existing): New function.
7318 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7319
7320 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7321
7322 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * vc.el: Remove unnecessary leading * in docstrings.
7325 (vc-annotate-mode-map): Move initialization into declaration.
7326 (vc-static-header-alist): Nitpick on the regexp.
7327 (vc-default-init-version): New fun.
7328 (vc-register): Use it.
7329 (vc-insert-headers): Use dolist.
7330 (vc-annotate-get-backend): Remove unused function.
7331 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7332 (vc-annotate-mode): Remove corresponding call.
7333 (vc-annotate-car-last-cons): Simplify.
7334 (vc-annotate-buffers): Remove var.
7335 (vc-annotate-backend): Make it buffer-local.
7336 (vc-annotate): Move the interaction to the interactive spec.
7337 Add a `buf' argument.
7338 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7339 killing&creating a vc-annotate buffer, which is very disruptive when
7340 the buffers are shown in dedicated frames.
7341
7342 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7343
7344 * descr-text.el: Add FSF as maintainer.
7345 (describe-text-mode, describe-text-mode-map)
7346 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7347 help-mode.
7348 (describe-text-widget, describe-text-sexp)
7349 (describe-property-list, describe-text-category)
7350 (describe-text-properties, describe-text-properties-1)
7351 (describe-char): Use help buttons instead of widgets.
7352 (describe-char-unicodedata-file): Make URL link in doc string.
7353
7354 2005-12-22 Richard M. Stallman <rms@gnu.org>
7355
7356 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7357 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7358 Don't include buttons that write a file when there's no file.
7359 (custom-variable-menu, custom-face-menu, custom-group-menu):
7360 Don't include commands that write a file when there's no file.
7361 (customize-browse): Reword the top-of-buffer help intro.
7362 (custom-buffer-create-internal): Fix previous change.
7363 (customize-changed-options-previous-release): Prev release is 21.1.
7364 (customize-changed-options): Doc fix.
7365 (customize-changed): New alias.
7366 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7367 Say "standard values".
7368 (Custom-reset-standard): Doc fix.
7369 (custom-face-reset-standard): Doc fix.
7370
7371 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7374 even if font-lock-mode is non-nil since it may be t without having
7375 turned on font-lock-mode-internal.
7376 (font-lock-choose-keywords): Minor optimization.
7377 (font-lock-add-keywords, font-lock-remove-keywords)
7378 (font-lock-set-defaults): Don't call make-local-variable on a variable
7379 that we know to already be local.
7380
7381 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7382
7383 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7384 messages if in the minibuffer.
7385
7386 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7389 (tex-mode-flyspell-verify, flyspell-get-word)
7390 (flyspell-external-point-words): Don't use point-min/max uselessly.
7391
7392 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7393 by Kevin Rodgers. Instead, just hide the completions buffer if we
7394 don't need to show it.
7395
7396 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7399
7400 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7403 delete-windows-on with an inexistent buffer.
7404
7405 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7406
7407 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7408 Delete defcustom variable :tag names.
7409
7410 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7413 (log-view-font-lock-keywords): Ajust subgroup numbers.
7414 (log-view-current-tag): Don't hard code the number of subgroups.
7415
7416 2005-12-20 Juri Linkov <juri@jurta.org>
7417
7418 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7419 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7420
7421 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7422 (menu-bar-non-minibuffer-window-p): Instead of checking
7423 display-multi-frame-p, use selected-frame when menu-updating-frame
7424 is nil.
7425
7426 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7427
7428 * align.el (align-rules-list): Use [ \t] instead of \s-
7429 for column separators in text mode.
7430
7431 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7432
7433 * help-mode.el (help-customize-variable, help-customize-face):
7434 Don't pop help-xref-stack as help-follow no longer pushes
7435 anything on to it.
7436
7437 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7438
7439 * textmodes/org.el (org-agenda-custom-commands): New option.
7440 (org-agenda): Offer custom commands on splash screen.
7441 (org-make-tags-matcher): Parser for Boolean logic added.
7442 (org-agenda-set-tags): New command.
7443 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7444 (org-set-tags): Efficiency improvements.
7445 (org-auto-align-tags): New option.
7446 (org-todo, org-demote, org-promote): Realign tags.
7447 (org-tags-completion-function): Use also "&" and "|" as separators.
7448 (org-org-menu): Agenda commands simplified.
7449
7450 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7451
7452 * cus-edit.el (customize-apropos, customize-apropos-options):
7453 Docstring changes.
7454
7455 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7456
7457 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7458
7459 * longlines.el (longlines-mode): Wrap while widened.
7460 (longlines-decode-region, longlines-encode-region): Compute max
7461 just once.
7462
7463 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7464
7465 * cus-edit.el (mac): New group.
7466
7467 * cus-start.el (all): Add user options in macterm.c. Add test for
7468 Mac-related built-ins. Fix test for GTK-related built-ins.
7469
7470 * term/mac-win.el (mac-handle-language-change)
7471 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7472 (mac-services-open-selection, mac-services-mail-selection)
7473 (mac-services-mail-to, mac-services-insert-text)
7474 (mac-dispatch-apple-event): Add docstrings.
7475 (x-get-selection, mac-select-convert-to-string): Select coding
7476 system from `utf-16be' and `utf-16le' using `byteorder'.
7477
7478 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7481 a "list" (lambda ...) rather than a real completion list.
7482
7483 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7484 lexical-let when encountering ((lambda (...) ...) ...).
7485
7486 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7487
7488 * progmodes/sh-script.el (sh-mode):
7489 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7490 * textmodes/picture.el (picture-mode): Update docstrings.
7491
7492 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7493
7494 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7495 commands enclosed in $(ARGQUOTE)s should not be split between two
7496 lines, as that will break with GNU Make >3.80, when sh.exe is used
7497 and arg quoting is with '..'.
7498 (autoloads): Don't break the quoted --eval expression between
7499 several lines.
7500
7501 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7502
7503 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7504 Capture error from printing circular structures.
7505
7506 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7507
7508 * wid-edit.el (widget-checkbox-action): Clear undo info.
7509
7510 2005-12-16 Bill Wohler <wohler@newt.com>
7511
7512 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7513 bar, not menubar in comment.
7514
7515 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7518 After-change-functions should not clobber the match data.
7519
7520 2005-12-16 Juri Linkov <juri@jurta.org>
7521
7522 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7523 instead of `buffer-substring'.
7524 (completion-common-substring): Doc fix.
7525 (completion-setup-function): Use minibuffer-completion-contents
7526 instead of minibuffer-contents. Don't set common-string-length
7527 initially. Remove special handling of partial-completion-mode.
7528 Move computation of completion-base-size into one cond.
7529 Call completion-base-size-function in mainbuf. In computation of
7530 completion-base-size for file name completion don't move point to
7531 the end of the minibuffer. Move computation of common-string-length
7532 into one cond. Start putting faces only when common-string-length>=0.
7533 Add condition to put completions-common-part when
7534 common-string-length>0.
7535
7536 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7537 place point at the first different character in the minibuffer
7538 even if this position is at the beginning of the minibuffer.
7539
7540 * info.el (Info-read-node-name-1): In completion-base-size-function's
7541 lambda return 1 if common-substring or minibuffer-completion-contents
7542 starts with (, and 0 otherwise.
7543
7544 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7545 Use `crm-current-element' for second arg of `display-completion-list'.
7546
7547 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7548
7549 * files.el (set-auto-mode): Look for an interpreter specified on
7550 the first line also if search for mode specification succeeded,
7551 but the mode is not known.
7552
7553 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7554
7555 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7556 (org-open-at-point): Implement tag searches as links.
7557 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7558 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7559 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7560 (org-agenda-dispatch): New commands.
7561 (org-use-tag-inheritance, org-tags-column): New options.
7562 (org-tab-follows-link, org-return-follows-link): New options.
7563 (org-tags): New customize group.
7564 (org-start-icalendar-file): Get local time zone.
7565 (org-tags-completion-function): New function.
7566 (org-set-font-lock-defaults): Make sure links will also be
7567 highlighted inside headlines.
7568
7569 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7570
7571 * term.el (term-emulate-terminal):
7572 Let term-handle-ansi-terminal-messages override what Bash says about
7573 its current directory.
7574
7575 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7576
7577 * bindings.el (last-buffer): Move to simple.el.
7578 * simple.el (last-buffer): Move here.
7579 (get-next-valid-buffer): New function.
7580 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7581 (prev-buffer): Ditto. Rename to `previous-buffer'.
7582
7583 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7584 * bindings.el (global-map): Ditto.
7585
7586 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7587
7588 * cus-edit.el: Introductory comment change.
7589 (custom-magic-alist): Change message string for the `rogue' state.
7590
7591 2005-12-15 Richard M. Stallman <rms@gnu.org>
7592
7593 * tooltip.el: Delete defcustom variable :tag names.
7594
7595 * complete.el (partial-completion-mode): Doc fix.
7596
7597 * textmodes/flyspell.el (flyspell-external-point-words):
7598 Use save-excursion to ensure we don't move backward in the
7599 search loop, not even one character.
7600 (flyspell-delete-all-overlays): Use remove-overlays directly.
7601
7602 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7603 (ispell-start-process): Set that variable.
7604 Clear ispell-buffer-local-name.
7605 (ispell-internal-change-dictionary):
7606 Set ispell-current-dictionary after killing process.
7607 (ispell-buffer-local-dict):
7608 Don't set spell-personal-dictionary after killing process.
7609 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7610 (ispell-tex-skip-alists, ispell-html-skip-alists)
7611 (ispell-skip-region-alist): Mark as risky.
7612
7613 * net/newsticker.el (newsticker--retrieval-timer-list)
7614 (newsticker--display-timer, newsticker-running-p)
7615 (newsticker-ticker-running-p): Definitions moved up.
7616
7617 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7618
7619 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7620
7621 2005-12-15 David Ponce <david@dponce.com>
7622
7623 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7624 (recentf-edit-list, recentf-open-files): Signal an error when
7625 there is no recent file.
7626
7627 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7628
7629 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7630 read-only except for texinfo-format-region evaluation.
7631
7632 2005-12-14 Richard M. Stallman <rms@gnu.org>
7633
7634 * vc.el (vc-default-previous-version, vc-default-next-version)
7635 (vc-do-command): Doc fixes.
7636
7637 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7638
7639 * textmodes/bibtex.el (bibtex-expand-strings)
7640 (bibtex-autokey-expand-string, bibtex-name-part)
7641 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7642 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7643 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7644 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7645 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7646 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7647 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7648 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7649 (bibtex-beginning-of-last-entry): Remove.
7650 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7651 message if comma is missing but buffer is read-only.
7652 (bibtex-parse-field-text): Handle whitespaces at the end of field
7653 text. Return 3-element list with beginning and end of field text
7654 and end of field.
7655 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7656 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7657 (bibtex-search-forward-field, bibtex-search-backward-field):
7658 Search always delimited by limits of entry. Use more efficient
7659 search algorithms.
7660 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7661 bibtex-end-of-name-in-field.
7662 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7663 extracting the content of a field.
7664 (bibtex-text-in-field): Use search limits.
7665 (bibtex-parse-string-prefix): Handle empty string keys based on
7666 bibtex-string-empty-key.
7667 (bibtex-parse-string): Fix docstring.
7668 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7669 (bibtex-preamble-prefix, bibtex-strings): New functions.
7670 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7671 BibTeX entries (consistent with other BibTeX functions).
7672 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7673 (bibtex-search-entry): Fix docstring. Simplify.
7674 (bibtex-flash-head, bibtex-complete-string-cleanup)
7675 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7676 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7677 (bibtex-parse-entry): New optional arg content.
7678 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7679 Use bibtex-text-in-field-bounds.
7680 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7681 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7682 bibtex-parse-string-postfix.
7683 (bibtex-find-text-internal): New function.
7684 (bibtex-remove-delimiters): Use it.
7685 (bibtex-find-text): Use it. New optional arg help.
7686 (bibtex-complete): Handle BibTeX string and preamble entries.
7687 (bibtex-Preamble): Fix order of closing delimiters.
7688
7689 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * vc.el (vc-default-revert): New fun.
7692
7693 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7694
7695 2005-12-14 Romain Francoise <romain@orebokech.com>
7696
7697 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7698 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7699 (font-lock-remove-keywords): Likewise.
7700
7701 2005-12-14 Juri Linkov <juri@jurta.org>
7702
7703 * log-view.el (log-view-diff): Doc fix.
7704
7705 * isearch.el (isearch-query-replace): Use (mark) instead of
7706 isearch-opoint if mark is active in transient-mark-mode.
7707
7708 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7709
7710 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7711
7712 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7713
7714 * progmodes/cpp.el (cpp-face): New widget.
7715 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7716
7717 2005-12-14 Juri Linkov <juri@jurta.org>
7718
7719 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7720 around `erase-buffer' and `insert'.
7721
7722 * descr-text.el (describe-text-properties): Replace buffer name
7723 "*Help-2*" with "*Help*<2>".
7724 (describe-char): Add functions print-help-return-message,
7725 toggle-read-only. Use help-setup-xref with nil to not store
7726 describe-char in help-xref-stack. Use help-make-xrefs to
7727 make [back] button.
7728
7729 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7730
7731 * wdired.el (wdired-old-point): New internal variable.
7732 (wdired-change-to-wdired-mode): Set it buffer-locally.
7733 (wdired-abort-changes): Restore point after aborting changes.
7734
7735 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * vc.el (vc-do-command): Add a new value t for okstatus.
7738
7739 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7740 frame in case of errors.
7741
7742 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7743
7744 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7745 so it comes after "On the Left" in the menu.
7746
7747 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7748
7749 * cus-edit.el (customize-apropos, customize-apropos-options)
7750 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7751
7752 2005-12-12 Bill Wohler <wohler@newt.com>
7753
7754 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7755 non-writable Subversion-controlled files by saving window
7756 configuration before calling vc-do-command. vc-do-command calls
7757 pop-to-buffer on error which is unexpected during registration.
7758
7759 2005-12-12 Jay Belanger <belanger@truman.edu>
7760
7761 * calc/README: Update the summary of changes.
7762
7763 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * descr-text.el (describe-char): Rework last fix to solve the problem
7766 is the same way it's solved for everything else in that function
7767 (i.e. by extracting the info before setting up the *Help* buffer).
7768
7769 2005-12-12 Kim F. Storm <storm@cua.dk>
7770
7771 * subr.el (version-regexp-alist): Allow space as separator before
7772 non-numeric part, e.g. "1.0 alpha".
7773 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7774
7775 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7776
7777 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7778 Implement Logging and the keep-modes setting.
7779 (org-get-category): Make sure a string is returned.
7780 (org-log-done): New function.
7781 (org-log-done, org-closed-string): New options.
7782
7783 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7784
7785 * tooltip.el (tooltip-y-offset): Change default to 20.
7786
7787 2005-12-12 Richard M. Stallman <rms@gnu.org>
7788
7789 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7790
7791 * frame.el (display-hourglass): Doc fix.
7792
7793 * help.el (help-for-help-internal): Simplify entry for `a'.
7794
7795 * info.el (Info-on-current-buffer): Doc fix.
7796 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7797
7798 * startup.el (inhibit-splash-screen): Make this the real name.
7799 (inhibit-startup-message): Make this the alias.
7800 (command-line): Find only simple.el, and use its directory
7801 to fill in other preloaded files' names.
7802 (command-line): Deactivate the mark if deactivate-mark is set.
7803
7804 * international/mule.el (load-with-code-conversion):
7805 Bind deactivate-mark.
7806
7807 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7808
7809 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * cus-edit.el (customize-apropos): Avoid listing an option more
7812 than once under different aliases. No longer list user options
7813 that are not defined with defcustom (unless a prefix arg is given).
7814 Doc fix.
7815 (customize-apropos-options): Doc fix.
7816
7817 2005-12-11 Juri Linkov <juri@jurta.org>
7818
7819 * frame.el (set-background-color, set-foreground-color)
7820 (set-cursor-color, set-mouse-color, set-border-color):
7821 Add explicit prompts to read colors by `facemenu-read-color'.
7822 (show-trailing-whitespace, blink-cursor-delay)
7823 (blink-cursor-interval, display-hourglass, hourglass-delay):
7824 Remove tags.
7825 (display-hourglass, hourglass-delay): Doc fix.
7826 (cursor-in-non-selected-windows): Capitalize words in tag.
7827
7828 * faces.el (frame-background-mode): Replace `choice-item' keywords
7829 with `const' to not make [default] button. Change default value tag
7830 from `default' to `automatic'. Doc fix.
7831 (trailing-whitespace) <defface>: Change group `whitespace' to
7832 `whitespace-faces'.
7833
7834 2005-12-11 Richard M. Stallman <rms@gnu.org>
7835
7836 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7837
7838 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7839
7840 * term/mac-win.el: Create keymap for mac-apple-event-map.
7841
7842 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7843
7844 * tooltip.el (tooltip-mode): Move to start of file so that it
7845 appears at top of customize buffer.
7846
7847 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7848 Add the gud groupname.
7849 (gud-tooltip-mode): Add the tooltip groupname.
7850 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7851 avoid conflict with tooltip-use-echo-area.
7852
7853 2005-12-10 Romain Francoise <romain@orebokech.com>
7854
7855 * help.el (help-for-help-internal): Add `r' in doc string.
7856
7857 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7858
7859 * align.el (align-regexp, align-highlight-rule):
7860 Use region-beginning and region-end instead of point and mark, so that
7861 repetition (with `repeat-complex-command') recomputes the region
7862 bounds.
7863
7864 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7865
7866 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7867 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7868 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7869 (balance-windows): Rewrite using the above new functions.
7870
7871 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7872
7873 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7874 react if global-hi-lock-mode seems intended.
7875 (global-hi-lock-mode) Renamed from hi-lock-mode.
7876 (hi-lock-archaic-interface-message-used)
7877 (hi-lock-archaic-interface-deduce): New variables.
7878 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7879 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7880 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7881 Replace hi-lock-buffer-mode with hi-lock-mode.
7882
7883 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7884
7885 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7886 completion list, even after a partial completion has been
7887 inserted in the current buffer. If there are more than 1
7888 completion, redisplay the *Completions* buffer; if the
7889 completion is unique, delete the *Completions* window.
7890
7891 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7892
7893 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7894 strings and long subject lines that were broken into multiple
7895 lines at arbitrary places. Handle subjects that have "Re: " in
7896 the middle.
7897
7898 2005-12-10 John W. Eaton <jwe@octave.org>
7899
7900 * emacs/octave-mod.el (octave-electric-space): Don't indent
7901 comments or strings if octave-auto-indent is nil.
7902
7903 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7904
7905 * term/mac-win.el: Require url when compiling.
7906 Call mac-process-deferred-apple-events after loading init files.
7907 (mac-apple-event-map): New defvar. Define event handlers in it.
7908 (core-event, internet-event): New Apple event class symbols.
7909 (open-application, reopen-application, open-documents)
7910 (print-documents, open-contents, quit-application)
7911 (application-died, show-preferences, autosave-now, get-url):
7912 New Apple event ID symbols.
7913 (about): New HICommand ID symbol.
7914 (mac-event-spec, mac-event-ae): New macros.
7915 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7916 (mac-ae-selection-range, mac-ae-text-for-search)
7917 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7918 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7919 and Services menu events are now defined in mac-apple-event-map.
7920 (mac-drag-n-drop): Remove selection range handling.
7921
7922 2005-12-10 Kenichi Handa <handa@m17n.org>
7923
7924 * simple.el (zap-to-char):
7925 * isearch.el (isearch-process-search-char): Translate CHAR by
7926 translation-table-for-input.
7927
7928 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7929
7930 * foldout.el (foldout-exit-fold): Properly hide subtree.
7931
7932 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7933
7934 * files.el (save-buffer):
7935 * international/ucs-tables.el (ucs-set-table-for-input):
7936 * mail/mail-extr.el (mail-extract-address-components):
7937 * mail/sendmail.el (mail-mode): Reformat doc string.
7938
7939 2005-12-09 Juri Linkov <juri@jurta.org>
7940
7941 * isearch.el (isearch-highlight): Change main overlay priority
7942 from 1 to 1001. Simplify.
7943 (isearch-lazy-highlight-update): Change lazy overlay priority
7944 from 0 to 1000.
7945
7946 * replace.el (replace-highlight): Change overlay priority from
7947 1 to 1001.
7948
7949 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7950 Change overlay priority from 1 to 1001. Reuse existing overlay.
7951
7952 * compare-w.el (compare-windows-highlight): Change overlay
7953 priority from 1 to 1000.
7954
7955 * menu-bar.el (menu-bar-edit-menu): Add listp around
7956 pending-undo-list to disable menu item "undo" when pending
7957 undo list is empty.
7958
7959 * locate.el (locate): Disable undo in *Locate* buffer.
7960
7961 2005-12-09 Kim F. Storm <storm@cua.dk>
7962
7963 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7964
7965 2005-12-09 David Ponce <david@dponce.com>
7966
7967 * recentf.el: Improvement of the menu code.
7968 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7969 instead of menu hook.
7970 (recentf-show-menu, recentf-hide-menu): New functions.
7971 (recentf-menu-customization-changed, recentf-mode): Use them.
7972 (recentf-menu-action, recentf-max-menu-items)
7973 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7974 (recentf-arrange-by-rule-others)
7975 (recentf-arrange-by-rules-min-items)
7976 (recentf-arrange-by-rule-subfilter) : Don't use
7977 `recentf-menu-customization-changed'.
7978 (recentf-arrange-rules): Likewise. Accept functions to compute
7979 sub-menu titles.
7980 (recentf-menu-filter): Likewise. Doc fix.
7981 (recentf-menu-value-shortcut): Doc fix.
7982 (recentf-dump-variable): Quote atom value.
7983 (recentf-make-menu-items): Update to use it as a menu filter.
7984 (recentf-match-rule): New function.
7985 (recentf-arrange-by-rule): Use it.
7986 (recentf-indirect-mode-rule): New function.
7987 (recentf-build-mode-rules): Use it.
7988 (recentf-dir-rule): New function.
7989 (recentf-arrange-by-dir): Use it.
7990 (recentf-filter-changer-current): Rename from
7991 `recentf-filter-changer-state'. All references updated.
7992 (recentf-filter-changer-alist): Update filter names.
7993 (recentf-filter-changer-select): New function.
7994 (recentf-filter-changer): Use it. Make a sub-menu from filters
7995 available in `recentf-filter-changer-alist'.
7996 (recentf-data-cache, recentf-clear-data)
7997 (recentf-update-menu): Remove. All references updated.
7998 (recentf-match-rule-p, recentf-build-dir-rules)
7999 (recentf-filter-changer-goto-next)
8000 (recentf-filter-changer-get-current)
8001 (recentf-filter-changer-get-next): Remove.
8002
8003 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8004
8005 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8006 buffer "Reset" button to "Reset to Current" for consistency with
8007 the State buttons.
8008
8009 2005-12-08 John Paul Wallington <jpw@pobox.com>
8010
8011 * ibuf-ext.el (define-ibuffer-filter filename):
8012 If `dired-directory' is a list then really use its car.
8013
8014 2005-12-08 Kim F. Storm <storm@cua.dk>
8015
8016 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8017 Fix indention of text on right side of replaced rectangle.
8018
8019 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8020
8021 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8022 No need to check gud-comint-buffer is bound.
8023 (gdb): Prevent multiple debugging when first session uses gdba.
8024
8025 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8026
8027 CC Mode update to 5.31.
8028
8029 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8030 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8031 We might do this function properly in the future).
8032
8033 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8034 New macros c-sentence-end and c-default-value-sentence end, to cope
8035 with Emacs 22's new function `sentence-end'.
8036
8037 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8038
8039 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8040 compat issue using `c-put-overlay' and `c-delete-overlay'.
8041
8042 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8043 New compat macros to handle overlays/extents.
8044
8045 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8046
8047 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8048 (for GNU Emacs 20.4)
8049
8050 * progmodes/cc-defs.el:
8051 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8052
8053 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8054 highlighting mechanism so it will work in XEmacs too.
8055
8056 * progmodes/cc-defs.el: Insert c-int-to-char.
8057
8058 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8059 call to the new macro c-int-to-char. This solves XEmacs's
8060 regarding characters as different from integers.
8061
8062 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8063
8064 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8065 New internal helper.
8066
8067 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8068 construct to make the indirect face lookup work in XEmacs.
8069
8070 (c-cpp-matchers): Append the negation char face to the existing
8071 fontification, so that the cpp face doesn't disappear.
8072 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8073 and strings.
8074
8075 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8076 to map to `font-lock-negation-char-face' in emacsen where it exists.
8077
8078 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8079
8080 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8081
8082 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8083 Rename "c-subword-move-mode" as "c-subword-mode".
8084
8085 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8086 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8087
8088 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8089
8090 * progmodes/cc-mode.el: Added autoload directive for
8091 `c-subword-move-mode' for use in older emacsen.
8092
8093 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8094
8095 * progmodes/cc-mode.el:
8096 (i) Insert a binding for C-c C-backspace into
8097 c-bind-special-erase-keys which works in TTYs.
8098 (ii) Make sure that when file styles are used, any explicitly
8099 given style variables take priority over those in the style.
8100 Do this by calling `hack-local-variables' a second time.
8101
8102 * progmodes/cc-vars.el: Add language specific customization
8103 widgets for AWK to c-doc-comment-style, c-require-final-newline
8104 and c-default-style. Add a defcustom for awk-mode-hook.
8105 Give c-syntactic-element and c-syntactic-context doc-strings by
8106 directly setting their `variable-documentation' propery.
8107 This allows Emacs 22.1 to read these with C-h v.
8108
8109 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8110
8111 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8112
8113 * progmodes/cc-fonts.el, cc-vars.el
8114 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8115 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8116 Masatake YAMATO.
8117
8118 (c-doc-comment-style): Made GtkDoc default in C mode.
8119
8120 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8121 and C-c C-<delete>.
8122
8123 (c-bind-special-erase-keys): New function for use on
8124 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8125
8126 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8127 <delete> key behavior in XEmacs according to `delete-forward-p'.
8128 C.f. `c-electric-delete'.
8129
8130 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8131
8132 * progmodes/cc-mode.el: Give c-hungry-backspace and
8133 c-hungry-delete-forward permanent key bindings.
8134
8135 * progmodes/cc-cmds.el (c-electric-semi&comma):
8136 Bind c-syntactic-context for calls to "criteria functions", for
8137 consistency with other calls to user functions.
8138
8139 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8140 `current-prefix-arg', since this might be the prefix arg to a
8141 command which calls c-indent-command as a function. Change the
8142 interactive spec from "p" to "P".
8143
8144 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8145 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8146 was difficult to understand.
8147
8148 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8149
8150 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8151 first char of an identifier.
8152
8153 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8154 +" syntax in C++.
8155
8156 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8157
8158 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8159 auto-fill doesn't split a c-comment's last word from a hanging
8160 "*/" when a space is typed between them after fill-column.
8161
8162 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8163
8164 * progmodes/cc-styles.el (c-set-style)
8165 (c-setup-paragraph-variables): Abort the command if we're not in a
8166 CC Mode buffer.
8167
8168 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8169 with blank comment-prefix, and a blank line as the comment's
8170 second line.
8171
8172 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8173
8174 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8175 Incorporate the patterns added in the Emacs development branch
8176 for the new Emacs 22 face `font-lock-negation-char-face'.
8177
8178 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8179 of "red" since it stands out better in xterms and DOS terminals.
8180
8181 * progmodes/cc-engine.el (c-literal-faces):
8182 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8183
8184 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8185
8186 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8187 forcibly enable c-electric-flag.
8188
8189 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8190 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8191 after the comment-prefix of a C-style comment will close that comment.
8192
8193 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8194
8195 * progmodes/cc-fonts.el (c-basic-matchers-before)
8196 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8197 in Pike.
8198
8199 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8200 digraphs.
8201
8202 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8203 (c-cpp-message-directives, c-cpp-include-directives)
8204 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8205 (c-cpp-expr-directives): Introduce new language constants to
8206 control cpp syntax in a cleaner way.
8207
8208 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8209
8210 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8211
8212 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8213 (c-multiline-string-start-char): New language constants and
8214 variables to specify how newlines in string literals work.
8215
8216 (c-font-lock-invalid-string): Use them.
8217
8218 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8219 unbalanced close brace is entered. Optimization by avoiding going
8220 back over arbitrarily large blocks. Removed hints that this
8221 function only would be relevant/useful in AWK.
8222
8223 (c-electric-brace): Indent syntactically after the cleanups since
8224 lineup functions might do it differently then.
8225
8226 * progmodes/cc-engine.el, cc-langs.el
8227 (c-opt-op-identifier-prefix): New language constant and variable.
8228
8229 (c-just-after-func-arglist-p, c-after-special-operator-id)
8230 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8231
8232 * progmodes/cc-align.el, cc-engine.el
8233 (c-after-special-operator-id): New helper to handle C++ operator
8234 identifiers.
8235
8236 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8237 (c-guess-basic-syntax): Handle C++ operator identifiers in
8238 declarations.
8239
8240 * progmodes/cc-langs.el (c-assignment-operators): Add the
8241 trigraph version of ^= too.
8242
8243 * progmodes/cc-langs.el (c-assignment-operators): Add the
8244 trigraph version of |= in C++.
8245
8246 * progmodes/cc-fonts.el (c-font-lock-declarators):
8247 Handle `c-decl-hangon-kwds' after the identifier name.
8248
8249 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8250 whether an arglist is "nonempty", ignore a comment after the open
8251 paren if it isn't followed by a non-comment token on the same line.
8252
8253 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8254 Enable heuristics below the point to cope with classes inside special
8255 brace lists in Pike.
8256
8257 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8258
8259 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8260
8261 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8262
8263 * progmodes/cc-guess.el (cc-guess-install): New function to
8264 install an already guessed style in another buffer.
8265
8266 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8267 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8268 anyway if the change always is undone.
8269
8270 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8271
8272 Implement togglable electricity:
8273
8274 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8275 saying when it should be used.
8276
8277 * progmodes/cc-engine.el: Add the new buffer-local variable,
8278 c-electric-flag.
8279
8280 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8281 c-toggle-auto-newline.
8282
8283 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8284 c-toggle-auto-newline. Remove the binding for
8285 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8286 c-toggle-electric-state.
8287
8288 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8289
8290 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8291 c-\(forward\|backward\)-subword.
8292 (c-update-modeline): Add the new modeline flag `l' for
8293 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8294 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8295 Make the old name an alias of the new name.
8296 (c-toggle-electric-state): New function.
8297 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8298 Adapt these functions to do electric things only when
8299 c-electric-flag is non-nil.
8300 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8301 new functions from c-electric-brace.
8302 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8303 mode, so that the tentative extra newline doesn't change the
8304 syntax of the following brace.
8305 (c-electric-brace): Restructure by extracting the above functions.
8306 Tidy up the coding somewhat.
8307 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8308 restructure a bit.
8309
8310 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8311
8312 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8313 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8314
8315 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8316 (c-submode-indicators): Change name from `c-auto-hungry-string'
8317 since it's now used to track another submode.
8318
8319 (c-update-modeline): Convert to function and extended to check
8320 `c-subword-move-mode'.
8321
8322 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8323 Convert to compat aliases for `c-forward-subword' and
8324 `c-backward-subword'.
8325
8326 * progmodes/cc-subword.el: New functions and minor mode to handle
8327 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8328
8329 (c-forward-subword, c-backward-subword, c-mark-subword)
8330 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8331 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8332 Functions corresponding to the standard word handling functions.
8333
8334 (c-subword-move-mode): Minor mode that replaces all the standard
8335 word handling functions with their subword equivalences.
8336
8337 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8338
8339 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8340 entry for one-liner-defun.
8341
8342 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8343 name in its def-edebug-spec.
8344
8345 * progmodes/cc-cmds.el (c-electric-brace): Make the
8346 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8347 compacts space before a comment, if this will make things fit on
8348 one line.
8349
8350 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8351
8352 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8353
8354 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8355 clean-up one-liner-defun.
8356
8357 * progmodes/cc-styles.el: Add the new "awk" style.
8358
8359 * progmodes/cc-vars.el: Add description of one-liner-defun to
8360 c-cleanup-list's doc-string. New user options,
8361 c-max-one-liner-length. In c-default-style, set the default style
8362 for AWK to "awk".
8363
8364 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8365
8366 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8367 macros inside labels.
8368
8369 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8370 `c-at-statement-start-p' and `c-at-expression-start-p'.
8371
8372 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8373 error if the mark isn't set.
8374
8375 * progmodes/cc-engine.el (c-guess-continued-construct)
8376 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8377 accurately detect functions inside functions.
8378
8379 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8380 like `c-at-statement-start-p' that additionally recognizes commas
8381 and expression parentheses as delimiters.
8382
8383 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8384 to avoid heuristics that doesn't work for unclosed blocks.
8385 (c-at-statement-start-p): New function.
8386
8387 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8388 Objective-C directives, e.g. directives spanning lines should work
8389 reasonably well now.
8390
8391 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8392
8393 (c-forward-objc-directive): New function to move over any ObjC
8394 directive.
8395
8396 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8397 (c-basic-matchers-before): Use it.
8398
8399 (c-font-lock-objc-iip-decl): Remove.
8400
8401 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8402 in the template arglist recognition.
8403
8404 * progmodes/cc-styles.el (c-style-alist): Fix several
8405 inconsistencies in the Whitesmith style.
8406
8407 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8408 New lineup function to get lines after Whitesmith style blocks
8409 correctly indented.
8410
8411 (c-lineup-whitesmith-in-block): Back out the compensation for
8412 opening parens since it's done using `add' lists in the style
8413 definition instead. Don't use the anchor position since it varies
8414 too much between the syntactic symbols. :P
8415
8416 * progmodes/cc-vars.el (c-valid-offset): Update.
8417
8418 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8419 lists where the offsets are combined according to several
8420 different methods: `first', `min', `max', and `add'.
8421 Report offset evaluation errors with `c-benign-error' so that some kind
8422 of reindentation still is done.
8423
8424 * progmodes/cc-engine.el (c-guess-basic-syntax):
8425 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8426 `arglist-close'.
8427
8428 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8429 situations for `arglist-cont-nonempty' and `arglist-close'.
8430
8431 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8432
8433 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8434 cc-bytecomp-boundp' in a number of places.
8435
8436 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8437 macro related issue.
8438
8439 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8440
8441 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8442 list is now [asdf], a char class [:alpha:].
8443 Include code for char classes.
8444 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8445 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8446
8447 Remove (nearly all of) the cruft associated with AWK Mode's former
8448 concept of "virtual semicolons":
8449
8450 Adapt c-beginning-of-statement, c-end-of-statement (together with
8451 subfunctions) to use the new notion of "virtual semicolon" in
8452 place of the old awkward special handling for AWK. There remains
8453 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8454 * progmodes/cc-cmds.el:
8455 (c-ascertain-adjacent-literal): In the backwards direction, now
8456 recognises AWK regexp delimiters as string delimiters.
8457 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8458 check more rigorously for "end of macro".
8459 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8460 virtual semicolons;
8461 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8462 out the code for forward movement into ...
8463 (c-end-of-statement): Now contains the code for forward movement,
8464 adapted for virtual semicolons.
8465
8466 * progmodes/cc-engine.el:
8467 (c-ws*-string-limit-regexp): New regexp.
8468 (c-forward-single-comment, c-backward-single-comment): Comment out
8469 the (now redundant) "special" AWK stuff.
8470
8471 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8472 c-string-par-start, c-string-par-separate to be more like Text
8473 Mode than Fundamental Mode.
8474
8475 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8476
8477 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8478 to the fontified region so that fontification doesn't occur
8479 outside it (could happen e.g. when fontifying a line with an
8480 unfinished declaration).
8481
8482 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8483
8484 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8485 start of the file. ^L now separate sections of the file.
8486 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8487 (c-awk-one-line-possibly-open-string-re)
8488 (c-awk-regexp-one-line-possibly-open-char-class-re)
8489 (c-awk-one-line-possibly-open-regexp-re)
8490 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8491 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8492
8493 Amend the concept of "virtual semicolons" (in the indentation
8494 engine) for languages like AWK, such that they are now
8495 conceptually attached to end of the last token of a statement, not
8496 the end of the line. (In AWK Mode, however, the pertinent text
8497 property is still physically set on the EOL.) Remove the specific
8498 tests for awk-mode, thus facilitating the introduction of other
8499 language modes where EOLs can end statements.
8500 (Note: The funtionality in cc-cmds.el, specifically
8501 c-beginning/end-of-statement has yet to be amended.)
8502
8503 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8504 New macros.
8505
8506 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8507 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8508 c-vsemi-status-unknown-p-fn (in a new page).
8509
8510 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8511 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8512 numerous awkward forms like
8513 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8514 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8515 variable before-ws-ip, the place just after char-before-ip appears.
8516
8517 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8518 a comment.
8519
8520 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8521
8522 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8523 `c-tentative-buffer-changes'.
8524
8525 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8526 convert to macro to choose between Emacs and XEmacs at compile time.
8527
8528 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8529
8530 (c-tentative-buffer-changes): New macro to handle temporary buffer
8531 changes in a convenient way.
8532
8533 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8534 for `c-tentative-buffer-changes'.
8535
8536 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8537 the checks for paren sexps between the point and the keyword, to
8538 avoid some false alarms.
8539
8540 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8541 Fixed a situation where an error could be thrown for unbalanced
8542 parens. Changed to make use of c-keyword-member' to avoid some
8543 repeated regexp matches.
8544
8545 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8546 These language variable are no longer necessary.
8547
8548 (c-block-stmt-kwds): New language constant used by
8549 c-looking-at-inexpr-block'.
8550
8551 (c-guess-basic-syntax): Remove an optional check that looked at
8552 the existence of the now removed language variables.
8553
8554 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8555 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8556 object instantiation expressions as declarations in some contexts.
8557 This bug only affected languages where the declarator can't be
8558 enclosed in parentheses.
8559
8560 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8561 insert newlines before and after substatement braces.
8562
8563 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8564 function declaration headers and the handling of C++ style member
8565 init lists.
8566
8567 (c-just-after-func-arglist-p): Rewritten to use
8568 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8569
8570 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8571
8572 (c-guess-basic-syntax): Adapt case 5B for the new
8573 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8574 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8575 covers all cases now).
8576
8577 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8578
8579 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8580
8581 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8582 c-string-par-start/separate c-sentence-end-with-esc-eol,
8583 initialised in c-setup-paragraph-variables, used in string
8584 scanning subroutines of c-beginning-of-statement.
8585
8586 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8587 which precedes the newly inserted `{'.
8588
8589 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8590
8591 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8592 function for declaration level blocks. It should now cope with
8593 templates better and also be a lot more comprehensible.
8594
8595 (c-looking-at-decl-block): The new function.
8596
8597 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8598 for compatibility.
8599
8600 (c-add-class-syntax, c-guess-continued-construct)
8601 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8602
8603 (c-decl-block-key): Change to tell apart ambiguous and
8604 unambiguous keywords. Pike specials are now handled directly in
8605 the code instead.
8606
8607 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8608 New language constants and variables to make the backward skip in
8609 `c-looking-at-decl-block' as tight as possible.
8610
8611 (c-nonsymbol-token-char-list): New language constant.
8612
8613 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8614 find balanced template arglists backwards.
8615
8616 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8617 making char classes for `c-syntactic-skip-backward'.
8618
8619 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8620 16D - can't be a class-close at that point.
8621
8622 * progmodes/cc-engine.el (c-guess-basic-syntax)
8623 (c-add-class-syntax): Don't narrow out the enclosing declaration
8624 level. This makes everything a lot easier, and it was actually
8625 only four small places that needed it to work. Some places that
8626 previously did `widen' are removed now, which has the effect that
8627 `c-guess-basic-syntax' never will look at things outside the
8628 current narrowment now. The anchor position for `topmost-intro'
8629 is affected by this, but it was so bogus it was basically useless
8630 before, and now it's equally bogus but in a slightly different way.
8631
8632 (c-narrow-out-enclosing-class): Gone.
8633
8634 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8635 the narrowed region.
8636
8637 (c-least-enclosing-brace): Remove silly optional argument.
8638
8639 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8640 the point could be left directly after an open paren when finding
8641 the beginning of the first decl in the block.
8642
8643 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8644 Specify which submatch to use.
8645
8646 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8647
8648 (c-decl-start-re): No longer any need for special treatment of
8649 ObjC due to the above.
8650
8651 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8652 presumably follows C in that regard.
8653
8654 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8655 New language constants to specify operator tokens inside
8656 identifiers in a more high level way.
8657
8658 (c-opt-identifier-prefix-key): New internal language constant.
8659
8660 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8661 (c-identifier-start, c-identifier-key): Now completely calculated
8662 from other constants.
8663
8664 (c-identifier-last-sym-match): Decommission since it's no longer used.
8665
8666 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8667
8668 * progmodes/cc-engine.el (c-forward-name): Remove the
8669 optimization when c-identifier-key is equal to c-symbol-key since
8670 it doesn't work in byte compiled files. Don't record empty
8671 regions as identifiers.
8672
8673 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8674 simplify access to `c-operators' and its likes.
8675
8676 (c-operator-list, c-all-op-syntax-tokens)
8677 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8678 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8679 (c-primary-expr-regexp, c-cast-parens): Use it.
8680
8681 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8682 an explicit language in functions.
8683
8684 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8685 variant of adornment.
8686
8687 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8688 variable.
8689
8690 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8691 the Pike value.
8692
8693 * progmodes/cc-engine.el (c-on-identifier)
8694 (c-simple-skip-symbol-backward): Small fix for handling "-"
8695 correctly in `skip-chars-backward'. Affected the operator lfun
8696 syntax in Pike.
8697
8698 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8699 diagnostic message about precompiled language vars not being used.
8700
8701 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8702 "__attribute__" is followed by a parenthesis.
8703
8704 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8705 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8706 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8707
8708 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8709 Internal cleanups to properly detect the declared identifiers in
8710 various declarations.
8711
8712 (c-decl-start-kwds): New language constant to recognize
8713 declarations that can start anywhere. Used for class declarations
8714 in Pike.
8715
8716 (c-specifier-key, c-not-decl-init-keywords)
8717 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8718 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8719
8720 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8721 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8722 handling of the compiler specific extension keywords into a new
8723 language constant `c-decl-hangon-kwds' that defines keyword
8724 clauses to be ignored in declarations.
8725
8726 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8727 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8728 Necessary to stop at the declared identifier in e.g. IDL valuetype
8729 declarations.
8730
8731 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8732 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8733 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8734 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8735 class and enum declarations as such and not as part of the type.
8736
8737 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8738 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8739
8740 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8741 declarations when there's some syntax error later on.
8742
8743 (c-complex-decl-matchers): Did away with a reference to
8744 `c-specifier-key'.
8745
8746 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8747 value - this variable is always dynamically bound.
8748
8749 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8750 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8751 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8752 functions that might do hidden buffer changes: All such internal
8753 functions are now marked instead of those that don't.
8754
8755 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8756 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8757 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8758 (c-literal-type): Allow these functions to make hidden buffer changes,
8759 so that they are free to use text property caching later on.
8760
8761 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8762 (c-electric-brace, c-electric-slash, c-electric-star)
8763 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8764 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8765 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8766 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8767 with the changed semantics of the functions above.
8768
8769 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8770 when macros occur in obscure places. Optimized the sexp movement
8771 a bit.
8772
8773 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8774
8775 Enhancements for c-beginning-of-statement to work in AWK Mode:
8776
8777 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8778 (completed statement) with `}' (statement completed by closing
8779 brace or semicolon) and `$' (statement completed by EOL).
8780
8781 (c-awk-virtual-semicolon-ends-prev-line-p)
8782 (c-awk-virtual-semicolon-ends-line-p)
8783 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8784 (c-awk-at-statement-end-p): New functions.
8785
8786 * progmodes/cc-cmds.el: Simplify the structure of functions
8787 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8788 two functions and c-beginning-of-statement to handle AWK Mode.
8789
8790 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8791 c-backward-single-comment for AWK mode. Attempt to clarify their
8792 doc-strings.
8793
8794 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8795
8796 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8797
8798 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8799 label handling. Labels are now recognized in a uniform and more
8800 robust way, regardless of context. Text properties are put on all
8801 labels to recognize the following declarations better.
8802 Multiword labels are handled both in indentation and fontification for
8803 the benefit of language extensions like Qt. For consistency, keywords
8804 in labels are now fontified with the label face instead.
8805 That also applies to "case" and "default".
8806
8807 (c-beginning-of-statement-1): Fix some bugs in the label
8808 handling. Disregard `c-nonlabel-token-key' in labels that begin
8809 with `c-label-kwds'.
8810
8811 (c-find-decl-spots): Support that the callback adds more
8812 `c-decl-end' spots to find.
8813
8814 (c-forward-decl-or-cast-1): Don't treat a list of plain
8815 identifiers followed by a colon as a declaration.
8816
8817 (c-forward-label): New function to recognize labels.
8818
8819 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8820 `c-forward-label'. Moved the label recognition cases (14 and 15)
8821 earlier since they aren't so context sensitive now. Handle labels
8822 on the top level gracefully. Moved access label recognition to
8823 the generic label case (CASE 15) - removed CASE 5E.
8824
8825 (c-font-lock-declarations): Add recognition of labels in the
8826 same round since we need to handle labels in parallell with other
8827 declarations to recognize both accurately. It should also improve
8828 speed.
8829
8830 (c-simple-decl-matchers, c-basic-matchers-after):
8831 Move `c-font-lock-labels' so that it only is used on decoration level 2
8832 since `c-font-lock-declarations' handles it otherwise.
8833
8834 (c-complex-decl-matchers): Remove the simplistic recognition of
8835 access labels.
8836
8837 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8838 with labels earlier.
8839
8840 (c-decl-start-re): New language variable to make
8841 `c-font-lock-declarations' stop for the special protection labels
8842 in Objective-C that start with `@'.
8843
8844 (c-label-key): Remove since it's no longer used.
8845
8846 (c-recognize-colon-labels, c-label-prefix-re): New language
8847 constants to support recognition of generic colon-terminated labels.
8848
8849 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8850 are colon terminated labels.
8851
8852 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8853 first argument starts with a special brace list.
8854
8855 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8856 (c-font-lock-declarations): Break out the declaration and cast
8857 recognition from `c-font-lock-declarations' to a new function, so
8858 that it can be used in the indentation engine.
8859
8860 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8861 up to the start of the literal. Fixed bug with the point on the
8862 wrong side of the search limit that could happen when the start
8863 position is inside a literal.
8864
8865 * progmodes/cc-engine.el (c-parse-state)
8866 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8867 so that it's kept a little bit back to increase the hit rate.
8868
8869 (c-parse-state): Change the macro handling and fixed some
8870 glitches. Macro context is checked more often than necessary now,
8871 but otoh less garbage conses are generated.
8872
8873 * progmodes/cc-engine.el (c-parse-state)
8874 (c-invalidate-state-cache): Cache the last position where
8875 `c-state-cache' applies. This can speed up refontification quite
8876 a bit in blocks where there are many non-brace parens before the point.
8877
8878 (c-state-cache-end): New variable for this.
8879
8880 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8881 cache variable.
8882
8883 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8884 get close initial continue positions when the start position is
8885 inside a literal or macro. Do not call the callback for spots
8886 before the start position (which can happen e.g. for `c-decl-end'
8887 spots inside comments). Optimize better in special cases when the
8888 region is a single line inside a literal or macro (typically when
8889 the current line is refontified).
8890
8891 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8892 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8893 entries from the paren state.
8894
8895 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8896 special case for "else if" clauses.
8897
8898 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8899 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8900
8901 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8902 New language variable to recognize the gcc extension with statement
8903 blocks inside expressions.
8904
8905 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8906 it somewhat more comprehensible. The argument AT-BLOCK-START is
8907 no longer used and hence removed.
8908
8909 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8910 to `c-add-stmt-syntax'.
8911
8912 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8913 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8914 This fixes bogus label recognition.
8915
8916 * progmodes/cc-engine.el (c-add-type, c-check-type)
8917 (c-forward-name, c-forward-type): Improve storage of template
8918 types in `c-found-types' so that they can be recognized better.
8919
8920 (c-syntactic-content): Add option to skip past nested parens.
8921
8922 * progmodes/cc-engine.el (c-forward-name):
8923 Set `c-last-identifier-range' all the time. It's less work that way.
8924 Handle that there might not be an identifier to store in
8925 `c-last-identifier-range'.
8926
8927 (c-forward-type): Handle that `c-last-identifier-range' might be
8928 nil from `c-forward-name'.
8929
8930 * progmodes/cc-defs.el (c-safe-scan-lists)
8931 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8932
8933 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8934 to work even if the form fails.
8935
8936 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8937 down in a large file in one go.
8938
8939 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8940
8941 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8942 function which is like `c-lineup-math' but returns nil instead of
8943 `c-basic-offset' when it doesn't match.
8944
8945 (c-lineup-math): Change to use `c-lineup-assignments'.
8946
8947 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8948
8949 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8950 c-beginning-of-statement. New subfunctions
8951 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8952
8953 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8954
8955 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8956 hardcoded char classes whereever possible. Changed a couple of
8957 places to use skip by syntax instead of skip by char class.
8958
8959 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8960 Fix a bug in the regexp that caused extreme backtracking.
8961
8962 * progmodes/cc-langs.el (c-block-comment-starter)
8963 (c-block-comment-ender): New language constants to specify in a
8964 single place how block comments look.
8965
8966 (c-comment-start-regexp, c-block-comment-start-regexp)
8967 (comment-start, comment-end, comment-start-skip)
8968 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8969 (c-syntactic-ws, c-nonempty-syntactic-ws)
8970 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8971 `c-line-comment-starter', `c-block-comment-starter' and
8972 `c-block-comment-ender'.
8973
8974 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8975 New language constants to break up things a bit.
8976
8977 (c-simple-ws): New language constant for simple whitespace.
8978
8979 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8980
8981 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8982 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8983 newlines. Allow and ignore nil elements in the list.
8984
8985 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8986
8987 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8988 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8989
8990 * progmodes/cc-cmds.el: Tidy up the comments in
8991 c-beginning-of-statement and subfunctions.
8992
8993 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8994 more flexible c-put-char-property and c-clear-char-properties.
8995 Add the author's email address.
8996
8997 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8998
8999 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9000 closing "*/" of a block comment.
9001
9002 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9003 subfunctions) so that it works at BOB and EOB.
9004
9005 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9006 c-beginning-of-statement, including new variable
9007 c-block-comment-start-regexp.
9008
9009 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9010
9011 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9012 symbols from `*-font-lock-extra-types' so that there's no need to
9013 use `regexp-opt' on those lists.
9014
9015 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9016 `c-type-modifier-kwds' is empty.
9017
9018 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9019 there are several strings on the same line.
9020
9021 * progmodes/cc-engine.el (c-literal-limits): Remove the
9022 compatibility function for older emacsen. `c-literal-limits-fast'
9023 has now taken the place of this function.
9024
9025 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9026 with older emacsen: We now require `pps-extended-state'.
9027
9028 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9029
9030 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9031 which obviates the need to hack sentence-end. This now handles
9032 escaped newlines in strings correctly. Correct minor bugs in
9033 c-move-over-sentence and in c-beginning-of-statement.
9034
9035 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9036 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9037 that movement over macros and code are rigorously separated from
9038 eachother. Correct a few incidental bugs.
9039
9040 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9041 Improve its doc-string. Improve the handling of certain specific cases.
9042
9043 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9044
9045 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9046 (c-guess-basic-syntax): Change the way class-level labels are
9047 recognized; they can now contain essentially any symbols.
9048
9049 (c-opt-extra-label-key): New language variable to cope with the
9050 special protection label syntax in Objective-C.
9051
9052 (c-opt-access-key): Remove; this is now handled better by
9053 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9054
9055 (c-complex-decl-matchers): Update to handle that
9056 `c-opt-access-key' no longer exists.
9057
9058 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9059 improved label recognition in `c-beginning-of-statement-1'.
9060
9061 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9062 Recognize bitfields better.
9063
9064 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9065 Remove some cruft and fixed a bug that could cause it to go to a
9066 position further down.
9067
9068 * progmodes/cc-langs.el, cc-engine.el
9069 (c-beginning-of-statement-1): Improve detection of labels in
9070 declaration contexts.
9071
9072 (c-beginning-of-decl-1): Use it.
9073
9074 (c-nonlabel-token-key): New language constant and variable needed
9075 by `c-beginning-of-statement-1'.
9076
9077 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9078 manifested itself due to the correction in `c-forward-sexp'.
9079
9080 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9081 Make these behave as documented when used at the buffer limits.
9082
9083 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9084 (c-type-decl-end-used): Made this a language variable.
9085
9086 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9087 correctly when `combine-after-change-calls' is used together with
9088 temporary narrowings.
9089
9090 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9091 Report labels correctly when the start point is immediately after the
9092 colon.
9093
9094 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9095 Remove since it isn't used anymore.
9096
9097 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9098 bracket arglists such as template parens in C++.
9099
9100 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9101 in the last check-in. Some optimization.
9102
9103 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9104 where it could stop at the same level in a preceding sexp when
9105 PAREN-LEVEL is set.
9106
9107 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9108 text property lookup only when it's needed.
9109
9110 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9111 Change the policy for paren marked angle brackets to be more
9112 persistent; once marked they remain marked even when they're found
9113 to be unbalanced in the searched region. This should keep the
9114 paren syntax around even when individual lines are refontified in
9115 multiline template arglists.
9116
9117 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9118 to control markup so that incorrect angle bracket arglists aren't
9119 marked in contexts where the correct value for
9120 `c-disallow-comma-in-<>-arglists' isn't known.
9121
9122 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9123 argument has become `c-parse-and-markup-<>-arglists'.
9124
9125 (c-remove-<>-arglist-properties): Remove - no longer used.
9126
9127 (c-after-change-check-<>-operators): New function used on
9128 `after-change-functions' to avoid that "<" and ">" characters that
9129 are part of longer operators have paren syntax.
9130
9131 (c-<>-multichar-token-regexp): New language variable used by
9132 `c-after-change-check-<>-operators'.
9133
9134 (c-after-change): Call `c-after-change-check-<>-operators'.
9135
9136 (c-font-lock-<>-arglists): Use the context properties set by
9137 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9138 correctly to avoid doing invalid markup.
9139
9140 (c-font-lock-declarations): Remove code that undoes the invalid
9141 markup done by `c-font-lock-<>-arglists'.
9142
9143 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9144 after `c-font-lock-declarations'.
9145
9146 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9147 Add paren-level feature.
9148
9149 (c-guess-basic-syntax): Improve the anchor position for
9150 `template-args-cont' in nested template arglists. There's still
9151 much to be desired in this area, though.
9152
9153 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9154
9155 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9156 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9157
9158 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9159
9160 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9161 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9162
9163 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9164 it doesn't work no longer are supported.
9165
9166 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9167 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9168 requires support for the syntax-table' text property, which rules
9169 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9170 cruft associated with those versions.
9171
9172 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9173 for the `syntax-table' text property, which rules out Emacs 19 and
9174 XEmacs < 21.4. Removed various compatibility cruft associated
9175 with those versions.
9176
9177 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9178 support for the `syntax-table' text property.
9179
9180 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9181 variable and use an extra quoted face name instead. All the
9182 emacsen flavors handle that correctly.
9183
9184 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9185 (c-font-lock-declarators, c-font-lock-declarations)
9186 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9187 property to mark the items in in declarator lists to handle
9188 refontification inside multiline declarations better.
9189
9190 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9191 construct like "a * b = c;" as a declaration.
9192
9193 2005-12-08 Kim F. Storm <storm@cua.dk>
9194
9195 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9196 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9197 select either meta, hyper, or super modifier for rectangle commands.
9198 (cua--rectangle-modifier-key): New defvar.
9199 (cua--M/H-key): Use it. Remove special case for `space'.
9200 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9201 on X, to meta otherwise. Always bind C-return to toggle
9202 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9203
9204 * emulation/cua-rect.el (cua-help-for-rectangle):
9205 Use cua--rectangle-modifier-key. Handle super modifier too.
9206 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9207 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9208
9209 * ido.el: Move Acknowledgements and History after Commentary.
9210 Minor changes to Commentary.
9211
9212 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9213 keymap if cua--prefix-override-timer is `shift'.
9214 (cua--shift-control-prefix): New function; emulate "type prefix
9215 key twice" functionality to handle shifted prefix key override.
9216 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9217 New commands.
9218 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9219
9220 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9221
9222 * textmodes/org.el (org-insert-heading): Try to do items before
9223 headings.
9224 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9225 (org-insert-item): New function.
9226 (org-renumber-ordered-list): Don't skip to higher level lists.
9227
9228 2005-12-08 Juri Linkov <juri@jurta.org>
9229
9230 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9231
9232 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9233
9234 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9235
9236 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9237 the constructed function name fun-1.
9238
9239 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9240 because such links don't lead to parent documentation.
9241
9242 2005-12-08 Kenichi Handa <handa@m17n.org>
9243
9244 * descr-text.el (describe-char): Use *Help-2* buffer if the
9245 current buffer is *Help*. Call describe-text-properties while
9246 setting the original buffer.
9247
9248 2005-12-07 Bill Wohler <wohler@newt.com>
9249
9250 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9251 and causes problems with non-MH users (such as Gnus users).
9252
9253 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9254
9255 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9256 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9257 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9258 command "info sources". Move calls to GDB command "list".
9259 (gdb-find-file-hook): Just use gdb-source-file-list.
9260 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9261 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9262 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9263 (gdb-data-list-register-values-handler): Use correct trigger name.
9264
9265 2005-12-07 Kim F. Storm <storm@cua.dk>
9266
9267 * ido.el (ido-completion-map): Rename from ido-mode-map.
9268 (ido-common-completion-map, ido-file-completion-map)
9269 (ido-file-dir-completion-map, ido-buffer-completion-map):
9270 Rename from ido-mode-....-map.
9271 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9272 (ido-setup-completion-map): Rename from ido-define-mode-map.
9273 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9274 to ido-completion-map.
9275
9276 2005-12-07 Kenichi Handa <handa@m17n.org>
9277
9278 * international/mule-cmds.el
9279 (set-display-table-and-terminal-coding-system): If the coding
9280 system specified in `unibyte-display' property is different from
9281 the arg coding-system, don't setup standard-display-table.
9282
9283 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9286 that comments end at \n, regardless of selective-display.
9287
9288 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9289
9290 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9291 (gdb-version): New variables.
9292 (gdb-source-file-list, gdb-register-names)
9293 (gdb-changed-registers): New variables for use with GDB 6.4+.
9294 (gdb-ann3): Replace with...
9295 (gdb-init-1, gdb-init-2): ...two new functions.
9296 (gdba, gdb-prompt): Call gdb-init-1.
9297 (gdb-get-version): New function. Call gdb-init-2 from here.
9298 (gud-watch): Make it work with mouse events too.
9299 (gdb-post-prompt): Don't add to queue until GDB version is known.
9300 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9301 (gdb-locals-mode): Use gdb-version.
9302 (gdb-memory-format-map, gdb-memory-unit-map)
9303 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9304 (gdb-locals-font-lock-keywords-1)
9305 (gdb-locals-font-lock-keywords-2): New variables.
9306 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9307 (gdb-set-gud-minor-mode-existing-buffers-1)
9308 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9309 (gdb-var-update-1, gdb-var-update-handler-1)
9310 (gdb-data-list-register-values-handler)
9311 (gdb-data-list-register-values-custom)
9312 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9313 (gdb-stack-list-locals-handler, gdb-get-register-names):
9314 New functions for use with GDB 6.4+.
9315 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9316 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9317 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9318 (gdb-stack-list-locals-regexp)
9319 (gdb-data-list-register-names-regexp): New regexps for use with
9320 GDB 6.4+.
9321
9322 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9325
9326 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9327
9328 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9329 prompts work for AUTH PLAIN. Also reported by Steve Allan
9330 <seallan@verizon.net>.
9331
9332 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9333
9334 * frame.el (set-frame-parameter): Add doc string.
9335
9336 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9337
9338 * textmodes/org.el (org-occur-highlights): New variable.
9339 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9340 (org-highlight-sparse-tree-matches): New option.
9341 (org-do-occur): New function.
9342 (org-get-heading): Make it work also at beginning of line.
9343 (org-category-table): New variable.
9344 (org-get-category-table, org-get-category)
9345 (org-camel-to-words, org-link-search): New functions.
9346 (org-select-this-todo-keyword): New variable.
9347 (org-todo-list): New command.
9348 (org-shiftright, org-shiftleft): New commands.
9349 (org-agenda-todo): Add prefix argument.
9350 (org-show-hierarchy-above): New option.
9351 (org-show-todo-tree): Numerical prefix creates tree for specific
9352 TODO keyword.
9353 (org-outline-level): New function, to assign a level to plain
9354 lists items.
9355 (org-cycle-include-plain-lists): New option.
9356 (org-mode): Use `org-outline-level' as value of `outline-level'.
9357 (org-cycle): Temporarily switch `outline-regexp' if
9358 `org-cycle-include-plain-lists' is non-nil.
9359 (org-start-icalendar-file): Fix format bug.
9360 (org-agenda-get-day-entries): Create category table.
9361 (org-agenda-get-todos, org-agenda-get-timestamps)
9362 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9363 (org-agenda-get-blocks): Use `org-get-category'.
9364 (org-context-in-file-links): Rename from
9365 `org-line-numbers-in-file-links'.
9366
9367 2005-12-06 Romain Francoise <romain@orebokech.com>
9368
9369 * window.el (balance-windows): Delete extraneous third arg in call
9370 to `enlarge-window'.
9371
9372 2005-12-06 Kenichi Handa <handa@m17n.org>
9373
9374 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9375
9376 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9377
9378 * progmodes/gdb-ui.el (gdb-var-create-handler)
9379 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9380 (gdb-var-list-children-handler, gdb-var-update-handler):
9381 Current buffer is already gdb-partial-output-buffer, don't
9382 make it current again.
9383
9384 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9385
9386 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9387 (list-buffers-noselect): Use it.
9388
9389 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9392 (mail-yank-ignored-headers): Use regexp-opt.
9393 (mail-mode-map): Move initialization into declaration.
9394 (mail-sent-via): Remove unused shadowed var `to-line'.
9395 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9396 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9397 (mail-do-fcc): Use dolist and push.
9398 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9399 (mail-yank-ignored-headers): Don't autoload.
9400
9401 2005-12-05 Kenichi Handa <handa@m17n.org>
9402
9403 * international/mule-cmds.el (set-language-info-internal): New fun.
9404 (set-language-info): Call set-language-info-internal to update
9405 language-info-alist. If LANG-ENV is the current one, call
9406 set-language-environment to make INFO effective now.
9407 (set-language-info-alist): Likewise.
9408 (locale-language-names): With locale "en", use English
9409 lang. env. but set the default codings to iso-8859-1.
9410
9411 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9412
9413 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9414 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9415 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9416 for plain strings.
9417 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9418 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9419 Create registers buffer if necessary. Echo new state in minibuffer.
9420 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9421
9422 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9423
9424 * info.el (Info-fontify-node): Match external links using
9425 non-directory part of filename.
9426
9427 2005-12-04 Juri Linkov <juri@jurta.org>
9428
9429 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9430 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9431 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9432 because there is no customization option for it.
9433
9434 * font-lock.el (lisp-font-lock-keywords-1):
9435 Add define-global-minor-mode.
9436
9437 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9438
9439 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9440 properties on the constructed variable names.
9441
9442 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9443 Put `definition-name' properties on the constructed function names
9444 next-sym and prev-sym.
9445
9446 * emacs-lisp/find-func.el (find-function-regexp):
9447 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9448 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9449 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9450 and easy-menu-define.
9451
9452 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9453 easy-mmode-define-global-mode and define-global-minor-mode.
9454 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9455
9456 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9457 instead of easy-mmode-define-global-mode.
9458
9459 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9460 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9461
9462 * cus-edit.el (customize-group, customize-group-other-window):
9463 Filter out autoloaded options from the group completion list by
9464 using heuristics that autoloaded groups don't have `custom-autoload'
9465 property on their symbols (they have only `custom-loads').
9466
9467 * simple.el (completion-setup-function): Put completions-common-part
9468 face on complete completion string too (i.e. completion string
9469 without completions-first-difference face).
9470
9471 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9472
9473 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9474
9475 * view.el (view-mode): Doc fix.
9476
9477 * disp-table.el (standard-display-european): Add to the warning
9478 message a reference to the doc string.
9479
9480 * play/yow.el (apropos-zippy): Call print-help-return-message,
9481 similar to other Help and Apropos commands.
9482
9483 * help.el (print-help-return-message): If pop-up-frames is
9484 non-nil, set up help-return-method to delete the help window and,
9485 possibly, its frame as well, and don't display message about
9486 scrolling the help window. Doc fix.
9487 (help-return-method): Doc fix.
9488
9489 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9490
9491 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9492 whereby names of length one or names starting with a
9493 symbol-constituent character would not be returned.
9494
9495 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9496
9497 * subr.el (atomic-change-group): Add edebug and indentation spec.
9498
9499 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * completion.el (save-completions-file-name): Fix typo in last change.
9502
9503 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9504
9505 * info.el: Move back/forward history to the beginning of the tool bar.
9506
9507 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9508
9509 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9510 Add fset of allout-real-isearch-abort during compile to fix
9511 byte-compilation warnings.
9512 (allout-mode-p): Move definition of this macro above all uses, or
9513 byte compilation in barren emacs (eg, during emacs build) will
9514 lack the definition.
9515 (allout-mode): Move this variable above any uses, or byte
9516 compilation will fail.
9517 (allout-resolve-xref): Remove use of personal file-reference function.
9518 (allout-toggle-current-subtree-encryption): Do the current (ie,
9519 visible containing) topic, rather than nearest around point. Doc fix.
9520 (allout-toggle-subtree-encryption): New function, workhorse that
9521 works on nearest topic containing point.
9522 (allout-encrypt-string): Signal requirement for newer version of pgg.
9523 (allout-resumptions): Doc fix.
9524
9525 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9526
9527 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9528
9529 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9530
9531 * textmodes/flyspell.el (flyspell-external-point-words):
9532 Consider a misspelling as found in the string search if: (a) misspelling
9533 and found string lengths match, or (b) misspelling is found as
9534 element in a boundary-chars separated longer string, or (c)
9535 ispell-program-name is really ispell and misspelling is found as
9536 part of a TeX string. After successful match move beginning of
9537 search region to end of match. Warn about not found misspellings
9538 once the process is done.
9539 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9540
9541 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9542
9543 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9544 tool bar (removed inadvertently).
9545
9546 2005-12-02 Juri Linkov <juri@jurta.org>
9547
9548 * log-view.el (log-view-diff): Clarify doc string.
9549
9550 2005-12-01 Bill Wohler <wohler@newt.com>
9551
9552 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9553 triggers lm-verify errors.
9554
9555 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9556
9557 * simple.el (transient-mark-mode, line-number-mode)
9558 (column-number-mode, size-indication-mode): Remove `:require nil'.
9559
9560 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9563 in the margin also.
9564 (gdb-breakpoints-mode-map): Use D instead of d for
9565 gdb-delete-breakpoint.
9566 (gdb-get-frame-number): Require a number to match on.
9567 (gdb-threads-mode-map): Add follow-link binding.
9568
9569 2005-11-30 Jason Rumney <jasonr@gnu.org>
9570
9571 * isearch.el (isearch-mode-map): Avoid exiting search on
9572 language-change event.
9573
9574 2005-11-30 Romain Francoise <romain@orebokech.com>
9575
9576 * speedbar.el (speedbar-default-position): New defcustom.
9577 (speedbar-frame-reposition-smartly): Use it.
9578
9579 * dframe.el (dframe-reposition-frame-emacs): Fix position
9580 computation for `left' location.
9581 Update copyright year.
9582
9583 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * help.el (help-map): Move initialization into declaration.
9586
9587 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9588
9589 * help-fns.el (help-argument-name): Don't autoload.
9590 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9591 to be re-loaded when customizing the `help' group.
9592
9593 2005-11-30 John Paul Wallington <jpw@gnu.org>
9594
9595 * help-fns.el (describe-function-1): Fill arglist output.
9596
9597 2005-11-30 Kim F. Storm <storm@cua.dk>
9598
9599 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9600 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9601 after revert-buffer (or anything else which kills all local variables).
9602
9603 * apropos.el (apropos-parse-pattern): Doc fix.
9604 Set apropos-regexp directly, rather than expecting callers to do so.
9605 (apropos-command, apropos, apropos-value, apropos-documentation):
9606 Simplify calls to apropos-parse-pattern.
9607
9608 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9611 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9612 (hi-lock-write-interactive-patterns): Use comment-region.
9613
9614 * longlines.el (longlines-mode): Add mail-setup-hook.
9615
9616 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9617
9618 * simple.el (sendmail-user-agent-compose, next-line):
9619 Conditionally use hard-newline.
9620
9621 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9622
9623 * international/latexenc.el (latex-inputenc-coding-alist):
9624 Reword doc string.
9625
9626 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * help.el (describe-key-briefly, describe-key): Recognize default
9629 bindings.
9630
9631 2005-11-29 Romain Francoise <romain@orebokech.com>
9632
9633 * view.el (view-inhibit-help-message): New defcustom.
9634 (view-mode-enter): Use it.
9635
9636 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9637
9638 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9639 Preserve user position.
9640
9641 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9642
9643 * font-lock.el: Throw error if facemenu is not loaded to prevent
9644 accidental change of loading order in loadup.el. (Suggested by RMS.)
9645
9646 * loadup.el: Add comment explaining why facemenu must be loaded
9647 before font-lock.
9648
9649 2005-11-28 Jay Belanger <belanger@truman.edu>
9650
9651 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9652 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9653
9654 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9655
9656 * calc/calc-embed.el (calc-do-embedded): Update help message.
9657
9658 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9659
9660 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9663
9664 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9665 called-interactively-p.
9666 (elp-profilable-p): Rename from elp-not-profilable-p.
9667 Invert result and take into account macros and autoloaded functions.
9668 (elp-instrument-function): Update call.
9669 (elp-instrument-package): Update call. Add completion.
9670 (elp-pack-number): Use match-string.
9671 (elp-results-jump-to-definition-by-mouse): Merge into
9672 elp-results-jump-to-definition and then remove.
9673 (elp-output-insert-symname): Make help echo text single-line.
9674
9675 * replace.el (query-replace-map): Move initialization into declaration.
9676 (occur-engine): Use with-current-buffer.
9677 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9678 (occur-mode-mouse-goto): Replace with an alias.
9679
9680 2005-11-28 Juri Linkov <juri@jurta.org>
9681
9682 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9683
9684 * term/w32-win.el: Bind [S-tab] to [backtab].
9685
9686 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9687 `Info-find-file' to t.
9688
9689 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9690 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9691 and same-window-regexps.
9692 (occur-next-error): Don't move point for arg 0.
9693
9694 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9695
9696 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9697
9698 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * log-edit.el (log-edit-changelog-use-first): New var.
9701 (log-edit-changelog-ours-p): Use it.
9702 (log-edit-insert-changelog): Set it with new arg `use-first'.
9703 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9704 (log-edit-hook): Add them to the list of suggested options.
9705
9706 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9707 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9708 redundant work.
9709 (flyspell-mode-on): Use add-hook for after-change-functions.
9710 (flyspell-mode-off): Use remove-hook for after-change-functions.
9711 (flyspell-changes): Make it buffer-local.
9712 (flyspell-after-change-function): Make it non-interactive. Use push.
9713 (flyspell-post-command-hook): Check input-pending-p while processing
9714 the potentially long list of buffer changes.
9715
9716 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9717
9718 * buff-menu.el (list-buffers-noselect): Display the selected
9719 frame's buffer list, not the global one.
9720
9721 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9722
9723 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9724 that (list last-input-event) works as in interactive spec.
9725
9726 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9727
9728 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9729 `facemenu-keymap' needs to be defined when font-lock is loaded.
9730 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9731
9732 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * completion.el: Remove useless leading * in defcustom docstrings.
9735 (save-completions-file-name): Use ~/.emacs.d if available.
9736 (completion-standard-syntax-table): Rename from
9737 cmpl-standard-syntax-table and fold initialization into declaration,
9738 thus removing cmpl-make-standard-completion-syntax-table.
9739 (completion-lisp-syntax-table, completion-c-syntax-table)
9740 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9741 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9742 (symbol-under-point, symbol-before-point)
9743 (symbol-under-or-before-point, symbol-before-point-for-complete)
9744 (add-completions-from-c-buffer): Use with-syntax-table.
9745 (make-completion): Don't return a list of completion entries.
9746 Update callers.
9747 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9748 (completion-initialize): Rename from initialize-completions.
9749 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9750 (kill-emacs-save-completions): Collect stats here.
9751 (save-completions-to-file, load-completions-from-file):
9752 Use with-current-buffer.
9753 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9754 into a function. Move all calls to toplevel.
9755 (completion-lisp-mode-hook): New fun.
9756 (completion-c-mode-hook, completion-setup-fortran-mode):
9757 Set the syntax-table here. Use local-set-key.
9758 (completion-saved-bindings): New var.
9759 (dynamic-completion-mode): Make it into a proper minor mode.
9760 (load-completions-from-file): Remove unused var `num-uses'.
9761
9762 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9763 constructor if it is explicitly overridden.
9764
9765 * complete.el (PC-completion-as-file-name-predicate):
9766 Use minibuffer-completing-file-name.
9767 (partial-completion-mode): Use find-file-not-found-functions.
9768 (PC-lisp-complete-symbol): Use with-syntax-table.
9769 (PC-look-for-include-file): Remove dead setq.
9770 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9771 (PC-complete): Use with-current-buffer.
9772
9773 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9774 escape single quotes.
9775
9776 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9777
9778 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9779 of `if' whose condition always returned nil. Doc fix.
9780
9781 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9782 window's buffer the current buffer around the call to
9783 `list-buffers-noselect'. This is necessary to mark that buffer
9784 with a `.' in the Buffer Menu when called from Lisp, for instance
9785 by Auto Revert Mode.
9786
9787 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9788
9789 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9790 attaching to it.
9791 (gdb-pre-prompt): Make sure gdb-error is reset.
9792
9793 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9794 with a child process, detect it.
9795 (gud-speedbar-buttons): Match regexp more carefully.
9796
9797 2005-11-27 Richard M. Stallman <rms@gnu.org>
9798
9799 * mouse.el (mouse-drag-move-window-bottom):
9800 Use adjust-window-trailing-edge.
9801
9802 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9803
9804 * simple.el (blink-matching-open): Ignore
9805 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9806 (blink-matching-paren-on-screen): Update docstring.
9807
9808 * paren.el (show-paren-mode): No longer change
9809 `blink-matching-paren-on-screen'.
9810
9811 2005-11-27 John Paul Wallington <jpw@pobox.com>
9812
9813 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9814 (gdb-threads-select, gdb-edit-register-value):
9815 Use `posn-set-point' instead of `mouse-set-point' because the
9816 latter is not fbound when configured without X.
9817
9818 2005-11-27 Kim F. Storm <storm@cua.dk>
9819
9820 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9821 existing face when partially highlighting a TAB in a rectangle.
9822
9823 2005-11-26 Kim F. Storm <storm@cua.dk>
9824
9825 * ido.el (ido-mode-map): Doc fix.
9826 (ido-mode-common-map, ido-mode-file-map)
9827 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9828 (ido-define-mode-map): Rewrite. Select one of the new maps as
9829 parent for ido-mode-map instead of building from scratch.
9830 (ido-init-mode-maps): New defun to initialize new maps.
9831 (ido-mode): Call it.
9832 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9833 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9834
9835 2005-11-26 John Paul Wallington <jpw@pobox.com>
9836
9837 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9838 `mouse-set-point' because the latter is not fbound when configured
9839 without X.
9840
9841 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9842
9843 * files.el (file-relative-name): Doc fix.
9844
9845 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9846
9847 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9848 non-empty string for secondary prompt PS2.
9849
9850 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9851
9852 * progmodes/compile.el (compilation-setup): Fix last change.
9853
9854 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9855
9856 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9857 (gdb-mouse-toggle-breakpoint-margin)
9858 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9859 Add gdb-server-prefix to keep out of command history.
9860 (gdb-edit-register-value): New function.
9861 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9862 (gdb-info-registers-custom): Use above map.
9863
9864 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * custom.el (enable-theme): Signal error if argument is not a
9867 theme. Don't recalculate a face if it's not loaded yet.
9868
9869 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9870 the `user' theme is in effect.
9871
9872 * info.el (Info-on-current-buffer): Record actual filename in
9873 Info-current-file, instead of t, or a fake filename if a non-file
9874 buffer. Make autoload.
9875 (Info-find-node, Info-revert-find-node): No need to check for
9876 Info-current-file nil.
9877 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9878 Info-current-file is now never `t'.
9879 (Info-fontify-node): Many simplifications due to Info-current-file
9880 always being valid. Use Info-find-file to find node filename.
9881
9882 2005-11-25 David Kastrup <dak@gnu.org>
9883
9884 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9885 new character, then delete" in order to preserve markers.
9886
9887 2005-11-25 David Ponce <david@dponce.com>
9888
9889 * recentf.el (recentf-arrange-by-rule): Handle a special
9890 `auto-mode-alist'-like "strip suffix" rule.
9891 (recentf-build-mode-rules): Handle second level auto-mode entries.
9892
9893 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9894
9895 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9896 window modes.
9897
9898 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9899 jde-javadoc-checker-report-mode.
9900
9901 * ediff-wind (ediff-make-wide-display): Slight simplification.
9902
9903 * ediff.el (ediff-date): Change the date of last update.
9904
9905 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9906
9907 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9908 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9909 (hi-lock-mode): New global minor mode.
9910 (turn-on-hi-lock-if-enabled): New function.
9911 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9912 Change arguments to regexp and face instead of a font-lock pattern.
9913 Directly set face property, instead of refontifying.
9914 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9915 (hi-lock-find-patterns): Use line-number-at-pos.
9916
9917 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9918 arguments for hi-lock-set-pattern.
9919 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9920 Call font-lock-fontify-buffer.
9921 (hi-lock-find-file-hook, hi-lock-current-line)
9922 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9923
9924 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9925 turned off.
9926
9927 * progmodes/compile.el (compilation-setup): Don't fiddle with
9928 font-lock-defaults.
9929
9930 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9931
9932 * progmodes/gdb-ui.el (gdb-var-create-handler)
9933 (gdb-var-list-children-handler): Find values for all variable
9934 objects. gud-speedbar-buttons decides whether to display them.
9935
9936 2005-11-24 Romain Francoise <romain@orebokech.com>
9937
9938 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9939 buffer name with a space.
9940
9941 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9942
9943 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9944 `org-export-local-list-max-depth'. Change default value to 3.
9945 (org-auto-renumber-ordered-lists)
9946 (org-plain-list-ordered-item-terminator): New options.
9947 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9948 (org-get-indentation, org-get-string-indentation)
9949 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9950 New functions.
9951 (org-move-item-down, org-move-item-up): New commands.
9952 (org-export-as-html): New classes for CSS support. Bug fix in
9953 regular expression detecting fixed-width regions. Respect
9954 `org-local-list-ordered-item-terminator'.
9955 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9956 also a list item.
9957 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9958 New item moving functions.
9959
9960 2005-11-24 Juri Linkov <juri@jurta.org>
9961
9962 * isearch.el (isearch-repeat): With empty search ring set
9963 `isearch-error' to the error string instead of signaling error
9964 with the function `error'.
9965
9966 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9967
9968 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9969
9970 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9971
9972 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9973 and variable.
9974 (gdb-var-create-handler, gdb-var-list-children-handler):
9975 Don't match on "char **...".
9976 (gdb-var-update-handler): Find values for all variable objects.
9977 (gdb-info-frames-custom): Identify frames by leading "#".
9978
9979 * progmodes/gud.el (gud-speedbar-menu-items): Add
9980 gdb-speedbar-auto-raise as radio button.
9981 (gud-speedbar-buttons): Raise speedbar if requested.
9982 Don't match on "char **...".
9983 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9984 Make it editable.
9985
9986 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9987
9988 * info.el (Info-fontify-node): Handle the case where
9989 Info-current-file is t.
9990
9991 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * simple.el (blink-matching-open): Fix off-by-one in last change.
9994
9995 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9996
9997 * term/mac-win.el: Don't change default directory.
9998
9999 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10000
10001 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10002 buffers correctly. (It used to throw an error in such buffers.)
10003 Make it ask for confirmation in group buffers and other Custom
10004 buffers containing more than one customization item.
10005
10006 2005-11-22 John Paul Wallington <jpw@gnu.org>
10007
10008 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10009 property on mail and url overlays.
10010 (goto-address-at-point): Use `posn-set-point' instead of
10011 `mouse-set-point' because the latter is not fbound when configured
10012 without X.
10013
10014 2005-11-22 Lars Hansen <larsh@soem.dk>
10015
10016 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10017 (ls-lisp-classify, ls-lisp-format): Delete call to
10018 ls-lisp-parse-symlink.
10019 (ls-lisp-handle-switches): Handle symlinks to directories as
10020 directories when ls-lisp-dirs-first in non-nil.
10021
10022 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10023
10024 * startup.el (command-line): Make sure that loaddefs.el is handled
10025 correctly in load-history.
10026
10027 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10028
10029 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10030 (gdb-struct-string, gdb-array-string): New constants.
10031 (gdb-info-locals-handler): Use them.
10032 (gdb-reset): Reset gdb-var-list to nil.
10033
10034 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10037 in patterns.
10038
10039 2005-11-21 Juri Linkov <juri@jurta.org>
10040
10041 * custom.el (defcustom): Update link types in docstring.
10042
10043 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10044
10045 * custom.el (defgroup): Add doc-string-elt info.
10046
10047 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10048
10049 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * newcomment.el (comment-enter-backward): Fix last fix.
10052
10053 * simple.el (blink-matching-open):
10054 * paren.el (show-paren-function): Allow new paren-class info.
10055
10056 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10057
10058 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10059 handled automagically.
10060
10061 2005-11-20 Andreas Schwab <schwab@suse.de>
10062
10063 * descr-text.el (describe-char): When copying overlays put them
10064 over the full char description instead of just the first character
10065 of it.
10066
10067 2005-11-20 Juri Linkov <juri@jurta.org>
10068
10069 * simple.el (what-cursor-position):
10070 * descr-text.el (describe-char): Use Lisp-readable syntax
10071 for octal and hex. Reorder decimal, octal and hex values.
10072 Remove excess whitespace in the output. Use `=' in `column='
10073 like in `point=' and `Hscroll='.
10074
10075 * international/mule-cmds.el (encoded-string-description):
10076 Use Lisp-readable syntax for hex.
10077
10078 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * newcomment.el (comment-enter-backward): Handle the case where the
10081 comment is closed by EOB.
10082
10083 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * longlines.el (longlines-before-revert-hook)
10086 (longlines-after-revert-hook): New functions.
10087 (longlines-mode): Turn off longlines temporarily when reverting.
10088 Add a message-setup-hook.
10089 (longlines-decode-buffer): New function.
10090 (longlines-wrap-line): Preserve marker positions.
10091
10092 2005-11-19 Andreas Schwab <schwab@suse.de>
10093
10094 * emacs-lisp/shadow.el: Handle compressed files.
10095
10096 2005-11-19 Romain Francoise <romain@orebokech.com>
10097
10098 * net/browse-url.el (browse-url-default-browser): Signal an error
10099 if no usable browser can be found, rather than try to load w3.
10100
10101 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10102
10103 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10104 replacing existing properties.
10105 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10106 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10107 tty specs.
10108 (rcirc-server-prefix, rcirc-server): New faces.
10109 (rcirc-url-regexp): Generate with rx macro.
10110 (rcirc-last-server-message-time): New variable.
10111 (rcirc-filter): Record time of last message.
10112 (rcirc-keepalive): Kill processes that did not send a message
10113 since the last ping.
10114 (rcirc-mode): Give rcirc-topic a local binding here.
10115
10116 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10117
10118 * subr.el (read-passwd): Fontify the prompt as we do with other
10119 prompts.
10120
10121 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10122
10123 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10124 binding buffer-read-only to nil.
10125
10126 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10127
10128 * complete.el (partial-completion-mode):
10129 Mention completion-auto-help in the doc string.
10130
10131 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10132 more Lisp-ish way.
10133
10134 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10135
10136 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10137 digits, not 8, to avoid misalignment for files larger than 100MB.
10138
10139 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10140
10141 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10142 Mention "keyboard shortcuts" in the help text.
10143
10144 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10145
10146 * startup.el (fancy-splash-default-action): Discard only
10147 mouse-down and succeeding mouse-up events in the splash screen
10148 window so that drag-n-drop event can be processed.
10149
10150 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10151
10152 * longlines.el (longlines-mode): Add hacks for mail-mode and
10153 message-mode.
10154
10155 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10156
10157 * textmodes/org.el (org-table-sort-lines): New command.
10158 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10159 (org-add-file): Command removed, use `org-agenda-file-to-front'
10160 instead.
10161 (org-export-icalendar): Use `org-icalendar-combined-name'.
10162 (org-cycle-agenda-files, org-agenda-file-to-end)
10163 (org-agenda-file-to-front): New commands.
10164 (org-table-tab-jumps-over-hlines, org-export-html-style):
10165 New options.
10166 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10167 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10168 New functions.
10169 (org-fill-paragraph): Call `org-table-align' in tables.
10170 (org-mode): Call `org-set-autofill-regexps'.
10171 (org-export-as-html): Support for local handformatted lists.
10172 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10173 (org-export-local-list-max-depth): New option.
10174 (org-html-expand): Use `org-html-protect'.
10175
10176 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10177
10178 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10179 to "p".
10180 (gdb): Move definition of gud-pp to...
10181
10182 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10183 speedbar.
10184 (gdb-find-watch-expression): New function.
10185
10186 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10187
10188 * faces.el (face-attribute, set-face-attribute): Mention existence
10189 of `:ignore-defface' setting in docstring.
10190
10191 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * simple.el (completion-setup-function): Fix last change.
10194
10195 2005-11-17 John Paul Wallington <jpw@pobox.com>
10196
10197 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10198 Use `posn-set-point' instead of `mouse-set-point' because the
10199 latter is not fbound when configured without X.
10200
10201 * comint.el (comint-insert-input): Likewise.
10202
10203 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * simple.el (hard-newline): New variable.
10206 (sendmail-user-agent-compose, next-line): Use it.
10207
10208 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10209 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10210 (mail-mail-reply-to, mail-mail-followup-to)
10211 (mail-position-on-field, mail-signature, mail-yank-original)
10212 (mail-attach-file): Likewise.
10213
10214 * mail/mailheader.el (mail-header-format)
10215 (mail-header-format-function): Likewise.
10216
10217 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10218
10219 2005-11-17 Juri Linkov <juri@jurta.org>
10220
10221 * font-lock.el (font-lock-faces): Rename this defgroup from
10222 `font-lock-highlighting-faces'.
10223 (font-lock-comment-face, font-lock-comment-delimiter-face)
10224 (font-lock-string-face, font-lock-doc-face)
10225 (font-lock-keyword-face, font-lock-builtin-face)
10226 (font-lock-function-name-face, font-lock-variable-name-face)
10227 (font-lock-type-face, font-lock-constant-face)
10228 (font-lock-warning-face, font-lock-negation-char-face)
10229 (font-lock-preprocessor-face)
10230 (font-lock-regexp-grouping-backslash)
10231 (font-lock-regexp-grouping-construct): Rename :group from
10232 `font-lock-highlighting-faces' to `font-lock-faces'.
10233
10234 * cus-edit.el (lisp, c, tex):
10235 * progmodes/ada-mode.el (ada):
10236 * progmodes/asm-mode.el (asm):
10237 * progmodes/cperl-mode.el (cperl-faces):
10238 * progmodes/cpp.el (cpp):
10239 * progmodes/dcl-mode.el (dcl):
10240 * progmodes/f90.el (f90):
10241 * progmodes/fortran.el (fortran):
10242 * progmodes/icon.el (icon):
10243 * progmodes/idlwave.el (idlwave-misc):
10244 * progmodes/m4-mode.el (m4):
10245 * progmodes/make-mode.el (makefile):
10246 * progmodes/meta-mode.el (meta-font):
10247 * progmodes/modula2.el (modula2):
10248 * progmodes/octave-mod.el (octave):
10249 * progmodes/pascal.el (pascal):
10250 * progmodes/perl-mode.el (perl):
10251 * progmodes/prolog.el (prolog):
10252 * progmodes/ps-mode.el (PostScript-edit):
10253 * progmodes/scheme.el (scheme):
10254 * progmodes/sh-script.el (sh-script):
10255 * progmodes/simula.el (simula):
10256 * progmodes/tcl.el (tcl):
10257 * textmodes/nroff-mode.el (nroff):
10258 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10259 * textmodes/sgml-mode.el (sgml):
10260 * textmodes/texinfo.el (texinfo):
10261 Add :link (custom-group-link font-lock-faces) to defgroup.
10262
10263 * hi-lock.el (hi-lock): Rename this defgroup from
10264 `hi-lock-interactive-text-highlighting'. Change parent group from
10265 `faces' to `font-lock'. Add link to the manual.
10266 (hi-lock-mode, hi-lock-file-patterns-range)
10267 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10268 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10269 (hi-lock-faces): Add :group `faces'.
10270
10271 * cus-edit.el (custom-variable-prompt): Clarify the code.
10272
10273 * faces.el (face-read-string): Set the default value arg of
10274 completing-read.
10275
10276 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10277
10278 * rfn-eshadow.el (file-name-shadow-properties)
10279 (file-name-shadow-tty-properties, file-name-shadow-mode):
10280 Remove autoloads, because the file is now preloaded.
10281
10282 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10283
10284 * printing.el (easy-menu-intern): Don't define.
10285 (pr-get-symbol): Use easy-menu-intern only if defined.
10286
10287 * simple.el (blink-matching-open): Simplify a bit.
10288 (completion-setup-function): Fix the case of partial-completion-mode
10289 when the minibuffer's contents start with "-".
10290 Obey completion-base-size-function even when
10291 minibuffer-completing-file-name is non-nil.
10292
10293 2005-11-16 Richard M. Stallman <rms@gnu.org>
10294
10295 * net/eudcb-ph.el (eudc-ph-open-session):
10296 Use set-process-query-on-exit-flag.
10297
10298 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10299
10300 * international/ucs-tables.el (ucs-set-table-for-input):
10301 Use make-local-variable, not make-variable-buffer-local.
10302
10303 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10304 Improve warning message text.
10305
10306 * savehist.el (savehist-save-hook): Add :group.
10307
10308 * menu-bar.el (menu-bar-help-menu):
10309 Rename Find Extra Packages to External Packages.
10310
10311 * cus-edit.el (Custom-reset-standard): Verify that
10312 :custom-standard-value prop exists before calling it.
10313
10314 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10315
10316 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10317
10318 * wid-edit.el (color): Enclose %t in %{...%}.
10319
10320 * cus-edit.el (face): Enclose %t in %{...%}.
10321
10322 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10323
10324 * savehist.el (savehist-mode-hook): Re-add the var.
10325 (savehist-mode): Use it.
10326
10327 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * textmodes/flyspell.el: Fix commenting convention.
10330 Remove unnecessary leading * in custom docstrings.
10331 (flyspell-emacs): Remove unused var.
10332 (flyspell-delete-region-overlays): Use remove-overlays.
10333 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10334 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10335 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10336 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10337 (make-flyspell-overlay): Don't locally reuse a global name.
10338 (flyspell-highlight-incorrect-region)
10339 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10340 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10341 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10342 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10343 Wrap calls to accept-process-output inside with-local-quit since it's
10344 often called from a post-command-hook.
10345 (flyspell-correct-word, flyspell-auto-correct-word):
10346 Use ispell-send-string.
10347 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10348
10349 * calendar/diary-lib.el (diary-list-entries): Also hide the
10350 terminating newline.
10351
10352 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10353
10354 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10355 window-system, to allow fonts on tty.
10356
10357 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10358
10359 * progmodes/gud.el (gud-speedbar-item-info): New function.
10360 (gud-install-speedbar-variables): Use it to display data type
10361 of watch expression as a tooltip in speedbar.
10362
10363 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10364
10365 * font-core.el (global-font-lock-mode): Add :version keyword,
10366 because default was changed.
10367
10368 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10369
10370 * startup.el (command-line): Use `custom-reevaluate-setting' for
10371 `file-name-shadow-mode'.
10372
10373 * loadup.el: Preload rfn-eshadow.
10374
10375 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10376 Add :version keyword.
10377 (file-name-shadow-properties, file-name-shadow-tty-properties)
10378 (file-name-shadow): Add :version keyword.
10379
10380 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10381 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10382 in the custom-group property of the symbol frames and the fringe
10383 group got no link to its parent group frames.
10384 Doc fix.
10385
10386 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10387
10388 * progmodes/gud.el (gud-stop-subjob): New function.
10389 (gud-menu-map, gud-tool-bar-map): Use it.
10390
10391 2005-11-16 Kim F. Storm <storm@cua.dk>
10392
10393 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10394 than kill it.
10395 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10396 to a more useful/logical place.
10397
10398 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10399
10400 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10401 go buttons complementary.
10402
10403 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10406 (rfn-eshadow-sifn-equal): New function.
10407 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10408
10409 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10410
10411 * viper-utils.el (viper-non-word-characters-reformed-vi):
10412 Quote `-' in string.
10413
10414 * viper.el (viper-emacs-state-mode-list): Ensure that
10415 rcirc-mode buffers come up in Emacs state.
10416
10417 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10418 operation.
10419
10420 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10421
10422 * term.el (term-termcap-format): Fix typos.
10423 (term-down): Fix the negative argument case.
10424
10425 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10426
10427 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10428 2005-08-15.
10429 (gdb-ann3): New command gud-go.
10430 (menu): Accomodate gdb-mi.el.
10431 (gdb-assembler-custom): Make buffer of selected window current
10432 so that set-window-point works.
10433
10434 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10435 buttons and include new ones.
10436
10437 2005-11-16 Kim F. Storm <storm@cua.dk>
10438
10439 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10440 (gud-menu-map): Use it.
10441
10442 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10443
10444 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10445 that works correctly for Custom and that does not override a user
10446 who disables it.
10447
10448 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10449 (help-xref-interned, help-follow): Make hyperlinks for variables
10450 that are unbound, but have a non-nil variable-documentation property.
10451
10452 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10453 mode hook. (It conflicted with defcustoms for some mode hooks.)
10454 Use the `variable-documentation' property to give the mode hook a
10455 docstring and expand that docstring.
10456
10457 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10458
10459 * savehist.el (savehist-mode): Don't bother with
10460 `custom-set-minor-mode'.
10461 (savehist-coding-system): Check XEmacs version.
10462 (history-length): Declare also at run time.
10463 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10464 Don't set the customize state.
10465 (savehist-minibuffer-hook): Special case for when
10466 minibuffer-history-variable is equal to t.
10467
10468 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * files.el (write-file): Refresh VC status.
10471
10472 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10473 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10474 than fundamental-mode to see if the mode was set.
10475
10476 2005-11-14 Romain Francoise <romain@orebokech.com>
10477
10478 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10479 dummy function in `eval-when-compile' to avoid compiler warning.
10480 Require `man' at compile time.
10481
10482 2005-11-14 Jay Belanger <belanger@truman.edu>
10483
10484 * calc-alg.el (calcFunc-write-out-power): Rename it to
10485 calcFunc-powerexpand.
10486 (math-write-out-power): Rename it to math-powerexpand; have it
10487 handle negative exponents.
10488 (calc-writeoutpower): Rename it to calc-powerexpand.
10489
10490 * calc-ext.el: Change calcFunc-writeoutpower and
10491 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10492 autoloads.
10493 Add calcFunc-ldiv to autoloads.
10494
10495 * calc-arith.el (calcFunc-ldiv): New function.
10496
10497 * calc.el (calc-left-divide): New function.
10498
10499 2005-11-14 Juri Linkov <juri@jurta.org>
10500
10501 * cus-edit.el (custom-variable-prompt): Set the default value arg
10502 of completing-read.
10503
10504 * cus-dep.el (custom-make-dependencies): Reverse the list of
10505 found dependencies.
10506
10507 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10508
10509 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10510 Highlighting" entry, it is on by default now.
10511 (menu-bar-options-save): Do not save global-font-lock-mode.
10512
10513 2005-11-13 Richard M. Stallman <rms@gnu.org>
10514
10515 * textmodes/flyspell.el (flyspell-large-region):
10516 Call flyspell-accept-buffer-local-defs.
10517
10518 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10519
10520 * textmodes/flyspell.el (flyspell-notify-misspell):
10521 Fix misspelling of "Misspelling".
10522 (flyspell-process-localwords): New function.
10523 (flyspell-large-region): Call flyspell-process-localwords and
10524 flyspell-delete-region-overlays.
10525 (flyspell-delete-region-overlays): New function.
10526 (flyspell-delete-all-overlays): Call that.
10527
10528 2005-11-13 Richard M. Stallman <rms@gnu.org>
10529
10530 * help.el (help-for-help-internal): Improve doc of C-h a.
10531 (describe-key): Improve prompt; doc fix.
10532
10533 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * vc-svn.el (vc-svn-registered): Catch all errors.
10536
10537 * cus-dep.el (custom-make-dependencies): Typo.
10538
10539 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10540
10541 * net/tramp-util.el (top): Fix compilation warning.
10542
10543 2005-11-13 Kim F. Storm <storm@cua.dk>
10544
10545 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10546
10547 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10548
10549 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10550 (gud-speedbar-buttons): Match on "const char *" too.
10551
10552 * progmodes/gdb-ui.el (gdb-var-create-handler)
10553 (gdb-var-list-children-handler): Match on "const char *" too.
10554 (gdb-var-evaluate-expression-handler): Match on empty string.
10555 (gdb-var-update-handler): Only call
10556 gdb-var-evaluate-expression-handler when required.
10557
10558 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10559
10560 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10561 selected window. This still doesn't work for speedbar.
10562 (gud-speedbar-buttons): Handle string expressions properly.
10563
10564 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10565 (gdb-var-create-handler): Handle string expressions properly.
10566 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10567 Handle string expressions properly. Move "type" field into regexp.
10568
10569 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10570
10571 * bookmark.el (bookmark-maybe-message): New function to reduce
10572 code duplication: invokes `message' iff baud-rate is high enough.
10573 (bookmark-write-file): Use above instead of an inline conditional.
10574 (bookmark-load): Same.
10575
10576 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10577
10578 * bookmark.el (bookmark-write-file): Don't visit the destination
10579 file, just write the data to it using write-region. This is
10580 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10581 change to avoid visiting the file in the first place.
10582
10583 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10584
10585 * hi-lock.el (hi-lock-mode): Set the default value of
10586 font-lock-defaults.
10587
10588 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10589
10590 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10591 arg to `file-attributes'.
10592 (find-lisp-format): The UID and GID can now be strings.
10593
10594 2005-11-12 Kim F. Storm <storm@cua.dk>
10595
10596 * help.el (help-map): Bind C-h d to apropos-documentation.
10597
10598 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10599 when point is at end-of-buffer.
10600
10601 * apropos.el (apropos-match-face): Doc fix.
10602 (apropos-sort-by-scores): Add new choice `verbose'.
10603 (apropos-documentation-sort-by-scores): New defcustom.
10604 (apropos-pattern): Now contains the pattern entered by the user.
10605 (apropos-pattern-quoted): New defvar.
10606 (apropos-regexp): New defvar, containing the regexp corresponding
10607 to apropos-pattern.
10608 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10609 (apropos-read-pattern): New defun. Use it to read pattern arg in
10610 interactive calls; returns list of words for a word list, and
10611 string for a regexp.
10612 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10613 parses a list of words or regexp as returned by apropos-read-pattern.
10614 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10615 (apropos-score-doc): Return a very high score if the string
10616 entered by the user matches literally.
10617 (apropos-variable): Doc fix. Use apropos-read-pattern.
10618 (apropos-command): Doc fix. Use apropos-read-pattern and
10619 apropos-parse-pattern. Call apropos-print with nosubst=t.
10620 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10621 apropos-parse-pattern.
10622 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10623 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10624 apropos-documentation-sort-by-scores. Call apropos-print with
10625 nosubst=t.
10626 (apropos-documentation-internal): Pass doc string through
10627 substitute-key-definition before adding text properties.
10628 Highlight substring matching literal user input if possible.
10629 (apropos-documentation-check-doc-file): Remove locals beg and end.
10630 Fix calculation of score (as added twice). Pass doc string through
10631 substitute-key-definition before adding text properties.
10632 (apropos-documentation-check-elc-file): Pass doc string through
10633 substitute-key-definition before adding text properties.
10634 Highlight substring matching literal user input if possible.
10635 (apropos-print): Add new arg NOSUBST; if set, command and variable
10636 doc strings have already been passed through substitute-key-definition.
10637 Add code to handle apropos-accumulator items without score element
10638 for backwards compatibility (e.g. with woman package).
10639 Only show scores if apropos-sort-by-scores is `verbose'.
10640
10641 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10644 Add jka-compr-load-suffixes to load-suffixes.
10645
10646 * jka-compr.el: Require jka-cmpr-hook.
10647 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10648 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10649 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10650 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10651 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10652 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10653 (jka-compr-uninstall): Remove entries from
10654 jka-compr-added-to-file-coding-system-alist after they are used.
10655 (jka-compr-error): Remove unused var `curbuf'.
10656 (jka-compr-file-local-copy): Remove unused var `notfound'.
10657
10658 2005-11-10 Romain Francoise <romain@orebokech.com>
10659
10660 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10661
10662 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10663
10664 * progmodes/gud.el (gud-menu-map): Move parentheses.
10665 (gdb): New command gud-pv.
10666
10667 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * tar-mode.el: Remove spurious or unnecessary leading stars
10670 in docstrings.
10671 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10672 (tar-parse-octal-integer-safe): Use mapc.
10673 (tar-header-block-summarize): Remove unused var `ck'.
10674 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10675 cleared before. Obey default-enable-multibyte-characters.
10676 Use mapconcat. Simplify setting of tar-header-offset.
10677 (tar-mode-map): Move initialization inside delcaration.
10678 (tar-flag-deleted): Use `abs'.
10679 (tar-expunge-internal): Remove unused var `line'.
10680 (tar-expunge-internal): Don't hardcode point-min==1.
10681 (tar-expunge): Widen while doing set-buffer-multibyte.
10682 (tar-rename-entry): Use file-name-coding-system.
10683 (tar-alter-one-field): Don't hardcode point-min==1.
10684 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10685 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10686
10687 2005-11-10 Masatake YAMATO <jet@gyve.org>
10688
10689 * add-log.el (add-log-current-defun): Handle class::method
10690 notation of c++. Fix incorrect comment.
10691
10692 2005-11-10 Alan Mackenzie <acm@muc.de>
10693
10694 * help-fns.el (describe-variable): Make C-h v work when a variable
10695 has variable documentation yet is unbound.
10696
10697 2005-11-10 Masatake YAMATO <jet@gyve.org>
10698
10699 * man.el (Man-highlight-references): Set an empty
10700 string to `Man-arguments' if it is nil.
10701 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10702
10703 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10706 commenting conventions.
10707
10708 * cus-dep.el (custom-make-dependencies): Simplify.
10709 Better follow the commenting conventions.
10710
10711 2005-11-09 Richard M. Stallman <rms@gnu.org>
10712
10713 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10714 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10715 All uses changed.
10716 (apropos-rewrite-regexp): Doc fix.
10717 (apropos-variable, apropos-command, apropos, apropos-value):
10718 Change prompt; carry through the argument renaming.
10719
10720 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10721
10722 * find-lisp.el: Require dired.
10723 (find-lisp-find-dired-internal): Do not call
10724 `abbreviate-file-name' on DIR.
10725
10726 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10727
10728 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10729
10730 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10731
10732 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10733 when using the speedbar.
10734 (gdb): New command gud-pp.
10735 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10736
10737 2005-11-09 Juri Linkov <juri@jurta.org>
10738
10739 * replace.el (occur-excluded-properties): New defcustom.
10740 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10741
10742 2005-11-08 Jay Belanger <belanger@truman.edu>
10743
10744 * calc/calc-units.el (math-convert-units): Replace any composite
10745 unit by its definition.
10746
10747 2005-11-08 Lars Hansen <larsh@soem.dk>
10748
10749 * emacs-lisp/autoload.el (update-directory-autoloads):
10750 Add obsolete function alias.
10751
10752 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10755 comment-indent-function.
10756 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10757
10758 * reveal.el (reveal-post-command): Rework the handling of
10759 reveal-open-spots, so as to be more reliable. There were several
10760 tricky corner cases where an open spot might be lost, or where
10761 a closed spot might end up on the list of open spots.
10762 Only reveal text that's ellipsised.
10763
10764 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10765
10766 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10767
10768 2005-11-07 John Paul Wallington <jpw@gnu.org>
10769
10770 * ibuffer.el (ibuffer): Search iconified frames too when
10771 getting Ibuffer buffer's window.
10772
10773 2005-11-06 Richard M. Stallman <rms@gnu.org>
10774
10775 * progmodes/compile.el (compilation-internal-error-properties):
10776 save-excursion around the computation of MARKER.
10777
10778 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10779
10780 * textmodes/flyspell.el (flyspell-external-point-words):
10781 flyspell-get-word returns a list, not just a string.
10782
10783 2005-11-06 John Paul Wallington <jpw@pobox.com>
10784
10785 * ibuffer.el (ibuffer): Search all visible frames when getting
10786 Ibuffer buffer's window.
10787
10788 2005-11-07 Masatake YAMATO <jet@gyve.org>
10789
10790 * man.el (Man-reference-regexp): Accept spaces between
10791 `Man-name-regexp' and `Man-section-regexp'.
10792 (Man-apropos-regexp): New variable.
10793 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10794 if available.
10795 (Man-highlight-references, Man-highlight-references0):
10796 Handle the case when `Man-arguments' includes "-k".
10797 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10798 `TARGET'. `TARGET' can be a number, function or nil.
10799
10800 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10801
10802 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10803 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10804 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10805 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10806 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10807 (gdb-send-item): Use buffer-local-value and simplify.
10808
10809 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10810
10811 * startup.el (command-line): Use `custom-reevaluate-setting' for
10812 `global-font-lock-mode'.
10813
10814 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10815 by default, except in batch mode or when the -D option is given.
10816
10817 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10818 specified keyword args on to `define-minor-mode'. Update docstring.
10819
10820 2005-11-05 Romain Francoise <romain@orebokech.com>
10821
10822 * replace.el (occur-engine): Add marker at end of line, too.
10823
10824 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10825
10826 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10827 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10828 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10829 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10830 argument to all these routines, so the passphrase can be managed
10831 externally and passed in to the system.
10832 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10833 pgg-add-passphrase-to-cache function.
10834
10835 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10836 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10837 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10838 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10839 argument to all these routines, so the passphrase can be managed
10840 externally and passed in to the system.
10841 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10842 function.
10843
10844 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10845
10846 * font-lock.el: Don't deal with font-lock-face-attributes here,
10847 move the code ...
10848
10849 * startup.el (command-line): ... here. Use face-spec-set instead
10850 of custom-declare-face.
10851
10852 * faces.el (face-spec-set): Reset the face if spec is not nil.
10853
10854 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10855
10856 * newcomment.el (comment-region-internal): Box more tightly in the
10857 common case where there's no TAB in the boxed text.
10858
10859 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10860
10861 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10862 up-node.
10863
10864 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10865
10866 * newsticker.el: Commentary updated. Code formatting changed.
10867 (newsticker-version): Change to "1.9".
10868 (newsticker, newsticker-feed): Doc fix.
10869 (newsticker-url-list): Doc fix. Add option "Weekly".
10870 (newsticker-retrieval-interval): Add option "Weekly".
10871 (newsticker-headline-processing): Doc fix.
10872 (newsticker-auto-mark-filter): Remove.
10873 (newsticker-auto-mark-filter-list): New.
10874 (newsticker-layout, newsticker-sort-method): Doc fix.
10875 (newsticker-hide-old-items-in-newsticker-buffer)
10876 (newsticker-heading-format, newsticker-item-format)
10877 (newsticker-desc-format): Doc fix.
10878 (newsticker-show-all-rss-elements): Remove.
10879 (newsticker-show-all-news-elements): New.
10880 (newsticker-faces, newsticker-ticker): Doc fix.
10881 (remove-from-invisibility-spec): Code formatting.
10882 (newsticker--process-ids): New.
10883 (newsticker-mode): Doc fix.
10884 (newsticker-mode): Change mode-line-format.
10885 (newsticker-start): Remove debug output.
10886 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10887 (newsticker-w3m-show-inline-images): Code formatting.
10888 (newsticker-next-item): Call `force-mode-line-update'.
10889 (newsticker-previous-item): Call `force-mode-line-update'.
10890 (newsticker-next-feed): Call `force-mode-line-update'.
10891 (newsticker-previous-feed): Call `force-mode-line-update'.
10892 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10893 (newsticker-show-old-items): Do not show descs.
10894 (newsticker-hide-entry): Hide too much.
10895 (newsticker-hide-entry, newsticker-show-entry)
10896 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10897 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10898 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10899 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10900 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10901 (newsticker-get-news): Call `force-mode-line-update'.
10902 Collect process ids.
10903 (newsticker--sentinel): Change coding system handling.
10904 Move image retrieval to new functions newsticker--get-logo-url-*.
10905 Move feed parsing to new functions newsticker--parse-*.
10906 Update list of process ids.
10907 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10908 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10909 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10910 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10911 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10912 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10913 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10914 (newsticker--decode-coding-string): Remove.
10915 (newsticker--decode-numeric-entities): Check input. Format code.
10916 (newsticker--remove-whitespace): Check input.
10917 (newsticker--do-forget-preformatted): Doc fix.
10918 (newsticker--decode-rfc822-date): Allow for missing time.
10919 (newsticker--update-process-ids): New.
10920 (newsticker--image-sentinel): Change comment.
10921 (newsticker--image-read): Change error message.
10922 (newsticker--imenu-goto): Doc fix. Show headline title.
10923 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10924 (newsticker--buffer-do-insert-text): Clean whitespace in
10925 html-rendered headline title. Code formatting.
10926 Call `newsticker--buffer-print-extra-elements'.
10927 (newsticker--buffer-print-extra-element): Remove.
10928 (newsticker--buffer-print-extra-elements): New.
10929 (newsticker--buffer-do-print-extra-element): New.
10930 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10931 large sizes.
10932 (newsticker--run-auto-mark-filter)
10933 (newsticker--do-run-auto-mark-filter):
10934 Use `newsticker-auto-mark-filter-list'.
10935
10936 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10937
10938 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10939 (rcirc-print): Force redisplay before running hooks. Do long
10940 buffer truncation after making new text read-only. Deal with nil
10941 text when decoding strings. If TARGET is nil, use either the
10942 currently selected buffer, if it is an rcirc buffer and of the
10943 same process or the process buffer.
10944 (rcirc-mode): Remove header-line. Recompute short buffer names.
10945 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10946 (rcirc-short-buffer-name): Add variable.
10947 (rcirc-kill-buffer-hook): Recompute short buffer names.
10948 Remove nick from private channel.
10949 (rcirc-send-input): Send command text to current-buffer.
10950 Don't clear overlay arrow here.
10951 (rcirc-short-buffer-name): Return a short buffer name.
10952 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10953 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10954 buffer-name abbreviations.
10955 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10956 Do not touch nick-table when killing a parted channel.
10957 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10958 Clear arrow from current buffer if it is now hidden.
10959 (rcirc-current-buffer): Add variable.
10960 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10961 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10962 Remove -face from names.
10963 (rcirc-update-activity-string): Print "DND" when globally ignoring
10964 activity.
10965 (rcirc-ignore-buffer-activity-flag): Rename from
10966 rcirc-ignore-channel-activity.
10967 (rcirc-ignore-all-activity-flag): Doc fix.
10968 (rcirc-channels): Remove variable.
10969 (rcirc-kill-buffer-hook):
10970 (rcirc-get-buffer-create): Add nick to private channel.
10971 (rcirc-multiline-edit-submit): Remove tabs.
10972 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10973 folded.
10974 (rcirc-remove-nick-channel): Bug fix.
10975 (rcirc-toggle-ignore-buffer-activity): Rename from
10976 rcirc-toggle-ignore-channel-activity.
10977 (rcirc-record-activity): Add buffers to the front of the list.
10978 (rcirc-update-activity): Remove killed buffers from list.
10979 (rcirc-process-server-response-1): Remove last argument if it is
10980 null before calling handler.
10981 (rcirc): Add "rcirc" defcustom prefix.
10982 (rcirc-prompt): Simplify default prompt.
10983 Use custom-initialize-default.
10984 (rcirc-private-chats): Remove variable.
10985 (rcirc-prompt): Change initialization.
10986 (rcirc-version): Remove function.
10987 (rcirc-id-string): Add constant.
10988 (rcirc-last-buffer): Remove variable.
10989 (rcirc-buffer-alist): Add variable.
10990 (rcirc-connect): Update variable setup.
10991 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10992 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10993 default.
10994 (rcirc-handler-generic): Trigger activity.
10995 (rcirc-send-message): Create the buffor of the target.
10996 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10997 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10998 (rcirc-multiline-edit-cancel): Remove function.
10999 (rcirc-set-last-buffer): Remove function.
11000 (rcirc-get-any-buffer): Add function.
11001 (rcirc-join-channels): Don't print /join text.
11002 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11003 messages.
11004 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11005 (rcirc-handler-NOTICE): Recognize CTCP responses.
11006 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11007 constructing TOPIC string for buffers we are not JOINed.
11008 (rcirc-handler-CTCP-response): Add handler.
11009 (rcirc-multiline-edit-submit): Restore the window-configuration
11010 before adjusting point.
11011 (rcirc): Add customization group.
11012 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11013 (rcirc-user-full-name, rcirc-startup-channels-alist)
11014 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11015 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11016 (rcirc-input-ring-size, rcirc-read-only-flag)
11017 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11018 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11019 Change defvar to defcustom.
11020 (rcirc-update-prompt): Add optional ALL arg, which will update
11021 prompts in all rcirc buffers. Regexp quote replacement text.
11022 (rcirc-fill-column): Accept frame-width as a value.
11023 (rcirc-set-changed): Add function.
11024 (rcirc-next-active-buffer): Write more meaningful messages.
11025 (rcirc-faces): Add customization group.
11026 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11027 (rcirc-nick-in-message-face, rcirc-prompt-face)
11028 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11029 (with-rcirc-process-buffer): Move before first usage.
11030 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11031 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11032 (rcirc-debug): Rename from `rcirc-log'.
11033 (rcirc-format-response-string): Do not print `-' chars for a
11034 NOTICE with no sender. Simplify output of server responses.
11035
11036 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11037
11038 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11039 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11040 Make urls mouse and RET clickable.
11041
11042 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11043
11044 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11045
11046 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11047
11048 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11049 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11050 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11051 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11052 argument to all these routines, so the passphrase can be managed
11053 externally and passed in to the system.
11054 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11055 pgg-add-passphrase-to-cache function.
11056
11057 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11058 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11059 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11060 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11061 argument to all these routines, so the passphrase can be managed
11062 externally and passed in to the system.
11063 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11064 function.
11065
11066 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11067
11068 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11069 from goto-address-url-regexp.
11070
11071 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11072
11073 * textmodes/org.el (org-read-date, org-goto-calendar)
11074 (org-recenter-calendar, org-agenda-goto-calendar):
11075 Temporarily clear `calendar-move-hook'.
11076
11077 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11078
11079 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11080 merging.
11081
11082 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11083 have merge clashes.
11084
11085 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11086
11087 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11088 Undo previous change.
11089
11090 * startup.el (command-line): Use `custom-reevaluate-setting' for
11091 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11092 tty-register-default-colors on Mac.
11093
11094 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11095
11096 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11097 (gdb-buffer-type): Make it automatically buffer local...
11098 (gdb-get-create-buffer): ...and set it accordingly.
11099 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11100 actually work.
11101
11102 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11103
11104 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11105 not red.
11106
11107 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11108
11109 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11110 case GUD buffer is not visible.
11111 (gdb-goto-breakpoint): Try to force display in source buffer.
11112 (gdb-frame-gdb-buffer): Copy other similar functions.
11113 (gdb-restore-windows): Don't display source if not asked for.
11114 (gdb-assembler-buffer-name): Don't capitalise.
11115
11116 2005-11-03 Richard M. Stallman <rms@gnu.org>
11117
11118 * wid-edit.el (key-sequence): New widget type.
11119
11120 * simple.el (set-mark-command-repeat-pop): New variable.
11121 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11122 if set-mark-command-repeat-pop is true.
11123
11124 * info.el (Info-fontify-node): Don't display extra "see" if there
11125 already is one here.
11126
11127 * mouse.el: Fix special handling of DEL after dragging a region:
11128 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11129 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11130
11131 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11132
11133 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11134 not to assume it pertains to an affix.
11135
11136 * textmodes/flyspell.el (flyspell-post-command-hook):
11137 Bind deactivate-mark to prevent deactivation.
11138
11139 2005-11-03 Lars Hansen <larsh@soem.dk>
11140
11141 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11142 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11143 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11144
11145 2005-11-03 Romain Francoise <romain@orebokech.com>
11146
11147 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11148 Update copyright years.
11149
11150 2005-11-03 Sam Steingold <sds@gnu.org>
11151
11152 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11153 Use system-type instead of window-system because window-system is not
11154 correctly defined during loadup.
11155
11156 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11157
11158 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11159 (xml-parse-tag): Join strings separated by a comment properly.
11160
11161 2005-11-02 Andreas Schwab <schwab@suse.de>
11162
11163 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11164
11165 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11168 (byte-optimize-pure-func): Quote the eval'd value.
11169
11170 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11171 Rename from perl-font-lock-syntactic-face-function.
11172 Change the calling convention so it can be used as a font-lock MATCHER.
11173 Do the parse-partial-sexp loop outselves.
11174 (perl-font-lock-syntactic-keywords): Use it.
11175 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11176
11177 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11178
11179 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11180 disassembly buffer too.
11181 (gdb-exited): Remove overlay arrows when execution has finished.
11182 (gdb-info-frames-custom, gdb-info-threads-custom)
11183 (gdb-info-registers-custom): Don't add inappropriate text
11184 properties if inferior is not active.
11185
11186 2005-11-02 Glenn Morris <rgm@gnu.org>
11187
11188 * progmodes/fortran.el (fortran-blink-match):
11189 Use `blink-matching-delay'.
11190
11191 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11192
11193 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11194
11195 2005-11-02 Lars Hansen <larsh@soem.dk>
11196
11197 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11198 "Permission denied".
11199
11200 2005-11-01 Richard M. Stallman <rms@gnu.org>
11201
11202 * textmodes/flyspell.el (flyspell-external-point-words):
11203 Pass nil to flyspell-get-word.
11204
11205 2005-11-02 Kim F. Storm <storm@cua.dk>
11206
11207 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11208 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11209
11210 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11213 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11214 (calendar-mouse-print-dates): Add optional `event' argument.
11215 Update interactive-spec.
11216 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11217 Use `calendar-event-to-date' instead of `event'.
11218
11219 2005-11-02 Masatake YAMATO <jet@gyve.org>
11220
11221 * progmodes/ld-script.el (ld-script-builtins):
11222 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11223 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11224 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11225
11226 2005-11-01 Romain Francoise <romain@orebokech.com>
11227
11228 * vc-sccs.el: Update copyright year.
11229 * ezimage.el: Likewise.
11230
11231 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11232
11233 * info.el (Info-fontify-node): Use `string-width' for fontifying
11234 underlined titles.
11235
11236 2005-11-01 Juri Linkov <juri@jurta.org>
11237
11238 * info.el (Info-fontify-node): Downcase node header keywords Node,
11239 Prev, Next, Up before comparison.
11240 (Info-history): Insert absolute directory name, and put invisible
11241 property on it.
11242
11243 2005-11-01 Juri Linkov <juri@jurta.org>
11244
11245 * info.el (Info-file-supports-index-cookies): New variable.
11246 (Info-find-node-2): Check makeinfo version for index cookie support.
11247 (Info-index-nodes): Search for nodes with index cookies only when
11248 Info-file-supports-index-cookies is t. Otherwise, search nodes
11249 with "Index" in the node name.
11250 (Info-index-node): Search index cookie in the current node only when
11251 Info-file-supports-index-cookies is t. Otherwise, check the word
11252 "Index" in the node name.
11253 (Info-find-emacs-command-nodes): Remove code that searches nodes
11254 with "Index" node name in the top menu.
11255
11256 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * progmodes/scheme.el (scheme-mode-variables): Use the default
11259 comment-indent-function.
11260
11261 * faces.el (face-attribute): Handle the case where a face inherits from
11262 a non-existent face.
11263
11264 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11265 for octal and hexa output, and merge the char into the paren.
11266 (kill-new): Use push.
11267 (copy-to-buffer): Use with-current-buffer.
11268 (completion-setup-function): Move code in loop to remove redundancy.
11269 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11270 those inherited from minibuffer-local-completion-map.
11271
11272 * savehist.el (savehist-mode) <defcustom>:
11273 Use custom-set-minor-mode if available.
11274 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11275 and emit a message if applicable.
11276
11277 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11278
11279 * savehist.el: Sync up to version 19.
11280 (savehist-mode): New minor mode.
11281 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11282 (savehist-length): Remove (use history-length instead).
11283 (savehist-file-modes): Rename from savehist-modes.
11284 (savehist-save-hook, savehist-loaded): New vars.
11285 (savehist-load): Use savehist-mode. Try to smooth up transition from
11286 old format to new format.
11287 (savehist-install): Allow savehist-autosave-interval to be nil.
11288 (savehist-save): Run the new hook. Be more careful to only trim the
11289 history variables.
11290 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11291 (savehist-printable): Print into a buffer rather than char-by-char.
11292
11293 2005-11-01 John Wiegley <johnw@newartisans.com>
11294
11295 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11296 toggle-ignore keybinding (C-a). The author said it had been
11297 disabled much earlier due to a possible incompatibility, but after
11298 many months of usage I have encountered no problems (and it is a
11299 rather useful option, especially for switching to " *temp*").
11300
11301 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11302 support for OS/X's AddressBook, by calling out to the open source
11303 program "contacts" (installable through Fink).
11304
11305 * net/eudc.el (eudc-expand-inline): If the
11306 `eudc-multiple-match-handling-method' is set to `all', delete the
11307 query string before inserting the query result.
11308
11309 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11310 flag, to prevent Eshell from using the system ls when
11311 `eshell-ls-insert-directory' is in used.
11312 (eshell-ls-insert-directory): Disable font-lock in directory
11313 buffer so that Eshell's own fontification is seen. This broke
11314 recently due to changes in font-lock, so this goes back to version
11315 21 behavior.
11316
11317 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11318
11319 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11320 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11321 (gdb-many-windows): Doc fix.
11322
11323 2005-10-31 Romain Francoise <romain@orebokech.com>
11324
11325 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11326
11327 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11328
11329 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11330 that global-font-lock-mode can be enabled by default.
11331
11332 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11333 (font-lock-add-keywords, font-lock-remove-keywords)
11334 (font-lock-fontify-buffer): Remove autoload cookies.
11335
11336 * jit-lock.el (jit-lock-register): Likewise.
11337
11338 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11339
11340 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11341
11342 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11343 intact if there is no gud-comint-buffer.
11344
11345 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11346
11347 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11348 old prompt comint-prompt-read-only is t and GDB commands are
11349 issued from tool bar etc.
11350
11351 2005-10-31 Masatake YAMATO <jet@gyve.org>
11352
11353 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11354
11355 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11356
11357 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11358 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11359
11360 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11361
11362 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11363 starting at beginning of line. Fontification is messed up when
11364 `open-paren-in-column-0-is-defun-start' set to t.
11365 Reported by John Paul Wallington <jpw@pobox.com>.
11366
11367 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11368
11369 * comint.el (comint-send-input): Call `comint-update-fence' when
11370 `comint-process-echoes' and `comint-prompt-read-only' are both
11371 non-nil, to avoid leftover read-only newline.
11372
11373 2005-10-30 Richard M. Stallman <rms@gnu.org>
11374
11375 * textmodes/flyspell.el (flyspell-external-point-words):
11376 Detect when WORD can't be checked properly because
11377 flyspell-get-word finds just part of it, and move on.
11378
11379 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11380 boundarychar for Polish.
11381 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11382 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11383
11384 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11385
11386 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11387 (gdb-registers-font-lock-keywords): Delete.
11388 (gdb-registers-mode): Don't fontify.
11389 (gdb-info-registers-custom): Use text properties instead as, in
11390 future, changed register values will use font-lock-warning-face.
11391 (gdb-local-font-lock-keywords): Rename to...
11392 (gdb-locals-font-lock-keywords): ...for consistency.
11393
11394 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11395
11396 * vc.el (vc-switch-backend): Better error message if the buffer is
11397 not visiting a file under version control.
11398
11399 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11400
11401 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11402
11403 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11404 ~/.emacs.d/.emacs.
11405
11406 2005-10-29 Richard M. Stallman <rms@gnu.org>
11407
11408 * replace.el (occur-mode-mouse-goto): Always go to other window.
11409 (occur-mode-goto-occurrence): Always switch in same window.
11410
11411 * simple.el (undo): Display message at end, not at start.
11412
11413 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11414 New arg REUSE-CELL.
11415 (cancel-timer-internal): New function.
11416 (timer-event-handler): Use cancel-timer-internal,
11417 and pass the cell it returns to timer-activate...
11418
11419 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11420 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11421 (jit-lock-after-change): Test memory-full.
11422
11423 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11424
11425 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11426 part of the decoded armor to find the key-identifier.
11427 (pgg-gpg-lookup-key-owner): New function to return the
11428 human-readable identifier of a key owner.
11429 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11430 key itself.
11431 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11432 the key value) if we have a key and can match it against a secret
11433 key. Also, added a note pointing out fact that the prompt only
11434 indicates the first matching key.
11435
11436 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11437 pgg-decrypt-region.
11438 (pgg-pending-timers): A new hash for tracking the passphrase cache
11439 timers, so that new ones supercede old ones.
11440 (pgg-add-passphrase-to-cache): Rename from
11441 `pgg-add-passphrase-cache' to reduce confusion (all callers
11442 changed). Modified to cancel old timers when new ones are added.
11443 (pgg-remove-passphrase-from-cache): Rename from
11444 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11445 changed). Modified to cancel old timers when their keys are
11446 removed from the cache.
11447 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11448 XEmacs, an indirection to delete-itimer.
11449 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11450 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11451 users can only check cache without risk of prompting. Correct bug in
11452 notruncate behavior.
11453 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11454 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11455 Add informative docstrings.
11456 (pgg-decrypt): Convey provided passphrase in subordinate call to
11457 pgg-decrypt-region.
11458
11459 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11460 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11461 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11462 `passphrase' argument, so the passphrase can be managed externally
11463 and then passed in to the system.
11464
11465 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11466 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11467 so the passphrase cache can be used reliably with identifiers
11468 besides a pgp packet's key id.
11469
11470 * pgg-gpg.el (pgg-pgp-encrypt-region)
11471 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11472 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11473 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11474 argument to all these routines, so the passphrase can be managed
11475 externally and passed in to the system.
11476
11477 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11478 `notruncate' argument, so the passphrase cache can be used
11479 reliably with identifiers besides a pgp packet's key id.
11480
11481 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11482
11483 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11484 symmetric encryption.
11485 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11486 encrypted session key.
11487 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11488 message ask for the passphrase in a proper way.
11489
11490 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11491 New user commands for symmetric encryption.
11492
11493 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11494
11495 * textmodes/conf-mode.el (conf-assignment-sign)
11496 (conf-assignment-regexp): Fix docstrings.
11497 (conf-mode-initialize): New function.
11498 (conf-mode): Remove optional args. Use delay-mode-hooks to
11499 recognize recursive calls.
11500 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11501 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11502 (conf-xdefaults-mode): Use define-derived-mode and
11503 conf-mode-initialize.
11504
11505 2005-10-29 Romain Francoise <romain@orebokech.com>
11506
11507 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11508
11509 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11510
11511 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11512 part of the decoded armor to find the key-identifier.
11513 (pgg-gpg-lookup-key-owner): New function to return the
11514 human-readable identifier of a key owner.
11515 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11516 key itself.
11517 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11518 the key value) if we have a key and can match it against a secret
11519 key. Also, added a note pointing out fact that the prompt only
11520 indicates the first matching key.
11521
11522 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11523 pgg-decrypt-region.
11524 (pgg-pending-timers): A new hash for tracking the passphrase cache
11525 timers, so that new ones supercede old ones.
11526 (pgg-add-passphrase-to-cache): Rename from
11527 `pgg-add-passphrase-cache' to reduce confusion (all callers
11528 changed). Modified to cancel old timers when new ones are added.
11529 (pgg-remove-passphrase-from-cache): Rename from
11530 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11531 changed). Modified to cancel old timers when their keys are
11532 removed from the cache.
11533 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11534 XEmacs, an indirection to delete-itimer.
11535 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11536 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11537 users can only check cache without risk of prompting. Correct bug in
11538 notruncate behavior.
11539 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11540 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11541 Add informative docstrings.
11542 (pgg-decrypt): Convey provided passphrase in subordinate call to
11543 pgg-decrypt-region.
11544
11545 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11546
11547 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11548 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11549 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11550 `passphrase' argument, so the passphrase can be managed externally
11551 and then passed in to the system.
11552
11553 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11554 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11555 so the passphrase cache can be used reliably with identifiers
11556 besides a pgp packet's key id.
11557
11558 * pgg-gpg.el (pgg-pgp-encrypt-region)
11559 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11560 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11561 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11562 argument to all these routines, so the passphrase can be managed
11563 externally and passed in to the system.
11564
11565 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11566 `notruncate' argument, so the passphrase cache can be used
11567 reliably with identifiers besides a pgp packet's key id.
11568
11569 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11570
11571 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11572 symmetric encryption.
11573 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11574 encrypted session key.
11575 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11576 message ask for the passphrase in a proper way.
11577
11578 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11579 New user commands for symmetric encryption.
11580
11581 2005-10-28 Bill Wohler <wohler@newt.com>
11582
11583 * help-mode.el (help-url): New button type. Calls browse-url.
11584 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11585 Similar to Info nodes: URL `url'.
11586 (help-make-xrefs): Create help-url buttons for
11587 help-xref-url-regexp matches.
11588
11589 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11590
11591 * tool-bar.el (tool-bar-add-item-from-menu)
11592 (tool-bar-local-item-from-menu): Fix doc strings.
11593
11594 2005-10-28 Romain Francoise <romain@orebokech.com>
11595
11596 * ldefs-boot.el: Update.
11597
11598 * subr.el (locate-library): Move from help-fns.el.
11599 * help-fns.el (locate-library): Move to subr.el.
11600
11601 2005-10-28 Richard M. Stallman <rms@gnu.org>
11602
11603 * net/tramp.el (tramp-completion-mode): defvar moved up.
11604
11605 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11606
11607 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11608
11609 * files.el (find-file-noselect): Use %d to format large file size.
11610
11611 * bindings.el (mode-line-format): Add %e.
11612
11613 * loadup.el ("facemenu"): Load unconditionally.
11614 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11615 ("x-dnd"): Load, when appropriate.
11616
11617 * startup.el (command-line): Call before-init-hook earlier.
11618 Warn about some bad characters in -u user name.
11619
11620 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11621 (flyspell-external-point-words): Error if misspelled word is not found.
11622 Set flyspell-large-region-beg at end of word.
11623
11624 2005-10-28 Andreas Schwab <schwab@suse.de>
11625
11626 * view.el (View-revert-buffer-scroll-page-forward):
11627 Use view-page-size-default.
11628
11629 2005-10-28 Juri Linkov <juri@jurta.org>
11630
11631 * international/quail.el (quail-get-current-str): Translate last
11632 raw character for deterministic input methods.
11633
11634 2005-10-27 Jay Belanger <belanger@truman.edu>
11635
11636 * calc/calc-ext.el: Add functions to autoloads.
11637 (math-identity-matrix-p, math-ident-row-p): New functions.
11638
11639 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11640 multiplication by an identity matrix; don't turn multiplication by
11641 an inverse matrix into division.
11642 (math-div-symbol-fancy): Replace division by matrices with
11643 multiplication by inverse.
11644
11645 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11646
11647 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11648 (calc-writeoutpower): New functions.
11649
11650 2005-10-27 Romain Francoise <romain@orebokech.com>
11651
11652 * replace.el (occur-engine): Include colon in mouse-face highlight.
11653
11654 * dired-x.el: Change Maintainer field.
11655
11656 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11657
11658 * longlines.el (longlines-mode): Bind after-change-functions to
11659 nil during initial decoding and final encoding.
11660
11661 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11662
11663 * term.el (term-emulate-terminal, term-handle-colors-array)
11664 (term-handle-ansi-escape): Specify the terminfo capabilities
11665 implemented.
11666
11667 2005-10-26 Richard M. Stallman <rms@gnu.org>
11668
11669 * info.el (Info-fontify-node): Fix detection of sentence-break
11670 before *Note.
11671
11672 2005-10-26 Romain Francoise <romain@orebokech.com>
11673
11674 * smerge-mode.el: Add `tools' to file keywords.
11675
11676 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11677
11678 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11679 when the fringe is not available.
11680
11681 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11682 (def-gdb-auto-update-trigger): Simplify construction.
11683 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11684 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11685 defined explicitly.
11686 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11687 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11688 defined explicitly.
11689 (gdb-info-locals-custom): Remove as it's a no-op.
11690
11691 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11692
11693 * longlines.el (longlines-mode): Remove narrowing before
11694 performing the initial decoding or final encoding.
11695
11696 2005-10-25 Romain Francoise <romain@orebokech.com>
11697
11698 * emacs-lisp/find-func.el (find-library-name): Also strip
11699 extension if library name ends in .el, to take advantage of
11700 `find-library-suffixes'.
11701
11702 2005-10-25 Richard M. Stallman <rms@gnu.org>
11703
11704 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11705
11706 2005-10-25 Juri Linkov <juri@jurta.org>
11707
11708 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11709 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11710
11711 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11714 (blackbox-redefine-key): Add argument `map'.
11715
11716 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11717 regions when moving the jit-lock-context-unfontify-pos boundary.
11718
11719 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11720
11721 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11722
11723 2005-10-25 Masatake YAMATO <jet@gyve.org>
11724
11725 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11726
11727 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11728
11729 * play/blackbox.el (blackbox-redefine-key): New function.
11730 (blackbox-mode-map): Use it to remap existing bindings for cursor
11731 motion instead of binding literal keys.
11732
11733 2005-10-25 Glenn Morris <rgm@gnu.org>
11734
11735 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11736 diary does not end in a newline. Do not assume a blank line at
11737 the start of the diary file.
11738
11739 2005-10-25 Kenichi Handa <handa@m17n.org>
11740
11741 * international/quail.el (quail-translate-key): If the input
11742 method is deterministic and failed to handle the last key, restart
11743 the key handling loop from an appropriate key.
11744
11745 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11746
11747 * vc.el (vc-dired-mode): Extend comment for binding of
11748 `directory-listing-before-filename-regexp'.
11749
11750 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * textmodes/texinfo.el (texinfo-mode):
11753 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11754 not to unnecessarily expose emacs-mule's internal char codes.
11755
11756 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11757
11758 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11759 Display hand pointer and help-echo on disabled icon too.
11760 (gdb-mouse-until): New function.
11761 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11762
11763 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11764
11765 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11766 with 2005-10-23 change to doctor.el.
11767
11768 * finder.el (finder-mode-map): Add follow-link binding.
11769
11770 2005-10-25 Kim F. Storm <storm@cua.dk>
11771
11772 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11773 to gdb-mouse-toggle-breakpoint-fringe.
11774 (gdb-mouse-toggle-breakpoint-margin): Rename from
11775 gdb-mouse-toggle-breakpoint. Fix doc.
11776 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11777 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11778 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11779 string properties also for fringe breakpoint bitmaps.
11780
11781 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11782
11783 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11784
11785 2005-10-25 Masatake YAMATO <jet@gyve.org>
11786
11787 * simple.el (completion-common-substring):
11788 Use `completion-common-substring' prior to `completion-base-size'.
11789
11790 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11791
11792 * savehist.el: Require CL while compiling.
11793 (savehist-history-variables): Remove.
11794 (savehist-save-minibuffer-history, savehist-additional-variables)
11795 (savehist-minibuffer-history-variables): New vars.
11796 (savehist-save): Use them.
11797 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11798 (savehist-install): New fun, extracted from savehist-load.
11799 (savehist-load): Use them.
11800
11801 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11804 a dummy doc-string-elt property.
11805 (defalias, defvaralias, define-category): Add a docstring property.
11806
11807 * image.el (defimage):
11808 * widget.el (define-widget):
11809 * custom.el (defface, defcustom): Add `doc-string' declaration.
11810
11811 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11812 (defadvice): Add `doc-string' declaration.
11813
11814 * emacs-lisp/byte-run.el (macro-declaration-function):
11815 Handle `doc-string' declarations.
11816 (define-obsolete-function-alias, define-obsolete-variable-alias):
11817 Add `doc-string' declaration.
11818
11819 2005-10-24 Kenichi Handa <handa@m17n.org>
11820
11821 * international/utf-7.el (utf-7): Add autoload cookie.
11822
11823 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11824
11825 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11826
11827 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11828 list of directories passed to batch-update-autoloads. Add "." to
11829 the list of the echoed directories.
11830
11831 * pgg-def.el:
11832 * pgg-gpg.el:
11833 * pgg-parse.el:
11834 * pgg-pgp.el:
11835 * pgg-pgp5.el:
11836 * pgg.el: Moved here from the gnus subdirectory.
11837
11838 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11839
11840 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11841 in case comint-prompt-read-only is set to t.
11842
11843 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11844 in case comint-prompt-read-only is set to t.
11845
11846 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11847
11848 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11849 Now a string.
11850 (icalendar-import-format): Handle CLASS, STATUS, URL.
11851 Rename `subject' to `summary'.
11852 (icalendar-import-format-summary): Rename from
11853 `icalendar-import-format-subject'.
11854 (icalendar-import-format-url, icalendar-import-format-status)
11855 (icalendar-import-format-class): New variables.
11856 (icalendar--rris): Take variable argument list.
11857 (icalendar--datestring-to-isodate): Remove unnecessary
11858 calendar-style check when converting dates with explicit month names.
11859 (icalendar-export-region): Change return type of conversion
11860 subroutines. Bury current buffer unless error occurred.
11861 (icalendar--convert-to-ical)
11862 (icalendar--parse-summary-and-rest): New functions.
11863 (icalendar--convert-ordinary-to-ical)
11864 (icalendar--convert-weekly-to-ical)
11865 (icalendar--convert-yearly-to-ical)
11866 (icalendar--convert-block-to-ical)
11867 (icalendar--convert-cyclic-to-ical)
11868 (icalendar--convert-anniversary-to-ical): Change return type.
11869 Strip trailing blanks from subject.
11870 (icalendar--convert-sexp-to-ical): Change return type.
11871 Strip trailing blanks from subject. Handle simple sexp
11872 entries as generated by icalendar.el.
11873 (icalendar--convert-float-to-ical)
11874 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11875 (icalendar-import-file): Doc fix.
11876 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11877 Correct call to icalendar--rris.
11878 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11879 `summary'.
11880 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11881
11882 2005-10-24 Romain Francoise <romain@orebokech.com>
11883
11884 * server.el (server-sentinel): Set query-on-exit flag to nil on
11885 new client processes (it isn't inherited from the server process).
11886
11887 * replace.el (occur-engine): Rearrange text properties.
11888
11889 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11890
11891 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11892 case-fold-search is nil.
11893 (debug-help-follow): Use help-xref-interned directly.
11894
11895 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11896
11897 * thumbs.el (thumbs-image-type): Add .pbm.
11898
11899 2005-10-23 Richard M. Stallman <rms@gnu.org>
11900
11901 * faces.el (inhibit-face-set-after-frame-default): New variable.
11902 (set-face-attribute): Bind it.
11903 (face-set-after-frame-default): Test it.
11904
11905 * help-fns.el (describe-simplify-lib-file-name): New function.
11906 (describe-function-1, describe-variable): Use it.
11907
11908 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11909
11910 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11911 Eliminate nil as possible value.
11912 (tooltip-hide-delay): Reduce internal-border-width.
11913
11914 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11915 (menu-bar-file-menu) <new-file>: Likewise.
11916
11917 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11918
11919 * international/mule.el (load-with-code-conversion):
11920 Pass full file name to `eval-buffer' unless preloading.
11921
11922 * textmodes/flyspell.el (flyspell-large-region):
11923 Call ispell-check-version.
11924
11925 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11926 Fix the make-variable-buffer-local call that was supposed
11927 to be for this variable.
11928 (ispell-aspell-supports-utf8): Doc fix.
11929 (ispell-find-aspell-dictionaries): Preserve elements of
11930 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11931 (ispell-aspell-find-dictionary): Return nil on error.
11932
11933 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11934 (doctor-symptoms): Likewise.
11935
11936 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11937
11938 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11939
11940 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11941 (custom-raised-buttons): Add :set spec.
11942 (custom-button-unraised, custom-button-pressed-unraised):
11943 New faces, so that custom-raised-buttons actually does something.
11944 (custom-mode): Use custom-button and custom-button-pressed.
11945
11946 * wid-edit.el (widget-specify-button): Don't ignore
11947 widget-mouse-face on graphic terminals.
11948 (widget-move-and-invoke): Cleanup.
11949
11950 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11951
11952 * whitespace.el (whitespace-cleanup): Doc fix.
11953
11954 2005-10-23 Romain Francoise <romain@orebokech.com>
11955
11956 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11957 `eval-after-load' to avoid evaluating their result.
11958
11959 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11960
11961 * files.el (directory-listing-before-filename-regexp):
11962 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11963
11964 * dired.el (dired-move-to-filename-regexp): Remove.
11965 All occurences replaced by `directory-listing-before-filename-regexp'.
11966
11967 * dired-x.el, locate.el, vc.el:
11968 Replace `dired-move-to-filename-regexp' by
11969 `directory-listing-before-filename-regexp'. In vc.el it is
11970 overwritten locally; maybe this can be handled in files.el too.
11971
11972 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11973 replaced by `directory-listing-before-filename-regexp'.
11974
11975 2005-10-23 Andreas Schwab <schwab@suse.de>
11976
11977 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11978 and eval-next-after-load.
11979
11980 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11981
11982 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11983 exist, create it.
11984
11985 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11986
11987 * allout.el: Remove autoloads for mailcrypt and crypt++.
11988 Require pgg, pgg-gpg during compilation.
11989 (allout-version): Increment version number to 2.1, and use a literal
11990 rather than RCS Id.
11991 (allout-default-encryption-scheme): Remove.
11992 (allout-passphrase-verifier-handling)
11993 (allout-passphrase-verifier-string)
11994 (allout-file-passphrase-verifier-string)
11995 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11996 (allout-passphrase-hint-handling): Rename and simplify.
11997 (allout-init): Use `find-file-hook' if available, otherwise
11998 `find-file-hooks'.
11999 (allout-mode): Use `write-file-functions' if available, otherwise
12000 `local-write-file-hooks' and, instead of making auto-save-hook
12001 buffer local, make the write-file-hook activity contingent to
12002 allout-mode.
12003 (allout-mode): Use key-binding substitution in the docstring.
12004 (allout-kill-line): Spell-out kill ring data structure mutation
12005 instead of using byte-compiler-complaint-provoking `pop'.
12006 (allout-insert-listified): Use `insert' rather than `insert-string'
12007 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12008 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12009 (allout-encrypt-string): Totally revamped vis new underlying
12010 encryption facilities.
12011 (allout-mc-activate-passwd): Remove.
12012 (allout-obtain-passphrase): New, more or less replaces
12013 allout-mc-activate-passwd.
12014 (allout-encrypted-key-info): More or less replaces
12015 allout-encrypted-text-type.
12016 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12017 (my-mark-marker): Use `(featurep 'xemacs)'.
12018
12019 2005-10-23 Lars Hansen <larsh@soem.dk>
12020
12021 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12022 (byte-compile-file-form-defmumble, byte-compile-defun)
12023 (byte-compile-defmacro): Use it.
12024 (byte-compile-form): Don't call byte-compile-set-symbol-position
12025 when a byte-compile handler is called.
12026
12027 2005-10-22 Romain Francoise <romain@orebokech.com>
12028
12029 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12030
12031 * subr.el (eval-after-load): Convert library name to an absolute
12032 file name using locate-library, since load-history no longer has
12033 library names in it.
12034
12035 2005-10-22 Richard M. Stallman <rms@gnu.org>
12036
12037 * files.el (make-temp-file): Move from subr.el.
12038 * subr.el (make-temp-file): Move to files.el.
12039
12040 * window.el (get-buffer-window-list): Move from subr.el.
12041 * subr.el (get-buffer-window-list): Move to window.el.
12042
12043 * image.el (image-load-path): Use eval-at-startup to initialize.
12044
12045 * subr.el (eval-at-startup): New macro.
12046
12047 * subr.el: Much rearrangement of functions and division
12048 into pages. No code changes.
12049
12050 2005-10-22 Kenichi Handa <handa@m17n.org>
12051
12052 * tar-mode.el (tar-extract): Be sure to call
12053 find-operation-coding-system if set-auto-coding doesn't find a
12054 coding system.
12055
12056 2005-10-22 Kim F. Storm <storm@cua.dk>
12057
12058 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12059 Change users.
12060 (image-type-file-name-regexps): New defconst.
12061 (image-type-from-data): Simplify loop.
12062 (image-type-from-buffer): New defun.
12063 (image-type-from-file-header): Use it instead of image-type-from-data.
12064 Use image-search-load-path instead of only looking in data-directory.
12065 (image-type-from-file-name): New defun.
12066 (image-search-load-path): Change `pathname' to `filename'.
12067 Make PATH arg optional, default to image-load-path.
12068
12069 2005-10-21 Richard M. Stallman <rms@gnu.org>
12070
12071 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12072
12073 * textmodes/paragraphs.el (sentence-end-base): New variable.
12074 (sentence-end): Use sentence-end-base.
12075
12076 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12079 property independently from the font-lock-multiline variable.
12080
12081 2005-10-21 Richard M. Stallman <rms@gnu.org>
12082
12083 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12084
12085 * startup.el (command-line): Convert library names
12086 in `load-history' to absolute file names.
12087
12088 * subr.el (symbol-file): Doc fix.
12089
12090 * loadhist.el (file-loadhist-lookup): Call locate-library
12091 instead of find-library-name. Don't try converting
12092 abs file names to library names, since load-history no longer
12093 has library names in it.
12094 (file-dependents, file-provides, file-requires): Doc fixes.
12095
12096 2005-10-21 Juri Linkov <juri@jurta.org>
12097
12098 * progmodes/etags.el (tags-table-mode): New function.
12099 (tags-verify-table): Replace initialize-new-tags-table with
12100 tags-table-mode.
12101
12102 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12103 default value.
12104 (desktop-modes-not-to-save): Add tags-table-mode to the
12105 default value.
12106
12107 * info.el (Info-index-next): Add total number of index
12108 alternatives to the message.
12109
12110 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12111 backward only space (instead of space and period) before looking
12112 at sentence end.
12113
12114 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12115 Add the old variable value as 4th default-value arg of read-string.
12116
12117 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12118
12119 * cus-face.el (custom-declare-face): Make face from X resources
12120 also on Mac.
12121
12122 * disp-table.el (standard-display-g1, standard-display-graphic):
12123 Refuse to use string glyphs also on Mac.
12124 (standard-display-european): Don't set terminal coding system also
12125 on Mac.
12126
12127 * frame.el (display-screens): Use x-display-screens also on Mac.
12128
12129 2005-10-21 Romain Francoise <romain@orebokech.com>
12130
12131 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12132
12133 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12136 and $? into sexps.
12137
12138 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12139 warning face on open-paren-in-column-0.
12140
12141 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12142 boundary case. Fix typo.
12143 Suggested by Martin Rudalics <rudalics@gmx.at>.
12144
12145 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12146
12147 * textmodes/org.el (org-combined-agenda-icalendar-file)
12148 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12149 (org-export-icalendar-this-file)
12150 (org-export-icalendar-all-agenda-files)
12151 (org-export-icalendar-combine-agenda-files): New commands.
12152 (org-export-icalendar, org-print-icalendar-entries)
12153 (org-start-icalendar-file, org-finish-icalendar-file)
12154 (org-ical-ts-to-string): New functions.
12155 (org-read-date, org-goto-calendar)
12156 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12157 call to `calendar'.
12158 (orgtbl-setup): Remove the :keys arguments from the menu description.
12159 (org-after-save-iCalendar-file-hook): New variable.
12160
12161 2005-10-21 Kenichi Handa <handa@m17n.org>
12162
12163 * language/vietnamese.el (tcvn-5712): Make it an alias of
12164 vietnamese-tcvn coding-system.
12165
12166 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12167
12168 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12169 group id is given.
12170
12171 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12174 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12175 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12176 whose line is either continued or ends with a comment.
12177
12178 2005-10-20 Romain Francoise <romain@orebokech.com>
12179
12180 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12181
12182 * replace.el (occur-engine): Add follow-link property.
12183
12184 * font-core.el (font-lock-mode): Doc fix.
12185
12186 2005-10-20 Richard M. Stallman <rms@gnu.org>
12187
12188 * net/rcirc.el: New file.
12189
12190 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12191
12192 * term.el (term-term-name): Initialize to "eterm-color".
12193
12194 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12195
12196 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12197 for encryption functionality.
12198 Move allout customization subgroup from `editing' to `outlines' group.
12199 Fix commentary keywords to legitimate ones.
12200 Update author info (using my current email address, obscurified).
12201 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12202 (allout-encrypted-topic-p, allout-encrypted-text-type)
12203 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12204 (allout-situate-encryption-key-verifier)
12205 (allout-get-encryption-key-verifier, allout-verify-key)
12206 (allout-next-topic-pending-encryption)
12207 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12208 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12209 (outline-key-verifier-handling, outline-key-hint-handling)
12210 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12211 (allout-file-key-verifier-string, allout-encryption-scheme)
12212 (allout-key-verifier-string, allout-key-hint-string)
12213 (allout-after-save-decrypt): New variables.
12214 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12215 (allout-after-saves-handler): New hook functions.
12216 (allout-post-command-business): Do allout-after-save-decrypt.
12217 (allout-enable-file-variable-adjustment): Custom var to enable
12218 mechanism for adding and adjusting settings of Emacs file variables.
12219 (allout-adjust-file-variable, allout-file-vars-section-data):
12220 New functions, implement the mechanism.
12221 (outlineify-sticky): Use the file vars mechanism.
12222 (allout-inhibit-protection, allout-during-write-cue)
12223 (allout-override-protect, allout-before-change-protect): Remove.
12224 (allout-flag-region, allout-open-topic): Adjust read-only text.
12225 (allout-open-line-not-read-only): Add to facilitate read-only
12226 text based protection.
12227 (allout-kill-line): Revise to adjust read-only text, clue the
12228 user about the inhibition.
12229 (allout-unprotected): Use unwind-protect.
12230 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12231 topic deeper than the offspring depth of the previous topic -
12232 avoiding confusing "containment discontinuities".
12233 (allout-reindent-bodies): Fix retention of body relative hanging
12234 indent during promotion of collapsed bodies.
12235 (allout-open-topic): Make it easy to open new topic with same
12236 bullet as current topic - topic creation functions provided with
12237 any universal argument provokes now prompt for bullet, defaulting
12238 to the bullet of the previous topic.
12239 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12240 Plain bullet alternates `.' period and `,' comma only. All other
12241 bullets are relegated to special status (but customizable).
12242 (allout-end-of-entry): Rename from allout-end-of-current-entry
12243 since it actually operates w.r.t. most immediately containing
12244 entry, visible or not.
12245 (allout-hide-current-entry, allout-show-current-entry): Use the
12246 revised version.
12247 (allout-old-expose-topic): Solidify deprecation.
12248 (allout-end-of-subtree): Add so we can span concealed as well
12249 as visible topics.
12250 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12251 (allout-end-of-current-heading): Tweak to just respect the first line.
12252 (allout-get-body-text): Add.
12253 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12254 when invoked interactively.
12255 (allout-up-current-level): Use `interactive-p'.
12256 (allout-mode, allout-init): Miscellaneous docstring and
12257 operational refinements, as well as hookups of new encryption stuff.
12258 (allout-beginning-of-current-entry): Now works as advertised.
12259 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12260 (allout-isearch-rectification): Refine condition for isearching.
12261 (allout-isearch-abort, allout-enwrap-isearch)
12262 (allout-flag-region, my-region-active-p): Relocate some macros.
12263 (allout-title): Fallback title is (buffer-name), not
12264 non-existing (current-buffer-name).
12265 (subst-char-in-string): Define if absent (for some XEmacs versions).
12266
12267 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12268
12269 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12270 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12271 (mail-citation-prefix-regexp, mail-signature-file)
12272 (mail-default-headers, mail-bury-selects-summary)
12273 (mail-send-nonascii): Add autoload cookies.
12274
12275 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12276
12277 * frame.el (blink-cursor-mode): Add `mac' to the list of
12278 window-system's that support blinking cursor.
12279
12280 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12281
12282 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12283
12284 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12285
12286 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12287 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12288 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12289
12290 2005-10-20 Kim F. Storm <storm@cua.dk>
12291
12292 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12293 (ido-set-current-directory): Don't add / after final @.
12294 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12295 Explicitly handle ange-ftp completion oddities.
12296 (ido-make-file-list): Don't rotate list at tramp root to avoid
12297 triggering tramp file handler for expand-file-name via get-file-buffer.
12298
12299 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12302
12303 2005-10-19 Jay Belanger <belanger@truman.edu>
12304
12305 * calc/calc-units.el (math-standard-units): Add units, adjust
12306 symbols and update values.
12307 (math-unit-prefixes): Add more prefixes.
12308
12309 2005-10-19 Romain Francoise <romain@orebokech.com>
12310
12311 * bookmark.el (bookmark-menu-heading): New face.
12312 (bookmark-bmenu-list): Use it.
12313 Don't fiddle with `baud-rate' at top-level.
12314
12315 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12316
12317 * image.el (create-image, find-image): Mention max-image-size in
12318 docstring.
12319
12320 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * savehist.el (savehist-load): Revert to checking XEmacs.
12323
12324 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12325 Various docstring and line-width fixups.
12326 (conf-mode): Use cond.
12327 Set font-lock-defaults. Don't set comment-use-syntax.
12328
12329 2005-10-18 David Ponce <david@dponce.com>
12330
12331 * tree-widget.el (tree-widget-button-click): New function.
12332 (tree-widget-button-keymap): Use it.
12333
12334 2005-10-18 Romain Francoise <romain@orebokech.com>
12335
12336 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12337 (bookmark-bmenu-hide-filenames): Add follow-link property.
12338 Improve help-echo text.
12339
12340 * ffap.el (find-file-at-point): Doc fix.
12341
12342 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12343
12344 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12345
12346 2005-10-18 Masatake YAMATO <jet@gyve.org>
12347
12348 Install to the CVS repository what I forgot to install in my
12349 2005-10-16 changes.
12350
12351 * progmodes/python.el (python-complete-symbol): Pass the common
12352 prefix substring of completion to `display-completion-list'.
12353
12354 * textmodes/org.el (org-complete): Ditto.
12355
12356 2005-10-18 Masatake YAMATO <jet@gyve.org>
12357
12358 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12359
12360 * woman.el (WoMan-xref-man-page): New button type derived
12361 from `Man-abstract-xref-man-page'.
12362 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12363
12364 * man.el (Man-abstract-xref-man-page): New button type.
12365 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12366 (Man-highlight-references): Add new optional argument `xref-man-type'.
12367
12368 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12369
12370 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12371
12372 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12373
12374 * cus-edit.el (Custom-move-and-invoke): Delete.
12375 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12376
12377 * wid-edit.el (widget-move-and-invoke): New function, from
12378 Custom-move-and-invoke.
12379
12380 2005-10-17 Bill Wohler <wohler@newt.com>
12381
12382 Move all remaining images from lisp/toolbar to etc/images, move
12383 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12384 the low resolution images in their own directory (low-color).
12385
12386 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12387 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12388 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12389 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12390 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12391 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12392 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12393
12394 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12395 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12396 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12397 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12398 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12399 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12400 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12401 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12402 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12403 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12404 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12405 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12406 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12407 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12408 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12409
12410 To conform with convention, replace the underscore (_) in the
12411 following image names with dash (-) or (/) as appropriate.
12412
12413 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12414 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12415 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12416 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12417 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12418 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12419 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12420 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12421 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12422 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12423 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12424 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12425 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12426 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12427 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12428
12429 * info.el (info-tool-bar-map): Replace underscores in image names
12430 with dashes.
12431
12432 * makefile.w32-in (WINS): Remove toolbar.
12433
12434 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12435
12436 * tool-bar.el: Move to lisp from toolbar. Now that
12437 toolbar is empty, it should be deleted when folks run "cvs up -P".
12438
12439 2005-10-18 Jay Belanger <belanger@truman.edu>
12440
12441 * calc/calc-store.el (calc-store-into): Get the proper variable name
12442 to display in message.
12443
12444 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12445
12446 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12447 expressions display in speedbar for all buffers when debugging.
12448 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12449
12450 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12451 (speedbar-insert-button, speedbar-make-button):
12452 Use add-text-properties.
12453 (speedbar-update-localized-contents)
12454 (speedbar-update-directory-contents)
12455 (speedbar-update-special-contents): Use dolist.
12456 (speedbar-buffer-easymenu-definition): Add a menu separator.
12457
12458 2005-10-17 Jason Rumney <jasonr@gnu.org>
12459
12460 * makefile.w32-in: Use $(lisp) consistently.
12461 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12462 for shell specific generation of mh-autoloads.
12463
12464 2005-10-17 Richard M. Stallman <rms@gnu.org>
12465
12466 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12467
12468 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12469
12470 * jit-lock.el (jit-lock-fontify-now):
12471 Move jit-lock-context-unfontify-pos to avoid wasted work.
12472
12473 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12474
12475 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12476 `tramp-completion-mode' for checking if we are in completion mode.
12477 (tramp-completion-handle-file-name-all-completions): Reorder code
12478 in order to complete for file names only in case there are no
12479 method/user/host completions. This is necessary for cooperation
12480 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12481
12482 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12483
12484 * longlines.el (longlines-search-forward)
12485 (longlines-search-backward): Match any number of spaces.
12486
12487 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12488
12489 * diff-mode.el (diff-mode): Doc fix.
12490
12491 2005-10-16 David Reitter <david.reitter@gmail.com>
12492
12493 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12494 as default on darwin and windows systems.
12495
12496 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12497
12498 * arc-mode.el (archive-zip-extract): Doc fix.
12499
12500 2005-10-16 Romain Francoise <romain@orebokech.com>
12501
12502 * mouse.el (mouse-1-click-follows-link): Doc fix.
12503
12504 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * savehist.el: Don't require CL at runtime.
12507 (savehist-xemacs): Remove.
12508 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12509 (savehist-no-conversion): Use (featurep 'xemacs).
12510 (savehist-load): Check existence of start-itimer rather than XEmacs.
12511 Use an idle timer.
12512 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12513 `delete-if-not'.
12514
12515 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12516
12517 * savehist.el: Newer version.
12518 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12519 (savehist-last-checksum, savehist-no-conversion): New vars.
12520 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12521 New functions.
12522 (savehist-load, savehist-save): Use them.
12523 (savehist-delimit): Remove.
12524
12525 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * progmodes/compile.el (compilation-goto-locus): Display the
12528 compilation buffer first and the source buffer second, in case they're
12529 in overlapping frames. Don't raise the compilation frame if it was the
12530 selected window upon entry. Pass the `other-window' arg to
12531 pop-to-buffer.
12532
12533 * info.el (Info-fontify-node): Use dolist.
12534 Change add-text-properties to put-text-property.
12535
12536 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12537
12538 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12539 bound of search.
12540
12541 2005-10-16 Masatake YAMATO <jet@gyve.org>
12542
12543 * dabbrev.el (dabbrev-completion): Pass the common
12544 prefix substring of completion to `display-completion-list'.
12545
12546 * filecache.el (file-cache-minibuffer-complete)
12547 (file-cache-complete): Ditto.
12548
12549 * tempo.el (tempo-display-completions): Ditto.
12550
12551 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12552
12553 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12554
12555 * eshell/em-hist.el (eshell-list-history): Ditto.
12556
12557 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12558
12559 * mail/mailalias.el (mail-complete): Ditto.
12560
12561 * progmodes/etags.el (complete-tag): Ditto.
12562
12563 * progmodes/make-mode.el (makefile-complete): Ditto.
12564
12565 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12566
12567 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12568
12569 * progmodes/pascal.el (pascal-complete-word)
12570 (pascal-show-completions): Ditto.
12571
12572 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12573
12574 * simple.el (completion-common-substring): New variable.
12575 (completion-setup-function): Use `completion-common-substring'
12576 to put faces.
12577
12578 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12579
12580 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12581 (x-get-selection, mac-select-convert-to-string): Convert from/to
12582 UTF-16 clipboard data as in native byte order, no BOM.
12583
12584 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12585
12586 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12587 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12588 (gud-sentinel): Use speedbar-frame to check for speedbar.
12589
12590 2005-10-15 Richard M. Stallman <rms@gnu.org>
12591
12592 * savehist.el: New file.
12593
12594 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12595
12596 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12597 Fix bug in \bf fontification.
12598
12599 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * pcvs.el (cvs-edit-log-files): New var.
12602 (cvs-mode-edit-log): New arg `file'.
12603 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12604 Instead force the use of the original file and nothing else.
12605 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12606 the cvs-minor-wrap-function is set.
12607 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12608
12609 2005-10-14 Bill Wohler <wohler@newt.com>
12610
12611 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12612 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12613 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12614 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12615 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12616 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12617 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12618 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12619 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12620 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12621 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12622 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12623 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12624 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12625 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12626
12627 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12628 appropriately (for example, gud-break to gud/break).
12629
12630 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12631
12632 * longlines.el (longlinges-search-function)
12633 (longlines-search-forward, longlines-search-backward): New functions.
12634 (longlines-mode): Set isearch-search-fun-function to
12635 longlinges-search-function.
12636
12637 * mouse.el (mouse-drag-region-1): Handle the case where a
12638 double-click event is bound to an arbitrary function.
12639
12640 2005-10-14 David Ponce <david@dponce.com>
12641
12642 * recentf.el (recentf-track-opened-file)
12643 (recentf-track-closed-file, recentf-update-menu)
12644 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12645 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12646 mouse-1-click-follows-link.
12647
12648 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12649
12650 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12651 Gnome file-manager.png. Suggested by
12652 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12653
12654 * toolbar/README: Add diropen.xpm.
12655
12656 2005-10-13 Bill Wohler <wohler@newt.com>
12657
12658 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12659 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12660
12661 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12664 Don't waste the byte-compiler's time on constant data.
12665
12666 2005-10-13 Kenichi Handa <handa@m17n.org>
12667
12668 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12669 byte with `escape-glyph' face.
12670
12671 * international/fontset.el (ccl-encode-unicode-font):
12672 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12673 Handle the case that ucs-mule-to-mule-unicode translates a character to
12674 ASCII (usually for IPA characters).
12675
12676 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12677
12678 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12679 Don't hide the underline of titles if font-lock-mode is disabled.
12680
12681 2005-10-12 Bill Wohler <wohler@newt.com>
12682
12683 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12684 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12685 files in MH-E-SRC have been updated.
12686 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12687
12688 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12691 (mixal-mode-syntax-table): Add \n as end-comment.
12692 (mixal-operation-codes-alist): Immediately initialize to full value.
12693 (mixal-add-operation-code): Remove.
12694 (mixal-describe-operation-code): Make the arg non-optional.
12695 Use the interactive spec instead.
12696 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12697 (mixal-font-lock-keywords): Don't highlight comments here any more.
12698 (mixal-font-lock-syntactic-keywords): New var.
12699 (mixal-mode): Use it. Fix comment-start-skip.
12700
12701 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12702
12703 * startup.el (command-line-x-option-alist): -nb => -nbi
12704
12705 2005-10-12 Kim F. Storm <storm@cua.dk>
12706
12707 * startup.el (fancy-splash-default-action): Discard mouse click in
12708 the splash screen window, as it has no sensible meaning in the
12709 next window to be selected. Fixes error reported by Jan D.
12710
12711 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12712
12713 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12714
12715 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12718 Try to fix up minor layout issues like indentation, line break, etc...
12719 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12720 because it doesn't work.
12721 (mixal-operation-codes): Add some more codes.
12722 (mixal-font-lock-keywords): Process comments here.
12723 (mixal-mode): mixasm no longer needs -g option.
12724
12725 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12726
12727 * progmodes/sh-script.el (sh-tmp-file):
12728 Use mktemp -t. Finish support for es and rc shells.
12729
12730 2005-10-11 Jay Belanger <belanger@truman.edu>
12731
12732 * calc/calcalg2.el (calc-integral): With an argument, compute the
12733 definite integral.
12734
12735 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12736
12737 * mouse.el (mouse-drag-region-1): Don't try to catch a
12738 double-click when doing follow-link (it's overridden anyway).
12739
12740 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12741
12742 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12743 (autoload-print-form-outbuf): Add docstring.
12744
12745 2005-10-11 Juri Linkov <juri@jurta.org>
12746
12747 * info.el (Info-mode-menu): Delete menu item "Edit".
12748 (Info-mode): Delete description of Info-edit from docstring,
12749 and rearrange descriptions of Info commands in the order
12750 they are documented in the Info manual.
12751
12752 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12753
12754 * calendar/appt.el (appt-check): Use diary-selective-display var.
12755
12756 2005-10-10 Richard M. Stallman <rms@gnu.org>
12757
12758 * net/newsticker.el (newsticker-start, newsticker-show-news):
12759 Add autoload cookies.
12760
12761 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12762
12763 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12764
12765 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12766
12767 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12768
12769 2005-10-10 Jay Belanger <belanger@truman.edu>
12770
12771 * calc/calc-arith.el (math-check-known-scalarp)
12772 (math-check-known-matrixp): Check the values of arguments that are
12773 variables.
12774 (math-check-known-square-matrixp): New function.
12775 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12776 (math-super-types): Add sqmatrix type.
12777
12778 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12779 mode name `square' to `sqmatrix'.
12780
12781 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12782 mode name `square' to `sqmatrix'.
12783
12784 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * progmodes/etags.el (select-tags-table-mode): Don't use
12787 selective-display.
12788 (tags-select-tags-table): Pass `button' to the action function.
12789 (select-tags-table): Place the side-info on button properties rather
12790 than in hidden text. Abbreviate file names.
12791 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12792 (select-tags-table-select): Add `button' argument.
12793 Get side-info from the button property rather than from hidden text.
12794
12795 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12796
12797 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12798 (gud-speedbar-buttons): Preserve point if possible.
12799 (gud-sentinel): Restore previous speedbar display type.
12800
12801 * progmodes/gdb-ui.el (gdba): Improve diagram.
12802 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12803 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12804 Call get-buffer-window once.
12805
12806 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12807
12808 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12809 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12810 (pascal-indent-command): Remove unused var `ind'.
12811 (pascal-indent-case): Remove unused var `oldpos'.
12812 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12813 since it's now used as a proper minor mode map.
12814 (pascal-outline): Rename to pascal-outline-mode.
12815 (pascal-outline-mode): Use define-minor-mode.
12816 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12817 selective-display.
12818
12819 2005-10-10 Andreas Schwab <schwab@suse.de>
12820
12821 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12822 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12823
12824 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12825 outside source directory.
12826
12827 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12828
12829 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12830 C-x' as a prefix.
12831 (orgtbl-mode-map): Full keymap instead of sparse, because all
12832 `self-insert-command' keys are redefined in this map.
12833 (org-export-as-html): Specify charset for HTML file, by taking it
12834 from the coding system.
12835
12836 2005-10-10 Kenichi Handa <handa@m17n.org>
12837
12838 * textmodes/flyspell.el (flyspell-check-word-p):
12839 If unread-command-events is non-empty, don't call sit-for.
12840
12841 2005-10-09 Richard M. Stallman <rms@gnu.org>
12842
12843 * font-lock.el (font-lock-syntactic-keywords)
12844 (font-lock-keywords): Doc fixes.
12845
12846 * textmodes/flyspell.el (flyspell-external-point-words):
12847 Simplify logic, and don't try to check for consecutive appearances
12848 of one incorrect word.
12849
12850 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12851
12852 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12853 separator.
12854
12855 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12856 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12857 (gud-expansion-speedbar-buttons): New function.
12858 (gud-speedbar-buttons): Check for gud-comint-buffer.
12859
12860 2005-10-09 Bill Wohler <wohler@newt.com>
12861
12862 * Makefile.in (updates): Add mh-loaddefs dependency.
12863
12864 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12865
12866 * speedbar.el (speedbar-file-key-map): Fix typo.
12867
12868 2005-10-09 Daniel Brockman <daniel@brockman.se>
12869
12870 * cus-start.el (line-spacing): Add custom spec.
12871
12872 2005-10-09 Romain Francoise <romain@orebokech.com>
12873
12874 * textmodes/ispell.el (ispell-check-version): Fix last change.
12875
12876 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12877
12878 * term/x-win.el: Remove -i, --icon-type from comment.
12879
12880 * startup.el (command-line-x-option-alist): Remove options -i,
12881 -itype, --icon-type, added -nb, --no-bitmap-icon
12882
12883 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12884
12885 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12886 instead of :active.
12887
12888 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12889
12890 * textmodes/ispell.el (ispell-check-version):
12891 Ignore hyphen, and all that follows, in aspell's version text.
12892
12893 2005-10-08 Jay Belanger <belanger@truman.edu>
12894
12895 * calc/calc-arith.el (math-known-square-matrixp): New function.
12896 (math-pow-fancy): Check for matrices before distributing exponent
12897 across products.
12898
12899 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12900 fullscreen keypad. Suggested by Luc Teirlinck.
12901 (calc-keypad-show-input): Add space for formatting.
12902
12903 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12904 Add square matrix option.
12905
12906 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12907 of checking calc-matrix-mode when deciding how to expand.
12908
12909 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12910
12911 2005-10-08 Lars Hansen <larsh@soem.dk>
12912
12913 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12914 Add error handling.
12915 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12916
12917 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12918
12919 Sync with Tramp 2.0.51.
12920
12921 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12922 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12923 Insert special handling for `last-coding-system-used', again
12924 it still seems to be necessary (unlike stated before).
12925 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12926 (tramp-password-prompt-regexp): There might be other words before
12927 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12928 (tramp-chunksize): Improve docstring.
12929 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12930 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12931 Christian Joergensen <bugs@razor.dk>.
12932
12933 2005-10-07 Glenn Morris <rgm@gnu.org>
12934
12935 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12936 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12937 precision'.
12938
12939 2005-10-07 Romain Francoise <romain@orebokech.com>
12940
12941 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12942 (ibuffer-do-shell-command-pipe-replace)
12943 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12944 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12945 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12946 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12947 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12948 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12949 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12950 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12951 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12952 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12953 Autoload file sans suffix.
12954
12955 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12956
12957 2005-10-07 David Ponce <david@dponce.com>
12958
12959 * recentf.el (recentf-menu-open-all-flag): New option.
12960 (recentf-digit-shortcut-command-name): New function.
12961 (recentf--shortcuts-keymap): New variable.
12962 (recentf-menu-shortcuts): New variable.
12963 (recentf-make-menu-items): Initialize it. Replace the "More..."
12964 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12965 (recentf-menu-value-shortcut): New function.
12966 (recentf-make-menu-item): Use it. No more in-lined.
12967 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12968 (recentf-open-most-recent-file): Rename from
12969 `recentf-open-file-with-key'. Don't depend on key binding.
12970 (recentf-mode-map): New variable.
12971 (recentf-mode): Use it.
12972
12973 2005-10-06 Bill Wohler <wohler@newt.com>
12974
12975 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12976
12977 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12978 (MH-E-SRC): New. Used by mh-autoloads.
12979 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12980 files in MH-E-SRC have been updated.
12981 (compile, recompile, bootstrap): Depend on mh-autoloads.
12982
12983 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12984
12985 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12986 gud-break and gud-remove icons when the fringe is not available.
12987
12988 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12989 Typo.
12990
12991 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12992
12993 * play/zone.el (zone): Wrap body with save-window-excursion.
12994
12995 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12998 Use the new `list-only' arg to diary-list-entries.
12999
13000 * calendar/diary-lib.el: Use overlays rather than selective-display.
13001 (diary-selective-display): New var.
13002 (diary-header-line-format): Use it.
13003 (diary-list-entries): Add argument `list-only'.
13004 Put the buffer in diary-mode. Don't add \^M at beg and end.
13005 Replace \^M by invisible overlays.
13006 (diary-unhide-everything): Replace \^M by invisible overlays.
13007 (print-diary-entries): Look for overlays rather than \^M.
13008 Add a space to the temp buffer name.
13009 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13010 Put the buffer in diary-mode.
13011 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13012 (diary-anniversary): Make the year arg optional.
13013 (diary-time-regexp): New const.
13014 (diary-font-lock-keywords): Use it to accept a few more time formats.
13015
13016 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13017
13018 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13019
13020 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13021 Fix bug introduced 2005-07-03: Use (car (last ...))
13022 to faithfully reproduce replaced artist-last.
13023 (artist-set-arrow-points-for-poly): Likewise.
13024 Suggested by Johan Bockg\e,Ae\e(Brd.
13025
13026 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13027
13028 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13029 * wid-edit.el (widget):
13030 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13031 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13032
13033 2005-10-06 Kenichi Handa <handa@m17n.org>
13034
13035 * international/mule-cmds.el (set-language-environment):
13036 Fix setting up of case-table for unibyte mode.
13037
13038 * simple.el (what-cursor-position): If the character is displayed
13039 by some `display' text property, show that. Don't use
13040 single-key-description for eight-bit characters in multibyte mode.
13041
13042 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13043
13044 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13045 (gdb-ann3): Set it.
13046 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13047 (gdb-info-frames-custom): Use inverse-video for first five
13048 characters of selected frame only.
13049 (gdb-get-frame-number): Select frame even when point is on frame
13050 number.
13051
13052 2005-10-06 Masatake YAMATO <jet@gyve.org>
13053
13054 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13055 Put `font-lock-function-name-face'.
13056 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13057 and `font-lock-variable-name-face'
13058 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13059 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13060 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13061 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13062 (gdb-local-font-lock-keywords): New font lock keywords definition.
13063 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13064 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13065 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13066
13067 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13068
13069 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13070 (ediff-merge-region-is-non-clash-to-skip): Previously called
13071 ediff-merge-region-is-non-clash.
13072
13073 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13074 Use insert-buffer-substring.
13075
13076 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13077 selecting files to patch. Also bug fixes.
13078
13079 * ediff-util.el (ediff-setup): Bug fix.
13080 (ediff-next-difference): Never skip clashes that differ in white
13081 space only.
13082
13083 * ediff-wind.el (ediff-setup-control-frame)
13084 (ediff-destroy-control-frame): Check the menubar feature.
13085
13086 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13087 (viper-refresh-mode-line): Use make-local-variable to localize
13088 some vars instead of make-variable-buffer-local. Suggested by
13089 Stefan Monnier.
13090
13091 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13092 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13093 Use make-local-variable instead of make-variable-buffer-local.
13094 Suggested by Stefan Monnier.
13095
13096 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13097 (viper-comint-mode-hook): Use make-local-variable on
13098 require-final-newline.
13099 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13100
13101 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13102
13103 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13104 also the second char of a comment-start sequence.
13105 (scheme-sexp-comment-syntax-table): New var.
13106 (lambda, define): Set their scheme-doc-string-elt property.
13107 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13108 Use lisp-font-lock-syntactic-face-function now that it properly
13109 handles |...| symbols.
13110 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13111 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13112
13113 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13114 bit from # to |.
13115 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13116
13117 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13118 (lisp-doc-string-elt-property): New var.
13119 (lisp-font-lock-syntactic-face-function): Use it.
13120 Rewrite to recognize docstrings even for forms not at toplevel.
13121
13122 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13123 annotation on the | part of #| rather than on the # part.
13124 (scheme-font-lock-syntactic-face-function): New function, to
13125 distinguish strings from |...| symbols.
13126 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13127 syntax-table so that #|...|# is properly highlighted.
13128
13129 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13130 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13131
13132 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13133
13134 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13135 and C-e.
13136
13137 * emacs-lisp/eldoc.el: Move comments into docstrings.
13138 (eldoc-message-commands): Initialize in its declaration.
13139 Add move-beginning-of-line and move-end-of-line.
13140 (eldoc-add-command, eldoc-add-command-completions)
13141 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13142
13143 * outline.el (outline-mark-subtree): Activate the mark.
13144
13145 * calendar/appt.el (appt-time-regexp): New var.
13146 (appt-add, appt-make-list): Use it.
13147 (appt-convert-time): Clean up.
13148
13149 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13150 Don't set any syntax-table property here.
13151 (tex-font-lock-verb): New function. Do it here.
13152 (tex-font-lock-syntactic-keywords): Use it.
13153
13154 2005-10-04 Richard M. Stallman <rms@gnu.org>
13155
13156 * wid-edit.el (widget-file-complete): Get the widget start point
13157 the right way. Default directory to `/' if file has none.
13158
13159 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13160
13161 * textmodes/flyspell.el (flyspell-mode-on):
13162 Call ispell-maybe-find-aspell-dictionaries.
13163
13164 * textmodes/ispell.el (ispell-word, ispell-region):
13165 Call ispell-maybe-find-aspell-dictionaries.
13166 (ispell-accept-buffer-local-defs):
13167 Don't call ispell-maybe-find-aspell-dictionaries
13168
13169 2005-10-04 Richard M. Stallman <rms@gnu.org>
13170
13171 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13172
13173 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13174
13175 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13176 instead of `fboundp' in order to allow for anonymous functions.
13177
13178 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13181 case the user clicks on the link while another window is selected.
13182 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13183
13184 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13185 functionality.
13186 (dframe-help-echo): Save point in case mouse tracking is off.
13187
13188 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13189
13190 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13191
13192 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13193
13194 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13195 not change the global value of those vars.
13196
13197 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13198 make-local-variable which we do not need any more.
13199
13200 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13201
13202 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13203 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13204 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13205 (speedbar-path-line): Define obsolete aliases.
13206 (speedbar-line-directory): Doc fix.
13207
13208 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13209 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13210 instead of speedbar-line-path.
13211
13212 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13213
13214 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13215 to nil if dropping on a window. Handle dropping on a minibuffer window
13216 like dropping on a non-window part of Emacs.
13217
13218 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * net/ange-ftp.el: Use with-current-buffer.
13221 (ange-ftp-insert-directory): Do not follow symlinks any more.
13222
13223 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13224 Remove interactive spec.
13225
13226 2005-10-03 Kim F. Storm <storm@cua.dk>
13227
13228 * ido.el (ido-mode): Use custom-initialize-set.
13229
13230 2005-10-02 Richard M. Stallman <rms@gnu.org>
13231
13232 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13233 Use insert-buffer-substring.
13234
13235 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13236 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13237
13238 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13239
13240 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13241 in last change.
13242 (ange-ftp-insert-directory): Fix up the search for the case where
13243 `file' is absolute.
13244
13245 2005-10-02 Romain Francoise <romain@orebokech.com>
13246
13247 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13248
13249 2005-10-02 Andreas Schwab <schwab@suse.de>
13250
13251 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13252 directory component in the session info.
13253
13254 2005-10-01 Richard M. Stallman <rms@gnu.org>
13255
13256 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13257
13258 * simple.el (next-error-internal): New function.
13259
13260 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13261 (compilation-start): Pass new arg to compilation-buffer-name.
13262 (compile-goto-error): Use next-error-internal.
13263
13264 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13265
13266 * speedbar.el: Remove RCS tag.
13267 (speedbar-check-read-only): Handle non-existent files.
13268
13269 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13270
13271 * info.el (Info-speedbar-hierarchy-buttons)
13272 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13273
13274 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13275
13276 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13277 Do not match newline.
13278 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13279 (bibtex-summary): Remove unnecessary save-excursion.
13280 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13281
13282 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13283
13284 * term/mac-win.el: Add charset info for "iso10646-1".
13285 Modify default fontset to use ATSUI-compatible fonts for some charsets
13286 if available.
13287
13288 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13289
13290 * speedbar.el: Re-apply arch tag.
13291 (speedbar-version): Rename to version 1.0. Suggested by Eric
13292 M. Ludlam.
13293 Reapply two changes from Emacs CVS' version of speedbar lost
13294 during the merge:
13295 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13296 (speedbar-frame-parameters): Improve customize type.
13297
13298 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13301 (ange-ftp-file-directory-p): Fix the symlink case.
13302 (ange-ftp-insert-directory): When listing a single file, get a list of
13303 the parent buffer and extract the relevant line. Inspired from a patch
13304 by Katsumi Yamaoka <yamaoka@jpl.org>.
13305 (ange-ftp-file-name-sans-versions): Simplify.
13306
13307 2005-09-30 Bill Wohler <wohler@newt.com>
13308
13309 Move MH-E image files from toolbar and mail directories into
13310 etc/images.
13311
13312 * mail/reply2.*: Move to etc/images/mail/reply*.
13313
13314 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13315 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13316 etc/images.
13317
13318 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13319 * toolbar/reply*: Move to etc/images/mail.
13320
13321 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13322
13323 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13324
13325 * speedbar.el: New version 1.0pre3.
13326
13327 Frame management code (including timer, and mouse click specifics)
13328 moved to dframe.el:
13329 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13330 (speedbar-timer): Removed. Use dframe-timer.
13331 (speedbar-close-frame): Removed. Use dframe-close-frame.
13332 (speedbar-activity-change-focus-flag): Removed. Use
13333 dframe-activity-change-focus-flag.
13334 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13335 dframe-update-speed.
13336
13337 (speedbar-current-frame): New macro. Use this instead of the
13338 variable speedbar-frame.
13339
13340 (speedbar-use-images, speedbar-expand-image-button-alist)
13341 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13342
13343 (speedbar-find-image-on-load-path): Removed. Replaced by
13344 defezimage in ezimage.el.
13345 (speedbar-expand-image-button-alist): Removed. Replaced by
13346 ezimage-expand-image-button-alist in ezimage.el.
13347
13348 (speedbar-ignored-directory-regexp)
13349 (speedbar-add-ignored-directory-regexp)
13350 (speedbar-ignored-directory-expressions)
13351 (speedbar-line-directory, speedbar-buffers-line-directory)
13352 (speedbar-directory-line, speedbar-buffers-line-directory):
13353 Renamed, replacing `path' with `directory'.
13354
13355 (speedbar-create-directory, speedbar-expand-line-descendants)
13356 (speedbar-toggle-line-expansion)
13357 (speedbar-contract-line-descendants): New commands.
13358
13359 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13360 (speedbar-use-tool-tips-flag): New options.
13361
13362 (speedbar-check-read-only, speedbar-require-version)
13363 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13364 (speedbar-handle-delete-frame, speedbar-try-completion)
13365 (speedbar-update-localized-contents): New functions.
13366
13367 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13368 (speedbar-object-read-only-indicator): New variables.
13369
13370 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13371 New hooks.
13372
13373 (speedbar-separator-face): New face.
13374
13375 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13376 (speedbar-ignored-modes): Add fundamental-mode.
13377 (speedbar-directory-unshown-regexp): Add . directories.
13378
13379 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13380 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13381 `]' for full expand/close.
13382 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13383
13384 (speedbar-check-vc): Support hidden files.
13385 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13386 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13387 state is nil, it is not checked out.
13388
13389 (speedbar-line-text, speedbar-line-token): Support expand buttons
13390 with no text.
13391 (speedbar-refresh): Universal argument acts as power-click.
13392 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13393 that buffer to get variable values.
13394
13395 And many other bugfixes.
13396
13397 * dframe.el, ezimage.el, sb-image.el: New files.
13398
13399 * sb-*.xpm: Remove files. New image files installed into
13400 etc/images/ezimage.
13401
13402 2005-09-30 Kenichi Handa <handa@m17n.org>
13403
13404 * ps-mule.el (ps-mule-show-warning): If a character is in
13405 ps-print-translation-table, don't treat it as non-printable.
13406
13407 2005-09-30 David Ponce <david@dponce.com>
13408
13409 * tree-widget.el (tree-widget-themes-load-path): New variable.
13410 (tree-widget-themes-directory): Doc fix.
13411 (tree-widget-image-formats) [Emacs]: Doc fix.
13412 (tree-widget--locate-sub-directory): New function.
13413 (tree-widget-themes-directory): Use it.
13414
13415 * recentf.el (recentf-filename-handlers): Rename from
13416 `recentf-filename-handler'. Allow a list of functions.
13417 (recentf-menu-items-for-commands): Fix :help strings.
13418 (recentf-apply-filename-handlers): New function.
13419 (recentf-expand-file-name): Use it.
13420 (recentf-cleanup): Remove duplicates too.
13421
13422 2005-09-29 Juri Linkov <juri@jurta.org>
13423
13424 * faces.el: Rearrange face definitions to be in the same order as
13425 their face descriptions in "(emacs)Standard Faces".
13426
13427 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13428
13429 * tooltip.el (tooltip): Add group `basic-faces'.
13430
13431 * buff-menu.el (Buffer-menu-buffer): Remove group
13432 `font-lock-highlighting-faces'.
13433
13434 * progmodes/compile.el (compilation-error, compilation-warning)
13435 (compilation-info, compilation-line-number, compilation-column-number):
13436 Change group from `font-lock-highlighting-faces' to `compilation'.
13437
13438 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13439 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13440 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13441 (vhdl-font-lock-reserved-words-face)
13442 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13443 `font-lock-highlighting-faces'.
13444
13445 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13446
13447 2005-09-28 Kim F. Storm <storm@cua.dk>
13448
13449 * emulation/cua-base.el: Set CUA move property on additional commands:
13450 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13451 forward-sexp, backward-sexp, forward-list, backward-list.
13452
13453 2005-09-28 Romain Francoise <romain@orebokech.com>
13454
13455 * comint.el (comint-show-output): Really set point at the
13456 beginning of the output when not using `comint-use-prompt-regexp'.
13457
13458 2005-09-27 Jay Belanger <belanger@truman.edu>
13459
13460 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13461 in TeX mode.
13462
13463 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13464
13465 * textmodes/org.el (org-table-sum): Fix format string.
13466
13467 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13468 Quote face names.
13469
13470 2005-09-26 Romain Francoise <romain@orebokech.com>
13471
13472 * isearch.el (isearch-forward-regexp): Close doc string.
13473
13474 2005-09-25 Richard M. Stallman <rms@gnu.org>
13475
13476 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13477
13478 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13479
13480 * progmodes/compile.el (compilation-error-properties):
13481 When getting the file from the previous error message,
13482 correctly decode the new data format.
13483
13484 * progmodes/cc-cmds.el (c-electric-paren):
13485 Call old-blink-paren only for close-paren.
13486
13487 2005-09-24 Andreas Schwab <schwab@suse.de>
13488
13489 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13490 condition.
13491
13492 2005-09-25 Romain Francoise <romain@orebokech.com>
13493
13494 * dired-aux.el (dired-copy-file-recursive):
13495 * dired.el (dired-delete-file):
13496 * ediff-mult.el (ediff-dir-diff-copy-file):
13497 * ediff-util.el (ediff-test-save-region):
13498 * forms.el (forms-mode):
13499 * ido.el (ido-file-internal, ido-delete-file-at-head):
13500 * log-edit.el (log-edit-done):
13501 * ses.el (ses-yank-resize):
13502 * play/gomoku.el (gomoku-human-plays, gomoku)
13503 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13504 (gomoku-offer-a-draw):
13505 * play/landmark.el (lm-human-resigns, lm):
13506 * net/eudcb-ldap.el (eudc-ldap-check-base):
13507 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13508 * progmodes/ebrowse.el (ebrowse-find-pattern):
13509 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13510 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13511 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13512
13513 * vc.el (vc-delete-file):
13514 * play/gomoku.el (gomoku-terminate-game, gomoku)
13515 (gomoku-prompt-for-move, gomoku-human-takes-back):
13516 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13517 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13518
13519 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13520
13521 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13522 color rxvt terminals by using the code xterm.el used to use before
13523 2005-04-09 in order to match the colors used by rxvt.
13524
13525 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13526
13527 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13528 colors rxvt-unicode terminals by using the same code as xterm.el.
13529
13530 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13531
13532 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13533 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13534 new symbol used for the tex-verbatim face.
13535
13536 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13537
13538 * woman.el (woman-file-name):
13539 * wid-edit.el (widget-file-prompt-value)
13540 (widget-coding-system-prompt-value):
13541 * w32-fns.el (set-w32-system-coding-system):
13542 * vc.el (vc-version-diff, vc-annotate):
13543 * textmodes/reftex-auc.el (reftex-arg-cite)
13544 (reftex-arg-index-tag):
13545 * textmodes/refer.el (refer-get-bib-files):
13546 * textmodes/artist.el (artist-figlet-choose-font):
13547 * terminal.el (terminal-emulator):
13548 * replace.el (occur-read-primary-args):
13549 * rect.el (string-rectangle, string-insert-rectangle):
13550 * ps-print.el (ps-print-preprint):
13551 * progmodes/pascal.el (pascal-goto-defun):
13552 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13553 * progmodes/compile.el (compilation-find-file):
13554 * printing.el (pr-interactive-n-up):
13555 * play/animate.el (animate-birthday-present):
13556 * net/rcompile.el (remote-compile):
13557 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13558 * mail/rmailsum.el (rmail-summary-search-backward)
13559 (rmail-summary-search):
13560 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13561 (rmail-output-read-file-name):
13562 * mail/rmail.el (rmail-search, rmail-search-backwards):
13563 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13564 * locate.el (locate):
13565 * international/quail.el (quail-show-keyboard-layout):
13566 * international/mule.el (set-buffer-file-coding-system)
13567 (revert-buffer-with-coding-system, set-file-name-coding-system)
13568 (set-terminal-coding-system, set-keyboard-coding-system)
13569 (set-next-selection-coding-system):
13570 * international/mule-diag.el (describe-coding-system)
13571 (describe-font, describe-fontset):
13572 * international/mule-cmds.el (universal-coding-system-argument)
13573 (search-unencodable-char, describe-input-method)
13574 (set-language-environment, describe-language-environment):
13575 * international/codepage.el (codepage-setup):
13576 * international/code-pages.el (codepage-setup):
13577 * info.el (Info-search, Info-follow-reference)
13578 (Info-search-backward):
13579 * emacs-lisp/advice.el (ad-read-advised-function)
13580 (ad-read-advice-class, ad-clear-cache, ad-activate)
13581 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13582 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13583 (ad-read-regexp):
13584 * ediff-util.el (ediff-toggle-regexp-match):
13585 * ediff-ptch.el (ediff-prompt-for-patch-file):
13586 * dired-aux.el (dired-diff):
13587 * diff.el (diff):
13588 * cus-edit.el (custom-variable-prompt):
13589 * calendar/timeclock.el (timeclock-ask-for-project):
13590 * calc/calcalg3.el (calc-get-fit-variables):
13591 * calc/calc-store.el (calc-edit-variable)
13592 (calc-permanent-variable):
13593 * vc-mcvs.el (vc-mcvs-register):
13594 * shadowfile.el (shadow-define-literal-group):
13595 * woman.el (woman-file-name):
13596 * vc.el (vc-version-diff, vc-merge):
13597 * textmodes/reftex-index.el (reftex-index-complete-tag):
13598 * format.el (format-decode-buffer, format-decode-region):
13599 * emulation/viper-cmd.el (viper-read-string-with-history):
13600 * emacs-lisp/debug.el (cancel-debug-on-entry):
13601 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13602 * ediff.el (ediff-merge-revisions)
13603 (ediff-merge-revisions-with-ancestor, ediff-revision):
13604 * completion.el (interactive-completion-string-reader):
13605 * calc/calc-prog.el (calc-user-define-formula):
13606 Follow convention for reading with the minibuffer.
13607
13608 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13609
13610 * progmodes/python.el (python-describe-symbol): Add globals() and
13611 locals() to the arguments of emacs.ehelp.
13612
13613 2005-09-24 Magnus Henoch <mange@freemail.hu>
13614
13615 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13616 New function, code extracted from ispell-valid-dictionary-list.
13617 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13618 Call it.
13619
13620 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13621
13622 * subr.el (version-regexp-alist): Extend valid syntax for version
13623 strings: allow any of the characters -,_,+ to separate the
13624 alpha/beta/rc part from the version part. Doc fix.
13625 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13626
13627 2005-09-23 David Reitter <david.reitter@gmail.com>
13628
13629 * mail/mailclient.el: New file.
13630
13631 2005-09-23 Richard M. Stallman <rms@gnu.org>
13632
13633 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13634 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13635 Doc fixes.
13636
13637 * progmodes/cc-mode.el (c-font-lock-init):
13638 Specify font-lock-lines-before.
13639
13640 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13643 whole conflict.
13644
13645 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13646
13647 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13648 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13649 of `remap' feature when available. Additional key bindings for
13650 better tty support.
13651 (org-mode-restart, org-force-self-insert): New commands.
13652 (org-time-stamp-inactive): New command.
13653 (org-remap): New function.
13654 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13655 (org-enable-fixed-width-editor): Move to `org-structure'
13656 customization group.
13657 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13658 blank field after field motion commands.
13659
13660 2005-09-23 Kenichi Handa <handa@m17n.org>
13661
13662 * international/mule-cmds.el (set-language-environment):
13663 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13664 have to call utf-translate-cjk-load-tables.
13665
13666 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13667
13668 * mouse.el (mouse-move-drag-overlay): Fix last change.
13669
13670 2005-09-22 David Ponce <david@dponce.com>
13671
13672 * tree-widget.el (tree-widget-value-create): Fix previous change.
13673
13674 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13675
13676 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13677
13678 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * mouse.el (mouse-move-drag-overlay): New function.
13681 (mouse-drag-region-1): Use it.
13682 Try to simplify a bit the state handling. Handle clicks on links
13683 inside intangible areas.
13684 (mouse-save-then-kill): Minor simplification.
13685 (mouse-secondary-overlay): Make it always non-nil instead of
13686 recreating it each time.
13687 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13688 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13689 Simplify accordingly.
13690
13691 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13692
13693 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13694
13695 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13696
13697 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13698 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13699 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13700 to patch.
13701
13702 * ediff-util.el: Use insert-buffer-substring.
13703
13704 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13705
13706 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13707 field boundaries in the minibuffer.
13708 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13709 (viper-minibuffer-post-command-hook): New hook.
13710 (viper-line): Don't move cursor at bolp.
13711
13712 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13713
13714 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13715 avoid compiler warnings.
13716
13717 * emulation/viper-macs.el (ex-map): Better messages.
13718
13719 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13720
13721 * emulation/viper.el: Replace make-variable-buffer-local with
13722 viper-make-variable-buffer-local everywhere, to avoid warnings.
13723
13724 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13727 Delete unused var `old-selected-window'.
13728 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13729 (mouse-drag-secondary): Delete unused var `start-frame'.
13730
13731 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13732
13733 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13734
13735 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13736
13737 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13738 Re-indent within 80 columns. Use inhibit-read-only.
13739
13740 2005-09-19 Romain Francoise <romain@orebokech.com>
13741
13742 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13743
13744 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13747 unconditionally, since the after-change-function already did it.
13748
13749 2005-09-19 Miles Bader <miles@gnu.org>
13750
13751 * net/newsticker.el: Get rid of CVS keyword.
13752
13753 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13754
13755 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13756 The prompt is formatted later.
13757
13758 2005-09-19 David Ponce <david@dponce.com>
13759
13760 * tree-widget.el (tree-widget-value-create): Save the converted
13761 tree :node widget.
13762
13763 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13764
13765 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13766 variable `message'.
13767
13768 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13769
13770 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13771 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13772 <slawomir.nowaczyk.847@student.lu.se>.
13773
13774 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13775
13776 * image.el (image-load-path): Use symbol `data-directory' instead
13777 of its value, for backward compatibility with packages that bind
13778 it during `find-image'. Suggested by Katsumi Yamaoka.
13779 (image-search-load-path): Handle symbols whose values are strings.
13780
13781 2005-09-18 Romain Francoise <romain@orebokech.com>
13782
13783 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13784 with-current-buffer form in save-excursion.
13785
13786 2005-09-18 Deepak Goel <deego@gnufans.org>
13787
13788 * apropos.el (apropos-command): Fix `message' call: first arg
13789 should be a format spec. In this and all other cases that appear
13790 below and elsewhere in the source code, I made a change only when
13791 two conditions were satisfied: [1] I can think of a possibility
13792 that the arguments would cause an error, for example, the code in
13793 question relies on external variables such as filenames. [2] I
13794 was sure that the arg to `message' could not have been nil in the code.
13795
13796 * textmodes/tildify.el (tildify-region): Ditto.
13797
13798 * textmodes/reftex-index.el (reftex-index-change-entry)
13799 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13800 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13801 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13802 (org-priority, org-table-sum):
13803 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13804 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13805 (flyspell-word, flyspell-display-next-corrections):
13806 * textmodes/bibtex.el (bibtex-print-help-message):
13807 * textmodes/artist.el (artist-key-set-point-poly):
13808 * term/mac-win.el (mac-services-insert-text):
13809 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13810 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13811 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13812 (vhdl-compose-configuration):
13813 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13814 (sh-set-indent, sh-learn-line-indent):
13815 * progmodes/ps-mode.el (ps-mode-target-column):
13816 * progmodes/idlwave.el (idlwave-make-tags)
13817 (idlwave-scan-library-catalogs):
13818 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13819 * progmodes/gud.el (gud-jdb-analyze-source):
13820 * progmodes/flymake.el (flymake-log):
13821 * progmodes/ebnf2ps.el (ebnf-generate-region):
13822 * progmodes/cmacexp.el (c-macro-expansion):
13823 * progmodes/ada-xref.el (ada-treat-cmd-string):
13824 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13825 (ada-justified-indent-current, ada-batch-reformat):
13826 * play/zone.el (zone):
13827 * play/landmark.el (lm-move):
13828 * play/decipher.el (decipher-show-alphabet):
13829 * net/newsticker.el (newsticker--display-jump)
13830 (newsticker--display-scroll):
13831 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13832 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13833 * mail/feedmail.el (feedmail-dump-message-to-queue):
13834 * eshell/esh-proc.el (eshell-remove-process-entry):
13835 * emulation/ws-mode.el (ws-last-error):
13836 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13837 (viper-record-kbd-macro):
13838 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13839 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13840 * emacs-lisp/find-func.el (find-function-noselect):
13841 * calendar/timeclock.el (timeclock-status-string)
13842 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13843 (timeclock-when-to-leave-string):
13844 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13845 * calc/calc-units.el (calc-enter-units-table):
13846 * calc/calc-mode.el (calc-mode-record-mode):
13847 * woman.el (woman-mini-help):
13848 * wdired.el (wdired-change-to-wdired-mode):
13849 * vc.el (vc-retrieve-snapshot):
13850 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13851 * startup.el (display-startup-echo-area-message):
13852 * simple.el (set-goal-column):
13853 * ses.el (ses-command-hook, ses-recalculate-cell):
13854 * server.el (server-process-filter):
13855 * printing.el (pr-interface-txt-print, pr-interface-printify)
13856 (pr-interface-ps):
13857 * pcvs.el (cvs-help):
13858 * log-edit.el (log-edit, log-edit-mode-help):
13859 * iswitchb.el (iswitchb-possible-new-buffer):
13860 * isearch.el (isearch-edit-string):
13861 * image-mode.el (image-mode, image-minor-mode):
13862 * ibuf-macs.el (define-ibuffer-filter):
13863 * hi-lock.el (hi-lock-find-patterns):
13864 * files.el (toggle-read-only):
13865 * ediff-util.el (ediff-copy-diff)
13866 (ediff-write-merge-buffer-and-maybe-kill):
13867 * echistory.el (Electric-history-undefined):
13868 * dnd.el (dnd-insert-text):
13869 * dired-aux.el (dired-query):
13870 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13871 * bookmark.el (bookmark-bmenu-locate):
13872 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13873 Fix `message' calls to ensure first arg is a format string.
13874 The change was made only when these two conditions were satisfied:
13875 [1] when there is a possibility that the arguments would cause an error
13876 for example, if the code in question relies on external variables
13877 such as filenames, and
13878 [2] if the arg to `message' could not have been nil in the code.
13879
13880 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13881 Not having a %s would be weird, though not technically wrong.
13882
13883 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13884
13885 * term/mac-win.el (mac-add-charset-info): Doc fix.
13886
13887 2005-09-17 Romain Francoise <romain@orebokech.com>
13888
13889 * shell.el (shell-resync-dirs): Handle echoing processes more
13890 reliably. Don't insert resync command if `comint-process-echoes'
13891 is non-nil.
13892
13893 2005-09-17 Magnus Henoch <mange@freemail.hu>
13894
13895 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13896 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13897 aspell versions >= 0.60.
13898 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13899 only if ispell-aspell-supports-utf8 is non-nil.
13900
13901 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13902
13903 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13904 buffer-local value to lisp-indent-function.
13905
13906 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13907
13908 * progmodes/glasses.el (glasses-make-readable): If
13909 glasses-separator differs from underscore, put appropriate
13910 overlays over underscore characters.
13911 (glasses-convert-to-unreadable): If glasses-separator differs from
13912 underscore, try to convert glasses-separator characters to
13913 underscores.
13914
13915 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13918 Use with-syntax-table and dolist.
13919
13920 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13921
13922 * textmodes/reftex-auc.el:
13923 * textmodes/reftex-cite.el:
13924 * textmodes/reftex-dcr.el:
13925 * textmodes/reftex-global.el:
13926 * textmodes/reftex-parse.el:
13927 * textmodes/reftex-ref.el:
13928 * textmodes/reftex-sel.el:
13929 * textmodes/reftex-toc.el:
13930 * textmodes/reftex-vars.el:
13931 * textmodes/reftex.el: Small changes to remove compiler warnings.
13932
13933 * textmodes/reftex-index.el: Likewise.
13934 (reftex-query-index-phrase): More efficient use of markers.
13935
13936 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13937
13938 * image.el (image-load-path): New variable.
13939 (image-search-load-path): New function.
13940 (find-image): Search for images in `image-load-path'.
13941
13942 2005-09-15 Richard M. Stallman <rms@gnu.org>
13943
13944 * follow.el: Change Maintainer field.
13945
13946 2005-09-15 David Ponce <david@dponce.com>
13947
13948 * recentf.el (recentf-save-file-modes): New option.
13949 (recentf-save-list): Use it.
13950
13951 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13952
13953 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13954 (mode-line-mule-info, mode-line-modified): Move bindings from
13955 mouse-3 to mouse-1.
13956
13957 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13958
13959 * simple.el (sendmail-user-agent-compose): Revert last change.
13960
13961 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13964 Use with-current-buffer.
13965 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13966 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13967 (ange-ftp-insert-directory): Remove unused var `short'.
13968 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13969
13970 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13971 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13972
13973 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13974 (check-calendar-holidays, diary-list-entries): Autoload.
13975 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13976 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13977
13978 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13979 which mistakenly removed a call to display-buffer.
13980
13981 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13982
13983 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13984
13985 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13986
13987 * progmodes/hideshow.el
13988 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13989 (hs-allow-nesting): New user var.
13990 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13991 (hs-hide-block-at-point): When nesting allowed,
13992 if there is already an overlay in place, delete it.
13993 (hs-safety-is-job-n): Delete func; remove call sites.
13994 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13995 (hs-overlay-at): New func.
13996 (hs-already-hidden-p, hs-show-block): Use it.
13997 (hs-hide-all): Don't pre-clean if nesting allowed.
13998 (hs-show-all): Temporarily disallow
13999 nesting around call to `hs-discard-overlays'.
14000
14001 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14002
14003 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14004 Delete unused local var.
14005
14006 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14007
14008 * help-fns.el (describe-categories): "?\ " -> "?\s".
14009 (help-do-arg-highlight): Recognize also ARG-n, as in
14010 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14011
14012 * international/codepage.el (dos-unsupported-char-glyph):
14013 * net/newsticker.el (tool-bar-map, w3-mode-map)
14014 (w3m-minor-mode-map):
14015 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14016 (ent-alist):
14017 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14018
14019 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14020
14021 * custom.el (custom-push-theme): Handle the case where a symbol is
14022 bound but face properties have not yet been assigned.
14023
14024 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14025 Fix behavior if noerase is `t' and there is no mail buffer.
14026
14027 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14028 if `continue' is nil, rather than signal an error.
14029
14030 2005-09-12 Richard M. Stallman <rms@gnu.org>
14031
14032 * font-lock.el (font-lock-keywords): Add autoload.
14033
14034 * help-fns.el (describe-variable): Rearrange to put source link
14035 in a predictable place.
14036
14037 * net/newsticker.el: New file.
14038
14039 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14040
14041 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14042 (calendar-basic-setup): Use the new nil arg.
14043 (number-of-diary-entries): Move to diary-lib.el.
14044
14045 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14046 (diary-list-entries): Use with-syntax-table and dolist.
14047 Rename from list-diary-entries.
14048 Use number-of-diary-entries if `number' is nil.
14049 (diary, diary-view-entries): Use this new name and new nil arg value.
14050 (number-of-diary-entries): Move from calendar.el.
14051 (diary-unhide-everything): New function.
14052 (include-other-diary-files, fancy-diary-display)
14053 (diary-show-all-entries, make-diary-entry): Use it.
14054 (diary-mail-entries): Use buffer-string.
14055 (mark-diary-entries): Fix long standing paren typo.
14056 (diary-sexp-entry): Use count-lines.
14057 (make-diary-entry): Avoid `previous-line'.
14058 (diary-mode-map): New var.
14059 (diary-mode): Redraw cal after saving. Setup header-line.
14060 (fancy-diary-display-mode): Use local-set-key.
14061
14062 * startup.el (command-line): Try calling various terminal-init-foo-bar
14063 functions by stripping hyphenated suffixes from $TERM.
14064
14065 * files.el (normal-mode): Check boundness of font-lock-keywords.
14066
14067 2005-09-12 Richard M. Stallman <rms@gnu.org>
14068
14069 * progmodes/compile.el: Don't decide a file's directory
14070 until the user actually tries to go there.
14071 (compilation-next-error-function):
14072 Pass compilation-find-file the directory from the file-struct.
14073 (compilation-internal-error-properties): Separate local FILE-STRUCT
14074 from FILE. Doc the args better. Rename arg FMT to FMTS.
14075 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14076 Expand it, and if nil, use default-directory.
14077 (compilation-get-file-structure): Don't mix specified directory
14078 with default directory. Put specified directory into
14079 file-struct. Don't make the file name absolute.
14080
14081 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14082 (compile-command): Add autoload.
14083 (compilation-disable-input): Add autoload.
14084
14085 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14086
14087 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14088 strings of the variables it can override.
14089 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14090 %Q and %q, for fully-qualified domain name and unqualified host name.
14091
14092 2005-09-11 Kim F. Storm <storm@cua.dk>
14093
14094 * emacs-lisp/authors.el (authors-aliases): Update list.
14095 (authors-fixed-entries): Update mldrag.el entry.
14096
14097 2005-09-10 Alan Mackenzie <acm@muc.de>
14098
14099 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14100 from the region narrowed to.
14101
14102 2005-09-10 Magnus Henoch <mange@freemail.hu>
14103
14104 * textmodes/ispell.el (ispell-check-version): Signal an error if
14105 aspell version is less than 0.60.
14106
14107 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14108
14109 * progmodes/octave-inf.el (inferior-octave-startup):
14110 Resync current dir at the end.
14111
14112 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14113
14114 * woman.el (woman-topic-at-point-default):
14115 Rename to woman-use-topic-at-point-default.
14116 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14117 (woman-file-name): Reflect renames above. Automatically use the
14118 word at point as topic if woman-use-topic-at-point is non-nil.
14119 Otherwise offer it as default but don't insert it in the
14120 minibuffer. Also use `test-completion' instead of `assoc' as
14121 suggested by Stefan Monnier.
14122
14123 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14124
14125 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14126 the attempt to do it over Tramp. This is not yet supported.
14127
14128 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14129
14130 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14131 (menu-bar-non-minibuffer-window-p): New functions.
14132 ("Split Window", "Save As..."): Use them.
14133 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14134 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14135 Use menu-bar-menu-frame-live-and-visible-p.
14136 ("Save Buffer", "Insert File", "Open Directory...")
14137 ("Open File...", "Visit New File..."):
14138 Use menu-bar-non-minibuffer-window-p.
14139 (kill-this-buffer-enabled-p, dired <menu-enable>):
14140 Use menu-bar-non-minibuffer-window-p.
14141
14142 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14143
14144 * cus-start.el (all): Don't complain about fringe-related
14145 built-ins if fringes are not supported. Ditto about
14146 selection-related built-ins. Fix the test for GTK-related built-ins.
14147
14148 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14149 ("Postscript Print Buffer", "Print Region", "Save As...")
14150 ("Save", "Insert File...", "Open Directory...")
14151 ("Open File...", "Visit New File..."")
14152 ("Truncate Long Lines in this Buffer"): Don't look at
14153 menu-updating-frame if this display does not support multiple frames.
14154
14155 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14156
14157 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14158
14159 2005-09-09 Emilio Lopes <eclig@gmx.net>
14160
14161 * woman.el: Format- and whitespace-related changes.
14162
14163 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14164
14165 * woman.el: Fix my email address.
14166
14167 2005-09-08 Richard M. Stallman <rms@gnu.org>
14168
14169 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14170 (sh-mode): Locally set skeleton-pair-default-alist.
14171
14172 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14173
14174 * progmodes/flymake.el: Require `compile' unconditionally.
14175
14176 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14177
14178 * woman.el (woman-file-name): Provide a default, not initial input.
14179
14180 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14181
14182 * font-lock.el (font-lock-support-mode): Doc fix.
14183
14184 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14185
14186 2005-09-08 Richard M. Stallman <rms@gnu.org>
14187
14188 * simple.el (blink-matching-open): Get rid of text props from
14189 the string shown in echo area. Don't permanently set point.
14190 Some rearrangements.
14191
14192 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14193
14194 * recentf.el (recentf-filename-handler): Add custom choice
14195 `abbreviate-file-name'.
14196
14197 * msb.el (msb--very-many-menus): Fix typo.
14198
14199 * disp-table.el (standard-display-european): Don't set
14200 enable-multibyte-characters to nil.
14201
14202 2005-09-08 David Ponce <david@dponce.com>
14203
14204 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14205 (recentf-expand-file-name): Doc fix.
14206 (recentf-dialog-mode-map): Define digit shortcuts.
14207 (recentf--files-with-key): New variable.
14208 (recentf-show-digit-shortcut-filter): New function.
14209 (recentf-open-files-items): New function.
14210 (recentf-open-files): Use it.
14211 (recentf-open-file-with-key): New command.
14212
14213 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14214
14215 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14216 Suggested by Kim F. Storm.
14217 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14218 (Buffer-menu-make-sort-button): Use global keymap.
14219
14220 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14221
14222 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14223 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14224 necessary any longer with the remapped command.
14225 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14226 formatting time only.
14227
14228 * net/tramp.el (tramp-action-password)
14229 (tramp-multi-action-password): Compile the password prompt from
14230 `method', `user' and `host'. Sometimes it isn't obvious which
14231 password to enter, for example with remote files offered by
14232 recentf.el, or with multiple steps. Suggested by Robert Marshall
14233 <robert@chezmarshall.freeserve.co.uk>.
14234
14235 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14238 Fix regexp for when "s///" is at the beginning of line.
14239
14240 2005-09-07 Jay Belanger <belanger@truman.edu>
14241
14242 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14243 when in matrix mode.
14244
14245 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14248 non-anonymous functions.
14249
14250 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14251
14252 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14253 when using a header line. Otherwise, use mouse-1-click-follows-link.
14254
14255 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14256 can't be moved; don't signal an error.
14257
14258 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14259
14260 * cus-theme.el (custom-theme-write-faces): Save the current face
14261 spec, not the defface spec.
14262
14263 * custom.el (custom-known-themes): Clarify meaning of "standard".
14264 (custom-push-theme): Save old values in the standard theme.
14265 (disable-theme): Correct typo.
14266 (custom-face-theme-value) Deleted unused function.
14267 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14268
14269 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * progmodes/compile.el (compilation-goto-locus): Take into account
14272 iconified frames when determining whether the buffer is
14273 already visible.
14274 Don't reset window height if the window already existed.
14275
14276 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14277
14278 * custom.el (load-theme): Rename from require-theme.
14279 Add interactive spec.
14280 (enable-theme): Rename from custom-enable-theme.
14281 Add interactive spec.
14282 (disable-theme): Rename from custom-disable-theme.
14283 Add interactive spec.
14284 (custom-make-theme-feature): Doc fix.
14285 (custom-theme-directory): Doc fix.
14286 (provide-theme): Call enable-theme.
14287
14288 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14289
14290 * obsolete/lazy-lock.el (lazy-lock-mode):
14291 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14292 font-lock-mode if it's off. Print a warning instead.
14293
14294 * progmodes/compile.el (compilation-start): Ignore errors if the
14295 process died before we get to send-eof.
14296
14297 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14298 Undo last change. Enclosing the result in quotes broke things on Unix
14299 since tex-send-command passes it through shell-quote-argument.
14300 (tex-send-command): Pass `file' through convert-standard-filename
14301 when possible.
14302 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14303 info in a transcript.
14304
14305 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14306
14307 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14308 fix compilation warning. Reorder the key definitions to group
14309 together keys emitted by the current version of xterm.
14310
14311 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14312 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14313 Reorder predicates to correct min-color usage.
14314
14315 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14316
14317 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14318 Kill local variables when longlines-mode is turned off.
14319
14320 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14321
14322 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14323
14324 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14325
14326 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14327
14328 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14329 (font-lock-lines-before): Change default to being inactive.
14330 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14331 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14332
14333 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14334
14335 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14336 Deactivate temporarily advice if active (not needed for Emacs 22,
14337 but for backwards compatibility).
14338 (tramp-exists-file-name-handler): Rewrite. First implementation
14339 was too simple.
14340 (tramp-advice-make-auto-save-file-name):
14341 Call `tramp-handle-make-auto-save-file-name' (again, just for
14342 backwards compatibility).
14343
14344 2005-08-31 Reto Zimmermann <reto@gnu.org>
14345
14346 * progmodes/vhdl-mode.el
14347 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14348 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14349 (vhdl-set-default-project): New function (easier setting of default).
14350 (vhdl-port-copy): Handle extended identifiers for generics.
14351 (vhdl-compiler-alist): Better description for error message regexp.
14352 (vhdl-make): Query for target, use previous as default.
14353 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14354 (vhdl-font-lock-keywords-2): Fix fontification for record
14355 el. assign.
14356 (vhdl-speedbar-make-subpack-line): Add package body link.
14357 (vhdl-generate-makefile-1): Not include itself as dependency.
14358 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14359 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14360 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14361 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14362 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14363 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14364 (vhdl-import-project): Add string argument for `error'.
14365 (vhdl-compose-configuration)
14366 (vhdl-compose-configuration-architecture): Add configuration
14367 declaration generation.
14368 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14369 (vhdl-trailer-re): Add "record" keyword (better indentation).
14370 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14371 "[^ \t-\"]+".
14372 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14373 (vhdl-testbench-entity-file-name)
14374 (vhdl-testbench-architecture-file-name): Allow separate
14375 customization of testbench file names.
14376 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14377 (vhdl-get-visible-signals): Allow newline within alias declaration.
14378 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14379 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14380 (member-ignore-case): Alias for missing function in XEmacs.
14381 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14382 (vhdl-update-sensitivity-list): Ignore case on read signals.
14383 (vhdl-replace-string): Adjust case only for file names.
14384 (vhdl-update-sensitivity-list): Fix search for read signals.
14385 (vhdl-update-sensitivity-list): Exclude formal parameters.
14386 (vhdl-get-visible-signals): Include aliases of signals.
14387 (vhdl-get-visible-signals): Fix signal name searching.
14388 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14389 (vhdl-fixup-whitespace-region): Fix for character
14390 literals (e.g. `:').
14391
14392 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14393
14394 * ansi-color.el (comint-last-output-start):
14395 * bs.el (font-lock-verbose):
14396 * diff-mode.el (add-log-buffer-file-name-function):
14397 * dired-x.el (vm-folder-directory):
14398 * faces.el (help-xref-stack-item):
14399 * files.el (font-lock-keywords):
14400 * find-lisp.el (dired-buffers, dired-subdir-alist):
14401 * ido.el (cua-inhibit-cua-keys):
14402 * log-view.el (cvs-minor-wrap-function):
14403 * outline.el (font-lock-warning-face):
14404 * simple.el (compilation-current-error):
14405 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14406 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14407 * tooltip.el (comint-prompt-regexp):
14408 * w32-fns.el (explicit-shell-file-name):
14409 * term/mac-win.el (mac-charset-info-alist)
14410 (mac-services-selection, mac-system-script-code):
14411 * term/tty-colors.el (msdos-color-values):
14412 * term/w32-win.el (xlfd-regexp-registry-subnum):
14413 * term/x-win.el (x-keysym-table, x-selection-timeout)
14414 (x-session-id, x-session-previous-id):
14415 * textmodes/ispell.el (mail-yank-prefix):
14416 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14417 * textmodes/org.el (calc-embedded-close-formula)
14418 (calc-embedded-open-formula)
14419 (font-lock-unfontify-region-function):
14420 * textmodes/reftex-global.el (isearch-next-buffer-function)
14421 (TeX-master):
14422 * textmodes/reftex.el (font-lock-keywords):
14423 * textmodes/tex-mode.el (font-lock-comment-face)
14424 (font-lock-doc-face):
14425 * textmodes/texinfo.el (outline-heading-alist):
14426 Add defvars.
14427
14428 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14429 (artist-spray-chars, artist-mode-init, artist-replace-string)
14430 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14431 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14432 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14433
14434 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14435 (conf-align-assignments): "?\ " -> "?\s".
14436
14437 * textmodes/reftex-index.el (TeX-master): Add defvar.
14438 (reftex-index-phrases-marker): Move up defvar.
14439
14440 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14441 (reftex-toc-include-labels-indicator)
14442 (reftex-toc-include-index-indicator)
14443 (reftex-toc-max-level-indicator): Move up declarations.
14444
14445 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14446 of args to `tramp-run-real-handler', even if it's empty in this case.
14447
14448 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14449
14450 * dired.el (dired-move-to-filename-regexp): Add date format for
14451 Mac OS X 10.3 in East Asian locales.
14452
14453 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14454
14455 * files.el (make-auto-save-file-name): Add file name handler call
14456 if applicable.
14457
14458 * net/tramp.el (tramp-file-name-handler-alist)
14459 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14460 (tramp-handle-make-auto-save-file-name): Rename from
14461 `tramp-make-auto-save-file-name'.
14462 (tramp-exists-file-name-handler): New defun.
14463 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14464 `make-auto-save-file-name' is not a magic file name operation.
14465
14466 2005-08-30 Richard M. Stallman <rms@gnu.org>
14467
14468 * files.el (risky-local-variable-p):
14469 Match `-predicates' and `-commands.
14470
14471 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14472 (custom-save-all): Visit the file if necessary;
14473 kill the buffer if we created it.
14474 (custom-save-delete): Don't visit file or kill buffer here.
14475
14476 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14477
14478 * textmodes/org.el (org-special-keyword): New face.
14479 (org-table-copy-down, org-table-eval-formula)
14480 (org-table-recalculate, org-init-section-numbers):
14481 Use `string-to-number' instead of `string-to-int'.
14482 (org-get-location): Use `insert-buffer-substring' instead of
14483 `insert-buffer'.
14484 (org-modify-diary-entry-string): New function.
14485 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14486 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14487 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14488 active region.
14489 (org-export-as-html): Handle QUOTE keyword.
14490 (org-quote-string): New option.
14491 (org-bookmark-jump-unhide): New function, used for
14492 `bookmark-after-jump-hook'.
14493 (org-diary-default-entry): Apply only when not called through
14494 `org-agenda'.
14495
14496 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14497
14498 * net/eudc.el (mode-popup-menu):
14499 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14500 * progmodes/ada-mode.el (compile-auto-highlight)
14501 (skeleton-further-elements):
14502 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14503 * progmodes/cmacexp.el (msdos-shells):
14504 * progmodes/compile.el (font-lock-extra-managed-props)
14505 (font-lock-keywords, font-lock-maximum-size)
14506 (font-lock-support-mode):
14507 * progmodes/grep.el (font-lock-lines-before):
14508 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14509 * progmodes/mixal-mode.el (compile-command):
14510 * progmodes/perl-mode.el (font-lock-comment-face)
14511 (font-lock-doc-face, font-lock-string-face):
14512 * progmodes/prolog.el (comint-prompt-regexp):
14513 * progmodes/sh-script.el (font-lock-comment-face)
14514 (font-lock-set-defaults, font-lock-string-face):
14515 * progmodes/sql.el (font-lock-keyword-face)
14516 (font-lock-set-defaults, font-lock-string-face):
14517 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14518 (itimer-version, lazy-lock-defer-contextually)
14519 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14520 Add defvars.
14521
14522 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14523 (cperl-electric-keyword, cperl-electric-pod)
14524 (cperl-electric-backspace, cperl-forward-re)
14525 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14526 (vc-rcs-header, vc-sccs-header): Add defvars.
14527
14528 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14529 (font-lock-syntactic-keywords, gud-find-expr-function):
14530 Add defvars.
14531
14532 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14533 (gdb-frame-parameters): Declare before use.
14534
14535 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14536 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14537 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14538 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14539
14540 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14541 (idlwave-help-with-source): Use `insert-buffer-substring', not
14542 `insert-buffer'.
14543
14544 2005-08-29 Juri Linkov <juri@jurta.org>
14545
14546 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14547 Put outline-back-to-heading function call inside save-excursion.
14548
14549 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14550
14551 * man.el (Man-init-defvars, Man-translate-references)
14552 (Man-support-local-filenames, Man-highlight-references):
14553 * progmodes/sql.el (sql-interactive-mode):
14554 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14555
14556 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14557 (compilation-mode-font-lock-keywords): Add defvars.
14558 (checkdoc-interactive-loop): "?\ " -> "?\s".
14559
14560 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14561 (font-lock-doc-face, font-lock-string-face)
14562 (font-lock-keywords-case-fold-search): Add defvars.
14563 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14564
14565 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14566 Don't pass X and Y (they are ignored anyway).
14567 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14568 (mouse-delete-window): Make arguments optional.
14569
14570 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14571 (caesar-translate-table, minor-modes, news-buffer-save)
14572 (news-group-name, news-minor-modes): Add defvars.
14573
14574 * emacs-lisp/lselect.el (mouse-highlight-priority)
14575 (x-lost-selection-functions, zmacs-regions):
14576 * emacs-lisp/pp.el (font-lock-verbose):
14577 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14578 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14579 (ses-mode-map):
14580 * emacs-lisp/tcover-unsafep.el (safe-functions):
14581 * international/mule-cmds.el (mac-system-coding-system)
14582 (mac-system-locale):
14583 * language/ethio-util.el (rmail-current-message)
14584 (rmail-message-vector):
14585 * language/thai-util.el (thai-auto-composition-mode):
14586 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14587 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14588 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14589 (vm-primary-inbox, vm-spool-files):
14590 * mail/rmail.el (deleted-head, font-lock-fontified)
14591 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14592 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14593 (total-messages):
14594 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14595 (rmail-summary-mode-map):
14596 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14597 (rmail-last-label, rmail-last-multi-labels)
14598 (rmail-summary-vector, rmail-total-messages):
14599 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14600 * mail/rmailsum.el (msgnum):
14601 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14602 (rmail-current-message):
14603 * obsolete/fast-lock.el (font-lock-face-list):
14604 * obsolete/rnewspost.el (mail-reply-buffer):
14605 * obsolete/scribe.el (compile-command):
14606 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14607
14608 2005-08-28 John Paul Wallington <jpw@gnu.org>
14609
14610 * ibuf-ext.el (ibuffer-auto-update-changed):
14611 Use `frame-or-buffer-changed-p' to check whether we need to update.
14612 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14613 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14614 as a `frame-or-buffer-changed-p' state vector instead.
14615
14616 2005-08-27 Romain Francoise <romain@orebokech.com>
14617
14618 * textmodes/makeinfo.el (makeinfo-compile):
14619 Use `compilation-start'. Set `next-error-function' according to
14620 `disable-errors'.
14621 (makeinfo-next-error): New function.
14622 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14623 (makeinfo-buffer): Likewise.
14624
14625 * progmodes/compile.el (compilation-start): Add autoload cookie.
14626
14627 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14628 * textmodes/sgml-mode.el: Likewise.
14629 * progmodes/python.el: Likewise.
14630
14631 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14632
14633 * simple.el (blink-matching-paren-distance): Document the meaning
14634 of nil value, and allow to customize to nil.
14635
14636 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14637 command.com, not command.exe.
14638
14639 2005-08-26 John Wiegley <johnw@newartisans.com>
14640
14641 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14642 code around a bit so that an extraneous nil argument is not added
14643 to a command when no args are given.
14644
14645 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14646 double-quoted argument resolves to nil, return it as an empty
14647 string rather than as nil. This made it impossible to pass "" to
14648 a shell script as a null string argument.
14649
14650 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * outline.el (outline-invent-heading): New fun.
14653 (outline-promote, outline-demote): Use it.
14654 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14655 (outline-end-of-subtree): Remove unused var `opoint'.
14656
14657 2005-08-26 David Reitter <david.reitter@gmail.com>
14658
14659 * menu-bar.el (truncate-lines, write-file, print-buffer)
14660 (ps-print-buffer-faces, ps-print-buffer, split-window):
14661 Disable menu items when the frame they refer to is invisible, or when
14662 they refer to a buffer and the minibuffer is selected.
14663
14664 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14665
14666 * progmodes/flymake.el (flymake-highlight-err-lines):
14667 Use save-excursion around flymake-highlight-line to preserve point.
14668
14669 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14670
14671 * progmodes/octave-mod.el: Change Author and Maintainer address.
14672 (octave-maintainer-address): Change Kurt's email address.
14673 * progmodes/octave-inf.el: Change Author and Maintainer address.
14674 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14675
14676 2005-08-26 Kim F. Storm <storm@cua.dk>
14677
14678 * subr.el (version-list-<, version-list-<=, version-list-=):
14679 Rename from integer-list-*.
14680 (version-list-not-zero): Likewise. Fix while loop.
14681 (version=): Use version-list-= instead of string-equal.
14682
14683 2005-08-26 Richard M. Stallman <rms@gnu.org>
14684
14685 * outline.el (outline-promote): Try shortening the heading.
14686 As last resort, read the heading to use.
14687 (outline-demote): As last resort, read the heading to use.
14688
14689 2005-08-26 Romain Francoise <romain@orebokech.com>
14690
14691 * progmodes/compile.el (compilation-start): Doc fix.
14692
14693 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14694 (antlr-font-lock-additional-keywords): Fix reference to
14695 `antlr-font-lock-literal-regexp' erroneously changed during the
14696 mass face rename.
14697 (antlr-run-tool): Use `compilation-start'.
14698
14699 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14700 instead of the obsolete `compile-internal'.
14701
14702 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14703
14704 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14705 (number, original-date):
14706 * calendar/cal-china.el (date):
14707 * calendar/cal-coptic.el (date):
14708 * calendar/cal-french.el (date):
14709 * calendar/cal-hebrew.el (date, entry, number, original-date):
14710 * calendar/cal-islam.el (date, number, original-date):
14711 * calendar/cal-iso.el (date):
14712 * calendar/cal-julian.el (date):
14713 * calendar/cal-mayan.el (date):
14714 * calendar/cal-menu.el (date, event):
14715 * calendar/cal-persia.el (date):
14716 * calendar/lunar.el (date):
14717 * calendar/solar.el (date): Add defvars.
14718
14719 * emerge.el:
14720 * ibuffer.el:
14721 * info-xref.el:
14722 * obsolete/bg-mouse.el:
14723 * obsolete/sun-curs.el:
14724 * obsolete/swedish.el: Move the `defvar's to the top level.
14725
14726 * smerge-mode.el (smerge-refined-change): Add :group.
14727
14728 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14731 (smerge-keep-n): Remove props.
14732 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14733 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14734 now that it's done in smerge-keep-n.
14735 (smerge-refined-change): New face.
14736 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14737 (smerge-refine): New funs.
14738 (smerge-basic-map): Bind smerge-refine.
14739
14740 2005-08-25 Juri Linkov <juri@jurta.org>
14741
14742 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14743 compilation-process-setup-function and compilation-disable-input
14744 in grep-mode instead of let-bindings in grep.
14745
14746 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14747 Delete "Automatic File De/compression" (auto-compression-mode).
14748
14749 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14750
14751 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14752 Silence warning about non-existent variable.
14753
14754 2005-08-25 Richard M. Stallman <rms@gnu.org>
14755
14756 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14757 Rename "Describe Key" to "Describe Key or Mouse Operation".
14758
14759 * mail/mailalias.el (build-mail-aliases): Delete comments
14760 from the contents before processing them.
14761
14762 * isearch.el (isearch-edit-string): Erase the Search prompt
14763 if user enters an empty string and there is no default.
14764
14765 * comint.el (comint-file-name-prefix): Add autoload.
14766
14767 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14768
14769 * subr.el (play-sound): Rearrange to avoid warning.
14770
14771 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14772
14773 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14774 New hook.
14775 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14776
14777 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14780
14781 * custom.el (custom-theme-set-variables): Sort minor modes last.
14782
14783 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14784
14785 * subr.el (version-separator, version-regexp-alist): New vars used by
14786 version comparison funs.
14787 (integer-list-<, integer-list-=, integer-list-<=)
14788 (integer-list-not-zero): New funs for integer list comparison.
14789 (version-to-list, version=, version<, version<=): New funs for version
14790 comparison.
14791
14792 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14793
14794 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14795 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14796 time to silence the byte-compiler.
14797
14798 * ibuffer.el (ibuffer-compile-make-eliding-form)
14799 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14800 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14801 so it's silly to get warnings for it).
14802 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14803 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14804 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14805 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14806 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14807 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14808 Defvar at compile time.
14809 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14810 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14811 Declare them before use.
14812
14813 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14814 (info-xref-good, info-xref-bad): Defvar at compile time.
14815
14816 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14817 Use `let*' instead of `let'.
14818
14819 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14820 (*mouse-y*, menu, char): Defvar at compile time.
14821 (sc::menu): Declare it before use.
14822 (sc::pack-one-line): Use `let', not `let*'.
14823
14824 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14825 (mail-send-hook): Defvar at compile time.
14826
14827 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14828 Defvar at compile time.
14829
14830 * term/sun-mouse.el (current-global-mousemap)
14831 (current-local-mousemap): Declare them before use.
14832
14833 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14834
14835 * bookmark.el (bookmark-after-jump-hook): New hook.
14836 (bookmark-jump): Run `bookmark-after-jump-hook'.
14837
14838 2005-08-23 Juri Linkov <juri@jurta.org>
14839
14840 * faces.el (minibuffer-prompt): Doc fix.
14841
14842 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14843
14844 * progmodes/xscheme.el: Trivial changes to silence warnings.
14845 (xscheme-previous-mode, xscheme-previous-process-state):
14846 Add defvars.
14847 (xscheme-last-input-end, xscheme-process-command-line)
14848 (xscheme-process-name, xscheme-buffer-name)
14849 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14850 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14851 (xscheme-control-g-synchronization-p)
14852 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14853 (default-xscheme-runlight, xscheme-runlight)
14854 (xscheme-runlight-string, xscheme-process-filter-state)
14855 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14856 Move to beginning of file.
14857 (scheme-interaction-mode-commands-alist)
14858 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14859 Declare them before use. Note: the initialization code for the variables
14860 has not been moved because it uses functions that reference the variables.
14861 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14862 (xscheme-prompt-for-expression-map): Declare them before use.
14863 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14864
14865 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14866
14867 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14868
14869 2005-08-22 Juri Linkov <juri@jurta.org>
14870
14871 * faces.el (set-face-underline): Delete this duplicate function
14872 and make an obsolete alias to set-face-underline-p.
14873 (set-face-underline-p): Use docstring of set-face-underline.
14874 (describe-face): Create hyperlink to parent face.
14875
14876 * info.el (Info-insert-dir): Use save-excursion around
14877 insert-buffer-substring.
14878 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14879 (Info-escape-percent): Delete function.
14880 (Info-fontify-node): Replace Info-escape-percent by
14881 replace-regexp-in-string with REP arg set to lambda that
14882 duplicates `%' and preserves text properties.
14883
14884 * progmodes/compile.el (compilation-disable-input): Doc fix.
14885 (define-compilation-mode): Doc fix and refill.
14886 (kill-compilation): Use `mode-name' in the error message.
14887 (compilation-find-file): Use `compilation-error' in the
14888 read-file-name's prompt.
14889
14890 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14893 (smerge-auto-leave): Make undo re-enable the mode.
14894 (debug-ignored-errors): Add the user-error of impossible resolution.
14895 (smerge-resolve): Move things around a bit, in preparation for later.
14896 (smerge-diff): Don't fail if the buffer has no associated file.
14897 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14898 (smerge-conflict-overlay): New function.
14899 (smerge-match-conflict): Don't add text properties here.
14900 (smerge-find-conflict): Instead, add an overlay here.
14901 Also check for the case where we're inside a conflict already, so as to
14902 obviate the need for font-lock-multiline, which is unbearably slow with
14903 large conflicts and ciomplex font-lock patterns.
14904 (smerge-remove-props): Remove overlay rather than text-properties.
14905 (smerge-mode): Don't set font-lock-multiline.
14906 Remove overlays when turned off.
14907
14908 2005-08-21 Kim F. Storm <storm@cua.dk>
14909
14910 * ido.el (ido-ignore-item-p): Use save-match-data.
14911 Bind case-fold-search to ido-case-fold locally.
14912
14913 2005-08-20 Richard M. Stallman <rms@gnu.org>
14914
14915 * files.el (normal-mode): If font lock is on, turn it off and on.
14916
14917 * subr.el (replace-regexp-in-string): Doc fix.
14918
14919 * startup.el (command-line-1): Don't suppress startup screen
14920 due to existing processes.
14921
14922 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14923
14924 * progmodes/compile.el (compilation-disable-input): Default to nil.
14925
14926 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14927
14928 * progmodes/compile.el (compilation-disable-input): New defcustom.
14929 (compilation-start): If compilation-disable-input is non-nil, send
14930 EOF to the compilation process.
14931
14932 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14933
14934 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14935 Run the argument of tex-shell-cd-command through
14936 convert-standard-filename, to get the correct style of slashes on
14937 Windows, and enclose the result in quotes, in case the file name
14938 includes whitespace or other special characters.
14939
14940 2005-08-19 Andreas Schwab <schwab@suse.de>
14941
14942 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14943 process.
14944
14945 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14946
14947 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14948
14949 2005-08-18 Kim F. Storm <storm@cua.dk>
14950
14951 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14952
14953 2005-08-18 Richard M. Stallman <rms@gnu.org>
14954
14955 * scroll-lock.el: New file.
14956
14957 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14958
14959 * dired.el (dired-move-to-end-of-filename):
14960 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14961
14962 2005-08-18 Kim F. Storm <storm@cua.dk>
14963
14964 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14965 rather than toggle mode when custom value is nil.
14966 (ido-everywhere): Fix defun doc string.
14967
14968 2005-08-17 Richard M. Stallman <rms@gnu.org>
14969
14970 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14971 as tag instead of "Inviolable".
14972
14973 2005-08-17 Kim F. Storm <storm@cua.dk>
14974
14975 * windmove.el (windmove-coordinates-of-position): Remove.
14976 (windmove-coordinates-of-window-position): Remove.
14977 (windmove-reference-loc): Use posn-at-point instead.
14978
14979 * subr.el (insert-for-yank-1): Doc fix.
14980
14981 * ido.el (ido-enter-matching-directory): Rename from
14982 ido-enter-single-matching-directory. Change `slash' choice to
14983 `only'. Add `first' choice.
14984 (ido-exhibit): Adapt to above changes.
14985
14986 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14987
14988 * Makefile.in: Expand comment about building loaddefs.el.
14989
14990 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14991
14992 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14993 Comment use of defadvice.
14994
14995 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14996
14997 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14998
14999 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15000 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15001 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15002 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15003 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15004 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15005 for backward compatibility for faces that did not appear in the
15006 previous Emacs release.
15007
15008 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15009
15010 2005-08-15 Kim F. Storm <storm@cua.dk>
15011
15012 * emulation/cua-base.el (cua-delete-region): Return t if
15013 deleted region was non-empty.
15014 (cua-replace-region): Inhibit overwrite-mode for
15015 self-insert-command if replaced region was non-empty.
15016 (cua--explicit-region-start, cua--status-string): Make them
15017 buffer-local at top-level...
15018 (cua-mode): ...rather than when mode is enabled.
15019
15020 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15021
15022 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15023 Set t for Emacs 21, 22, and so on.
15024
15025 2005-08-15 David Ponce <david@dponce.com>
15026
15027 * tree-widget.el: Update Commentary header.
15028 (tree-widget-theme): Doc fix.
15029 (tree-widget-space-width): New option.
15030 (tree-widget-image-properties): Look up in the default theme too.
15031 (tree-widget--cursors): Only for images with arrow pointer shape.
15032 (tree-widget-lookup-image): Pointer shape is hand by default.
15033 (tree-widget-icon): Rename generic icon widget from
15034 `tree-widget-control'.
15035 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15036 derive from `tree-widget-icon'.
15037 (tree-widget-handle): Improve default look and feel of the text
15038 representation.
15039 (tree-widget): Rename :*-control properties to :*-icon properties.
15040 Add :action and :help-echo properties.
15041 (tree-widget-after-toggle-functions): Move.
15042 (tree-widget-close-node, tree-widget-open-node): Remove.
15043 (tree-widget-before-create-icon-functions): New hook.
15044 (tree-widget-value-create): Update to allow customization of icons
15045 and nodes at run-time via that new hook.
15046 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15047 (tree-widget-icon-action, tree-widget-icon-help-echo)
15048 (tree-widget-action, tree-widget-help-echo): New functions.
15049
15050 2005-08-15 Kim F. Storm <storm@cua.dk>
15051
15052 * ido.el (ido-buffer-internal): Use with-no-warnings.
15053 (ido-make-merged-file-list): Use while-no-input.
15054
15055 2005-08-15 Richard M. Stallman <rms@gnu.org>
15056
15057 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15058 (flyspell-large-region): Fix doc and custom type.
15059
15060 2005-08-14 Richard M. Stallman <rms@gnu.org>
15061
15062 * files.el (interpreter-mode-alist): Doc fix.
15063
15064 * mail/rmail.el (rmail-nonignored-headers): New variable.
15065 (rmail-clear-headers): Use it.
15066 (rmail-reply): Better handling of mail-followup-to header.
15067
15068 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15069 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15070 don't try to refer to executable-font-lock-keywords.
15071 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15072 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15073 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15074 (sh-mode): Set comment-start-skip, local-abbrev-table,
15075 imenu-case-fold-search.
15076 (sh-set-shell): Don't set them here.
15077 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15078 Don't cache the results in the original alist; don't ever modify
15079 that alist.
15080
15081 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15082
15083 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15084 empty.
15085
15086 2005-08-15 Andreas Schwab <schwab@suse.de>
15087
15088 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15089
15090 * dired.el, info.el, mail/rmail.el: Revert last change.
15091
15092 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15093
15094 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15095 modification in `eval-after-load' form.
15096 * info.el: Likewise.
15097 * mail/rmail.el: Likewise.
15098
15099 2005-08-14 Juri Linkov <juri@jurta.org>
15100
15101 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15102 Remove highlighting of "Compilation started". Highlight only
15103 the word "finished" in "Compilation finished". Add highlighting
15104 of "interrupt", "killed", "terminated" and the exit code.
15105 (compilation-start): Add newline after header. Use exactly the
15106 same time stamp format as the finishing message.
15107 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15108
15109 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15110 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15111 Add highlighting of "interrupt", "killed", "terminated".
15112
15113 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15114 enabled and the current command is self-insert-command, call it
15115 explicitly with overwrite-mode bound to nil, to not allow it
15116 to delete the character after the selected region.
15117
15118 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15119
15120 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15121 move-end-of-line, end-of-line, and beginning-of-line to the list
15122 of commands after which the echo area is updated.
15123
15124 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15125
15126 * cus-edit.el (custom-save-all, custom-save-delete):
15127 Bind recentf-exclude to exclude custom-file.
15128
15129 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15130
15131 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15132 to go to the bottom of the mail message. Added to
15133 `rmail-summary-mode-map' with key "/".
15134 (rmail-summary-show-message): New (internal) function for use by
15135 both `rmail-summary-beginning/end-of-message'.
15136 (rmail-summary-beginning-of-message): Change to use
15137 rmail-summary-show-message.
15138
15139 * mail/rmail.el (rmail-end-of-message): New command to go to the
15140 end of the current message. Added to `rmail-mode-map' with key "/".
15141 (rmail-beginning-of-message): Fix to work as documented.
15142 (rmail-mode): Change documentation.
15143
15144 * progmodes/compile.el (compilation-start): Add the line
15145 "Compilation started" with compilation start time.
15146 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15147
15148 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15149
15150 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15151 of menu items.
15152
15153 2005-08-11 Richard M. Stallman <rms@gnu.org>
15154
15155 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15156
15157 * battery.el (battery-status-function): Don't use ignore-errors.
15158
15159 2005-08-11 Lute Kamstra <lute@gnu.org>
15160
15161 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15162 define-obsolete-variable-alias.
15163
15164 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15165
15166 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15167 (ange-ftp-send-cmd): Revert last change, and expand
15168 the comment explaining the problem.
15169
15170 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15171
15172 * ldefs-boot.el: Update.
15173
15174 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15175 item to "Time, Load and Mail". Change help echo text.
15176
15177 * time.el (display-time-use-mail-icon, display-time-format)
15178 (display-time-string-forms): Shorten first line of docstrings.
15179
15180 2005-08-10 Lars Hansen <larsh@soem.dk>
15181
15182 * desktop.el (desktop-buffer-mode-handlers):
15183 Make non-customizable. Add autoload cookie. Change initial value to
15184 nil; add elements in respective modules instead. Fix doc string.
15185 (desktop-load-file): New function.
15186 (desktop-minor-mode-handlers): New autoloaded variable.
15187 (desktop-create-buffer): Call minor mode handlers.
15188 Use desktop-load-file to load major and minor mode modules prior to
15189 checking for a handler.
15190 (desktop-save): Don't add nil to desktop-minor-modes for minor
15191 modes with nil function in desktop-minor-mode-table. Don't delete
15192 desktop file before rewriting it.
15193 (desktop-locals-to-save): Add autoload cookie. Don't make
15194 automatically buffer-local. Add variables column-number-mode,
15195 size-indication-mode, indent-tabs-mode,
15196 indicate-buffer-boundaries, indicate-empty-lines and
15197 show-trailing-whitespace.
15198 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15199 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15200 (desktop-clear-preserve-buffers-regexp): Delete.
15201 (desktop-clear-preserve-buffers): Update initial value and docstring.
15202 (desktop-save-buffer): Fix doc string.
15203
15204 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15205 (hilit-chg-desktop-restore): New function.
15206 (highlight-changes-mode): Add highlight-changes-mode to
15207 desktop-locals-to-save.
15208
15209 * dired.el: Add handler to desktop-buffer-mode-handlers.
15210 (dired-restore-desktop-buffer): Remove autoload cookie.
15211 (dired-mode): Add autoload cookie.
15212
15213 * info.el: Add handler to desktop-buffer-mode-handlers.
15214 (Info-restore-desktop-buffer): Remove autoload cookie.
15215 (Info-mode): Add autoload cookie.
15216
15217 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15218 (mh-restore-desktop-buffer): Remove autoload cookie.
15219 (mh-folder-mode): Add autoload cookie.
15220
15221 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15222 (rmail-restore-desktop-buffer): Remove autoload cookie.
15223
15224 2005-08-11 Masatake YAMATO <jet@gyve.org>
15225
15226 * hexl.el (hexl-address-region):
15227 (hexl-ascii-region, hexl-font-lock-keywords):
15228 (hexl-highlight-line-range): Use the term "region"
15229 instead of "area" for consistency with the other symbols
15230 defined in hexl.el.
15231
15232 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15233
15234 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15235 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15236 out by Juri Linkov). Add `display-battery-mode'.
15237
15238 2005-08-09 Juri Linkov <juri@jurta.org>
15239
15240 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15241 Remove `-text' from face variable names.
15242 (compilation-error-file-name, compilation-warning-file-name)
15243 (compilation-info-file-name): Delete faces.
15244 (compilation-line-number, compilation-column-number):
15245 Remove face underlining.
15246 (compilation-message-face): Set to `underline' value by default.
15247 (compilation-error-face, compilation-warning-face)
15248 (compilation-info-face): Remove `-file-name' from face names.
15249 (compilation-error-text-face, compilation-warning-text-face)
15250 (compilation-info-text-face): Delete face variables.
15251 (compilation-text-face): Delete function.
15252
15253 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15254 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15255 (grep-error-face): Set to `compilation-error' instead of
15256 `compilation-error-face' (which is redefined to `grep-hit-face' in
15257 grep buffers).
15258 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15259 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15260
15261 * dired-aux.el (dired-do-query-replace-regexp):
15262 Use `query-replace-read-args'.
15263
15264 * replace.el (query-replace-read-from, query-replace-read-to)
15265 (query-replace-read-args): Rename arg `string' to `prompt'.
15266
15267 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15268
15269 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15270
15271 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15272 uploading files.
15273 (ange-ftp-canonize-filename): Handle file names beginning with ~
15274 correctly.
15275
15276 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15277
15278 * textmodes/fill.el (canonically-space-region)
15279 (fill-context-prefix, fill-french-nobreak-p)
15280 (fill-delete-newlines, fill-comment-paragraph)
15281 (justify-current-line): "?\ " -> "?\s".
15282
15283 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15284
15285 * textmodes/fill.el (fill-nonuniform-paragraphs):
15286 Improve argument/docstring consistency.
15287
15288 2005-08-09 Richard M. Stallman <rms@gnu.org>
15289
15290 * textmodes/ispell.el (ispell-word): More fboundp checks.
15291
15292 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15293 (find-file-noselect-1): Call it here, only if RAWFILE.
15294 (normal-mode): Always set some major mode.
15295 (save-some-buffers-action-alist): Change some explanation strings.
15296 (file-name-non-special): In the `quote' method, use unwind-protect.
15297
15298 2005-08-09 Magnus Henoch <mange@freemail.hu>
15299
15300 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15301 (ispell-have-aspell-dictionaries): New variable.
15302 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15303 (ispell-get-aspell-config-value): New function.
15304 (ispell-aspell-find-dictionary): New function.
15305 (ispell-aspell-add-aliases): New function.
15306 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15307 appropriate. Don't look for ispell dictionaries if we use aspell.
15308 (ispell-menu-map): Don't build a submenu of dictionaries.
15309
15310 2005-08-09 Richard M. Stallman <rms@gnu.org>
15311
15312 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15313 (sql-read-passwd): Use read-passwd.
15314
15315 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15316 (idlwave-toolbar-is-possible): Add defvars.
15317
15318 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15319 Avoid warnings.
15320
15321 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15322 (idlwave-system-class-info, idlwave-executive-commands-alist):
15323 Use defvar.
15324
15325 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15326
15327 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15328 Avoid warnings.
15329
15330 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15331 and content-type: headers.
15332
15333 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15334
15335 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15336 and rename some of them to be more self-explanatory.
15337
15338 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15339
15340 * startup.el (command-line-1): Implement -scriptload.
15341
15342 * replace.el (occur-engine): Initial *Occur* output not undoable.
15343
15344 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15345 and improve help strings.
15346
15347 * isearch.el (isearch-repeat): When changing direction,
15348 mark search successful.
15349
15350 * ediff-init.el: Use (featurep 'xemacs).
15351
15352 * comint.el (send-invisible): Identify buffer, if not selected.
15353
15354 * align.el: Delete autoload for c-guess-basic-syntax.
15355
15356 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15357
15358 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15359 Improve argument/docstring consistency. Doc fixes.
15360 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15361 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15362 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15363 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15364 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15365 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15366 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15367 Defvar at compile time.
15368
15369 2005-08-09 Juri Linkov <juri@jurta.org>
15370
15371 * info.el: Replace `info' with upper-case `Info' where appropriate.
15372 (info-title-1, info-title-2, info-title-3, info-title-4)
15373 (info-menu-header): Move up face definitions.
15374 (info-menu-star): Rename from `info-menu-5'.
15375 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15376 (Info-fontify-visited-nodes): Fix docstring.
15377 (Info-hide-note-references): Fix docstring.
15378 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15379 menu items in the same way as on cross-references.
15380 (info-apropos): Fix sorting order and formatting to be like in the
15381 stand-alone Info browser. Display error messages for 1 sec.
15382 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15383 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15384 from the menu bar.
15385 (Info-insert-dir): Restore point after calling
15386 `insert-buffer-substring'.
15387
15388 2005-08-08 Richard M. Stallman <rms@gnu.org>
15389
15390 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15391 (recompute-lucid-menubar): Add defvars.
15392
15393 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15394
15395 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15396
15397 * net/net-utils.el (run-dig): Rename from `dig'.
15398
15399 * play/gametree.el (gametree-mode): Use make-local-variable,
15400 not make-variable-buffer-local.
15401
15402 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15403
15404 * ansi-color.el (ansi-color-make-extent)
15405 (ansi-color-set-extent-face): Use fboundp, not functionp.
15406
15407 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15408 not make-variable-buffer-local.
15409
15410 * bookmark.el (Info-current-file): Add defvar.
15411 (bookmark-jump-noselect): Use with-no-warnings.
15412
15413 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15414
15415 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15416
15417 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15418
15419 * find-file.el (ada-procedure-start-regexp)
15420 (ada-package-start-regexp): Add defvars.
15421
15422 * info.el (Info-insert-dir): Use insert-buffer-substring.
15423
15424 * xml.el (xml-att-def-re): Add defvar.
15425
15426 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15427 calling convention.
15428
15429 * subr.el (while-no-input): Return t if there is input.
15430
15431 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15432
15433 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15434
15435 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15436
15437 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15438 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15439
15440 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15441
15442 * cmuscheme.el (scheme-start-file): Replace reference to
15443 `user-emacs-directory' by "~/.emacs.d/".
15444
15445 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15446
15447 * info.el (Info-dir-remove-duplicates): Avoid case folding
15448 in loop; instead, keep downcased strings for comparison.
15449 Suggested by Helmut Eller.
15450
15451 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15452
15453 Sync with Tramp 2.0.50.
15454
15455 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15456 XEmacs case; not necessary anymore.
15457 (tramp-user-regexp): Allow "@" as part of user name.
15458 (tramp-handle-set-visited-file-modtime)
15459 (tramp-handle-insert-file-contents)
15460 (tramp-handle-write-region): No special handling for
15461 `last-coding-system-used, because this is done in
15462 `tramp-accept-process-output' now.
15463 (tramp-accept-process-output): New defun.
15464 (tramp-process-one-action, tramp-process-one-multi-action)
15465 (tramp-wait-for-regexp, tramp-wait-for-output)
15466 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15467 Howells <dhowells@redhat.com>.
15468 (clear-visited-file-modtime): Defadvice removed. The check for
15469 unset buffer's modtime does not need to be based on
15470 `tramp-buffer-file-attributes'. Suggested by RMS.
15471 (tramp-message): Insert "\n" if not being at beginning of line.
15472 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15473 sequence with same logic.
15474 (tramp-completion-handle-expand-file-name): Discard call of
15475 `tramp-drop-volume-letter'. It is not necessary, and there have
15476 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15477 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15478 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15479 should always be visible.
15480 (tramp-handle-insert-directory, tramp-setup-complete)
15481 (tramp-set-process-query-on-exit-flag)
15482 (tramp-append-tramp-buffers): Pacify byte-compiler.
15483 (tramp-bug): Delete non-existing variables from list.
15484 Apply `tramp-load-report-modules' as pre-hook.
15485 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15486 `shell-prompt-pattern' because of non-7bit characters.
15487 Reported by Sebastian Luque <sluque@mun.ca>.
15488 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15489 (tramp-match-string-list): Remove function.
15490 (tramp-wait-for-regexp): Remove call of that function.
15491 Suggested by Kim F. Storm <storm@cua.dk>.
15492 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15493 instead of octal character code ?\600. The latter resulted in a
15494 syntax error with XEmacs.
15495
15496 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15497 XEmacs case; not necessary anymore.
15498 (tramp-smb-handle-write-region): No special handling for
15499 `last-coding-system-used, because this is done in
15500 `tramp-accept-process-output' now.
15501 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15502
15503 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15504
15505 * wid-edit.el (widget-choice-value-create):
15506 Unconditionally respect user choice. Set :explicit-choice back to nil
15507 when no longer needed.
15508 (widget-choice-action): Unconditionally respect user choice.
15509 Eliminate :explicit-choice-value.
15510
15511 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15512
15513 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15514 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15515 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15516 running new function `toggle-indicate-empty-lines'.
15517 Rename "Customize" item to "Customize fringe".
15518 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15519 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15520 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15521 Delete "Empty lines only" item.
15522 (menu-bar-showhide-fringe-ind-customize): New function.
15523 (menu-bar-showhide-fringe-ind-mixed)
15524 (menu-bar-showhide-fringe-ind-box)
15525 (menu-bar-showhide-fringe-ind-right)
15526 (menu-bar-showhide-fringe-ind-left)
15527 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15528 instead of `fringe-indicators'.
15529
15530 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15531
15532 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15533 Change the date of last update.
15534
15535 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15536
15537 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15538 (viper-exec-yank, viper-put-back): Don't display modification msg
15539 if in the minibuffer.
15540
15541 * viper-init.el (viper-replace-overlay-cursor-color)
15542 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15543 Make variables frame local.
15544
15545 * viper-util.el (viper-append-filter-alist): Use append instead of
15546 nconc.
15547
15548 * viper.el (viper-vi-state-mode-list)
15549 (viper-emacs-state-mode-list): Move help-mode and
15550 completion-list-mode from the first list to the second.
15551 (viper-mode): Docstring.
15552 (viper-go-away, viper-non-hook-settings): Don't localize
15553 minor-mode-alist in newer Emacsen. Add advice to
15554 set-cursor-color. Don't bind "\C-c\\".
15555
15556 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15557
15558 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15559 (scheme-macro-expand-command): New user options.
15560 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15561 (scheme-form-at-point, scheme-start-file)
15562 (scheme-interactively-start-process): New functions.
15563 (scheme-get-process): New function, extracted from `scheme-proc'.
15564 (run-scheme): Call `scheme-start-file' to get start file, and pass
15565 it to `make-comint'.
15566 (switch-to-scheme, scheme-proc):
15567 Call `scheme-interactively-start-process' if no Scheme buffer/process
15568 is available.
15569
15570 2005-08-06 Juri Linkov <juri@jurta.org>
15571
15572 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15573 Use `compilation-text-face', `compilation-info-text-face' and
15574 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15575 (compilation-error): New face.
15576 (compilation-error-file-name): Inherit from
15577 `compilation-error' instead of `font-lock-warning-face'.
15578 (compilation-warning-file-name): Inherit from
15579 `compilation-warning' instead of `font-lock-warning-face'.
15580 (compilation-info, compilation-error-file-name)
15581 (compilation-warning-file-name, compilation-info-file-name)
15582 (compilation-line-number, compilation-column-number): Doc fix.
15583 (compilation-error-text-face, compilation-warning-text-face)
15584 (compilation-info-text-face): New face variables.
15585 (compilation-line-face, compilation-column-face)
15586 (compilation-enter-directory-face)
15587 (compilation-leave-directory-face): Doc fix.
15588 (compilation-text-face): New function.
15589
15590 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15591 instead of 1 to display binary file names as info file links.
15592 (grep-error-face): Use `compilation-error-face' instead of
15593 `font-lock-keyword-face'.
15594 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15595 and `compilation-warning-text-face' instead of
15596 `font-lock-keyword-face'. Use `compilation-error-text-face'
15597 instead of `grep-error-face'.
15598
15599 2005-08-05 Kenichi Handa <handa@m17n.org>
15600
15601 * international/code-pages.el: Add autoload cookies for all coding
15602 systems.
15603
15604 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15605
15606 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15607
15608 2005-08-04 Juri Linkov <juri@jurta.org>
15609
15610 * progmodes/compile.el (compilation-mode-map):
15611 * progmodes/grep.el (grep-mode-map):
15612 Bind TAB to `compilation-next-error' and [backtab] to
15613 `compilation-previous-error'.
15614
15615 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15616 matching line numbers, column numbers and their ranges with regexp
15617 matching only line numbers.
15618 (grep-context-face): New face variable.
15619 (grep-mode-font-lock-keywords): Use it.
15620
15621 * faces.el (read-face-name): Delete duplicate faces.
15622
15623 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15624
15625 * thumbs.el (thumbs-find-image): Don't make variables
15626 automatically buffer local.
15627 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15628 (thumbs-image-num): Make automatically buffer local.
15629 (thumbs-show-thumbs-list): Use `make-local-variable', not
15630 `make-variable-buffer-local'.
15631 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15632
15633 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15634 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15635 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15636 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15637 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15638 (feelings-about, foullst, found, hello, history, howareyoulst)
15639 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15640 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15641 (neglst, obj, object, owner, please, problems, qlist)
15642 (random-adjective, relation, remlst, repetitive-shortness)
15643 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15644 (shortlst, something, sportslst, stallmanlst, states, subj)
15645 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15646 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15647 Defvar at compile time.
15648
15649 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15650 not `make-variable-buffer-local'.
15651
15652 2005-08-02 Kim F. Storm <storm@cua.dk>
15653
15654 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15655 rectangle overlay in selected window.
15656
15657 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15658
15659 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15660 instead of display group. Make `indicate-buffer-boundaries'
15661 customizable through Custom.
15662
15663 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15664
15665 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15666 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15667 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15668 (gdb-put-string): Fix typos in docstrings.
15669
15670 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15671
15672 Update copyright notices of files in progmodes directory for
15673 release of Emacs 22.1.
15674
15675 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15676
15677 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15678 Don't barf if the GUD buffer has been killed.
15679
15680 2005-08-01 Kim F. Storm <storm@cua.dk>
15681
15682 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15683
15684 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15685
15686 * simple.el (next-error-follow-minor-mode):
15687 make-variable-buffer-local -> make-local-variable.
15688
15689 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15690
15691 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15692 (byte-compile-form-make-variable-buffer-local): New functions to warn
15693 about misuses of make-variable-buffer-local where make-local-variable
15694 was meant.
15695
15696 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15697
15698 * bs.el (bs-attributes-list): Doc fix.
15699 (bs): Update url-link.
15700
15701 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15702 (desktop-load-default): Simplify.
15703
15704 * ibuffer.el (ibuffer-columnize-and-insert-list)
15705 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15706 (ibuffer-unmark-all, ibuffer-toggle-marks)
15707 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15708 (ibuffer-compile-make-format-form, ibuffer-format-column)
15709 (ibuffer-current-buffers-with-marks)
15710 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15711 (ibuffer): Doc fix.
15712 (ibuffer-mode): Fix typo in docstring.
15713 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15714 with `define-obsolete-variable-alias'.
15715 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15716
15717 2005-07-29 Kenichi Handa <handa@m17n.org>
15718
15719 * international/mule-cmds.el (select-message-coding-system):
15720 Be sure to use LF for end-of-line. If no coding system is decided,
15721 return iso-8859-1-unix.
15722
15723 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15726 (ange-ftp-pending-error-line): New vars.
15727 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15728 to handle the non-fatal no-route-to-host messages.
15729 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15730
15731 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15732
15733 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15734 (isearch-quote-char, isearch-printing-char)
15735 (isearch-text-char-description): "?\ " -> "?\s".
15736 (isearch-lazy-highlight-cleanup)
15737 (isearch-lazy-highlight-initial-delay)
15738 (isearch-lazy-highlight-interval)
15739 (isearch-lazy-highlight-max-at-a-time)
15740 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15741 Declare with define-obsolete-*-alias macros.
15742 (isearch-forward): Fix typo in docstring.
15743 (search-invisible, search-ring-yank-pointer)
15744 (regexp-search-ring-yank-pointer): Doc fixes.
15745
15746 * recentf.el (recentf-menu-append-commands-p): Declare with
15747 `define-obsolete-variable-alias'.
15748 (recentf-max-saved-items, recentf-menu-filter)
15749 (recentf-arrange-by-rule-subfilter): Doc fixes.
15750 (recentf-menu-append-commands-flag)
15751 (recentf-initialize-file-name-history, recentf-expand-file-name)
15752 (recentf-clear-data): Fix typos in docstrings.
15753
15754 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15755
15756 * progmodes/gdb-ui.el: Smarten comments.
15757 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15758
15759 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15760
15761 * term/apollo.el (terminal-init-apollo): New function containing
15762 all former top level forms in the file.
15763 * term/bobcat.el (terminal-init-bobcat):
15764 * term/cygwin.el (terminal-init-cygwin):
15765 * term/iris-ansi.el (terminal-init-iris-ansi):
15766 * term/linux.el (terminal-init-linux):
15767 * term/news.el (terminal-init-news):
15768 * term/rxvt.el (terminal-init-rxvt):
15769 * term/sun.el (terminal-init-sun):
15770 * term/tvi970.el (terminal-init-tvi970):
15771 * term/vt100.el (terminal-init-vt100):
15772 * term/vt102.el (terminal-init-vt102):
15773 * term/vt125.el (terminal-init-vt125):
15774 * term/vt200.el (terminal-init-vt200):
15775 * term/vt201.el (terminal-init-vt201):
15776 * term/vt220.el (terminal-init-vt220):
15777 * term/vt240.el (terminal-init-vt240):
15778 * term/vt300.el (terminal-init-vt300):
15779 * term/vt320.el (terminal-init-vt320):
15780 * term/vt400.el (terminal-init-vt400):
15781 * term/vt420.el (terminal-init-vt420):
15782 * term/wyse50.el (terminal-init-wyse50):
15783 * term/xterm.el (terminal-init-xterm): Likewise.
15784
15785 * term/README: Describe the terminal-init-* functionality.
15786
15787 * startup.el (command-line): After loading the terminal initialization
15788 file call the corresponding terminal initialization function.
15789
15790 2005-07-27 Kenichi Handa <handa@m17n.org>
15791
15792 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15793 negative.
15794
15795 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15796 (ps-mule-composition-prologue): Fix for the case that
15797 RelativeCompose is false.
15798
15799 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15800
15801 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15802
15803 * descr-text.el (describe-char): Handle the case where the list of
15804 chars is displayed in a separate frame.
15805 Be a bit more discriminating when looking for the char.
15806
15807 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15808
15809 * bookmark.el (bookmark-automatically-show-annotations)
15810 (bookmark-read-annotation-text-func): Doc fixes.
15811 (bookmark-save): Improve argument/docstring consistency.
15812 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15813 (bookmark-alist-from-buffer)
15814 (bookmark-upgrade-file-format-from-0)
15815 (bookmark-grok-file-format-version)
15816 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15817 (bookmark-read-annotation-mode)
15818 (bookmark-insert-current-bookmark, bookmark-jump)
15819 (bookmark-exit-hook): Fix typos in docstrings.
15820 (bookmark-exit-hooks): Define as obsolete alias.
15821 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15822 not `bookmark-exit-hooks'. Fix docstring.
15823 (bookmark-bmenu-select): "?\ " -> "?\s".
15824
15825 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15826
15827 * startup.el (command-line): Fix typo.
15828
15829 2005-07-24 Richard M. Stallman <rms@gnu.org>
15830
15831 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15832 not emacs-quick-startup.
15833
15834 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15835
15836 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15837 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15838 instead of `reb-with-current-window'.
15839 (reb-prev-match): Likewise. Also, don't move left if the search
15840 was unsuccessful.
15841 (reb-initialize-buffer): New function.
15842 (re-builder, reb-change-syntax): Use it.
15843
15844 * man.el (Man-goto-page): Make second argument NOERROR optional.
15845
15846 2005-07-23 Richard M. Stallman <rms@gnu.org>
15847
15848 * man.el (Man-bgproc-sentinel): Check here for failure to find
15849 any man page in the output, and report the error here.
15850 (Man-arguments): Make it permanent local.
15851 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15852 (Man-mode): Pass t for NOERROR.
15853
15854 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15855 (grep-mode-font-lock-keywords):
15856 Don't use compilation-...-face for messages that are not file names.
15857
15858 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15859 Don't use compilation-...-face for messages that are not file names.
15860
15861 2005-07-22 Juri Linkov <juri@jurta.org>
15862
15863 * startup.el (normal-splash-screen): Update menu name.
15864
15865 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15866
15867 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15868
15869 * term/xterm.el: Load term/rxvt if the terminal is actually an
15870 rxvt terminal.
15871 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15872
15873 * term/rxvt.el (function-key-map): Use substitute-key-definition
15874 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15875
15876 * term/cygwin.el: New file.
15877
15878 2005-07-22 Kim F. Storm <storm@cua.dk>
15879
15880 * image-file.el (insert-image-file, image-file-yank-handler):
15881 Fix last change to maintain a (unique) yank-handler on yanked images.
15882
15883 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15884
15885 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15886 of the file size (as in "177B" for 177 bytes). This happens with
15887 "ls -lh" on FreeBSD.
15888
15889 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15890
15891 * hilit-chg.el (highlight-changes-global-initial-state)
15892 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15893 (hilit-chg-fixup, highlight-changes-mode):
15894 Fix typos in docstrings.
15895 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15896 Doc fixes.
15897
15898 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15899
15900 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15901 mode function using `eval-after-load'.
15902
15903 2005-07-21 Kim F. Storm <storm@cua.dk>
15904
15905 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15906 included when reporting an emacs crash, and tell about the DEBUG file.
15907
15908 * image-file.el (insert-image-file): Add yank-handler.
15909 (image-file-yank-handler): Yank handler to make unique copies of
15910 images when they are yanked into a buffer next to each other.
15911
15912 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15913
15914 * comint.el (comint-use-prompt-regexp, comint-send-input)
15915 (comint-source-default, comint-extract-string)
15916 (comint-get-source, comint-word, comint-completion)
15917 (comint-source, comint-prompt-read-only, comint-update-fence):
15918 Fix typos in docstrings.
15919 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15920 Declare with define-obsolete-*-alias macros.
15921 (comint-previous-matching-input-from-input)
15922 (comint-next-matching-input-from-input)
15923 (comint-previous-matching-input, comint-next-matching-input)
15924 (comint-forward-matching-input):
15925 Improve argument/docstring consistency.
15926
15927 * desktop.el (desktop-clear-preserve-buffers-regexp):
15928 Also preserve the *server* buffer.
15929
15930 * simple.el (clone-indirect-buffer): Doc fix.
15931 (fixup-whitespace, just-one-space)
15932 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15933 (next-error, next-error-highlight)
15934 (next-error-highlight-no-select, next-error-last-buffer)
15935 (next-error-buffer-p, next-error-find-buffer, next-error)
15936 (previous-error, next-error-no-select, previous-error-no-select)
15937 (open-line, split-line, minibuffer-prompt-width, kill-new)
15938 (binary-overwrite-mode): Fix typos in docstrings.
15939 (set-fill-column): Fix typo in message.
15940
15941 * skeleton.el (skeleton-proxy-new): Doc fix.
15942
15943 * strokes.el (strokes-load-hook): Doc fix.
15944 (strokes-grid-resolution, strokes-get-grid-position)
15945 (strokes-renormalize-to-grid, strokes-read-stroke)
15946 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15947 (strokes-global-map): Fix typos in docstrings.
15948 (strokes-help): Doc fix. Fix help message and pass it through
15949 `substitute-command-keys'.
15950
15951 * tempo.el (tempo-insert-prompt, tempo-interactive)
15952 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15953 (tempo-insert-string-functions, tempo-local-tags)
15954 (tempo-define-template, tempo-insert-template)
15955 (tempo-insert-prompt-compat, tempo-is-user-element)
15956 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15957 Fix typos in docstrings.
15958
15959 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15960 (vcursor-key-bindings, vcursor-use-vcursor-map)
15961 (vcursor-find-window, vcursor-scroll-down)
15962 (vcursor-disable, vcursor-beginning-of-buffer)
15963 (vcursor-end-of-buffer): Fix typos in docstrings.
15964 (vcursor-relative-move, vcursor-get-char-count):
15965 Improve argument/docstring consistency.
15966
15967 * version.el: "?\ " -> "?\s".
15968
15969 * wid-edit.el (widget-default-create, widget-after-change)
15970 (widget-default-format-handler, widget-checklist-add-item)
15971 (widget-radio-add-item, widget-choose, widget-specify-secret)
15972 (widget-field-value-create, widget-field-value-get)
15973 (widget-editable-list-format-handler)
15974 (widget-editable-list-entry-create, widget-group-value-create)
15975 (widget-documentation-link-add)
15976 (widget-documentation-string-value-create): "?\ " -> "?\s".
15977 (widget-convert-text): Doc fix.
15978 (widget-narrow-to-field, widget-field-find)
15979 (widget-url-link-action, widget-emacs-library-link-action)
15980 (widget-color-notify): Fix typos in docstrings.
15981
15982 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15983 (x-select-text, set-w32-system-coding-system)
15984 (w32-add-charset-info): Fix typos in docstrings.
15985
15986 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15987 (cua-enable-cua-keys, cua-use-hyper-key)
15988 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15989 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15990
15991 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15992
15993 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15994 `defalias' instead of faking it.
15995
15996 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15997 (eshell-ls-missing, eshell-ls-dired-initial-args)
15998 (eshell-ls-use-in-dired): Fix typos in docstrings.
15999
16000 2005-07-20 Kim F. Storm <storm@cua.dk>
16001
16002 * emulation/cua-base.el (cua-mode): Improve doc string.
16003
16004 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16005
16006 * abbrev.el (expand-region-abbrevs): Doc fix.
16007 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16008 Improve argument/docstring consistency.
16009
16010 * arc-mode.el (archive-get-descr, archive-alternate-display):
16011 Doc fixes.
16012 (archive-l-e): Improve argument/docstring consistency.
16013 (archive-tmpdir, archive-unixdate, archive-unixtime)
16014 (archive-chmod-entry): Fix typos in docstrings.
16015 (archive-unflag, archive-unflag-backwards)
16016 (archive-unmark-all-files): "?\ " -> "?\s".
16017
16018 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16019 (Buffer-menu-not-modified, Buffer-menu-execute)
16020 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16021 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16022
16023 * composite.el (compose-string, encode-composition-rule)
16024 (compose-last-chars): Fix typos in docstrings.
16025
16026 * desktop.el (desktop-enable, desktop-basefilename):
16027 Declare with `define-obsolete-variable-alias'.
16028 (desktop-internal-v2s): Don't quote keywords.
16029 (desktop-clear): "?\ " -> "?\s".
16030
16031 * dired.el (dired-align-file, dired-flag-backup-files)
16032 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16033 (dired-listing-switches, dired-ls-F-marks-symlinks)
16034 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16035 (dired-directory, dired-faces, dired, dired-revert)
16036 (dired-mode, dired-summary, dired-view-file)
16037 (dired-copy-filename-as-kill, dired-delete-file)
16038 (dired-no-confirm, dired-unmark-all-marks)
16039 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16040 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16041 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16042 Fix typos in message strings.
16043
16044 * dired-x.el (virtual-dired): Declare with `defalias'.
16045 (dired-mark-unmarked-files, dired-local-variables-file)
16046 (dired-omit-here-always): Doc fix.
16047 (dired-omit-mode, dired-find-subdir)
16048 (dired-enable-local-variables, dired-clean-up-buffers-too)
16049 (dired-extra-startup, dired-mark-extension, dired-jump)
16050 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16051 (dired-smart-shell-command, dired-guess-shell-alist-user)
16052 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16053 (dired-x-bind-find-file, dired-x-submit-report):
16054 Fix typos in docstrings.
16055 (dired-mark-unmarked-files): "?\ " -> "?\s".
16056
16057 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16058
16059 * faces.el (describe-face): "?\ " -> "?\s".
16060 (read-all-face-attributes, read-face-font, modify-face)
16061 (face-attr-construct, italic): Fix typos in docstrings.
16062 (frame-update-face-colors): Declare with
16063 `define-obsolete-function-alias'.
16064
16065 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16066 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16067 (magic-mode-alist, buffer-file-numbers-unique)
16068 (write-file-functions, get-free-disk-space):
16069 Fix typos in docstrings.
16070 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16071 (write-contents-hooks, write-file-hooks):
16072 Declare with `define-obsolete-variable-alias'.
16073
16074 * forms-d2.el (arch-rj): Fix typo in docstrings.
16075 (arch-tocol): Likewise. "?\ " -> "?\s".
16076
16077 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16078 Fix typo in docstring.
16079 (set-screen-width, set-screen-height): Delete redundant info in
16080 doctrings.
16081 (new-frame, screen-height, screen-width): Declare with
16082 `define-obsolete-function-alias'.
16083 (delete-frame-hook, blink-cursor): Declare with
16084 `define-obsolete-variable-alias'.
16085
16086 * paths.el (prune-directory-list): Fix typos in docstring.
16087
16088 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16089 (cvs-prefix-get): Fix typos in docstrings.
16090
16091 * ps-print.el (ps-extend-face-list, ps-extend-face)
16092 (ps-print-background-image): Fix typos in docstrings.
16093 (ps-default-fg, ps-default-bg): Doc fixes.
16094
16095 * s-region.el (s-region-bind): Doc fix.
16096 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16097
16098 * textmodes/org.el (org-table-formula-substitute-names)
16099 (org-table-get-vertical-vector): Doc fixes.
16100 (org-table-recalculate): Remove unused argument to `message'.
16101
16102 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16103
16104 * textmodes/org.el (org-table-column-names)
16105 (org-table-column-name-regexp)
16106 (org-table-named-field-locations): New variables.
16107 (org-archive-subtree): Protect `this-command' when calling
16108 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16109 the kill buffer.
16110 (org-complete): Remove fixed-formula completion.
16111 (org-edit-formulas-map): New variable.
16112 (org-table-edit-formulas): New command.
16113 (org-finish-edit-formulas, org-abort-edit-formulas)
16114 (org-show-variable, org-table-get-vertical-vector): New functions.
16115 (org-table-maybe-eval-formula): Handle `:=' fields.
16116 (org-table-get-stored-formulas, org-table-store-formulas)
16117 (org-table-get-formula, org-table-modify-formulas)
16118 (org-table-replace-in-formulas): Handle named field formulas.
16119 (org-table-get-specials): Store locations of named fields.
16120
16121 2005-07-19 Juri Linkov <juri@jurta.org>
16122
16123 * progmodes/grep.el (grep-regexp-alist)
16124 (grep-mode-font-lock-keywords, grep-process-setup):
16125 Use default GNU grep match color "01;31m" instead of "01;41m".
16126 (grep-regexp-alist, grep-mode-font-lock-keywords):
16127 Use `\\[[0-9]*m' instead of `\\[00m'.
16128 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16129 sgr_start where its handling is more important. Use the real
16130 length of sgr_start instead of constant 8.
16131 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16132 specially. Delete all remaining escape sequences.
16133 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16134 (grep-regexp-alist): Make hyperlink only for binary file name
16135 instead of the whole line.
16136 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16137 (grep-mode): Add autoload.
16138
16139 * emacs-lisp/find-func.el (find-function-regexp):
16140 Add `define-compilation-mode'.
16141
16142 2005-07-19 Juri Linkov <juri@jurta.org>
16143
16144 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16145 (compare-windows-sync-string-size, compare-windows-recenter)
16146 (compare-windows-highlight, compare-windows): Add version 22.1.
16147 (compare-windows) <defface>: Inherit from lazy-highlight instead
16148 of duplicating its default value.
16149
16150 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16151 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16152
16153 * descr-text.el (describe-char): Create link buttons for `charset'
16154 and `code point'. Add the current input method name with a link
16155 button to `to input' field. Print face names of display table
16156 characters in `The display table entry is displayed by' section
16157 instead of printing face-id in the `display' field.
16158 Guess hardcoded faces and create a link button for them.
16159 Skip empty fields when calculating max-width.
16160 Treat `widget-create' specially while inserting strings from the
16161 collected field list.
16162 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16163
16164 * diff-mode.el (diff-file-header): Change foreground color from
16165 yellow to green on light backgrounds.
16166 (diff-context): Inherit from `shadow' only for color/grayscale
16167 with more than 88 colors.
16168 (diff-indicator-removed, diff-indicator-added)
16169 (diff-indicator-changed): New faces.
16170 (diff-font-lock-keywords): Use new faces. Regroup rules.
16171 Add "^---$" for `normal' diff format. Fontify `#' lines with
16172 font-lock-comment-delimiter-face and font-lock-comment-face.
16173 Add `#' to ^[^...] in the rule for `diff-context-face'.
16174
16175 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16176 a button-like box. Inherit from `highlight' on low colors.
16177 (shadow): Use shades of gray only for color/grayscale with
16178 more than 88 colors. Use green for light backgrounds with
16179 8 colors, and yellow for dark backgrounds with 8 colors.
16180
16181 * font-lock.el (font-lock-regexp-grouping-backslash):
16182 Don't inherit from escape-glyph (use bold for all cases).
16183
16184 * info.el (info-xref-visited): Use light foreground color `violet'
16185 for dark backgrounds instead of dark color `magenta3'.
16186 (info-title-1): Use `yellow' color for dark backgrounds.
16187
16188 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16189 too-light magenta2.
16190
16191 * replace.el (match): Use slightly more light RoyalBlue3 instead
16192 of dark RoyalBlue4.
16193
16194 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16195
16196 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16197
16198 * novice.el (disabled-command-hook): Declare it with
16199 `define-obsolete-variable-alias'.
16200
16201 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16202 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16203 (desktop-load-default): Add release to obsolescence info.
16204 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16205 (desktop-append-buffer-args, desktop-read):
16206 Fix typos in docstrings.
16207 (desktop-kill): Fix typo in message.
16208 (desktop-save): Doc fix.
16209
16210 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16211
16212 * viper-cmd.el (viper-escape-to-state): Bug fix.
16213 (viper-envelop-ESC-key): Change the definition of fast
16214 keysequence so it'll work with keyboard macros.
16215
16216 * ediff.el (ediff-patch-buffer): Change the docstring.
16217
16218 2005-07-19 Kenichi Handa <handa@m17n.org>
16219
16220 * international/mule-cmds.el (select-safe-coding-system): Try to
16221 use an auto-coding (if any) before anything else. If the found
16222 auto-coding is invalid, show a warning message.
16223
16224 * international/mule.el (find-auto-coding): New function created
16225 by modifying the body of set-auto-coding.
16226 (set-auto-coding): Use find-auto-coding to find a coding.
16227
16228 2005-07-18 Richard M. Stallman <rms@gnu.org>
16229
16230 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16231 not isearch-mode-end-hook-error.
16232 (allout-before-change-protect): Fix error message.
16233
16234 2005-07-18 Juri Linkov <juri@jurta.org>
16235
16236 * allout.el (allout-mode):
16237 * calculator.el (calculator-copy):
16238 * custom.el (custom-known-themes):
16239 * dired.el (dired-desktop-buffer-misc-data)
16240 (dired-restore-desktop-buffer):
16241 * dired-x.el (dired-omit-marker-char):
16242 * files.el (basic-save-buffer):
16243 * font-core.el (font-lock-mode):
16244 * calendar/calendar.el (calendar-goto-hebrew-date)
16245 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16246 (calendar-goto-persian-date):
16247 * language/ethio-util.el (ethio-sera-to-fidel-region):
16248 * textmodes/picture.el (picture-mode):
16249 Delete duplicate duplicate words.
16250
16251 2005-07-18 Juri Linkov <juri@jurta.org>
16252
16253 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16254 chars * ? } |.
16255 (isearch-fallback): Don't call `isearch-process-search-char'.
16256 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16257 (isearch-process-search-char): Call `isearch-fallback' for regexp
16258 chars * ? } |.
16259 (isearch-return-char): Make obsolete with `make-obsolete' instead
16260 of simply documenting it as obsolete in the docstring.
16261 (isearch-fallback): Refill docstring.
16262
16263 * international/isearch-x.el
16264 (isearch-process-search-multibyte-characters): Remove unneeded
16265 `concat'. Add intermediate values to `junk-hist' instead of
16266 `minibuffer-history'. Test the length of `str'.
16267
16268 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16269
16270 * allout.el (allout-resolve-xref): Fix typos in error strings.
16271 (allout-before-change-protect): Remove unneeded `concat'.
16272
16273 * array.el (array-mode, array-reconfigure-rows)
16274 (untabify-backward): Fix typos in docstrings.
16275 (array-reconfigure-rows): Use `insert-buffer-substring', not
16276 `insert-buffer'.
16277
16278 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16279 * progmodes/ada-mode.el (ada-make-body):
16280 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16281
16282 * dired.el (dired-log):
16283 * tar-mode.el (tar-subfile-save-buffer):
16284 * play/zone.el (zone-pgm-stress-destress):
16285 Use `insert-buffer-substring', not `insert-buffer'.
16286
16287 2005-07-17 Simon Josefsson <jas@extundo.com>
16288
16289 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16290
16291 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16292
16293 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16294 Add plain auth method.
16295 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16296
16297 2005-07-17 Kim F. Storm <storm@cua.dk>
16298
16299 * ido.el (dired-other-window): Add ido property.
16300
16301 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16302
16303 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16304 Fix typo in docstring.
16305 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16306 `insert-file-literally'.
16307
16308 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16309 info and delete redundant message. Doc fix.
16310 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16311 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16312
16313 2005-07-16 Richard M. Stallman <rms@gnu.org>
16314
16315 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16316 (byte-compile-and): Use byte-compile-and-recursion.
16317 (byte-compile-or-recursion): New function.
16318 (byte-compile-or): Use that.
16319 (byte-compile-if): Guard the else-clause too.
16320 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16321
16322 * isearch.el (isearch-mode-end-hook-quit): New variable.
16323 (isearch-done): Bind it.
16324 (isearch-mode-end-hook): Doc fix.
16325
16326 * allout.el (allout-isearch-did-quit): Variable deleted.
16327 (allout-real-isearch-abort): Function name no longer used.
16328 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16329 (allout-isearch-rectification): isearch-mode always exists.
16330 Don't set allout-isearch-did-quit.
16331 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16332 allout-isearch-did-quit.
16333 (allout-enwrap-isearch): Just add the hook.
16334 (allout-isearch-abort): Function deleted.
16335 (allout-pre-command-business): Avoid warning.
16336
16337 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16338 Correctly avoid warnings.
16339 (pascal-outline): Likewise.
16340
16341 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16342
16343 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16344
16345 * play/tetris.el (tetris-mode): Avoid warning.
16346
16347 * play/snake.el (snake-mode): Avoid warning.
16348
16349 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16350 (gamegrid-set-display-table): Avoid warning.
16351 (gamegrid-set-timer): Likewise.
16352 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16353 (gamegrid-add-score-with-update-game-score-1): Take FILE
16354 as argument.
16355 (gamegrid-add-score-with-update-game-score): Pass that argument.
16356 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16357
16358 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16359
16360 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16361 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16362
16363 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16364 and insert-file.
16365
16366 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16367 (sc-ask): Avoid warnings.
16368
16369 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16370 (eshell-hist-initialize): Use that var the natural way.
16371
16372 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16373
16374 * emacs-lisp/re-builder.el (reb-cook-regexp):
16375 Avoid warning calling lre-compile-string.
16376 (reb-color-display-p): Avoid warning.
16377
16378 * calculator.el (calculator-last-input): Guard uses
16379 of event-key and key-press-event-p.
16380 (event-key, key-press-event-p): Delete definitions.
16381
16382 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16383 (find-gc-source-directory, find-gc-subrs-callers)
16384 (find-gc-noreturn-list, find-gc-source-files)
16385 (find-gc-subrs-called): Vars renamed and defvar'd.
16386
16387 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16388 (checkdoc-overlay-put, checkdoc-delete-overlay)
16389 (checkdoc-overlay-start, checkdoc-overlay-end)
16390 (checkdoc-mode-line-update, checkdoc-char=):
16391 Define such that compiler knows they are defined.
16392 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16393 (checkdoc-read-event): Delete. Use read-event directly.
16394
16395 * whitespace.el (whitespace-make-overlay)
16396 (whitespace-overlay-put, whitespace-delete-overlay)
16397 (whitespace-overlay-start, whitespace-overlay-end):
16398 Define such that compiler knows they are defined.
16399 (whitespace): Move conditional inside.
16400
16401 * tempo.el (tempo-insert-template): Suppress warning.
16402
16403 * ediff-diff.el (longlines-mode): Add defvar.
16404
16405 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16406
16407 * server.el: Bind "C-x #" in a way that works even if C-x is
16408 redefined to a command key, not a prefix key.
16409
16410 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16411
16412 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16413 cl-make-type-test till execution time.
16414
16415 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16416
16417 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16418 arg ARG and use it.
16419
16420 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16421
16422 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16423
16424 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16425
16426 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16427 a defcustom with two :set or :type keywords.
16428
16429 2005-07-15 Richard M. Stallman <rms@gnu.org>
16430
16431 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16432 Don't give ^M comment-end syntax.
16433
16434 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16435
16436 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16437 Don't consider gdbmi (gdb-mi.el has its own update functions).
16438 (gdb-var-delete): Make it work for gdbmi as well.
16439 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16440
16441 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16442 (gud-speedbar-menu-items): Correct logic for enabling items.
16443
16444 2005-07-15 Kim F. Storm <storm@cua.dk>
16445
16446 * ido.el: Fix commentary.
16447 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16448 Use with-no-warnings around ffap-guesser.
16449 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16450 Let bind minibuffer-completing-file-name to t.
16451
16452 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16453
16454 * startup.el (site-run-file, keyboard-type): Doc fixes.
16455 (command-line): Check for "--basic-display" argument; also for
16456 "--quick", not "--bare-bones" (which was renamed).
16457 (fancy-splash-text): Add missing item "Getting New Versions".
16458 (normal-splash-screen): Fix typos and improve consistency with
16459 `fancy-splash-text'. Update copyright year.
16460
16461 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16462 valid binding for `help-char'.
16463
16464 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16465
16466 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16467
16468 * term.el (term-mode): Disable cua-mode for term buffers.
16469
16470 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16471
16472 * add-log.el (add-log-mailing-address, change-log-merge):
16473 Doc fixes.
16474 (change-log-get-method-definition): Fix typo in docstring.
16475
16476 2005-07-14 Kim F. Storm <storm@cua.dk>
16477
16478 * emulation/cua-base.el:
16479 (cua--pre-command-handler-1, cua--pre-command-handler)
16480 (cua--post-command-handler-1, cua--post-command-handler):
16481 Split in two. Check (buffer local) value of cua-mode.
16482 (cua-selection-mode): New command.
16483
16484 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16485
16486 * custom.el (custom-initialize-safe-set)
16487 (custom-initialize-safe-default): Doc fixes.
16488
16489 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16490 and simplify :init-value again.
16491
16492 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16493 and simplify :init-value again. Delete autoload.
16494
16495 * startup.el (command-line): Use `custom-reevaluate-setting' again
16496 for tooltip-mode.
16497
16498 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16499 a defcustom with two :initialize keywords.
16500
16501 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16502
16503 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16504 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16505 (allout-post-command-business, allout-flag-region)
16506 (isearch-reenable-font-lock, allout-yank)
16507 (allout-insert-latex-header, allout-insert-latex-trailer)
16508 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16509 (allout-latex-verb-quote): Fix typos in docstrings.
16510 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16511 (allout-unprotected, allout-prefix-data):
16512 Improve argument/docstring consistency.
16513 (allout-chart-subtree): Fix argument spec.
16514 (allout-open-topic): Rename `use_sib_bullet' argument to
16515 `use-sib-bullet'. Doc fix.
16516
16517 * whitespace.el (whitespace-check-buffer-leading)
16518 (whitespace-check-buffer-trailing)
16519 (whitespace-check-buffer-indent)
16520 (whitespace-check-buffer-spacetab)
16521 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16522 (whitespace-check-leading-whitespace)
16523 (whitespace-check-trailing-whitespace)
16524 (whitespace-check-spacetab-whitespace)
16525 (whitespace-check-indent-whitespace)
16526 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16527 (whitespace-modes): Fix typos in docstrings.
16528 (defgroup, defcustom): Doc fixes.
16529
16530 * winner.el (winner-mode, winner-boring-buffers)
16531 (winner-pending-undo-ring): Doc fixes.
16532 (winner-ring): Remove unneeded `progn'.
16533 (winner-equal): `defsubst' it.
16534 (winner-redo): Fix message.
16535
16536 2005-07-13 Kim F. Storm <storm@cua.dk>
16537
16538 * simple.el (line-move-1): Always use vertical-motion to
16539 do the last (or only) line move to ensure some movement.
16540 Undo 2005-06-23 change--don't check for overlays.
16541
16542 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16543
16544 * term/mac-win.el (ccl-encode-mac-roman-font)
16545 (ccl-encode-mac-centraleurroman-font)
16546 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16547 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16548 Change charset-id boundary of dimension to ?\xef.
16549 (mac-char-fontspec-list): New constant.
16550 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16551 argument. Nil uses itself as family in font-spec. Previous
16552 behavior for nil is now provided by non-nil non-string argument.
16553 All callers changed. Add font-specs for Mac fonts to
16554 "fontset-default" unless iso8859-1 fonts are installed.
16555
16556 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16557
16558 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16559 a continuation line if the \ is preceded by SPC or TAB.
16560 (sh-get-indent-info): Simplify.
16561 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16562 Use with-current-buffer.
16563
16564 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16565 when the matched text is empty.
16566
16567 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16568
16569 * startup.el (command-line): Revert to previous handling of
16570 tooltip-mode. Explain in comment why the complexity is needed.
16571
16572 * tooltip.el (tooltip-mode): Revert to previous implementation of
16573 its defcustom.
16574
16575 * frame.el (blink-cursor-mode): Revert to previous implementation
16576 of its defcustom. Update comment.
16577
16578 2005-07-12 Lars Hansen <larsh@soem.dk>
16579
16580 * desktop.el: Update e-mail address.
16581
16582 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16583
16584 * term/mac-win.el (mac-services-mail-selection)
16585 (mac-services-mail-to): New functions.
16586 (mac-application-menu-map): Bind them.
16587
16588 2005-07-12 wulei <milton@wulei.net> (tiny change)
16589
16590 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16591
16592 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16593
16594 * custom.el (custom-reevaluate-setting): Doc fix.
16595
16596 2005-07-11 Jay Belanger <belanger@truman.edu>
16597
16598 * calc/calc.el (calc-embedded-announce-formula-alist)
16599 (calc-embedded-open-close-plain-alist)
16600 (calc-embedded-open-close-mode-alist): Add checks for additional
16601 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16602
16603 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16604
16605 * custom.el (custom-enable-theme): Don't add theme to
16606 `custom-enabled-themes' with `push' because there is no
16607 setf-method for `delq'.
16608
16609 2005-07-11 Richard M. Stallman <rms@gnu.org>
16610
16611 * custom.el (custom-declare-variable): Doc fix.
16612
16613 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16614 from the alists.
16615
16616 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16617 Do nothing if edebug-active.
16618
16619 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16620 (edebug-display): Do it here instead.
16621
16622 2005-07-10 Richard M. Stallman <rms@gnu.org>
16623
16624 * cus-face.el (custom-theme-set-faces): Make it work.
16625 (custom-reset-faces): Doc fix.
16626 (custom-theme-reset-internal-face, custom-theme-face-value):
16627 Functions deleted.
16628
16629 * custom.el (custom-push-theme): Maintain list of the settings
16630 of a given theme in its theme-settings property.
16631 Maintain position of old settings in the theme-value
16632 or theme-face property.
16633 (custom-enabled-themes): New variable.
16634 (custom-theme-enabled-p): New function.
16635 (provide-theme): Update custom-enabled-themes.
16636 Disable and reenable the `user' theme.
16637 (require-theme): Doc fix.
16638 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16639 (custom-theme-value, custom-theme-variable-value): Likewise.
16640 (custom-theme-reset-internal): Likewise.
16641 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16642 (custom-enable-theme, custom-disable-theme): New functions.
16643 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16644 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16645 (custom-theme-reset-variables): Simplify.
16646 (deftheme, custom-declare-theme, custom-make-theme-feature):
16647 Definitions moved.
16648
16649 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16650
16651 * longlines.el (longlines-show-region)
16652 (longlines-unshow-hard-newlines): Recognize hard newlines by
16653 non-nil hard property, instead of t.
16654
16655 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16656
16657 * viper-cmd.el (viper--key-maps): New variable.
16658 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16659 emulation-mode-map-alists.
16660 (viper-envelop-ESC-key): Use viper-subseq.
16661 (viper-search-forward/backward/next): Disable debug-on-error.
16662
16663 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16664 (viper-ESC-key): New defcustoms.
16665
16666 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16667
16668 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16669 (viper-subseq): Copy of subseq from cl.el.
16670
16671 * viper.el (viper-go-away, viper-set-hooks): Use
16672 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16673
16674 * viper-mous.el (viper-current-frame-saved): Use defvar.
16675
16676 * viper-init.el: Get rid of -face in face names.
16677
16678 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16679 Make it work with longlines mode
16680
16681 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16682
16683 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16684
16685 * ediff-init.el: Get rid of -face in face names.
16686
16687 2005-07-10 Richard M. Stallman <rms@gnu.org>
16688
16689 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16690 and with-timeout-unsuspend.
16691
16692 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16693 and with-timeout-unsuspend.
16694
16695 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16696 (with-timeout): Bind that variable to record timers.
16697 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16698
16699 * emacs-lisp/debug.el (debug-help-follow): New function.
16700 (debugger-mode-map): Use that instead of help-follow.
16701 (debugger-setup-buffer): Use eval-buffer-list
16702 to handle eval-buffer frames.
16703
16704 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16705
16706 * timezone.el (timezone-parse-date): Change first regexp
16707 so it will not mistakenly match dates with no time zone.
16708
16709 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16710
16711 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16712
16713 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16714
16715 * custom.el (custom-initialize-safe-set)
16716 (custom-initialize-safe-default): New functions.
16717
16718 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16719 and simplify :init-value.
16720
16721 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16722 and simplify :init-value. Delete obsolete comment.
16723
16724 * startup.el (command-line): Use `custom-reevaluate-setting' to
16725 handle `tooltip-mode'. Delete obsolete comment.
16726
16727 * files.el (set-visited-file-name): Avoid calling
16728 `file-name-nondirectory' with a nil argument.
16729
16730 2005-07-09 Richard M. Stallman <rms@gnu.org>
16731
16732 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16733 was called with nil for the buffer, handle the read position right.
16734 Handle read position for eval-region, too.
16735
16736 2005-07-09 Juri Linkov <juri@jurta.org>
16737
16738 * fringe.el (fringe-mode): Add period in docstring.
16739 (fringe-query-style): Build prompt depending on `all-frames' arg.
16740
16741 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16742 to not create links to unrelated functions in the Help buffer.
16743
16744 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16745 Doc fix.
16746
16747 * simple.el (next-error-hook): New variable.
16748 (next-error): Use it. Doc fix.
16749
16750 * textmodes/ispell.el (ispell-command-loop): Add current
16751 dictionary name and program name to mode-line-format.
16752 (ispell-region, ispell-process-line): Add current dictionary name
16753 and program name to messages.
16754
16755 2005-07-08 Jay Belanger <belanger@truman.edu>
16756
16757 * calc/calc.el (calc-embedded-announce-formula-alist)
16758 (calc-embedded-open-close-formula-alist)
16759 (calc-embedded-open-close-word-alist)
16760 (calc-embedded-open-close-plain-alist)
16761 (calc-embedded-open-close-new-formula-alist)
16762 (calc-embedded-open-close-mode-alist)
16763 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16764 (calc-embedded-mode-hook): New variables.
16765
16766 * calc/calc-embed.el (calc-embedded-firsttime)
16767 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16768 New variables.
16769 (calc-do-embedded): Use calc-embedded-firsttime,
16770 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16771 determine whether or not to run hooks.
16772 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16773 calc-embedded-firsttime-formula appropriately.
16774 Set calc-embedded delimiter variables according to mode.
16775
16776 2005-07-08 Richard M. Stallman <rms@gnu.org>
16777
16778 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16779 Check for "emacs", etc., as entire symbol, not just as word.
16780 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16781
16782 * files.el (set-visited-file-name): Report the error
16783 for "empty filename" earlier.
16784 (kill-some-buffers): Ignore buffers already dead.
16785
16786 * fringe.el (fringe-mode): Doc fix.
16787
16788 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16789 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16790 Use unwind-protect to ensure byte-compile-unresolved-functions
16791 is updated.
16792
16793 * whitespace.el (whitespace-buffer-leading-cleanup):
16794 Simplify w/ skip-chars-forward.
16795 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16796
16797 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16798 Unconditionally try to leave point at the same old place.
16799
16800 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16801
16802 * comint.el (comint-postoutput-scroll-to-bottom)
16803 (comint-show-maximum-output): Take scroll-margin into consideration.
16804
16805 2005-07-08 Kim F. Storm <storm@cua.dk>
16806
16807 * ido.el (ido-use-filename-at-point): New choice `guess'.
16808 (ido-file-internal): Try ffap-guesser if selected.
16809
16810 * ido.el (ido-before-fallback-functions): New hook.
16811 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16812 (ido-read-file-name): Run it.
16813
16814 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16817 strings rather than a list of symbols to the completion function.
16818
16819 2005-07-07 Jay Belanger <belanger@truman.edu>
16820
16821 * calc/calc-units.el (math-apply-units): Change the places in
16822 which units are simplified.
16823
16824 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16825
16826 * cus-edit.el (customize-option, customize-option-other-window):
16827 Make them handle aliases.
16828
16829 * custom.el (custom-variable-p): Make it recursively follow
16830 aliases. Mention that in the docstring.
16831
16832 2005-07-07 Richard M. Stallman <rms@gnu.org>
16833
16834 * cus-start.el (exec-path): Use `directory' instead of `file'.
16835 Fix tag for nil.
16836
16837 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16838
16839 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16840 when called non-interactively. Doc fix.
16841
16842 2005-07-07 Lute Kamstra <lute@gnu.org>
16843
16844 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16845 new address as well.
16846
16847 2005-07-07 Kenichi Handa <handa@m17n.org>
16848
16849 * international/mule.el (make-coding-system):
16850 Describe `ascii-incompatible' property in the docstring.
16851 (set-file-name-coding-system): Signal an error if coding-system is
16852 ascii-incompatible.
16853 (set-keyboard-coding-system): Likewise.
16854
16855 * international/mule-cmds.el (set-default-coding-systems):
16856 Don't set default-file-name-coding-system and
16857 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16858
16859 * international/utf-16.el: Declare that all UTF-16-based coding
16860 systems are ASCII-incompatible.
16861
16862 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16863
16864 * progmodes/gud.el: Require font-lock for displaying errors.
16865 Used by gdb-ui.el.
16866
16867 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16868
16869 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16870 values for the pattern lists which are `read'able but not
16871 `append'able (like symbols).
16872
16873 2005-07-06 Richard M. Stallman <rms@gnu.org>
16874
16875 * progmodes/flymake.el (flymake-float-time): Instead of
16876 with-no-warnings, test for xemacs.
16877 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16878 to avoid warning.
16879
16880 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16881
16882 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16883
16884 2005-07-05 Lute Kamstra <lute@gnu.org>
16885
16886 * battery.el: Add support for Darwin (with much debugging help
16887 from Samuel Lauber <sam124@operamail.com>).
16888 (battery-status-function, battery-echo-area-format)
16889 (battery-mode-line-format): Add support for pmset on Darwin.
16890 (battery-load-low, battery-load-critical): New user options.
16891 (battery-pmset): New function.
16892
16893 2005-07-05 Lute Kamstra <lute@gnu.org>
16894
16895 Update FSF's address in GPL notices.
16896
16897 * textmodes/page-ext.el: Update FSF's address.
16898
16899 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16902 filling from using prefix when filling a single-line docstring.
16903
16904 * progmodes/flymake.el: Remove useless eval-when-compile.
16905
16906 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16907
16908 2005-07-04 Richard M. Stallman <rms@gnu.org>
16909
16910 * textmodes/org.el (org-file-apps-defaults-gnu):
16911 Rename from org-file-apps-defaults-linux.
16912 (org-default-apps): Don't test system-type for `linux'.
16913 (org-file-apps): Doc fix.
16914
16915 2005-07-04 David Ponce <david@dponce.com>
16916
16917 * tree-widget.el: Improve header Commentary section.
16918 (tree-widget) [defgroup]
16919 (tree-widget-image-enable, tree-widget-themes-directory)
16920 (tree-widget-theme, tree-widget-image-properties-emacs)
16921 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16922 (tree-widget-image-formats, tree-widget-control)
16923 (tree-widget-empty-control, tree-widget-leaf-control
16924 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16925 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16926 (tree-widget-keep, tree-widget-after-toggle-functions)
16927 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16928 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16929 :help-echo message.
16930 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16931 (tree-widget-image-properties): Doc fix. Clearer implementation.
16932 (tree-widget--cursors): New constant.
16933 (tree-widget-lookup-image): New function split from
16934 `tree-widget-find-image'. Clearer implementation.
16935 (tree-widget-find-image): Use it.
16936 (tree-widget-button-keymap): Use `set-keymap-parent'.
16937 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16938 Define the sub-widgets here.
16939 (tree-widget-node): Check that :node is not a tree-widget.
16940 (tree-widget-get-super, tree-widget-open-control)
16941 (tree-widget-close-control, tree-widget-empty-control)
16942 (tree-widget-leaf-control, tree-widget-guide)
16943 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16944 (tree-widget-no-handle, tree-widget-value-delete)
16945 (tree-widget-map): Remove.
16946 (tree-widget-children-value-save): Doc fix. Simplified.
16947 (tree-widget-value-create): Update according to previous changes.
16948
16949 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16950
16951 * textmodes/org.el: Leading space replaced by TABS.
16952 (org-recalc-marks, org-table-rotate-recalc-marks)
16953 (org-table-get-specials): Treat "^" and "_" marks.
16954 (org-table-justify-field-maybe): Optional argument NEW.
16955 (org-table-eval-formula): Parsing of the format simplified.
16956 New modes C,I. Honor the %= parameter in the current table.
16957 Avoid unnecessary re-align by using the NEW argument to
16958 `org-table-justify-field-maybe'.
16959 (org-calc-default-modes): Default for date-format mimicks org-mode.
16960 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16961
16962 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16963
16964 * cus-face.el (custom-theme-set-faces): Make it handle face
16965 aliases whose alias declarations are pre- or autoloaded.
16966
16967 2005-07-04 Juri Linkov <juri@jurta.org>
16968
16969 * faces.el (read-face-name): Put the code for getting a face name
16970 from the buffer before adding the faces from the `face' property.
16971 Use `completing-read-multiple' instead of `completing-read'.
16972 Require `crm'. Add default value and post-process the returned
16973 list of faces.
16974
16975 * emacs-lisp/crm.el (crm-find-current-element)
16976 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16977
16978 * emacs-lisp/lisp-mode.el (eval-defun-1):
16979 * emacs-lisp/edebug.el (edebug-eval-defun):
16980 Remove unnecessary quotes.
16981
16982 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16983
16984 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16985 (prolog-indent-level): Fix typo in docstring.
16986
16987 * info.el (Info-history, Info-history-forward)
16988 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16989
16990 * add-log.el (add-change-log-entry):
16991 * comint.el (comint-dynamic-list-input-ring)
16992 (comint-dynamic-list-completions):
16993 * dabbrev.el (dabbrev-expand):
16994 * delim-col.el (delimit-columns-rectangle-line):
16995 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16996 (diff-unified->context):
16997 * ediff-init.el (ediff-abbrev-jobname):
16998 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16999 (ediff-replace-session-activity-marker-in-meta-buffer):
17000 * info.el (Info-summary):
17001 * lpr.el (printify-region):
17002 * printing.el (pr-create-interface):
17003 * ps-print.el (ps-print-quote):
17004 * ses.el (ses-column-widths, ses-print-cell)
17005 (ses-adjust-print-width, ses-center):
17006 * shell.el (shell-file-name-quote-list):
17007 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17008 (strokes-fill-current-buffer-with-whitespace)
17009 (strokes-xpm-for-stroke, strokes-list-strokes)
17010 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17011 * term.el (term-dynamic-list-input-ring)
17012 (term-dynamic-list-completions):
17013 * calc/calc.el (math-format-stack-value):
17014 * emacs-lisp/edebug.el (edebug-display-freq-count):
17015 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17016 (delphi-new-comment-line):
17017 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17018 * progmodes/executable.el (executable-set-magic):
17019 * progmodes/python.el (inferior-python-mode):
17020 * progmodes/scheme.el (scheme-mode-syntax-table):
17021 * progmodes/sh-script.el (sh-maybe-here-document):
17022 * progmodes/sql.el (sql-copy-column):
17023 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17024 * textmodes/bibtex.el (bibtex-mode):
17025 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17026 (sgml-auto-attributes):
17027 * textmodes/table.el (table-insert, table-shorten-cell)
17028 (table--generate-source-scan-lines, table-delete-row)
17029 (*table--cell-delete-char, table--spacify-frame)
17030 (table--horizontally-shift-above-and-below)
17031 (table--cell-insert-char, table--cell-blank-str)
17032 (table--fill-region-strictly):
17033 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17034 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17035
17036 * add-log.el (change-log):
17037 * apropos.el (apropos):
17038 * comint.el (comint-completion, comint-source):
17039 * dabbrev.el (dabbrev):
17040 * delim-col.el (columns):
17041 * diff-mode.el (diff-mode):
17042 * ediff.el (ediff):
17043 * ediff-diff.el (ediff-diff):
17044 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17045 * ediff-mult.el (ediff-mult):
17046 * ediff-ptch.el (ediff-ptch):
17047 * ediff-wind.el (ediff-window):
17048 * facemenu.el (facemenu):
17049 * indent.el (indent):
17050 * info.el (info):
17051 * jka-cmpr-hook.el (compression, jka-compr):
17052 * lpr.el (lpr):
17053 * outline.el (outlines):
17054 * pcmpl-cvs.el (pcmpl-cvs):
17055 * pcmpl-rpm.el (pcmpl-rpm):
17056 * printing.el (printing):
17057 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17058 (ps-print-vertical, ps-print-headers, ps-print-font)
17059 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17060 (ps-print-background, ps-print-printer, ps-print-page)
17061 (ps-print-miscellany):
17062 * ses.el (ses):
17063 * shell.el (shell, shell-directories, shell-faces):
17064 * startup.el (initialization):
17065 * strokes.el (strokes):
17066 * term.el (term):
17067 * uniquify.el (uniquify):
17068 * w32-vars.el (w32):
17069 * calc/calc.el (calc):
17070 * emacs-lisp/bytecomp.el (bytecomp):
17071 * emacs-lisp/cl-indent.el (lisp-indent):
17072 * emacs-lisp/edebug.el (edebug):
17073 * emacs-lisp/elp.el (elp):
17074 * emacs-lisp/testcover.el (testcover):
17075 * emacs-lisp/trace.el (trace):
17076 * emulation/viper-ex.el (viper-ex):
17077 * emulation/viper-mous.el (viper-mouse):
17078 * mail/mailalias.el (mailalias):
17079 * mail/supercite.el (supercite, supercite-frames)
17080 (supercite-attr, supercite-cite, supercite-hooks):
17081 * net/rcompile.el (remote-compile):
17082 * net/rlogin.el (rlogin):
17083 * obsolete/ooutline.el (outlines):
17084 * progmodes/delphi.el (delphi):
17085 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17086 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17087 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17088 (ebnf-optimization):
17089 * progmodes/etags.el (etags):
17090 * progmodes/executable.el (executable):
17091 * progmodes/idlwave.el (idlwave):
17092 * progmodes/pascal.el (pascal):
17093 * progmodes/prolog.el (prolog):
17094 * progmodes/python.el (python):
17095 * progmodes/scheme.el (scheme):
17096 * progmodes/sh-script.el (sh, sh-script):
17097 * progmodes/sql.el (SQL):
17098 * progmodes/tcl.el (tcl):
17099 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17100 * textmodes/enriched.el (enriched):
17101 * textmodes/makeinfo.el (makeinfo):
17102 * textmodes/sgml-mode.el (sgml):
17103 * textmodes/table.el (table-hooks):
17104 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17105 * textmodes/texinfo.el (texinfo):
17106 * textmodes/two-column.el (two-column):
17107 Finish `defgroup' description with period.
17108
17109 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17110 * eshell/esh-var.el (eshell-var):
17111 * progmodes/vhdl-mode.el (vhdl-testbench):
17112 * textmodes/org.el (org): Fix typos in docstrings.
17113
17114 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17115 consistency.
17116
17117 * progmodes/flymake.el (flymake-find-file): Remove.
17118 (flymake-float-time): Use `with-no-warnings'.
17119 (flymake-check-start-time, flymake-check-was-interrupted)
17120 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17121 (flymake-new-err-info): `defvar' at compile time.
17122
17123 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17124
17125 * replace.el (occur-hook): Doc fix.
17126 (occur-1): Don't call `occur-hook' if there are no matches.
17127
17128 2005-07-03 Richard M. Stallman <rms@gnu.org>
17129
17130 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17131 global-map, save the same map.
17132 (global-map): Don't alter it at top level.
17133 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17134 Then alter it here instead.
17135 (tpu-edt-off): Set global-map to the saved one.
17136
17137 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17138 All references simplified.
17139 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17140 (zmacs-regions): Add defvar.
17141 (repeat-complex-command-map): Everything about that deleted.
17142
17143 * textmodes/artist.el (artist-key-is-drawing)
17144 (artist-key-endpoint1, artist-key-poly-point-list)
17145 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17146 (artist-key-compl-table, artist-rb-save-data)
17147 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17148 Don't put them in eval-when-compile.
17149 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17150
17151 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17152 Use with-no-warnings.
17153
17154 * net/browse-url.el (dos-windows-version): Add defvar.
17155
17156 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17157
17158 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17159 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17160 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17161 Add defvar.
17162 (rmail-summary-beginning-of-message): Use with-no-warnings.
17163 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17164
17165 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17166 Use with-no-warnings.
17167
17168 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17169 (c-mark-function): Add point-moving-unit property.
17170 (vi-goto-line): Use with-no-warnings.
17171
17172 * emulation/edt.el (edt-last-copied-word): Add defvar.
17173 (zmacs-region-stays): Likewise.
17174 (edt-mark-section-wisely): Use c-mark-function for C.
17175 Use makr-defun for Fortran.
17176 (time-string): defvar deleted.
17177 (edt-display-the-time): Don't set time-string.
17178
17179 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17180
17181 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17182 Don't warn when name is not constant
17183 or for defining the group `emacs'.
17184
17185 * tooltip.el (gud-tooltip-mode): Add defvar.
17186
17187 * startup.el (default-frame-background-mode): Add defvar.
17188
17189 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17190
17191 * info.el (tool-bar-map): Add defvar.
17192
17193 * dired.el (dnd-protocol-alist): Add defvar.
17194
17195 * dired-aux.el (dired-query): Display question with answer, when
17196 the user answers.
17197
17198 * custom.el (custom-add-option): Doc fix.
17199
17200 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17201
17202 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17203
17204 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17205 bogus name from the last change.
17206
17207 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17208
17209 * custom.el (custom-declare-variable): Fix typos in comment.
17210 (custom-known-themes): Doc fix.
17211 (custom-theme-directory): New defcustom.
17212 (require-theme): Make it check `custom-theme-directory'.
17213
17214 * cus-theme.el (custom-new-theme-mode): New function.
17215 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17216 (custom-theme-description): Add compiler defvars.
17217 (customize-create-theme): Add doc to the "*New Custom Theme*"
17218 buffer. Use `custom-new-theme-mode'.
17219 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17220 and save it to the `custom-theme-directory'. Make this the
17221 default directory of the buffer.
17222
17223 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17224
17225 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17226 Fix unbalanced parentheses.
17227
17228 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17229
17230 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17231 into flymake-mode and delegate to flymake-mode.
17232
17233 * find-file.el (ff-which-function-are-we-in): Clean up.
17234
17235 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17236
17237 * replace.el (occur-rename-buffer): Fix docstring.
17238
17239 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17240 (edt-last-copied-word, edt-learn-macro-count)
17241 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17242 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17243 (time-string, zmacs-region-stays):
17244 * emulation/edt-mapper.el (edt-save-function-key-map)
17245 (EDT-key-name): `defvar' to silence the byte-compiler.
17246
17247 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17248
17249 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17250 font-lock-regexp-backslash. Doc fix.
17251 (font-lock-regexp-backslash-grouping-construct): Rename from
17252 font-lock-regexp-backslash-construct. Doc fix.
17253 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17254 grouping constructs.
17255
17256 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17257
17258 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17259 updating all the prerequisites.
17260
17261 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17262
17263 * textmodes/org.el (org-agenda-start-on-weekday)
17264 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17265 (org-agenda-use-time-grid, org-archive-location)
17266 (org-allow-space-in-links, org-usenet-links-prefer-google)
17267 (org-enable-table-editor, org-export-default-language)
17268 (org-export-html-show-new-buffer, org-fill-paragraph)
17269 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17270 (org-goto-quit, org-occur, org-eval-in-calendar)
17271 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17272 (org-agenda-diary-entry, org-remember-help)
17273 (org-table-convert-region, org-at-table-p)
17274 (org-table-move-row-down, org-table-move-row-up)
17275 (org-table-copy-region, org-table-toggle-vline-visibility)
17276 (org-table-get-stored-formulas, org-table-get-specials)
17277 (org-recalc-commands, org-table-eval-formula)
17278 (org-table-formula-substitute-names, orgtbl-make-binding)
17279 (org-format-org-table-html, org-format-table-table-html)
17280 (org-format-table-table-html-using-table-generate-source)
17281 (org-customize): Fix typos in docstrings.
17282 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17283 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17284 (org-back-to-heading): Doc fixes.
17285 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17286 (org-agenda-change-all-lines, org-get-header):
17287 Improve argument/docstring consistency.
17288 (orgtbl-error): Fix error message.
17289
17290 * progmodes/flymake.el (flymake-find-possible-master-files)
17291 (flymake-master-file-compare, flymake-get-line-err-count)
17292 (flymake-highlight-line, flymake-gui-warnings-enabled):
17293 Fix typos in docstrings.
17294 (flymake-parse-line, flymake-get-project-include-dirs-function)
17295 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17296 Doc fixes.
17297 (flymake-get-project-include-dirs-function)
17298 (flymake-make-err-menu-data):
17299 Improve argument/docstring consistency.
17300
17301 2005-07-01 Lute Kamstra <lute@gnu.org>
17302
17303 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17304 Catch errors with ignore-errors. Use temporary buffer.
17305 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17306
17307 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17308 background color faces.
17309 (facemenu-set-foreground, facemenu-set-background):
17310 Use facemenu-set-face-from-menu.
17311 (facemenu-set-face-from-menu): Treat face names that start with
17312 "fg:" or "bg:" as special.
17313 (facemenu-add-new-color): Don't create faces. Simplify.
17314
17315 2005-06-30 Richard M. Stallman <rms@gnu.org>
17316
17317 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17318 (crm-find-current-element): Likewise.
17319
17320 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17321
17322 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17323
17324 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17325
17326 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17327 (archive-mouse-extract): Make it an obsolete alias.
17328 (archive-mode-map): Don't use archive-mouse-extract any more.
17329 (archive-mode, archive-extract): write-contents-hooks ->
17330 write-contents-functions.
17331 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17332 first arg.
17333 (archive-rename-entry): Update the call.
17334 (archive-zip-summarize): Remove unused var `method'.
17335 (archive-lzh-summarize): Remove unused var `creator'.
17336
17337 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17338 dedicated frame upon exit.
17339
17340 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17341 (archive-zip-extract, archive-zip-expunge)
17342 (archive-zip-update, archive-zip-update-case): Use executable-find.
17343 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17344 Use restore-buffer-modified-p.
17345 (archive-extract, archive-add-new-member, archive-write-file-member):
17346 Use with-current-buffer.
17347 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17348
17349 2005-06-30 Andreas Schwab <schwab@suse.de>
17350
17351 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17352
17353 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17354
17355 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17356
17357 2005-06-30 Juri Linkov <juri@jurta.org>
17358
17359 * faces.el (vertical-border): Inherit from mode-line-inactive
17360 only on tty.
17361
17362 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17363
17364 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17365 example, -NLINES in the `occur' docstring).
17366
17367 * replace.el (occur-1): When no matches are found, do not set the
17368 `buffer-read-only' and modified flags for the occur buffer,
17369 because it is deleted.
17370
17371 * emulation/cua-base.el (cua-check-pending-input)
17372 (cua-repeat-replace-region, cua-mode, cua-debug)
17373 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17374 Fix typos in docstrings.
17375
17376 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17377 (cua-cut-region-to-global-mark)
17378 (cua--cut-rectangle-to-global-mark):
17379 Remove period from end of messages.
17380
17381 * emulation/cua-rect.el (cua-do-rectangle-padding):
17382 Remove period from end of messages.
17383 (cua--rectangle-seq-format): Fix typo in docstring.
17384 (cua-sequence-rectangle, cua-fill-char-rectangle):
17385 Improve argument/docstring consistency.
17386
17387 2005-06-29 Juri Linkov <juri@jurta.org>
17388
17389 * faces.el (default-frame-background-mode): New internal variable.
17390 (frame-set-background-mode): Use it.
17391
17392 * startup.el (normal-top-level): Set default-frame-background-mode
17393 instead of frame-background-mode. Before setting it, test for its
17394 nil value. Remove tests for frame-background-mode and frame
17395 parameter `reverse'. Add test for "unspecified-fg".
17396
17397 * term/xterm.el (xterm-rxvt-set-background-mode):
17398 * term/rxvt.el (rxvt-set-background-mode):
17399 Set default-frame-background-mode instead of frame-background-mode.
17400
17401 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17402
17403 * simple.el (set-variable): Warn about obsolete user variables.
17404
17405 * imenu.el (imenu--completion-buffer):
17406 * mouse.el (mouse-buffer-menu-alist):
17407 * msb.el (msb-invisible-buffer-p):
17408 * calendar/diary-lib.el (diary-header-line-format):
17409 * emacs-lisp/pp.el (pp-buffer):
17410 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17411 * textmodes/picture.el (picture-replace-match):
17412 Change space constants followed by a sexp to "?\s ".
17413
17414 * play/decipher.el (decipher-loop-with-breaks):
17415 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17416 constants "protected" from end of line by a comment to "?\s".
17417
17418 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * font-lock.el (save-buffer-state): Use `declare'.
17421
17422 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17423 reset the syntax-table to cperl-mode-syntax-table.
17424 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17425 "foo_print_bar" is not matched as a reserved keyword.
17426
17427 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17428
17429 * textmodes/org.el (orgtbl-setup): New function, for delayed
17430 setup for the orgtbl commands.
17431 (org-calc-default-modes): New option.
17432 (orgtbl-make-binding): Use `defun' to get better help display.
17433 (org-diary): Call `org-compile-prefix-format'.
17434 (org-table-formula-substitute-names): New function.
17435 (org-agenda-day-view, org-agenda-week-view): New commands.
17436 (org-agenda-toggle-week-view): Command removed.
17437 (org-tbl-menu): Split off from org-org-menu.
17438 (org-mode): Move removal of outline-mode menus to here.
17439 (org-table-formula-debug): New option.
17440 (org-table-insert-row): Keep first field if just "#" or "*".
17441 (org-mode): Paragraph regexps fixed.
17442 (org-table-recalculate-regexp): New constant.
17443 (org-table-justify-field-maybe): Avoid replace if not necessary.
17444 (org-copy-special, org-cut-special): Use `call-interactively'.
17445 (org-table-copy-region): Take region from `interactive' call.
17446 (org-trim): Return string even if no match.
17447 (org-formula): New face.
17448 (org-set-font-lock-defaults): No longer highlight "FIXME".
17449 But highlight formula-related fields in table.
17450 (org-table-p): Use regexp, not fontification.
17451 (org-table-align): Handle white space at end of line.
17452 (org-table-formula-evaluate-inline): New option.
17453 (org-mode): Auto-wrapping in comment lines turned off.
17454 (org-table-copy-down): Evaluate only in copied field, not in
17455 destination.
17456 (org-table-current-formula): Variable removed.
17457 (org-table-store-formulas, org-table-get-stored-formulas)
17458 (org-table-modify-formulas, org-table-replace-in-formulas)
17459 (org-table-maybe-eval-formula): New functions.
17460 (org-table-get-formula): Modify to use stored formulas.
17461 (org-table-insert-column, org-table-delete-column)
17462 (org-table-move-column): Call `org-table-modify-formulas'.
17463 (org-complete): Add completion for keyword formulas.
17464 (orgtbl-mode): Pull orgtbl-mode-map to start of
17465 minor-mode-map-alist.
17466
17467 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17468
17469 * progmodes/python.el (python-check): Require `compile' before
17470 modifying its variables.
17471
17472 * newcomment.el (comment-indent-default): Don't get fooled by an early
17473 end of buffer.
17474
17475 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17476
17477 * ps-print.el (ps-print-version): Fix version number.
17478
17479 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17480
17481 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17482
17483 2005-06-28 Richard M. Stallman <rms@gnu.org>
17484
17485 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17486 (flyspell-local-mouse-map): Declaration deleted.
17487 (flyspell-mouse-map): Bind only mouse-2.
17488 (flyspell-mode-map): Don't test flyspell-use-local-map.
17489 (flyspell-overlay-keymap-property-name): Var deleted.
17490 (flyspell-mode-on): Don't make local bindings for
17491 flyspell-mouse-map and flyspell-mode-map.
17492 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17493
17494 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17495
17496 * progmodes/compile.el (compilation-next-error-function):
17497 Don't switch buffers; operate on the current buffer.
17498
17499 * progmodes/compile.el (compilation-error-file-name)
17500 (compilation-warning-file-name, compilation-info-file-name)
17501 (compilation-line-number, compilation-column-number): New faces.
17502 (compilation-error-face, compilation-warning-face)
17503 (compilation-info-face, compilation-line-face)
17504 (compilation-column-face): Use them.
17505
17506 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17507
17508 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17509
17510 * bindings.el (global-map): Bind insertchar and its variants.
17511
17512 2005-06-27 Richard M. Stallman <rms@gnu.org>
17513
17514 * textmodes/artist.el (artist-text-overwrite)
17515 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17516
17517 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17518
17519 * ps-print.el: It was not working the page selection for printing.
17520 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17521 (ps-print-version): New version 6.6.7.
17522 (ps-end-sheet): New fun.
17523 (ps-header-sheet, ps-end-job): Call it.
17524
17525 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17526
17527 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17528
17529 2005-06-27 Lute Kamstra <lute@gnu.org>
17530
17531 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17532 background color faces.
17533 (facemenu-get-face): Delete function.
17534 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17535 (facemenu-add-new-color): Make second argument mandatory.
17536 Create the appropriate face and return it. Simplify.
17537 (facemenu-set-foreground, facemenu-set-background): Don't check if
17538 color is defined. Use return value of facemenu-add-new-color.
17539
17540 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17541
17542 * progmodes/gud.el (gud-filter): Add missing argument to
17543 with-selected-window.
17544
17545 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17548 a :require to the defcustom.
17549
17550 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17551 defcustoms corresponding to minor modes.
17552
17553 2005-06-26 David Ponce <david@dponce.com>
17554
17555 * recentf.el: Require tree-widget instead of wid-edit.
17556 (recentf-filename-handler): Fix widget :type.
17557 (recentf-cancel-dialog, recentf-open-more-files)
17558 (recentf-open-files-action): Doc fix.
17559 (recentf-dialog-goto-first): New function.
17560 (recentf-dialog-mode-map): Set parent keymap first.
17561 (recentf-dialog-mode): Define with define-derived-mode.
17562 Don't display continuation lines in dialogs.
17563 (recentf-edit-list): Rename from recentf-edit-selected-items.
17564 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17565 Simplify.
17566 (recentf-edit-list-validate): New function.
17567 (recentf-edit-list): Update accordingly.
17568 (recentf-open-files-item-shift): Remove.
17569 (recentf-open-files-item): Convert menu elements into tree and
17570 link widgets. Don't create the widgets.
17571 (recentf-open-files): Update accordingly.
17572 (recentf-save-list): Untabify.
17573
17574 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17575
17576 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17577 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17578 partially contained in the active region. Do not take active
17579 region into account when called from Lisp, unless INTERACTIVE arg
17580 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17581 avoid trouble with fields. Make marker point nowhere when no
17582 longer used. Always return nil. Doc fix.
17583 (flush-lines): Add INTERACTIVE arg. Do not take active region
17584 into account when called from Lisp, unless INTERACTIVE arg is
17585 non-nil. Use `forward-line' instead of `beginning-of-line' to
17586 avoid trouble with fields. Make marker point nowhere when no
17587 longer used. Always return nil. Doc fix.
17588 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17589 interchangeable. Do not take active region into account when
17590 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17591 message in echo area when called from Lisp, unless INTERACTIVE arg
17592 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17593 Return the number of matches. Doc fix.
17594 (occur): Doc fix.
17595 (perform-replace): Make comment follow double space convention for
17596 the sake of `outline-minor-mode'.
17597
17598 * faces.el (facep): Doc fix.
17599
17600 2005-06-25 Richard M. Stallman <rms@gnu.org>
17601
17602 * facemenu.el (facemenu-enable-faces-p): New function.
17603 (facemenu-background-menu, facemenu-foreground-menu)
17604 (facemenu-face-menu): Add menu-enable property.
17605
17606 * jka-compr.el (jka-compr-insert-file-contents):
17607 Special handling if cannot find the uncompression program.
17608
17609 * cus-face.el (custom-face-attributes): Add autoload.
17610
17611 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17612 Bind comment-indent-function locally.
17613
17614 * window.el (save-selected-window): Use save-current-buffer.
17615
17616 * subr.el (with-selected-window): Use save-current-buffer.
17617
17618 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17619 and with-current-buffer.
17620
17621 2005-06-24 Richard M. Stallman <rms@gnu.org>
17622
17623 * simple.el (line-move-1): Fix previous change.
17624
17625 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17626
17627 * replace.el (occur-1): Set `buffer-read-only' and the
17628 buffer-modified flag before running `occur-hook' to protect
17629 against unintentional buffer switches that can lead to data loss.
17630
17631 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17632
17633 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17634 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17635 initial error.
17636
17637 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17638 after fresh input.
17639 (gdb-var-create-handler): Put name of expression in quotes.
17640
17641 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17642
17643 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17644 elements of RING in order, and without bogus nil elements.
17645
17646 2005-06-23 Richard M. Stallman <rms@gnu.org>
17647
17648 * simple.el (set-variable): Args renamed; doc fix.
17649 (line-move-1): When there are overlays around, use vertical-motion.
17650
17651 * faces.el (escape-glyph): Use brown against light background.
17652 (nobreak-space): Rename from no-break-space.
17653 Fix previous change.
17654
17655 * dired-aux.el (dired-do-copy): Fix arg prompt.
17656
17657 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17658
17659 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17660
17661 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17662 rather than "Distributor".
17663
17664 2005-06-23 Lute Kamstra <lute@gnu.org>
17665
17666 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17667 (debug-on-entry): Use it. New interactive declaration that uses
17668 function-called-at-point.
17669
17670 2005-06-23 Kim F. Storm <storm@cua.dk>
17671
17672 * subr.el (save-match-data): Add comment about using evaporate arg
17673 to set-match-data.
17674
17675 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17676
17677 * cus-edit.el (customize-face)
17678 (customize-face-other-window): Handle face aliases.
17679
17680 * faces.el (face-documentation, set-face-attribute)
17681 (face-spec-set): Handle face aliases.
17682
17683 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17684
17685 * help-mode.el (help-make-xrefs): If a symbol representing a face
17686 name is not followed by the word "face", it could still be a
17687 function or variable name, so don't bypass other checks.
17688
17689 2005-06-22 Juri Linkov <juri@jurta.org>
17690
17691 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17692 Replace aliased functions with calls where second arg `inherit' is t.
17693
17694 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17695
17696 * progmodes/gdb-ui.el (gdb-error): New variable.
17697 (gdb-error): New function.
17698 (gdb-annotation-rules): Act on error-begin and error annotations.
17699 (gdb-concat-output): Use font-lock-warning-face for errors.
17700
17701 2005-06-22 Miles Bader <miles@gnu.org>
17702
17703 * bindings.el (propertized-buffer-identification): Use renamed
17704 `Buffer-menu-buffer' face.
17705
17706 * faces.el (vertical-border): Rename from `vertical-divider'.
17707 (escape-glyph): Change dark-background color back to `cyan'.
17708
17709 2005-06-21 Juri Linkov <juri@jurta.org>
17710
17711 * faces.el (face-user-default-spec): Try getting `customized-face'
17712 prior to `saved-face'.
17713 (frame-background-mode): Refill docstring.
17714
17715 * emacs-lisp/lisp-mode.el (eval-defun-1):
17716 * emacs-lisp/edebug.el (edebug-eval-defun):
17717 Set `saved-face' temporarily to nil before calling form.
17718 Set `customized-face' to the new spec after that.
17719
17720 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17721
17722 * subr.el (1value, lambda, key-substitution-in-progress):
17723 Doc fixes.
17724
17725 * autoinsert.el (auto-insert-alist):
17726 * ses.el (ses-call-printer):
17727 * subr.el (noreturn):
17728 * emacs-lisp/lisp.el (check-parens):
17729 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17730 * net/browse-url.el (browse-url-mosaic):
17731 * progmodes/cc-defs.el (c-safe-scan-lists):
17732 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17733 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17734 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17735 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17736 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17737 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17738
17739 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17740
17741 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17742
17743 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17744
17745 * calendar/appt.el (appt-make-list): Activate the package, if
17746 not already active (for backwards compatibility).
17747
17748 2005-06-20 Kim F. Storm <storm@cua.dk>
17749
17750 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17751
17752 2005-06-20 Miles Bader <miles@gnu.org>
17753
17754 * faces.el (vertical-divider): New face.
17755
17756 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17757
17758 * simple.el (kill-whole-line): Doc fix.
17759 (next-error-buffer-p, next-error-find-buffer)
17760 (clone-indirect-buffer): Fix typos in docstrings.
17761 (comment-line-break-function): Doc fix: don't say variable
17762 is automatically buffer-local (it isn't).
17763
17764 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17765
17766 * net/tramp-ftp.el (top):
17767 * net/tramp-smb.el (top):
17768 * net/tramp-util.el (top):
17769 * net/tramp-uu.el (top):
17770 * net/tramp-vc.el (top):
17771 * net/tramp.el (top): Revert copyright years back to original
17772 ones. Tramp has a life outside GNU Emacs.
17773
17774 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17775
17776 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17777
17778 2005-06-18 Juri Linkov <juri@jurta.org>
17779
17780 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17781 end of first regexp to limit the match to the position between
17782 line number and source line with same separator character as used
17783 between file name and line number. In the second regexp limit
17784 mouse-face area to file name and line number by adding new group
17785 for them and referring it in HYPERLINK arg.
17786 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17787 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17788 previous line where grep markers may be already removed.
17789
17790 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17791
17792 * progmodes/ps-mode.el: Update version and maintainer's email address.
17793
17794 2005-06-18 Steve Youngs <steve@xemacs.org>
17795
17796 * net/browse-url.el (browse-url-browser-function)
17797 (browse-url-default-browser): Add firefox.
17798 (browse-url-firefox-program, browse-url-firefox-arguments)
17799 (browse-url-firefox-startup-arguments)
17800 (browse-url-firefox-new-window-is-tab): New defcustoms.
17801 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17802
17803 2005-06-17 Richard M. Stallman <rms@gnu.org>
17804
17805 * startup.el (command-line): Warn if specified user name has
17806 no home directory.
17807
17808 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17809 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17810
17811 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17812 Doc fixes.
17813
17814 * faces.el (underline): Try bold if terminal doesn't support underline.
17815
17816 * mail/sendmail.el (mail-setup-with-from): New variable.
17817 (mail-insert-from-field): New function.
17818 (sendmail-send-it): Call it.
17819 (mail-setup): Optionally call it here.
17820
17821 * term/linux.el: Call tty-no-underline.
17822
17823 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17824
17825 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17826
17827 2005-06-17 Miles Bader <miles@gnu.org>
17828
17829 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17830 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17831 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17832 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17833 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17834 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17835 Remove "-face" suffix from face names.
17836 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17837 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17838 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17839 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17840 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17841 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17842 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17843 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17844 New backward-compatibility aliases for renamed faces.
17845 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17846 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17847 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17848 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17849 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17850 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17851 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17852 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17853 Use renamed ediff faces.
17854
17855 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17856 Remove "-face" suffix from face names.
17857 (eshell-test-ok-face, eshell-test-failed-face):
17858 New backward-compatibility aliases for renamed faces.
17859 (eshell-run-test): Use renamed eshell-test faces.
17860
17861 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17862 face name.
17863 (eshell-prompt-face): New backward-compatibility alias for renamed
17864 face.
17865 (eshell-emit-prompt): Use renamed eshell-prompt face.
17866
17867 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17868 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17869 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17870 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17871 Remove "-face" suffix from face names.
17872 (eshell-ls-directory-face, eshell-ls-symlink-face)
17873 (eshell-ls-executable-face, eshell-ls-readonly-face)
17874 (eshell-ls-unreadable-face, eshell-ls-special-face)
17875 (eshell-ls-missing-face, eshell-ls-archive-face)
17876 (eshell-ls-backup-face, eshell-ls-product-face)
17877 (eshell-ls-clutter-face):
17878 New backward-compatibility aliases for renamed faces.
17879 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17880
17881 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17882 Remove "-face" suffix from face name.
17883 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17884 instead of literal face.
17885
17886 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17887
17888 * emacs-lisp/warnings.el (display-warning, lwarn)
17889 (warning-minimum-log-level): Doc fixes.
17890 (warning-minimum-level, warning-minimum-log-level):
17891 Add :debug to :type choices.
17892
17893 * progmodes/ada-mode.el (ada-format-paramlist)
17894 (ada-get-indent-case, ada-check-matching-start)
17895 (ada-check-defun-name, ada-goto-matching-decl-start)
17896 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17897 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17898 (ada-make-subprogram-body): Follow error conventions.
17899 (ada-case-exception-file, ada-indent-comment-as-code)
17900 (ada-indent-handle-comment-special, ada-indent-renames)
17901 (ada-indent-return, ada-search-directories-internal)
17902 (ada-tab-policy, ada-case-exception-substring)
17903 (ada-other-file-alist, ada-matching-start-re)
17904 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17905 (ada-imenu-generic-expression, ada-compile-goto-error)
17906 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17907 (ada-popup-menu, ada-add-extensions, ada-mode)
17908 (ada-region-selected, ada-create-case-exception)
17909 (ada-create-case-exception-substring, ada-after-keyword-p)
17910 (ada-activate-keys-for-case, ada-adjust-case-region)
17911 (ada-adjust-case-buffer, ada-format-paramlist)
17912 (ada-scan-paramlist, ada-insert-paramlist)
17913 (ada-indent-newline-indent)
17914 (ada-indent-newline-indent-conditional)
17915 (ada-justified-indent-current, ada-goto-previous-word)
17916 (ada-indent-current, ada-get-indent-open-paren)
17917 (ada-get-indent-paramlist, ada-get-indent-end)
17918 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17919 (ada-get-indent-block-start, ada-get-indent-subprog)
17920 (ada-get-indent-noindent, ada-get-indent-label)
17921 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17922 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17923 (ada-goto-stmt-end, ada-goto-next-word)
17924 (ada-check-matching-start, ada-check-defun-name)
17925 (ada-goto-matching-decl-start, ada-goto-matching-start)
17926 (ada-goto-matching-end, ada-search-ignore-string-comment)
17927 (ada-in-decl-p, ada-looking-at-semi-or)
17928 (ada-looking-at-semi-private, ada-in-paramlist-p)
17929 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17930 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17931 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17932 (ada-previous-package, ada-create-menu)
17933 (ada-fill-comment-paragraph-justify)
17934 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17935 (ada-other-file-name, ada-last-which-function-line)
17936 (ada-last-which-function-subprog, ada-which-function)
17937 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17938 (ada-gen-treat-proc, ada-check-emacs-version)
17939 (ada-continuation-indent, ada-align-region-separate):
17940 Fix typos in docstrings.
17941 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17942
17943 2005-06-16 Lute Kamstra <lute@gnu.org>
17944
17945 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17946 conditionally.
17947
17948 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17949
17950 * comint.el (comint-replace-by-expanded-filename)
17951 (comint-prompt-regexp, comint-delimiter-argument-list)
17952 (comint-preinput-scroll-to-bottom):
17953 * info.el (Info-hide-cookies-node):
17954 * ls-lisp.el (ls-lisp-classify):
17955 * find-file.el (ff-search-directories, ff-special-constructs)
17956 (ff-find-other-file):
17957 * font-lock.el (font-lock-keywords):
17958 * shell.el (shell-prompt-pattern)
17959 (shell-dynamic-complete-functions, shell-mode)
17960 (shell-delimiter-argument-list):
17961 * term.el (term-replace-by-expanded-filename)
17962 (term-prompt-regexp, term-delimiter-argument-list):
17963 * woman.el (woman-ignore, woman0-if):
17964 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17965 * emacs-lisp/elint.el (elint-init-env):
17966 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17967 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17968 * language/ethio-util.el (ethio-tilde-escape)
17969 (ethio-use-three-dot-question):
17970 * net/zone-mode.el (zone-mode-load-time-setup):
17971 * progmodes/cc-align.el (c-lineup-argcont):
17972 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17973 * progmodes/cperl-mode.el (cperl-set-style-back):
17974 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17975 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17976 Fix spellings in docstrings.
17977
17978 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17979 * progmodes/modula2.el (m2-for): Fix spellings.
17980
17981 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17982
17983 * simple.el (undo-more): Don't use `format' on `error' arguments.
17984 Improve argument/docstring consistency.
17985 (pending-undo-list): Doc fix.
17986
17987 * smerge-mode.el (smerge-ensure-match):
17988 * emulation/vip.el (vip-ex):
17989 * net/zone-mode.el (zone-mode-update-serial):
17990 * progmodes/idlwave.el (idlwave-complete):
17991 * progmodes/vhdl-mode.el (vhdl-visit-file)
17992 (vhdl-compose-wire-components):
17993 Don't use `format' on `error' arguments.
17994
17995 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17996 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17997 (tooltip-help-tips): Fix typos in docstrings.
17998
17999 2005-06-16 David Ponce <david@dponce.com>
18000
18001 * tree-widget.el (tree-widget-value-create): Simplify last change.
18002
18003 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18004
18005 * ido.el (ido-incomplete-regexp): New variable.
18006 (ido-set-matches-1): Handle invalid-regexp error and set
18007 ido-incomplete-regexp.
18008 (ido-incomplete-regexp): New face.
18009 (ido-completions): Use it.
18010 (ido-complete, ido-exit-minibuffer, ido-completions):
18011 Handle incomplete regexps.
18012 (ido-completions): Add check for complete match when entering a regexp.
18013
18014 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18015
18016 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18017
18018 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18019
18020 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18021 by field delimiters.
18022
18023 2005-06-15 David Ponce <david@dponce.com>
18024
18025 * tree-widget.el: eval-and-compile inlined functions so they will
18026 be available at run-time too.
18027 (tree-widget-super-format-handler)
18028 (tree-widget-format-handler): Remove.
18029 (tree-widget-value-create): Handle the :indent property.
18030
18031 2005-06-15 Miles Bader <miles@gnu.org>
18032
18033 * progmodes/which-func.el (which-func): Only inherit
18034 `font-lock-function-name-face' when that makes sense against the
18035 default mode-line face, otherwise set the face color explicitly.
18036
18037 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18038 faces instead of (non-existent) variables.
18039
18040 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18041
18042 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18043 (iswitchb-get-matched-buffers): Likewise. Simplify.
18044
18045 2005-06-14 Miles Bader <miles@gnu.org>
18046
18047 * progmodes/ld-script.el (ld-script-location-counter):
18048 Remove "-face" suffix from face name.
18049 (ld-script-location-counter-face):
18050 New backward-compatibility alias for renamed face.
18051 (ld-script-location-counter-face): Use renamed face.
18052
18053 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18054 (cperl-hash): Remove "-face" suffix from face names.
18055 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18056 New backward-compatibility aliases for renamed faces.
18057 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18058 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18059
18060 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18061 name.
18062 (which-func-face): New backward-compatibility alias for renamed face.
18063 (which-func-format): Use renamed which-func face.
18064
18065 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18066 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18067 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18068 names.
18069 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18070 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18071 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18072 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18073 (vhdl-speedbar-architecture-selected)
18074 (vhdl-speedbar-configuration-selected)
18075 (vhdl-speedbar-package-selected)
18076 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18077 names.
18078 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18079 Use renamed faces.
18080 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18081 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18082 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18083 Use renamed faces.
18084 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18085 names.
18086 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18087 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18088 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18089 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18090 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18091 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18092
18093 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18094 face name.
18095 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18096 (sh-heredoc-face): Use renamed sh-heredoc face.
18097
18098 * progmodes/idlw-help.el (idlwave-help-link):
18099 Remove "-face" suffix from face name.
18100 (idlwave-help-link-face):
18101 New backward-compatibility alias for renamed face.
18102 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18103
18104 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18105 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18106 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18107 New backward-compatibility aliases for renamed faces.
18108 (idlwave-shell-disabled-breakpoint-face)
18109 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18110
18111 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18112 Remove "-face" suffix from face names.
18113 (flymake-errline-face, flymake-warnline-face):
18114 New backward-compatibility aliases for renamed faces.
18115 (flymake-highlight-line): Use renamed flymake faces.
18116
18117 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18118 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18119 (ebrowse-member-class, ebrowse-progress):
18120 Remove "-face" suffix from face names.
18121 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18122 (ebrowse-file-name-face, ebrowse-default-face)
18123 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18124 (ebrowse-progress-face):
18125 New backward-compatibility aliases for renamed faces.
18126 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18127 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18128 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18129 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18130
18131 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18132 antlr-syntax)
18133 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18134 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18135 names.
18136 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18137 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18138 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18139 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18140 backward-compatibility aliases for renamed faces.
18141 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18142 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18143 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18144 remove "font-lock-". Use renamed antlr-mode faces.
18145 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18146 literal face-names with face variable references.
18147
18148 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18149 face name.
18150 (Buffer-menu-buffer-face): New backward-compatibility alias for
18151 renamed face.
18152 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18153
18154 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18155
18156 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18157 Eliminate "-face" suffix.
18158 (makefile-targets): Inherit from font-lock-function-name-face and
18159 eliminate "-face" suffix.
18160 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18161 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18162 actions, instead of prepending, to make it less visible.
18163 (makefile-previous-dependency, makefile-match-dependency):
18164 Don't match a target on a continuation line.
18165
18166 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18167
18168 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18169
18170 * progmodes/gdb-ui.el (menu): Re-order menu items.
18171 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18172
18173 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18174 Define in tooltip.el.
18175 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18176 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18177 gud-tooltip-echo-area.
18178
18179 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18180 backward compatibility and make obsolete.
18181 (tooltip-help-tips): Use tooltip-use-echo-area.
18182 (tooltip-show-help-function): Rename to...
18183 (tooltip-show-help): ...this, because it is a function.
18184 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18185
18186 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18187
18188 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18189 (edebug-print-length, edebug-print-level, edebug-print-circle)
18190 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18191 (edebug-eval-print-last-sexp): Doc fixes.
18192
18193 2005-06-14 Kim F. Storm <storm@cua.dk>
18194
18195 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18196 as the coverage buffer/file/both may change.
18197
18198 2005-06-14 Lute Kamstra <lute@gnu.org>
18199
18200 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18201 and run-mode-hooks. Simplify.
18202
18203 * mail/rmailedit.el (rmail-edit-mode):
18204 * progmodes/octave-inf.el (inferior-octave-mode):
18205 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18206
18207 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18208 and run-mode-hooks.
18209 (recentf-edit-list, recentf-open-files): Don't call
18210 kill-all-local-variables directly.
18211
18212 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18213
18214 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18215
18216 * emacs-lisp/byte-run.el (make-obsolete)
18217 (define-obsolete-function-alias): Rename arguments FUNCTION and
18218 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18219 (make-obsolete-variable, define-obsolete-variable-alias):
18220 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18221 respectively.
18222
18223 * isearchb.el (isearchb-activate):
18224 * pcvs.el (cvs-mode):
18225 * ses.el (ses-load):
18226 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18227 * net/tramp.el (tramp-find-file-exists-command)
18228 (tramp-find-shell):
18229 * progmodes/ada-mode.el (ada-create-case-exception)
18230 (ada-create-case-exception-substring, ada-make-subprogram-body):
18231 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18232 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18233 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18234 * textmodes/org.el (org-promote, org-evaluate-time-range)
18235 (org-agenda-next-date-line, org-agenda-previous-date-line)
18236 (org-agenda-error, org-open-at-point, org-table-move-row)
18237 (org-format-table-table-html-using-table-generate-source)
18238 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18239 * textmodes/reftex.el (reftex-access-scan-info):
18240 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18241 (reftex-toc-promote-prepare): Follow error conventions.
18242
18243 * diff-mode.el (diff-mode): Fix typo in docstring.
18244
18245 * forms.el (forms--intuit-from-file): Fix reference to
18246 `forms-number-of-fields' in error message.
18247 (forms-print): Fix quoting in error message.
18248
18249 * forms.el (forms-mode):
18250 * emulation/vi.el (vi-goto-insert-state):
18251 * progmodes/flymake.el (flymake-new-err-info)
18252 (flymake-start-syntax-check-for-current-buffer)
18253 (flymake-simple-cleanup):
18254 * eshell/esh-var.el (eshell/export):
18255 * progmodes/gud.el (xdb):
18256 * textmodes/flyspell.el (flyspell-incorrect-hook)
18257 (flyspell-maybe-correct-transposition)
18258 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18259
18260 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18261
18262 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18263 minibuffer prompt.
18264
18265 2005-06-13 Kim F. Storm <storm@cua.dk>
18266
18267 * subr.el (add-to-ordered-list): New defun.
18268
18269 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18270 add cua--keymap-alist to emulation-mode-map-alists.
18271
18272 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18273
18274 * subr.el (complete-in-turn): New macro.
18275 (dynamic-completion-table, lazy-completion-table): Add debug info.
18276
18277 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18278 in preference to face aliases.
18279
18280 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18281 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18282 Remove unused vars `start' and `firstline'.
18283 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18284 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18285
18286 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18287
18288 * cus-start.el (all): Don't complain about missing GTK-related
18289 variables, unless either `gtk' is boundp or this isn't a
18290 `windows-nt' build.
18291
18292 2005-06-13 Lute Kamstra <lute@gnu.org>
18293
18294 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18295 run-mode-hooks.
18296
18297 * ediff-mult.el (ediff-meta-mode):
18298 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18299
18300 * ledit.el (ledit-mode): Use delay-mode-hooks.
18301
18302 * woman.el (woman-mode-line-format): Delete constant.
18303 (woman-mode-map): Initialize it properly.
18304 (woman-mode): Set mode-class property to special.
18305 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18306 Set major-mode and mode-name. Don't set mode-line-format directly.
18307 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18308
18309 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18310 string argument obsolete.
18311
18312 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18313
18314 * textmodes/org.el (org-CUA-compatible): New option.
18315 (org-disputed-keys): New variable.
18316 (org-key): New function.
18317 (orgtbl-make-binding): Add docstring to the created function.
18318 (org-mode): Set paragraph start/separate regexps.
18319 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18320 (org-archive-location, org-archive-mark-done)
18321 (org-archive-stamp-time): New options.
18322 (org-archive-subtree): New command.
18323 (org-fill-paragraph): New function.
18324 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18325 (org-fake-empty-table-line): Function removed.
18326 (org-format-org-table-html): Do not create empty table lines at
18327 separator lines. Improved table header treatment.
18328 (org-link-format): New option.
18329 (org-make-link): New function.
18330 (org-insert-link, org-store-link): Use org-make-link.
18331 (org-open-file): Quote file name for shell command, to allow
18332 spaces in file names.
18333 (org-link-regexp): Fix bug with mailto link.
18334 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18335 New constants.
18336 (org-export-as-html): Deal with the optional angles around a link.
18337 Better treatment of file: links.
18338 (org-open-at-point): Replace @{ and @} with < and >.
18339 (org-run-mode-hooks): Function removed.
18340 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18341
18342 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18343
18344 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18345 MI command -data-list-register-values.
18346 (gdb-post-prompt): Indent properly.
18347
18348 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18349
18350 * hilit-chg.el (highlight-changes-colors): Rename from
18351 `highlight-changes-colours'.
18352 (highlight-changes-colours): Keep as obsolete alias.
18353 (highlight-changes-face-list): Doc fix.
18354 (hilit-chg-make-list): Use `highlight-changes-colors'.
18355
18356 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18357
18358 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18359 defun-prompt-regexp.
18360
18361 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18362
18363 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18364 and cygwin.
18365
18366 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18367 Don't use an old loaddefs.el, as in Makefile.in.
18368
18369 2005-06-12 Lute Kamstra <lute@gnu.org>
18370
18371 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18372
18373 * man.el (Man-mode-map): Initialize it properly.
18374 (Man-mode): Set mode-class property to special.
18375
18376 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18377
18378 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18379
18380 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18381 A newline is needed in the docstring there.
18382
18383 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18384 Doc fixes.
18385
18386 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18387
18388 * printing.el: Doc fix. The menubar is no more changed when printing
18389 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18390 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18391 (pr-version): New version number (6.8.4).
18392 (pr-menu-bind): New command.
18393 (pr-update-menus): Docstring and code fix.
18394 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18395 Docstring fix.
18396 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18397 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18398
18399 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18400
18401 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18402 "Returns" to "return", document useful return values, etc.
18403
18404 2005-06-11 Alan Mackenzie <acm@muc.de>
18405
18406 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18407 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18408 (adaptive-file-function): Minor amendment to doc-string.
18409
18410 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18411
18412 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18413 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18414 Fix :type--it is `integer', not `string'.
18415
18416 * faces.el (modeline-highlight): Rename from (the erroneous)
18417 `modeline-higilight'.
18418
18419 2005-06-11 Lute Kamstra <lute@gnu.org>
18420
18421 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18422 lisp-interaction-mode-map but make it the parent.
18423 (edebug-eval-mode): Use define-derived-mode.
18424
18425 2005-06-11 Andreas Schwab <schwab@suse.de>
18426
18427 * bindings.el: Add binding of `ESC functionkey' for every
18428 `M-functionkey'.
18429 * hexl.el (hexl-mode-map): Likewise.
18430
18431 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18432
18433 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18434 [msft]: update regexp for newer msft compilers.
18435
18436 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18437
18438 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18439 ATTLIST portions of included DTDs.
18440 (xml-parse-dtd): Eliminate use of inefficient match-data.
18441
18442 2005-06-10 Miles Bader <miles@gnu.org>
18443
18444 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18445 (mpuz-text): Remove "-face" suffix from face names.
18446 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18447 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18448 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18449
18450 * play/gomoku.el (gomoku-O, gomoku-X):
18451 Remove "-face" suffix from face names.
18452 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18453 New backward-compatibility aliases for renamed faces.
18454 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18455
18456 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18457
18458 * thumbs.el: Fixes for changes of 2005-06-09.
18459 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18460 as a directory.
18461 (thumbs-thumbname): Remove directory separator from format string;
18462 `thumbs-thumbsdir' now returns a valid directory name.
18463 (thumbs-temp-dir): New defsubst.
18464 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18465 Use it.
18466
18467 * cus-edit.el (minibuffer):
18468 * files.el (make-backup-file-name-function):
18469 * filesets.el (filesets-external-viewers):
18470 * hilit-chg.el (highlight-changes-colours)
18471 (highlight-changes-face-list, highlight-changes-rotate-faces):
18472 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18473 * kmacro.el (kmacro-call-macro):
18474 * log-edit.el (log-edit-changelog-full-paragraphs):
18475 * mouse.el (mouse-1-click-follows-link):
18476 * skeleton.el (skeleton-autowrap):
18477 * subr.el (insert-for-yank-1):
18478 * tempo.el (tempo-insert-region):
18479 * terminal.el (terminal-emulator):
18480 * time.el (display-time-mail-face):
18481 * vc.el (vc-annotate):
18482 * vcursor.el (vcursor-copy-line):
18483 * woman.el (woman-bold-headings, woman-ignore)
18484 (woman-default-faces, woman-monochrome-faces):
18485 * calendar/todo-mode.el (todo-insert-threshold):
18486 * emulation/pc-select.el (pc-select-selection-keys-only)
18487 (pc-selection-mode):
18488 * emulation/vip.el (vip-find-char-forward):
18489 * emulation/viper-cmd.el (viper-find-char-forward):
18490 * international/mule-cmds.el
18491 (select-safe-coding-system-accept-default-p)
18492 (input-method-exit-on-invalid-key):
18493 * international/mule-diag.el (describe-coding-system):
18494 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18495 * net/browse-url.el (browse-url-xterm-program):
18496 * obsolete/lazy-lock.el (lazy-lock-mode):
18497 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18498 (cperl-mode):
18499 * progmodes/cpp.el (cpp-face-light-name-list)
18500 (cpp-face-dark-name-list):
18501 * progmodes/delphi.el (delphi-newline-always-indents):
18502 Fix spellings in docstrings.
18503
18504 * ido.el (ido-mode, ido-file-extensions-order)
18505 (ido-default-file-method, ido-default-buffer-method)
18506 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18507 (ido-decorations, ido-read-file-name-as-directory-commands)
18508 (ido-read-file-name-non-ido, ido-work-directory-list)
18509 (ido-ignore-item-temp-list, ido-current-directory)
18510 (ido-magic-forward-char, ido-enter-find-file)
18511 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18512 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18513
18514 2005-06-10 Lute Kamstra <lute@gnu.org>
18515
18516 * play/dunnet.el (dun-mode): Use define-derived-mode.
18517 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18518 obsolete alias.
18519
18520 * play/doctor.el (doctor-mode-map): Remove defvar.
18521 (doctor-mode): Use define-derived-mode.
18522
18523 * mail/mspools.el (mspools-mode):
18524 * net/eudc-hotlist.el (eudc-hotlist-mode):
18525 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18526
18527 2005-06-10 Miles Bader <miles@gnu.org>
18528
18529 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18530 Remove "-face" suffix from face names.
18531 (flyspell-incorrect-face, flyspell-duplicate-face):
18532 New backward-compatibility aliases for renamed faces.
18533 (flyspell-mode-on, make-flyspell-overlay)
18534 (flyspell-highlight-incorrect-region)
18535 (flyspell-highlight-duplicate-region)
18536 (flyspell-display-next-corrections)
18537 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18538
18539 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18540 from face name.
18541 (texinfo-heading-face): New backward-compatibility alias for
18542 renamed face.
18543 (texinfo-heading-face): Use renamed texinfo-heading face.
18544
18545 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18546 suffix from face names.
18547 (tex-math-face, tex-verbatim-face):
18548 New backward-compatibility aliases for renamed faces.
18549 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18550 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18551 literal face name.
18552
18553 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18554 name.
18555 (table-cell-face): New backward-compatibility alias for renamed face.
18556 (table--put-cell-face-property, table--update-cell-face):
18557 Use renamed table-cell face.
18558
18559 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18560 from face name.
18561 (sgml-namespace-face): New backward-compatibility alias for
18562 renamed face.
18563 (sgml-namespace-face): Use renamed sgml-namespace face.
18564
18565 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18566 (org-level-4, org-level-5, org-level-6, org-level-7)
18567 (org-level-8, org-warning, org-headline-done)
18568 (org-deadline-announce, org-scheduled-today)
18569 (org-scheduled-previously, org-link, org-done, org-table)
18570 (org-time-grid): Remove "-face" suffix from face names.
18571 (org-level-1-face, org-level-2-face, org-level-3-face)
18572 (org-level-4-face, org-level-5-face, org-level-6-face)
18573 (org-level-7-face, org-level-8-face, org-warning-face)
18574 (org-headline-done-face, org-deadline-announce-face)
18575 (org-scheduled-today-face, org-scheduled-previously-face)
18576 (org-link-face, org-done-face, org-table-face)
18577 (org-time-grid-face):
18578 New backward-compatibility aliases for renamed faces.
18579 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18580 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18581 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18582 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18583
18584 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18585 (viper-minibuffer-emacs, viper-minibuffer-insert)
18586 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18587 (viper-search-face, viper-replace-overlay-face)
18588 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18589 (viper-minibuffer-vi-face):
18590 New backward-compatibility aliases for renamed faces.
18591 (viper-search-face, viper-replace-overlay-face)
18592 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18593 (viper-minibuffer-vi-face): Use renamed viper faces.
18594
18595 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18596 Remove "-face" suffix from face names.
18597 (testcover-nohits-face, testcover-1value-face):
18598 New backward-compatibility aliases for renamed faces.
18599 (testcover-mark): Use renamed testcover faces.
18600
18601 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18602 face name.
18603 (diary-button-face): New backward-compatibility alias for renamed face.
18604 (diary-entry): Use renamed diary-button face.
18605
18606 * calendar/calendar.el (diary, calendar-today, holiday)
18607 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18608 (diary-face, calendar-today-face, holiday-face):
18609 New backward-compatibility aliases for renamed faces.
18610 (eval-after-load "facemenu", diary-entry-marker)
18611 (calendar-today-marker, calendar-holiday-marker, diary-face):
18612 Use renamed calendar faces.
18613
18614 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18615 (compare-windows-face): New backward-compatibility alias for
18616 renamed face.
18617 (compare-windows-highlight): Use renamed compare-windows face.
18618
18619 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18620 (strokes-char-face): New backward-compatibility alias for renamed face.
18621 (strokes-encode-buffer): Use renamed strokes-char face.
18622
18623 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18624 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18625 Remove "-face" suffix from face names.
18626 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18627 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18628 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18629 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18630 Use renamed pcvs faces.
18631 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18632 * pcvs-defs.el (cvs-mode-map): Likewise.
18633 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18634
18635 * info.el (info-title-1, info-title-2, info-title-3)
18636 (info-title-4): Remove "-face" suffix from and downcase face names.
18637 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18638 (Info-title-4-face):
18639 New backward-compatibility aliases for renamed faces.
18640 (Info-fontify-node): Use renamed info faces.
18641
18642 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18643 Remove "-face" suffix from face names.
18644 (highlight-changes-face, highlight-changes-delete-face):
18645 New backward-compatibility aliases for renamed faces.
18646 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18647 (hilit-chg-make-list): Use renamed highlight-changes faces.
18648
18649 * generic-x.el (show-tabs-tab, show-tabs-space):
18650 Remove "-face" suffix from face names.
18651 (show-tabs-tab-face, show-tabs-space-face):
18652 New backward-compatibility aliases for renamed faces.
18653 (show-tabs-generic-mode-font-lock-defaults-1)
18654 (show-tabs-generic-mode-font-lock-defaults-2):
18655 Use renamed show-tabs faces.
18656
18657 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18658 (smerge-markers): Remove "-face" suffix from face names.
18659 (smerge-mine-face, smerge-other-face, smerge-base-face)
18660 (smerge-markers-face):
18661 New backward-compatibility aliases for renamed faces.
18662 (smerge-mine-face, smerge-other-face, smerge-base-face)
18663 (smerge-markers-face): Use renamed smerge faces.
18664
18665 * log-view.el (log-view-file, log-view-message): Remove "-face"
18666 suffix from face names.
18667 (log-view-file-face, log-view-message-face):
18668 New backward-compatibility aliases for renamed faces.
18669 (log-view-file-face, log-view-message-face): Use renamed log-view
18670 faces.
18671
18672 * paren.el (show-paren-match, show-paren-mismatch):
18673 Remove "-face" suffix from face names.
18674 (show-paren-match-face, show-paren-mismatch-face):
18675 New backward-compatibility aliases for renamed faces.
18676 (show-paren-function): Use renamed show-paren faces.
18677
18678 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18679 (ruler-mode-margins, ruler-mode-fringes)
18680 (ruler-mode-column-number, ruler-mode-fill-column)
18681 (ruler-mode-comment-column, ruler-mode-goal-column)
18682 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18683 suffix from face names.
18684 (ruler-mode-default-face, ruler-mode-pad-face)
18685 (ruler-mode-margins-face, ruler-mode-fringes-face)
18686 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18687 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18688 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18689 New backward-compatibility aliases for renamed faces.
18690 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18691 (ruler-mode-column-number, ruler-mode-fill-column)
18692 (ruler-mode-comment-column, ruler-mode-goal-column)
18693 (ruler-mode-tab-stop, ruler-mode-current-column)
18694 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18695 faces.
18696
18697 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18698 face name.
18699 (whitespace-highlight-the-space): Use renamed face.
18700 (whitespace-highlight-face): New backward-compatibility alias for
18701 renamed face.
18702
18703 * woman.el (woman-italic, woman-bold, woman-unknown)
18704 (woman-addition, woman-symbol-face):
18705 Remove "-face" suffix from face names.
18706 (woman-italic-face, woman-bold-face, woman-unknown-face)
18707 (woman-addition-face):
18708 New backward-compatibility aliases for renamed faces.
18709 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18710 (woman-decode-region, woman-replace-match)
18711 (woman-display-extended-fonts, woman-special-characters)
18712 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18713 Use renamed woman faces.
18714
18715 * longlines.el (longlines-visible-face): Face removed.
18716
18717 * diff-mode.el (diff-header, diff-file-header, diff-index)
18718 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18719 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18720 suffix from face names.
18721 (diff-header-face, diff-file-header-face, diff-index-face)
18722 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18723 (diff-changed-face, diff-function-face, diff-context-face)
18724 (diff-nonexistent-face): New backward-compatibility aliases for
18725 renamed faces.
18726 (diff-header-face, diff-file-header-face)
18727 (diff-index, diff-index-face, diff-hunk-header)
18728 (diff-hunk-header-face, diff-removed, diff-removed-face)
18729 (diff-added, diff-added-face, diff-changed-face, diff-function)
18730 (diff-function-face, diff-context-face, diff-nonexistent)
18731 (diff-nonexistent-face): Use renamed diff-mode faces.
18732
18733 * progmodes/compile.el (compilation-warning-face)
18734 (compilation-info-face): Remove "-face" suffix from face names.
18735 (compilation-warning-face, compilation-info-face):
18736 New backward-compatibility aliases for renamed faces.
18737 (compilation-warning-face, compilation-info-face):
18738 Use renamed compilation faces.
18739
18740 * add-log.el (change-log-date, change-log-name)
18741 (change-log-email, change-log-file, change-log-list)
18742 (change-log-conditionals, change-log-function)
18743 (change-log-acknowledgement): Remove "-face" suffix from face names.
18744 (change-log-date-face, change-log-name-face)
18745 (change-log-email-face, change-log-file-face)
18746 (change-log-list-face, change-log-conditionals-face)
18747 (change-log-function-face, change-log-acknowledgement-face):
18748 New backward-compatibility aliases for renamed faces.
18749 (change-log-font-lock-keywords): Use renamed change-log faces.
18750
18751 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18752 (custom-set, custom-changed, custom-saved, custom-button)
18753 (custom-button-pressed, custom-documentation, custom-state)
18754 (custom-comment, custom-comment-tag, custom-variable-tag)
18755 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18756 (custom-group-tag): Remove "-face" suffix from face names.
18757 (custom-magic-alist, custom-magic-value-create)
18758 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18759 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18760 (custom-set-face, custom-changed-face, custom-saved-face)
18761 (custom-button-face, custom-button-pressed-face)
18762 (custom-documentation-face, custom-state-face)
18763 (custom-comment-face, custom-comment-tag-face)
18764 (custom-variable-tag-face, custom-variable-button-face)
18765 (custom-face-tag-face, custom-group-tag-face-1)
18766 (custom-group-tag-face):
18767 New backward-compatibility aliases for renamed faces.
18768
18769 * wid-edit.el (widget-documentation, widget-button)
18770 (widget-field, widget-single-line-field, widget-inactive)
18771 (widget-button-pressed): "-face" suffix removed from face names.
18772 (widget-documentation-face, widget-button-face)
18773 (widget-field-face, widget-single-line-field-face)
18774 (widget-inactive-face, widget-button-pressed-face):
18775 New backward-compatibility aliases for renamed faces.
18776 (widget-documentation-face, widget-button-face)
18777 (widget-button-pressed-face, widget-specify-field)
18778 (widget-specify-inactive): Use renamed widget faces.
18779
18780 2005-06-10 Kenichi Handa <handa@m17n.org>
18781
18782 * term/x-win.el (x-clipboard-yank): Remove condition-case
18783 wrapping.
18784
18785 2005-06-11 Kenichi Handa <handa@m17n.org>
18786
18787 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18788 date lines stricter.
18789
18790 2005-06-10 Zhang Wei <id.brep@gmail.com>
18791
18792 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18793 of x-get-selection.
18794
18795 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18796
18797 * comint.el (comint-mode, comint-snapshot-last-prompt):
18798 * frame.el (frame-current-scroll-bars):
18799 * term.el (term-mode, term-check-proc, term-input-sender)
18800 (term-simple-send, term-extract-string, term-word)
18801 (term-match-partial-filename):
18802 * window.el (window-current-scroll-bars):
18803 * emulation/cua-base.el (cua-normal-cursor-color)
18804 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18805 (cua-global-mark-cursor-color):
18806 * mail/undigest.el (rmail-forward-separator-regex):
18807 Fix typos in docstrings.
18808
18809 * comint.el (comint-check-proc, make-comint-in-buffer)
18810 (comint-source-default): Doc fixes.
18811
18812 * term.el (term-send-string): Improve argument/docstring consistency.
18813
18814 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18815
18816 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18817 call to `delete-region'.
18818 (comint-mode-hook): Do not enable Font Lock by default.
18819
18820 2005-06-09 Lute Kamstra <lute@gnu.org>
18821
18822 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18823 could be void.
18824
18825 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18826
18827 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18828 (debug): Use it.
18829 (debugger-step-through, debugger-continue, debugger-jump)
18830 (debugger-return-value): Set it when needed.
18831 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18832 Use inhibit-read-only.
18833
18834 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18835
18836 * window.el (shrink-window-if-larger-than-buffer)
18837 (window-size-fixed): Fix typo in docstring.
18838
18839 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18840 thumbnails directory on loading.
18841 (thumbs-conversion-program): Use `eq' to check the system type,
18842 not `equal'.
18843 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18844 not "/tmp". Fix docstring.
18845 (thumbs-thumbsdir): New function to return the thumbnails
18846 directory, creating it if needed.
18847 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18848 (thumbs-temp-file): Delete variable and make it into a function.
18849 (thumbs-resize-image, thumbs-modify-image): Use it.
18850 (thumbs-kill-buffer): Simplify.
18851 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18852 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18853 docstrings.
18854
18855 2005-06-09 Kim F. Storm <storm@cua.dk>
18856
18857 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18858 set-match-data to free markers in match-data.
18859
18860 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18861 match-data to unchain markers in match-data.
18862
18863 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18864
18865 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18866 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18867 unnecessary now.
18868
18869 2005-06-08 Richard M. Stallman <rms@gnu.org>
18870
18871 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18872 give the variable a doc string that doesn't say don't set it directly.
18873
18874 * textmodes/ispell.el (ispell-check-version):
18875 Use match-string-no-properties.
18876 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18877 (ispell-buffer-local-words): Likewise.
18878
18879 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18880 except on terminals with enough colors to really display it.
18881 (makefile-dependency-regex): Delete spurious `bb'.
18882
18883 * faces.el (escape-glyph): Use blue once again in last case.
18884 (no-break-space): Redefine so that it isn't invisible on a tty.
18885
18886 2005-06-08 Kim F. Storm <storm@cua.dk>
18887
18888 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18889 also when reading directory name.
18890
18891 2005-06-08 Lute Kamstra <lute@gnu.org>
18892
18893 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18894 (flyspell-mode-line-string): Remove autoload cookie.
18895 (flyspell-mode): Remove defvar.
18896
18897 2005-06-07 Lute Kamstra <lute@gnu.org>
18898
18899 * textmodes/org.el (org-run-mode-hooks): New function.
18900 (org-agenda-mode): Use it.
18901
18902 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18903
18904 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18905
18906 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18907
18908 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18909
18910 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18911
18912 * font-lock.el (font-lock-add-keywords): Doc fix.
18913
18914 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18915
18916 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18917 (tex-compile-default): In the absence of any history, use the order in
18918 tex-compile-alist to choose the preferred command.
18919 (tex-compile-commands): Reorder a bit.
18920
18921 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18922 (flyspell-incorrect-face, flyspell-duplicate-face):
18923 Use (X)Emacs-agnostic code.
18924 (flyspell-mode-map): Don't overwrite at each load. Remove code
18925 redundant with the subsequent add-minor-mode. Merge Emacs and
18926 XEmacs code.
18927 (flyspell-word): Minor simplification.
18928 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18929 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18930 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18931 Merge the corresponding Emacs code.
18932 (flyspell-correct-word, flyspell-xemacs-popup):
18933 Use flyspell-do-correct.
18934
18935 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18936 a dedicated window.
18937
18938 * international/latexenc.el (latexenc-find-file-coding-system):
18939 Undo part of last patch, to turn off a compiler warning.
18940
18941 2005-06-06 Juri Linkov <juri@jurta.org>
18942
18943 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18944 Rename `tmm-inactive-face' to `tmm-inactive'.
18945
18946 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18947
18948 * iswitchb.el: Rename faces.
18949
18950 2005-06-06 Kim F. Storm <storm@cua.dk>
18951
18952 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18953 (cua-global-mark): Remove -face suffix from face names.
18954
18955 * emulation/cua-gmrk.el (cua--init-global-mark):
18956 Remove cua-global-mark face setup.
18957
18958 2005-06-06 Richard M. Stallman <rms@gnu.org>
18959
18960 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18961 just like other allowed characters.
18962 (makefile-match-dependency): Exclude leading and training whitespace
18963 from the range of regexp subexp 1.
18964 (makefile-macroassign-regex): Don't try to match the body,
18965 just the name of the macro being defined.
18966
18967 * info.el (Info-read-node-name-2): New function.
18968 (Info-read-node-name-1): Use that.
18969 Add a completion-base-size-function property.
18970
18971 * simple.el (completion-setup-function): Look for
18972 completion-base-size-function property of minibuffer-completion-table.
18973
18974 * files.el (locate-file-completion): Doc fix.
18975
18976 * printing.el: Don't call pr-update-menus; user must do that.
18977
18978 * emacs-lisp/debug.el (debugger-window): New variable.
18979 (debug): Use debugger-window if it is set and still alive.
18980 Record debugger-window for next entry.
18981
18982 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18983
18984 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18985
18986 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18987 (hack-one-local-variable, hack-local-variables)
18988 (hack-local-variables-prop-line): Pass that arg.
18989
18990 2005-06-06 Kim F. Storm <storm@cua.dk>
18991
18992 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18993 (ido-indicator): Remove -face suffix from face names.
18994
18995 2005-06-06 Juri Linkov <juri@jurta.org>
18996
18997 * font-lock.el (font-lock-regexp-backslash)
18998 (font-lock-regexp-backslash-construct): New faces.
18999 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19000 after `('. Add `while-no-input' to control structures.
19001
19002 * faces.el (no-break-space, shadow): New faces.
19003 (escape-glyph): Use less loud colors pink2 and red4.
19004
19005 * diff-mode.el (diff-context-face)
19006 * dired.el (dired-ignored)
19007 * rfn-eshadow.el (file-name-shadow)
19008 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19009
19010 * info.el (Info-title-1-face): Use green instead of yellow because
19011 bold yellow is not readable on light backgrounds.
19012
19013 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19014 before selecting the desired mode to not spend time fontifying
19015 old contents.
19016
19017 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19018
19019 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19020 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19021
19022 * ps-print.el (ps-default-fg, ps-default-bg):
19023 Fix typos in docstrings.
19024
19025 * isearchb.el (isearchb): Don't pass a spurious second argument to
19026 `iswitchb-completions'.
19027
19028 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19029
19030 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19031 to preserve point.
19032 (gdb-find-file-hook): Add doc string.
19033
19034 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19035 C dereferenced pointer expression.
19036 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19037
19038 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19039
19040 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19041 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19042 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19043 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19044 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19045 Make background transparent.
19046
19047 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19048
19049 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19050 (font-lock-remove-keywords): Doc fix.
19051 (font-lock-mode-major-mode): Compiler defvar.
19052 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19053
19054 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19055 (font-lock-mode): Update `font-lock-mode-major-mode'.
19056 (font-lock-set-defaults): Compiler defvar.
19057 (font-lock-default-function): Take `font-lock-mode-major-mode'
19058 into account.
19059
19060 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19061 keep track of which major mode it enabled the minor mode for.
19062 Use find-file-hook again. Update docstring.
19063
19064 * simple.el (eval-expression-print-level)
19065 (eval-expression-print-length, eval-expression-debug-on-error):
19066 Doc fixes.
19067
19068 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19069
19070 * iswitchb.el (iswitchb-single-match-face)
19071 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19072 (iswitchb-invalid-regexp-face): New faces.
19073 (iswitchb-completions): Use them.
19074 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19075 now marked as an obsolete alias.
19076 (iswitchb-read-buffer): Remove check for bound font variables.
19077 (iswitchb-invalid-regexp): New free variable.
19078 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19079 set iswitchb-invalid-regexp.
19080 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19081 invalid regexps.
19082 (iswitchb-completions): Add check for complete match when entering
19083 a regexp.
19084 (iswitchb-completions): Remove require-match argument.
19085 (iswitchb-exhibit): Fix caller.
19086 (iswitchb-common-match-inserted): New variable.
19087 (iswitchb-complete, iswitchb-completion-help): Use it.
19088
19089 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19090
19091 * url-http.el (url-http-chunked-encoding-after-change-function):
19092 Use `url-http-debug' instead of `message'.
19093
19094 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19095
19096 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19097 callback argument.
19098
19099 2005-06-04 Kim F. Storm <storm@cua.dk>
19100
19101 * simple.el (line-move): Only call sit-for when moving backwards.
19102
19103 * ido.el (ido-make-merged-file-list-1): New defun split from
19104 ido-make-merged-file-list.
19105 (ido-make-merged-file-list): Bind throw-on-input around call to
19106 ido-make-merged-file-list-1. Return input-pending-p if
19107 interrupted by more input available.
19108 (ido-read-internal): Handle input-pending-p return value from
19109 ido-make-merged-file-list.
19110
19111 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19112
19113 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19114 compatibility code.
19115
19116 * international/latexenc.el (latexenc-find-file-coding-system):
19117 Don't inherit the EOL part of the coding-system from the
19118 tex-main buffer. Fit within 80 columns.
19119
19120 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19121
19122 * tmm.el (tmm-inactive-face): New face.
19123 (tmm-remove-inactive-mouse-face): New function.
19124 (tmm-prompt, tmm-add-one-shortcut)
19125 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19126 but not selectable.
19127
19128 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19129
19130 * faces.el (face-equal): Improve argument/docstring consistency.
19131
19132 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19133
19134 * progmodes/make-mode.el (makefile-targets-face)
19135 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19136 (makefile-bsdmake-dependency-regex)
19137 (makefile-makepp-rule-action-regex)
19138 (makefile-bsdmake-rule-action-regex): New constants.
19139 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19140
19141 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19142 Allow (...) within `...' for makepp messages.
19143
19144 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19145
19146 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19147
19148 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19149 "." files are deleted from all file lists before comparison.
19150
19151 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19152 (viper-ESC-key): Made them customizable.
19153
19154 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19155
19156 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19157
19158 * autorevert.el (auto-revert-buffers): Use save-match-data.
19159
19160 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19163 menu items with a nil command binding.
19164
19165 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19166
19167 * emacs-lisp/cl-macs.el (defsetf):
19168 Improve argument/docstring consistency.
19169
19170 * faces.el (list-faces-display): Improve the formatting by
19171 computing the maximum length required for any face-name (reworked
19172 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19173 (internal-find-face): Remove redundant info in docstring.
19174
19175 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19176
19177 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19178 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19179 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19180 (gdb-assembler-custom): Improve regexps.
19181 (def-gdb-auto-update-handler): Use window point to preserve point.
19182
19183 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19186
19187 2005-05-31 Jay Belanger <belanger@truman.edu>
19188
19189 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19190 to calc-embedded.
19191 (calc-embedded-make-info): Have plain prefix argument select
19192 entire line.
19193
19194 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19195
19196 * faces.el (list-faces-display): Signal error if passed a regexp
19197 that matches no face name.
19198
19199 * simple.el (filter-buffer-substring): Fix typo in docstring.
19200
19201 2005-05-31 Richard M. Stallman <rms@gnu.org>
19202
19203 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19204 (vhdl-emacs-21): Doc fix.
19205 (vhdl-mode): Unconditionally set comment-padding.
19206 (vhdl-fixup-whitespace-region): Insert spaces only where
19207 there are none.
19208 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19209
19210 2005-05-30 John Wiegley <johnw@newartisans.com>
19211
19212 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19213 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19214 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19215 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19216 `string-to-number'.
19217
19218 2005-05-30 Jay Belanger <belanger@truman.edu>
19219
19220 * calc/calc.el (calc-bug-address): Fix docstring.
19221 (calc-window-hook, calc-trail-window-hook): New variables.
19222 (calc-trail-display): Restore use of calc-trail-window-hook.
19223 (calc): Restore use of calc-window-hook.
19224
19225 2005-05-31 Masatake YAMATO <jet@gyve.org>
19226
19227 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19228
19229 * help-fns.el (help-C-file-name): Add autoload mark for
19230 `find-function-noselect'.
19231
19232 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19235 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19236
19237 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19238
19239 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19240 included diary buffer if it was not already being visited.
19241 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19242
19243 * calendar/icalendar.el (top-level): Do not require appt.
19244
19245 * mail/supercite.el (sc-select-attribution): Only use a list
19246 element from sc-attrib-selection-list if it returns a string.
19247 Reported by Davide G. M. Salvetti <salve@debian.org>.
19248
19249 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19250
19251 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19252 includes a hash value to improve its uniqueness, and has a ".jpg"
19253 extension. Also, it is now a valid filename on all systems.
19254 (thumbs-make-thumb): Use `let', not `let*'.
19255 (thumbs-show-thumbs-list): Check for JPEG availability.
19256
19257 2005-05-30 Richard M. Stallman <rms@gnu.org>
19258
19259 * filesets.el (filesets-menu-ensure-use-cached):
19260 Prevent warning when emacs-version>= is undefined.
19261
19262 * printing.el (pr-interactive-n-up): Use string-to-number.
19263
19264 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19265
19266 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19267 Warn only when name to be defined is quoted.
19268
19269 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19270
19271 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19272 Make regexp more robust.
19273 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19274 Force regeneration of disassembly.
19275
19276 2005-05-29 Jay Belanger <belanger@truman.edu>
19277
19278 * calc/calc.el (calc-user-invocation): Check if
19279 calc-invocation-macro is non-nil.
19280
19281 2005-05-29 Juri Linkov <juri@jurta.org>
19282
19283 * add-log.el (change-log-font-lock-keywords):
19284 Add `+' to e-mail regexp to accept mail address with keywords.
19285
19286 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19287
19288 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19289
19290 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19291
19292 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19293
19294 2005-05-29 Richard M. Stallman <rms@gnu.org>
19295
19296 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19297 Undo the change that moves to end of the current word.
19298
19299 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19300
19301 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19302 Throw error when count <= 0 to ensure input is a number.
19303 (gdb-read-memory-custom): Pick up address from buffer.
19304 (gdb-memory-mode): Allow user to increment and decrement
19305 memory address from header line.
19306
19307 2005-05-29 Richard M. Stallman <rms@gnu.org>
19308
19309 * flyspell.el (flyspell-version): Function deleted.
19310 (flyspell-auto-correct-previous-hook): Doc fix.
19311
19312 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19313 Do nothing if memory is full.
19314
19315 * font-lock.el (font-lock-fontify-syntactically-region):
19316 Pass t for GREEDY to looking-back.
19317
19318 * saveplace.el (save-place-alist-to-file): Write the file
19319 using write-region.
19320
19321 * subr.el (looking-back): New argument GREEDY.
19322
19323 * progmodes/compile.el (compilation-start): Set the mode
19324 before inserting the initial text.
19325
19326 * progmodes/which-func.el (which-func-update-1): Turn the mode
19327 off in case of error by setting which-func-mode.
19328
19329 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19330
19331 * flyspell.el (flyspell-auto-correct-previous-word):
19332 Narrow down to what's on the screen, and recenter overlays
19333 at the end of the next word.
19334
19335 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19336
19337 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19338 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19339 (flyspell-abbrev-p): Default to nil.
19340 (flyspell-use-global-abbrev-table-p): Doc fix.
19341 (flyspell-large-region): Allow nil as value.
19342 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19343
19344 (mail-mode-flyspell-verify): More robust handling
19345 of `mail-header-separator'. More efficient signature detection.
19346 Allow for regexp metacharacters in message-header-separator.
19347 Adding `To' not to be checked in mail-mode-flyspell-verify.
19348
19349 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19350 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19351 Bind flyspell-auto-correct-binding.
19352 Bind C-. and C-, .
19353 (flyspell-mode-map): Likewise.
19354 (flyspell-mode): Doc fix.
19355 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19356 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19357 (flyspell-word-cache-result): New var, always local.
19358 (flyspell-check-pre-word-p): Doc fix.
19359 (flyspell-check-changed-word-p): Handle spc like newline.
19360 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19361 (flyspell-word-search-backward, flyspell-word-search-forward):
19362 New functions.
19363 (flyspell-word): Return t if nothing to check.
19364 When parsing TeX code, check for after } or \.
19365 Use flyspell-word-search-backward to find previous word.
19366 Return nil if duplicated word.
19367 For word already checked, return same value as last time.
19368 Set flyspell-word-cache-result after checking.
19369 Don't clobber the return value.
19370 (flyspell-get-word): Major rewrite.
19371 (flyspell-external-point-words): New locals pword, pcount.
19372 Fix size used in progress message.
19373 Find the proper corresponding word in flyspell-large-region-buffer.
19374 (flyspell-region): Check for flyspell-large-region = nil.
19375 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19376 (flyspell-auto-correct-word): Check that WORD is a cons.
19377 (flyspell-correct-word): Likewise.
19378
19379 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19380
19381 * progmodes/make-mode.el (makefile-rule-action-regex)
19382 (makefile-macroassign-regex, makefile-makepp-mode)
19383 (makefile-bsdmake-mode): Continuation lines may be empty.
19384 Reported by Joshua Varner.
19385 (makefile-makepp-font-lock-keywords): Add $(stem).
19386
19387 2005-05-28 Karl Berry <karl@gnu.org>
19388
19389 * textmodes/tex-mode.el: Now that tex-send-command calls
19390 shell-quote-argument (2005-03-31 change), remove all calls to
19391 shell-quote-argument; they all end up invoking tex-send-command.
19392 The double quoting loses on filenames with non-safe characters,
19393 such as "@". Reported by Frederik Fouvry.
19394
19395 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19396
19397 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19398 about preserving point.
19399
19400 2005-05-27 Jay Belanger <belanger@truman.edu>
19401
19402 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19403 Info-goto-node.
19404
19405 * calc/calc-embed.el (calc-embed-arg): New variable.
19406 (calc-do-embedded-activate, calc-embedded-activate-formula)
19407 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19408 variable by new variable.
19409 (calc-embedded-make-info): Replace undeclared variable by new
19410 variable. When selecting region with positive prefix
19411 argument, use end of previous line instead of beginning of line.
19412
19413 * calc/calc-aent.el (calc-arg-values): Declare it.
19414
19415 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19416 Declare them.
19417
19418 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19419
19420 * calc/calc.el (calc-alg-map): Declare it.
19421
19422 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19423
19424 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19425
19426 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19427 (gdb-registers-buffer, toggle-gdb-all-registers):
19428 Toggle display of floating point registers.
19429 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19430
19431 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19432 (toggle-gud-tooltip-dereference):
19433 Rename from gud-toggle-tooltip-dereference.
19434
19435 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19436
19437 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19438
19439 2005-05-27 Jay Belanger <belanger@truman.edu>
19440
19441 * calc/calc-prog.el (calc-kbd-report): Remove.
19442 (calc-kbd-query): Rewrite.
19443
19444 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19445
19446 * image.el (image-library-alist): Move to image.c.
19447 (image-type-available-p): Doc fix.
19448
19449 2005-05-27 Lute Kamstra <lute@gnu.org>
19450
19451 * calc/calc.el (calc):
19452 * outline.el (outline-1, outline-2, outline-3, outline-4)
19453 (outline-5, outline-6, outline-7, outline-8):
19454 * textmodes/dns-mode.el (dns-mode):
19455 * textmodes/sgml-mode.el (sgml-namespace-face):
19456 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19457 (tex-verbatim-face, tex-use-reftex):
19458 * textmodes/texinfo.el (texinfo-heading-face):
19459 Specify customization group.
19460
19461 * longlines.el: Don't require easy-mmode.
19462 (longlines-visible-face): Specify customization group.
19463
19464 2005-05-27 Kenichi Handa <handa@m17n.org>
19465
19466 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19467 encoding table of windows-1251.
19468
19469 * international/ucs-tables.el (ucs-set-table-for-input):
19470 If translation-table-for-input of a coding system is a symbol, get
19471 its translation-table property.
19472
19473 * international/code-pages.el: Don't register a coding system into
19474 non-iso-charset-alist more than once.
19475 (cp-make-coding-system): Likewise.
19476
19477 2005-05-26 John Wiegley <johnw@newartisans.com>
19478
19479 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19480 `eshell-resume-eval' is wrapped in a list, it indicates that the
19481 command was run asynchronously. In that case, unwrap the value
19482 before checking the delimiter value.
19483
19484 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19485 character before a space at the end of a line is \, assume the space
19486 is part of the last argument rather than a final argument separator.
19487
19488 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19489 is in use, and the target is `t' or `nil' (which are the most common
19490 values), don't assume that the symbol target is a buffer.
19491
19492 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19493
19494 * calendar/calendar.el (calendar-mode-line-format):
19495 Use mode-line-highlight as mouse-face.
19496
19497 * time.el (display-time-string-forms, display-time-update):
19498 Use mode-line-highlight as mouse-face.
19499
19500 2005-05-26 Jay Belanger <belanger@truman.edu>
19501
19502 * calc/calc.el (calc-language-alist): Remove extra defvar.
19503
19504 2005-05-26 Lute Kamstra <lute@gnu.org>
19505
19506 * arc-mode.el (archive-mode):
19507 * bookmark.el (bookmark-read-annotation-mode)
19508 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19509 * bs.el (bs-mode):
19510 * calc/calc-yank.el (calc-edit-mode):
19511 * calc/calc.el (calc-mode, calc-trail-mode):
19512 * calculator.el (calculator-mode):
19513 * chistory.el (command-history-mode):
19514 * comint.el:
19515 * cus-edit.el (custom-mode):
19516 * descr-text.el (describe-text-mode):
19517 * ebuff-menu.el (Electric-buffer-menu-mode):
19518 * ediff-util.el (ediff-mode):
19519 * emacs-lisp/re-builder.el (reb-mode):
19520 * emulation/vi.el (vi-mode-setup):
19521 * emulation/ws-mode.el (wordstar-mode):
19522 * eshell/esh-mode.el (eshell-mode):
19523 * forms.el (forms-mode):
19524 * help-mode.el (help-mode):
19525 * hexl.el (hexl-mode):
19526 * ibuffer.el (ibuffer-mode):
19527 * ielm.el (inferior-emacs-lisp-mode):
19528 * info.el (Info-mode, Info-edit-mode):
19529 * international/swedish.el:
19530 * ledit.el (ledit-from-lisp-mode):
19531 * locate.el (locate-mode):
19532 * mail/rmail.el (rmail-mode):
19533 * mail/rmailedit.el (rmail-edit-mode):
19534 * mail/rmailsum.el (rmail-summary-mode):
19535 * mail/supercite.el (sc-electric-mode):
19536 * net/eudc.el (eudc-mode):
19537 * net/quickurl.el (quickurl-list-mode):
19538 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19539 * obsolete/ooutline.el (outline-mode):
19540 * obsolete/options.el (Edit-options-mode):
19541 * obsolete/rnews.el (news-mode):
19542 * obsolete/rnewspost.el (news-reply-mode):
19543 * play/5x5.el (5x5-mode):
19544 * play/decipher.el (decipher-mode, decipher-stats-mode):
19545 * play/gomoku.el (gomoku-mode):
19546 * play/snake.el (snake-mode):
19547 * play/solitaire.el (solitaire-mode):
19548 * play/tetris.el (tetris-mode):
19549 * progmodes/ada-mode.el (ada-mode):
19550 * progmodes/antlr-mode.el (antlr-mode):
19551 * progmodes/autoconf.el (autoconf-mode):
19552 * progmodes/dcl-mode.el (dcl-mode):
19553 * progmodes/delphi.el (delphi-mode):
19554 * progmodes/ebrowse.el (ebrowse-tree-mode)
19555 (ebrowse-electric-list-mode, ebrowse-member-mode)
19556 (ebrowse-electric-position-mode):
19557 * progmodes/f90.el (f90-mode):
19558 * progmodes/fortran.el (fortran-mode):
19559 * progmodes/icon.el (icon-mode):
19560 * progmodes/idlw-help.el (idlwave-help-mode):
19561 * progmodes/idlw-shell.el (idlwave-shell-mode):
19562 * progmodes/idlwave.el (idlwave-mode):
19563 * progmodes/inf-lisp.el (inferior-lisp-mode):
19564 * progmodes/m4-mode.el (m4-mode):
19565 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19566 * progmodes/modula2.el (modula-2-mode):
19567 * progmodes/octave-inf.el (inferior-octave-mode):
19568 * progmodes/octave-mod.el (octave-mode):
19569 * progmodes/pascal.el (pascal-mode):
19570 * progmodes/sh-script.el (sh-mode):
19571 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19572 * progmodes/vhdl-mode.el (vhdl-mode):
19573 * progmodes/xscheme.el (scheme-interaction-mode):
19574 * replace.el (occur-mode):
19575 * ses.el (ses-mode):
19576 * simple.el (completion-list-mode):
19577 * skeleton.el:
19578 * speedbar.el (speedbar-mode):
19579 * term.el (term-mode):
19580 * terminal.el (terminal-edit-mode):
19581 * textmodes/reftex-index.el (reftex-index-mode)
19582 (reftex-index-phrases-mode):
19583 * textmodes/reftex-sel.el (reftex-select-label-mode)
19584 (reftex-select-bib-mode):
19585 * textmodes/reftex-toc.el (reftex-toc-mode):
19586 * wdired.el (wdired-change-to-wdired-mode):
19587 * wid-browse.el (widget-browse-mode):
19588 Use run-mode-hooks.
19589
19590 * array.el (array-mode):
19591 * calendar/todo-mode.el (todo-mode):
19592 * man.el (Man-mode):
19593 * play/landmark.el (lm-mode):
19594 * play/mpuz.el (mpuz-mode):
19595 Use kill-all-local-variables and run-mode-hooks.
19596
19597 * subr.el (delay-mode-hooks): Specify indentation.
19598
19599 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19600
19601 * xml.el (xml-substitute-special): Don't die for undefined xml
19602 entities.
19603
19604 2005-05-26 Jay Belanger <belanger@truman.edu>
19605
19606 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19607 of nil.
19608
19609 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19610
19611 * progmodes/gdb-ui.el (gdb-frame-address):
19612 Rename from gdb-current-address.
19613 (gdb-previous-frame-address): Rename from gdb-previous-address.
19614 (gdb-selected-frame): Rename from gdb-current-frame.
19615 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19616 (gdb-frame-number): Rename from gdb-current-stack-level.
19617 (gdb-ann3): Match new mode-name for disassembly buffer.
19618 Extend initialization of variables.
19619 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19620 (gdb-memory-mode): Use mouse-face in header line.
19621 (gdb-assembler-buffer-name): Call it disassembly and give frame
19622 in mode line.
19623 (gdb-source-spec-regexp, gdb-assembler-custom)
19624 (gdb-invalidate-assembler, gdb-frame-handler):
19625 Make robust to leading zeroes in address format.
19626
19627 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19628
19629 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19630 define `org-mode'.
19631 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19632
19633 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19634
19635 * log-edit.el (log-edit-changelog-entries): Distinguish between
19636 filenames like xfns.c and fns.c.
19637
19638 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19639
19640 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19641 point after reverting.
19642 (Buffer-menu-make-sort-button): Handle the case where
19643 `Buffer-menu-use-header-line' is nil.
19644
19645 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19646
19647 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19648 New funcs. In minibuffer-local-completion-map bind `]', `/'
19649 and `:' to them.
19650
19651 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19652
19653 * startup.el (normal-top-level): Allow modification of load-path while
19654 we're iterating over it.
19655
19656 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19657
19658 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19659 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19660 (thumbs-resize-interactive, thumbs-insert-image)
19661 (thumbs-insert-thumb, thumbs-dired-show-marked)
19662 (thumbs-find-image-at-point, thumbs-delete-images)
19663 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19664 (thumbs-increment-image-size, thumbs-decrement-image-size):
19665 Fix typos in docstrings.
19666
19667 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19668
19669 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19670 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19671 (cperl-mode): Use them.
19672
19673 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19674
19675 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19676 Doc fixes.
19677
19678 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19679
19680 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19681 Bind C-d to gdb-inferior-io-eof.
19682
19683 * dired.el (dired-dnd-popup-notice): Use message-box.
19684
19685 2005-05-23 Masatake YAMATO <jet@gyve.org>
19686
19687 * bindings.el (mode-line-major-mode-keymap):
19688 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19689
19690 * faces.el (mode-line-highlight): New face.
19691
19692 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19693 as mouse-face.
19694
19695 * bindings.el (top-level, help-echo, mode-line-modified)
19696 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19697 as mouse-face.
19698
19699 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19700
19701 * progmodes/cc-engine.el (c-guess-basic-syntax):
19702 Remove spurious call to `zerop'.
19703
19704 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19705
19706 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19707
19708 CC Mode update to 5.30.10:
19709
19710 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19711 could go past the limit in decoration level 2, thereby causing
19712 errors during interactive fontification.
19713
19714 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19715 the file is evaluated interactively.
19716
19717 * cc-engine.el (c-guess-basic-syntax): Handle operator
19718 declarations somewhat better in C++.
19719
19720 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19721 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19722 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19723 (awk-mode): Use it.
19724 (make-local-hook): Suppress warning about obsoleteness.
19725
19726 * cc-engine.el, cc-align.el, cc-cmds.el
19727 (c-append-backslashes-forward, c-delete-backslashes-forward)
19728 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19729 Compensate for return value from `forward-line' when it has moved
19730 but not to a different line due to eob.
19731
19732 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19733 `objc-method-intro' and `objc-method-args-cont'.
19734
19735 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19736
19737 CC Mode update to 5.30.10:
19738
19739 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19740 in the copyright statement. Incidentally, change "along with GNU
19741 Emacs" to "along with this program" where it occurs.
19742
19743 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19744 so that it is interactive, hence can be found by M-x awk-mode
19745 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19746 <gmorris+emacs@ast.cam.ac.uk>.
19747
19748 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19749 Mode's regexps.
19750
19751 2005-05-23 Kevin Ryde <user42@zip.com.au>
19752
19753 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19754 c-parse-state, to avoid a lisp error (on bad code).
19755
19756 2005-05-23 Lute Kamstra <lute@gnu.org>
19757
19758 * subr.el (font-lock-defaults): Remove defvar as it's already
19759 defined in font-core.el.
19760
19761 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19762
19763 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19764
19765 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19766 more general and work when GDB variable "print pretty" is on,
19767 as with Emacs, for example.
19768
19769 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19770
19771 * font-core.el: Update comment.
19772
19773 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19774 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19775
19776 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19777
19778 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19779
19780 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19781 and `yank-handler' in the doc strings.
19782
19783 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19786
19787 2005-05-22 Richard M. Stallman <rms@gnu.org>
19788
19789 * help.el (describe-key): Move print-help-return-message call
19790 out of conditional.
19791
19792 * progmodes/etags.el (list-tags): Use with-no-warnings.
19793
19794 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19795 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19796 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19797
19798 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19799
19800 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19801 Add defvar.
19802
19803 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19804 Use defvar, not defconst.
19805
19806 * hexl.el (hexl-follow-line): Use with-no-warnings.
19807
19808 * emulation/tpu-extras.el: Use write-file-functions instead of
19809 write-file-hooks.
19810
19811 * dired.el (dired-font-lock-keywords): Fontify files with junk
19812 extensions even if marked by -F.
19813
19814 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19815
19816 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19817 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19818 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19819 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19820 (concatenate, list-length, get*, getf, cl-remprop):
19821 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19822 (etypecase, progv, lexical-let, lexical-let*)
19823 (multiple-value-bind, multiple-value-setq, shiftf):
19824 Improve argument/docstring consistency.
19825
19826 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19827
19828 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19829
19830 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19831 doesn't exist.
19832
19833 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19834 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19835
19836 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19837
19838 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19839 already deleted variables: auto-fill-hook, blink-paren-hook,
19840 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19841 suspend-hooks, comment-indent-hook, meta-flag,
19842 before-change-function, after-change-function,
19843 font-lock-doc-string-face.
19844
19845 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19846
19847 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19848
19849 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19850
19851 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19852 rmail-dont-reply-to.
19853
19854 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19855
19856 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19857 literal blank when splitting new-header-values.
19858
19859 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19860
19861 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19862 string so that tmm doesn't create a completion entry for it.
19863
19864 * textmodes/table.el (table-disable-menu): Ditto.
19865
19866 2005-05-21 Richard M. Stallman <rms@gnu.org>
19867
19868 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19869
19870 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19871
19872 * net/rcompile.el (remote-compile): Use compilation-start.
19873
19874 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19875
19876 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19877
19878 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19879 Default to makefile-bsdmake-mode on BSD systems.
19880
19881 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19882 REGEXP may also be a search function now. The part of doc-string
19883 for describing the structure was 95% identical to that of
19884 `imenu--generic-function'. Unify it there.
19885
19886 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19887 Use function to find dependencies, because regexp alone is so complex,
19888 it easily goes into an endless loop.
19889 (makefile-makepp-mode): Also add submenu for Perl functions
19890 defined in the makefile.
19891 (makefile-bsdmake-mode): Special imenu-generic-expression no
19892 longer needed, due to function call.
19893 (makefile-match-dependency): Take BOUND into account when checking
19894 if we're through.
19895
19896 2005-05-20 Jay Belanger <belanger@truman.edu>
19897
19898 * calc/calc-units.el (calc-invalidate-units-table):
19899 Use inhibit-read-only.
19900 (math-build-units-table-buffer): Use view-mode.
19901
19902 2005-05-20 David Kastrup <dak@gnu.org>
19903
19904 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19905 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19906
19907 2005-05-20 Lute Kamstra <lute@gnu.org>
19908
19909 * diff-mode.el (diff-header-face, diff-file-header-face)
19910 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19911 (diff-added-face, diff-changed-face, diff-function-face)
19912 (diff-context-face, diff-nonexistent-face): Put them in the
19913 diff-mode customization group.
19914
19915 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19916
19917 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19918
19919 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19920
19921 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19922 Minor regexp-optimization.
19923
19924 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19925
19926 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19927 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19928 (org-agenda-add-time-grid-maybe): New function.
19929 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19930 (org-table-create): `dotimes' instead of `mapcar'.
19931 (org-xor): Simplify implementation.
19932 (org-agenda): `inhibit-redisplay' turned on.
19933 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19934 a consistent line after a state change.
19935 (org-agenda-remove-times-when-in-prefix): New option.
19936 (org-prefix-has-time): New variable.
19937 (org-parse-time-string): Optional argument NODEFAULT.
19938 (org-format-agenda-item): Parse items for time-of-day
19939 specifications and move these into the prefix if possible.
19940 (org-agenda-priority): Get current heading, not previous heading
19941 during agenda remote editing.
19942
19943 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19944
19945 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19946 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19947 (remove-duplicates, delete-duplicates, substitute)
19948 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19949 (nsubstitute-if-not, find, find-if, find-if-not, position)
19950 (position-if, position-if-not, count, count-if, count-if-not)
19951 (mismatch, search, sort*, stable-sort, merge, member*)
19952 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19953 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19954 (intersection, nintersection, set-difference, nset-difference)
19955 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19956 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19957 (nsublis, tree-equal): Improve argument/docstring consistency.
19958
19959 * subr.el (send-string, send-region): Remove obsolescence declaration.
19960 (window-dot, set-window-dot, read-input, show-buffer)
19961 (eval-current-buffer, string-to-int):
19962 Add release number to obsolescence declarations.
19963
19964 2005-05-19 Kim F. Storm <storm@cua.dk>
19965
19966 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19967 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19968
19969 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19970
19971 * faces.el (list-faces-display): Make back button respect optional
19972 regexp arg.
19973
19974 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19975
19976 * calculator.el (calculator-radix-grouping-mode)
19977 (calculator-radix-grouping-digits, calculator-displayer)
19978 (calculator-radix-grouping-separator, calculator-copy-displayer):
19979 * dabbrev.el (dabbrev-search-these-buffers-only):
19980 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19981 (diff-advance-after-apply-hunk, diff-mode-hook)
19982 (diff-minor-mode-prefix):
19983 * imenu.el (imenu-use-popup-menu):
19984 * jit-lock.el (jit-lock-context-time):
19985 * newcomment.el (comment-fill-column, comment-column)
19986 (comment-style, comment-padding, comment-multi-line)
19987 (comment-empty-lines, comment-auto-fill-only-comments):
19988 * reveal.el (reveal-around-mark):
19989 * uniquify.el (uniquify-buffer-name-style)
19990 (uniquify-after-kill-buffer-p)
19991 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19992 (uniquify-min-dir-content, uniquify-separator)
19993 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19994 * w32-vars.el (w32-fixed-font-alist):
19995 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19996 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19997 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19998 * progmodes/perl-mode.el (perl-indent-level)
19999 (perl-continued-statement-offset, perl-continued-brace-offset)
20000 (perl-brace-offset, perl-brace-imaginary-offset)
20001 (perl-label-offset, perl-indent-continued-arguments)
20002 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20003 * progmodes/tcl.el (tcl-indent-level)
20004 (tcl-continued-indent-level, tcl-auto-newline)
20005 (tcl-tab-always-indent, tcl-electric-hash-style)
20006 (tcl-help-directory-list, tcl-use-smart-word-finder)
20007 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20008 (inferior-tcl-source-command):
20009 * textmodes/fill.el (enable-kinsoku):
20010 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20011 * textmodes/table.el (table-yank-handler):
20012 Specify missing group (and type, if simple) in defcustom.
20013
20014 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20015
20016 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20017
20018 2005-05-19 Richard M. Stallman <rms@gnu.org>
20019
20020 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20021
20022 * subr.el (event-basic-type): Don't get an error.
20023 (left-fringe-p): Function deleted.
20024
20025 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20026 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20027
20028 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20029 in recursive copy.
20030
20031 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20032
20033 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20034
20035 * emacs-lisp/bytecomp.el
20036 (byte-compile-file-form-custom-declare-variable):
20037 Call byte-compile-nogroup-warn if appropriate.
20038
20039 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20040 (compilation-set-window): Don't call left-fringe-p; do it directly.
20041
20042 2005-05-19 Jay Belanger <belanger@truman.edu>
20043
20044 * calc/calc-graph.el (calc-graph-format-data): Make sure
20045 var-PlotRejects is bound before trying to check its value.
20046
20047 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20048
20049 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20050 definition of this variable from reftex-global.el to reftex.el,
20051 because it is needed in the menu.
20052
20053 2005-05-19 Lute Kamstra <lute@gnu.org>
20054
20055 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20056 years are fixed. Don't insert a space after a dash.
20057
20058 2005-05-19 Kim F. Storm <storm@cua.dk>
20059
20060 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20061
20062 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20063
20064 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20065 strings, because (eq ... ?\\) is fairly frequent.
20066
20067 * progmodes/make-mode.el (makefile-add-this-line-targets):
20068 Simplify and integrate into `makefile-pickup-targets'.
20069 (makefile-add-this-line-macro): Simplify and integrate into
20070 `makefile-pickup-macros.
20071 (makefile-pickup-filenames-as-targets): Simplify.
20072 (makefile-previous-dependency, makefile-match-dependency):
20073 Don't stumble over `::'.
20074
20075 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20076
20077 * subr.el (post-command-idle-hook, post-command-idle-delay):
20078 Remove obsoletion of post-command-idle-hook and
20079 post-command-idle-delay.
20080
20081 * faces.el (list-faces-display): Provide button when describe-face
20082 is called to take user back to the list of faces.
20083
20084 * help-fns.el (describe-variable): Remove hyperlinks in a
20085 variable's value as these are quite frequently inappropriate.
20086
20087 * follow.el (follow-submit-feedback, follow-mode):
20088 Remove references to post-command-idle-hook.
20089
20090 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20091
20092 * progmodes/make-mode.el (makefile-previous-dependency)
20093 (makefile-match-dependency): Check for := (and in bsd mode also
20094 !=) to give a better result, even when font-lock is not on.
20095
20096 2005-05-18 Jay Belanger <belanger@truman.edu>
20097
20098 * calc/calc-help.el (calc-s-prefix-help):
20099 Add `calc-copy-special-constant' to help string.
20100
20101 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20102
20103 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20104
20105 2005-05-18 Jay Belanger <belanger@truman.edu>
20106
20107 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20108 in linear factors are in proper order.
20109
20110 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20111
20112 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20113 Support for jurabib.
20114
20115 * textmodes/reftex.el (featurep): Define aliases for overlay
20116 commands, for XEmacs compatibility, and use these aliases in
20117 overlay initializations.
20118 (reftex-highlight): Use `reftex-move-overlay'.
20119 (reftex-unhighlight): Use `reftex-delete-overlay'.
20120 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20121 (reftex-access-search-path): Use `reftex-uniquify' instead of
20122 `reftex-uniq'
20123
20124 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20125 `before-string' property modification enables for Emacs as well.
20126 (reftex-select-item): Use `reftex-delete-overlay'.
20127 (reftex-select-mark): Use `reftex-make-overlay' and
20128 `reftex-overlay-put'.
20129 (reftex-select-unmark): Use `reftex-delete-overlay' and
20130 `reftex-overlay-put'.
20131
20132 2005-05-18 Lute Kamstra <lute@gnu.org>
20133
20134 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20135
20136 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20137
20138 * add-log.el (add-change-log-entry):
20139 * array.el (array-make-template, array-reconfigure-rows)
20140 (array-init-max-row, array-init-max-column)
20141 (array-init-columns-per-line, array-init-field-width):
20142 * replace.el (replace-match-maybe-edit, perform-replace):
20143 * textmodes/spell.el (spell-region):
20144 Replace `read-input' by `read-string'.
20145
20146 * forms.el (forms-mode):
20147 * finder.el (finder-compile-keywords):
20148 * shadowfile.el (shadow-read-files):
20149 Replace `eval-current-buffer' by `eval-buffer'.
20150
20151 * terminal.el (te-pass-through):
20152 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20153 (ange-ftp-raw-send-cmd):
20154 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20155 (send-process-next-char, telnet-initial-filter, telnet):
20156 Replace `send-string' by `process-send-string'.
20157
20158 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20159 (prolog-consult-region): Replace `send-string' by
20160 `process-send-string'; replace `send-region' by `process-send-region'.
20161
20162 * progmodes/delphi.el (delphi-log-msg):
20163 Replace `set-window-dot' by `set-window-point'.
20164
20165 * subr.el (window-dot, set-window-dot, read-input, send-string)
20166 (send-region, show-buffer, eval-current-buffer):
20167 Make really obsolete, as the comment says.
20168
20169 2005-05-17 Kim F. Storm <storm@cua.dk>
20170
20171 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20172 (cua--init-keymaps): Bind C-return instead of S-return to set
20173 rectangle mark.
20174
20175 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20176 instead of S-return to toggle/clear rectangle mark.
20177
20178 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20179
20180 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20181 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20182 Also fontify plain strings assigned to variables, mostly so that a
20183 colon has a face and is thus not taken as a dependency separator.
20184 (makefile-previous-dependency): Inline the new matcher, because it
20185 is too complex to work in both directions.
20186 (makefile-match-dependency): Eliminate `backward' arg (see above).
20187 Completely reimplemented so as to not sometimes go into an endless
20188 loop. It should also be more efficient, because first it only
20189 searches for `:', instead of applying the very complex regexp.
20190 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20191 to be fontified in one piece can be too long for JIT.
20192 Makefiles are never *that* big.
20193
20194 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20195
20196 * dired.el (dired-mode): Simplify.
20197
20198 2005-05-17 Lute Kamstra <lute@gnu.org>
20199
20200 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20201 defcustom for the mode hook variable.
20202
20203 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20204 Emacs Lisp Reference Manual.
20205
20206 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20207
20208 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20209 (evenp, list*):
20210 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20211 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20212
20213 * net/tramp-smb.el (tramp-smb-open-connection):
20214 Pass `tramp-chunksize' as fifth (required) argument.
20215
20216 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20217
20218 * font-lock.el (lisp-font-lock-keywords-1):
20219 Set `font-lock-negation-char-face' for [^...] char group.
20220 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20221
20222 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20223 a var, and refine it to mask one more level of nested vars.
20224 (makefile-rule-action-regex): Turn it into a var, and refine it so
20225 it recognizes backslashed continuation lines as belonging to the
20226 same command.
20227 (makefile-macroassign-regex): Refine it so it recognizes
20228 backslashed continuation lines as belonging to the same command.
20229 (makefile-var-use-regex): Don't look at the next char, because it
20230 might be the same one to be skipped by the initial [^$], leading
20231 to an overlooked variable use.
20232 (makefile-make-font-lock-keywords): Remove two parameters, which
20233 are now variables that some of the modes set locally.
20234 Handle dependency and rule action matching through functions, because
20235 regexps alone match too often. Dependency matching now comes
20236 last, so it can check, whether a colon already matched something else.
20237 (makefile-mode): Inform that font-lock improves makefile parsing
20238 capabilities.
20239 (makefile-match-dependency, makefile-match-action): New functions.
20240
20241 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20242
20243 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20244
20245 * align.el (align-regexp):
20246 * ansi-color.el (ansi-color-get-face):
20247 * array.el (array-reconfigure-rows, array-init-max-row)
20248 (array-init-max-column, array-init-columns-per-line)
20249 (array-init-field-width):
20250 * dired-aux.el (dired-trample-file-versions):
20251 * dired-x.el (dired-mark-sexp):
20252 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20253 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20254 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20255 * faces.el (face-read-integer):
20256 * files.el (backup-extract-version, insert-directory):
20257 * hexl.el (hexl-insert-decimal-char):
20258 * server.el (server-process-filter):
20259 * shell.el (shell-extract-num):
20260 * startup.el (command-line-1):
20261 * term.el (term-command-hook):
20262 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20263 (time-stamp-do-number):
20264 * time.el (display-time-update):
20265 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20266 (timezone-fix-time):
20267 * vms-patch.el (vms-suspend-resume-hook):
20268 * calendar/appt.el (appt-convert-time):
20269 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20270 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20271 * calendar/cal-islam.el (mark-islamic-diary-entries):
20272 * calendar/calendar.el (calendar-cursor-to-date)
20273 (calendar-star-date):
20274 * calendar/diary-lib.el (diary-attrtype-convert)
20275 (mark-diary-entries, diary-entry-time):
20276 * calendar/solar.el (solar-get-number):
20277 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20278 * emacs-lisp/re-builder.el (reb-display-subexp):
20279 * emulation/edt.el (edt-set-scroll-margins):
20280 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20281 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20282 (vip-get-ex-count):
20283 * emulation/viper-ex.el (viper-get-ex-token)
20284 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20285 * international/fontset.el (fontset-plain-name):
20286 * mail/feedmail.el (feedmail-look-at-queue-directory):
20287 * mail/mailalias.el (mail-get-names):
20288 * mail/rmail.el (rmail-convert-to-babyl-format):
20289 * mail/rmailsum.el (rmail-make-basic-summary-line)
20290 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20291 (rmail-summary-goto-msg):
20292 * mail/smtpmail.el (smtpmail-read-response):
20293 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20294 (ange-ftp-vms-add-file-entry):
20295 * play/gametree.el (gametree-looking-at-ply)
20296 (gametree-current-branch-score):
20297 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20298 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20299 * progmodes/cperl-mode.el (condition-case):
20300 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20301 (ebrowse-set-member-buffer-column-width)
20302 (ebrowse-select-1st-to-9nth):
20303 * progmodes/etags.el (etags-snarf-tag):
20304 * progmodes/flymake.el (flymake-parse-line):
20305 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20306 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20307 (idlwave-shell-menu-def):
20308 * progmodes/ps-mode.el (ps-run-goto-error):
20309 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20310 (vhdl-speedbar-contract-level):
20311 * term/mac-win.el (x-handle-numeric-switch):
20312 * term/sun-mouse.el (sun-get-frame-data):
20313 * term/w32-win.el (x-handle-numeric-switch):
20314 * term/x-win.el (x-handle-numeric-switch):
20315 * textmodes/ispell.el (ispell-parse-output):
20316 * textmodes/nroff-mode.el (nroff-outline-level):
20317 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20318 (reftex-bib-sort-year-reverse, reftex-format-citation):
20319 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20320 (reftex-section-number):
20321 * textmodes/texinfmt.el (texinfo-paragraphindent):
20322 Replace `string-to-int' by `string-to-number'.
20323
20324 * international/latexenc.el: Add page marker to force the "Local
20325 Variables:" string out of the last page.
20326
20327 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20328
20329 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20330 tooltip-change-major-mode.
20331 (gud-tooltip-print-command): Remove case where gud-minor-mode
20332 is gdb ("--fullname").
20333 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20334 explain to user.
20335
20336 2005-05-16 Jay Belanger <belanger@truman.edu>
20337
20338 * calc/calc-store.el (calc-copy-special-constant): New function.
20339
20340 * calc/calc-ext.el (calc-init-extensions): Add binding for
20341 `calc-copy-special-constant'.
20342
20343 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20344 for the `calc-copy-special-constant' command.
20345
20346 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20347
20348 * subr.el (left-fringe-p): New function.
20349
20350 * progmodes/compile.el (compilation-setup): Set local value of
20351 overlay-arrow-string to "" always.
20352 (compilation-set-window): Left fringe then don't scroll.
20353 No left fringe then no arrow and scroll message to top.
20354 (compilation-context-lines): Adjust doc string accordingly.
20355
20356 2005-05-16 Kim F. Storm <storm@cua.dk>
20357
20358 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20359 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20360 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20361 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20362 (ido-read-file-name): Handle commands with ido property value
20363 equal to find-file as reading a file name, to allow C-d to enter dired.
20364 (ibuffer-find-file): Add ido property with value find-file.
20365
20366 2005-05-15 Kim F. Storm <storm@cua.dk>
20367
20368 * subr.el (open-network-stream-nowait): Remove.
20369 (open-network-stream-server): Remove.
20370
20371 2005-05-15 Richard M. Stallman <rms@gnu.org>
20372
20373 * faces.el (describe-face): Output a definition link button.
20374
20375 * help-mode.el (help-face-def): New button type.
20376
20377 * emacs-lisp/copyright.el (copyright-fix-years):
20378 Match properly if the first year is 2-digit.
20379 Don't mess up the whitespace after the years by filling.
20380
20381 * dired-aux.el (dired-mark-confirm):
20382 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20383
20384 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20385 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20386 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20387
20388 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20389 Set font-lock-comment-start-skip.
20390
20391 * font-lock.el (font-lock-comment-start-skip): New variable.
20392 (font-lock-comment-end-skip): New variable.
20393 (font-lock-fontify-syntactically-region): Use them if non-nil.
20394
20395 2005-05-15 Jay Belanger <belanger@truman.edu>
20396
20397 * calc/calc-store.el (calc-store-value): Return a string rather
20398 than display it as a message.
20399 Use calc-var-name for variable name.
20400 (calc-store-into): Add the result of calc-store-value to message.
20401 (calc-copy-variable): Add a message.
20402 (calc-store-exchange): Improve error messages.
20403 (calc-store-binary, calc-store-map): Don't reset the values of
20404 special constants.
20405
20406 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20407
20408 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20409 manual to docstring.
20410
20411 * files.el (hack-local-variables-confirm): Add STRING argument.
20412 Make the function handle non file visiting buffers correctly.
20413 (hack-local-variables-prop-line, hack-local-variables)
20414 (hack-one-local-variable): Use STRING arg of
20415 `hack-local-variables-confirm'.
20416
20417 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20418
20419 Sync with Tramp 2.0.49.
20420
20421 * net/tramp.el (tramp-handle-dired-call-process)
20422 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20423 because the contents of the Tramp buffer is changed before
20424 insertion (`expand-file' and alike).
20425 (tramp-handle-insert-directory): If `localname' has an empty
20426 nondirectory name, it must not be quoted.
20427 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20428 variable `tramp-chunksize'. Change callees.
20429 (tramp-open-connection-setup-interactive-shell): Check remote host
20430 for buggy `send-process-string' implementation.
20431 Set `tramp-chunksize' if found. Reported by Michael Kifer
20432 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20433 (tramp-handle-shell-command): `insert-buffer' cannot be used
20434 because the contents of the Tramp buffer is changed before
20435 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20436 <frederic.bothamy@free.fr>.
20437 (tramp-set-auto-save): Actions should be done for Tramp file name
20438 handler only. Ange-FTP has its own auto-save mechanism.
20439 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20440 (tramp-set-auto-save-file-modes): Set file modes of
20441 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20442 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20443 (tramp-bug): Remove obsolete variable.
20444 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20445 for presence of `mml-mode'. Make it running for older Emacsen as well.
20446
20447 2005-05-14 John Paul Wallington <jpw@pobox.com>
20448
20449 * ibuf-ext.el (define-ibuffer-filter filename):
20450 If `dired-directory' is a list, use its car.
20451
20452 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20453
20454 * ibuffer.el (define-ibuffer-column filename):
20455 If `dired-directory' is a list, use its car.
20456
20457 2005-05-14 Richard M. Stallman <rms@gnu.org>
20458
20459 * subr.el (symbol-file): Doc fix.
20460
20461 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20462 (byte-compile-form): Call byte-compile-nogroup-warn.
20463 (byte-compile-warning-types): Doc fix.
20464
20465 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20466
20467 * progmodes/cc-engine.el (c-literal-faces):
20468 Add font-lock-comment-delimiter-face.
20469
20470 * net/net-utils.el (dig): Use with-no-warnings.
20471
20472 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20473 (sc-recite-frame-alist, sc-default-cite-frame)
20474 (sc-default-uncite-frame, sc-default-recite-frame)
20475 (sc-attrib-selection-list, sc-rewrite-header-list):
20476 Mark as risky-local-variable.
20477
20478 * international/ogonek.el (ogonek-jak, ogonek-how):
20479 Don't use beginning-of-buffer.
20480
20481 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20482
20483 * calendar/solar.el (solar-data-list): Move definition up.
20484
20485 * dnd.el (dnd-protocol-alist): Add autoload.
20486
20487 * progmodes/sh-script.el: Many doc usage fixes.
20488 (sh-indent-after-do): Change default to match common styles.
20489
20490 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20491
20492 * files.el (interpreter-mode-alist)
20493 (auto-mode-interpreter-regexp): Doc fixes.
20494
20495 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20496
20497 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20498
20499 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20500
20501 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20502
20503 * dired.el (dired-mode): make-variable-buffer-local =>
20504 make-local-variable.
20505
20506 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20507
20508 * term/mac-win.el (mac-select-convert-to-string): Try coding
20509 systems in mac-script-code-coding-systems if specified one cannot
20510 encode string for `com.apple.traditional-mac-plain-text'.
20511
20512 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20513
20514 * progmodes/make-mode.el (makefile-targets-face)
20515 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20516 (makefile-dependency-regex): Fix it to not make the colon in
20517 $(var:a=b) special.
20518 (makefile-rule-action-regex): New regexp for highlighting embedded
20519 Shell strings.
20520 (makefile-macroassign-regex): Handle != for highlighting as
20521 embedded Shell strings.
20522 (makefile-var-use-regex): New const.
20523 (makefile-statements, makefile-automake-statements)
20524 (makefile-gmake-statements, makefile-makepp-statements)
20525 (makefile-bsdmake-statements): New consts.
20526 (makefile-make-font-lock-keywords): New function.
20527 (makefile-automake-font-lock-keywords)
20528 (makefile-gmake-font-lock-keywords)
20529 (makefile-makepp-font-lock-keywords)
20530 (makefile-bsdmake-font-lock-keywords): New consts.
20531 (makefile-mode-map): Add switchers between the various submodes.
20532 (makefile-mode): Document the availability of the variants.
20533 (makefile-automake-mode, makefile-gmake-mode)
20534 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20535
20536 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20537 new variants of makefile-mode.
20538
20539 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20540
20541 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20542 the inheritance.
20543
20544 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20545
20546 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20547 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20548
20549 * files.el (normal-mode): Extend the scope of the
20550 `enable-local-variables' binding to include the `set-auto-mode' call.
20551 (magic-mode-alist): Doc fix.
20552
20553 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20556 font-lock-comment-face rather than copying its setting.
20557
20558 2005-05-12 Andreas Schwab <schwab@suse.de>
20559
20560 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20561
20562 2005-05-12 Lute Kamstra <lute@gnu.org>
20563
20564 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20565 defcustom for the mode hook variable. Delete the last argument.
20566 * generic-x.el: Fix callers of define-generic-mode.
20567 (generic-x-modes): Delete group.
20568 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20569 generic-x customization group.
20570
20571 2005-05-12 Kim F. Storm <storm@cua.dk>
20572
20573 * font-lock.el (font-lock-negation-char-face): Default to "off".
20574
20575 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20576 font-lock-negation-char-face to ! in !=.
20577
20578 2005-05-12 Masatake YAMATO <jet@gyve.org>
20579
20580 * add-log.el (find-change-log): Fix typos in the docstring
20581 of function.
20582
20583 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20584
20585 * international/latexenc.el (latexenc-find-file-coding-system):
20586 Avoid `re-search-forward' when looking for input encoding because
20587 of speed and safety. Better regular expressions for recognizing
20588 input encoding. Limit a search for TeX-master/tex-main-file to
20589 the local variable section.
20590
20591 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20592
20593 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20594 syntax of $ to "'" (quote).
20595
20596 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20597
20598 * dnd.el (dnd-protocol-alist): Improve custom type.
20599
20600 * dired.el (dired-dnd-protocol-alist): New variable.
20601 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20602 `dired-mode-hook' to the end.
20603
20604 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20605
20606 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20607 comment-end if comment-start-skip is not set.
20608 Obey the font-lock-comment-delimiter-face variables.
20609
20610 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20611
20612 * files.el (executable-find): Move from executable.el. Use
20613 locate-file.
20614 * progmodes/executable.el (executable-find): Move to files.el.
20615
20616 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20617 when trying to ensure forward progress.
20618
20619 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20620
20621 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20622 (mouse-select, mouse-select-internal, mouse-extend-internal):
20623 Use it to implement mouse-1-click-follows-link functionality.
20624
20625 2005-05-11 Richard M. Stallman <rms@gnu.org>
20626
20627 * font-lock.el (font-lock-fontify-syntactically-region):
20628 Use font-lock-comment-delimiter-face for comment delimiters.
20629
20630 2005-05-10 Jay Belanger <belanger@truman.edu>
20631
20632 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20633 preserving embedded modes.
20634
20635 2005-05-10 Richard M. Stallman <rms@gnu.org>
20636
20637 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20638
20639 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20640 Move from ada-stmt.el.
20641 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20642
20643 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20644 Move to ada-mode.el.
20645 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20646
20647 * cus-edit.el (custom-file): Call file-chase-links.
20648
20649 * files.el (read-directory-name): Fix previous change.
20650 (hack-local-variables-confirm): New function.
20651 (hack-local-variables-prop-line, hack-local-variables)
20652 (hack-one-local-variable): Use it.
20653
20654 2005-05-10 Lute Kamstra <lute@gnu.org>
20655
20656 * font-lock.el (font-lock-keywords-alist)
20657 (font-lock-removed-keywords-alist): Clarify docstrings.
20658
20659 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20660
20661 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20662 (gdb-source-info): Check for preprocessor info.
20663 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20664 a macro for a function.
20665 (gdb-info-breakpoints-custom): Try to find file again if not already
20666 found (user might have used GDB dir command).
20667 (gdb-get-location): Update gdb-location-alist correctly for change
20668 to gdb-info-breakpoints-custom.
20669
20670 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20671 (gud-tooltip-print-command): Add gdbmi case.
20672 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20673 preprocessor info.
20674
20675 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20676
20677 * startup.el (fancy-splash-insert): Fix typo in doc string.
20678
20679 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20680
20681 * obsolete/float.el (string-to-float):
20682 * obsolete/hilit19.el (hilit-add-pattern):
20683 * obsolete/rnews.el (news-parse-range, news-select-message)
20684 (news-get-pruned-list-of-files): Replace `string-to-int' by
20685 `string-to-number'.
20686
20687 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20688 `find-file-not-found-hooks'; use `add-hook'.
20689 (uncompress-while-visiting): Set `write-file-functions', not
20690 `write-file-hooks'; use `add-hook'.
20691
20692 2005-05-09 Kim F. Storm <storm@cua.dk>
20693
20694 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20695 (cua-paste): Handle clipboard action.
20696 (cua--init-keymaps): Remap clipboard-kill-region and
20697 clipboard-kill-ring-save.
20698
20699 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20700
20701 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20702 Improve commentary.
20703
20704 * simple.el (next-error-overlay-arrow-position): Revert the change
20705 made on 2005-04-30.
20706
20707 2005-05-07 Jay Belanger <belanger@truman.edu>
20708
20709 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20710 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20711 `calc-sel-reselect'.
20712
20713 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20714 Calc is in embedded mode.
20715
20716 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20717
20718 * progmodes/compile.el (compilation-setup):
20719 Set overlay-arrow-string to an empty string on text terminals.
20720
20721 * textmodes/ispell.el (ispell-program-name): Try looking for
20722 "aspell" along exec-path, and if found, use it as the default
20723 speller program.
20724
20725 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20726
20727 * international/mule.el (sgml-xml-auto-coding-function):
20728 Recognize encoding='FOO' in single quotes as well as in double quotes.
20729
20730 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20731
20732 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20733 as well as `interactive', so that defmacro* would recognize
20734 `declare' forms.
20735
20736 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20737
20738 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20739 Explain more about the LIGHTER arg's usage in the doc string.
20740 Add commentary to clarify what the code does. Fix the regexp that
20741 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20742 since it could have characters special to regular expressions.
20743
20744 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20745
20746 * replace.el (occur-1): Bind inhibit-read-only so that
20747 erase-buffer doesn't barf on read-only text properties (likewise
20748 for add-text-properties in occur-engine). Mark buffer as unmodified.
20749 (occur-engine): Don't set buffer-read-only here.
20750
20751 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20752
20753 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20754 list-buffers-directory. This caused the *cvs-commit* buffer to be
20755 sometimes mistakenly reused as a *cvs* buffer.
20756
20757 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20758
20759 * tooltip.el: Move code for GUD tooltips into gud.el.
20760 (require): CL no longer needed to compile case.
20761 (tooltip-mode): Do not toggle functions for GUD tooltips.
20762 (tooltip-gud-tips-p): Remove. Replace with minor mode
20763 gud-tooltip-mode in gud.el.
20764 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20765 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20766 tooltip-gud prefix with gud-tooltip and obsolete.
20767 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20768 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20769 (tooltip-mouse-motion): Mouse movement functions/variable.
20770 Rename in gud.el by adding gud prefix.
20771 (tooltip-gud-original-filter, tooltip-gud-dereference)
20772 (tooltip-gud-event, tooltip-toggle-gud-tips)
20773 (tooltip-gud-process-output, tooltip-gud-print-command)
20774 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20775 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20776 (gdb-tooltip-print): Move to gdb-ui.el.
20777
20778 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20779 (require): CL needed to compile case.
20780 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20781 tooltip-gud-tips-p. Make it a minor-mode.
20782 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20783 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20784 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20785 (gud-tooltip-change-major-mode)
20786 (gud-tooltip-activate-mouse-motions-if-enabled)
20787 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20788 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20789 (gud-tooltip-original-filter, gud-tooltip-dereference)
20790 (gud-tooltip-event, tooltip-toggle-gud-tips)
20791 (gud-tooltip-process-output, gud-tooltip-print-command)
20792 (gud-tooltip-tips): Move from tooltip.el.
20793
20794 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20795 (gdb-cpp-define-alist-flags): Doc fix.
20796 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20797 gud-tooltip-mode is t.
20798
20799 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20800
20801 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20802 evaporate if their text is deleted.
20803 (goto-address-at-point): Make it work as a mouse binding as well.
20804 (goto-address-at-mouse): Obsolete it. Update users.
20805
20806 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20807
20808 * calendar/appt.el (top-level): No longer activate on load.
20809
20810 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20811
20812 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20813 * net/webjump.el (webjump):
20814 * progmodes/idlw-help.el (idlwave-do-context-help1)
20815 (idlwave-highlight-linked-completions):
20816 * textmodes/po.el (po-find-file-coding-system-guts):
20817 Replace `assoc-ignore-case' by `assoc-string'.
20818
20819 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20820
20821 * files.el (locate-file): Doc fix.
20822
20823 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20824 Remove the redundant test for ms-dos.
20825
20826 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20827 look for the preprocessor with exec-suffixes. If not found in
20828 standard places, look in exec-path. Remove most of the tests that
20829 used system-type.
20830
20831 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20832
20833 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20834
20835 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20836 file-name clash with jka-compr.el on 8+3 filesystems.
20837
20838 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20839
20840 * term/mac-win.el: Don't define or bind scroll bar functions if
20841 x-toolkit-scroll-bars is t.
20842 (x-select-text, x-get-selection-value): Clear
20843 x-last-selected-text-clipboard if x-select-enable-clipboard is
20844 nil.
20845 (PRIMARY): Put mac-scrap-name property.
20846 (mac-select-convert-to-file-url): New function.
20847 (public.file-url): New selection target type. Add to
20848 selection-converter-alist.
20849 (x-get-selection, x-selection-value): Handle it.
20850 (x-cut-buffer-or-selection-value): New alias.
20851
20852 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20853
20854 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20855 entry to avoid calling bibtex-find-entry with arg global
20856 being t. Remove arg key.
20857 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20858 (bibtex-copy-summary-as-kill): Change accordingly.
20859
20860 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20861
20862 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20863 (org-agenda-date-later): Use with-current-buffer.
20864
20865 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20866
20867 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20868 (define-obsolete-variable-alias): Doc Fixes.
20869
20870 2005-05-06 Kim F. Storm <storm@cua.dk>
20871
20872 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20873 vertical-motion when selective-display is active.
20874
20875 * ido.el (ido-setup-hook): New hook.
20876 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20877 (ido-input-stack): New var.
20878 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20879 ido-next-work-file binding to M-O.
20880 Bind M-f to ido-wide-find-file-or-pop-dir.
20881 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20882 (ido-read-internal): Run ido-setup-hook.
20883 Catch quit in read-file-name and read-string to cancel edit.
20884 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20885 Automatically pop-all when completing a directory name (RET).
20886 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20887 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20888 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20889 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20890 New functions for M-b/M-f to move among the directory components.
20891 (ido-make-merged-file-list): Catch quit to cancel merge.
20892 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20893 (ido-completion-help): No warnings for ido-completion-buffer-full.
20894
20895 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20896
20897 * font-lock.el (font-lock-negation-char-face): New face and variable.
20898 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20899 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20900 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20901 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20902
20903 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20904
20905 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20906 Fix typo in docstring.
20907
20908 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20909 (ebrowse-print-statistics-line)
20910 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20911
20912 * term/w32-win.el (image-library-alist): Add additional name for
20913 Xpm library.
20914
20915 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20916
20917 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20918 use gcc instead of cpp.
20919
20920 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20921 (gdb-create-define-alist): Use it.
20922 (gdb-cpp-define-alist-program): Update for MS-DOS.
20923
20924 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20925
20926 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20927
20928 2005-05-04 Richard M. Stallman <rms@gnu.org>
20929
20930 * help.el (describe-key): No error when UNTRANSLATED is nil.
20931
20932 * simple.el (line-move-1): Fix previous change to signal errors
20933 appropriately.
20934
20935 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20936
20937 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20938 (icalendar-duration-correction): Remove.
20939 (icalendar--get-event-properties): Split result at commas.
20940 (icalendar--decode-isoduration): New optional argument
20941 DURATION-CORRECTION.
20942 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20943 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20944 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20945 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20946 (icalendar--convert-anniversary-to-ical): New functions, extracted
20947 from icalendar-export-region, with bug fixes.
20948 (icalendar-export-region): Use the above functions.
20949 (icalendar-import-buffer): Check before saving diary file.
20950 (icalendar--convert-recurring-to-diary)
20951 (icalendar--convert-non-recurring-all-day-to-diary)
20952 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20953 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20954 (icalendar--convert-ical-to-diary): Use the above functions.
20955
20956 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20957
20958 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20959 Remove these recent additions.
20960 (c-mode): Restore to before 2005-04-28.
20961
20962 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20963 recent addition.
20964
20965 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20966 (gdb-define-alist): New variables.
20967 (gdb-create-define-alist): New function.
20968 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20969 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20970 with string-to-number.
20971 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20972
20973 * progmodes/gud.el: Replace string-to-int with string-to-number.
20974 (gud-find-file): Handle gdb-define-alist.
20975
20976 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20977
20978 2005-05-02 Jay Belanger <belanger@truman.edu>
20979
20980 * calc/calc-aent.el (math-read-token):
20981 * calc/calc-bin.el (calc-word-size):
20982 * calc/calc-ext.el (calc-read-number-fancy):
20983 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20984 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20985 * calc/calc-frac.el (calc-over-notation):
20986 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20987 (calc-graph-num-points, calc-graph-init):
20988 * calc/calc-prog.el (calc-read-parse-table-part)
20989 (calc-edit-macro-repeats):
20990 * calc/calc-yank.el (calc-do-grab-rectangle):
20991 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20992 Replace `string-to-int' by `string-to-number'.
20993
20994 2005-05-02 Kim F. Storm <storm@cua.dk>
20995
20996 * kmacro.el: Use executing-kbd-macro-index variable.
20997
20998 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20999
21000 * net/rlogin.el (rlogin-parse-words): Delete func.
21001 (rlogin): Use split-string, not rlogin-parse-words.
21002 Also, if there are option-like elements in the parsed args,
21003 take the host to be the first arg immediately following them.
21004 Suggested by Michael Mauger.
21005
21006 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21007
21008 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21009
21010 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21011
21012 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21013 (cc-mode-cpp-program): Rename to cc-define-list-program and
21014 move to cc-vars.el.
21015
21016 * progmodes/cc-vars.el (cc-define-list-program):
21017 Change to "gcc -E -dM -". Make customizable.
21018
21019 2005-05-02 Kim F. Storm <storm@cua.dk>
21020
21021 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21022
21023 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21024
21025 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21026
21027 * international/mule-util.el (truncate-string): Remove alias and
21028 obsolete declaration.
21029
21030 * international/mule-cmds.el (update-iso-coding-systems):
21031 Remove alias and obsolete declaration.
21032
21033 * international/mule.el (coding-system-parent): Remove alias and
21034 obsolete declaration.
21035
21036 * subr.el (define-function, sref): Remove aliases and obsolete
21037 declarations.
21038 (chars-in-region): Remove obsolete declaration.
21039
21040 2005-05-01 Richard M. Stallman <rms@gnu.org>
21041
21042 * info.el (Info-mode): Set widen-automatically to nil, locally.
21043
21044 * simple.el (widen-automatically): New variable.
21045 (pop-global-mark): Obey widen-automatically.
21046
21047 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21048
21049 * term/xterm.el (function-key-map): Call substitute-key-definition
21050 before the keymap size is increased by a lot of define-key calls.
21051
21052 2005-05-01 Richard M. Stallman <rms@gnu.org>
21053
21054 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21055 Rename ARG to ELEMENT. Doc fix.
21056
21057 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21058
21059 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21060 Remove references to allout-exposure/change to allout-new-exposure.
21061
21062 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21063 bytecode symbols.
21064
21065 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21066 (compiled-function-p, focus-frame, unfocus-frame):
21067 Remove aliases and obsolete declarations.
21068 Back out inadvertent changes from previous commit.
21069
21070 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21071
21072 * files.el (require-final-newline): Make Custom tags consistent
21073 with mode-require-final-newline.
21074 (mode-require-final-newline): Doc fix.
21075
21076 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21077
21078 * international/latexenc.el (latexenc-find-file-coding-system):
21079 Fix regular expressions.
21080
21081 2005-05-01 David Kastrup <dak@gnu.org>
21082
21083 * international/latexenc.el (latexenc-find-file-coding-system):
21084 Fix regular expressions.
21085
21086 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21087
21088 * subr.el (string-to-int): Make obsolete.
21089
21090 2005-04-30 Richard M. Stallman <rms@gnu.org>
21091
21092 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21093
21094 * loadup.el: load jka-comp-hook.
21095
21096 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21097 (jka-compr-handler): Add autoload. `put' calls moved
21098 to jka-comp-hook.el.
21099 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21100 (jka-compr-inhibit): Autoload.
21101
21102 * jka-comp-hook.el: New file.
21103 Enable the mode by default.
21104
21105 * files.el (backup-buffer-copy): Use copy-file instead
21106 of write-region, and put back the 'excl.
21107
21108 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21109
21110 * progmodes/flymake.el (flymake-split-string)
21111 (flymake-split-string, flymake-log, flymake-pid-to-names)
21112 (flymake-reg-names, flymake-get-source-buffer-name)
21113 (flymake-unreg-names, flymake-add-line-err-info)
21114 (flymake-add-err-info): Clarify docstrings.
21115 (flymake-popup-menu, flymake-make-emacs-menu)
21116 (flymake-make-xemacs-menu): Add docstrings.
21117 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21118 Set variables directly throughout.
21119
21120 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21121
21122 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21123 exists. Initialize cc-define-alist.
21124 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21125 If there is no file (Macroexpansion) don't create an alist.
21126
21127 2005-04-29 Sam Steingold <sds@gnu.org>
21128
21129 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21130 (cc-create-define-alist): Use it instead of the hard-coded string.
21131
21132 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21133
21134 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21135 for latexenc.
21136
21137 2005-04-29 Lute Kamstra <lute@gnu.org>
21138
21139 * emacs-lisp/generic.el: Improve commentary section.
21140 (define-generic-mode): Improve docstring.
21141
21142 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21143
21144 * textmodes/org.el (many places): Change to quiet the byte compiler.
21145 (org-prefix-format-compiled): New variable.
21146 (org-compile-prefix-format): New function.
21147 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21148 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21149 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21150 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21151 consistency with entries from `org-mode' files.
21152 (org-get-time-of-day): Fix bug with partial matches early in a line.
21153 (org-non-link-chars): New constant.
21154 (org-link-regexp): Respect `org-non-link-chars'.
21155 (org-agenda-day-view): Remove command.
21156 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21157 (org-follow-bbdb-link, org-store-link): Search also company field.
21158 (org-highlight-overlay): New variable.
21159 (org-highlight, org-unhighlight): New functions.
21160 (org-agenda-mode): Add pre-command-hook to remove highlight.
21161 (org-evaluate-time-range): Behavior depends upon whether time stamp
21162 contains a time or not.
21163 (org-show-subtree, org-show-entry): New functions.
21164 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21165
21166 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21167
21168 * comint.el (comint-output-filter-functions): Add autoload cookie.
21169
21170 2005-04-28 Kim F. Storm <storm@cua.dk>
21171
21172 * ido.el (ido-everywhere): Fix last change.
21173
21174 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21175
21176 * international/latexenc.el: New file.
21177 * international/mule-conf.el (file-coding-system-alist): For .tex,
21178 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21179
21180 2005-04-28 Lute Kamstra <lute@gnu.org>
21181
21182 * font-lock.el (font-lock-add-keywords)
21183 (font-lock-remove-keywords): Clarify docstring.
21184 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21185 Don't start docstrings with a `*'.
21186 (font-lock-update-removed-keyword-alist): Give it a docstring.
21187
21188 * generic-x.el: Update commentary section.
21189 Only require font-lock when compiling.
21190 Define all modes conditionally.
21191 Place all generic modes in the generic-x-modes customization group.
21192 (generic-x-modes): New customization group.
21193 (generic-default-modes, generic-mswindows-modes)
21194 (generic-unix-modes, generic-other-modes): New constants.
21195 (generic-define-mswindows-modes, generic-define-unix-modes):
21196 Update docstrings. Make them obsolete.
21197 (generic-extras-enable-list): New default value. Update docstring.
21198 Improve :type. Change :set function.
21199 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21200 Fix docstring.
21201
21202 * emacs-lisp/generic.el (generic-mode-internal):
21203 Simplify font-lock-defaults.
21204 (define-generic-mode): Fix docstring.
21205
21206 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21207
21208 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21209 font-lock-face property to highlight matches.
21210
21211 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21212
21213 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21214 (cc-define-alist): New variable.
21215 (c-mode): Make it local and initialize it.
21216
21217 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21218 (gdb-exited): New function.
21219 (gdb-annotation-rules): Use it.
21220 (gdb-starting): Set gdb-active-process to t.
21221 (gdb-stopping): Amend doc string.
21222 (gdb-reset): Set gdb-active-process to nil.
21223
21224 * tooltip.el (tooltip-gud-tips): Show the associated #define
21225 directives when a C program under GDB is not executing.
21226
21227 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21228
21229 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21230 font-lock-fontify-syntactic-keywords.
21231
21232 * font-lock.el (font-lock-default-fontify-region): Don't force
21233 parse-sexp-lookup-properties to nil.
21234
21235 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21236
21237 * man.el (man-mode-syntax-table): Set up `:' to have
21238 word-constituent syntax.
21239
21240 2005-04-27 Lute Kamstra <lute@gnu.org>
21241
21242 * novice.el (disable-command): Don't add spurious newlines to the
21243 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21244
21245 2005-04-26 Jay Belanger <belanger@truman.edu>
21246
21247 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21248 than one window before deleting window.
21249
21250 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21251
21252 * shell.el (shell-prompt-pattern): Doc fix.
21253 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21254
21255 * comint.el (comint-prompt-regexp, comint-get-old-input)
21256 (comint-use-prompt-regexp)
21257 (comint-use-prompt-regexp-instead-of-fields)
21258 (comint-replace-by-expanded-history, comint-send-input)
21259 (comint-output-filter, comint-get-old-input-default)
21260 (comint-line-beginning-position, comint-bol, comint-show-output)
21261 (comint-backward-matching-input, comint-forward-matching-input)
21262 (comint-next-prompt, comint-previous-prompt):
21263 Rename `comint-use-prompt-regexp-instead-of-fields' to
21264 `comint-use-prompt-regexp'. Keep old name as alias and declare
21265 obsolete.
21266 (comint-use-prompt-regexp): Shorten first line of doc string.
21267
21268 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21269 Set paragraph-separate buffer locally to "\\'".
21270
21271 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21272 Adapt to above name change.
21273
21274 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21275 (smbclient-prompt-regexp): Ditto.
21276
21277 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21278
21279 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21280
21281 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21282 gdb-location-list.
21283 Break lines that are over 80 characters wide.
21284
21285 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21286
21287 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21288 New fun and var, to preserve compatibility.
21289
21290 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21291
21292 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21293
21294 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21295 name to file-newer-than-file-p.
21296
21297 2005-04-26 Richard M. Stallman <rms@gnu.org>
21298
21299 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21300
21301 * progmodes/python.el (python-mode):
21302 Use new name eldoc-documentation-function.
21303
21304 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21305
21306 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21307 (eldoc-documentation-function):
21308 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21309
21310 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21311
21312 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21313
21314 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21315
21316 * term/xterm.el (function-key-map): Fix strings for
21317 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21318 {C,S,A,C-S}-{f1-f12}.
21319
21320 2005-04-26 Kenichi Handa <handa@m17n.org>
21321
21322 * international/mule-cmds.el (select-safe-coding-system):
21323 Fix previous change.
21324
21325 2005-04-26 Lute Kamstra <lute@gnu.org>
21326
21327 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21328
21329 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21330 (font-lock-comment-delimiter-face): Ditto.
21331
21332 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21333
21334 2005-04-25 Jay Belanger <belanger@truman.edu>
21335
21336 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21337 to t while inserting information; use help-mode.
21338
21339 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21340
21341 * term.el (ansi-term-color-vector): Use the xterm colors.
21342 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21343
21344 2005-04-25 Lute Kamstra <lute@gnu.org>
21345
21346 * font-core.el (font-lock-defaults): Fix docstring.
21347
21348 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21349
21350 2005-04-25 Kenichi Handa <handa@m17n.org>
21351
21352 * international/mule-cmds.el (select-safe-coding-system):
21353 Don't check consistency with coding: spec, etc if raw-text or
21354 no-conversion was found to be safe.
21355
21356 2005-04-24 Richard M. Stallman <rms@gnu.org>
21357
21358 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21359 citation markers at start of each line.
21360
21361 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21362 citation markers at start of each line.
21363
21364 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21365
21366 * files.el (mode-require-final-newline): Fix previous change.
21367 (require-final-newline): Fix type label.
21368
21369 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21370
21371 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21372 statement in buffer (broken by 2004-11-24 change).
21373
21374 2005-04-24 Kim F. Storm <storm@cua.dk>
21375
21376 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21377 and read-file-name-function values. Don't overwrite existing
21378 non-nil values if ido-mode is enabled without ido-everywhere.
21379
21380 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21381
21382 * files.el (mode-require-final-newline): Minor doc fix.
21383
21384 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21385
21386 * subr.el (syntax-after): Doc fix.
21387 (syntax-class): If argument is nil, return nil. Mask off upper 16
21388 bits, not 8 bits.
21389
21390 * files.el (mode-require-final-newline): Doc fix.
21391 (backup-buffer-copy): Fix last change.
21392
21393 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21394
21395 * term/mac-win.el: Require select. Set selection-coding-system to
21396 mac-system-coding-system. Call menu-bar-enable-clipboard.
21397 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21398 (x-select-enable-clipboard): New variables.
21399 (x-select-text, x-get-selection, x-selection-value)
21400 (x-get-selection-value, mac-select-convert-to-string)
21401 (mac-services-open-file, mac-services-open-selection)
21402 (mac-services-insert-text): New functions.
21403 (CLIPBOARD, FIND): Put mac-scrap-name property.
21404 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21405 (public.tiff): Put mac-ostype property.
21406 (selection-converter-alist): Add entries for them.
21407 (mac-application-menu-map): New keymap.
21408 (interprogram-cut-function, interprogram-paste-function): Set to
21409 x-select-text and x-get-selection-value, respectively.
21410 (split-window-keep-point): Set to t.
21411
21412 2005-04-23 Richard M. Stallman <rms@gnu.org>
21413
21414 * files.el (read-directory-name): Always pass non-nil
21415 DEFAULT-FILENAME arg to read-file-name.
21416 (backup-buffer-copy, basic-save-buffer-2): Take care against
21417 writing thru an unexpected existing symlink.
21418 (revert-buffer): In indirect buffer, revert the base buffer.
21419 (magic-mode-alist): Doc fix.
21420 (buffer-stale-function): Doc fix.
21421 (minibuffer-with-setup-hook): Avoid warning.
21422 (mode-require-final-newline): Doc and custom fix.
21423
21424 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21425
21426 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21427 use the default appearance.
21428 (font-lock-comment-delimiter-face): New face, new variable.
21429
21430 * imenu.el (imenu--generic-function): The official position of a
21431 definition is the start of the line that BEG is in.
21432
21433 * midnight.el (midnight-timer): Move defvar up.
21434
21435 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21436
21437 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21438
21439 * startup.el (command-line): Use with-no-warnings.
21440
21441 * window.el (window-size-fixed): New defvar.
21442
21443 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21444
21445 * mail/rmail.el (rmail-font-lock-keywords):
21446 Use font-lock-comment-delimiter-face.
21447
21448 * mail/sendmail.el (mail-font-lock-keywords):
21449 Use font-lock-comment-delimiter-face.
21450
21451 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21452
21453 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21454
21455 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21456 Specify t for LAXMATCH when matching directories.
21457 Save match data around compilation-compat-error-properties form.
21458
21459 2005-04-23 David Kastrup <dak@gnu.org>
21460
21461 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21462 Mention that the autoloaded aliases should be kept for AUCTeX.
21463
21464 2005-04-23 Andreas Schwab <schwab@suse.de>
21465
21466 * isearch.el (isearch-forward): Doc fix.
21467
21468 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21469
21470 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21471 (jit-lock-stealth-nice): Change default value to 0.5.
21472
21473 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21474
21475 * abbrev.el (write-abbrev-file): Write table entries in
21476 alphabetical order by table name.
21477
21478 2005-04-22 Kim F. Storm <storm@cua.dk>
21479
21480 * ido.el (ido-read-internal): Fix `list' completion.
21481
21482 2005-04-22 Kenichi Handa <handa@m17n.org>
21483
21484 * recentf.el (recentf-save-file-coding-system): New variable.
21485 (recentf-save-list): Encode the file by
21486 recentf-save-file-coding-system and add coding: tag.
21487
21488 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21489
21490 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21491
21492 2005-04-21 Lute Kamstra <lute@gnu.org>
21493
21494 * loadhist.el (unload-feature): Don't remove a function from hooks
21495 if it is about to be restored to an autoload . Remove functions
21496 that will become unbound from auto-mode-alist. Simplify the code.
21497
21498 * subr.el (assq-delete-all): New implementation that is linear,
21499 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21500 (rassq-delete-all): New function.
21501
21502 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21503 Add size-indication-mode.
21504
21505 2005-04-21 Kenichi Handa <handa@m17n.org>
21506
21507 * international/mule-cmds.el: Add autoload for widget-value in
21508 eval-when-compile.
21509
21510 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21511
21512 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21513 Add tooltip-mode.
21514
21515 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21516
21517 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21518
21519 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21520 (inferior-lisp-filter-regexp, inferior-lisp-program)
21521 (inferior-lisp-load-command, inferior-lisp-prompt)
21522 (inferior-lisp-mode-hook, lisp-source-modes)
21523 (inferior-lisp-load-hook): defvar->defcustom.
21524 (inferior-lisp-program, inferior-lisp-prompt)
21525 (inferior-lisp-load-hook): Doc fixes.
21526 (inferior-lisp-install-letter-bindings): Small change in
21527 introductory comment.
21528
21529 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21530
21531 * vc.el (vc-annotate-color-map): Change some colors so that text
21532 using them as foreground is readable on both white and black
21533 backgrounds.
21534
21535 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21536
21537 * international/mule-conf.el (translation-table-for-input):
21538 Remove redundant declaration.
21539
21540 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21541
21542 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21543
21544 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21545 (tooltip-toggle-gud-tips): New function.
21546
21547 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21548
21549 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21550 right angle brackets.
21551
21552 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21553
21554 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21555
21556 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21557
21558 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21559 Remove. Update callers to use expand-file-name instead.
21560
21561 * subr.el (syntax-class): New function.
21562
21563 * simple.el (blink-matching-open): Use it.
21564
21565 * paren.el (show-paren-function): Use it to recognize parens that are
21566 also used in 2-char comment markers.
21567
21568 2005-04-19 Lute Kamstra <lute@gnu.org>
21569
21570 * loadhist.el (unload-feature): Update for new format of
21571 load-history. Simplify the code.
21572
21573 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21574
21575 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21576 (mac-add-charset-info): New function. Initialize variable
21577 mac-charset-info-alist using it.
21578 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21579 for translation.
21580 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21581 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21582 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21583 New CCL programs.
21584
21585 2005-04-19 Kim F. Storm <storm@cua.dk>
21586
21587 * simple.el (next-buffer, prev-buffer, next-error)
21588 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21589 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21590
21591 * bindings.el (next-buffer, prev-buffer, next-error)
21592 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21593 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21594 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21595 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21596
21597 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21598
21599 * isearch.el (isearch-edit-string): Make the search-ring available for
21600 minibuffer history commands.
21601 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21602 the default history commands now work just as well.
21603 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21604
21605 2005-04-18 Kim F. Storm <storm@cua.dk>
21606
21607 * emulation/cua-base.el (cua--pre-command-handler): Add more
21608 elaborate check for shift modifier on non-window systems.
21609
21610 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21611
21612 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21613
21614 2005-04-18 Kim F. Storm <storm@cua.dk>
21615
21616 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21617 and make it optional. Don't test tooltip-gud-echo-area here.
21618 (tooltip-gud-process-output, gdb-tooltip-print):
21619 Pass tooltip-gud-echo-area to tooltip-show.
21620 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21621
21622 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21623
21624 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21625 `display-graphic-p' may not be bound yet.
21626
21627 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21628
21629 * startup.el (command-line): No longer enable Xterm Mouse mode by
21630 default in terminals compatible with xterm.
21631
21632 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21633
21634 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21635
21636 * tooltip.el (tooltip-gud-echo-area): Rename from
21637 tooltip-use-echo-area.
21638 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21639 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21640 area independently of where help tooltips are displayed.
21641
21642 2005-04-17 David Kastrup <dak@gnu.org>
21643
21644 * cus-theme.el (custom-theme-write-variables): Quote variables
21645 where necessary.
21646
21647 2005-04-17 Richard M. Stallman <rms@gnu.org>
21648
21649 * simple.el (yank-excluded-properties): Add follow-link to value.
21650
21651 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21652
21653 * startup.el (fancy-splash-max-time): Just 30 seconds.
21654 (fancy-splash-delay): Just 7.
21655 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21656
21657 * loadhist.el (unload-feature): Update for new format of load-history.
21658 Simplify the code.
21659
21660 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21661 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21662
21663 * mail/sendmail.el (mail-font-lock-keywords):
21664 Don't fontify subject text.
21665 Don't fontify the text of a citation.
21666
21667 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21668
21669 * comint.el (comint-output-filter): Run comint-output-filter-functions
21670 with point where the user had it.
21671
21672 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21673
21674 * international/ucs-tables.el (ucs-set-table-for-input):
21675 Disable when using unify-on-decoding.
21676
21677 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21678
21679 * emulation/cua-base.el (cua-global-mark-face): Add special case
21680 for displays supporting a high number of colors.
21681
21682 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21683
21684 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21685
21686 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21687
21688 * filesets.el (filesets-add-buffer): If user supplies a name of a
21689 non-existing fileset, create a new fileset.
21690
21691 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21692
21693 * textmodes/org.el (org-up-heading-all): Fix bug with
21694 `outline-up-heading-all'.
21695
21696 2005-04-16 Andreas Schwab <schwab@suse.de>
21697
21698 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21699 /etc/permissions.d/* and /etc/aliases.d/*.
21700
21701 2005-04-16 Kenichi Handa <handa@m17n.org>
21702
21703 * international/code-pages.el (cp-make-coding-system):
21704 Set `translation-table-for-input' property value to the symbol
21705 ucs-mule-to-mule-unicode, not to that value.
21706 (pt154): Escape guillemet by `\'.
21707
21708 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21709
21710 * loadup.el: Load tooltip if x-show-tip is fboundp.
21711
21712 * startup.el (command-line): Add comment.
21713
21714 * tooltip.el (tooltip-mode): Specify correct standard value for
21715 Custom in init-value.
21716
21717 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21718
21719 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21720 possible.
21721
21722 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21723
21724 * textmodes/org.el (org-agenda-date-prompt): Rename from
21725 `org-agenda-date-today'.
21726 (org-evaluate-time-range): Insert at point instead of directly
21727 after time range.
21728 (org-first-headline-recenter, org-subtree-end-visible-p)
21729 (org-optimize-window-after-visibility-change): New functions
21730 (org-agenda-post-command-hook): Don't allow point at end of line,
21731 to make sure it always hits the text properties.
21732 (org-agenda-next-date-line, org-agenda-previous-date-line):
21733 New commands.
21734 (org-set-regexps-and-options): Category may contain white space.
21735 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21736 Improve marker positions.
21737 (org-agenda-new-marker): Argument POS made optional.
21738 (org-agenda-get-timestamps): Deadlines which are done are listed
21739 in org-done-face now.
21740 (org-agenda-get-todos, org-agenda-get-timestamps)
21741 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21742 Set `undone-face' and `done-face' properties.
21743 (org-last-todo-state-is-todo): New variable.
21744 (org-todo): Set `org-last-todo-state-is-todo'.
21745 (org-agenda-todo): Change face according to
21746 `org-last-todo-state-is-todo'. And change other lines referring to
21747 the same entry.
21748 (org-calendar-goto-agenda): New command.
21749 (org-calendar-to-agenda-key): New option.
21750 (org-startup-folded): New allowed value `content'.
21751 (org-set-regexps-and-options): Accept new value `content' for
21752 `org-startup-folded'.
21753 (org-get-current-options): Handle new value `content' for
21754 `org-startup-folded'.
21755 (org-insert-todo-heading): New command.
21756 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21757 interactively in empty file and option
21758 `org-insert-mode-line-in-empty-file' has been set.
21759 (org-agenda-todo, org-agenda-priority): Modify to use
21760 `org-agenda-change-all-lines'.
21761 (org-warning-face): Change color on dark background
21762
21763 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21764
21765 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21766 use preferences AppleLocale and AppleLanguages, and variable
21767 mac-system-locale for default locale. On Mac OS Classic, use
21768 mac-system-coding-system for default coding systems.
21769
21770 * term/mac-win.el: Don't set file-name-coding-system.
21771 Decode variables system-name, emacs-build-system, user-login-name, and
21772 user-full-name by mac-system-coding-system on Mac OS Classic.
21773 (mac-system-coding-system): New variable.
21774
21775 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21776
21777 * startup.el (command-line): Handle `xterm-mouse-mode' before
21778 reading init file.
21779
21780 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21781
21782 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21783
21784 * progmodes/sh-script.el (sh-here-document-word): Make it a
21785 defcustom. Doc fix.
21786 (sh-add): Bash uses $(( )) for arithmetic.
21787 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21788 (sh-maybe-here-document): Remove quotes and leading whitespace
21789 from heredoc word when closing. Indent heredoc with tabs if word
21790 starts with "-".
21791
21792 2005-04-13 Richard M. Stallman <rms@gnu.org>
21793
21794 * simple.el (undo): Fix previous change.
21795
21796 * custom.el (defface): Doc fix.
21797
21798 2005-04-13 Lute Kamstra <lute@gnu.org>
21799
21800 * Makefile.in (DONTCOMPILE): Remove list.
21801 (compile, compile-always): Don't use DONTCOMPILE.
21802 (update-authors): Load the library in which batch-update-authors
21803 is defined.
21804 * makefile.w32-in (DONTCOMPILE): Remove list.
21805 (compile, compile-always): Fix comments.
21806 (update-authors): Load the library in which batch-update-authors
21807 is defined.
21808
21809 * generic-x.el (generic-mode-ini-file-find-file-hook):
21810 Rename to ini-generic-mode-find-file-hook.
21811 Keep generic-mode-ini-file-find-file-hook as an alias.
21812 (ini-generic-mode-find-file-hook): Rename from
21813 generic-mode-ini-file-find-file-hook. Fix docstring.
21814 (ini-generic-mode): Docstring change.
21815 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21816
21817 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21818 called from lisp.
21819
21820 * generic.el: Move to the emacs-lisp subdir.
21821
21822 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21823
21824 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21825 and C-S- function and cursor motion keys.
21826
21827 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21828
21829 * startup.el (command-line): Enable Xterm Mouse mode by default.
21830 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21831 for Custom. No longer show "Mouse" in mode line when enabled.
21832 Doc fix.
21833
21834 2005-04-12 Kim F. Storm <storm@cua.dk>
21835
21836 * emulation/cua-base.el (cua-rectangle-face)
21837 (cua-rectangle-noselect-face): Define face attributes here.
21838
21839 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21840
21841 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21842
21843 * startup.el (command-line): Turn off blinking cursor if
21844 cursorBlink in resources is off or false.
21845
21846 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21847
21848 * term/mac-win.el (dnd): Require dnd.
21849 (mac-drag-n-drop): Call dnd-handle-one-url.
21850 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21851 (kTextEncodingISOLatin2): Remove constants.
21852 (mac-script-code-coding-systems): New constant.
21853 (mac-handle-language-change): New function.
21854 (special-event-map): Bind it to `language-change' event.
21855 (mac-centraleurroman, mac-cyrillic): New coding systems.
21856 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21857 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21858 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21859 encode-mac-cyrillic, respectively.
21860
21861 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21862
21863 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21864 Don't set overlay-arrow-string to "=>" as this is done
21865 globally in C now.
21866
21867 2005-04-12 Lute Kamstra <lute@gnu.org>
21868
21869 * generic-x.el (rc-generic-mode, rul-generic-mode):
21870 Fix auto-mode-alist entries.
21871 (etc-fstab-generic-mode): Tweak fontification.
21872
21873 * generic.el (generic-make-keywords-list): Fix docstring.
21874 (generic-mode-internal): Simplify generic-font-lock-keywords.
21875
21876 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21877
21878 * whitespace.el (whitespace-buffer-leading)
21879 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21880 However, fix the highlight area for the leading and
21881 trailing whitespaces to show space.
21882
21883 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21884
21885 * whitespace.el (whitespace-version): Bump to 3.5
21886
21887 (whitespace-buffer-leading, whitespace-buffer-trailing):
21888 Invert sense of the test to highlight the whitespace.
21889
21890 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21891
21892 * progmodes/gud.el (gud-display-line): GUD uses its own
21893 overlay arrow now so don't set overlay-arrow-string.
21894 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21895
21896 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21897
21898 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21899 (term-ansi-current-reverse, term-ansi-current-invisible)
21900 (term-ansi-face-already-done): Change to boolean.
21901 (term-reset-terminal, term-handle-colors-array): Handle the above
21902 vars accordingly.
21903 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21904 (term-emulate-terminal): Use the new name.
21905
21906 * faces.el (secondary-selection): Use yellow1, not yellow.
21907 (trailing-whitespace): Use red1, not red.
21908
21909 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21910
21911 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21912 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21913 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21914
21915 * cus-edit.el (dnd): New group.
21916
21917 * term/w32-win.el (dnd): Require dnd
21918 (w32-drag-n-drop): Call dnd-handle-one-url.
21919
21920 * x-dnd.el: Require dnd.
21921 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21922 Call dnd-handle-one-url.
21923 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21924 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21925 to dnd-insert-text.
21926 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21927 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21928 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21929 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21930
21931 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21932
21933 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21934
21935 * wdired.el: Doc fixes.
21936 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21937 (wdired-use-dired-vertical-movement): Rename from
21938 wdired-always-move-to-filename-beginning.
21939 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21940 (wdired-change-to-wdired-mode): Change mode name.
21941 (wdired-newline): Delete.
21942
21943 2005-04-11 Richard M. Stallman <rms@gnu.org>
21944
21945 * whitespace.el (whitespace-highlight-the-space):
21946 Don't call whitespace-unhighlight-the-space here.
21947
21948 * simple.el (undo): Record t in undo-equiv-table
21949 for the redo record made by an undo-in-region.
21950
21951 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21952
21953 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21954 (gdb-frame-inferior-io-buffer): New Functions to control
21955 display of separate IO buffer.
21956 (menu): Add them to menu-bar.
21957 (gdb-display-buffer): Check for buffer another frame.
21958 Protect GUD buffer.
21959 (gdb-setup-windows): Create IO buffer if not already there.
21960 (gdb-memory-mode): Remove purecopy noops.
21961
21962 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21963
21964 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21965 and pass to self-insert-command.
21966
21967 2005-04-11 Lute Kamstra <lute@gnu.org>
21968
21969 * generic.el: Commentary section cleanup.
21970 (generic): Delete.
21971 (generic-use-find-file-hook, generic-lines-to-scan)
21972 (generic-find-file-regexp, generic-ignore-files-regexp)
21973 (default-generic-mode, generic-mode-find-file-hook)
21974 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21975 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21976 (generic-use-find-file-hook, generic-lines-to-scan)
21977 (generic-find-file-regexp, generic-ignore-files-regexp)
21978 (default-generic-mode, generic-mode-find-file-hook)
21979 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21980
21981 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21982
21983 * bookmark.el (bookmark-write-file): Catch errors writing file.
21984 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21985
21986 2005-04-10 Richard M. Stallman <rms@gnu.org>
21987
21988 * startup.el (fancy-splash-tail): Update copyright year.
21989 (command-line): Split part of -Q into -D.
21990 (emacs-basic-display): New defvar.
21991 (fancy-splash-text): Correct name of menu item.
21992
21993 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21994
21995 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21996 lines in one node.
21997
21998 * comint.el (comint-send-input): New arg ARTIFICIAL.
21999 Callers in this file changed.
22000
22001 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22002
22003 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22004
22005 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22006
22007 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22008 `ldap-search-internal'.
22009
22010 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 * files.el (set-auto-mode-1): Use line-end-position.
22013
22014 * international/latin-1.el:
22015 * international/latin-2.el:
22016 * international/latin-3.el:
22017 * international/latin-4.el:
22018 * international/latin-5.el:
22019 * international/latin-8.el:
22020 * international/latin-9.el: Give punctuation syntax to NBSP.
22021
22022 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22023 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22024 Use char-classes to accept non-ascii letters, accepted in some recent
22025 bibtex implementations.
22026
22027 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22028
22029 * custom.el (custom-set-minor-mode): Any non-nil value for the
22030 variable should enable the mode when set through Custom.
22031
22032 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22033
22034 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22035 TAB binding so tab-always-indent is obeyed.
22036 (vhdl-minibuffer-local-map): Move initialization into declaration.
22037 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22038 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22039 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22040 (vhdl-current-line): Use line-beginning-position.
22041 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22042 with-output-to-temp-buffer, so the current position can be recorded.
22043
22044 2005-04-10 Masatake YAMATO <jet@gyve.org>
22045
22046 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22047 Add regexp for gcov.
22048
22049 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22050
22051 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22052 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22053 syntax which Emacs 20 doesn't support.
22054
22055 2005-04-09 Richard M. Stallman <rms@gnu.org>
22056
22057 * help.el (describe-key-briefly, describe-key):
22058 Replace strings as event types with "(any string)".
22059
22060 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22061
22062 * arc-mode.el (archive-mode-map): Move initialization into
22063 the declaration. Override *all* bindings of `undo'.
22064 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22065
22066 2005-04-09 Jay Belanger <belanger@truman.edu>
22067
22068 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22069
22070 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22071
22072 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22073 (xterm-register-default-colors): Update color values computation
22074 to match xterm-200.
22075
22076 2005-04-09 Kenichi Handa <handa@m17n.org>
22077
22078 * international/code-pages.el (iso-latin-7): Fix the map.
22079
22080 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22081
22082 * emacs-lisp/lisp.el (defun-prompt-regexp)
22083 (parens-require-spaces, buffer-end, end-of-defun)
22084 (insert-parentheses): Doc fixes.
22085
22086 2005-04-08 Kim F. Storm <storm@cua.dk>
22087
22088 * comint.el (comint-highlight-prompt): Fix face spec.
22089 * hi-lock.el (hi-green): Likewise.
22090
22091 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22092
22093 * cus-edit.el (custom-modified-face):
22094 * comint.el (comint-highlight-input): Fix previous changes.
22095 * term.el (term-handle-ansi-escape): Add a comment.
22096
22097 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22100 in the buffer and in whitespace-highlighted-space.
22101 (whitespace-unhighlight-the-space): Simplify.
22102 (whitespace-buffer): Simplify.
22103
22104 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22105
22106 * textmodes/table.el (table-cell-face): Add special case for
22107 displays supporting a high number of colors.
22108 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22109 (vhdl-font-lock-reserved-words-face)
22110 (vhdl-speedbar-architecture-face)
22111 (vhdl-speedbar-instantiation-face)
22112 (vhdl-speedbar-architecture-selected-face)
22113 (vhdl-speedbar-instantiation-selected-face): Likewise.
22114 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22115 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22116 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22117 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22118 (ebrowse-progress-face): Likewise.
22119 * progmodes/compile.el (compilation-info-face): Likewise.
22120 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22121 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22122 * calendar/calendar.el (diary-face): Likewise.
22123 * woman.el (woman-italic-face, woman-bold-face)
22124 (woman-unknown-face): Likewise.
22125 * wid-edit.el (widget-button-pressed-face): Likewise.
22126 * whitespace.el (whitespace-highlight-face): Likewise.
22127 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22128 * pcvs-info.el (cvs-marked-face): Likewise.
22129 * info.el (info-xref): Likewise.
22130 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22131 * hilit-chg.el (highlight-changes-face)
22132 (highlight-changes-delete-face): Likewise.
22133 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22134 (hi-red-b): Likewise.
22135 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22136 * font-lock.el (font-lock-keyword-face)
22137 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22138 * cus-edit.el (custom-invalid-face, custom-modified-face)
22139 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22140 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22141 * comint.el (comint-highlight-prompt): Likewise.
22142
22143 2005-04-08 Lute Kamstra <lute@gnu.org>
22144
22145 * font-lock.el (font-lock-keywords): Docstring fixes.
22146
22147 2005-04-08 Kenichi Handa <handa@m17n.org>
22148
22149 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22150 chars are more than a limit, print " and more..." at the tail.
22151
22152 2005-04-08 Kim F. Storm <storm@cua.dk>
22153
22154 * emacs-lisp/authors.el (authors-aliases): Update list.
22155 (authors-ignored-files): New list.
22156 (authors-fixed-entries): Fix typo.
22157 (authors-renamed-files-alist): Update list.
22158 (authors-add): Check authors-ignored-files.
22159
22160 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22161
22162 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22163 optional, to ensure backward compatibility.
22164
22165 2005-04-08 Stephen Eglen <stephen@gnu.org>
22166
22167 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22168
22169 2005-04-08 Kim F. Storm <storm@cua.dk>
22170
22171 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22172
22173 * mouse.el (mouse-on-link-p): Doc fix.
22174
22175 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22176
22177 * ielm.el (ielm-prompt-read-only): Doc fix.
22178
22179 * comint.el (comint-prompt-read-only): Doc fix.
22180
22181 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22182
22183 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22184 ensure dired always handles wildcards passed to ffap.
22185 (find-file-at-point): Use it.
22186 (ffap-dired-wildcards): Doc fix.
22187
22188 2005-04-07 Juri Linkov <juri@jurta.org>
22189
22190 * simple.el (next-error-overlay-arrow-position): New defvar.
22191 Put "=>" on its property `overlay-arrow-string'. Add it to
22192 `overlay-arrow-variable-list'.
22193
22194 * progmodes/compile.el (compilation-setup):
22195 Set `next-error-overlay-arrow-position' to nil. Also set it to
22196 nil in the local hook `kill-buffer-hook'. Make local variable
22197 `overlay-arrow-string' and set it to "=>".
22198 (compilation-goto-locus): Set BOL position to
22199 `next-error-overlay-arrow-position' instead of
22200 `overlay-arrow-position'.
22201
22202 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22203 locally instead of adding it to the global hook.
22204 (Info-kill-buffer): Move up.
22205
22206 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22207
22208 * term/xterm.el (xterm-standard-colors): Update color values from
22209 xterm-200.
22210
22211 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22212
22213 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22214
22215 * fast-lock.el:
22216 * lazy-lock.el: Move them to the obsolete subdir.
22217
22218 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22219
22220 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22221 (wdired-add-replace-advice): Remove.
22222 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22223
22224 2005-04-06 Kim F. Storm <storm@cua.dk>
22225
22226 * startup.el (command-line): Add --bare-bones alias for -Q.
22227
22228 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22229
22230 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22231 create the startup fontset if a font specification ends with
22232 `mac-roman'.
22233
22234 2005-04-06 Lute Kamstra <lute@gnu.org>
22235
22236 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22237 change.
22238
22239 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22240 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22241
22242 2005-04-05 Lute Kamstra <lute@gnu.org>
22243
22244 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22245 (define-generic-mode): Ditto. Fix debug declaration.
22246
22247 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22248 Put them in the generic-x group.
22249
22250 * calendar/timeclock.el (timeclock): Doc fix.
22251
22252 * generic.el (define-generic-mode): Don't use custom-current-group.
22253 Document default :group value.
22254 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22255 (define-global-minor-mode): Don't use custom-current-group.
22256
22257 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22258
22259 * startup.el (command-line-1): Display startup-echo-area-message
22260 when fancy splash screen is in use.
22261
22262 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22263 (sh-escaped-newline): New face.
22264 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22265 newline, and use sh-escaped-newline face.
22266
22267 * progmodes/tcl.el (tcl-escaped-newline): New face.
22268 (tcl-builtin-list): New variable.
22269 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22270 newlines. Fix keywords subexpression number.
22271
22272 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22273
22274 * textmodes/org.el (org-diary-default-entry): Fix call to
22275 `add-to-diary-entry'.
22276
22277 2005-04-05 Kim F. Storm <storm@cua.dk>
22278
22279 * ediff-init.el: Use (featurep 'xemacs).
22280
22281 2005-04-05 David Ponce <david@dponce.com>
22282
22283 * cus-edit.el (face): Derive from symbol widget. Display sample
22284 of the current face on the fly.
22285 (widget-face-sample-face-get, widget-face-notify): New functions.
22286 (widget-face-value-create): Remove.
22287
22288 * wid-edit.el (widget-field-end): Temporarily remove field
22289 narrowing before to call `get-char-property'.
22290
22291 2005-04-04 Jay Belanger <belanger@truman.edu>
22292
22293 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22294 (math-read-subscripts): New variable.
22295 (math-read-preprocess-string): Process subscripts.
22296
22297 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22298
22299 * comint.el (comint-prompt-read-only): Doc fix.
22300
22301 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22302 `-1'. Doc fix.
22303
22304 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22305
22306 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22307 Change default value to nil.
22308
22309 2005-04-04 Lute Kamstra <lute@gnu.org>
22310
22311 * autorevert.el (auto-revert-mode): Specify :group.
22312 * battery.el (display-battery-mode): Specify :group.
22313 * diff-mode.el (diff-minor-mode): Specify :group.
22314 * font-core.el (font-lock-mode): Specify :group.
22315 * hl-line.el (hl-line-mode): Specify :group.
22316 * iimage.el (iimage): New customization group.
22317 (iimage-mode): Specify :group.
22318 * longlines.el (longlines-mode): Specify :group.
22319 * master.el: Don't require easy-mmode.
22320 (master): New customization group.
22321 (master-mode): Specify :group.
22322 * msb.el (msb-mode): Specify :group.
22323 * reveal.el (reveal-mode): Specify :group.
22324 * simple.el (next-error-follow-minor-mode): Specify :group.
22325 * smerge-mode.el (smerge-mode): Specify :group.
22326 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22327 * emulation/cua-base.el (cua-mode): Specify :group.
22328 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22329 * language/thai-util.el (thai-auto-composition-mode)
22330 (thai-word-mode): Specify :group.
22331 * mail/supercite.el (sc-minor-mode): Specify :group.
22332 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22333 * progmodes/flymake.el (flymake-mode): Specify :group.
22334 * progmodes/glasses.el (glasses-mode): Specify :group.
22335 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22336 * textmodes/enriched.el (enriched-mode): Specify :group.
22337 * textmodes/refill.el (refill-mode): Specify :group.
22338
22339 * add-log.el (change-log-font-lock-keywords): Names in
22340 parenthesized lists can contain spaces.
22341
22342 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22343
22344 * startup.el (fancy-splash-text): Shorten default text of
22345 "Emacs Tutorial" line. Also, if the current language env
22346 indicates an available tutorial file other than TUTORIAL,
22347 extract its title and append it to the line in parentheses.
22348 (fancy-splash-insert): If arg is a thunk, funcall it.
22349
22350 2005-04-04 Jay Belanger <belanger@truman.edu>
22351
22352 * calc.el (calc-language-alist): Add tags to customization type.
22353
22354 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22355
22356 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22357 Doc fix.
22358
22359 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22360
22361 * add-log.el (change-log-font-lock-keywords): The manual
22362 describing a Change Log entry, says: (...) "Aside from these
22363 header lines, every line in the change log starts with a space or
22364 a tab.". The font-lock was not highlighting lines started with
22365 spaces, added support for it.
22366
22367 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22368
22369 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22370 (bibtex-generate-url-list): Update docstring accordingly. Put the
22371 complex example in the docstring.
22372 (bibtex-font-lock-url): Use pop.
22373
22374 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22375
22376 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22377
22378 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22379
22380 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22381
22382 * filesets.el (filesets-set-default): Doc fix.
22383
22384 2005-04-03 Lute Kamstra <lute@gnu.org>
22385
22386 * generic.el (define-generic-mode): Add argument to specify
22387 keywords for defcustom.
22388 (default-generic-mode): Specify :group.
22389
22390 * generic-x.el: Specify :group for all generic modes.
22391
22392 * desktop.el (desktop-no-desktop-file-hook)
22393 (desktop-after-read-hook): Doc fix.
22394
22395 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22396
22397 * simple.el (visible-mode): Use explicit :group keyword.
22398 This changes the group of `visible-mode-hook' from paren-blinking
22399 to editing-basics.
22400
22401 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22402
22403 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22404 mailbox specifications as well as URLs.
22405 (rmail-insert-inbox-text): Remove unused conditional branches.
22406
22407 2005-04-01 Jay Belanger <belanger@truman.edu>
22408
22409 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22410 (calc-gnuplot-print-command): Move definitions to calc.el.
22411
22412 * calc/calc-embed.el (calc-embedded-announce-formula)
22413 (calc-embedded-open-formula, calc-embedded-close-formula)
22414 (calc-embedded-open-word, calc-embedded-close-word)
22415 (calc-embedded-open-plain, calc-embedded-close-plain)
22416 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22417 (calc-embedded-open-mode, calc-embedded-close-mode):
22418 Move definitions to calc.el.
22419
22420 * calc/calc.el (calc-settings-file, calc-language-alist):
22421 Make customizable.
22422 (calc-embedded-announce-formula, calc-embedded-open-formula)
22423 (calc-embedded-close-formula, calc-embedded-open-word)
22424 (calc-embedded-close-word, calc-embedded-open-plain)
22425 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22426 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22427 (calc-embedded-close-mode, calc-gnuplot-name)
22428 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22429 from other files and make customizable.
22430
22431 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22432
22433 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22434 Use buffer-live-p.
22435 (cvs-mode-run): Don't call cvs-update-header here.
22436 (cvs-run-process): Call cvs-update-header.
22437 Use process properties for cvs-postprocess and cvs-buffer so that
22438 the sentinel can behave better if the temp buffer is killed.
22439 Use a pipe rather than a tty, to better handle unexpected prompts.
22440 (cvs-sentinel): Rewrite. Call cvs-update-header.
22441
22442 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22443
22444 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22445 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22446
22447 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22448
22449 * generic.el (define-generic-mode): Add indentation rule.
22450
22451 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22452
22453 * files.el (mode-require-final-newline): Make Custom correctly
22454 report a nil value and allow to set it to nil via Custom.
22455 Doc fix.
22456
22457 2005-04-01 Kenichi Handa <handa@m17n.org>
22458
22459 * international/characters.el: Enable the correct case setting for
22460 dotless-i and dotted-I.
22461
22462 2005-04-01 Kim F. Storm <storm@cua.dk>
22463
22464 * ido.el (ido-file-internal): Fall back to non-ido command if
22465 initial directory is on slow ftp (or tramp) host.
22466
22467 2005-03-31 Richard M. Stallman <rms@gnu.org>
22468
22469 * emacs-lisp/autoload.el (make-autoload):
22470 Handle define-global-minor-mode.
22471
22472 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22473 Rename from easy-mmode-define-global-mode.
22474 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22475
22476 * progmodes/scheme.el (scheme-mode-syntax-table):
22477 Update syntax of | and # for two-character comment syntax.
22478
22479 2005-03-31 Lute Kamstra <lute@gnu.org>
22480
22481 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22482 (define-minor-mode): Call custom-current-group at load-time.
22483
22484 * generic.el (define-generic-mode): Add debug declaration.
22485 Add defcustom for the mode hook.
22486 (generic-mode-internal): Use run-mode-hooks.
22487
22488 2005-03-31 Kim F. Storm <storm@cua.dk>
22489
22490 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22491 (mouse-fixup-help-message): New defun called by show_help_echo
22492 to fixup mouse-2 prefix in help messages when applicable.
22493
22494 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22495
22496 2005-03-31 Kenichi Handa <handa@m17n.org>
22497
22498 * language/thai-word.el (thai-find-word-ends): Pay attention to
22499 the case that we reach the end of buffer.
22500
22501 * textmodes/fill.el (fill-text-properties-at): New function.
22502 (fill-newline): Use fill-text-properties-at instead of
22503 text-properties-at.
22504
22505 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22506
22507 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22508 not comint-quote-filename.
22509
22510 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22511
22512 * help-fns.el (help-with-tutorial): Revert last change.
22513
22514 2005-03-31 Kim F. Storm <storm@cua.dk>
22515
22516 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22517
22518 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22519
22520 * calendar/cal-china.el: Update reference to "Calendrical
22521 Calculations" book; there's a new edition.
22522 * calendar/cal-coptic.el: Likewise.
22523 * calendar/cal-french.el: Likewise.
22524 * calendar/cal-hebrew.el: Likewise.
22525 * calendar/cal-islam.el: Likewise.
22526 * calendar/cal-iso.el: Likewise.
22527 * calendar/cal-julian.el: Likewise.
22528 * calendar/cal-mayan.el: Likewise.
22529 * calendar/cal-persia.el: Likewise.
22530 * calendar/calendar.el: Likewise.
22531 * calendar/holidays.el: Likewise.
22532 * calendar/lunar.el: Likewise.
22533 * calendar/solar.el: Likewise.
22534
22535 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22536 white space from doc string.
22537
22538 2005-03-30 Jay Belanger <belanger@truman.edu>
22539
22540 * calc/calc-help.el (calc-full-help): Remove email address.
22541
22542 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22543
22544 * help-fns.el (help-with-tutorial): Delete title line.
22545
22546 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22547
22548 * calendar/cal-x.el (calendar-one-frame-setup)
22549 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22550 rather than `symbol' for set-window-dedicated-p.
22551
22552 * calendar/appt.el (appt-buffer-name): Make it a constant.
22553 (appt-add): Doc fix.
22554
22555 * filesets.el (filesets-menu-path, filesets-menu-before)
22556 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22557 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22558 (filesets-add-submenu): Delete and use add-submenu instead.
22559
22560 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22561
22562 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22563 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22564 (org-diary-default-entry): New function.
22565 (org-get-entries-from-diary): Better parsing of diary entries.
22566 (org-agenda-check-no-diary): New function.
22567 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22568 linking to diary entries.
22569 (org-agenda-execute-calendar-command): New function.
22570 (org-agenda): Improve visible section in window.
22571 Use `org-fit-agenda-window'.
22572 (org-fit-agenda-window): New option.
22573 (org-move-subtree-down): Better handling of empty lines
22574 at end of subtree.
22575 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22576 levels up.
22577 (org-fontify-done-headline): New option.
22578 (org-headline-done-face): New face.
22579 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22580 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22581 When current field is non-empty, it is copied to next row.
22582 (org-table-copy-from-above): Fix bug which made it
22583 impossible to copy fields containing only a single non-white character.
22584
22585 2005-03-30 Kim F. Storm <storm@cua.dk>
22586
22587 * kmacro.el (kmacro-end-macro): Isearch may store this command
22588 into the macro -- so ignore it when executing keyboard macro.
22589
22590 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22591
22592 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22593
22594 2005-03-29 Kenichi Handa <handa@m17n.org>
22595
22596 * language/thai.el ("Thai"): Set setup-function and exit-function
22597 for Thai language environment.
22598
22599 * language/thai-util.el: Require thai-word.
22600 (thai-word-mode-map): New variable.
22601 (thai-word-mode): New minor mode.
22602 (setup-thai-language-environment-internal): New function.
22603 (exit-thai-language-environment-internal): New function.
22604
22605 * language/thai-word.el (thai-word-table): Declare it by defvar,
22606 use dolist to initialize it.
22607 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22608 (thai-fill-find-break-point): New functions.
22609
22610 2005-03-29 Richard M. Stallman <rms@gnu.org>
22611
22612 * simple.el (idle-update-delay): Move definition up.
22613 (set-mark): Doc fix.
22614
22615 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22616
22617 * longlines.el: New file.
22618
22619 * simple.el (buffer-substring-filters): New variable.
22620 (filter-buffer-substring): New function.
22621 (kill-region, copy-region-as-kill): Use it.
22622
22623 * register.el (copy-to-register, append-to-register)
22624 (prepend-to-register): Use filter-buffer-substring.
22625
22626 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22627
22628 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22629 (gud-filter-pending-text): Move in front of gdb.
22630 (gud-overlay-arrow-position): New variable.
22631 (gud-sentinel, gud-display-line): Use it in place of
22632 overlay-arrow-position.
22633
22634 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22635
22636 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22637 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22638 (fortran-font-lock-keywords-4): New variable.
22639 (fortran-blocks-re, fortran-end-block-re)
22640 (fortran-start-block-re): New constants, for hideshow.
22641 (hs-special-modes-alist): Add a Fortran entry.
22642 (fortran-mode-map): Bind fortran-end-of-block,
22643 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22644 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22645 (fortran-looking-at-if-then, fortran-end-of-block)
22646 (fortran-beginning-of-block): New functions, for hideshow.
22647
22648 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22649 Doc fix. Tweak regexp.
22650 (f90-beginning-of-block): Push mark first.
22651
22652 2005-03-29 Jay Belanger <belanger@truman.edu>
22653
22654 * calc/calc.el: Update copyright date.
22655 (calc-version): Increase to 2.1.
22656 (calc-version-date): Remove.
22657
22658 * calc/calc-help.el: Update copyright date.
22659 (calc-full-help): Remove reference to calc-version-date.
22660 Update copyright date.
22661
22662 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22663
22664 * vc.el (vc-do-command): Use a pipe for async processes, so password
22665 prompts don't show up at places where the user can't reply.
22666
22667 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22668
22669 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22670 on the file name we pass to the inferior shell.
22671
22672 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22673
22674 * progmodes/which-func.el (which-function): Be robust in the face of an
22675 imenu--make-index-alist failure.
22676
22677 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22678
22679 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22680
22681 * progmodes/python.el (python-preoutput-filter): Fix last change.
22682
22683 2005-03-29 Lute Kamstra <lute@gnu.org>
22684
22685 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22686 functions and compiled macros.
22687 (debug-convert-byte-code): Handle macros too.
22688 (debug-on-entry-1): Don't signal an error when trying to clear a
22689 function that is not set to debug on entry.
22690
22691 2005-03-29 Jay Belanger <belanger@truman.edu>
22692
22693 * calc/calc-lang.el: Add functions to math-function-table
22694 properties of tex and math.
22695
22696 2005-03-29 Kenichi Handa <handa@m17n.org>
22697
22698 * ps-mule.el (ps-mule-plot-string): Translate characters by
22699 ps-print-translation-table.
22700 (ps-mule-begin-job): Call find-charset-region/string with
22701 ps-print-translation-table.
22702 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22703
22704 * ps-print.el (ps-print-translation-table): New variable.
22705 (ps-plot-region): Translate characters by ps-print-translation-table.
22706
22707 2005-03-29 Juri Linkov <juri@jurta.org>
22708
22709 * simple.el (next-error-highlight-timer): New variable.
22710
22711 * progmodes/compile.el (compilation-goto-locus):
22712 Use `next-error-highlight-timer' instead of `sit-for'.
22713
22714 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22715
22716 * mail/supercite.el (sc-mail-field): Use assoc-string.
22717 (sc-get-address): Simplify regexps.
22718
22719 * files.el (minibuffer-with-setup-hook): New macro.
22720 (find-file-read-args): Use it to avoid let-binding
22721 minibuffer-with-setup-hook (which breaks turning on/off
22722 file-name-shadow-mode while in the prompt).
22723
22724 * complete.el (PC-read-include-file-name-internal):
22725 Use test-completion.
22726
22727 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22728
22729 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22730
22731 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22732
22733 * window.el (window-buffer-height): Use count-screen-lines.
22734
22735 * progmodes/python.el (python-preoutput-leftover): New var.
22736 (python-preoutput-filter): Use it.
22737 (python-send-receive): Loop until all the result has been received.
22738
22739 2005-03-28 Juri Linkov <juri@jurta.org>
22740
22741 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22742
22743 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22744 "Recover Crashed Session".
22745 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22746 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22747 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22748 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22749 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22750 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22751 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22752 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22753
22754 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22755 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22756 Ediff Sessions", "Toggle use of separate control buffer frame",
22757 "Use separate frame for Ediff control buffer".
22758
22759 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22760 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22761 "Rename Bookmark", "Delete Bookmark".
22762
22763 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22764 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22765 Add `:active Info-index-alternatives' to "Next Matching Item".
22766
22767 * wdired.el (wdired-change-to-wdired-mode):
22768 Mention `wdired-abort-changes' key in the initial message.
22769
22770 * international/mule.el (auto-coding-alist): Associate non-ascii
22771 image filename extensions with `no-conversion'.
22772
22773 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22774
22775 * international/iso-acc.el:
22776 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22777
22778 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22779
22780 * textmodes/sgml-mode.el (html-mode): Doc update.
22781
22782 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22783
22784 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22785
22786 * term.el (term-move-columns): Fix face after extending a line.
22787 (term-insert-spaces): Likewise.
22788 (term-reset-terminal): Fix off by one error.
22789
22790 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22791
22792 * international/mule.el (auto-coding-alist): Add .xpi files.
22793
22794 * files.el (auto-mode-alist): Add .xpi files.
22795
22796 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22797
22798 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22799
22800 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22801
22802 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22803
22804 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22805
22806 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22807 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22808
22809 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22810 cursor to Jan 1 when needed.
22811 (calendar-end-of-year): Fix -/+ typo.
22812 Reported by Chong Yidong <cyd@stupidchicken.com>.
22813
22814 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22815
22816 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22817
22818 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22819 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22820
22821 2005-03-25 Richard M. Stallman <rms@gnu.org>
22822
22823 * filesets.el (filesets-init): Add autoload.
22824
22825 * mail/mailalias.el (mail-directory): Doc fix.
22826
22827 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22828
22829 * mail/mailalias.el (mail-directory-process): Do nothing if
22830 mail-directory-process is an atom.
22831 (mail-get-names): Ignore mail-directory-names if it is an atom.
22832 (mail-directory-process defvar): Doc fix.
22833 (mail-names): Doc fix.
22834
22835 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22836
22837 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22838
22839 2005-03-26 Kenichi Handa <handa@m17n.org>
22840
22841 * international/mule-util.el (detect-coding-with-priority):
22842 Call update-coding-systems-internal before detect-coding-region.
22843
22844 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22845
22846 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22847 (gdb-frames-mode-map): Add follow-link property.
22848
22849 2005-03-25 Jay Belanger <belanger@truman.edu>
22850
22851 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22852 for variables.
22853
22854 2005-03-25 Juri Linkov <juri@jurta.org>
22855
22856 * image-mode.el: Optimize image filename extension regexps in
22857 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22858 in `auto-mode-alist'.
22859 (image-mode): Add `image-toggle-display-text' to local hook
22860 `change-major-mode-hook'. Display the image as an image by
22861 default. Set `cursor-type' and `truncate-lines' if the image
22862 is already displayed. Take into account the current mode (image
22863 or text) in message.
22864 (image-minor-mode): New minor mode.
22865 (image-mode-maybe, image-toggle-display-text): New functions.
22866 (image-toggle-display): Use called-interactively-p.
22867 Let-bind `inhibit-read-only' to t.
22868
22869 * image-mode.el (image-minor-mode): Set `cursor-type' and
22870 `truncate-lines' if the image is already displayed. Add turning
22871 image-minor-mode off to `change-major-mode-hook'. Add message.
22872 Call `image-toggle-display-text' after turning image-minor-mode off.
22873
22874 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22875
22876 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22877 Terminal.app, use utf-8.
22878 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22879 (set-locale-environment): Use it.
22880
22881 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22882
22883 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22884
22885 * progmodes/python.el (python-close-block-statement-p)
22886 (python-outdent-p, python-current-defun): Use symbol-end.
22887
22888 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22889
22890 * files.el (save-some-buffers): Doc fix.
22891
22892 2005-03-25 Werner Lemberg <wl@gnu.org>
22893
22894 * complete.el, thumbs.el: Replace `legal' with `valid'.
22895 * calendar/calendar.el: Replace `legal' with `valid'.
22896 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22897 * mail/supercite.el: Replace `legal' with `valid'.
22898 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22899 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22900 Replace `legal' with `valid'.
22901 * textmodes/reftex-vars.el, textmodes/reftex.el:
22902 Replace `legal' with `valid'.
22903
22904 2005-03-25 Werner Lemberg <wl@gnu.org>
22905
22906 * calc/calc-forms.el, calc/calc-sel.el
22907 * midnight.el, vc-cvs.el
22908 * emacs-lisp/cl-macs.el
22909 * emulation/vip.el
22910 * eshell/esh-io.el, eshell/esh-var.el
22911 * mail/supercite.el
22912 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22913 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22914 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22915 * progmodes/sh-script.el, progmodes/xscheme.el
22916 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22917 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22918 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22919 * textmodes/reftex.el, textmodes/org.el:
22920 Replace `illegal' with `invalid'.
22921
22922 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22923
22924 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22925 (flymake-find-buildfile, flymake-find-possible-master-files)
22926 (flymake-check-include, flymake-parse-line): Replace loops over the
22927 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22928
22929 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22930 Substitute file-name-as-directory in the rest of the file.
22931 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22932 (flymake-replace-region): Remove unused arg `buffer'.
22933 (flymake-check-patch-master-file-buffer): Update calls to it.
22934 (flymake-add-err-info): Remove unused var `count'.
22935 (flymake-mode): Use define-minor-mode.
22936
22937 * progmodes/flymake.el: Use with-current-buffer.
22938 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22939 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22940 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22941 Avoid testing for `xemacs'.
22942 (flymake-nop): Move.
22943 (flymake-region-has-flymake-overlays): Return the computed value.
22944 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22945 Remove unused var `endline'.
22946 (flymake-get-line-count): Remove unused function.
22947 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22948
22949 * emulation/vi.el:
22950 * generic.el:
22951 * hilit-chg.el (global-highlight-changes):
22952 * hi-lock.el (hi-lock-mode):
22953 * follow.el: find-file-hooks -> find-file-hook.
22954
22955 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22956
22957 2005-03-24 Juri Linkov <juri@jurta.org>
22958
22959 * dired.el (dired-mode-map): Add menu item "Compare directories"
22960 for dired-compare-directories.
22961
22962 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22963 Doc fix. Replace `read-file-name' with `read-directory-name'.
22964
22965 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22966
22967 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22968
22969 2005-03-24 Jay Belanger <belanger@truman.edu>
22970
22971 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22972 relevant mode settings in calc-embedded-original-modes when modes
22973 are permanently changed.
22974
22975 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22976
22977 * autoinsert.el: find-file-hooks -> find-file-hook.
22978
22979 2005-03-24 Lute Kamstra <lute@gnu.org>
22980
22981 * generic.el (generic-font-lock-defaults): Make it obsolete.
22982 (generic-font-lock-keywords): New variable to replace
22983 generic-font-lock-defaults.
22984 (generic-mode-set-font-lock): Delete it.
22985 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22986 (generic-bracket-support): Add docstring.
22987
22988 * generic-x.el: Rename generic-font-lock-defaults to
22989 generic-font-lock-keywords throughout.
22990 (mailagent-rules-setup-function): Delete it.
22991 (mailagent-rules-generic-mode): Use anonymous function instead.
22992 (show-tabs-generic-mode-font-lock-defaults-1)
22993 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22994 Quote faces.
22995 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22996 not foreground.
22997
22998 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22999 Recognize define-generic-mode.
23000
23001 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23002
23003 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23004 if there's no completion table.
23005
23006 2005-03-23 Miles Bader <miles@gnu.org>
23007
23008 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23009 Remove tty-specific variants, as they're no longer needed.
23010
23011 2005-03-23 Lute Kamstra <lute@gnu.org>
23012
23013 * generic-x.el: Code cleanup: make args constant whenever possible.
23014 (installshield-statement-keyword-list)
23015 (installshield-system-functions-list)
23016 (installshield-system-variables-list, installshield-types-list)
23017 (installshield-funarg-constants-list): Make them constants.
23018
23019 * generic.el (generic-make-keywords-list): Add autoload cookie.
23020
23021 * calendar/time-date.el: Add comment on time value formats.
23022 Don't require parse-time.
23023 (with-decoded-time-value): New macro.
23024 (encode-time-value): New function.
23025 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23026 (days-to-time): Return a valid time value when arg is huge.
23027 (time-since): Use time-subtract.
23028 (time-to-number-of-days): Use time-to-seconds.
23029
23030 2005-03-23 David Ponce <david@dponce.com>
23031
23032 * recentf.el (recentf-keep): New option.
23033 (recentf-menu-action): Default to `find-file'.
23034 (recentf-keep-non-readable-files-flag)
23035 (recentf-keep-non-readable-files-p)
23036 (recentf-file-readable-p, recentf-find-file)
23037 (recentf-cleanup-remote): Remove.
23038 (recentf-include-p): More robust.
23039 (recentf-keep-p): New function.
23040 (recentf-remove-if-non-kept): Rename from
23041 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23042 All callers updated.
23043 (recentf-menu-items-for-commands): Fix help string.
23044 (recentf-track-closed-file): Update. Doc fix.
23045 (recentf-cleanup): Update. Count removed files. Doc fix.
23046
23047 2005-03-23 Kim F. Storm <storm@cua.dk>
23048
23049 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23050 Don't inherit from fringe face (now happens automatically).
23051
23052 2005-03-22 Kim F. Storm <storm@cua.dk>
23053
23054 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23055 position values.
23056
23057 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23058
23059 * menu-bar.el (showhide-date-time): Remove.
23060 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23061 (menu-bar-make-mm-toggle): Simplify.
23062
23063 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23064
23065 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23066 Accept qualified variable and function names.
23067
23068 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23069
23070 * bindings.el (completion-ignored-extensions):
23071 Remove ".lis" for `vax-vms'.
23072
23073 2005-03-22 Andreas Schwab <schwab@suse.de>
23074
23075 * generic-x.el: Revert last change.
23076 * ldefs-boot.el: Update.
23077
23078 2005-03-22 Jay Belanger <belanger@truman.edu>
23079
23080 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23081 (calc-embedded-save-original-modes)
23082 (calc-embedded-restore-original-modes): New functions.
23083 (calc-do-embedded): Save original modes when entering embedded mode
23084 and restore when leaving embedded mode.
23085 (calc-embedded-modes-change): Change the value of
23086 calc-embedded-original-modes to reflect permanent changes.
23087
23088 2005-03-22 Lute Kamstra <lute@gnu.org>
23089
23090 * generic-x.el: Require generic again.
23091
23092 2005-03-22 Miles Bader <miles@gnu.org>
23093
23094 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23095 Tweak details to look good on both ttys and bitmap displays, light
23096 or dark background, etc.
23097
23098 2005-03-21 Kim F. Storm <storm@cua.dk>
23099
23100 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23101 mouse position.
23102
23103 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23104
23105 * icomplete.el: Don't forcibly turn on the mode upon load.
23106 (icomplete-mode): Use define-minor-mode.
23107 (icomplete-eoinput): Default to nil.
23108 (icomplete-minibuffer-setup): Remove autoload.
23109 (icomplete-tidy): Simplify.
23110 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23111 in the initial state or if the user has modified the field.
23112 Fix handling of icomplete-max-delay-chars.
23113 Remove code that handles the oddball case where
23114 minibuffer-completion-table is an integer.
23115 Wrap icomplete-completions in while-no-input in case building
23116 completions takes more time than expected.
23117 (icomplete-completions): Simplify.
23118
23119 2005-03-21 Richard M. Stallman <rms@gnu.org>
23120
23121 * jka-compr.el (jka-compr-really-do-compress):
23122 Make variable buffer-local.
23123
23124 * image-mode.el: Handle .xpm files too.
23125 (image-toggle-display): Preserve modification flag.
23126
23127 * help.el (where-is): Don't mention aliases with no key bindings.
23128
23129 2005-03-21 Lute Kamstra <lute@gnu.org>
23130
23131 * generic.el: Fix commentary section. Don't require cl for
23132 compilation.
23133 (generic-mode-list): Add autoload cookie.
23134 (generic-use-find-file-hook, generic-lines-to-scan)
23135 (generic-find-file-regexp, generic-ignore-files-regexp)
23136 (generic-mode, generic-mode-find-file-hook)
23137 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23138 (define-generic-mode): Make it a defmacro. Fix docstring.
23139 (generic-mode-internal): Code cleanup. Add autoload cookie.
23140 (generic-mode-set-comments): Code cleanup.
23141 * generic-x.el: Don't prevent compilation. Don't require generic.
23142 Follow coding conventions. Minor code cleanup.
23143 (etc-fstab-generic-mode): Add some keywords.
23144 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23145 define-generic-mode like a function declaration.
23146
23147 2005-03-21 Jay Belanger <belanger@truman.edu>
23148
23149 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23150 changing modes.
23151
23152 2005-03-21 Sam Steingold <sds@gnu.org>
23153
23154 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23155
23156 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23157
23158 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23159 Add underscore to "f$ lexicals" regexp.
23160
23161 2005-03-20 Juri Linkov <juri@jurta.org>
23162
23163 * subr.el (progress-reporter-do-update): When `min-value' is equal
23164 to `max-value', set `percentage' to 0 and prevent division by zero.
23165
23166 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23167
23168 Sync with Tramp 2.0.48.
23169
23170 * net/tramp.el (all): Change all addresses to .gnu.org.
23171 (tramp-append-tramp-buffers): New defun.
23172 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23173 Catch `dont-send' signal.
23174 (tramp-set-auto-save-file-modes): Set always permissions, because
23175 there might be an old auto-saved file belonging to another
23176 original file. This could be a security threat. Reported by
23177 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23178 Check for Emacs 21.3.50 removed.
23179
23180 * net/tramp-smb.el (all): Remove debug construct for
23181 `with-parsed-tramp-file-name'.
23182 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23183 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23184 No error message if DIRECTORY or FILENAME doesn't exist.
23185 (tramp-smb-open-connection): Check existence of
23186 `tramp-smb-program'.
23187
23188 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23189
23190 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23191 Properly handle the case where the `m' or `s' command's argument is not
23192 yet terminated.
23193 (perl-indent-new-calculate): New function.
23194 (perl-indent-line): Use it.
23195
23196 2005-03-20 Miles Bader <miles@gnu.org>
23197
23198 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23199 in text-mode too. Change to new face names.
23200 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23201 Add `:weight bold' attribute.
23202 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23203
23204 2005-03-19 Juri Linkov <juri@jurta.org>
23205
23206 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23207
23208 * international/mule.el (auto-coding-alist): Sync with
23209 `auto-mode-alist' by adding upper case archive file extensions
23210 and adding ear/war to jar extension.
23211
23212 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23213
23214 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23215 running, restart it.
23216
23217 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23218
23219 * finder.el (finder-current-item): Throw an error on an empty line.
23220
23221 * man.el (Man-follow-manual-reference): If current-word returns
23222 nil, use "".
23223
23224 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23225
23226 * simple.el (goto-line): Doc fix.
23227
23228 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23229
23230 * files.el (save-buffer): Doc fix.
23231
23232 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23233
23234 * recentf.el (recentf-cleanup-remote): New variable.
23235 (recentf-cleanup): Use it to conditionally check availability of
23236 remote files.
23237
23238 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23239
23240 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23241 function names.
23242
23243 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23244
23245 * language/thai-word.el: New file.
23246
23247 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23248
23249 * files.el (backup-buffer): If the file's directory is not
23250 writable, use copy instead of move to backup the file.
23251
23252 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23253
23254 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23255
23256 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23257
23258 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23259 Use functionp instead of symbolp and fboundp. Reported by Drkm
23260 <darkman_spam@yahoo.fr>.
23261 (ps-print-version): New version 6.6.6.
23262
23263 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23264
23265 * textmodes/table.el (table--line-column-position): New idiom.
23266 (table--row-column-insertion-point-p): New function to test
23267 validity of row and column insertion operation at a location.
23268 (table-global-menu, table-cell-menu): Use above functions for
23269 deterministic test operation.
23270 (table--editable-cell-p): Behave in deterministic fashion.
23271
23272 2005-03-18 Juri Linkov <juri@jurta.org>
23273
23274 * isearch.el (isearch-lazy-highlight-new-loop):
23275 Make arguments beg and end optional.
23276 (isearch-update): Remove optional arguments nil from
23277 isearch-lazy-highlight-new-loop.
23278 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23279 isearch-lazy-highlight-case-fold-search instead of
23280 isearch-case-fold-search, and let-bind isearch-regexp to
23281 isearch-lazy-highlight-regexp.
23282 Use isearch-lazy-highlight-last-string instead of isearch-string.
23283
23284 * replace.el (perform-replace): Remove bindings of global
23285 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23286 Add three new arguments to `replace-highlight'.
23287 (replace-highlight): Add arguments string, regexp, case-fold.
23288 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23289 to allow isearch-lazy-highlight-new-loop to use these values
23290 to set corresponding isearch-lazy-highlight-* internal
23291 variables whose values lazy highlighting will use regardless of
23292 changes to global variables isearch-string, isearch-regexp,
23293 isearch-case-fold-search during lazy highlighting loop.
23294 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23295 to `lazy-highlight-cleanup'.
23296
23297 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23298 (ispell-highlight-face): Set default face to `isearch' when
23299 lazy highlighting is enabled.
23300 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23301 priority to 1. Add lazy highlighting.
23302 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23303 from `isearch-dehighlight'.
23304
23305 2005-03-18 David Ponce <david@dponce.com>
23306
23307 * files.el (hack-local-variables): Do a case-insensitive search
23308 for End.
23309
23310 2005-03-18 Juri Linkov <juri@jurta.org>
23311
23312 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23313 `isearch-lazy-highlight-cleanup', add alias to old name and
23314 declare obsolete. Add release numbers to other obsolete vars.
23315 (isearch-done, isearch-lazy-highlight-new-loop):
23316 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23317 (lazy-highlight-cleanup) <variable>: Doc fix.
23318 (isearch-lazy-highlight-update): Rename obsolete
23319 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23320
23321 2005-03-18 Kenichi Handa <handa@m17n.org>
23322
23323 * language/thai-util.el: Fix categorization of Thai characters in
23324 thai-category-table.
23325 (thai-composition-pattern): Adjust it for the above change.
23326 (thai-self-insert-command, thai-compose-syllable): New functions.
23327 (thai-compose-region): Use thai-compose-syllable.
23328 (thai-compose-string): Likewise.
23329 (thai-composition-function): Likewise.
23330 (thai-auto-composition): New function.
23331 (thai-auto-composition-mode): New minor mode.
23332
23333 * language/thai.el: Fix patterns to be registered in
23334 composition-function-table.
23335
23336 * international/quail.el (quail-input-method): Locally bind
23337 inhibit-modification-hooks to t.
23338
23339 2005-03-17 Richard M. Stallman <rms@gnu.org>
23340
23341 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23342 (perl-mode): Use run-mode-hooks.
23343
23344 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23345 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23346 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23347
23348 * mail/sendmail.el (sendmail-send-it): Reenable the code
23349 to compute resend-to-address and use it.
23350
23351 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23352
23353 * image-mode.el: New file.
23354
23355 * image.el (insert-sliced-image): Add autoload cookie.
23356
23357 * font-lock.el (font-lock-lines-before): New user option.
23358 (font-lock-after-change-function): Obey it.
23359
23360 * bindings.el (esc-map): Make M-g a prefix.
23361 Bind M-g g and M-g M-g to goto-line.
23362
23363 * faces.el (face-id): Doc fix.
23364
23365 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23366
23367 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23368 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23369 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23370
23371 * mail/sendmail.el (mail-yank-ignored-headers)
23372 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23373 Add Mail-Followup-To and Mail-Reply-To headers.
23374 (mail-citation-hook): Add autoload cookie.
23375 (mail-mode): Doc fix.
23376 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23377 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23378 (mail-mode-fill-paragraph): Handle those headers.
23379 (mail-mailing-lists): New variable.
23380 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23381
23382 2005-03-17 Juri Linkov <juri@jurta.org>
23383
23384 * isearch.el (isearch-fallback): Check for `(car previous)'
23385 before calling `isearch-other-end-state'.
23386
23387 2005-03-17 Kim F. Storm <storm@cua.dk>
23388
23389 * simple.el (move-beginning-of-line): Move to beginning of buffer
23390 line, as well as beginning of screen line.
23391
23392 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23393
23394 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23395 argument REDRAW rather than calendar-redrawing variable.
23396 * calendar/calendar.el (calendar-redrawing): Delete.
23397 (redraw-calendar): Do not bind calendar-redrawing.
23398
23399 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23400
23401 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23402 diary-file buffer.
23403
23404 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23405
23406 * help.el (describe-mode): Allow a :minor-mode-function property to
23407 specify a different minor mode toggle function than the variable.
23408 * simple.el (auto-fill-function):
23409 * subr.el (add-minor-mode): Use it.
23410
23411 2005-03-16 Kenichi Handa <handa@m17n.org>
23412
23413 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23414 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23415 (ethio-fidel-to-sera-buffer): Likewise.
23416
23417 2005-03-16 Juri Linkov <juri@jurta.org>
23418
23419 * emacs-lisp/find-func.el (find-function-regexp):
23420 Add defun-emitting macro `menu-bar-make-toggle'.
23421
23422 * isearch.el: Put `isearch-scroll' property to
23423 `split-window-horizontally'.
23424
23425 * info.el: Update error messages for `debug-ignored-errors'.
23426 (Info-isearch-search): Doc fix.
23427 (Info-find-node): Move up code to go into info buffer before
23428 recording the node to the history.
23429 (Info-fontify-node): Fontify titles only if the next line
23430 has two or more `*', `=', `-', `.'.
23431 Display "go to this node" for empty (match-string 3).
23432
23433 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23434
23435 * term/mac-win.el: Add mouse pointer shape constants.
23436
23437 2005-03-15 Kim F. Storm <storm@cua.dk>
23438
23439 * simple.el (move-beginning-of-line): Use vertical-motion.
23440
23441 2005-03-15 Juri Linkov <juri@jurta.org>
23442
23443 * isearch.el (isearch-error): New variable.
23444 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23445 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23446 (isearch-within-brackets-state): Remove.
23447 (isearch-case-fold-search-state, isearch-pop-fun-state):
23448 Decrease frame index.
23449 (isearch-mode, isearch-top-state, isearch-push-state)
23450 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23451 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23452 (isearch-search, isearch-lazy-highlight-new-loop):
23453 Replace `isearch-invalid-regexp' with `isearch-error'.
23454 Remove `isearch-within-brackets'.
23455 (isearch-search): Add `search-failed' handler to `condition-case'.
23456 (isearch-lazy-highlight-search): Add `condition-case' to catch
23457 errors and allow `isearch-lazy-highlight-update' to try
23458 highlighting from the beginning of the window.
23459 (isearch-repeat): Move up code to set isearch-wrapped to t
23460 before calling isearch-wrap-function.
23461
23462 * info.el (Info-isearch-initial-node): New internal variable.
23463 (Info-search): Signal an error in isearch mode when search leaves
23464 the initial node. Signal an error when `bound' is non-nil and
23465 nothing was found in the current subfile.
23466 (Info-isearch-search): Remove `condition-case'.
23467 (Info-isearch-wrap): Don't wrap when search failed during leaving
23468 the initial node. If `Info-isearch-search' is nil, wrap around
23469 the current node.
23470 (Info-isearch-start): New fun.
23471 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23472 `isearch-mode-hook'.
23473
23474 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23475
23476 * simple.el (normal-erase-is-backspace): Set default to t if
23477 running on Mac.
23478
23479 * term/mac-win.el (function-key-map): Sync with x-win.el.
23480
23481 2005-03-15 Kenichi Handa <handa@m17n.org>
23482
23483 * international/mule-cmds.el (locale-language-names): Modify the
23484 format of elements and add more entries.
23485 (locale-preferred-coding-systems): Add more entries.
23486 (set-locale-environment): Adjust for the change of
23487 locale-language-names.
23488
23489 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23490
23491 * pcvs.el (smerge-ediff): Remove bogus autoload.
23492
23493 2005-03-14 Lute Kamstra <lute@gnu.org>
23494
23495 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23496 Ignore a `*' at the beginning of a line.
23497
23498 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23499 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23500 subr.el.
23501 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23502 to specify indentation.
23503
23504 * generic.el (define-generic-mode): Let generic-mode-list be a
23505 list of strings; test membership with equal.
23506
23507 2005-03-14 Kim F. Storm <storm@cua.dk>
23508
23509 * simple.el (next-line, previous-line): Add optional try-vscroll
23510 arg to recognize interactive use. Pass it on to line-move.
23511 (line-move): Don't perform auto-window-vscroll when defining or
23512 executing keyboard macro to ensure consistent behavior.
23513
23514 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23515
23516 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23517
23518 2005-03-13 Lute Kamstra <lute@gnu.org>
23519
23520 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23521 debugger-setup-buffer so that backtrace marks the frames set to
23522 debug-on-exit and we don't have to do it manually. Set an extra
23523 debug-on-exit for macro's.
23524 (debugger-setup-buffer): Don't mark the top frame manually.
23525
23526 2005-03-12 Lute Kamstra <lute@gnu.org>
23527
23528 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23529 lisp-indent-function throughout.
23530 (with-no-warnings): Set lisp-indent-function property.
23531
23532 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23533
23534 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23535 Add entry for backslash.
23536
23537 2005-03-12 Juri Linkov <juri@jurta.org>
23538
23539 * info.el (Info-search): Four fixes for backward search.
23540
23541 2005-03-11 Jay Belanger <belanger@truman.edu>
23542
23543 * calc/calc.el (calc-language-alist): New variable.
23544 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23545 (calc-embedded-find-modes): Use calc-language-alist instead of
23546 calc-embedded-language-alist.
23547
23548 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23549
23550 * calendar/calendar.el (calendar-redrawing): New internal
23551 variable.
23552 (redraw-calendar): Remove bogus save-excursion from previous
23553 change. Bind calendar-redrawing to t for mark-diary-entries.
23554 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23555 calendar if that is why we were called.
23556
23557 2005-03-11 Kenichi Handa <handa@m17n.org>
23558
23559 * international/mule.el (make-coding-system): Set property
23560 coding-system-define-form to nil.
23561 (define-coding-system-alias): Likewise.
23562
23563 2005-03-11 Kenichi Handa <handa@m17n.org>
23564
23565 These changes are suggested by Dave Love <fx@gnu.org>.
23566
23567 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23568 coding: tag.
23569 (adaptive-fill-regexp): Add more bullets.
23570 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23571 regexps.
23572
23573 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23574
23575 * help.el (describe-mode): Properly handle non-trivial lighters.
23576 Don't ignore minor modes that are not listed in minor-mode-list.
23577
23578 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23579 feature ON when the user requests to turn it OFF.
23580
23581 2005-03-10 Lute Kamstra <lute@gnu.org>
23582
23583 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23584 (implement-debug-on-entry): New function to replace debug-entry-code.
23585 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23586 second argument as the 2005-03-07 change makes it obsolete.
23587 (debug-on-entry, cancel-debug-on-entry): Update call to
23588 debug-on-entry-1.
23589 (debug, debugger-setup-buffer): Comment update.
23590 (debugger-frame-number): Update to work with implement-debug-on-entry.
23591
23592 2005-03-10 Jay Belanger <belanger@truman.edu>
23593
23594 * calc/calc-embed.el (math-ms-args): Declare it.
23595 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23596 math-ms-args.
23597 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23598 variables.
23599
23600 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23601
23602 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23603 Use message-box.
23604
23605 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23606 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23607 (tooltip-gud-tips): Simplify.
23608 (tooltip-gud-tips-p): Remove superfluous :set.
23609 (tooltip-gud-modes): Add fortran-mode.
23610 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23611
23612 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23613
23614 2005-03-09 Kim F. Storm <storm@cua.dk>
23615
23616 * play/animate.el (animate-place-char): Use forward-line instead
23617 of next-line to improve performance.
23618
23619 2005-03-09 Simon Josefsson <jas@extundo.com>
23620
23621 * net/browse-url.el (browse-url-default-browser): Doc fix.
23622
23623 2005-03-09 Miles Bader <miles@gnu.org>
23624
23625 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23626 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23627
23628 2005-03-09 Kenichi Handa <handa@m17n.org>
23629
23630 * international/latin-1.el: Set case and syntax for 255 only if
23631 set-case-syntax-set-multibyte is nil.
23632
23633 * textmodes/ispell.el (ispell-insert-word): New function.
23634 (ispell-word): Use ispell-insert-word to insert a new word.
23635 (ispell-process-line): Likewise.
23636 (ispell-complete-word): Likewise.
23637
23638 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23639
23640 * calendar/calendar.el (redraw-calendar): Preserve point.
23641 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23642 (calendar-week-start-day): Move after definition of
23643 redraw-calendar. Delete buffer test, since redraw-calendar has
23644 that now.
23645
23646 * calendar/diary-lib.el (mark-diary-entries): Only call
23647 redraw-calendar in the first of any recursive calls.
23648 Reported by Alan Shutko <ats@acm.org>.
23649
23650 2005-03-08 Juri Linkov <juri@jurta.org>
23651
23652 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23653 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23654 (html-radio-buttons): Add a space before the trailing `/>' where
23655 sgml-xml-mode is non-nil.
23656 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23657 the subsequent tag of the empty XML tag.
23658 (html-href-anchor): Don't set initial input to "http:".
23659 (html-image): Ask for the image URL and set point inside alt="".
23660 (html-name-anchor): Duplicate the name in the `id' attribute when
23661 sgml-xml-mode is non-nil.
23662 (html-paragraph): Remove \n before <p>.
23663 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23664 instead of `checked' when sgml-xml-mode is non-nil.
23665
23666 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23667 Remove 1 space before #RRGGBB to not truncate it on terminal
23668 windows w/o fringes. Remove 1 space between bg and fg examples
23669 to get more space.
23670 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23671 avoid byte-compile warnings.
23672
23673 * image-file.el (image-file-handler): Put `safe-magic' property to
23674 `image-file-handler'.
23675
23676 * info.el (Info-isearch-search): Emulate word search in
23677 isearching through multiple Info nodes with Info-search.
23678 (Info-isearch-wrap): Allow isearch-word.
23679
23680 2005-03-08 Lute Kamstra <lute@gnu.org>
23681
23682 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23683 stepping into the debugger's code is not possible.
23684 (debugger-jumping-flag): Docstring update.
23685
23686 2005-03-08 Jay Belanger <belanger@truman.edu>
23687
23688 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23689 embedded mode begins.
23690 (calc-embedded-language-alist): New variable.
23691 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23692 set default language mode.
23693
23694 2005-03-08 Kenichi Handa <handa@m17n.org>
23695
23696 * international/ccl.el (define-ccl-program): Fix docstring about
23697 extra 256 bytes assured for the output buffer.
23698
23699 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23700 Fix BUFFER_MAGNIFICATION to 2.
23701 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23702
23703 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23704
23705 * align.el (align-rules-list): Added an alignment rule for CSS
23706 declarations (applies to css-mode and html-mode buffers).
23707
23708 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23709
23710 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23711
23712 2005-03-07 Kim F. Storm <storm@cua.dk>
23713
23714 * simple.el (move-beginning-of-line): New command.
23715
23716 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23717
23718 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23719
23720 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23721 and move-beginning-of-line.
23722
23723 * apropos.el (apropos-print): Omit command from M-x ... RET.
23724
23725 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23726
23727 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23728 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23729
23730 2005-03-06 Richard M. Stallman <rms@gnu.org>
23731
23732 * bindings.el (esc-map): Bind M-g to goto-line.
23733
23734 * facemenu.el (global-map): Bind M-o, not M-g.
23735
23736 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23737
23738 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23739 "Open Directory" as for "Open File".
23740
23741 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23742
23743 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23744 (push-mark-command): Run activate-mark-hook.
23745
23746 2005-03-06 Richard M. Stallman <rms@gnu.org>
23747
23748 * help-mode.el (help-mode-finish): Don't alter the element
23749 in view-return-to-alist if there already is one.
23750
23751 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23752 make sure the current buffer is the expected one.
23753
23754 * novice.el (disabled-command-function): Output in *Disabled Command*.
23755 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23756
23757 * textmodes/flyspell.el (flyspell-large-region):
23758 Pass args differently for aspell.
23759
23760 * files.el (mode-require-final-newline): Doc fix.
23761
23762 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23763
23764 * progmodes/which-func.el (which-function):
23765 Specify NOERROR when calling imenu--make-index-alist.
23766
23767 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23768
23769 * simple.el (normal-erase-is-backspace): Define default value.
23770
23771 * custom.el (custom-theme-set-variables): Remove unused var
23772 `immediate'.
23773 (custom-reevaluate-setting): Simple function to handle variables
23774 that are defined before their default value can really be
23775 computed.
23776
23777 * startup.el (command-line): Use it for temporary-file-directory,
23778 small-emporary-file-directory, auto-save-file-name-transforms,
23779 blink-cursor-mode, and normal-erase-is-backspace.
23780
23781 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23782 progress, even with buggy anchored keywords.
23783
23784 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23785
23786 * simple.el (goto-line): Remove unbalanced final parenthesis.
23787
23788 2005-03-05 Richard M. Stallman <rms@gnu.org>
23789
23790 * simple.el (goto-line): Use a number at point as the default.
23791 With C-u as arg, switch buffers.
23792
23793 2005-03-05 Juri Linkov <juri@jurta.org>
23794
23795 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23796 with `no-blinking-cursor'.
23797
23798 * startup.el (no-blinking-cursor): New defvar.
23799 (command-line): Add `--no-blinking-cursor' to longopts.
23800 Set `no-blinking-cursor' to t for command line arguments
23801 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23802 with `no-blinking-cursor' in the condition for calling
23803 `blink-cursor-mode'.
23804
23805 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23806
23807 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23808 (menu-bar-options-save): Add blink-cursor-mode.
23809 (menu-bar-options-menu): Add blink-cursor-mode.
23810
23811 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23812
23813 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23814 (icalendar-export-file, icalendar-export-region)
23815 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23816 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23817
23818 2005-03-04 Lute Kamstra <lute@gnu.org>
23819
23820 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23821 (debug-function-list): Ditto.
23822
23823 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23824
23825 * textmodes/texinfmt.el (texinfo-append-refill):
23826 Redefine the types of line to which @refill
23827 is not appended by replacing a search for `@refill\\|@bye' with
23828 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23829 itemize@refill' bug and the unfilled long lines bug.
23830 (texinfmt-version): Update number and date.
23831
23832 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23833
23834 * international/code-pages.el (windows-1250, windows-125[2-8])
23835 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23836
23837 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23838
23839 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23840 bound yet.
23841
23842 2005-03-02 Romain Francoise <romain@orebokech.com>
23843
23844 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23845 buffer after removing limits.
23846 (ibuffer-pop-filter): Ditto.
23847 Update copyright.
23848
23849 2005-03-02 Miles Bader <miles@gnu.org>
23850
23851 * button.el (make-text-button): If the user doesn't specify a
23852 type, use the default. Rewrite to use `add-text-properties' and
23853 plist functions.
23854
23855 2005-03-01 Lute Kamstra <lute@gnu.org>
23856
23857 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23858 (debugger-jumping-flag): New var.
23859 (debug-entry-code): Use it.
23860 (debugger-jump): Use debugger-jumping-flag and add
23861 debugger-reenable to post-command-hook.
23862 (debugger-reenable): Use debugger-jumping-flag and remove itself
23863 from post-command-hook.
23864 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23865 debugger-reenable.
23866
23867 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23868
23869 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23870 inclusion of "itemize\\|", which may be unnecessary, is certainly
23871 inelegant, and stops refilling in itemize lists when formatting
23872 Japanese Texinfo files to Info.
23873 Update copyright to 2005.
23874
23875 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23876
23877 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23878 of an error if GDB can't find the source file.
23879
23880 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23881
23882 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23883 not just the calendar.
23884
23885 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23886 first.
23887 (diary-redraw-calendar): New function.
23888 (make-diary-entry): Add diary-redraw-calendar to local
23889 write-contents-functions. Turn off selective display before
23890 inserting in diary.
23891
23892 2005-03-01 Kim F. Storm <storm@cua.dk>
23893
23894 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23895
23896 2005-03-01 Lute Kamstra <lute@gnu.org>
23897
23898 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23899 that debug-entry-code can be safely removed from a function while
23900 this code is being evaluated. Revert the 2005-02-27 change as the
23901 new implementation no longer requires it. Make sure that a
23902 function body containing just a string is not mistaken for a docstring.
23903 (debug): Skip one more frame in case of debug on entry.
23904 (debugger-setup-buffer): Delete one more frame line in case of
23905 debug on entry.
23906 (debugger-frame-number): Update to use the new text introduced by
23907 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23908
23909 2005-02-28 Kim F. Storm <storm@cua.dk>
23910
23911 * double.el (double-translate-key): Call force-window-update after
23912 read-event to avoid crash in redisplay.
23913
23914 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23915
23916 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23917 (debug): Use it. Move the inhibit-trace earlier.
23918 (debug-entry-code): New const.
23919 (debug-on-entry-1): Use it.
23920
23921 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23922
23923 * international/utf-16.el (ccl-encode-mule-utf-16le):
23924 Fix BUFFER_MAGNIFICATION to 2.
23925 (ccl-encode-mule-utf-16be): Likewise.
23926
23927 2005-02-28 Kenichi Handa <handa@m17n.org>
23928
23929 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23930 Fix BUFFER_MAGNIFICATION to 4.
23931 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23932
23933 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23934
23935 * speedbar.el (speedbar-update-flag): Doc fix.
23936 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23937 argument.
23938
23939 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23940
23941 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23942 have a non-nil `invisible' property but are actually visible.
23943
23944 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23945 for perldoc sections.
23946 (perl-outline-regexp, perl-outline-level): New var and function.
23947 (perl-mode): Use them.
23948
23949 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23950
23951 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23952 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23953
23954 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23955
23956 * cus-edit.el: Comment change.
23957 (custom-buffer-create-internal): Slightly reword text at top of
23958 Custom buffers. Mention there that saving an option edits the
23959 init file. Add link to Emacs manual node on `custom-file'.
23960 (custom-magic-alist): Rewrite individual State messages to use
23961 capitalized keywords. Doc fix.
23962
23963 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23964
23965 * calendar/calendar.el (calendar-buffer): Move above
23966 calendar-week-start-day.
23967 (calendar-week-start-day): Doc fix. Add :set function.
23968 (calendar-minimum-window-height): New variable.
23969 (generate-calendar-window): Only resize window if selected-window
23970 is displaying the calendar buffer. Use new variable
23971 calendar-minimum-window-height.
23972 (generate-calendar): Reword error message.
23973 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23974
23975 2005-02-27 Andreas Schwab <schwab@suse.de>
23976
23977 * vc.el (vc-do-command): Don't run command asynchronously when
23978 operating in a remote directory.
23979
23980 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23981 change from sync with Tramp 2.0.47.
23982
23983 2005-02-27 Richard M. Stallman <rms@gnu.org>
23984
23985 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23986
23987 * textmodes/flyspell.el (flyspell-mode-on):
23988 Call ispell-change-dictionary only if necessary.
23989
23990 * emacs-lisp/re-builder.el (regexp-builder): New function.
23991
23992 * register.el (describe-register-1): Explicitly handle
23993 yank-excluded-properties = t.
23994
23995 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23996 (custom-magic-alist): Change the status descriptions again.
23997 (face widget-type): Total rewrite based on `restricted-sexp'
23998 to eliminate the confusing double hiding levels.
23999
24000 * emacs-lisp/debug.el (debug-on-entry-1):
24001 If function body is empty, add nil as body form.
24002
24003 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24004
24005 * emacs-lisp/trace.el (inhibit-trace): New var.
24006 (trace-make-advice): Use it.
24007
24008 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24009
24010 2005-02-26 Kim F. Storm <storm@cua.dk>
24011
24012 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24013 (mouse-on-link-p, mouse-drag-region-1): Use it.
24014
24015 2005-02-25 Lute Kamstra <lute@gnu.org>
24016
24017 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24018
24019 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24020
24021 * frame.el (blink-cursor-mode): Add :group keyword.
24022
24023 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24024
24025 * calendar/icalendar.el (icalendar--decode-isodatetime):
24026 New optional argument DAY-SHIFT.
24027 (icalendar-export-region): Fix coding-system-for-write.
24028 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24029 events by one.
24030
24031 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24032
24033 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24034
24035 2005-02-24 Kim F. Storm <storm@cua.dk>
24036
24037 * international/iso-acc.el (iso-accents-compose): Fix crash
24038 during redisplay. Call force-window-update after read-event
24039 and delete-region to signal that window is not accurate.
24040
24041 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24042
24043 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24044 Remove unused and inexistent var `inhibit-trace'.
24045 (debugger-mode): Use run-mode-hooks.
24046 (debugger-list-functions): Add buttons; setup xref stack.
24047
24048 2005-02-23 Richard M. Stallman <rms@gnu.org>
24049
24050 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24051 appointment says it was explicitly made.
24052 (appt-add): Set the 3rd element.
24053 (appt-make-list): Preserve explicit appointments.
24054
24055 * subr.el (find-tag-default): Catch errors in forward-sexp.
24056
24057 2005-02-23 Juri Linkov <juri@jurta.org>
24058
24059 * info.el (Info-isearch-search): New defcustom.
24060 (Info-isearch-search): Call the default isearch function
24061 when Info-isearch-search is nil.
24062 (Info-isearch-wrap): Use variable Info-isearch-search.
24063
24064 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24065
24066 * cus-edit.el: Comment change.
24067
24068 2005-02-22 Kim F. Storm <storm@cua.dk>
24069
24070 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24071 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24072
24073 2005-02-22 Simon Josefsson <jas@extundo.com>
24074
24075 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24076 New variable.
24077 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24078 Oskarsson" <myrkraverk@users.sourceforget.net>.
24079
24080 2005-02-22 Kim F. Storm <storm@cua.dk>
24081
24082 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24083 check that window of that event is the selected window.
24084 (mouse-drag-region-1): Compare mouse event window to selected
24085 window before setting point.
24086
24087 * tooltip.el (tooltip-show-help-function): Pass event to
24088 mouse-on-link-p so it can check selected window.
24089
24090 2005-02-22 Kenichi Handa <handa@m17n.org>
24091
24092 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24093 (ps-mule-show-warning): New function.
24094 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24095 characters are found.
24096
24097 * ps-print.el (ps-header-footer-string): Return a list of header
24098 and footer strings.
24099
24100 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24101
24102 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24103
24104 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24105
24106 * frame.el (blink-cursor-mode): Use define-minor-mode.
24107
24108 * term/mac-win.el (function-key-map): Use char-names more consistently.
24109 (file-name-coding-system): Only set it for MacOS-9. The other case is
24110 already handled in mule-cmds.el (where it also works when mac-win.el
24111 is not used).
24112
24113 2005-02-21 Kenichi Handa <handa@m17n.org>
24114
24115 * international/mule.el (ctext-pre-write-conversion): Always use
24116 " *code-converting-work*" buffer for work.
24117
24118 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24119
24120 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24121
24122 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24123
24124 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24125
24126 * ses.el (undo-more): Restore defadvice, but only the part that
24127 allows changes outside the restricted area of the buffer.
24128
24129 2005-02-20 Kim F. Storm <storm@cua.dk>
24130
24131 * simple.el (line-move): Add fourth optional arg try-vscroll which
24132 must be set to perform auto-window-vscroll.
24133 When moving backwards and doing auto-window-vscroll, automatically
24134 vscroll to the last part of lines which are taller than the window.
24135 (next-line, previous-line): Set try-vscroll arg on line-move.
24136
24137 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24138
24139 * replace.el (query-replace, query-replace-regexp)
24140 (replace-string, replace-regexp): When operating on region, make
24141 the minibuffer prompt say so.
24142
24143 * isearch.el (isearch-forward): Document isearch-query-replace and
24144 isearch-query-replace-regexp keybindings.
24145
24146 2005-02-19 Jay Belanger <belanger@truman.edu>
24147
24148 * calc/calc-aent.el (math-read-token): Add local variable.
24149
24150 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24151 (calc-edit-top): Move declaration to earlier in file.
24152 (calc-edit-macro-repeats): Add local variables.
24153
24154 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24155 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24156 calcFunc-tanh.
24157 Adjust integration rule for calcFunc-tan.
24158
24159 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24160
24161 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24162 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24163 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24164 (viper-skip-separators): Bug fix.
24165 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24166 particular major mode.
24167 (viper-del-backward-char-in-replace): Don't put deleted char on the
24168 kill ring.
24169
24170 * viper-ex.el (viper-color-display-p): New function.
24171 (viper-has-face-support-p): Use viper-color-display-p.
24172
24173 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24174
24175 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24176
24177 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24178 (viper-file-remote-p): Make equivalent to file-remote-p.
24179
24180 * viper.el (viper-major-mode-modifier-list):
24181 Use viper-gnus-modifier-map.
24182
24183 2005-02-19 David Kastrup <dak@gnu.org>
24184
24185 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24186 quoting.
24187
24188 2005-02-19 Jay Belanger <belanger@truman.edu>
24189
24190 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24191 Remove extra definitions.
24192 (calc-coth): New function.
24193 (calcFunc-cot): Fix `let'.
24194
24195 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24196
24197 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24198 the reasons we use "type pc" in these faces.
24199
24200 * button.el (button): Ditto.
24201
24202 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24203
24204 * replace.el (query-replace-read-from): Set the value of
24205 query-replace-from-history-variable to handle the case of an empty
24206 string entered to accept the suggested default.
24207
24208 * net/tramp.el (tramp-file-name-for-operation):
24209 Use dired-call-process instead of dired-call-process-command.
24210
24211 2005-02-19 Jay Belanger <belanger@truman.edu>
24212
24213 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24214 (math-div-non-trig): New variables.
24215 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24216 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24217 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24218 trig expressions.
24219
24220 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24221
24222 * progmodes/gdb-ui.el (gdb-var-update-handler)
24223 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24224 for watch expressions,
24225 (gdb-var-create-handler): Don't set speedbar-update-flag.
24226 (gdb-post-prompt): Simplify test for speedbar.
24227
24228 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24229
24230 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24231 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24232 we use the syntax table of the correct buffer.
24233 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24234 Felix Gatzemeier.
24235
24236 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24237 (ediff-file-remote-p): Make synonymous with file-remote-p.
24238 In all deffaces ediff-*-face-*, use min-colors.
24239
24240 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24241 ediff-recurse-to-subdirectories.
24242 (ediff-mark-if-equal): Check that the arguments are strings, use
24243 ediff-same-contents (after to Felix Gatzemeier).
24244
24245 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24246 nil.
24247
24248 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24249
24250 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24251
24252 2005-02-18 David Kastrup <dak@gnu.org>
24253
24254 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24255 use `mark-active' when defined.
24256
24257 2005-02-18 Kenichi Handa <handa@m17n.org>
24258
24259 * ps-print.el (ps-font-info-database): New entry
24260 ZapfChancery-MediumItalic with correct font name. Fix font name
24261 of the entry Zapf-Chancery-MediumItalic.
24262
24263 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24264
24265 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24266
24267 2005-02-16 Kim F. Storm <storm@cua.dk>
24268
24269 * ido.el (ido-fallback-command): Pass user input to fallback command.
24270
24271 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24272
24273 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24274 (gdb-find-file-hook): Add server prefix.
24275
24276 2005-02-16 Richard M. Stallman <rms@gnu.org>
24277
24278 * replace.el (perform-replace): Pass new args to replace-highlight.
24279 (replace-highlight): Take region args,
24280 and pass them to isearch-lazy-highlight-new-loop.
24281
24282 * novice.el (disabled-command-hook): Autoload the defalias
24283 and the make-obsolete-variable call.
24284
24285 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24286
24287 * isearch.el (isearch-lazy-highlight-start-limit)
24288 (isearch-lazy-highlight-end-limit): New variables limit
24289 the region for highlighting.
24290 (isearch-lazy-highlight-new-loop): New args BEG and END.
24291 (isearch-lazy-highlight-search): Use the new vars.
24292 (isearch-lazy-highlight-update): Likewise.
24293
24294 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24295
24296 * cus-start.el (all): Use default-boundp.
24297
24298 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24299
24300 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24301
24302 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24303
24304 * autorevert.el (auto-revert-stop-on-user-input)
24305 (auto-revert-verbose): Doc fixes.
24306
24307 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24308
24309 * international/mule-cmds.el (set-locale-environment): Remove call
24310 to set-selection-coding-system on Windows.
24311
24312 2005-02-15 Jay Belanger <belanger@truman.edu>
24313
24314 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24315 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24316 calcFunc-coth.
24317 (math-simplify-sqrt): Add simplifications.
24318
24319 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24320 to list.
24321
24322 * calc/calc-ext.el: Add functions to autoloads.
24323
24324 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24325 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24326 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24327 (math-csc-raw, math-cot-raw): New functions.
24328
24329 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24330
24331 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24332 the variable name in a message.
24333
24334 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24335 calcFunc-csc, calcFunc-cot.
24336
24337 * calc/calcalg2.el: Add derivative and integration rules for
24338 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24339 calcFunc-csch, calcFunc-coth.
24340 (math-do-integral-methods): Add to checks for when to use
24341 substitutions.
24342
24343 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24344
24345 2005-02-15 Lute Kamstra <lute@gnu.org>
24346
24347 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24348 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24349 <monnier@iro.umontreal.ca>
24350 (lisp-outline-level): Improve efficiency. Suggested by David
24351 Kastrup <dak@gnu.org>.
24352
24353 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24354
24355 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24356 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24357 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24358 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24359 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24360
24361 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24362
24363 * cus-start.el (all): Comment change.
24364
24365 2005-02-14 Lute Kamstra <lute@gnu.org>
24366
24367 * cus-start.el (all): Check if symbol is void.
24368
24369 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24370
24371 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24372 optional argument to \cite.
24373
24374 2005-02-14 Richard M. Stallman <rms@gnu.org>
24375
24376 * cus-edit.el (custom-buffer-create-internal): Update help message.
24377 (custom-magic-alist): Update help messages.
24378
24379 * cus-start.el (all): Allow a var to specify a standard value.
24380
24381 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24382
24383 * custom.el (custom-theme-set-variables): Handle variable aliases.
24384
24385 * frame.el (blink-cursor-timer): Doc fix.
24386 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24387 declare obsolete.
24388 (blink-cursor-mode): Define with defcustom and use correct
24389 standard expression in that defcustom.
24390 * startup.el (command-line): Adapt to above changes in frame.el.
24391
24392 2005-02-11 Lute Kamstra <lute@gnu.org>
24393
24394 * apropos.el (apropos-score-doc): Prevent division by zero.
24395
24396 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24397
24398 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24399 (icalendar--get-event-property-attributes)
24400 (icalendar--get-event-properties)
24401 (icalendar--datetime-to-diary-date): New functions.
24402 (icalendar--split-value): Doc fix.
24403 (icalendar--datetime-to-noneuropean-date)
24404 (icalendar--datetime-to-european-date): New optional argument
24405 SEPARATOR. Return result as a string instead of a list.
24406 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24407 (icalendar--convert-string-for-export): Rename arg S to STRING.
24408 (icalendar-export-region): Doc fix. Change name of error buffer.
24409 Save output buffer.
24410 (icalendar-import-file): Add blank at end of prompt.
24411 (icalendar-import-buffer): Doc fix. Do not switch to error
24412 buffer. Indicate status in return value.
24413 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24414 buffer. Save output buffer. Handle exception from recurrence
24415 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24416 events. Fix problems with weekly all-day events.
24417
24418 2005-02-10 Richard M. Stallman <rms@gnu.org>
24419
24420 * simple.el (eval-expression-print-format):
24421 Avoid warning about edebug-active.
24422
24423 * help.el (help-for-help-internal): Rename from help-for-help.
24424 (help-for-help): Define with defalias.
24425
24426 * font-core.el (font-lock-default-function): Use with-no-warnings.
24427
24428 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24429
24430 * custom.el (defface): Doc fix.
24431
24432 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24433
24434 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24435 width 0" to prevent word wrapping problems.
24436
24437 2005-02-09 Kim F. Storm <storm@cua.dk>
24438
24439 * ido.el (ido-file-extensions-order): New defcustom.
24440 (ido-file-extension-lessp, ido-file-extension-aux)
24441 (ido-file-extension-order): New advanced file ordering.
24442 (ido-file-lessp): New simple file ordering.
24443 (ido-sort-list): Remove.
24444 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24445 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24446
24447 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24448
24449 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24450 that some versions of grep produce.
24451 (grep-mode-font-lock-keywords): Likewise.
24452
24453 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24454
24455 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24456 (gdb-cdir): Delete.
24457 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24458 (gdb-source-info): Treat case when source file is in another
24459 directory properly.
24460 (gdb-get-location): New function.
24461
24462 2005-02-07 Jay Belanger <belanger@truman.edu>
24463
24464 * calc/calc-prog.el (calc-write-parse-table-part)
24465 (calc-fix-token-name): Fix a check for language type.
24466
24467 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24468
24469 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24470
24471 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24472 as directory not writable.
24473
24474 2005-02-07 Kim F. Storm <storm@cua.dk>
24475
24476 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24477 (cua--standard-movement-commands): Remove list.
24478 Instead, set CUA property value to move for movement commands.
24479 (cua-movement-commands): Remove. Users must set CUA prop instead.
24480 (cua--pre-command-handler): Check CUA property.
24481 (cua--init-keymaps): Don't remap undo commands.
24482 (cua-mode): Don't call cua--rectangle-on-off.
24483
24484 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24485 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24486 (cua--rect-undo-set-point): New var.
24487 (cua--rectangle-undo-boundary): Setup undo apply entry.
24488 (cua--rect-undo-handler): New function for rectangle undo.
24489 (cua--rect-start-position, cua--rect-end-position): Add.
24490 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24491 for restored rectangle. Set point if cua--rect-undo-set-point.
24492
24493 2005-02-06 Jay Belanger <belanger@truman.edu>
24494
24495 * calc/calc-lang.el (calc-tex-language): Display more information
24496 in messages.
24497
24498 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24499 in TeX mode.
24500
24501 2005-02-06 Richard M. Stallman <rms@gnu.org>
24502
24503 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24504
24505 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24506
24507 * net/ldap.el (ldap-search-internal): Support attributes with
24508 optional descriptions separated by a semi-colon, as in
24509 "userCertificate;binary".
24510
24511 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24512
24513 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24514 isn't a cons (i.e. the version is 0).
24515
24516 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24517
24518 * help.el (help-for-help): Doc fix.
24519
24520 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24521
24522 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24523 GDB-Windows on the menu-bar as this works better.
24524
24525 2005-02-04 Jay Belanger <belanger@truman.edu>
24526
24527 * calc/calc-embed.el (calc-embedded-update): Don't put in
24528 unnecessary newlines. Adjust the end of formula marker.
24529
24530 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24531 (math-latex-parse-two-args): New function.
24532
24533 2005-02-03 Lute Kamstra <lute@gnu.org>
24534
24535 * help-fns.el (help-with-tutorial): Make sure that users cannot
24536 remove the entire text of the tutorial by means of `undo'.
24537
24538 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24539
24540 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24541 in recent changes, where the ispell process was repeatedly
24542 killed & restarted.
24543
24544 * international/mule-cmds.el (set-locale-environment): Set file-name
24545 coding system to utf-8 on Darwin systems.
24546 (set-default-coding-systems): Don't set default-file-name-coding-system
24547 on Darwin systems.
24548
24549 2005-02-03 Richard M. Stallman <rms@gnu.org>
24550
24551 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24552
24553 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24554
24555 * faces.el (list-faces-display): Add optional argument.
24556
24557 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24558
24559 * font-core.el (font-lock-default-function): Handle the rare case where
24560 only font-lock-keywords is set.
24561
24562 2005-02-02 Kenichi Handa <handa@m17n.org>
24563
24564 * international/characters.el: Cancel previous change for
24565 I-WITH-DOT-ABOVE and DOTLESS-i.
24566
24567 * international/latin-5.el: Cancel previous change.
24568
24569 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24570
24571 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24572
24573 2005-02-02 Kenichi Handa <handa@m17n.org>
24574
24575 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24576 DOTLESS-i.
24577
24578 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24579 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24580
24581 * case-table.el (get-upcase-table): New function.
24582 (copy-case-table): Copy upcaes table too if non-nil.
24583 (set-case-syntax-delims): Maintain upcase table too.
24584 (set-case-syntax-pair): Likewise.
24585 (set-upcase-syntax, set-downcase-syntax): New functions.
24586 (set-case-syntax): Maintain upcase table too.
24587
24588 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24589
24590 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24591
24592 * progmodes/gud.el (gud-goto-info): New function.
24593 (gud-tool-bar-map): Use correct icon.
24594
24595 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24596
24597 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24598 When delegating, order args in the funcall correctly.
24599
24600 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24601
24602 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24603
24604 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24605
24606 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24607 buffer not visiting a file.
24608
24609 2005-01-31 Jay Belanger <belanger@truman.edu>
24610
24611 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24612 bound on the line with the formula.
24613
24614 2005-01-31 Kim F. Storm <storm@cua.dk>
24615
24616 * ses.el (ses-create-cell-variable-range)
24617 (ses-destroy-cell-variable-range, ses-reset-header-string)
24618 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24619 (ses-insert-row): Fix format of apply undo entries.
24620
24621 2005-01-31 Jay Belanger <belanger@truman.edu>
24622
24623 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24624 parts.
24625
24626 * calc/calc-embed.el (calc-embedded-open-formula)
24627 (calc-embedded-close-formula): Ignore matrix environments.
24628
24629 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24630 TeX mode.
24631
24632 * calc/calc-lang.el (math-function-table, math-oper-table)
24633 (math-variable-table): Adjust the LaTeX portions.
24634
24635 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24636 (math-latex-ignore-words): New constant.
24637
24638 2005-01-31 Richard M. Stallman <rms@gnu.org>
24639
24640 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24641 (ispell-local-dictionary): Doc fix.
24642 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24643 Don't reinitialize at run time. Don't defcustom.
24644 All uses changed to append ispell-local-dictionary-alist,
24645 or check it first.
24646 (ispell-current-dictionary): New variable for dictionary in use.
24647 (ispell-dictionary): Now used only for global default.
24648 (ispell-start-process): Set ispell-current-dictionary,
24649 not ispell-dictionary.
24650 (ispell-change-dictionary): Use this only for setting
24651 user preferences.
24652 (ispell-internal-change-dictionary): New function
24653 to change the current dictionary in use.
24654 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24655 Use ispell-current-dictionary.
24656 Handle ispell-local-dictionary-overridden.
24657 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24658
24659 2005-01-31 Jay Belanger <belanger@truman.edu>
24660
24661 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24662
24663 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24664 (calc-mode-map): Add calc-latex-language.
24665
24666 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24667 (math-latex-print-frac): New functions.
24668 (math-oper-table, math-function-table, math-variable-table)
24669 (math-complex-format, math-input-filter): Add latex properties.
24670 (calc-set-language): Set math-expr-special-function-mapping.
24671
24672 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24673 (calc-write-parse-table-part): Add LaTeX support.
24674
24675 * calc/calc.el (calc-language): Adjust docstring.
24676 (calc-set-mode-line): Add LaTeX support.
24677 (math-expr-special-function-mapping): New variable.
24678 (math-tex-ignore-words): Add to list.
24679
24680 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24681 Add LaTeX support.
24682 (math-compose-expr): Add support for special functions.
24683
24684 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24685
24686 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24687
24688 * progmodes/gdb-ui.el (gdb-memory-address)
24689 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24690 (gdb-memory-mode-map, gdb-memory-format-keymap)
24691 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24692 (gdb-memory-unit-menu): New variables for a buffer
24693 that lets the user examine program memory.
24694 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24695 (gdb-memory-format-binary, gdb-memory-format-octal)
24696 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24697 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24698 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24699 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24700 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24701 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24702 (gdb-memory-mode, gdb-memory-buffer-name)
24703 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24704 New functions for above buffer.
24705
24706 2005-01-30 Richard M. Stallman <rms@gnu.org>
24707
24708 * cus-edit.el (custom-bury-buffer): Function deleted.
24709 (custom-buffer-done-function): Option deleted.
24710 (custom-buffer-done-kill): New replacement option.
24711 (Custom-buffer-done): Call quit-window.
24712 (custom-buffer-create-internal): Update for above changes.
24713
24714 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24715
24716 * simple.el (undo-ask-before-discard): New var.
24717 (undo-outer-limit-truncate): Implement it.
24718 (undo-extra-outer-limit): Doc update.
24719
24720 2005-01-29 Richard M. Stallman <rms@gnu.org>
24721
24722 * ses.el (undo-more): Delete defadvice.
24723 (ses-begin-change): Doc fix.
24724
24725 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24726 instead of rebinding C-x u and C-_.
24727
24728 * files.el (normal-backup-enable-predicate): Return nil for files
24729 in /tmp, regardless of temporary-file-directory.
24730
24731 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24732
24733 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24734 (open-rectangle, delete-whitespace-rectangle-line)
24735 (clear-rectangle-line): If FILL, pass t instead of FILL
24736 for move-to-column's 2nd arg.
24737
24738 * simple.el (undo): Fix the test for continuing a series of undos.
24739 (undo-more): Set pending-undo-list to t when we reach end.
24740 (pending-undo-list): Move up defvar.
24741
24742 * wid-edit.el (widget-button-click):
24743 Shorten the range of the track-mouse binding.
24744
24745 * comint.el (comint-insert-input): Undo previous changes;
24746 use last-input-event in interactive spec.
24747
24748 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24749
24750 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24751 to nil before invoking call-process. Reset buffer's modified flag
24752 after fontifying it in the no-async branch.
24753
24754 * wid-edit.el (widget-specify-button): If mouse pointer shape
24755 cannot be changed, use mouse face instead.
24756
24757 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24758
24759 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24760 (gdb-goto-breakpoint): Make breakpoint handling work on template
24761 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24762 (gdb-assembler-custom): Update to recognize breakpoint information
24763 added on 2005-01-19.
24764
24765 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24766
24767 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24768 (dsssl-mode): Use define-derived-mode.
24769 (scheme-mode-initialize): Remove.
24770 (scheme-mode): Use run-mode-hooks.
24771
24772 * cus-edit.el (customize-group-other-window)
24773 (custom-buffer-create-other-window): Don't override special-display-*.
24774 (custom-mode-map): Make it dense.
24775
24776 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24777 sets the default value.
24778
24779 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24780
24781 * descr-text.el: Add more keywords.
24782
24783 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24784
24785 * speedbar.el: Avoid unnecessary use of locate-library.
24786
24787 * international/mule-cmds.el (standard-display-european-internal):
24788 Don't fiddle with latin-1 non-break space any more since it's now
24789 special cased in the C code.
24790 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24791
24792 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24793
24794 * cus-start.el (all): Add `undo-outer-limit'.
24795
24796 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24797
24798 * textmodes/bibtex.el (bibtex-format-entry):
24799 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24800 field lines.
24801 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24802 not on part of a buffer.
24803
24804 2005-01-25 Lute Kamstra <lute@gnu.org>
24805
24806 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24807 nonempty field text strings like "{letters\\macro{}more letters}".
24808 Clarify docstring.
24809 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24810 (bibtex-entry-offset, bibtex-parse-association)
24811 (bibtex-parse-field-name): Fix typos in docstrings.
24812 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24813
24814 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24815
24816 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24817 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24818 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24819 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24820
24821 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24822 isearch minor mode.
24823
24824 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24825
24826 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24827
24828 2005-01-24 Lute Kamstra <lute@gnu.org>
24829
24830 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24831 CASECHARS and NOT-CASECHARS regular expressions of the
24832 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24833 striding over charsets" error.
24834
24835 2005-01-24 Jay Belanger <belanger@truman.edu>
24836
24837 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24838 display variable name.
24839
24840 2005-01-24 Kenichi Handa <handa@m17n.org>
24841
24842 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24843 Fix setting of the element of encoded-kbd-iso2022-invocations.
24844
24845 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24846
24847 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24848 (gdb-threads-select): Change to also accept mouse events.
24849 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24850 (gdb-threads-mouse-select): Delete.
24851
24852 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24853
24854 * files.el (insert-directory): Take care of empty directory,
24855 listed without -a switch.
24856
24857 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24858
24859 * textmodes/refill.el (refill-post-command-function):
24860 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24861 to the list of functions that we should be careful not to undo.
24862 (refill-late-fill-paragraph-function): Remove.
24863 (refill-saved-state): New var.
24864 (refill-mode): Use it to save fill-paragraph-function.
24865 Save also the value of auto-fill-function.
24866
24867 * term/w32-win.el: Simplify code.
24868
24869 2005-01-23 Kim F. Storm <storm@cua.dk>
24870
24871 * simple.el (line-move): Adapt to new return value from
24872 pos-visible-in-window-p.
24873
24874 * simple.el (line-move): Fix last change. Check partial
24875 visibility at point rather than at window-start.
24876
24877 2005-01-22 Jason Rumney <jasonr@gnu.org>
24878
24879 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24880
24881 2005-01-22 David Kastrup <dak@gnu.org>
24882
24883 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24884
24885 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24886
24887 * type-break.el (type-break-mode): Add a test for
24888 type-break-file-name being non-nil.
24889
24890 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24891
24892 * net/eudc.el (top level): Call (message "") via progn, so that
24893 eudc-options-file is loaded.
24894
24895 2005-01-22 Kim F. Storm <storm@cua.dk>
24896
24897 * simple.el (line-move-1): Rename from line-move.
24898 (line-move): New function that adjusts vscroll for partially
24899 visible rows, and calls line-move-1 otherwise.
24900
24901 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24902
24903 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24904 since it's not a complete read-event implementation
24905
24906 2005-01-20 Jay Belanger <belanger@truman.edu>
24907
24908 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24909 for called function.
24910
24911 2005-01-20 Steven Tamm <steventamm@mac.com>
24912
24913 * term/mac-win.el (process-connection-type): Remove.
24914 Controlled now by s/darwin.h:PTY_ITERATION.
24915
24916 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24917
24918 * window.el (handle-select-window): Don't switch window when we're
24919 in the minibuffer.
24920
24921 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24922
24923 * subr.el (dotimes-with-progress-reporter): New macro.
24924
24925 * ses.el (ses-dotimes-msg): Remove macro.
24926 Use `dotimes-with-progress-reporter' instead.
24927
24928 2005-01-19 Steven Tamm <steventamm@mac.com>
24929
24930 * term/mac-win.el (process-connection-type): Use new
24931 operating-system-release variable to use ptys on Darwin 7 (OS X
24932 10.3) when using carbon build.
24933
24934 2005-01-19 Jay Belanger <belanger@truman.edu>
24935
24936 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24937 flags if the last command was a tab or M-tab.
24938
24939 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24940 in formula editing buffer.
24941
24942 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24943
24944 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24945 breakpoint image symbol in margin.
24946
24947 2005-01-19 Jay Belanger <belanger@truman.edu>
24948
24949 * calc/calc-prog.el (calc-execute-kbd-macro):
24950 Ignore calc-keep-arg-flag.
24951
24952 2005-01-19 Kenichi Handa <handa@m17n.org>
24953
24954 * textmodes/ispell.el (ispell-looking-at): New function.
24955 (ispell-process-line): Use ispell-looking-at to compare the ispell
24956 output and the buffer contents.
24957
24958 2005-01-18 Jay Belanger <belanger@truman.edu>
24959
24960 * calc/calc.el (calc-display-raw): Fix docstring.
24961
24962 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24963
24964 * simple.el (blink-matching-open): Strip extra info from syntax.
24965
24966 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24967 funny chars in the end-of-here-doc marker.
24968
24969 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24970
24971 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24972 that enable/disabled state of breakpoints is shown correctly in
24973 fringe and on ttys.
24974 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24975 Add breakpoint information as text properties.
24976 (gdb-mouse-toggle-breakpoint):
24977 Rename to gdb-mouse-set-clear-breakpoint.
24978 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24979 breakpoints in the margin.
24980 (gdb-remove-strings): Simplify.
24981
24982 2005-01-17 Jay Belanger <belanger@truman.edu>
24983
24984 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24985 erasing buffer.
24986
24987 2005-01-17 Richard M. Stallman <rms@gnu.org>
24988
24989 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24990 for calling grep-compute-defaults.
24991
24992 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24993 if buffer is empty.
24994
24995 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24996
24997 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24998
24999 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25000
25001 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25002 non-preloaded variables.
25003
25004 2005-01-17 Steven Tamm <steventamm@mac.com>
25005
25006 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25007 tex-shell cause to force interactivity when using pipes.
25008
25009 2005-01-17 Kim F. Storm <storm@cua.dk>
25010
25011 * simple.el (just-one-space): Make arg optional.
25012
25013 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25014
25015 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25016 posn-at-x-y to t to access left-margin.
25017
25018 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25019
25020 Sync with Tramp 2.0.47.
25021
25022 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25023 catching keep-date problems in cp/scp operations.
25024 (tramp-handle-copy-file): Don't call `set-file-modes'
25025 unconditionally. Specialized functions should know better what is
25026 necessary. This improves performance a little bit, and the
25027 functions could catch errors with `cp -p' and `scp -p'.
25028 (tramp-do-copy-or-rename-file-via-buffer)
25029 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25030 when appropriate.
25031 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25032 Call `set-file-modes' when appropriate.
25033 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25034 Johnsson <isak@hypergene.com>
25035 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25036 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25037 <joakim@verona.se>
25038 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25039 Emacs only.
25040
25041 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25042 `find-file-hooks' and `dired-mode-hook'.
25043 (tramp-minor-mode-map): Respective map. Add remapping for
25044 `compile' and `recompile'.
25045 (tramp-remap-command, tramp-recompile): New defuns.
25046 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25047 in buffer "*Compilation*". Call the commands asynchronously.
25048
25049 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25050 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25051 `shell-command', because it isn't magic in XEmacs. Reported by
25052 Adrian Aichner <adrian@xemacs.org>.
25053
25054 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25055 `substitute-in-file-name.
25056 (tramp-smb-handle-substitute-in-file-name): New defun.
25057 (tramp-smb-advice-PC-do-completion): Delete advice.
25058
25059 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25060
25061 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25062 Fix error in deleting region.
25063
25064 2005-01-15 Richard M. Stallman <rms@gnu.org>
25065
25066 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25067 In non-temp buffer, switch syntax table temporarily.
25068
25069 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25070
25071 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25072
25073 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25074
25075 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25076 (imenu--generic-function): Use START, not BEG, as pos of definition.
25077
25078 * simple.el (just-one-space): Argument specifies number of spaces.
25079
25080 * simple.el (eval-expression-print-format): Avoid warning
25081 about edebug-active.
25082
25083 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25084
25085 * progmodes/sh-script.el: Code copied from make-mode.el
25086 with small changes,
25087 (sh-mode-map): Bind C-c C-\.
25088 (sh-backslash-column, sh-backslash-align): New variables.
25089 (sh-backslash-region, sh-append-backslash): New functions.
25090
25091 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25092
25093 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25094 (rmail-pop-password, rmail-pop-password-required): Move to
25095 rmail-obsolete group.
25096 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25097 All callers updated.
25098 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25099 Take an argument specifying whether it is POP or IMAP mailbox we
25100 are using. All callers updated.
25101 (rmail-pop-password-error): Rename to
25102 rmail-remote-password-error. Added mailutils-specific error message.
25103 (rmail-movemail-search-path)
25104 (rmail-movemail-variant-in-use): New variables.
25105 (rmail-remote-password, rmail-remote-password-required):
25106 New customization variables.
25107 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25108 (rmail-parse-url): New function.
25109 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25110 with GNU mailutils movemail.
25111
25112 2005-01-15 Kevin Ryde <user42@zip.com.au>
25113
25114 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25115 suffix to space, $ or '$, to correctly position point when going
25116 to @table style constants like DBL_MAX.
25117
25118 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25119
25120 * type-break.el (type-break-mode, type-break-file-time)
25121 (type-break-file-keystroke-count, type-break-choose-file):
25122 Don't store data in or load data from the file if type-break-file-name
25123 is nil.
25124 (type-break-file-name): Doc update as per the above.
25125
25126 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25127
25128 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25129 lookup-key might return nil; handle that.
25130
25131 2005-01-15 Alan Mackenzie <acm@muc.de>
25132
25133 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25134 rather than the element found, thus enabling the tree to be setcar'd.
25135
25136 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25137
25138 * textmodes/org.el (org-show-following-heading): New option.
25139 (org-show-hierarchy-above): Use `org-show-following-heading'.
25140 (org-cycle): Documentation fix.
25141
25142 * textmodes/org.el (orgtbl-optimized): New option
25143 (orgtbl-mode): New command, a minor mode.
25144 (orgtbl-mode-map): New variable.
25145 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25146 (orgtbl-error, orgtbl-self-insert-command)
25147 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25148
25149 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25150 a local variable in each org-mode buffer.
25151
25152 * textmodes/org.el (org-set-regexps-and-options): Rename from
25153 `org-set-regexps'. Added checking for STARTUP keyword.
25154 (org-get-current-options): Add STARTUP options.
25155 (org-table-insert-row): Make mode intelligent about when
25156 realignment is needed.
25157 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25158 New commands.
25159 (org-enable-table-editor): New default value `optimized'.
25160 (org-table-blank-field): Support blanking regions if active.
25161
25162 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25163
25164 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25165 if the year is not given.
25166
25167 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25168 Add new escapes %m and %M, fixed bug with %F by adding
25169 save-match-data.
25170 (reftex-reference): Remove ?. from list of spaces.
25171 (reftex-label-info): Add automatic label prefix recognition.
25172
25173 * textmodes/reftex-index.el (reftex-index-next-phrase):
25174 Add slave parameter to call of `reftex-index-this-phrase'.
25175 (reftex-index-this-phrase): New optional argument.
25176 (reftex-index-region-phrases): Add slave parameter to call of
25177 `reftex-index-this-phrase'.
25178 (reftex-display-index): New argument redo.
25179 (reftex-index-rescan): Add `redo' to arguments of
25180 `reftex-display-index'.
25181 (reftex-index-Rescan, reftex-index-revert)
25182 (reftex-index-switch-index-tag): Add `redo' to arguments of
25183 `reftex-display-index'.
25184 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25185 indexing. Fix bug with matching is there is a quote before or
25186 after the word.
25187
25188 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25189 Fix bug when collecting citation keys in lines with comments.
25190 (reftex-citation): Prefix argument no longer rescans the document,
25191 but forces prompting for optional arguments of cite macros.
25192 (reftex-do-citation): Prompting for optional arguments implemented.
25193
25194 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25195 Add optional arguments to most cite commands.
25196 (reftex-cite-cleanup-optional-args): New option
25197 (reftex-cite-prompt-optional-args): New option.
25198 (reftex-trust-label-prefix): New option.
25199
25200 * textmodes/reftex-toc.el (reftex-toc-find-section):
25201 Add push-mark before changing the position in the buffer.
25202
25203 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25204 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25205
25206 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25207
25208 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25209 more carefully.
25210
25211 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25212
25213 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25214 (sgml-mode): Use it.
25215 (sgml-get-context): Better keep track of implicitly closed tags.
25216
25217 2005-01-13 Kenichi Handa <handa@m17n.org>
25218
25219 * textmodes/ispell.el: These changes are to fix misalignment error
25220 caused by equivalent characters of different Emacs charsets.
25221 (ispell-unified-chars-table): New variable.
25222 (ispell-get-decoded-string): New function.
25223 (ispell-get-casechars, ispell-get-not-casechars)
25224 (ispell-get-otherchars): Call ispell-get-decoded-string.
25225
25226 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25227
25228 * custom.el (custom-declare-variable): Just put symbol instead
25229 of (defvar . symbol) in `current-load-list'.
25230
25231 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25232
25233 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25234
25235 2005-01-12 Jay Belanger <belanger@truman.edu>
25236
25237 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25238 to create a Calc summary.
25239
25240 2005-01-12 Kim F. Storm <storm@cua.dk>
25241
25242 * mouse.el (mouse-on-link-p): Change functionality and doc
25243 string to comply with latest description in lisp ref.
25244
25245 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25246
25247 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25248 Enable mouse clicks on mode-line, header-line and margin.
25249 (event-type): Give mouse event symbols an `event-kind' property
25250 with value `mouse-click'.
25251
25252 2005-01-12 Juri Linkov <juri@jurta.org>
25253
25254 * facemenu.el (list-colors-display): Add new arg buffer-name.
25255 Use it. Fix docstring. Replace code for identifying duplicate
25256 colors by the name with call to `list-colors-duplicates' which
25257 identifies duplicate colors by the value unless the color
25258 is one of special Windows colors. Set truncate-lines to t.
25259 Print sorted duplicate color names on each line. Indent to 22
25260 \(the longest color name in rgb.txt) instead of 20. Optimize.
25261 (list-colors-duplicates): New function.
25262 (facemenu-color-name-equal): Delete function.
25263
25264 * facemenu.el (list-colors-print): New function created from code
25265 in list-colors-display. Print #RRGGBB at the window right edge.
25266 (list-colors-display): When temp-buffer-show-function is not
25267 defined, call list-colors-print from temp-buffer-show-hook
25268 to get the right value of window-width in list-colors-print
25269 after the buffer is displayed.
25270
25271 * simple.el (pop-mark): Move deactivate-mark out of conditional
25272 part to deactivate the active mark regardless of the state of the
25273 mark ring.
25274
25275 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25276 variables line in desktop files.
25277
25278 2005-01-12 Juri Linkov <juri@jurta.org>
25279
25280 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25281 Bring together isearch highlight related options.
25282 (lazy-highlight): Replace group `replace' by `matching'.
25283 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25284 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25285 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25286 and declare them obsolete.
25287 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25288 (isearch-faces): Remove defgroup.
25289 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25290 Move isearch highlighting code closer to lazy highlighting code.
25291
25292 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25293 (query-replace-highlight, query-replace-lazy-highlight)
25294 (query-replace): Move definitions to the beginning of the file.
25295
25296 2005-01-11 Juri Linkov <juri@jurta.org>
25297
25298 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25299 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25300 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25301
25302 * info.el (Info-history-forward): New variable.
25303 (Info-select-node): Reset Info-history-forward to nil.
25304 (Info-last): Turn into defalias.
25305 (Info-history-back): Rename from Info-last.
25306 Add current node to Info-history-forward.
25307 (Info-history-forward): New fun.
25308 (Info-mode-map): Replace Info-last by Info-history-back.
25309 Bind Info-history-forward to "r".
25310 (Info-mode-menu): Replace Info-last by Info-history-back.
25311 Fix menu item text. Add menu item for Info-history-forward.
25312 (info-tool-bar-map): Replace Info-last by Info-history-back.
25313 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25314 for Info-history-forward.
25315 (Info-mode): Replace Info-last by Info-history-back in docstring.
25316 Add local variable Info-history-forward.
25317 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25318
25319 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25320
25321 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25322 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25323 Ignore select-window events rather than fiddle with
25324 mouse-autoselect-window.
25325
25326 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25327
25328 * type-break.el (type-break-mode): Fix previous change.
25329
25330 2005-01-10 Jay Belanger <belanger@truman.edu>
25331
25332 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25333 calculator; only reset when point is inside a calculator.
25334 Don't adjust the window height if the window takes up the whole height
25335 of the frame.
25336
25337 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25338
25339 * ebuff-menu.el (Electric-buffer-menu-mode):
25340 Preserve value of buffer-local var header-line-format.
25341
25342 2005-01-09 Jay Belanger <belanger@truman.edu>
25343
25344 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25345 Make sure settings file exists before accessing it.
25346
25347 * calc/calc-embed.el (calc-embedded-subst):
25348 Replace math-multi-subst-rec, which is only supposed to be called
25349 by math-multi-subst, by math-multi-subst.
25350
25351 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25352
25353 * vc.el (vc-allow-async-revert): New user option.
25354 (vc-disable-async-diff): New internal variable.
25355 (vc-revert-buffer): Use them to disable asynchronous diff.
25356
25357 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25358 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25359 asynchronously if vc-disable-async-diff is t.
25360
25361 2005-01-09 Jay Belanger <belanger@truman.edu>
25362
25363 * calc/calc.el (defcalcmodevar): New macro.
25364 (calc-mode-var-list-restore-default-values)
25365 (calc-mode-var-list-restore-saved-values): New functions.
25366 (calc-mode-var-list): Use defcalcmodevar to define it.
25367 (calc-always-load-extensions, calc-line-numbering)
25368 (calc-line-breaking, calc-display-just, calc-display-origin)
25369 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25370 (calc-group-char, calc-point-char, calc-frac-format)
25371 (calc-prefer-frac, calc-hms-format, calc-date-format)
25372 (calc-float-format, calc-full-float-format, calc-complex-format)
25373 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25374 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25375 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25376 (calc-matrix-brackets, calc-language, calc-language-option)
25377 (calc-left-label, calc-right-label, calc-word-size)
25378 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25379 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25380 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25381 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25382 (calc-window-height, calc-display-trail, calc-show-selections)
25383 (calc-use-selections, calc-assoc-selections)
25384 (calc-display-working-message, calc-auto-why, calc-timing)
25385 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25386 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25387 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25388 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25389 (calc-gnuplot-geometry, calc-graph-default-resolution)
25390 (calc-graph-default-resolution-3d, calc-invocation-macro)
25391 (calc-show-banner): Use defcalcmodevar to declare them and set
25392 their default values.
25393
25394 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25395 instead of default values (but restore default values if there is
25396 an argument of 0).
25397
25398 2005-01-09 David Kastrup <dak@gnu.org>
25399
25400 * desktop.el (desktop-restore-eager): Fix typo in type.
25401
25402 2005-01-08 Richard M. Stallman <rms@gnu.org>
25403
25404 * cus-edit.el (customize): Delete :link.
25405
25406 2005-01-08 Jay Belanger <belanger@truman.edu>
25407
25408 * calc/calc.el (calc-mode): Remove the extension from the
25409 `calc-settings-file' file name when loading it.
25410
25411 2005-01-08 Kim F. Storm <storm@cua.dk>
25412
25413 * info.el (Info-mode-map, Info-next-link-keymap)
25414 (Info-prev-link-keymap, Info-up-link-keymap):
25415 Map follow-link to mouse-face.
25416 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25417
25418 2005-01-08 Jay Belanger <belanger@truman.edu>
25419
25420 * calc/calc.el (calc-settings-file): Change default value.
25421 Suggested by cgw in a comment in calc-mode.el.
25422
25423 * calc/calc-mode.el (calc-settings-file-name):
25424 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25425 Replace ~/.emacs in a prompt by calc-settings-file.
25426
25427 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25428
25429 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25430 (desktop-lazy-idle-delay): New customizable variables.
25431 (desktop-buffer-args-list): New variable.
25432 (desktop-append-buffer-args): New function.
25433 (desktop-save): Call desktop-append-buffer-args for some buffers.
25434 (desktop-lazy-create-buffer): New function.
25435 (desktop-idle-create-buffers): New function.
25436 (desktop-read): Add message about buffers to restore lazily.
25437 (desktop-lazy-abort): New command.
25438 (desktop-clear): Call desktop-lazy-abort.
25439 (desktop-lazy-complete): New command.
25440
25441 2005-01-06 Richard M. Stallman <rms@gnu.org>
25442
25443 * emacs-lisp/find-func.el (find-face-definition):
25444 Rename from find-face.
25445
25446 2005-01-06 Kim F. Storm <storm@cua.dk>
25447
25448 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25449
25450 * man.el (Man-xref-man-page, Man-xref-header-file)
25451 (Man-xref-normal-file): Add follow-link property.
25452
25453 2005-01-06 Jay Belanger <belanger@truman.edu>
25454
25455 * calc/calc-units.el: Make sure the proper macro definitions are
25456 available when compiling.
25457
25458 2005-01-06 Juri Linkov <juri@jurta.org>
25459
25460 * isearch.el (isearch-lazy-highlight-update):
25461 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25462
25463 2005-01-06 Miles Bader <miles@gnu.org>
25464
25465 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25466 (isearch-lazy-highlight-face): Use new name.
25467
25468 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25469
25470 * uniquify.el (uniquify-rationalize-file-buffer-names):
25471 Re-add an interactive spec.
25472 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25473 to the same name.
25474
25475 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25476 (isearch-update, isearch-done): Adjust calls accordingly.
25477
25478 2005-01-05 Richard M. Stallman <rms@gnu.org>
25479
25480 * custom.el (custom-set-variables, custom-theme-set-variables):
25481 Clarify documentation.
25482
25483 * emacs-lisp/find-func.el (find-variable)
25484 (find-variable-other-window, find-variable-other-frame):
25485 Fix the TYPE args to find-function-read and find-function-do-it.
25486 (find-function): Doc fix.
25487 (find-function-at-point): Replace function-at-point alias.
25488
25489 2005-01-04 Richard M. Stallman <rms@gnu.org>
25490
25491 * cus-face.el (custom-declare-face):
25492 Record defface in current-load-list.
25493
25494 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25495
25496 * emacs-lisp/find-func.el: Doc fixes.
25497 (find-face-regexp): New variable.
25498 (find-function-regexp-alist): New variable.
25499 (find-function-C-source): Third arg is now TYPE.
25500 (find-function-search-for-symbol): Handle general TYPE.
25501 (find-function-read, find-function-do-it): Handle general TYPE.
25502 (find-definition-noselect, find-face): New functions.
25503 (function-at-point): Alias deleted.
25504
25505 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25506
25507 * battery.el (display-battery-mode): Rename from display-battery.
25508 Handle the case where it gets turned off.
25509
25510 2005-01-04 Richard M. Stallman <rms@gnu.org>
25511
25512 * cus-edit.el (customize): Make :link point to user doc.
25513
25514 * man.el (Man-fontify-manpage): Turn off undo generation.
25515
25516 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25517
25518 2005-01-04 Andreas Schwab <schwab@suse.de>
25519
25520 * files.el (insert-directory): Only look for error lines in
25521 inserted text. Don't move too far after processing --dired markers.
25522
25523 2005-01-04 Richard M. Stallman <rms@gnu.org>
25524
25525 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25526 Don't expand if the character is @, period, dash, etc.
25527 (define-mail-abbrev): Quote names that contain problem characters.
25528
25529 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25530
25531 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25532
25533 2005-01-03 Richard M. Stallman <rms@gnu.org>
25534
25535 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25536 (query-replace-highlight, query-replace-lazy-highlight)
25537 (query-replace): Definitions moved up. Doc fix.
25538
25539 2005-01-03 Richard M. Stallman <rms@gnu.org>
25540
25541 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25542 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25543 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25544 (lazy-highlight-face): Rename from isearch-lazy-...
25545 Change all references to them.
25546
25547 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25548
25549 * cus-edit.el (custom-file): Doc fix for defcustom.
25550 (custom-file): The function no longer sets the variable
25551 `custom-file' to its return value.
25552
25553 * startup.el (command-line): No longer load `custom-file'.
25554
25555 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25556
25557 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25558
25559 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25560 Don't confuse module-prefixed identifiers for labels.
25561 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25562
25563 2005-01-02 Richard M. Stallman <rms@gnu.org>
25564
25565 * files.el (basic-save-buffer-1): Fix previous change.
25566
25567 * loadhist.el (file-loadhist-lookup): New function.
25568 (file-provides, file-requires): Use it.
25569
25570 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25571 instead of calculating the right size.
25572
25573 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25574
25575 * vc-svn.el (vc-svn-diff): Stay local if possible.
25576
25577 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25578
25579 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25580
25581 * files.el (hack-local-variables): Fix last change.
25582
25583 2005-01-02 Jay Belanger <belanger@truman.edu>
25584
25585 * calc/calc-yank.el (calc-edit-top): New variable.
25586 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25587 object. Change header properties.
25588 (calc-edit-finish, calc-edit-finish-stack-object)
25589 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25590 edited object.
25591 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25592 for the beginning of the edited object.
25593 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25594 for the beginning of the edited object.
25595 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25596 (calc-finish-formula-edit, calc-macro-repeats)
25597 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25598 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25599 beginning of the edited object.
25600 (calc-user-define-edit): Change the header for editing macros.
25601 Remove unnecessary variable.
25602
25603 2005-01-01 Jay Belanger <belanger@truman.edu>
25604
25605 * calc/calc-yank.el (calc-edit-mode): Change default header.
25606 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25607 * calc/calc-store.el (calc-edit-variable): Change title to match new
25608 header.
25609 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25610 mode to match new header.
25611 (calc-user-define-edit): Change titles to include names of commands.
25612 (calc-finish-formula-edit): Adjust to handle new header.
25613 (calc-finish-macro-edit): Remove.
25614 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25615 (calc-edit-macro-command, calc-edit-macro-command-type)
25616 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25617 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25618 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25619 (calc-edit-macro-finish-edit): New functions.
25620 (calc-user-define-edit): Use new functions to edit named calc macros.
25621
25622 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25623
25624 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25625
25626 * ses.el (copy-region-as-kill): Deactivate mark.
25627
25628 2005-01-01 Richard M. Stallman <rms@gnu.org>
25629
25630 * replace.el (occur-1): If the output buffer is also an input,
25631 don't kill it, rename it.
25632
25633 * faces.el (set-face-background, set-face-foreground): Doc fix.
25634
25635 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25636 for :foreground and :background.
25637
25638 * dired.el (dired-view-command-alist): Variable deleted.
25639 (dired-view-file, dired-mouse-find-file-other-window):
25640 Delete the code to use it.
25641
25642 2005-01-01 Kim F. Storm <storm@cua.dk>
25643
25644 * image.el (insert-sliced-image): Use t for line-height property.
25645
25646 See ChangeLog.11 for earlier changes.
25647
25648 ;; Local Variables:
25649 ;; coding: iso-2022-7bit
25650 ;; End:
25651
25652 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25653 Copying and distribution of this file, with or without modification,
25654 are permitted provided the copyright notice and this notice are preserved.
25655
25656 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1