* longlines.el (longlines-post-command-function): Handle open-line
[bpt/emacs.git] / lisp / ChangeLog
1 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * longlines.el (longlines-post-command-function): Handle open-line
4 too.
5
6 2006-07-12 Richard Stallman <rms@gnu.org>
7
8 * progmodes/grep.el (grep-last-buffer): Doc fix.
9
10 * info.el (Info-try-follow-nearest-node): Doc fix.
11
12 * emacs-lisp/edebug.el (edebug-instrument-function):
13 Err if find-function-noselect gives no position.
14
15 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16 If can't find definition, return nil for position.
17 (find-function-do-it): Handle new return value
18 of find-definition-noselect.
19 (find-definition-noselect, find-variable-noselect): Doc fix.
20 (find-function-noselect): Doc fix.
21
22 * help-mode.el (help-variable-def): Handle find-variable-noselect
23 returning no position.
24 (help-function-def): Likewise for find-function-search-for-symbol.
25 (help-face-def): Likewise.
26
27 * help-fns.el (describe-variable): Handle find-variable-noselect
28 returning no position.
29
30 * files.el (locate-file-completion): Avoid duplicates in result.
31
32 * cus-edit.el (custom-no-edit): New command.
33 (custom-mode-map): Remap to custom-no-edit instead of
34 using suppress-keymap.
35
36 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
37
38 * tumme.el (tumme-create-thumb)
39 (tumme-thumbnail-display-external, tumme-display-image)
40 (tumme-rotate-thumbnail, tumme-rotate-original)
41 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
42
43 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
44
45 2006-07-11 Kim F. Storm <storm@cua.dk>
46
47 * ido.el (ido-copy-current-file-name): Use buffer-name if
48 buffer-file-name is nil.
49
50 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
51
52 * simple.el (undo-ask-before-discard): Set to nil.
53
54 * vc.el (vc-exec-after): Don't delete process manually.
55 (vc-print-log): Run log-view-mode in process sentinel inside
56 inhibit-read-only. Don't shrink window due to timing issues.
57
58 * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
59 using with-output-to-temp-buffer, which clobbers local vars.
60
61 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * progmodes/compile.el (compilation-error-regexp-alist-alist):
64 Fix ambiguity introduced by last change.
65 (compilation-find-file): Move save-excursion to where it may
66 make sense. Fix a left over `find-file'.
67
68 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
69
70 * textmodes/texinfmt.el (texinfo-format-separate-node):
71 Insert a string before point, which fits documentation, not after.
72 (texinfo-multitable-item): In a multitable row, insert any
73 additional needed @tabs and spaces.
74
75 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
76
77 * tumme.el (tumme-create-thumb)
78 (tumme-thumbnail-display-external, tumme-display-image)
79 (tumme-rotate-thumbnail, tumme-rotate-original)
80 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
81 instead of shell-command.
82 (tumme-create-thumbnail-buffer)
83 (tumme-create-display-image-buffer, tumme-display-thumbs)
84 (tumme-modify-mark-on-thumb-original-file, tumme-display-image)
85 (tumme-get-exif-data): Use with-current-buffer.
86 (tumme-display-properties-format)
87 (tumme-dired-insert-marked-thumbs, tumme-rotate-original)
88 (tumme-get-exif-file-name)
89 (tumme-thumbnail-set-image-description, tumme-gallery-generate):
90 Fit to 80 columns.
91
92 2006-07-11 Kim F. Storm <storm@cua.dk>
93
94 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
95 Remove special case for seconds < 0. Use (redisplay t) instead.
96
97 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
98
99 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
100 compilation error.
101
102 * subr.el (sit-for): New function.
103
104 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
105
106 2006-07-10 Richard Stallman <rms@gnu.org>
107
108 * ldefs-boot.el (edebug): Update page.
109
110 2006-07-10 Kim F. Storm <storm@cua.dk>
111
112 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
113 to FOR-RELEASE and TODO.
114
115 2006-07-10 Romain Francoise <romain@orebokech.com>
116
117 * emacs-lisp/authors.el (authors-aliases): Update.
118
119 2006-07-10 Alan Mackenzie <acm@muc.de>
120
121 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
122 * cc-mode.el: Changes to eradicate eval-after-load.
123
124 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
125
126 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
127 on non-char events.
128
129 2006-07-09 Romain Francoise <romain@orebokech.com>
130
131 * progmodes/compile.el (compilation-mode-font-lock-keywords):
132 Don't highlight start/end markers as compilation messages.
133
134 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
135 to t.
136
137 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
140
141 2006-07-08 Richard Stallman <rms@gnu.org>
142
143 * term/x-win.el (x-handle-display): Add doc string.
144
145 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
146
147 * subr.el (def-edebug-spec): Move here.
148 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
149
150 * imenu.el (imenu-choose-buffer-index): Doc fix.
151
152 2006-07-08 Romain Francoise <romain@orebokech.com>
153
154 * term/x-win.el (x-display-name): Fix typo.
155
156 2006-07-08 Eli Zaretskii <eliz@gnu.org>
157
158 * hexl.el (hexl-find-file): Doc fix.
159
160 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
161
162 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
163
164 * term/x-win.el (x-display-name): Doc fix.
165
166 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
169 long prefixes.
170 (fill-region-as-paragraph): Don't round up to a whole line.
171 (fill-comment-paragraph): Don't include the code-before-the-comment
172 when calling fill-region-as-paragraph.
173
174 * international/mule.el (make-char): Remove redundancy.
175
176 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
177 property may contain an anonymous function rather than a symbol.
178
179 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
180
181 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
182 Use shy regexp. Fix incorrect backref to potentially unmatched group.
183
184 * dirtrack.el (dirtrack-default-directory-function): Remove.
185 (dirtrack-directory-function): Use file-name-as-directory.
186 (dirtrack-windows-directory-function): Simplify.
187 (dirtrack-forward-slash, dirtrack-backward-slash)
188 (dirtrack-replace-slash): Remove.
189 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
190 (dirtrack): Fix wrong parenthesizing; use match-string.
191
192 * progmodes/octave-inf.el: Remove spurious * in docstrings.
193 (inferior-octave-mode): Only change the buffer-local value of
194 comint-dynamic-complete-functions.
195 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
196 Move the initialization to the declaration.
197 (inferior-octave-complete): Remove unused var `filter'.
198
199 * shell.el (shell-mode): Only change the buffer-local value of
200 comint-dynamic-complete-functions.
201
202 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
203
204 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
205 entry is skipped because it has been scheduled.
206 (org-prepare-agenda-buffers): Don't mark buffers as modified when
207 changing `:org-archived' and `:org-comment' properties.
208
209 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
210
211 * server.el (server-select-display): Don't make the temp frame
212 minibuffer-only, in case it's not a temp frame.
213 (server-process-filter): Don't delete the temp frame if it's the
214 only one we have on that display.
215
216 * files.el (find-alternate-file): Doc fix.
217
218 2006-07-05 Richard Stallman <rms@gnu.org>
219
220 * files.el (abbreviate-file-name): Add save-match-data.
221
222 2006-07-03 Richard Stallman <rms@gnu.org>
223
224 * faces.el (read-face-name): Doc fix.
225
226 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
227
228 * net/goto-addr.el (goto-address): Mark as safe for local evals.
229
230 2006-07-05 Andre Spiegel <spiegel@gnu.org>
231
232 * vc.el (vc-diff-internal): Fix prev change.
233
234 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
235
236 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
237 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
238
239 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
242 fails if the symbol contains chars like ( or '.
243 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
244 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
245 `short'.
246
247 2006-07-04 Kenichi Handa <handa@m17n.org>
248
249 * international/mule-cmds.el (set-language-info): If LANG-ENV is
250 the current one, don't call set-language-environment, but call one
251 of set-language-environment-XXX to make INFO effective now.
252 (set-language-environment): Call set-language-environment-XXX
253 functions instead of doing the various setups directly.
254 (set-language-environment-coding-systems): Delete argument eol-type.
255 (set-language-environment-input-method)
256 (set-language-environment-nonascii-translation)
257 (set-language-environment-charset)
258 (set-language-environment-fontset)
259 (set-language-environment-unibyte): New functions.
260
261 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
262
263 * locate.el (locate-update-when-revert): New option.
264 (locate-update-path): New option (suggested by Michael Albinus).
265 (locate-prompt-for-command): Whitespace change.
266 (locate-update): No longer offer to update the locate database by
267 default. Implement the two new options.
268
269 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
270
271 * tooltip.el: Move comment about track-mouse...
272
273 * progmodes/gud.el: ...to here.
274
275 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
276
277 * facemenu.el (facemenu-listed-faces): New var.
278 (facemenu-unlisted-faces): Variable deleted.
279 (facemenu-add-new-face): Use facemenu-listed-faces.
280
281 * emulation/viper-init.el, calendar/calendar.el:
282 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
283
284 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
285
286 * textmodes/org.el (org-mode): Remove no invalid settings for
287 calc embedded mode.
288 (org-mode-p): New defsubst.
289 (org-save-all-org-buffers): New function.
290 (org-first-headline-recenter): Enclose outline-regexp in group
291 delimiters.
292 (org-set-tags): Keep single space after stars.
293
294 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * window.el (set-window-text-height): Only set window-min-height to
297 1 if that's the requested size.
298
299 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
300 (diff-unified->context, diff-context->unified)
301 (diff-reverse-direction): Make sure the end marker stays at the end.
302 (diff-mode): Add the keymap table at the end of docstring.
303 Use lexical-let rather than constructing a closure manually.
304
305 * files.el (find-file-noselect-1): Remove unused var assignment.
306 (hack-local-variables-confirm): Print lists of strings as lists of
307 strings rather than lists of symbols.
308 (abbreviate-file-name, hack-local-variables-prop-line):
309 Use match-string.
310 (hack-one-local-variable): Move `make-local-variable' nearer its use.
311 (recover-session-finish): Use line-end-position.
312
313 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
314
315 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
316
317 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
318
319 * progmodes/make-mode.el (makefile-macroassign-regex):
320 Accept preceding keyword.
321 (makefile-gmake-statements): Reorganize, now that makepp has
322 "override" and also handle forgotten "override define".
323 (makefile-makepp-statements): Add new "global", "override export"
324 and "override global".
325
326 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
327
328 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
329 (ada-compile-mouse-goto-error, ada-deactivate-properties)
330 (ada-no-auto-case): Fix typos in docstrings.
331
332 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
333
334 * info.el (Info-find-node-2): Search for makeinfo version more
335 carefully.
336
337 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
338
339 * textmodes/org.el (org-prepare-agenda-buffers):
340 Use `invisible-OK' argument for `org-end-of-subtree'.
341 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
342 (org-beginning-of-item): Fix bug in regular expression for white line.
343 (org-export-as-html): Enforce space after bullet in plain list items.
344 (org-set-autofill-regexps): Require space after plain list bullet
345 for paragraph-start.
346 (org-ts-regexp3): New constant.
347 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
348 (org-timestamp-up-day, org-timestamp-down-day)
349 (org-timestamp-change): Work with inactive timestamps.
350 (org-ts-regexp1): Don't allow brackets in time stamps.
351
352 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
353
354 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
355 for ignoring links.
356
357 * faces.el (read-face-name): Use it.
358
359 2006-06-28 Juri Linkov <juri@jurta.org>
360
361 * buff-menu.el (list-buffers-noselect): Compare Info file
362 with the string "dir" to detect Info directory.
363
364 * complete.el (partial-completion-mode): In lambda for
365 `choose-completion-string-functions' use full function signature
366 with 4 args, and move point to the end of the minibuffer only if arg
367 `mini-p' is non-nil.
368
369 2006-06-28 John Paul Wallington <jpw@pobox.com>
370
371 * ibuffer.el (ibuffer-mode): Doc fix.
372
373 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
374
375 * textmodes/org.el (org-context): New contexts :item-bullet,
376 :latex-fragment, :latex-preview.
377 (org-overlays-at, org-overlay-start, org-overlay-end):
378 New compatibility functions.
379 (org-inside-LaTeX-fragment-p): More accurate matching, using the
380 exact regexp that will be used during export.
381 (org-latex-regexps): New variable.
382 (org-cdlatex-mode): Improve advice for `texmathp'.
383 (turn-on-org-cdlatex): New function.
384
385 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
386
387 * term/mac-win.el (mac-handle-font-selection): Change keys of
388 mac-atsu-font-table from strings to numbers.
389 (mac-ts-caret-position): Use also when cursor-type is nil.
390 (mac-ts-update-active-input-area): Add Mac OS Classic support.
391 Relax condition for using overlay strings.
392 Use mac-ts-caret-position face when cursor-type is nil.
393
394 2006-06-26 Kim F. Storm <storm@cua.dk>
395
396 * help.el (view-emacs-news): Declare `res' in the right let* form.
397
398 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
399
400 * net/rcompile.el (remote-compile): Replace ange-ftp based
401 implementation by Tramp functions. Based on a patch published by
402 Marc Abramowitz <msabramo@gmail.com>.
403
404 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
405
406 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
407
408 * international/fontset.el (setup-default-fontset): Fix a typo in
409 the "Oriya-Akruti" registry name.
410
411 2006-06-23 Lars Hansen <larsh@soem.dk>
412
413 * desktop.el (desktop-full-file-name): New function.
414 (desktop-kill, desktop-save, desktop-remove, desktop-read)
415 (desktop-revert): Use it.
416 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
417 (desktop-after-read-hook): Add option list-buffers.
418 (desktop-locals-to-save): Add tab-width.
419 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
420 Fix docstring.
421
422 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
423
424 * textmodes/org.el (org-cdlatex-mode-map)
425 (org-cdlatex-texmathp-advice-is-done): New variables.
426 (org-cdlatex-mode): New minor mode.
427 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
428 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
429 (org-export-with-archived-trees): New option.
430 (org-open-file): Remove the call to `convert-standard-filename'.
431 (org-archive-tag, org-agenda-skip-archived-trees)
432 (org-cycle-open-archived-trees)
433 (org-sparse-tree-open-archived-trees): New options.
434 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
435 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
436 New functions.
437 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
438 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
439 (org-mode-map): Add binding for `org-toggle-archive-tag'.
440 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
441 Call `org-prepare-agenda-buffers'.
442 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
443 (org-file-apps, org-file-apps-defaults-gnu)
444 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
445 Handle remote files by forcing them to be opened in Emacs.
446
447 2006-06-23 Andre Spiegel <spiegel@gnu.org>
448
449 * vc.el (vc-diff-knows-L): New variable.
450 (vc-diff-internal): Use it to handle "diff" programs that don't
451 understand -L. This works automatically, no user action is necessary.
452
453 2006-06-23 Daniel Brockman <daniel@brockman.se>
454
455 * net/rcirc.el (rcirc-default-user-full-name): Default to
456 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
457 longer exists).
458 (rcirc-process-list): Check `buffer-live-p' before attempting to
459 switch to a buffer.
460
461 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
462
463 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
464 based on rcirc-coding-system-alist.
465
466 2006-06-23 Martin Rudalics <rudalics@gmx.at>
467
468 * cus-edit.el (customize-apropos): A better error message.
469 (top level) <debug-ignored-errors>: Extend and update the list of
470 ignored error messages.
471
472 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
473
474 * complete.el (PC-do-completion): Retain capitalization of user
475 input, when possible, even if completion-ignore-case is set.
476
477 2006-06-23 Eli Zaretskii <eliz@gnu.org>
478
479 * generic-x.el (bat-generic-mode): Support .cmd files.
480
481 * dos-w32.el (top level): Use find-file-not-found-functions
482 instead of the obsolete find-file-not-found-hooks.
483
484 2006-06-22 Kim F. Storm <storm@cua.dk>
485
486 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
487 to recognize mode name containing submodes, such as Grep/lw.
488
489 2006-06-21 Kim F. Storm <storm@cua.dk>
490
491 * simple.el (line-move-1): Check for move-end-of-line instead of
492 end-of-line when setting temporary-goal-column.
493
494 2006-06-21 Miles Bader <miles@gnu.org>
495
496 * play/cookie1.el (cookie): Work properly when there's only one entry.
497
498 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
499
500 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
501 (gdb-frame-handler): Generalize frame regexp for templates.
502
503 2006-06-20 Glenn Morris <rgm@gnu.org>
504
505 * calendar/appt.el (appt-display-format): Default value must be
506 one of the customize options.
507
508 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
509
510 * term/xterm.el (terminal-init-xterm): Update key availability info.
511 Bind C-return.
512
513 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
514
515 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
516
517 * files.el (hack-local-variables): Run `hack-local-variables-hook'
518 whether or not a local variables list is defined.
519
520 * msb.el (msb): Move `sit-for' hack here to handle both
521 "mouse-down and drag" and "mouse-up and select" situations.
522 (mouse-select-buffer): Move `sit-for' hack to `msb'.
523
524 2006-06-20 Kenichi Handa <handa@m17n.org>
525
526 * international/characters.el (word-combining-categories):
527 Add entries for 2-byte Han characters.
528
529 2006-06-19 Richard Stallman <rms@gnu.org>
530
531 * bindings.el (mode-line-format): Save some mode line space.
532
533 * files.el (find-file-noselect): Improve the question wording.
534 (basic-save-buffer-2): Mask UMASK against 666.
535
536 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
537 (mouse-drag-vertical-line): Call it.
538
539 * cus-edit.el (customize-option, customize-option-other-window):
540 Error if SYMBOL is nil.
541
542 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
543
544 * textmodes/org.el: Require noutline, also on XEmacs.
545 (org-end-of-subtree): Return point.
546 (org-dblock-start-re, org-dblock-end-re): New constants.
547 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
548 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
549 (org-update-all-dblocks, org-find-dblock): New functions.
550 (org-collect-clock-time-entries): New function.
551 (org-html-handle-time-stamps): Never export CLOCK timeranges.
552 (org-fixup-indentation): Modify to deal correctly with lines
553 starting with TAB. Only one argument DIFF now.
554 (org-demote, org-promote): Call `org-fixup-indentation' with just
555 one argument, DIFF.
556 (org-mode): Don't mark buffer as modified when aligning tables.
557 (org-clock-sum): Don't mark buffer modified when adding time sum
558 properties.
559 (org-export-as-html): Add support for a link validation function.
560 (org-archive-all-done): New function.
561 (org-archive-subtree): New prefix argument. When set, archive all
562 done subtrees in this buffer.
563 (org-remove-clock-overlays)
564 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
565 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
566 (org-put-clock-overlay): Don't swallow last headline character
567 when displaying overlay.
568 (org-store-link): Link to `image-mode' with just the file name.
569
570 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
571
572 * viper-cmd.el (viper-special-read-and-insert-char):
573 Use read-key-sequence.
574 (viper-after-change-undo-hook): Misc enhancements.
575 (viper-after-change-undo-hook): New hook.
576 (viper-undo): Use viper-after-change-undo-hook.
577 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
578 (viper-next-line-at-bol): If point is on a widget or a button, simulate
579 clicking on that widget/button.
580
581 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
582
583 * ediff-diff (ediff-test-patch-utility): Catch errors.
584 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
585 (ediff-set-actual-diff-options): New function.
586 (ediff-reset-diff-options, ediff-toggle-ignore-case):
587 Use ediff-set-actual-diff-options.
588 (ediff-extract-diffs): Catch errors.
589 (ediff-whitespace): Add non-breakable space.
590 (ediff-same-file-contents): Catch errors.
591
592 * ediff-mult.el (ediff-collect-custom-diffs):
593 Save coding-system-for-read.
594
595 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
596 (ediff-vc-internal, ediff-vc-merge-internal):
597 Use ediff-delete-version-file.
598 (ediff-delete-version-file): New function.
599
600 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
601
602 * ediff.el (ediff-directories, ediff-directory-revisions)
603 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
604 (ediff-directories-internal, ediff-merge-directory-revisions)
605 (ediff-merge-directory-revisions-with-ancestor)
606 (ediff-directories3): Use read-directory-name.
607
608 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
609
610 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
611 Remove superfluous part of regexp for brace matching which is handled
612 by `scan-lists' call.
613
614 2006-06-16 Richard Stallman <rms@gnu.org>
615
616 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
617
618 * files.el (basic-save-buffer-2): For a new precious file,
619 use the default modes in the return value.
620
621 * facemenu.el (facemenu-color-alist): Doc fix.
622
623 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
624
625 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
626
627 * cus-start.el (all): Add mac-ts-script-language-on-focus.
628
629 * term/mac-win.el (mac-text-encoding-ascii): New constant.
630 (mac-utxt-to-string): Use it.
631 (mac-ts-update-active-input-area): Use mac-ae-number.
632
633 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
634
635 * term.el (term-handle-scroll, term-delete-lines)
636 (term-insert-lines): Fix off by one errors.
637
638 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
639
640 * net/tramp.el (tramp-touch): Use UTC to express time.
641
642 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
643
644 * mail/sendmail.el (mail-send): Search explicitly for
645 mail-header-separator when checking for corrupted header lines.
646
647 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
648
649 * progmodes/gdb-ui.el (gdb-same-frame): New option.
650 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
651 (gdb-init-1): Initialise them.
652 (gdb-starting): Reset gdb-printing
653 (gdb-starting): Save value of gud-overlay-arrow-position.
654 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
655 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
656 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
657 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
658
659 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
662
663 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
664
665 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
666 (ldap-search-internal): Keep error messages, and a regexp fix.
667
668 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
669
670 * files.el (hack-local-variables-confirm):
671 Display string value using its printed representation.
672
673 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
674
675 * server.el (server-edit): No-op if no server buffers exist.
676
677 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
678
679 * textmodes/page-ext.el (pages-directory-for-addresses):
680 Including `pages-directory-address-mode' in the function results
681 in the message "Buffer in which pages were found is deleted".
682
683 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
684
685 * textmodes/org.el (org-agenda-mode-map): Add bindings for
686 clocking functions.
687
688 (org-agenda-clock-in, org-check-running-clock)
689 (org-clock-out-if-current, org-remove-clock-overlays)
690 (org-put-clock-overlay): New functions.
691 (org-clock-marker, org-clock-file-total-minutes)
692 (org-clock-overlays): New variables.
693 (org-clock-display, org-clock-sum, org-clock-cancel)
694 (org-clock-out, org-clock-in): New commands.
695 (org-export): New function.
696 (org-emph-re): New constant.
697 (org-set-emph-re, org-do-emphasis-faces): New functions.
698 (org-emphasis-regexp-components, org-emphasis-alist): New options.
699 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
700 (org-export-html-convert-emphasize): Use the configurable emphasis.
701 (org-cleaned-string-for-export): Make multiline emphasis visible
702 to the exporter. New optional argument PARAMETERS.
703 (org-export-as-html): Specify :emph-multiline parameter to
704 `org-cleaned-string-for-export'.
705
706 2006-06-10 Richard Stallman <rms@gnu.org>
707
708 * help.el (help-for-help-internal): Clean up help text.
709
710 2006-06-10 Andreas Schwab <schwab@suse.de>
711
712 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
713 in doc string.
714
715 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
716
717 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
718
719 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
720 spaces after the comment start.
721
722 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
723
724 * play/pong.el (pong-init-buffer):
725 Fill buffer with spaces instead of ^A.
726
727 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
728 launched asynchronously, delete its process instead of being cool.
729 (ispell-async-processp): Check for `delete-process' existence
730 instead of `kill-process' one for consistency.
731
732 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
733
734 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
735 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
736 in mode line at startup.
737
738 2006-06-08 Kim F. Storm <storm@cua.dk>
739
740 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
741 (ido-init-completion-maps): Bind them to M-SPC and M-v.
742 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
743 (ido-file-internal): Pass full file name to write-file.
744 (ido-read-internal): Only pop stack elements automatically if they
745 actually match an existing directory or file name.
746
747 2006-06-07 Kenichi Handa <handa@m17n.org>
748
749 * international/mule.el (find-auto-coding): Don't handle the short
750 name `char-trans'.
751
752 * files.el (hack-local-variables-prop-line)
753 (hack-local-variables): Cancel the previous change.
754
755 2006-06-06 Jesper Harder <harder@phys.au.dk>
756
757 * ediff-diff.el (ediff-test-utility): Protect against file-error.
758
759 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
760
761 * diff-mode.el (diff-mode): Set buffer-read-only to t when
762 diff-default-read-only is non-nil.
763 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
764 (diff-refine-hunk): Set inhibit-read-only to t.
765
766 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
767 modifying the *Diff* buffer.
768 (diff-process-filter): New filter function for diff process that
769 sets inhibit-read-only to t when modifying the *Diff* buffer.
770
771 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
772
773 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
774 insertion point and control the number of empty lines.
775 (org-paste-subtree): Limit the number of empty lines at the end of
776 the inserted tree.
777 (org-agenda): Use buffer name of current file for narrowing.
778 (org-export-as-xml): Command removed.
779 (org-export-xml-type): Option removed.
780 (org-mode-map): Call `org-export-as-xoxo' directly.
781 (org-get-indentation): New optional argument LINE.
782 (org-fix-indentation, org-remove-tabs): New functions.
783 (org-export-as-ascii, org-ascii-level-start): Determine and apply
784 correct indentation for headlines that are converted it items.
785 (org-skip-comments): Remove table lines that contain narrowing
786 cookies but no other non-empty fields.
787 (org-set-tags): Allow groups of mutually exclusive tags.
788 (org-cmp-time): Sort 24:21 before items without time.
789 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
790 (org-open-at-point): Require double colon also for numbers.
791
792 2006-06-06 Kim F. Storm <storm@cua.dk>
793
794 * ido.el (ido-default-file-method, ido-default-buffer-method):
795 Make choice values consistent with corresponding command names.
796 (ido-visit-buffer): Update accordingly. Default to selected-window.
797
798 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
799
800 * progmodes/gud.el (gud-running): Fix doc string.
801 (gud-menu-map): Use :visible instead fo :enable for debugger test.
802 (gud-tooltip-modes): Add python-mode.
803 (gud-tooltip-print-command): Add pdb. Remove perldb.
804
805 2006-06-05 Eli Zaretskii <eliz@gnu.org>
806
807 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
808 Quote $(EMACS).
809
810 2006-06-05 Richard Stallman <rms@gnu.org>
811
812 * faces.el (defined-colors): Doc fix.
813
814 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
815
816 * vc.el (vc-process-filter): Inhibit undo info collection around
817 call to insert.
818 (vc-setup-buffer): Likewise for call to erase-buffer.
819 (vc-do-command): Likewise for call to process-file.
820
821 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
822
823 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
824 for gud-go.
825 (gud-common-init): Other debuggers may trigger error.
826
827 2006-06-05 Kenichi Handa <handa@m17n.org>
828
829 * international/mule.el (find-auto-coding):
830 Handle enable-character-translation in file header.
831
832 2006-06-04 Kim F. Storm <storm@cua.dk>
833
834 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
835 (authors-fixed-entries): Fix spelling.
836 (authors-canonical-file-name): Don't report error for wildcards.
837
838 * help.el (view-emacs-news): Rewrite to support new NEWS,
839 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
840 e.g. version 10 matches 1.10, and don't be confused by version 1.1
841 being a prefix of 1.12 (etc). A numeric prefix arg also works.
842
843 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
844
845 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
846 exec constructs like `foo bar`.
847 (sh-quoted-subshell): New helper function to search for a possibly
848 nested subshell (like `` or $()) within a "" quoted string.
849 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
850 (sh-apply-quoted-subshell): Flag quote characters inside a
851 subshell, which is itself already in a quoted region, as
852 punctuation, since this is the closest to what they actually are.
853 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
854 sh-apply-quoted-subshell.
855 (sh-font-lock-syntactic-face-function): Apply the new face for
856 text inside `` instead of the old font-lock-string-face.
857
858 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
859
860 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
861 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
862 (mac-bytes-to-text-range, mac-ae-text-range-array)
863 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
864 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
865 (mac-ts-unicode-for-key-event): New functions.
866 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
867 (mac-handle-font-selection): Use mac-ae-number.
868 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
869 New variables.
870 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
871 (mac-ts-converted-text, mac-ts-selected-converted-text)
872 (mac-ts-block-fill-text, mac-ts-outline-text)
873 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
874 (mac-ts-hilite-style-faces): New constant.
875 (mac-apple-event-map): Bind text input events.
876 (mac-dispatch-apple-event): Use command-execute instead of
877 call-interactively.
878 (global-map): Don't bind mac-apple-event.
879 (special-event-map): Bind mac-apple-event.
880
881 2006-06-02 Eli Zaretskii <eliz@gnu.org>
882
883 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
884 file name.
885 (emacs): Enclose the value of $(EMACS) in quotes.
886
887 2006-06-02 Juri Linkov <juri@jurta.org>
888
889 * international/mule.el (sgml-html-meta-auto-coding-function):
890 Remove the condition `(search-forward "<html" size t)'.
891 Replace `\"' with `[\"']?' in `re-search-forward'.
892
893 2006-06-02 Kenichi Handa <handa@m17n.org>
894
895 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
896 as well as `coding'.
897 (hack-local-variables): Likewise.
898
899 * international/mule.el (enable-character-translation):
900 Put permanent-local and safe-local-variable properties.
901 (find-auto-coding): Handle char-trans: tag.
902
903 2006-06-02 Juri Linkov <juri@jurta.org>
904
905 * international/mule.el (sgml-html-meta-auto-coding-function):
906 Limit the search by the end of the HTML header (if any).
907
908 2006-06-01 Richard Stallman <rms@gnu.org>
909
910 * subr.el (with-current-buffer): Doc fix.
911
912 2006-06-02 Masatake YAMATO <jet@gyve.org>
913
914 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
915 Almost rewrite. Underlines over all lines of gcov output are too
916 uncomfortable to read. Suggested by Dan Nicolaescu.
917
918 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
919
920 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
921
922 * shell.el (shell-mode): Use shell-mode-map in docstring.
923
924 * comint.el (comint-send-input): Do not add help-echo and
925 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
926
927 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
928
929 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
930
931 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
932
933 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
934 (gdb-stopped, gdb-info-stack-custom): If there is no source info
935 look up the stack and pop up GUD buffer if necessary.
936 (gdb-frames-select): Remove redundant call to gud-display-frame.
937 (gdb-info-threads-custom): Keep point at start of buffer.
938 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
939
940 2006-05-31 Juri Linkov <juri@jurta.org>
941
942 * replace.el (query-replace-read-from, query-replace-read-to):
943 Bind `history-add-new-input' to nil. Call `add-to-history'.
944
945 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
946
947 * textmodes/table.el: Convert all HTML tags to lower case for
948 XHTML compatibility.
949
950 2006-05-31 Masatake YAMATO <jet@gyve.org>
951
952 * progmodes/compile.el:
953 (compilation-error-regexp-alist-alist::gcov-called-line):
954 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
955
956 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
957
958 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
959 Revert inadvertent changes made with last commit.
960
961 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
962
963 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
964 New functions.
965
966 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
967
968 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
969
970 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
971 only matches in the right place.
972 (org-upcoming-deadline): New face.
973 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
974 (org-export-ascii-underline): Rename constant `org-ascii-underline'
975 and make it an option.
976 (org-export-ascii-bullets): New option.
977 (org-export-as-html): Many changes to emit valid XHTML.
978 (org-par-open): New variable.
979 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
980 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
981 (org-timeline): Pass `org-timeline-show-empty-dates' to
982 `org-get-all-dates'. Interpret empty dates returned by
983 `org-get-all-dates'.
984 (org-get-all-dates): New argument EMPTY. Add dates without
985 entries to the list, mark large ranges of empty dates.
986 (org-point-in-group, org-context): New functions.
987
988 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
989
990 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
991
992 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
993 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
994 to C-mouse-3 (for 2 button mice).
995 (gdb-send): Do the right thing for C-d.
996
997 * speedbar.el (speedbar-detach): Delete.
998 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
999 it breaks things.
1000 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1001
1002 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1003
1004 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1005 Makeppfile.
1006
1007 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1008 Add makepp diagnostic.
1009
1010 2006-05-29 Richard Stallman <rms@gnu.org>
1011
1012 * window.el (fit-window-to-buffer): Doc fix.
1013
1014 * help.el (temp-buffer-max-height): Doc fix.
1015
1016 * subr.el (with-current-buffer): Doc fix.
1017
1018 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1019
1020 * term/x-win.el: Bind F10 to menu-bar-start if available.
1021
1022 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1023
1024 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1025 uses with a simple test.
1026 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1027 (term-send-raw-string, term-send-raw, term-mouse-paste)
1028 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1029 (term-handle-exit, term-read-input-ring)
1030 (term-previous-matching-input-string)
1031 (term-previous-matching-input-string-position)
1032 (term-previous-matching-input-from-input)
1033 (term-replace-by-expanded-history, term-send-input)
1034 (term-skip-prompt, term-bol, term-send-invisible)
1035 (term-kill-input, term-delchar-or-maybe-eof)
1036 (term-backward-matching-input, term-check-source)
1037 (term-proc-query, term-emulate-terminal)
1038 (term-handle-colors-array, term-process-pager, term-pager-line)
1039 (term-pager-bob, term-unwrap-line, term-word)
1040 (term-dynamic-complete-filename)
1041 (term-dynamic-complete-as-filename)
1042 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1043 unlesses.
1044
1045 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1048 during bootstrapping.
1049
1050 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1051 Basically undo the change of 2006-05-26: use extra arguments instead of
1052 dynamic scoping.
1053 (ewoc-locate): Remove unused var `footer'.
1054
1055 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1058
1059 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1060 (generate-file-autoloads): Obey it. Return whether autoloads were
1061 added at point or not.
1062 (update-file-autoloads): Use this new return value.
1063 Remove redundant test for the presence of an autoload cookie.
1064
1065 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1066 This one calls hack-local-variables.
1067 (generate-file-autoloads, update-file-autoloads): Use it.
1068
1069 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1070 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1071 (bibtex-sort-entry-class-alist): Don't set the global value.
1072 (bibtex-init-sort-entry-class-alist): New fun.
1073 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1074 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1075 of bibtex-init-sort-entry-class.
1076
1077 2006-05-28 Richard Stallman <rms@gnu.org>
1078
1079 * subr.el (load-history-regexp): If FILE is relative, insist
1080 entire last name component must match it.
1081 (load-history-filename-element, load-history-regexp): Doc fixes.
1082
1083 2006-05-29 Kim F. Storm <storm@cua.dk>
1084
1085 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1086 `pos' and `raw-data' for clarity, as eval forms may access these.
1087
1088 2006-05-28 Kim F. Storm <storm@cua.dk>
1089
1090 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1091
1092 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * progmodes/make-mode.el (makefile-browser-map)
1095 (makefile-mode-syntax-table): Move initialization inside declaration.
1096 (makefile-fill-paragraph): Use the default comment-filling code.
1097
1098 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * replace.el (query-replace-defaults): New variable.
1101 (query-replace-read-from): Use `query-replace-defaults' for
1102 default value, instead of history list.
1103 (query-replace-read-to): Update `query-replace-defaults'.
1104
1105 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1108 with no X toolkit.
1109
1110 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1111
1112 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1113 (tumme-show-all-from-dir): Add autoload.
1114
1115 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1116
1117 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1118 (tumme-remove-tag): Fix bug.
1119
1120 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1121
1122 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1123 FOOTER args. Update unique caller.
1124 (ewoc-delete): Compute last node once before looping.
1125 (ewoc--node-branch): Merge into unique caller.
1126 (ewoc--node): Don't define constructor make-ewoc--node for this
1127 structure.
1128 (ewoc): Add member `hf-pp' to this structure.
1129 (ewoc--wrap): New func.
1130 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1131 header/footer pretty-printers. Save header/footer pretty-printer.
1132 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1133
1134 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1135
1136 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1137
1138 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1139 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1140 Tag'. Change "Compare directories..." to "Change Directories...".
1141 Move tumme commands to Operate, Regexp and Immediate menus.
1142 Change "Add Comment" to "Add Image Comment". Change "Add Image
1143 Tag" to "Add Image Tags".
1144
1145 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1146 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1147 `tumme-delete-tag'.
1148
1149 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1150
1151 * shell.el (shell-mode): Call shell-dirtrack-mode after
1152 list-buffers-directory is made a local variable, to avoid setting
1153 the default value.
1154
1155 2006-05-26 Kevin Ryde <user42@zip.com.au>
1156
1157 * info.el (Info-index-next): Use where-is-internal to report
1158 actual binding of Info-index-next, rather than hard-coded `,'.
1159
1160 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1161
1162 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1163 and "Find Command in Manual" to here.
1164
1165 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1166 Info-current-file as the file name.
1167
1168 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1169
1170 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1171 overrides will now be done a different way.
1172 (ses-set-parameter): Reapply this function for undo.
1173 (ses-set-header-row): Reconstruct header row during undo.
1174 (ses-widen): New function.
1175 (ses-goto-data, ses-reconstruct-all): Use new function.
1176 (ses-command-hook): Widen buffer during undo, before unupdating
1177 the cells.
1178 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1179 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1180 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1181 formula hasn't been executed yet.
1182
1183 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1184
1185 * comint.el (comint-kill-whole-line): Rename arg to count.
1186 Fix doc string.
1187
1188 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1191 to copy-file.
1192
1193 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1194
1195 * simple.el (toggle-truncate-lines): Make arg optional for
1196 backward compatibility.
1197
1198 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1199
1200 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1201 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1202 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1203 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1204 (ewoc--adjust): Use ewoc--current-dll.
1205 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1206
1207 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1208
1209 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1210 compact error message.
1211 (org-tags-view): Refresh category table in each file.
1212 (org-table-justify-field-maybe): Remove superfluous arguments to
1213 `format'.
1214 (org-export-as-html): Insert "<p>" before postamble.
1215 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1216
1217 2006-05-26 Kenichi Handa <handa@m17n.org>
1218
1219 * textmodes/po.el (po-find-charset): Pay attention to the case
1220 FILENAME is a cons (NAME . BUFFER).
1221 (po-find-file-coding-system-guts): Likewise.
1222
1223 * arc-mode.el (archive-set-buffer-as-visiting-file):
1224 Call find-operation-coding-system with (FILENAME . BUFFER).
1225
1226 * tar-mode.el (tar-extract): Call find-operation-coding-system
1227 with (FILENAME . BUFFER).
1228
1229 * international/mule.el (decode-coding-inserted-region):
1230 Call find-operation-coding-system with (FILENAME . BUFFER).
1231
1232 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1233
1234 * image-mode.el (image-toggle-display): Use buffer contents to
1235 generate image for a remote file.
1236
1237 2006-05-25 Juri Linkov <juri@jurta.org>
1238
1239 * replace.el (query-replace-read-from, query-replace-read-to):
1240 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1241
1242 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1243
1244 * whitespace.el (whitespace-cleanup): Change to cleanup
1245 region if one is active.
1246 * whitespace.el (whitespace-cleanup-internal): New internal method.
1247
1248 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1249
1250 * dired.el (dired-mode-map): Add help-echo strings to tumme
1251 commands. Bind `tumme-dired-display-image' to C-t i.
1252
1253 * tumme.el (tumme-display-image): Change documentation string slightly.
1254 (tumme-dired-display-image): Add call to `display-buffer'.
1255
1256 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1257
1258 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1259 Signal error if RAW-DATA is a multibyte string.
1260
1261 2006-05-24 Richard Stallman <rms@gnu.org>
1262
1263 * subr.el (with-local-quit): When handling `quit' signal,
1264 make a chance for quit-flag to cause a quit.
1265
1266 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1267 (ad-disable-advice): Add autoloads.
1268
1269 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1270
1271 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1272
1273 * dired.el (dired-mode-map): Change menu items for tumme as per
1274 suggestions in emacs-devel.
1275
1276 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1277
1278 * dired.el (dired-mode-map): Fix breakage.
1279
1280 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1281
1282 * tumme.el (tumme-display-dired-image): Rename to...
1283 (tumme-dired-display-image): ...this.
1284 (tumme-track-movement): Change default value to t.
1285 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1286 used from `tumme-next-line-and-display' and similar commands.
1287
1288 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1289 Immediate menu. Add some tumme commands there.
1290
1291 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1292
1293 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1294
1295 2006-05-24 Chong Yidong <cyd@mit.edu>
1296
1297 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1298 menu entries that open submenus.
1299
1300 2006-05-24 Alan Mackenzie <acm@muc.de>
1301
1302 * startup.el (command-line): For names of preloaded files, don't
1303 append ".elc" (now done in Fload), and call file-truename on the
1304 lisp directory.
1305
1306 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1307 match ANY loaded file with the right name, not just those in
1308 load-path. Put a regexp matching the file name into
1309 after-load-alist, rather than the name itself.
1310
1311 * subr.el: New functions load-history-regexp,
1312 load-history-filename-element, do-after-load-evaluation.
1313
1314 * international/mule.el (load-with-code-conversion): Do the
1315 eval-after-load stuff by calling do-after-load-evaluation.
1316
1317 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1318
1319 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1320 has not been killed.
1321
1322 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1323
1324 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1325 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1326 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1327 Optionally set error message in reply.
1328
1329 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1330
1331 * textmodes/org.el (org-open-at-point): Use renamed variable
1332 `org-confirm-shell-link-function'.
1333 (org-confirm-shell-link-function): Rename from
1334 `org-confirm-shell-links'.
1335 (org-export-directory): New function.
1336 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1337 (org-export-icalendar): Use `org-export-directory'.
1338 (org-indent-item): Keep cursor position.
1339 (org-link-file-path-type): New option.
1340 (org-export-as-html): Fix bug with plain lists starting in
1341 column 0.
1342 (org-export-as-html): Remove deadline formatting, this happens
1343 now already in `org-html-handle-time-stamps'.
1344 (org-export-html-style): Deadline class removed.
1345 (org-insert-labeled-timestamps-at-point): New option.
1346 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1347 of `hide-sublevels 1', in case the first headline is not level 1.
1348 (org-overview, org-content): New fuction.
1349 (org-cycle-global-status, org-cycle-subtree-status): Make these
1350 variables buffer-local.
1351 (org-global-cycle): New command.
1352 (org-shifttab): Use `org-global-cycle'.
1353 (org-insert-heading, org-insert-item): Go to end of new
1354 headline/item after creating it.
1355 (org-export-visible): Rename from `org-export-copy-visible'.
1356 Now creates a temporary org-file and applies an exporting command
1357 to it.
1358 (org-table-eval-formula): Support for lisp forms.
1359 (org-agenda-todo-ignore-scheduled): New option.
1360 (org-agenda-get-todos): Use new option
1361 `org-agenda-todo-ignore-scheduled'.
1362 (org-export-html-inline-images): New value `maybe'.
1363 (org-export-as-html): Inlining of images dependent on link description.
1364 (org-archive-subtree): Check for end-of-buffer before trying
1365 `kill-line'.
1366 (org-agenda-follow-mode): New option.
1367 (org-export-with-tags, org-export-with-timestamps): New options.
1368 (org-html-handle-time-stamps): New function.
1369 (org-keyword-time-regexp): New variable.
1370 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1371 (org-agenda-todo-list-sublevels): New option.
1372 (org-html-level-start): When TITLE is nil, just close all levels.
1373 (org-parse-key-lines, org-parse-export-options): Remove functions,
1374 replaced by `org-infile-export-plist'.
1375 (org-combine-plists, org-infile-export-plist)
1376 (org-default-export-plist): New functions.
1377 (org-export-html-preamble, org-export-html-postamble)
1378 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1379 New variables.
1380 (org-export-publishing-directory): New option.
1381 (org-export-as-html, org-export-as-ascii): Use the new property
1382 lists for settings.
1383 (org-export-copy-visible, org-export-as-xoxo):
1384 Respect `org-export-publishing-directory'.
1385 (org-link-search, org-store-link, org-file-apps): Support for
1386 links to BibTeX database entries..
1387 (org-get-current-options, org-set-regexps-and-options):
1388 Implement logging as a startup option.
1389 (org-store-link): Make sure context string is never empty
1390 (org-insert-link): Use relative path when possible.
1391 (org-at-item-checklet-p): New function.
1392 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1393 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1394 (org-metaright, org-metaup, org-metadown, org-shiftup)
1395 (org-shiftdown, org-shiftright, org-shiftleft)
1396 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1397 Dispatch using `call-interactively'.
1398 (org-call-with-arg): New defsubst.
1399 (org-tag-alist, org-use-fast-tag-selection): New options.
1400 (org-complete): Use `org-tag-alist'.
1401 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1402 (org-next-item, org-previous-item): New commands.
1403 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1404 make command.
1405 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1406
1407 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1408
1409 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1410 (ewoc-filter): Use `ewoc-delete'.
1411
1412 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1413
1414 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1417 Signal more user-friendly error messages.
1418
1419 * complete.el (PC-do-completion): Undo the addition of implicit
1420 wildcards if they did not lead to finding any match.
1421 (read-file-name-internal): Don't add the final > if the completion is
1422 not finished.
1423
1424 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1425
1426 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1427 Quote safe-local-variable predicate.
1428
1429 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1430
1431 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1432
1433 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1434
1435 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1436
1437 * progmodes/make-mode.el (makefile-special-targets-list)
1438 (makefile-macro-table, makefile-target-table): Mark as risky.
1439 (makefile-query-one-target-method): Make this the alias for the
1440 following variable.
1441 (makefile-query-one-target-method-function): Make this the real name.
1442
1443 * textmodes/artist.el (artist-text-renderer): Make this the alias
1444 for the following variable.
1445 (artist-text-renderer-function): Make this the real name.
1446
1447 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1448 the alias for the following variable.
1449 (flyspell-generic-check-word-predicate): Make this the real name.
1450
1451 * textmodes/ispell.el (ispell-format-word): Make this the alias
1452 for the following variable.
1453 (ispell-format-word-function): Make this the real name.
1454 (ispell-message-text-end): Mark as risky.
1455
1456 * skeleton.el (skeleton-transformation, skeleton-filter)
1457 (skeleton-pair-filter): Make these the aliases for the following
1458 variables.
1459 (skeleton-transformation-function, skeleton-filter-function)
1460 (skeleton-pair-filter-function): Make these the real names.
1461
1462 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1463 and skeleton-pair-filter-function.
1464
1465 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1466 alias for the following variable.
1467 (sgml-transformation-function): Make this the real name.
1468 (sgml-tag-alist): Mark as risky.
1469
1470 2006-05-21 Richard Stallman <rms@gnu.org>
1471
1472 * simple.el (kill-region): Interactively, pass point, then mark.
1473
1474 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1475
1476 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1477
1478 2006-05-21 Romain Francoise <romain@orebokech.com>
1479
1480 * dired-x.el (dired-mode-map): Don't bind M-g.
1481
1482 2006-05-20 Richard Stallman <rms@gnu.org>
1483
1484 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1485 (dired-goto-file): Doc fix.
1486
1487 2006-05-21 Kim F. Storm <storm@cua.dk>
1488
1489 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1490 way to enable built-in cua-mode if user loads older CUA-mode package.
1491
1492 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1493 if default-filename is specified.
1494
1495 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1496
1497 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1498
1499 * info.el (info-apropos): Make sure current-file and current-node
1500 have non-nil values. Speed up by using add-to-list instead of
1501 manual consing.
1502
1503 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1504
1505 * progmodes/make-mode.el (makefile-mode): Doc fix.
1506
1507 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1508
1509 * dired-aux.el (dired-do-shell-command): Doc fix.
1510
1511 2006-05-20 Kevin Ryde <user42@zip.com.au>
1512
1513 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1514 ``(custom-manual :tag "Foo" "(foo)Node")''.
1515
1516 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1517
1518 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1519 value is an integer.
1520
1521 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1522
1523 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1524 "format".
1525 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1526
1527 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1528
1529 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1530 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1531
1532 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1535 regexp for keywords.
1536
1537 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1538
1539 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1540 replace-regexp-in-string.
1541
1542 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1543 encode, and escape file name on conversion to URL.
1544
1545 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1546
1547 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1548 Don't unescape URL.
1549 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1550
1551 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1552 on conversion to URLs.
1553
1554 * net/browse-url.el (browse-url-file-url): Encode file name on
1555 conversion to URL.
1556
1557 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1558 conversion to URL.
1559
1560 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1561
1562 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1563
1564 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1565
1566 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1567 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1568
1569 2006-05-19 Glenn Morris <rgm@gnu.org>
1570
1571 * calendar/diary-lib.el (diary-bahai-date)
1572 (list-bahai-diary-entries, mark-bahai-diary-entries)
1573 (mark-bahai-calendar-date-pattern): Not interactive.
1574 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1575 (diary-entries-list): Change format of 4th element in each entry.
1576 (diary-list-entries): Use add-to-diary-list.
1577 (diary-goto-entry): Handle the case where the buffer visiting the
1578 diary has been killed.
1579 (fancy-diary-display): Add 'locator to button rather than 'marker.
1580 Only generate temp-face when there are marks to apply.
1581 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1582 (diary-fancy-date-pattern): New variable.
1583 (diary-time-regexp): Doc fix.
1584 (diary-anniversary, diary-time): New faces.
1585 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1586 diary-time-regexp. Add font-lock-multiline property where needed.
1587 Use new faces diary-anniversary and diary-time.
1588 (diary-fancy-font-lock-fontify-region-function): New function, to
1589 handle multiline font-lock pattern in fancy diary.
1590 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1591 (diary-font-lock-keywords): Tweak time regexp. Use new face
1592 diary-time.
1593
1594 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1595
1596 * international/code-pages.el (mik): Table corrected.
1597
1598 2006-05-18 Kim F. Storm <storm@cua.dk>
1599
1600 * progmodes/grep.el (grep-find): Don't check grep-find-command
1601 before running command (breaks non-interactive usage).
1602
1603 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1604
1605 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1606 (ewoc--insert-new-node): Don't insert trailing newline.
1607 Instead, adjust successor nodes's start markers.
1608 (ewoc--refresh-node): Delete all text from current node's start
1609 marker to the next one's; adjust successor nodes's start markers.
1610 (ewoc--create): Doc fixes.
1611 (ewoc--refresh): Don't insert newline.
1612 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1613 * pcvs.el (cvs-make-cvs-buffer):
1614 Specify extra newline for ewoc's header and footer.
1615 (cvs-update-header): Update initial header recognition.
1616 Append newline to final header and footer values.
1617 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1618
1619 2006-05-17 Richard Stallman <rms@gnu.org>
1620
1621 * files.el (file-name-extension): Doc fix.
1622
1623 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1626 we can explicitly enable/disable rather than toggle.
1627 (shell-mode): Use it.
1628 (shell-cd): Don't try to reproduce what `cd' does.
1629
1630 2006-05-17 Kim F. Storm <storm@cua.dk>
1631
1632 * ido.el (ido-read-internal): Use only nondirectory part of
1633 default item.
1634
1635 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1636
1637 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1638 (ewoc-nth): Doc fix.
1639
1640 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1641
1642 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1643
1644 * international/mule.el (auto-coding-alist): Add .lha to files
1645 read with no-conversion.
1646
1647 * files.el (auto-mode-alist): Add .lha files to archive file
1648 extensions.
1649
1650 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1651 Convert csize to integer when computing offsets within the
1652 compressed archive file.
1653
1654 2006-05-16 Kim F. Storm <storm@cua.dk>
1655
1656 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1657 with read-from-minibuffer.
1658
1659 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1660
1661 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1662 (byte-compile-warnings): Fix safe-local-variable property.
1663
1664 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1665
1666 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1667 (allout-stylish-prefixes, allout-numbered-bullet)
1668 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1669 predicates to qualify `safe-local-variable' property, when
1670 available, else use equivalent lambda.
1671 (allout-current-topic-collapsed-p): Do the right thing regarding
1672 trailing blank lines.
1673
1674 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * server.el (server-start): Only create a directory if needed.
1677 (server-edit, server-unload-hook): server-start => server-mode.
1678 (kill-emacs-hook): Cleanup upon exit.
1679
1680 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * hexl.el (hexlify-buffer): Encode process arguments manually.
1683
1684 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1685
1686 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1687 call to gdb-tooltip-print.
1688
1689 2006-05-15 Romain Francoise <romain@orebokech.com>
1690
1691 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1692 systems, default to "tar" since those systems probably have GNU tar.
1693
1694 2006-05-14 Lars Hansen <larsh@soem.dk>
1695
1696 * desktop.el (desktop-missing-file-warning): Fix docstring.
1697 (desktop-restore-file-buffer): Correct question asked on missing file.
1698
1699 2006-05-14 Kim F. Storm <storm@cua.dk>
1700
1701 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1702 Add CUA move property.
1703
1704 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1705
1706 * custom.el (custom-push-theme): Load the variable before checking
1707 its `standard-value'.
1708
1709 2006-05-13 Lars Hansen <larsh@soem.dk>
1710
1711 * desktop.el (desktop-save): Use with-temp-buffer.
1712
1713 2006-05-12 Glenn Morris <rgm@gnu.org>
1714
1715 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1716 * calendar/calendar.el (calendar-mode-map):
1717 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1718 * calendar/appt.el (appt-check, appt-make-list): Refer to
1719 diary-view-entries, diary-list-entries, diary-show-all-entries
1720 rather than obsolete aliases.
1721
1722 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * simple.el (line-move-finish): Avoid calling point motion hooks
1725 while processing intangibility.
1726
1727 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1728
1729 * term/xterm.el (terminal-init-xterm): Fix typo.
1730
1731 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1732
1733 * allout.el (allout-view-change-hook): Mark as being deprecated,
1734 to be replaced by `allout-exposure-change-hook'.
1735 (allout-exposure-change-hook): New, replacing
1736 `allout-view-change-hook'.
1737 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1738 in addition to `allout-view-change-hook'.
1739 (allout-show-bodies, allout-old-style-prefixes)
1740 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1741 lambda forms to prevent their showing up in variable help
1742 presentations as inscrutable byte-compiled code.
1743 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1744 Use string-or-null-p to qualify safe-local-variable values.
1745 (allout-reindent-bodies): Use memq to qualify matches against
1746 valid safe-local-variable values. Also, quote the lambda as above.
1747 (allout-use-mode-specific-leader): Add missing candidate-value
1748 symbols, use memq, and quote the lambda.
1749 (allout-overlay-interior-modification-handler): Remove unused
1750 variables `msg' and 'opened'.
1751 (allout-hidden-p): Constrain invisibility consideration to allout's
1752 invisibility spec, disregarding invisibility for other reasons.
1753
1754 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1755
1756 * files.el (version-control): Correct safe values.
1757
1758 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1759
1760 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1761
1762 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1763 (ewoc--insert-new-node): New func.
1764 Update callers of deleted funcs to use it, instead.
1765
1766 2006-05-11 Glenn Morris <rgm@gnu.org>
1767
1768 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1769 obsolete alias `show-all-diary-entries'.
1770 (make-diary-entry): Not interactive.
1771 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1772 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1773 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1774 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1775 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1776 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1777
1778 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1779
1780 * calendar/calendar.el (calendar-french-date-string)
1781 (calendar-mayan-date-string, calendar-chinese-date-string)
1782 (calendar-astro-date-string, calendar-iso-date-string)
1783 (calendar-islamic-date-string, calendar-bahai-date-string)
1784 (calendar-hebrew-date-string, calendar-coptic-date-string)
1785 (calendar-ethiopic-date-string, calendar-persian-date-string):
1786 These functions are not interactive.
1787
1788 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1789
1790 * files.el: Balance parentheses.
1791
1792 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1793
1794 * files.el, newcomment.el, outline.el, simple.el,
1795 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1796 progmodes/cc-vars.el, progmodes/compile.el:
1797 Move `safe-local-variable' declarations to the respective files.
1798
1799 * help-fns.el (describe-variable): Don't print safe-var if it is
1800 byte-code. Improve wording as suggested by Luc Teirlinck.
1801
1802 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1803
1804 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1805 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1806 Use a token for pending-triggers to ensure gdb-var-update
1807 gets called once per user input again for pre-GDB 6.4.
1808 (gdb-var-delete): Match on more complex expressions.
1809 (gdb-var-list-children-handler, gdb-var-create-handler):
1810 Use a token for consistency.
1811
1812 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1813
1814 * textmodes/org.el (org-read-date, org-goto-calendar)
1815 (org-agenda-goto-calendar):
1816 Bind `view-calendar-holidays-initially' to nil.
1817
1818 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1819
1820 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1821 Update all callers to do it there, instead.
1822
1823 2006-05-10 Glenn Morris <rgm@gnu.org>
1824
1825 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1826 prefix arg case, to avoid view-diary-entries-initially error.
1827 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1828 (calendar-date-is-legal-p): Handle dates with no day part.
1829
1830 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1831
1832 * comint.el (comint-insert-input): Just make it when
1833 comint-use-prompt regexp is nil (default) and with the mouse.
1834 (comint-copy-old-input): Reinstate from 2004-06-23.
1835 (comint-mode-map): Bind C-c C-m to it.
1836
1837 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1838
1839 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1840 Remove spurious move to point-max (new comint behavior fixes).
1841
1842 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1843 compatibility function (Emacs 18/19).
1844 (idlwave-is-continuation-line): Always return point at start of
1845 previous non-blank continuation line.
1846 `keyword-parameters': Fix continued comment font-lock matcher.
1847 (idlwave-font-lock-fontify-region): Written, use as
1848 font-lock-fontify-region-function, to fix continued keyword
1849 fontification issues.
1850
1851 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1852
1853 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1854 (mac-service-selection, mac-service-open-file)
1855 (mac-service-open-selection, mac-service-mail-selection)
1856 (mac-service-mail-to, mac-service-insert-text): Rename from
1857 mac-services-*. All uses changed.
1858 (mac-apple-event-map): Rename event symbol `services' to `service'.
1859
1860 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1861
1862 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1863 (ewoc--node-enter-first, ewoc--node-enter-last)
1864 (ewoc--delete-node-internal): Merge funcs into unique callers.
1865
1866 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1867
1868 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1869 return value of read-from-minibuffer for empty input.
1870
1871 2006-05-09 Miles Bader <miles@gnu.org>
1872
1873 * comint.el (comint-insert-input): Remove redundant calls to setq
1874 and goto-char.
1875
1876 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1877
1878 * comint.el (comint-insert-input): Make it work when
1879 comint-use-prompt-regexp is t.
1880
1881 2006-05-10 Miles Bader <miles@gnu.org>
1882
1883 * subr.el (field-at-pos): New function.
1884
1885 * comint.el (comint-insert-input): Use it.
1886
1887 2006-05-09 Juri Linkov <juri@jurta.org>
1888
1889 * battery.el (battery-linux-proc-acpi): Also try
1890 `/proc/acpi/thermal_zone/THR2/temperature'.
1891
1892 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1893 for now unused lambda `string-or-null'.
1894
1895 * add-log.el (change-log-default-name): Put `string-or-null-p'
1896 instead of lambda on `safe-local-variable' property.
1897
1898 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1899 `region-end' instead of `mark' and `point'.
1900 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1901 Operate on region in Transient Mark mode when the mark is active.
1902 Use `region-beginning' and `region-end' instead of `mark' and
1903 `point'.
1904 (diff-hunk-text, diff-goto-source): Doc fix.
1905
1906 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1907 face `mode-line-buffer-id' for mode-line buffer face instead of
1908 hard-coded `(:weight bold)'.
1909
1910 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1911 buffer-undo-list to t (undo-ask is reproducible by visiting
1912 nested archives).
1913
1914 2006-05-09 Kim F. Storm <storm@cua.dk>
1915
1916 * progmodes/grep.el (rgrep): Set default directory of *grep*
1917 buffer if we start M-x rgrep in the *grep* buffer and choose
1918 a different base directory.
1919
1920 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1921
1922 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1923 completion also when ido is loaded.
1924
1925 2006-05-09 Masatake YAMATO <jet@gyve.org>
1926
1927 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1928 "warning" and "import".
1929 (cpp-font-lock-keywords): Added "warning".
1930
1931 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1932
1933 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1934
1935 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1938 pages at a time, if we signal the end, we should indeed reach that end.
1939
1940 2006-05-08 David Reitter <david.reitter@gmail.com>
1941
1942 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1943 output during execution of the body.
1944
1945 2006-05-08 Kim F. Storm <storm@cua.dk>
1946
1947 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1948
1949 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1950
1951 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1952 Use with-current-buffer.
1953
1954 2006-05-07 Kim F. Storm <storm@cua.dk>
1955
1956 * subr.el (add-to-history): Remove keep-dups arg.
1957
1958 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1959 to nil around call to add-to-history.
1960
1961 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1964 than after a buffer modification.
1965
1966 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1967
1968 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1969 call to...
1970 (gud-watch): ...here so speedbar is raised for already watched
1971 expressions.
1972 (gdb-speedbar-refresh): Delete function.
1973 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1974 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1975 earlier change).
1976 (gdb-var-evaluate-expression-handler)
1977 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1978
1979 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1980 Update localized contents for all buffers except ignored modes.
1981
1982 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1983
1984 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1985 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1986 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1987 (mac-handle-font-panel-closed, mac-handle-font-selection):
1988 New functions.
1989 (mac-font-panel-mode): New minor mode.
1990 (mac-apple-event-map): Add bindings for toolbar toggle button and
1991 font panel.
1992 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1993
1994 2006-05-07 John Paul Wallington <jpw@pobox.com>
1995
1996 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1997 Avoid `regexp-opt'; simplify regexp for readability.
1998
1999 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2000
2001 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2002 * files.el (buffer-stale-function):
2003 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2004 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2005 links to the main manual, not to emacs-xtra.
2006
2007 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2008
2009 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2010 MacJapanese if text is ASCII-only.
2011
2012 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2013
2014 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2015 unless so nil isn't returned.
2016 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2017
2018 2006-05-06 Kim F. Storm <storm@cua.dk>
2019
2020 * subr.el (add-to-history): New function.
2021
2022 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2023 (ediff-merge-files-with-ancestor):
2024 * env.el (setenv):
2025 * isearch.el (isearch-update-ring):
2026 * server.el (server-visit-files):
2027 * progmodes/grep.el (lgrep, rgrep):
2028 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2029 * progmodes/xscheme.el (xscheme-insert-expression):
2030 Use add-to-history.
2031
2032 * kmacro.el (kmacro-push-ring): Use add-to-history.
2033 (kmacro-ring-length): Remove unused defun.
2034 (kmacro-start-macro): Use kmacro-push-ring.
2035
2036 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2037
2038 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2039 directly instead of a lambda expression that calls it.
2040
2041 2006-05-06 Kim F. Storm <storm@cua.dk>
2042
2043 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2044 instead of compute-motion.
2045
2046 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2047
2048 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2049 change.
2050
2051 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2052
2053 * startup.el (command-line-1): Refer to "Pure Storage" on
2054 pure-space-overflow.
2055
2056 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2057
2058 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2059 provided faces once they all have been used up.
2060
2061 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2062
2063 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2064 reference to the Lisp manual to the warning about pure space
2065 overflow.
2066
2067 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2068
2069 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2070 argument to avoid the call to `ispell-internal-change-dictionary'
2071 when not needed.
2072 (ispell-change-dictionary): Use this argument and call
2073 `ispell-internal-change-dictionary' after the possible change
2074 to `ispell-local-dictionary'.
2075 (ispell-internal-change-dictionary): Check for a change in
2076 personal dictionary use too.
2077 Cosmetic changes from Agustin Martin
2078 <agustin.martin@hispalinux.es>.
2079
2080 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2081
2082 * startup.el (command-line): On MS-Windows, probe "~", not
2083 "~USER", for warning about non-existent home directory
2084
2085 * arc-mode.el (archive-l-e): New optional argument `float' means
2086 generate a float value.
2087 (archive-arc-summarize, archive-lzh-summarize)
2088 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2089 with 3rd argument non-nil when file's size is being computed.
2090 Format the file sizes with %8.0f instead of %8d.
2091
2092 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2093
2094 * cus-start.el (all): Add mac-dnd-known-types.
2095
2096 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2097 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2098 (mac-TIFF-to-string): New functions.
2099 (x-get-selection, x-selection-value)
2100 (mac-select-convert-to-string): Use them.
2101 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2102 (mac-dnd-types-alist): New customization variable.
2103 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2104 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2105 (mac-dnd-handle-drag-n-drop-event): New functions.
2106 (mac-drag-n-drop): Remove function.
2107 (global-map): Bind drag-n-drop and M-drag-n-drop to
2108 mac-dnd-handle-drag-n-drop-event.
2109
2110 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2111
2112 * progmodes/perl-mode.el (perl-beginning-of-function):
2113 Skip anonymous subs.
2114
2115 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2116
2117 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2118 regexp-opt at run time.
2119
2120 * term.el (term-handle-ansi-escape): Fix off by one error.
2121
2122 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2123
2124 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2125 (gdb-init-1, gdb-post-prompt): ...and references to it.
2126 (gdb-frame-handler): Strip directory name from filename if present.
2127
2128 * progmodes/gud.el (gdb-force-update): Delete defvar
2129 (gud-speedbar-buttons): ...and references to it. Use window-start
2130 to try to keep positon in watch expression.
2131
2132 2006-05-03 Richard Stallman <rms@gnu.org>
2133
2134 * simple.el (next-history-element, previous-history-element): Doc fix.
2135
2136 * isearch.el (isearch-update-ring): Doc fix.
2137
2138 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2139
2140 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2141 into consideration. Replace one arm ifs with whens.
2142
2143 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2144
2145 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2146 (menu): Fix typo.
2147
2148 2006-05-02 Miles Bader <miles@gnu.org>
2149
2150 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2151
2152 2006-05-02 Jay Belanger <belanger@truman.edu>
2153
2154 * calc/calc-embed.el (calc-override-minor-modes-map)
2155 (calc-override-minor-modes): New variables.
2156 (calc-do-embedded): Make sure that Calc keystrokes aren't
2157 overwritten by minor modes.
2158
2159 2006-05-02 Chong Yidong <cyd@mit.edu>
2160
2161 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2162
2163 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2164
2165 * startup.el (command-line-1): Refer to Lisp manual when
2166 pure-space-overflow occurs.
2167
2168 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2169 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2170 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2171 (version-control): Don't use `t' for safe-local-variable declarations.
2172
2173 2006-05-01 Richard Stallman <rms@gnu.org>
2174
2175 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2176 M-r, M-R, M-A, M-SPC or M-DEL.
2177 (diff-mode-map): diff-refine-hunk now on C-c C-w
2178 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2179
2180 * help-mode.el (help-mode): view-exit-action calls delete-window
2181 only when it is safe and possible.
2182
2183 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2184 in messages.
2185
2186 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2187
2188 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2189 in the default tool-bar-map.
2190
2191 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2192
2193 * net/tramp.el (tramp-completion-file-name-handler-alist)
2194 (tramp-run-real-handler, tramp-completion-run-real-handler)
2195 (tramp-completion-handle-file-name-all-completions)
2196 (tramp-completion-handle-file-name-completion): Autoload them.
2197 (tramp-completion-handle-file-exists-p)
2198 (tramp-completion-handle-file-name-directory)
2199 (tramp-completion-handle-file-name-nondirectory)
2200 (tramp-completion-handle-expand-file-name): Remove them.
2201 (tramp-handle-file-name-directory): Return the real directory name.
2202 Returning "/" only doesn't need to be necessary any longer.
2203 (tramp-file-name-handler): Make special attention when in hostname
2204 completion mode.
2205 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2206 (tramp-register-file-name-handlers):
2207 Register `tramp-completion-file-name-handler' only when
2208 `partial-completion-mode' is enabled.
2209 (tramp-completion-handle-file-name-all-completions):
2210 Delete directory part from results.
2211 (tramp-get-completion-methods, tramp-get-completion-user-host):
2212 Discard deleting "/", it doesn't work after the change of
2213 `tramp-handle-file-name-directory' above.
2214
2215 2006-05-01 Kim F. Storm <storm@cua.dk>
2216
2217 * progmodes/grep.el (grep-expand-template): Use save-match-data
2218 and symbol-value.
2219
2220 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2221
2222 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2223 Use select-frame-set-input-focus instead of raise-frame.
2224 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2225
2226 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2227
2228 * progmodes/gud.el (gud-def): Add %c case.
2229 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2230 (gud-format-command): Make match case sensitive. Match on %F.
2231
2232 2006-04-30 Glenn Morris <rgm@gnu.org>
2233
2234 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2235 (cal-tex-preamble): Use cal-tex-preamble-extra.
2236 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2237 than alias `list-diary-entries'.
2238
2239 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2240
2241 * help-fns.el (describe-variable): Add info about safe local variables.
2242
2243 2006-04-29 Richard Stallman <rms@gnu.org>
2244
2245 * bindings.el (mode-line-format): help-echo doc fixes.
2246
2247 * net/tramp.el (tramp-file-name-handler-alist): Delete
2248 expand-file-name and other operations that can cause spurious loading.
2249
2250 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * files.el (safe-local-variable-p): Remove support for the special
2253 value t.
2254
2255 * textmodes/paragraphs.el (sentence-end-without-space):
2256 Fix safety predicate.
2257 (sentence-end-double-space, sentence-end-without-period)
2258 (paragraph-ignore-fill-prefix):
2259 * textmodes/fill.el (colon-double-space):
2260 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2261
2262 * subr.el (booleanp): New fun.
2263
2264 * textmodes/reftex-vars.el (reftex-guess-label-type):
2265 Tighten the safety predicate.
2266
2267 2006-04-28 Kim F. Storm <storm@cua.dk>
2268
2269 * progmodes/grep.el (defgroup grep): Doc fix.
2270 (grep-auto-highlight): Remove.
2271 (grep-template): New defcustom.
2272 (grep-find-template): Rename from grep-tree-template.
2273 (grep-files-aliases): Rename from grep-tree-files-aliases.
2274 Remove "all" alias, add "l" alias.
2275 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2276 (grep-find-ignored-directories): New defcustom to replace
2277 grep-tree-ignore-CVS-directories, to facilitate ignoring
2278 subdirectories for multiple version control systems.
2279 (grep-mode-map): Add Recursive grep item to GREP menu.
2280 (grep-regexp-history, grep-files-history): New defvars.
2281 (grep-probe): New helper function.
2282 (grep-compute-defaults): Use it to simplify code.
2283 Adapt to name changes.
2284 Use `.' as base in grep-find-template rather than <D>.
2285 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2286 Call grep-compute-defaults unconditionally.
2287 (grep-expand-keywords): New defconst.
2288 (grep-expand-template): Rename from grep-expand-command-macros.
2289 Simplify via grep-expand-keywords. Look at case-fold-search instead
2290 of grep-tree-ignore-case to add -i option.
2291 Bind case-fold-search to nil while matching keywords.
2292 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2293 (grep-read-regexp, grep-read-files): New helper functions.
2294 (rgrep): Rename from grep-tree. Rework to use proper histories.
2295 Adapt to changes in defcustoms and functions above.
2296 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2297
2298 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2299
2300 * net/tramp.el (tramp-completion-file-name-handler):
2301 Disable Tramp's functionality while loading Tramp itself.
2302 (tramp-register-file-name-handlers): That's a defsubst now.
2303 Code from `tramp-repair-jka-compr' moved here. Apply it via
2304 `after-init-hook'.
2305 (tramp-repair-jka-compr): Remove.
2306
2307 2006-04-27 Jay Belanger <belanger@truman.edu>
2308
2309 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2310 read expression when `math-read-big-expr' doesn't work.
2311
2312 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2313
2314 * startup.el (command-line-1): Display warning when
2315 pure-space-overflow is non-nil.
2316
2317 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2318
2319 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2320 risky.
2321
2322 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2323
2324 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2325 Return the URL or nil if none can be generated.
2326
2327 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2328
2329 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2330 byte compiler warnings.
2331 (gud-basic-call, gud-find-expr): Let user select an expression
2332 for printing. Print expression as well as value in GUD buffer.
2333
2334 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2335
2336 * allout.el: Remove local autoload declaration for
2337 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2338 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2339 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2340 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2341 (allout-stylish-prefixes, allout-numbered-bullet)
2342 (allout-file-xref-bullet, allout-presentation-padding)
2343 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2344 safe-local-variable with suitable value spec, and add autoload
2345 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2346 (move-beginning-of-line, move-end-of-line): Repair so these compat
2347 functions now actually resituate the point, when appropriate.
2348
2349 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2352
2353 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2354 (add-log-iso8601-time-string): Fix call to format-time-string.
2355
2356 2006-04-26 Kim F. Storm <storm@cua.dk>
2357
2358 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2359
2360 2006-04-26 Masatake YAMATO <jet@gyve.org>
2361
2362 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2363 Add support for "//" style comments. Remove `b' flag
2364 from ?* in `asm-mode-syntax-table'.
2365
2366 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * follow.el: Use (featurep 'xemacs) everywhere.
2369 (follow-mode): Use define-minor-mode.
2370 (follow-mode-map): Move initialization into the declaration.
2371 Use command remapping.
2372 (follow-emacs-version-xemacs-p): Remove.
2373 (follow-submit-feedback): Remove.
2374
2375 * allout.el (allout-layout, allout-passphrase-verifier-string)
2376 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2377
2378 * textmodes/reftex-vars.el (reftex-vref-is-default)
2379 (reftex-fref-is-default, reftex-guess-label-type):
2380 Tighten up a bit the safety predicate.
2381
2382 * textmodes/paragraphs.el (sentence-end-double-space)
2383 (sentence-end-without-period, sentence-end-without-space)
2384 (page-delimiter, paragraph-ignore-fill-prefix):
2385 Tighten up a bit the safety predicate.
2386
2387 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2388
2389 * progmodes/python.el (python-continuation-line-p)
2390 (python-beginning-of-statement): syntax-ppss may return
2391 a negative depth.
2392 (python-mode): Don't forcefully enable font-lock.
2393
2394 * time-stamp.el (time-stamp-start, time-stamp-end)
2395 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2396
2397 * add-log.el: Remove spurious * in docstrings.
2398 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2399 (add-change-log-entry): Use it here, since it's not specific
2400 to iso8601.
2401 (add-log-iso8601-time-string): Don't use it here any more.
2402 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2403
2404 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2405
2406 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2407
2408 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2409 (rcirc-toggle-low-priority): Doc fix.
2410 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2411 ChanServ regexp.
2412 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2413 #emacs.
2414 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2415 (rcirc-decode-coding-system): Use utf-8 as the default.
2416 (rcirc-multiline-minor-mode): Set the fill-column.
2417 (rcirc-format-response-string): Display bright and dim nicks.
2418 (rcirc-browse-url): Update interactive spec to fill ARG.
2419 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2420 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2421
2422 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2423
2424 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2425 case for @Article, etc.
2426
2427 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2430 Added with autoload cookie.
2431 (tramp-unload-file-name-handlers): Rename from
2432 `tramp-unload-file-name-handler-alist'.
2433
2434 2006-04-23 Romain Francoise <romain@orebokech.com>
2435
2436 * comint.el (comint-match-partial-filename): Doc fix.
2437
2438 2006-04-21 Glenn Morris <rgm@gnu.org>
2439
2440 * calendar/cal-menu.el (calendar-mode-map): Refer to
2441 `diary-view-entries' rather than alias `view-diary-entries'.
2442 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2443
2444 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2445
2446 * progmodes/antlr-mode.el (antlr-default):
2447 * cus-edit.el (custom-documentation):
2448 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2449 in defface.
2450
2451 2006-04-21 Kim F. Storm <storm@cua.dk>
2452
2453 * image.el (image-type): New defun split out of create-image.
2454 (create-image): Use it.
2455
2456 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2457
2458 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2459 (org-open-at-point): Remove the "...done" message to keep output
2460 in the echo area visible.
2461 (org-export-as-xoxo): Fix call to `indent-region'.
2462
2463 2006-04-21 Kevin Ryde <user42@zip.com.au>
2464
2465 * international/mule.el (keyboard-coding-system): defcustom
2466 info-link fixes: "Specify Coding" has been split, keyboard now in
2467 "Terminal Coding", and "Single-Byte Character Support" is now
2468 "Unibyte Mode".
2469
2470 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2471
2472 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2473 Use font-lock-warning-face for any errors e.g. no stack.
2474 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2475
2476 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2477
2478 * progmodes/sh-script.el (sh-shell): Mark as safe.
2479
2480 * newcomment.el (comment-start, comment-start-skip)
2481 (comment-end-skip, comment-end): Mark as safe.
2482
2483 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2484
2485 * textmodes/org.el (org-deadline-announce): Face removed.
2486 (org-level-faces, org-n-levels): Convert to constant.
2487 (org-compatible-face): New function.
2488 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2489 (org-level-5, org-level-6, org-level-7, org-level-8)
2490 (org-special-keyword, org-warning, org-headline-done, org-link)
2491 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2492 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2493 Face definition revised for better color tty support.
2494 (org-bold-re, org-italic-re, org-underline-re): New constants.
2495 (org-set-font-lock-defaults): Use the new constants.
2496 (org-agenda-highlight-todo): New function.
2497 (org-agenda-todo): Fix bug with point at end of line.
2498 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2499 Fontify TODO keywords.
2500 (org-insert-link): Preserve relative path in ../ links.
2501 (org-export-as-html): Convert links pointing to .org files into
2502 links that will work beteen the exported HTML files.
2503 (org-todo-list): Fix bug when arg=0.
2504 (org-insert-heading): More fine-tuning.
2505
2506 2006-04-19 Romain Francoise <romain@orebokech.com>
2507
2508 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2509 from `rmail-mime-charset-pattern'.
2510
2511 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2512
2513 * progmodes/python.el (python-mode): Fix typo.
2514
2515 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2516
2517 * comint.el (comint-previous-input): Don't clobber input line
2518 when moving off either end of the input history ring.
2519 (comint-delete-input): New function, used by
2520 `comint-previous-input' and others.
2521 (comint-previous-matching-input):
2522 Use `coming-delete-input'. Save the partial input if leaving the
2523 edit line. Goto point-max before deleting input to avoid
2524 partial input fragments hanging around.
2525 (comint-restore-input): New function, used by `comint-previous-input'.
2526
2527 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2528
2529 * imenu.el (imenu--index-alist): Balance parentheses.
2530
2531 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2532
2533 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2534
2535 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2536
2537 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2538 file is nil.
2539
2540 2006-04-18 Richard Stallman <rms@gnu.org>
2541
2542 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2543
2544 * imenu.el (imenu-create-index-function, imenu--index-alist)
2545 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2546 (imenu-default-create-index-function, imenu--generic-function):
2547 Doc fixes.
2548
2549 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2550
2551 * help-mode.el (help-mode): Set view-exit-action to delete window.
2552
2553 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2554 now works by passing nil as arg.
2555
2556 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2557
2558 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2559 (read-abbrev-file): Provide default when reading filename.
2560
2561 * files.el (enable-local-variables): Allow :all as value.
2562 (hack-local-variables): Implement that value.
2563 (safe-local-variable-values, safe-local-eval-forms)
2564 (enable-local-variables): Mark as risky.
2565 (find-file-visit-truename, kept-old-versions): Mark safe.
2566
2567 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2568 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2569 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2570
2571 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2574 Use forward-line so as to get to BOL even in the presence of fields.
2575 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2576 in return.
2577 (inferior-tcl): Tell tclsh to work in interactive mode.
2578
2579 * complete.el (partial-completion-mode):
2580 Use 'choose-completion-string-functions to make sure that
2581 choose-completion fills the minibuffer properly.
2582
2583 * complete.el (PC-old-read-file-name-internal): Remove.
2584 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2585 of read-file-name-internal.
2586 (partial-completion-mode): Enable/disable this advice.
2587
2588 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2591 of 2006-04-17.
2592
2593 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2594
2595 * textmodes/org.el (org-insert-heading): Insert heading before
2596 current if at beginning of line.
2597 (org-todo, org-date): New faces.
2598 (org-table-align): Make sure tooltip window contains full text.
2599 (org-no-properties): New defsubst.
2600 (org-set-font-lock-defaults): Use new faces.
2601
2602 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2603
2604 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2605 for root variables.
2606
2607 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2608 (gdb-frame-address): Re-use to identify frame for watch expression.
2609 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2610 variables.
2611 (gdb-init-1, gdb-source, gdb-post-prompt)
2612 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2613 (gdb-frame-handler): Get gdb-frame-address.
2614
2615 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2616
2617 Sync with Tramp 2.0.53.
2618
2619 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2620 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2621 (tramp-completion-file-name-handler): Add autoload cookie for
2622 adding to `file-name-handler-alist'.
2623
2624 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2625 the prompt. If it returns earlier (when detecting an error
2626 message), the rest of the output will merge accidently with the
2627 output of the next command. Reported by M Jared Finder
2628 <jared@hpalace.com>.
2629
2630 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2631 for `process-file', in order to let it work for older Emacsen too.
2632
2633 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2634
2635 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2636 (tex-font-lock-keywords-3): Use it.
2637
2638 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * newcomment.el (comment-add): New function.
2641 (comment-region-default, comment-dwim): Use it.
2642
2643 2006-04-15 Michael Olson <mwolson@gnu.org>
2644
2645 * emacs-lisp/tq.el: Improve comments.
2646 (tq-queue-head-question): New accessor function.
2647 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2648 Update for modified queue structure.
2649 (tq-queue-add): Accept `question' argument.
2650 (tq-queue-pop): If a question is pending, send it.
2651 (tq-enqueue): Accept new optional argument `delay-question'.
2652 If this is non-nil, and at least one other question is pending a
2653 response, queue the question rather than sending it immediately.
2654
2655 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2656
2657 * calendar/appt.el (appt-add): Check whether an appointment is
2658 already present in appt-time-msg-list. Simplify code.
2659
2660 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * progmodes/cc-langs.el (c-mode-menu):
2663 Don't presume c-subword-mode is bound.
2664
2665 2006-04-13 Bill Wohler <wohler@newt.com>
2666
2667 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2668 (customize-package-emacs-version): Use cdr instead of cadr now
2669 that alists use dotted pairs.
2670
2671 * custom.el (defcustom): Fix docstring for :package-version.
2672
2673 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2674
2675 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2676 (tramp-handle-shell-command): Display output buffer only when
2677 `tramp-display-shell-command-buffer' is true.
2678 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2679
2680 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2681
2682 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2683 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2684
2685 2006-04-13 Romain Francoise <romain@orebokech.com>
2686
2687 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2688 leaving temporary .cvsignore buffers behind.
2689
2690 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2691
2692 * textmodes/org.el (org-set-regexps-and-options)
2693 (org-get-current-options): Better names for the startup folding
2694 options.
2695
2696 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2697
2698 * vc.el (vc-annotate): Arrange for point to end up at the same
2699 line number as in the original, but only when using a new buffer.
2700
2701 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2702
2703 * files.el (hack-one-local-variable-eval-safep):
2704 Recognize `edebug-form-spec' for `put', but only if it passes
2705 `edebug-basic-spec'. Generalize `put' handling.
2706
2707 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2708 vetting file-local form specs.
2709
2710 * allout.el (allout-layout): Autoload its `safe-local-variable'
2711 property.
2712
2713 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2714
2715 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2716 (org-agenda-mouse-1-follows-link)
2717 (org-mouse-1-follows-link): New options.
2718 (org-format-agenda-item): Fix bug if TAGS is nil.
2719 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2720
2721 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2722
2723 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2724 GDB 6.1+ gives full filename for "info sources" so use
2725 file-name-nondirectory.
2726
2727 2006-04-12 Romain Francoise <romain@orebokech.com>
2728
2729 * subr.el (read-passwd): Bind `message-log-max' to nil.
2730
2731 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * progmodes/perl-mode.el (perl-indent-new-calculate):
2734 Recompute parse-start after jumping backward by a whole sexp.
2735
2736 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2739 window configuration.
2740 (vc-annotate-display-select): Select the buffer so that current-buffer
2741 (and selected-window) is the output buffer at the end of vc-annotate.
2742
2743 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2744
2745 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2746 8-color terminals, to use all of the colors in a sensible order.
2747 256-color terminals work well with the standard map.
2748 (vc-annotate-lines): Only strip the first color character if it
2749 is "#", to allow for terminal-style named colors.
2750 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2751 the correct buffer is scrolled.
2752
2753 2006-04-11 Richard Stallman <rms@gnu.org>
2754
2755 * emacs-lisp/bytecomp.el (byte-compile-file):
2756 Bind enable-local-variables to :safe, and make normal-mode obey it.
2757
2758 * files.el (enable-local-variables): Allow value :safe.
2759 (normal-mode): Doc fix.
2760 (hack-local-variables): Implement enable-local-variables = :safe.
2761 (hack-local-variables-confirm): Don't prevent quitting.
2762
2763 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * loadhist.el (unload-feature): A bit of sanity check of
2766 load-history entries. Cancel timer-vars before unbinding them.
2767
2768 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2769 quote special chars, and make the trick work on the hex part of the
2770 buffer as well.
2771 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2772 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2773
2774 * startup.el (normal-splash-screen): Fix last change so we don't wait
2775 2 minutes if we don't show the splash screen.
2776
2777 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2778
2779 * textmodes/org.el (org-export-plain-list-max-depth)
2780 (org-table-spaces-around-separators)
2781 (org-radio-targets, org-activate-camels)
2782 (org-table-spaces-around-invisible-separators): Options removed.
2783 (org-time-stamp-rounding-minutes, org-remember-templates)
2784 (org-ellipsis, org-activate-links, org-descriptive-links):
2785 New options.
2786 (org-remember-apply-template, org-current-time)
2787 (org-finish-edit-table-field)
2788 (org-link-unescape, org-link-escape)
2789 (org-string-width, org-table-clean-line, org-html-do-expand)
2790 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2791 (org-read-agenda-file-list): New functions.
2792 (org-table-edit-field)
2793 (org-table-create-or-convert-from-region): New commands
2794 (org-table-toggle-vline-visibility): Command removed.
2795 (org-table-convert-region): Made a command.
2796 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2797 Replace with the normal org- functions.
2798 (org-self-insert-command): Don't trigger realign unnecessarily
2799 when blanking a field that is not full.
2800 (org-mode): `Set buffer-invisibility-spec' for links.
2801 (org-activate-links2): Hide link part and only show descriptive
2802 part of the link.
2803 (org-insert-link): Modify for new linking system.
2804 (org-store-link): Store description separately, for use by
2805 `org-insert-link'.
2806 (org-table-align): Use `org-string-width'.
2807 (defgroup): Completely new group structure for custom variables.
2808 (org-agenda-files): Option: Single file name allowed. Function:
2809 Optional argument unrestrited means ignore any restricitons.
2810 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2811 trying to modify the menu. Use generalized access to
2812 `org-agenda-files.'
2813 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2814 (org-agenda-file-to-front, org-remove-file, org-diary)
2815 (org-tags-view, org-export-icalendar-all-agenda-files)
2816 (org-export-icalendar-combine-agenda-files): Use generalized
2817 access to `org-agenda-files'.
2818 (org-remember-handler): Correctly preserve heading if present.
2819 (org-table-insert-row, org-table-insert-hline): Deal with
2820 invisible characters.
2821
2822 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2823
2824 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2825 (vc-annotate-color-map): New 18 element constant
2826 value/saturation, rotating hue colormap, from red->blue.
2827 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2828 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2829 (vc-annotate): To avoid killing the required local variables,
2830 set them before the end of `with-output-to-temp-buffer', and
2831 after first switching to annotate-mode.
2832 (vc-annotate-warp-version): Add buffer argument in goto-line to
2833 ensure annotation, not source, is scrolled.
2834
2835 2006-04-10 Bill Wohler <wohler@newt.com>
2836
2837 * custom.el (defcustom, custom-handle-keyword):
2838 Add :package-version keyword.
2839 (custom-add-package-version): New function. Sets value of new
2840 property 'custom-package-version from :package-version keyword.
2841 (defcustom): Create Common Keywords section in docstring.
2842 (defface, defgroup): Replace definitions of a select few keywords
2843 with a reference to the Common Keywords in defcustom.
2844 (defcustom, defface, defgroup): Replace reference to Customization
2845 chapter in manual with hyperlink.
2846
2847 * cus-edit.el (customize-package-emacs-version-alist):
2848 New variable.
2849 (customize-changed-options): Add check for custom-package-version.
2850 (customize-package-emacs-version): New function to look up Emacs
2851 version corresponding to the given package version.
2852
2853 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2854 defun name, in similar fashion to find-variable-regexp.
2855
2856 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2857
2858 * international/mule-cmds.el (set-locale-environment): Fix last
2859 change for when the locale's preferences don't specify any encoding.
2860
2861 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2864 so the defined var/fun doesn't need to be quoted.
2865
2866 2006-04-10 Richard Stallman <rms@gnu.org>
2867
2868 * finder.el (finder-mode-map): Add n and p bindings.
2869
2870 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2871
2872 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2873 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2874 (gdb-setup-windows): Put something in source window if we can't find
2875 the source file.
2876 (gdb-frame-handler): Make it work again with just assembly.
2877 (gdb-data-list-register-values-handler): Make it work when there is
2878 no stack.
2879
2880 2006-04-09 Richard Stallman <rms@gnu.org>
2881
2882 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2883 specs while looking for charset.
2884
2885 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2886
2887 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2888 Make them faces.
2889 (lm-font-lock-keywords): Update appropriately.
2890
2891 2006-04-10 Kim F. Storm <storm@cua.dk>
2892
2893 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2894 it can also replace buffer-substring-no-properties.
2895
2896 * emulation/cua-base.el (cua-delete-region, cua-paste)
2897 (cua-repeat-replace-region): Use filter-buffer-substring.
2898
2899 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2900 (cua-cut-region-to-global-mark): Likewise.
2901
2902 * emulation/cua-rect.el (cua--extract-rectangle)
2903 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2904
2905 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2906
2907 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2908 entry-type. Add field delimiters to numerical fields if they are
2909 not present.
2910
2911 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2912
2913 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2914 string-const to return value.
2915 (bibtex-remove-delimiters): Use it.
2916
2917 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2920 cl-byte-compile-compiler-macro unless it exists.
2921
2922 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2923
2924 * files.el (hack-local-variables-confirm) <offer-save>:
2925 Clarify message text. Suggested by Ralf Angeli.
2926
2927 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2928
2929 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2930 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2931 instead of `buffer-substring' and `delete-region'. (Most of the
2932 code actually copied from `kill-region'.)
2933
2934 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2935
2936 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2937 (rcirc-default-port): Rename from rcirc-port.
2938 (rcirc-default-nick): Rename from rcirc-nick.
2939 (rcirc-default-user-name): Rename from rcirc-user-name.
2940 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2941 (rcirc-low-priority-flag): New variable.
2942 (rcirc-decode-coding-system): New defcustom.
2943 (rcirc-encode-coding-system): New defcustom.
2944 (rcirc-coding-system-alist): New defcustom.
2945 (rcirc-multiline-major-mode): New defcustom.
2946 (rcirc-nick): New internal variable.
2947 (rcirc-process): Remove variable.
2948 (rcirc-server-buffer): New variable.
2949 (rcirc): Update to use rcirc-default-* variables above.
2950 (rcirc-connect): Do not add window-configuration-hook-here.
2951 (rcirc-server): New internal variable.
2952 (rcirc-connect): Do not send keepalive pings if
2953 rcirc-keepalive-seconds is nil.
2954 (with-rcirc-server-buffer): New macro.
2955 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2956 (rcirc-server-name): Rename from rcirc-server.
2957 (rcirc-buffer-process): New function.
2958 (rcirc-buffer-nick): New function.
2959 (rcirc-buffer-target): Remove function.
2960 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2961 New commands.
2962 (rcirc-mode-map): Change binding of C-c C-l to
2963 rcirc-toggle-low-priority.
2964 (rcirc-mode): Initialize coding system based on
2965 rcirc-coding-system-alist. New change-major-mode-hook to part the
2966 channel on a mode change. Make kill-buffer-hook buffer-local.
2967 (rcirc-change-major-mode-hook): New function.
2968 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2969 (rcirc-last-post-time): New variable.
2970 (rcirc-process-message): Store the last time user posted a message
2971 to this target.
2972 (rcirc-multiline-minor-mode): New mode.
2973 (rcirc-multiline-minor-mode-map): New mode map.
2974 (rcirc-edit-multiline): Put multiline-edit buffer in
2975 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2976 (rcirc-print): Ignore any line starting with an ignored nick.
2977 (rcirc-print): Decode using rcirc-decode-coding-system.
2978 (rcirc-track-minor-mode): Update global-mode-string when disabling
2979 this mode.
2980 (minor-mode-alist): Add LowPri indicator.
2981 (rcirc-toggle-low-priority): New function.
2982 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2983 next lowpriority buffer with activity.
2984 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2985 last time the user posted a message in to the target.
2986 (rcirc-update-activity-string): New formatting for low priority
2987 buffers.
2988 (rcirc-split-activity): New function.
2989 (rcirc-handler-PART, rcirc-handler-KICK)
2990 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2991 (rcirc-nick-away-alist): New variable.
2992 (rcirc-handler-301): New handler. Away messages are printed once
2993 per change.
2994
2995 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2996
2997 * info.el (Info-follow-nearest-node): Doc fix.
2998
2999 * international/mule-cmds.el (set-locale-environment): Make sure
3000 the coding-system preferred by the locale's language has the same
3001 EOL conversion type as the original buffer-file-coding-system.
3002 (locale-language-names): Add a few MS Windows language codes.
3003
3004 2006-04-07 Richard Stallman <rms@gnu.org>
3005
3006 * simple.el (eval-expression): Doc fix.
3007
3008 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3009 (eval-defun): Doc fixes.
3010
3011 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3012
3013 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3014
3015 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3016
3017 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3018 GDB list command without argument for greater generality.
3019
3020 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3021
3022 * subr.el (string-or-null-p): New function.
3023
3024 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3025
3026 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3027
3028 * files.el: Update comment about safe-local-variable declarations.
3029
3030 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3031
3032 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3033 See idlwave.org.
3034
3035 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3036 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3037
3038 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3039 See idlwave.org.
3040
3041 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3042 version 6.0 (minimal changes). See idlwave.org.
3043
3044 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3045 6.0 (minimal changes). See idlwave.org.
3046
3047 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3048
3049 2006-04-06 Romain Francoise <romain@orebokech.com>
3050
3051 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3052 symmetric encryption features and a new asynchronous interface to
3053 GnuPG. This new version is version 1.4, plus whitespace changes.
3054
3055 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3056
3057 * files.el: Move some `safe-local-variable' declarations to the
3058 respective files.
3059
3060 * textmodes/ispell.el (ispell-check-comments)
3061 (ispell-local-dictionary): Mark as safe.
3062
3063 * abbrev.el (abbrev-mode): Mark as safe.
3064
3065 * add-log.el (change-log-default-name): Mark as safe.
3066
3067 * textmodes/reftex-vars.el (reftex-vref-is-default)
3068 (reftex-fref-is-default, reftex-level-indent)
3069 (reftex-guess-label-type): Mark as safe.
3070
3071 * textmodes/fill.el (colon-double-space): Mark as safe.
3072
3073 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3074 (sentence-end-double-space, sentence-end-without-period)
3075 (sentence-end-without-space, sentence-end, sentence-end-base)
3076 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3077
3078 2006-04-06 Kim F. Storm <storm@cua.dk>
3079
3080 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3081 the :set-after list.
3082 (ido-downcase-unc-hosts): New user option. Default on.
3083 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3084 when it is set, as regexps are now applied on the fly.
3085 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3086 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3087 on the fly, but only when ido-process-ignore-lists is set.
3088 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3089 Only downcase names if ido-downcase-unc-hosts is set.
3090
3091 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3094
3095 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3096
3097 2006-04-05 Kim F. Storm <storm@cua.dk>
3098
3099 * ido.el (ido-mode): Set after ido-unc-hosts and
3100 ido-ignore-unc-host-regexps.
3101 (ido-save-history): Save ido-unc-hosts-cache.
3102 (ido-load-history): Load ido-unc-hosts-cache.
3103 (ido-reread-directory): Refresh unc hosts cache in // dir.
3104
3105 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3106 to nil while displaying slash screen.
3107
3108 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3109
3110 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3111 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3112
3113 2006-04-05 Kenichi Handa <handa@m17n.org>
3114
3115 * international/characters.el: Setup cases of Latin, Greek, and
3116 Cyrillic characters in CJK charsets.
3117
3118 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3119
3120 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3121 default-enable-multibyte-characters. This reverts the change from
3122 revision 6.17 which is no longer necessary because the passphrase
3123 is sent separately now. GnuPG messages are unreadable under
3124 multibyte locales with default-enable-multibyte-characters set to nil.
3125
3126 2006-04-04 Andreas Schwab <schwab@suse.de>
3127
3128 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3129 and `byte-compile-warnings' as `safe-local-variable'.
3130
3131 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3132
3133 * man.el (Man-mode-map): Restore the \r binding.
3134 (Man-abstract-xref-man-page): If Man-target-string is a function,
3135 call it.
3136 (Man-highlight-references): Use Man-default-man-entry to get the
3137 target. Deal with xrefs too.
3138 (Man-highlight-references0): Don't call the target function.
3139
3140 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3141 cannot deal with it.
3142
3143 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3144
3145 * pgg-gpg.el: Clean up process buffers every time gpg processes
3146 complete.
3147
3148 2006-04-04 Kenichi Handa <handa@m17n.org>
3149
3150 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3151 here.
3152 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3153 Temporarily bind inhibit-field-text-motion to t.
3154
3155 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * startup.el (normal-splash-screen): Only set mode-line-format in the
3158 splash buffer, so as not to interfere when debugging the code.
3159 Ignore errors when switching buffer.
3160
3161 2006-04-03 Romain Francoise <romain@orebokech.com>
3162
3163 * dired.el (dired-dnd-protocol-alist): Fix typo.
3164
3165 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3166
3167 * savehist.el (savehist): Add :version.
3168 (savehist-ignored-variables): New variable.
3169 (savehist-minibuffer-hook): Don't save variables listed in
3170 `savehist-ignored-variables'.
3171
3172 * dired.el (dired-dnd-protocol-alist): Mention that change does
3173 only apply to new buffers in doc string.
3174
3175 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3176
3177 * recentf.el (recentf-open-files-item): Include newline in button
3178 field, so opening a file will work, when the point is at the end
3179 of the file name. Allow, for example, to [i]search a file by
3180 extension and just push RET to open it.
3181
3182 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3183
3184 * pgg-gpg.el (pgg-gpg-process-filter)
3185 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3186
3187 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3188 lines, temporary fix.
3189
3190 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3191
3192 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3193
3194 2006-04-02 Richard Stallman <rms@gnu.org>
3195
3196 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3197
3198 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3199
3200 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3201 header-mouse-map.
3202
3203 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3204 (ibuffer-mode-header-map): New keymaps.
3205 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3206 and keybindings for column headers.
3207 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3208 property.
3209
3210 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3211
3212 * speedbar.el (speedbar-after-create-hook): Doc fix.
3213
3214 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3215
3216 * shell.el (shell-directory-tracker)
3217 (shell-dynamic-complete-command): Doc fixes.
3218
3219 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3220
3221 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3222 terminals.
3223
3224 2006-04-01 Kim F. Storm <storm@cua.dk>
3225
3226 * ido.el (ido-unc-hosts-cache): New defvar.
3227 (ido-unc-hosts): If value of defcustom is a function, call it to
3228 get list of UNC hosts. Add function-item choices to specify
3229 ido-unc-hosts-net-view or user function.
3230 (ido-ignore-unc-host-regexps): New defcustom.
3231 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3232 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3233 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3234
3235 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3238 wwidth.
3239
3240 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3241
3242 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3243 (ido-max-work-file-list, ido-switch-buffer)
3244 (ido-read-file-name-as-directory-commands):
3245 Fix typos in docstrings.
3246
3247 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3248
3249 * term/mac-win.el (mac-system-coding-system): Define and use after
3250 Mac-specific coding systems are ready.
3251
3252 2006-03-27 Romain Francoise <romain@orebokech.com>
3253
3254 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3255
3256 * ldefs-boot.el: Update.
3257
3258 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3259
3260 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3261 passphrases when it is not needed.
3262 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3263 passphrase stuff from gpg, should only be necessary when you use
3264 gpg with a smartcard.
3265
3266 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3267
3268 * comint.el (comint-dynamic-list-completions): Allow user to
3269 select *Completions* buffer.
3270
3271 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3272
3273 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3274
3275 2006-03-26 Andreas Schwab <schwab@suse.de>
3276
3277 * progmodes/gud.el (gdb): Only complain about multiple debugging
3278 when the gdb process is still running.
3279
3280 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3281
3282 * mail/rmail.el (tool-bar-map): Defvar it.
3283 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3284 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3285
3286 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3287
3288 * help.el (print-help-return-message): Suggest to use
3289 display-buffer instead of switch-to-buffer-other-window to restore
3290 the previous window without selecting it.
3291
3292 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3293
3294 * frame.el (select-frame-by-name): Call x-focus-frame also when
3295 window-system is mac.
3296
3297 * term/mac-win.el: Adjust Courier font specifications in
3298 x-fixed-font-alist.
3299 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3300 when directly encoding to UTF-16 in native byte order, no BOM.
3301
3302 2006-03-25 Kim F. Storm <storm@cua.dk>
3303
3304 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3305 (cua--init-keymaps): Use it instead of fixed C-return.
3306 (cua-mode): Set after it.
3307
3308 * emulation/cua-rect.el (cua--init-rectangles):
3309 Use cua-rectangle-mark-key instead of fixed C-return.
3310
3311 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3312
3313 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3314 "run" in .gdbinit.
3315 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3316
3317 2006-03-24 Romain Francoise <romain@orebokech.com>
3318
3319 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3320 `display-buffer-other-frame'.
3321
3322 2006-03-24 Kim F. Storm <storm@cua.dk>
3323
3324 * apropos.el (apropos-synonyms): Add selection => region.
3325
3326 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3327
3328 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3329 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3330 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3331 (gdb-data-list-register-values-regexp)
3332 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3333 Future proof against new fields being added to MI output.
3334 (gdb-send): Don't treat backslashes for program input as
3335 continuations.
3336 (gdb-assembler-handler): Don't use window-start for this handler.
3337 (gdb-frame-handler): Don't change to hollow arrow if overlay
3338 arrow doesn't move to new frame.
3339
3340 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3341
3342 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3343 prevent compiler warnings.
3344 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3345 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3346 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3347 buffer too.
3348
3349 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3350
3351 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3352 make-network-process, so we can use the same code in Gnus v5-10
3353 too and have this file fully synchronized with that release.
3354
3355 2006-03-23 Romain Francoise <romain@orebokech.com>
3356
3357 * ibuf-ext.el (ibuffer-read-filter-group-name):
3358 Use `ibuffer-generate-filter-groups' to make completion list match
3359 the filter groups that are really displayed in the Ibuffer buffer.
3360 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3361
3362 2006-03-23 Kenichi Handa <handa@m17n.org>
3363
3364 * international/mule-cmds.el (sort-coding-systems): Describe that
3365 the argument is modified in docstring.
3366
3367 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3368
3369 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3370 (pgg-gpg-update-agent): New function.
3371 (pgg-gpg-use-agent-p): New function.
3372 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3373 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3374 (pgg-gpg-sign-region): Use it.
3375
3376 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * cus-edit.el (custom-face-set): Call custom-push-theme before
3379 face-spec set so that `changed' theme is correctly saved.
3380 (custom-face-reset-standard): Reset to recalculated face rather
3381 than defface spec.
3382
3383 * custom.el (custom-push-theme): Only save `changed' theme if the
3384 current face does not match the defface specs.
3385
3386 2006-03-21 Simon Josefsson <jas@extundo.com>
3387
3388 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3389 <wilde@sha-bang.de>.
3390 (pgg-gpg-use-agent): New variable.
3391 (pgg-gpg-process-region): Use it.
3392 (pgg-gpg-encrypt-region): Likewise.
3393 (pgg-gpg-encrypt-symmetric-region): Likewise.
3394 (pgg-gpg-decrypt-region): Likewise.
3395 (pgg-gpg-sign-region): Likewise.
3396 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3397
3398 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3399
3400 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3401 bracket links.
3402
3403 2006-03-21 Kim F. Storm <storm@cua.dk>
3404
3405 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3406 fringe-indicator-alist instead of modifying global value.
3407 (gdb-frame-handler): Likewise.
3408
3409 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3410
3411 * diff-mode.el (diff-function): Make it inherit from diff-header
3412 instead of diff-context.
3413
3414 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3415 bitmap.
3416 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3417 change names in macro above for consistency.
3418 (gdb-frame-handler): Use hollow-right-triangle for all selected
3419 frames which except the innermost (where execution has stopped).
3420 (gdb-reset): Reset buffer-local values of overlay-arrow.
3421
3422 2006-03-20 Richard Stallman <rms@gnu.org>
3423
3424 * simple.el (set-mark-command): Doc fix.
3425
3426 * files.el (display-buffer-other-frame): New command.
3427 (ctl-x-4-map): Bind C-x 5 C-o to it.
3428
3429 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3432 rather than just defer-time, in case defer-time has been changed but
3433 the timer isn't running yet.
3434 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3435
3436 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3437
3438 * help-mode.el (help-follow-symbol): New function.
3439 Essentially identical to the old `help-follow', but do not let
3440 `push-button' do the work when on an xref.
3441 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3442
3443 2006-03-19 Richard Stallman <rms@gnu.org>
3444
3445 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3446 preceded by the word `program'.
3447 (help-follow-mouse, help-follow): Throw error if not on xref.
3448 Delete no longer used args.
3449
3450 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3451
3452 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3453 annotation ensure gud-overlay-arrow-position is redisplayed.
3454
3455 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3456
3457 * textmodes/bibtex.el (bibtex-include-OPTkey)
3458 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3459 (bibtex-autokey-name-case-convert)
3460 (bibtex-autokey-titleword-case-convert): Make these the aliases
3461 for the following two variables.
3462 (bibtex-autokey-name-case-convert-function)
3463 (bibtex-autokey-titleword-case-convert-function): Make these the
3464 real names.
3465 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3466 bibtex-font-lock-crossref sublists.
3467 (bibtex-mode): Revert 2005-12-30 change (which made
3468 completion-ignore-case buffer-local).
3469 (bibtex-url): Simplify.
3470
3471 2006-03-19 Kim F. Storm <storm@cua.dk>
3472
3473 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3474 cursor property value to 2 (to align with C level change).
3475
3476 2006-03-19 Bill Wohler <wohler@newt.com>
3477
3478 * image.el (image-load-path-for-library): Shorten first line in
3479 docstring.
3480
3481 2006-03-18 Richard Stallman <rms@gnu.org>
3482
3483 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3484
3485 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3486
3487 * isearch.el (isearch-other-meta-char): Handle user bindings for
3488 shifted control characters.
3489
3490 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3491
3492 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3493 part that matches email addresses, file names, etc.
3494
3495 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3496
3497 * term/w32-win.el (mouse-set-font):
3498 Mention w32-list-proportional-fonts in the doc string.
3499
3500 2006-03-18 Kim F. Storm <storm@cua.dk>
3501
3502 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3503 (ido-unc-hosts): New user option to explicitly define list of know
3504 UNC-style hosts for completion.
3505 (ido-cache-unc-host-shares-time): New user option.
3506 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3507 New helper functions for UNC file-name support.
3508 (ido-may-cache-directory): Check for UNC host. Simplify.
3509 (ido-wash-history): Clean out old UNC hosts.
3510 (ido-nonreadable-directory-p): UNC hosts are always readable.
3511 (ido-directory-too-big-p): UNC hosts are never too big.
3512 (ido-set-current-directory): Handle UNC root path.
3513 (ido-file-name-all-completions): Complete UNC host names from
3514 ido-unc-hosts list. Cache UNC host shares.
3515 (ido-make-file-list-1): Don't filter UNC root.
3516 (ido-exhibit): Check for // in root directory, and switch to UNC
3517 mode by setting ido-current-directory to //.
3518
3519 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3520
3521 * cus-edit.el (customize-changed-options): Mention explicit
3522 version number as default in prompt.
3523
3524 2006-03-17 Bill Wohler <wohler@newt.com>
3525
3526 * image.el (image-load-path-for-library): Minor docstring fix.
3527
3528 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3529
3530 * textmodes/org.el (org-read-date): Include subgroup 5 into
3531 replacement text.
3532 (org-popup-calendar-for-date-prompt): Fix customization type.
3533
3534 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3535
3536 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3537 (gdb-continuation): New variable.
3538 (gdb-send): Deal with continuation lines.
3539
3540 * progmodes/gud.el (gud-gdb-complete-command)
3541 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3542 expressions.
3543 (gud-tooltip-mode): Use buffer-local value.
3544
3545 2006-03-16 Kim F. Storm <storm@cua.dk>
3546
3547 * ido.el (ido-edit-input): Use selected match, if any.
3548
3549 2006-03-16 Bill Wohler <wohler@newt.com>
3550
3551 * image.el (image-load-path-for-library): Prefer user's images in
3552 image-load-path.
3553
3554 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3555
3556 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3557 when checking for attempt to drag leftmost or rightmost scrollbar.
3558
3559 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3560
3561 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3562 (gdb-force-mode-line-update): New function.
3563 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3564 (gdb-exited): Use them.
3565 (gdb-signal): New function.
3566 (gdb-annotation-rules): Provide a rule for it.
3567
3568 2006-03-16 Kenichi Handa <handa@m17n.org>
3569
3570 * international/mule.el (auto-coding-regexp-alist): Add entries
3571 for Unicode BOM.
3572
3573 * sort.el (sort-build-lists): Temporarily bind
3574 inhibit-field-text-motion to t.
3575
3576 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3577
3578 * locate.el (locate-command, locate-make-command-line)
3579 (locate-fcodes-file, locate-update-command)
3580 (locate-prompt-for-command, locate, locate-with-filter)
3581 (locate-get-file-positions): Doc fixes.
3582 (locate-buffer-name, locate-header-face): Remove leading `*' in
3583 defcustom.
3584 (locate-filter-output): Use `keep-lines' instead of its alias
3585 `delete-non-matching-lines'.
3586 (locate-get-filename, locate-get-dirname): Add introductory comment.
3587 (locate-find-directory-other-window): Give appropriate error
3588 message if used outside main listing.
3589
3590 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3593 the new extend-region feature.
3594 (font-lock-after-change-function): Update correspondingly.
3595 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3596 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3597
3598 2006-03-15 Bill Wohler <wohler@newt.com>
3599
3600 * image.el (image-load-path-for-library): Fix example by not
3601 recommending that one binds image-load-path. Just defvar it to
3602 placate compiler and only use it if previously defined.
3603
3604 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3605
3606 * textmodes/org.el (org-insert-centered): Use `string-width' to
3607 make underlining work for wide characters.
3608 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3609 TAB to `org-cycle', to make sure that no binding in
3610 `outline-mode-map' can supercede it.
3611
3612 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3613
3614 * allout.el: Increment version to 2.2.1 in file commentary.
3615
3616 (allout-version): Increment to 2.2.1.
3617
3618 (allout-default-layout): New customization variable, used when the
3619 file lacks a specific allout-layout. Uses allout-layout-type for
3620 recursively nested definition.
3621
3622 (allout-layout-type): Widget defining allout layouts, necessary for
3623 self-recursive definition.
3624
3625 (allout-mode): Incorporate allout-default-layout as fallback for
3626 allout-layout.
3627
3628 (allout-layout): Mark as 'safe-local-variable', and refer mention
3629 fallback to `allout-default-layout' in absence of a specified value.
3630 (allout-passphrase-verifier-string)
3631 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3632
3633 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3634
3635 (allout-get-encryption-passphrase-verifier): Use correct name of
3636 passphrase verifier in docstring.
3637
3638 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3639
3640 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3641 elements.
3642 (gdb-find-watch-expression): Make it work for arrays too.
3643 Follow change to gdb-var-list.
3644 (gud-watch): Allow the user to enter variable name with a prexix
3645 arg. Create keybindings.
3646 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3647 (gdb-var-list-children-handler, gdb-var-update-handler)
3648 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3649 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3650 Follow change to gdb-var-list.
3651 (gdb-starting): Don't show the overlay arrows when program is running.
3652
3653 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3654 gdb-var-list.
3655
3656 2006-03-14 Bill Wohler <wohler@newt.com>
3657
3658 * image.el (image-load-path-for-library): Pass value of path
3659 rather than symbol. Always return list of directories.
3660 Guarantee that image directory comes first.
3661
3662 2006-03-14 Alan Mackenzie <acm@muc.de>
3663
3664 * font-core.el (font-lock-extend-region\(-function\)?.):
3665 New function/variable.
3666
3667 * font-lock.el (font-lock-after-change-function):
3668 Call font-lock-extend-region. Obey font-lock-lines-before.
3669 (font-lock-default-fontify-region): Remove reference to
3670 font-lock-lines-before.
3671
3672 * jit-lock.el (jit-lock-after-change):
3673 Call font-lock-extend-region. Obey font-lock-lines-before.
3674
3675 2006-03-14 David Ponce <david@dponce.com>
3676
3677 * tree-widget.el (tree-widget-themes-load-path)
3678 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3679
3680 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3681
3682 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3683 (rcirc-print): Mark the start of text at the end of the prompt.
3684 (rcirc-track-minor-mode): Add autoload cookie.
3685 (rcirc-update-activity-string): Add space to front of mode-line
3686 indicator.
3687
3688 2006-03-13 Miles Bader <miles@gnu.org>
3689
3690 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3691 (rcirc-abbrev-nick): Remove function.
3692 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3693
3694 2006-03-13 David Ponce <david@dponce.com>
3695
3696 * tree-widget.el: Handle themes across all occurrences of the main
3697 themes sub-directory found in tree-widget-themes-load-path.
3698 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3699 (tree-widget--locate-sub-directory): Return all occurrences.
3700 (tree-widget-themes-path): New function.
3701 Replace tree-widget-themes-directory, and return a list of directories.
3702 (tree-widget-set-parent-theme)
3703 (tree-widget-lookup-image): Use it.
3704
3705 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3706
3707 * textmodes/org.el (org-link-search): Avoid self-matching of
3708 links, allow target text to be distributed over several lines.
3709 (org-search-not-link): New function.
3710 (org-set-regexps-and-options, org-get-current-options):
3711 New startup options.
3712 (org-export-as-html): Take odd-level setting from local variable.
3713 (org-fontify-emphasized-text): New option.
3714 (org-set-font-lock-defaults): Include emphasized text.
3715 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3716 (org-font-lock): Customize group renamed from `org-faces'.
3717
3718 2006-03-13 John Paul Wallington <jpw@pobox.com>
3719
3720 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3721 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3722
3723 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3724
3725 * cus-start.el (all): Delete :version keyword for members of the
3726 fringe group, since the entire group is new in 22.1.
3727
3728 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3729
3730 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3731 map if value is hexadecimal (an address).
3732 (gud-watch): Only search roots for existing watch expressions.
3733 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3734 prevent caching problems with speedbar-update-directory-contents.
3735
3736 2006-03-12 Juri Linkov <juri@jurta.org>
3737
3738 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3739 before comparing with `low' and `warn'.
3740
3741 * info.el (Info-dir-remove-duplicates): Move point to the
3742 beginning of the current line after deleting the entries from
3743 redundant heading. Use marker for `limit' and compare it with
3744 point before calling `re-search-forward'.
3745
3746 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3747
3748 * simple.el (yank): Fix typo in docstring.
3749
3750 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3751
3752 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3753 messages, where "D" is the 6th character.
3754
3755 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3756
3757 * simple.el (yank): Fix last change.
3758
3759 2006-03-11 David Ponce <david@dponce.com>
3760
3761 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3762 merging elements from the standard ispell-dictionary-alist.
3763 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3764 alist, and return the new alist.
3765
3766 2006-03-11 Richard Stallman <rms@gnu.org>
3767
3768 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3769
3770 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3771 the way it is implemented is too unclean.
3772
3773 * simple.el (kill-region, yank): Doc fix.
3774
3775 * battery.el (battery-echo-area-format): Doc fix.
3776 (battery-mode-line-format): Likewise.
3777 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3778 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3779
3780 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3781
3782 * progmodes/octave-mod.el (octave-indent-for-comment):
3783 Behave according to do string.
3784
3785 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3786
3787 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3788 Be visible only if major mode is Mail Mode.
3789
3790 * textmodes/flyspell.el (flyspell-external-point-words)
3791 (flyspell-process-localwords): Fix last changes.
3792
3793 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3794
3795 * calendar/holidays.el (list-holidays): Doc fix.
3796
3797 * international/mule.el (auto-coding-alist): Add .odt
3798 (OpenOffice's open document) files.
3799
3800 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3801 document) files. Mention in the doc string the need to sync with
3802 auto-coding-alist.
3803
3804 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3807 enable-local-variables is set to always query, or there is no
3808 savable variable.
3809
3810 2006-03-10 Bill Wohler <wohler@newt.com>
3811
3812 * image.el (image-load-path-for-library): Merge at least three
3813 functions from Gnus and MH-E into this one function that can now
3814 be shared.
3815
3816 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3817
3818 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3819 gdb-remove-mouse-face and remove help-echo too.
3820 (gdb-enqueue-input): Correct conditional clause.
3821
3822 2006-03-10 Glenn Morris <rgm@gnu.org>
3823
3824 * calendar/calendar.el (calendar-holidays): Doc fix.
3825 * calendar/holidays.el (list-holidays): Doc fix.
3826
3827 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3828
3829 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3830 it gets called in gdb-prompt anyway.
3831 (gdb-use-separate-io-buffer): Only restore window arrangement for
3832 gdb-many-windows.
3833 (gdb-enqueue-input): Make it harder to send GDB input when program
3834 is running.
3835 (gdb-buffer-list): New variable.
3836 (gdb-remove-mouse-face): New function.
3837 (gdb-starting): Use it when GDB input won't get sent.
3838
3839 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3840
3841 * help.el (view-lossage): Remove trailing whitespace before
3842 inserting "\n".
3843
3844 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * files.el (hack-local-variables-confirm):
3847 Set coding-system-for-read to nil before writing to .emacs.
3848
3849 * arc-mode.el (archive-extract): Check if an existing buffer name
3850 comes from a different archive.
3851
3852 * help.el (describe-key-briefly): If KEY is a down event, read and
3853 discard the up event.
3854
3855 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3856
3857 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3858 be edited and use font-lock-warning-face for any changes.
3859
3860 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3861 (gdb-edit-value): Use it to report any errors.
3862
3863 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3864
3865 * help.el (describe-key): Remove leftover test code.
3866
3867 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3868
3869 * textmodes/org.el: Move defvars out of eval-when-compile.
3870 Use buffer-file-name variable.
3871 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3872 arg `file'.
3873 (org-level-faces): Remove startup dependency.
3874 (org-cycle, org-map-tree, org-scan-tags)
3875 (org-remember-handler): Don't call `outline-level' directly.
3876 (org-mhe-search-all-folders): New option.
3877 (org-mhe-get-message-folder-from-index)
3878 (org-mhe-get-message-folder): Fix indexing search.
3879 (org-format-agenda-item): Handle nil TAGS argument.
3880 (org-cleaned-string-for-export, org-activate-target-links)
3881 (org-make-target-link-regexp): Deal with empty radio target list.
3882 (org-tag): New face.
3883 (org-get-level-face): New function.
3884 (org-set-font-lock-defaults): Simplify setup for headlines.
3885 (org-complete): Pass common substring to `display-completion-list'.
3886
3887 2006-03-06 David Ponce <david@dponce.com>
3888
3889 * tree-widget.el: Update Commentary header.
3890 (tree-widget-theme-name): Ignore parent themes.
3891 (tree-widget-set-parent-theme): New function.
3892 (tree-widget-set-theme): Use it.
3893 (tree-widget-set-image-properties): Move definition. Does nothing
3894 if image properties have already been set.
3895 (tree-widget-image-properties): Move definition. Receive an image
3896 name. Set the :pointer property.
3897 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3898 Don't set the :pointer image property.
3899 (tree-widget-convert-widget): New function. Handle :dynargs
3900 compatibility here.
3901 (tree-widget): Use it to :convert-widget. Add the :expander-p
3902 predicate to control when the :expander function is entered.
3903 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3904 (tree-widget-value-create): Handle :expander-p. widget-apply
3905 :expander.
3906 (tree-widget-expander-p): New function. Default value of the
3907 :expander-p property.
3908
3909 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3910
3911 * help.el (describe-key): Properly handle the return value of
3912 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3913 remaps. Handle string and vector `follow-link' values.
3914
3915 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * complete.el (PC-expand-many-files): Try be more careful when parsing
3918 the shell's output.
3919
3920 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * outline.el (hide-sublevels): Provide better interactive default.
3923
3924 2006-03-06 Kenichi Handa <handa@m17n.org>
3925
3926 * international/fontset.el (create-fontset-from-fontset-spec):
3927 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3928
3929 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3930
3931 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3932 backslashes instead of one in regexp.
3933 (gud-tooltip-dereference): Add missing optional argument.
3934
3935 2006-03-04 John Paul Wallington <jpw@pobox.com>
3936
3937 * wdired.el (toplevel): Require `cl' at compile-time.
3938
3939 2006-03-04 Andreas Schwab <schwab@suse.de>
3940
3941 * server.el (server-process-filter): Handle errors during
3942 evaluation of the argument.
3943
3944 2006-03-03 John Paul Wallington <jpw@pobox.com>
3945
3946 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3947 escape parentheses at beginning of line.
3948 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3949 (t-mouse-mode): Remove period from end of error message.
3950
3951 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3952
3953 * textmodes/flyspell.el (flyspell-process-localwords):
3954 Be case-sensitive.
3955
3956 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3957
3958 * cus-edit.el (custom-quote): Remove function, since it has been
3959 moved to custom.el.
3960
3961 * font-lock.el (lisp-font-lock-keywords-2)
3962 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3963 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3964 they have no special meaning.
3965
3966 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3967 indirect buffer gets killed before indirect buffer. Use dolist.
3968
3969 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3970
3971 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3972 value instead of a literal constant (1) on more pauses.
3973
3974 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3975
3976 * textmodes/flyspell.el (flyspell-external-point-words):
3977 Be case-sensitive.
3978
3979 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3980
3981 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3982 with "www".
3983
3984 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3985
3986 * allout.el: Restablish intermediate missing comment header to
3987 preserve outline structure.
3988 (allout-beginning-of-current-entry): Skip invisible text.
3989 (allout-open-topic): Fix opening a topic at end-of-buffer.
3990 (allout-minor-mode): Move nearer to allout-mode function.
3991
3992 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3993
3994 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3995
3996 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3997
3998 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3999 is nil.
4000
4001 * progmodes/gud.el (gud-speedbar-menu-items):
4002 Use buffer-local-value and add missing :visible keyword.
4003
4004 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4005
4006 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4007
4008 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4009 must be `follow-link'.
4010
4011 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4012
4013 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4014 formatting: No nested anchors.
4015 (org-all-targets): Fix bug with XEmacs compatibility.
4016 (org-read-date): Add (require 'parse-time).
4017 (org-set-tags): Fix bug with extra inserted space.
4018 (org-export-html-style): Define a style class for targets.
4019 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4020 (org-hide-leading-stars): New option.
4021 (org-hide): New face.
4022 (org-set-font-lock-defaults): Allow to hide leading stars.
4023 (org-get-legal-level, org-tr-level): New functions.
4024 (org-odd-levels-only): New option.
4025 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4026 (org-demote, org-promote): Deal with double-star levels.
4027 (org-convert-to-odd-levels): New command.
4028
4029 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4030
4031 * speedbar.el (speedbar-update-localized-contents): Try to
4032 preserve window-start.
4033 (speedbar-update-directory-contents): Try to preserve window-start
4034 and window-point.
4035 (speedbar-update-special-contents): Don't move back to start of window.
4036
4037 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4038 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4039 speedbar-timer-fn.
4040 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4041 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4042 instead of gdb-speedbar-timer-fn.
4043
4044 2006-02-28 Jay Belanger <belanger@truman.edu>
4045
4046 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4047 (math-compose-expr): Use latex option when calling
4048 `math-compose-tex-matrix' for latex mode.
4049
4050 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4051
4052 * speedbar.el: Re-instate comments about developing for speedbar
4053 [this is what info and gdb-ui use even if better methods exist now].
4054
4055 * t-mouse.el: New file.
4056 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4057 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4058 (t-mouse-make-event-element): Use posn-at-x-y instead.
4059 (t-mouse-make-event): Deal with Fedora Core 3.
4060 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4061 (t-mouse-mouse-position-function): New function. Use it instead
4062 of advising mouse-position.
4063 (t-mouse-mode): New minor mode.
4064 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4065
4066 2006-02-27 Glenn Morris <rgm@gnu.org>
4067
4068 * calendar/calendar.el (calendar-holidays): Doc fix.
4069
4070 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4071
4072 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4073 Re-introduce the concept of a source window.
4074 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4075 consistency with get-buffer-create.
4076 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4077 (gdb-data-list-register-values-handler)
4078 (gdb-stack-list-locals-handler): Try to preserve window-start as
4079 well as window-point.
4080 (gdb-display-source-buffer): New function (old concept).
4081 (gdb-goto-breakpoint): Use it.
4082
4083 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4084 for gdb-ui/gdb-mi (old concept).
4085
4086 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4087
4088 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4089 binding.
4090
4091 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4092
4093 * textmodes/reftex-sel.el (reftex-select-label-map)
4094 (reftex-select-bib-map): Add `follow-mouse' binding.
4095
4096 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4097
4098 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4099 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4100 Give :set functions to provide automatic updating.
4101 Update docstring. Give compiler defvars early in the file
4102 and move the defcustoms to a later spot where all called functions
4103 are defined.
4104 (jka-compr-file-name-handler-entry): Doc fix.
4105 (jka-compr-compression-info-list--internal)
4106 (jka-compr-mode-alist-additions--internal)
4107 (jka-compr-load-suffixes--internal): New variables.
4108 (jka-compr-install): Set the three above variables.
4109 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4110 (jka-compr-update, jka-compr-set): New functions.
4111 (auto-compression-mode): Doc fix.
4112
4113 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4114 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4115 Use jka-compr-compression-info-list--internal,
4116 jka-compr-mode-alist-additions--internal and
4117 jka-compr-load-suffixes--internal.
4118
4119 * files.el (load-library):
4120 * loadhist.el (file-loadhist-lookup):
4121 * startup.el (command-line):
4122 * subr.el (locate-library):
4123 * emacs-lisp/autoload.el (update-directory-autoloads):
4124 * emacs-lisp/find-func.el (find-library-suffixes):
4125 Use `get-load-suffixes' instead of `load-suffixes'.
4126
4127 * subr.el (locate-library):
4128 * emacs-lisp/find-func.el (find-library-name):
4129 Use `load-file-rep-suffixes' instead of '("").
4130
4131 2006-02-26 Kim F. Storm <storm@cua.dk>
4132
4133 * ido.el (ido-save-history, ido-load-history): Simplify.
4134 Don't use find-file-noselect to avoid interference from other modes.
4135
4136 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4137
4138 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4139 to use the default shell if filename is not available.
4140 Reported by Giorgos Keramidas.
4141
4142 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4143
4144 * progmodes/etags.el (tags-completion-table): Do completion from
4145 all the tables in the current list, as documented in the manual.
4146
4147 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4148
4149 * CC Mode Update to 5.31.3.
4150
4151 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4152
4153 * progmodes/cc-mode.el (c-postprocess-file-styles):
4154 Bind inhibit-read-only to t, around the call to
4155 c-remove-any-local-eval-or-mode-variables, so that it works on a
4156 RO file.
4157
4158 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4159
4160 * progmodes/cc-awk.el: Correct a typo.
4161
4162 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4163
4164 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4165 c-hungry-delete-backwards, at the request of RMS. Leave the old
4166 name as an alias.
4167
4168 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4169
4170 * progmodes/cc-mode.el: Correct a typo.
4171
4172 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4173
4174 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4175
4176 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4177
4178 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4179 brace-else-brace (error due to mbeg, mend being undefined).
4180
4181 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4182
4183 * progmodes/cc-mode.el: File Local variables: Solve the problem
4184 where both `mode' and c-file-offsets are specified: `mode' will
4185 overwrite c-f-o's settings:
4186 (c-remove-any-local-eval-or-mode-variables): New function.
4187 (c-postprocess-file-styles): Call the above new function, within
4188 c-tentative-buffer-change, to splat `mode' and `eval' before the
4189 second hack-local-variables.
4190
4191 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4192
4193 * progmodes/cc-mode.el:
4194 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4195 (c-after-change): Protect the match data with save-match-data.
4196 It was getting corrupted by c-after-change-check-<>-operators.
4197
4198 * cc-defs.el: [Supersedes patch V1.38]:
4199 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4200 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4201
4202 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4203 with save-match-data. It was being corrupted when Font Lock was
4204 not enabled.
4205
4206 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4207
4208 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4209 Mode and Subword Mode.
4210
4211 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4212 real labels ("case 1:" or "foo:") from non-labels ("public:").
4213 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4214 coding; c-f-t-2 doesn't move over a token at EOB.
4215
4216 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4217
4218 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4219 (c-update-modeline): Concatenate the minor mode indicators
4220 directly onto mode-name, removing c-submode-indicators.
4221 Sometimes, c-s-i got separated from the mode name on the mode line.
4222
4223 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4224 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4225
4226 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4227
4228 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4229 error message when there's an evaluation error to show whether
4230 it's loaded from source or not.
4231 (c-filter-ops): Make it available at runtime too to work when
4232 `c-make-init-lang-vars-fun' needs to evaluate from source.
4233
4234 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * help.el (help): Revert last part of 2006-02-23 change (deletion
4237 of the `provide' call).
4238
4239 2006-02-23 Juri Linkov <juri@jurta.org>
4240
4241 * compare-w.el (compare-windows-highlight): Add new value
4242 `persistent' and change :type from `boolean' to `choice'.
4243 (compare-windows-overlays1, compare-windows-overlays2):
4244 New internal variables.
4245 (compare-windows-highlight): If compare-windows-highlight is
4246 `persistent', add current overlays to compare-windows-overlays[12]
4247 instead of adding compare-windows-dehighlight to pre-command-hook.
4248 (compare-windows-dehighlight): Delete all overlays from
4249 compare-windows-overlays[12].
4250
4251 * info.el (Info-search): Don't bind search-spaces-regexp to
4252 Info-search-whitespace-regexp in non-regexp isearch mode.
4253
4254 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4257
4258 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * textmodes/org.el (org-xemacs-p)
4261 (org-export-html-show-new-buffer, org-table-may-need-update)
4262 (org-insert-item, org-mhe-get-message-real-folder)
4263 (org-mhe-get-message-folder-from-index)
4264 (org-mhe-get-message-folder, org-mhe-get-message-num)
4265 (org-mhe-get-header, org-make-org-heading-search-string)
4266 (org-make-org-heading-camel, org-table-sort-lines)
4267 (org-format-org-table-html, org-format-table-table-html):
4268 Fix typos in docstrings.
4269
4270 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4271
4272 * textmodes/org.el (org-cleaned-string-for-export)
4273 (org-solidify-link-text): New function.
4274 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4275 XEmacs, just to silence the compiler.
4276 (org-export-as-ascii, org-export-as-html-and-open):
4277 Use `org-cleaned-string-for-export' and create internal links.
4278 (org-follow-mhe-link): Require mh-e, use folder.
4279
4280 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4281
4282 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4283
4284 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4285 gdb-debug-log-length.
4286 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4287 it a real ring but...
4288 (gud-gdba-marker-filter): ...make it work like mark-ring.
4289 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4290 (gdb-mouse-jump): New function. Add bindings.
4291
4292 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4293
4294 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4295 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4296 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4297 (gdb-debug-log-length): Customize it's length.
4298 (gud-watch, gdb-var-create-handler): Display function::var format
4299 but don't use to create variable object.
4300 (gdb-var-create-handler): Use message-box in place of message.
4301 (gdb-stopped): Call gdb-exited if signalled.
4302
4303 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4304
4305 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4306
4307 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4308
4309 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4310 if `reftex-try-all-extensions' is set.
4311
4312 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4313 fail silently when there is no valid argument at point.
4314 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4315 `fail-silently' argument. From a patch by David Reiter.
4316
4317 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4318 New commands.
4319 (org-mark-ring): New variable.
4320 (org-mark-ring-length): New option.
4321 (org-open-at-point, org-goto, org-open-file): Push old position
4322 onto the mark ring.
4323 (org-add-hook): New function.
4324 (org-export-table-remove-special-lines): New option.
4325 (org-skip-comments, org-format-org-table-html): Respect new
4326 option `org-export-table-remove-special-lines'.
4327 (org-open-file): Allow special command configuration for
4328 directory link.
4329 (org-file-apps): Fix bugs in customize type, added setting
4330 for directories.
4331 (org-activate-tags, org-format-agenda-item, org-complete)
4332 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4333 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4334 (org-link-search, org-make-org-heading-search-string)
4335 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4336 (org-radio-targets, org-file-link-context-use-camel-case)
4337 (org-activate-camels): New options.
4338 (org-update-radio-target-regexp, org-all-targets)
4339 (org-make-target-link-regexp, org-activate-target-links):
4340 New functions.
4341 (org-make-org-heading-search-string): New function.
4342 (org-store-link, org-insert-link): Use new option
4343 `org-file-link-context-use-camel-case'.
4344 (org-activate-camels): Use new option `org-activate-camels'.
4345 (org-link-regexp): Add mhe prefix.
4346 (org-open-at-point, org-store-link): Support for mhe links.
4347 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4348 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4349 (org-mhe-get-header, org-follow-mhe-link): New functions.
4350 (org-remove-angle-brackets, org-add-angle-brackets):
4351 New functions.
4352 (org-bracket-link-regexp): New constant.
4353 (org-read-date): Fix bug that was rejecting all typed dates.
4354 (org-link-search): Make hierarchy above visible after a match.
4355 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4356 (org-store-link): Fix bug with link creation when cursor is in
4357 an empty line.
4358 (org-open-at-point): Fix bug with matching a link.
4359 Fixed buggy argument sequence in call to `org-view-tags'.
4360 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4361 (org-prefix-has-tag): New variable.
4362 (org-format-agenda-item): Remove tags from headline
4363 if appropriate.
4364 (org-agenda-remove-tags-when-in-prefix): New option.
4365
4366 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4367
4368 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4369 Fix the regular expressions.
4370
4371 2006-02-21 Richard M. Stallman <rms@gnu.org>
4372
4373 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4374 if there's no other specific basis.
4375
4376 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4377 as variables at all.
4378 (unsafep-variable): Rename arg; doc fix.
4379
4380 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4381
4382 * calendar/appt.el (diary-selective-display): Add defvar.
4383
4384 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4385
4386 * isearch.el (search-whitespace-regexp): Fix custom type.
4387
4388 * help.el (describe-key-briefly): Compute interactive args
4389 in same was as before previous change.
4390
4391 * files.el (enable-local-variables): Doc fix.
4392
4393 2006-02-21 Kim F. Storm <storm@cua.dk>
4394
4395 * fringe.el: Cleanup as file is now pre-loaded.
4396 (fringe-bitmaps): Initialize unconditionally.
4397 (fringe-mode, set-fringe-style): Remove autoload cookies.
4398
4399 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4400
4401 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4402 `horizontal-bar'.
4403 (fringe-cursor-alist): Use `horizontal-bar'.
4404
4405 2006-02-20 Kim F. Storm <storm@cua.dk>
4406
4407 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4408 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4409
4410 * loadup.el: Load "fringe" on window systems.
4411
4412 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4413
4414 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4415 out of scope components.
4416
4417 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4418 default.
4419
4420 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4421
4422 * custom.el (customize-mark-to-save, customize-mark-as-set):
4423 Load the symbol first.
4424
4425 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4426
4427 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4428 strech spec so it doesn't display as "^J" on the header line
4429 when `Buffer-menu-use-header-line' is t.
4430
4431 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4432
4433 * speedbar.el (speedbar-make-button): Keep text properties
4434 of string arguments if desired.
4435
4436 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4437 expessions.
4438
4439 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4440 of speedbar.
4441
4442 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4443
4444 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4445 to value of `read-file-name-completion-ignore-case'.
4446
4447 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4448
4449 * custom.el (customize-mark-as-set): Push to `user' theme.
4450
4451 * cus-edit.el (custom-save-variables): Allow unthemed values.
4452 (customize-set-variable): Push setting to `user' theme.
4453
4454 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4455
4456 * progmodes/gud.el: Don't require font-lock as it's now
4457 automatically loaded.
4458 (gud-speedbar-buttons): Replace gdb-var-changed with
4459 gdb-force-update.
4460
4461 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4462 gdb-var-changed.
4463 (gdb-post-prompt): Use it.
4464 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4465 (gdb-var-update-handler, gdb-var-delete)
4466 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4467 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4468 gdb-force-update in gdb-post-prompt.
4469 (gdb-reset): Clear watch expressions from speedbar when quitting.
4470
4471 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4472
4473 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4474 (viper-change-state-to-vi, viper-change-state-to-emacs):
4475 Make aware of cursor coloring in the Emacs state.
4476 (viper-special-read-and-insert-char): Use read-char-exclusive.
4477 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4478
4479 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4480
4481 * viper-util.el (viper-save-cursor-color)
4482 (viper-get-saved-cursor-color-in-replace-mode)
4483 (viper-get-saved-cursor-color-in-insert-mode)
4484 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4485 state.
4486 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4487
4488 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4489 (ediff-ignore-case-option3, ediff-actual-diff-options)
4490 (ediff-actual-diff3-options): New variables to control case sensitivity.
4491 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4492 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4493 (ediff-toggle-ignore-case): New function.
4494 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4495
4496 * ediff-help.el (ediff-long-help-message-narrow2)
4497 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4498 (ediff-long-help-message-word-mode): Add ignore-case command.
4499 (ediff-help-for-quick-help): Add ignore-case command.
4500
4501 * ediff-merg.el: Move provide to the end.
4502
4503 * ediff-ptch.el: Move provide to the end.
4504
4505 * ediff-wind.el: Move provide to the end.
4506
4507 * ediff-mult.el: Move provide to the end.
4508 (ediff-set-meta-overlay): Enable follow-link.
4509
4510 * ediff.el: Move provide to the end.
4511 Break recursive load cycle in eval-when-compile.
4512 (ediff-patch-buffer): Better heuristics.
4513
4514 * ediff-util.el: Move provide to the end.
4515 Break recursive load cycle in eval-when-compile.
4516 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4517 defuns.
4518 (ediff-submit-report): Pass the values of ediff-diff3-program,
4519 ediff-diff3-options.
4520
4521 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4522
4523 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4524 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4525 `' (for example, in the docstring of `windmove-default-keybindings').
4526
4527 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4528
4529 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4530 shadow face. Don't provide binding to edit variable when it is
4531 out of scope.
4532
4533 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4534 (gdb-var-update-handler): Detect out of scope variables with pre
4535 GDB 6.4 too.
4536 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4537 Reset status of variable objects to nil in update handlers.
4538 (gdb-var-update-handler-1): Detect when a variable object comes
4539 in scope. setcar on var changes gdb-var-list directly.
4540
4541 2006-02-17 Juri Linkov <juri@jurta.org>
4542
4543 * ffap.el (ffap) <defface>: Add explicit face declaration.
4544 (ffap-highlight): Use face `ffap' directly instead of checking
4545 for its existence.
4546
4547 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4548 `visible-ok' of `other-buffer' to find the right original buffer.
4549
4550 * info.el (Info-search): Skip `Local Variables' node.
4551
4552 2006-02-17 Juri Linkov <juri@jurta.org>
4553
4554 * info.el (Info-find-file): Check for symbols `apropos', `history',
4555 `toc' in the input filename, and return these symbols as is.
4556 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4557 `history', `toc' instead of strings.
4558 (Info-set-mode-line): For non-string Info-current-file use the
4559 symbol's name inside **.
4560 (Info-isearch-push-state): Add quote before Info-current-file and
4561 Info-current-node.
4562 (Info-isearch-pop-state): Use `equal' instead of `string='.
4563 (Info-extract-pointer, Info-following-node-name): Use
4564 `match-string-no-properties' instead of `match-string'.
4565 (Info-up): Check `old-file' for `stringp'.
4566 (Info-history): Use `equal' instead of `string-equal'.
4567 Check `file' for `stringp'.
4568 (Info-history): Use symbol `history' instead of string as first arg
4569 of `Info-find-node'.
4570 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4571 `toc' instead of string.
4572 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4573 instead of `buffer-substring', and `match-string-no-properties'
4574 instead of `match-string'.
4575 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4576 instead of strings.
4577 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4578 Use symbol `apropos' instead of string.
4579 (Info-copy-current-node-name): Check `Info-current-file' for
4580 `stringp' and construct a command with `Info-find-node' from it.
4581 (Info-fontify-node): Use `match-string-no-properties' instead of
4582 `match-string' and check file names for `stringp'.
4583 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4584 `history', `toc' instead of strings.
4585
4586 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * files.el: Rearrange functions and variables in the file local
4589 variables section.
4590
4591 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4592
4593 * files.el: Add truncate-lines, ispell-check-comments and
4594 ispell-local-dictionary as safe local variables.
4595
4596 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4597
4598 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4599 out of scope variables.
4600 (gud-speedbar-buttons): Use unless.
4601
4602 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4603 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4604 (gdb-show-changed-values): Also use for out of scope variables.
4605 (gdb-var-update-handler-1): Note if variable goes out of scope.
4606
4607 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4608
4609 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4610 default to global variable values for unsupplied args.
4611 (rcirc-get-buffer-create): Fix bug with setting the target.
4612 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4613 test for rcirc-always-use-server-buffer-flag here.
4614 (rcirc-response-formats): Add %N, which is a facified nick. %n
4615 uses the default face. Change the ACTION format string. If the
4616 "nick" is the server, don't print anything for that field.
4617 Comment fixes.
4618 (rcirc-target-buffer): Don't test
4619 rcirc-always-use-server-buffer-flag here.
4620 (rcirc-print): Squeeze extra spaces out of the text before message.
4621 (rcirc-put-nick-channel): Strip potential "@" char from nick
4622 before adding them to nick table.
4623 (rcirc-url-regexp): Improve to match address like "foo.com".
4624
4625 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4626
4627 * allout.el (allout-hidden-p): Move this defsubst before
4628 allout-overlay-interior-modification-handler, where it is first
4629 used.
4630
4631 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4632
4633 * allout.el: Use allout invisible-text overlays instead of
4634 selective display for concealed text. Also, lots of general
4635 cleanup, and improved compatibility code.
4636
4637 (allout-version) Incremented, corrected, revised, and refined
4638 module commentary.
4639
4640 (provide 'allout): Moved to the bottom, added a require of overlay.
4641
4642 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4643 `except-current'.
4644 (allout-write-file-hook-handler): Minimize delay.
4645 (count-trailing-whitespace-region): New function so
4646 auto-encryption of current topic can resituate cursor exactly.
4647 PGP/GPG encryption trims trailing whitespace from lines, which
4648 must be accounted for across encryption then decryption.
4649
4650 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4651 just plain "\C-c", to avoid intruding on user's keybinding space.
4652
4653 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4654 parameter, so user request to provide a new password is done.
4655
4656 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4657 Refined mechanism for auto-filling behavior while in allout mode.
4658
4659 (allout-mode): Explicitly specify the mode map in the docstring.
4660 Clarify provision for various write-file hook var names.
4661 Adjusted for invisible-text overlays instead of selective-display.
4662
4663 (allout-depth): Really return 0 if not within any topic. This
4664 rectifies `allout-beginning-of-level' and sequence numbering
4665 errors that occur when cutting and pasting numbered topics.
4666 Changed from a in-line subst to a regular function, as well.
4667
4668 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4669
4670 (allout-end-of-subtree, allout-end-of-subtree)
4671 (allout-end-of-entry, allout-end-of-current-heading)
4672 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4673 (allout-show-children, allout-show-to-offshoot)
4674 (allout-hide-current-entry, allout-show-current-entry): Rectified
4675 handling of trailing blank lines between items.
4676
4677 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4678 (allout-current-depth, allout-unprotected, allout-hidden-p)
4679 (allout-on-current-heading-p, allout-listify-exposed)
4680 (allout-chart-subtree, allout-goto-prefix)
4681 (allout-back-to-current-heading, allout-get-body-text)
4682 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4683 (allout-hide-region-body, allout-toggle-subtree-encryption)
4684 (allout-encrypt-string, allout-encrypted-key-info)
4685 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4686 (allout-file-vars-section-data): Adjusted for use with
4687 invisible-text overlays instead of selective-display.
4688
4689 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4690 Reworked for use with invisible text overlays.
4691
4692 (allout-current-topic-collapsed-p): New function.
4693
4694 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4695 to know when to close the containing topic.
4696
4697 (allout-pre-command-business, allout-post-command-business):
4698 Simplify undo-batching and dynamic isearch exposure.
4699
4700 (allout-set-overlay-category): New for invisible-text overlays.
4701 Sets properties of allout-overlay-category, used by
4702 allout-flag-region to set invisible-text overlay properties.
4703 (allout-get-invisibility-overlay): Get the first qualifying
4704 invisibility overlay, so we can find the extent of it.
4705 (allout-back-to-visible-text): Get to just before the beginnining
4706 of the current invisibility overlay, if any.
4707
4708 (allout-overlay-insert-in-front-handler)
4709 (allout-overlay-interior-modification-handler)
4710 (allout-before-change-handler, allout-isearch-end-handler): New
4711 functions to handle extraordinary actions affecting concealed
4712 text.
4713
4714 (allout-flag-region): Use overlays instead of selective-display
4715 for invisible text - by inheritence from the properties of
4716 allout-overlay-category in mainline Emacs, and applied
4717 property-by-property in XEmacs, some recent versions of which
4718 don't inherit the properties from the category. Provisions to
4719 respond to concealed-text edits simplified drastically.
4720
4721 (allout-isearch-rectification, allout-isearch-was-font-lock)
4722 (allout-isearch-expose, allout-enwrap-isearch)
4723 (allout-isearch-abort, allout-pre-was-isearching)
4724 (allout-isearch-prior-pos, allout-isearch-did-quit)
4725 (allout-isearch-dynamic-expose)
4726 (allout-hide-current-entry-completely): Functions deleted.
4727
4728 (allout-undo-aggregation): Explicit undo aggregation no longer
4729 necessary due to transition away from selective-display.
4730
4731 (set-allout-regexp, allout-up-current-level)
4732 (allout-next-visible-heading, allout-forward-current-level)
4733 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4734 (allout-kill-line, allout-yank-processing, allout-show-children)
4735 (allout-expose-topic, allout-old-expose-topic)
4736 (allout-listify-exposed, allout-insert-latex-header)
4737 (allout-toggle-subtree-encryption, allout-encrypt-string)
4738 (remove-from-invisibility-spec, allout-hide-current-subtree):
4739 Ditched unused variables.
4740
4741 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4742
4743 * textmodes/ispell.el (ispell-change-dictionary): Call
4744 ispell-buffer-local-dict instead of
4745 ispell-accept-buffer-local-defs.
4746 (ispell-local-dictionary-alist): Accept as valid any coding-system
4747 supported by Emacs.
4748 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4749 changed to iso-8859-3.
4750
4751 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4752
4753 * speedbar.el (speedbar-frame-width): Make an inline function
4754 instead of a macro. Use frame-width.
4755 (speedbar-try-completion, speedbar-update-contents)
4756 (speedbar-timer-fn): Use consp.
4757 (speedbar-update-localized-contents): Try to preserve point.
4758
4759 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4760 (menu): Re-order menu items.
4761 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4762 field.
4763 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4764 (gdb-post-prompt): Speed things by not forcing update.
4765
4766 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4767
4768 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4769 press and perform default action if we get a mouse movement event.
4770
4771 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4772
4773 * calendar/icalendar.el (icalendar--get-event-property)
4774 (icalendar--get-event-property-attributes): Fix typos in
4775 docstrings.
4776
4777 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4778 docstring.
4779
4780 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4781
4782 * bs.el (bs-mode): Use `buffer-disable-undo'.
4783 (bs--get-file-name): Simplify.
4784 (bs-show-in-buffer): Mark the buffer as not modified.
4785
4786 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4787
4788 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4789 widget-button-click.
4790
4791 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4792 (custom-mode): Update docstring.
4793
4794 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4795 binding.
4796
4797 * files.el (hack-local-variables-confirm): Allow scrolling if the
4798 file variable list is too long. Kill temp buffer after use.
4799
4800 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4801
4802 * progmodes/gud.el (gdb): Improve doc string.
4803 (gdb-script-font-lock-keywords): Expand allowed character set.
4804
4805 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4806 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4807 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4808 (gdb-separate-io-stop, gdb-separate-io-eof):
4809 Rename from gdb-inferior-* to gdb-separate-*.
4810 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4811
4812 2006-02-14 Jay Belanger <belanger@truman.edu>
4813
4814 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4815 expression is a symbol before checking that it is bound.
4816
4817 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4818 test to see if equation can be solved.
4819
4820 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * wid-edit.el (widget-button-click): Use :pressed-face property
4823 for overlay face, if it exists.
4824
4825 * cus-edit.el (custom-manual, custom-add-see-also)
4826 (custom-add-parent-links, custom-group-link): Add :pressed-face
4827 property to links.
4828
4829 * files.el (hack-local-variables): Remove ignored variables before
4830 checking if any variables need setting.
4831
4832 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4833
4834 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4835
4836 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * help.el (where-is): Fix message for remapped commands.
4839
4840 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4841 Fix typos in docstrings.
4842
4843 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * files.el (safe-local-variable-values): New option.
4846 (hack-local-variables-prop-line): Return a list of variable-value
4847 pairs if MODE-ONLY is non-nil.
4848 (hack-local-variables): Construct list of variable-value pairs,
4849 and apply or reject them in one go. Ask for confirmation if
4850 variables are not known safe.
4851 (hack-local-variables-confirm): Complete rewrite. Support
4852 `safe-local-variable-values'.
4853 (enable-local-variables): Update docstring to reflect new
4854 behavior.
4855 (ignored-local-variables): Ignore ignored-local-variables and
4856 safe-local-variable-values.
4857 (safe-local-variable-p): New function.
4858 (risky-local-variable-p): `safe-local-variable' property check
4859 moved to safe-local-variable-p.
4860 (hack-one-local-variable): Checks moved to hack-local-variables.
4861
4862 (byte-compile-dynamic, c-basic-offset, c-file-style)
4863 (c-indent-level, comment-column, fill-column, fill-prefix)
4864 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4865 (no-update-autoloads, outline-regexp, page-delimiter)
4866 (paragraph-start, paragraph-separate, sentence-end)
4867 (sentence-end-double-space tab-width, version-control):
4868 Add `safe-local-variable' property.
4869
4870 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4871
4872 * icomplete.el, play/landmark.el: Change nonexistent
4873 `outline-layout' file variable to `allout-layout'.
4874
4875 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4876
4877 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4878 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4879 to gud-comint-buffer.
4880 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4881 gdb-ui.el for gdb-mi.el.
4882 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4883 registers buffer to gdb-get-changed-registers.
4884 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4885 deletion of catchpoints (throw and catch).
4886 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4887 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4888 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4889 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4890 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4891
4892 2006-02-13 Jay Belanger <belanger@truman.edu>
4893
4894 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4895 expression is a symbol before checking that it is bound.
4896
4897 2006-02-13 Richard M. Stallman <rms@gnu.org>
4898
4899 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4900 for the minibuffer too, but not if resize-mini-windows will interfere.
4901
4902 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4903 inside `interactive' spec.
4904 (describe-key-briefly-internal, describe-key-internal):
4905 Functions merged back into their callers.
4906
4907 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4908
4909 * info.el (info-xref-visited): Inherit from info-xref too.
4910 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4911 when propertizing Info-current-file and Info-current-node.
4912
4913 2006-02-13 Juri Linkov <juri@jurta.org>
4914
4915 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4916 (tumme-thumb-name): Fix per-directory format.
4917
4918 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4919
4920 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4921
4922 2006-02-12 Miles Bader <miles@gnu.org>
4923
4924 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4925
4926 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4927
4928 * tumme.el: Remove history section. If someone needs the it, it
4929 can always be found in CVS.
4930
4931 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4932
4933 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4934 about the Thumbnail Managing Standard option.
4935
4936 2006-02-12 Richard M. Stallman <rms@gnu.org>
4937
4938 * subr.el (substitute-key-definition): Doc fix.
4939
4940 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4941
4942 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4943
4944 * info.el (Info-mode): Doc fix.
4945
4946 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4947
4948 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4949
4950 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4951 because on Solaris a POSIX compatible "id" is needed. Reported by
4952 Magnus Henoch <mange@freemail.hu>.
4953
4954 2006-02-12 Juri Linkov <juri@jurta.org>
4955
4956 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4957 (tumme) <defgroup>: Change :group to `multimedia'.
4958 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4959 Managing Standard.
4960 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4961 Fix dostring.
4962 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4963 and %y. Fix docstring.
4964 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4965 (tumme-cmd-create-standard-thumbnail-command): New user options.
4966 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4967 is `standard'. Fix docstring.
4968 (tumme-thumb-width, tumme-thumb-height): New user options.
4969 (tumme-external-viewer): Try to find various viewers.
4970 (tumme-get-thumbnail-image): Use `create-image' instead of
4971 constructing the `image' structure.
4972 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4973 `standard'.
4974 (tumme-thumb-name): Add file name generation for standard storage.
4975 Simplify code for other storages.
4976 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4977 Add modification time %m and thumbnail-nq8 %q.
4978 Use `tumme-cmd-create-standard-thumbnail-command' if
4979 tumme-thumbnail-storage is `standard'.
4980 (tumme-dired-insert-marked-thumbs): New autoload command.
4981 (tumme-dired-after-readin-hook): New function.
4982 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4983 `tumme-thumb-size'.
4984 (tumme-display-image): Replace size-x %x and size-y %y with
4985 width %w and height %h.
4986
4987 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4988 `tumme-dired-insert-marked-thumbs'.
4989
4990 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4991
4992 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4993 include path).
4994 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4995 matching tag.
4996
4997 2006-02-12 Miles Bader <miles@gnu.org>
4998
4999 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5000 New variables.
5001 (rcirc-abbrev-nick): New function.
5002 (rcirc-format-response-string): Rewrite to use the formats in
5003 `rcirc-response-formats' and expand escape sequences therein.
5004 A text-property `rcirc-text' is added over the actual response
5005 text to make easy to find inside the returned string.
5006 (rcirc-print): When filling, just look for the `rcirc-text'
5007 text-property to find the appropriate fill prefix, instead of
5008 using hardwired patterns.
5009
5010 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5011
5012 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5013 Managing Standard.
5014
5015 2006-02-11 Kim F. Storm <storm@cua.dk>
5016
5017 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5018 Don't use insert-buffer; do insert-buffer-substring directly.
5019 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5020
5021 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5022
5023 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5024 with inhibit-read-only. Suggested by Stefan Monnier.
5025 (revert-buffer): Let insert-file-contents discard
5026 buffer-undo-list. Simplify code.
5027 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5028
5029 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5030
5031 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5032
5033 * help.el (describe-key-briefly): Now a wrapper for
5034 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5035 to t. Populate yank-menu if empty.
5036 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5037 (describe-key): Now a wrapper for describe-key-internal. Bind
5038 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5039 (describe-key-internal): Renamed from describe-key.
5040
5041 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5042
5043 * progmodes/glasses.el (glasses-separator): Doc fix.
5044 (glasses-original-separator): New defcustom.
5045 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5046
5047 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5048
5049 * mwheel.el (mouse-wheel-up-event): Doc fix.
5050
5051 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5052
5053 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5054 (tumme-dir): New function. Copied from thumbs.el.
5055
5056 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5057
5058 * desktop.el (desktop-outvar): Fix typo.
5059 (desktop-save-buffer-p): Doc fix.
5060
5061 * subr.el (substitute-key-definition): Fix typo.
5062
5063 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5064
5065 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5066 when window-system is mac.
5067
5068 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5069
5070 2006-02-10 Kim F. Storm <storm@cua.dk>
5071
5072 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5073 indirect-function instead of using condition-case.
5074
5075 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5076
5077 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5078 less `colloquial'...
5079
5080 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5081
5082 * tumme.el: Add a couple of todo items.
5083
5084 2006-02-09 Lars Hansen <larsh@soem.dk>
5085
5086 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5087 (highlight-changes-mode): Don't change desktop-locals-to-save.
5088
5089 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5090
5091 * image-mode.el (image-toggle-display): Clear image cache if using
5092 filename.
5093
5094 2006-02-09 Masatake YAMATO <jet@gyve.org>
5095
5096 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5097 a `dired-man' target.
5098
5099 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5100 boundary of symbols.
5101
5102 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5103
5104 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5105
5106 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5107
5108 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5109 `mapcar'; return nil.
5110
5111 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5112
5113 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5114 some other event.
5115
5116 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5117
5118 * net/rcirc.el (rcirc-startup-channels-alist):
5119 Add irc.freenode.net and #emacs as defaults.
5120 (rcirc-ignore-all-activity-flag): Remove variable.
5121 (rcirc-authinfo): New variable.
5122 (rcirc-authinfo-filename): Remove variable.
5123 (rcirc-always-use-server-buffer-flag): New flag.
5124 (rcirc): M-x rcirc will automatically connect without prompting.
5125 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5126 connection in lisp.
5127 (rcirc-process-server-response-1): Remove everything but the nick
5128 portion of the sender so it doesn't need to be done everywhere
5129 else. Update related code.
5130 (global-map): Remove global keybindings.
5131 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5132 (rcirc-send-input): Split into several functions.
5133 (rcirc-process-input-line, rcirc-process-message)
5134 (rcirc-process-command): New functions.
5135 (rcirc-target-buffer): New function to determine where to route
5136 messages.
5137 (rcirc-user-nick): Save match data.
5138 (rcirc-toggle-ignore-buffer-activity)
5139 (rcirc-update-activity-string): Remove global ignore functionality,
5140 which can be done now by toggling rcirc-track-minor-mode.
5141 (rcirc-track-minor-mode-map): New keymap.
5142 (rcirc-track-minor-mode): New minor-mode.
5143 (ignore): Make the ignore output nicer. Always print it when
5144 adding or removing nicks.
5145 (rcirc-url-regexp): Improve.
5146 (rcirc-mangle-text): Remove properties before using text in the
5147 modeline.
5148 (rcirc-authenticate): Authentication data comes from
5149 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5150 (rcirc-server-prefix): Inherit from rcirc-server.
5151
5152 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5153
5154 * Makefile.in (compile): Append "|| true" to the end of the `find'
5155 command, like compile-always does.
5156
5157 2006-02-08 Sam Steingold <sds@gnu.org>
5158
5159 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5160 output from a dead connection.
5161
5162 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5163
5164 * dired.el (dired-mode-map): Add more bindings for tumme.
5165
5166 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * wdired.el (wdired-mode-map): Use remap.
5169 (wdired-get-filename): Massage.
5170 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5171 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5172 `keymap' property rather than `local-map'.
5173
5174 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5175
5176 * tumme.el (tumme-get-thumbnail-image): New utility function.
5177 Suggested by from Chong Yidong.
5178 (tumme-dired-with-window-configuration): Rename from
5179 `tumme-dired'. Add code to save window configuration.
5180 (tumme-restore-window-configuration): New command to restore the
5181 window configuration that `tumme-dired-with-window-configuration'
5182 saves before it changes the window configuration.
5183 (tumme-show-all-from-dir): New command to display thumbnails for
5184 all files in a directory entered by the user, like M-x thumbs.
5185 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5186 have been created.
5187 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5188 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5189 Remove obsolete test function.
5190
5191 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5192
5193 * vc.el (small-temporary-file-directory): Remove defvar; there's
5194 a defcustom for it in files.el.
5195
5196 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5197 Fix typo in message.
5198 (tumme-gallery-generate): Fix typo in `error' message.
5199 (tumme-display-window-height-correction)
5200 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5201 (tumme-line-up-interactive): Dox fixes.
5202 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5203 (tumme-restore-window-configuration, tumme-format-properties-string)
5204 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5205 Fix typos in docstrings.
5206
5207 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5208
5209 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5210
5211 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5212
5213 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5214 User should use hook if desired.
5215
5216 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5217 buffer if necessary.
5218 (gdb-delete-frame-or-window): New function.
5219 (gdb-breakpoints-mode-map): Bind "q" to it.
5220
5221 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * textmodes/nroff-mode.el: Clean up name space.
5224 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5225 (nroff-mode): Obey the global setting of nroff-electric-mode.
5226 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5227
5228 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5229
5230 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5231
5232 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5233
5234 2006-02-06 Lars Hansen <larsh@soem.dk>
5235
5236 * generic-x.el (etc-fstab-generic-mode): Add file system types
5237 cifs and usbdevfs. Allow special chars in file names.
5238
5239 2006-02-05 Jay Belanger <belanger@truman.edu>
5240
5241 Update copyright notices of the files in lisp/calc.
5242
5243 2006-02-05 Romain Francoise <romain@orebokech.com>
5244
5245 Update copyright notices of all files in the lisp/play directory.
5246
5247 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5248
5249 * ldefs-boot.el: Regenerate.
5250
5251 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5252
5253 2006-02-05 Kim F. Storm <storm@cua.dk>
5254
5255 * files.el (magic-mode-regexp-match-limit): New defvar.
5256 (set-auto-mode): Use it to limit magic-mode-alist matching.
5257
5258 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5259
5260 * simple.el (display-message-or-buffer): Compare the number of
5261 characters to the frame width when determining whether a 1-line
5262 message string will fit in the echo area. Count screen lines
5263 instead of buffer lines when determining whether a multi-line
5264 message will fit in the echo area/minibuffer window.
5265
5266 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5267
5268 * info.el (Info-index, Info-mode): Improve the description of the
5269 `i' command.
5270
5271 * ldefs-boot.el: Regenerate.
5272
5273 2006-02-03 Werner Lemberg <wl@gnu.org>
5274
5275 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5276 greedy to find the closing bracket in \*[...] and similar
5277 expressions. This is a first rough fix -- many additional
5278 refinements are necessary to make nroff mode really usable with groff.
5279
5280 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5281
5282 * international/mule-cmds.el (set-locale-environment):
5283 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5284 libX11.
5285
5286 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5287
5288 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5289 archive are created in archive-tmpdir.
5290
5291 2006-02-02 John Paul Wallington <jpw@pobox.com>
5292
5293 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5294 (ibuffer-fontification-alist): Use it.
5295 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5296 to "* z" and the Ibuffer Mark menu.
5297
5298 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5299
5300 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * textmodes/table.el (*table--cell-describe-mode)
5303 (*table--cell-describe-bindings): Undo last change since
5304 print-help-return-message is not obsoleted by anything at all.
5305
5306 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5307
5308 * emulation/cua-base.el (cua-mode): Doc fix.
5309
5310 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * dframe.el (dframe-handle-make-frame-visible)
5313 (dframe-handle-iconify-frame, dframe-get-focus)
5314 (dframe-select-attached-frame, dframe-power-click)
5315 (dframe-frame-mode): Fix typos in docstrings.
5316
5317 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5318 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5319 Fix typos in docstrings.
5320
5321 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5322 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5323 (hi-lock-archaic-interface-message-used)
5324 (hi-lock-file-patterns-range): Fix typos in docstrings.
5325
5326 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5327 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5328
5329 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5330 Fix typo in docstring.
5331
5332 * net/newsticker.el (newsticker--decode-iso8601-date)
5333 (newsticker--set-customvar, newsticker--buffer-insert-item)
5334 (newsticker--do-run-auto-mark-filter)
5335 (newsticker--parse-generic-feed): Doc fixes.
5336 (newsticker--retrieval-timer-list, newsticker-url-list)
5337 (newsticker-hide-immortal-items-in-echo-area)
5338 (newsticker-hide-obsolete-items-in-echo-area)
5339 (newsticker-new-item-face, newsticker--enclosure)
5340 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5341 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5342 (newsticker--parse-generic-feed, newsticker--cache-contains)
5343 (newsticker--stat-num-items, newsticker-download-enclosures):
5344 Fix typos in docstrings.
5345
5346 * net/rcirc.el (rcirc-debug): Doc fix.
5347 (rcirc-fill-column, rcirc-receive-message-hooks)
5348 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5349 (rcirc-mode, rcirc-generate-new-buffer-name)
5350 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5351 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5352 Fix typos in docstrings.
5353 (rcirc-print): "?\ " -> "?\s".
5354 (rcirc-cmd-join): Improve argument/docstring consistency.
5355
5356 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5357
5358 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5359 before narrow-to-region.
5360
5361 2006-02-01 Richard M. Stallman <rms@gnu.org>
5362
5363 * simple.el (move-beginning-of-line): Scan properly for invis change.
5364
5365 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5366
5367 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5368
5369 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5370 change bit only when id-format is 'integer. Reported by Matt
5371 Hodges <M.P.Hodges@rl.ac.uk>.
5372
5373 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5374
5375 * hilit-chg.el (highlight-changes-initial-state)
5376 (highlight-changes-global-initial-state): Doc fixes.
5377 (highlight-changes-global-modes, global-highlight-changes):
5378 Fix typos in docstrings.
5379
5380 2006-02-01 Kim F. Storm <storm@cua.dk>
5381
5382 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5383 transient-mark-mode in doc string.
5384
5385 2006-01-31 Richard M. Stallman <rms@gnu.org>
5386
5387 * replace.el (multi-occur): Doc fix.
5388 (multi-occur-in-matching-buffers): Rename from
5389 multi-occur-by-filename-regexp. Prefix arg says match
5390 buffer names instead of file names.
5391
5392 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * bs.el: Allow non-default values of `bs-header-lines-length'.
5395 (bs--running-in-xemacs): Remove (not needed anymore).
5396 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5397 instead of `shrink-window', thus avoiding having to compute the
5398 height of the window.
5399 (bs--up): Wrap around even when there's no header.
5400 (bs--down): Use `forward-line' instead of `next-line'.
5401
5402 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * image-mode.el (image-toggle-display): Use file name if possible,
5405 instead of unnecessarily allocating a (possibly huge) lisp string.
5406
5407 2006-01-30 John Paul Wallington <jpw@pobox.com>
5408
5409 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5410 because the `assert' macro signals it at runtime.
5411
5412 * emacs-lisp/cl.el (toplevel): Remove definition of
5413 `cl-assertion-failed' condition.
5414
5415 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5416
5417 * thumbs.el (thumbs-marked-list): Make buffer-local and
5418 permanent-local.
5419 (thumbs-insert-thumb): Make help-echo non-sticky.
5420 (thumbs-file-alist): Use eolp as check for (non)-image.
5421
5422 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5423
5424 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5425 (ediff-before-session-group-setup-hooks)
5426 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5427 Fix typos in docstrings.
5428
5429 * window.el (bw-dir, bw-eqdir, balance-windows)
5430 (split-window-keep-point): Fix typos in docstrings.
5431
5432 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5433 (org-quote-string, org-calendar-to-agenda-key)
5434 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5435 (org-show-following-heading, org-tags-column)
5436 (org-use-tag-inheritance, org, org-allow-space-in-links)
5437 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5438 (org-enable-table-editor, org-calc-default-modes)
5439 (org-table-allow-automatic-line-recalculation)
5440 (org-export-html-style, org-export-with-fixed-width)
5441 (org-export-with-sub-superscripts, org-special-keyword)
5442 (org-formula, org-time-grid, org-table-may-need-update)
5443 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5444 (org-goto-quit, org-get-indentation, org-end-of-item)
5445 (org-move-item-down, org-move-item-up)
5446 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5447 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5448 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5449 (org-agenda-log-mode, org-agenda-toggle-diary)
5450 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5451 (org-agenda-file-to-end, org-agenda-no-heading-message)
5452 (org-agenda-get-closed, org-format-agenda-item)
5453 (org-cmp-priority, org-cmp-category, org-cmp-time)
5454 (org-agenda-change-all-lines, org-agenda-diary-entry)
5455 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5456 (org-link-search, org-camel-to-words, org-open-file)
5457 (org-remember-handler, org-table-convert-region)
5458 (org-table-move-row-down, org-table-move-row-up)
5459 (org-table-copy-region, org-table-wrap-region)
5460 (org-table-toggle-vline-visibility)
5461 (org-table-get-vertical-vector, org-table-modify-formulas)
5462 (org-table-get-specials, org-recalc-commands)
5463 (org-table-rotate-recalc-marks, org-table-eval-formula)
5464 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5465 (org-level-color-stars-only, org-insert-heading):
5466 Fix typos in docstrings.
5467 (last-arg): Add defvar.
5468
5469 * makefile.w32-in (WINS): Add erc.
5470 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5471
5472 2006-01-29 Bill Wohler <wohler@newt.com>
5473
5474 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5475 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5476 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5477 (mh-autoloads): Don't use comments on otherwise empty lines.
5478
5479 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5480
5481 * emulation/viper.el (viper-major-mode-modifier-list): Add
5482 insert-state and vi-state entries for erc-mode.
5483 (viper-go-away, viper-set-hooks): Add and remove
5484 viper-comint-mode-hook from erc-mode-hook as appropriate.
5485
5486 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5487
5488 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5489
5490 * bs.el (bs--format-aux): Implement `middle' alignment as
5491 described in the docstring for `bs-attributes-list'.
5492 (bs--get-name): Simplify. Don't pad the buffer name.
5493
5494 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5495
5496 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5497 English aspell dictionary is installed, use the first entry of
5498 ispell-dictionary-alist-1.
5499
5500 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5501
5502 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5503 Doc fix.
5504
5505 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5506
5507 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5508 for `process-file', in order to let it work for older Emacsen too.
5509
5510 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5511
5512 * international/latexenc.el: Add a suitable `coding:' tag.
5513 (latexenc-find-file-coding-system): Undo last change.
5514
5515 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5516
5517 * international/latexenc.el (latexenc-find-file-coding-system):
5518 Make sure latexenc-main-file is a regular file and is readable.
5519
5520 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5521
5522 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5523 Pass FILE to vc-user-login-name.
5524
5525 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5526
5527 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5528
5529 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5530 there are no more images to display.
5531 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5532 the next image.
5533
5534 2006-01-26 Richard M. Stallman <rms@gnu.org>
5535
5536 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5537
5538 * wid-edit.el (advertised-widget-backward): New alias.
5539 (widget-keymap): Use advertised-widget-backward for S-TAB.
5540
5541 * tumme.el: Correct the keywords.
5542 (tumme-dir-max-size): Use defvar.
5543 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5544
5545 * simple.el (move-beginning-of-line): Take account of fields.
5546 (clone-indirect-buffer-other-window): Take args like
5547 clone-indirect-buffer, and work like it.
5548
5549 * help-fns.el (describe-function): Don't pass `nil' as default.
5550
5551 * files.el (risky-local-variable-p): Follow var aliases.
5552
5553 * subr.el (lazy-completion-table): Doc fix.
5554
5555 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5556 global binding of `line'.
5557
5558 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5559
5560 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5561 Tramp.
5562
5563 * vc.el (vc-default-dired-state-info): Pass FILE to
5564 vc-user-login-name.
5565 (vc-default-update-changelog): Don't use vc-user-login-name, we
5566 don't need it here.
5567
5568 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5569 no longer necessary.
5570
5571 2006-01-25 Kenichi Handa <handa@m17n.org>
5572
5573 * international/mule.el (decode-char): Avoid the overhead of
5574 calling utf-lookup-subst-table-for-decode if
5575 utf-translate-cjk-mode is nil.
5576 (encode-char): Avoid the overhead of calling
5577 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5578 nil.
5579
5580 2006-01-22 Kenichi Handa <handa@m17n.org>
5581
5582 * international/mule.el (make-subsidiary-coding-system): Reset
5583 `coding-system-define-form' property of subsidiaries to nil.
5584 Avoid duplicated entry in coding-system-alist.
5585 (make-coding-system): Avoid duplicated entry in
5586 coding-system-alist.
5587 (define-coding-system-alias): Likewise.
5588
5589 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5590
5591 * completion.el: Minor fixes in introductory comment.
5592 (completion-def-wrapper): Fix alist.
5593
5594 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5595
5596 * thumbs.el (thumbs-new-image-size): New function.
5597 (thumbs-increment-image-size-element)
5598 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5599 (thumbs-decrement-image-size): Delete.
5600 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5601 temp files and use to resize.
5602 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5603 Use increment argument to enlarge/shrink. Preserve point.
5604 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5605 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5606 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5607 (thumbs-mark, thumbs-unmark): Preserve point.
5608 (thumbs-modify-image): Keep old temp files and use to modify.
5609 Cleanup old temp files at load time. Preserve point.
5610 (thumbs-view-image-mode-map): Use new command names.
5611
5612 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5615
5616 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5617 the nastiest part of the cyclic dependency.
5618 (cal-menu-update): Use dotimes and calendar-increment-month.
5619
5620 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5621 (calendar-week-start-day): Add an :initializer.
5622 (calendar-mode-map): Use suppress-keymap, and command remapping.
5623 (describe-calendar-mode): Setup xref-stack info for the back button.
5624 (calendar-star-date): Insert before delete.
5625 (calendar-set-mode-line): Add file-modified info if applicable.
5626 (calendar-increment-month): New function.
5627
5628 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5629
5630 * font-lock.el (lisp-font-lock-keywords-2):
5631 Recognize "& keywords" only at word boundaries.
5632
5633 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5634
5635 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5636 and permanent-local.
5637 (thumbs-max-image-number): New variable.
5638 (thumbs-do-thumbs-insertion): Use them.
5639 (thumbs-per-line): Change default to 4.
5640 (thumbs-marked-list): Rename from thumbs-markedL.
5641 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5642 (thumbs-rename-images): Use -list instead of L for internal variables.
5643 (thumbs-call-convert): Use call-process instead of shell-command.
5644 (thumbs-insert-thumb): Add filename as help-echo to each image.
5645 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5646 Give dir to thumbs-show-thumbs-list.
5647 (thumbs-show-thumbs-list): Set default-directory to that of images.
5648 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5649 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5650 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5651 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5652
5653 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5654
5655 * ses.el (ses-read-cell): Provide a default value.
5656
5657 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5658
5659 * term/w32-win.el (image-library-alist): Add additional names for
5660 GIF library.
5661
5662 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5663
5664 * international/latexenc.el (latexenc-find-file-coding-system):
5665 Add file-regular-p check.
5666
5667 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * simple.el (clone-buffer): Don't show the new buffer in the same
5670 window.
5671
5672 2006-01-23 Juri Linkov <juri@jurta.org>
5673
5674 * faces.el (link, link-visited): New faces based on default values
5675 of `info-xref' and `info-xref-visited'.
5676
5677 * info.el (info-xref): Inherit from `link'.
5678 (info-xref-visited): Inherit from `link-visited'.
5679
5680 * cus-edit.el (custom-buffer-create-internal): Use widget type
5681 `custom-manual' instead of `info-link' and don't set properties
5682 `button-face' and `mouse-face' explicitly.
5683 (custom-browse-group-tag, custom-browse-variable-tag)
5684 (custom-browse-face-tag): Inherit from widget class
5685 `custom-group-link' instead of `push-button'.
5686 (custom-button-unraised): Inherit from `underline' face.
5687 (custom-link): Inherit from `link' face. Fix doc and group.
5688 (custom-add-parent-links, custom-group-value-create): Don't set
5689 properties `button-face' and `mouse-face' explicitly for
5690 `custom-group-link' widget.
5691 (custom-group-link): Add properties `button-face' and `mouse-face'
5692 to widget definition.
5693 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5694 editable-field's :keymap property.
5695 (custom-mode): Fix docstring: substitute keybindings for
5696 `widget-forward' and `widget-backward' from `widget-keymap',
5697 `widget-complete' from `custom-field-keymap', replace old
5698 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5699
5700 * desktop.el (desktop-load-file): Check for `fboundp' before
5701 calling `symbol-function'.
5702
5703 * simple.el (clone-buffer, clone-indirect-buffer)
5704 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5705 `read-string'. Fix prompts.
5706
5707 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5708
5709 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5710
5711 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5712
5713 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5714
5715 * startup.el (inhibit-splash-screen, initial-scratch-message):
5716 Doc fixes.
5717
5718 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5719
5720 Sync with Tramp 2.0.52.
5721
5722 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5723 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5724 `tramp-unload-tramp' for checklist.
5725
5726 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5727 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5728 (tramp-unload-file-name-handler-alist)
5729 (tramp-unload-tramp): New defuns.
5730 (tramp-advice-PC-expand-many-files): New defadvice.
5731 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5732 removed.
5733 (tramp-handle-expand-file-name): Remove double slash.
5734 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5735 It doesn't matter, because it will be converted later on.
5736 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5737 implementation was just heuristic.
5738 (tramp-post-connection): Set uid and gid properties.
5739 (tramp-convert-file-attributes): Set file's gid change bit.
5740 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5741 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5742 in case of su(do)? methods. The home directory of the local user
5743 will be taken else.
5744 (tramp-open-connection-telnet)
5745 (tramp-open-connection-rsh, tramp-open-connection-su)
5746 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5747 local shell prompt could hurt. Reported by Romain Francoise
5748 <romain@orebokech.com>.
5749 (tramp-let-maybe): Add `edebug-form-spec' property.
5750 (tramp-handle-expand-file-name): Bind `default-directory' locally
5751 to "/" in order to avoid problems with UNC shares or Cygwin
5752 mounts.
5753 (tramp-md5-function): Fix typo in error message.
5754
5755 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5756
5757 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5758 for byte-compiler pacification.
5759
5760 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5761
5762 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5763 ID-FORMAT `string'. This allows us to get rid of
5764 `vc-user-login-name UID'.
5765
5766 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5767
5768 2006-01-22 John Paul Wallington <jpw@pobox.com>
5769
5770 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5771
5772 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5773
5774 * emacs-lisp/find-func.el (find-definition-noselect)
5775 (find-variable-noselect): Search variables in C source code too.
5776 (find-function-C-source, find-function-noselect, find-function)
5777 (find-function-other-frame, find-variable-noselect, find-variable)
5778 (find-variable-other-frame, find-variable-at-point):
5779 Fix docstrings.
5780
5781 2006-01-21 Francesco Potorti` <pot@gnu.org>
5782
5783 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5784
5785 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5786
5787 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5788 Default to disabling the "Save affix" question.
5789
5790 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5791
5792 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5793 the first arg to run-python.
5794
5795 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5796
5797 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5798 is not loaded.
5799
5800 2006-01-20 Jay Belanger <belanger@truman.edu>
5801
5802 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5803 limit is 0.
5804
5805 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5806 the correct variable.
5807
5808 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5809
5810 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5811 link. Fixed buggy argument sequence in call to `org-view-tags'.
5812 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5813 (org-prefix-has-tag): New variable.
5814 (org-format-agenda-item): Remove tags from headline if
5815 appropriate.
5816 (org-agenda-remove-tags-when-in-prefix): New option.
5817 (org-get-tags-at): New function.
5818
5819 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5820
5821 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5822 (thumbs-find-image): Move image name and number from buffer name
5823 to mode name. Set thumbs-buffer. Preserve point so that large
5824 images remain visible.
5825 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5826 order.
5827 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5828 mode name.
5829 (thumbs-next-image, thumbs-previous-image): Make them work.
5830
5831 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5832
5833 * cus-edit.el (custom-buffer-create-internal): State in the text above
5834 the whole buffer buttons that they do not operate on hidden items.
5835 (custom-face-menu): Use `custom-face-save' instead of
5836 `custom-face-save-command'.
5837 (custom-face-save-command): Make it an alias for `custom-face-save'
5838 and declare it obsolete.
5839 (custom-face-save): Doc fix.
5840
5841 * dired.el (dired-no-confirm): Add quote.
5842 (dired-subdir-alist-pre-R): Add quote in
5843 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5844
5845 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * textmodes/table.el (table-mode-indicator): Typo in last change.
5848
5849 2006-01-19 Richard M. Stallman <rms@gnu.org>
5850
5851 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5852 Fixes bug reported in Nov 2005.
5853
5854 * isearch.el (isearch-forward): Doc fix.
5855
5856 * dired.el (dired-move-to-filename-regexp): Define as alias.
5857 (dired-no-confirm): Use defcustom.
5858 (dired-subdir-alist-pre-R): Put defvar at top level.
5859
5860 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5861
5862 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5863 Mark as risky.
5864
5865 * simple.el (set-mark-command): Doc fix.
5866 (clone-indirect-buffer-other-window):
5867 Read arg like clone-indirect-buffer.
5868 (move-beginning-of-line): Skip invisible newlines.
5869
5870 2006-01-19 Masatake YAMATO <jet@gyve.org>
5871
5872 * progmodes/cpp.el (cpp-edit-load): Make the order of
5873 listed conditions in a base C code buffer and its associate
5874 CPP Edit buffer the same.
5875
5876 2006-01-19 Kenichi Handa <handa@m17n.org>
5877
5878 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5879 (rmail-mime-feature): Likewise.
5880 (rmail-require-mime-maybe): Use display-warning to show a warning
5881 message.
5882
5883 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5884 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5885
5886 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * array.el: Move defvars out of eval-when-compile.
5889 (array-make-template): Replace undeclared global var with a local one.
5890 (array-mode): Inline initialization functions.
5891 (array-init-local-variables, array-init-max-row)
5892 (array-init-max-column, array-init-columns-per-line)
5893 (array-init-field-width, array-init-rows-numbered)
5894 (array-init-line-length, array-init-lines-per-row): Remove.
5895
5896 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5897 (doc-mode-map): Define explicitly.
5898 (doctor-txtype): Use mapc.
5899
5900 * textmodes/table.el: Move defvars out of eval-when-compile.
5901 Remove harmful code meant to avoid byte-compiler warnings.
5902 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5903 specification that checks table-fixed-width-mode directly.
5904 (table-recognize-region, table-recognize-cell):
5905 Use restore-buffer-modified-p.
5906 (table-fixed-width-mode): Remove code that refreshes
5907 table-fixed-mode-indicator.
5908 (*table--cell-describe-bindings, *table--cell-describe-mode):
5909 Avoid obsolete name print-help-return-message.
5910 (table--test-cell-list): Don't use replace-regexp from elisp.
5911 (table--point-entered-cell-function, table--point-left-cell-function):
5912 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5913
5914 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5915 that was after the end of file. Use buffer-file-name variable.
5916 (org-timestamp-change): Use with-current-buffer.
5917 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5918 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5919 `file'.
5920
5921 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5922 (fortran-break-line): Remove unused var `opoint'.
5923 (fortran-abbrev-start): Obey help-event-list.
5924
5925 2006-01-18 Jesper Harder <harder@phys.au.dk>
5926
5927 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5928
5929 2006-01-18 Masatake YAMATO <jet@gyve.org>
5930
5931 * progmodes/make-mode.el (makefile-imake-mode): New mode
5932 derived from makefile-mode.
5933 (makefile-imake-mode-syntax-table): New syntax table
5934 derived from makefile-mode-syntax-table.
5935 (makefile-mode): Write about makefile-imake-mode in doc string.
5936 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5937 (makefile-imake-font-lock-keywords): New font lock keywords.
5938
5939 * files.el (auto-mode-alist): Add Imakefile.
5940
5941 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5942
5943 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5944 loading the file rather than when turning on flyspell-mode.
5945
5946 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5947
5948 * cus-edit.el (customize-rogue): Minor doc fix.
5949
5950 2006-01-17 Juri Linkov <juri@jurta.org>
5951
5952 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5953 instead of the file at the mark as default if the file at the mark
5954 is the same as the file at point or if dired-dwim-target-directory
5955 is not the same as the current directory and the mark is not active.
5956
5957 * log-view.el (log-view-minor-wrap): Use the same logic to get
5958 revisions as `log-view-diff'.
5959
5960 * info.el (Info-revert-find-node): Check for Info-current-file
5961 before preserving new-history.
5962
5963 * man.el (Man-heading-regexp): Add `/'.
5964
5965 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5966 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5967
5968 2006-01-16 Juri Linkov <juri@jurta.org>
5969
5970 * faces.el (mode-line-faces): New defgroup.
5971 (mode-line-highlight): Move definition after new defgroup.
5972 (mode-line, mode-line-inactive, mode-line-highlight):
5973 Replace :group `modeline' with `mode-line-faces'.
5974 (mode-line-buffer-id): New face.
5975 (modeline-buffer-id): New face alias.
5976 (vertical-border): Remove :group `modeline'.
5977
5978 * bindings.el (propertized-buffer-identification): Use face
5979 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5980 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5981 (mode-line-buffer-identification-keymap): For mouse-1 replace
5982 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5983 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5984 mouse-3.
5985
5986 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5987 Buffer-menu-buffer. Doc fix.
5988 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5989 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5990 `Buffer-menu-buffer'.
5991
5992 * info.el (Info-mode-line-node-keymap): New defvar.
5993 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5994 Propertize Info-current-node with `mode-line-buffer-id' and
5995 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5996
5997 * time.el (display-time-mail-face): Replace :group `faces' with
5998 `mode-line-faces'.
5999
6000 2006-01-16 Kenichi Handa <handa@m17n.org>
6001
6002 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6003
6004 * language/european.el (cp1252): New alias for windows-1252.
6005
6006 * international/mule.el (autoload-coding-system): Prepare for EOL
6007 variants.
6008
6009 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6010
6011 * term.el (term-raw-map): Add mapping for insert.
6012 (term-send-insert): New.
6013 (term-mode): Make variables local here instead of doing it in
6014 `term-emulate-terminal'.
6015 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6016 Scroll reverse needs to take into account the scroll region.
6017 Saving and restoring the cursor should save the color attributes too.
6018 (term-reset-terminal): Reset the scroll region.
6019 (term-handle-ansi-escape): Cursor up and down should take into
6020 account the scroll region.
6021 (term-set-scroll-region): Rename from `term-scroll-region'.
6022 Move to 0,0 after setting the region.
6023 (term-handle-scroll): Handle scroll up.
6024 (term-down): Fix off by one error.
6025 (term-delete-lines): Do not delete outside the scroll region.
6026 (term-insert-lines): Take into account the scroll region.
6027
6028 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * textmodes/ispell.el (ispell-internal-change-dictionary)
6031 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6032 (start, end): Move declaration outside of eval-when-compile.
6033
6034 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6035 (flyspell-mode-on): Use it.
6036
6037 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6038 ispell-kill-ispell-hook.
6039
6040 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6041
6042 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6043 (Custom-reset-saved): Do not ask for confirmation in single option
6044 buffers.
6045
6046 2006-01-13 Richard M. Stallman <rms@gnu.org>
6047
6048 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6049
6050 2006-01-13 Romain Francoise <romain@orebokech.com>
6051
6052 * add-log.el (add-change-log-entry, change-log-merge):
6053 Conditionally use `hard-newline'.
6054
6055 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6056
6057 * wid-edit.el (widget-field-end): If the overlay is no longer
6058 associated with a buffer, behave as if the overlay didn't exist.
6059
6060 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6061 Make sure the links use the `custom-link' face.
6062
6063 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6066 (ld-script-mode): Don't set indent-line-function since we don't
6067 have one.
6068
6069 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6070
6071 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6072 application.
6073 (org-file-apps-defaults-gnu): Use mailcap as the default for
6074 selecting an application on a UNIX system.
6075 (org-agenda-show-tags): New command.
6076 (org-table-insert-hline): Keep cursor in current table line.
6077 (org-table-convert): Offset effect of modifying
6078 `org-table-insert-hline'.
6079 (org-format-agenda-item): New optional argument TAG.
6080 (org-compile-prefix-format): Handle %T format for the tag.
6081 (org-expand-wide-chars): New function.
6082 (org-table-insert-row, org-table-insert-hline):
6083 Use `org-expand-wide-chars'.
6084 (org-open-file): Fix bug in program launch.
6085 (org-get-time-of-day): Fix bug with times before 1am.
6086 (org-agenda-menu): Add tags commands.
6087
6088 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6089
6090 * textmodes/ispell.el (ispell-init-process): Include the used
6091 dictionary in ispell process start message.
6092 (ispell-internal-change-dictionary): When flyspell-mode is active
6093 and dictionary is changed, make sure ispell process is restarted
6094 and flyspell word cache cleared out for the current buffer.
6095 (ispell-change-dictionary): Make sure flyspell word cache is
6096 cleared out in all buffers with active flyspell mode when
6097 dictionary is globally changed.
6098 Call ispell-internal-change-dictionary after dictionary change.
6099
6100 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6101
6102 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6103
6104 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6105 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6106 years. Fix small differences wrt Makefile.in.
6107 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6108 Makefile.in does.
6109
6110 2006-01-12 Bill Wohler <wohler@newt.com>
6111
6112 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6113 mh-search.el.
6114
6115 2006-01-12 Masatake YAMATO <jet@gyve.org>
6116
6117 * progmodes/ld-script.el: Update copyright year.
6118
6119 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6120
6121 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6122 Don't add widget if setting undefined.
6123
6124 2006-01-12 John Paul Wallington <jpw@pobox.com>
6125
6126 * help-fns.el (describe-variable): Remove newlines from void
6127 variable output.
6128
6129 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6130
6131 * wdired.el (wdired-mode-map): Add help echo for
6132 wdired-abort-changes.
6133
6134 * man.el (Man-file-name-regexp): Adjust for a list of files.
6135
6136 2006-01-12 Masatake YAMATO <jet@gyve.org>
6137
6138 * progmodes/ld-script.el (auto-mode-alist): Support
6139 suffix conventions used in netbsd and eCos.
6140
6141 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6142
6143 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6144 (custom-variable-menu, custom-face-menu, custom-group-menu)
6145 (Custom-mode-menu): Change names of menu items. (As discussed on
6146 emacs-devel.)
6147 (custom-face-menu): Add "Undo Edits" item.
6148
6149 * startup.el (init-file-user): defcustom -> defvar.
6150
6151 * tooltip.el (tooltip-mode): Doc fix.
6152
6153 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6154
6155 * reveal.el (reveal-post-command): window-buffer signals an error on
6156 dead windows rather than returning nil.
6157 (reveal-open-new-overlays): An overlay might die while we open others.
6158
6159 2006-01-11 Bill Wohler <wohler@newt.com>
6160
6161 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6162 phrasing in docstring.
6163
6164 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6165 can give some systems gas. Add new file mh-buffers.el.
6166
6167 2006-01-06 Masatake YAMATO <jet@gyve.org>
6168
6169 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6170 C preprocessor forward ported from GNU Emacs 21.2.
6171
6172 * progmodes/asm-mode.el (asm-font-lock-keywords):
6173 Use `cpp-font-lock-keywords'.
6174
6175 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6176
6177 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6178 of $ for "\\.ld[s]?".
6179
6180 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6183 (tcl-indent-line): Return `noindent' if inside a string.
6184
6185 * progmodes/flymake.el (flymake-split-string): Remove more than one
6186 empty string at beg/end of the result.
6187 (flymake-find-buildfile, flymake-find-possible-master-files):
6188 Use expand-file-name.
6189 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6190 since expand-file-name does it for us. Use directory-file-name.
6191 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6192 (flymake-ler-get-type, flymake-ler-get-text)
6193 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6194 (flymake-current-line-no): Remove spurious interactive spec.
6195 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6196 (flymake-check-include): Remove arg inc-path merged into inc-name.
6197 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6198 Arg regexp-list replaced by a simple regexp.
6199 (flymake-master-make-header-init, flymake-master-tex-init):
6200 Correspondingly replace regexp-list with a regexp. Fix regexp.
6201
6202 2006-01-10 Simon Josefsson <jas@extundo.com>
6203
6204 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6205 describing AUTH PLAIN fix.
6206
6207 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6208
6209 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6210 (report-emacs-bug): Don't record initial prompt text.
6211 Instead, add text properties to prompting text.
6212 (report-emacs-bug-hook): Delete prompting text.
6213
6214 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6217 `dirs'. Adjust callers.
6218
6219 2006-01-09 John Paul Wallington <jpw@gnu.org>
6220
6221 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6222
6223 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * reveal.el (reveal-open-new-overlays): New extracted fun.
6226 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6227 using them. Simplify the code.
6228 (reveal-post-command): Use them. Fix up obsolete windows in
6229 reveal-open-spots.
6230
6231 * progmodes/flymake.el: Use `require' rather than autoload for
6232 XEmacs's overlays.
6233 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6234 Delete. Use file-relative-name instead.
6235 (flymake-get-syntax-check-program-args, flymake-perl-init):
6236 Simplify the resulting code.
6237
6238 * log-view.el (log-view-file-re, log-view-message-re): Add support
6239 for DaRCS output.
6240
6241 2006-01-09 Alex Schroeder <alex@gnu.org>
6242
6243 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6244 identifiers sometimes added in square brackets at the beginning of
6245 subject lines.
6246
6247 2006-01-07 Richard M. Stallman <rms@gnu.org>
6248
6249 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6250 (Custom-reset-current, Custom-reset-saved): Change question text.
6251 (Custom-reset-standard): Likewise.
6252 (custom-variable-reset-saved): Doc fix.
6253
6254 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6255
6256 * startup.el (init-file-user): Doc fix.
6257
6258 2006-01-07 Alex Schroeder <alex@gnu.org>
6259
6260 * mail/rmail.el (rmail-current-subject): New function.
6261 (rmail-current-subject-regexp): New function.
6262 (rmail-next-same-subject): Use it.
6263
6264 * mail/rmailsum.el (rmail-summary-by-topic):
6265 Use rmail-current-subject and rmail-current-subject-regexp.
6266 (rmail-summary-next-same-subject): Ditto.
6267
6268 * net/rcirc.el (rcirc-send-input): No longer check whether the
6269 process is open, since not all commands need an open process.
6270 (rcirc-send-string): Check whether the process is open before
6271 sending anything.
6272 (rcirc-ignore-list): New option.
6273 (rcirc-ignore-list-automatic): New variable.
6274 (rcirc-print): Take rcirc-ignore-list into account.
6275 (rcirc-cmd-ignore): New command.
6276 (rcirc-ignore-update-automatic): New function.
6277 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6278 list if ignored nicks.
6279 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6280
6281 2006-01-06 David Reitter <david.reitter@gmail.com>
6282
6283 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6284 reflect the address to which the report will be sent.
6285
6286 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6287
6288 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6289 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6290
6291 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6292
6293 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6294
6295 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6296 the doc string: "functoin" => "function".
6297 * ldefs-boot.el: Likewise.
6298
6299 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6300 message text: "Duplicat" => "Duplicate".
6301
6302 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6303
6304 * files.el (basic-save-buffer-2): If backing-up failed, reset
6305 buffer-backed-up to nil.
6306
6307 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6308
6309 * progmodes/gud.el (gdb-script-skip-to-head)
6310 (gdb-script-calculate-indentation): Indent for breakpoint command
6311 lists also.
6312
6313 2006-01-05 Bill Wohler <wohler@newt.com>
6314
6315 * Makefile.in (compile-always): Add mh-autoloads dependency.
6316 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6317 provides it.
6318 (updates): Remove mh-autoloads dependency, since it probably has
6319 already run recently (via recompile).
6320
6321 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6324 argument `force' to disable the flyspell-last-buffer optimization.
6325 (flyspell-mode-on): Use it.
6326
6327 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6328 flymake-simple-cleanup.
6329 (flymake-allowed-file-name-masks): Use this new default.
6330 All the functions are now called in the right buffer rather than
6331 passing the buffer as argument.
6332 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6333 (flymake-parse-err-lines): Remove redundant buffer arg.
6334 (flymake-get-program-dir): Comment out unused function.
6335 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6336 Remove redundant buffer argument.
6337 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6338 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6339
6340 2006-01-05 Richard M. Stallman <rms@gnu.org>
6341
6342 * info.el (Info-find-node): Don't record previous node if have none.
6343 (info): Go to directory only if history is empty.
6344
6345 * simple.el (mark): Doc fix.
6346
6347 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6348
6349 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6350 already of desired type.
6351 (mac-ae-list): Coerce parameter to "list" type.
6352 (mac-dispatch-apple-event): Replace cadr part of event with a
6353 dummy position so that event-start returns it.
6354
6355 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6356
6357 * textmodes/org.el (org-end-of-subtree): New function.
6358 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6359 Use `org-end-of-subtree'.
6360 (org-agenda, org-agenda-convert-date): Protect calls to
6361 `fit-window-to-buffer'.
6362 (org-tags-view): Force matching of sublevels when doing a
6363 todo-only search. Define the correct redo command, including the
6364 arguments.
6365 (org-agenda-redo): Display message.
6366 (org-check-for-org-mode): New function.
6367 (org-agenda-type): New variable.
6368 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6369 Set `org-agenda-type'.
6370 (org-agenda-check-type): New function.
6371 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6372 (org-agenda-week-view, org-agenda-day-view)
6373 (org-agenda-next-date-line, org-agenda-previous-date-line)
6374 (org-agenda-log-mode, org-agenda-toggle-diary)
6375 (org-agenda-toggle-time-grid, org-agenda-date-later)
6376 (org-agenda-date-prompt, org-agenda-diary-entry)
6377 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6378 (org-agenda-convert-date, org-agenda-menu):
6379 Use `org-agenda-check-type'.
6380 (org-make-overlay, org-delete-overlay)
6381 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6382 New compatibility functions.
6383 (org-calendar-select-mouse): New command.
6384
6385 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6386
6387 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6388 (Custom-reset-standard): Fix y-or-n-p messages.
6389 (custom-link): New face for links.
6390 (custom-buffer-create-internal, custom-manual): Use it.
6391 (custom-face-save): Push to theme-face before setting face spec.
6392
6393 * wid-edit.el (widget-default-mouse-face-get): New function.
6394 (widget-specify-button): Handle mouse-face like button-face.
6395
6396 * custom.el (load-theme): Clear old theme settings if reloading.
6397
6398 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6399
6400 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6401 "Erase Customization" button back to same position it occupies in
6402 the individual State menus.
6403
6404 2006-01-04 Kim F. Storm <storm@cua.dk>
6405
6406 * wid-edit.el (key-sequence): Rework widget to read key binding
6407 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6408 (widget-key-sequence-default-value): Default value for empty sequence.
6409 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6410 (widget-key-sequence-read-event): New command for C-q.
6411 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6412 (widget-key-sequence-value-to-external): New functions.
6413
6414 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6417 Use expand-file-name.
6418 (flymake-delete-temp-directory): Use expand-file-name,
6419 file-name-directory, and directory-file-name.
6420 (flymake-strrchr): Delete.
6421 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6422 to the init-f function.
6423 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6424 (flymake-init-find-buildfile-dir)
6425 (flymake-init-create-temp-source-and-master-buffer-copy)
6426 (flymake-simple-make-init-impl, flymake-simple-make-init)
6427 (flymake-master-make-init, flymake-master-make-header-init)
6428 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6429 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6430 (flymake-xml-init): Remove corresponding redundant buffer argument.
6431 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6432 the default anyway. Clean up regexps.
6433
6434 * progmodes/flymake.el (flymake-temp-source-file-name)
6435 (flymake-master-file-name, flymake-temp-master-file-name)
6436 (flymake-base-dir): New buffer-local vars.
6437 (flymake-buffer-data, flymake-get-buffer-value)
6438 (flymake-set-buffer-value): Replace those hash-tables by the new
6439 buffer-local vars. Update callers.
6440
6441 * progmodes/flymake.el (flymake-check-start-time)
6442 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6443 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6444 Move definition, so we can remove redundant earlier declaration.
6445 (flymake-replace-regexp-in-string, flymake-split-string)
6446 (flymake-get-temp-dir): Use defalias.
6447 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6448 (flymake-xemacs-window-edges): Remove unused function.
6449 (flymake-get-point-pixel-pos): Move.
6450 (flymake-pid-to-names, flymake-reg-names)
6451 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6452 Replace by a simple list flymake-processes and by process-buffer.
6453 Update callers. Other than simplify the code, it uses buffers rather
6454 than buffer-names so it doesn't get confused by uniquify.
6455 (flymake-buffer-data): The global value should just be nil.
6456
6457 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6458 Optimize the body of a defalias like any other code.
6459
6460 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6461 Make sure we've setup font-lock's vars. It may influence which
6462 function we then call.
6463 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6464 here since it's too late anyway.
6465
6466 2006-01-03 Romain Francoise <romain@orebokech.com>
6467
6468 * startup.el (fancy-splash-tail, normal-splash-screen):
6469 Update copyright year.
6470
6471 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6472
6473 * mouse.el (mouse-drag-track): Rename, from
6474 `mouse-drag-region-1'. Includes optional argument required to
6475 enable post-drag event processing (e.g. delete region keys).
6476 Can be used without this argument to track a mouse region and operate
6477 on it as soon as the drag completes.
6478 (mouse-drag-region): Use `mouse-drag-track'.
6479
6480 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6483 Move to `custom-buffer' group.
6484
6485 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6486 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6487 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6488 (custom-theme-face-menu): New variables.
6489 (custom-theme-add-variable, custom-theme-variable-action)
6490 (custom-variable-reset-theme, custom-theme-delete-variable)
6491 (custom-face-reset-theme, custom-theme-face-action)
6492 (custom-theme-delete-face, custom-theme-merge-theme)
6493 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6494
6495 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6496
6497 * custom.el: Move Custom Themes commentary to start of theme code.
6498 (custom-known-themes): Rename `standard' theme to `changed'.
6499 (custom-push-theme): Caller no longer specifies what theme to use
6500 when doing `reset'---the setting is simply removed from the theme.
6501 Delete MODE from `theme-value' and `theme-settings' properties.
6502 (custom-declare-theme): Ignore &rest args since we don't use them.
6503
6504 (custom-loaded-themes): Delete variable.
6505 (custom-theme-load-themes, custom-theme-loaded-p)
6506 (custom-theme-value): Delete functions.
6507
6508 (custom-declare-theme): Signal error on invalid theme names.
6509 (provide-theme): custom-loaded-themes was deleted.
6510 (load-theme): Load the file unconditionally.
6511 (enable-theme): Call `load-theme' if theme is undefined.
6512 (custom-enabled-themes): Only update value for successful loads.
6513 (disable-theme): Complete from enabled themes when interactive.
6514 (custom-variable-theme-value): Calculate theme value directly.
6515
6516 (custom-theme-reset-variables, custom-reset-variables): Mark as
6517 XEmacs compatibility functions. We don't actually use these.
6518
6519 * cus-edit.el (custom-variable-state-set):
6520 Use custom-variable-theme-value instead of custom-theme-value.
6521 (custom-face-state-set): Rename `standard' theme to `changed'.
6522 (custom-save-variables, custom-save-faces): Delete unneeded
6523 references to custom-reset-variables.
6524 (custom-save-resets): Delete function.
6525 (custom-save-variables, custom-save-faces): MODE argument deleted.
6526 (custom-save-variables, custom-save-faces): Ignore theme values.
6527
6528 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6529 compatibility function.
6530
6531 2006-01-01 Richard M. Stallman <rms@gnu.org>
6532
6533 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6534 (Custom-reset-current, Custom-reset-saved): Likewise.
6535 (Custom-reset-standard): Show message if aborted.
6536 (custom-mode): Doc fix, describing those commands.
6537
6538 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6539 put on event-kind property.
6540
6541 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6542
6543 * custom.el (provide-theme): Ban `user' theme name.
6544 (custom-enabling-themes): New variable.
6545 (enable-theme): Don't enable user if custom-enabling-themes is t.
6546 (custom-enabled-themes): Make it a defcustom.
6547 (custom-theme-recalc-face): No-op if face is undefined.
6548
6549 * cus-edit.el (custom-button-mouse): New variable.
6550 (custom-button-mouse): New face.
6551 (custom-raised-buttons, custom-mode): Use it.
6552
6553 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6554
6555 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6556
6557 * progmodes/gud.el (gud-display-line): Support hl-line in the
6558 source buffer.
6559
6560 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6561
6562 * mouse.el (mouse-drag-window-above): Verify that the found window
6563 overlaps with the given window in the horizontal dimension.
6564
6565 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6566
6567 * Makefile.in (cvs-update): New target.
6568
6569 * makefile.w32-in (cvs-update): Ditto.
6570
6571 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6572
6573 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6574 (custom-new-theme-mode-map): New variable.
6575
6576 2005-12-30 Richard M. Stallman <rms@gnu.org>
6577
6578 * custom.el (custom-load-themes): Function deleted.
6579
6580 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6581 (custom-save-variables): Don't delete or add custom-load-themes call.
6582
6583 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * cus-start.el: Add `visible-cursor'.
6586
6587 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6588 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6589 (flymake-process-filter): Switch to buffer before calling it instead.
6590 (flymake-post-syntax-check, flymake-highlight-err-lines)
6591 (flymake-delete-own-overlays, flymake-parse-err-lines)
6592 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6593 (flymake-count-lines, flymake-parse-residual):
6594 Remove constant buffer argument.
6595 (flymake-start-syntax-check-for-current-buffer): Remove.
6596 Update callers to use flymake-start-syntax-check instead.
6597 (flymake-display-err-menu-for-current-line):
6598 Remove unused var `mouse-pos'.
6599 (flymake-restore-formatting): Comment out unused function.
6600 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6601 argument, use current-buffer instead. Update callers.
6602
6603 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6604
6605 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6606 buffer-local because choose-completion-delete-max-match requires
6607 that we set completion-ignore-case (i.e., binding via let is not
6608 sufficient).
6609 (bibtex-complete): Always set completion-ignore-case and
6610 choose-completion-string-functions. The latter is needed because
6611 choose-completion-string-functions keeps its value if we quit the
6612 *Completions* buffer without requesting a completion.
6613
6614 2005-12-30 Andreas Schwab <schwab@suse.de>
6615
6616 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6617
6618 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6619
6620 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6621
6622 2005-12-30 Juri Linkov <juri@jurta.org>
6623
6624 * locate.el (locate-fcodes-file, locate-header-face)
6625 * progmodes/delphi.el (delphi-other-face)
6626 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6627
6628 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6629 group `paren-showing-faces'.
6630
6631 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6632 (goto-address): Fix docstring.
6633
6634 * net/webjump.el (webjump-sample-sites): Update URLs.
6635
6636 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6637
6638 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6639
6640 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * font-lock.el (font-lock-compile-keywords): Signal an error when
6643 font-lock-set-defaults hasn't been called.
6644
6645 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6646
6647 * subr.el (noreturn, 1value): Doc fixes.
6648
6649 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6650
6651 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6652 that assoc-string returns nil.
6653
6654 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6655
6656 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6657 (bibtex-entry-type-str, bibtex-empty-field-re)
6658 (bibtex-search-backward-string, bibtex-preamble-prefix)
6659 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6660 (bibtex-any-valid-entry-type): New variable.
6661 (bibtex-parse-field-name): Simplify.
6662 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6663 (bibtex-preamble-prefix): Include left delimiter.
6664 (bibtex-search-forward-field, bibtex-search-backward-field):
6665 Allow unbounded search past entry boundaries (required by bibtex-pop).
6666 (bibtex-text-in-field-bounds): Use push.
6667 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6668 (bibtex-parse-preamble, bibtex-valid-entry)
6669 (bibtex-beginning-first-field): New functions.
6670 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6671 (bibtex-map-entries): Fix docstring.
6672 (bibtex-flash-head): New arg prompt. Simplify.
6673 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6674 (bibtex-insert-kill): Simplify. Always insert text past the
6675 current field or entry.
6676 (bibtex-format-entry): Use bibtex-parse-field.
6677 (bibtex-pop): Use bibtex-beginning-of-entry and
6678 bibtex-end-of-entry to initiate the search. Insert empty field if
6679 we found ourselves.
6680 (bibtex-print-help-message): New args field and comma.
6681 Handle entry keys.
6682 (bibtex-make-field): Use bibtex-beginning-of-entry.
6683 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6684 invalid entry.
6685 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6686 Handle preambles. Simplify code for thorough test.
6687 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6688 New arg comma. Handle entry heads.
6689 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6690 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6691 New arg comma.
6692 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6693 (bibtex-fill-field): Simplify.
6694 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6695 bibtex-parse-field.
6696 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6697 (bibtex-complete): Use bibtex-parse-preamble.
6698
6699 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6700
6701 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6702 Display name of expression instead of convenience variable.
6703 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6704
6705 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6706 toggle-gud-tooltip-dereference.
6707 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6708 (gud-tooltip-tips): ...here when dereferencing.
6709
6710 2005-12-28 Bill Wohler <wohler@newt.com>
6711
6712 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6713
6714 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6715
6716 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6717 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6718 (vc-annotate-display-autoscale): Adjust call.
6719 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6720 Fix interactive spec.
6721 (vc-annotate-time-span): Remove.
6722 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6723 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6724 (vc-annotate-display-select): Use new name.
6725
6726 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6727 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6728 Correct the construction of span entries. Simplify.
6729 (vc-annotate-display-select): Fix the nil case.
6730 (vc-annotate): Remove obsolete (and now broken) code.
6731 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6732 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6733
6734 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6735
6736 * subr.el (lazy-completion-table): Correct typo in docstring.
6737
6738 * startup.el (command-line): Use `custom-reevaluate-setting' for
6739 `send-mail-function'.
6740
6741 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6742
6743 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6744
6745 * mail/smtpmail.el (smtpmail-try-auth-methods):
6746 Send credentials together with "AUTH PLAIN" command.
6747
6748 2005-12-27 Richard M. Stallman <rms@gnu.org>
6749
6750 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6751 mouse-2, go back to previously selected window, so it's selected
6752 when mouse-2 command runs.
6753
6754 2005-12-27 Juri Linkov <juri@jurta.org>
6755
6756 * descr-text.el (describe-text-sexp): Use square brackets for
6757 button [Show] to distinguish it from the property value `show'.
6758 (describe-property-list): Use `insert-text-button' with
6759 `help-face' type instead of putting face in quotes, because button
6760 is not created automatically for a list of faces.
6761 (describe-text-properties-1): Put button-type value in quotes to
6762 distinguish from plain text "button".
6763 (describe-char): Display code point values in hex. Don't use
6764 `symbol-name' for `current-input-method' because it is a string.
6765 Use `insert-text-button' with `help-face' type instead of putting
6766 hardcoded face in quotes, because button is not created automatically.
6767
6768 2005-12-27 Richard M. Stallman <rms@gnu.org>
6769
6770 * progmodes/glasses.el (glasses-face): More specific custom type.
6771
6772 * files.el (set-visited-file-name): Doc fix.
6773
6774 * textmodes/flyspell.el (flyspell-external-point-words):
6775 Use local var buffer-scan-pos to advance scan for next misspelling.
6776 Advance it only after we find the misspelling.
6777
6778 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6779
6780 * textmodes/flyspell.el (flyspell-external-point-words):
6781 New criteria for finding the misspelling in the buffer.
6782
6783 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6784
6785 * help-mode.el (help-insert-string): Set help-xref-stack-item
6786 rather than call help-setup-xref.
6787
6788 * descr-text.el (describe-char): Revert previous changes for
6789 optional buffer argument.
6790
6791 2005-12-27 Juri Linkov <juri@jurta.org>
6792
6793 * help-mode.el (help-insert-string): New function. Save buffer
6794 contents in cases where it is impossible to recompute the old contents.
6795
6796 * descr-text.el (describe-char): Set help-xref-stack-item
6797 explicitly after buffer has been generated.
6798
6799 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6800
6801 * cus-start.el (all): Add x-gtk-show-hidden-files.
6802
6803 2005-12-26 Richard M. Stallman <rms@gnu.org>
6804
6805 * replace.el (perform-replace): Calculate match-again
6806 before skipping read-only matches.
6807
6808 * paren.el (paren-showing-faces): New group.
6809 (show-paren-match, show-paren-mismatch): Move to that group.
6810
6811 * button.el (button): Put into group `basic-faces'.
6812
6813 * progmodes/make-mode.el: Remove faces from group `faces'.
6814
6815 * apropos.el (apropos, apropos-value): Doc fix.
6816 (apropos-documentation): Doc fix.
6817
6818 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * subr.el (lazy-completion-table): Remove argument `args'.
6821
6822 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6823 Don't use the `args' argument of lazy-completion-table.
6824
6825 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6826
6827 * descr-text.el (describe-char): Add optional argument for buffer.
6828 Set buffer appropriately. Call help-setup-xref.
6829 Suggested by Stefan Monnier.
6830
6831 2005-12-26 Juri Linkov <juri@jurta.org>
6832
6833 * descr-text.el: Require `help-fns' at runtime. Don't require
6834 `button' for byte compilation.
6835 (describe-text-widget): Add `help-echo' for first button.
6836 Use `help-info' for second.
6837 (describe-property-list): Use `help-argument-name' instead of `italic'.
6838 (describe-text-category): Add prompt to interactive spec.
6839 Call `help-setup-xref'.
6840 (describe-char): Use `help-character-set'. Add `help-echo' for
6841 code point. Use `help-input-method'. Remove superfluous insert.
6842
6843 2005-12-25 Richard M. Stallman <rms@gnu.org>
6844
6845 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6846 at point, in case of narrowing.
6847
6848 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6849
6850 * locate.el (locate-header-face): Allow nil in type.
6851
6852 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6853
6854 2005-12-25 Romain Francoise <romain@orebokech.com>
6855
6856 * battery.el (battery-linux-proc-acpi): Also try
6857 `/proc/acpi/thermal_zone/THM0/temperature'.
6858
6859 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6860
6861 * custom.el (custom-push-theme): Fix docstring.
6862
6863 * cus-edit.el (custom-variable-set, custom-variable-save)
6864 (custom-variable-save): Custom-quote widget values.
6865 (customize-save-variable): Fix custom-push-theme call.
6866
6867 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6868
6869 * w32-fns.el (w32-batch-update-autoloads): New function.
6870
6871 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6872 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6873 from the command line.
6874
6875 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6876
6877 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6878 reset means to remove setting from theme entirely. Don't keep
6879 expanding theme-settings list; delete old entries if necessary.
6880
6881 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6882 customization" button one line up.
6883 (custom-themed): New face.
6884 (custom-magic-alist): New value, THEMED, for theme settings.
6885 (custom-variable-state-set, custom-face-state-set):
6886 Check theme-value instead of saved-value.
6887 (custom-variable-reset-standard, custom-face-reset-standard):
6888 Remove theme setting entirely. Recalculate new values.
6889 (custom-variable-set, custom-variable-set)
6890 (custom-variable-reset-saved, custom-variable-reset-backup)
6891 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6892 (custom-variable-save): Fix typos.
6893
6894 2005-12-23 Juri Linkov <juri@jurta.org>
6895
6896 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6897 Add autoload cookies.
6898 (edebug-outside-d-c-i-n-s-w): New variable.
6899 (edebug-display, edebug-outside-excursion): Use it to save the
6900 original value of default-cursor-in-non-selected-windows.
6901 Set default-cursor-in-non-selected-windows to t while Edebug
6902 is active.
6903 (edebug-mode, edebug-eval-mode): Doc fix.
6904
6905 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6906 with `buffer-substring-no-properties' to remove common substring
6907 highlighting.
6908
6909 * info.el (info-other-window, info): Rename function argument
6910 `file' to `file-or-node'.
6911 (Info-complete-menu-item): Use local variable `complete-nodes' to
6912 keep the global value of `Info-complete-nodes' unchanged for
6913 subsequent completions.
6914 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6915
6916 * simple.el (get-next-valid-buffer, last-buffer)
6917 (next-error-buffer-p, next-error-find-buffer)
6918 (minibuffer-history-sexp-flag): Doc fix.
6919
6920 * savehist.el (savehist-mode-hook): Add `:group'.
6921
6922 * log-view.el: Call autoload for vc-find-version.
6923 (log-view-current-file): Adjust subgroup numbers.
6924 (log-view-current-tag): Add `length'.
6925
6926 2005-12-23 Richard M. Stallman <rms@gnu.org>
6927
6928 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6929
6930 2005-12-23 Juri Linkov <juri@jurta.org>
6931
6932 * hi-lock.el (hi-lock-archaic-interface-message-used)
6933 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6934 (hi-lock-mode): Display "Hi" in the mode line only when
6935 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6936 (hi-lock-write-interactive-patterns):
6937 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6938 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6939 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6940 font-lock-add-keywords to t.
6941
6942 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6943
6944 * hi-lock.el (hi-lock-highlight-range): New variable.
6945 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6946 only if font-lock-fontified is non-nil. Remove overlays.
6947 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6948 font-lock-fontified is non-nil, otherwise use overlays (instead of
6949 text properties).
6950 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6951 New variables.
6952 (hi-lock-string-serialize) New function.
6953
6954 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6955
6956 * menu-bar.el (menu-find-file-existing): New function.
6957 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6958
6959 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6960
6961 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * vc.el: Remove unnecessary leading * in docstrings.
6964 (vc-annotate-mode-map): Move initialization into declaration.
6965 (vc-static-header-alist): Nitpick on the regexp.
6966 (vc-default-init-version): New fun.
6967 (vc-register): Use it.
6968 (vc-insert-headers): Use dolist.
6969 (vc-annotate-get-backend): Remove unused function.
6970 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6971 (vc-annotate-mode): Remove corresponding call.
6972 (vc-annotate-car-last-cons): Simplify.
6973 (vc-annotate-buffers): Remove var.
6974 (vc-annotate-backend): Make it buffer-local.
6975 (vc-annotate): Move the interaction to the interactive spec.
6976 Add a `buf' argument.
6977 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6978 killing&creating a vc-annotate buffer, which is very disruptive when
6979 the buffers are shown in dedicated frames.
6980
6981 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6982
6983 * descr-text.el: Add FSF as maintainer.
6984 (describe-text-mode, describe-text-mode-map)
6985 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6986 help-mode.
6987 (describe-text-widget, describe-text-sexp)
6988 (describe-property-list, describe-text-category)
6989 (describe-text-properties, describe-text-properties-1)
6990 (describe-char): Use help buttons instead of widgets.
6991 (describe-char-unicodedata-file): Make URL link in doc string.
6992
6993 2005-12-22 Richard M. Stallman <rms@gnu.org>
6994
6995 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6996 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6997 Don't include buttons that write a file when there's no file.
6998 (custom-variable-menu, custom-face-menu, custom-group-menu):
6999 Don't include commands that write a file when there's no file.
7000 (customize-browse): Reword the top-of-buffer help intro.
7001 (custom-buffer-create-internal): Fix previous change.
7002 (customize-changed-options-previous-release): Prev release is 21.1.
7003 (customize-changed-options): Doc fix.
7004 (customize-changed): New alias.
7005 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7006 Say "standard values".
7007 (Custom-reset-standard): Doc fix.
7008 (custom-face-reset-standard): Doc fix.
7009
7010 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7013 even if font-lock-mode is non-nil since it may be t without having
7014 turned on font-lock-mode-internal.
7015 (font-lock-choose-keywords): Minor optimization.
7016 (font-lock-add-keywords, font-lock-remove-keywords)
7017 (font-lock-set-defaults): Don't call make-local-variable on a variable
7018 that we know to already be local.
7019
7020 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7023 messages if in the minibuffer.
7024
7025 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7028 (tex-mode-flyspell-verify, flyspell-get-word)
7029 (flyspell-external-point-words): Don't use point-min/max uselessly.
7030
7031 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7032 by Kevin Rodgers. Instead, just hide the completions buffer if we
7033 don't need to show it.
7034
7035 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7036
7037 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7038
7039 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7042 delete-windows-on with an inexistent buffer.
7043
7044 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7045
7046 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7047 Delete defcustom variable :tag names.
7048
7049 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7052 (log-view-font-lock-keywords): Ajust subgroup numbers.
7053 (log-view-current-tag): Don't hard code the number of subgroups.
7054
7055 2005-12-20 Juri Linkov <juri@jurta.org>
7056
7057 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7058 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7059
7060 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7061 (menu-bar-non-minibuffer-window-p): Instead of checking
7062 display-multi-frame-p, use selected-frame when menu-updating-frame
7063 is nil.
7064
7065 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7066
7067 * align.el (align-rules-list): Use [ \t] instead of \s-
7068 for column separators in text mode.
7069
7070 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7071
7072 * help-mode.el (help-customize-variable, help-customize-face):
7073 Don't pop help-xref-stack as help-follow no longer pushes
7074 anything on to it.
7075
7076 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7077
7078 * textmodes/org.el (org-agenda-custom-commands): New option.
7079 (org-agenda): Offer custom commands on splash screen.
7080 (org-make-tags-matcher): Parser for Boolean logic added.
7081 (org-agenda-set-tags): New command.
7082 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7083 (org-set-tags): Efficiency improvements.
7084 (org-auto-align-tags): New option.
7085 (org-todo, org-demote, org-promote): Realign tags.
7086 (org-tags-completion-function): Use also "&" and "|" as separators.
7087 (org-org-menu): Agenda commands simplified.
7088
7089 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7090
7091 * cus-edit.el (customize-apropos, customize-apropos-options):
7092 Docstring changes.
7093
7094 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7095
7096 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7097
7098 * longlines.el (longlines-mode): Wrap while widened.
7099 (longlines-decode-region, longlines-encode-region): Compute max
7100 just once.
7101
7102 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7103
7104 * cus-edit.el (mac): New group.
7105
7106 * cus-start.el (all): Add user options in macterm.c. Add test for
7107 Mac-related built-ins. Fix test for GTK-related built-ins.
7108
7109 * term/mac-win.el (mac-handle-language-change)
7110 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7111 (mac-services-open-selection, mac-services-mail-selection)
7112 (mac-services-mail-to, mac-services-insert-text)
7113 (mac-dispatch-apple-event): Add docstrings.
7114 (x-get-selection, mac-select-convert-to-string): Select coding
7115 system from `utf-16be' and `utf-16le' using `byteorder'.
7116
7117 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7120 a "list" (lambda ...) rather than a real completion list.
7121
7122 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7123 lexical-let when encountering ((lambda (...) ...) ...).
7124
7125 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7126
7127 * progmodes/sh-script.el (sh-mode):
7128 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7129 * textmodes/picture.el (picture-mode): Update docstrings.
7130
7131 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7132
7133 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7134 commands enclosed in $(ARGQUOTE)s should not be split between two
7135 lines, as that will break with GNU Make >3.80, when sh.exe is used
7136 and arg quoting is with '..'.
7137 (autoloads): Don't break the quoted --eval expression between
7138 several lines.
7139
7140 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7141
7142 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7143 Capture error from printing circular structures.
7144
7145 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7146
7147 * wid-edit.el (widget-checkbox-action): Clear undo info.
7148
7149 2005-12-16 Bill Wohler <wohler@newt.com>
7150
7151 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7152 bar, not menubar in comment.
7153
7154 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7155
7156 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7157 After-change-functions should not clobber the match data.
7158
7159 2005-12-16 Juri Linkov <juri@jurta.org>
7160
7161 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7162 instead of `buffer-substring'.
7163 (completion-common-substring): Doc fix.
7164 (completion-setup-function): Use minibuffer-completion-contents
7165 instead of minibuffer-contents. Don't set common-string-length
7166 initially. Remove special handling of partial-completion-mode.
7167 Move computation of completion-base-size into one cond.
7168 Call completion-base-size-function in mainbuf. In computation of
7169 completion-base-size for file name completion don't move point to
7170 the end of the minibuffer. Move computation of common-string-length
7171 into one cond. Start putting faces only when common-string-length>=0.
7172 Add condition to put completions-common-part when
7173 common-string-length>0.
7174
7175 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7176 place point at the first different character in the minibuffer
7177 even if this position is at the beginning of the minibuffer.
7178
7179 * info.el (Info-read-node-name-1): In completion-base-size-function's
7180 lambda return 1 if common-substring or minibuffer-completion-contents
7181 starts with (, and 0 otherwise.
7182
7183 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7184 Use `crm-current-element' for second arg of `display-completion-list'.
7185
7186 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7187
7188 * files.el (set-auto-mode): Look for an interpreter specified on
7189 the first line also if search for mode specification succeeded,
7190 but the mode is not known.
7191
7192 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7193
7194 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7195 (org-open-at-point): Implement tag searches as links.
7196 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7197 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7198 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7199 (org-agenda-dispatch): New commands.
7200 (org-use-tag-inheritance, org-tags-column): New options.
7201 (org-tab-follows-link, org-return-follows-link): New options.
7202 (org-tags): New customize group.
7203 (org-start-icalendar-file): Get local time zone.
7204 (org-tags-completion-function): New function.
7205 (org-set-font-lock-defaults): Make sure links will also be
7206 highlighted inside headlines.
7207
7208 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7209
7210 * term.el (term-emulate-terminal):
7211 Let term-handle-ansi-terminal-messages override what Bash says about
7212 its current directory.
7213
7214 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7215
7216 * bindings.el (last-buffer): Move to simple.el.
7217 * simple.el (last-buffer): Move here.
7218 (get-next-valid-buffer): New function.
7219 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7220 (prev-buffer): Ditto. Rename to `previous-buffer'.
7221
7222 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7223 * bindings.el (global-map): Ditto.
7224
7225 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * cus-edit.el: Introductory comment change.
7228 (custom-magic-alist): Change message string for the `rogue' state.
7229
7230 2005-12-15 Richard M. Stallman <rms@gnu.org>
7231
7232 * tooltip.el: Delete defcustom variable :tag names.
7233
7234 * complete.el (partial-completion-mode): Doc fix.
7235
7236 * textmodes/flyspell.el (flyspell-external-point-words):
7237 Use save-excursion to ensure we don't move backward in the
7238 search loop, not even one character.
7239 (flyspell-delete-all-overlays): Use remove-overlays directly.
7240
7241 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7242 (ispell-start-process): Set that variable.
7243 Clear ispell-buffer-local-name.
7244 (ispell-internal-change-dictionary):
7245 Set ispell-current-dictionary after killing process.
7246 (ispell-buffer-local-dict):
7247 Don't set spell-personal-dictionary after killing process.
7248 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7249 (ispell-tex-skip-alists, ispell-html-skip-alists)
7250 (ispell-skip-region-alist): Mark as risky.
7251
7252 * net/newsticker.el (newsticker--retrieval-timer-list)
7253 (newsticker--display-timer, newsticker-running-p)
7254 (newsticker-ticker-running-p): Definitions moved up.
7255
7256 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7257
7258 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7259
7260 2005-12-15 David Ponce <david@dponce.com>
7261
7262 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7263 (recentf-edit-list, recentf-open-files): Signal an error when
7264 there is no recent file.
7265
7266 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7267
7268 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7269 read-only except for texinfo-format-region evaluation.
7270
7271 2005-12-14 Richard M. Stallman <rms@gnu.org>
7272
7273 * vc.el (vc-default-previous-version, vc-default-next-version)
7274 (vc-do-command): Doc fixes.
7275
7276 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7277
7278 * textmodes/bibtex.el (bibtex-expand-strings)
7279 (bibtex-autokey-expand-string, bibtex-name-part)
7280 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7281 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7282 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7283 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7284 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7285 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7286 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7287 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7288 (bibtex-beginning-of-last-entry): Remove.
7289 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7290 message if comma is missing but buffer is read-only.
7291 (bibtex-parse-field-text): Handle whitespaces at the end of field
7292 text. Return 3-element list with beginning and end of field text
7293 and end of field.
7294 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7295 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7296 (bibtex-search-forward-field, bibtex-search-backward-field):
7297 Search always delimited by limits of entry. Use more efficient
7298 search algorithms.
7299 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7300 bibtex-end-of-name-in-field.
7301 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7302 extracting the content of a field.
7303 (bibtex-text-in-field): Use search limits.
7304 (bibtex-parse-string-prefix): Handle empty string keys based on
7305 bibtex-string-empty-key.
7306 (bibtex-parse-string): Fix docstring.
7307 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7308 (bibtex-preamble-prefix, bibtex-strings): New functions.
7309 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7310 BibTeX entries (consistent with other BibTeX functions).
7311 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7312 (bibtex-search-entry): Fix docstring. Simplify.
7313 (bibtex-flash-head, bibtex-complete-string-cleanup)
7314 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7315 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7316 (bibtex-parse-entry): New optional arg content.
7317 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7318 Use bibtex-text-in-field-bounds.
7319 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7320 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7321 bibtex-parse-string-postfix.
7322 (bibtex-find-text-internal): New function.
7323 (bibtex-remove-delimiters): Use it.
7324 (bibtex-find-text): Use it. New optional arg help.
7325 (bibtex-complete): Handle BibTeX string and preamble entries.
7326 (bibtex-Preamble): Fix order of closing delimiters.
7327
7328 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * vc.el (vc-default-revert): New fun.
7331
7332 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7333
7334 2005-12-14 Romain Francoise <romain@orebokech.com>
7335
7336 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7337 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7338 (font-lock-remove-keywords): Likewise.
7339
7340 2005-12-14 Juri Linkov <juri@jurta.org>
7341
7342 * log-view.el (log-view-diff): Doc fix.
7343
7344 * isearch.el (isearch-query-replace): Use (mark) instead of
7345 isearch-opoint if mark is active in transient-mark-mode.
7346
7347 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7348
7349 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7350
7351 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7352
7353 * progmodes/cpp.el (cpp-face): New widget.
7354 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7355
7356 2005-12-14 Juri Linkov <juri@jurta.org>
7357
7358 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7359 around `erase-buffer' and `insert'.
7360
7361 * descr-text.el (describe-text-properties): Replace buffer name
7362 "*Help-2*" with "*Help*<2>".
7363 (describe-char): Add functions print-help-return-message,
7364 toggle-read-only. Use help-setup-xref with nil to not store
7365 describe-char in help-xref-stack. Use help-make-xrefs to
7366 make [back] button.
7367
7368 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7369
7370 * wdired.el (wdired-old-point): New internal variable.
7371 (wdired-change-to-wdired-mode): Set it buffer-locally.
7372 (wdired-abort-changes): Restore point after aborting changes.
7373
7374 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * vc.el (vc-do-command): Add a new value t for okstatus.
7377
7378 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7379 frame in case of errors.
7380
7381 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7382
7383 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7384 so it comes after "On the Left" in the menu.
7385
7386 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7387
7388 * cus-edit.el (customize-apropos, customize-apropos-options)
7389 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7390
7391 2005-12-12 Bill Wohler <wohler@newt.com>
7392
7393 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7394 non-writable Subversion-controlled files by saving window
7395 configuration before calling vc-do-command. vc-do-command calls
7396 pop-to-buffer on error which is unexpected during registration.
7397
7398 2005-12-12 Jay Belanger <belanger@truman.edu>
7399
7400 * calc/README: Update the summary of changes.
7401
7402 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * descr-text.el (describe-char): Rework last fix to solve the problem
7405 is the same way it's solved for everything else in that function
7406 (i.e. by extracting the info before setting up the *Help* buffer).
7407
7408 2005-12-12 Kim F. Storm <storm@cua.dk>
7409
7410 * subr.el (version-regexp-alist): Allow space as separator before
7411 non-numeric part, e.g. "1.0 alpha".
7412 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7413
7414 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7415
7416 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7417 Implement Logging and the keep-modes setting.
7418 (org-get-category): Make sure a string is returned.
7419 (org-log-done): New function.
7420 (org-log-done, org-closed-string): New options.
7421
7422 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7423
7424 * tooltip.el (tooltip-y-offset): Change default to 20.
7425
7426 2005-12-12 Richard M. Stallman <rms@gnu.org>
7427
7428 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7429
7430 * frame.el (display-hourglass): Doc fix.
7431
7432 * help.el (help-for-help-internal): Simplify entry for `a'.
7433
7434 * info.el (Info-on-current-buffer): Doc fix.
7435 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7436
7437 * startup.el (inhibit-splash-screen): Make this the real name.
7438 (inhibit-startup-message): Make this the alias.
7439 (command-line): Find only simple.el, and use its directory
7440 to fill in other preloaded files' names.
7441 (command-line): Deactivate the mark if deactivate-mark is set.
7442
7443 * international/mule.el (load-with-code-conversion):
7444 Bind deactivate-mark.
7445
7446 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7447
7448 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7449
7450 * cus-edit.el (customize-apropos): Avoid listing an option more
7451 than once under different aliases. No longer list user options
7452 that are not defined with defcustom (unless a prefix arg is given).
7453 Doc fix.
7454 (customize-apropos-options): Doc fix.
7455
7456 2005-12-11 Juri Linkov <juri@jurta.org>
7457
7458 * frame.el (set-background-color, set-foreground-color)
7459 (set-cursor-color, set-mouse-color, set-border-color):
7460 Add explicit prompts to read colors by `facemenu-read-color'.
7461 (show-trailing-whitespace, blink-cursor-delay)
7462 (blink-cursor-interval, display-hourglass, hourglass-delay):
7463 Remove tags.
7464 (display-hourglass, hourglass-delay): Doc fix.
7465 (cursor-in-non-selected-windows): Capitalize words in tag.
7466
7467 * faces.el (frame-background-mode): Replace `choice-item' keywords
7468 with `const' to not make [default] button. Change default value tag
7469 from `default' to `automatic'. Doc fix.
7470 (trailing-whitespace) <defface>: Change group `whitespace' to
7471 `whitespace-faces'.
7472
7473 2005-12-11 Richard M. Stallman <rms@gnu.org>
7474
7475 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7476
7477 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7478
7479 * term/mac-win.el: Create keymap for mac-apple-event-map.
7480
7481 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7482
7483 * tooltip.el (tooltip-mode): Move to start of file so that it
7484 appears at top of customize buffer.
7485
7486 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7487 Add the gud groupname.
7488 (gud-tooltip-mode): Add the tooltip groupname.
7489 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7490 avoid conflict with tooltip-use-echo-area.
7491
7492 2005-12-10 Romain Francoise <romain@orebokech.com>
7493
7494 * help.el (help-for-help-internal): Add `r' in doc string.
7495
7496 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7497
7498 * align.el (align-regexp, align-highlight-rule):
7499 Use region-beginning and region-end instead of point and mark, so that
7500 repetition (with `repeat-complex-command') recomputes the region
7501 bounds.
7502
7503 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7504
7505 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7506 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7507 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7508 (balance-windows): Rewrite using the above new functions.
7509
7510 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7511
7512 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7513 react if global-hi-lock-mode seems intended.
7514 (global-hi-lock-mode) Renamed from hi-lock-mode.
7515 (hi-lock-archaic-interface-message-used)
7516 (hi-lock-archaic-interface-deduce): New variables.
7517 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7518 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7519 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7520 Replace hi-lock-buffer-mode with hi-lock-mode.
7521
7522 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7523
7524 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7525 completion list, even after a partial completion has been
7526 inserted in the current buffer. If there are more than 1
7527 completion, redisplay the *Completions* buffer; if the
7528 completion is unique, delete the *Completions* window.
7529
7530 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7531
7532 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7533 strings and long subject lines that were broken into multiple
7534 lines at arbitrary places. Handle subjects that have "Re: " in
7535 the middle.
7536
7537 2005-12-10 John W. Eaton <jwe@octave.org>
7538
7539 * emacs/octave-mod.el (octave-electric-space): Don't indent
7540 comments or strings if octave-auto-indent is nil.
7541
7542 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7543
7544 * term/mac-win.el: Require url when compiling.
7545 Call mac-process-deferred-apple-events after loading init files.
7546 (mac-apple-event-map): New defvar. Define event handlers in it.
7547 (core-event, internet-event): New Apple event class symbols.
7548 (open-application, reopen-application, open-documents)
7549 (print-documents, open-contents, quit-application)
7550 (application-died, show-preferences, autosave-now, get-url):
7551 New Apple event ID symbols.
7552 (about): New HICommand ID symbol.
7553 (mac-event-spec, mac-event-ae): New macros.
7554 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7555 (mac-ae-selection-range, mac-ae-text-for-search)
7556 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7557 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7558 and Services menu events are now defined in mac-apple-event-map.
7559 (mac-drag-n-drop): Remove selection range handling.
7560
7561 2005-12-10 Kenichi Handa <handa@m17n.org>
7562
7563 * simple.el (zap-to-char):
7564 * isearch.el (isearch-process-search-char): Translate CHAR by
7565 translation-table-for-input.
7566
7567 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * foldout.el (foldout-exit-fold): Properly hide subtree.
7570
7571 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7572
7573 * files.el (save-buffer):
7574 * international/ucs-tables.el (ucs-set-table-for-input):
7575 * mail/mail-extr.el (mail-extract-address-components):
7576 * mail/sendmail.el (mail-mode): Reformat doc string.
7577
7578 2005-12-09 Juri Linkov <juri@jurta.org>
7579
7580 * isearch.el (isearch-highlight): Change main overlay priority
7581 from 1 to 1001. Simplify.
7582 (isearch-lazy-highlight-update): Change lazy overlay priority
7583 from 0 to 1000.
7584
7585 * replace.el (replace-highlight): Change overlay priority from
7586 1 to 1001.
7587
7588 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7589 Change overlay priority from 1 to 1001. Reuse existing overlay.
7590
7591 * compare-w.el (compare-windows-highlight): Change overlay
7592 priority from 1 to 1000.
7593
7594 * menu-bar.el (menu-bar-edit-menu): Add listp around
7595 pending-undo-list to disable menu item "undo" when pending
7596 undo list is empty.
7597
7598 * locate.el (locate): Disable undo in *Locate* buffer.
7599
7600 2005-12-09 Kim F. Storm <storm@cua.dk>
7601
7602 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7603
7604 2005-12-09 David Ponce <david@dponce.com>
7605
7606 * recentf.el: Improvement of the menu code.
7607 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7608 instead of menu hook.
7609 (recentf-show-menu, recentf-hide-menu): New functions.
7610 (recentf-menu-customization-changed, recentf-mode): Use them.
7611 (recentf-menu-action, recentf-max-menu-items)
7612 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7613 (recentf-arrange-by-rule-others)
7614 (recentf-arrange-by-rules-min-items)
7615 (recentf-arrange-by-rule-subfilter) : Don't use
7616 `recentf-menu-customization-changed'.
7617 (recentf-arrange-rules): Likewise. Accept functions to compute
7618 sub-menu titles.
7619 (recentf-menu-filter): Likewise. Doc fix.
7620 (recentf-menu-value-shortcut): Doc fix.
7621 (recentf-dump-variable): Quote atom value.
7622 (recentf-make-menu-items): Update to use it as a menu filter.
7623 (recentf-match-rule): New function.
7624 (recentf-arrange-by-rule): Use it.
7625 (recentf-indirect-mode-rule): New function.
7626 (recentf-build-mode-rules): Use it.
7627 (recentf-dir-rule): New function.
7628 (recentf-arrange-by-dir): Use it.
7629 (recentf-filter-changer-current): Rename from
7630 `recentf-filter-changer-state'. All references updated.
7631 (recentf-filter-changer-alist): Update filter names.
7632 (recentf-filter-changer-select): New function.
7633 (recentf-filter-changer): Use it. Make a sub-menu from filters
7634 available in `recentf-filter-changer-alist'.
7635 (recentf-data-cache, recentf-clear-data)
7636 (recentf-update-menu): Remove. All references updated.
7637 (recentf-match-rule-p, recentf-build-dir-rules)
7638 (recentf-filter-changer-goto-next)
7639 (recentf-filter-changer-get-current)
7640 (recentf-filter-changer-get-next): Remove.
7641
7642 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7643
7644 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7645 buffer "Reset" button to "Reset to Current" for consistency with
7646 the State buttons.
7647
7648 2005-12-08 John Paul Wallington <jpw@pobox.com>
7649
7650 * ibuf-ext.el (define-ibuffer-filter filename):
7651 If `dired-directory' is a list then really use its car.
7652
7653 2005-12-08 Kim F. Storm <storm@cua.dk>
7654
7655 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7656 Fix indention of text on right side of replaced rectangle.
7657
7658 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7659
7660 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7661 No need to check gud-comint-buffer is bound.
7662 (gdb): Prevent multiple debugging when first session uses gdba.
7663
7664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7665
7666 CC Mode update to 5.31.
7667
7668 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7669 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7670 We might do this function properly in the future).
7671
7672 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7673 New macros c-sentence-end and c-default-value-sentence end, to cope
7674 with Emacs 22's new function `sentence-end'.
7675
7676 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7677
7678 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7679 compat issue using `c-put-overlay' and `c-delete-overlay'.
7680
7681 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7682 New compat macros to handle overlays/extents.
7683
7684 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7685
7686 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7687 (for GNU Emacs 20.4)
7688
7689 * progmodes/cc-defs.el:
7690 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7691
7692 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7693 highlighting mechanism so it will work in XEmacs too.
7694
7695 * progmodes/cc-defs.el: Insert c-int-to-char.
7696
7697 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7698 call to the new macro c-int-to-char. This solves XEmacs's
7699 regarding characters as different from integers.
7700
7701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7702
7703 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7704 New internal helper.
7705
7706 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7707 construct to make the indirect face lookup work in XEmacs.
7708
7709 (c-cpp-matchers): Append the negation char face to the existing
7710 fontification, so that the cpp face doesn't disappear.
7711 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7712 and strings.
7713
7714 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7715 to map to `font-lock-negation-char-face' in emacsen where it exists.
7716
7717 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7718
7719 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7720
7721 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7722 Rename "c-subword-move-mode" as "c-subword-mode".
7723
7724 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7725 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7726
7727 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7728
7729 * progmodes/cc-mode.el: Added autoload directive for
7730 `c-subword-move-mode' for use in older emacsen.
7731
7732 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7733
7734 * progmodes/cc-mode.el:
7735 (i) Insert a binding for C-c C-backspace into
7736 c-bind-special-erase-keys which works in TTYs.
7737 (ii) Make sure that when file styles are used, any explicitly
7738 given style variables take priority over those in the style.
7739 Do this by calling `hack-local-variables' a second time.
7740
7741 * progmodes/cc-vars.el: Add language specific customization
7742 widgets for AWK to c-doc-comment-style, c-require-final-newline
7743 and c-default-style. Add a defcustom for awk-mode-hook.
7744 Give c-syntactic-element and c-syntactic-context doc-strings by
7745 directly setting their `variable-documentation' propery.
7746 This allows Emacs 22.1 to read these with C-h v.
7747
7748 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7749
7750 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7751
7752 * progmodes/cc-fonts.el, cc-vars.el
7753 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7754 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7755 Masatake YAMATO.
7756
7757 (c-doc-comment-style): Made GtkDoc default in C mode.
7758
7759 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7760 and C-c C-<delete>.
7761
7762 (c-bind-special-erase-keys): New function for use on
7763 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7764
7765 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7766 <delete> key behavior in XEmacs according to `delete-forward-p'.
7767 C.f. `c-electric-delete'.
7768
7769 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7770
7771 * progmodes/cc-mode.el: Give c-hungry-backspace and
7772 c-hungry-delete-forward permanent key bindings.
7773
7774 * progmodes/cc-cmds.el (c-electric-semi&comma):
7775 Bind c-syntactic-context for calls to "criteria functions", for
7776 consistency with other calls to user functions.
7777
7778 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7779 `current-prefix-arg', since this might be the prefix arg to a
7780 command which calls c-indent-command as a function. Change the
7781 interactive spec from "p" to "P".
7782
7783 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7784 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7785 was difficult to understand.
7786
7787 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7788
7789 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7790 first char of an identifier.
7791
7792 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7793 +" syntax in C++.
7794
7795 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7796
7797 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7798 auto-fill doesn't split a c-comment's last word from a hanging
7799 "*/" when a space is typed between them after fill-column.
7800
7801 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7802
7803 * progmodes/cc-styles.el (c-set-style)
7804 (c-setup-paragraph-variables): Abort the command if we're not in a
7805 CC Mode buffer.
7806
7807 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7808 with blank comment-prefix, and a blank line as the comment's
7809 second line.
7810
7811 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7812
7813 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7814 Incorporate the patterns added in the Emacs development branch
7815 for the new Emacs 22 face `font-lock-negation-char-face'.
7816
7817 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7818 of "red" since it stands out better in xterms and DOS terminals.
7819
7820 * progmodes/cc-engine.el (c-literal-faces):
7821 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7822
7823 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7824
7825 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7826 forcibly enable c-electric-flag.
7827
7828 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7829 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7830 after the comment-prefix of a C-style comment will close that comment.
7831
7832 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7833
7834 * progmodes/cc-fonts.el (c-basic-matchers-before)
7835 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7836 in Pike.
7837
7838 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7839 digraphs.
7840
7841 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7842 (c-cpp-message-directives, c-cpp-include-directives)
7843 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7844 (c-cpp-expr-directives): Introduce new language constants to
7845 control cpp syntax in a cleaner way.
7846
7847 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7848
7849 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7850
7851 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7852 (c-multiline-string-start-char): New language constants and
7853 variables to specify how newlines in string literals work.
7854
7855 (c-font-lock-invalid-string): Use them.
7856
7857 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7858 unbalanced close brace is entered. Optimization by avoiding going
7859 back over arbitrarily large blocks. Removed hints that this
7860 function only would be relevant/useful in AWK.
7861
7862 (c-electric-brace): Indent syntactically after the cleanups since
7863 lineup functions might do it differently then.
7864
7865 * progmodes/cc-engine.el, cc-langs.el
7866 (c-opt-op-identifier-prefix): New language constant and variable.
7867
7868 (c-just-after-func-arglist-p, c-after-special-operator-id)
7869 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7870
7871 * progmodes/cc-align.el, cc-engine.el
7872 (c-after-special-operator-id): New helper to handle C++ operator
7873 identifiers.
7874
7875 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7876 (c-guess-basic-syntax): Handle C++ operator identifiers in
7877 declarations.
7878
7879 * progmodes/cc-langs.el (c-assignment-operators): Add the
7880 trigraph version of ^= too.
7881
7882 * progmodes/cc-langs.el (c-assignment-operators): Add the
7883 trigraph version of |= in C++.
7884
7885 * progmodes/cc-fonts.el (c-font-lock-declarators):
7886 Handle `c-decl-hangon-kwds' after the identifier name.
7887
7888 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7889 whether an arglist is "nonempty", ignore a comment after the open
7890 paren if it isn't followed by a non-comment token on the same line.
7891
7892 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7893 Enable heuristics below the point to cope with classes inside special
7894 brace lists in Pike.
7895
7896 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7897
7898 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7899
7900 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7901
7902 * progmodes/cc-guess.el (cc-guess-install): New function to
7903 install an already guessed style in another buffer.
7904
7905 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7906 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7907 anyway if the change always is undone.
7908
7909 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7910
7911 Implement togglable electricity:
7912
7913 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7914 saying when it should be used.
7915
7916 * progmodes/cc-engine.el: Add the new buffer-local variable,
7917 c-electric-flag.
7918
7919 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7920 c-toggle-auto-newline.
7921
7922 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7923 c-toggle-auto-newline. Remove the binding for
7924 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7925 c-toggle-electric-state.
7926
7927 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7928
7929 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7930 c-\(forward\|backward\)-subword.
7931 (c-update-modeline): Add the new modeline flag `l' for
7932 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7933 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7934 Make the old name an alias of the new name.
7935 (c-toggle-electric-state): New function.
7936 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7937 Adapt these functions to do electric things only when
7938 c-electric-flag is non-nil.
7939 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7940 new functions from c-electric-brace.
7941 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7942 mode, so that the tentative extra newline doesn't change the
7943 syntax of the following brace.
7944 (c-electric-brace): Restructure by extracting the above functions.
7945 Tidy up the coding somewhat.
7946 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7947 restructure a bit.
7948
7949 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7950
7951 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7952 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7953
7954 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7955 (c-submode-indicators): Change name from `c-auto-hungry-string'
7956 since it's now used to track another submode.
7957
7958 (c-update-modeline): Convert to function and extended to check
7959 `c-subword-move-mode'.
7960
7961 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7962 Convert to compat aliases for `c-forward-subword' and
7963 `c-backward-subword'.
7964
7965 * progmodes/cc-subword.el: New functions and minor mode to handle
7966 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7967
7968 (c-forward-subword, c-backward-subword, c-mark-subword)
7969 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7970 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7971 Functions corresponding to the standard word handling functions.
7972
7973 (c-subword-move-mode): Minor mode that replaces all the standard
7974 word handling functions with their subword equivalences.
7975
7976 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7977
7978 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7979 entry for one-liner-defun.
7980
7981 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7982 name in its def-edebug-spec.
7983
7984 * progmodes/cc-cmds.el (c-electric-brace): Make the
7985 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7986 compacts space before a comment, if this will make things fit on
7987 one line.
7988
7989 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7990
7991 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7992
7993 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7994 clean-up one-liner-defun.
7995
7996 * progmodes/cc-styles.el: Add the new "awk" style.
7997
7998 * progmodes/cc-vars.el: Add description of one-liner-defun to
7999 c-cleanup-list's doc-string. New user options,
8000 c-max-one-liner-length. In c-default-style, set the default style
8001 for AWK to "awk".
8002
8003 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8004
8005 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8006 macros inside labels.
8007
8008 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8009 `c-at-statement-start-p' and `c-at-expression-start-p'.
8010
8011 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8012 error if the mark isn't set.
8013
8014 * progmodes/cc-engine.el (c-guess-continued-construct)
8015 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8016 accurately detect functions inside functions.
8017
8018 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8019 like `c-at-statement-start-p' that additionally recognizes commas
8020 and expression parentheses as delimiters.
8021
8022 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8023 to avoid heuristics that doesn't work for unclosed blocks.
8024 (c-at-statement-start-p): New function.
8025
8026 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8027 Objective-C directives, e.g. directives spanning lines should work
8028 reasonably well now.
8029
8030 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8031
8032 (c-forward-objc-directive): New function to move over any ObjC
8033 directive.
8034
8035 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8036 (c-basic-matchers-before): Use it.
8037
8038 (c-font-lock-objc-iip-decl): Remove.
8039
8040 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8041 in the template arglist recognition.
8042
8043 * progmodes/cc-styles.el (c-style-alist): Fix several
8044 inconsistencies in the Whitesmith style.
8045
8046 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8047 New lineup function to get lines after Whitesmith style blocks
8048 correctly indented.
8049
8050 (c-lineup-whitesmith-in-block): Back out the compensation for
8051 opening parens since it's done using `add' lists in the style
8052 definition instead. Don't use the anchor position since it varies
8053 too much between the syntactic symbols. :P
8054
8055 * progmodes/cc-vars.el (c-valid-offset): Update.
8056
8057 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8058 lists where the offsets are combined according to several
8059 different methods: `first', `min', `max', and `add'.
8060 Report offset evaluation errors with `c-benign-error' so that some kind
8061 of reindentation still is done.
8062
8063 * progmodes/cc-engine.el (c-guess-basic-syntax):
8064 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8065 `arglist-close'.
8066
8067 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8068 situations for `arglist-cont-nonempty' and `arglist-close'.
8069
8070 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8071
8072 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8073 cc-bytecomp-boundp' in a number of places.
8074
8075 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8076 macro related issue.
8077
8078 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8079
8080 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8081 list is now [asdf], a char class [:alpha:].
8082 Include code for char classes.
8083 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8084 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8085
8086 Remove (nearly all of) the cruft associated with AWK Mode's former
8087 concept of "virtual semicolons":
8088
8089 Adapt c-beginning-of-statement, c-end-of-statement (together with
8090 subfunctions) to use the new notion of "virtual semicolon" in
8091 place of the old awkward special handling for AWK. There remains
8092 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8093 * progmodes/cc-cmds.el:
8094 (c-ascertain-adjacent-literal): In the backwards direction, now
8095 recognises AWK regexp delimiters as string delimiters.
8096 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8097 check more rigorously for "end of macro".
8098 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8099 virtual semicolons;
8100 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8101 out the code for forward movement into ...
8102 (c-end-of-statement): Now contains the code for forward movement,
8103 adapted for virtual semicolons.
8104
8105 * progmodes/cc-engine.el:
8106 (c-ws*-string-limit-regexp): New regexp.
8107 (c-forward-single-comment, c-backward-single-comment): Comment out
8108 the (now redundant) "special" AWK stuff.
8109
8110 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8111 c-string-par-start, c-string-par-separate to be more like Text
8112 Mode than Fundamental Mode.
8113
8114 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8115
8116 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8117 to the fontified region so that fontification doesn't occur
8118 outside it (could happen e.g. when fontifying a line with an
8119 unfinished declaration).
8120
8121 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8122
8123 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8124 start of the file. ^L now separate sections of the file.
8125 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8126 (c-awk-one-line-possibly-open-string-re)
8127 (c-awk-regexp-one-line-possibly-open-char-class-re)
8128 (c-awk-one-line-possibly-open-regexp-re)
8129 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8130 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8131
8132 Amend the concept of "virtual semicolons" (in the indentation
8133 engine) for languages like AWK, such that they are now
8134 conceptually attached to end of the last token of a statement, not
8135 the end of the line. (In AWK Mode, however, the pertinent text
8136 property is still physically set on the EOL.) Remove the specific
8137 tests for awk-mode, thus facilitating the introduction of other
8138 language modes where EOLs can end statements.
8139 (Note: The funtionality in cc-cmds.el, specifically
8140 c-beginning/end-of-statement has yet to be amended.)
8141
8142 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8143 New macros.
8144
8145 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8146 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8147 c-vsemi-status-unknown-p-fn (in a new page).
8148
8149 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8150 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8151 numerous awkward forms like
8152 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8153 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8154 variable before-ws-ip, the place just after char-before-ip appears.
8155
8156 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8157 a comment.
8158
8159 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8160
8161 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8162 `c-tentative-buffer-changes'.
8163
8164 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8165 convert to macro to choose between Emacs and XEmacs at compile time.
8166
8167 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8168
8169 (c-tentative-buffer-changes): New macro to handle temporary buffer
8170 changes in a convenient way.
8171
8172 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8173 for `c-tentative-buffer-changes'.
8174
8175 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8176 the checks for paren sexps between the point and the keyword, to
8177 avoid some false alarms.
8178
8179 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8180 Fixed a situation where an error could be thrown for unbalanced
8181 parens. Changed to make use of c-keyword-member' to avoid some
8182 repeated regexp matches.
8183
8184 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8185 These language variable are no longer necessary.
8186
8187 (c-block-stmt-kwds): New language constant used by
8188 c-looking-at-inexpr-block'.
8189
8190 (c-guess-basic-syntax): Remove an optional check that looked at
8191 the existence of the now removed language variables.
8192
8193 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8194 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8195 object instantiation expressions as declarations in some contexts.
8196 This bug only affected languages where the declarator can't be
8197 enclosed in parentheses.
8198
8199 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8200 insert newlines before and after substatement braces.
8201
8202 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8203 function declaration headers and the handling of C++ style member
8204 init lists.
8205
8206 (c-just-after-func-arglist-p): Rewritten to use
8207 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8208
8209 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8210
8211 (c-guess-basic-syntax): Adapt case 5B for the new
8212 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8213 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8214 covers all cases now).
8215
8216 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8217
8218 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8219
8220 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8221 c-string-par-start/separate c-sentence-end-with-esc-eol,
8222 initialised in c-setup-paragraph-variables, used in string
8223 scanning subroutines of c-beginning-of-statement.
8224
8225 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8226 which precedes the newly inserted `{'.
8227
8228 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8229
8230 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8231 function for declaration level blocks. It should now cope with
8232 templates better and also be a lot more comprehensible.
8233
8234 (c-looking-at-decl-block): The new function.
8235
8236 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8237 for compatibility.
8238
8239 (c-add-class-syntax, c-guess-continued-construct)
8240 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8241
8242 (c-decl-block-key): Change to tell apart ambiguous and
8243 unambiguous keywords. Pike specials are now handled directly in
8244 the code instead.
8245
8246 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8247 New language constants and variables to make the backward skip in
8248 `c-looking-at-decl-block' as tight as possible.
8249
8250 (c-nonsymbol-token-char-list): New language constant.
8251
8252 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8253 find balanced template arglists backwards.
8254
8255 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8256 making char classes for `c-syntactic-skip-backward'.
8257
8258 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8259 16D - can't be a class-close at that point.
8260
8261 * progmodes/cc-engine.el (c-guess-basic-syntax)
8262 (c-add-class-syntax): Don't narrow out the enclosing declaration
8263 level. This makes everything a lot easier, and it was actually
8264 only four small places that needed it to work. Some places that
8265 previously did `widen' are removed now, which has the effect that
8266 `c-guess-basic-syntax' never will look at things outside the
8267 current narrowment now. The anchor position for `topmost-intro'
8268 is affected by this, but it was so bogus it was basically useless
8269 before, and now it's equally bogus but in a slightly different way.
8270
8271 (c-narrow-out-enclosing-class): Gone.
8272
8273 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8274 the narrowed region.
8275
8276 (c-least-enclosing-brace): Remove silly optional argument.
8277
8278 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8279 the point could be left directly after an open paren when finding
8280 the beginning of the first decl in the block.
8281
8282 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8283 Specify which submatch to use.
8284
8285 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8286
8287 (c-decl-start-re): No longer any need for special treatment of
8288 ObjC due to the above.
8289
8290 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8291 presumably follows C in that regard.
8292
8293 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8294 New language constants to specify operator tokens inside
8295 identifiers in a more high level way.
8296
8297 (c-opt-identifier-prefix-key): New internal language constant.
8298
8299 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8300 (c-identifier-start, c-identifier-key): Now completely calculated
8301 from other constants.
8302
8303 (c-identifier-last-sym-match): Decommission since it's no longer used.
8304
8305 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8306
8307 * progmodes/cc-engine.el (c-forward-name): Remove the
8308 optimization when c-identifier-key is equal to c-symbol-key since
8309 it doesn't work in byte compiled files. Don't record empty
8310 regions as identifiers.
8311
8312 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8313 simplify access to `c-operators' and its likes.
8314
8315 (c-operator-list, c-all-op-syntax-tokens)
8316 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8317 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8318 (c-primary-expr-regexp, c-cast-parens): Use it.
8319
8320 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8321 an explicit language in functions.
8322
8323 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8324 variant of adornment.
8325
8326 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8327 variable.
8328
8329 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8330 the Pike value.
8331
8332 * progmodes/cc-engine.el (c-on-identifier)
8333 (c-simple-skip-symbol-backward): Small fix for handling "-"
8334 correctly in `skip-chars-backward'. Affected the operator lfun
8335 syntax in Pike.
8336
8337 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8338 diagnostic message about precompiled language vars not being used.
8339
8340 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8341 "__attribute__" is followed by a parenthesis.
8342
8343 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8344 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8345 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8346
8347 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8348 Internal cleanups to properly detect the declared identifiers in
8349 various declarations.
8350
8351 (c-decl-start-kwds): New language constant to recognize
8352 declarations that can start anywhere. Used for class declarations
8353 in Pike.
8354
8355 (c-specifier-key, c-not-decl-init-keywords)
8356 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8357 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8358
8359 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8360 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8361 handling of the compiler specific extension keywords into a new
8362 language constant `c-decl-hangon-kwds' that defines keyword
8363 clauses to be ignored in declarations.
8364
8365 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8366 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8367 Necessary to stop at the declared identifier in e.g. IDL valuetype
8368 declarations.
8369
8370 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8371 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8372 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8373 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8374 class and enum declarations as such and not as part of the type.
8375
8376 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8377 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8378
8379 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8380 declarations when there's some syntax error later on.
8381
8382 (c-complex-decl-matchers): Did away with a reference to
8383 `c-specifier-key'.
8384
8385 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8386 value - this variable is always dynamically bound.
8387
8388 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8389 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8390 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8391 functions that might do hidden buffer changes: All such internal
8392 functions are now marked instead of those that don't.
8393
8394 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8395 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8396 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8397 (c-literal-type): Allow these functions to make hidden buffer changes,
8398 so that they are free to use text property caching later on.
8399
8400 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8401 (c-electric-brace, c-electric-slash, c-electric-star)
8402 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8403 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8404 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8405 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8406 with the changed semantics of the functions above.
8407
8408 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8409 when macros occur in obscure places. Optimized the sexp movement
8410 a bit.
8411
8412 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8413
8414 Enhancements for c-beginning-of-statement to work in AWK Mode:
8415
8416 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8417 (completed statement) with `}' (statement completed by closing
8418 brace or semicolon) and `$' (statement completed by EOL).
8419
8420 (c-awk-virtual-semicolon-ends-prev-line-p)
8421 (c-awk-virtual-semicolon-ends-line-p)
8422 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8423 (c-awk-at-statement-end-p): New functions.
8424
8425 * progmodes/cc-cmds.el: Simplify the structure of functions
8426 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8427 two functions and c-beginning-of-statement to handle AWK Mode.
8428
8429 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8430 c-backward-single-comment for AWK mode. Attempt to clarify their
8431 doc-strings.
8432
8433 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8434
8435 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8436
8437 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8438 label handling. Labels are now recognized in a uniform and more
8439 robust way, regardless of context. Text properties are put on all
8440 labels to recognize the following declarations better.
8441 Multiword labels are handled both in indentation and fontification for
8442 the benefit of language extensions like Qt. For consistency, keywords
8443 in labels are now fontified with the label face instead.
8444 That also applies to "case" and "default".
8445
8446 (c-beginning-of-statement-1): Fix some bugs in the label
8447 handling. Disregard `c-nonlabel-token-key' in labels that begin
8448 with `c-label-kwds'.
8449
8450 (c-find-decl-spots): Support that the callback adds more
8451 `c-decl-end' spots to find.
8452
8453 (c-forward-decl-or-cast-1): Don't treat a list of plain
8454 identifiers followed by a colon as a declaration.
8455
8456 (c-forward-label): New function to recognize labels.
8457
8458 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8459 `c-forward-label'. Moved the label recognition cases (14 and 15)
8460 earlier since they aren't so context sensitive now. Handle labels
8461 on the top level gracefully. Moved access label recognition to
8462 the generic label case (CASE 15) - removed CASE 5E.
8463
8464 (c-font-lock-declarations): Add recognition of labels in the
8465 same round since we need to handle labels in parallell with other
8466 declarations to recognize both accurately. It should also improve
8467 speed.
8468
8469 (c-simple-decl-matchers, c-basic-matchers-after):
8470 Move `c-font-lock-labels' so that it only is used on decoration level 2
8471 since `c-font-lock-declarations' handles it otherwise.
8472
8473 (c-complex-decl-matchers): Remove the simplistic recognition of
8474 access labels.
8475
8476 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8477 with labels earlier.
8478
8479 (c-decl-start-re): New language variable to make
8480 `c-font-lock-declarations' stop for the special protection labels
8481 in Objective-C that start with `@'.
8482
8483 (c-label-key): Remove since it's no longer used.
8484
8485 (c-recognize-colon-labels, c-label-prefix-re): New language
8486 constants to support recognition of generic colon-terminated labels.
8487
8488 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8489 are colon terminated labels.
8490
8491 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8492 first argument starts with a special brace list.
8493
8494 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8495 (c-font-lock-declarations): Break out the declaration and cast
8496 recognition from `c-font-lock-declarations' to a new function, so
8497 that it can be used in the indentation engine.
8498
8499 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8500 up to the start of the literal. Fixed bug with the point on the
8501 wrong side of the search limit that could happen when the start
8502 position is inside a literal.
8503
8504 * progmodes/cc-engine.el (c-parse-state)
8505 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8506 so that it's kept a little bit back to increase the hit rate.
8507
8508 (c-parse-state): Change the macro handling and fixed some
8509 glitches. Macro context is checked more often than necessary now,
8510 but otoh less garbage conses are generated.
8511
8512 * progmodes/cc-engine.el (c-parse-state)
8513 (c-invalidate-state-cache): Cache the last position where
8514 `c-state-cache' applies. This can speed up refontification quite
8515 a bit in blocks where there are many non-brace parens before the point.
8516
8517 (c-state-cache-end): New variable for this.
8518
8519 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8520 cache variable.
8521
8522 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8523 get close initial continue positions when the start position is
8524 inside a literal or macro. Do not call the callback for spots
8525 before the start position (which can happen e.g. for `c-decl-end'
8526 spots inside comments). Optimize better in special cases when the
8527 region is a single line inside a literal or macro (typically when
8528 the current line is refontified).
8529
8530 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8531 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8532 entries from the paren state.
8533
8534 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8535 special case for "else if" clauses.
8536
8537 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8538 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8539
8540 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8541 New language variable to recognize the gcc extension with statement
8542 blocks inside expressions.
8543
8544 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8545 it somewhat more comprehensible. The argument AT-BLOCK-START is
8546 no longer used and hence removed.
8547
8548 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8549 to `c-add-stmt-syntax'.
8550
8551 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8552 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8553 This fixes bogus label recognition.
8554
8555 * progmodes/cc-engine.el (c-add-type, c-check-type)
8556 (c-forward-name, c-forward-type): Improve storage of template
8557 types in `c-found-types' so that they can be recognized better.
8558
8559 (c-syntactic-content): Add option to skip past nested parens.
8560
8561 * progmodes/cc-engine.el (c-forward-name):
8562 Set `c-last-identifier-range' all the time. It's less work that way.
8563 Handle that there might not be an identifier to store in
8564 `c-last-identifier-range'.
8565
8566 (c-forward-type): Handle that `c-last-identifier-range' might be
8567 nil from `c-forward-name'.
8568
8569 * progmodes/cc-defs.el (c-safe-scan-lists)
8570 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8571
8572 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8573 to work even if the form fails.
8574
8575 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8576 down in a large file in one go.
8577
8578 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8579
8580 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8581 function which is like `c-lineup-math' but returns nil instead of
8582 `c-basic-offset' when it doesn't match.
8583
8584 (c-lineup-math): Change to use `c-lineup-assignments'.
8585
8586 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8587
8588 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8589 c-beginning-of-statement. New subfunctions
8590 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8591
8592 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8593
8594 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8595 hardcoded char classes whereever possible. Changed a couple of
8596 places to use skip by syntax instead of skip by char class.
8597
8598 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8599 Fix a bug in the regexp that caused extreme backtracking.
8600
8601 * progmodes/cc-langs.el (c-block-comment-starter)
8602 (c-block-comment-ender): New language constants to specify in a
8603 single place how block comments look.
8604
8605 (c-comment-start-regexp, c-block-comment-start-regexp)
8606 (comment-start, comment-end, comment-start-skip)
8607 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8608 (c-syntactic-ws, c-nonempty-syntactic-ws)
8609 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8610 `c-line-comment-starter', `c-block-comment-starter' and
8611 `c-block-comment-ender'.
8612
8613 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8614 New language constants to break up things a bit.
8615
8616 (c-simple-ws): New language constant for simple whitespace.
8617
8618 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8619
8620 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8621 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8622 newlines. Allow and ignore nil elements in the list.
8623
8624 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8625
8626 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8627 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8628
8629 * progmodes/cc-cmds.el: Tidy up the comments in
8630 c-beginning-of-statement and subfunctions.
8631
8632 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8633 more flexible c-put-char-property and c-clear-char-properties.
8634 Add the author's email address.
8635
8636 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8637
8638 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8639 closing "*/" of a block comment.
8640
8641 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8642 subfunctions) so that it works at BOB and EOB.
8643
8644 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8645 c-beginning-of-statement, including new variable
8646 c-block-comment-start-regexp.
8647
8648 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8649
8650 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8651 symbols from `*-font-lock-extra-types' so that there's no need to
8652 use `regexp-opt' on those lists.
8653
8654 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8655 `c-type-modifier-kwds' is empty.
8656
8657 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8658 there are several strings on the same line.
8659
8660 * progmodes/cc-engine.el (c-literal-limits): Remove the
8661 compatibility function for older emacsen. `c-literal-limits-fast'
8662 has now taken the place of this function.
8663
8664 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8665 with older emacsen: We now require `pps-extended-state'.
8666
8667 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8668
8669 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8670 which obviates the need to hack sentence-end. This now handles
8671 escaped newlines in strings correctly. Correct minor bugs in
8672 c-move-over-sentence and in c-beginning-of-statement.
8673
8674 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8675 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8676 that movement over macros and code are rigorously separated from
8677 eachother. Correct a few incidental bugs.
8678
8679 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8680 Improve its doc-string. Improve the handling of certain specific cases.
8681
8682 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8683
8684 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8685 (c-guess-basic-syntax): Change the way class-level labels are
8686 recognized; they can now contain essentially any symbols.
8687
8688 (c-opt-extra-label-key): New language variable to cope with the
8689 special protection label syntax in Objective-C.
8690
8691 (c-opt-access-key): Remove; this is now handled better by
8692 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8693
8694 (c-complex-decl-matchers): Update to handle that
8695 `c-opt-access-key' no longer exists.
8696
8697 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8698 improved label recognition in `c-beginning-of-statement-1'.
8699
8700 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8701 Recognize bitfields better.
8702
8703 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8704 Remove some cruft and fixed a bug that could cause it to go to a
8705 position further down.
8706
8707 * progmodes/cc-langs.el, cc-engine.el
8708 (c-beginning-of-statement-1): Improve detection of labels in
8709 declaration contexts.
8710
8711 (c-beginning-of-decl-1): Use it.
8712
8713 (c-nonlabel-token-key): New language constant and variable needed
8714 by `c-beginning-of-statement-1'.
8715
8716 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8717 manifested itself due to the correction in `c-forward-sexp'.
8718
8719 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8720 Make these behave as documented when used at the buffer limits.
8721
8722 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8723 (c-type-decl-end-used): Made this a language variable.
8724
8725 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8726 correctly when `combine-after-change-calls' is used together with
8727 temporary narrowings.
8728
8729 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8730 Report labels correctly when the start point is immediately after the
8731 colon.
8732
8733 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8734 Remove since it isn't used anymore.
8735
8736 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8737 bracket arglists such as template parens in C++.
8738
8739 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8740 in the last check-in. Some optimization.
8741
8742 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8743 where it could stop at the same level in a preceding sexp when
8744 PAREN-LEVEL is set.
8745
8746 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8747 text property lookup only when it's needed.
8748
8749 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8750 Change the policy for paren marked angle brackets to be more
8751 persistent; once marked they remain marked even when they're found
8752 to be unbalanced in the searched region. This should keep the
8753 paren syntax around even when individual lines are refontified in
8754 multiline template arglists.
8755
8756 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8757 to control markup so that incorrect angle bracket arglists aren't
8758 marked in contexts where the correct value for
8759 `c-disallow-comma-in-<>-arglists' isn't known.
8760
8761 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8762 argument has become `c-parse-and-markup-<>-arglists'.
8763
8764 (c-remove-<>-arglist-properties): Remove - no longer used.
8765
8766 (c-after-change-check-<>-operators): New function used on
8767 `after-change-functions' to avoid that "<" and ">" characters that
8768 are part of longer operators have paren syntax.
8769
8770 (c-<>-multichar-token-regexp): New language variable used by
8771 `c-after-change-check-<>-operators'.
8772
8773 (c-after-change): Call `c-after-change-check-<>-operators'.
8774
8775 (c-font-lock-<>-arglists): Use the context properties set by
8776 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8777 correctly to avoid doing invalid markup.
8778
8779 (c-font-lock-declarations): Remove code that undoes the invalid
8780 markup done by `c-font-lock-<>-arglists'.
8781
8782 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8783 after `c-font-lock-declarations'.
8784
8785 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8786 Add paren-level feature.
8787
8788 (c-guess-basic-syntax): Improve the anchor position for
8789 `template-args-cont' in nested template arglists. There's still
8790 much to be desired in this area, though.
8791
8792 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8793
8794 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8795 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8796
8797 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8798
8799 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8800 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8801
8802 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8803 it doesn't work no longer are supported.
8804
8805 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8806 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8807 requires support for the syntax-table' text property, which rules
8808 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8809 cruft associated with those versions.
8810
8811 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8812 for the `syntax-table' text property, which rules out Emacs 19 and
8813 XEmacs < 21.4. Removed various compatibility cruft associated
8814 with those versions.
8815
8816 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8817 support for the `syntax-table' text property.
8818
8819 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8820 variable and use an extra quoted face name instead. All the
8821 emacsen flavors handle that correctly.
8822
8823 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8824 (c-font-lock-declarators, c-font-lock-declarations)
8825 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8826 property to mark the items in in declarator lists to handle
8827 refontification inside multiline declarations better.
8828
8829 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8830 construct like "a * b = c;" as a declaration.
8831
8832 2005-12-08 Kim F. Storm <storm@cua.dk>
8833
8834 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8835 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8836 select either meta, hyper, or super modifier for rectangle commands.
8837 (cua--rectangle-modifier-key): New defvar.
8838 (cua--M/H-key): Use it. Remove special case for `space'.
8839 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8840 on X, to meta otherwise. Always bind C-return to toggle
8841 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8842
8843 * emulation/cua-rect.el (cua-help-for-rectangle):
8844 Use cua--rectangle-modifier-key. Handle super modifier too.
8845 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8846 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8847
8848 * ido.el: Move Acknowledgements and History after Commentary.
8849 Minor changes to Commentary.
8850
8851 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8852 keymap if cua--prefix-override-timer is `shift'.
8853 (cua--shift-control-prefix): New function; emulate "type prefix
8854 key twice" functionality to handle shifted prefix key override.
8855 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8856 New commands.
8857 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8858
8859 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8860
8861 * textmodes/org.el (org-insert-heading): Try to do items before
8862 headings.
8863 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8864 (org-insert-item): New function.
8865 (org-renumber-ordered-list): Don't skip to higher level lists.
8866
8867 2005-12-08 Juri Linkov <juri@jurta.org>
8868
8869 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8870
8871 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8872
8873 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8874
8875 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8876 the constructed function name fun-1.
8877
8878 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8879 because such links don't lead to parent documentation.
8880
8881 2005-12-08 Kenichi Handa <handa@m17n.org>
8882
8883 * descr-text.el (describe-char): Use *Help-2* buffer if the
8884 current buffer is *Help*. Call describe-text-properties while
8885 setting the original buffer.
8886
8887 2005-12-07 Bill Wohler <wohler@newt.com>
8888
8889 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8890 and causes problems with non-MH users (such as Gnus users).
8891
8892 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8895 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8896 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8897 command "info sources". Move calls to GDB command "list".
8898 (gdb-find-file-hook): Just use gdb-source-file-list.
8899 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8900 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8901 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8902 (gdb-data-list-register-values-handler): Use correct trigger name.
8903
8904 2005-12-07 Kim F. Storm <storm@cua.dk>
8905
8906 * ido.el (ido-completion-map): Rename from ido-mode-map.
8907 (ido-common-completion-map, ido-file-completion-map)
8908 (ido-file-dir-completion-map, ido-buffer-completion-map):
8909 Rename from ido-mode-....-map.
8910 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8911 (ido-setup-completion-map): Rename from ido-define-mode-map.
8912 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8913 to ido-completion-map.
8914
8915 2005-12-07 Kenichi Handa <handa@m17n.org>
8916
8917 * international/mule-cmds.el
8918 (set-display-table-and-terminal-coding-system): If the coding
8919 system specified in `unibyte-display' property is different from
8920 the arg coding-system, don't setup standard-display-table.
8921
8922 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8925 that comments end at \n, regardless of selective-display.
8926
8927 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8928
8929 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8930 (gdb-version): New variables.
8931 (gdb-source-file-list, gdb-register-names)
8932 (gdb-changed-registers): New variables for use with GDB 6.4+.
8933 (gdb-ann3): Replace with...
8934 (gdb-init-1, gdb-init-2): ...two new functions.
8935 (gdba, gdb-prompt): Call gdb-init-1.
8936 (gdb-get-version): New function. Call gdb-init-2 from here.
8937 (gud-watch): Make it work with mouse events too.
8938 (gdb-post-prompt): Don't add to queue until GDB version is known.
8939 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8940 (gdb-locals-mode): Use gdb-version.
8941 (gdb-memory-format-map, gdb-memory-unit-map)
8942 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8943 (gdb-locals-font-lock-keywords-1)
8944 (gdb-locals-font-lock-keywords-2): New variables.
8945 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8946 (gdb-set-gud-minor-mode-existing-buffers-1)
8947 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8948 (gdb-var-update-1, gdb-var-update-handler-1)
8949 (gdb-data-list-register-values-handler)
8950 (gdb-data-list-register-values-custom)
8951 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8952 (gdb-stack-list-locals-handler, gdb-get-register-names):
8953 New functions for use with GDB 6.4+.
8954 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8955 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8956 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8957 (gdb-stack-list-locals-regexp)
8958 (gdb-data-list-register-names-regexp): New regexps for use with
8959 GDB 6.4+.
8960
8961 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8964
8965 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8966
8967 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8968 prompts work for AUTH PLAIN. Also reported by Steve Allan
8969 <seallan@verizon.net>.
8970
8971 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8972
8973 * frame.el (set-frame-parameter): Add doc string.
8974
8975 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8976
8977 * textmodes/org.el (org-occur-highlights): New variable.
8978 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8979 (org-highlight-sparse-tree-matches): New option.
8980 (org-do-occur): New function.
8981 (org-get-heading): Make it work also at beginning of line.
8982 (org-category-table): New variable.
8983 (org-get-category-table, org-get-category)
8984 (org-camel-to-words, org-link-search): New functions.
8985 (org-select-this-todo-keyword): New variable.
8986 (org-todo-list): New command.
8987 (org-shiftright, org-shiftleft): New commands.
8988 (org-agenda-todo): Add prefix argument.
8989 (org-show-hierarchy-above): New option.
8990 (org-show-todo-tree): Numerical prefix creates tree for specific
8991 TODO keyword.
8992 (org-outline-level): New function, to assign a level to plain
8993 lists items.
8994 (org-cycle-include-plain-lists): New option.
8995 (org-mode): Use `org-outline-level' as value of `outline-level'.
8996 (org-cycle): Temporarily switch `outline-regexp' if
8997 `org-cycle-include-plain-lists' is non-nil.
8998 (org-start-icalendar-file): Fix format bug.
8999 (org-agenda-get-day-entries): Create category table.
9000 (org-agenda-get-todos, org-agenda-get-timestamps)
9001 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9002 (org-agenda-get-blocks): Use `org-get-category'.
9003 (org-context-in-file-links): Rename from
9004 `org-line-numbers-in-file-links'.
9005
9006 2005-12-06 Romain Francoise <romain@orebokech.com>
9007
9008 * window.el (balance-windows): Delete extraneous third arg in call
9009 to `enlarge-window'.
9010
9011 2005-12-06 Kenichi Handa <handa@m17n.org>
9012
9013 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9014
9015 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9016
9017 * progmodes/gdb-ui.el (gdb-var-create-handler)
9018 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9019 (gdb-var-list-children-handler, gdb-var-update-handler):
9020 Current buffer is already gdb-partial-output-buffer, don't
9021 make it current again.
9022
9023 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9024
9025 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9026 (list-buffers-noselect): Use it.
9027
9028 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9029
9030 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9031 (mail-yank-ignored-headers): Use regexp-opt.
9032 (mail-mode-map): Move initialization into declaration.
9033 (mail-sent-via): Remove unused shadowed var `to-line'.
9034 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9035 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9036 (mail-do-fcc): Use dolist and push.
9037 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9038 (mail-yank-ignored-headers): Don't autoload.
9039
9040 2005-12-05 Kenichi Handa <handa@m17n.org>
9041
9042 * international/mule-cmds.el (set-language-info-internal): New fun.
9043 (set-language-info): Call set-language-info-internal to update
9044 language-info-alist. If LANG-ENV is the current one, call
9045 set-language-environment to make INFO effective now.
9046 (set-language-info-alist): Likewise.
9047 (locale-language-names): With locale "en", use English
9048 lang. env. but set the default codings to iso-8859-1.
9049
9050 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9051
9052 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9053 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9054 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9055 for plain strings.
9056 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9057 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9058 Create registers buffer if necessary. Echo new state in minibuffer.
9059 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9060
9061 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9062
9063 * info.el (Info-fontify-node): Match external links using
9064 non-directory part of filename.
9065
9066 2005-12-04 Juri Linkov <juri@jurta.org>
9067
9068 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9069 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9070 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9071 because there is no customization option for it.
9072
9073 * font-lock.el (lisp-font-lock-keywords-1):
9074 Add define-global-minor-mode.
9075
9076 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9077
9078 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9079 properties on the constructed variable names.
9080
9081 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9082 Put `definition-name' properties on the constructed function names
9083 next-sym and prev-sym.
9084
9085 * emacs-lisp/find-func.el (find-function-regexp):
9086 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9087 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9088 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9089 and easy-menu-define.
9090
9091 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9092 easy-mmode-define-global-mode and define-global-minor-mode.
9093 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9094
9095 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9096 instead of easy-mmode-define-global-mode.
9097
9098 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9099 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9100
9101 * cus-edit.el (customize-group, customize-group-other-window):
9102 Filter out autoloaded options from the group completion list by
9103 using heuristics that autoloaded groups don't have `custom-autoload'
9104 property on their symbols (they have only `custom-loads').
9105
9106 * simple.el (completion-setup-function): Put completions-common-part
9107 face on complete completion string too (i.e. completion string
9108 without completions-first-difference face).
9109
9110 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9111
9112 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9113
9114 * view.el (view-mode): Doc fix.
9115
9116 * disp-table.el (standard-display-european): Add to the warning
9117 message a reference to the doc string.
9118
9119 * play/yow.el (apropos-zippy): Call print-help-return-message,
9120 similar to other Help and Apropos commands.
9121
9122 * help.el (print-help-return-message): If pop-up-frames is
9123 non-nil, set up help-return-method to delete the help window and,
9124 possibly, its frame as well, and don't display message about
9125 scrolling the help window. Doc fix.
9126 (help-return-method): Doc fix.
9127
9128 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9129
9130 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9131 whereby names of length one or names starting with a
9132 symbol-constituent character would not be returned.
9133
9134 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9135
9136 * subr.el (atomic-change-group): Add edebug and indentation spec.
9137
9138 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * completion.el (save-completions-file-name): Fix typo in last change.
9141
9142 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9143
9144 * info.el: Move back/forward history to the beginning of the tool bar.
9145
9146 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9147
9148 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9149 Add fset of allout-real-isearch-abort during compile to fix
9150 byte-compilation warnings.
9151 (allout-mode-p): Move definition of this macro above all uses, or
9152 byte compilation in barren emacs (eg, during emacs build) will
9153 lack the definition.
9154 (allout-mode): Move this variable above any uses, or byte
9155 compilation will fail.
9156 (allout-resolve-xref): Remove use of personal file-reference function.
9157 (allout-toggle-current-subtree-encryption): Do the current (ie,
9158 visible containing) topic, rather than nearest around point. Doc fix.
9159 (allout-toggle-subtree-encryption): New function, workhorse that
9160 works on nearest topic containing point.
9161 (allout-encrypt-string): Signal requirement for newer version of pgg.
9162 (allout-resumptions): Doc fix.
9163
9164 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9165
9166 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9167
9168 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9169
9170 * textmodes/flyspell.el (flyspell-external-point-words):
9171 Consider a misspelling as found in the string search if: (a) misspelling
9172 and found string lengths match, or (b) misspelling is found as
9173 element in a boundary-chars separated longer string, or (c)
9174 ispell-program-name is really ispell and misspelling is found as
9175 part of a TeX string. After successful match move beginning of
9176 search region to end of match. Warn about not found misspellings
9177 once the process is done.
9178 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9179
9180 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9183 tool bar (removed inadvertently).
9184
9185 2005-12-02 Juri Linkov <juri@jurta.org>
9186
9187 * log-view.el (log-view-diff): Clarify doc string.
9188
9189 2005-12-01 Bill Wohler <wohler@newt.com>
9190
9191 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9192 triggers lm-verify errors.
9193
9194 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9195
9196 * simple.el (transient-mark-mode, line-number-mode)
9197 (column-number-mode, size-indication-mode): Remove `:require nil'.
9198
9199 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9200
9201 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9202 in the margin also.
9203 (gdb-breakpoints-mode-map): Use D instead of d for
9204 gdb-delete-breakpoint.
9205 (gdb-get-frame-number): Require a number to match on.
9206 (gdb-threads-mode-map): Add follow-link binding.
9207
9208 2005-11-30 Jason Rumney <jasonr@gnu.org>
9209
9210 * isearch.el (isearch-mode-map): Avoid exiting search on
9211 language-change event.
9212
9213 2005-11-30 Romain Francoise <romain@orebokech.com>
9214
9215 * speedbar.el (speedbar-default-position): New defcustom.
9216 (speedbar-frame-reposition-smartly): Use it.
9217
9218 * dframe.el (dframe-reposition-frame-emacs): Fix position
9219 computation for `left' location.
9220 Update copyright year.
9221
9222 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * help.el (help-map): Move initialization into declaration.
9225
9226 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9227
9228 * help-fns.el (help-argument-name): Don't autoload.
9229 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9230 to be re-loaded when customizing the `help' group.
9231
9232 2005-11-30 John Paul Wallington <jpw@gnu.org>
9233
9234 * help-fns.el (describe-function-1): Fill arglist output.
9235
9236 2005-11-30 Kim F. Storm <storm@cua.dk>
9237
9238 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9239 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9240 after revert-buffer (or anything else which kills all local variables).
9241
9242 * apropos.el (apropos-parse-pattern): Doc fix.
9243 Set apropos-regexp directly, rather than expecting callers to do so.
9244 (apropos-command, apropos, apropos-value, apropos-documentation):
9245 Simplify calls to apropos-parse-pattern.
9246
9247 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9250 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9251 (hi-lock-write-interactive-patterns): Use comment-region.
9252
9253 * longlines.el (longlines-mode): Add mail-setup-hook.
9254
9255 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9256
9257 * simple.el (sendmail-user-agent-compose, next-line):
9258 Conditionally use hard-newline.
9259
9260 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9261
9262 * international/latexenc.el (latex-inputenc-coding-alist):
9263 Reword doc string.
9264
9265 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * help.el (describe-key-briefly, describe-key): Recognize default
9268 bindings.
9269
9270 2005-11-29 Romain Francoise <romain@orebokech.com>
9271
9272 * view.el (view-inhibit-help-message): New defcustom.
9273 (view-mode-enter): Use it.
9274
9275 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9276
9277 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9278 Preserve user position.
9279
9280 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9281
9282 * font-lock.el: Throw error if facemenu is not loaded to prevent
9283 accidental change of loading order in loadup.el. (Suggested by RMS.)
9284
9285 * loadup.el: Add comment explaining why facemenu must be loaded
9286 before font-lock.
9287
9288 2005-11-28 Jay Belanger <belanger@truman.edu>
9289
9290 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9291 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9292
9293 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9294
9295 * calc/calc-embed.el (calc-do-embedded): Update help message.
9296
9297 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9298
9299 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9302
9303 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9304 called-interactively-p.
9305 (elp-profilable-p): Rename from elp-not-profilable-p.
9306 Invert result and take into account macros and autoloaded functions.
9307 (elp-instrument-function): Update call.
9308 (elp-instrument-package): Update call. Add completion.
9309 (elp-pack-number): Use match-string.
9310 (elp-results-jump-to-definition-by-mouse): Merge into
9311 elp-results-jump-to-definition and then remove.
9312 (elp-output-insert-symname): Make help echo text single-line.
9313
9314 * replace.el (query-replace-map): Move initialization into declaration.
9315 (occur-engine): Use with-current-buffer.
9316 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9317 (occur-mode-mouse-goto): Replace with an alias.
9318
9319 2005-11-28 Juri Linkov <juri@jurta.org>
9320
9321 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9322
9323 * term/w32-win.el: Bind [S-tab] to [backtab].
9324
9325 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9326 `Info-find-file' to t.
9327
9328 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9329 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9330 and same-window-regexps.
9331 (occur-next-error): Don't move point for arg 0.
9332
9333 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9336
9337 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * log-edit.el (log-edit-changelog-use-first): New var.
9340 (log-edit-changelog-ours-p): Use it.
9341 (log-edit-insert-changelog): Set it with new arg `use-first'.
9342 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9343 (log-edit-hook): Add them to the list of suggested options.
9344
9345 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9346 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9347 redundant work.
9348 (flyspell-mode-on): Use add-hook for after-change-functions.
9349 (flyspell-mode-off): Use remove-hook for after-change-functions.
9350 (flyspell-changes): Make it buffer-local.
9351 (flyspell-after-change-function): Make it non-interactive. Use push.
9352 (flyspell-post-command-hook): Check input-pending-p while processing
9353 the potentially long list of buffer changes.
9354
9355 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9356
9357 * buff-menu.el (list-buffers-noselect): Display the selected
9358 frame's buffer list, not the global one.
9359
9360 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9361
9362 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9363 that (list last-input-event) works as in interactive spec.
9364
9365 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9366
9367 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9368 `facemenu-keymap' needs to be defined when font-lock is loaded.
9369 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9370
9371 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * completion.el: Remove useless leading * in defcustom docstrings.
9374 (save-completions-file-name): Use ~/.emacs.d if available.
9375 (completion-standard-syntax-table): Rename from
9376 cmpl-standard-syntax-table and fold initialization into declaration,
9377 thus removing cmpl-make-standard-completion-syntax-table.
9378 (completion-lisp-syntax-table, completion-c-syntax-table)
9379 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9380 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9381 (symbol-under-point, symbol-before-point)
9382 (symbol-under-or-before-point, symbol-before-point-for-complete)
9383 (add-completions-from-c-buffer): Use with-syntax-table.
9384 (make-completion): Don't return a list of completion entries.
9385 Update callers.
9386 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9387 (completion-initialize): Rename from initialize-completions.
9388 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9389 (kill-emacs-save-completions): Collect stats here.
9390 (save-completions-to-file, load-completions-from-file):
9391 Use with-current-buffer.
9392 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9393 into a function. Move all calls to toplevel.
9394 (completion-lisp-mode-hook): New fun.
9395 (completion-c-mode-hook, completion-setup-fortran-mode):
9396 Set the syntax-table here. Use local-set-key.
9397 (completion-saved-bindings): New var.
9398 (dynamic-completion-mode): Make it into a proper minor mode.
9399 (load-completions-from-file): Remove unused var `num-uses'.
9400
9401 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9402 constructor if it is explicitly overridden.
9403
9404 * complete.el (PC-completion-as-file-name-predicate):
9405 Use minibuffer-completing-file-name.
9406 (partial-completion-mode): Use find-file-not-found-functions.
9407 (PC-lisp-complete-symbol): Use with-syntax-table.
9408 (PC-look-for-include-file): Remove dead setq.
9409 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9410 (PC-complete): Use with-current-buffer.
9411
9412 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9413 escape single quotes.
9414
9415 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9416
9417 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9418 of `if' whose condition always returned nil. Doc fix.
9419
9420 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9421 window's buffer the current buffer around the call to
9422 `list-buffers-noselect'. This is necessary to mark that buffer
9423 with a `.' in the Buffer Menu when called from Lisp, for instance
9424 by Auto Revert Mode.
9425
9426 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9427
9428 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9429 attaching to it.
9430 (gdb-pre-prompt): Make sure gdb-error is reset.
9431
9432 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9433 with a child process, detect it.
9434 (gud-speedbar-buttons): Match regexp more carefully.
9435
9436 2005-11-27 Richard M. Stallman <rms@gnu.org>
9437
9438 * mouse.el (mouse-drag-move-window-bottom):
9439 Use adjust-window-trailing-edge.
9440
9441 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9442
9443 * simple.el (blink-matching-open): Ignore
9444 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9445 (blink-matching-paren-on-screen): Update docstring.
9446
9447 * paren.el (show-paren-mode): No longer change
9448 `blink-matching-paren-on-screen'.
9449
9450 2005-11-27 John Paul Wallington <jpw@pobox.com>
9451
9452 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9453 (gdb-threads-select, gdb-edit-register-value):
9454 Use `posn-set-point' instead of `mouse-set-point' because the
9455 latter is not fbound when configured without X.
9456
9457 2005-11-27 Kim F. Storm <storm@cua.dk>
9458
9459 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9460 existing face when partially highlighting a TAB in a rectangle.
9461
9462 2005-11-26 Kim F. Storm <storm@cua.dk>
9463
9464 * ido.el (ido-mode-map): Doc fix.
9465 (ido-mode-common-map, ido-mode-file-map)
9466 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9467 (ido-define-mode-map): Rewrite. Select one of the new maps as
9468 parent for ido-mode-map instead of building from scratch.
9469 (ido-init-mode-maps): New defun to initialize new maps.
9470 (ido-mode): Call it.
9471 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9472 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9473
9474 2005-11-26 John Paul Wallington <jpw@pobox.com>
9475
9476 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9477 `mouse-set-point' because the latter is not fbound when configured
9478 without X.
9479
9480 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9481
9482 * files.el (file-relative-name): Doc fix.
9483
9484 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9485
9486 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9487 non-empty string for secondary prompt PS2.
9488
9489 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9490
9491 * progmodes/compile.el (compilation-setup): Fix last change.
9492
9493 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9494
9495 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9496 (gdb-mouse-toggle-breakpoint-margin)
9497 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9498 Add gdb-server-prefix to keep out of command history.
9499 (gdb-edit-register-value): New function.
9500 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9501 (gdb-info-registers-custom): Use above map.
9502
9503 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * custom.el (enable-theme): Signal error if argument is not a
9506 theme. Don't recalculate a face if it's not loaded yet.
9507
9508 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9509 the `user' theme is in effect.
9510
9511 * info.el (Info-on-current-buffer): Record actual filename in
9512 Info-current-file, instead of t, or a fake filename if a non-file
9513 buffer. Make autoload.
9514 (Info-find-node, Info-revert-find-node): No need to check for
9515 Info-current-file nil.
9516 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9517 Info-current-file is now never `t'.
9518 (Info-fontify-node): Many simplifications due to Info-current-file
9519 always being valid. Use Info-find-file to find node filename.
9520
9521 2005-11-25 David Kastrup <dak@gnu.org>
9522
9523 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9524 new character, then delete" in order to preserve markers.
9525
9526 2005-11-25 David Ponce <david@dponce.com>
9527
9528 * recentf.el (recentf-arrange-by-rule): Handle a special
9529 `auto-mode-alist'-like "strip suffix" rule.
9530 (recentf-build-mode-rules): Handle second level auto-mode entries.
9531
9532 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9533
9534 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9535 window modes.
9536
9537 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9538 jde-javadoc-checker-report-mode.
9539
9540 * ediff-wind (ediff-make-wide-display): Slight simplification.
9541
9542 * ediff.el (ediff-date): Change the date of last update.
9543
9544 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9545
9546 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9547 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9548 (hi-lock-mode): New global minor mode.
9549 (turn-on-hi-lock-if-enabled): New function.
9550 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9551 Change arguments to regexp and face instead of a font-lock pattern.
9552 Directly set face property, instead of refontifying.
9553 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9554 (hi-lock-find-patterns): Use line-number-at-pos.
9555
9556 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9557 arguments for hi-lock-set-pattern.
9558 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9559 Call font-lock-fontify-buffer.
9560 (hi-lock-find-file-hook, hi-lock-current-line)
9561 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9562
9563 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9564 turned off.
9565
9566 * progmodes/compile.el (compilation-setup): Don't fiddle with
9567 font-lock-defaults.
9568
9569 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9570
9571 * progmodes/gdb-ui.el (gdb-var-create-handler)
9572 (gdb-var-list-children-handler): Find values for all variable
9573 objects. gud-speedbar-buttons decides whether to display them.
9574
9575 2005-11-24 Romain Francoise <romain@orebokech.com>
9576
9577 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9578 buffer name with a space.
9579
9580 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9581
9582 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9583 `org-export-local-list-max-depth'. Change default value to 3.
9584 (org-auto-renumber-ordered-lists)
9585 (org-plain-list-ordered-item-terminator): New options.
9586 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9587 (org-get-indentation, org-get-string-indentation)
9588 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9589 New functions.
9590 (org-move-item-down, org-move-item-up): New commands.
9591 (org-export-as-html): New classes for CSS support. Bug fix in
9592 regular expression detecting fixed-width regions. Respect
9593 `org-local-list-ordered-item-terminator'.
9594 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9595 also a list item.
9596 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9597 New item moving functions.
9598
9599 2005-11-24 Juri Linkov <juri@jurta.org>
9600
9601 * isearch.el (isearch-repeat): With empty search ring set
9602 `isearch-error' to the error string instead of signaling error
9603 with the function `error'.
9604
9605 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9606
9607 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9608
9609 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9610
9611 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9612 and variable.
9613 (gdb-var-create-handler, gdb-var-list-children-handler):
9614 Don't match on "char **...".
9615 (gdb-var-update-handler): Find values for all variable objects.
9616 (gdb-info-frames-custom): Identify frames by leading "#".
9617
9618 * progmodes/gud.el (gud-speedbar-menu-items): Add
9619 gdb-speedbar-auto-raise as radio button.
9620 (gud-speedbar-buttons): Raise speedbar if requested.
9621 Don't match on "char **...".
9622 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9623 Make it editable.
9624
9625 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9626
9627 * info.el (Info-fontify-node): Handle the case where
9628 Info-current-file is t.
9629
9630 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * simple.el (blink-matching-open): Fix off-by-one in last change.
9633
9634 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9635
9636 * term/mac-win.el: Don't change default directory.
9637
9638 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9639
9640 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9641 buffers correctly. (It used to throw an error in such buffers.)
9642 Make it ask for confirmation in group buffers and other Custom
9643 buffers containing more than one customization item.
9644
9645 2005-11-22 John Paul Wallington <jpw@gnu.org>
9646
9647 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9648 property on mail and url overlays.
9649 (goto-address-at-point): Use `posn-set-point' instead of
9650 `mouse-set-point' because the latter is not fbound when configured
9651 without X.
9652
9653 2005-11-22 Lars Hansen <larsh@soem.dk>
9654
9655 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9656 (ls-lisp-classify, ls-lisp-format): Delete call to
9657 ls-lisp-parse-symlink.
9658 (ls-lisp-handle-switches): Handle symlinks to directories as
9659 directories when ls-lisp-dirs-first in non-nil.
9660
9661 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9662
9663 * startup.el (command-line): Make sure that loaddefs.el is handled
9664 correctly in load-history.
9665
9666 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9667
9668 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9669 (gdb-struct-string, gdb-array-string): New constants.
9670 (gdb-info-locals-handler): Use them.
9671 (gdb-reset): Reset gdb-var-list to nil.
9672
9673 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9676 in patterns.
9677
9678 2005-11-21 Juri Linkov <juri@jurta.org>
9679
9680 * custom.el (defcustom): Update link types in docstring.
9681
9682 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9683
9684 * custom.el (defgroup): Add doc-string-elt info.
9685
9686 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9687
9688 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * newcomment.el (comment-enter-backward): Fix last fix.
9691
9692 * simple.el (blink-matching-open):
9693 * paren.el (show-paren-function): Allow new paren-class info.
9694
9695 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9696
9697 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9698 handled automagically.
9699
9700 2005-11-20 Andreas Schwab <schwab@suse.de>
9701
9702 * descr-text.el (describe-char): When copying overlays put them
9703 over the full char description instead of just the first character
9704 of it.
9705
9706 2005-11-20 Juri Linkov <juri@jurta.org>
9707
9708 * simple.el (what-cursor-position):
9709 * descr-text.el (describe-char): Use Lisp-readable syntax
9710 for octal and hex. Reorder decimal, octal and hex values.
9711 Remove excess whitespace in the output. Use `=' in `column='
9712 like in `point=' and `Hscroll='.
9713
9714 * international/mule-cmds.el (encoded-string-description):
9715 Use Lisp-readable syntax for hex.
9716
9717 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * newcomment.el (comment-enter-backward): Handle the case where the
9720 comment is closed by EOB.
9721
9722 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9723
9724 * longlines.el (longlines-before-revert-hook)
9725 (longlines-after-revert-hook): New functions.
9726 (longlines-mode): Turn off longlines temporarily when reverting.
9727 Add a message-setup-hook.
9728 (longlines-decode-buffer): New function.
9729 (longlines-wrap-line): Preserve marker positions.
9730
9731 2005-11-19 Andreas Schwab <schwab@suse.de>
9732
9733 * emacs-lisp/shadow.el: Handle compressed files.
9734
9735 2005-11-19 Romain Francoise <romain@orebokech.com>
9736
9737 * net/browse-url.el (browse-url-default-browser): Signal an error
9738 if no usable browser can be found, rather than try to load w3.
9739
9740 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9741
9742 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9743 replacing existing properties.
9744 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9745 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9746 tty specs.
9747 (rcirc-server-prefix, rcirc-server): New faces.
9748 (rcirc-url-regexp): Generate with rx macro.
9749 (rcirc-last-server-message-time): New variable.
9750 (rcirc-filter): Record time of last message.
9751 (rcirc-keepalive): Kill processes that did not send a message
9752 since the last ping.
9753 (rcirc-mode): Give rcirc-topic a local binding here.
9754
9755 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9756
9757 * subr.el (read-passwd): Fontify the prompt as we do with other
9758 prompts.
9759
9760 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9761
9762 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9763 binding buffer-read-only to nil.
9764
9765 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9766
9767 * complete.el (partial-completion-mode):
9768 Mention completion-auto-help in the doc string.
9769
9770 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9771 more Lisp-ish way.
9772
9773 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9774
9775 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9776 digits, not 8, to avoid misalignment for files larger than 100MB.
9777
9778 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9779
9780 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9781 Mention "keyboard shortcuts" in the help text.
9782
9783 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9784
9785 * startup.el (fancy-splash-default-action): Discard only
9786 mouse-down and succeeding mouse-up events in the splash screen
9787 window so that drag-n-drop event can be processed.
9788
9789 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9790
9791 * longlines.el (longlines-mode): Add hacks for mail-mode and
9792 message-mode.
9793
9794 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9795
9796 * textmodes/org.el (org-table-sort-lines): New command.
9797 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9798 (org-add-file): Command removed, use `org-agenda-file-to-front'
9799 instead.
9800 (org-export-icalendar): Use `org-icalendar-combined-name'.
9801 (org-cycle-agenda-files, org-agenda-file-to-end)
9802 (org-agenda-file-to-front): New commands.
9803 (org-table-tab-jumps-over-hlines, org-export-html-style):
9804 New options.
9805 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9806 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9807 New functions.
9808 (org-fill-paragraph): Call `org-table-align' in tables.
9809 (org-mode): Call `org-set-autofill-regexps'.
9810 (org-export-as-html): Support for local handformatted lists.
9811 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9812 (org-export-local-list-max-depth): New option.
9813 (org-html-expand): Use `org-html-protect'.
9814
9815 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9816
9817 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9818 to "p".
9819 (gdb): Move definition of gud-pp to...
9820
9821 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9822 speedbar.
9823 (gdb-find-watch-expression): New function.
9824
9825 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9826
9827 * faces.el (face-attribute, set-face-attribute): Mention existence
9828 of `:ignore-defface' setting in docstring.
9829
9830 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * simple.el (completion-setup-function): Fix last change.
9833
9834 2005-11-17 John Paul Wallington <jpw@pobox.com>
9835
9836 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9837 Use `posn-set-point' instead of `mouse-set-point' because the
9838 latter is not fbound when configured without X.
9839
9840 * comint.el (comint-insert-input): Likewise.
9841
9842 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9843
9844 * simple.el (hard-newline): New variable.
9845 (sendmail-user-agent-compose, next-line): Use it.
9846
9847 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9848 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9849 (mail-mail-reply-to, mail-mail-followup-to)
9850 (mail-position-on-field, mail-signature, mail-yank-original)
9851 (mail-attach-file): Likewise.
9852
9853 * mail/mailheader.el (mail-header-format)
9854 (mail-header-format-function): Likewise.
9855
9856 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9857
9858 2005-11-17 Juri Linkov <juri@jurta.org>
9859
9860 * font-lock.el (font-lock-faces): Rename this defgroup from
9861 `font-lock-highlighting-faces'.
9862 (font-lock-comment-face, font-lock-comment-delimiter-face)
9863 (font-lock-string-face, font-lock-doc-face)
9864 (font-lock-keyword-face, font-lock-builtin-face)
9865 (font-lock-function-name-face, font-lock-variable-name-face)
9866 (font-lock-type-face, font-lock-constant-face)
9867 (font-lock-warning-face, font-lock-negation-char-face)
9868 (font-lock-preprocessor-face)
9869 (font-lock-regexp-grouping-backslash)
9870 (font-lock-regexp-grouping-construct): Rename :group from
9871 `font-lock-highlighting-faces' to `font-lock-faces'.
9872
9873 * cus-edit.el (lisp, c, tex):
9874 * progmodes/ada-mode.el (ada):
9875 * progmodes/asm-mode.el (asm):
9876 * progmodes/cperl-mode.el (cperl-faces):
9877 * progmodes/cpp.el (cpp):
9878 * progmodes/dcl-mode.el (dcl):
9879 * progmodes/f90.el (f90):
9880 * progmodes/fortran.el (fortran):
9881 * progmodes/icon.el (icon):
9882 * progmodes/idlwave.el (idlwave-misc):
9883 * progmodes/m4-mode.el (m4):
9884 * progmodes/make-mode.el (makefile):
9885 * progmodes/meta-mode.el (meta-font):
9886 * progmodes/modula2.el (modula2):
9887 * progmodes/octave-mod.el (octave):
9888 * progmodes/pascal.el (pascal):
9889 * progmodes/perl-mode.el (perl):
9890 * progmodes/prolog.el (prolog):
9891 * progmodes/ps-mode.el (PostScript-edit):
9892 * progmodes/scheme.el (scheme):
9893 * progmodes/sh-script.el (sh-script):
9894 * progmodes/simula.el (simula):
9895 * progmodes/tcl.el (tcl):
9896 * textmodes/nroff-mode.el (nroff):
9897 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9898 * textmodes/sgml-mode.el (sgml):
9899 * textmodes/texinfo.el (texinfo):
9900 Add :link (custom-group-link font-lock-faces) to defgroup.
9901
9902 * hi-lock.el (hi-lock): Rename this defgroup from
9903 `hi-lock-interactive-text-highlighting'. Change parent group from
9904 `faces' to `font-lock'. Add link to the manual.
9905 (hi-lock-mode, hi-lock-file-patterns-range)
9906 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9907 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9908 (hi-lock-faces): Add :group `faces'.
9909
9910 * cus-edit.el (custom-variable-prompt): Clarify the code.
9911
9912 * faces.el (face-read-string): Set the default value arg of
9913 completing-read.
9914
9915 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9916
9917 * rfn-eshadow.el (file-name-shadow-properties)
9918 (file-name-shadow-tty-properties, file-name-shadow-mode):
9919 Remove autoloads, because the file is now preloaded.
9920
9921 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * printing.el (easy-menu-intern): Don't define.
9924 (pr-get-symbol): Use easy-menu-intern only if defined.
9925
9926 * simple.el (blink-matching-open): Simplify a bit.
9927 (completion-setup-function): Fix the case of partial-completion-mode
9928 when the minibuffer's contents start with "-".
9929 Obey completion-base-size-function even when
9930 minibuffer-completing-file-name is non-nil.
9931
9932 2005-11-16 Richard M. Stallman <rms@gnu.org>
9933
9934 * net/eudcb-ph.el (eudc-ph-open-session):
9935 Use set-process-query-on-exit-flag.
9936
9937 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9938
9939 * international/ucs-tables.el (ucs-set-table-for-input):
9940 Use make-local-variable, not make-variable-buffer-local.
9941
9942 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9943 Improve warning message text.
9944
9945 * savehist.el (savehist-save-hook): Add :group.
9946
9947 * menu-bar.el (menu-bar-help-menu):
9948 Rename Find Extra Packages to External Packages.
9949
9950 * cus-edit.el (Custom-reset-standard): Verify that
9951 :custom-standard-value prop exists before calling it.
9952
9953 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9954
9955 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9956
9957 * wid-edit.el (color): Enclose %t in %{...%}.
9958
9959 * cus-edit.el (face): Enclose %t in %{...%}.
9960
9961 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9962
9963 * savehist.el (savehist-mode-hook): Re-add the var.
9964 (savehist-mode): Use it.
9965
9966 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * textmodes/flyspell.el: Fix commenting convention.
9969 Remove unnecessary leading * in custom docstrings.
9970 (flyspell-emacs): Remove unused var.
9971 (flyspell-delete-region-overlays): Use remove-overlays.
9972 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9973 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9974 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9975 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9976 (make-flyspell-overlay): Don't locally reuse a global name.
9977 (flyspell-highlight-incorrect-region)
9978 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9979 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9980 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9981 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9982 Wrap calls to accept-process-output inside with-local-quit since it's
9983 often called from a post-command-hook.
9984 (flyspell-correct-word, flyspell-auto-correct-word):
9985 Use ispell-send-string.
9986 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9987
9988 * calendar/diary-lib.el (diary-list-entries): Also hide the
9989 terminating newline.
9990
9991 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9992
9993 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9994 window-system, to allow fonts on tty.
9995
9996 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9997
9998 * progmodes/gud.el (gud-speedbar-item-info): New function.
9999 (gud-install-speedbar-variables): Use it to display data type
10000 of watch expression as a tooltip in speedbar.
10001
10002 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10003
10004 * font-core.el (global-font-lock-mode): Add :version keyword,
10005 because default was changed.
10006
10007 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10008
10009 * startup.el (command-line): Use `custom-reevaluate-setting' for
10010 `file-name-shadow-mode'.
10011
10012 * loadup.el: Preload rfn-eshadow.
10013
10014 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10015 Add :version keyword.
10016 (file-name-shadow-properties, file-name-shadow-tty-properties)
10017 (file-name-shadow): Add :version keyword.
10018
10019 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10020 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10021 in the custom-group property of the symbol frames and the fringe
10022 group got no link to its parent group frames.
10023 Doc fix.
10024
10025 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10026
10027 * progmodes/gud.el (gud-stop-subjob): New function.
10028 (gud-menu-map, gud-tool-bar-map): Use it.
10029
10030 2005-11-16 Kim F. Storm <storm@cua.dk>
10031
10032 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10033 than kill it.
10034 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10035 to a more useful/logical place.
10036
10037 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10038
10039 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10040 go buttons complementary.
10041
10042 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10045 (rfn-eshadow-sifn-equal): New function.
10046 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10047
10048 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10049
10050 * viper-utils.el (viper-non-word-characters-reformed-vi):
10051 Quote `-' in string.
10052
10053 * viper.el (viper-emacs-state-mode-list): Ensure that
10054 rcirc-mode buffers come up in Emacs state.
10055
10056 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10057 operation.
10058
10059 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10060
10061 * term.el (term-termcap-format): Fix typos.
10062 (term-down): Fix the negative argument case.
10063
10064 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10065
10066 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10067 2005-08-15.
10068 (gdb-ann3): New command gud-go.
10069 (menu): Accomodate gdb-mi.el.
10070 (gdb-assembler-custom): Make buffer of selected window current
10071 so that set-window-point works.
10072
10073 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10074 buttons and include new ones.
10075
10076 2005-11-16 Kim F. Storm <storm@cua.dk>
10077
10078 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10079 (gud-menu-map): Use it.
10080
10081 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10082
10083 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10084 that works correctly for Custom and that does not override a user
10085 who disables it.
10086
10087 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10088 (help-xref-interned, help-follow): Make hyperlinks for variables
10089 that are unbound, but have a non-nil variable-documentation property.
10090
10091 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10092 mode hook. (It conflicted with defcustoms for some mode hooks.)
10093 Use the `variable-documentation' property to give the mode hook a
10094 docstring and expand that docstring.
10095
10096 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10097
10098 * savehist.el (savehist-mode): Don't bother with
10099 `custom-set-minor-mode'.
10100 (savehist-coding-system): Check XEmacs version.
10101 (history-length): Declare also at run time.
10102 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10103 Don't set the customize state.
10104 (savehist-minibuffer-hook): Special case for when
10105 minibuffer-history-variable is equal to t.
10106
10107 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * files.el (write-file): Refresh VC status.
10110
10111 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10112 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10113 than fundamental-mode to see if the mode was set.
10114
10115 2005-11-14 Romain Francoise <romain@orebokech.com>
10116
10117 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10118 dummy function in `eval-when-compile' to avoid compiler warning.
10119 Require `man' at compile time.
10120
10121 2005-11-14 Jay Belanger <belanger@truman.edu>
10122
10123 * calc-alg.el (calcFunc-write-out-power): Rename it to
10124 calcFunc-powerexpand.
10125 (math-write-out-power): Rename it to math-powerexpand; have it
10126 handle negative exponents.
10127 (calc-writeoutpower): Rename it to calc-powerexpand.
10128
10129 * calc-ext.el: Change calcFunc-writeoutpower and
10130 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10131 autoloads.
10132 Add calcFunc-ldiv to autoloads.
10133
10134 * calc-arith.el (calcFunc-ldiv): New function.
10135
10136 * calc.el (calc-left-divide): New function.
10137
10138 2005-11-14 Juri Linkov <juri@jurta.org>
10139
10140 * cus-edit.el (custom-variable-prompt): Set the default value arg
10141 of completing-read.
10142
10143 * cus-dep.el (custom-make-dependencies): Reverse the list of
10144 found dependencies.
10145
10146 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10147
10148 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10149 Highlighting" entry, it is on by default now.
10150 (menu-bar-options-save): Do not save global-font-lock-mode.
10151
10152 2005-11-13 Richard M. Stallman <rms@gnu.org>
10153
10154 * textmodes/flyspell.el (flyspell-large-region):
10155 Call flyspell-accept-buffer-local-defs.
10156
10157 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10158
10159 * textmodes/flyspell.el (flyspell-notify-misspell):
10160 Fix misspelling of "Misspelling".
10161 (flyspell-process-localwords): New function.
10162 (flyspell-large-region): Call flyspell-process-localwords and
10163 flyspell-delete-region-overlays.
10164 (flyspell-delete-region-overlays): New function.
10165 (flyspell-delete-all-overlays): Call that.
10166
10167 2005-11-13 Richard M. Stallman <rms@gnu.org>
10168
10169 * help.el (help-for-help-internal): Improve doc of C-h a.
10170 (describe-key): Improve prompt; doc fix.
10171
10172 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * vc-svn.el (vc-svn-registered): Catch all errors.
10175
10176 * cus-dep.el (custom-make-dependencies): Typo.
10177
10178 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10179
10180 * net/tramp-util.el (top): Fix compilation warning.
10181
10182 2005-11-13 Kim F. Storm <storm@cua.dk>
10183
10184 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10185
10186 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10187
10188 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10189 (gud-speedbar-buttons): Match on "const char *" too.
10190
10191 * progmodes/gdb-ui.el (gdb-var-create-handler)
10192 (gdb-var-list-children-handler): Match on "const char *" too.
10193 (gdb-var-evaluate-expression-handler): Match on empty string.
10194 (gdb-var-update-handler): Only call
10195 gdb-var-evaluate-expression-handler when required.
10196
10197 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10198
10199 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10200 selected window. This still doesn't work for speedbar.
10201 (gud-speedbar-buttons): Handle string expressions properly.
10202
10203 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10204 (gdb-var-create-handler): Handle string expressions properly.
10205 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10206 Handle string expressions properly. Move "type" field into regexp.
10207
10208 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10209
10210 * bookmark.el (bookmark-maybe-message): New function to reduce
10211 code duplication: invokes `message' iff baud-rate is high enough.
10212 (bookmark-write-file): Use above instead of an inline conditional.
10213 (bookmark-load): Same.
10214
10215 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10216
10217 * bookmark.el (bookmark-write-file): Don't visit the destination
10218 file, just write the data to it using write-region. This is
10219 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10220 change to avoid visiting the file in the first place.
10221
10222 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10223
10224 * hi-lock.el (hi-lock-mode): Set the default value of
10225 font-lock-defaults.
10226
10227 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10228
10229 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10230 arg to `file-attributes'.
10231 (find-lisp-format): The UID and GID can now be strings.
10232
10233 2005-11-12 Kim F. Storm <storm@cua.dk>
10234
10235 * help.el (help-map): Bind C-h d to apropos-documentation.
10236
10237 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10238 when point is at end-of-buffer.
10239
10240 * apropos.el (apropos-match-face): Doc fix.
10241 (apropos-sort-by-scores): Add new choice `verbose'.
10242 (apropos-documentation-sort-by-scores): New defcustom.
10243 (apropos-pattern): Now contains the pattern entered by the user.
10244 (apropos-pattern-quoted): New defvar.
10245 (apropos-regexp): New defvar, containing the regexp corresponding
10246 to apropos-pattern.
10247 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10248 (apropos-read-pattern): New defun. Use it to read pattern arg in
10249 interactive calls; returns list of words for a word list, and
10250 string for a regexp.
10251 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10252 parses a list of words or regexp as returned by apropos-read-pattern.
10253 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10254 (apropos-score-doc): Return a very high score if the string
10255 entered by the user matches literally.
10256 (apropos-variable): Doc fix. Use apropos-read-pattern.
10257 (apropos-command): Doc fix. Use apropos-read-pattern and
10258 apropos-parse-pattern. Call apropos-print with nosubst=t.
10259 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10260 apropos-parse-pattern.
10261 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10262 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10263 apropos-documentation-sort-by-scores. Call apropos-print with
10264 nosubst=t.
10265 (apropos-documentation-internal): Pass doc string through
10266 substitute-key-definition before adding text properties.
10267 Highlight substring matching literal user input if possible.
10268 (apropos-documentation-check-doc-file): Remove locals beg and end.
10269 Fix calculation of score (as added twice). Pass doc string through
10270 substitute-key-definition before adding text properties.
10271 (apropos-documentation-check-elc-file): Pass doc string through
10272 substitute-key-definition before adding text properties.
10273 Highlight substring matching literal user input if possible.
10274 (apropos-print): Add new arg NOSUBST; if set, command and variable
10275 doc strings have already been passed through substitute-key-definition.
10276 Add code to handle apropos-accumulator items without score element
10277 for backwards compatibility (e.g. with woman package).
10278 Only show scores if apropos-sort-by-scores is `verbose'.
10279
10280 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10283 Add jka-compr-load-suffixes to load-suffixes.
10284
10285 * jka-compr.el: Require jka-cmpr-hook.
10286 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10287 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10288 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10289 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10290 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10291 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10292 (jka-compr-uninstall): Remove entries from
10293 jka-compr-added-to-file-coding-system-alist after they are used.
10294 (jka-compr-error): Remove unused var `curbuf'.
10295 (jka-compr-file-local-copy): Remove unused var `notfound'.
10296
10297 2005-11-10 Romain Francoise <romain@orebokech.com>
10298
10299 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10300
10301 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10302
10303 * progmodes/gud.el (gud-menu-map): Move parentheses.
10304 (gdb): New command gud-pv.
10305
10306 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10307
10308 * tar-mode.el: Remove spurious or unnecessary leading stars
10309 in docstrings.
10310 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10311 (tar-parse-octal-integer-safe): Use mapc.
10312 (tar-header-block-summarize): Remove unused var `ck'.
10313 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10314 cleared before. Obey default-enable-multibyte-characters.
10315 Use mapconcat. Simplify setting of tar-header-offset.
10316 (tar-mode-map): Move initialization inside delcaration.
10317 (tar-flag-deleted): Use `abs'.
10318 (tar-expunge-internal): Remove unused var `line'.
10319 (tar-expunge-internal): Don't hardcode point-min==1.
10320 (tar-expunge): Widen while doing set-buffer-multibyte.
10321 (tar-rename-entry): Use file-name-coding-system.
10322 (tar-alter-one-field): Don't hardcode point-min==1.
10323 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10324 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10325
10326 2005-11-10 Masatake YAMATO <jet@gyve.org>
10327
10328 * add-log.el (add-log-current-defun): Handle class::method
10329 notation of c++. Fix incorrect comment.
10330
10331 2005-11-10 Alan Mackenzie <acm@muc.de>
10332
10333 * help-fns.el (describe-variable): Make C-h v work when a variable
10334 has variable documentation yet is unbound.
10335
10336 2005-11-10 Masatake YAMATO <jet@gyve.org>
10337
10338 * man.el (Man-highlight-references): Set an empty
10339 string to `Man-arguments' if it is nil.
10340 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10341
10342 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10345 commenting conventions.
10346
10347 * cus-dep.el (custom-make-dependencies): Simplify.
10348 Better follow the commenting conventions.
10349
10350 2005-11-09 Richard M. Stallman <rms@gnu.org>
10351
10352 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10353 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10354 All uses changed.
10355 (apropos-rewrite-regexp): Doc fix.
10356 (apropos-variable, apropos-command, apropos, apropos-value):
10357 Change prompt; carry through the argument renaming.
10358
10359 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10360
10361 * find-lisp.el: Require dired.
10362 (find-lisp-find-dired-internal): Do not call
10363 `abbreviate-file-name' on DIR.
10364
10365 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10366
10367 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10368
10369 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10370
10371 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10372 when using the speedbar.
10373 (gdb): New command gud-pp.
10374 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10375
10376 2005-11-09 Juri Linkov <juri@jurta.org>
10377
10378 * replace.el (occur-excluded-properties): New defcustom.
10379 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10380
10381 2005-11-08 Jay Belanger <belanger@truman.edu>
10382
10383 * calc/calc-units.el (math-convert-units): Replace any composite
10384 unit by its definition.
10385
10386 2005-11-08 Lars Hansen <larsh@soem.dk>
10387
10388 * emacs-lisp/autoload.el (update-directory-autoloads):
10389 Add obsolete function alias.
10390
10391 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10394 comment-indent-function.
10395 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10396
10397 * reveal.el (reveal-post-command): Rework the handling of
10398 reveal-open-spots, so as to be more reliable. There were several
10399 tricky corner cases where an open spot might be lost, or where
10400 a closed spot might end up on the list of open spots.
10401 Only reveal text that's ellipsised.
10402
10403 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10404
10405 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10406
10407 2005-11-07 John Paul Wallington <jpw@gnu.org>
10408
10409 * ibuffer.el (ibuffer): Search iconified frames too when
10410 getting Ibuffer buffer's window.
10411
10412 2005-11-06 Richard M. Stallman <rms@gnu.org>
10413
10414 * progmodes/compile.el (compilation-internal-error-properties):
10415 save-excursion around the computation of MARKER.
10416
10417 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10418
10419 * textmodes/flyspell.el (flyspell-external-point-words):
10420 flyspell-get-word returns a list, not just a string.
10421
10422 2005-11-06 John Paul Wallington <jpw@pobox.com>
10423
10424 * ibuffer.el (ibuffer): Search all visible frames when getting
10425 Ibuffer buffer's window.
10426
10427 2005-11-07 Masatake YAMATO <jet@gyve.org>
10428
10429 * man.el (Man-reference-regexp): Accept spaces between
10430 `Man-name-regexp' and `Man-section-regexp'.
10431 (Man-apropos-regexp): New variable.
10432 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10433 if available.
10434 (Man-highlight-references, Man-highlight-references0):
10435 Handle the case when `Man-arguments' includes "-k".
10436 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10437 `TARGET'. `TARGET' can be a number, function or nil.
10438
10439 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10440
10441 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10442 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10443 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10444 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10445 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10446 (gdb-send-item): Use buffer-local-value and simplify.
10447
10448 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10449
10450 * startup.el (command-line): Use `custom-reevaluate-setting' for
10451 `global-font-lock-mode'.
10452
10453 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10454 by default, except in batch mode or when the -D option is given.
10455
10456 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10457 specified keyword args on to `define-minor-mode'. Update docstring.
10458
10459 2005-11-05 Romain Francoise <romain@orebokech.com>
10460
10461 * replace.el (occur-engine): Add marker at end of line, too.
10462
10463 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10464
10465 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10466 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10467 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10468 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10469 argument to all these routines, so the passphrase can be managed
10470 externally and passed in to the system.
10471 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10472 pgg-add-passphrase-to-cache function.
10473
10474 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10475 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10476 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10477 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10478 argument to all these routines, so the passphrase can be managed
10479 externally and passed in to the system.
10480 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10481 function.
10482
10483 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10484
10485 * font-lock.el: Don't deal with font-lock-face-attributes here,
10486 move the code ...
10487
10488 * startup.el (command-line): ... here. Use face-spec-set instead
10489 of custom-declare-face.
10490
10491 * faces.el (face-spec-set): Reset the face if spec is not nil.
10492
10493 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * newcomment.el (comment-region-internal): Box more tightly in the
10496 common case where there's no TAB in the boxed text.
10497
10498 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10499
10500 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10501 up-node.
10502
10503 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10504
10505 * newsticker.el: Commentary updated. Code formatting changed.
10506 (newsticker-version): Change to "1.9".
10507 (newsticker, newsticker-feed): Doc fix.
10508 (newsticker-url-list): Doc fix. Add option "Weekly".
10509 (newsticker-retrieval-interval): Add option "Weekly".
10510 (newsticker-headline-processing): Doc fix.
10511 (newsticker-auto-mark-filter): Remove.
10512 (newsticker-auto-mark-filter-list): New.
10513 (newsticker-layout, newsticker-sort-method): Doc fix.
10514 (newsticker-hide-old-items-in-newsticker-buffer)
10515 (newsticker-heading-format, newsticker-item-format)
10516 (newsticker-desc-format): Doc fix.
10517 (newsticker-show-all-rss-elements): Remove.
10518 (newsticker-show-all-news-elements): New.
10519 (newsticker-faces, newsticker-ticker): Doc fix.
10520 (remove-from-invisibility-spec): Code formatting.
10521 (newsticker--process-ids): New.
10522 (newsticker-mode): Doc fix.
10523 (newsticker-mode): Change mode-line-format.
10524 (newsticker-start): Remove debug output.
10525 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10526 (newsticker-w3m-show-inline-images): Code formatting.
10527 (newsticker-next-item): Call `force-mode-line-update'.
10528 (newsticker-previous-item): Call `force-mode-line-update'.
10529 (newsticker-next-feed): Call `force-mode-line-update'.
10530 (newsticker-previous-feed): Call `force-mode-line-update'.
10531 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10532 (newsticker-show-old-items): Do not show descs.
10533 (newsticker-hide-entry): Hide too much.
10534 (newsticker-hide-entry, newsticker-show-entry)
10535 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10536 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10537 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10538 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10539 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10540 (newsticker-get-news): Call `force-mode-line-update'.
10541 Collect process ids.
10542 (newsticker--sentinel): Change coding system handling.
10543 Move image retrieval to new functions newsticker--get-logo-url-*.
10544 Move feed parsing to new functions newsticker--parse-*.
10545 Update list of process ids.
10546 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10547 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10548 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10549 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10550 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10551 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10552 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10553 (newsticker--decode-coding-string): Remove.
10554 (newsticker--decode-numeric-entities): Check input. Format code.
10555 (newsticker--remove-whitespace): Check input.
10556 (newsticker--do-forget-preformatted): Doc fix.
10557 (newsticker--decode-rfc822-date): Allow for missing time.
10558 (newsticker--update-process-ids): New.
10559 (newsticker--image-sentinel): Change comment.
10560 (newsticker--image-read): Change error message.
10561 (newsticker--imenu-goto): Doc fix. Show headline title.
10562 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10563 (newsticker--buffer-do-insert-text): Clean whitespace in
10564 html-rendered headline title. Code formatting.
10565 Call `newsticker--buffer-print-extra-elements'.
10566 (newsticker--buffer-print-extra-element): Remove.
10567 (newsticker--buffer-print-extra-elements): New.
10568 (newsticker--buffer-do-print-extra-element): New.
10569 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10570 large sizes.
10571 (newsticker--run-auto-mark-filter)
10572 (newsticker--do-run-auto-mark-filter):
10573 Use `newsticker-auto-mark-filter-list'.
10574
10575 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10576
10577 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10578 (rcirc-print): Force redisplay before running hooks. Do long
10579 buffer truncation after making new text read-only. Deal with nil
10580 text when decoding strings. If TARGET is nil, use either the
10581 currently selected buffer, if it is an rcirc buffer and of the
10582 same process or the process buffer.
10583 (rcirc-mode): Remove header-line. Recompute short buffer names.
10584 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10585 (rcirc-short-buffer-name): Add variable.
10586 (rcirc-kill-buffer-hook): Recompute short buffer names.
10587 Remove nick from private channel.
10588 (rcirc-send-input): Send command text to current-buffer.
10589 Don't clear overlay arrow here.
10590 (rcirc-short-buffer-name): Return a short buffer name.
10591 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10592 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10593 buffer-name abbreviations.
10594 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10595 Do not touch nick-table when killing a parted channel.
10596 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10597 Clear arrow from current buffer if it is now hidden.
10598 (rcirc-current-buffer): Add variable.
10599 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10600 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10601 Remove -face from names.
10602 (rcirc-update-activity-string): Print "DND" when globally ignoring
10603 activity.
10604 (rcirc-ignore-buffer-activity-flag): Rename from
10605 rcirc-ignore-channel-activity.
10606 (rcirc-ignore-all-activity-flag): Doc fix.
10607 (rcirc-channels): Remove variable.
10608 (rcirc-kill-buffer-hook):
10609 (rcirc-get-buffer-create): Add nick to private channel.
10610 (rcirc-multiline-edit-submit): Remove tabs.
10611 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10612 folded.
10613 (rcirc-remove-nick-channel): Bug fix.
10614 (rcirc-toggle-ignore-buffer-activity): Rename from
10615 rcirc-toggle-ignore-channel-activity.
10616 (rcirc-record-activity): Add buffers to the front of the list.
10617 (rcirc-update-activity): Remove killed buffers from list.
10618 (rcirc-process-server-response-1): Remove last argument if it is
10619 null before calling handler.
10620 (rcirc): Add "rcirc" defcustom prefix.
10621 (rcirc-prompt): Simplify default prompt.
10622 Use custom-initialize-default.
10623 (rcirc-private-chats): Remove variable.
10624 (rcirc-prompt): Change initialization.
10625 (rcirc-version): Remove function.
10626 (rcirc-id-string): Add constant.
10627 (rcirc-last-buffer): Remove variable.
10628 (rcirc-buffer-alist): Add variable.
10629 (rcirc-connect): Update variable setup.
10630 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10631 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10632 default.
10633 (rcirc-handler-generic): Trigger activity.
10634 (rcirc-send-message): Create the buffor of the target.
10635 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10636 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10637 (rcirc-multiline-edit-cancel): Remove function.
10638 (rcirc-set-last-buffer): Remove function.
10639 (rcirc-get-any-buffer): Add function.
10640 (rcirc-join-channels): Don't print /join text.
10641 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10642 messages.
10643 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10644 (rcirc-handler-NOTICE): Recognize CTCP responses.
10645 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10646 constructing TOPIC string for buffers we are not JOINed.
10647 (rcirc-handler-CTCP-response): Add handler.
10648 (rcirc-multiline-edit-submit): Restore the window-configuration
10649 before adjusting point.
10650 (rcirc): Add customization group.
10651 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10652 (rcirc-user-full-name, rcirc-startup-channels-alist)
10653 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10654 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10655 (rcirc-input-ring-size, rcirc-read-only-flag)
10656 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10657 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10658 Change defvar to defcustom.
10659 (rcirc-update-prompt): Add optional ALL arg, which will update
10660 prompts in all rcirc buffers. Regexp quote replacement text.
10661 (rcirc-fill-column): Accept frame-width as a value.
10662 (rcirc-set-changed): Add function.
10663 (rcirc-next-active-buffer): Write more meaningful messages.
10664 (rcirc-faces): Add customization group.
10665 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10666 (rcirc-nick-in-message-face, rcirc-prompt-face)
10667 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10668 (with-rcirc-process-buffer): Move before first usage.
10669 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10670 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10671 (rcirc-debug): Rename from `rcirc-log'.
10672 (rcirc-format-response-string): Do not print `-' chars for a
10673 NOTICE with no sender. Simplify output of server responses.
10674
10675 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10676
10677 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10678 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10679 Make urls mouse and RET clickable.
10680
10681 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10682
10683 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10684
10685 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10686
10687 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10688 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10689 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10690 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10691 argument to all these routines, so the passphrase can be managed
10692 externally and passed in to the system.
10693 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10694 pgg-add-passphrase-to-cache function.
10695
10696 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10697 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10698 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10699 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10700 argument to all these routines, so the passphrase can be managed
10701 externally and passed in to the system.
10702 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10703 function.
10704
10705 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10706
10707 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10708 from goto-address-url-regexp.
10709
10710 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10711
10712 * textmodes/org.el (org-read-date, org-goto-calendar)
10713 (org-recenter-calendar, org-agenda-goto-calendar):
10714 Temporarily clear `calendar-move-hook'.
10715
10716 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10717
10718 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10719 merging.
10720
10721 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10722 have merge clashes.
10723
10724 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10725
10726 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10727 Undo previous change.
10728
10729 * startup.el (command-line): Use `custom-reevaluate-setting' for
10730 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10731 tty-register-default-colors on Mac.
10732
10733 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10734
10735 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10736 (gdb-buffer-type): Make it automatically buffer local...
10737 (gdb-get-create-buffer): ...and set it accordingly.
10738 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10739 actually work.
10740
10741 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10742
10743 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10744 not red.
10745
10746 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10747
10748 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10749 case GUD buffer is not visible.
10750 (gdb-goto-breakpoint): Try to force display in source buffer.
10751 (gdb-frame-gdb-buffer): Copy other similar functions.
10752 (gdb-restore-windows): Don't display source if not asked for.
10753 (gdb-assembler-buffer-name): Don't capitalise.
10754
10755 2005-11-03 Richard M. Stallman <rms@gnu.org>
10756
10757 * wid-edit.el (key-sequence): New widget type.
10758
10759 * simple.el (set-mark-command-repeat-pop): New variable.
10760 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10761 if set-mark-command-repeat-pop is true.
10762
10763 * info.el (Info-fontify-node): Don't display extra "see" if there
10764 already is one here.
10765
10766 * mouse.el: Fix special handling of DEL after dragging a region:
10767 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10768 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10769
10770 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10771
10772 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10773 not to assume it pertains to an affix.
10774
10775 * textmodes/flyspell.el (flyspell-post-command-hook):
10776 Bind deactivate-mark to prevent deactivation.
10777
10778 2005-11-03 Lars Hansen <larsh@soem.dk>
10779
10780 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10781 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10782 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10783
10784 2005-11-03 Romain Francoise <romain@orebokech.com>
10785
10786 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10787 Update copyright years.
10788
10789 2005-11-03 Sam Steingold <sds@gnu.org>
10790
10791 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10792 Use system-type instead of window-system because window-system is not
10793 correctly defined during loadup.
10794
10795 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10796
10797 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10798 (xml-parse-tag): Join strings separated by a comment properly.
10799
10800 2005-11-02 Andreas Schwab <schwab@suse.de>
10801
10802 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10803
10804 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10805
10806 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10807 (byte-optimize-pure-func): Quote the eval'd value.
10808
10809 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10810 Rename from perl-font-lock-syntactic-face-function.
10811 Change the calling convention so it can be used as a font-lock MATCHER.
10812 Do the parse-partial-sexp loop outselves.
10813 (perl-font-lock-syntactic-keywords): Use it.
10814 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10815
10816 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10817
10818 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10819 disassembly buffer too.
10820 (gdb-exited): Remove overlay arrows when execution has finished.
10821 (gdb-info-frames-custom, gdb-info-threads-custom)
10822 (gdb-info-registers-custom): Don't add inappropriate text
10823 properties if inferior is not active.
10824
10825 2005-11-02 Glenn Morris <rgm@gnu.org>
10826
10827 * progmodes/fortran.el (fortran-blink-match):
10828 Use `blink-matching-delay'.
10829
10830 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10831
10832 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10833
10834 2005-11-02 Lars Hansen <larsh@soem.dk>
10835
10836 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10837 "Permission denied".
10838
10839 2005-11-01 Richard M. Stallman <rms@gnu.org>
10840
10841 * textmodes/flyspell.el (flyspell-external-point-words):
10842 Pass nil to flyspell-get-word.
10843
10844 2005-11-02 Kim F. Storm <storm@cua.dk>
10845
10846 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10847 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10848
10849 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10852 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10853 (calendar-mouse-print-dates): Add optional `event' argument.
10854 Update interactive-spec.
10855 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10856 Use `calendar-event-to-date' instead of `event'.
10857
10858 2005-11-02 Masatake YAMATO <jet@gyve.org>
10859
10860 * progmodes/ld-script.el (ld-script-builtins):
10861 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10862 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10863 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10864
10865 2005-11-01 Romain Francoise <romain@orebokech.com>
10866
10867 * vc-sccs.el: Update copyright year.
10868 * ezimage.el: Likewise.
10869
10870 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10871
10872 * info.el (Info-fontify-node): Use `string-width' for fontifying
10873 underlined titles.
10874
10875 2005-11-01 Juri Linkov <juri@jurta.org>
10876
10877 * info.el (Info-fontify-node): Downcase node header keywords Node,
10878 Prev, Next, Up before comparison.
10879 (Info-history): Insert absolute directory name, and put invisible
10880 property on it.
10881
10882 2005-11-01 Juri Linkov <juri@jurta.org>
10883
10884 * info.el (Info-file-supports-index-cookies): New variable.
10885 (Info-find-node-2): Check makeinfo version for index cookie support.
10886 (Info-index-nodes): Search for nodes with index cookies only when
10887 Info-file-supports-index-cookies is t. Otherwise, search nodes
10888 with "Index" in the node name.
10889 (Info-index-node): Search index cookie in the current node only when
10890 Info-file-supports-index-cookies is t. Otherwise, check the word
10891 "Index" in the node name.
10892 (Info-find-emacs-command-nodes): Remove code that searches nodes
10893 with "Index" node name in the top menu.
10894
10895 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * progmodes/scheme.el (scheme-mode-variables): Use the default
10898 comment-indent-function.
10899
10900 * faces.el (face-attribute): Handle the case where a face inherits from
10901 a non-existent face.
10902
10903 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10904 for octal and hexa output, and merge the char into the paren.
10905 (kill-new): Use push.
10906 (copy-to-buffer): Use with-current-buffer.
10907 (completion-setup-function): Move code in loop to remove redundancy.
10908 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10909 those inherited from minibuffer-local-completion-map.
10910
10911 * savehist.el (savehist-mode) <defcustom>:
10912 Use custom-set-minor-mode if available.
10913 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10914 and emit a message if applicable.
10915
10916 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10917
10918 * savehist.el: Sync up to version 19.
10919 (savehist-mode): New minor mode.
10920 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10921 (savehist-length): Remove (use history-length instead).
10922 (savehist-file-modes): Rename from savehist-modes.
10923 (savehist-save-hook, savehist-loaded): New vars.
10924 (savehist-load): Use savehist-mode. Try to smooth up transition from
10925 old format to new format.
10926 (savehist-install): Allow savehist-autosave-interval to be nil.
10927 (savehist-save): Run the new hook. Be more careful to only trim the
10928 history variables.
10929 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10930 (savehist-printable): Print into a buffer rather than char-by-char.
10931
10932 2005-11-01 John Wiegley <johnw@newartisans.com>
10933
10934 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10935 toggle-ignore keybinding (C-a). The author said it had been
10936 disabled much earlier due to a possible incompatibility, but after
10937 many months of usage I have encountered no problems (and it is a
10938 rather useful option, especially for switching to " *temp*").
10939
10940 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10941 support for OS/X's AddressBook, by calling out to the open source
10942 program "contacts" (installable through Fink).
10943
10944 * net/eudc.el (eudc-expand-inline): If the
10945 `eudc-multiple-match-handling-method' is set to `all', delete the
10946 query string before inserting the query result.
10947
10948 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10949 flag, to prevent Eshell from using the system ls when
10950 `eshell-ls-insert-directory' is in used.
10951 (eshell-ls-insert-directory): Disable font-lock in directory
10952 buffer so that Eshell's own fontification is seen. This broke
10953 recently due to changes in font-lock, so this goes back to version
10954 21 behavior.
10955
10956 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10957
10958 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10959 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10960 (gdb-many-windows): Doc fix.
10961
10962 2005-10-31 Romain Francoise <romain@orebokech.com>
10963
10964 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10965
10966 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10967
10968 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10969 that global-font-lock-mode can be enabled by default.
10970
10971 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10972 (font-lock-add-keywords, font-lock-remove-keywords)
10973 (font-lock-fontify-buffer): Remove autoload cookies.
10974
10975 * jit-lock.el (jit-lock-register): Likewise.
10976
10977 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10978
10979 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10980
10981 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10982 intact if there is no gud-comint-buffer.
10983
10984 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10985
10986 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10987 old prompt comint-prompt-read-only is t and GDB commands are
10988 issued from tool bar etc.
10989
10990 2005-10-31 Masatake YAMATO <jet@gyve.org>
10991
10992 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10993
10994 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10995
10996 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10997 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10998
10999 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11000
11001 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11002 starting at beginning of line. Fontification is messed up when
11003 `open-paren-in-column-0-is-defun-start' set to t.
11004 Reported by John Paul Wallington <jpw@pobox.com>.
11005
11006 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11007
11008 * comint.el (comint-send-input): Call `comint-update-fence' when
11009 `comint-process-echoes' and `comint-prompt-read-only' are both
11010 non-nil, to avoid leftover read-only newline.
11011
11012 2005-10-30 Richard M. Stallman <rms@gnu.org>
11013
11014 * textmodes/flyspell.el (flyspell-external-point-words):
11015 Detect when WORD can't be checked properly because
11016 flyspell-get-word finds just part of it, and move on.
11017
11018 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11019 boundarychar for Polish.
11020 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11021 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11022
11023 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11024
11025 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11026 (gdb-registers-font-lock-keywords): Delete.
11027 (gdb-registers-mode): Don't fontify.
11028 (gdb-info-registers-custom): Use text properties instead as, in
11029 future, changed register values will use font-lock-warning-face.
11030 (gdb-local-font-lock-keywords): Rename to...
11031 (gdb-locals-font-lock-keywords): ...for consistency.
11032
11033 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11034
11035 * vc.el (vc-switch-backend): Better error message if the buffer is
11036 not visiting a file under version control.
11037
11038 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11039
11040 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11041
11042 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11043 ~/.emacs.d/.emacs.
11044
11045 2005-10-29 Richard M. Stallman <rms@gnu.org>
11046
11047 * replace.el (occur-mode-mouse-goto): Always go to other window.
11048 (occur-mode-goto-occurrence): Always switch in same window.
11049
11050 * simple.el (undo): Display message at end, not at start.
11051
11052 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11053 New arg REUSE-CELL.
11054 (cancel-timer-internal): New function.
11055 (timer-event-handler): Use cancel-timer-internal,
11056 and pass the cell it returns to timer-activate...
11057
11058 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11059 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11060 (jit-lock-after-change): Test memory-full.
11061
11062 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11063
11064 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11065 part of the decoded armor to find the key-identifier.
11066 (pgg-gpg-lookup-key-owner): New function to return the
11067 human-readable identifier of a key owner.
11068 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11069 key itself.
11070 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11071 the key value) if we have a key and can match it against a secret
11072 key. Also, added a note pointing out fact that the prompt only
11073 indicates the first matching key.
11074
11075 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11076 pgg-decrypt-region.
11077 (pgg-pending-timers): A new hash for tracking the passphrase cache
11078 timers, so that new ones supercede old ones.
11079 (pgg-add-passphrase-to-cache): Rename from
11080 `pgg-add-passphrase-cache' to reduce confusion (all callers
11081 changed). Modified to cancel old timers when new ones are added.
11082 (pgg-remove-passphrase-from-cache): Rename from
11083 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11084 changed). Modified to cancel old timers when their keys are
11085 removed from the cache.
11086 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11087 XEmacs, an indirection to delete-itimer.
11088 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11089 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11090 users can only check cache without risk of prompting. Correct bug in
11091 notruncate behavior.
11092 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11093 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11094 Add informative docstrings.
11095 (pgg-decrypt): Convey provided passphrase in subordinate call to
11096 pgg-decrypt-region.
11097
11098 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11099 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11100 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11101 `passphrase' argument, so the passphrase can be managed externally
11102 and then passed in to the system.
11103
11104 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11105 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11106 so the passphrase cache can be used reliably with identifiers
11107 besides a pgp packet's key id.
11108
11109 * pgg-gpg.el (pgg-pgp-encrypt-region)
11110 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11111 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11112 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11113 argument to all these routines, so the passphrase can be managed
11114 externally and passed in to the system.
11115
11116 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11117 `notruncate' argument, so the passphrase cache can be used
11118 reliably with identifiers besides a pgp packet's key id.
11119
11120 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11121
11122 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11123 symmetric encryption.
11124 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11125 encrypted session key.
11126 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11127 message ask for the passphrase in a proper way.
11128
11129 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11130 New user commands for symmetric encryption.
11131
11132 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11133
11134 * textmodes/conf-mode.el (conf-assignment-sign)
11135 (conf-assignment-regexp): Fix docstrings.
11136 (conf-mode-initialize): New function.
11137 (conf-mode): Remove optional args. Use delay-mode-hooks to
11138 recognize recursive calls.
11139 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11140 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11141 (conf-xdefaults-mode): Use define-derived-mode and
11142 conf-mode-initialize.
11143
11144 2005-10-29 Romain Francoise <romain@orebokech.com>
11145
11146 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11147
11148 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11149
11150 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11151 part of the decoded armor to find the key-identifier.
11152 (pgg-gpg-lookup-key-owner): New function to return the
11153 human-readable identifier of a key owner.
11154 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11155 key itself.
11156 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11157 the key value) if we have a key and can match it against a secret
11158 key. Also, added a note pointing out fact that the prompt only
11159 indicates the first matching key.
11160
11161 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11162 pgg-decrypt-region.
11163 (pgg-pending-timers): A new hash for tracking the passphrase cache
11164 timers, so that new ones supercede old ones.
11165 (pgg-add-passphrase-to-cache): Rename from
11166 `pgg-add-passphrase-cache' to reduce confusion (all callers
11167 changed). Modified to cancel old timers when new ones are added.
11168 (pgg-remove-passphrase-from-cache): Rename from
11169 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11170 changed). Modified to cancel old timers when their keys are
11171 removed from the cache.
11172 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11173 XEmacs, an indirection to delete-itimer.
11174 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11175 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11176 users can only check cache without risk of prompting. Correct bug in
11177 notruncate behavior.
11178 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11179 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11180 Add informative docstrings.
11181 (pgg-decrypt): Convey provided passphrase in subordinate call to
11182 pgg-decrypt-region.
11183
11184 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11185
11186 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11187 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11188 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11189 `passphrase' argument, so the passphrase can be managed externally
11190 and then passed in to the system.
11191
11192 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11193 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11194 so the passphrase cache can be used reliably with identifiers
11195 besides a pgp packet's key id.
11196
11197 * pgg-gpg.el (pgg-pgp-encrypt-region)
11198 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11199 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11200 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11201 argument to all these routines, so the passphrase can be managed
11202 externally and passed in to the system.
11203
11204 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11205 `notruncate' argument, so the passphrase cache can be used
11206 reliably with identifiers besides a pgp packet's key id.
11207
11208 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11209
11210 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11211 symmetric encryption.
11212 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11213 encrypted session key.
11214 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11215 message ask for the passphrase in a proper way.
11216
11217 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11218 New user commands for symmetric encryption.
11219
11220 2005-10-28 Bill Wohler <wohler@newt.com>
11221
11222 * help-mode.el (help-url): New button type. Calls browse-url.
11223 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11224 Similar to Info nodes: URL `url'.
11225 (help-make-xrefs): Create help-url buttons for
11226 help-xref-url-regexp matches.
11227
11228 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11229
11230 * tool-bar.el (tool-bar-add-item-from-menu)
11231 (tool-bar-local-item-from-menu): Fix doc strings.
11232
11233 2005-10-28 Romain Francoise <romain@orebokech.com>
11234
11235 * ldefs-boot.el: Update.
11236
11237 * subr.el (locate-library): Move from help-fns.el.
11238 * help-fns.el (locate-library): Move to subr.el.
11239
11240 2005-10-28 Richard M. Stallman <rms@gnu.org>
11241
11242 * net/tramp.el (tramp-completion-mode): defvar moved up.
11243
11244 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11245
11246 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11247
11248 * files.el (find-file-noselect): Use %d to format large file size.
11249
11250 * bindings.el (mode-line-format): Add %e.
11251
11252 * loadup.el ("facemenu"): Load unconditionally.
11253 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11254 ("x-dnd"): Load, when appropriate.
11255
11256 * startup.el (command-line): Call before-init-hook earlier.
11257 Warn about some bad characters in -u user name.
11258
11259 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11260 (flyspell-external-point-words): Error if misspelled word is not found.
11261 Set flyspell-large-region-beg at end of word.
11262
11263 2005-10-28 Andreas Schwab <schwab@suse.de>
11264
11265 * view.el (View-revert-buffer-scroll-page-forward):
11266 Use view-page-size-default.
11267
11268 2005-10-28 Juri Linkov <juri@jurta.org>
11269
11270 * international/quail.el (quail-get-current-str): Translate last
11271 raw character for deterministic input methods.
11272
11273 2005-10-27 Jay Belanger <belanger@truman.edu>
11274
11275 * calc/calc-ext.el: Add functions to autoloads.
11276 (math-identity-matrix-p, math-ident-row-p): New functions.
11277
11278 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11279 multiplication by an identity matrix; don't turn multiplication by
11280 an inverse matrix into division.
11281 (math-div-symbol-fancy): Replace division by matrices with
11282 multiplication by inverse.
11283
11284 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11285
11286 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11287 (calc-writeoutpower): New functions.
11288
11289 2005-10-27 Romain Francoise <romain@orebokech.com>
11290
11291 * replace.el (occur-engine): Include colon in mouse-face highlight.
11292
11293 * dired-x.el: Change Maintainer field.
11294
11295 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11296
11297 * longlines.el (longlines-mode): Bind after-change-functions to
11298 nil during initial decoding and final encoding.
11299
11300 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11301
11302 * term.el (term-emulate-terminal, term-handle-colors-array)
11303 (term-handle-ansi-escape): Specify the terminfo capabilities
11304 implemented.
11305
11306 2005-10-26 Richard M. Stallman <rms@gnu.org>
11307
11308 * info.el (Info-fontify-node): Fix detection of sentence-break
11309 before *Note.
11310
11311 2005-10-26 Romain Francoise <romain@orebokech.com>
11312
11313 * smerge-mode.el: Add `tools' to file keywords.
11314
11315 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11316
11317 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11318 when the fringe is not available.
11319
11320 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11321 (def-gdb-auto-update-trigger): Simplify construction.
11322 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11323 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11324 defined explicitly.
11325 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11326 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11327 defined explicitly.
11328 (gdb-info-locals-custom): Remove as it's a no-op.
11329
11330 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11331
11332 * longlines.el (longlines-mode): Remove narrowing before
11333 performing the initial decoding or final encoding.
11334
11335 2005-10-25 Romain Francoise <romain@orebokech.com>
11336
11337 * emacs-lisp/find-func.el (find-library-name): Also strip
11338 extension if library name ends in .el, to take advantage of
11339 `find-library-suffixes'.
11340
11341 2005-10-25 Richard M. Stallman <rms@gnu.org>
11342
11343 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11344
11345 2005-10-25 Juri Linkov <juri@jurta.org>
11346
11347 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11348 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11349
11350 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11353 (blackbox-redefine-key): Add argument `map'.
11354
11355 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11356 regions when moving the jit-lock-context-unfontify-pos boundary.
11357
11358 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11359
11360 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11361
11362 2005-10-25 Masatake YAMATO <jet@gyve.org>
11363
11364 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11365
11366 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11367
11368 * play/blackbox.el (blackbox-redefine-key): New function.
11369 (blackbox-mode-map): Use it to remap existing bindings for cursor
11370 motion instead of binding literal keys.
11371
11372 2005-10-25 Glenn Morris <rgm@gnu.org>
11373
11374 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11375 diary does not end in a newline. Do not assume a blank line at
11376 the start of the diary file.
11377
11378 2005-10-25 Kenichi Handa <handa@m17n.org>
11379
11380 * international/quail.el (quail-translate-key): If the input
11381 method is deterministic and failed to handle the last key, restart
11382 the key handling loop from an appropriate key.
11383
11384 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11385
11386 * vc.el (vc-dired-mode): Extend comment for binding of
11387 `directory-listing-before-filename-regexp'.
11388
11389 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * textmodes/texinfo.el (texinfo-mode):
11392 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11393 not to unnecessarily expose emacs-mule's internal char codes.
11394
11395 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11396
11397 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11398 Display hand pointer and help-echo on disabled icon too.
11399 (gdb-mouse-until): New function.
11400 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11401
11402 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11403
11404 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11405 with 2005-10-23 change to doctor.el.
11406
11407 * finder.el (finder-mode-map): Add follow-link binding.
11408
11409 2005-10-25 Kim F. Storm <storm@cua.dk>
11410
11411 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11412 to gdb-mouse-toggle-breakpoint-fringe.
11413 (gdb-mouse-toggle-breakpoint-margin): Rename from
11414 gdb-mouse-toggle-breakpoint. Fix doc.
11415 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11416 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11417 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11418 string properties also for fringe breakpoint bitmaps.
11419
11420 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11421
11422 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11423
11424 2005-10-25 Masatake YAMATO <jet@gyve.org>
11425
11426 * simple.el (completion-common-substring):
11427 Use `completion-common-substring' prior to `completion-base-size'.
11428
11429 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11430
11431 * savehist.el: Require CL while compiling.
11432 (savehist-history-variables): Remove.
11433 (savehist-save-minibuffer-history, savehist-additional-variables)
11434 (savehist-minibuffer-history-variables): New vars.
11435 (savehist-save): Use them.
11436 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11437 (savehist-install): New fun, extracted from savehist-load.
11438 (savehist-load): Use them.
11439
11440 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11443 a dummy doc-string-elt property.
11444 (defalias, defvaralias, define-category): Add a docstring property.
11445
11446 * image.el (defimage):
11447 * widget.el (define-widget):
11448 * custom.el (defface, defcustom): Add `doc-string' declaration.
11449
11450 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11451 (defadvice): Add `doc-string' declaration.
11452
11453 * emacs-lisp/byte-run.el (macro-declaration-function):
11454 Handle `doc-string' declarations.
11455 (define-obsolete-function-alias, define-obsolete-variable-alias):
11456 Add `doc-string' declaration.
11457
11458 2005-10-24 Kenichi Handa <handa@m17n.org>
11459
11460 * international/utf-7.el (utf-7): Add autoload cookie.
11461
11462 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11463
11464 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11465
11466 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11467 list of directories passed to batch-update-autoloads. Add "." to
11468 the list of the echoed directories.
11469
11470 * pgg-def.el:
11471 * pgg-gpg.el:
11472 * pgg-parse.el:
11473 * pgg-pgp.el:
11474 * pgg-pgp5.el:
11475 * pgg.el: Moved here from the gnus subdirectory.
11476
11477 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11478
11479 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11480 in case comint-prompt-read-only is set to t.
11481
11482 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11483 in case comint-prompt-read-only is set to t.
11484
11485 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11486
11487 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11488 Now a string.
11489 (icalendar-import-format): Handle CLASS, STATUS, URL.
11490 Rename `subject' to `summary'.
11491 (icalendar-import-format-summary): Rename from
11492 `icalendar-import-format-subject'.
11493 (icalendar-import-format-url, icalendar-import-format-status)
11494 (icalendar-import-format-class): New variables.
11495 (icalendar--rris): Take variable argument list.
11496 (icalendar--datestring-to-isodate): Remove unnecessary
11497 calendar-style check when converting dates with explicit month names.
11498 (icalendar-export-region): Change return type of conversion
11499 subroutines. Bury current buffer unless error occurred.
11500 (icalendar--convert-to-ical)
11501 (icalendar--parse-summary-and-rest): New functions.
11502 (icalendar--convert-ordinary-to-ical)
11503 (icalendar--convert-weekly-to-ical)
11504 (icalendar--convert-yearly-to-ical)
11505 (icalendar--convert-block-to-ical)
11506 (icalendar--convert-cyclic-to-ical)
11507 (icalendar--convert-anniversary-to-ical): Change return type.
11508 Strip trailing blanks from subject.
11509 (icalendar--convert-sexp-to-ical): Change return type.
11510 Strip trailing blanks from subject. Handle simple sexp
11511 entries as generated by icalendar.el.
11512 (icalendar--convert-float-to-ical)
11513 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11514 (icalendar-import-file): Doc fix.
11515 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11516 Correct call to icalendar--rris.
11517 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11518 `summary'.
11519 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11520
11521 2005-10-24 Romain Francoise <romain@orebokech.com>
11522
11523 * server.el (server-sentinel): Set query-on-exit flag to nil on
11524 new client processes (it isn't inherited from the server process).
11525
11526 * replace.el (occur-engine): Rearrange text properties.
11527
11528 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11531 case-fold-search is nil.
11532 (debug-help-follow): Use help-xref-interned directly.
11533
11534 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11535
11536 * thumbs.el (thumbs-image-type): Add .pbm.
11537
11538 2005-10-23 Richard M. Stallman <rms@gnu.org>
11539
11540 * faces.el (inhibit-face-set-after-frame-default): New variable.
11541 (set-face-attribute): Bind it.
11542 (face-set-after-frame-default): Test it.
11543
11544 * help-fns.el (describe-simplify-lib-file-name): New function.
11545 (describe-function-1, describe-variable): Use it.
11546
11547 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11548
11549 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11550 Eliminate nil as possible value.
11551 (tooltip-hide-delay): Reduce internal-border-width.
11552
11553 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11554 (menu-bar-file-menu) <new-file>: Likewise.
11555
11556 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11557
11558 * international/mule.el (load-with-code-conversion):
11559 Pass full file name to `eval-buffer' unless preloading.
11560
11561 * textmodes/flyspell.el (flyspell-large-region):
11562 Call ispell-check-version.
11563
11564 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11565 Fix the make-variable-buffer-local call that was supposed
11566 to be for this variable.
11567 (ispell-aspell-supports-utf8): Doc fix.
11568 (ispell-find-aspell-dictionaries): Preserve elements of
11569 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11570 (ispell-aspell-find-dictionary): Return nil on error.
11571
11572 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11573 (doctor-symptoms): Likewise.
11574
11575 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11576
11577 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11580 (custom-raised-buttons): Add :set spec.
11581 (custom-button-unraised, custom-button-pressed-unraised):
11582 New faces, so that custom-raised-buttons actually does something.
11583 (custom-mode): Use custom-button and custom-button-pressed.
11584
11585 * wid-edit.el (widget-specify-button): Don't ignore
11586 widget-mouse-face on graphic terminals.
11587 (widget-move-and-invoke): Cleanup.
11588
11589 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11590
11591 * whitespace.el (whitespace-cleanup): Doc fix.
11592
11593 2005-10-23 Romain Francoise <romain@orebokech.com>
11594
11595 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11596 `eval-after-load' to avoid evaluating their result.
11597
11598 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11599
11600 * files.el (directory-listing-before-filename-regexp):
11601 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11602
11603 * dired.el (dired-move-to-filename-regexp): Remove.
11604 All occurences replaced by `directory-listing-before-filename-regexp'.
11605
11606 * dired-x.el, locate.el, vc.el:
11607 Replace `dired-move-to-filename-regexp' by
11608 `directory-listing-before-filename-regexp'. In vc.el it is
11609 overwritten locally; maybe this can be handled in files.el too.
11610
11611 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11612 replaced by `directory-listing-before-filename-regexp'.
11613
11614 2005-10-23 Andreas Schwab <schwab@suse.de>
11615
11616 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11617 and eval-next-after-load.
11618
11619 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11620
11621 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11622 exist, create it.
11623
11624 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11625
11626 * allout.el: Remove autoloads for mailcrypt and crypt++.
11627 Require pgg, pgg-gpg during compilation.
11628 (allout-version): Increment version number to 2.1, and use a literal
11629 rather than RCS Id.
11630 (allout-default-encryption-scheme): Remove.
11631 (allout-passphrase-verifier-handling)
11632 (allout-passphrase-verifier-string)
11633 (allout-file-passphrase-verifier-string)
11634 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11635 (allout-passphrase-hint-handling): Rename and simplify.
11636 (allout-init): Use `find-file-hook' if available, otherwise
11637 `find-file-hooks'.
11638 (allout-mode): Use `write-file-functions' if available, otherwise
11639 `local-write-file-hooks' and, instead of making auto-save-hook
11640 buffer local, make the write-file-hook activity contingent to
11641 allout-mode.
11642 (allout-mode): Use key-binding substitution in the docstring.
11643 (allout-kill-line): Spell-out kill ring data structure mutation
11644 instead of using byte-compiler-complaint-provoking `pop'.
11645 (allout-insert-listified): Use `insert' rather than `insert-string'
11646 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11647 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11648 (allout-encrypt-string): Totally revamped vis new underlying
11649 encryption facilities.
11650 (allout-mc-activate-passwd): Remove.
11651 (allout-obtain-passphrase): New, more or less replaces
11652 allout-mc-activate-passwd.
11653 (allout-encrypted-key-info): More or less replaces
11654 allout-encrypted-text-type.
11655 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11656 (my-mark-marker): Use `(featurep 'xemacs)'.
11657
11658 2005-10-23 Lars Hansen <larsh@soem.dk>
11659
11660 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11661 (byte-compile-file-form-defmumble, byte-compile-defun)
11662 (byte-compile-defmacro): Use it.
11663 (byte-compile-form): Don't call byte-compile-set-symbol-position
11664 when a byte-compile handler is called.
11665
11666 2005-10-22 Romain Francoise <romain@orebokech.com>
11667
11668 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11669
11670 * subr.el (eval-after-load): Convert library name to an absolute
11671 file name using locate-library, since load-history no longer has
11672 library names in it.
11673
11674 2005-10-22 Richard M. Stallman <rms@gnu.org>
11675
11676 * files.el (make-temp-file): Move from subr.el.
11677 * subr.el (make-temp-file): Move to files.el.
11678
11679 * window.el (get-buffer-window-list): Move from subr.el.
11680 * subr.el (get-buffer-window-list): Move to window.el.
11681
11682 * image.el (image-load-path): Use eval-at-startup to initialize.
11683
11684 * subr.el (eval-at-startup): New macro.
11685
11686 * subr.el: Much rearrangement of functions and division
11687 into pages. No code changes.
11688
11689 2005-10-22 Kenichi Handa <handa@m17n.org>
11690
11691 * tar-mode.el (tar-extract): Be sure to call
11692 find-operation-coding-system if set-auto-coding doesn't find a
11693 coding system.
11694
11695 2005-10-22 Kim F. Storm <storm@cua.dk>
11696
11697 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11698 Change users.
11699 (image-type-file-name-regexps): New defconst.
11700 (image-type-from-data): Simplify loop.
11701 (image-type-from-buffer): New defun.
11702 (image-type-from-file-header): Use it instead of image-type-from-data.
11703 Use image-search-load-path instead of only looking in data-directory.
11704 (image-type-from-file-name): New defun.
11705 (image-search-load-path): Change `pathname' to `filename'.
11706 Make PATH arg optional, default to image-load-path.
11707
11708 2005-10-21 Richard M. Stallman <rms@gnu.org>
11709
11710 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11711
11712 * textmodes/paragraphs.el (sentence-end-base): New variable.
11713 (sentence-end): Use sentence-end-base.
11714
11715 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11716
11717 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11718 property independently from the font-lock-multiline variable.
11719
11720 2005-10-21 Richard M. Stallman <rms@gnu.org>
11721
11722 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11723
11724 * startup.el (command-line): Convert library names
11725 in `load-history' to absolute file names.
11726
11727 * subr.el (symbol-file): Doc fix.
11728
11729 * loadhist.el (file-loadhist-lookup): Call locate-library
11730 instead of find-library-name. Don't try converting
11731 abs file names to library names, since load-history no longer
11732 has library names in it.
11733 (file-dependents, file-provides, file-requires): Doc fixes.
11734
11735 2005-10-21 Juri Linkov <juri@jurta.org>
11736
11737 * progmodes/etags.el (tags-table-mode): New function.
11738 (tags-verify-table): Replace initialize-new-tags-table with
11739 tags-table-mode.
11740
11741 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11742 default value.
11743 (desktop-modes-not-to-save): Add tags-table-mode to the
11744 default value.
11745
11746 * info.el (Info-index-next): Add total number of index
11747 alternatives to the message.
11748
11749 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11750 backward only space (instead of space and period) before looking
11751 at sentence end.
11752
11753 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11754 Add the old variable value as 4th default-value arg of read-string.
11755
11756 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11757
11758 * cus-face.el (custom-declare-face): Make face from X resources
11759 also on Mac.
11760
11761 * disp-table.el (standard-display-g1, standard-display-graphic):
11762 Refuse to use string glyphs also on Mac.
11763 (standard-display-european): Don't set terminal coding system also
11764 on Mac.
11765
11766 * frame.el (display-screens): Use x-display-screens also on Mac.
11767
11768 2005-10-21 Romain Francoise <romain@orebokech.com>
11769
11770 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11771
11772 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11773
11774 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11775 and $? into sexps.
11776
11777 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11778 warning face on open-paren-in-column-0.
11779
11780 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11781 boundary case. Fix typo.
11782 Suggested by Martin Rudalics <rudalics@gmx.at>.
11783
11784 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11785
11786 * textmodes/org.el (org-combined-agenda-icalendar-file)
11787 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11788 (org-export-icalendar-this-file)
11789 (org-export-icalendar-all-agenda-files)
11790 (org-export-icalendar-combine-agenda-files): New commands.
11791 (org-export-icalendar, org-print-icalendar-entries)
11792 (org-start-icalendar-file, org-finish-icalendar-file)
11793 (org-ical-ts-to-string): New functions.
11794 (org-read-date, org-goto-calendar)
11795 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11796 call to `calendar'.
11797 (orgtbl-setup): Remove the :keys arguments from the menu description.
11798 (org-after-save-iCalendar-file-hook): New variable.
11799
11800 2005-10-21 Kenichi Handa <handa@m17n.org>
11801
11802 * language/vietnamese.el (tcvn-5712): Make it an alias of
11803 vietnamese-tcvn coding-system.
11804
11805 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11806
11807 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11808 group id is given.
11809
11810 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11811
11812 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11813 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11814 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11815 whose line is either continued or ends with a comment.
11816
11817 2005-10-20 Romain Francoise <romain@orebokech.com>
11818
11819 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11820
11821 * replace.el (occur-engine): Add follow-link property.
11822
11823 * font-core.el (font-lock-mode): Doc fix.
11824
11825 2005-10-20 Richard M. Stallman <rms@gnu.org>
11826
11827 * net/rcirc.el: New file.
11828
11829 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11830
11831 * term.el (term-term-name): Initialize to "eterm-color".
11832
11833 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11834
11835 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11836 for encryption functionality.
11837 Move allout customization subgroup from `editing' to `outlines' group.
11838 Fix commentary keywords to legitimate ones.
11839 Update author info (using my current email address, obscurified).
11840 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11841 (allout-encrypted-topic-p, allout-encrypted-text-type)
11842 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11843 (allout-situate-encryption-key-verifier)
11844 (allout-get-encryption-key-verifier, allout-verify-key)
11845 (allout-next-topic-pending-encryption)
11846 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11847 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11848 (outline-key-verifier-handling, outline-key-hint-handling)
11849 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11850 (allout-file-key-verifier-string, allout-encryption-scheme)
11851 (allout-key-verifier-string, allout-key-hint-string)
11852 (allout-after-save-decrypt): New variables.
11853 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11854 (allout-after-saves-handler): New hook functions.
11855 (allout-post-command-business): Do allout-after-save-decrypt.
11856 (allout-enable-file-variable-adjustment): Custom var to enable
11857 mechanism for adding and adjusting settings of Emacs file variables.
11858 (allout-adjust-file-variable, allout-file-vars-section-data):
11859 New functions, implement the mechanism.
11860 (outlineify-sticky): Use the file vars mechanism.
11861 (allout-inhibit-protection, allout-during-write-cue)
11862 (allout-override-protect, allout-before-change-protect): Remove.
11863 (allout-flag-region, allout-open-topic): Adjust read-only text.
11864 (allout-open-line-not-read-only): Add to facilitate read-only
11865 text based protection.
11866 (allout-kill-line): Revise to adjust read-only text, clue the
11867 user about the inhibition.
11868 (allout-unprotected): Use unwind-protect.
11869 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11870 topic deeper than the offspring depth of the previous topic -
11871 avoiding confusing "containment discontinuities".
11872 (allout-reindent-bodies): Fix retention of body relative hanging
11873 indent during promotion of collapsed bodies.
11874 (allout-open-topic): Make it easy to open new topic with same
11875 bullet as current topic - topic creation functions provided with
11876 any universal argument provokes now prompt for bullet, defaulting
11877 to the bullet of the previous topic.
11878 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11879 Plain bullet alternates `.' period and `,' comma only. All other
11880 bullets are relegated to special status (but customizable).
11881 (allout-end-of-entry): Rename from allout-end-of-current-entry
11882 since it actually operates w.r.t. most immediately containing
11883 entry, visible or not.
11884 (allout-hide-current-entry, allout-show-current-entry): Use the
11885 revised version.
11886 (allout-old-expose-topic): Solidify deprecation.
11887 (allout-end-of-subtree): Add so we can span concealed as well
11888 as visible topics.
11889 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11890 (allout-end-of-current-heading): Tweak to just respect the first line.
11891 (allout-get-body-text): Add.
11892 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11893 when invoked interactively.
11894 (allout-up-current-level): Use `interactive-p'.
11895 (allout-mode, allout-init): Miscellaneous docstring and
11896 operational refinements, as well as hookups of new encryption stuff.
11897 (allout-beginning-of-current-entry): Now works as advertised.
11898 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11899 (allout-isearch-rectification): Refine condition for isearching.
11900 (allout-isearch-abort, allout-enwrap-isearch)
11901 (allout-flag-region, my-region-active-p): Relocate some macros.
11902 (allout-title): Fallback title is (buffer-name), not
11903 non-existing (current-buffer-name).
11904 (subst-char-in-string): Define if absent (for some XEmacs versions).
11905
11906 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11907
11908 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11909 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11910 (mail-citation-prefix-regexp, mail-signature-file)
11911 (mail-default-headers, mail-bury-selects-summary)
11912 (mail-send-nonascii): Add autoload cookies.
11913
11914 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11915
11916 * frame.el (blink-cursor-mode): Add `mac' to the list of
11917 window-system's that support blinking cursor.
11918
11919 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11920
11921 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11922
11923 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11924
11925 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11926 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11927 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11928
11929 2005-10-20 Kim F. Storm <storm@cua.dk>
11930
11931 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11932 (ido-set-current-directory): Don't add / after final @.
11933 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11934 Explicitly handle ange-ftp completion oddities.
11935 (ido-make-file-list): Don't rotate list at tramp root to avoid
11936 triggering tramp file handler for expand-file-name via get-file-buffer.
11937
11938 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11941
11942 2005-10-19 Jay Belanger <belanger@truman.edu>
11943
11944 * calc/calc-units.el (math-standard-units): Add units, adjust
11945 symbols and update values.
11946 (math-unit-prefixes): Add more prefixes.
11947
11948 2005-10-19 Romain Francoise <romain@orebokech.com>
11949
11950 * bookmark.el (bookmark-menu-heading): New face.
11951 (bookmark-bmenu-list): Use it.
11952 Don't fiddle with `baud-rate' at top-level.
11953
11954 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11955
11956 * image.el (create-image, find-image): Mention max-image-size in
11957 docstring.
11958
11959 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * savehist.el (savehist-load): Revert to checking XEmacs.
11962
11963 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11964 Various docstring and line-width fixups.
11965 (conf-mode): Use cond.
11966 Set font-lock-defaults. Don't set comment-use-syntax.
11967
11968 2005-10-18 David Ponce <david@dponce.com>
11969
11970 * tree-widget.el (tree-widget-button-click): New function.
11971 (tree-widget-button-keymap): Use it.
11972
11973 2005-10-18 Romain Francoise <romain@orebokech.com>
11974
11975 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11976 (bookmark-bmenu-hide-filenames): Add follow-link property.
11977 Improve help-echo text.
11978
11979 * ffap.el (find-file-at-point): Doc fix.
11980
11981 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11982
11983 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11984
11985 2005-10-18 Masatake YAMATO <jet@gyve.org>
11986
11987 Install to the CVS repository what I forgot to install in my
11988 2005-10-16 changes.
11989
11990 * progmodes/python.el (python-complete-symbol): Pass the common
11991 prefix substring of completion to `display-completion-list'.
11992
11993 * textmodes/org.el (org-complete): Ditto.
11994
11995 2005-10-18 Masatake YAMATO <jet@gyve.org>
11996
11997 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11998
11999 * woman.el (WoMan-xref-man-page): New button type derived
12000 from `Man-abstract-xref-man-page'.
12001 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12002
12003 * man.el (Man-abstract-xref-man-page): New button type.
12004 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12005 (Man-highlight-references): Add new optional argument `xref-man-type'.
12006
12007 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12008
12009 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12010
12011 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12012
12013 * cus-edit.el (Custom-move-and-invoke): Delete.
12014 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12015
12016 * wid-edit.el (widget-move-and-invoke): New function, from
12017 Custom-move-and-invoke.
12018
12019 2005-10-17 Bill Wohler <wohler@newt.com>
12020
12021 Move all remaining images from lisp/toolbar to etc/images, move
12022 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12023 the low resolution images in their own directory (low-color).
12024
12025 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12026 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12027 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12028 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12029 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12030 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12031 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12032
12033 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12034 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12035 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12036 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12037 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12038 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12039 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12040 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12041 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12042 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12043 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12044 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12045 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12046 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12047 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12048
12049 To conform with convention, replace the underscore (_) in the
12050 following image names with dash (-) or (/) as appropriate.
12051
12052 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12053 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12054 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12055 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12056 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12057 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12058 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12059 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12060 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12061 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12062 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12063 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12064 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12065 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12066 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12067
12068 * info.el (info-tool-bar-map): Replace underscores in image names
12069 with dashes.
12070
12071 * makefile.w32-in (WINS): Remove toolbar.
12072
12073 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12074
12075 * tool-bar.el: Move to lisp from toolbar. Now that
12076 toolbar is empty, it should be deleted when folks run "cvs up -P".
12077
12078 2005-10-18 Jay Belanger <belanger@truman.edu>
12079
12080 * calc/calc-store.el (calc-store-into): Get the proper variable name
12081 to display in message.
12082
12083 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12084
12085 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12086 expressions display in speedbar for all buffers when debugging.
12087 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12088
12089 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12090 (speedbar-insert-button, speedbar-make-button):
12091 Use add-text-properties.
12092 (speedbar-update-localized-contents)
12093 (speedbar-update-directory-contents)
12094 (speedbar-update-special-contents): Use dolist.
12095 (speedbar-buffer-easymenu-definition): Add a menu separator.
12096
12097 2005-10-17 Jason Rumney <jasonr@gnu.org>
12098
12099 * makefile.w32-in: Use $(lisp) consistently.
12100 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12101 for shell specific generation of mh-autoloads.
12102
12103 2005-10-17 Richard M. Stallman <rms@gnu.org>
12104
12105 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12106
12107 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * jit-lock.el (jit-lock-fontify-now):
12110 Move jit-lock-context-unfontify-pos to avoid wasted work.
12111
12112 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12113
12114 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12115 `tramp-completion-mode' for checking if we are in completion mode.
12116 (tramp-completion-handle-file-name-all-completions): Reorder code
12117 in order to complete for file names only in case there are no
12118 method/user/host completions. This is necessary for cooperation
12119 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12120
12121 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12122
12123 * longlines.el (longlines-search-forward)
12124 (longlines-search-backward): Match any number of spaces.
12125
12126 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12127
12128 * diff-mode.el (diff-mode): Doc fix.
12129
12130 2005-10-16 David Reitter <david.reitter@gmail.com>
12131
12132 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12133 as default on darwin and windows systems.
12134
12135 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12136
12137 * arc-mode.el (archive-zip-extract): Doc fix.
12138
12139 2005-10-16 Romain Francoise <romain@orebokech.com>
12140
12141 * mouse.el (mouse-1-click-follows-link): Doc fix.
12142
12143 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * savehist.el: Don't require CL at runtime.
12146 (savehist-xemacs): Remove.
12147 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12148 (savehist-no-conversion): Use (featurep 'xemacs).
12149 (savehist-load): Check existence of start-itimer rather than XEmacs.
12150 Use an idle timer.
12151 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12152 `delete-if-not'.
12153
12154 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12155
12156 * savehist.el: Newer version.
12157 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12158 (savehist-last-checksum, savehist-no-conversion): New vars.
12159 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12160 New functions.
12161 (savehist-load, savehist-save): Use them.
12162 (savehist-delimit): Remove.
12163
12164 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * progmodes/compile.el (compilation-goto-locus): Display the
12167 compilation buffer first and the source buffer second, in case they're
12168 in overlapping frames. Don't raise the compilation frame if it was the
12169 selected window upon entry. Pass the `other-window' arg to
12170 pop-to-buffer.
12171
12172 * info.el (Info-fontify-node): Use dolist.
12173 Change add-text-properties to put-text-property.
12174
12175 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12176
12177 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12178 bound of search.
12179
12180 2005-10-16 Masatake YAMATO <jet@gyve.org>
12181
12182 * dabbrev.el (dabbrev-completion): Pass the common
12183 prefix substring of completion to `display-completion-list'.
12184
12185 * filecache.el (file-cache-minibuffer-complete)
12186 (file-cache-complete): Ditto.
12187
12188 * tempo.el (tempo-display-completions): Ditto.
12189
12190 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12191
12192 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12193
12194 * eshell/em-hist.el (eshell-list-history): Ditto.
12195
12196 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12197
12198 * mail/mailalias.el (mail-complete): Ditto.
12199
12200 * progmodes/etags.el (complete-tag): Ditto.
12201
12202 * progmodes/make-mode.el (makefile-complete): Ditto.
12203
12204 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12205
12206 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12207
12208 * progmodes/pascal.el (pascal-complete-word)
12209 (pascal-show-completions): Ditto.
12210
12211 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12212
12213 * simple.el (completion-common-substring): New variable.
12214 (completion-setup-function): Use `completion-common-substring'
12215 to put faces.
12216
12217 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12218
12219 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12220 (x-get-selection, mac-select-convert-to-string): Convert from/to
12221 UTF-16 clipboard data as in native byte order, no BOM.
12222
12223 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12224
12225 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12226 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12227 (gud-sentinel): Use speedbar-frame to check for speedbar.
12228
12229 2005-10-15 Richard M. Stallman <rms@gnu.org>
12230
12231 * savehist.el: New file.
12232
12233 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12234
12235 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12236 Fix bug in \bf fontification.
12237
12238 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * pcvs.el (cvs-edit-log-files): New var.
12241 (cvs-mode-edit-log): New arg `file'.
12242 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12243 Instead force the use of the original file and nothing else.
12244 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12245 the cvs-minor-wrap-function is set.
12246 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12247
12248 2005-10-14 Bill Wohler <wohler@newt.com>
12249
12250 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12251 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12252 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12253 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12254 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12255 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12256 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12257 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12258 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12259 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12260 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12261 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12262 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12263 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12264 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12265
12266 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12267 appropriately (for example, gud-break to gud/break).
12268
12269 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12270
12271 * longlines.el (longlinges-search-function)
12272 (longlines-search-forward, longlines-search-backward): New functions.
12273 (longlines-mode): Set isearch-search-fun-function to
12274 longlinges-search-function.
12275
12276 * mouse.el (mouse-drag-region-1): Handle the case where a
12277 double-click event is bound to an arbitrary function.
12278
12279 2005-10-14 David Ponce <david@dponce.com>
12280
12281 * recentf.el (recentf-track-opened-file)
12282 (recentf-track-closed-file, recentf-update-menu)
12283 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12284 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12285 mouse-1-click-follows-link.
12286
12287 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12288
12289 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12290 Gnome file-manager.png. Suggested by
12291 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12292
12293 * toolbar/README: Add diropen.xpm.
12294
12295 2005-10-13 Bill Wohler <wohler@newt.com>
12296
12297 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12298 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12299
12300 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12303 Don't waste the byte-compiler's time on constant data.
12304
12305 2005-10-13 Kenichi Handa <handa@m17n.org>
12306
12307 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12308 byte with `escape-glyph' face.
12309
12310 * international/fontset.el (ccl-encode-unicode-font):
12311 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12312 Handle the case that ucs-mule-to-mule-unicode translates a character to
12313 ASCII (usually for IPA characters).
12314
12315 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12318 Don't hide the underline of titles if font-lock-mode is disabled.
12319
12320 2005-10-12 Bill Wohler <wohler@newt.com>
12321
12322 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12323 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12324 files in MH-E-SRC have been updated.
12325 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12326
12327 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12330 (mixal-mode-syntax-table): Add \n as end-comment.
12331 (mixal-operation-codes-alist): Immediately initialize to full value.
12332 (mixal-add-operation-code): Remove.
12333 (mixal-describe-operation-code): Make the arg non-optional.
12334 Use the interactive spec instead.
12335 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12336 (mixal-font-lock-keywords): Don't highlight comments here any more.
12337 (mixal-font-lock-syntactic-keywords): New var.
12338 (mixal-mode): Use it. Fix comment-start-skip.
12339
12340 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12341
12342 * startup.el (command-line-x-option-alist): -nb => -nbi
12343
12344 2005-10-12 Kim F. Storm <storm@cua.dk>
12345
12346 * startup.el (fancy-splash-default-action): Discard mouse click in
12347 the splash screen window, as it has no sensible meaning in the
12348 next window to be selected. Fixes error reported by Jan D.
12349
12350 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12351
12352 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12353
12354 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12355
12356 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12357 Try to fix up minor layout issues like indentation, line break, etc...
12358 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12359 because it doesn't work.
12360 (mixal-operation-codes): Add some more codes.
12361 (mixal-font-lock-keywords): Process comments here.
12362 (mixal-mode): mixasm no longer needs -g option.
12363
12364 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12365
12366 * progmodes/sh-script.el (sh-tmp-file):
12367 Use mktemp -t. Finish support for es and rc shells.
12368
12369 2005-10-11 Jay Belanger <belanger@truman.edu>
12370
12371 * calc/calcalg2.el (calc-integral): With an argument, compute the
12372 definite integral.
12373
12374 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12375
12376 * mouse.el (mouse-drag-region-1): Don't try to catch a
12377 double-click when doing follow-link (it's overridden anyway).
12378
12379 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12380
12381 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12382 (autoload-print-form-outbuf): Add docstring.
12383
12384 2005-10-11 Juri Linkov <juri@jurta.org>
12385
12386 * info.el (Info-mode-menu): Delete menu item "Edit".
12387 (Info-mode): Delete description of Info-edit from docstring,
12388 and rearrange descriptions of Info commands in the order
12389 they are documented in the Info manual.
12390
12391 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * calendar/appt.el (appt-check): Use diary-selective-display var.
12394
12395 2005-10-10 Richard M. Stallman <rms@gnu.org>
12396
12397 * net/newsticker.el (newsticker-start, newsticker-show-news):
12398 Add autoload cookies.
12399
12400 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12401
12402 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12403
12404 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12405
12406 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12407
12408 2005-10-10 Jay Belanger <belanger@truman.edu>
12409
12410 * calc/calc-arith.el (math-check-known-scalarp)
12411 (math-check-known-matrixp): Check the values of arguments that are
12412 variables.
12413 (math-check-known-square-matrixp): New function.
12414 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12415 (math-super-types): Add sqmatrix type.
12416
12417 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12418 mode name `square' to `sqmatrix'.
12419
12420 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12421 mode name `square' to `sqmatrix'.
12422
12423 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12424
12425 * progmodes/etags.el (select-tags-table-mode): Don't use
12426 selective-display.
12427 (tags-select-tags-table): Pass `button' to the action function.
12428 (select-tags-table): Place the side-info on button properties rather
12429 than in hidden text. Abbreviate file names.
12430 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12431 (select-tags-table-select): Add `button' argument.
12432 Get side-info from the button property rather than from hidden text.
12433
12434 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12435
12436 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12437 (gud-speedbar-buttons): Preserve point if possible.
12438 (gud-sentinel): Restore previous speedbar display type.
12439
12440 * progmodes/gdb-ui.el (gdba): Improve diagram.
12441 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12442 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12443 Call get-buffer-window once.
12444
12445 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12448 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12449 (pascal-indent-command): Remove unused var `ind'.
12450 (pascal-indent-case): Remove unused var `oldpos'.
12451 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12452 since it's now used as a proper minor mode map.
12453 (pascal-outline): Rename to pascal-outline-mode.
12454 (pascal-outline-mode): Use define-minor-mode.
12455 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12456 selective-display.
12457
12458 2005-10-10 Andreas Schwab <schwab@suse.de>
12459
12460 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12461 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12462
12463 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12464 outside source directory.
12465
12466 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12467
12468 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12469 C-x' as a prefix.
12470 (orgtbl-mode-map): Full keymap instead of sparse, because all
12471 `self-insert-command' keys are redefined in this map.
12472 (org-export-as-html): Specify charset for HTML file, by taking it
12473 from the coding system.
12474
12475 2005-10-10 Kenichi Handa <handa@m17n.org>
12476
12477 * textmodes/flyspell.el (flyspell-check-word-p):
12478 If unread-command-events is non-empty, don't call sit-for.
12479
12480 2005-10-09 Richard M. Stallman <rms@gnu.org>
12481
12482 * font-lock.el (font-lock-syntactic-keywords)
12483 (font-lock-keywords): Doc fixes.
12484
12485 * textmodes/flyspell.el (flyspell-external-point-words):
12486 Simplify logic, and don't try to check for consecutive appearances
12487 of one incorrect word.
12488
12489 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12490
12491 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12492 separator.
12493
12494 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12495 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12496 (gud-expansion-speedbar-buttons): New function.
12497 (gud-speedbar-buttons): Check for gud-comint-buffer.
12498
12499 2005-10-09 Bill Wohler <wohler@newt.com>
12500
12501 * Makefile.in (updates): Add mh-loaddefs dependency.
12502
12503 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12504
12505 * speedbar.el (speedbar-file-key-map): Fix typo.
12506
12507 2005-10-09 Daniel Brockman <daniel@brockman.se>
12508
12509 * cus-start.el (line-spacing): Add custom spec.
12510
12511 2005-10-09 Romain Francoise <romain@orebokech.com>
12512
12513 * textmodes/ispell.el (ispell-check-version): Fix last change.
12514
12515 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12516
12517 * term/x-win.el: Remove -i, --icon-type from comment.
12518
12519 * startup.el (command-line-x-option-alist): Remove options -i,
12520 -itype, --icon-type, added -nb, --no-bitmap-icon
12521
12522 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12523
12524 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12525 instead of :active.
12526
12527 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12528
12529 * textmodes/ispell.el (ispell-check-version):
12530 Ignore hyphen, and all that follows, in aspell's version text.
12531
12532 2005-10-08 Jay Belanger <belanger@truman.edu>
12533
12534 * calc/calc-arith.el (math-known-square-matrixp): New function.
12535 (math-pow-fancy): Check for matrices before distributing exponent
12536 across products.
12537
12538 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12539 fullscreen keypad. Suggested by Luc Teirlinck.
12540 (calc-keypad-show-input): Add space for formatting.
12541
12542 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12543 Add square matrix option.
12544
12545 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12546 of checking calc-matrix-mode when deciding how to expand.
12547
12548 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12549
12550 2005-10-08 Lars Hansen <larsh@soem.dk>
12551
12552 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12553 Add error handling.
12554 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12555
12556 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12557
12558 Sync with Tramp 2.0.51.
12559
12560 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12561 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12562 Insert special handling for `last-coding-system-used', again
12563 it still seems to be necessary (unlike stated before).
12564 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12565 (tramp-password-prompt-regexp): There might be other words before
12566 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12567 (tramp-chunksize): Improve docstring.
12568 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12569 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12570 Christian Joergensen <bugs@razor.dk>.
12571
12572 2005-10-07 Glenn Morris <rgm@gnu.org>
12573
12574 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12575 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12576 precision'.
12577
12578 2005-10-07 Romain Francoise <romain@orebokech.com>
12579
12580 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12581 (ibuffer-do-shell-command-pipe-replace)
12582 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12583 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12584 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12585 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12586 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12587 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12588 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12589 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12590 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12591 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12592 Autoload file sans suffix.
12593
12594 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12595
12596 2005-10-07 David Ponce <david@dponce.com>
12597
12598 * recentf.el (recentf-menu-open-all-flag): New option.
12599 (recentf-digit-shortcut-command-name): New function.
12600 (recentf--shortcuts-keymap): New variable.
12601 (recentf-menu-shortcuts): New variable.
12602 (recentf-make-menu-items): Initialize it. Replace the "More..."
12603 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12604 (recentf-menu-value-shortcut): New function.
12605 (recentf-make-menu-item): Use it. No more in-lined.
12606 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12607 (recentf-open-most-recent-file): Rename from
12608 `recentf-open-file-with-key'. Don't depend on key binding.
12609 (recentf-mode-map): New variable.
12610 (recentf-mode): Use it.
12611
12612 2005-10-06 Bill Wohler <wohler@newt.com>
12613
12614 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12615
12616 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12617 (MH-E-SRC): New. Used by mh-autoloads.
12618 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12619 files in MH-E-SRC have been updated.
12620 (compile, recompile, bootstrap): Depend on mh-autoloads.
12621
12622 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12623
12624 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12625 gud-break and gud-remove icons when the fringe is not available.
12626
12627 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12628 Typo.
12629
12630 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12631
12632 * play/zone.el (zone): Wrap body with save-window-excursion.
12633
12634 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12637 Use the new `list-only' arg to diary-list-entries.
12638
12639 * calendar/diary-lib.el: Use overlays rather than selective-display.
12640 (diary-selective-display): New var.
12641 (diary-header-line-format): Use it.
12642 (diary-list-entries): Add argument `list-only'.
12643 Put the buffer in diary-mode. Don't add \^M at beg and end.
12644 Replace \^M by invisible overlays.
12645 (diary-unhide-everything): Replace \^M by invisible overlays.
12646 (print-diary-entries): Look for overlays rather than \^M.
12647 Add a space to the temp buffer name.
12648 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12649 Put the buffer in diary-mode.
12650 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12651 (diary-anniversary): Make the year arg optional.
12652 (diary-time-regexp): New const.
12653 (diary-font-lock-keywords): Use it to accept a few more time formats.
12654
12655 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12656
12657 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12658
12659 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12660 Fix bug introduced 2005-07-03: Use (car (last ...))
12661 to faithfully reproduce replaced artist-last.
12662 (artist-set-arrow-points-for-poly): Likewise.
12663 Suggested by Johan Bockg\e,Ae\e(Brd.
12664
12665 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12666
12667 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12668 * wid-edit.el (widget):
12669 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12670 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12671
12672 2005-10-06 Kenichi Handa <handa@m17n.org>
12673
12674 * international/mule-cmds.el (set-language-environment):
12675 Fix setting up of case-table for unibyte mode.
12676
12677 * simple.el (what-cursor-position): If the character is displayed
12678 by some `display' text property, show that. Don't use
12679 single-key-description for eight-bit characters in multibyte mode.
12680
12681 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12682
12683 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12684 (gdb-ann3): Set it.
12685 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12686 (gdb-info-frames-custom): Use inverse-video for first five
12687 characters of selected frame only.
12688 (gdb-get-frame-number): Select frame even when point is on frame
12689 number.
12690
12691 2005-10-06 Masatake YAMATO <jet@gyve.org>
12692
12693 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12694 Put `font-lock-function-name-face'.
12695 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12696 and `font-lock-variable-name-face'
12697 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12698 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12699 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12700 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12701 (gdb-local-font-lock-keywords): New font lock keywords definition.
12702 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12703 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12704 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12705
12706 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12707
12708 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12709 (ediff-merge-region-is-non-clash-to-skip): Previously called
12710 ediff-merge-region-is-non-clash.
12711
12712 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12713 Use insert-buffer-substring.
12714
12715 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12716 selecting files to patch. Also bug fixes.
12717
12718 * ediff-util.el (ediff-setup): Bug fix.
12719 (ediff-next-difference): Never skip clashes that differ in white
12720 space only.
12721
12722 * ediff-wind.el (ediff-setup-control-frame)
12723 (ediff-destroy-control-frame): Check the menubar feature.
12724
12725 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12726 (viper-refresh-mode-line): Use make-local-variable to localize
12727 some vars instead of make-variable-buffer-local. Suggested by
12728 Stefan Monnier.
12729
12730 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12731 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12732 Use make-local-variable instead of make-variable-buffer-local.
12733 Suggested by Stefan Monnier.
12734
12735 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12736 (viper-comint-mode-hook): Use make-local-variable on
12737 require-final-newline.
12738 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12739
12740 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12743 also the second char of a comment-start sequence.
12744 (scheme-sexp-comment-syntax-table): New var.
12745 (lambda, define): Set their scheme-doc-string-elt property.
12746 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12747 Use lisp-font-lock-syntactic-face-function now that it properly
12748 handles |...| symbols.
12749 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12750 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12751
12752 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12753 bit from # to |.
12754 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12755
12756 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12757 (lisp-doc-string-elt-property): New var.
12758 (lisp-font-lock-syntactic-face-function): Use it.
12759 Rewrite to recognize docstrings even for forms not at toplevel.
12760
12761 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12762 annotation on the | part of #| rather than on the # part.
12763 (scheme-font-lock-syntactic-face-function): New function, to
12764 distinguish strings from |...| symbols.
12765 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12766 syntax-table so that #|...|# is properly highlighted.
12767
12768 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12769 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12770
12771 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12772
12773 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12774 and C-e.
12775
12776 * emacs-lisp/eldoc.el: Move comments into docstrings.
12777 (eldoc-message-commands): Initialize in its declaration.
12778 Add move-beginning-of-line and move-end-of-line.
12779 (eldoc-add-command, eldoc-add-command-completions)
12780 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12781
12782 * outline.el (outline-mark-subtree): Activate the mark.
12783
12784 * calendar/appt.el (appt-time-regexp): New var.
12785 (appt-add, appt-make-list): Use it.
12786 (appt-convert-time): Clean up.
12787
12788 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12789 Don't set any syntax-table property here.
12790 (tex-font-lock-verb): New function. Do it here.
12791 (tex-font-lock-syntactic-keywords): Use it.
12792
12793 2005-10-04 Richard M. Stallman <rms@gnu.org>
12794
12795 * wid-edit.el (widget-file-complete): Get the widget start point
12796 the right way. Default directory to `/' if file has none.
12797
12798 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12799
12800 * textmodes/flyspell.el (flyspell-mode-on):
12801 Call ispell-maybe-find-aspell-dictionaries.
12802
12803 * textmodes/ispell.el (ispell-word, ispell-region):
12804 Call ispell-maybe-find-aspell-dictionaries.
12805 (ispell-accept-buffer-local-defs):
12806 Don't call ispell-maybe-find-aspell-dictionaries
12807
12808 2005-10-04 Richard M. Stallman <rms@gnu.org>
12809
12810 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12811
12812 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12813
12814 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12815 instead of `fboundp' in order to allow for anonymous functions.
12816
12817 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12818
12819 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12820 case the user clicks on the link while another window is selected.
12821 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12822
12823 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12824 functionality.
12825 (dframe-help-echo): Save point in case mouse tracking is off.
12826
12827 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12828
12829 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12830
12831 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12834 not change the global value of those vars.
12835
12836 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12837 make-local-variable which we do not need any more.
12838
12839 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12840
12841 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12842 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12843 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12844 (speedbar-path-line): Define obsolete aliases.
12845 (speedbar-line-directory): Doc fix.
12846
12847 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12848 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12849 instead of speedbar-line-path.
12850
12851 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12852
12853 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12854 to nil if dropping on a window. Handle dropping on a minibuffer window
12855 like dropping on a non-window part of Emacs.
12856
12857 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * net/ange-ftp.el: Use with-current-buffer.
12860 (ange-ftp-insert-directory): Do not follow symlinks any more.
12861
12862 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12863 Remove interactive spec.
12864
12865 2005-10-03 Kim F. Storm <storm@cua.dk>
12866
12867 * ido.el (ido-mode): Use custom-initialize-set.
12868
12869 2005-10-02 Richard M. Stallman <rms@gnu.org>
12870
12871 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12872 Use insert-buffer-substring.
12873
12874 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12875 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12876
12877 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12880 in last change.
12881 (ange-ftp-insert-directory): Fix up the search for the case where
12882 `file' is absolute.
12883
12884 2005-10-02 Romain Francoise <romain@orebokech.com>
12885
12886 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12887
12888 2005-10-02 Andreas Schwab <schwab@suse.de>
12889
12890 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12891 directory component in the session info.
12892
12893 2005-10-01 Richard M. Stallman <rms@gnu.org>
12894
12895 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12896
12897 * simple.el (next-error-internal): New function.
12898
12899 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12900 (compilation-start): Pass new arg to compilation-buffer-name.
12901 (compile-goto-error): Use next-error-internal.
12902
12903 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12904
12905 * speedbar.el: Remove RCS tag.
12906 (speedbar-check-read-only): Handle non-existent files.
12907
12908 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12909
12910 * info.el (Info-speedbar-hierarchy-buttons)
12911 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12912
12913 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12914
12915 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12916 Do not match newline.
12917 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12918 (bibtex-summary): Remove unnecessary save-excursion.
12919 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12920
12921 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12922
12923 * term/mac-win.el: Add charset info for "iso10646-1".
12924 Modify default fontset to use ATSUI-compatible fonts for some charsets
12925 if available.
12926
12927 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12928
12929 * speedbar.el: Re-apply arch tag.
12930 (speedbar-version): Rename to version 1.0. Suggested by Eric
12931 M. Ludlam.
12932 Reapply two changes from Emacs CVS' version of speedbar lost
12933 during the merge:
12934 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12935 (speedbar-frame-parameters): Improve customize type.
12936
12937 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12940 (ange-ftp-file-directory-p): Fix the symlink case.
12941 (ange-ftp-insert-directory): When listing a single file, get a list of
12942 the parent buffer and extract the relevant line. Inspired from a patch
12943 by Katsumi Yamaoka <yamaoka@jpl.org>.
12944 (ange-ftp-file-name-sans-versions): Simplify.
12945
12946 2005-09-30 Bill Wohler <wohler@newt.com>
12947
12948 Move MH-E image files from toolbar and mail directories into
12949 etc/images.
12950
12951 * mail/reply2.*: Move to etc/images/mail/reply*.
12952
12953 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12954 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12955 etc/images.
12956
12957 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12958 * toolbar/reply*: Move to etc/images/mail.
12959
12960 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12961
12962 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12963
12964 * speedbar.el: New version 1.0pre3.
12965
12966 Frame management code (including timer, and mouse click specifics)
12967 moved to dframe.el:
12968 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12969 (speedbar-timer): Removed. Use dframe-timer.
12970 (speedbar-close-frame): Removed. Use dframe-close-frame.
12971 (speedbar-activity-change-focus-flag): Removed. Use
12972 dframe-activity-change-focus-flag.
12973 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12974 dframe-update-speed.
12975
12976 (speedbar-current-frame): New macro. Use this instead of the
12977 variable speedbar-frame.
12978
12979 (speedbar-use-images, speedbar-expand-image-button-alist)
12980 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12981
12982 (speedbar-find-image-on-load-path): Removed. Replaced by
12983 defezimage in ezimage.el.
12984 (speedbar-expand-image-button-alist): Removed. Replaced by
12985 ezimage-expand-image-button-alist in ezimage.el.
12986
12987 (speedbar-ignored-directory-regexp)
12988 (speedbar-add-ignored-directory-regexp)
12989 (speedbar-ignored-directory-expressions)
12990 (speedbar-line-directory, speedbar-buffers-line-directory)
12991 (speedbar-directory-line, speedbar-buffers-line-directory):
12992 Renamed, replacing `path' with `directory'.
12993
12994 (speedbar-create-directory, speedbar-expand-line-descendants)
12995 (speedbar-toggle-line-expansion)
12996 (speedbar-contract-line-descendants): New commands.
12997
12998 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12999 (speedbar-use-tool-tips-flag): New options.
13000
13001 (speedbar-check-read-only, speedbar-require-version)
13002 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13003 (speedbar-handle-delete-frame, speedbar-try-completion)
13004 (speedbar-update-localized-contents): New functions.
13005
13006 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13007 (speedbar-object-read-only-indicator): New variables.
13008
13009 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13010 New hooks.
13011
13012 (speedbar-separator-face): New face.
13013
13014 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13015 (speedbar-ignored-modes): Add fundamental-mode.
13016 (speedbar-directory-unshown-regexp): Add . directories.
13017
13018 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13019 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13020 `]' for full expand/close.
13021 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13022
13023 (speedbar-check-vc): Support hidden files.
13024 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13025 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13026 state is nil, it is not checked out.
13027
13028 (speedbar-line-text, speedbar-line-token): Support expand buttons
13029 with no text.
13030 (speedbar-refresh): Universal argument acts as power-click.
13031 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13032 that buffer to get variable values.
13033
13034 And many other bugfixes.
13035
13036 * dframe.el, ezimage.el, sb-image.el: New files.
13037
13038 * sb-*.xpm: Remove files. New image files installed into
13039 etc/images/ezimage.
13040
13041 2005-09-30 Kenichi Handa <handa@m17n.org>
13042
13043 * ps-mule.el (ps-mule-show-warning): If a character is in
13044 ps-print-translation-table, don't treat it as non-printable.
13045
13046 2005-09-30 David Ponce <david@dponce.com>
13047
13048 * tree-widget.el (tree-widget-themes-load-path): New variable.
13049 (tree-widget-themes-directory): Doc fix.
13050 (tree-widget-image-formats) [Emacs]: Doc fix.
13051 (tree-widget--locate-sub-directory): New function.
13052 (tree-widget-themes-directory): Use it.
13053
13054 * recentf.el (recentf-filename-handlers): Rename from
13055 `recentf-filename-handler'. Allow a list of functions.
13056 (recentf-menu-items-for-commands): Fix :help strings.
13057 (recentf-apply-filename-handlers): New function.
13058 (recentf-expand-file-name): Use it.
13059 (recentf-cleanup): Remove duplicates too.
13060
13061 2005-09-29 Juri Linkov <juri@jurta.org>
13062
13063 * faces.el: Rearrange face definitions to be in the same order as
13064 their face descriptions in "(emacs)Standard Faces".
13065
13066 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13067
13068 * tooltip.el (tooltip): Add group `basic-faces'.
13069
13070 * buff-menu.el (Buffer-menu-buffer): Remove group
13071 `font-lock-highlighting-faces'.
13072
13073 * progmodes/compile.el (compilation-error, compilation-warning)
13074 (compilation-info, compilation-line-number, compilation-column-number):
13075 Change group from `font-lock-highlighting-faces' to `compilation'.
13076
13077 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13078 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13079 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13080 (vhdl-font-lock-reserved-words-face)
13081 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13082 `font-lock-highlighting-faces'.
13083
13084 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13085
13086 2005-09-28 Kim F. Storm <storm@cua.dk>
13087
13088 * emulation/cua-base.el: Set CUA move property on additional commands:
13089 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13090 forward-sexp, backward-sexp, forward-list, backward-list.
13091
13092 2005-09-28 Romain Francoise <romain@orebokech.com>
13093
13094 * comint.el (comint-show-output): Really set point at the
13095 beginning of the output when not using `comint-use-prompt-regexp'.
13096
13097 2005-09-27 Jay Belanger <belanger@truman.edu>
13098
13099 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13100 in TeX mode.
13101
13102 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13103
13104 * textmodes/org.el (org-table-sum): Fix format string.
13105
13106 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13107 Quote face names.
13108
13109 2005-09-26 Romain Francoise <romain@orebokech.com>
13110
13111 * isearch.el (isearch-forward-regexp): Close doc string.
13112
13113 2005-09-25 Richard M. Stallman <rms@gnu.org>
13114
13115 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13116
13117 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13118
13119 * progmodes/compile.el (compilation-error-properties):
13120 When getting the file from the previous error message,
13121 correctly decode the new data format.
13122
13123 * progmodes/cc-cmds.el (c-electric-paren):
13124 Call old-blink-paren only for close-paren.
13125
13126 2005-09-24 Andreas Schwab <schwab@suse.de>
13127
13128 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13129 condition.
13130
13131 2005-09-25 Romain Francoise <romain@orebokech.com>
13132
13133 * dired-aux.el (dired-copy-file-recursive):
13134 * dired.el (dired-delete-file):
13135 * ediff-mult.el (ediff-dir-diff-copy-file):
13136 * ediff-util.el (ediff-test-save-region):
13137 * forms.el (forms-mode):
13138 * ido.el (ido-file-internal, ido-delete-file-at-head):
13139 * log-edit.el (log-edit-done):
13140 * ses.el (ses-yank-resize):
13141 * play/gomoku.el (gomoku-human-plays, gomoku)
13142 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13143 (gomoku-offer-a-draw):
13144 * play/landmark.el (lm-human-resigns, lm):
13145 * net/eudcb-ldap.el (eudc-ldap-check-base):
13146 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13147 * progmodes/ebrowse.el (ebrowse-find-pattern):
13148 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13149 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13150 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13151
13152 * vc.el (vc-delete-file):
13153 * play/gomoku.el (gomoku-terminate-game, gomoku)
13154 (gomoku-prompt-for-move, gomoku-human-takes-back):
13155 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13156 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13157
13158 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13159
13160 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13161 color rxvt terminals by using the code xterm.el used to use before
13162 2005-04-09 in order to match the colors used by rxvt.
13163
13164 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13165
13166 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13167 colors rxvt-unicode terminals by using the same code as xterm.el.
13168
13169 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13172 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13173 new symbol used for the tex-verbatim face.
13174
13175 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13176
13177 * woman.el (woman-file-name):
13178 * wid-edit.el (widget-file-prompt-value)
13179 (widget-coding-system-prompt-value):
13180 * w32-fns.el (set-w32-system-coding-system):
13181 * vc.el (vc-version-diff, vc-annotate):
13182 * textmodes/reftex-auc.el (reftex-arg-cite)
13183 (reftex-arg-index-tag):
13184 * textmodes/refer.el (refer-get-bib-files):
13185 * textmodes/artist.el (artist-figlet-choose-font):
13186 * terminal.el (terminal-emulator):
13187 * replace.el (occur-read-primary-args):
13188 * rect.el (string-rectangle, string-insert-rectangle):
13189 * ps-print.el (ps-print-preprint):
13190 * progmodes/pascal.el (pascal-goto-defun):
13191 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13192 * progmodes/compile.el (compilation-find-file):
13193 * printing.el (pr-interactive-n-up):
13194 * play/animate.el (animate-birthday-present):
13195 * net/rcompile.el (remote-compile):
13196 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13197 * mail/rmailsum.el (rmail-summary-search-backward)
13198 (rmail-summary-search):
13199 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13200 (rmail-output-read-file-name):
13201 * mail/rmail.el (rmail-search, rmail-search-backwards):
13202 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13203 * locate.el (locate):
13204 * international/quail.el (quail-show-keyboard-layout):
13205 * international/mule.el (set-buffer-file-coding-system)
13206 (revert-buffer-with-coding-system, set-file-name-coding-system)
13207 (set-terminal-coding-system, set-keyboard-coding-system)
13208 (set-next-selection-coding-system):
13209 * international/mule-diag.el (describe-coding-system)
13210 (describe-font, describe-fontset):
13211 * international/mule-cmds.el (universal-coding-system-argument)
13212 (search-unencodable-char, describe-input-method)
13213 (set-language-environment, describe-language-environment):
13214 * international/codepage.el (codepage-setup):
13215 * international/code-pages.el (codepage-setup):
13216 * info.el (Info-search, Info-follow-reference)
13217 (Info-search-backward):
13218 * emacs-lisp/advice.el (ad-read-advised-function)
13219 (ad-read-advice-class, ad-clear-cache, ad-activate)
13220 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13221 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13222 (ad-read-regexp):
13223 * ediff-util.el (ediff-toggle-regexp-match):
13224 * ediff-ptch.el (ediff-prompt-for-patch-file):
13225 * dired-aux.el (dired-diff):
13226 * diff.el (diff):
13227 * cus-edit.el (custom-variable-prompt):
13228 * calendar/timeclock.el (timeclock-ask-for-project):
13229 * calc/calcalg3.el (calc-get-fit-variables):
13230 * calc/calc-store.el (calc-edit-variable)
13231 (calc-permanent-variable):
13232 * vc-mcvs.el (vc-mcvs-register):
13233 * shadowfile.el (shadow-define-literal-group):
13234 * woman.el (woman-file-name):
13235 * vc.el (vc-version-diff, vc-merge):
13236 * textmodes/reftex-index.el (reftex-index-complete-tag):
13237 * format.el (format-decode-buffer, format-decode-region):
13238 * emulation/viper-cmd.el (viper-read-string-with-history):
13239 * emacs-lisp/debug.el (cancel-debug-on-entry):
13240 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13241 * ediff.el (ediff-merge-revisions)
13242 (ediff-merge-revisions-with-ancestor, ediff-revision):
13243 * completion.el (interactive-completion-string-reader):
13244 * calc/calc-prog.el (calc-user-define-formula):
13245 Follow convention for reading with the minibuffer.
13246
13247 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13248
13249 * progmodes/python.el (python-describe-symbol): Add globals() and
13250 locals() to the arguments of emacs.ehelp.
13251
13252 2005-09-24 Magnus Henoch <mange@freemail.hu>
13253
13254 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13255 New function, code extracted from ispell-valid-dictionary-list.
13256 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13257 Call it.
13258
13259 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13260
13261 * subr.el (version-regexp-alist): Extend valid syntax for version
13262 strings: allow any of the characters -,_,+ to separate the
13263 alpha/beta/rc part from the version part. Doc fix.
13264 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13265
13266 2005-09-23 David Reitter <david.reitter@gmail.com>
13267
13268 * mail/mailclient.el: New file.
13269
13270 2005-09-23 Richard M. Stallman <rms@gnu.org>
13271
13272 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13273 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13274 Doc fixes.
13275
13276 * progmodes/cc-mode.el (c-font-lock-init):
13277 Specify font-lock-lines-before.
13278
13279 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13282 whole conflict.
13283
13284 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13285
13286 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13287 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13288 of `remap' feature when available. Additional key bindings for
13289 better tty support.
13290 (org-mode-restart, org-force-self-insert): New commands.
13291 (org-time-stamp-inactive): New command.
13292 (org-remap): New function.
13293 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13294 (org-enable-fixed-width-editor): Move to `org-structure'
13295 customization group.
13296 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13297 blank field after field motion commands.
13298
13299 2005-09-23 Kenichi Handa <handa@m17n.org>
13300
13301 * international/mule-cmds.el (set-language-environment):
13302 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13303 have to call utf-translate-cjk-load-tables.
13304
13305 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * mouse.el (mouse-move-drag-overlay): Fix last change.
13308
13309 2005-09-22 David Ponce <david@dponce.com>
13310
13311 * tree-widget.el (tree-widget-value-create): Fix previous change.
13312
13313 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13314
13315 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13316
13317 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13318
13319 * mouse.el (mouse-move-drag-overlay): New function.
13320 (mouse-drag-region-1): Use it.
13321 Try to simplify a bit the state handling. Handle clicks on links
13322 inside intangible areas.
13323 (mouse-save-then-kill): Minor simplification.
13324 (mouse-secondary-overlay): Make it always non-nil instead of
13325 recreating it each time.
13326 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13327 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13328 Simplify accordingly.
13329
13330 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13331
13332 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13333
13334 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13335
13336 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13337 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13338 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13339 to patch.
13340
13341 * ediff-util.el: Use insert-buffer-substring.
13342
13343 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13344
13345 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13346 field boundaries in the minibuffer.
13347 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13348 (viper-minibuffer-post-command-hook): New hook.
13349 (viper-line): Don't move cursor at bolp.
13350
13351 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13352
13353 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13354 avoid compiler warnings.
13355
13356 * emulation/viper-macs.el (ex-map): Better messages.
13357
13358 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13359
13360 * emulation/viper.el: Replace make-variable-buffer-local with
13361 viper-make-variable-buffer-local everywhere, to avoid warnings.
13362
13363 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13366 Delete unused var `old-selected-window'.
13367 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13368 (mouse-drag-secondary): Delete unused var `start-frame'.
13369
13370 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13371
13372 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13373
13374 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13377 Re-indent within 80 columns. Use inhibit-read-only.
13378
13379 2005-09-19 Romain Francoise <romain@orebokech.com>
13380
13381 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13382
13383 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13386 unconditionally, since the after-change-function already did it.
13387
13388 2005-09-19 Miles Bader <miles@gnu.org>
13389
13390 * net/newsticker.el: Get rid of CVS keyword.
13391
13392 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13393
13394 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13395 The prompt is formatted later.
13396
13397 2005-09-19 David Ponce <david@dponce.com>
13398
13399 * tree-widget.el (tree-widget-value-create): Save the converted
13400 tree :node widget.
13401
13402 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13403
13404 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13405 variable `message'.
13406
13407 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13408
13409 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13410 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13411 <slawomir.nowaczyk.847@student.lu.se>.
13412
13413 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13414
13415 * image.el (image-load-path): Use symbol `data-directory' instead
13416 of its value, for backward compatibility with packages that bind
13417 it during `find-image'. Suggested by Katsumi Yamaoka.
13418 (image-search-load-path): Handle symbols whose values are strings.
13419
13420 2005-09-18 Romain Francoise <romain@orebokech.com>
13421
13422 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13423 with-current-buffer form in save-excursion.
13424
13425 2005-09-18 Deepak Goel <deego@gnufans.org>
13426
13427 * apropos.el (apropos-command): Fix `message' call: first arg
13428 should be a format spec. In this and all other cases that appear
13429 below and elsewhere in the source code, I made a change only when
13430 two conditions were satisfied: [1] I can think of a possibility
13431 that the arguments would cause an error, for example, the code in
13432 question relies on external variables such as filenames. [2] I
13433 was sure that the arg to `message' could not have been nil in the code.
13434
13435 * textmodes/tildify.el (tildify-region): Ditto.
13436
13437 * textmodes/reftex-index.el (reftex-index-change-entry)
13438 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13439 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13440 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13441 (org-priority, org-table-sum):
13442 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13443 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13444 (flyspell-word, flyspell-display-next-corrections):
13445 * textmodes/bibtex.el (bibtex-print-help-message):
13446 * textmodes/artist.el (artist-key-set-point-poly):
13447 * term/mac-win.el (mac-services-insert-text):
13448 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13449 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13450 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13451 (vhdl-compose-configuration):
13452 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13453 (sh-set-indent, sh-learn-line-indent):
13454 * progmodes/ps-mode.el (ps-mode-target-column):
13455 * progmodes/idlwave.el (idlwave-make-tags)
13456 (idlwave-scan-library-catalogs):
13457 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13458 * progmodes/gud.el (gud-jdb-analyze-source):
13459 * progmodes/flymake.el (flymake-log):
13460 * progmodes/ebnf2ps.el (ebnf-generate-region):
13461 * progmodes/cmacexp.el (c-macro-expansion):
13462 * progmodes/ada-xref.el (ada-treat-cmd-string):
13463 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13464 (ada-justified-indent-current, ada-batch-reformat):
13465 * play/zone.el (zone):
13466 * play/landmark.el (lm-move):
13467 * play/decipher.el (decipher-show-alphabet):
13468 * net/newsticker.el (newsticker--display-jump)
13469 (newsticker--display-scroll):
13470 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13471 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13472 * mail/feedmail.el (feedmail-dump-message-to-queue):
13473 * eshell/esh-proc.el (eshell-remove-process-entry):
13474 * emulation/ws-mode.el (ws-last-error):
13475 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13476 (viper-record-kbd-macro):
13477 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13478 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13479 * emacs-lisp/find-func.el (find-function-noselect):
13480 * calendar/timeclock.el (timeclock-status-string)
13481 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13482 (timeclock-when-to-leave-string):
13483 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13484 * calc/calc-units.el (calc-enter-units-table):
13485 * calc/calc-mode.el (calc-mode-record-mode):
13486 * woman.el (woman-mini-help):
13487 * wdired.el (wdired-change-to-wdired-mode):
13488 * vc.el (vc-retrieve-snapshot):
13489 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13490 * startup.el (display-startup-echo-area-message):
13491 * simple.el (set-goal-column):
13492 * ses.el (ses-command-hook, ses-recalculate-cell):
13493 * server.el (server-process-filter):
13494 * printing.el (pr-interface-txt-print, pr-interface-printify)
13495 (pr-interface-ps):
13496 * pcvs.el (cvs-help):
13497 * log-edit.el (log-edit, log-edit-mode-help):
13498 * iswitchb.el (iswitchb-possible-new-buffer):
13499 * isearch.el (isearch-edit-string):
13500 * image-mode.el (image-mode, image-minor-mode):
13501 * ibuf-macs.el (define-ibuffer-filter):
13502 * hi-lock.el (hi-lock-find-patterns):
13503 * files.el (toggle-read-only):
13504 * ediff-util.el (ediff-copy-diff)
13505 (ediff-write-merge-buffer-and-maybe-kill):
13506 * echistory.el (Electric-history-undefined):
13507 * dnd.el (dnd-insert-text):
13508 * dired-aux.el (dired-query):
13509 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13510 * bookmark.el (bookmark-bmenu-locate):
13511 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13512 Fix `message' calls to ensure first arg is a format string.
13513 The change was made only when these two conditions were satisfied:
13514 [1] when there is a possibility that the arguments would cause an error
13515 for example, if the code in question relies on external variables
13516 such as filenames, and
13517 [2] if the arg to `message' could not have been nil in the code.
13518
13519 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13520 Not having a %s would be weird, though not technically wrong.
13521
13522 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13523
13524 * term/mac-win.el (mac-add-charset-info): Doc fix.
13525
13526 2005-09-17 Romain Francoise <romain@orebokech.com>
13527
13528 * shell.el (shell-resync-dirs): Handle echoing processes more
13529 reliably. Don't insert resync command if `comint-process-echoes'
13530 is non-nil.
13531
13532 2005-09-17 Magnus Henoch <mange@freemail.hu>
13533
13534 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13535 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13536 aspell versions >= 0.60.
13537 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13538 only if ispell-aspell-supports-utf8 is non-nil.
13539
13540 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13541
13542 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13543 buffer-local value to lisp-indent-function.
13544
13545 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13546
13547 * progmodes/glasses.el (glasses-make-readable): If
13548 glasses-separator differs from underscore, put appropriate
13549 overlays over underscore characters.
13550 (glasses-convert-to-unreadable): If glasses-separator differs from
13551 underscore, try to convert glasses-separator characters to
13552 underscores.
13553
13554 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13557 Use with-syntax-table and dolist.
13558
13559 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13560
13561 * textmodes/reftex-auc.el:
13562 * textmodes/reftex-cite.el:
13563 * textmodes/reftex-dcr.el:
13564 * textmodes/reftex-global.el:
13565 * textmodes/reftex-parse.el:
13566 * textmodes/reftex-ref.el:
13567 * textmodes/reftex-sel.el:
13568 * textmodes/reftex-toc.el:
13569 * textmodes/reftex-vars.el:
13570 * textmodes/reftex.el: Small changes to remove compiler warnings.
13571
13572 * textmodes/reftex-index.el: Likewise.
13573 (reftex-query-index-phrase): More efficient use of markers.
13574
13575 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13576
13577 * image.el (image-load-path): New variable.
13578 (image-search-load-path): New function.
13579 (find-image): Search for images in `image-load-path'.
13580
13581 2005-09-15 Richard M. Stallman <rms@gnu.org>
13582
13583 * follow.el: Change Maintainer field.
13584
13585 2005-09-15 David Ponce <david@dponce.com>
13586
13587 * recentf.el (recentf-save-file-modes): New option.
13588 (recentf-save-list): Use it.
13589
13590 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13591
13592 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13593 (mode-line-mule-info, mode-line-modified): Move bindings from
13594 mouse-3 to mouse-1.
13595
13596 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13597
13598 * simple.el (sendmail-user-agent-compose): Revert last change.
13599
13600 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13601
13602 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13603 Use with-current-buffer.
13604 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13605 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13606 (ange-ftp-insert-directory): Remove unused var `short'.
13607 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13608
13609 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13610 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13611
13612 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13613 (check-calendar-holidays, diary-list-entries): Autoload.
13614 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13615 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13616
13617 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13618 which mistakenly removed a call to display-buffer.
13619
13620 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13621
13622 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13623
13624 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13625
13626 * progmodes/hideshow.el
13627 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13628 (hs-allow-nesting): New user var.
13629 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13630 (hs-hide-block-at-point): When nesting allowed,
13631 if there is already an overlay in place, delete it.
13632 (hs-safety-is-job-n): Delete func; remove call sites.
13633 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13634 (hs-overlay-at): New func.
13635 (hs-already-hidden-p, hs-show-block): Use it.
13636 (hs-hide-all): Don't pre-clean if nesting allowed.
13637 (hs-show-all): Temporarily disallow
13638 nesting around call to `hs-discard-overlays'.
13639
13640 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13641
13642 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13643 Delete unused local var.
13644
13645 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13646
13647 * help-fns.el (describe-categories): "?\ " -> "?\s".
13648 (help-do-arg-highlight): Recognize also ARG-n, as in
13649 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13650
13651 * international/codepage.el (dos-unsupported-char-glyph):
13652 * net/newsticker.el (tool-bar-map, w3-mode-map)
13653 (w3m-minor-mode-map):
13654 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13655 (ent-alist):
13656 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13657
13658 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13659
13660 * custom.el (custom-push-theme): Handle the case where a symbol is
13661 bound but face properties have not yet been assigned.
13662
13663 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13664 Fix behavior if noerase is `t' and there is no mail buffer.
13665
13666 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13667 if `continue' is nil, rather than signal an error.
13668
13669 2005-09-12 Richard M. Stallman <rms@gnu.org>
13670
13671 * font-lock.el (font-lock-keywords): Add autoload.
13672
13673 * help-fns.el (describe-variable): Rearrange to put source link
13674 in a predictable place.
13675
13676 * net/newsticker.el: New file.
13677
13678 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13681 (calendar-basic-setup): Use the new nil arg.
13682 (number-of-diary-entries): Move to diary-lib.el.
13683
13684 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13685 (diary-list-entries): Use with-syntax-table and dolist.
13686 Rename from list-diary-entries.
13687 Use number-of-diary-entries if `number' is nil.
13688 (diary, diary-view-entries): Use this new name and new nil arg value.
13689 (number-of-diary-entries): Move from calendar.el.
13690 (diary-unhide-everything): New function.
13691 (include-other-diary-files, fancy-diary-display)
13692 (diary-show-all-entries, make-diary-entry): Use it.
13693 (diary-mail-entries): Use buffer-string.
13694 (mark-diary-entries): Fix long standing paren typo.
13695 (diary-sexp-entry): Use count-lines.
13696 (make-diary-entry): Avoid `previous-line'.
13697 (diary-mode-map): New var.
13698 (diary-mode): Redraw cal after saving. Setup header-line.
13699 (fancy-diary-display-mode): Use local-set-key.
13700
13701 * startup.el (command-line): Try calling various terminal-init-foo-bar
13702 functions by stripping hyphenated suffixes from $TERM.
13703
13704 * files.el (normal-mode): Check boundness of font-lock-keywords.
13705
13706 2005-09-12 Richard M. Stallman <rms@gnu.org>
13707
13708 * progmodes/compile.el: Don't decide a file's directory
13709 until the user actually tries to go there.
13710 (compilation-next-error-function):
13711 Pass compilation-find-file the directory from the file-struct.
13712 (compilation-internal-error-properties): Separate local FILE-STRUCT
13713 from FILE. Doc the args better. Rename arg FMT to FMTS.
13714 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13715 Expand it, and if nil, use default-directory.
13716 (compilation-get-file-structure): Don't mix specified directory
13717 with default directory. Put specified directory into
13718 file-struct. Don't make the file name absolute.
13719
13720 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13721 (compile-command): Add autoload.
13722 (compilation-disable-input): Add autoload.
13723
13724 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13725
13726 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13727 strings of the variables it can override.
13728 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13729 %Q and %q, for fully-qualified domain name and unqualified host name.
13730
13731 2005-09-11 Kim F. Storm <storm@cua.dk>
13732
13733 * emacs-lisp/authors.el (authors-aliases): Update list.
13734 (authors-fixed-entries): Update mldrag.el entry.
13735
13736 2005-09-10 Alan Mackenzie <acm@muc.de>
13737
13738 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13739 from the region narrowed to.
13740
13741 2005-09-10 Magnus Henoch <mange@freemail.hu>
13742
13743 * textmodes/ispell.el (ispell-check-version): Signal an error if
13744 aspell version is less than 0.60.
13745
13746 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13747
13748 * progmodes/octave-inf.el (inferior-octave-startup):
13749 Resync current dir at the end.
13750
13751 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13752
13753 * woman.el (woman-topic-at-point-default):
13754 Rename to woman-use-topic-at-point-default.
13755 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13756 (woman-file-name): Reflect renames above. Automatically use the
13757 word at point as topic if woman-use-topic-at-point is non-nil.
13758 Otherwise offer it as default but don't insert it in the
13759 minibuffer. Also use `test-completion' instead of `assoc' as
13760 suggested by Stefan Monnier.
13761
13762 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13763
13764 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13765 the attempt to do it over Tramp. This is not yet supported.
13766
13767 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13768
13769 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13770 (menu-bar-non-minibuffer-window-p): New functions.
13771 ("Split Window", "Save As..."): Use them.
13772 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13773 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13774 Use menu-bar-menu-frame-live-and-visible-p.
13775 ("Save Buffer", "Insert File", "Open Directory...")
13776 ("Open File...", "Visit New File..."):
13777 Use menu-bar-non-minibuffer-window-p.
13778 (kill-this-buffer-enabled-p, dired <menu-enable>):
13779 Use menu-bar-non-minibuffer-window-p.
13780
13781 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13782
13783 * cus-start.el (all): Don't complain about fringe-related
13784 built-ins if fringes are not supported. Ditto about
13785 selection-related built-ins. Fix the test for GTK-related built-ins.
13786
13787 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13788 ("Postscript Print Buffer", "Print Region", "Save As...")
13789 ("Save", "Insert File...", "Open Directory...")
13790 ("Open File...", "Visit New File..."")
13791 ("Truncate Long Lines in this Buffer"): Don't look at
13792 menu-updating-frame if this display does not support multiple frames.
13793
13794 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13795
13796 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13797
13798 2005-09-09 Emilio Lopes <eclig@gmx.net>
13799
13800 * woman.el: Format- and whitespace-related changes.
13801
13802 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13803
13804 * woman.el: Fix my email address.
13805
13806 2005-09-08 Richard M. Stallman <rms@gnu.org>
13807
13808 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13809 (sh-mode): Locally set skeleton-pair-default-alist.
13810
13811 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13812
13813 * progmodes/flymake.el: Require `compile' unconditionally.
13814
13815 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13816
13817 * woman.el (woman-file-name): Provide a default, not initial input.
13818
13819 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13820
13821 * font-lock.el (font-lock-support-mode): Doc fix.
13822
13823 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13824
13825 2005-09-08 Richard M. Stallman <rms@gnu.org>
13826
13827 * simple.el (blink-matching-open): Get rid of text props from
13828 the string shown in echo area. Don't permanently set point.
13829 Some rearrangements.
13830
13831 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13832
13833 * recentf.el (recentf-filename-handler): Add custom choice
13834 `abbreviate-file-name'.
13835
13836 * msb.el (msb--very-many-menus): Fix typo.
13837
13838 * disp-table.el (standard-display-european): Don't set
13839 enable-multibyte-characters to nil.
13840
13841 2005-09-08 David Ponce <david@dponce.com>
13842
13843 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13844 (recentf-expand-file-name): Doc fix.
13845 (recentf-dialog-mode-map): Define digit shortcuts.
13846 (recentf--files-with-key): New variable.
13847 (recentf-show-digit-shortcut-filter): New function.
13848 (recentf-open-files-items): New function.
13849 (recentf-open-files): Use it.
13850 (recentf-open-file-with-key): New command.
13851
13852 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13853
13854 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13855 Suggested by Kim F. Storm.
13856 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13857 (Buffer-menu-make-sort-button): Use global keymap.
13858
13859 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13860
13861 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13862 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13863 necessary any longer with the remapped command.
13864 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13865 formatting time only.
13866
13867 * net/tramp.el (tramp-action-password)
13868 (tramp-multi-action-password): Compile the password prompt from
13869 `method', `user' and `host'. Sometimes it isn't obvious which
13870 password to enter, for example with remote files offered by
13871 recentf.el, or with multiple steps. Suggested by Robert Marshall
13872 <robert@chezmarshall.freeserve.co.uk>.
13873
13874 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13875
13876 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13877 Fix regexp for when "s///" is at the beginning of line.
13878
13879 2005-09-07 Jay Belanger <belanger@truman.edu>
13880
13881 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13882 when in matrix mode.
13883
13884 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13885
13886 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13887 non-anonymous functions.
13888
13889 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13890
13891 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13892 when using a header line. Otherwise, use mouse-1-click-follows-link.
13893
13894 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13895 can't be moved; don't signal an error.
13896
13897 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13898
13899 * cus-theme.el (custom-theme-write-faces): Save the current face
13900 spec, not the defface spec.
13901
13902 * custom.el (custom-known-themes): Clarify meaning of "standard".
13903 (custom-push-theme): Save old values in the standard theme.
13904 (disable-theme): Correct typo.
13905 (custom-face-theme-value) Deleted unused function.
13906 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13907
13908 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * progmodes/compile.el (compilation-goto-locus): Take into account
13911 iconified frames when determining whether the buffer is
13912 already visible.
13913 Don't reset window height if the window already existed.
13914
13915 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13916
13917 * custom.el (load-theme): Rename from require-theme.
13918 Add interactive spec.
13919 (enable-theme): Rename from custom-enable-theme.
13920 Add interactive spec.
13921 (disable-theme): Rename from custom-disable-theme.
13922 Add interactive spec.
13923 (custom-make-theme-feature): Doc fix.
13924 (custom-theme-directory): Doc fix.
13925 (provide-theme): Call enable-theme.
13926
13927 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13928
13929 * obsolete/lazy-lock.el (lazy-lock-mode):
13930 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13931 font-lock-mode if it's off. Print a warning instead.
13932
13933 * progmodes/compile.el (compilation-start): Ignore errors if the
13934 process died before we get to send-eof.
13935
13936 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13937 Undo last change. Enclosing the result in quotes broke things on Unix
13938 since tex-send-command passes it through shell-quote-argument.
13939 (tex-send-command): Pass `file' through convert-standard-filename
13940 when possible.
13941 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13942 info in a transcript.
13943
13944 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13945
13946 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13947 fix compilation warning. Reorder the key definitions to group
13948 together keys emitted by the current version of xterm.
13949
13950 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13951 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13952 Reorder predicates to correct min-color usage.
13953
13954 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13955
13956 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13957 Kill local variables when longlines-mode is turned off.
13958
13959 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13960
13961 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13962
13963 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13964
13965 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13966
13967 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13968 (font-lock-lines-before): Change default to being inactive.
13969 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13970 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13971
13972 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13973
13974 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13975 Deactivate temporarily advice if active (not needed for Emacs 22,
13976 but for backwards compatibility).
13977 (tramp-exists-file-name-handler): Rewrite. First implementation
13978 was too simple.
13979 (tramp-advice-make-auto-save-file-name):
13980 Call `tramp-handle-make-auto-save-file-name' (again, just for
13981 backwards compatibility).
13982
13983 2005-08-31 Reto Zimmermann <reto@gnu.org>
13984
13985 * progmodes/vhdl-mode.el
13986 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13987 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13988 (vhdl-set-default-project): New function (easier setting of default).
13989 (vhdl-port-copy): Handle extended identifiers for generics.
13990 (vhdl-compiler-alist): Better description for error message regexp.
13991 (vhdl-make): Query for target, use previous as default.
13992 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13993 (vhdl-font-lock-keywords-2): Fix fontification for record
13994 el. assign.
13995 (vhdl-speedbar-make-subpack-line): Add package body link.
13996 (vhdl-generate-makefile-1): Not include itself as dependency.
13997 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13998 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13999 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14000 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14001 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14002 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14003 (vhdl-import-project): Add string argument for `error'.
14004 (vhdl-compose-configuration)
14005 (vhdl-compose-configuration-architecture): Add configuration
14006 declaration generation.
14007 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14008 (vhdl-trailer-re): Add "record" keyword (better indentation).
14009 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14010 "[^ \t-\"]+".
14011 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14012 (vhdl-testbench-entity-file-name)
14013 (vhdl-testbench-architecture-file-name): Allow separate
14014 customization of testbench file names.
14015 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14016 (vhdl-get-visible-signals): Allow newline within alias declaration.
14017 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14018 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14019 (member-ignore-case): Alias for missing function in XEmacs.
14020 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14021 (vhdl-update-sensitivity-list): Ignore case on read signals.
14022 (vhdl-replace-string): Adjust case only for file names.
14023 (vhdl-update-sensitivity-list): Fix search for read signals.
14024 (vhdl-update-sensitivity-list): Exclude formal parameters.
14025 (vhdl-get-visible-signals): Include aliases of signals.
14026 (vhdl-get-visible-signals): Fix signal name searching.
14027 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14028 (vhdl-fixup-whitespace-region): Fix for character
14029 literals (e.g. `:').
14030
14031 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14032
14033 * ansi-color.el (comint-last-output-start):
14034 * bs.el (font-lock-verbose):
14035 * diff-mode.el (add-log-buffer-file-name-function):
14036 * dired-x.el (vm-folder-directory):
14037 * faces.el (help-xref-stack-item):
14038 * files.el (font-lock-keywords):
14039 * find-lisp.el (dired-buffers, dired-subdir-alist):
14040 * ido.el (cua-inhibit-cua-keys):
14041 * log-view.el (cvs-minor-wrap-function):
14042 * outline.el (font-lock-warning-face):
14043 * simple.el (compilation-current-error):
14044 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14045 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14046 * tooltip.el (comint-prompt-regexp):
14047 * w32-fns.el (explicit-shell-file-name):
14048 * term/mac-win.el (mac-charset-info-alist)
14049 (mac-services-selection, mac-system-script-code):
14050 * term/tty-colors.el (msdos-color-values):
14051 * term/w32-win.el (xlfd-regexp-registry-subnum):
14052 * term/x-win.el (x-keysym-table, x-selection-timeout)
14053 (x-session-id, x-session-previous-id):
14054 * textmodes/ispell.el (mail-yank-prefix):
14055 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14056 * textmodes/org.el (calc-embedded-close-formula)
14057 (calc-embedded-open-formula)
14058 (font-lock-unfontify-region-function):
14059 * textmodes/reftex-global.el (isearch-next-buffer-function)
14060 (TeX-master):
14061 * textmodes/reftex.el (font-lock-keywords):
14062 * textmodes/tex-mode.el (font-lock-comment-face)
14063 (font-lock-doc-face):
14064 * textmodes/texinfo.el (outline-heading-alist):
14065 Add defvars.
14066
14067 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14068 (artist-spray-chars, artist-mode-init, artist-replace-string)
14069 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14070 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14071 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14072
14073 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14074 (conf-align-assignments): "?\ " -> "?\s".
14075
14076 * textmodes/reftex-index.el (TeX-master): Add defvar.
14077 (reftex-index-phrases-marker): Move up defvar.
14078
14079 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14080 (reftex-toc-include-labels-indicator)
14081 (reftex-toc-include-index-indicator)
14082 (reftex-toc-max-level-indicator): Move up declarations.
14083
14084 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14085 of args to `tramp-run-real-handler', even if it's empty in this case.
14086
14087 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14088
14089 * dired.el (dired-move-to-filename-regexp): Add date format for
14090 Mac OS X 10.3 in East Asian locales.
14091
14092 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14093
14094 * files.el (make-auto-save-file-name): Add file name handler call
14095 if applicable.
14096
14097 * net/tramp.el (tramp-file-name-handler-alist)
14098 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14099 (tramp-handle-make-auto-save-file-name): Rename from
14100 `tramp-make-auto-save-file-name'.
14101 (tramp-exists-file-name-handler): New defun.
14102 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14103 `make-auto-save-file-name' is not a magic file name operation.
14104
14105 2005-08-30 Richard M. Stallman <rms@gnu.org>
14106
14107 * files.el (risky-local-variable-p):
14108 Match `-predicates' and `-commands.
14109
14110 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14111 (custom-save-all): Visit the file if necessary;
14112 kill the buffer if we created it.
14113 (custom-save-delete): Don't visit file or kill buffer here.
14114
14115 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14116
14117 * textmodes/org.el (org-special-keyword): New face.
14118 (org-table-copy-down, org-table-eval-formula)
14119 (org-table-recalculate, org-init-section-numbers):
14120 Use `string-to-number' instead of `string-to-int'.
14121 (org-get-location): Use `insert-buffer-substring' instead of
14122 `insert-buffer'.
14123 (org-modify-diary-entry-string): New function.
14124 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14125 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14126 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14127 active region.
14128 (org-export-as-html): Handle QUOTE keyword.
14129 (org-quote-string): New option.
14130 (org-bookmark-jump-unhide): New function, used for
14131 `bookmark-after-jump-hook'.
14132 (org-diary-default-entry): Apply only when not called through
14133 `org-agenda'.
14134
14135 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14136
14137 * net/eudc.el (mode-popup-menu):
14138 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14139 * progmodes/ada-mode.el (compile-auto-highlight)
14140 (skeleton-further-elements):
14141 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14142 * progmodes/cmacexp.el (msdos-shells):
14143 * progmodes/compile.el (font-lock-extra-managed-props)
14144 (font-lock-keywords, font-lock-maximum-size)
14145 (font-lock-support-mode):
14146 * progmodes/grep.el (font-lock-lines-before):
14147 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14148 * progmodes/mixal-mode.el (compile-command):
14149 * progmodes/perl-mode.el (font-lock-comment-face)
14150 (font-lock-doc-face, font-lock-string-face):
14151 * progmodes/prolog.el (comint-prompt-regexp):
14152 * progmodes/sh-script.el (font-lock-comment-face)
14153 (font-lock-set-defaults, font-lock-string-face):
14154 * progmodes/sql.el (font-lock-keyword-face)
14155 (font-lock-set-defaults, font-lock-string-face):
14156 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14157 (itimer-version, lazy-lock-defer-contextually)
14158 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14159 Add defvars.
14160
14161 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14162 (cperl-electric-keyword, cperl-electric-pod)
14163 (cperl-electric-backspace, cperl-forward-re)
14164 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14165 (vc-rcs-header, vc-sccs-header): Add defvars.
14166
14167 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14168 (font-lock-syntactic-keywords, gud-find-expr-function):
14169 Add defvars.
14170
14171 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14172 (gdb-frame-parameters): Declare before use.
14173
14174 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14175 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14176 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14177 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14178
14179 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14180 (idlwave-help-with-source): Use `insert-buffer-substring', not
14181 `insert-buffer'.
14182
14183 2005-08-29 Juri Linkov <juri@jurta.org>
14184
14185 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14186 Put outline-back-to-heading function call inside save-excursion.
14187
14188 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14189
14190 * man.el (Man-init-defvars, Man-translate-references)
14191 (Man-support-local-filenames, Man-highlight-references):
14192 * progmodes/sql.el (sql-interactive-mode):
14193 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14194
14195 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14196 (compilation-mode-font-lock-keywords): Add defvars.
14197 (checkdoc-interactive-loop): "?\ " -> "?\s".
14198
14199 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14200 (font-lock-doc-face, font-lock-string-face)
14201 (font-lock-keywords-case-fold-search): Add defvars.
14202 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14203
14204 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14205 Don't pass X and Y (they are ignored anyway).
14206 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14207 (mouse-delete-window): Make arguments optional.
14208
14209 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14210 (caesar-translate-table, minor-modes, news-buffer-save)
14211 (news-group-name, news-minor-modes): Add defvars.
14212
14213 * emacs-lisp/lselect.el (mouse-highlight-priority)
14214 (x-lost-selection-functions, zmacs-regions):
14215 * emacs-lisp/pp.el (font-lock-verbose):
14216 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14217 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14218 (ses-mode-map):
14219 * emacs-lisp/tcover-unsafep.el (safe-functions):
14220 * international/mule-cmds.el (mac-system-coding-system)
14221 (mac-system-locale):
14222 * language/ethio-util.el (rmail-current-message)
14223 (rmail-message-vector):
14224 * language/thai-util.el (thai-auto-composition-mode):
14225 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14226 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14227 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14228 (vm-primary-inbox, vm-spool-files):
14229 * mail/rmail.el (deleted-head, font-lock-fontified)
14230 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14231 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14232 (total-messages):
14233 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14234 (rmail-summary-mode-map):
14235 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14236 (rmail-last-label, rmail-last-multi-labels)
14237 (rmail-summary-vector, rmail-total-messages):
14238 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14239 * mail/rmailsum.el (msgnum):
14240 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14241 (rmail-current-message):
14242 * obsolete/fast-lock.el (font-lock-face-list):
14243 * obsolete/rnewspost.el (mail-reply-buffer):
14244 * obsolete/scribe.el (compile-command):
14245 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14246
14247 2005-08-28 John Paul Wallington <jpw@gnu.org>
14248
14249 * ibuf-ext.el (ibuffer-auto-update-changed):
14250 Use `frame-or-buffer-changed-p' to check whether we need to update.
14251 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14252 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14253 as a `frame-or-buffer-changed-p' state vector instead.
14254
14255 2005-08-27 Romain Francoise <romain@orebokech.com>
14256
14257 * textmodes/makeinfo.el (makeinfo-compile):
14258 Use `compilation-start'. Set `next-error-function' according to
14259 `disable-errors'.
14260 (makeinfo-next-error): New function.
14261 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14262 (makeinfo-buffer): Likewise.
14263
14264 * progmodes/compile.el (compilation-start): Add autoload cookie.
14265
14266 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14267 * textmodes/sgml-mode.el: Likewise.
14268 * progmodes/python.el: Likewise.
14269
14270 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14271
14272 * simple.el (blink-matching-paren-distance): Document the meaning
14273 of nil value, and allow to customize to nil.
14274
14275 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14276 command.com, not command.exe.
14277
14278 2005-08-26 John Wiegley <johnw@newartisans.com>
14279
14280 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14281 code around a bit so that an extraneous nil argument is not added
14282 to a command when no args are given.
14283
14284 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14285 double-quoted argument resolves to nil, return it as an empty
14286 string rather than as nil. This made it impossible to pass "" to
14287 a shell script as a null string argument.
14288
14289 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * outline.el (outline-invent-heading): New fun.
14292 (outline-promote, outline-demote): Use it.
14293 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14294 (outline-end-of-subtree): Remove unused var `opoint'.
14295
14296 2005-08-26 David Reitter <david.reitter@gmail.com>
14297
14298 * menu-bar.el (truncate-lines, write-file, print-buffer)
14299 (ps-print-buffer-faces, ps-print-buffer, split-window):
14300 Disable menu items when the frame they refer to is invisible, or when
14301 they refer to a buffer and the minibuffer is selected.
14302
14303 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14304
14305 * progmodes/flymake.el (flymake-highlight-err-lines):
14306 Use save-excursion around flymake-highlight-line to preserve point.
14307
14308 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14309
14310 * progmodes/octave-mod.el: Change Author and Maintainer address.
14311 (octave-maintainer-address): Change Kurt's email address.
14312 * progmodes/octave-inf.el: Change Author and Maintainer address.
14313 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14314
14315 2005-08-26 Kim F. Storm <storm@cua.dk>
14316
14317 * subr.el (version-list-<, version-list-<=, version-list-=):
14318 Rename from integer-list-*.
14319 (version-list-not-zero): Likewise. Fix while loop.
14320 (version=): Use version-list-= instead of string-equal.
14321
14322 2005-08-26 Richard M. Stallman <rms@gnu.org>
14323
14324 * outline.el (outline-promote): Try shortening the heading.
14325 As last resort, read the heading to use.
14326 (outline-demote): As last resort, read the heading to use.
14327
14328 2005-08-26 Romain Francoise <romain@orebokech.com>
14329
14330 * progmodes/compile.el (compilation-start): Doc fix.
14331
14332 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14333 (antlr-font-lock-additional-keywords): Fix reference to
14334 `antlr-font-lock-literal-regexp' erroneously changed during the
14335 mass face rename.
14336 (antlr-run-tool): Use `compilation-start'.
14337
14338 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14339 instead of the obsolete `compile-internal'.
14340
14341 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14342
14343 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14344 (number, original-date):
14345 * calendar/cal-china.el (date):
14346 * calendar/cal-coptic.el (date):
14347 * calendar/cal-french.el (date):
14348 * calendar/cal-hebrew.el (date, entry, number, original-date):
14349 * calendar/cal-islam.el (date, number, original-date):
14350 * calendar/cal-iso.el (date):
14351 * calendar/cal-julian.el (date):
14352 * calendar/cal-mayan.el (date):
14353 * calendar/cal-menu.el (date, event):
14354 * calendar/cal-persia.el (date):
14355 * calendar/lunar.el (date):
14356 * calendar/solar.el (date): Add defvars.
14357
14358 * emerge.el:
14359 * ibuffer.el:
14360 * info-xref.el:
14361 * obsolete/bg-mouse.el:
14362 * obsolete/sun-curs.el:
14363 * obsolete/swedish.el: Move the `defvar's to the top level.
14364
14365 * smerge-mode.el (smerge-refined-change): Add :group.
14366
14367 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14370 (smerge-keep-n): Remove props.
14371 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14372 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14373 now that it's done in smerge-keep-n.
14374 (smerge-refined-change): New face.
14375 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14376 (smerge-refine): New funs.
14377 (smerge-basic-map): Bind smerge-refine.
14378
14379 2005-08-25 Juri Linkov <juri@jurta.org>
14380
14381 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14382 compilation-process-setup-function and compilation-disable-input
14383 in grep-mode instead of let-bindings in grep.
14384
14385 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14386 Delete "Automatic File De/compression" (auto-compression-mode).
14387
14388 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14389
14390 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14391 Silence warning about non-existent variable.
14392
14393 2005-08-25 Richard M. Stallman <rms@gnu.org>
14394
14395 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14396 Rename "Describe Key" to "Describe Key or Mouse Operation".
14397
14398 * mail/mailalias.el (build-mail-aliases): Delete comments
14399 from the contents before processing them.
14400
14401 * isearch.el (isearch-edit-string): Erase the Search prompt
14402 if user enters an empty string and there is no default.
14403
14404 * comint.el (comint-file-name-prefix): Add autoload.
14405
14406 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14407
14408 * subr.el (play-sound): Rearrange to avoid warning.
14409
14410 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14411
14412 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14413 New hook.
14414 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14415
14416 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14419
14420 * custom.el (custom-theme-set-variables): Sort minor modes last.
14421
14422 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14423
14424 * subr.el (version-separator, version-regexp-alist): New vars used by
14425 version comparison funs.
14426 (integer-list-<, integer-list-=, integer-list-<=)
14427 (integer-list-not-zero): New funs for integer list comparison.
14428 (version-to-list, version=, version<, version<=): New funs for version
14429 comparison.
14430
14431 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14432
14433 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14434 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14435 time to silence the byte-compiler.
14436
14437 * ibuffer.el (ibuffer-compile-make-eliding-form)
14438 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14439 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14440 so it's silly to get warnings for it).
14441 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14442 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14443 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14444 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14445 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14446 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14447 Defvar at compile time.
14448 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14449 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14450 Declare them before use.
14451
14452 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14453 (info-xref-good, info-xref-bad): Defvar at compile time.
14454
14455 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14456 Use `let*' instead of `let'.
14457
14458 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14459 (*mouse-y*, menu, char): Defvar at compile time.
14460 (sc::menu): Declare it before use.
14461 (sc::pack-one-line): Use `let', not `let*'.
14462
14463 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14464 (mail-send-hook): Defvar at compile time.
14465
14466 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14467 Defvar at compile time.
14468
14469 * term/sun-mouse.el (current-global-mousemap)
14470 (current-local-mousemap): Declare them before use.
14471
14472 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14473
14474 * bookmark.el (bookmark-after-jump-hook): New hook.
14475 (bookmark-jump): Run `bookmark-after-jump-hook'.
14476
14477 2005-08-23 Juri Linkov <juri@jurta.org>
14478
14479 * faces.el (minibuffer-prompt): Doc fix.
14480
14481 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14482
14483 * progmodes/xscheme.el: Trivial changes to silence warnings.
14484 (xscheme-previous-mode, xscheme-previous-process-state):
14485 Add defvars.
14486 (xscheme-last-input-end, xscheme-process-command-line)
14487 (xscheme-process-name, xscheme-buffer-name)
14488 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14489 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14490 (xscheme-control-g-synchronization-p)
14491 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14492 (default-xscheme-runlight, xscheme-runlight)
14493 (xscheme-runlight-string, xscheme-process-filter-state)
14494 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14495 Move to beginning of file.
14496 (scheme-interaction-mode-commands-alist)
14497 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14498 Declare them before use. Note: the initialization code for the variables
14499 has not been moved because it uses functions that reference the variables.
14500 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14501 (xscheme-prompt-for-expression-map): Declare them before use.
14502 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14503
14504 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14505
14506 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14507
14508 2005-08-22 Juri Linkov <juri@jurta.org>
14509
14510 * faces.el (set-face-underline): Delete this duplicate function
14511 and make an obsolete alias to set-face-underline-p.
14512 (set-face-underline-p): Use docstring of set-face-underline.
14513 (describe-face): Create hyperlink to parent face.
14514
14515 * info.el (Info-insert-dir): Use save-excursion around
14516 insert-buffer-substring.
14517 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14518 (Info-escape-percent): Delete function.
14519 (Info-fontify-node): Replace Info-escape-percent by
14520 replace-regexp-in-string with REP arg set to lambda that
14521 duplicates `%' and preserves text properties.
14522
14523 * progmodes/compile.el (compilation-disable-input): Doc fix.
14524 (define-compilation-mode): Doc fix and refill.
14525 (kill-compilation): Use `mode-name' in the error message.
14526 (compilation-find-file): Use `compilation-error' in the
14527 read-file-name's prompt.
14528
14529 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14530
14531 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14532 (smerge-auto-leave): Make undo re-enable the mode.
14533 (debug-ignored-errors): Add the user-error of impossible resolution.
14534 (smerge-resolve): Move things around a bit, in preparation for later.
14535 (smerge-diff): Don't fail if the buffer has no associated file.
14536 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14537 (smerge-conflict-overlay): New function.
14538 (smerge-match-conflict): Don't add text properties here.
14539 (smerge-find-conflict): Instead, add an overlay here.
14540 Also check for the case where we're inside a conflict already, so as to
14541 obviate the need for font-lock-multiline, which is unbearably slow with
14542 large conflicts and ciomplex font-lock patterns.
14543 (smerge-remove-props): Remove overlay rather than text-properties.
14544 (smerge-mode): Don't set font-lock-multiline.
14545 Remove overlays when turned off.
14546
14547 2005-08-21 Kim F. Storm <storm@cua.dk>
14548
14549 * ido.el (ido-ignore-item-p): Use save-match-data.
14550 Bind case-fold-search to ido-case-fold locally.
14551
14552 2005-08-20 Richard M. Stallman <rms@gnu.org>
14553
14554 * files.el (normal-mode): If font lock is on, turn it off and on.
14555
14556 * subr.el (replace-regexp-in-string): Doc fix.
14557
14558 * startup.el (command-line-1): Don't suppress startup screen
14559 due to existing processes.
14560
14561 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14562
14563 * progmodes/compile.el (compilation-disable-input): Default to nil.
14564
14565 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14566
14567 * progmodes/compile.el (compilation-disable-input): New defcustom.
14568 (compilation-start): If compilation-disable-input is non-nil, send
14569 EOF to the compilation process.
14570
14571 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14572
14573 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14574 Run the argument of tex-shell-cd-command through
14575 convert-standard-filename, to get the correct style of slashes on
14576 Windows, and enclose the result in quotes, in case the file name
14577 includes whitespace or other special characters.
14578
14579 2005-08-19 Andreas Schwab <schwab@suse.de>
14580
14581 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14582 process.
14583
14584 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14585
14586 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14587
14588 2005-08-18 Kim F. Storm <storm@cua.dk>
14589
14590 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14591
14592 2005-08-18 Richard M. Stallman <rms@gnu.org>
14593
14594 * scroll-lock.el: New file.
14595
14596 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14597
14598 * dired.el (dired-move-to-end-of-filename):
14599 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14600
14601 2005-08-18 Kim F. Storm <storm@cua.dk>
14602
14603 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14604 rather than toggle mode when custom value is nil.
14605 (ido-everywhere): Fix defun doc string.
14606
14607 2005-08-17 Richard M. Stallman <rms@gnu.org>
14608
14609 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14610 as tag instead of "Inviolable".
14611
14612 2005-08-17 Kim F. Storm <storm@cua.dk>
14613
14614 * windmove.el (windmove-coordinates-of-position): Remove.
14615 (windmove-coordinates-of-window-position): Remove.
14616 (windmove-reference-loc): Use posn-at-point instead.
14617
14618 * subr.el (insert-for-yank-1): Doc fix.
14619
14620 * ido.el (ido-enter-matching-directory): Rename from
14621 ido-enter-single-matching-directory. Change `slash' choice to
14622 `only'. Add `first' choice.
14623 (ido-exhibit): Adapt to above changes.
14624
14625 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14626
14627 * Makefile.in: Expand comment about building loaddefs.el.
14628
14629 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14630
14631 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14632 Comment use of defadvice.
14633
14634 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14635
14636 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14637
14638 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14639 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14640 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14641 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14642 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14643 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14644 for backward compatibility for faces that did not appear in the
14645 previous Emacs release.
14646
14647 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14648
14649 2005-08-15 Kim F. Storm <storm@cua.dk>
14650
14651 * emulation/cua-base.el (cua-delete-region): Return t if
14652 deleted region was non-empty.
14653 (cua-replace-region): Inhibit overwrite-mode for
14654 self-insert-command if replaced region was non-empty.
14655 (cua--explicit-region-start, cua--status-string): Make them
14656 buffer-local at top-level...
14657 (cua-mode): ...rather than when mode is enabled.
14658
14659 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14660
14661 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14662 Set t for Emacs 21, 22, and so on.
14663
14664 2005-08-15 David Ponce <david@dponce.com>
14665
14666 * tree-widget.el: Update Commentary header.
14667 (tree-widget-theme): Doc fix.
14668 (tree-widget-space-width): New option.
14669 (tree-widget-image-properties): Look up in the default theme too.
14670 (tree-widget--cursors): Only for images with arrow pointer shape.
14671 (tree-widget-lookup-image): Pointer shape is hand by default.
14672 (tree-widget-icon): Rename generic icon widget from
14673 `tree-widget-control'.
14674 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14675 derive from `tree-widget-icon'.
14676 (tree-widget-handle): Improve default look and feel of the text
14677 representation.
14678 (tree-widget): Rename :*-control properties to :*-icon properties.
14679 Add :action and :help-echo properties.
14680 (tree-widget-after-toggle-functions): Move.
14681 (tree-widget-close-node, tree-widget-open-node): Remove.
14682 (tree-widget-before-create-icon-functions): New hook.
14683 (tree-widget-value-create): Update to allow customization of icons
14684 and nodes at run-time via that new hook.
14685 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14686 (tree-widget-icon-action, tree-widget-icon-help-echo)
14687 (tree-widget-action, tree-widget-help-echo): New functions.
14688
14689 2005-08-15 Kim F. Storm <storm@cua.dk>
14690
14691 * ido.el (ido-buffer-internal): Use with-no-warnings.
14692 (ido-make-merged-file-list): Use while-no-input.
14693
14694 2005-08-15 Richard M. Stallman <rms@gnu.org>
14695
14696 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14697 (flyspell-large-region): Fix doc and custom type.
14698
14699 2005-08-14 Richard M. Stallman <rms@gnu.org>
14700
14701 * files.el (interpreter-mode-alist): Doc fix.
14702
14703 * mail/rmail.el (rmail-nonignored-headers): New variable.
14704 (rmail-clear-headers): Use it.
14705 (rmail-reply): Better handling of mail-followup-to header.
14706
14707 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14708 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14709 don't try to refer to executable-font-lock-keywords.
14710 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14711 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14712 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14713 (sh-mode): Set comment-start-skip, local-abbrev-table,
14714 imenu-case-fold-search.
14715 (sh-set-shell): Don't set them here.
14716 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14717 Don't cache the results in the original alist; don't ever modify
14718 that alist.
14719
14720 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14721
14722 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14723 empty.
14724
14725 2005-08-15 Andreas Schwab <schwab@suse.de>
14726
14727 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14728
14729 * dired.el, info.el, mail/rmail.el: Revert last change.
14730
14731 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14732
14733 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14734 modification in `eval-after-load' form.
14735 * info.el: Likewise.
14736 * mail/rmail.el: Likewise.
14737
14738 2005-08-14 Juri Linkov <juri@jurta.org>
14739
14740 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14741 Remove highlighting of "Compilation started". Highlight only
14742 the word "finished" in "Compilation finished". Add highlighting
14743 of "interrupt", "killed", "terminated" and the exit code.
14744 (compilation-start): Add newline after header. Use exactly the
14745 same time stamp format as the finishing message.
14746 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14747
14748 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14749 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14750 Add highlighting of "interrupt", "killed", "terminated".
14751
14752 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14753 enabled and the current command is self-insert-command, call it
14754 explicitly with overwrite-mode bound to nil, to not allow it
14755 to delete the character after the selected region.
14756
14757 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14758
14759 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14760 move-end-of-line, end-of-line, and beginning-of-line to the list
14761 of commands after which the echo area is updated.
14762
14763 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14764
14765 * cus-edit.el (custom-save-all, custom-save-delete):
14766 Bind recentf-exclude to exclude custom-file.
14767
14768 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14769
14770 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14771 to go to the bottom of the mail message. Added to
14772 `rmail-summary-mode-map' with key "/".
14773 (rmail-summary-show-message): New (internal) function for use by
14774 both `rmail-summary-beginning/end-of-message'.
14775 (rmail-summary-beginning-of-message): Change to use
14776 rmail-summary-show-message.
14777
14778 * mail/rmail.el (rmail-end-of-message): New command to go to the
14779 end of the current message. Added to `rmail-mode-map' with key "/".
14780 (rmail-beginning-of-message): Fix to work as documented.
14781 (rmail-mode): Change documentation.
14782
14783 * progmodes/compile.el (compilation-start): Add the line
14784 "Compilation started" with compilation start time.
14785 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14786
14787 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14788
14789 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14790 of menu items.
14791
14792 2005-08-11 Richard M. Stallman <rms@gnu.org>
14793
14794 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14795
14796 * battery.el (battery-status-function): Don't use ignore-errors.
14797
14798 2005-08-11 Lute Kamstra <lute@gnu.org>
14799
14800 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14801 define-obsolete-variable-alias.
14802
14803 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14804
14805 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14806 (ange-ftp-send-cmd): Revert last change, and expand
14807 the comment explaining the problem.
14808
14809 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14810
14811 * ldefs-boot.el: Update.
14812
14813 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14814 item to "Time, Load and Mail". Change help echo text.
14815
14816 * time.el (display-time-use-mail-icon, display-time-format)
14817 (display-time-string-forms): Shorten first line of docstrings.
14818
14819 2005-08-10 Lars Hansen <larsh@soem.dk>
14820
14821 * desktop.el (desktop-buffer-mode-handlers):
14822 Make non-customizable. Add autoload cookie. Change initial value to
14823 nil; add elements in respective modules instead. Fix doc string.
14824 (desktop-load-file): New function.
14825 (desktop-minor-mode-handlers): New autoloaded variable.
14826 (desktop-create-buffer): Call minor mode handlers.
14827 Use desktop-load-file to load major and minor mode modules prior to
14828 checking for a handler.
14829 (desktop-save): Don't add nil to desktop-minor-modes for minor
14830 modes with nil function in desktop-minor-mode-table. Don't delete
14831 desktop file before rewriting it.
14832 (desktop-locals-to-save): Add autoload cookie. Don't make
14833 automatically buffer-local. Add variables column-number-mode,
14834 size-indication-mode, indent-tabs-mode,
14835 indicate-buffer-boundaries, indicate-empty-lines and
14836 show-trailing-whitespace.
14837 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14838 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14839 (desktop-clear-preserve-buffers-regexp): Delete.
14840 (desktop-clear-preserve-buffers): Update initial value and docstring.
14841 (desktop-save-buffer): Fix doc string.
14842
14843 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14844 (hilit-chg-desktop-restore): New function.
14845 (highlight-changes-mode): Add highlight-changes-mode to
14846 desktop-locals-to-save.
14847
14848 * dired.el: Add handler to desktop-buffer-mode-handlers.
14849 (dired-restore-desktop-buffer): Remove autoload cookie.
14850 (dired-mode): Add autoload cookie.
14851
14852 * info.el: Add handler to desktop-buffer-mode-handlers.
14853 (Info-restore-desktop-buffer): Remove autoload cookie.
14854 (Info-mode): Add autoload cookie.
14855
14856 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14857 (mh-restore-desktop-buffer): Remove autoload cookie.
14858 (mh-folder-mode): Add autoload cookie.
14859
14860 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14861 (rmail-restore-desktop-buffer): Remove autoload cookie.
14862
14863 2005-08-11 Masatake YAMATO <jet@gyve.org>
14864
14865 * hexl.el (hexl-address-region):
14866 (hexl-ascii-region, hexl-font-lock-keywords):
14867 (hexl-highlight-line-range): Use the term "region"
14868 instead of "area" for consistency with the other symbols
14869 defined in hexl.el.
14870
14871 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14872
14873 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14874 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14875 out by Juri Linkov). Add `display-battery-mode'.
14876
14877 2005-08-09 Juri Linkov <juri@jurta.org>
14878
14879 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14880 Remove `-text' from face variable names.
14881 (compilation-error-file-name, compilation-warning-file-name)
14882 (compilation-info-file-name): Delete faces.
14883 (compilation-line-number, compilation-column-number):
14884 Remove face underlining.
14885 (compilation-message-face): Set to `underline' value by default.
14886 (compilation-error-face, compilation-warning-face)
14887 (compilation-info-face): Remove `-file-name' from face names.
14888 (compilation-error-text-face, compilation-warning-text-face)
14889 (compilation-info-text-face): Delete face variables.
14890 (compilation-text-face): Delete function.
14891
14892 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14893 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14894 (grep-error-face): Set to `compilation-error' instead of
14895 `compilation-error-face' (which is redefined to `grep-hit-face' in
14896 grep buffers).
14897 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14898 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14899
14900 * dired-aux.el (dired-do-query-replace-regexp):
14901 Use `query-replace-read-args'.
14902
14903 * replace.el (query-replace-read-from, query-replace-read-to)
14904 (query-replace-read-args): Rename arg `string' to `prompt'.
14905
14906 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14907
14908 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14909
14910 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14911 uploading files.
14912 (ange-ftp-canonize-filename): Handle file names beginning with ~
14913 correctly.
14914
14915 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14916
14917 * textmodes/fill.el (canonically-space-region)
14918 (fill-context-prefix, fill-french-nobreak-p)
14919 (fill-delete-newlines, fill-comment-paragraph)
14920 (justify-current-line): "?\ " -> "?\s".
14921
14922 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14923
14924 * textmodes/fill.el (fill-nonuniform-paragraphs):
14925 Improve argument/docstring consistency.
14926
14927 2005-08-09 Richard M. Stallman <rms@gnu.org>
14928
14929 * textmodes/ispell.el (ispell-word): More fboundp checks.
14930
14931 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14932 (find-file-noselect-1): Call it here, only if RAWFILE.
14933 (normal-mode): Always set some major mode.
14934 (save-some-buffers-action-alist): Change some explanation strings.
14935 (file-name-non-special): In the `quote' method, use unwind-protect.
14936
14937 2005-08-09 Magnus Henoch <mange@freemail.hu>
14938
14939 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14940 (ispell-have-aspell-dictionaries): New variable.
14941 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14942 (ispell-get-aspell-config-value): New function.
14943 (ispell-aspell-find-dictionary): New function.
14944 (ispell-aspell-add-aliases): New function.
14945 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14946 appropriate. Don't look for ispell dictionaries if we use aspell.
14947 (ispell-menu-map): Don't build a submenu of dictionaries.
14948
14949 2005-08-09 Richard M. Stallman <rms@gnu.org>
14950
14951 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14952 (sql-read-passwd): Use read-passwd.
14953
14954 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14955 (idlwave-toolbar-is-possible): Add defvars.
14956
14957 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14958 Avoid warnings.
14959
14960 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14961 (idlwave-system-class-info, idlwave-executive-commands-alist):
14962 Use defvar.
14963
14964 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14965
14966 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14967 Avoid warnings.
14968
14969 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14970 and content-type: headers.
14971
14972 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14973
14974 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14975 and rename some of them to be more self-explanatory.
14976
14977 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14978
14979 * startup.el (command-line-1): Implement -scriptload.
14980
14981 * replace.el (occur-engine): Initial *Occur* output not undoable.
14982
14983 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14984 and improve help strings.
14985
14986 * isearch.el (isearch-repeat): When changing direction,
14987 mark search successful.
14988
14989 * ediff-init.el: Use (featurep 'xemacs).
14990
14991 * comint.el (send-invisible): Identify buffer, if not selected.
14992
14993 * align.el: Delete autoload for c-guess-basic-syntax.
14994
14995 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14996
14997 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14998 Improve argument/docstring consistency. Doc fixes.
14999 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15000 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15001 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15002 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15003 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15004 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15005 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15006 Defvar at compile time.
15007
15008 2005-08-09 Juri Linkov <juri@jurta.org>
15009
15010 * info.el: Replace `info' with upper-case `Info' where appropriate.
15011 (info-title-1, info-title-2, info-title-3, info-title-4)
15012 (info-menu-header): Move up face definitions.
15013 (info-menu-star): Rename from `info-menu-5'.
15014 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15015 (Info-fontify-visited-nodes): Fix docstring.
15016 (Info-hide-note-references): Fix docstring.
15017 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15018 menu items in the same way as on cross-references.
15019 (info-apropos): Fix sorting order and formatting to be like in the
15020 stand-alone Info browser. Display error messages for 1 sec.
15021 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15022 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15023 from the menu bar.
15024 (Info-insert-dir): Restore point after calling
15025 `insert-buffer-substring'.
15026
15027 2005-08-08 Richard M. Stallman <rms@gnu.org>
15028
15029 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15030 (recompute-lucid-menubar): Add defvars.
15031
15032 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15033
15034 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15035
15036 * net/net-utils.el (run-dig): Rename from `dig'.
15037
15038 * play/gametree.el (gametree-mode): Use make-local-variable,
15039 not make-variable-buffer-local.
15040
15041 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15042
15043 * ansi-color.el (ansi-color-make-extent)
15044 (ansi-color-set-extent-face): Use fboundp, not functionp.
15045
15046 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15047 not make-variable-buffer-local.
15048
15049 * bookmark.el (Info-current-file): Add defvar.
15050 (bookmark-jump-noselect): Use with-no-warnings.
15051
15052 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15053
15054 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15055
15056 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15057
15058 * find-file.el (ada-procedure-start-regexp)
15059 (ada-package-start-regexp): Add defvars.
15060
15061 * info.el (Info-insert-dir): Use insert-buffer-substring.
15062
15063 * xml.el (xml-att-def-re): Add defvar.
15064
15065 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15066 calling convention.
15067
15068 * subr.el (while-no-input): Return t if there is input.
15069
15070 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15071
15072 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15073
15074 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15075
15076 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15077 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15078
15079 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15080
15081 * cmuscheme.el (scheme-start-file): Replace reference to
15082 `user-emacs-directory' by "~/.emacs.d/".
15083
15084 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15085
15086 * info.el (Info-dir-remove-duplicates): Avoid case folding
15087 in loop; instead, keep downcased strings for comparison.
15088 Suggested by Helmut Eller.
15089
15090 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15091
15092 Sync with Tramp 2.0.50.
15093
15094 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15095 XEmacs case; not necessary anymore.
15096 (tramp-user-regexp): Allow "@" as part of user name.
15097 (tramp-handle-set-visited-file-modtime)
15098 (tramp-handle-insert-file-contents)
15099 (tramp-handle-write-region): No special handling for
15100 `last-coding-system-used, because this is done in
15101 `tramp-accept-process-output' now.
15102 (tramp-accept-process-output): New defun.
15103 (tramp-process-one-action, tramp-process-one-multi-action)
15104 (tramp-wait-for-regexp, tramp-wait-for-output)
15105 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15106 Howells <dhowells@redhat.com>.
15107 (clear-visited-file-modtime): Defadvice removed. The check for
15108 unset buffer's modtime does not need to be based on
15109 `tramp-buffer-file-attributes'. Suggested by RMS.
15110 (tramp-message): Insert "\n" if not being at beginning of line.
15111 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15112 sequence with same logic.
15113 (tramp-completion-handle-expand-file-name): Discard call of
15114 `tramp-drop-volume-letter'. It is not necessary, and there have
15115 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15116 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15117 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15118 should always be visible.
15119 (tramp-handle-insert-directory, tramp-setup-complete)
15120 (tramp-set-process-query-on-exit-flag)
15121 (tramp-append-tramp-buffers): Pacify byte-compiler.
15122 (tramp-bug): Delete non-existing variables from list.
15123 Apply `tramp-load-report-modules' as pre-hook.
15124 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15125 `shell-prompt-pattern' because of non-7bit characters.
15126 Reported by Sebastian Luque <sluque@mun.ca>.
15127 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15128 (tramp-match-string-list): Remove function.
15129 (tramp-wait-for-regexp): Remove call of that function.
15130 Suggested by Kim F. Storm <storm@cua.dk>.
15131 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15132 instead of octal character code ?\600. The latter resulted in a
15133 syntax error with XEmacs.
15134
15135 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15136 XEmacs case; not necessary anymore.
15137 (tramp-smb-handle-write-region): No special handling for
15138 `last-coding-system-used, because this is done in
15139 `tramp-accept-process-output' now.
15140 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15141
15142 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15143
15144 * wid-edit.el (widget-choice-value-create):
15145 Unconditionally respect user choice. Set :explicit-choice back to nil
15146 when no longer needed.
15147 (widget-choice-action): Unconditionally respect user choice.
15148 Eliminate :explicit-choice-value.
15149
15150 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15151
15152 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15153 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15154 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15155 running new function `toggle-indicate-empty-lines'.
15156 Rename "Customize" item to "Customize fringe".
15157 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15158 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15159 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15160 Delete "Empty lines only" item.
15161 (menu-bar-showhide-fringe-ind-customize): New function.
15162 (menu-bar-showhide-fringe-ind-mixed)
15163 (menu-bar-showhide-fringe-ind-box)
15164 (menu-bar-showhide-fringe-ind-right)
15165 (menu-bar-showhide-fringe-ind-left)
15166 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15167 instead of `fringe-indicators'.
15168
15169 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15170
15171 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15172 Change the date of last update.
15173
15174 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15175
15176 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15177 (viper-exec-yank, viper-put-back): Don't display modification msg
15178 if in the minibuffer.
15179
15180 * viper-init.el (viper-replace-overlay-cursor-color)
15181 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15182 Make variables frame local.
15183
15184 * viper-util.el (viper-append-filter-alist): Use append instead of
15185 nconc.
15186
15187 * viper.el (viper-vi-state-mode-list)
15188 (viper-emacs-state-mode-list): Move help-mode and
15189 completion-list-mode from the first list to the second.
15190 (viper-mode): Docstring.
15191 (viper-go-away, viper-non-hook-settings): Don't localize
15192 minor-mode-alist in newer Emacsen. Add advice to
15193 set-cursor-color. Don't bind "\C-c\\".
15194
15195 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15196
15197 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15198 (scheme-macro-expand-command): New user options.
15199 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15200 (scheme-form-at-point, scheme-start-file)
15201 (scheme-interactively-start-process): New functions.
15202 (scheme-get-process): New function, extracted from `scheme-proc'.
15203 (run-scheme): Call `scheme-start-file' to get start file, and pass
15204 it to `make-comint'.
15205 (switch-to-scheme, scheme-proc):
15206 Call `scheme-interactively-start-process' if no Scheme buffer/process
15207 is available.
15208
15209 2005-08-06 Juri Linkov <juri@jurta.org>
15210
15211 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15212 Use `compilation-text-face', `compilation-info-text-face' and
15213 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15214 (compilation-error): New face.
15215 (compilation-error-file-name): Inherit from
15216 `compilation-error' instead of `font-lock-warning-face'.
15217 (compilation-warning-file-name): Inherit from
15218 `compilation-warning' instead of `font-lock-warning-face'.
15219 (compilation-info, compilation-error-file-name)
15220 (compilation-warning-file-name, compilation-info-file-name)
15221 (compilation-line-number, compilation-column-number): Doc fix.
15222 (compilation-error-text-face, compilation-warning-text-face)
15223 (compilation-info-text-face): New face variables.
15224 (compilation-line-face, compilation-column-face)
15225 (compilation-enter-directory-face)
15226 (compilation-leave-directory-face): Doc fix.
15227 (compilation-text-face): New function.
15228
15229 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15230 instead of 1 to display binary file names as info file links.
15231 (grep-error-face): Use `compilation-error-face' instead of
15232 `font-lock-keyword-face'.
15233 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15234 and `compilation-warning-text-face' instead of
15235 `font-lock-keyword-face'. Use `compilation-error-text-face'
15236 instead of `grep-error-face'.
15237
15238 2005-08-05 Kenichi Handa <handa@m17n.org>
15239
15240 * international/code-pages.el: Add autoload cookies for all coding
15241 systems.
15242
15243 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15244
15245 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15246
15247 2005-08-04 Juri Linkov <juri@jurta.org>
15248
15249 * progmodes/compile.el (compilation-mode-map):
15250 * progmodes/grep.el (grep-mode-map):
15251 Bind TAB to `compilation-next-error' and [backtab] to
15252 `compilation-previous-error'.
15253
15254 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15255 matching line numbers, column numbers and their ranges with regexp
15256 matching only line numbers.
15257 (grep-context-face): New face variable.
15258 (grep-mode-font-lock-keywords): Use it.
15259
15260 * faces.el (read-face-name): Delete duplicate faces.
15261
15262 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15263
15264 * thumbs.el (thumbs-find-image): Don't make variables
15265 automatically buffer local.
15266 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15267 (thumbs-image-num): Make automatically buffer local.
15268 (thumbs-show-thumbs-list): Use `make-local-variable', not
15269 `make-variable-buffer-local'.
15270 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15271
15272 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15273 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15274 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15275 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15276 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15277 (feelings-about, foullst, found, hello, history, howareyoulst)
15278 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15279 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15280 (neglst, obj, object, owner, please, problems, qlist)
15281 (random-adjective, relation, remlst, repetitive-shortness)
15282 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15283 (shortlst, something, sportslst, stallmanlst, states, subj)
15284 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15285 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15286 Defvar at compile time.
15287
15288 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15289 not `make-variable-buffer-local'.
15290
15291 2005-08-02 Kim F. Storm <storm@cua.dk>
15292
15293 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15294 rectangle overlay in selected window.
15295
15296 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15297
15298 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15299 instead of display group. Make `indicate-buffer-boundaries'
15300 customizable through Custom.
15301
15302 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15303
15304 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15305 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15306 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15307 (gdb-put-string): Fix typos in docstrings.
15308
15309 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15310
15311 Update copyright notices of files in progmodes directory for
15312 release of Emacs 22.1.
15313
15314 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15315
15316 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15317 Don't barf if the GUD buffer has been killed.
15318
15319 2005-08-01 Kim F. Storm <storm@cua.dk>
15320
15321 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15322
15323 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15324
15325 * simple.el (next-error-follow-minor-mode):
15326 make-variable-buffer-local -> make-local-variable.
15327
15328 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15329
15330 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15331 (byte-compile-form-make-variable-buffer-local): New functions to warn
15332 about misuses of make-variable-buffer-local where make-local-variable
15333 was meant.
15334
15335 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15336
15337 * bs.el (bs-attributes-list): Doc fix.
15338 (bs): Update url-link.
15339
15340 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15341 (desktop-load-default): Simplify.
15342
15343 * ibuffer.el (ibuffer-columnize-and-insert-list)
15344 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15345 (ibuffer-unmark-all, ibuffer-toggle-marks)
15346 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15347 (ibuffer-compile-make-format-form, ibuffer-format-column)
15348 (ibuffer-current-buffers-with-marks)
15349 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15350 (ibuffer): Doc fix.
15351 (ibuffer-mode): Fix typo in docstring.
15352 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15353 with `define-obsolete-variable-alias'.
15354 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15355
15356 2005-07-29 Kenichi Handa <handa@m17n.org>
15357
15358 * international/mule-cmds.el (select-message-coding-system):
15359 Be sure to use LF for end-of-line. If no coding system is decided,
15360 return iso-8859-1-unix.
15361
15362 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15363
15364 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15365 (ange-ftp-pending-error-line): New vars.
15366 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15367 to handle the non-fatal no-route-to-host messages.
15368 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15369
15370 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15371
15372 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15373 (isearch-quote-char, isearch-printing-char)
15374 (isearch-text-char-description): "?\ " -> "?\s".
15375 (isearch-lazy-highlight-cleanup)
15376 (isearch-lazy-highlight-initial-delay)
15377 (isearch-lazy-highlight-interval)
15378 (isearch-lazy-highlight-max-at-a-time)
15379 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15380 Declare with define-obsolete-*-alias macros.
15381 (isearch-forward): Fix typo in docstring.
15382 (search-invisible, search-ring-yank-pointer)
15383 (regexp-search-ring-yank-pointer): Doc fixes.
15384
15385 * recentf.el (recentf-menu-append-commands-p): Declare with
15386 `define-obsolete-variable-alias'.
15387 (recentf-max-saved-items, recentf-menu-filter)
15388 (recentf-arrange-by-rule-subfilter): Doc fixes.
15389 (recentf-menu-append-commands-flag)
15390 (recentf-initialize-file-name-history, recentf-expand-file-name)
15391 (recentf-clear-data): Fix typos in docstrings.
15392
15393 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15394
15395 * progmodes/gdb-ui.el: Smarten comments.
15396 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15397
15398 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15399
15400 * term/apollo.el (terminal-init-apollo): New function containing
15401 all former top level forms in the file.
15402 * term/bobcat.el (terminal-init-bobcat):
15403 * term/cygwin.el (terminal-init-cygwin):
15404 * term/iris-ansi.el (terminal-init-iris-ansi):
15405 * term/linux.el (terminal-init-linux):
15406 * term/news.el (terminal-init-news):
15407 * term/rxvt.el (terminal-init-rxvt):
15408 * term/sun.el (terminal-init-sun):
15409 * term/tvi970.el (terminal-init-tvi970):
15410 * term/vt100.el (terminal-init-vt100):
15411 * term/vt102.el (terminal-init-vt102):
15412 * term/vt125.el (terminal-init-vt125):
15413 * term/vt200.el (terminal-init-vt200):
15414 * term/vt201.el (terminal-init-vt201):
15415 * term/vt220.el (terminal-init-vt220):
15416 * term/vt240.el (terminal-init-vt240):
15417 * term/vt300.el (terminal-init-vt300):
15418 * term/vt320.el (terminal-init-vt320):
15419 * term/vt400.el (terminal-init-vt400):
15420 * term/vt420.el (terminal-init-vt420):
15421 * term/wyse50.el (terminal-init-wyse50):
15422 * term/xterm.el (terminal-init-xterm): Likewise.
15423
15424 * term/README: Describe the terminal-init-* functionality.
15425
15426 * startup.el (command-line): After loading the terminal initialization
15427 file call the corresponding terminal initialization function.
15428
15429 2005-07-27 Kenichi Handa <handa@m17n.org>
15430
15431 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15432 negative.
15433
15434 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15435 (ps-mule-composition-prologue): Fix for the case that
15436 RelativeCompose is false.
15437
15438 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15441
15442 * descr-text.el (describe-char): Handle the case where the list of
15443 chars is displayed in a separate frame.
15444 Be a bit more discriminating when looking for the char.
15445
15446 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15447
15448 * bookmark.el (bookmark-automatically-show-annotations)
15449 (bookmark-read-annotation-text-func): Doc fixes.
15450 (bookmark-save): Improve argument/docstring consistency.
15451 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15452 (bookmark-alist-from-buffer)
15453 (bookmark-upgrade-file-format-from-0)
15454 (bookmark-grok-file-format-version)
15455 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15456 (bookmark-read-annotation-mode)
15457 (bookmark-insert-current-bookmark, bookmark-jump)
15458 (bookmark-exit-hook): Fix typos in docstrings.
15459 (bookmark-exit-hooks): Define as obsolete alias.
15460 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15461 not `bookmark-exit-hooks'. Fix docstring.
15462 (bookmark-bmenu-select): "?\ " -> "?\s".
15463
15464 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15465
15466 * startup.el (command-line): Fix typo.
15467
15468 2005-07-24 Richard M. Stallman <rms@gnu.org>
15469
15470 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15471 not emacs-quick-startup.
15472
15473 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15474
15475 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15476 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15477 instead of `reb-with-current-window'.
15478 (reb-prev-match): Likewise. Also, don't move left if the search
15479 was unsuccessful.
15480 (reb-initialize-buffer): New function.
15481 (re-builder, reb-change-syntax): Use it.
15482
15483 * man.el (Man-goto-page): Make second argument NOERROR optional.
15484
15485 2005-07-23 Richard M. Stallman <rms@gnu.org>
15486
15487 * man.el (Man-bgproc-sentinel): Check here for failure to find
15488 any man page in the output, and report the error here.
15489 (Man-arguments): Make it permanent local.
15490 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15491 (Man-mode): Pass t for NOERROR.
15492
15493 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15494 (grep-mode-font-lock-keywords):
15495 Don't use compilation-...-face for messages that are not file names.
15496
15497 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15498 Don't use compilation-...-face for messages that are not file names.
15499
15500 2005-07-22 Juri Linkov <juri@jurta.org>
15501
15502 * startup.el (normal-splash-screen): Update menu name.
15503
15504 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15505
15506 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15507
15508 * term/xterm.el: Load term/rxvt if the terminal is actually an
15509 rxvt terminal.
15510 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15511
15512 * term/rxvt.el (function-key-map): Use substitute-key-definition
15513 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15514
15515 * term/cygwin.el: New file.
15516
15517 2005-07-22 Kim F. Storm <storm@cua.dk>
15518
15519 * image-file.el (insert-image-file, image-file-yank-handler):
15520 Fix last change to maintain a (unique) yank-handler on yanked images.
15521
15522 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15523
15524 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15525 of the file size (as in "177B" for 177 bytes). This happens with
15526 "ls -lh" on FreeBSD.
15527
15528 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15529
15530 * hilit-chg.el (highlight-changes-global-initial-state)
15531 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15532 (hilit-chg-fixup, highlight-changes-mode):
15533 Fix typos in docstrings.
15534 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15535 Doc fixes.
15536
15537 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15538
15539 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15540 mode function using `eval-after-load'.
15541
15542 2005-07-21 Kim F. Storm <storm@cua.dk>
15543
15544 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15545 included when reporting an emacs crash, and tell about the DEBUG file.
15546
15547 * image-file.el (insert-image-file): Add yank-handler.
15548 (image-file-yank-handler): Yank handler to make unique copies of
15549 images when they are yanked into a buffer next to each other.
15550
15551 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15552
15553 * comint.el (comint-use-prompt-regexp, comint-send-input)
15554 (comint-source-default, comint-extract-string)
15555 (comint-get-source, comint-word, comint-completion)
15556 (comint-source, comint-prompt-read-only, comint-update-fence):
15557 Fix typos in docstrings.
15558 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15559 Declare with define-obsolete-*-alias macros.
15560 (comint-previous-matching-input-from-input)
15561 (comint-next-matching-input-from-input)
15562 (comint-previous-matching-input, comint-next-matching-input)
15563 (comint-forward-matching-input):
15564 Improve argument/docstring consistency.
15565
15566 * desktop.el (desktop-clear-preserve-buffers-regexp):
15567 Also preserve the *server* buffer.
15568
15569 * simple.el (clone-indirect-buffer): Doc fix.
15570 (fixup-whitespace, just-one-space)
15571 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15572 (next-error, next-error-highlight)
15573 (next-error-highlight-no-select, next-error-last-buffer)
15574 (next-error-buffer-p, next-error-find-buffer, next-error)
15575 (previous-error, next-error-no-select, previous-error-no-select)
15576 (open-line, split-line, minibuffer-prompt-width, kill-new)
15577 (binary-overwrite-mode): Fix typos in docstrings.
15578 (set-fill-column): Fix typo in message.
15579
15580 * skeleton.el (skeleton-proxy-new): Doc fix.
15581
15582 * strokes.el (strokes-load-hook): Doc fix.
15583 (strokes-grid-resolution, strokes-get-grid-position)
15584 (strokes-renormalize-to-grid, strokes-read-stroke)
15585 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15586 (strokes-global-map): Fix typos in docstrings.
15587 (strokes-help): Doc fix. Fix help message and pass it through
15588 `substitute-command-keys'.
15589
15590 * tempo.el (tempo-insert-prompt, tempo-interactive)
15591 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15592 (tempo-insert-string-functions, tempo-local-tags)
15593 (tempo-define-template, tempo-insert-template)
15594 (tempo-insert-prompt-compat, tempo-is-user-element)
15595 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15596 Fix typos in docstrings.
15597
15598 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15599 (vcursor-key-bindings, vcursor-use-vcursor-map)
15600 (vcursor-find-window, vcursor-scroll-down)
15601 (vcursor-disable, vcursor-beginning-of-buffer)
15602 (vcursor-end-of-buffer): Fix typos in docstrings.
15603 (vcursor-relative-move, vcursor-get-char-count):
15604 Improve argument/docstring consistency.
15605
15606 * version.el: "?\ " -> "?\s".
15607
15608 * wid-edit.el (widget-default-create, widget-after-change)
15609 (widget-default-format-handler, widget-checklist-add-item)
15610 (widget-radio-add-item, widget-choose, widget-specify-secret)
15611 (widget-field-value-create, widget-field-value-get)
15612 (widget-editable-list-format-handler)
15613 (widget-editable-list-entry-create, widget-group-value-create)
15614 (widget-documentation-link-add)
15615 (widget-documentation-string-value-create): "?\ " -> "?\s".
15616 (widget-convert-text): Doc fix.
15617 (widget-narrow-to-field, widget-field-find)
15618 (widget-url-link-action, widget-emacs-library-link-action)
15619 (widget-color-notify): Fix typos in docstrings.
15620
15621 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15622 (x-select-text, set-w32-system-coding-system)
15623 (w32-add-charset-info): Fix typos in docstrings.
15624
15625 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15626 (cua-enable-cua-keys, cua-use-hyper-key)
15627 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15628 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15629
15630 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15631
15632 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15633 `defalias' instead of faking it.
15634
15635 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15636 (eshell-ls-missing, eshell-ls-dired-initial-args)
15637 (eshell-ls-use-in-dired): Fix typos in docstrings.
15638
15639 2005-07-20 Kim F. Storm <storm@cua.dk>
15640
15641 * emulation/cua-base.el (cua-mode): Improve doc string.
15642
15643 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15644
15645 * abbrev.el (expand-region-abbrevs): Doc fix.
15646 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15647 Improve argument/docstring consistency.
15648
15649 * arc-mode.el (archive-get-descr, archive-alternate-display):
15650 Doc fixes.
15651 (archive-l-e): Improve argument/docstring consistency.
15652 (archive-tmpdir, archive-unixdate, archive-unixtime)
15653 (archive-chmod-entry): Fix typos in docstrings.
15654 (archive-unflag, archive-unflag-backwards)
15655 (archive-unmark-all-files): "?\ " -> "?\s".
15656
15657 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15658 (Buffer-menu-not-modified, Buffer-menu-execute)
15659 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15660 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15661
15662 * composite.el (compose-string, encode-composition-rule)
15663 (compose-last-chars): Fix typos in docstrings.
15664
15665 * desktop.el (desktop-enable, desktop-basefilename):
15666 Declare with `define-obsolete-variable-alias'.
15667 (desktop-internal-v2s): Don't quote keywords.
15668 (desktop-clear): "?\ " -> "?\s".
15669
15670 * dired.el (dired-align-file, dired-flag-backup-files)
15671 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15672 (dired-listing-switches, dired-ls-F-marks-symlinks)
15673 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15674 (dired-directory, dired-faces, dired, dired-revert)
15675 (dired-mode, dired-summary, dired-view-file)
15676 (dired-copy-filename-as-kill, dired-delete-file)
15677 (dired-no-confirm, dired-unmark-all-marks)
15678 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15679 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15680 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15681 Fix typos in message strings.
15682
15683 * dired-x.el (virtual-dired): Declare with `defalias'.
15684 (dired-mark-unmarked-files, dired-local-variables-file)
15685 (dired-omit-here-always): Doc fix.
15686 (dired-omit-mode, dired-find-subdir)
15687 (dired-enable-local-variables, dired-clean-up-buffers-too)
15688 (dired-extra-startup, dired-mark-extension, dired-jump)
15689 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15690 (dired-smart-shell-command, dired-guess-shell-alist-user)
15691 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15692 (dired-x-bind-find-file, dired-x-submit-report):
15693 Fix typos in docstrings.
15694 (dired-mark-unmarked-files): "?\ " -> "?\s".
15695
15696 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15697
15698 * faces.el (describe-face): "?\ " -> "?\s".
15699 (read-all-face-attributes, read-face-font, modify-face)
15700 (face-attr-construct, italic): Fix typos in docstrings.
15701 (frame-update-face-colors): Declare with
15702 `define-obsolete-function-alias'.
15703
15704 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15705 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15706 (magic-mode-alist, buffer-file-numbers-unique)
15707 (write-file-functions, get-free-disk-space):
15708 Fix typos in docstrings.
15709 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15710 (write-contents-hooks, write-file-hooks):
15711 Declare with `define-obsolete-variable-alias'.
15712
15713 * forms-d2.el (arch-rj): Fix typo in docstrings.
15714 (arch-tocol): Likewise. "?\ " -> "?\s".
15715
15716 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15717 Fix typo in docstring.
15718 (set-screen-width, set-screen-height): Delete redundant info in
15719 doctrings.
15720 (new-frame, screen-height, screen-width): Declare with
15721 `define-obsolete-function-alias'.
15722 (delete-frame-hook, blink-cursor): Declare with
15723 `define-obsolete-variable-alias'.
15724
15725 * paths.el (prune-directory-list): Fix typos in docstring.
15726
15727 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15728 (cvs-prefix-get): Fix typos in docstrings.
15729
15730 * ps-print.el (ps-extend-face-list, ps-extend-face)
15731 (ps-print-background-image): Fix typos in docstrings.
15732 (ps-default-fg, ps-default-bg): Doc fixes.
15733
15734 * s-region.el (s-region-bind): Doc fix.
15735 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15736
15737 * textmodes/org.el (org-table-formula-substitute-names)
15738 (org-table-get-vertical-vector): Doc fixes.
15739 (org-table-recalculate): Remove unused argument to `message'.
15740
15741 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15742
15743 * textmodes/org.el (org-table-column-names)
15744 (org-table-column-name-regexp)
15745 (org-table-named-field-locations): New variables.
15746 (org-archive-subtree): Protect `this-command' when calling
15747 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15748 the kill buffer.
15749 (org-complete): Remove fixed-formula completion.
15750 (org-edit-formulas-map): New variable.
15751 (org-table-edit-formulas): New command.
15752 (org-finish-edit-formulas, org-abort-edit-formulas)
15753 (org-show-variable, org-table-get-vertical-vector): New functions.
15754 (org-table-maybe-eval-formula): Handle `:=' fields.
15755 (org-table-get-stored-formulas, org-table-store-formulas)
15756 (org-table-get-formula, org-table-modify-formulas)
15757 (org-table-replace-in-formulas): Handle named field formulas.
15758 (org-table-get-specials): Store locations of named fields.
15759
15760 2005-07-19 Juri Linkov <juri@jurta.org>
15761
15762 * progmodes/grep.el (grep-regexp-alist)
15763 (grep-mode-font-lock-keywords, grep-process-setup):
15764 Use default GNU grep match color "01;31m" instead of "01;41m".
15765 (grep-regexp-alist, grep-mode-font-lock-keywords):
15766 Use `\\[[0-9]*m' instead of `\\[00m'.
15767 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15768 sgr_start where its handling is more important. Use the real
15769 length of sgr_start instead of constant 8.
15770 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15771 specially. Delete all remaining escape sequences.
15772 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15773 (grep-regexp-alist): Make hyperlink only for binary file name
15774 instead of the whole line.
15775 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15776 (grep-mode): Add autoload.
15777
15778 * emacs-lisp/find-func.el (find-function-regexp):
15779 Add `define-compilation-mode'.
15780
15781 2005-07-19 Juri Linkov <juri@jurta.org>
15782
15783 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15784 (compare-windows-sync-string-size, compare-windows-recenter)
15785 (compare-windows-highlight, compare-windows): Add version 22.1.
15786 (compare-windows) <defface>: Inherit from lazy-highlight instead
15787 of duplicating its default value.
15788
15789 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15790 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15791
15792 * descr-text.el (describe-char): Create link buttons for `charset'
15793 and `code point'. Add the current input method name with a link
15794 button to `to input' field. Print face names of display table
15795 characters in `The display table entry is displayed by' section
15796 instead of printing face-id in the `display' field.
15797 Guess hardcoded faces and create a link button for them.
15798 Skip empty fields when calculating max-width.
15799 Treat `widget-create' specially while inserting strings from the
15800 collected field list.
15801 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15802
15803 * diff-mode.el (diff-file-header): Change foreground color from
15804 yellow to green on light backgrounds.
15805 (diff-context): Inherit from `shadow' only for color/grayscale
15806 with more than 88 colors.
15807 (diff-indicator-removed, diff-indicator-added)
15808 (diff-indicator-changed): New faces.
15809 (diff-font-lock-keywords): Use new faces. Regroup rules.
15810 Add "^---$" for `normal' diff format. Fontify `#' lines with
15811 font-lock-comment-delimiter-face and font-lock-comment-face.
15812 Add `#' to ^[^...] in the rule for `diff-context-face'.
15813
15814 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15815 a button-like box. Inherit from `highlight' on low colors.
15816 (shadow): Use shades of gray only for color/grayscale with
15817 more than 88 colors. Use green for light backgrounds with
15818 8 colors, and yellow for dark backgrounds with 8 colors.
15819
15820 * font-lock.el (font-lock-regexp-grouping-backslash):
15821 Don't inherit from escape-glyph (use bold for all cases).
15822
15823 * info.el (info-xref-visited): Use light foreground color `violet'
15824 for dark backgrounds instead of dark color `magenta3'.
15825 (info-title-1): Use `yellow' color for dark backgrounds.
15826
15827 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15828 too-light magenta2.
15829
15830 * replace.el (match): Use slightly more light RoyalBlue3 instead
15831 of dark RoyalBlue4.
15832
15833 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15834
15835 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15836
15837 * novice.el (disabled-command-hook): Declare it with
15838 `define-obsolete-variable-alias'.
15839
15840 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15841 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15842 (desktop-load-default): Add release to obsolescence info.
15843 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15844 (desktop-append-buffer-args, desktop-read):
15845 Fix typos in docstrings.
15846 (desktop-kill): Fix typo in message.
15847 (desktop-save): Doc fix.
15848
15849 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15850
15851 * viper-cmd.el (viper-escape-to-state): Bug fix.
15852 (viper-envelop-ESC-key): Change the definition of fast
15853 keysequence so it'll work with keyboard macros.
15854
15855 * ediff.el (ediff-patch-buffer): Change the docstring.
15856
15857 2005-07-19 Kenichi Handa <handa@m17n.org>
15858
15859 * international/mule-cmds.el (select-safe-coding-system): Try to
15860 use an auto-coding (if any) before anything else. If the found
15861 auto-coding is invalid, show a warning message.
15862
15863 * international/mule.el (find-auto-coding): New function created
15864 by modifying the body of set-auto-coding.
15865 (set-auto-coding): Use find-auto-coding to find a coding.
15866
15867 2005-07-18 Richard M. Stallman <rms@gnu.org>
15868
15869 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15870 not isearch-mode-end-hook-error.
15871 (allout-before-change-protect): Fix error message.
15872
15873 2005-07-18 Juri Linkov <juri@jurta.org>
15874
15875 * allout.el (allout-mode):
15876 * calculator.el (calculator-copy):
15877 * custom.el (custom-known-themes):
15878 * dired.el (dired-desktop-buffer-misc-data)
15879 (dired-restore-desktop-buffer):
15880 * dired-x.el (dired-omit-marker-char):
15881 * files.el (basic-save-buffer):
15882 * font-core.el (font-lock-mode):
15883 * calendar/calendar.el (calendar-goto-hebrew-date)
15884 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15885 (calendar-goto-persian-date):
15886 * language/ethio-util.el (ethio-sera-to-fidel-region):
15887 * textmodes/picture.el (picture-mode):
15888 Delete duplicate duplicate words.
15889
15890 2005-07-18 Juri Linkov <juri@jurta.org>
15891
15892 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15893 chars * ? } |.
15894 (isearch-fallback): Don't call `isearch-process-search-char'.
15895 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15896 (isearch-process-search-char): Call `isearch-fallback' for regexp
15897 chars * ? } |.
15898 (isearch-return-char): Make obsolete with `make-obsolete' instead
15899 of simply documenting it as obsolete in the docstring.
15900 (isearch-fallback): Refill docstring.
15901
15902 * international/isearch-x.el
15903 (isearch-process-search-multibyte-characters): Remove unneeded
15904 `concat'. Add intermediate values to `junk-hist' instead of
15905 `minibuffer-history'. Test the length of `str'.
15906
15907 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15908
15909 * allout.el (allout-resolve-xref): Fix typos in error strings.
15910 (allout-before-change-protect): Remove unneeded `concat'.
15911
15912 * array.el (array-mode, array-reconfigure-rows)
15913 (untabify-backward): Fix typos in docstrings.
15914 (array-reconfigure-rows): Use `insert-buffer-substring', not
15915 `insert-buffer'.
15916
15917 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15918 * progmodes/ada-mode.el (ada-make-body):
15919 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15920
15921 * dired.el (dired-log):
15922 * tar-mode.el (tar-subfile-save-buffer):
15923 * play/zone.el (zone-pgm-stress-destress):
15924 Use `insert-buffer-substring', not `insert-buffer'.
15925
15926 2005-07-17 Simon Josefsson <jas@extundo.com>
15927
15928 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15929
15930 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15931
15932 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15933 Add plain auth method.
15934 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15935
15936 2005-07-17 Kim F. Storm <storm@cua.dk>
15937
15938 * ido.el (dired-other-window): Add ido property.
15939
15940 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15943 Fix typo in docstring.
15944 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15945 `insert-file-literally'.
15946
15947 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15948 info and delete redundant message. Doc fix.
15949 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15950 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15951
15952 2005-07-16 Richard M. Stallman <rms@gnu.org>
15953
15954 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15955 (byte-compile-and): Use byte-compile-and-recursion.
15956 (byte-compile-or-recursion): New function.
15957 (byte-compile-or): Use that.
15958 (byte-compile-if): Guard the else-clause too.
15959 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15960
15961 * isearch.el (isearch-mode-end-hook-quit): New variable.
15962 (isearch-done): Bind it.
15963 (isearch-mode-end-hook): Doc fix.
15964
15965 * allout.el (allout-isearch-did-quit): Variable deleted.
15966 (allout-real-isearch-abort): Function name no longer used.
15967 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15968 (allout-isearch-rectification): isearch-mode always exists.
15969 Don't set allout-isearch-did-quit.
15970 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15971 allout-isearch-did-quit.
15972 (allout-enwrap-isearch): Just add the hook.
15973 (allout-isearch-abort): Function deleted.
15974 (allout-pre-command-business): Avoid warning.
15975
15976 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15977 Correctly avoid warnings.
15978 (pascal-outline): Likewise.
15979
15980 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15981
15982 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15983
15984 * play/tetris.el (tetris-mode): Avoid warning.
15985
15986 * play/snake.el (snake-mode): Avoid warning.
15987
15988 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15989 (gamegrid-set-display-table): Avoid warning.
15990 (gamegrid-set-timer): Likewise.
15991 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15992 (gamegrid-add-score-with-update-game-score-1): Take FILE
15993 as argument.
15994 (gamegrid-add-score-with-update-game-score): Pass that argument.
15995 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15996
15997 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15998
15999 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16000 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16001
16002 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16003 and insert-file.
16004
16005 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16006 (sc-ask): Avoid warnings.
16007
16008 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16009 (eshell-hist-initialize): Use that var the natural way.
16010
16011 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16012
16013 * emacs-lisp/re-builder.el (reb-cook-regexp):
16014 Avoid warning calling lre-compile-string.
16015 (reb-color-display-p): Avoid warning.
16016
16017 * calculator.el (calculator-last-input): Guard uses
16018 of event-key and key-press-event-p.
16019 (event-key, key-press-event-p): Delete definitions.
16020
16021 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16022 (find-gc-source-directory, find-gc-subrs-callers)
16023 (find-gc-noreturn-list, find-gc-source-files)
16024 (find-gc-subrs-called): Vars renamed and defvar'd.
16025
16026 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16027 (checkdoc-overlay-put, checkdoc-delete-overlay)
16028 (checkdoc-overlay-start, checkdoc-overlay-end)
16029 (checkdoc-mode-line-update, checkdoc-char=):
16030 Define such that compiler knows they are defined.
16031 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16032 (checkdoc-read-event): Delete. Use read-event directly.
16033
16034 * whitespace.el (whitespace-make-overlay)
16035 (whitespace-overlay-put, whitespace-delete-overlay)
16036 (whitespace-overlay-start, whitespace-overlay-end):
16037 Define such that compiler knows they are defined.
16038 (whitespace): Move conditional inside.
16039
16040 * tempo.el (tempo-insert-template): Suppress warning.
16041
16042 * ediff-diff.el (longlines-mode): Add defvar.
16043
16044 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16045
16046 * server.el: Bind "C-x #" in a way that works even if C-x is
16047 redefined to a command key, not a prefix key.
16048
16049 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16050
16051 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16052 cl-make-type-test till execution time.
16053
16054 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16055
16056 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16057 arg ARG and use it.
16058
16059 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16060
16061 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16062
16063 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16064
16065 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16066 a defcustom with two :set or :type keywords.
16067
16068 2005-07-15 Richard M. Stallman <rms@gnu.org>
16069
16070 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16071 Don't give ^M comment-end syntax.
16072
16073 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16074
16075 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16076 Don't consider gdbmi (gdb-mi.el has its own update functions).
16077 (gdb-var-delete): Make it work for gdbmi as well.
16078 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16079
16080 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16081 (gud-speedbar-menu-items): Correct logic for enabling items.
16082
16083 2005-07-15 Kim F. Storm <storm@cua.dk>
16084
16085 * ido.el: Fix commentary.
16086 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16087 Use with-no-warnings around ffap-guesser.
16088 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16089 Let bind minibuffer-completing-file-name to t.
16090
16091 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16092
16093 * startup.el (site-run-file, keyboard-type): Doc fixes.
16094 (command-line): Check for "--basic-display" argument; also for
16095 "--quick", not "--bare-bones" (which was renamed).
16096 (fancy-splash-text): Add missing item "Getting New Versions".
16097 (normal-splash-screen): Fix typos and improve consistency with
16098 `fancy-splash-text'. Update copyright year.
16099
16100 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16101 valid binding for `help-char'.
16102
16103 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16104
16105 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16106
16107 * term.el (term-mode): Disable cua-mode for term buffers.
16108
16109 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16110
16111 * add-log.el (add-log-mailing-address, change-log-merge):
16112 Doc fixes.
16113 (change-log-get-method-definition): Fix typo in docstring.
16114
16115 2005-07-14 Kim F. Storm <storm@cua.dk>
16116
16117 * emulation/cua-base.el:
16118 (cua--pre-command-handler-1, cua--pre-command-handler)
16119 (cua--post-command-handler-1, cua--post-command-handler):
16120 Split in two. Check (buffer local) value of cua-mode.
16121 (cua-selection-mode): New command.
16122
16123 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16124
16125 * custom.el (custom-initialize-safe-set)
16126 (custom-initialize-safe-default): Doc fixes.
16127
16128 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16129 and simplify :init-value again.
16130
16131 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16132 and simplify :init-value again. Delete autoload.
16133
16134 * startup.el (command-line): Use `custom-reevaluate-setting' again
16135 for tooltip-mode.
16136
16137 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16138 a defcustom with two :initialize keywords.
16139
16140 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16141
16142 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16143 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16144 (allout-post-command-business, allout-flag-region)
16145 (isearch-reenable-font-lock, allout-yank)
16146 (allout-insert-latex-header, allout-insert-latex-trailer)
16147 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16148 (allout-latex-verb-quote): Fix typos in docstrings.
16149 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16150 (allout-unprotected, allout-prefix-data):
16151 Improve argument/docstring consistency.
16152 (allout-chart-subtree): Fix argument spec.
16153 (allout-open-topic): Rename `use_sib_bullet' argument to
16154 `use-sib-bullet'. Doc fix.
16155
16156 * whitespace.el (whitespace-check-buffer-leading)
16157 (whitespace-check-buffer-trailing)
16158 (whitespace-check-buffer-indent)
16159 (whitespace-check-buffer-spacetab)
16160 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16161 (whitespace-check-leading-whitespace)
16162 (whitespace-check-trailing-whitespace)
16163 (whitespace-check-spacetab-whitespace)
16164 (whitespace-check-indent-whitespace)
16165 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16166 (whitespace-modes): Fix typos in docstrings.
16167 (defgroup, defcustom): Doc fixes.
16168
16169 * winner.el (winner-mode, winner-boring-buffers)
16170 (winner-pending-undo-ring): Doc fixes.
16171 (winner-ring): Remove unneeded `progn'.
16172 (winner-equal): `defsubst' it.
16173 (winner-redo): Fix message.
16174
16175 2005-07-13 Kim F. Storm <storm@cua.dk>
16176
16177 * simple.el (line-move-1): Always use vertical-motion to
16178 do the last (or only) line move to ensure some movement.
16179 Undo 2005-06-23 change--don't check for overlays.
16180
16181 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16182
16183 * term/mac-win.el (ccl-encode-mac-roman-font)
16184 (ccl-encode-mac-centraleurroman-font)
16185 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16186 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16187 Change charset-id boundary of dimension to ?\xef.
16188 (mac-char-fontspec-list): New constant.
16189 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16190 argument. Nil uses itself as family in font-spec. Previous
16191 behavior for nil is now provided by non-nil non-string argument.
16192 All callers changed. Add font-specs for Mac fonts to
16193 "fontset-default" unless iso8859-1 fonts are installed.
16194
16195 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16196
16197 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16198 a continuation line if the \ is preceded by SPC or TAB.
16199 (sh-get-indent-info): Simplify.
16200 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16201 Use with-current-buffer.
16202
16203 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16204 when the matched text is empty.
16205
16206 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16207
16208 * startup.el (command-line): Revert to previous handling of
16209 tooltip-mode. Explain in comment why the complexity is needed.
16210
16211 * tooltip.el (tooltip-mode): Revert to previous implementation of
16212 its defcustom.
16213
16214 * frame.el (blink-cursor-mode): Revert to previous implementation
16215 of its defcustom. Update comment.
16216
16217 2005-07-12 Lars Hansen <larsh@soem.dk>
16218
16219 * desktop.el: Update e-mail address.
16220
16221 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16222
16223 * term/mac-win.el (mac-services-mail-selection)
16224 (mac-services-mail-to): New functions.
16225 (mac-application-menu-map): Bind them.
16226
16227 2005-07-12 wulei <milton@wulei.net> (tiny change)
16228
16229 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16230
16231 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16232
16233 * custom.el (custom-reevaluate-setting): Doc fix.
16234
16235 2005-07-11 Jay Belanger <belanger@truman.edu>
16236
16237 * calc/calc.el (calc-embedded-announce-formula-alist)
16238 (calc-embedded-open-close-plain-alist)
16239 (calc-embedded-open-close-mode-alist): Add checks for additional
16240 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16241
16242 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16243
16244 * custom.el (custom-enable-theme): Don't add theme to
16245 `custom-enabled-themes' with `push' because there is no
16246 setf-method for `delq'.
16247
16248 2005-07-11 Richard M. Stallman <rms@gnu.org>
16249
16250 * custom.el (custom-declare-variable): Doc fix.
16251
16252 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16253 from the alists.
16254
16255 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16256 Do nothing if edebug-active.
16257
16258 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16259 (edebug-display): Do it here instead.
16260
16261 2005-07-10 Richard M. Stallman <rms@gnu.org>
16262
16263 * cus-face.el (custom-theme-set-faces): Make it work.
16264 (custom-reset-faces): Doc fix.
16265 (custom-theme-reset-internal-face, custom-theme-face-value):
16266 Functions deleted.
16267
16268 * custom.el (custom-push-theme): Maintain list of the settings
16269 of a given theme in its theme-settings property.
16270 Maintain position of old settings in the theme-value
16271 or theme-face property.
16272 (custom-enabled-themes): New variable.
16273 (custom-theme-enabled-p): New function.
16274 (provide-theme): Update custom-enabled-themes.
16275 Disable and reenable the `user' theme.
16276 (require-theme): Doc fix.
16277 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16278 (custom-theme-value, custom-theme-variable-value): Likewise.
16279 (custom-theme-reset-internal): Likewise.
16280 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16281 (custom-enable-theme, custom-disable-theme): New functions.
16282 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16283 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16284 (custom-theme-reset-variables): Simplify.
16285 (deftheme, custom-declare-theme, custom-make-theme-feature):
16286 Definitions moved.
16287
16288 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16289
16290 * longlines.el (longlines-show-region)
16291 (longlines-unshow-hard-newlines): Recognize hard newlines by
16292 non-nil hard property, instead of t.
16293
16294 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16295
16296 * viper-cmd.el (viper--key-maps): New variable.
16297 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16298 emulation-mode-map-alists.
16299 (viper-envelop-ESC-key): Use viper-subseq.
16300 (viper-search-forward/backward/next): Disable debug-on-error.
16301
16302 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16303 (viper-ESC-key): New defcustoms.
16304
16305 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16306
16307 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16308 (viper-subseq): Copy of subseq from cl.el.
16309
16310 * viper.el (viper-go-away, viper-set-hooks): Use
16311 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16312
16313 * viper-mous.el (viper-current-frame-saved): Use defvar.
16314
16315 * viper-init.el: Get rid of -face in face names.
16316
16317 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16318 Make it work with longlines mode
16319
16320 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16321
16322 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16323
16324 * ediff-init.el: Get rid of -face in face names.
16325
16326 2005-07-10 Richard M. Stallman <rms@gnu.org>
16327
16328 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16329 and with-timeout-unsuspend.
16330
16331 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16332 and with-timeout-unsuspend.
16333
16334 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16335 (with-timeout): Bind that variable to record timers.
16336 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16337
16338 * emacs-lisp/debug.el (debug-help-follow): New function.
16339 (debugger-mode-map): Use that instead of help-follow.
16340 (debugger-setup-buffer): Use eval-buffer-list
16341 to handle eval-buffer frames.
16342
16343 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16344
16345 * timezone.el (timezone-parse-date): Change first regexp
16346 so it will not mistakenly match dates with no time zone.
16347
16348 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16349
16350 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16351
16352 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16353
16354 * custom.el (custom-initialize-safe-set)
16355 (custom-initialize-safe-default): New functions.
16356
16357 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16358 and simplify :init-value.
16359
16360 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16361 and simplify :init-value. Delete obsolete comment.
16362
16363 * startup.el (command-line): Use `custom-reevaluate-setting' to
16364 handle `tooltip-mode'. Delete obsolete comment.
16365
16366 * files.el (set-visited-file-name): Avoid calling
16367 `file-name-nondirectory' with a nil argument.
16368
16369 2005-07-09 Richard M. Stallman <rms@gnu.org>
16370
16371 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16372 was called with nil for the buffer, handle the read position right.
16373 Handle read position for eval-region, too.
16374
16375 2005-07-09 Juri Linkov <juri@jurta.org>
16376
16377 * fringe.el (fringe-mode): Add period in docstring.
16378 (fringe-query-style): Build prompt depending on `all-frames' arg.
16379
16380 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16381 to not create links to unrelated functions in the Help buffer.
16382
16383 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16384 Doc fix.
16385
16386 * simple.el (next-error-hook): New variable.
16387 (next-error): Use it. Doc fix.
16388
16389 * textmodes/ispell.el (ispell-command-loop): Add current
16390 dictionary name and program name to mode-line-format.
16391 (ispell-region, ispell-process-line): Add current dictionary name
16392 and program name to messages.
16393
16394 2005-07-08 Jay Belanger <belanger@truman.edu>
16395
16396 * calc/calc.el (calc-embedded-announce-formula-alist)
16397 (calc-embedded-open-close-formula-alist)
16398 (calc-embedded-open-close-word-alist)
16399 (calc-embedded-open-close-plain-alist)
16400 (calc-embedded-open-close-new-formula-alist)
16401 (calc-embedded-open-close-mode-alist)
16402 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16403 (calc-embedded-mode-hook): New variables.
16404
16405 * calc/calc-embed.el (calc-embedded-firsttime)
16406 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16407 New variables.
16408 (calc-do-embedded): Use calc-embedded-firsttime,
16409 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16410 determine whether or not to run hooks.
16411 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16412 calc-embedded-firsttime-formula appropriately.
16413 Set calc-embedded delimiter variables according to mode.
16414
16415 2005-07-08 Richard M. Stallman <rms@gnu.org>
16416
16417 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16418 Check for "emacs", etc., as entire symbol, not just as word.
16419 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16420
16421 * files.el (set-visited-file-name): Report the error
16422 for "empty filename" earlier.
16423 (kill-some-buffers): Ignore buffers already dead.
16424
16425 * fringe.el (fringe-mode): Doc fix.
16426
16427 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16428 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16429 Use unwind-protect to ensure byte-compile-unresolved-functions
16430 is updated.
16431
16432 * whitespace.el (whitespace-buffer-leading-cleanup):
16433 Simplify w/ skip-chars-forward.
16434 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16435
16436 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16437 Unconditionally try to leave point at the same old place.
16438
16439 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16440
16441 * comint.el (comint-postoutput-scroll-to-bottom)
16442 (comint-show-maximum-output): Take scroll-margin into consideration.
16443
16444 2005-07-08 Kim F. Storm <storm@cua.dk>
16445
16446 * ido.el (ido-use-filename-at-point): New choice `guess'.
16447 (ido-file-internal): Try ffap-guesser if selected.
16448
16449 * ido.el (ido-before-fallback-functions): New hook.
16450 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16451 (ido-read-file-name): Run it.
16452
16453 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16456 strings rather than a list of symbols to the completion function.
16457
16458 2005-07-07 Jay Belanger <belanger@truman.edu>
16459
16460 * calc/calc-units.el (math-apply-units): Change the places in
16461 which units are simplified.
16462
16463 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16464
16465 * cus-edit.el (customize-option, customize-option-other-window):
16466 Make them handle aliases.
16467
16468 * custom.el (custom-variable-p): Make it recursively follow
16469 aliases. Mention that in the docstring.
16470
16471 2005-07-07 Richard M. Stallman <rms@gnu.org>
16472
16473 * cus-start.el (exec-path): Use `directory' instead of `file'.
16474 Fix tag for nil.
16475
16476 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16477
16478 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16479 when called non-interactively. Doc fix.
16480
16481 2005-07-07 Lute Kamstra <lute@gnu.org>
16482
16483 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16484 new address as well.
16485
16486 2005-07-07 Kenichi Handa <handa@m17n.org>
16487
16488 * international/mule.el (make-coding-system):
16489 Describe `ascii-incompatible' property in the docstring.
16490 (set-file-name-coding-system): Signal an error if coding-system is
16491 ascii-incompatible.
16492 (set-keyboard-coding-system): Likewise.
16493
16494 * international/mule-cmds.el (set-default-coding-systems):
16495 Don't set default-file-name-coding-system and
16496 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16497
16498 * international/utf-16.el: Declare that all UTF-16-based coding
16499 systems are ASCII-incompatible.
16500
16501 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16502
16503 * progmodes/gud.el: Require font-lock for displaying errors.
16504 Used by gdb-ui.el.
16505
16506 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16507
16508 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16509 values for the pattern lists which are `read'able but not
16510 `append'able (like symbols).
16511
16512 2005-07-06 Richard M. Stallman <rms@gnu.org>
16513
16514 * progmodes/flymake.el (flymake-float-time): Instead of
16515 with-no-warnings, test for xemacs.
16516 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16517 to avoid warning.
16518
16519 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16520
16521 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16522
16523 2005-07-05 Lute Kamstra <lute@gnu.org>
16524
16525 * battery.el: Add support for Darwin (with much debugging help
16526 from Samuel Lauber <sam124@operamail.com>).
16527 (battery-status-function, battery-echo-area-format)
16528 (battery-mode-line-format): Add support for pmset on Darwin.
16529 (battery-load-low, battery-load-critical): New user options.
16530 (battery-pmset): New function.
16531
16532 2005-07-05 Lute Kamstra <lute@gnu.org>
16533
16534 Update FSF's address in GPL notices.
16535
16536 * textmodes/page-ext.el: Update FSF's address.
16537
16538 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16539
16540 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16541 filling from using prefix when filling a single-line docstring.
16542
16543 * progmodes/flymake.el: Remove useless eval-when-compile.
16544
16545 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16546
16547 2005-07-04 Richard M. Stallman <rms@gnu.org>
16548
16549 * textmodes/org.el (org-file-apps-defaults-gnu):
16550 Rename from org-file-apps-defaults-linux.
16551 (org-default-apps): Don't test system-type for `linux'.
16552 (org-file-apps): Doc fix.
16553
16554 2005-07-04 David Ponce <david@dponce.com>
16555
16556 * tree-widget.el: Improve header Commentary section.
16557 (tree-widget) [defgroup]
16558 (tree-widget-image-enable, tree-widget-themes-directory)
16559 (tree-widget-theme, tree-widget-image-properties-emacs)
16560 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16561 (tree-widget-image-formats, tree-widget-control)
16562 (tree-widget-empty-control, tree-widget-leaf-control
16563 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16564 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16565 (tree-widget-keep, tree-widget-after-toggle-functions)
16566 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16567 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16568 :help-echo message.
16569 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16570 (tree-widget-image-properties): Doc fix. Clearer implementation.
16571 (tree-widget--cursors): New constant.
16572 (tree-widget-lookup-image): New function split from
16573 `tree-widget-find-image'. Clearer implementation.
16574 (tree-widget-find-image): Use it.
16575 (tree-widget-button-keymap): Use `set-keymap-parent'.
16576 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16577 Define the sub-widgets here.
16578 (tree-widget-node): Check that :node is not a tree-widget.
16579 (tree-widget-get-super, tree-widget-open-control)
16580 (tree-widget-close-control, tree-widget-empty-control)
16581 (tree-widget-leaf-control, tree-widget-guide)
16582 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16583 (tree-widget-no-handle, tree-widget-value-delete)
16584 (tree-widget-map): Remove.
16585 (tree-widget-children-value-save): Doc fix. Simplified.
16586 (tree-widget-value-create): Update according to previous changes.
16587
16588 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16589
16590 * textmodes/org.el: Leading space replaced by TABS.
16591 (org-recalc-marks, org-table-rotate-recalc-marks)
16592 (org-table-get-specials): Treat "^" and "_" marks.
16593 (org-table-justify-field-maybe): Optional argument NEW.
16594 (org-table-eval-formula): Parsing of the format simplified.
16595 New modes C,I. Honor the %= parameter in the current table.
16596 Avoid unnecessary re-align by using the NEW argument to
16597 `org-table-justify-field-maybe'.
16598 (org-calc-default-modes): Default for date-format mimicks org-mode.
16599 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16600
16601 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16602
16603 * cus-face.el (custom-theme-set-faces): Make it handle face
16604 aliases whose alias declarations are pre- or autoloaded.
16605
16606 2005-07-04 Juri Linkov <juri@jurta.org>
16607
16608 * faces.el (read-face-name): Put the code for getting a face name
16609 from the buffer before adding the faces from the `face' property.
16610 Use `completing-read-multiple' instead of `completing-read'.
16611 Require `crm'. Add default value and post-process the returned
16612 list of faces.
16613
16614 * emacs-lisp/crm.el (crm-find-current-element)
16615 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16616
16617 * emacs-lisp/lisp-mode.el (eval-defun-1):
16618 * emacs-lisp/edebug.el (edebug-eval-defun):
16619 Remove unnecessary quotes.
16620
16621 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16622
16623 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16624 (prolog-indent-level): Fix typo in docstring.
16625
16626 * info.el (Info-history, Info-history-forward)
16627 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16628
16629 * add-log.el (add-change-log-entry):
16630 * comint.el (comint-dynamic-list-input-ring)
16631 (comint-dynamic-list-completions):
16632 * dabbrev.el (dabbrev-expand):
16633 * delim-col.el (delimit-columns-rectangle-line):
16634 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16635 (diff-unified->context):
16636 * ediff-init.el (ediff-abbrev-jobname):
16637 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16638 (ediff-replace-session-activity-marker-in-meta-buffer):
16639 * info.el (Info-summary):
16640 * lpr.el (printify-region):
16641 * printing.el (pr-create-interface):
16642 * ps-print.el (ps-print-quote):
16643 * ses.el (ses-column-widths, ses-print-cell)
16644 (ses-adjust-print-width, ses-center):
16645 * shell.el (shell-file-name-quote-list):
16646 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16647 (strokes-fill-current-buffer-with-whitespace)
16648 (strokes-xpm-for-stroke, strokes-list-strokes)
16649 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16650 * term.el (term-dynamic-list-input-ring)
16651 (term-dynamic-list-completions):
16652 * calc/calc.el (math-format-stack-value):
16653 * emacs-lisp/edebug.el (edebug-display-freq-count):
16654 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16655 (delphi-new-comment-line):
16656 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16657 * progmodes/executable.el (executable-set-magic):
16658 * progmodes/python.el (inferior-python-mode):
16659 * progmodes/scheme.el (scheme-mode-syntax-table):
16660 * progmodes/sh-script.el (sh-maybe-here-document):
16661 * progmodes/sql.el (sql-copy-column):
16662 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16663 * textmodes/bibtex.el (bibtex-mode):
16664 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16665 (sgml-auto-attributes):
16666 * textmodes/table.el (table-insert, table-shorten-cell)
16667 (table--generate-source-scan-lines, table-delete-row)
16668 (*table--cell-delete-char, table--spacify-frame)
16669 (table--horizontally-shift-above-and-below)
16670 (table--cell-insert-char, table--cell-blank-str)
16671 (table--fill-region-strictly):
16672 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16673 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16674
16675 * add-log.el (change-log):
16676 * apropos.el (apropos):
16677 * comint.el (comint-completion, comint-source):
16678 * dabbrev.el (dabbrev):
16679 * delim-col.el (columns):
16680 * diff-mode.el (diff-mode):
16681 * ediff.el (ediff):
16682 * ediff-diff.el (ediff-diff):
16683 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16684 * ediff-mult.el (ediff-mult):
16685 * ediff-ptch.el (ediff-ptch):
16686 * ediff-wind.el (ediff-window):
16687 * facemenu.el (facemenu):
16688 * indent.el (indent):
16689 * info.el (info):
16690 * jka-cmpr-hook.el (compression, jka-compr):
16691 * lpr.el (lpr):
16692 * outline.el (outlines):
16693 * pcmpl-cvs.el (pcmpl-cvs):
16694 * pcmpl-rpm.el (pcmpl-rpm):
16695 * printing.el (printing):
16696 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16697 (ps-print-vertical, ps-print-headers, ps-print-font)
16698 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16699 (ps-print-background, ps-print-printer, ps-print-page)
16700 (ps-print-miscellany):
16701 * ses.el (ses):
16702 * shell.el (shell, shell-directories, shell-faces):
16703 * startup.el (initialization):
16704 * strokes.el (strokes):
16705 * term.el (term):
16706 * uniquify.el (uniquify):
16707 * w32-vars.el (w32):
16708 * calc/calc.el (calc):
16709 * emacs-lisp/bytecomp.el (bytecomp):
16710 * emacs-lisp/cl-indent.el (lisp-indent):
16711 * emacs-lisp/edebug.el (edebug):
16712 * emacs-lisp/elp.el (elp):
16713 * emacs-lisp/testcover.el (testcover):
16714 * emacs-lisp/trace.el (trace):
16715 * emulation/viper-ex.el (viper-ex):
16716 * emulation/viper-mous.el (viper-mouse):
16717 * mail/mailalias.el (mailalias):
16718 * mail/supercite.el (supercite, supercite-frames)
16719 (supercite-attr, supercite-cite, supercite-hooks):
16720 * net/rcompile.el (remote-compile):
16721 * net/rlogin.el (rlogin):
16722 * obsolete/ooutline.el (outlines):
16723 * progmodes/delphi.el (delphi):
16724 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16725 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16726 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16727 (ebnf-optimization):
16728 * progmodes/etags.el (etags):
16729 * progmodes/executable.el (executable):
16730 * progmodes/idlwave.el (idlwave):
16731 * progmodes/pascal.el (pascal):
16732 * progmodes/prolog.el (prolog):
16733 * progmodes/python.el (python):
16734 * progmodes/scheme.el (scheme):
16735 * progmodes/sh-script.el (sh, sh-script):
16736 * progmodes/sql.el (SQL):
16737 * progmodes/tcl.el (tcl):
16738 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16739 * textmodes/enriched.el (enriched):
16740 * textmodes/makeinfo.el (makeinfo):
16741 * textmodes/sgml-mode.el (sgml):
16742 * textmodes/table.el (table-hooks):
16743 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16744 * textmodes/texinfo.el (texinfo):
16745 * textmodes/two-column.el (two-column):
16746 Finish `defgroup' description with period.
16747
16748 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16749 * eshell/esh-var.el (eshell-var):
16750 * progmodes/vhdl-mode.el (vhdl-testbench):
16751 * textmodes/org.el (org): Fix typos in docstrings.
16752
16753 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16754 consistency.
16755
16756 * progmodes/flymake.el (flymake-find-file): Remove.
16757 (flymake-float-time): Use `with-no-warnings'.
16758 (flymake-check-start-time, flymake-check-was-interrupted)
16759 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16760 (flymake-new-err-info): `defvar' at compile time.
16761
16762 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16763
16764 * replace.el (occur-hook): Doc fix.
16765 (occur-1): Don't call `occur-hook' if there are no matches.
16766
16767 2005-07-03 Richard M. Stallman <rms@gnu.org>
16768
16769 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16770 global-map, save the same map.
16771 (global-map): Don't alter it at top level.
16772 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16773 Then alter it here instead.
16774 (tpu-edt-off): Set global-map to the saved one.
16775
16776 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16777 All references simplified.
16778 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16779 (zmacs-regions): Add defvar.
16780 (repeat-complex-command-map): Everything about that deleted.
16781
16782 * textmodes/artist.el (artist-key-is-drawing)
16783 (artist-key-endpoint1, artist-key-poly-point-list)
16784 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16785 (artist-key-compl-table, artist-rb-save-data)
16786 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16787 Don't put them in eval-when-compile.
16788 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16789
16790 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16791 Use with-no-warnings.
16792
16793 * net/browse-url.el (dos-windows-version): Add defvar.
16794
16795 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16796
16797 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16798 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16799 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16800 Add defvar.
16801 (rmail-summary-beginning-of-message): Use with-no-warnings.
16802 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16803
16804 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16805 Use with-no-warnings.
16806
16807 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16808 (c-mark-function): Add point-moving-unit property.
16809 (vi-goto-line): Use with-no-warnings.
16810
16811 * emulation/edt.el (edt-last-copied-word): Add defvar.
16812 (zmacs-region-stays): Likewise.
16813 (edt-mark-section-wisely): Use c-mark-function for C.
16814 Use makr-defun for Fortran.
16815 (time-string): defvar deleted.
16816 (edt-display-the-time): Don't set time-string.
16817
16818 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16819
16820 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16821 Don't warn when name is not constant
16822 or for defining the group `emacs'.
16823
16824 * tooltip.el (gud-tooltip-mode): Add defvar.
16825
16826 * startup.el (default-frame-background-mode): Add defvar.
16827
16828 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16829
16830 * info.el (tool-bar-map): Add defvar.
16831
16832 * dired.el (dnd-protocol-alist): Add defvar.
16833
16834 * dired-aux.el (dired-query): Display question with answer, when
16835 the user answers.
16836
16837 * custom.el (custom-add-option): Doc fix.
16838
16839 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16840
16841 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16842
16843 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16844 bogus name from the last change.
16845
16846 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16847
16848 * custom.el (custom-declare-variable): Fix typos in comment.
16849 (custom-known-themes): Doc fix.
16850 (custom-theme-directory): New defcustom.
16851 (require-theme): Make it check `custom-theme-directory'.
16852
16853 * cus-theme.el (custom-new-theme-mode): New function.
16854 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16855 (custom-theme-description): Add compiler defvars.
16856 (customize-create-theme): Add doc to the "*New Custom Theme*"
16857 buffer. Use `custom-new-theme-mode'.
16858 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16859 and save it to the `custom-theme-directory'. Make this the
16860 default directory of the buffer.
16861
16862 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16863
16864 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16865 Fix unbalanced parentheses.
16866
16867 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16868
16869 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16870 into flymake-mode and delegate to flymake-mode.
16871
16872 * find-file.el (ff-which-function-are-we-in): Clean up.
16873
16874 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16875
16876 * replace.el (occur-rename-buffer): Fix docstring.
16877
16878 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16879 (edt-last-copied-word, edt-learn-macro-count)
16880 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16881 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16882 (time-string, zmacs-region-stays):
16883 * emulation/edt-mapper.el (edt-save-function-key-map)
16884 (EDT-key-name): `defvar' to silence the byte-compiler.
16885
16886 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16887
16888 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16889 font-lock-regexp-backslash. Doc fix.
16890 (font-lock-regexp-backslash-grouping-construct): Rename from
16891 font-lock-regexp-backslash-construct. Doc fix.
16892 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16893 grouping constructs.
16894
16895 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16896
16897 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16898 updating all the prerequisites.
16899
16900 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16901
16902 * textmodes/org.el (org-agenda-start-on-weekday)
16903 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16904 (org-agenda-use-time-grid, org-archive-location)
16905 (org-allow-space-in-links, org-usenet-links-prefer-google)
16906 (org-enable-table-editor, org-export-default-language)
16907 (org-export-html-show-new-buffer, org-fill-paragraph)
16908 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16909 (org-goto-quit, org-occur, org-eval-in-calendar)
16910 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16911 (org-agenda-diary-entry, org-remember-help)
16912 (org-table-convert-region, org-at-table-p)
16913 (org-table-move-row-down, org-table-move-row-up)
16914 (org-table-copy-region, org-table-toggle-vline-visibility)
16915 (org-table-get-stored-formulas, org-table-get-specials)
16916 (org-recalc-commands, org-table-eval-formula)
16917 (org-table-formula-substitute-names, orgtbl-make-binding)
16918 (org-format-org-table-html, org-format-table-table-html)
16919 (org-format-table-table-html-using-table-generate-source)
16920 (org-customize): Fix typos in docstrings.
16921 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16922 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16923 (org-back-to-heading): Doc fixes.
16924 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16925 (org-agenda-change-all-lines, org-get-header):
16926 Improve argument/docstring consistency.
16927 (orgtbl-error): Fix error message.
16928
16929 * progmodes/flymake.el (flymake-find-possible-master-files)
16930 (flymake-master-file-compare, flymake-get-line-err-count)
16931 (flymake-highlight-line, flymake-gui-warnings-enabled):
16932 Fix typos in docstrings.
16933 (flymake-parse-line, flymake-get-project-include-dirs-function)
16934 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16935 Doc fixes.
16936 (flymake-get-project-include-dirs-function)
16937 (flymake-make-err-menu-data):
16938 Improve argument/docstring consistency.
16939
16940 2005-07-01 Lute Kamstra <lute@gnu.org>
16941
16942 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16943 Catch errors with ignore-errors. Use temporary buffer.
16944 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16945
16946 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16947 background color faces.
16948 (facemenu-set-foreground, facemenu-set-background):
16949 Use facemenu-set-face-from-menu.
16950 (facemenu-set-face-from-menu): Treat face names that start with
16951 "fg:" or "bg:" as special.
16952 (facemenu-add-new-color): Don't create faces. Simplify.
16953
16954 2005-06-30 Richard M. Stallman <rms@gnu.org>
16955
16956 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16957 (crm-find-current-element): Likewise.
16958
16959 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16960
16961 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16962
16963 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16964
16965 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16966 (archive-mouse-extract): Make it an obsolete alias.
16967 (archive-mode-map): Don't use archive-mouse-extract any more.
16968 (archive-mode, archive-extract): write-contents-hooks ->
16969 write-contents-functions.
16970 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16971 first arg.
16972 (archive-rename-entry): Update the call.
16973 (archive-zip-summarize): Remove unused var `method'.
16974 (archive-lzh-summarize): Remove unused var `creator'.
16975
16976 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16977 dedicated frame upon exit.
16978
16979 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16980 (archive-zip-extract, archive-zip-expunge)
16981 (archive-zip-update, archive-zip-update-case): Use executable-find.
16982 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16983 Use restore-buffer-modified-p.
16984 (archive-extract, archive-add-new-member, archive-write-file-member):
16985 Use with-current-buffer.
16986 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16987
16988 2005-06-30 Andreas Schwab <schwab@suse.de>
16989
16990 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16991
16992 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16993
16994 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16995
16996 2005-06-30 Juri Linkov <juri@jurta.org>
16997
16998 * faces.el (vertical-border): Inherit from mode-line-inactive
16999 only on tty.
17000
17001 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17002
17003 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17004 example, -NLINES in the `occur' docstring).
17005
17006 * replace.el (occur-1): When no matches are found, do not set the
17007 `buffer-read-only' and modified flags for the occur buffer,
17008 because it is deleted.
17009
17010 * emulation/cua-base.el (cua-check-pending-input)
17011 (cua-repeat-replace-region, cua-mode, cua-debug)
17012 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17013 Fix typos in docstrings.
17014
17015 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17016 (cua-cut-region-to-global-mark)
17017 (cua--cut-rectangle-to-global-mark):
17018 Remove period from end of messages.
17019
17020 * emulation/cua-rect.el (cua-do-rectangle-padding):
17021 Remove period from end of messages.
17022 (cua--rectangle-seq-format): Fix typo in docstring.
17023 (cua-sequence-rectangle, cua-fill-char-rectangle):
17024 Improve argument/docstring consistency.
17025
17026 2005-06-29 Juri Linkov <juri@jurta.org>
17027
17028 * faces.el (default-frame-background-mode): New internal variable.
17029 (frame-set-background-mode): Use it.
17030
17031 * startup.el (normal-top-level): Set default-frame-background-mode
17032 instead of frame-background-mode. Before setting it, test for its
17033 nil value. Remove tests for frame-background-mode and frame
17034 parameter `reverse'. Add test for "unspecified-fg".
17035
17036 * term/xterm.el (xterm-rxvt-set-background-mode):
17037 * term/rxvt.el (rxvt-set-background-mode):
17038 Set default-frame-background-mode instead of frame-background-mode.
17039
17040 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17041
17042 * simple.el (set-variable): Warn about obsolete user variables.
17043
17044 * imenu.el (imenu--completion-buffer):
17045 * mouse.el (mouse-buffer-menu-alist):
17046 * msb.el (msb-invisible-buffer-p):
17047 * calendar/diary-lib.el (diary-header-line-format):
17048 * emacs-lisp/pp.el (pp-buffer):
17049 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17050 * textmodes/picture.el (picture-replace-match):
17051 Change space constants followed by a sexp to "?\s ".
17052
17053 * play/decipher.el (decipher-loop-with-breaks):
17054 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17055 constants "protected" from end of line by a comment to "?\s".
17056
17057 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * font-lock.el (save-buffer-state): Use `declare'.
17060
17061 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17062 reset the syntax-table to cperl-mode-syntax-table.
17063 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17064 "foo_print_bar" is not matched as a reserved keyword.
17065
17066 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17067
17068 * textmodes/org.el (orgtbl-setup): New function, for delayed
17069 setup for the orgtbl commands.
17070 (org-calc-default-modes): New option.
17071 (orgtbl-make-binding): Use `defun' to get better help display.
17072 (org-diary): Call `org-compile-prefix-format'.
17073 (org-table-formula-substitute-names): New function.
17074 (org-agenda-day-view, org-agenda-week-view): New commands.
17075 (org-agenda-toggle-week-view): Command removed.
17076 (org-tbl-menu): Split off from org-org-menu.
17077 (org-mode): Move removal of outline-mode menus to here.
17078 (org-table-formula-debug): New option.
17079 (org-table-insert-row): Keep first field if just "#" or "*".
17080 (org-mode): Paragraph regexps fixed.
17081 (org-table-recalculate-regexp): New constant.
17082 (org-table-justify-field-maybe): Avoid replace if not necessary.
17083 (org-copy-special, org-cut-special): Use `call-interactively'.
17084 (org-table-copy-region): Take region from `interactive' call.
17085 (org-trim): Return string even if no match.
17086 (org-formula): New face.
17087 (org-set-font-lock-defaults): No longer highlight "FIXME".
17088 But highlight formula-related fields in table.
17089 (org-table-p): Use regexp, not fontification.
17090 (org-table-align): Handle white space at end of line.
17091 (org-table-formula-evaluate-inline): New option.
17092 (org-mode): Auto-wrapping in comment lines turned off.
17093 (org-table-copy-down): Evaluate only in copied field, not in
17094 destination.
17095 (org-table-current-formula): Variable removed.
17096 (org-table-store-formulas, org-table-get-stored-formulas)
17097 (org-table-modify-formulas, org-table-replace-in-formulas)
17098 (org-table-maybe-eval-formula): New functions.
17099 (org-table-get-formula): Modify to use stored formulas.
17100 (org-table-insert-column, org-table-delete-column)
17101 (org-table-move-column): Call `org-table-modify-formulas'.
17102 (org-complete): Add completion for keyword formulas.
17103 (orgtbl-mode): Pull orgtbl-mode-map to start of
17104 minor-mode-map-alist.
17105
17106 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17107
17108 * progmodes/python.el (python-check): Require `compile' before
17109 modifying its variables.
17110
17111 * newcomment.el (comment-indent-default): Don't get fooled by an early
17112 end of buffer.
17113
17114 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17115
17116 * ps-print.el (ps-print-version): Fix version number.
17117
17118 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17119
17120 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17121
17122 2005-06-28 Richard M. Stallman <rms@gnu.org>
17123
17124 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17125 (flyspell-local-mouse-map): Declaration deleted.
17126 (flyspell-mouse-map): Bind only mouse-2.
17127 (flyspell-mode-map): Don't test flyspell-use-local-map.
17128 (flyspell-overlay-keymap-property-name): Var deleted.
17129 (flyspell-mode-on): Don't make local bindings for
17130 flyspell-mouse-map and flyspell-mode-map.
17131 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17132
17133 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17134
17135 * progmodes/compile.el (compilation-next-error-function):
17136 Don't switch buffers; operate on the current buffer.
17137
17138 * progmodes/compile.el (compilation-error-file-name)
17139 (compilation-warning-file-name, compilation-info-file-name)
17140 (compilation-line-number, compilation-column-number): New faces.
17141 (compilation-error-face, compilation-warning-face)
17142 (compilation-info-face, compilation-line-face)
17143 (compilation-column-face): Use them.
17144
17145 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17146
17147 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17148
17149 * bindings.el (global-map): Bind insertchar and its variants.
17150
17151 2005-06-27 Richard M. Stallman <rms@gnu.org>
17152
17153 * textmodes/artist.el (artist-text-overwrite)
17154 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17155
17156 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17157
17158 * ps-print.el: It was not working the page selection for printing.
17159 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17160 (ps-print-version): New version 6.6.7.
17161 (ps-end-sheet): New fun.
17162 (ps-header-sheet, ps-end-job): Call it.
17163
17164 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17165
17166 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17167
17168 2005-06-27 Lute Kamstra <lute@gnu.org>
17169
17170 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17171 background color faces.
17172 (facemenu-get-face): Delete function.
17173 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17174 (facemenu-add-new-color): Make second argument mandatory.
17175 Create the appropriate face and return it. Simplify.
17176 (facemenu-set-foreground, facemenu-set-background): Don't check if
17177 color is defined. Use return value of facemenu-add-new-color.
17178
17179 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17180
17181 * progmodes/gud.el (gud-filter): Add missing argument to
17182 with-selected-window.
17183
17184 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17185
17186 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17187 a :require to the defcustom.
17188
17189 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17190 defcustoms corresponding to minor modes.
17191
17192 2005-06-26 David Ponce <david@dponce.com>
17193
17194 * recentf.el: Require tree-widget instead of wid-edit.
17195 (recentf-filename-handler): Fix widget :type.
17196 (recentf-cancel-dialog, recentf-open-more-files)
17197 (recentf-open-files-action): Doc fix.
17198 (recentf-dialog-goto-first): New function.
17199 (recentf-dialog-mode-map): Set parent keymap first.
17200 (recentf-dialog-mode): Define with define-derived-mode.
17201 Don't display continuation lines in dialogs.
17202 (recentf-edit-list): Rename from recentf-edit-selected-items.
17203 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17204 Simplify.
17205 (recentf-edit-list-validate): New function.
17206 (recentf-edit-list): Update accordingly.
17207 (recentf-open-files-item-shift): Remove.
17208 (recentf-open-files-item): Convert menu elements into tree and
17209 link widgets. Don't create the widgets.
17210 (recentf-open-files): Update accordingly.
17211 (recentf-save-list): Untabify.
17212
17213 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17214
17215 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17216 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17217 partially contained in the active region. Do not take active
17218 region into account when called from Lisp, unless INTERACTIVE arg
17219 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17220 avoid trouble with fields. Make marker point nowhere when no
17221 longer used. Always return nil. Doc fix.
17222 (flush-lines): Add INTERACTIVE arg. Do not take active region
17223 into account when called from Lisp, unless INTERACTIVE arg is
17224 non-nil. Use `forward-line' instead of `beginning-of-line' to
17225 avoid trouble with fields. Make marker point nowhere when no
17226 longer used. Always return nil. Doc fix.
17227 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17228 interchangeable. Do not take active region into account when
17229 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17230 message in echo area when called from Lisp, unless INTERACTIVE arg
17231 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17232 Return the number of matches. Doc fix.
17233 (occur): Doc fix.
17234 (perform-replace): Make comment follow double space convention for
17235 the sake of `outline-minor-mode'.
17236
17237 * faces.el (facep): Doc fix.
17238
17239 2005-06-25 Richard M. Stallman <rms@gnu.org>
17240
17241 * facemenu.el (facemenu-enable-faces-p): New function.
17242 (facemenu-background-menu, facemenu-foreground-menu)
17243 (facemenu-face-menu): Add menu-enable property.
17244
17245 * jka-compr.el (jka-compr-insert-file-contents):
17246 Special handling if cannot find the uncompression program.
17247
17248 * cus-face.el (custom-face-attributes): Add autoload.
17249
17250 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17251 Bind comment-indent-function locally.
17252
17253 * window.el (save-selected-window): Use save-current-buffer.
17254
17255 * subr.el (with-selected-window): Use save-current-buffer.
17256
17257 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17258 and with-current-buffer.
17259
17260 2005-06-24 Richard M. Stallman <rms@gnu.org>
17261
17262 * simple.el (line-move-1): Fix previous change.
17263
17264 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17265
17266 * replace.el (occur-1): Set `buffer-read-only' and the
17267 buffer-modified flag before running `occur-hook' to protect
17268 against unintentional buffer switches that can lead to data loss.
17269
17270 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17271
17272 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17273 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17274 initial error.
17275
17276 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17277 after fresh input.
17278 (gdb-var-create-handler): Put name of expression in quotes.
17279
17280 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17281
17282 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17283 elements of RING in order, and without bogus nil elements.
17284
17285 2005-06-23 Richard M. Stallman <rms@gnu.org>
17286
17287 * simple.el (set-variable): Args renamed; doc fix.
17288 (line-move-1): When there are overlays around, use vertical-motion.
17289
17290 * faces.el (escape-glyph): Use brown against light background.
17291 (nobreak-space): Rename from no-break-space.
17292 Fix previous change.
17293
17294 * dired-aux.el (dired-do-copy): Fix arg prompt.
17295
17296 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17297
17298 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17299
17300 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17301 rather than "Distributor".
17302
17303 2005-06-23 Lute Kamstra <lute@gnu.org>
17304
17305 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17306 (debug-on-entry): Use it. New interactive declaration that uses
17307 function-called-at-point.
17308
17309 2005-06-23 Kim F. Storm <storm@cua.dk>
17310
17311 * subr.el (save-match-data): Add comment about using evaporate arg
17312 to set-match-data.
17313
17314 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17315
17316 * cus-edit.el (customize-face)
17317 (customize-face-other-window): Handle face aliases.
17318
17319 * faces.el (face-documentation, set-face-attribute)
17320 (face-spec-set): Handle face aliases.
17321
17322 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17323
17324 * help-mode.el (help-make-xrefs): If a symbol representing a face
17325 name is not followed by the word "face", it could still be a
17326 function or variable name, so don't bypass other checks.
17327
17328 2005-06-22 Juri Linkov <juri@jurta.org>
17329
17330 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17331 Replace aliased functions with calls where second arg `inherit' is t.
17332
17333 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17334
17335 * progmodes/gdb-ui.el (gdb-error): New variable.
17336 (gdb-error): New function.
17337 (gdb-annotation-rules): Act on error-begin and error annotations.
17338 (gdb-concat-output): Use font-lock-warning-face for errors.
17339
17340 2005-06-22 Miles Bader <miles@gnu.org>
17341
17342 * bindings.el (propertized-buffer-identification): Use renamed
17343 `Buffer-menu-buffer' face.
17344
17345 * faces.el (vertical-border): Rename from `vertical-divider'.
17346 (escape-glyph): Change dark-background color back to `cyan'.
17347
17348 2005-06-21 Juri Linkov <juri@jurta.org>
17349
17350 * faces.el (face-user-default-spec): Try getting `customized-face'
17351 prior to `saved-face'.
17352 (frame-background-mode): Refill docstring.
17353
17354 * emacs-lisp/lisp-mode.el (eval-defun-1):
17355 * emacs-lisp/edebug.el (edebug-eval-defun):
17356 Set `saved-face' temporarily to nil before calling form.
17357 Set `customized-face' to the new spec after that.
17358
17359 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17360
17361 * subr.el (1value, lambda, key-substitution-in-progress):
17362 Doc fixes.
17363
17364 * autoinsert.el (auto-insert-alist):
17365 * ses.el (ses-call-printer):
17366 * subr.el (noreturn):
17367 * emacs-lisp/lisp.el (check-parens):
17368 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17369 * net/browse-url.el (browse-url-mosaic):
17370 * progmodes/cc-defs.el (c-safe-scan-lists):
17371 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17372 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17373 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17374 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17375 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17376 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17377
17378 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17379
17380 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17381
17382 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17383
17384 * calendar/appt.el (appt-make-list): Activate the package, if
17385 not already active (for backwards compatibility).
17386
17387 2005-06-20 Kim F. Storm <storm@cua.dk>
17388
17389 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17390
17391 2005-06-20 Miles Bader <miles@gnu.org>
17392
17393 * faces.el (vertical-divider): New face.
17394
17395 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17396
17397 * simple.el (kill-whole-line): Doc fix.
17398 (next-error-buffer-p, next-error-find-buffer)
17399 (clone-indirect-buffer): Fix typos in docstrings.
17400 (comment-line-break-function): Doc fix: don't say variable
17401 is automatically buffer-local (it isn't).
17402
17403 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17404
17405 * net/tramp-ftp.el (top):
17406 * net/tramp-smb.el (top):
17407 * net/tramp-util.el (top):
17408 * net/tramp-uu.el (top):
17409 * net/tramp-vc.el (top):
17410 * net/tramp.el (top): Revert copyright years back to original
17411 ones. Tramp has a life outside GNU Emacs.
17412
17413 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17414
17415 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17416
17417 2005-06-18 Juri Linkov <juri@jurta.org>
17418
17419 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17420 end of first regexp to limit the match to the position between
17421 line number and source line with same separator character as used
17422 between file name and line number. In the second regexp limit
17423 mouse-face area to file name and line number by adding new group
17424 for them and referring it in HYPERLINK arg.
17425 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17426 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17427 previous line where grep markers may be already removed.
17428
17429 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17430
17431 * progmodes/ps-mode.el: Update version and maintainer's email address.
17432
17433 2005-06-18 Steve Youngs <steve@xemacs.org>
17434
17435 * net/browse-url.el (browse-url-browser-function)
17436 (browse-url-default-browser): Add firefox.
17437 (browse-url-firefox-program, browse-url-firefox-arguments)
17438 (browse-url-firefox-startup-arguments)
17439 (browse-url-firefox-new-window-is-tab): New defcustoms.
17440 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17441
17442 2005-06-17 Richard M. Stallman <rms@gnu.org>
17443
17444 * startup.el (command-line): Warn if specified user name has
17445 no home directory.
17446
17447 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17448 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17449
17450 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17451 Doc fixes.
17452
17453 * faces.el (underline): Try bold if terminal doesn't support underline.
17454
17455 * mail/sendmail.el (mail-setup-with-from): New variable.
17456 (mail-insert-from-field): New function.
17457 (sendmail-send-it): Call it.
17458 (mail-setup): Optionally call it here.
17459
17460 * term/linux.el: Call tty-no-underline.
17461
17462 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17463
17464 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17465
17466 2005-06-17 Miles Bader <miles@gnu.org>
17467
17468 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17469 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17470 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17471 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17472 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17473 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17474 Remove "-face" suffix from face names.
17475 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17476 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17477 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17478 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17479 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17480 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17481 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17482 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17483 New backward-compatibility aliases for renamed faces.
17484 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17485 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17486 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17487 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17488 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17489 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17490 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17491 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17492 Use renamed ediff faces.
17493
17494 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17495 Remove "-face" suffix from face names.
17496 (eshell-test-ok-face, eshell-test-failed-face):
17497 New backward-compatibility aliases for renamed faces.
17498 (eshell-run-test): Use renamed eshell-test faces.
17499
17500 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17501 face name.
17502 (eshell-prompt-face): New backward-compatibility alias for renamed
17503 face.
17504 (eshell-emit-prompt): Use renamed eshell-prompt face.
17505
17506 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17507 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17508 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17509 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17510 Remove "-face" suffix from face names.
17511 (eshell-ls-directory-face, eshell-ls-symlink-face)
17512 (eshell-ls-executable-face, eshell-ls-readonly-face)
17513 (eshell-ls-unreadable-face, eshell-ls-special-face)
17514 (eshell-ls-missing-face, eshell-ls-archive-face)
17515 (eshell-ls-backup-face, eshell-ls-product-face)
17516 (eshell-ls-clutter-face):
17517 New backward-compatibility aliases for renamed faces.
17518 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17519
17520 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17521 Remove "-face" suffix from face name.
17522 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17523 instead of literal face.
17524
17525 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17526
17527 * emacs-lisp/warnings.el (display-warning, lwarn)
17528 (warning-minimum-log-level): Doc fixes.
17529 (warning-minimum-level, warning-minimum-log-level):
17530 Add :debug to :type choices.
17531
17532 * progmodes/ada-mode.el (ada-format-paramlist)
17533 (ada-get-indent-case, ada-check-matching-start)
17534 (ada-check-defun-name, ada-goto-matching-decl-start)
17535 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17536 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17537 (ada-make-subprogram-body): Follow error conventions.
17538 (ada-case-exception-file, ada-indent-comment-as-code)
17539 (ada-indent-handle-comment-special, ada-indent-renames)
17540 (ada-indent-return, ada-search-directories-internal)
17541 (ada-tab-policy, ada-case-exception-substring)
17542 (ada-other-file-alist, ada-matching-start-re)
17543 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17544 (ada-imenu-generic-expression, ada-compile-goto-error)
17545 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17546 (ada-popup-menu, ada-add-extensions, ada-mode)
17547 (ada-region-selected, ada-create-case-exception)
17548 (ada-create-case-exception-substring, ada-after-keyword-p)
17549 (ada-activate-keys-for-case, ada-adjust-case-region)
17550 (ada-adjust-case-buffer, ada-format-paramlist)
17551 (ada-scan-paramlist, ada-insert-paramlist)
17552 (ada-indent-newline-indent)
17553 (ada-indent-newline-indent-conditional)
17554 (ada-justified-indent-current, ada-goto-previous-word)
17555 (ada-indent-current, ada-get-indent-open-paren)
17556 (ada-get-indent-paramlist, ada-get-indent-end)
17557 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17558 (ada-get-indent-block-start, ada-get-indent-subprog)
17559 (ada-get-indent-noindent, ada-get-indent-label)
17560 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17561 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17562 (ada-goto-stmt-end, ada-goto-next-word)
17563 (ada-check-matching-start, ada-check-defun-name)
17564 (ada-goto-matching-decl-start, ada-goto-matching-start)
17565 (ada-goto-matching-end, ada-search-ignore-string-comment)
17566 (ada-in-decl-p, ada-looking-at-semi-or)
17567 (ada-looking-at-semi-private, ada-in-paramlist-p)
17568 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17569 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17570 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17571 (ada-previous-package, ada-create-menu)
17572 (ada-fill-comment-paragraph-justify)
17573 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17574 (ada-other-file-name, ada-last-which-function-line)
17575 (ada-last-which-function-subprog, ada-which-function)
17576 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17577 (ada-gen-treat-proc, ada-check-emacs-version)
17578 (ada-continuation-indent, ada-align-region-separate):
17579 Fix typos in docstrings.
17580 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17581
17582 2005-06-16 Lute Kamstra <lute@gnu.org>
17583
17584 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17585 conditionally.
17586
17587 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17588
17589 * comint.el (comint-replace-by-expanded-filename)
17590 (comint-prompt-regexp, comint-delimiter-argument-list)
17591 (comint-preinput-scroll-to-bottom):
17592 * info.el (Info-hide-cookies-node):
17593 * ls-lisp.el (ls-lisp-classify):
17594 * find-file.el (ff-search-directories, ff-special-constructs)
17595 (ff-find-other-file):
17596 * font-lock.el (font-lock-keywords):
17597 * shell.el (shell-prompt-pattern)
17598 (shell-dynamic-complete-functions, shell-mode)
17599 (shell-delimiter-argument-list):
17600 * term.el (term-replace-by-expanded-filename)
17601 (term-prompt-regexp, term-delimiter-argument-list):
17602 * woman.el (woman-ignore, woman0-if):
17603 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17604 * emacs-lisp/elint.el (elint-init-env):
17605 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17606 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17607 * language/ethio-util.el (ethio-tilde-escape)
17608 (ethio-use-three-dot-question):
17609 * net/zone-mode.el (zone-mode-load-time-setup):
17610 * progmodes/cc-align.el (c-lineup-argcont):
17611 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17612 * progmodes/cperl-mode.el (cperl-set-style-back):
17613 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17614 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17615 Fix spellings in docstrings.
17616
17617 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17618 * progmodes/modula2.el (m2-for): Fix spellings.
17619
17620 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17621
17622 * simple.el (undo-more): Don't use `format' on `error' arguments.
17623 Improve argument/docstring consistency.
17624 (pending-undo-list): Doc fix.
17625
17626 * smerge-mode.el (smerge-ensure-match):
17627 * emulation/vip.el (vip-ex):
17628 * net/zone-mode.el (zone-mode-update-serial):
17629 * progmodes/idlwave.el (idlwave-complete):
17630 * progmodes/vhdl-mode.el (vhdl-visit-file)
17631 (vhdl-compose-wire-components):
17632 Don't use `format' on `error' arguments.
17633
17634 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17635 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17636 (tooltip-help-tips): Fix typos in docstrings.
17637
17638 2005-06-16 David Ponce <david@dponce.com>
17639
17640 * tree-widget.el (tree-widget-value-create): Simplify last change.
17641
17642 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17643
17644 * ido.el (ido-incomplete-regexp): New variable.
17645 (ido-set-matches-1): Handle invalid-regexp error and set
17646 ido-incomplete-regexp.
17647 (ido-incomplete-regexp): New face.
17648 (ido-completions): Use it.
17649 (ido-complete, ido-exit-minibuffer, ido-completions):
17650 Handle incomplete regexps.
17651 (ido-completions): Add check for complete match when entering a regexp.
17652
17653 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17654
17655 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17656
17657 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17658
17659 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17660 by field delimiters.
17661
17662 2005-06-15 David Ponce <david@dponce.com>
17663
17664 * tree-widget.el: eval-and-compile inlined functions so they will
17665 be available at run-time too.
17666 (tree-widget-super-format-handler)
17667 (tree-widget-format-handler): Remove.
17668 (tree-widget-value-create): Handle the :indent property.
17669
17670 2005-06-15 Miles Bader <miles@gnu.org>
17671
17672 * progmodes/which-func.el (which-func): Only inherit
17673 `font-lock-function-name-face' when that makes sense against the
17674 default mode-line face, otherwise set the face color explicitly.
17675
17676 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17677 faces instead of (non-existent) variables.
17678
17679 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17682 (iswitchb-get-matched-buffers): Likewise. Simplify.
17683
17684 2005-06-14 Miles Bader <miles@gnu.org>
17685
17686 * progmodes/ld-script.el (ld-script-location-counter):
17687 Remove "-face" suffix from face name.
17688 (ld-script-location-counter-face):
17689 New backward-compatibility alias for renamed face.
17690 (ld-script-location-counter-face): Use renamed face.
17691
17692 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17693 (cperl-hash): Remove "-face" suffix from face names.
17694 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17695 New backward-compatibility aliases for renamed faces.
17696 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17697 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17698
17699 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17700 name.
17701 (which-func-face): New backward-compatibility alias for renamed face.
17702 (which-func-format): Use renamed which-func face.
17703
17704 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17705 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17706 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17707 names.
17708 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17709 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17710 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17711 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17712 (vhdl-speedbar-architecture-selected)
17713 (vhdl-speedbar-configuration-selected)
17714 (vhdl-speedbar-package-selected)
17715 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17716 names.
17717 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17718 Use renamed faces.
17719 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17720 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17721 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17722 Use renamed faces.
17723 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17724 names.
17725 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17726 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17727 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17728 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17729 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17730 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17731
17732 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17733 face name.
17734 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17735 (sh-heredoc-face): Use renamed sh-heredoc face.
17736
17737 * progmodes/idlw-help.el (idlwave-help-link):
17738 Remove "-face" suffix from face name.
17739 (idlwave-help-link-face):
17740 New backward-compatibility alias for renamed face.
17741 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17742
17743 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17744 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17745 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17746 New backward-compatibility aliases for renamed faces.
17747 (idlwave-shell-disabled-breakpoint-face)
17748 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17749
17750 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17751 Remove "-face" suffix from face names.
17752 (flymake-errline-face, flymake-warnline-face):
17753 New backward-compatibility aliases for renamed faces.
17754 (flymake-highlight-line): Use renamed flymake faces.
17755
17756 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17757 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17758 (ebrowse-member-class, ebrowse-progress):
17759 Remove "-face" suffix from face names.
17760 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17761 (ebrowse-file-name-face, ebrowse-default-face)
17762 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17763 (ebrowse-progress-face):
17764 New backward-compatibility aliases for renamed faces.
17765 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17766 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17767 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17768 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17769
17770 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17771 antlr-syntax)
17772 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17773 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17774 names.
17775 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17776 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17777 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17778 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17779 backward-compatibility aliases for renamed faces.
17780 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17781 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17782 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17783 remove "font-lock-". Use renamed antlr-mode faces.
17784 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17785 literal face-names with face variable references.
17786
17787 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17788 face name.
17789 (Buffer-menu-buffer-face): New backward-compatibility alias for
17790 renamed face.
17791 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17792
17793 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17794
17795 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17796 Eliminate "-face" suffix.
17797 (makefile-targets): Inherit from font-lock-function-name-face and
17798 eliminate "-face" suffix.
17799 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17800 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17801 actions, instead of prepending, to make it less visible.
17802 (makefile-previous-dependency, makefile-match-dependency):
17803 Don't match a target on a continuation line.
17804
17805 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17806
17807 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17808
17809 * progmodes/gdb-ui.el (menu): Re-order menu items.
17810 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17811
17812 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17813 Define in tooltip.el.
17814 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17815 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17816 gud-tooltip-echo-area.
17817
17818 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17819 backward compatibility and make obsolete.
17820 (tooltip-help-tips): Use tooltip-use-echo-area.
17821 (tooltip-show-help-function): Rename to...
17822 (tooltip-show-help): ...this, because it is a function.
17823 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17824
17825 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17826
17827 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17828 (edebug-print-length, edebug-print-level, edebug-print-circle)
17829 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17830 (edebug-eval-print-last-sexp): Doc fixes.
17831
17832 2005-06-14 Kim F. Storm <storm@cua.dk>
17833
17834 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17835 as the coverage buffer/file/both may change.
17836
17837 2005-06-14 Lute Kamstra <lute@gnu.org>
17838
17839 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17840 and run-mode-hooks. Simplify.
17841
17842 * mail/rmailedit.el (rmail-edit-mode):
17843 * progmodes/octave-inf.el (inferior-octave-mode):
17844 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17845
17846 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17847 and run-mode-hooks.
17848 (recentf-edit-list, recentf-open-files): Don't call
17849 kill-all-local-variables directly.
17850
17851 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17852
17853 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17854
17855 * emacs-lisp/byte-run.el (make-obsolete)
17856 (define-obsolete-function-alias): Rename arguments FUNCTION and
17857 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17858 (make-obsolete-variable, define-obsolete-variable-alias):
17859 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17860 respectively.
17861
17862 * isearchb.el (isearchb-activate):
17863 * pcvs.el (cvs-mode):
17864 * ses.el (ses-load):
17865 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17866 * net/tramp.el (tramp-find-file-exists-command)
17867 (tramp-find-shell):
17868 * progmodes/ada-mode.el (ada-create-case-exception)
17869 (ada-create-case-exception-substring, ada-make-subprogram-body):
17870 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17871 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17872 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17873 * textmodes/org.el (org-promote, org-evaluate-time-range)
17874 (org-agenda-next-date-line, org-agenda-previous-date-line)
17875 (org-agenda-error, org-open-at-point, org-table-move-row)
17876 (org-format-table-table-html-using-table-generate-source)
17877 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17878 * textmodes/reftex.el (reftex-access-scan-info):
17879 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17880 (reftex-toc-promote-prepare): Follow error conventions.
17881
17882 * diff-mode.el (diff-mode): Fix typo in docstring.
17883
17884 * forms.el (forms--intuit-from-file): Fix reference to
17885 `forms-number-of-fields' in error message.
17886 (forms-print): Fix quoting in error message.
17887
17888 * forms.el (forms-mode):
17889 * emulation/vi.el (vi-goto-insert-state):
17890 * progmodes/flymake.el (flymake-new-err-info)
17891 (flymake-start-syntax-check-for-current-buffer)
17892 (flymake-simple-cleanup):
17893 * eshell/esh-var.el (eshell/export):
17894 * progmodes/gud.el (xdb):
17895 * textmodes/flyspell.el (flyspell-incorrect-hook)
17896 (flyspell-maybe-correct-transposition)
17897 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17898
17899 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17900
17901 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17902 minibuffer prompt.
17903
17904 2005-06-13 Kim F. Storm <storm@cua.dk>
17905
17906 * subr.el (add-to-ordered-list): New defun.
17907
17908 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17909 add cua--keymap-alist to emulation-mode-map-alists.
17910
17911 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17912
17913 * subr.el (complete-in-turn): New macro.
17914 (dynamic-completion-table, lazy-completion-table): Add debug info.
17915
17916 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17917 in preference to face aliases.
17918
17919 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17920 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17921 Remove unused vars `start' and `firstline'.
17922 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17923 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17924
17925 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17926
17927 * cus-start.el (all): Don't complain about missing GTK-related
17928 variables, unless either `gtk' is boundp or this isn't a
17929 `windows-nt' build.
17930
17931 2005-06-13 Lute Kamstra <lute@gnu.org>
17932
17933 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17934 run-mode-hooks.
17935
17936 * ediff-mult.el (ediff-meta-mode):
17937 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17938
17939 * ledit.el (ledit-mode): Use delay-mode-hooks.
17940
17941 * woman.el (woman-mode-line-format): Delete constant.
17942 (woman-mode-map): Initialize it properly.
17943 (woman-mode): Set mode-class property to special.
17944 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17945 Set major-mode and mode-name. Don't set mode-line-format directly.
17946 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17947
17948 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17949 string argument obsolete.
17950
17951 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17952
17953 * textmodes/org.el (org-CUA-compatible): New option.
17954 (org-disputed-keys): New variable.
17955 (org-key): New function.
17956 (orgtbl-make-binding): Add docstring to the created function.
17957 (org-mode): Set paragraph start/separate regexps.
17958 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17959 (org-archive-location, org-archive-mark-done)
17960 (org-archive-stamp-time): New options.
17961 (org-archive-subtree): New command.
17962 (org-fill-paragraph): New function.
17963 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17964 (org-fake-empty-table-line): Function removed.
17965 (org-format-org-table-html): Do not create empty table lines at
17966 separator lines. Improved table header treatment.
17967 (org-link-format): New option.
17968 (org-make-link): New function.
17969 (org-insert-link, org-store-link): Use org-make-link.
17970 (org-open-file): Quote file name for shell command, to allow
17971 spaces in file names.
17972 (org-link-regexp): Fix bug with mailto link.
17973 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17974 New constants.
17975 (org-export-as-html): Deal with the optional angles around a link.
17976 Better treatment of file: links.
17977 (org-open-at-point): Replace @{ and @} with < and >.
17978 (org-run-mode-hooks): Function removed.
17979 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17980
17981 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17982
17983 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17984 MI command -data-list-register-values.
17985 (gdb-post-prompt): Indent properly.
17986
17987 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17988
17989 * hilit-chg.el (highlight-changes-colors): Rename from
17990 `highlight-changes-colours'.
17991 (highlight-changes-colours): Keep as obsolete alias.
17992 (highlight-changes-face-list): Doc fix.
17993 (hilit-chg-make-list): Use `highlight-changes-colors'.
17994
17995 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17996
17997 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17998 defun-prompt-regexp.
17999
18000 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18001
18002 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18003 and cygwin.
18004
18005 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18006 Don't use an old loaddefs.el, as in Makefile.in.
18007
18008 2005-06-12 Lute Kamstra <lute@gnu.org>
18009
18010 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18011
18012 * man.el (Man-mode-map): Initialize it properly.
18013 (Man-mode): Set mode-class property to special.
18014
18015 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18016
18017 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18018
18019 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18020 A newline is needed in the docstring there.
18021
18022 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18023 Doc fixes.
18024
18025 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18026
18027 * printing.el: Doc fix. The menubar is no more changed when printing
18028 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18029 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18030 (pr-version): New version number (6.8.4).
18031 (pr-menu-bind): New command.
18032 (pr-update-menus): Docstring and code fix.
18033 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18034 Docstring fix.
18035 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18036 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18037
18038 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18039
18040 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18041 "Returns" to "return", document useful return values, etc.
18042
18043 2005-06-11 Alan Mackenzie <acm@muc.de>
18044
18045 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18046 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18047 (adaptive-file-function): Minor amendment to doc-string.
18048
18049 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18050
18051 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18052 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18053 Fix :type--it is `integer', not `string'.
18054
18055 * faces.el (modeline-highlight): Rename from (the erroneous)
18056 `modeline-higilight'.
18057
18058 2005-06-11 Lute Kamstra <lute@gnu.org>
18059
18060 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18061 lisp-interaction-mode-map but make it the parent.
18062 (edebug-eval-mode): Use define-derived-mode.
18063
18064 2005-06-11 Andreas Schwab <schwab@suse.de>
18065
18066 * bindings.el: Add binding of `ESC functionkey' for every
18067 `M-functionkey'.
18068 * hexl.el (hexl-mode-map): Likewise.
18069
18070 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18071
18072 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18073 [msft]: update regexp for newer msft compilers.
18074
18075 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18076
18077 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18078 ATTLIST portions of included DTDs.
18079 (xml-parse-dtd): Eliminate use of inefficient match-data.
18080
18081 2005-06-10 Miles Bader <miles@gnu.org>
18082
18083 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18084 (mpuz-text): Remove "-face" suffix from face names.
18085 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18086 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18087 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18088
18089 * play/gomoku.el (gomoku-O, gomoku-X):
18090 Remove "-face" suffix from face names.
18091 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18092 New backward-compatibility aliases for renamed faces.
18093 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18094
18095 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18096
18097 * thumbs.el: Fixes for changes of 2005-06-09.
18098 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18099 as a directory.
18100 (thumbs-thumbname): Remove directory separator from format string;
18101 `thumbs-thumbsdir' now returns a valid directory name.
18102 (thumbs-temp-dir): New defsubst.
18103 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18104 Use it.
18105
18106 * cus-edit.el (minibuffer):
18107 * files.el (make-backup-file-name-function):
18108 * filesets.el (filesets-external-viewers):
18109 * hilit-chg.el (highlight-changes-colours)
18110 (highlight-changes-face-list, highlight-changes-rotate-faces):
18111 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18112 * kmacro.el (kmacro-call-macro):
18113 * log-edit.el (log-edit-changelog-full-paragraphs):
18114 * mouse.el (mouse-1-click-follows-link):
18115 * skeleton.el (skeleton-autowrap):
18116 * subr.el (insert-for-yank-1):
18117 * tempo.el (tempo-insert-region):
18118 * terminal.el (terminal-emulator):
18119 * time.el (display-time-mail-face):
18120 * vc.el (vc-annotate):
18121 * vcursor.el (vcursor-copy-line):
18122 * woman.el (woman-bold-headings, woman-ignore)
18123 (woman-default-faces, woman-monochrome-faces):
18124 * calendar/todo-mode.el (todo-insert-threshold):
18125 * emulation/pc-select.el (pc-select-selection-keys-only)
18126 (pc-selection-mode):
18127 * emulation/vip.el (vip-find-char-forward):
18128 * emulation/viper-cmd.el (viper-find-char-forward):
18129 * international/mule-cmds.el
18130 (select-safe-coding-system-accept-default-p)
18131 (input-method-exit-on-invalid-key):
18132 * international/mule-diag.el (describe-coding-system):
18133 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18134 * net/browse-url.el (browse-url-xterm-program):
18135 * obsolete/lazy-lock.el (lazy-lock-mode):
18136 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18137 (cperl-mode):
18138 * progmodes/cpp.el (cpp-face-light-name-list)
18139 (cpp-face-dark-name-list):
18140 * progmodes/delphi.el (delphi-newline-always-indents):
18141 Fix spellings in docstrings.
18142
18143 * ido.el (ido-mode, ido-file-extensions-order)
18144 (ido-default-file-method, ido-default-buffer-method)
18145 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18146 (ido-decorations, ido-read-file-name-as-directory-commands)
18147 (ido-read-file-name-non-ido, ido-work-directory-list)
18148 (ido-ignore-item-temp-list, ido-current-directory)
18149 (ido-magic-forward-char, ido-enter-find-file)
18150 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18151 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18152
18153 2005-06-10 Lute Kamstra <lute@gnu.org>
18154
18155 * play/dunnet.el (dun-mode): Use define-derived-mode.
18156 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18157 obsolete alias.
18158
18159 * play/doctor.el (doctor-mode-map): Remove defvar.
18160 (doctor-mode): Use define-derived-mode.
18161
18162 * mail/mspools.el (mspools-mode):
18163 * net/eudc-hotlist.el (eudc-hotlist-mode):
18164 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18165
18166 2005-06-10 Miles Bader <miles@gnu.org>
18167
18168 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18169 Remove "-face" suffix from face names.
18170 (flyspell-incorrect-face, flyspell-duplicate-face):
18171 New backward-compatibility aliases for renamed faces.
18172 (flyspell-mode-on, make-flyspell-overlay)
18173 (flyspell-highlight-incorrect-region)
18174 (flyspell-highlight-duplicate-region)
18175 (flyspell-display-next-corrections)
18176 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18177
18178 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18179 from face name.
18180 (texinfo-heading-face): New backward-compatibility alias for
18181 renamed face.
18182 (texinfo-heading-face): Use renamed texinfo-heading face.
18183
18184 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18185 suffix from face names.
18186 (tex-math-face, tex-verbatim-face):
18187 New backward-compatibility aliases for renamed faces.
18188 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18189 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18190 literal face name.
18191
18192 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18193 name.
18194 (table-cell-face): New backward-compatibility alias for renamed face.
18195 (table--put-cell-face-property, table--update-cell-face):
18196 Use renamed table-cell face.
18197
18198 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18199 from face name.
18200 (sgml-namespace-face): New backward-compatibility alias for
18201 renamed face.
18202 (sgml-namespace-face): Use renamed sgml-namespace face.
18203
18204 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18205 (org-level-4, org-level-5, org-level-6, org-level-7)
18206 (org-level-8, org-warning, org-headline-done)
18207 (org-deadline-announce, org-scheduled-today)
18208 (org-scheduled-previously, org-link, org-done, org-table)
18209 (org-time-grid): Remove "-face" suffix from face names.
18210 (org-level-1-face, org-level-2-face, org-level-3-face)
18211 (org-level-4-face, org-level-5-face, org-level-6-face)
18212 (org-level-7-face, org-level-8-face, org-warning-face)
18213 (org-headline-done-face, org-deadline-announce-face)
18214 (org-scheduled-today-face, org-scheduled-previously-face)
18215 (org-link-face, org-done-face, org-table-face)
18216 (org-time-grid-face):
18217 New backward-compatibility aliases for renamed faces.
18218 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18219 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18220 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18221 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18222
18223 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18224 (viper-minibuffer-emacs, viper-minibuffer-insert)
18225 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18226 (viper-search-face, viper-replace-overlay-face)
18227 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18228 (viper-minibuffer-vi-face):
18229 New backward-compatibility aliases for renamed faces.
18230 (viper-search-face, viper-replace-overlay-face)
18231 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18232 (viper-minibuffer-vi-face): Use renamed viper faces.
18233
18234 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18235 Remove "-face" suffix from face names.
18236 (testcover-nohits-face, testcover-1value-face):
18237 New backward-compatibility aliases for renamed faces.
18238 (testcover-mark): Use renamed testcover faces.
18239
18240 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18241 face name.
18242 (diary-button-face): New backward-compatibility alias for renamed face.
18243 (diary-entry): Use renamed diary-button face.
18244
18245 * calendar/calendar.el (diary, calendar-today, holiday)
18246 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18247 (diary-face, calendar-today-face, holiday-face):
18248 New backward-compatibility aliases for renamed faces.
18249 (eval-after-load "facemenu", diary-entry-marker)
18250 (calendar-today-marker, calendar-holiday-marker, diary-face):
18251 Use renamed calendar faces.
18252
18253 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18254 (compare-windows-face): New backward-compatibility alias for
18255 renamed face.
18256 (compare-windows-highlight): Use renamed compare-windows face.
18257
18258 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18259 (strokes-char-face): New backward-compatibility alias for renamed face.
18260 (strokes-encode-buffer): Use renamed strokes-char face.
18261
18262 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18263 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18264 Remove "-face" suffix from face names.
18265 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18266 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18267 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18268 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18269 Use renamed pcvs faces.
18270 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18271 * pcvs-defs.el (cvs-mode-map): Likewise.
18272 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18273
18274 * info.el (info-title-1, info-title-2, info-title-3)
18275 (info-title-4): Remove "-face" suffix from and downcase face names.
18276 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18277 (Info-title-4-face):
18278 New backward-compatibility aliases for renamed faces.
18279 (Info-fontify-node): Use renamed info faces.
18280
18281 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18282 Remove "-face" suffix from face names.
18283 (highlight-changes-face, highlight-changes-delete-face):
18284 New backward-compatibility aliases for renamed faces.
18285 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18286 (hilit-chg-make-list): Use renamed highlight-changes faces.
18287
18288 * generic-x.el (show-tabs-tab, show-tabs-space):
18289 Remove "-face" suffix from face names.
18290 (show-tabs-tab-face, show-tabs-space-face):
18291 New backward-compatibility aliases for renamed faces.
18292 (show-tabs-generic-mode-font-lock-defaults-1)
18293 (show-tabs-generic-mode-font-lock-defaults-2):
18294 Use renamed show-tabs faces.
18295
18296 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18297 (smerge-markers): Remove "-face" suffix from face names.
18298 (smerge-mine-face, smerge-other-face, smerge-base-face)
18299 (smerge-markers-face):
18300 New backward-compatibility aliases for renamed faces.
18301 (smerge-mine-face, smerge-other-face, smerge-base-face)
18302 (smerge-markers-face): Use renamed smerge faces.
18303
18304 * log-view.el (log-view-file, log-view-message): Remove "-face"
18305 suffix from face names.
18306 (log-view-file-face, log-view-message-face):
18307 New backward-compatibility aliases for renamed faces.
18308 (log-view-file-face, log-view-message-face): Use renamed log-view
18309 faces.
18310
18311 * paren.el (show-paren-match, show-paren-mismatch):
18312 Remove "-face" suffix from face names.
18313 (show-paren-match-face, show-paren-mismatch-face):
18314 New backward-compatibility aliases for renamed faces.
18315 (show-paren-function): Use renamed show-paren faces.
18316
18317 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18318 (ruler-mode-margins, ruler-mode-fringes)
18319 (ruler-mode-column-number, ruler-mode-fill-column)
18320 (ruler-mode-comment-column, ruler-mode-goal-column)
18321 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18322 suffix from face names.
18323 (ruler-mode-default-face, ruler-mode-pad-face)
18324 (ruler-mode-margins-face, ruler-mode-fringes-face)
18325 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18326 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18327 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18328 New backward-compatibility aliases for renamed faces.
18329 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18330 (ruler-mode-column-number, ruler-mode-fill-column)
18331 (ruler-mode-comment-column, ruler-mode-goal-column)
18332 (ruler-mode-tab-stop, ruler-mode-current-column)
18333 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18334 faces.
18335
18336 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18337 face name.
18338 (whitespace-highlight-the-space): Use renamed face.
18339 (whitespace-highlight-face): New backward-compatibility alias for
18340 renamed face.
18341
18342 * woman.el (woman-italic, woman-bold, woman-unknown)
18343 (woman-addition, woman-symbol-face):
18344 Remove "-face" suffix from face names.
18345 (woman-italic-face, woman-bold-face, woman-unknown-face)
18346 (woman-addition-face):
18347 New backward-compatibility aliases for renamed faces.
18348 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18349 (woman-decode-region, woman-replace-match)
18350 (woman-display-extended-fonts, woman-special-characters)
18351 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18352 Use renamed woman faces.
18353
18354 * longlines.el (longlines-visible-face): Face removed.
18355
18356 * diff-mode.el (diff-header, diff-file-header, diff-index)
18357 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18358 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18359 suffix from face names.
18360 (diff-header-face, diff-file-header-face, diff-index-face)
18361 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18362 (diff-changed-face, diff-function-face, diff-context-face)
18363 (diff-nonexistent-face): New backward-compatibility aliases for
18364 renamed faces.
18365 (diff-header-face, diff-file-header-face)
18366 (diff-index, diff-index-face, diff-hunk-header)
18367 (diff-hunk-header-face, diff-removed, diff-removed-face)
18368 (diff-added, diff-added-face, diff-changed-face, diff-function)
18369 (diff-function-face, diff-context-face, diff-nonexistent)
18370 (diff-nonexistent-face): Use renamed diff-mode faces.
18371
18372 * progmodes/compile.el (compilation-warning-face)
18373 (compilation-info-face): Remove "-face" suffix from face names.
18374 (compilation-warning-face, compilation-info-face):
18375 New backward-compatibility aliases for renamed faces.
18376 (compilation-warning-face, compilation-info-face):
18377 Use renamed compilation faces.
18378
18379 * add-log.el (change-log-date, change-log-name)
18380 (change-log-email, change-log-file, change-log-list)
18381 (change-log-conditionals, change-log-function)
18382 (change-log-acknowledgement): Remove "-face" suffix from face names.
18383 (change-log-date-face, change-log-name-face)
18384 (change-log-email-face, change-log-file-face)
18385 (change-log-list-face, change-log-conditionals-face)
18386 (change-log-function-face, change-log-acknowledgement-face):
18387 New backward-compatibility aliases for renamed faces.
18388 (change-log-font-lock-keywords): Use renamed change-log faces.
18389
18390 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18391 (custom-set, custom-changed, custom-saved, custom-button)
18392 (custom-button-pressed, custom-documentation, custom-state)
18393 (custom-comment, custom-comment-tag, custom-variable-tag)
18394 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18395 (custom-group-tag): Remove "-face" suffix from face names.
18396 (custom-magic-alist, custom-magic-value-create)
18397 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18398 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18399 (custom-set-face, custom-changed-face, custom-saved-face)
18400 (custom-button-face, custom-button-pressed-face)
18401 (custom-documentation-face, custom-state-face)
18402 (custom-comment-face, custom-comment-tag-face)
18403 (custom-variable-tag-face, custom-variable-button-face)
18404 (custom-face-tag-face, custom-group-tag-face-1)
18405 (custom-group-tag-face):
18406 New backward-compatibility aliases for renamed faces.
18407
18408 * wid-edit.el (widget-documentation, widget-button)
18409 (widget-field, widget-single-line-field, widget-inactive)
18410 (widget-button-pressed): "-face" suffix removed from face names.
18411 (widget-documentation-face, widget-button-face)
18412 (widget-field-face, widget-single-line-field-face)
18413 (widget-inactive-face, widget-button-pressed-face):
18414 New backward-compatibility aliases for renamed faces.
18415 (widget-documentation-face, widget-button-face)
18416 (widget-button-pressed-face, widget-specify-field)
18417 (widget-specify-inactive): Use renamed widget faces.
18418
18419 2005-06-10 Kenichi Handa <handa@m17n.org>
18420
18421 * term/x-win.el (x-clipboard-yank): Remove condition-case
18422 wrapping.
18423
18424 2005-06-11 Kenichi Handa <handa@m17n.org>
18425
18426 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18427 date lines stricter.
18428
18429 2005-06-10 Zhang Wei <id.brep@gmail.com>
18430
18431 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18432 of x-get-selection.
18433
18434 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18435
18436 * comint.el (comint-mode, comint-snapshot-last-prompt):
18437 * frame.el (frame-current-scroll-bars):
18438 * term.el (term-mode, term-check-proc, term-input-sender)
18439 (term-simple-send, term-extract-string, term-word)
18440 (term-match-partial-filename):
18441 * window.el (window-current-scroll-bars):
18442 * emulation/cua-base.el (cua-normal-cursor-color)
18443 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18444 (cua-global-mark-cursor-color):
18445 * mail/undigest.el (rmail-forward-separator-regex):
18446 Fix typos in docstrings.
18447
18448 * comint.el (comint-check-proc, make-comint-in-buffer)
18449 (comint-source-default): Doc fixes.
18450
18451 * term.el (term-send-string): Improve argument/docstring consistency.
18452
18453 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18454
18455 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18456 call to `delete-region'.
18457 (comint-mode-hook): Do not enable Font Lock by default.
18458
18459 2005-06-09 Lute Kamstra <lute@gnu.org>
18460
18461 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18462 could be void.
18463
18464 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18465
18466 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18467 (debug): Use it.
18468 (debugger-step-through, debugger-continue, debugger-jump)
18469 (debugger-return-value): Set it when needed.
18470 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18471 Use inhibit-read-only.
18472
18473 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18474
18475 * window.el (shrink-window-if-larger-than-buffer)
18476 (window-size-fixed): Fix typo in docstring.
18477
18478 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18479 thumbnails directory on loading.
18480 (thumbs-conversion-program): Use `eq' to check the system type,
18481 not `equal'.
18482 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18483 not "/tmp". Fix docstring.
18484 (thumbs-thumbsdir): New function to return the thumbnails
18485 directory, creating it if needed.
18486 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18487 (thumbs-temp-file): Delete variable and make it into a function.
18488 (thumbs-resize-image, thumbs-modify-image): Use it.
18489 (thumbs-kill-buffer): Simplify.
18490 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18491 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18492 docstrings.
18493
18494 2005-06-09 Kim F. Storm <storm@cua.dk>
18495
18496 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18497 set-match-data to free markers in match-data.
18498
18499 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18500 match-data to unchain markers in match-data.
18501
18502 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18503
18504 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18505 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18506 unnecessary now.
18507
18508 2005-06-08 Richard M. Stallman <rms@gnu.org>
18509
18510 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18511 give the variable a doc string that doesn't say don't set it directly.
18512
18513 * textmodes/ispell.el (ispell-check-version):
18514 Use match-string-no-properties.
18515 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18516 (ispell-buffer-local-words): Likewise.
18517
18518 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18519 except on terminals with enough colors to really display it.
18520 (makefile-dependency-regex): Delete spurious `bb'.
18521
18522 * faces.el (escape-glyph): Use blue once again in last case.
18523 (no-break-space): Redefine so that it isn't invisible on a tty.
18524
18525 2005-06-08 Kim F. Storm <storm@cua.dk>
18526
18527 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18528 also when reading directory name.
18529
18530 2005-06-08 Lute Kamstra <lute@gnu.org>
18531
18532 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18533 (flyspell-mode-line-string): Remove autoload cookie.
18534 (flyspell-mode): Remove defvar.
18535
18536 2005-06-07 Lute Kamstra <lute@gnu.org>
18537
18538 * textmodes/org.el (org-run-mode-hooks): New function.
18539 (org-agenda-mode): Use it.
18540
18541 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18542
18543 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18544
18545 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18546
18547 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18548
18549 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18550
18551 * font-lock.el (font-lock-add-keywords): Doc fix.
18552
18553 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18554
18555 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18556 (tex-compile-default): In the absence of any history, use the order in
18557 tex-compile-alist to choose the preferred command.
18558 (tex-compile-commands): Reorder a bit.
18559
18560 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18561 (flyspell-incorrect-face, flyspell-duplicate-face):
18562 Use (X)Emacs-agnostic code.
18563 (flyspell-mode-map): Don't overwrite at each load. Remove code
18564 redundant with the subsequent add-minor-mode. Merge Emacs and
18565 XEmacs code.
18566 (flyspell-word): Minor simplification.
18567 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18568 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18569 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18570 Merge the corresponding Emacs code.
18571 (flyspell-correct-word, flyspell-xemacs-popup):
18572 Use flyspell-do-correct.
18573
18574 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18575 a dedicated window.
18576
18577 * international/latexenc.el (latexenc-find-file-coding-system):
18578 Undo part of last patch, to turn off a compiler warning.
18579
18580 2005-06-06 Juri Linkov <juri@jurta.org>
18581
18582 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18583 Rename `tmm-inactive-face' to `tmm-inactive'.
18584
18585 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18586
18587 * iswitchb.el: Rename faces.
18588
18589 2005-06-06 Kim F. Storm <storm@cua.dk>
18590
18591 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18592 (cua-global-mark): Remove -face suffix from face names.
18593
18594 * emulation/cua-gmrk.el (cua--init-global-mark):
18595 Remove cua-global-mark face setup.
18596
18597 2005-06-06 Richard M. Stallman <rms@gnu.org>
18598
18599 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18600 just like other allowed characters.
18601 (makefile-match-dependency): Exclude leading and training whitespace
18602 from the range of regexp subexp 1.
18603 (makefile-macroassign-regex): Don't try to match the body,
18604 just the name of the macro being defined.
18605
18606 * info.el (Info-read-node-name-2): New function.
18607 (Info-read-node-name-1): Use that.
18608 Add a completion-base-size-function property.
18609
18610 * simple.el (completion-setup-function): Look for
18611 completion-base-size-function property of minibuffer-completion-table.
18612
18613 * files.el (locate-file-completion): Doc fix.
18614
18615 * printing.el: Don't call pr-update-menus; user must do that.
18616
18617 * emacs-lisp/debug.el (debugger-window): New variable.
18618 (debug): Use debugger-window if it is set and still alive.
18619 Record debugger-window for next entry.
18620
18621 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18622
18623 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18624
18625 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18626 (hack-one-local-variable, hack-local-variables)
18627 (hack-local-variables-prop-line): Pass that arg.
18628
18629 2005-06-06 Kim F. Storm <storm@cua.dk>
18630
18631 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18632 (ido-indicator): Remove -face suffix from face names.
18633
18634 2005-06-06 Juri Linkov <juri@jurta.org>
18635
18636 * font-lock.el (font-lock-regexp-backslash)
18637 (font-lock-regexp-backslash-construct): New faces.
18638 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18639 after `('. Add `while-no-input' to control structures.
18640
18641 * faces.el (no-break-space, shadow): New faces.
18642 (escape-glyph): Use less loud colors pink2 and red4.
18643
18644 * diff-mode.el (diff-context-face)
18645 * dired.el (dired-ignored)
18646 * rfn-eshadow.el (file-name-shadow)
18647 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18648
18649 * info.el (Info-title-1-face): Use green instead of yellow because
18650 bold yellow is not readable on light backgrounds.
18651
18652 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18653 before selecting the desired mode to not spend time fontifying
18654 old contents.
18655
18656 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18657
18658 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18659 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18660
18661 * ps-print.el (ps-default-fg, ps-default-bg):
18662 Fix typos in docstrings.
18663
18664 * isearchb.el (isearchb): Don't pass a spurious second argument to
18665 `iswitchb-completions'.
18666
18667 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18668
18669 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18670 to preserve point.
18671 (gdb-find-file-hook): Add doc string.
18672
18673 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18674 C dereferenced pointer expression.
18675 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18676
18677 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18678
18679 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18680 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18681 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18682 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18683 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18684 Make background transparent.
18685
18686 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18687
18688 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18689 (font-lock-remove-keywords): Doc fix.
18690 (font-lock-mode-major-mode): Compiler defvar.
18691 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18692
18693 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18694 (font-lock-mode): Update `font-lock-mode-major-mode'.
18695 (font-lock-set-defaults): Compiler defvar.
18696 (font-lock-default-function): Take `font-lock-mode-major-mode'
18697 into account.
18698
18699 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18700 keep track of which major mode it enabled the minor mode for.
18701 Use find-file-hook again. Update docstring.
18702
18703 * simple.el (eval-expression-print-level)
18704 (eval-expression-print-length, eval-expression-debug-on-error):
18705 Doc fixes.
18706
18707 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18708
18709 * iswitchb.el (iswitchb-single-match-face)
18710 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18711 (iswitchb-invalid-regexp-face): New faces.
18712 (iswitchb-completions): Use them.
18713 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18714 now marked as an obsolete alias.
18715 (iswitchb-read-buffer): Remove check for bound font variables.
18716 (iswitchb-invalid-regexp): New free variable.
18717 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18718 set iswitchb-invalid-regexp.
18719 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18720 invalid regexps.
18721 (iswitchb-completions): Add check for complete match when entering
18722 a regexp.
18723 (iswitchb-completions): Remove require-match argument.
18724 (iswitchb-exhibit): Fix caller.
18725 (iswitchb-common-match-inserted): New variable.
18726 (iswitchb-complete, iswitchb-completion-help): Use it.
18727
18728 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18729
18730 * url-http.el (url-http-chunked-encoding-after-change-function):
18731 Use `url-http-debug' instead of `message'.
18732
18733 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18734
18735 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18736 callback argument.
18737
18738 2005-06-04 Kim F. Storm <storm@cua.dk>
18739
18740 * simple.el (line-move): Only call sit-for when moving backwards.
18741
18742 * ido.el (ido-make-merged-file-list-1): New defun split from
18743 ido-make-merged-file-list.
18744 (ido-make-merged-file-list): Bind throw-on-input around call to
18745 ido-make-merged-file-list-1. Return input-pending-p if
18746 interrupted by more input available.
18747 (ido-read-internal): Handle input-pending-p return value from
18748 ido-make-merged-file-list.
18749
18750 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18751
18752 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18753 compatibility code.
18754
18755 * international/latexenc.el (latexenc-find-file-coding-system):
18756 Don't inherit the EOL part of the coding-system from the
18757 tex-main buffer. Fit within 80 columns.
18758
18759 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18760
18761 * tmm.el (tmm-inactive-face): New face.
18762 (tmm-remove-inactive-mouse-face): New function.
18763 (tmm-prompt, tmm-add-one-shortcut)
18764 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18765 but not selectable.
18766
18767 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18768
18769 * faces.el (face-equal): Improve argument/docstring consistency.
18770
18771 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18772
18773 * progmodes/make-mode.el (makefile-targets-face)
18774 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18775 (makefile-bsdmake-dependency-regex)
18776 (makefile-makepp-rule-action-regex)
18777 (makefile-bsdmake-rule-action-regex): New constants.
18778 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18779
18780 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18781 Allow (...) within `...' for makepp messages.
18782
18783 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18784
18785 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18786
18787 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18788 "." files are deleted from all file lists before comparison.
18789
18790 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18791 (viper-ESC-key): Made them customizable.
18792
18793 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18794
18795 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18796
18797 * autorevert.el (auto-revert-buffers): Use save-match-data.
18798
18799 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18802 menu items with a nil command binding.
18803
18804 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18805
18806 * emacs-lisp/cl-macs.el (defsetf):
18807 Improve argument/docstring consistency.
18808
18809 * faces.el (list-faces-display): Improve the formatting by
18810 computing the maximum length required for any face-name (reworked
18811 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18812 (internal-find-face): Remove redundant info in docstring.
18813
18814 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18815
18816 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18817 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18818 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18819 (gdb-assembler-custom): Improve regexps.
18820 (def-gdb-auto-update-handler): Use window point to preserve point.
18821
18822 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18823
18824 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18825
18826 2005-05-31 Jay Belanger <belanger@truman.edu>
18827
18828 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18829 to calc-embedded.
18830 (calc-embedded-make-info): Have plain prefix argument select
18831 entire line.
18832
18833 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18834
18835 * faces.el (list-faces-display): Signal error if passed a regexp
18836 that matches no face name.
18837
18838 * simple.el (filter-buffer-substring): Fix typo in docstring.
18839
18840 2005-05-31 Richard M. Stallman <rms@gnu.org>
18841
18842 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18843 (vhdl-emacs-21): Doc fix.
18844 (vhdl-mode): Unconditionally set comment-padding.
18845 (vhdl-fixup-whitespace-region): Insert spaces only where
18846 there are none.
18847 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18848
18849 2005-05-30 John Wiegley <johnw@newartisans.com>
18850
18851 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18852 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18853 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18854 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18855 `string-to-number'.
18856
18857 2005-05-30 Jay Belanger <belanger@truman.edu>
18858
18859 * calc/calc.el (calc-bug-address): Fix docstring.
18860 (calc-window-hook, calc-trail-window-hook): New variables.
18861 (calc-trail-display): Restore use of calc-trail-window-hook.
18862 (calc): Restore use of calc-window-hook.
18863
18864 2005-05-31 Masatake YAMATO <jet@gyve.org>
18865
18866 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18867
18868 * help-fns.el (help-C-file-name): Add autoload mark for
18869 `find-function-noselect'.
18870
18871 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18874 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18875
18876 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18877
18878 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18879 included diary buffer if it was not already being visited.
18880 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18881
18882 * calendar/icalendar.el (top-level): Do not require appt.
18883
18884 * mail/supercite.el (sc-select-attribution): Only use a list
18885 element from sc-attrib-selection-list if it returns a string.
18886 Reported by Davide G. M. Salvetti <salve@debian.org>.
18887
18888 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18889
18890 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18891 includes a hash value to improve its uniqueness, and has a ".jpg"
18892 extension. Also, it is now a valid filename on all systems.
18893 (thumbs-make-thumb): Use `let', not `let*'.
18894 (thumbs-show-thumbs-list): Check for JPEG availability.
18895
18896 2005-05-30 Richard M. Stallman <rms@gnu.org>
18897
18898 * filesets.el (filesets-menu-ensure-use-cached):
18899 Prevent warning when emacs-version>= is undefined.
18900
18901 * printing.el (pr-interactive-n-up): Use string-to-number.
18902
18903 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18904
18905 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18906 Warn only when name to be defined is quoted.
18907
18908 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18909
18910 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18911 Make regexp more robust.
18912 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18913 Force regeneration of disassembly.
18914
18915 2005-05-29 Jay Belanger <belanger@truman.edu>
18916
18917 * calc/calc.el (calc-user-invocation): Check if
18918 calc-invocation-macro is non-nil.
18919
18920 2005-05-29 Juri Linkov <juri@jurta.org>
18921
18922 * add-log.el (change-log-font-lock-keywords):
18923 Add `+' to e-mail regexp to accept mail address with keywords.
18924
18925 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18926
18927 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18928
18929 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18930
18931 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18932
18933 2005-05-29 Richard M. Stallman <rms@gnu.org>
18934
18935 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18936 Undo the change that moves to end of the current word.
18937
18938 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18939
18940 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18941 Throw error when count <= 0 to ensure input is a number.
18942 (gdb-read-memory-custom): Pick up address from buffer.
18943 (gdb-memory-mode): Allow user to increment and decrement
18944 memory address from header line.
18945
18946 2005-05-29 Richard M. Stallman <rms@gnu.org>
18947
18948 * flyspell.el (flyspell-version): Function deleted.
18949 (flyspell-auto-correct-previous-hook): Doc fix.
18950
18951 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18952 Do nothing if memory is full.
18953
18954 * font-lock.el (font-lock-fontify-syntactically-region):
18955 Pass t for GREEDY to looking-back.
18956
18957 * saveplace.el (save-place-alist-to-file): Write the file
18958 using write-region.
18959
18960 * subr.el (looking-back): New argument GREEDY.
18961
18962 * progmodes/compile.el (compilation-start): Set the mode
18963 before inserting the initial text.
18964
18965 * progmodes/which-func.el (which-func-update-1): Turn the mode
18966 off in case of error by setting which-func-mode.
18967
18968 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18969
18970 * flyspell.el (flyspell-auto-correct-previous-word):
18971 Narrow down to what's on the screen, and recenter overlays
18972 at the end of the next word.
18973
18974 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18975
18976 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18977 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18978 (flyspell-abbrev-p): Default to nil.
18979 (flyspell-use-global-abbrev-table-p): Doc fix.
18980 (flyspell-large-region): Allow nil as value.
18981 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18982
18983 (mail-mode-flyspell-verify): More robust handling
18984 of `mail-header-separator'. More efficient signature detection.
18985 Allow for regexp metacharacters in message-header-separator.
18986 Adding `To' not to be checked in mail-mode-flyspell-verify.
18987
18988 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18989 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18990 Bind flyspell-auto-correct-binding.
18991 Bind C-. and C-, .
18992 (flyspell-mode-map): Likewise.
18993 (flyspell-mode): Doc fix.
18994 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18995 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18996 (flyspell-word-cache-result): New var, always local.
18997 (flyspell-check-pre-word-p): Doc fix.
18998 (flyspell-check-changed-word-p): Handle spc like newline.
18999 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19000 (flyspell-word-search-backward, flyspell-word-search-forward):
19001 New functions.
19002 (flyspell-word): Return t if nothing to check.
19003 When parsing TeX code, check for after } or \.
19004 Use flyspell-word-search-backward to find previous word.
19005 Return nil if duplicated word.
19006 For word already checked, return same value as last time.
19007 Set flyspell-word-cache-result after checking.
19008 Don't clobber the return value.
19009 (flyspell-get-word): Major rewrite.
19010 (flyspell-external-point-words): New locals pword, pcount.
19011 Fix size used in progress message.
19012 Find the proper corresponding word in flyspell-large-region-buffer.
19013 (flyspell-region): Check for flyspell-large-region = nil.
19014 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19015 (flyspell-auto-correct-word): Check that WORD is a cons.
19016 (flyspell-correct-word): Likewise.
19017
19018 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19019
19020 * progmodes/make-mode.el (makefile-rule-action-regex)
19021 (makefile-macroassign-regex, makefile-makepp-mode)
19022 (makefile-bsdmake-mode): Continuation lines may be empty.
19023 Reported by Joshua Varner.
19024 (makefile-makepp-font-lock-keywords): Add $(stem).
19025
19026 2005-05-28 Karl Berry <karl@gnu.org>
19027
19028 * textmodes/tex-mode.el: Now that tex-send-command calls
19029 shell-quote-argument (2005-03-31 change), remove all calls to
19030 shell-quote-argument; they all end up invoking tex-send-command.
19031 The double quoting loses on filenames with non-safe characters,
19032 such as "@". Reported by Frederik Fouvry.
19033
19034 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19035
19036 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19037 about preserving point.
19038
19039 2005-05-27 Jay Belanger <belanger@truman.edu>
19040
19041 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19042 Info-goto-node.
19043
19044 * calc/calc-embed.el (calc-embed-arg): New variable.
19045 (calc-do-embedded-activate, calc-embedded-activate-formula)
19046 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19047 variable by new variable.
19048 (calc-embedded-make-info): Replace undeclared variable by new
19049 variable. When selecting region with positive prefix
19050 argument, use end of previous line instead of beginning of line.
19051
19052 * calc/calc-aent.el (calc-arg-values): Declare it.
19053
19054 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19055 Declare them.
19056
19057 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19058
19059 * calc/calc.el (calc-alg-map): Declare it.
19060
19061 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19062
19063 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19064
19065 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19066 (gdb-registers-buffer, toggle-gdb-all-registers):
19067 Toggle display of floating point registers.
19068 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19069
19070 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19071 (toggle-gud-tooltip-dereference):
19072 Rename from gud-toggle-tooltip-dereference.
19073
19074 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19075
19076 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19077
19078 2005-05-27 Jay Belanger <belanger@truman.edu>
19079
19080 * calc/calc-prog.el (calc-kbd-report): Remove.
19081 (calc-kbd-query): Rewrite.
19082
19083 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19084
19085 * image.el (image-library-alist): Move to image.c.
19086 (image-type-available-p): Doc fix.
19087
19088 2005-05-27 Lute Kamstra <lute@gnu.org>
19089
19090 * calc/calc.el (calc):
19091 * outline.el (outline-1, outline-2, outline-3, outline-4)
19092 (outline-5, outline-6, outline-7, outline-8):
19093 * textmodes/dns-mode.el (dns-mode):
19094 * textmodes/sgml-mode.el (sgml-namespace-face):
19095 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19096 (tex-verbatim-face, tex-use-reftex):
19097 * textmodes/texinfo.el (texinfo-heading-face):
19098 Specify customization group.
19099
19100 * longlines.el: Don't require easy-mmode.
19101 (longlines-visible-face): Specify customization group.
19102
19103 2005-05-27 Kenichi Handa <handa@m17n.org>
19104
19105 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19106 encoding table of windows-1251.
19107
19108 * international/ucs-tables.el (ucs-set-table-for-input):
19109 If translation-table-for-input of a coding system is a symbol, get
19110 its translation-table property.
19111
19112 * international/code-pages.el: Don't register a coding system into
19113 non-iso-charset-alist more than once.
19114 (cp-make-coding-system): Likewise.
19115
19116 2005-05-26 John Wiegley <johnw@newartisans.com>
19117
19118 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19119 `eshell-resume-eval' is wrapped in a list, it indicates that the
19120 command was run asynchronously. In that case, unwrap the value
19121 before checking the delimiter value.
19122
19123 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19124 character before a space at the end of a line is \, assume the space
19125 is part of the last argument rather than a final argument separator.
19126
19127 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19128 is in use, and the target is `t' or `nil' (which are the most common
19129 values), don't assume that the symbol target is a buffer.
19130
19131 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19132
19133 * calendar/calendar.el (calendar-mode-line-format):
19134 Use mode-line-highlight as mouse-face.
19135
19136 * time.el (display-time-string-forms, display-time-update):
19137 Use mode-line-highlight as mouse-face.
19138
19139 2005-05-26 Jay Belanger <belanger@truman.edu>
19140
19141 * calc/calc.el (calc-language-alist): Remove extra defvar.
19142
19143 2005-05-26 Lute Kamstra <lute@gnu.org>
19144
19145 * arc-mode.el (archive-mode):
19146 * bookmark.el (bookmark-read-annotation-mode)
19147 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19148 * bs.el (bs-mode):
19149 * calc/calc-yank.el (calc-edit-mode):
19150 * calc/calc.el (calc-mode, calc-trail-mode):
19151 * calculator.el (calculator-mode):
19152 * chistory.el (command-history-mode):
19153 * comint.el:
19154 * cus-edit.el (custom-mode):
19155 * descr-text.el (describe-text-mode):
19156 * ebuff-menu.el (Electric-buffer-menu-mode):
19157 * ediff-util.el (ediff-mode):
19158 * emacs-lisp/re-builder.el (reb-mode):
19159 * emulation/vi.el (vi-mode-setup):
19160 * emulation/ws-mode.el (wordstar-mode):
19161 * eshell/esh-mode.el (eshell-mode):
19162 * forms.el (forms-mode):
19163 * help-mode.el (help-mode):
19164 * hexl.el (hexl-mode):
19165 * ibuffer.el (ibuffer-mode):
19166 * ielm.el (inferior-emacs-lisp-mode):
19167 * info.el (Info-mode, Info-edit-mode):
19168 * international/swedish.el:
19169 * ledit.el (ledit-from-lisp-mode):
19170 * locate.el (locate-mode):
19171 * mail/rmail.el (rmail-mode):
19172 * mail/rmailedit.el (rmail-edit-mode):
19173 * mail/rmailsum.el (rmail-summary-mode):
19174 * mail/supercite.el (sc-electric-mode):
19175 * net/eudc.el (eudc-mode):
19176 * net/quickurl.el (quickurl-list-mode):
19177 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19178 * obsolete/ooutline.el (outline-mode):
19179 * obsolete/options.el (Edit-options-mode):
19180 * obsolete/rnews.el (news-mode):
19181 * obsolete/rnewspost.el (news-reply-mode):
19182 * play/5x5.el (5x5-mode):
19183 * play/decipher.el (decipher-mode, decipher-stats-mode):
19184 * play/gomoku.el (gomoku-mode):
19185 * play/snake.el (snake-mode):
19186 * play/solitaire.el (solitaire-mode):
19187 * play/tetris.el (tetris-mode):
19188 * progmodes/ada-mode.el (ada-mode):
19189 * progmodes/antlr-mode.el (antlr-mode):
19190 * progmodes/autoconf.el (autoconf-mode):
19191 * progmodes/dcl-mode.el (dcl-mode):
19192 * progmodes/delphi.el (delphi-mode):
19193 * progmodes/ebrowse.el (ebrowse-tree-mode)
19194 (ebrowse-electric-list-mode, ebrowse-member-mode)
19195 (ebrowse-electric-position-mode):
19196 * progmodes/f90.el (f90-mode):
19197 * progmodes/fortran.el (fortran-mode):
19198 * progmodes/icon.el (icon-mode):
19199 * progmodes/idlw-help.el (idlwave-help-mode):
19200 * progmodes/idlw-shell.el (idlwave-shell-mode):
19201 * progmodes/idlwave.el (idlwave-mode):
19202 * progmodes/inf-lisp.el (inferior-lisp-mode):
19203 * progmodes/m4-mode.el (m4-mode):
19204 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19205 * progmodes/modula2.el (modula-2-mode):
19206 * progmodes/octave-inf.el (inferior-octave-mode):
19207 * progmodes/octave-mod.el (octave-mode):
19208 * progmodes/pascal.el (pascal-mode):
19209 * progmodes/sh-script.el (sh-mode):
19210 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19211 * progmodes/vhdl-mode.el (vhdl-mode):
19212 * progmodes/xscheme.el (scheme-interaction-mode):
19213 * replace.el (occur-mode):
19214 * ses.el (ses-mode):
19215 * simple.el (completion-list-mode):
19216 * skeleton.el:
19217 * speedbar.el (speedbar-mode):
19218 * term.el (term-mode):
19219 * terminal.el (terminal-edit-mode):
19220 * textmodes/reftex-index.el (reftex-index-mode)
19221 (reftex-index-phrases-mode):
19222 * textmodes/reftex-sel.el (reftex-select-label-mode)
19223 (reftex-select-bib-mode):
19224 * textmodes/reftex-toc.el (reftex-toc-mode):
19225 * wdired.el (wdired-change-to-wdired-mode):
19226 * wid-browse.el (widget-browse-mode):
19227 Use run-mode-hooks.
19228
19229 * array.el (array-mode):
19230 * calendar/todo-mode.el (todo-mode):
19231 * man.el (Man-mode):
19232 * play/landmark.el (lm-mode):
19233 * play/mpuz.el (mpuz-mode):
19234 Use kill-all-local-variables and run-mode-hooks.
19235
19236 * subr.el (delay-mode-hooks): Specify indentation.
19237
19238 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19239
19240 * xml.el (xml-substitute-special): Don't die for undefined xml
19241 entities.
19242
19243 2005-05-26 Jay Belanger <belanger@truman.edu>
19244
19245 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19246 of nil.
19247
19248 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19249
19250 * progmodes/gdb-ui.el (gdb-frame-address):
19251 Rename from gdb-current-address.
19252 (gdb-previous-frame-address): Rename from gdb-previous-address.
19253 (gdb-selected-frame): Rename from gdb-current-frame.
19254 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19255 (gdb-frame-number): Rename from gdb-current-stack-level.
19256 (gdb-ann3): Match new mode-name for disassembly buffer.
19257 Extend initialization of variables.
19258 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19259 (gdb-memory-mode): Use mouse-face in header line.
19260 (gdb-assembler-buffer-name): Call it disassembly and give frame
19261 in mode line.
19262 (gdb-source-spec-regexp, gdb-assembler-custom)
19263 (gdb-invalidate-assembler, gdb-frame-handler):
19264 Make robust to leading zeroes in address format.
19265
19266 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19267
19268 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19269 define `org-mode'.
19270 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19271
19272 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19273
19274 * log-edit.el (log-edit-changelog-entries): Distinguish between
19275 filenames like xfns.c and fns.c.
19276
19277 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19278
19279 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19280 point after reverting.
19281 (Buffer-menu-make-sort-button): Handle the case where
19282 `Buffer-menu-use-header-line' is nil.
19283
19284 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19285
19286 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19287 New funcs. In minibuffer-local-completion-map bind `]', `/'
19288 and `:' to them.
19289
19290 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19291
19292 * startup.el (normal-top-level): Allow modification of load-path while
19293 we're iterating over it.
19294
19295 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19296
19297 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19298 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19299 (thumbs-resize-interactive, thumbs-insert-image)
19300 (thumbs-insert-thumb, thumbs-dired-show-marked)
19301 (thumbs-find-image-at-point, thumbs-delete-images)
19302 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19303 (thumbs-increment-image-size, thumbs-decrement-image-size):
19304 Fix typos in docstrings.
19305
19306 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19307
19308 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19309 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19310 (cperl-mode): Use them.
19311
19312 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19313
19314 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19315 Doc fixes.
19316
19317 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19318
19319 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19320 Bind C-d to gdb-inferior-io-eof.
19321
19322 * dired.el (dired-dnd-popup-notice): Use message-box.
19323
19324 2005-05-23 Masatake YAMATO <jet@gyve.org>
19325
19326 * bindings.el (mode-line-major-mode-keymap):
19327 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19328
19329 * faces.el (mode-line-highlight): New face.
19330
19331 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19332 as mouse-face.
19333
19334 * bindings.el (top-level, help-echo, mode-line-modified)
19335 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19336 as mouse-face.
19337
19338 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19339
19340 * progmodes/cc-engine.el (c-guess-basic-syntax):
19341 Remove spurious call to `zerop'.
19342
19343 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19344
19345 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19346
19347 CC Mode update to 5.30.10:
19348
19349 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19350 could go past the limit in decoration level 2, thereby causing
19351 errors during interactive fontification.
19352
19353 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19354 the file is evaluated interactively.
19355
19356 * cc-engine.el (c-guess-basic-syntax): Handle operator
19357 declarations somewhat better in C++.
19358
19359 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19360 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19361 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19362 (awk-mode): Use it.
19363 (make-local-hook): Suppress warning about obsoleteness.
19364
19365 * cc-engine.el, cc-align.el, cc-cmds.el
19366 (c-append-backslashes-forward, c-delete-backslashes-forward)
19367 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19368 Compensate for return value from `forward-line' when it has moved
19369 but not to a different line due to eob.
19370
19371 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19372 `objc-method-intro' and `objc-method-args-cont'.
19373
19374 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19375
19376 CC Mode update to 5.30.10:
19377
19378 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19379 in the copyright statement. Incidentally, change "along with GNU
19380 Emacs" to "along with this program" where it occurs.
19381
19382 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19383 so that it is interactive, hence can be found by M-x awk-mode
19384 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19385 <gmorris+emacs@ast.cam.ac.uk>.
19386
19387 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19388 Mode's regexps.
19389
19390 2005-05-23 Kevin Ryde <user42@zip.com.au>
19391
19392 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19393 c-parse-state, to avoid a lisp error (on bad code).
19394
19395 2005-05-23 Lute Kamstra <lute@gnu.org>
19396
19397 * subr.el (font-lock-defaults): Remove defvar as it's already
19398 defined in font-core.el.
19399
19400 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19401
19402 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19403
19404 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19405 more general and work when GDB variable "print pretty" is on,
19406 as with Emacs, for example.
19407
19408 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19409
19410 * font-core.el: Update comment.
19411
19412 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19413 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19414
19415 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19416
19417 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19418
19419 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19420 and `yank-handler' in the doc strings.
19421
19422 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19423
19424 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19425
19426 2005-05-22 Richard M. Stallman <rms@gnu.org>
19427
19428 * help.el (describe-key): Move print-help-return-message call
19429 out of conditional.
19430
19431 * progmodes/etags.el (list-tags): Use with-no-warnings.
19432
19433 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19434 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19435 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19436
19437 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19438
19439 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19440 Add defvar.
19441
19442 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19443 Use defvar, not defconst.
19444
19445 * hexl.el (hexl-follow-line): Use with-no-warnings.
19446
19447 * emulation/tpu-extras.el: Use write-file-functions instead of
19448 write-file-hooks.
19449
19450 * dired.el (dired-font-lock-keywords): Fontify files with junk
19451 extensions even if marked by -F.
19452
19453 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19454
19455 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19456 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19457 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19458 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19459 (concatenate, list-length, get*, getf, cl-remprop):
19460 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19461 (etypecase, progv, lexical-let, lexical-let*)
19462 (multiple-value-bind, multiple-value-setq, shiftf):
19463 Improve argument/docstring consistency.
19464
19465 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19466
19467 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19468
19469 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19470 doesn't exist.
19471
19472 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19473 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19474
19475 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19476
19477 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19478 already deleted variables: auto-fill-hook, blink-paren-hook,
19479 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19480 suspend-hooks, comment-indent-hook, meta-flag,
19481 before-change-function, after-change-function,
19482 font-lock-doc-string-face.
19483
19484 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19485
19486 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19487
19488 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19489
19490 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19491 rmail-dont-reply-to.
19492
19493 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19494
19495 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19496 literal blank when splitting new-header-values.
19497
19498 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19499
19500 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19501 string so that tmm doesn't create a completion entry for it.
19502
19503 * textmodes/table.el (table-disable-menu): Ditto.
19504
19505 2005-05-21 Richard M. Stallman <rms@gnu.org>
19506
19507 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19508
19509 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19510
19511 * net/rcompile.el (remote-compile): Use compilation-start.
19512
19513 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19514
19515 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19516
19517 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19518 Default to makefile-bsdmake-mode on BSD systems.
19519
19520 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19521 REGEXP may also be a search function now. The part of doc-string
19522 for describing the structure was 95% identical to that of
19523 `imenu--generic-function'. Unify it there.
19524
19525 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19526 Use function to find dependencies, because regexp alone is so complex,
19527 it easily goes into an endless loop.
19528 (makefile-makepp-mode): Also add submenu for Perl functions
19529 defined in the makefile.
19530 (makefile-bsdmake-mode): Special imenu-generic-expression no
19531 longer needed, due to function call.
19532 (makefile-match-dependency): Take BOUND into account when checking
19533 if we're through.
19534
19535 2005-05-20 Jay Belanger <belanger@truman.edu>
19536
19537 * calc/calc-units.el (calc-invalidate-units-table):
19538 Use inhibit-read-only.
19539 (math-build-units-table-buffer): Use view-mode.
19540
19541 2005-05-20 David Kastrup <dak@gnu.org>
19542
19543 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19544 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19545
19546 2005-05-20 Lute Kamstra <lute@gnu.org>
19547
19548 * diff-mode.el (diff-header-face, diff-file-header-face)
19549 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19550 (diff-added-face, diff-changed-face, diff-function-face)
19551 (diff-context-face, diff-nonexistent-face): Put them in the
19552 diff-mode customization group.
19553
19554 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19555
19556 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19557
19558 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19559
19560 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19561 Minor regexp-optimization.
19562
19563 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19564
19565 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19566 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19567 (org-agenda-add-time-grid-maybe): New function.
19568 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19569 (org-table-create): `dotimes' instead of `mapcar'.
19570 (org-xor): Simplify implementation.
19571 (org-agenda): `inhibit-redisplay' turned on.
19572 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19573 a consistent line after a state change.
19574 (org-agenda-remove-times-when-in-prefix): New option.
19575 (org-prefix-has-time): New variable.
19576 (org-parse-time-string): Optional argument NODEFAULT.
19577 (org-format-agenda-item): Parse items for time-of-day
19578 specifications and move these into the prefix if possible.
19579 (org-agenda-priority): Get current heading, not previous heading
19580 during agenda remote editing.
19581
19582 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19583
19584 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19585 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19586 (remove-duplicates, delete-duplicates, substitute)
19587 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19588 (nsubstitute-if-not, find, find-if, find-if-not, position)
19589 (position-if, position-if-not, count, count-if, count-if-not)
19590 (mismatch, search, sort*, stable-sort, merge, member*)
19591 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19592 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19593 (intersection, nintersection, set-difference, nset-difference)
19594 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19595 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19596 (nsublis, tree-equal): Improve argument/docstring consistency.
19597
19598 * subr.el (send-string, send-region): Remove obsolescence declaration.
19599 (window-dot, set-window-dot, read-input, show-buffer)
19600 (eval-current-buffer, string-to-int):
19601 Add release number to obsolescence declarations.
19602
19603 2005-05-19 Kim F. Storm <storm@cua.dk>
19604
19605 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19606 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19607
19608 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19609
19610 * faces.el (list-faces-display): Make back button respect optional
19611 regexp arg.
19612
19613 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19614
19615 * calculator.el (calculator-radix-grouping-mode)
19616 (calculator-radix-grouping-digits, calculator-displayer)
19617 (calculator-radix-grouping-separator, calculator-copy-displayer):
19618 * dabbrev.el (dabbrev-search-these-buffers-only):
19619 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19620 (diff-advance-after-apply-hunk, diff-mode-hook)
19621 (diff-minor-mode-prefix):
19622 * imenu.el (imenu-use-popup-menu):
19623 * jit-lock.el (jit-lock-context-time):
19624 * newcomment.el (comment-fill-column, comment-column)
19625 (comment-style, comment-padding, comment-multi-line)
19626 (comment-empty-lines, comment-auto-fill-only-comments):
19627 * reveal.el (reveal-around-mark):
19628 * uniquify.el (uniquify-buffer-name-style)
19629 (uniquify-after-kill-buffer-p)
19630 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19631 (uniquify-min-dir-content, uniquify-separator)
19632 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19633 * w32-vars.el (w32-fixed-font-alist):
19634 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19635 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19636 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19637 * progmodes/perl-mode.el (perl-indent-level)
19638 (perl-continued-statement-offset, perl-continued-brace-offset)
19639 (perl-brace-offset, perl-brace-imaginary-offset)
19640 (perl-label-offset, perl-indent-continued-arguments)
19641 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19642 * progmodes/tcl.el (tcl-indent-level)
19643 (tcl-continued-indent-level, tcl-auto-newline)
19644 (tcl-tab-always-indent, tcl-electric-hash-style)
19645 (tcl-help-directory-list, tcl-use-smart-word-finder)
19646 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19647 (inferior-tcl-source-command):
19648 * textmodes/fill.el (enable-kinsoku):
19649 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19650 * textmodes/table.el (table-yank-handler):
19651 Specify missing group (and type, if simple) in defcustom.
19652
19653 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19654
19655 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19656
19657 2005-05-19 Richard M. Stallman <rms@gnu.org>
19658
19659 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19660
19661 * subr.el (event-basic-type): Don't get an error.
19662 (left-fringe-p): Function deleted.
19663
19664 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19665 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19666
19667 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19668 in recursive copy.
19669
19670 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19671
19672 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19673
19674 * emacs-lisp/bytecomp.el
19675 (byte-compile-file-form-custom-declare-variable):
19676 Call byte-compile-nogroup-warn if appropriate.
19677
19678 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19679 (compilation-set-window): Don't call left-fringe-p; do it directly.
19680
19681 2005-05-19 Jay Belanger <belanger@truman.edu>
19682
19683 * calc/calc-graph.el (calc-graph-format-data): Make sure
19684 var-PlotRejects is bound before trying to check its value.
19685
19686 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19687
19688 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19689 definition of this variable from reftex-global.el to reftex.el,
19690 because it is needed in the menu.
19691
19692 2005-05-19 Lute Kamstra <lute@gnu.org>
19693
19694 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19695 years are fixed. Don't insert a space after a dash.
19696
19697 2005-05-19 Kim F. Storm <storm@cua.dk>
19698
19699 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19700
19701 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19702
19703 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19704 strings, because (eq ... ?\\) is fairly frequent.
19705
19706 * progmodes/make-mode.el (makefile-add-this-line-targets):
19707 Simplify and integrate into `makefile-pickup-targets'.
19708 (makefile-add-this-line-macro): Simplify and integrate into
19709 `makefile-pickup-macros.
19710 (makefile-pickup-filenames-as-targets): Simplify.
19711 (makefile-previous-dependency, makefile-match-dependency):
19712 Don't stumble over `::'.
19713
19714 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19715
19716 * subr.el (post-command-idle-hook, post-command-idle-delay):
19717 Remove obsoletion of post-command-idle-hook and
19718 post-command-idle-delay.
19719
19720 * faces.el (list-faces-display): Provide button when describe-face
19721 is called to take user back to the list of faces.
19722
19723 * help-fns.el (describe-variable): Remove hyperlinks in a
19724 variable's value as these are quite frequently inappropriate.
19725
19726 * follow.el (follow-submit-feedback, follow-mode):
19727 Remove references to post-command-idle-hook.
19728
19729 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19730
19731 * progmodes/make-mode.el (makefile-previous-dependency)
19732 (makefile-match-dependency): Check for := (and in bsd mode also
19733 !=) to give a better result, even when font-lock is not on.
19734
19735 2005-05-18 Jay Belanger <belanger@truman.edu>
19736
19737 * calc/calc-help.el (calc-s-prefix-help):
19738 Add `calc-copy-special-constant' to help string.
19739
19740 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19741
19742 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19743
19744 2005-05-18 Jay Belanger <belanger@truman.edu>
19745
19746 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19747 in linear factors are in proper order.
19748
19749 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19750
19751 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19752 Support for jurabib.
19753
19754 * textmodes/reftex.el (featurep): Define aliases for overlay
19755 commands, for XEmacs compatibility, and use these aliases in
19756 overlay initializations.
19757 (reftex-highlight): Use `reftex-move-overlay'.
19758 (reftex-unhighlight): Use `reftex-delete-overlay'.
19759 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19760 (reftex-access-search-path): Use `reftex-uniquify' instead of
19761 `reftex-uniq'
19762
19763 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19764 `before-string' property modification enables for Emacs as well.
19765 (reftex-select-item): Use `reftex-delete-overlay'.
19766 (reftex-select-mark): Use `reftex-make-overlay' and
19767 `reftex-overlay-put'.
19768 (reftex-select-unmark): Use `reftex-delete-overlay' and
19769 `reftex-overlay-put'.
19770
19771 2005-05-18 Lute Kamstra <lute@gnu.org>
19772
19773 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19774
19775 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19776
19777 * add-log.el (add-change-log-entry):
19778 * array.el (array-make-template, array-reconfigure-rows)
19779 (array-init-max-row, array-init-max-column)
19780 (array-init-columns-per-line, array-init-field-width):
19781 * replace.el (replace-match-maybe-edit, perform-replace):
19782 * textmodes/spell.el (spell-region):
19783 Replace `read-input' by `read-string'.
19784
19785 * forms.el (forms-mode):
19786 * finder.el (finder-compile-keywords):
19787 * shadowfile.el (shadow-read-files):
19788 Replace `eval-current-buffer' by `eval-buffer'.
19789
19790 * terminal.el (te-pass-through):
19791 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19792 (ange-ftp-raw-send-cmd):
19793 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19794 (send-process-next-char, telnet-initial-filter, telnet):
19795 Replace `send-string' by `process-send-string'.
19796
19797 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19798 (prolog-consult-region): Replace `send-string' by
19799 `process-send-string'; replace `send-region' by `process-send-region'.
19800
19801 * progmodes/delphi.el (delphi-log-msg):
19802 Replace `set-window-dot' by `set-window-point'.
19803
19804 * subr.el (window-dot, set-window-dot, read-input, send-string)
19805 (send-region, show-buffer, eval-current-buffer):
19806 Make really obsolete, as the comment says.
19807
19808 2005-05-17 Kim F. Storm <storm@cua.dk>
19809
19810 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19811 (cua--init-keymaps): Bind C-return instead of S-return to set
19812 rectangle mark.
19813
19814 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19815 instead of S-return to toggle/clear rectangle mark.
19816
19817 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19818
19819 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19820 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19821 Also fontify plain strings assigned to variables, mostly so that a
19822 colon has a face and is thus not taken as a dependency separator.
19823 (makefile-previous-dependency): Inline the new matcher, because it
19824 is too complex to work in both directions.
19825 (makefile-match-dependency): Eliminate `backward' arg (see above).
19826 Completely reimplemented so as to not sometimes go into an endless
19827 loop. It should also be more efficient, because first it only
19828 searches for `:', instead of applying the very complex regexp.
19829 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19830 to be fontified in one piece can be too long for JIT.
19831 Makefiles are never *that* big.
19832
19833 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19834
19835 * dired.el (dired-mode): Simplify.
19836
19837 2005-05-17 Lute Kamstra <lute@gnu.org>
19838
19839 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19840 defcustom for the mode hook variable.
19841
19842 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19843 Emacs Lisp Reference Manual.
19844
19845 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19846
19847 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19848 (evenp, list*):
19849 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19850 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19851
19852 * net/tramp-smb.el (tramp-smb-open-connection):
19853 Pass `tramp-chunksize' as fifth (required) argument.
19854
19855 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19856
19857 * font-lock.el (lisp-font-lock-keywords-1):
19858 Set `font-lock-negation-char-face' for [^...] char group.
19859 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19860
19861 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19862 a var, and refine it to mask one more level of nested vars.
19863 (makefile-rule-action-regex): Turn it into a var, and refine it so
19864 it recognizes backslashed continuation lines as belonging to the
19865 same command.
19866 (makefile-macroassign-regex): Refine it so it recognizes
19867 backslashed continuation lines as belonging to the same command.
19868 (makefile-var-use-regex): Don't look at the next char, because it
19869 might be the same one to be skipped by the initial [^$], leading
19870 to an overlooked variable use.
19871 (makefile-make-font-lock-keywords): Remove two parameters, which
19872 are now variables that some of the modes set locally.
19873 Handle dependency and rule action matching through functions, because
19874 regexps alone match too often. Dependency matching now comes
19875 last, so it can check, whether a colon already matched something else.
19876 (makefile-mode): Inform that font-lock improves makefile parsing
19877 capabilities.
19878 (makefile-match-dependency, makefile-match-action): New functions.
19879
19880 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19881
19882 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19883
19884 * align.el (align-regexp):
19885 * ansi-color.el (ansi-color-get-face):
19886 * array.el (array-reconfigure-rows, array-init-max-row)
19887 (array-init-max-column, array-init-columns-per-line)
19888 (array-init-field-width):
19889 * dired-aux.el (dired-trample-file-versions):
19890 * dired-x.el (dired-mark-sexp):
19891 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19892 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19893 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19894 * faces.el (face-read-integer):
19895 * files.el (backup-extract-version, insert-directory):
19896 * hexl.el (hexl-insert-decimal-char):
19897 * server.el (server-process-filter):
19898 * shell.el (shell-extract-num):
19899 * startup.el (command-line-1):
19900 * term.el (term-command-hook):
19901 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19902 (time-stamp-do-number):
19903 * time.el (display-time-update):
19904 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19905 (timezone-fix-time):
19906 * vms-patch.el (vms-suspend-resume-hook):
19907 * calendar/appt.el (appt-convert-time):
19908 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19909 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19910 * calendar/cal-islam.el (mark-islamic-diary-entries):
19911 * calendar/calendar.el (calendar-cursor-to-date)
19912 (calendar-star-date):
19913 * calendar/diary-lib.el (diary-attrtype-convert)
19914 (mark-diary-entries, diary-entry-time):
19915 * calendar/solar.el (solar-get-number):
19916 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19917 * emacs-lisp/re-builder.el (reb-display-subexp):
19918 * emulation/edt.el (edt-set-scroll-margins):
19919 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19920 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19921 (vip-get-ex-count):
19922 * emulation/viper-ex.el (viper-get-ex-token)
19923 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19924 * international/fontset.el (fontset-plain-name):
19925 * mail/feedmail.el (feedmail-look-at-queue-directory):
19926 * mail/mailalias.el (mail-get-names):
19927 * mail/rmail.el (rmail-convert-to-babyl-format):
19928 * mail/rmailsum.el (rmail-make-basic-summary-line)
19929 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19930 (rmail-summary-goto-msg):
19931 * mail/smtpmail.el (smtpmail-read-response):
19932 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19933 (ange-ftp-vms-add-file-entry):
19934 * play/gametree.el (gametree-looking-at-ply)
19935 (gametree-current-branch-score):
19936 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19937 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19938 * progmodes/cperl-mode.el (condition-case):
19939 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19940 (ebrowse-set-member-buffer-column-width)
19941 (ebrowse-select-1st-to-9nth):
19942 * progmodes/etags.el (etags-snarf-tag):
19943 * progmodes/flymake.el (flymake-parse-line):
19944 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19945 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19946 (idlwave-shell-menu-def):
19947 * progmodes/ps-mode.el (ps-run-goto-error):
19948 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19949 (vhdl-speedbar-contract-level):
19950 * term/mac-win.el (x-handle-numeric-switch):
19951 * term/sun-mouse.el (sun-get-frame-data):
19952 * term/w32-win.el (x-handle-numeric-switch):
19953 * term/x-win.el (x-handle-numeric-switch):
19954 * textmodes/ispell.el (ispell-parse-output):
19955 * textmodes/nroff-mode.el (nroff-outline-level):
19956 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19957 (reftex-bib-sort-year-reverse, reftex-format-citation):
19958 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19959 (reftex-section-number):
19960 * textmodes/texinfmt.el (texinfo-paragraphindent):
19961 Replace `string-to-int' by `string-to-number'.
19962
19963 * international/latexenc.el: Add page marker to force the "Local
19964 Variables:" string out of the last page.
19965
19966 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19967
19968 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19969 tooltip-change-major-mode.
19970 (gud-tooltip-print-command): Remove case where gud-minor-mode
19971 is gdb ("--fullname").
19972 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19973 explain to user.
19974
19975 2005-05-16 Jay Belanger <belanger@truman.edu>
19976
19977 * calc/calc-store.el (calc-copy-special-constant): New function.
19978
19979 * calc/calc-ext.el (calc-init-extensions): Add binding for
19980 `calc-copy-special-constant'.
19981
19982 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19983 for the `calc-copy-special-constant' command.
19984
19985 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19986
19987 * subr.el (left-fringe-p): New function.
19988
19989 * progmodes/compile.el (compilation-setup): Set local value of
19990 overlay-arrow-string to "" always.
19991 (compilation-set-window): Left fringe then don't scroll.
19992 No left fringe then no arrow and scroll message to top.
19993 (compilation-context-lines): Adjust doc string accordingly.
19994
19995 2005-05-16 Kim F. Storm <storm@cua.dk>
19996
19997 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19998 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19999 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20000 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20001 (ido-read-file-name): Handle commands with ido property value
20002 equal to find-file as reading a file name, to allow C-d to enter dired.
20003 (ibuffer-find-file): Add ido property with value find-file.
20004
20005 2005-05-15 Kim F. Storm <storm@cua.dk>
20006
20007 * subr.el (open-network-stream-nowait): Remove.
20008 (open-network-stream-server): Remove.
20009
20010 2005-05-15 Richard M. Stallman <rms@gnu.org>
20011
20012 * faces.el (describe-face): Output a definition link button.
20013
20014 * help-mode.el (help-face-def): New button type.
20015
20016 * emacs-lisp/copyright.el (copyright-fix-years):
20017 Match properly if the first year is 2-digit.
20018 Don't mess up the whitespace after the years by filling.
20019
20020 * dired-aux.el (dired-mark-confirm):
20021 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20022
20023 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20024 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20025 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20026
20027 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20028 Set font-lock-comment-start-skip.
20029
20030 * font-lock.el (font-lock-comment-start-skip): New variable.
20031 (font-lock-comment-end-skip): New variable.
20032 (font-lock-fontify-syntactically-region): Use them if non-nil.
20033
20034 2005-05-15 Jay Belanger <belanger@truman.edu>
20035
20036 * calc/calc-store.el (calc-store-value): Return a string rather
20037 than display it as a message.
20038 Use calc-var-name for variable name.
20039 (calc-store-into): Add the result of calc-store-value to message.
20040 (calc-copy-variable): Add a message.
20041 (calc-store-exchange): Improve error messages.
20042 (calc-store-binary, calc-store-map): Don't reset the values of
20043 special constants.
20044
20045 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20046
20047 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20048 manual to docstring.
20049
20050 * files.el (hack-local-variables-confirm): Add STRING argument.
20051 Make the function handle non file visiting buffers correctly.
20052 (hack-local-variables-prop-line, hack-local-variables)
20053 (hack-one-local-variable): Use STRING arg of
20054 `hack-local-variables-confirm'.
20055
20056 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20057
20058 Sync with Tramp 2.0.49.
20059
20060 * net/tramp.el (tramp-handle-dired-call-process)
20061 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20062 because the contents of the Tramp buffer is changed before
20063 insertion (`expand-file' and alike).
20064 (tramp-handle-insert-directory): If `localname' has an empty
20065 nondirectory name, it must not be quoted.
20066 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20067 variable `tramp-chunksize'. Change callees.
20068 (tramp-open-connection-setup-interactive-shell): Check remote host
20069 for buggy `send-process-string' implementation.
20070 Set `tramp-chunksize' if found. Reported by Michael Kifer
20071 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20072 (tramp-handle-shell-command): `insert-buffer' cannot be used
20073 because the contents of the Tramp buffer is changed before
20074 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20075 <frederic.bothamy@free.fr>.
20076 (tramp-set-auto-save): Actions should be done for Tramp file name
20077 handler only. Ange-FTP has its own auto-save mechanism.
20078 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20079 (tramp-set-auto-save-file-modes): Set file modes of
20080 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20081 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20082 (tramp-bug): Remove obsolete variable.
20083 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20084 for presence of `mml-mode'. Make it running for older Emacsen as well.
20085
20086 2005-05-14 John Paul Wallington <jpw@pobox.com>
20087
20088 * ibuf-ext.el (define-ibuffer-filter filename):
20089 If `dired-directory' is a list, use its car.
20090
20091 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20092
20093 * ibuffer.el (define-ibuffer-column filename):
20094 If `dired-directory' is a list, use its car.
20095
20096 2005-05-14 Richard M. Stallman <rms@gnu.org>
20097
20098 * subr.el (symbol-file): Doc fix.
20099
20100 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20101 (byte-compile-form): Call byte-compile-nogroup-warn.
20102 (byte-compile-warning-types): Doc fix.
20103
20104 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20105
20106 * progmodes/cc-engine.el (c-literal-faces):
20107 Add font-lock-comment-delimiter-face.
20108
20109 * net/net-utils.el (dig): Use with-no-warnings.
20110
20111 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20112 (sc-recite-frame-alist, sc-default-cite-frame)
20113 (sc-default-uncite-frame, sc-default-recite-frame)
20114 (sc-attrib-selection-list, sc-rewrite-header-list):
20115 Mark as risky-local-variable.
20116
20117 * international/ogonek.el (ogonek-jak, ogonek-how):
20118 Don't use beginning-of-buffer.
20119
20120 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20121
20122 * calendar/solar.el (solar-data-list): Move definition up.
20123
20124 * dnd.el (dnd-protocol-alist): Add autoload.
20125
20126 * progmodes/sh-script.el: Many doc usage fixes.
20127 (sh-indent-after-do): Change default to match common styles.
20128
20129 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20130
20131 * files.el (interpreter-mode-alist)
20132 (auto-mode-interpreter-regexp): Doc fixes.
20133
20134 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20135
20136 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20137
20138 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20139
20140 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20141
20142 * dired.el (dired-mode): make-variable-buffer-local =>
20143 make-local-variable.
20144
20145 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20146
20147 * term/mac-win.el (mac-select-convert-to-string): Try coding
20148 systems in mac-script-code-coding-systems if specified one cannot
20149 encode string for `com.apple.traditional-mac-plain-text'.
20150
20151 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20152
20153 * progmodes/make-mode.el (makefile-targets-face)
20154 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20155 (makefile-dependency-regex): Fix it to not make the colon in
20156 $(var:a=b) special.
20157 (makefile-rule-action-regex): New regexp for highlighting embedded
20158 Shell strings.
20159 (makefile-macroassign-regex): Handle != for highlighting as
20160 embedded Shell strings.
20161 (makefile-var-use-regex): New const.
20162 (makefile-statements, makefile-automake-statements)
20163 (makefile-gmake-statements, makefile-makepp-statements)
20164 (makefile-bsdmake-statements): New consts.
20165 (makefile-make-font-lock-keywords): New function.
20166 (makefile-automake-font-lock-keywords)
20167 (makefile-gmake-font-lock-keywords)
20168 (makefile-makepp-font-lock-keywords)
20169 (makefile-bsdmake-font-lock-keywords): New consts.
20170 (makefile-mode-map): Add switchers between the various submodes.
20171 (makefile-mode): Document the availability of the variants.
20172 (makefile-automake-mode, makefile-gmake-mode)
20173 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20174
20175 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20176 new variants of makefile-mode.
20177
20178 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20179
20180 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20181 the inheritance.
20182
20183 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20184
20185 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20186 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20187
20188 * files.el (normal-mode): Extend the scope of the
20189 `enable-local-variables' binding to include the `set-auto-mode' call.
20190 (magic-mode-alist): Doc fix.
20191
20192 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20193
20194 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20195 font-lock-comment-face rather than copying its setting.
20196
20197 2005-05-12 Andreas Schwab <schwab@suse.de>
20198
20199 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20200
20201 2005-05-12 Lute Kamstra <lute@gnu.org>
20202
20203 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20204 defcustom for the mode hook variable. Delete the last argument.
20205 * generic-x.el: Fix callers of define-generic-mode.
20206 (generic-x-modes): Delete group.
20207 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20208 generic-x customization group.
20209
20210 2005-05-12 Kim F. Storm <storm@cua.dk>
20211
20212 * font-lock.el (font-lock-negation-char-face): Default to "off".
20213
20214 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20215 font-lock-negation-char-face to ! in !=.
20216
20217 2005-05-12 Masatake YAMATO <jet@gyve.org>
20218
20219 * add-log.el (find-change-log): Fix typos in the docstring
20220 of function.
20221
20222 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20223
20224 * international/latexenc.el (latexenc-find-file-coding-system):
20225 Avoid `re-search-forward' when looking for input encoding because
20226 of speed and safety. Better regular expressions for recognizing
20227 input encoding. Limit a search for TeX-master/tex-main-file to
20228 the local variable section.
20229
20230 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20231
20232 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20233 syntax of $ to "'" (quote).
20234
20235 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20236
20237 * dnd.el (dnd-protocol-alist): Improve custom type.
20238
20239 * dired.el (dired-dnd-protocol-alist): New variable.
20240 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20241 `dired-mode-hook' to the end.
20242
20243 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20244
20245 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20246 comment-end if comment-start-skip is not set.
20247 Obey the font-lock-comment-delimiter-face variables.
20248
20249 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20250
20251 * files.el (executable-find): Move from executable.el. Use
20252 locate-file.
20253 * progmodes/executable.el (executable-find): Move to files.el.
20254
20255 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20256 when trying to ensure forward progress.
20257
20258 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20259
20260 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20261 (mouse-select, mouse-select-internal, mouse-extend-internal):
20262 Use it to implement mouse-1-click-follows-link functionality.
20263
20264 2005-05-11 Richard M. Stallman <rms@gnu.org>
20265
20266 * font-lock.el (font-lock-fontify-syntactically-region):
20267 Use font-lock-comment-delimiter-face for comment delimiters.
20268
20269 2005-05-10 Jay Belanger <belanger@truman.edu>
20270
20271 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20272 preserving embedded modes.
20273
20274 2005-05-10 Richard M. Stallman <rms@gnu.org>
20275
20276 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20277
20278 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20279 Move from ada-stmt.el.
20280 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20281
20282 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20283 Move to ada-mode.el.
20284 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20285
20286 * cus-edit.el (custom-file): Call file-chase-links.
20287
20288 * files.el (read-directory-name): Fix previous change.
20289 (hack-local-variables-confirm): New function.
20290 (hack-local-variables-prop-line, hack-local-variables)
20291 (hack-one-local-variable): Use it.
20292
20293 2005-05-10 Lute Kamstra <lute@gnu.org>
20294
20295 * font-lock.el (font-lock-keywords-alist)
20296 (font-lock-removed-keywords-alist): Clarify docstrings.
20297
20298 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20299
20300 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20301 (gdb-source-info): Check for preprocessor info.
20302 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20303 a macro for a function.
20304 (gdb-info-breakpoints-custom): Try to find file again if not already
20305 found (user might have used GDB dir command).
20306 (gdb-get-location): Update gdb-location-alist correctly for change
20307 to gdb-info-breakpoints-custom.
20308
20309 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20310 (gud-tooltip-print-command): Add gdbmi case.
20311 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20312 preprocessor info.
20313
20314 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20315
20316 * startup.el (fancy-splash-insert): Fix typo in doc string.
20317
20318 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20319
20320 * obsolete/float.el (string-to-float):
20321 * obsolete/hilit19.el (hilit-add-pattern):
20322 * obsolete/rnews.el (news-parse-range, news-select-message)
20323 (news-get-pruned-list-of-files): Replace `string-to-int' by
20324 `string-to-number'.
20325
20326 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20327 `find-file-not-found-hooks'; use `add-hook'.
20328 (uncompress-while-visiting): Set `write-file-functions', not
20329 `write-file-hooks'; use `add-hook'.
20330
20331 2005-05-09 Kim F. Storm <storm@cua.dk>
20332
20333 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20334 (cua-paste): Handle clipboard action.
20335 (cua--init-keymaps): Remap clipboard-kill-region and
20336 clipboard-kill-ring-save.
20337
20338 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20339
20340 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20341 Improve commentary.
20342
20343 * simple.el (next-error-overlay-arrow-position): Revert the change
20344 made on 2005-04-30.
20345
20346 2005-05-07 Jay Belanger <belanger@truman.edu>
20347
20348 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20349 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20350 `calc-sel-reselect'.
20351
20352 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20353 Calc is in embedded mode.
20354
20355 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20356
20357 * progmodes/compile.el (compilation-setup):
20358 Set overlay-arrow-string to an empty string on text terminals.
20359
20360 * textmodes/ispell.el (ispell-program-name): Try looking for
20361 "aspell" along exec-path, and if found, use it as the default
20362 speller program.
20363
20364 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20365
20366 * international/mule.el (sgml-xml-auto-coding-function):
20367 Recognize encoding='FOO' in single quotes as well as in double quotes.
20368
20369 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20370
20371 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20372 as well as `interactive', so that defmacro* would recognize
20373 `declare' forms.
20374
20375 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20376
20377 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20378 Explain more about the LIGHTER arg's usage in the doc string.
20379 Add commentary to clarify what the code does. Fix the regexp that
20380 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20381 since it could have characters special to regular expressions.
20382
20383 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20384
20385 * replace.el (occur-1): Bind inhibit-read-only so that
20386 erase-buffer doesn't barf on read-only text properties (likewise
20387 for add-text-properties in occur-engine). Mark buffer as unmodified.
20388 (occur-engine): Don't set buffer-read-only here.
20389
20390 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20391
20392 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20393 list-buffers-directory. This caused the *cvs-commit* buffer to be
20394 sometimes mistakenly reused as a *cvs* buffer.
20395
20396 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20397
20398 * tooltip.el: Move code for GUD tooltips into gud.el.
20399 (require): CL no longer needed to compile case.
20400 (tooltip-mode): Do not toggle functions for GUD tooltips.
20401 (tooltip-gud-tips-p): Remove. Replace with minor mode
20402 gud-tooltip-mode in gud.el.
20403 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20404 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20405 tooltip-gud prefix with gud-tooltip and obsolete.
20406 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20407 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20408 (tooltip-mouse-motion): Mouse movement functions/variable.
20409 Rename in gud.el by adding gud prefix.
20410 (tooltip-gud-original-filter, tooltip-gud-dereference)
20411 (tooltip-gud-event, tooltip-toggle-gud-tips)
20412 (tooltip-gud-process-output, tooltip-gud-print-command)
20413 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20414 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20415 (gdb-tooltip-print): Move to gdb-ui.el.
20416
20417 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20418 (require): CL needed to compile case.
20419 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20420 tooltip-gud-tips-p. Make it a minor-mode.
20421 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20422 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20423 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20424 (gud-tooltip-change-major-mode)
20425 (gud-tooltip-activate-mouse-motions-if-enabled)
20426 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20427 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20428 (gud-tooltip-original-filter, gud-tooltip-dereference)
20429 (gud-tooltip-event, tooltip-toggle-gud-tips)
20430 (gud-tooltip-process-output, gud-tooltip-print-command)
20431 (gud-tooltip-tips): Move from tooltip.el.
20432
20433 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20434 (gdb-cpp-define-alist-flags): Doc fix.
20435 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20436 gud-tooltip-mode is t.
20437
20438 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20439
20440 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20441 evaporate if their text is deleted.
20442 (goto-address-at-point): Make it work as a mouse binding as well.
20443 (goto-address-at-mouse): Obsolete it. Update users.
20444
20445 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20446
20447 * calendar/appt.el (top-level): No longer activate on load.
20448
20449 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20450
20451 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20452 * net/webjump.el (webjump):
20453 * progmodes/idlw-help.el (idlwave-do-context-help1)
20454 (idlwave-highlight-linked-completions):
20455 * textmodes/po.el (po-find-file-coding-system-guts):
20456 Replace `assoc-ignore-case' by `assoc-string'.
20457
20458 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20459
20460 * files.el (locate-file): Doc fix.
20461
20462 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20463 Remove the redundant test for ms-dos.
20464
20465 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20466 look for the preprocessor with exec-suffixes. If not found in
20467 standard places, look in exec-path. Remove most of the tests that
20468 used system-type.
20469
20470 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20471
20472 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20473
20474 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20475 file-name clash with jka-compr.el on 8+3 filesystems.
20476
20477 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20478
20479 * term/mac-win.el: Don't define or bind scroll bar functions if
20480 x-toolkit-scroll-bars is t.
20481 (x-select-text, x-get-selection-value): Clear
20482 x-last-selected-text-clipboard if x-select-enable-clipboard is
20483 nil.
20484 (PRIMARY): Put mac-scrap-name property.
20485 (mac-select-convert-to-file-url): New function.
20486 (public.file-url): New selection target type. Add to
20487 selection-converter-alist.
20488 (x-get-selection, x-selection-value): Handle it.
20489 (x-cut-buffer-or-selection-value): New alias.
20490
20491 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20492
20493 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20494 entry to avoid calling bibtex-find-entry with arg global
20495 being t. Remove arg key.
20496 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20497 (bibtex-copy-summary-as-kill): Change accordingly.
20498
20499 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20500
20501 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20502 (org-agenda-date-later): Use with-current-buffer.
20503
20504 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20505
20506 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20507 (define-obsolete-variable-alias): Doc Fixes.
20508
20509 2005-05-06 Kim F. Storm <storm@cua.dk>
20510
20511 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20512 vertical-motion when selective-display is active.
20513
20514 * ido.el (ido-setup-hook): New hook.
20515 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20516 (ido-input-stack): New var.
20517 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20518 ido-next-work-file binding to M-O.
20519 Bind M-f to ido-wide-find-file-or-pop-dir.
20520 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20521 (ido-read-internal): Run ido-setup-hook.
20522 Catch quit in read-file-name and read-string to cancel edit.
20523 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20524 Automatically pop-all when completing a directory name (RET).
20525 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20526 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20527 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20528 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20529 New functions for M-b/M-f to move among the directory components.
20530 (ido-make-merged-file-list): Catch quit to cancel merge.
20531 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20532 (ido-completion-help): No warnings for ido-completion-buffer-full.
20533
20534 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20535
20536 * font-lock.el (font-lock-negation-char-face): New face and variable.
20537 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20538 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20539 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20540 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20541
20542 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20543
20544 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20545 Fix typo in docstring.
20546
20547 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20548 (ebrowse-print-statistics-line)
20549 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20550
20551 * term/w32-win.el (image-library-alist): Add additional name for
20552 Xpm library.
20553
20554 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20555
20556 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20557 use gcc instead of cpp.
20558
20559 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20560 (gdb-create-define-alist): Use it.
20561 (gdb-cpp-define-alist-program): Update for MS-DOS.
20562
20563 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20564
20565 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20566
20567 2005-05-04 Richard M. Stallman <rms@gnu.org>
20568
20569 * help.el (describe-key): No error when UNTRANSLATED is nil.
20570
20571 * simple.el (line-move-1): Fix previous change to signal errors
20572 appropriately.
20573
20574 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20575
20576 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20577 (icalendar-duration-correction): Remove.
20578 (icalendar--get-event-properties): Split result at commas.
20579 (icalendar--decode-isoduration): New optional argument
20580 DURATION-CORRECTION.
20581 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20582 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20583 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20584 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20585 (icalendar--convert-anniversary-to-ical): New functions, extracted
20586 from icalendar-export-region, with bug fixes.
20587 (icalendar-export-region): Use the above functions.
20588 (icalendar-import-buffer): Check before saving diary file.
20589 (icalendar--convert-recurring-to-diary)
20590 (icalendar--convert-non-recurring-all-day-to-diary)
20591 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20592 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20593 (icalendar--convert-ical-to-diary): Use the above functions.
20594
20595 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20596
20597 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20598 Remove these recent additions.
20599 (c-mode): Restore to before 2005-04-28.
20600
20601 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20602 recent addition.
20603
20604 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20605 (gdb-define-alist): New variables.
20606 (gdb-create-define-alist): New function.
20607 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20608 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20609 with string-to-number.
20610 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20611
20612 * progmodes/gud.el: Replace string-to-int with string-to-number.
20613 (gud-find-file): Handle gdb-define-alist.
20614
20615 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20616
20617 2005-05-02 Jay Belanger <belanger@truman.edu>
20618
20619 * calc/calc-aent.el (math-read-token):
20620 * calc/calc-bin.el (calc-word-size):
20621 * calc/calc-ext.el (calc-read-number-fancy):
20622 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20623 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20624 * calc/calc-frac.el (calc-over-notation):
20625 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20626 (calc-graph-num-points, calc-graph-init):
20627 * calc/calc-prog.el (calc-read-parse-table-part)
20628 (calc-edit-macro-repeats):
20629 * calc/calc-yank.el (calc-do-grab-rectangle):
20630 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20631 Replace `string-to-int' by `string-to-number'.
20632
20633 2005-05-02 Kim F. Storm <storm@cua.dk>
20634
20635 * kmacro.el: Use executing-kbd-macro-index variable.
20636
20637 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20638
20639 * net/rlogin.el (rlogin-parse-words): Delete func.
20640 (rlogin): Use split-string, not rlogin-parse-words.
20641 Also, if there are option-like elements in the parsed args,
20642 take the host to be the first arg immediately following them.
20643 Suggested by Michael Mauger.
20644
20645 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20646
20647 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20648
20649 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20650
20651 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20652 (cc-mode-cpp-program): Rename to cc-define-list-program and
20653 move to cc-vars.el.
20654
20655 * progmodes/cc-vars.el (cc-define-list-program):
20656 Change to "gcc -E -dM -". Make customizable.
20657
20658 2005-05-02 Kim F. Storm <storm@cua.dk>
20659
20660 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20661
20662 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20663
20664 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20665
20666 * international/mule-util.el (truncate-string): Remove alias and
20667 obsolete declaration.
20668
20669 * international/mule-cmds.el (update-iso-coding-systems):
20670 Remove alias and obsolete declaration.
20671
20672 * international/mule.el (coding-system-parent): Remove alias and
20673 obsolete declaration.
20674
20675 * subr.el (define-function, sref): Remove aliases and obsolete
20676 declarations.
20677 (chars-in-region): Remove obsolete declaration.
20678
20679 2005-05-01 Richard M. Stallman <rms@gnu.org>
20680
20681 * info.el (Info-mode): Set widen-automatically to nil, locally.
20682
20683 * simple.el (widen-automatically): New variable.
20684 (pop-global-mark): Obey widen-automatically.
20685
20686 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20687
20688 * term/xterm.el (function-key-map): Call substitute-key-definition
20689 before the keymap size is increased by a lot of define-key calls.
20690
20691 2005-05-01 Richard M. Stallman <rms@gnu.org>
20692
20693 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20694 Rename ARG to ELEMENT. Doc fix.
20695
20696 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20697
20698 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20699 Remove references to allout-exposure/change to allout-new-exposure.
20700
20701 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20702 bytecode symbols.
20703
20704 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20705 (compiled-function-p, focus-frame, unfocus-frame):
20706 Remove aliases and obsolete declarations.
20707 Back out inadvertent changes from previous commit.
20708
20709 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20710
20711 * files.el (require-final-newline): Make Custom tags consistent
20712 with mode-require-final-newline.
20713 (mode-require-final-newline): Doc fix.
20714
20715 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20716
20717 * international/latexenc.el (latexenc-find-file-coding-system):
20718 Fix regular expressions.
20719
20720 2005-05-01 David Kastrup <dak@gnu.org>
20721
20722 * international/latexenc.el (latexenc-find-file-coding-system):
20723 Fix regular expressions.
20724
20725 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20726
20727 * subr.el (string-to-int): Make obsolete.
20728
20729 2005-04-30 Richard M. Stallman <rms@gnu.org>
20730
20731 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20732
20733 * loadup.el: load jka-comp-hook.
20734
20735 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20736 (jka-compr-handler): Add autoload. `put' calls moved
20737 to jka-comp-hook.el.
20738 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20739 (jka-compr-inhibit): Autoload.
20740
20741 * jka-comp-hook.el: New file.
20742 Enable the mode by default.
20743
20744 * files.el (backup-buffer-copy): Use copy-file instead
20745 of write-region, and put back the 'excl.
20746
20747 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20748
20749 * progmodes/flymake.el (flymake-split-string)
20750 (flymake-split-string, flymake-log, flymake-pid-to-names)
20751 (flymake-reg-names, flymake-get-source-buffer-name)
20752 (flymake-unreg-names, flymake-add-line-err-info)
20753 (flymake-add-err-info): Clarify docstrings.
20754 (flymake-popup-menu, flymake-make-emacs-menu)
20755 (flymake-make-xemacs-menu): Add docstrings.
20756 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20757 Set variables directly throughout.
20758
20759 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20760
20761 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20762 exists. Initialize cc-define-alist.
20763 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20764 If there is no file (Macroexpansion) don't create an alist.
20765
20766 2005-04-29 Sam Steingold <sds@gnu.org>
20767
20768 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20769 (cc-create-define-alist): Use it instead of the hard-coded string.
20770
20771 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20772
20773 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20774 for latexenc.
20775
20776 2005-04-29 Lute Kamstra <lute@gnu.org>
20777
20778 * emacs-lisp/generic.el: Improve commentary section.
20779 (define-generic-mode): Improve docstring.
20780
20781 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20782
20783 * textmodes/org.el (many places): Change to quiet the byte compiler.
20784 (org-prefix-format-compiled): New variable.
20785 (org-compile-prefix-format): New function.
20786 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20787 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20788 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20789 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20790 consistency with entries from `org-mode' files.
20791 (org-get-time-of-day): Fix bug with partial matches early in a line.
20792 (org-non-link-chars): New constant.
20793 (org-link-regexp): Respect `org-non-link-chars'.
20794 (org-agenda-day-view): Remove command.
20795 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20796 (org-follow-bbdb-link, org-store-link): Search also company field.
20797 (org-highlight-overlay): New variable.
20798 (org-highlight, org-unhighlight): New functions.
20799 (org-agenda-mode): Add pre-command-hook to remove highlight.
20800 (org-evaluate-time-range): Behavior depends upon whether time stamp
20801 contains a time or not.
20802 (org-show-subtree, org-show-entry): New functions.
20803 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20804
20805 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20806
20807 * comint.el (comint-output-filter-functions): Add autoload cookie.
20808
20809 2005-04-28 Kim F. Storm <storm@cua.dk>
20810
20811 * ido.el (ido-everywhere): Fix last change.
20812
20813 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20814
20815 * international/latexenc.el: New file.
20816 * international/mule-conf.el (file-coding-system-alist): For .tex,
20817 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20818
20819 2005-04-28 Lute Kamstra <lute@gnu.org>
20820
20821 * font-lock.el (font-lock-add-keywords)
20822 (font-lock-remove-keywords): Clarify docstring.
20823 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20824 Don't start docstrings with a `*'.
20825 (font-lock-update-removed-keyword-alist): Give it a docstring.
20826
20827 * generic-x.el: Update commentary section.
20828 Only require font-lock when compiling.
20829 Define all modes conditionally.
20830 Place all generic modes in the generic-x-modes customization group.
20831 (generic-x-modes): New customization group.
20832 (generic-default-modes, generic-mswindows-modes)
20833 (generic-unix-modes, generic-other-modes): New constants.
20834 (generic-define-mswindows-modes, generic-define-unix-modes):
20835 Update docstrings. Make them obsolete.
20836 (generic-extras-enable-list): New default value. Update docstring.
20837 Improve :type. Change :set function.
20838 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20839 Fix docstring.
20840
20841 * emacs-lisp/generic.el (generic-mode-internal):
20842 Simplify font-lock-defaults.
20843 (define-generic-mode): Fix docstring.
20844
20845 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20846
20847 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20848 font-lock-face property to highlight matches.
20849
20850 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20851
20852 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20853 (cc-define-alist): New variable.
20854 (c-mode): Make it local and initialize it.
20855
20856 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20857 (gdb-exited): New function.
20858 (gdb-annotation-rules): Use it.
20859 (gdb-starting): Set gdb-active-process to t.
20860 (gdb-stopping): Amend doc string.
20861 (gdb-reset): Set gdb-active-process to nil.
20862
20863 * tooltip.el (tooltip-gud-tips): Show the associated #define
20864 directives when a C program under GDB is not executing.
20865
20866 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20867
20868 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20869 font-lock-fontify-syntactic-keywords.
20870
20871 * font-lock.el (font-lock-default-fontify-region): Don't force
20872 parse-sexp-lookup-properties to nil.
20873
20874 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20875
20876 * man.el (man-mode-syntax-table): Set up `:' to have
20877 word-constituent syntax.
20878
20879 2005-04-27 Lute Kamstra <lute@gnu.org>
20880
20881 * novice.el (disable-command): Don't add spurious newlines to the
20882 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20883
20884 2005-04-26 Jay Belanger <belanger@truman.edu>
20885
20886 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20887 than one window before deleting window.
20888
20889 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20890
20891 * shell.el (shell-prompt-pattern): Doc fix.
20892 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20893
20894 * comint.el (comint-prompt-regexp, comint-get-old-input)
20895 (comint-use-prompt-regexp)
20896 (comint-use-prompt-regexp-instead-of-fields)
20897 (comint-replace-by-expanded-history, comint-send-input)
20898 (comint-output-filter, comint-get-old-input-default)
20899 (comint-line-beginning-position, comint-bol, comint-show-output)
20900 (comint-backward-matching-input, comint-forward-matching-input)
20901 (comint-next-prompt, comint-previous-prompt):
20902 Rename `comint-use-prompt-regexp-instead-of-fields' to
20903 `comint-use-prompt-regexp'. Keep old name as alias and declare
20904 obsolete.
20905 (comint-use-prompt-regexp): Shorten first line of doc string.
20906
20907 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20908 Set paragraph-separate buffer locally to "\\'".
20909
20910 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20911 Adapt to above name change.
20912
20913 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20914 (smbclient-prompt-regexp): Ditto.
20915
20916 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20917
20918 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20919
20920 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20921 gdb-location-list.
20922 Break lines that are over 80 characters wide.
20923
20924 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20927 New fun and var, to preserve compatibility.
20928
20929 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20930
20931 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20932
20933 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20934 name to file-newer-than-file-p.
20935
20936 2005-04-26 Richard M. Stallman <rms@gnu.org>
20937
20938 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20939
20940 * progmodes/python.el (python-mode):
20941 Use new name eldoc-documentation-function.
20942
20943 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20944
20945 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20946 (eldoc-documentation-function):
20947 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20948
20949 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20950
20951 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20952
20953 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20954
20955 * term/xterm.el (function-key-map): Fix strings for
20956 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20957 {C,S,A,C-S}-{f1-f12}.
20958
20959 2005-04-26 Kenichi Handa <handa@m17n.org>
20960
20961 * international/mule-cmds.el (select-safe-coding-system):
20962 Fix previous change.
20963
20964 2005-04-26 Lute Kamstra <lute@gnu.org>
20965
20966 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20967
20968 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20969 (font-lock-comment-delimiter-face): Ditto.
20970
20971 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20972
20973 2005-04-25 Jay Belanger <belanger@truman.edu>
20974
20975 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20976 to t while inserting information; use help-mode.
20977
20978 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20979
20980 * term.el (ansi-term-color-vector): Use the xterm colors.
20981 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20982
20983 2005-04-25 Lute Kamstra <lute@gnu.org>
20984
20985 * font-core.el (font-lock-defaults): Fix docstring.
20986
20987 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20988
20989 2005-04-25 Kenichi Handa <handa@m17n.org>
20990
20991 * international/mule-cmds.el (select-safe-coding-system):
20992 Don't check consistency with coding: spec, etc if raw-text or
20993 no-conversion was found to be safe.
20994
20995 2005-04-24 Richard M. Stallman <rms@gnu.org>
20996
20997 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20998 citation markers at start of each line.
20999
21000 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21001 citation markers at start of each line.
21002
21003 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21004
21005 * files.el (mode-require-final-newline): Fix previous change.
21006 (require-final-newline): Fix type label.
21007
21008 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21009
21010 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21011 statement in buffer (broken by 2004-11-24 change).
21012
21013 2005-04-24 Kim F. Storm <storm@cua.dk>
21014
21015 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21016 and read-file-name-function values. Don't overwrite existing
21017 non-nil values if ido-mode is enabled without ido-everywhere.
21018
21019 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21020
21021 * files.el (mode-require-final-newline): Minor doc fix.
21022
21023 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21024
21025 * subr.el (syntax-after): Doc fix.
21026 (syntax-class): If argument is nil, return nil. Mask off upper 16
21027 bits, not 8 bits.
21028
21029 * files.el (mode-require-final-newline): Doc fix.
21030 (backup-buffer-copy): Fix last change.
21031
21032 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21033
21034 * term/mac-win.el: Require select. Set selection-coding-system to
21035 mac-system-coding-system. Call menu-bar-enable-clipboard.
21036 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21037 (x-select-enable-clipboard): New variables.
21038 (x-select-text, x-get-selection, x-selection-value)
21039 (x-get-selection-value, mac-select-convert-to-string)
21040 (mac-services-open-file, mac-services-open-selection)
21041 (mac-services-insert-text): New functions.
21042 (CLIPBOARD, FIND): Put mac-scrap-name property.
21043 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21044 (public.tiff): Put mac-ostype property.
21045 (selection-converter-alist): Add entries for them.
21046 (mac-application-menu-map): New keymap.
21047 (interprogram-cut-function, interprogram-paste-function): Set to
21048 x-select-text and x-get-selection-value, respectively.
21049 (split-window-keep-point): Set to t.
21050
21051 2005-04-23 Richard M. Stallman <rms@gnu.org>
21052
21053 * files.el (read-directory-name): Always pass non-nil
21054 DEFAULT-FILENAME arg to read-file-name.
21055 (backup-buffer-copy, basic-save-buffer-2): Take care against
21056 writing thru an unexpected existing symlink.
21057 (revert-buffer): In indirect buffer, revert the base buffer.
21058 (magic-mode-alist): Doc fix.
21059 (buffer-stale-function): Doc fix.
21060 (minibuffer-with-setup-hook): Avoid warning.
21061 (mode-require-final-newline): Doc and custom fix.
21062
21063 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21064
21065 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21066 use the default appearance.
21067 (font-lock-comment-delimiter-face): New face, new variable.
21068
21069 * imenu.el (imenu--generic-function): The official position of a
21070 definition is the start of the line that BEG is in.
21071
21072 * midnight.el (midnight-timer): Move defvar up.
21073
21074 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21075
21076 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21077
21078 * startup.el (command-line): Use with-no-warnings.
21079
21080 * window.el (window-size-fixed): New defvar.
21081
21082 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21083
21084 * mail/rmail.el (rmail-font-lock-keywords):
21085 Use font-lock-comment-delimiter-face.
21086
21087 * mail/sendmail.el (mail-font-lock-keywords):
21088 Use font-lock-comment-delimiter-face.
21089
21090 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21091
21092 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21093
21094 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21095 Specify t for LAXMATCH when matching directories.
21096 Save match data around compilation-compat-error-properties form.
21097
21098 2005-04-23 David Kastrup <dak@gnu.org>
21099
21100 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21101 Mention that the autoloaded aliases should be kept for AUCTeX.
21102
21103 2005-04-23 Andreas Schwab <schwab@suse.de>
21104
21105 * isearch.el (isearch-forward): Doc fix.
21106
21107 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21108
21109 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21110 (jit-lock-stealth-nice): Change default value to 0.5.
21111
21112 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21113
21114 * abbrev.el (write-abbrev-file): Write table entries in
21115 alphabetical order by table name.
21116
21117 2005-04-22 Kim F. Storm <storm@cua.dk>
21118
21119 * ido.el (ido-read-internal): Fix `list' completion.
21120
21121 2005-04-22 Kenichi Handa <handa@m17n.org>
21122
21123 * recentf.el (recentf-save-file-coding-system): New variable.
21124 (recentf-save-list): Encode the file by
21125 recentf-save-file-coding-system and add coding: tag.
21126
21127 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21128
21129 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21130
21131 2005-04-21 Lute Kamstra <lute@gnu.org>
21132
21133 * loadhist.el (unload-feature): Don't remove a function from hooks
21134 if it is about to be restored to an autoload . Remove functions
21135 that will become unbound from auto-mode-alist. Simplify the code.
21136
21137 * subr.el (assq-delete-all): New implementation that is linear,
21138 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21139 (rassq-delete-all): New function.
21140
21141 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21142 Add size-indication-mode.
21143
21144 2005-04-21 Kenichi Handa <handa@m17n.org>
21145
21146 * international/mule-cmds.el: Add autoload for widget-value in
21147 eval-when-compile.
21148
21149 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21150
21151 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21152 Add tooltip-mode.
21153
21154 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21155
21156 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21157
21158 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21159 (inferior-lisp-filter-regexp, inferior-lisp-program)
21160 (inferior-lisp-load-command, inferior-lisp-prompt)
21161 (inferior-lisp-mode-hook, lisp-source-modes)
21162 (inferior-lisp-load-hook): defvar->defcustom.
21163 (inferior-lisp-program, inferior-lisp-prompt)
21164 (inferior-lisp-load-hook): Doc fixes.
21165 (inferior-lisp-install-letter-bindings): Small change in
21166 introductory comment.
21167
21168 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21169
21170 * vc.el (vc-annotate-color-map): Change some colors so that text
21171 using them as foreground is readable on both white and black
21172 backgrounds.
21173
21174 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * international/mule-conf.el (translation-table-for-input):
21177 Remove redundant declaration.
21178
21179 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21180
21181 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21182
21183 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21184 (tooltip-toggle-gud-tips): New function.
21185
21186 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21187
21188 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21189 right angle brackets.
21190
21191 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21192
21193 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21194
21195 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21196
21197 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21198 Remove. Update callers to use expand-file-name instead.
21199
21200 * subr.el (syntax-class): New function.
21201
21202 * simple.el (blink-matching-open): Use it.
21203
21204 * paren.el (show-paren-function): Use it to recognize parens that are
21205 also used in 2-char comment markers.
21206
21207 2005-04-19 Lute Kamstra <lute@gnu.org>
21208
21209 * loadhist.el (unload-feature): Update for new format of
21210 load-history. Simplify the code.
21211
21212 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21213
21214 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21215 (mac-add-charset-info): New function. Initialize variable
21216 mac-charset-info-alist using it.
21217 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21218 for translation.
21219 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21220 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21221 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21222 New CCL programs.
21223
21224 2005-04-19 Kim F. Storm <storm@cua.dk>
21225
21226 * simple.el (next-buffer, prev-buffer, next-error)
21227 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21228 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21229
21230 * bindings.el (next-buffer, prev-buffer, next-error)
21231 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21232 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21233 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21234 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21235
21236 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21237
21238 * isearch.el (isearch-edit-string): Make the search-ring available for
21239 minibuffer history commands.
21240 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21241 the default history commands now work just as well.
21242 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21243
21244 2005-04-18 Kim F. Storm <storm@cua.dk>
21245
21246 * emulation/cua-base.el (cua--pre-command-handler): Add more
21247 elaborate check for shift modifier on non-window systems.
21248
21249 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21250
21251 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21252
21253 2005-04-18 Kim F. Storm <storm@cua.dk>
21254
21255 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21256 and make it optional. Don't test tooltip-gud-echo-area here.
21257 (tooltip-gud-process-output, gdb-tooltip-print):
21258 Pass tooltip-gud-echo-area to tooltip-show.
21259 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21260
21261 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21262
21263 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21264 `display-graphic-p' may not be bound yet.
21265
21266 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21267
21268 * startup.el (command-line): No longer enable Xterm Mouse mode by
21269 default in terminals compatible with xterm.
21270
21271 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21272
21273 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21274
21275 * tooltip.el (tooltip-gud-echo-area): Rename from
21276 tooltip-use-echo-area.
21277 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21278 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21279 area independently of where help tooltips are displayed.
21280
21281 2005-04-17 David Kastrup <dak@gnu.org>
21282
21283 * cus-theme.el (custom-theme-write-variables): Quote variables
21284 where necessary.
21285
21286 2005-04-17 Richard M. Stallman <rms@gnu.org>
21287
21288 * simple.el (yank-excluded-properties): Add follow-link to value.
21289
21290 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21291
21292 * startup.el (fancy-splash-max-time): Just 30 seconds.
21293 (fancy-splash-delay): Just 7.
21294 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21295
21296 * loadhist.el (unload-feature): Update for new format of load-history.
21297 Simplify the code.
21298
21299 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21300 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21301
21302 * mail/sendmail.el (mail-font-lock-keywords):
21303 Don't fontify subject text.
21304 Don't fontify the text of a citation.
21305
21306 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21307
21308 * comint.el (comint-output-filter): Run comint-output-filter-functions
21309 with point where the user had it.
21310
21311 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21312
21313 * international/ucs-tables.el (ucs-set-table-for-input):
21314 Disable when using unify-on-decoding.
21315
21316 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21317
21318 * emulation/cua-base.el (cua-global-mark-face): Add special case
21319 for displays supporting a high number of colors.
21320
21321 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21322
21323 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21324
21325 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21326
21327 * filesets.el (filesets-add-buffer): If user supplies a name of a
21328 non-existing fileset, create a new fileset.
21329
21330 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21331
21332 * textmodes/org.el (org-up-heading-all): Fix bug with
21333 `outline-up-heading-all'.
21334
21335 2005-04-16 Andreas Schwab <schwab@suse.de>
21336
21337 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21338 /etc/permissions.d/* and /etc/aliases.d/*.
21339
21340 2005-04-16 Kenichi Handa <handa@m17n.org>
21341
21342 * international/code-pages.el (cp-make-coding-system):
21343 Set `translation-table-for-input' property value to the symbol
21344 ucs-mule-to-mule-unicode, not to that value.
21345 (pt154): Escape guillemet by `\'.
21346
21347 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21348
21349 * loadup.el: Load tooltip if x-show-tip is fboundp.
21350
21351 * startup.el (command-line): Add comment.
21352
21353 * tooltip.el (tooltip-mode): Specify correct standard value for
21354 Custom in init-value.
21355
21356 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21357
21358 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21359 possible.
21360
21361 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21362
21363 * textmodes/org.el (org-agenda-date-prompt): Rename from
21364 `org-agenda-date-today'.
21365 (org-evaluate-time-range): Insert at point instead of directly
21366 after time range.
21367 (org-first-headline-recenter, org-subtree-end-visible-p)
21368 (org-optimize-window-after-visibility-change): New functions
21369 (org-agenda-post-command-hook): Don't allow point at end of line,
21370 to make sure it always hits the text properties.
21371 (org-agenda-next-date-line, org-agenda-previous-date-line):
21372 New commands.
21373 (org-set-regexps-and-options): Category may contain white space.
21374 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21375 Improve marker positions.
21376 (org-agenda-new-marker): Argument POS made optional.
21377 (org-agenda-get-timestamps): Deadlines which are done are listed
21378 in org-done-face now.
21379 (org-agenda-get-todos, org-agenda-get-timestamps)
21380 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21381 Set `undone-face' and `done-face' properties.
21382 (org-last-todo-state-is-todo): New variable.
21383 (org-todo): Set `org-last-todo-state-is-todo'.
21384 (org-agenda-todo): Change face according to
21385 `org-last-todo-state-is-todo'. And change other lines referring to
21386 the same entry.
21387 (org-calendar-goto-agenda): New command.
21388 (org-calendar-to-agenda-key): New option.
21389 (org-startup-folded): New allowed value `content'.
21390 (org-set-regexps-and-options): Accept new value `content' for
21391 `org-startup-folded'.
21392 (org-get-current-options): Handle new value `content' for
21393 `org-startup-folded'.
21394 (org-insert-todo-heading): New command.
21395 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21396 interactively in empty file and option
21397 `org-insert-mode-line-in-empty-file' has been set.
21398 (org-agenda-todo, org-agenda-priority): Modify to use
21399 `org-agenda-change-all-lines'.
21400 (org-warning-face): Change color on dark background
21401
21402 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21403
21404 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21405 use preferences AppleLocale and AppleLanguages, and variable
21406 mac-system-locale for default locale. On Mac OS Classic, use
21407 mac-system-coding-system for default coding systems.
21408
21409 * term/mac-win.el: Don't set file-name-coding-system.
21410 Decode variables system-name, emacs-build-system, user-login-name, and
21411 user-full-name by mac-system-coding-system on Mac OS Classic.
21412 (mac-system-coding-system): New variable.
21413
21414 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21415
21416 * startup.el (command-line): Handle `xterm-mouse-mode' before
21417 reading init file.
21418
21419 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21420
21421 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21422
21423 * progmodes/sh-script.el (sh-here-document-word): Make it a
21424 defcustom. Doc fix.
21425 (sh-add): Bash uses $(( )) for arithmetic.
21426 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21427 (sh-maybe-here-document): Remove quotes and leading whitespace
21428 from heredoc word when closing. Indent heredoc with tabs if word
21429 starts with "-".
21430
21431 2005-04-13 Richard M. Stallman <rms@gnu.org>
21432
21433 * simple.el (undo): Fix previous change.
21434
21435 * custom.el (defface): Doc fix.
21436
21437 2005-04-13 Lute Kamstra <lute@gnu.org>
21438
21439 * Makefile.in (DONTCOMPILE): Remove list.
21440 (compile, compile-always): Don't use DONTCOMPILE.
21441 (update-authors): Load the library in which batch-update-authors
21442 is defined.
21443 * makefile.w32-in (DONTCOMPILE): Remove list.
21444 (compile, compile-always): Fix comments.
21445 (update-authors): Load the library in which batch-update-authors
21446 is defined.
21447
21448 * generic-x.el (generic-mode-ini-file-find-file-hook):
21449 Rename to ini-generic-mode-find-file-hook.
21450 Keep generic-mode-ini-file-find-file-hook as an alias.
21451 (ini-generic-mode-find-file-hook): Rename from
21452 generic-mode-ini-file-find-file-hook. Fix docstring.
21453 (ini-generic-mode): Docstring change.
21454 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21455
21456 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21457 called from lisp.
21458
21459 * generic.el: Move to the emacs-lisp subdir.
21460
21461 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21462
21463 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21464 and C-S- function and cursor motion keys.
21465
21466 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21467
21468 * startup.el (command-line): Enable Xterm Mouse mode by default.
21469 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21470 for Custom. No longer show "Mouse" in mode line when enabled.
21471 Doc fix.
21472
21473 2005-04-12 Kim F. Storm <storm@cua.dk>
21474
21475 * emulation/cua-base.el (cua-rectangle-face)
21476 (cua-rectangle-noselect-face): Define face attributes here.
21477
21478 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21479
21480 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21481
21482 * startup.el (command-line): Turn off blinking cursor if
21483 cursorBlink in resources is off or false.
21484
21485 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21486
21487 * term/mac-win.el (dnd): Require dnd.
21488 (mac-drag-n-drop): Call dnd-handle-one-url.
21489 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21490 (kTextEncodingISOLatin2): Remove constants.
21491 (mac-script-code-coding-systems): New constant.
21492 (mac-handle-language-change): New function.
21493 (special-event-map): Bind it to `language-change' event.
21494 (mac-centraleurroman, mac-cyrillic): New coding systems.
21495 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21496 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21497 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21498 encode-mac-cyrillic, respectively.
21499
21500 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21501
21502 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21503 Don't set overlay-arrow-string to "=>" as this is done
21504 globally in C now.
21505
21506 2005-04-12 Lute Kamstra <lute@gnu.org>
21507
21508 * generic-x.el (rc-generic-mode, rul-generic-mode):
21509 Fix auto-mode-alist entries.
21510 (etc-fstab-generic-mode): Tweak fontification.
21511
21512 * generic.el (generic-make-keywords-list): Fix docstring.
21513 (generic-mode-internal): Simplify generic-font-lock-keywords.
21514
21515 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21516
21517 * whitespace.el (whitespace-buffer-leading)
21518 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21519 However, fix the highlight area for the leading and
21520 trailing whitespaces to show space.
21521
21522 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21523
21524 * whitespace.el (whitespace-version): Bump to 3.5
21525
21526 (whitespace-buffer-leading, whitespace-buffer-trailing):
21527 Invert sense of the test to highlight the whitespace.
21528
21529 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21530
21531 * progmodes/gud.el (gud-display-line): GUD uses its own
21532 overlay arrow now so don't set overlay-arrow-string.
21533 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21534
21535 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21536
21537 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21538 (term-ansi-current-reverse, term-ansi-current-invisible)
21539 (term-ansi-face-already-done): Change to boolean.
21540 (term-reset-terminal, term-handle-colors-array): Handle the above
21541 vars accordingly.
21542 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21543 (term-emulate-terminal): Use the new name.
21544
21545 * faces.el (secondary-selection): Use yellow1, not yellow.
21546 (trailing-whitespace): Use red1, not red.
21547
21548 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21549
21550 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21551 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21552 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21553
21554 * cus-edit.el (dnd): New group.
21555
21556 * term/w32-win.el (dnd): Require dnd
21557 (w32-drag-n-drop): Call dnd-handle-one-url.
21558
21559 * x-dnd.el: Require dnd.
21560 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21561 Call dnd-handle-one-url.
21562 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21563 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21564 to dnd-insert-text.
21565 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21566 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21567 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21568 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21569
21570 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21571
21572 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21573
21574 * wdired.el: Doc fixes.
21575 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21576 (wdired-use-dired-vertical-movement): Rename from
21577 wdired-always-move-to-filename-beginning.
21578 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21579 (wdired-change-to-wdired-mode): Change mode name.
21580 (wdired-newline): Delete.
21581
21582 2005-04-11 Richard M. Stallman <rms@gnu.org>
21583
21584 * whitespace.el (whitespace-highlight-the-space):
21585 Don't call whitespace-unhighlight-the-space here.
21586
21587 * simple.el (undo): Record t in undo-equiv-table
21588 for the redo record made by an undo-in-region.
21589
21590 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21591
21592 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21593 (gdb-frame-inferior-io-buffer): New Functions to control
21594 display of separate IO buffer.
21595 (menu): Add them to menu-bar.
21596 (gdb-display-buffer): Check for buffer another frame.
21597 Protect GUD buffer.
21598 (gdb-setup-windows): Create IO buffer if not already there.
21599 (gdb-memory-mode): Remove purecopy noops.
21600
21601 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21602
21603 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21604 and pass to self-insert-command.
21605
21606 2005-04-11 Lute Kamstra <lute@gnu.org>
21607
21608 * generic.el: Commentary section cleanup.
21609 (generic): Delete.
21610 (generic-use-find-file-hook, generic-lines-to-scan)
21611 (generic-find-file-regexp, generic-ignore-files-regexp)
21612 (default-generic-mode, generic-mode-find-file-hook)
21613 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21614 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21615 (generic-use-find-file-hook, generic-lines-to-scan)
21616 (generic-find-file-regexp, generic-ignore-files-regexp)
21617 (default-generic-mode, generic-mode-find-file-hook)
21618 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21619
21620 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21621
21622 * bookmark.el (bookmark-write-file): Catch errors writing file.
21623 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21624
21625 2005-04-10 Richard M. Stallman <rms@gnu.org>
21626
21627 * startup.el (fancy-splash-tail): Update copyright year.
21628 (command-line): Split part of -Q into -D.
21629 (emacs-basic-display): New defvar.
21630 (fancy-splash-text): Correct name of menu item.
21631
21632 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21633
21634 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21635 lines in one node.
21636
21637 * comint.el (comint-send-input): New arg ARTIFICIAL.
21638 Callers in this file changed.
21639
21640 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21641
21642 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21643
21644 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21645
21646 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21647 `ldap-search-internal'.
21648
21649 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21650
21651 * files.el (set-auto-mode-1): Use line-end-position.
21652
21653 * international/latin-1.el:
21654 * international/latin-2.el:
21655 * international/latin-3.el:
21656 * international/latin-4.el:
21657 * international/latin-5.el:
21658 * international/latin-8.el:
21659 * international/latin-9.el: Give punctuation syntax to NBSP.
21660
21661 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21662 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21663 Use char-classes to accept non-ascii letters, accepted in some recent
21664 bibtex implementations.
21665
21666 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21667
21668 * custom.el (custom-set-minor-mode): Any non-nil value for the
21669 variable should enable the mode when set through Custom.
21670
21671 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21672
21673 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21674 TAB binding so tab-always-indent is obeyed.
21675 (vhdl-minibuffer-local-map): Move initialization into declaration.
21676 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21677 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21678 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21679 (vhdl-current-line): Use line-beginning-position.
21680 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21681 with-output-to-temp-buffer, so the current position can be recorded.
21682
21683 2005-04-10 Masatake YAMATO <jet@gyve.org>
21684
21685 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21686 Add regexp for gcov.
21687
21688 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21689
21690 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21691 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21692 syntax which Emacs 20 doesn't support.
21693
21694 2005-04-09 Richard M. Stallman <rms@gnu.org>
21695
21696 * help.el (describe-key-briefly, describe-key):
21697 Replace strings as event types with "(any string)".
21698
21699 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21700
21701 * arc-mode.el (archive-mode-map): Move initialization into
21702 the declaration. Override *all* bindings of `undo'.
21703 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21704
21705 2005-04-09 Jay Belanger <belanger@truman.edu>
21706
21707 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21708
21709 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21710
21711 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21712 (xterm-register-default-colors): Update color values computation
21713 to match xterm-200.
21714
21715 2005-04-09 Kenichi Handa <handa@m17n.org>
21716
21717 * international/code-pages.el (iso-latin-7): Fix the map.
21718
21719 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21720
21721 * emacs-lisp/lisp.el (defun-prompt-regexp)
21722 (parens-require-spaces, buffer-end, end-of-defun)
21723 (insert-parentheses): Doc fixes.
21724
21725 2005-04-08 Kim F. Storm <storm@cua.dk>
21726
21727 * comint.el (comint-highlight-prompt): Fix face spec.
21728 * hi-lock.el (hi-green): Likewise.
21729
21730 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21731
21732 * cus-edit.el (custom-modified-face):
21733 * comint.el (comint-highlight-input): Fix previous changes.
21734 * term.el (term-handle-ansi-escape): Add a comment.
21735
21736 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21737
21738 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21739 in the buffer and in whitespace-highlighted-space.
21740 (whitespace-unhighlight-the-space): Simplify.
21741 (whitespace-buffer): Simplify.
21742
21743 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21744
21745 * textmodes/table.el (table-cell-face): Add special case for
21746 displays supporting a high number of colors.
21747 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21748 (vhdl-font-lock-reserved-words-face)
21749 (vhdl-speedbar-architecture-face)
21750 (vhdl-speedbar-instantiation-face)
21751 (vhdl-speedbar-architecture-selected-face)
21752 (vhdl-speedbar-instantiation-selected-face): Likewise.
21753 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21754 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21755 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21756 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21757 (ebrowse-progress-face): Likewise.
21758 * progmodes/compile.el (compilation-info-face): Likewise.
21759 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21760 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21761 * calendar/calendar.el (diary-face): Likewise.
21762 * woman.el (woman-italic-face, woman-bold-face)
21763 (woman-unknown-face): Likewise.
21764 * wid-edit.el (widget-button-pressed-face): Likewise.
21765 * whitespace.el (whitespace-highlight-face): Likewise.
21766 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21767 * pcvs-info.el (cvs-marked-face): Likewise.
21768 * info.el (info-xref): Likewise.
21769 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21770 * hilit-chg.el (highlight-changes-face)
21771 (highlight-changes-delete-face): Likewise.
21772 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21773 (hi-red-b): Likewise.
21774 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21775 * font-lock.el (font-lock-keyword-face)
21776 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21777 * cus-edit.el (custom-invalid-face, custom-modified-face)
21778 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21779 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21780 * comint.el (comint-highlight-prompt): Likewise.
21781
21782 2005-04-08 Lute Kamstra <lute@gnu.org>
21783
21784 * font-lock.el (font-lock-keywords): Docstring fixes.
21785
21786 2005-04-08 Kenichi Handa <handa@m17n.org>
21787
21788 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21789 chars are more than a limit, print " and more..." at the tail.
21790
21791 2005-04-08 Kim F. Storm <storm@cua.dk>
21792
21793 * emacs-lisp/authors.el (authors-aliases): Update list.
21794 (authors-ignored-files): New list.
21795 (authors-fixed-entries): Fix typo.
21796 (authors-renamed-files-alist): Update list.
21797 (authors-add): Check authors-ignored-files.
21798
21799 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21800
21801 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21802 optional, to ensure backward compatibility.
21803
21804 2005-04-08 Stephen Eglen <stephen@gnu.org>
21805
21806 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21807
21808 2005-04-08 Kim F. Storm <storm@cua.dk>
21809
21810 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21811
21812 * mouse.el (mouse-on-link-p): Doc fix.
21813
21814 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21815
21816 * ielm.el (ielm-prompt-read-only): Doc fix.
21817
21818 * comint.el (comint-prompt-read-only): Doc fix.
21819
21820 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21821
21822 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21823 ensure dired always handles wildcards passed to ffap.
21824 (find-file-at-point): Use it.
21825 (ffap-dired-wildcards): Doc fix.
21826
21827 2005-04-07 Juri Linkov <juri@jurta.org>
21828
21829 * simple.el (next-error-overlay-arrow-position): New defvar.
21830 Put "=>" on its property `overlay-arrow-string'. Add it to
21831 `overlay-arrow-variable-list'.
21832
21833 * progmodes/compile.el (compilation-setup):
21834 Set `next-error-overlay-arrow-position' to nil. Also set it to
21835 nil in the local hook `kill-buffer-hook'. Make local variable
21836 `overlay-arrow-string' and set it to "=>".
21837 (compilation-goto-locus): Set BOL position to
21838 `next-error-overlay-arrow-position' instead of
21839 `overlay-arrow-position'.
21840
21841 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21842 locally instead of adding it to the global hook.
21843 (Info-kill-buffer): Move up.
21844
21845 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21846
21847 * term/xterm.el (xterm-standard-colors): Update color values from
21848 xterm-200.
21849
21850 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21851
21852 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21853
21854 * fast-lock.el:
21855 * lazy-lock.el: Move them to the obsolete subdir.
21856
21857 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21858
21859 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21860 (wdired-add-replace-advice): Remove.
21861 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21862
21863 2005-04-06 Kim F. Storm <storm@cua.dk>
21864
21865 * startup.el (command-line): Add --bare-bones alias for -Q.
21866
21867 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21868
21869 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21870 create the startup fontset if a font specification ends with
21871 `mac-roman'.
21872
21873 2005-04-06 Lute Kamstra <lute@gnu.org>
21874
21875 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21876 change.
21877
21878 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21879 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21880
21881 2005-04-05 Lute Kamstra <lute@gnu.org>
21882
21883 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21884 (define-generic-mode): Ditto. Fix debug declaration.
21885
21886 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21887 Put them in the generic-x group.
21888
21889 * calendar/timeclock.el (timeclock): Doc fix.
21890
21891 * generic.el (define-generic-mode): Don't use custom-current-group.
21892 Document default :group value.
21893 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21894 (define-global-minor-mode): Don't use custom-current-group.
21895
21896 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21897
21898 * startup.el (command-line-1): Display startup-echo-area-message
21899 when fancy splash screen is in use.
21900
21901 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21902 (sh-escaped-newline): New face.
21903 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21904 newline, and use sh-escaped-newline face.
21905
21906 * progmodes/tcl.el (tcl-escaped-newline): New face.
21907 (tcl-builtin-list): New variable.
21908 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21909 newlines. Fix keywords subexpression number.
21910
21911 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21912
21913 * textmodes/org.el (org-diary-default-entry): Fix call to
21914 `add-to-diary-entry'.
21915
21916 2005-04-05 Kim F. Storm <storm@cua.dk>
21917
21918 * ediff-init.el: Use (featurep 'xemacs).
21919
21920 2005-04-05 David Ponce <david@dponce.com>
21921
21922 * cus-edit.el (face): Derive from symbol widget. Display sample
21923 of the current face on the fly.
21924 (widget-face-sample-face-get, widget-face-notify): New functions.
21925 (widget-face-value-create): Remove.
21926
21927 * wid-edit.el (widget-field-end): Temporarily remove field
21928 narrowing before to call `get-char-property'.
21929
21930 2005-04-04 Jay Belanger <belanger@truman.edu>
21931
21932 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21933 (math-read-subscripts): New variable.
21934 (math-read-preprocess-string): Process subscripts.
21935
21936 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21937
21938 * comint.el (comint-prompt-read-only): Doc fix.
21939
21940 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21941 `-1'. Doc fix.
21942
21943 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21944
21945 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21946 Change default value to nil.
21947
21948 2005-04-04 Lute Kamstra <lute@gnu.org>
21949
21950 * autorevert.el (auto-revert-mode): Specify :group.
21951 * battery.el (display-battery-mode): Specify :group.
21952 * diff-mode.el (diff-minor-mode): Specify :group.
21953 * font-core.el (font-lock-mode): Specify :group.
21954 * hl-line.el (hl-line-mode): Specify :group.
21955 * iimage.el (iimage): New customization group.
21956 (iimage-mode): Specify :group.
21957 * longlines.el (longlines-mode): Specify :group.
21958 * master.el: Don't require easy-mmode.
21959 (master): New customization group.
21960 (master-mode): Specify :group.
21961 * msb.el (msb-mode): Specify :group.
21962 * reveal.el (reveal-mode): Specify :group.
21963 * simple.el (next-error-follow-minor-mode): Specify :group.
21964 * smerge-mode.el (smerge-mode): Specify :group.
21965 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21966 * emulation/cua-base.el (cua-mode): Specify :group.
21967 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21968 * language/thai-util.el (thai-auto-composition-mode)
21969 (thai-word-mode): Specify :group.
21970 * mail/supercite.el (sc-minor-mode): Specify :group.
21971 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21972 * progmodes/flymake.el (flymake-mode): Specify :group.
21973 * progmodes/glasses.el (glasses-mode): Specify :group.
21974 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21975 * textmodes/enriched.el (enriched-mode): Specify :group.
21976 * textmodes/refill.el (refill-mode): Specify :group.
21977
21978 * add-log.el (change-log-font-lock-keywords): Names in
21979 parenthesized lists can contain spaces.
21980
21981 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21982
21983 * startup.el (fancy-splash-text): Shorten default text of
21984 "Emacs Tutorial" line. Also, if the current language env
21985 indicates an available tutorial file other than TUTORIAL,
21986 extract its title and append it to the line in parentheses.
21987 (fancy-splash-insert): If arg is a thunk, funcall it.
21988
21989 2005-04-04 Jay Belanger <belanger@truman.edu>
21990
21991 * calc.el (calc-language-alist): Add tags to customization type.
21992
21993 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21994
21995 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21996 Doc fix.
21997
21998 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21999
22000 * add-log.el (change-log-font-lock-keywords): The manual
22001 describing a Change Log entry, says: (...) "Aside from these
22002 header lines, every line in the change log starts with a space or
22003 a tab.". The font-lock was not highlighting lines started with
22004 spaces, added support for it.
22005
22006 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22007
22008 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22009 (bibtex-generate-url-list): Update docstring accordingly. Put the
22010 complex example in the docstring.
22011 (bibtex-font-lock-url): Use pop.
22012
22013 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22014
22015 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22016
22017 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22018
22019 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22020
22021 * filesets.el (filesets-set-default): Doc fix.
22022
22023 2005-04-03 Lute Kamstra <lute@gnu.org>
22024
22025 * generic.el (define-generic-mode): Add argument to specify
22026 keywords for defcustom.
22027 (default-generic-mode): Specify :group.
22028
22029 * generic-x.el: Specify :group for all generic modes.
22030
22031 * desktop.el (desktop-no-desktop-file-hook)
22032 (desktop-after-read-hook): Doc fix.
22033
22034 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22035
22036 * simple.el (visible-mode): Use explicit :group keyword.
22037 This changes the group of `visible-mode-hook' from paren-blinking
22038 to editing-basics.
22039
22040 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22041
22042 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22043 mailbox specifications as well as URLs.
22044 (rmail-insert-inbox-text): Remove unused conditional branches.
22045
22046 2005-04-01 Jay Belanger <belanger@truman.edu>
22047
22048 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22049 (calc-gnuplot-print-command): Move definitions to calc.el.
22050
22051 * calc/calc-embed.el (calc-embedded-announce-formula)
22052 (calc-embedded-open-formula, calc-embedded-close-formula)
22053 (calc-embedded-open-word, calc-embedded-close-word)
22054 (calc-embedded-open-plain, calc-embedded-close-plain)
22055 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22056 (calc-embedded-open-mode, calc-embedded-close-mode):
22057 Move definitions to calc.el.
22058
22059 * calc/calc.el (calc-settings-file, calc-language-alist):
22060 Make customizable.
22061 (calc-embedded-announce-formula, calc-embedded-open-formula)
22062 (calc-embedded-close-formula, calc-embedded-open-word)
22063 (calc-embedded-close-word, calc-embedded-open-plain)
22064 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22065 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22066 (calc-embedded-close-mode, calc-gnuplot-name)
22067 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22068 from other files and make customizable.
22069
22070 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22071
22072 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22073 Use buffer-live-p.
22074 (cvs-mode-run): Don't call cvs-update-header here.
22075 (cvs-run-process): Call cvs-update-header.
22076 Use process properties for cvs-postprocess and cvs-buffer so that
22077 the sentinel can behave better if the temp buffer is killed.
22078 Use a pipe rather than a tty, to better handle unexpected prompts.
22079 (cvs-sentinel): Rewrite. Call cvs-update-header.
22080
22081 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22082
22083 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22084 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22085
22086 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22087
22088 * generic.el (define-generic-mode): Add indentation rule.
22089
22090 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22091
22092 * files.el (mode-require-final-newline): Make Custom correctly
22093 report a nil value and allow to set it to nil via Custom.
22094 Doc fix.
22095
22096 2005-04-01 Kenichi Handa <handa@m17n.org>
22097
22098 * international/characters.el: Enable the correct case setting for
22099 dotless-i and dotted-I.
22100
22101 2005-04-01 Kim F. Storm <storm@cua.dk>
22102
22103 * ido.el (ido-file-internal): Fall back to non-ido command if
22104 initial directory is on slow ftp (or tramp) host.
22105
22106 2005-03-31 Richard M. Stallman <rms@gnu.org>
22107
22108 * emacs-lisp/autoload.el (make-autoload):
22109 Handle define-global-minor-mode.
22110
22111 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22112 Rename from easy-mmode-define-global-mode.
22113 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22114
22115 * progmodes/scheme.el (scheme-mode-syntax-table):
22116 Update syntax of | and # for two-character comment syntax.
22117
22118 2005-03-31 Lute Kamstra <lute@gnu.org>
22119
22120 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22121 (define-minor-mode): Call custom-current-group at load-time.
22122
22123 * generic.el (define-generic-mode): Add debug declaration.
22124 Add defcustom for the mode hook.
22125 (generic-mode-internal): Use run-mode-hooks.
22126
22127 2005-03-31 Kim F. Storm <storm@cua.dk>
22128
22129 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22130 (mouse-fixup-help-message): New defun called by show_help_echo
22131 to fixup mouse-2 prefix in help messages when applicable.
22132
22133 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22134
22135 2005-03-31 Kenichi Handa <handa@m17n.org>
22136
22137 * language/thai-word.el (thai-find-word-ends): Pay attention to
22138 the case that we reach the end of buffer.
22139
22140 * textmodes/fill.el (fill-text-properties-at): New function.
22141 (fill-newline): Use fill-text-properties-at instead of
22142 text-properties-at.
22143
22144 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22145
22146 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22147 not comint-quote-filename.
22148
22149 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22150
22151 * help-fns.el (help-with-tutorial): Revert last change.
22152
22153 2005-03-31 Kim F. Storm <storm@cua.dk>
22154
22155 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22156
22157 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22158
22159 * calendar/cal-china.el: Update reference to "Calendrical
22160 Calculations" book; there's a new edition.
22161 * calendar/cal-coptic.el: Likewise.
22162 * calendar/cal-french.el: Likewise.
22163 * calendar/cal-hebrew.el: Likewise.
22164 * calendar/cal-islam.el: Likewise.
22165 * calendar/cal-iso.el: Likewise.
22166 * calendar/cal-julian.el: Likewise.
22167 * calendar/cal-mayan.el: Likewise.
22168 * calendar/cal-persia.el: Likewise.
22169 * calendar/calendar.el: Likewise.
22170 * calendar/holidays.el: Likewise.
22171 * calendar/lunar.el: Likewise.
22172 * calendar/solar.el: Likewise.
22173
22174 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22175 white space from doc string.
22176
22177 2005-03-30 Jay Belanger <belanger@truman.edu>
22178
22179 * calc/calc-help.el (calc-full-help): Remove email address.
22180
22181 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22182
22183 * help-fns.el (help-with-tutorial): Delete title line.
22184
22185 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22186
22187 * calendar/cal-x.el (calendar-one-frame-setup)
22188 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22189 rather than `symbol' for set-window-dedicated-p.
22190
22191 * calendar/appt.el (appt-buffer-name): Make it a constant.
22192 (appt-add): Doc fix.
22193
22194 * filesets.el (filesets-menu-path, filesets-menu-before)
22195 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22196 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22197 (filesets-add-submenu): Delete and use add-submenu instead.
22198
22199 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22200
22201 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22202 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22203 (org-diary-default-entry): New function.
22204 (org-get-entries-from-diary): Better parsing of diary entries.
22205 (org-agenda-check-no-diary): New function.
22206 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22207 linking to diary entries.
22208 (org-agenda-execute-calendar-command): New function.
22209 (org-agenda): Improve visible section in window.
22210 Use `org-fit-agenda-window'.
22211 (org-fit-agenda-window): New option.
22212 (org-move-subtree-down): Better handling of empty lines
22213 at end of subtree.
22214 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22215 levels up.
22216 (org-fontify-done-headline): New option.
22217 (org-headline-done-face): New face.
22218 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22219 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22220 When current field is non-empty, it is copied to next row.
22221 (org-table-copy-from-above): Fix bug which made it
22222 impossible to copy fields containing only a single non-white character.
22223
22224 2005-03-30 Kim F. Storm <storm@cua.dk>
22225
22226 * kmacro.el (kmacro-end-macro): Isearch may store this command
22227 into the macro -- so ignore it when executing keyboard macro.
22228
22229 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22230
22231 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22232
22233 2005-03-29 Kenichi Handa <handa@m17n.org>
22234
22235 * language/thai.el ("Thai"): Set setup-function and exit-function
22236 for Thai language environment.
22237
22238 * language/thai-util.el: Require thai-word.
22239 (thai-word-mode-map): New variable.
22240 (thai-word-mode): New minor mode.
22241 (setup-thai-language-environment-internal): New function.
22242 (exit-thai-language-environment-internal): New function.
22243
22244 * language/thai-word.el (thai-word-table): Declare it by defvar,
22245 use dolist to initialize it.
22246 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22247 (thai-fill-find-break-point): New functions.
22248
22249 2005-03-29 Richard M. Stallman <rms@gnu.org>
22250
22251 * simple.el (idle-update-delay): Move definition up.
22252 (set-mark): Doc fix.
22253
22254 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22255
22256 * longlines.el: New file.
22257
22258 * simple.el (buffer-substring-filters): New variable.
22259 (filter-buffer-substring): New function.
22260 (kill-region, copy-region-as-kill): Use it.
22261
22262 * register.el (copy-to-register, append-to-register)
22263 (prepend-to-register): Use filter-buffer-substring.
22264
22265 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22266
22267 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22268 (gud-filter-pending-text): Move in front of gdb.
22269 (gud-overlay-arrow-position): New variable.
22270 (gud-sentinel, gud-display-line): Use it in place of
22271 overlay-arrow-position.
22272
22273 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22274
22275 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22276 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22277 (fortran-font-lock-keywords-4): New variable.
22278 (fortran-blocks-re, fortran-end-block-re)
22279 (fortran-start-block-re): New constants, for hideshow.
22280 (hs-special-modes-alist): Add a Fortran entry.
22281 (fortran-mode-map): Bind fortran-end-of-block,
22282 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22283 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22284 (fortran-looking-at-if-then, fortran-end-of-block)
22285 (fortran-beginning-of-block): New functions, for hideshow.
22286
22287 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22288 Doc fix. Tweak regexp.
22289 (f90-beginning-of-block): Push mark first.
22290
22291 2005-03-29 Jay Belanger <belanger@truman.edu>
22292
22293 * calc/calc.el: Update copyright date.
22294 (calc-version): Increase to 2.1.
22295 (calc-version-date): Remove.
22296
22297 * calc/calc-help.el: Update copyright date.
22298 (calc-full-help): Remove reference to calc-version-date.
22299 Update copyright date.
22300
22301 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22302
22303 * vc.el (vc-do-command): Use a pipe for async processes, so password
22304 prompts don't show up at places where the user can't reply.
22305
22306 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22307
22308 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22309 on the file name we pass to the inferior shell.
22310
22311 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22312
22313 * progmodes/which-func.el (which-function): Be robust in the face of an
22314 imenu--make-index-alist failure.
22315
22316 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22317
22318 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22319
22320 * progmodes/python.el (python-preoutput-filter): Fix last change.
22321
22322 2005-03-29 Lute Kamstra <lute@gnu.org>
22323
22324 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22325 functions and compiled macros.
22326 (debug-convert-byte-code): Handle macros too.
22327 (debug-on-entry-1): Don't signal an error when trying to clear a
22328 function that is not set to debug on entry.
22329
22330 2005-03-29 Jay Belanger <belanger@truman.edu>
22331
22332 * calc/calc-lang.el: Add functions to math-function-table
22333 properties of tex and math.
22334
22335 2005-03-29 Kenichi Handa <handa@m17n.org>
22336
22337 * ps-mule.el (ps-mule-plot-string): Translate characters by
22338 ps-print-translation-table.
22339 (ps-mule-begin-job): Call find-charset-region/string with
22340 ps-print-translation-table.
22341 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22342
22343 * ps-print.el (ps-print-translation-table): New variable.
22344 (ps-plot-region): Translate characters by ps-print-translation-table.
22345
22346 2005-03-29 Juri Linkov <juri@jurta.org>
22347
22348 * simple.el (next-error-highlight-timer): New variable.
22349
22350 * progmodes/compile.el (compilation-goto-locus):
22351 Use `next-error-highlight-timer' instead of `sit-for'.
22352
22353 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22354
22355 * mail/supercite.el (sc-mail-field): Use assoc-string.
22356 (sc-get-address): Simplify regexps.
22357
22358 * files.el (minibuffer-with-setup-hook): New macro.
22359 (find-file-read-args): Use it to avoid let-binding
22360 minibuffer-with-setup-hook (which breaks turning on/off
22361 file-name-shadow-mode while in the prompt).
22362
22363 * complete.el (PC-read-include-file-name-internal):
22364 Use test-completion.
22365
22366 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22367
22368 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22369
22370 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22371
22372 * window.el (window-buffer-height): Use count-screen-lines.
22373
22374 * progmodes/python.el (python-preoutput-leftover): New var.
22375 (python-preoutput-filter): Use it.
22376 (python-send-receive): Loop until all the result has been received.
22377
22378 2005-03-28 Juri Linkov <juri@jurta.org>
22379
22380 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22381
22382 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22383 "Recover Crashed Session".
22384 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22385 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22386 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22387 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22388 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22389 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22390 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22391 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22392
22393 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22394 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22395 Ediff Sessions", "Toggle use of separate control buffer frame",
22396 "Use separate frame for Ediff control buffer".
22397
22398 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22399 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22400 "Rename Bookmark", "Delete Bookmark".
22401
22402 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22403 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22404 Add `:active Info-index-alternatives' to "Next Matching Item".
22405
22406 * wdired.el (wdired-change-to-wdired-mode):
22407 Mention `wdired-abort-changes' key in the initial message.
22408
22409 * international/mule.el (auto-coding-alist): Associate non-ascii
22410 image filename extensions with `no-conversion'.
22411
22412 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22413
22414 * international/iso-acc.el:
22415 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22416
22417 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22418
22419 * textmodes/sgml-mode.el (html-mode): Doc update.
22420
22421 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22422
22423 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22424
22425 * term.el (term-move-columns): Fix face after extending a line.
22426 (term-insert-spaces): Likewise.
22427 (term-reset-terminal): Fix off by one error.
22428
22429 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22430
22431 * international/mule.el (auto-coding-alist): Add .xpi files.
22432
22433 * files.el (auto-mode-alist): Add .xpi files.
22434
22435 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22436
22437 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22438
22439 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22440
22441 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22442
22443 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22444
22445 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22446 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22447
22448 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22449 cursor to Jan 1 when needed.
22450 (calendar-end-of-year): Fix -/+ typo.
22451 Reported by Chong Yidong <cyd@stupidchicken.com>.
22452
22453 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22454
22455 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22456
22457 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22458 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22459
22460 2005-03-25 Richard M. Stallman <rms@gnu.org>
22461
22462 * filesets.el (filesets-init): Add autoload.
22463
22464 * mail/mailalias.el (mail-directory): Doc fix.
22465
22466 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22467
22468 * mail/mailalias.el (mail-directory-process): Do nothing if
22469 mail-directory-process is an atom.
22470 (mail-get-names): Ignore mail-directory-names if it is an atom.
22471 (mail-directory-process defvar): Doc fix.
22472 (mail-names): Doc fix.
22473
22474 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22475
22476 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22477
22478 2005-03-26 Kenichi Handa <handa@m17n.org>
22479
22480 * international/mule-util.el (detect-coding-with-priority):
22481 Call update-coding-systems-internal before detect-coding-region.
22482
22483 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22484
22485 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22486 (gdb-frames-mode-map): Add follow-link property.
22487
22488 2005-03-25 Jay Belanger <belanger@truman.edu>
22489
22490 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22491 for variables.
22492
22493 2005-03-25 Juri Linkov <juri@jurta.org>
22494
22495 * image-mode.el: Optimize image filename extension regexps in
22496 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22497 in `auto-mode-alist'.
22498 (image-mode): Add `image-toggle-display-text' to local hook
22499 `change-major-mode-hook'. Display the image as an image by
22500 default. Set `cursor-type' and `truncate-lines' if the image
22501 is already displayed. Take into account the current mode (image
22502 or text) in message.
22503 (image-minor-mode): New minor mode.
22504 (image-mode-maybe, image-toggle-display-text): New functions.
22505 (image-toggle-display): Use called-interactively-p.
22506 Let-bind `inhibit-read-only' to t.
22507
22508 * image-mode.el (image-minor-mode): Set `cursor-type' and
22509 `truncate-lines' if the image is already displayed. Add turning
22510 image-minor-mode off to `change-major-mode-hook'. Add message.
22511 Call `image-toggle-display-text' after turning image-minor-mode off.
22512
22513 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22514
22515 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22516 Terminal.app, use utf-8.
22517 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22518 (set-locale-environment): Use it.
22519
22520 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22521
22522 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22523
22524 * progmodes/python.el (python-close-block-statement-p)
22525 (python-outdent-p, python-current-defun): Use symbol-end.
22526
22527 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22528
22529 * files.el (save-some-buffers): Doc fix.
22530
22531 2005-03-25 Werner Lemberg <wl@gnu.org>
22532
22533 * complete.el, thumbs.el: Replace `legal' with `valid'.
22534 * calendar/calendar.el: Replace `legal' with `valid'.
22535 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22536 * mail/supercite.el: Replace `legal' with `valid'.
22537 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22538 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22539 Replace `legal' with `valid'.
22540 * textmodes/reftex-vars.el, textmodes/reftex.el:
22541 Replace `legal' with `valid'.
22542
22543 2005-03-25 Werner Lemberg <wl@gnu.org>
22544
22545 * calc/calc-forms.el, calc/calc-sel.el
22546 * midnight.el, vc-cvs.el
22547 * emacs-lisp/cl-macs.el
22548 * emulation/vip.el
22549 * eshell/esh-io.el, eshell/esh-var.el
22550 * mail/supercite.el
22551 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22552 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22553 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22554 * progmodes/sh-script.el, progmodes/xscheme.el
22555 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22556 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22557 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22558 * textmodes/reftex.el, textmodes/org.el:
22559 Replace `illegal' with `invalid'.
22560
22561 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22562
22563 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22564 (flymake-find-buildfile, flymake-find-possible-master-files)
22565 (flymake-check-include, flymake-parse-line): Replace loops over the
22566 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22567
22568 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22569 Substitute file-name-as-directory in the rest of the file.
22570 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22571 (flymake-replace-region): Remove unused arg `buffer'.
22572 (flymake-check-patch-master-file-buffer): Update calls to it.
22573 (flymake-add-err-info): Remove unused var `count'.
22574 (flymake-mode): Use define-minor-mode.
22575
22576 * progmodes/flymake.el: Use with-current-buffer.
22577 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22578 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22579 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22580 Avoid testing for `xemacs'.
22581 (flymake-nop): Move.
22582 (flymake-region-has-flymake-overlays): Return the computed value.
22583 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22584 Remove unused var `endline'.
22585 (flymake-get-line-count): Remove unused function.
22586 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22587
22588 * emulation/vi.el:
22589 * generic.el:
22590 * hilit-chg.el (global-highlight-changes):
22591 * hi-lock.el (hi-lock-mode):
22592 * follow.el: find-file-hooks -> find-file-hook.
22593
22594 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22595
22596 2005-03-24 Juri Linkov <juri@jurta.org>
22597
22598 * dired.el (dired-mode-map): Add menu item "Compare directories"
22599 for dired-compare-directories.
22600
22601 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22602 Doc fix. Replace `read-file-name' with `read-directory-name'.
22603
22604 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22605
22606 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22607
22608 2005-03-24 Jay Belanger <belanger@truman.edu>
22609
22610 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22611 relevant mode settings in calc-embedded-original-modes when modes
22612 are permanently changed.
22613
22614 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22615
22616 * autoinsert.el: find-file-hooks -> find-file-hook.
22617
22618 2005-03-24 Lute Kamstra <lute@gnu.org>
22619
22620 * generic.el (generic-font-lock-defaults): Make it obsolete.
22621 (generic-font-lock-keywords): New variable to replace
22622 generic-font-lock-defaults.
22623 (generic-mode-set-font-lock): Delete it.
22624 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22625 (generic-bracket-support): Add docstring.
22626
22627 * generic-x.el: Rename generic-font-lock-defaults to
22628 generic-font-lock-keywords throughout.
22629 (mailagent-rules-setup-function): Delete it.
22630 (mailagent-rules-generic-mode): Use anonymous function instead.
22631 (show-tabs-generic-mode-font-lock-defaults-1)
22632 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22633 Quote faces.
22634 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22635 not foreground.
22636
22637 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22638 Recognize define-generic-mode.
22639
22640 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22641
22642 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22643 if there's no completion table.
22644
22645 2005-03-23 Miles Bader <miles@gnu.org>
22646
22647 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22648 Remove tty-specific variants, as they're no longer needed.
22649
22650 2005-03-23 Lute Kamstra <lute@gnu.org>
22651
22652 * generic-x.el: Code cleanup: make args constant whenever possible.
22653 (installshield-statement-keyword-list)
22654 (installshield-system-functions-list)
22655 (installshield-system-variables-list, installshield-types-list)
22656 (installshield-funarg-constants-list): Make them constants.
22657
22658 * generic.el (generic-make-keywords-list): Add autoload cookie.
22659
22660 * calendar/time-date.el: Add comment on time value formats.
22661 Don't require parse-time.
22662 (with-decoded-time-value): New macro.
22663 (encode-time-value): New function.
22664 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22665 (days-to-time): Return a valid time value when arg is huge.
22666 (time-since): Use time-subtract.
22667 (time-to-number-of-days): Use time-to-seconds.
22668
22669 2005-03-23 David Ponce <david@dponce.com>
22670
22671 * recentf.el (recentf-keep): New option.
22672 (recentf-menu-action): Default to `find-file'.
22673 (recentf-keep-non-readable-files-flag)
22674 (recentf-keep-non-readable-files-p)
22675 (recentf-file-readable-p, recentf-find-file)
22676 (recentf-cleanup-remote): Remove.
22677 (recentf-include-p): More robust.
22678 (recentf-keep-p): New function.
22679 (recentf-remove-if-non-kept): Rename from
22680 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22681 All callers updated.
22682 (recentf-menu-items-for-commands): Fix help string.
22683 (recentf-track-closed-file): Update. Doc fix.
22684 (recentf-cleanup): Update. Count removed files. Doc fix.
22685
22686 2005-03-23 Kim F. Storm <storm@cua.dk>
22687
22688 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22689 Don't inherit from fringe face (now happens automatically).
22690
22691 2005-03-22 Kim F. Storm <storm@cua.dk>
22692
22693 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22694 position values.
22695
22696 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22697
22698 * menu-bar.el (showhide-date-time): Remove.
22699 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22700 (menu-bar-make-mm-toggle): Simplify.
22701
22702 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22703
22704 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22705 Accept qualified variable and function names.
22706
22707 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22708
22709 * bindings.el (completion-ignored-extensions):
22710 Remove ".lis" for `vax-vms'.
22711
22712 2005-03-22 Andreas Schwab <schwab@suse.de>
22713
22714 * generic-x.el: Revert last change.
22715 * ldefs-boot.el: Update.
22716
22717 2005-03-22 Jay Belanger <belanger@truman.edu>
22718
22719 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22720 (calc-embedded-save-original-modes)
22721 (calc-embedded-restore-original-modes): New functions.
22722 (calc-do-embedded): Save original modes when entering embedded mode
22723 and restore when leaving embedded mode.
22724 (calc-embedded-modes-change): Change the value of
22725 calc-embedded-original-modes to reflect permanent changes.
22726
22727 2005-03-22 Lute Kamstra <lute@gnu.org>
22728
22729 * generic-x.el: Require generic again.
22730
22731 2005-03-22 Miles Bader <miles@gnu.org>
22732
22733 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22734 Tweak details to look good on both ttys and bitmap displays, light
22735 or dark background, etc.
22736
22737 2005-03-21 Kim F. Storm <storm@cua.dk>
22738
22739 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22740 mouse position.
22741
22742 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22743
22744 * icomplete.el: Don't forcibly turn on the mode upon load.
22745 (icomplete-mode): Use define-minor-mode.
22746 (icomplete-eoinput): Default to nil.
22747 (icomplete-minibuffer-setup): Remove autoload.
22748 (icomplete-tidy): Simplify.
22749 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22750 in the initial state or if the user has modified the field.
22751 Fix handling of icomplete-max-delay-chars.
22752 Remove code that handles the oddball case where
22753 minibuffer-completion-table is an integer.
22754 Wrap icomplete-completions in while-no-input in case building
22755 completions takes more time than expected.
22756 (icomplete-completions): Simplify.
22757
22758 2005-03-21 Richard M. Stallman <rms@gnu.org>
22759
22760 * jka-compr.el (jka-compr-really-do-compress):
22761 Make variable buffer-local.
22762
22763 * image-mode.el: Handle .xpm files too.
22764 (image-toggle-display): Preserve modification flag.
22765
22766 * help.el (where-is): Don't mention aliases with no key bindings.
22767
22768 2005-03-21 Lute Kamstra <lute@gnu.org>
22769
22770 * generic.el: Fix commentary section. Don't require cl for
22771 compilation.
22772 (generic-mode-list): Add autoload cookie.
22773 (generic-use-find-file-hook, generic-lines-to-scan)
22774 (generic-find-file-regexp, generic-ignore-files-regexp)
22775 (generic-mode, generic-mode-find-file-hook)
22776 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22777 (define-generic-mode): Make it a defmacro. Fix docstring.
22778 (generic-mode-internal): Code cleanup. Add autoload cookie.
22779 (generic-mode-set-comments): Code cleanup.
22780 * generic-x.el: Don't prevent compilation. Don't require generic.
22781 Follow coding conventions. Minor code cleanup.
22782 (etc-fstab-generic-mode): Add some keywords.
22783 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22784 define-generic-mode like a function declaration.
22785
22786 2005-03-21 Jay Belanger <belanger@truman.edu>
22787
22788 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22789 changing modes.
22790
22791 2005-03-21 Sam Steingold <sds@gnu.org>
22792
22793 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22794
22795 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22796
22797 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22798 Add underscore to "f$ lexicals" regexp.
22799
22800 2005-03-20 Juri Linkov <juri@jurta.org>
22801
22802 * subr.el (progress-reporter-do-update): When `min-value' is equal
22803 to `max-value', set `percentage' to 0 and prevent division by zero.
22804
22805 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22806
22807 Sync with Tramp 2.0.48.
22808
22809 * net/tramp.el (all): Change all addresses to .gnu.org.
22810 (tramp-append-tramp-buffers): New defun.
22811 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22812 Catch `dont-send' signal.
22813 (tramp-set-auto-save-file-modes): Set always permissions, because
22814 there might be an old auto-saved file belonging to another
22815 original file. This could be a security threat. Reported by
22816 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22817 Check for Emacs 21.3.50 removed.
22818
22819 * net/tramp-smb.el (all): Remove debug construct for
22820 `with-parsed-tramp-file-name'.
22821 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22822 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22823 No error message if DIRECTORY or FILENAME doesn't exist.
22824 (tramp-smb-open-connection): Check existence of
22825 `tramp-smb-program'.
22826
22827 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22828
22829 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22830 Properly handle the case where the `m' or `s' command's argument is not
22831 yet terminated.
22832 (perl-indent-new-calculate): New function.
22833 (perl-indent-line): Use it.
22834
22835 2005-03-20 Miles Bader <miles@gnu.org>
22836
22837 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22838 in text-mode too. Change to new face names.
22839 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22840 Add `:weight bold' attribute.
22841 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22842
22843 2005-03-19 Juri Linkov <juri@jurta.org>
22844
22845 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22846
22847 * international/mule.el (auto-coding-alist): Sync with
22848 `auto-mode-alist' by adding upper case archive file extensions
22849 and adding ear/war to jar extension.
22850
22851 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22852
22853 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22854 running, restart it.
22855
22856 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22857
22858 * finder.el (finder-current-item): Throw an error on an empty line.
22859
22860 * man.el (Man-follow-manual-reference): If current-word returns
22861 nil, use "".
22862
22863 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22864
22865 * simple.el (goto-line): Doc fix.
22866
22867 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22868
22869 * files.el (save-buffer): Doc fix.
22870
22871 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22872
22873 * recentf.el (recentf-cleanup-remote): New variable.
22874 (recentf-cleanup): Use it to conditionally check availability of
22875 remote files.
22876
22877 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22878
22879 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22880 function names.
22881
22882 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22883
22884 * language/thai-word.el: New file.
22885
22886 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22887
22888 * files.el (backup-buffer): If the file's directory is not
22889 writable, use copy instead of move to backup the file.
22890
22891 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22892
22893 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22894
22895 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22896
22897 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22898 Use functionp instead of symbolp and fboundp. Reported by Drkm
22899 <darkman_spam@yahoo.fr>.
22900 (ps-print-version): New version 6.6.6.
22901
22902 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22903
22904 * textmodes/table.el (table--line-column-position): New idiom.
22905 (table--row-column-insertion-point-p): New function to test
22906 validity of row and column insertion operation at a location.
22907 (table-global-menu, table-cell-menu): Use above functions for
22908 deterministic test operation.
22909 (table--editable-cell-p): Behave in deterministic fashion.
22910
22911 2005-03-18 Juri Linkov <juri@jurta.org>
22912
22913 * isearch.el (isearch-lazy-highlight-new-loop):
22914 Make arguments beg and end optional.
22915 (isearch-update): Remove optional arguments nil from
22916 isearch-lazy-highlight-new-loop.
22917 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22918 isearch-lazy-highlight-case-fold-search instead of
22919 isearch-case-fold-search, and let-bind isearch-regexp to
22920 isearch-lazy-highlight-regexp.
22921 Use isearch-lazy-highlight-last-string instead of isearch-string.
22922
22923 * replace.el (perform-replace): Remove bindings of global
22924 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22925 Add three new arguments to `replace-highlight'.
22926 (replace-highlight): Add arguments string, regexp, case-fold.
22927 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22928 to allow isearch-lazy-highlight-new-loop to use these values
22929 to set corresponding isearch-lazy-highlight-* internal
22930 variables whose values lazy highlighting will use regardless of
22931 changes to global variables isearch-string, isearch-regexp,
22932 isearch-case-fold-search during lazy highlighting loop.
22933 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22934 to `lazy-highlight-cleanup'.
22935
22936 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22937 (ispell-highlight-face): Set default face to `isearch' when
22938 lazy highlighting is enabled.
22939 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22940 priority to 1. Add lazy highlighting.
22941 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22942 from `isearch-dehighlight'.
22943
22944 2005-03-18 David Ponce <david@dponce.com>
22945
22946 * files.el (hack-local-variables): Do a case-insensitive search
22947 for End.
22948
22949 2005-03-18 Juri Linkov <juri@jurta.org>
22950
22951 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22952 `isearch-lazy-highlight-cleanup', add alias to old name and
22953 declare obsolete. Add release numbers to other obsolete vars.
22954 (isearch-done, isearch-lazy-highlight-new-loop):
22955 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22956 (lazy-highlight-cleanup) <variable>: Doc fix.
22957 (isearch-lazy-highlight-update): Rename obsolete
22958 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22959
22960 2005-03-18 Kenichi Handa <handa@m17n.org>
22961
22962 * language/thai-util.el: Fix categorization of Thai characters in
22963 thai-category-table.
22964 (thai-composition-pattern): Adjust it for the above change.
22965 (thai-self-insert-command, thai-compose-syllable): New functions.
22966 (thai-compose-region): Use thai-compose-syllable.
22967 (thai-compose-string): Likewise.
22968 (thai-composition-function): Likewise.
22969 (thai-auto-composition): New function.
22970 (thai-auto-composition-mode): New minor mode.
22971
22972 * language/thai.el: Fix patterns to be registered in
22973 composition-function-table.
22974
22975 * international/quail.el (quail-input-method): Locally bind
22976 inhibit-modification-hooks to t.
22977
22978 2005-03-17 Richard M. Stallman <rms@gnu.org>
22979
22980 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22981 (perl-mode): Use run-mode-hooks.
22982
22983 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22984 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22985 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22986
22987 * mail/sendmail.el (sendmail-send-it): Reenable the code
22988 to compute resend-to-address and use it.
22989
22990 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22991
22992 * image-mode.el: New file.
22993
22994 * image.el (insert-sliced-image): Add autoload cookie.
22995
22996 * font-lock.el (font-lock-lines-before): New user option.
22997 (font-lock-after-change-function): Obey it.
22998
22999 * bindings.el (esc-map): Make M-g a prefix.
23000 Bind M-g g and M-g M-g to goto-line.
23001
23002 * faces.el (face-id): Doc fix.
23003
23004 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23005
23006 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23007 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23008 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23009
23010 * mail/sendmail.el (mail-yank-ignored-headers)
23011 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23012 Add Mail-Followup-To and Mail-Reply-To headers.
23013 (mail-citation-hook): Add autoload cookie.
23014 (mail-mode): Doc fix.
23015 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23016 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23017 (mail-mode-fill-paragraph): Handle those headers.
23018 (mail-mailing-lists): New variable.
23019 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23020
23021 2005-03-17 Juri Linkov <juri@jurta.org>
23022
23023 * isearch.el (isearch-fallback): Check for `(car previous)'
23024 before calling `isearch-other-end-state'.
23025
23026 2005-03-17 Kim F. Storm <storm@cua.dk>
23027
23028 * simple.el (move-beginning-of-line): Move to beginning of buffer
23029 line, as well as beginning of screen line.
23030
23031 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23032
23033 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23034 argument REDRAW rather than calendar-redrawing variable.
23035 * calendar/calendar.el (calendar-redrawing): Delete.
23036 (redraw-calendar): Do not bind calendar-redrawing.
23037
23038 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23039
23040 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23041 diary-file buffer.
23042
23043 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23044
23045 * help.el (describe-mode): Allow a :minor-mode-function property to
23046 specify a different minor mode toggle function than the variable.
23047 * simple.el (auto-fill-function):
23048 * subr.el (add-minor-mode): Use it.
23049
23050 2005-03-16 Kenichi Handa <handa@m17n.org>
23051
23052 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23053 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23054 (ethio-fidel-to-sera-buffer): Likewise.
23055
23056 2005-03-16 Juri Linkov <juri@jurta.org>
23057
23058 * emacs-lisp/find-func.el (find-function-regexp):
23059 Add defun-emitting macro `menu-bar-make-toggle'.
23060
23061 * isearch.el: Put `isearch-scroll' property to
23062 `split-window-horizontally'.
23063
23064 * info.el: Update error messages for `debug-ignored-errors'.
23065 (Info-isearch-search): Doc fix.
23066 (Info-find-node): Move up code to go into info buffer before
23067 recording the node to the history.
23068 (Info-fontify-node): Fontify titles only if the next line
23069 has two or more `*', `=', `-', `.'.
23070 Display "go to this node" for empty (match-string 3).
23071
23072 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23073
23074 * term/mac-win.el: Add mouse pointer shape constants.
23075
23076 2005-03-15 Kim F. Storm <storm@cua.dk>
23077
23078 * simple.el (move-beginning-of-line): Use vertical-motion.
23079
23080 2005-03-15 Juri Linkov <juri@jurta.org>
23081
23082 * isearch.el (isearch-error): New variable.
23083 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23084 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23085 (isearch-within-brackets-state): Remove.
23086 (isearch-case-fold-search-state, isearch-pop-fun-state):
23087 Decrease frame index.
23088 (isearch-mode, isearch-top-state, isearch-push-state)
23089 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23090 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23091 (isearch-search, isearch-lazy-highlight-new-loop):
23092 Replace `isearch-invalid-regexp' with `isearch-error'.
23093 Remove `isearch-within-brackets'.
23094 (isearch-search): Add `search-failed' handler to `condition-case'.
23095 (isearch-lazy-highlight-search): Add `condition-case' to catch
23096 errors and allow `isearch-lazy-highlight-update' to try
23097 highlighting from the beginning of the window.
23098 (isearch-repeat): Move up code to set isearch-wrapped to t
23099 before calling isearch-wrap-function.
23100
23101 * info.el (Info-isearch-initial-node): New internal variable.
23102 (Info-search): Signal an error in isearch mode when search leaves
23103 the initial node. Signal an error when `bound' is non-nil and
23104 nothing was found in the current subfile.
23105 (Info-isearch-search): Remove `condition-case'.
23106 (Info-isearch-wrap): Don't wrap when search failed during leaving
23107 the initial node. If `Info-isearch-search' is nil, wrap around
23108 the current node.
23109 (Info-isearch-start): New fun.
23110 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23111 `isearch-mode-hook'.
23112
23113 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23114
23115 * simple.el (normal-erase-is-backspace): Set default to t if
23116 running on Mac.
23117
23118 * term/mac-win.el (function-key-map): Sync with x-win.el.
23119
23120 2005-03-15 Kenichi Handa <handa@m17n.org>
23121
23122 * international/mule-cmds.el (locale-language-names): Modify the
23123 format of elements and add more entries.
23124 (locale-preferred-coding-systems): Add more entries.
23125 (set-locale-environment): Adjust for the change of
23126 locale-language-names.
23127
23128 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23129
23130 * pcvs.el (smerge-ediff): Remove bogus autoload.
23131
23132 2005-03-14 Lute Kamstra <lute@gnu.org>
23133
23134 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23135 Ignore a `*' at the beginning of a line.
23136
23137 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23138 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23139 subr.el.
23140 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23141 to specify indentation.
23142
23143 * generic.el (define-generic-mode): Let generic-mode-list be a
23144 list of strings; test membership with equal.
23145
23146 2005-03-14 Kim F. Storm <storm@cua.dk>
23147
23148 * simple.el (next-line, previous-line): Add optional try-vscroll
23149 arg to recognize interactive use. Pass it on to line-move.
23150 (line-move): Don't perform auto-window-vscroll when defining or
23151 executing keyboard macro to ensure consistent behavior.
23152
23153 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23154
23155 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23156
23157 2005-03-13 Lute Kamstra <lute@gnu.org>
23158
23159 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23160 debugger-setup-buffer so that backtrace marks the frames set to
23161 debug-on-exit and we don't have to do it manually. Set an extra
23162 debug-on-exit for macro's.
23163 (debugger-setup-buffer): Don't mark the top frame manually.
23164
23165 2005-03-12 Lute Kamstra <lute@gnu.org>
23166
23167 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23168 lisp-indent-function throughout.
23169 (with-no-warnings): Set lisp-indent-function property.
23170
23171 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23172
23173 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23174 Add entry for backslash.
23175
23176 2005-03-12 Juri Linkov <juri@jurta.org>
23177
23178 * info.el (Info-search): Four fixes for backward search.
23179
23180 2005-03-11 Jay Belanger <belanger@truman.edu>
23181
23182 * calc/calc.el (calc-language-alist): New variable.
23183 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23184 (calc-embedded-find-modes): Use calc-language-alist instead of
23185 calc-embedded-language-alist.
23186
23187 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23188
23189 * calendar/calendar.el (calendar-redrawing): New internal
23190 variable.
23191 (redraw-calendar): Remove bogus save-excursion from previous
23192 change. Bind calendar-redrawing to t for mark-diary-entries.
23193 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23194 calendar if that is why we were called.
23195
23196 2005-03-11 Kenichi Handa <handa@m17n.org>
23197
23198 * international/mule.el (make-coding-system): Set property
23199 coding-system-define-form to nil.
23200 (define-coding-system-alias): Likewise.
23201
23202 2005-03-11 Kenichi Handa <handa@m17n.org>
23203
23204 These changes are suggested by Dave Love <fx@gnu.org>.
23205
23206 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23207 coding: tag.
23208 (adaptive-fill-regexp): Add more bullets.
23209 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23210 regexps.
23211
23212 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23213
23214 * help.el (describe-mode): Properly handle non-trivial lighters.
23215 Don't ignore minor modes that are not listed in minor-mode-list.
23216
23217 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23218 feature ON when the user requests to turn it OFF.
23219
23220 2005-03-10 Lute Kamstra <lute@gnu.org>
23221
23222 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23223 (implement-debug-on-entry): New function to replace debug-entry-code.
23224 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23225 second argument as the 2005-03-07 change makes it obsolete.
23226 (debug-on-entry, cancel-debug-on-entry): Update call to
23227 debug-on-entry-1.
23228 (debug, debugger-setup-buffer): Comment update.
23229 (debugger-frame-number): Update to work with implement-debug-on-entry.
23230
23231 2005-03-10 Jay Belanger <belanger@truman.edu>
23232
23233 * calc/calc-embed.el (math-ms-args): Declare it.
23234 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23235 math-ms-args.
23236 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23237 variables.
23238
23239 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23240
23241 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23242 Use message-box.
23243
23244 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23245 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23246 (tooltip-gud-tips): Simplify.
23247 (tooltip-gud-tips-p): Remove superfluous :set.
23248 (tooltip-gud-modes): Add fortran-mode.
23249 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23250
23251 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23252
23253 2005-03-09 Kim F. Storm <storm@cua.dk>
23254
23255 * play/animate.el (animate-place-char): Use forward-line instead
23256 of next-line to improve performance.
23257
23258 2005-03-09 Simon Josefsson <jas@extundo.com>
23259
23260 * net/browse-url.el (browse-url-default-browser): Doc fix.
23261
23262 2005-03-09 Miles Bader <miles@gnu.org>
23263
23264 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23265 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23266
23267 2005-03-09 Kenichi Handa <handa@m17n.org>
23268
23269 * international/latin-1.el: Set case and syntax for 255 only if
23270 set-case-syntax-set-multibyte is nil.
23271
23272 * textmodes/ispell.el (ispell-insert-word): New function.
23273 (ispell-word): Use ispell-insert-word to insert a new word.
23274 (ispell-process-line): Likewise.
23275 (ispell-complete-word): Likewise.
23276
23277 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23278
23279 * calendar/calendar.el (redraw-calendar): Preserve point.
23280 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23281 (calendar-week-start-day): Move after definition of
23282 redraw-calendar. Delete buffer test, since redraw-calendar has
23283 that now.
23284
23285 * calendar/diary-lib.el (mark-diary-entries): Only call
23286 redraw-calendar in the first of any recursive calls.
23287 Reported by Alan Shutko <ats@acm.org>.
23288
23289 2005-03-08 Juri Linkov <juri@jurta.org>
23290
23291 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23292 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23293 (html-radio-buttons): Add a space before the trailing `/>' where
23294 sgml-xml-mode is non-nil.
23295 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23296 the subsequent tag of the empty XML tag.
23297 (html-href-anchor): Don't set initial input to "http:".
23298 (html-image): Ask for the image URL and set point inside alt="".
23299 (html-name-anchor): Duplicate the name in the `id' attribute when
23300 sgml-xml-mode is non-nil.
23301 (html-paragraph): Remove \n before <p>.
23302 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23303 instead of `checked' when sgml-xml-mode is non-nil.
23304
23305 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23306 Remove 1 space before #RRGGBB to not truncate it on terminal
23307 windows w/o fringes. Remove 1 space between bg and fg examples
23308 to get more space.
23309 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23310 avoid byte-compile warnings.
23311
23312 * image-file.el (image-file-handler): Put `safe-magic' property to
23313 `image-file-handler'.
23314
23315 * info.el (Info-isearch-search): Emulate word search in
23316 isearching through multiple Info nodes with Info-search.
23317 (Info-isearch-wrap): Allow isearch-word.
23318
23319 2005-03-08 Lute Kamstra <lute@gnu.org>
23320
23321 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23322 stepping into the debugger's code is not possible.
23323 (debugger-jumping-flag): Docstring update.
23324
23325 2005-03-08 Jay Belanger <belanger@truman.edu>
23326
23327 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23328 embedded mode begins.
23329 (calc-embedded-language-alist): New variable.
23330 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23331 set default language mode.
23332
23333 2005-03-08 Kenichi Handa <handa@m17n.org>
23334
23335 * international/ccl.el (define-ccl-program): Fix docstring about
23336 extra 256 bytes assured for the output buffer.
23337
23338 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23339 Fix BUFFER_MAGNIFICATION to 2.
23340 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23341
23342 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23343
23344 * align.el (align-rules-list): Added an alignment rule for CSS
23345 declarations (applies to css-mode and html-mode buffers).
23346
23347 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23348
23349 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23350
23351 2005-03-07 Kim F. Storm <storm@cua.dk>
23352
23353 * simple.el (move-beginning-of-line): New command.
23354
23355 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23356
23357 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23358
23359 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23360 and move-beginning-of-line.
23361
23362 * apropos.el (apropos-print): Omit command from M-x ... RET.
23363
23364 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23365
23366 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23367 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23368
23369 2005-03-06 Richard M. Stallman <rms@gnu.org>
23370
23371 * bindings.el (esc-map): Bind M-g to goto-line.
23372
23373 * facemenu.el (global-map): Bind M-o, not M-g.
23374
23375 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23376
23377 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23378 "Open Directory" as for "Open File".
23379
23380 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23381
23382 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23383 (push-mark-command): Run activate-mark-hook.
23384
23385 2005-03-06 Richard M. Stallman <rms@gnu.org>
23386
23387 * help-mode.el (help-mode-finish): Don't alter the element
23388 in view-return-to-alist if there already is one.
23389
23390 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23391 make sure the current buffer is the expected one.
23392
23393 * novice.el (disabled-command-function): Output in *Disabled Command*.
23394 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23395
23396 * textmodes/flyspell.el (flyspell-large-region):
23397 Pass args differently for aspell.
23398
23399 * files.el (mode-require-final-newline): Doc fix.
23400
23401 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23402
23403 * progmodes/which-func.el (which-function):
23404 Specify NOERROR when calling imenu--make-index-alist.
23405
23406 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23407
23408 * simple.el (normal-erase-is-backspace): Define default value.
23409
23410 * custom.el (custom-theme-set-variables): Remove unused var
23411 `immediate'.
23412 (custom-reevaluate-setting): Simple function to handle variables
23413 that are defined before their default value can really be
23414 computed.
23415
23416 * startup.el (command-line): Use it for temporary-file-directory,
23417 small-emporary-file-directory, auto-save-file-name-transforms,
23418 blink-cursor-mode, and normal-erase-is-backspace.
23419
23420 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23421 progress, even with buggy anchored keywords.
23422
23423 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23424
23425 * simple.el (goto-line): Remove unbalanced final parenthesis.
23426
23427 2005-03-05 Richard M. Stallman <rms@gnu.org>
23428
23429 * simple.el (goto-line): Use a number at point as the default.
23430 With C-u as arg, switch buffers.
23431
23432 2005-03-05 Juri Linkov <juri@jurta.org>
23433
23434 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23435 with `no-blinking-cursor'.
23436
23437 * startup.el (no-blinking-cursor): New defvar.
23438 (command-line): Add `--no-blinking-cursor' to longopts.
23439 Set `no-blinking-cursor' to t for command line arguments
23440 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23441 with `no-blinking-cursor' in the condition for calling
23442 `blink-cursor-mode'.
23443
23444 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23445
23446 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23447 (menu-bar-options-save): Add blink-cursor-mode.
23448 (menu-bar-options-menu): Add blink-cursor-mode.
23449
23450 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23451
23452 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23453 (icalendar-export-file, icalendar-export-region)
23454 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23455 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23456
23457 2005-03-04 Lute Kamstra <lute@gnu.org>
23458
23459 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23460 (debug-function-list): Ditto.
23461
23462 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23463
23464 * textmodes/texinfmt.el (texinfo-append-refill):
23465 Redefine the types of line to which @refill
23466 is not appended by replacing a search for `@refill\\|@bye' with
23467 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23468 itemize@refill' bug and the unfilled long lines bug.
23469 (texinfmt-version): Update number and date.
23470
23471 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23472
23473 * international/code-pages.el (windows-1250, windows-125[2-8])
23474 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23475
23476 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23477
23478 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23479 bound yet.
23480
23481 2005-03-02 Romain Francoise <romain@orebokech.com>
23482
23483 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23484 buffer after removing limits.
23485 (ibuffer-pop-filter): Ditto.
23486 Update copyright.
23487
23488 2005-03-02 Miles Bader <miles@gnu.org>
23489
23490 * button.el (make-text-button): If the user doesn't specify a
23491 type, use the default. Rewrite to use `add-text-properties' and
23492 plist functions.
23493
23494 2005-03-01 Lute Kamstra <lute@gnu.org>
23495
23496 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23497 (debugger-jumping-flag): New var.
23498 (debug-entry-code): Use it.
23499 (debugger-jump): Use debugger-jumping-flag and add
23500 debugger-reenable to post-command-hook.
23501 (debugger-reenable): Use debugger-jumping-flag and remove itself
23502 from post-command-hook.
23503 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23504 debugger-reenable.
23505
23506 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23507
23508 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23509 inclusion of "itemize\\|", which may be unnecessary, is certainly
23510 inelegant, and stops refilling in itemize lists when formatting
23511 Japanese Texinfo files to Info.
23512 Update copyright to 2005.
23513
23514 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23515
23516 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23517 of an error if GDB can't find the source file.
23518
23519 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23520
23521 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23522 not just the calendar.
23523
23524 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23525 first.
23526 (diary-redraw-calendar): New function.
23527 (make-diary-entry): Add diary-redraw-calendar to local
23528 write-contents-functions. Turn off selective display before
23529 inserting in diary.
23530
23531 2005-03-01 Kim F. Storm <storm@cua.dk>
23532
23533 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23534
23535 2005-03-01 Lute Kamstra <lute@gnu.org>
23536
23537 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23538 that debug-entry-code can be safely removed from a function while
23539 this code is being evaluated. Revert the 2005-02-27 change as the
23540 new implementation no longer requires it. Make sure that a
23541 function body containing just a string is not mistaken for a docstring.
23542 (debug): Skip one more frame in case of debug on entry.
23543 (debugger-setup-buffer): Delete one more frame line in case of
23544 debug on entry.
23545 (debugger-frame-number): Update to use the new text introduced by
23546 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23547
23548 2005-02-28 Kim F. Storm <storm@cua.dk>
23549
23550 * double.el (double-translate-key): Call force-window-update after
23551 read-event to avoid crash in redisplay.
23552
23553 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23554
23555 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23556 (debug): Use it. Move the inhibit-trace earlier.
23557 (debug-entry-code): New const.
23558 (debug-on-entry-1): Use it.
23559
23560 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23561
23562 * international/utf-16.el (ccl-encode-mule-utf-16le):
23563 Fix BUFFER_MAGNIFICATION to 2.
23564 (ccl-encode-mule-utf-16be): Likewise.
23565
23566 2005-02-28 Kenichi Handa <handa@m17n.org>
23567
23568 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23569 Fix BUFFER_MAGNIFICATION to 4.
23570 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23571
23572 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23573
23574 * speedbar.el (speedbar-update-flag): Doc fix.
23575 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23576 argument.
23577
23578 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23579
23580 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23581 have a non-nil `invisible' property but are actually visible.
23582
23583 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23584 for perldoc sections.
23585 (perl-outline-regexp, perl-outline-level): New var and function.
23586 (perl-mode): Use them.
23587
23588 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23589
23590 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23591 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23592
23593 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23594
23595 * cus-edit.el: Comment change.
23596 (custom-buffer-create-internal): Slightly reword text at top of
23597 Custom buffers. Mention there that saving an option edits the
23598 init file. Add link to Emacs manual node on `custom-file'.
23599 (custom-magic-alist): Rewrite individual State messages to use
23600 capitalized keywords. Doc fix.
23601
23602 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23603
23604 * calendar/calendar.el (calendar-buffer): Move above
23605 calendar-week-start-day.
23606 (calendar-week-start-day): Doc fix. Add :set function.
23607 (calendar-minimum-window-height): New variable.
23608 (generate-calendar-window): Only resize window if selected-window
23609 is displaying the calendar buffer. Use new variable
23610 calendar-minimum-window-height.
23611 (generate-calendar): Reword error message.
23612 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23613
23614 2005-02-27 Andreas Schwab <schwab@suse.de>
23615
23616 * vc.el (vc-do-command): Don't run command asynchronously when
23617 operating in a remote directory.
23618
23619 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23620 change from sync with Tramp 2.0.47.
23621
23622 2005-02-27 Richard M. Stallman <rms@gnu.org>
23623
23624 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23625
23626 * textmodes/flyspell.el (flyspell-mode-on):
23627 Call ispell-change-dictionary only if necessary.
23628
23629 * emacs-lisp/re-builder.el (regexp-builder): New function.
23630
23631 * register.el (describe-register-1): Explicitly handle
23632 yank-excluded-properties = t.
23633
23634 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23635 (custom-magic-alist): Change the status descriptions again.
23636 (face widget-type): Total rewrite based on `restricted-sexp'
23637 to eliminate the confusing double hiding levels.
23638
23639 * emacs-lisp/debug.el (debug-on-entry-1):
23640 If function body is empty, add nil as body form.
23641
23642 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23643
23644 * emacs-lisp/trace.el (inhibit-trace): New var.
23645 (trace-make-advice): Use it.
23646
23647 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23648
23649 2005-02-26 Kim F. Storm <storm@cua.dk>
23650
23651 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23652 (mouse-on-link-p, mouse-drag-region-1): Use it.
23653
23654 2005-02-25 Lute Kamstra <lute@gnu.org>
23655
23656 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23657
23658 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23659
23660 * frame.el (blink-cursor-mode): Add :group keyword.
23661
23662 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23663
23664 * calendar/icalendar.el (icalendar--decode-isodatetime):
23665 New optional argument DAY-SHIFT.
23666 (icalendar-export-region): Fix coding-system-for-write.
23667 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23668 events by one.
23669
23670 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23671
23672 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23673
23674 2005-02-24 Kim F. Storm <storm@cua.dk>
23675
23676 * international/iso-acc.el (iso-accents-compose): Fix crash
23677 during redisplay. Call force-window-update after read-event
23678 and delete-region to signal that window is not accurate.
23679
23680 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23681
23682 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23683 Remove unused and inexistent var `inhibit-trace'.
23684 (debugger-mode): Use run-mode-hooks.
23685 (debugger-list-functions): Add buttons; setup xref stack.
23686
23687 2005-02-23 Richard M. Stallman <rms@gnu.org>
23688
23689 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23690 appointment says it was explicitly made.
23691 (appt-add): Set the 3rd element.
23692 (appt-make-list): Preserve explicit appointments.
23693
23694 * subr.el (find-tag-default): Catch errors in forward-sexp.
23695
23696 2005-02-23 Juri Linkov <juri@jurta.org>
23697
23698 * info.el (Info-isearch-search): New defcustom.
23699 (Info-isearch-search): Call the default isearch function
23700 when Info-isearch-search is nil.
23701 (Info-isearch-wrap): Use variable Info-isearch-search.
23702
23703 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23704
23705 * cus-edit.el: Comment change.
23706
23707 2005-02-22 Kim F. Storm <storm@cua.dk>
23708
23709 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23710 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23711
23712 2005-02-22 Simon Josefsson <jas@extundo.com>
23713
23714 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23715 New variable.
23716 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23717 Oskarsson" <myrkraverk@users.sourceforget.net>.
23718
23719 2005-02-22 Kim F. Storm <storm@cua.dk>
23720
23721 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23722 check that window of that event is the selected window.
23723 (mouse-drag-region-1): Compare mouse event window to selected
23724 window before setting point.
23725
23726 * tooltip.el (tooltip-show-help-function): Pass event to
23727 mouse-on-link-p so it can check selected window.
23728
23729 2005-02-22 Kenichi Handa <handa@m17n.org>
23730
23731 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23732 (ps-mule-show-warning): New function.
23733 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23734 characters are found.
23735
23736 * ps-print.el (ps-header-footer-string): Return a list of header
23737 and footer strings.
23738
23739 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23740
23741 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23742
23743 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23744
23745 * frame.el (blink-cursor-mode): Use define-minor-mode.
23746
23747 * term/mac-win.el (function-key-map): Use char-names more consistently.
23748 (file-name-coding-system): Only set it for MacOS-9. The other case is
23749 already handled in mule-cmds.el (where it also works when mac-win.el
23750 is not used).
23751
23752 2005-02-21 Kenichi Handa <handa@m17n.org>
23753
23754 * international/mule.el (ctext-pre-write-conversion): Always use
23755 " *code-converting-work*" buffer for work.
23756
23757 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23758
23759 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23760
23761 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23762
23763 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23764
23765 * ses.el (undo-more): Restore defadvice, but only the part that
23766 allows changes outside the restricted area of the buffer.
23767
23768 2005-02-20 Kim F. Storm <storm@cua.dk>
23769
23770 * simple.el (line-move): Add fourth optional arg try-vscroll which
23771 must be set to perform auto-window-vscroll.
23772 When moving backwards and doing auto-window-vscroll, automatically
23773 vscroll to the last part of lines which are taller than the window.
23774 (next-line, previous-line): Set try-vscroll arg on line-move.
23775
23776 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23777
23778 * replace.el (query-replace, query-replace-regexp)
23779 (replace-string, replace-regexp): When operating on region, make
23780 the minibuffer prompt say so.
23781
23782 * isearch.el (isearch-forward): Document isearch-query-replace and
23783 isearch-query-replace-regexp keybindings.
23784
23785 2005-02-19 Jay Belanger <belanger@truman.edu>
23786
23787 * calc/calc-aent.el (math-read-token): Add local variable.
23788
23789 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23790 (calc-edit-top): Move declaration to earlier in file.
23791 (calc-edit-macro-repeats): Add local variables.
23792
23793 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23794 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23795 calcFunc-tanh.
23796 Adjust integration rule for calcFunc-tan.
23797
23798 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23799
23800 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23801 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23802 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23803 (viper-skip-separators): Bug fix.
23804 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23805 particular major mode.
23806 (viper-del-backward-char-in-replace): Don't put deleted char on the
23807 kill ring.
23808
23809 * viper-ex.el (viper-color-display-p): New function.
23810 (viper-has-face-support-p): Use viper-color-display-p.
23811
23812 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23813
23814 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23815
23816 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23817 (viper-file-remote-p): Make equivalent to file-remote-p.
23818
23819 * viper.el (viper-major-mode-modifier-list):
23820 Use viper-gnus-modifier-map.
23821
23822 2005-02-19 David Kastrup <dak@gnu.org>
23823
23824 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23825 quoting.
23826
23827 2005-02-19 Jay Belanger <belanger@truman.edu>
23828
23829 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23830 Remove extra definitions.
23831 (calc-coth): New function.
23832 (calcFunc-cot): Fix `let'.
23833
23834 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23835
23836 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23837 the reasons we use "type pc" in these faces.
23838
23839 * button.el (button): Ditto.
23840
23841 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23842
23843 * replace.el (query-replace-read-from): Set the value of
23844 query-replace-from-history-variable to handle the case of an empty
23845 string entered to accept the suggested default.
23846
23847 * net/tramp.el (tramp-file-name-for-operation):
23848 Use dired-call-process instead of dired-call-process-command.
23849
23850 2005-02-19 Jay Belanger <belanger@truman.edu>
23851
23852 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23853 (math-div-non-trig): New variables.
23854 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23855 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23856 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23857 trig expressions.
23858
23859 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23860
23861 * progmodes/gdb-ui.el (gdb-var-update-handler)
23862 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23863 for watch expressions,
23864 (gdb-var-create-handler): Don't set speedbar-update-flag.
23865 (gdb-post-prompt): Simplify test for speedbar.
23866
23867 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23868
23869 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23870 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23871 we use the syntax table of the correct buffer.
23872 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23873 Felix Gatzemeier.
23874
23875 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23876 (ediff-file-remote-p): Make synonymous with file-remote-p.
23877 In all deffaces ediff-*-face-*, use min-colors.
23878
23879 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23880 ediff-recurse-to-subdirectories.
23881 (ediff-mark-if-equal): Check that the arguments are strings, use
23882 ediff-same-contents (after to Felix Gatzemeier).
23883
23884 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23885 nil.
23886
23887 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23888
23889 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23890
23891 2005-02-18 David Kastrup <dak@gnu.org>
23892
23893 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23894 use `mark-active' when defined.
23895
23896 2005-02-18 Kenichi Handa <handa@m17n.org>
23897
23898 * ps-print.el (ps-font-info-database): New entry
23899 ZapfChancery-MediumItalic with correct font name. Fix font name
23900 of the entry Zapf-Chancery-MediumItalic.
23901
23902 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23903
23904 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23905
23906 2005-02-16 Kim F. Storm <storm@cua.dk>
23907
23908 * ido.el (ido-fallback-command): Pass user input to fallback command.
23909
23910 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23911
23912 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23913 (gdb-find-file-hook): Add server prefix.
23914
23915 2005-02-16 Richard M. Stallman <rms@gnu.org>
23916
23917 * replace.el (perform-replace): Pass new args to replace-highlight.
23918 (replace-highlight): Take region args,
23919 and pass them to isearch-lazy-highlight-new-loop.
23920
23921 * novice.el (disabled-command-hook): Autoload the defalias
23922 and the make-obsolete-variable call.
23923
23924 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23925
23926 * isearch.el (isearch-lazy-highlight-start-limit)
23927 (isearch-lazy-highlight-end-limit): New variables limit
23928 the region for highlighting.
23929 (isearch-lazy-highlight-new-loop): New args BEG and END.
23930 (isearch-lazy-highlight-search): Use the new vars.
23931 (isearch-lazy-highlight-update): Likewise.
23932
23933 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23934
23935 * cus-start.el (all): Use default-boundp.
23936
23937 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23938
23939 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23940
23941 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23942
23943 * autorevert.el (auto-revert-stop-on-user-input)
23944 (auto-revert-verbose): Doc fixes.
23945
23946 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23947
23948 * international/mule-cmds.el (set-locale-environment): Remove call
23949 to set-selection-coding-system on Windows.
23950
23951 2005-02-15 Jay Belanger <belanger@truman.edu>
23952
23953 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23954 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23955 calcFunc-coth.
23956 (math-simplify-sqrt): Add simplifications.
23957
23958 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23959 to list.
23960
23961 * calc/calc-ext.el: Add functions to autoloads.
23962
23963 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23964 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23965 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23966 (math-csc-raw, math-cot-raw): New functions.
23967
23968 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23969
23970 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23971 the variable name in a message.
23972
23973 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23974 calcFunc-csc, calcFunc-cot.
23975
23976 * calc/calcalg2.el: Add derivative and integration rules for
23977 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23978 calcFunc-csch, calcFunc-coth.
23979 (math-do-integral-methods): Add to checks for when to use
23980 substitutions.
23981
23982 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23983
23984 2005-02-15 Lute Kamstra <lute@gnu.org>
23985
23986 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23987 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23988 <monnier@iro.umontreal.ca>
23989 (lisp-outline-level): Improve efficiency. Suggested by David
23990 Kastrup <dak@gnu.org>.
23991
23992 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23993
23994 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23995 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23996 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23997 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23998 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23999
24000 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24001
24002 * cus-start.el (all): Comment change.
24003
24004 2005-02-14 Lute Kamstra <lute@gnu.org>
24005
24006 * cus-start.el (all): Check if symbol is void.
24007
24008 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24009
24010 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24011 optional argument to \cite.
24012
24013 2005-02-14 Richard M. Stallman <rms@gnu.org>
24014
24015 * cus-edit.el (custom-buffer-create-internal): Update help message.
24016 (custom-magic-alist): Update help messages.
24017
24018 * cus-start.el (all): Allow a var to specify a standard value.
24019
24020 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24021
24022 * custom.el (custom-theme-set-variables): Handle variable aliases.
24023
24024 * frame.el (blink-cursor-timer): Doc fix.
24025 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24026 declare obsolete.
24027 (blink-cursor-mode): Define with defcustom and use correct
24028 standard expression in that defcustom.
24029 * startup.el (command-line): Adapt to above changes in frame.el.
24030
24031 2005-02-11 Lute Kamstra <lute@gnu.org>
24032
24033 * apropos.el (apropos-score-doc): Prevent division by zero.
24034
24035 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24036
24037 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24038 (icalendar--get-event-property-attributes)
24039 (icalendar--get-event-properties)
24040 (icalendar--datetime-to-diary-date): New functions.
24041 (icalendar--split-value): Doc fix.
24042 (icalendar--datetime-to-noneuropean-date)
24043 (icalendar--datetime-to-european-date): New optional argument
24044 SEPARATOR. Return result as a string instead of a list.
24045 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24046 (icalendar--convert-string-for-export): Rename arg S to STRING.
24047 (icalendar-export-region): Doc fix. Change name of error buffer.
24048 Save output buffer.
24049 (icalendar-import-file): Add blank at end of prompt.
24050 (icalendar-import-buffer): Doc fix. Do not switch to error
24051 buffer. Indicate status in return value.
24052 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24053 buffer. Save output buffer. Handle exception from recurrence
24054 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24055 events. Fix problems with weekly all-day events.
24056
24057 2005-02-10 Richard M. Stallman <rms@gnu.org>
24058
24059 * simple.el (eval-expression-print-format):
24060 Avoid warning about edebug-active.
24061
24062 * help.el (help-for-help-internal): Rename from help-for-help.
24063 (help-for-help): Define with defalias.
24064
24065 * font-core.el (font-lock-default-function): Use with-no-warnings.
24066
24067 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24068
24069 * custom.el (defface): Doc fix.
24070
24071 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24072
24073 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24074 width 0" to prevent word wrapping problems.
24075
24076 2005-02-09 Kim F. Storm <storm@cua.dk>
24077
24078 * ido.el (ido-file-extensions-order): New defcustom.
24079 (ido-file-extension-lessp, ido-file-extension-aux)
24080 (ido-file-extension-order): New advanced file ordering.
24081 (ido-file-lessp): New simple file ordering.
24082 (ido-sort-list): Remove.
24083 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24084 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24085
24086 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24087
24088 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24089 that some versions of grep produce.
24090 (grep-mode-font-lock-keywords): Likewise.
24091
24092 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24093
24094 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24095 (gdb-cdir): Delete.
24096 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24097 (gdb-source-info): Treat case when source file is in another
24098 directory properly.
24099 (gdb-get-location): New function.
24100
24101 2005-02-07 Jay Belanger <belanger@truman.edu>
24102
24103 * calc/calc-prog.el (calc-write-parse-table-part)
24104 (calc-fix-token-name): Fix a check for language type.
24105
24106 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24107
24108 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24109
24110 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24111 as directory not writable.
24112
24113 2005-02-07 Kim F. Storm <storm@cua.dk>
24114
24115 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24116 (cua--standard-movement-commands): Remove list.
24117 Instead, set CUA property value to move for movement commands.
24118 (cua-movement-commands): Remove. Users must set CUA prop instead.
24119 (cua--pre-command-handler): Check CUA property.
24120 (cua--init-keymaps): Don't remap undo commands.
24121 (cua-mode): Don't call cua--rectangle-on-off.
24122
24123 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24124 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24125 (cua--rect-undo-set-point): New var.
24126 (cua--rectangle-undo-boundary): Setup undo apply entry.
24127 (cua--rect-undo-handler): New function for rectangle undo.
24128 (cua--rect-start-position, cua--rect-end-position): Add.
24129 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24130 for restored rectangle. Set point if cua--rect-undo-set-point.
24131
24132 2005-02-06 Jay Belanger <belanger@truman.edu>
24133
24134 * calc/calc-lang.el (calc-tex-language): Display more information
24135 in messages.
24136
24137 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24138 in TeX mode.
24139
24140 2005-02-06 Richard M. Stallman <rms@gnu.org>
24141
24142 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24143
24144 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24145
24146 * net/ldap.el (ldap-search-internal): Support attributes with
24147 optional descriptions separated by a semi-colon, as in
24148 "userCertificate;binary".
24149
24150 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24151
24152 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24153 isn't a cons (i.e. the version is 0).
24154
24155 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24156
24157 * help.el (help-for-help): Doc fix.
24158
24159 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24160
24161 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24162 GDB-Windows on the menu-bar as this works better.
24163
24164 2005-02-04 Jay Belanger <belanger@truman.edu>
24165
24166 * calc/calc-embed.el (calc-embedded-update): Don't put in
24167 unnecessary newlines. Adjust the end of formula marker.
24168
24169 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24170 (math-latex-parse-two-args): New function.
24171
24172 2005-02-03 Lute Kamstra <lute@gnu.org>
24173
24174 * help-fns.el (help-with-tutorial): Make sure that users cannot
24175 remove the entire text of the tutorial by means of `undo'.
24176
24177 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24178
24179 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24180 in recent changes, where the ispell process was repeatedly
24181 killed & restarted.
24182
24183 * international/mule-cmds.el (set-locale-environment): Set file-name
24184 coding system to utf-8 on Darwin systems.
24185 (set-default-coding-systems): Don't set default-file-name-coding-system
24186 on Darwin systems.
24187
24188 2005-02-03 Richard M. Stallman <rms@gnu.org>
24189
24190 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24191
24192 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24193
24194 * faces.el (list-faces-display): Add optional argument.
24195
24196 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24197
24198 * font-core.el (font-lock-default-function): Handle the rare case where
24199 only font-lock-keywords is set.
24200
24201 2005-02-02 Kenichi Handa <handa@m17n.org>
24202
24203 * international/characters.el: Cancel previous change for
24204 I-WITH-DOT-ABOVE and DOTLESS-i.
24205
24206 * international/latin-5.el: Cancel previous change.
24207
24208 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24209
24210 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24211
24212 2005-02-02 Kenichi Handa <handa@m17n.org>
24213
24214 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24215 DOTLESS-i.
24216
24217 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24218 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24219
24220 * case-table.el (get-upcase-table): New function.
24221 (copy-case-table): Copy upcaes table too if non-nil.
24222 (set-case-syntax-delims): Maintain upcase table too.
24223 (set-case-syntax-pair): Likewise.
24224 (set-upcase-syntax, set-downcase-syntax): New functions.
24225 (set-case-syntax): Maintain upcase table too.
24226
24227 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24228
24229 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24230
24231 * progmodes/gud.el (gud-goto-info): New function.
24232 (gud-tool-bar-map): Use correct icon.
24233
24234 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24235
24236 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24237 When delegating, order args in the funcall correctly.
24238
24239 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24240
24241 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24242
24243 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24244
24245 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24246 buffer not visiting a file.
24247
24248 2005-01-31 Jay Belanger <belanger@truman.edu>
24249
24250 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24251 bound on the line with the formula.
24252
24253 2005-01-31 Kim F. Storm <storm@cua.dk>
24254
24255 * ses.el (ses-create-cell-variable-range)
24256 (ses-destroy-cell-variable-range, ses-reset-header-string)
24257 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24258 (ses-insert-row): Fix format of apply undo entries.
24259
24260 2005-01-31 Jay Belanger <belanger@truman.edu>
24261
24262 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24263 parts.
24264
24265 * calc/calc-embed.el (calc-embedded-open-formula)
24266 (calc-embedded-close-formula): Ignore matrix environments.
24267
24268 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24269 TeX mode.
24270
24271 * calc/calc-lang.el (math-function-table, math-oper-table)
24272 (math-variable-table): Adjust the LaTeX portions.
24273
24274 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24275 (math-latex-ignore-words): New constant.
24276
24277 2005-01-31 Richard M. Stallman <rms@gnu.org>
24278
24279 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24280 (ispell-local-dictionary): Doc fix.
24281 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24282 Don't reinitialize at run time. Don't defcustom.
24283 All uses changed to append ispell-local-dictionary-alist,
24284 or check it first.
24285 (ispell-current-dictionary): New variable for dictionary in use.
24286 (ispell-dictionary): Now used only for global default.
24287 (ispell-start-process): Set ispell-current-dictionary,
24288 not ispell-dictionary.
24289 (ispell-change-dictionary): Use this only for setting
24290 user preferences.
24291 (ispell-internal-change-dictionary): New function
24292 to change the current dictionary in use.
24293 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24294 Use ispell-current-dictionary.
24295 Handle ispell-local-dictionary-overridden.
24296 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24297
24298 2005-01-31 Jay Belanger <belanger@truman.edu>
24299
24300 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24301
24302 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24303 (calc-mode-map): Add calc-latex-language.
24304
24305 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24306 (math-latex-print-frac): New functions.
24307 (math-oper-table, math-function-table, math-variable-table)
24308 (math-complex-format, math-input-filter): Add latex properties.
24309 (calc-set-language): Set math-expr-special-function-mapping.
24310
24311 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24312 (calc-write-parse-table-part): Add LaTeX support.
24313
24314 * calc/calc.el (calc-language): Adjust docstring.
24315 (calc-set-mode-line): Add LaTeX support.
24316 (math-expr-special-function-mapping): New variable.
24317 (math-tex-ignore-words): Add to list.
24318
24319 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24320 Add LaTeX support.
24321 (math-compose-expr): Add support for special functions.
24322
24323 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24324
24325 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24326
24327 * progmodes/gdb-ui.el (gdb-memory-address)
24328 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24329 (gdb-memory-mode-map, gdb-memory-format-keymap)
24330 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24331 (gdb-memory-unit-menu): New variables for a buffer
24332 that lets the user examine program memory.
24333 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24334 (gdb-memory-format-binary, gdb-memory-format-octal)
24335 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24336 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24337 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24338 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24339 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24340 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24341 (gdb-memory-mode, gdb-memory-buffer-name)
24342 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24343 New functions for above buffer.
24344
24345 2005-01-30 Richard M. Stallman <rms@gnu.org>
24346
24347 * cus-edit.el (custom-bury-buffer): Function deleted.
24348 (custom-buffer-done-function): Option deleted.
24349 (custom-buffer-done-kill): New replacement option.
24350 (Custom-buffer-done): Call quit-window.
24351 (custom-buffer-create-internal): Update for above changes.
24352
24353 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24354
24355 * simple.el (undo-ask-before-discard): New var.
24356 (undo-outer-limit-truncate): Implement it.
24357 (undo-extra-outer-limit): Doc update.
24358
24359 2005-01-29 Richard M. Stallman <rms@gnu.org>
24360
24361 * ses.el (undo-more): Delete defadvice.
24362 (ses-begin-change): Doc fix.
24363
24364 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24365 instead of rebinding C-x u and C-_.
24366
24367 * files.el (normal-backup-enable-predicate): Return nil for files
24368 in /tmp, regardless of temporary-file-directory.
24369
24370 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24371
24372 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24373 (open-rectangle, delete-whitespace-rectangle-line)
24374 (clear-rectangle-line): If FILL, pass t instead of FILL
24375 for move-to-column's 2nd arg.
24376
24377 * simple.el (undo): Fix the test for continuing a series of undos.
24378 (undo-more): Set pending-undo-list to t when we reach end.
24379 (pending-undo-list): Move up defvar.
24380
24381 * wid-edit.el (widget-button-click):
24382 Shorten the range of the track-mouse binding.
24383
24384 * comint.el (comint-insert-input): Undo previous changes;
24385 use last-input-event in interactive spec.
24386
24387 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24388
24389 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24390 to nil before invoking call-process. Reset buffer's modified flag
24391 after fontifying it in the no-async branch.
24392
24393 * wid-edit.el (widget-specify-button): If mouse pointer shape
24394 cannot be changed, use mouse face instead.
24395
24396 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24397
24398 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24399 (gdb-goto-breakpoint): Make breakpoint handling work on template
24400 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24401 (gdb-assembler-custom): Update to recognize breakpoint information
24402 added on 2005-01-19.
24403
24404 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24405
24406 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24407 (dsssl-mode): Use define-derived-mode.
24408 (scheme-mode-initialize): Remove.
24409 (scheme-mode): Use run-mode-hooks.
24410
24411 * cus-edit.el (customize-group-other-window)
24412 (custom-buffer-create-other-window): Don't override special-display-*.
24413 (custom-mode-map): Make it dense.
24414
24415 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24416 sets the default value.
24417
24418 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24419
24420 * descr-text.el: Add more keywords.
24421
24422 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24423
24424 * speedbar.el: Avoid unnecessary use of locate-library.
24425
24426 * international/mule-cmds.el (standard-display-european-internal):
24427 Don't fiddle with latin-1 non-break space any more since it's now
24428 special cased in the C code.
24429 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24430
24431 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24432
24433 * cus-start.el (all): Add `undo-outer-limit'.
24434
24435 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24436
24437 * textmodes/bibtex.el (bibtex-format-entry):
24438 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24439 field lines.
24440 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24441 not on part of a buffer.
24442
24443 2005-01-25 Lute Kamstra <lute@gnu.org>
24444
24445 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24446 nonempty field text strings like "{letters\\macro{}more letters}".
24447 Clarify docstring.
24448 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24449 (bibtex-entry-offset, bibtex-parse-association)
24450 (bibtex-parse-field-name): Fix typos in docstrings.
24451 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24452
24453 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24454
24455 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24456 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24457 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24458 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24459
24460 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24461 isearch minor mode.
24462
24463 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24464
24465 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24466
24467 2005-01-24 Lute Kamstra <lute@gnu.org>
24468
24469 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24470 CASECHARS and NOT-CASECHARS regular expressions of the
24471 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24472 striding over charsets" error.
24473
24474 2005-01-24 Jay Belanger <belanger@truman.edu>
24475
24476 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24477 display variable name.
24478
24479 2005-01-24 Kenichi Handa <handa@m17n.org>
24480
24481 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24482 Fix setting of the element of encoded-kbd-iso2022-invocations.
24483
24484 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24485
24486 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24487 (gdb-threads-select): Change to also accept mouse events.
24488 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24489 (gdb-threads-mouse-select): Delete.
24490
24491 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24492
24493 * files.el (insert-directory): Take care of empty directory,
24494 listed without -a switch.
24495
24496 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24497
24498 * textmodes/refill.el (refill-post-command-function):
24499 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24500 to the list of functions that we should be careful not to undo.
24501 (refill-late-fill-paragraph-function): Remove.
24502 (refill-saved-state): New var.
24503 (refill-mode): Use it to save fill-paragraph-function.
24504 Save also the value of auto-fill-function.
24505
24506 * term/w32-win.el: Simplify code.
24507
24508 2005-01-23 Kim F. Storm <storm@cua.dk>
24509
24510 * simple.el (line-move): Adapt to new return value from
24511 pos-visible-in-window-p.
24512
24513 * simple.el (line-move): Fix last change. Check partial
24514 visibility at point rather than at window-start.
24515
24516 2005-01-22 Jason Rumney <jasonr@gnu.org>
24517
24518 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24519
24520 2005-01-22 David Kastrup <dak@gnu.org>
24521
24522 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24523
24524 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24525
24526 * type-break.el (type-break-mode): Add a test for
24527 type-break-file-name being non-nil.
24528
24529 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24530
24531 * net/eudc.el (top level): Call (message "") via progn, so that
24532 eudc-options-file is loaded.
24533
24534 2005-01-22 Kim F. Storm <storm@cua.dk>
24535
24536 * simple.el (line-move-1): Rename from line-move.
24537 (line-move): New function that adjusts vscroll for partially
24538 visible rows, and calls line-move-1 otherwise.
24539
24540 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24541
24542 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24543 since it's not a complete read-event implementation
24544
24545 2005-01-20 Jay Belanger <belanger@truman.edu>
24546
24547 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24548 for called function.
24549
24550 2005-01-20 Steven Tamm <steventamm@mac.com>
24551
24552 * term/mac-win.el (process-connection-type): Remove.
24553 Controlled now by s/darwin.h:PTY_ITERATION.
24554
24555 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24556
24557 * window.el (handle-select-window): Don't switch window when we're
24558 in the minibuffer.
24559
24560 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24561
24562 * subr.el (dotimes-with-progress-reporter): New macro.
24563
24564 * ses.el (ses-dotimes-msg): Remove macro.
24565 Use `dotimes-with-progress-reporter' instead.
24566
24567 2005-01-19 Steven Tamm <steventamm@mac.com>
24568
24569 * term/mac-win.el (process-connection-type): Use new
24570 operating-system-release variable to use ptys on Darwin 7 (OS X
24571 10.3) when using carbon build.
24572
24573 2005-01-19 Jay Belanger <belanger@truman.edu>
24574
24575 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24576 flags if the last command was a tab or M-tab.
24577
24578 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24579 in formula editing buffer.
24580
24581 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24582
24583 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24584 breakpoint image symbol in margin.
24585
24586 2005-01-19 Jay Belanger <belanger@truman.edu>
24587
24588 * calc/calc-prog.el (calc-execute-kbd-macro):
24589 Ignore calc-keep-arg-flag.
24590
24591 2005-01-19 Kenichi Handa <handa@m17n.org>
24592
24593 * textmodes/ispell.el (ispell-looking-at): New function.
24594 (ispell-process-line): Use ispell-looking-at to compare the ispell
24595 output and the buffer contents.
24596
24597 2005-01-18 Jay Belanger <belanger@truman.edu>
24598
24599 * calc/calc.el (calc-display-raw): Fix docstring.
24600
24601 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24602
24603 * simple.el (blink-matching-open): Strip extra info from syntax.
24604
24605 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24606 funny chars in the end-of-here-doc marker.
24607
24608 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24609
24610 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24611 that enable/disabled state of breakpoints is shown correctly in
24612 fringe and on ttys.
24613 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24614 Add breakpoint information as text properties.
24615 (gdb-mouse-toggle-breakpoint):
24616 Rename to gdb-mouse-set-clear-breakpoint.
24617 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24618 breakpoints in the margin.
24619 (gdb-remove-strings): Simplify.
24620
24621 2005-01-17 Jay Belanger <belanger@truman.edu>
24622
24623 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24624 erasing buffer.
24625
24626 2005-01-17 Richard M. Stallman <rms@gnu.org>
24627
24628 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24629 for calling grep-compute-defaults.
24630
24631 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24632 if buffer is empty.
24633
24634 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24635
24636 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24637
24638 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24639
24640 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24641 non-preloaded variables.
24642
24643 2005-01-17 Steven Tamm <steventamm@mac.com>
24644
24645 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24646 tex-shell cause to force interactivity when using pipes.
24647
24648 2005-01-17 Kim F. Storm <storm@cua.dk>
24649
24650 * simple.el (just-one-space): Make arg optional.
24651
24652 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24653
24654 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24655 posn-at-x-y to t to access left-margin.
24656
24657 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24658
24659 Sync with Tramp 2.0.47.
24660
24661 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24662 catching keep-date problems in cp/scp operations.
24663 (tramp-handle-copy-file): Don't call `set-file-modes'
24664 unconditionally. Specialized functions should know better what is
24665 necessary. This improves performance a little bit, and the
24666 functions could catch errors with `cp -p' and `scp -p'.
24667 (tramp-do-copy-or-rename-file-via-buffer)
24668 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24669 when appropriate.
24670 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24671 Call `set-file-modes' when appropriate.
24672 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24673 Johnsson <isak@hypergene.com>
24674 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24675 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24676 <joakim@verona.se>
24677 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24678 Emacs only.
24679
24680 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24681 `find-file-hooks' and `dired-mode-hook'.
24682 (tramp-minor-mode-map): Respective map. Add remapping for
24683 `compile' and `recompile'.
24684 (tramp-remap-command, tramp-recompile): New defuns.
24685 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24686 in buffer "*Compilation*". Call the commands asynchronously.
24687
24688 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24689 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24690 `shell-command', because it isn't magic in XEmacs. Reported by
24691 Adrian Aichner <adrian@xemacs.org>.
24692
24693 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24694 `substitute-in-file-name.
24695 (tramp-smb-handle-substitute-in-file-name): New defun.
24696 (tramp-smb-advice-PC-do-completion): Delete advice.
24697
24698 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24699
24700 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24701 Fix error in deleting region.
24702
24703 2005-01-15 Richard M. Stallman <rms@gnu.org>
24704
24705 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24706 In non-temp buffer, switch syntax table temporarily.
24707
24708 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24709
24710 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24711
24712 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24713
24714 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24715 (imenu--generic-function): Use START, not BEG, as pos of definition.
24716
24717 * simple.el (just-one-space): Argument specifies number of spaces.
24718
24719 * simple.el (eval-expression-print-format): Avoid warning
24720 about edebug-active.
24721
24722 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24723
24724 * progmodes/sh-script.el: Code copied from make-mode.el
24725 with small changes,
24726 (sh-mode-map): Bind C-c C-\.
24727 (sh-backslash-column, sh-backslash-align): New variables.
24728 (sh-backslash-region, sh-append-backslash): New functions.
24729
24730 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24731
24732 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24733 (rmail-pop-password, rmail-pop-password-required): Move to
24734 rmail-obsolete group.
24735 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24736 All callers updated.
24737 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24738 Take an argument specifying whether it is POP or IMAP mailbox we
24739 are using. All callers updated.
24740 (rmail-pop-password-error): Rename to
24741 rmail-remote-password-error. Added mailutils-specific error message.
24742 (rmail-movemail-search-path)
24743 (rmail-movemail-variant-in-use): New variables.
24744 (rmail-remote-password, rmail-remote-password-required):
24745 New customization variables.
24746 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24747 (rmail-parse-url): New function.
24748 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24749 with GNU mailutils movemail.
24750
24751 2005-01-15 Kevin Ryde <user42@zip.com.au>
24752
24753 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24754 suffix to space, $ or '$, to correctly position point when going
24755 to @table style constants like DBL_MAX.
24756
24757 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24758
24759 * type-break.el (type-break-mode, type-break-file-time)
24760 (type-break-file-keystroke-count, type-break-choose-file):
24761 Don't store data in or load data from the file if type-break-file-name
24762 is nil.
24763 (type-break-file-name): Doc update as per the above.
24764
24765 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24766
24767 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24768 lookup-key might return nil; handle that.
24769
24770 2005-01-15 Alan Mackenzie <acm@muc.de>
24771
24772 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24773 rather than the element found, thus enabling the tree to be setcar'd.
24774
24775 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24776
24777 * textmodes/org.el (org-show-following-heading): New option.
24778 (org-show-hierarchy-above): Use `org-show-following-heading'.
24779 (org-cycle): Documentation fix.
24780
24781 * textmodes/org.el (orgtbl-optimized): New option
24782 (orgtbl-mode): New command, a minor mode.
24783 (orgtbl-mode-map): New variable.
24784 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24785 (orgtbl-error, orgtbl-self-insert-command)
24786 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24787
24788 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24789 a local variable in each org-mode buffer.
24790
24791 * textmodes/org.el (org-set-regexps-and-options): Rename from
24792 `org-set-regexps'. Added checking for STARTUP keyword.
24793 (org-get-current-options): Add STARTUP options.
24794 (org-table-insert-row): Make mode intelligent about when
24795 realignment is needed.
24796 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24797 New commands.
24798 (org-enable-table-editor): New default value `optimized'.
24799 (org-table-blank-field): Support blanking regions if active.
24800
24801 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24802
24803 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24804 if the year is not given.
24805
24806 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24807 Add new escapes %m and %M, fixed bug with %F by adding
24808 save-match-data.
24809 (reftex-reference): Remove ?. from list of spaces.
24810 (reftex-label-info): Add automatic label prefix recognition.
24811
24812 * textmodes/reftex-index.el (reftex-index-next-phrase):
24813 Add slave parameter to call of `reftex-index-this-phrase'.
24814 (reftex-index-this-phrase): New optional argument.
24815 (reftex-index-region-phrases): Add slave parameter to call of
24816 `reftex-index-this-phrase'.
24817 (reftex-display-index): New argument redo.
24818 (reftex-index-rescan): Add `redo' to arguments of
24819 `reftex-display-index'.
24820 (reftex-index-Rescan, reftex-index-revert)
24821 (reftex-index-switch-index-tag): Add `redo' to arguments of
24822 `reftex-display-index'.
24823 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24824 indexing. Fix bug with matching is there is a quote before or
24825 after the word.
24826
24827 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24828 Fix bug when collecting citation keys in lines with comments.
24829 (reftex-citation): Prefix argument no longer rescans the document,
24830 but forces prompting for optional arguments of cite macros.
24831 (reftex-do-citation): Prompting for optional arguments implemented.
24832
24833 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24834 Add optional arguments to most cite commands.
24835 (reftex-cite-cleanup-optional-args): New option
24836 (reftex-cite-prompt-optional-args): New option.
24837 (reftex-trust-label-prefix): New option.
24838
24839 * textmodes/reftex-toc.el (reftex-toc-find-section):
24840 Add push-mark before changing the position in the buffer.
24841
24842 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24843 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24844
24845 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24846
24847 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24848 more carefully.
24849
24850 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24851
24852 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24853 (sgml-mode): Use it.
24854 (sgml-get-context): Better keep track of implicitly closed tags.
24855
24856 2005-01-13 Kenichi Handa <handa@m17n.org>
24857
24858 * textmodes/ispell.el: These changes are to fix misalignment error
24859 caused by equivalent characters of different Emacs charsets.
24860 (ispell-unified-chars-table): New variable.
24861 (ispell-get-decoded-string): New function.
24862 (ispell-get-casechars, ispell-get-not-casechars)
24863 (ispell-get-otherchars): Call ispell-get-decoded-string.
24864
24865 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24866
24867 * custom.el (custom-declare-variable): Just put symbol instead
24868 of (defvar . symbol) in `current-load-list'.
24869
24870 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24871
24872 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24873
24874 2005-01-12 Jay Belanger <belanger@truman.edu>
24875
24876 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24877 to create a Calc summary.
24878
24879 2005-01-12 Kim F. Storm <storm@cua.dk>
24880
24881 * mouse.el (mouse-on-link-p): Change functionality and doc
24882 string to comply with latest description in lisp ref.
24883
24884 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24885
24886 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24887 Enable mouse clicks on mode-line, header-line and margin.
24888 (event-type): Give mouse event symbols an `event-kind' property
24889 with value `mouse-click'.
24890
24891 2005-01-12 Juri Linkov <juri@jurta.org>
24892
24893 * facemenu.el (list-colors-display): Add new arg buffer-name.
24894 Use it. Fix docstring. Replace code for identifying duplicate
24895 colors by the name with call to `list-colors-duplicates' which
24896 identifies duplicate colors by the value unless the color
24897 is one of special Windows colors. Set truncate-lines to t.
24898 Print sorted duplicate color names on each line. Indent to 22
24899 \(the longest color name in rgb.txt) instead of 20. Optimize.
24900 (list-colors-duplicates): New function.
24901 (facemenu-color-name-equal): Delete function.
24902
24903 * facemenu.el (list-colors-print): New function created from code
24904 in list-colors-display. Print #RRGGBB at the window right edge.
24905 (list-colors-display): When temp-buffer-show-function is not
24906 defined, call list-colors-print from temp-buffer-show-hook
24907 to get the right value of window-width in list-colors-print
24908 after the buffer is displayed.
24909
24910 * simple.el (pop-mark): Move deactivate-mark out of conditional
24911 part to deactivate the active mark regardless of the state of the
24912 mark ring.
24913
24914 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24915 variables line in desktop files.
24916
24917 2005-01-12 Juri Linkov <juri@jurta.org>
24918
24919 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24920 Bring together isearch highlight related options.
24921 (lazy-highlight): Replace group `replace' by `matching'.
24922 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24923 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24924 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24925 and declare them obsolete.
24926 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24927 (isearch-faces): Remove defgroup.
24928 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24929 Move isearch highlighting code closer to lazy highlighting code.
24930
24931 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24932 (query-replace-highlight, query-replace-lazy-highlight)
24933 (query-replace): Move definitions to the beginning of the file.
24934
24935 2005-01-11 Juri Linkov <juri@jurta.org>
24936
24937 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24938 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24939 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24940
24941 * info.el (Info-history-forward): New variable.
24942 (Info-select-node): Reset Info-history-forward to nil.
24943 (Info-last): Turn into defalias.
24944 (Info-history-back): Rename from Info-last.
24945 Add current node to Info-history-forward.
24946 (Info-history-forward): New fun.
24947 (Info-mode-map): Replace Info-last by Info-history-back.
24948 Bind Info-history-forward to "r".
24949 (Info-mode-menu): Replace Info-last by Info-history-back.
24950 Fix menu item text. Add menu item for Info-history-forward.
24951 (info-tool-bar-map): Replace Info-last by Info-history-back.
24952 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24953 for Info-history-forward.
24954 (Info-mode): Replace Info-last by Info-history-back in docstring.
24955 Add local variable Info-history-forward.
24956 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24957
24958 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24959
24960 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24961 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24962 Ignore select-window events rather than fiddle with
24963 mouse-autoselect-window.
24964
24965 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24966
24967 * type-break.el (type-break-mode): Fix previous change.
24968
24969 2005-01-10 Jay Belanger <belanger@truman.edu>
24970
24971 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24972 calculator; only reset when point is inside a calculator.
24973 Don't adjust the window height if the window takes up the whole height
24974 of the frame.
24975
24976 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24977
24978 * ebuff-menu.el (Electric-buffer-menu-mode):
24979 Preserve value of buffer-local var header-line-format.
24980
24981 2005-01-09 Jay Belanger <belanger@truman.edu>
24982
24983 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24984 Make sure settings file exists before accessing it.
24985
24986 * calc/calc-embed.el (calc-embedded-subst):
24987 Replace math-multi-subst-rec, which is only supposed to be called
24988 by math-multi-subst, by math-multi-subst.
24989
24990 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24991
24992 * vc.el (vc-allow-async-revert): New user option.
24993 (vc-disable-async-diff): New internal variable.
24994 (vc-revert-buffer): Use them to disable asynchronous diff.
24995
24996 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24997 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24998 asynchronously if vc-disable-async-diff is t.
24999
25000 2005-01-09 Jay Belanger <belanger@truman.edu>
25001
25002 * calc/calc.el (defcalcmodevar): New macro.
25003 (calc-mode-var-list-restore-default-values)
25004 (calc-mode-var-list-restore-saved-values): New functions.
25005 (calc-mode-var-list): Use defcalcmodevar to define it.
25006 (calc-always-load-extensions, calc-line-numbering)
25007 (calc-line-breaking, calc-display-just, calc-display-origin)
25008 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25009 (calc-group-char, calc-point-char, calc-frac-format)
25010 (calc-prefer-frac, calc-hms-format, calc-date-format)
25011 (calc-float-format, calc-full-float-format, calc-complex-format)
25012 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25013 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25014 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25015 (calc-matrix-brackets, calc-language, calc-language-option)
25016 (calc-left-label, calc-right-label, calc-word-size)
25017 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25018 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25019 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25020 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25021 (calc-window-height, calc-display-trail, calc-show-selections)
25022 (calc-use-selections, calc-assoc-selections)
25023 (calc-display-working-message, calc-auto-why, calc-timing)
25024 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25025 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25026 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25027 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25028 (calc-gnuplot-geometry, calc-graph-default-resolution)
25029 (calc-graph-default-resolution-3d, calc-invocation-macro)
25030 (calc-show-banner): Use defcalcmodevar to declare them and set
25031 their default values.
25032
25033 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25034 instead of default values (but restore default values if there is
25035 an argument of 0).
25036
25037 2005-01-09 David Kastrup <dak@gnu.org>
25038
25039 * desktop.el (desktop-restore-eager): Fix typo in type.
25040
25041 2005-01-08 Richard M. Stallman <rms@gnu.org>
25042
25043 * cus-edit.el (customize): Delete :link.
25044
25045 2005-01-08 Jay Belanger <belanger@truman.edu>
25046
25047 * calc/calc.el (calc-mode): Remove the extension from the
25048 `calc-settings-file' file name when loading it.
25049
25050 2005-01-08 Kim F. Storm <storm@cua.dk>
25051
25052 * info.el (Info-mode-map, Info-next-link-keymap)
25053 (Info-prev-link-keymap, Info-up-link-keymap):
25054 Map follow-link to mouse-face.
25055 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25056
25057 2005-01-08 Jay Belanger <belanger@truman.edu>
25058
25059 * calc/calc.el (calc-settings-file): Change default value.
25060 Suggested by cgw in a comment in calc-mode.el.
25061
25062 * calc/calc-mode.el (calc-settings-file-name):
25063 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25064 Replace ~/.emacs in a prompt by calc-settings-file.
25065
25066 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25067
25068 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25069 (desktop-lazy-idle-delay): New customizable variables.
25070 (desktop-buffer-args-list): New variable.
25071 (desktop-append-buffer-args): New function.
25072 (desktop-save): Call desktop-append-buffer-args for some buffers.
25073 (desktop-lazy-create-buffer): New function.
25074 (desktop-idle-create-buffers): New function.
25075 (desktop-read): Add message about buffers to restore lazily.
25076 (desktop-lazy-abort): New command.
25077 (desktop-clear): Call desktop-lazy-abort.
25078 (desktop-lazy-complete): New command.
25079
25080 2005-01-06 Richard M. Stallman <rms@gnu.org>
25081
25082 * emacs-lisp/find-func.el (find-face-definition):
25083 Rename from find-face.
25084
25085 2005-01-06 Kim F. Storm <storm@cua.dk>
25086
25087 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25088
25089 * man.el (Man-xref-man-page, Man-xref-header-file)
25090 (Man-xref-normal-file): Add follow-link property.
25091
25092 2005-01-06 Jay Belanger <belanger@truman.edu>
25093
25094 * calc/calc-units.el: Make sure the proper macro definitions are
25095 available when compiling.
25096
25097 2005-01-06 Juri Linkov <juri@jurta.org>
25098
25099 * isearch.el (isearch-lazy-highlight-update):
25100 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25101
25102 2005-01-06 Miles Bader <miles@gnu.org>
25103
25104 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25105 (isearch-lazy-highlight-face): Use new name.
25106
25107 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25108
25109 * uniquify.el (uniquify-rationalize-file-buffer-names):
25110 Re-add an interactive spec.
25111 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25112 to the same name.
25113
25114 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25115 (isearch-update, isearch-done): Adjust calls accordingly.
25116
25117 2005-01-05 Richard M. Stallman <rms@gnu.org>
25118
25119 * custom.el (custom-set-variables, custom-theme-set-variables):
25120 Clarify documentation.
25121
25122 * emacs-lisp/find-func.el (find-variable)
25123 (find-variable-other-window, find-variable-other-frame):
25124 Fix the TYPE args to find-function-read and find-function-do-it.
25125 (find-function): Doc fix.
25126 (find-function-at-point): Replace function-at-point alias.
25127
25128 2005-01-04 Richard M. Stallman <rms@gnu.org>
25129
25130 * cus-face.el (custom-declare-face):
25131 Record defface in current-load-list.
25132
25133 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25134
25135 * emacs-lisp/find-func.el: Doc fixes.
25136 (find-face-regexp): New variable.
25137 (find-function-regexp-alist): New variable.
25138 (find-function-C-source): Third arg is now TYPE.
25139 (find-function-search-for-symbol): Handle general TYPE.
25140 (find-function-read, find-function-do-it): Handle general TYPE.
25141 (find-definition-noselect, find-face): New functions.
25142 (function-at-point): Alias deleted.
25143
25144 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25145
25146 * battery.el (display-battery-mode): Rename from display-battery.
25147 Handle the case where it gets turned off.
25148
25149 2005-01-04 Richard M. Stallman <rms@gnu.org>
25150
25151 * cus-edit.el (customize): Make :link point to user doc.
25152
25153 * man.el (Man-fontify-manpage): Turn off undo generation.
25154
25155 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25156
25157 2005-01-04 Andreas Schwab <schwab@suse.de>
25158
25159 * files.el (insert-directory): Only look for error lines in
25160 inserted text. Don't move too far after processing --dired markers.
25161
25162 2005-01-04 Richard M. Stallman <rms@gnu.org>
25163
25164 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25165 Don't expand if the character is @, period, dash, etc.
25166 (define-mail-abbrev): Quote names that contain problem characters.
25167
25168 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25169
25170 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25171
25172 2005-01-03 Richard M. Stallman <rms@gnu.org>
25173
25174 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25175 (query-replace-highlight, query-replace-lazy-highlight)
25176 (query-replace): Definitions moved up. Doc fix.
25177
25178 2005-01-03 Richard M. Stallman <rms@gnu.org>
25179
25180 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25181 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25182 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25183 (lazy-highlight-face): Rename from isearch-lazy-...
25184 Change all references to them.
25185
25186 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25187
25188 * cus-edit.el (custom-file): Doc fix for defcustom.
25189 (custom-file): The function no longer sets the variable
25190 `custom-file' to its return value.
25191
25192 * startup.el (command-line): No longer load `custom-file'.
25193
25194 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25195
25196 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25197
25198 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25199 Don't confuse module-prefixed identifiers for labels.
25200 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25201
25202 2005-01-02 Richard M. Stallman <rms@gnu.org>
25203
25204 * files.el (basic-save-buffer-1): Fix previous change.
25205
25206 * loadhist.el (file-loadhist-lookup): New function.
25207 (file-provides, file-requires): Use it.
25208
25209 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25210 instead of calculating the right size.
25211
25212 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25213
25214 * vc-svn.el (vc-svn-diff): Stay local if possible.
25215
25216 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25217
25218 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25219
25220 * files.el (hack-local-variables): Fix last change.
25221
25222 2005-01-02 Jay Belanger <belanger@truman.edu>
25223
25224 * calc/calc-yank.el (calc-edit-top): New variable.
25225 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25226 object. Change header properties.
25227 (calc-edit-finish, calc-edit-finish-stack-object)
25228 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25229 edited object.
25230 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25231 for the beginning of the edited object.
25232 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25233 for the beginning of the edited object.
25234 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25235 (calc-finish-formula-edit, calc-macro-repeats)
25236 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25237 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25238 beginning of the edited object.
25239 (calc-user-define-edit): Change the header for editing macros.
25240 Remove unnecessary variable.
25241
25242 2005-01-01 Jay Belanger <belanger@truman.edu>
25243
25244 * calc/calc-yank.el (calc-edit-mode): Change default header.
25245 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25246 * calc/calc-store.el (calc-edit-variable): Change title to match new
25247 header.
25248 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25249 mode to match new header.
25250 (calc-user-define-edit): Change titles to include names of commands.
25251 (calc-finish-formula-edit): Adjust to handle new header.
25252 (calc-finish-macro-edit): Remove.
25253 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25254 (calc-edit-macro-command, calc-edit-macro-command-type)
25255 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25256 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25257 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25258 (calc-edit-macro-finish-edit): New functions.
25259 (calc-user-define-edit): Use new functions to edit named calc macros.
25260
25261 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25262
25263 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25264
25265 * ses.el (copy-region-as-kill): Deactivate mark.
25266
25267 2005-01-01 Richard M. Stallman <rms@gnu.org>
25268
25269 * replace.el (occur-1): If the output buffer is also an input,
25270 don't kill it, rename it.
25271
25272 * faces.el (set-face-background, set-face-foreground): Doc fix.
25273
25274 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25275 for :foreground and :background.
25276
25277 * dired.el (dired-view-command-alist): Variable deleted.
25278 (dired-view-file, dired-mouse-find-file-other-window):
25279 Delete the code to use it.
25280
25281 2005-01-01 Kim F. Storm <storm@cua.dk>
25282
25283 * image.el (insert-sliced-image): Use t for line-height property.
25284
25285 See ChangeLog.11 for earlier changes.
25286
25287 ;; Local Variables:
25288 ;; coding: iso-2022-7bit
25289 ;; End:
25290
25291 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25292 Copying and distribution of this file, with or without modification,
25293 are permitted provided the copyright notice and this notice are preserved.
25294
25295 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1