]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* simple.el (undo-ask-before-discard): Set to nil.
[gnu-emacs] / lisp / ChangeLog
1 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
2
3 * simple.el (undo-ask-before-discard): Set to nil.
4
5 * vc.el (vc-exec-after): Don't delete process manually.
6 (vc-print-log): Run log-view-mode in process sentinel inside
7 inhibit-read-only. Don't shrink window due to timing issues.
8
9 * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
10 using with-output-to-temp-buffer, which clobbers local vars.
11
12 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15 Fix ambiguity introduced by last change.
16 (compilation-find-file): Move save-excursion to where it may
17 make sense. Fix a left over `find-file'.
18
19 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
20
21 * textmodes/texinfmt.el: (texinfo-format-separate-node):
22 Insert a string before point, which fits documentation, not after.
23 (texinfo-multitable-item): In a multitable row, insert any
24 additional needed @tabs and spaces.
25
26 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
27
28 * tumme.el (tumme-create-thumb)
29 (tumme-thumbnail-display-external, tumme-display-image)
30 (tumme-rotate-thumbnail, tumme-rotate-original)
31 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
32 instead of shell-command.
33 (tumme-create-thumbnail-buffer)
34 (tumme-create-display-image-buffer, tumme-display-thumbs)
35 (tumme-modify-mark-on-thumb-original-file, tumme-display-image)
36 (tumme-get-exif-data): Use with-current-buffer.
37 (tumme-display-properties-format)
38 (tumme-dired-insert-marked-thumbs, tumme-rotate-original)
39 (tumme-get-exif-file-name)
40 (tumme-thumbnail-set-image-description, tumme-gallery-generate):
41 Fit to 80 columns.
42
43 2006-07-11 Kim F. Storm <storm@cua.dk>
44
45 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
46 Remove special case for seconds < 0. Use (redisplay t) instead.
47
48 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
49
50 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
51 compilation error.
52
53 * subr.el (sit-for): New function.
54
55 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
56
57 2006-07-10 Richard Stallman <rms@gnu.org>
58
59 * ldefs-boot.el (edebug): Update page.
60
61 2006-07-10 Kim F. Storm <storm@cua.dk>
62
63 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
64 to FOR-RELEASE and TODO.
65
66 2006-07-10 Romain Francoise <romain@orebokech.com>
67
68 * emacs-lisp/authors.el (authors-aliases): Update.
69
70 2006-07-10 Alan Mackenzie <acm@muc.de>
71
72 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
73 * cc-mode.el: Changes to eradicate eval-after-load.
74
75 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
76
77 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
78 on non-char events.
79
80 2006-07-09 Romain Francoise <romain@orebokech.com>
81
82 * progmodes/compile.el (compilation-mode-font-lock-keywords):
83 Don't highlight start/end markers as compilation messages.
84
85 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
86 to t.
87
88 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
91
92 2006-07-08 Richard Stallman <rms@gnu.org>
93
94 * term/x-win.el (x-handle-display): Add doc string.
95
96 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
97
98 * subr.el (def-edebug-spec): Move here.
99 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
100
101 * imenu.el (imenu-choose-buffer-index): Doc fix.
102
103 2006-07-08 Romain Francoise <romain@orebokech.com>
104
105 * term/x-win.el (x-display-name): Fix typo.
106
107 2006-07-08 Eli Zaretskii <eliz@gnu.org>
108
109 * hexl.el (hexl-find-file): Doc fix.
110
111 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
112
113 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
114
115 * term/x-win.el (x-display-name): Doc fix.
116
117 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
120 long prefixes.
121 (fill-region-as-paragraph): Don't round up to a whole line.
122 (fill-comment-paragraph): Don't include the code-before-the-comment
123 when calling fill-region-as-paragraph.
124
125 * international/mule.el (make-char): Remove redundancy.
126
127 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
128 property may contain an anonymous function rather than a symbol.
129
130 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
131
132 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
133 Use shy regexp. Fix incorrect backref to potentially unmatched group.
134
135 * dirtrack.el (dirtrack-default-directory-function): Remove.
136 (dirtrack-directory-function): Use file-name-as-directory.
137 (dirtrack-windows-directory-function): Simplify.
138 (dirtrack-forward-slash, dirtrack-backward-slash)
139 (dirtrack-replace-slash): Remove.
140 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
141 (dirtrack): Fix wrong parenthesizing; use match-string.
142
143 * progmodes/octave-inf.el: Remove spurious * in docstrings.
144 (inferior-octave-mode): Only change the buffer-local value of
145 comint-dynamic-complete-functions.
146 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
147 Move the initialization to the declaration.
148 (inferior-octave-complete): Remove unused var `filter'.
149
150 * shell.el (shell-mode): Only change the buffer-local value of
151 comint-dynamic-complete-functions.
152
153 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
154
155 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
156 entry is skipped because it has been scheduled.
157 (org-prepare-agenda-buffers): Don't mark buffers as modified when
158 changing `:org-archived' and `:org-comment' properties.
159
160 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
161
162 * server.el (server-select-display): Don't make the temp frame
163 minibuffer-only, in case it's not a temp frame.
164 (server-process-filter): Don't delete the temp frame if it's the
165 only one we have on that display.
166
167 * files.el (find-alternate-file): Doc fix.
168
169 2006-07-05 Richard Stallman <rms@gnu.org>
170
171 * files.el (abbreviate-file-name): Add save-match-data.
172
173 2006-07-03 Richard Stallman <rms@gnu.org>
174
175 * faces.el (read-face-name): Doc fix.
176
177 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
178
179 * net/goto-addr.el (goto-address): Mark as safe for local evals.
180
181 2006-07-05 Andre Spiegel <spiegel@gnu.org>
182
183 * vc.el (vc-diff-internal): Fix prev change.
184
185 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
186
187 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
188 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
189
190 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
193 fails if the symbol contains chars like ( or '.
194 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
195 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
196 `short'.
197
198 2006-07-04 Kenichi Handa <handa@m17n.org>
199
200 * international/mule-cmds.el (set-language-info): If LANG-ENV is
201 the current one, don't call set-language-environment, but call one
202 of set-language-environment-XXX to make INFO effective now.
203 (set-language-environment): Call set-language-environment-XXX
204 functions instead of doing the various setups directly.
205 (set-language-environment-coding-systems): Delete argument eol-type.
206 (set-language-environment-input-method)
207 (set-language-environment-nonascii-translation)
208 (set-language-environment-charset)
209 (set-language-environment-fontset)
210 (set-language-environment-unibyte): New functions.
211
212 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
213
214 * locate.el (locate-update-when-revert): New option.
215 (locate-update-path): New option (suggested by Michael Albinus).
216 (locate-prompt-for-command): Whitespace change.
217 (locate-update): No longer offer to update the locate database by
218 default. Implement the two new options.
219
220 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
221
222 * tooltip.el: Move comment about track-mouse...
223
224 * progmodes/gud.el: ...to here.
225
226 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
227
228 * facemenu.el (facemenu-listed-faces): New var.
229 (facemenu-unlisted-faces): Variable deleted.
230 (facemenu-add-new-face): Use facemenu-listed-faces.
231
232 * emulation/viper-init.el, calendar/calendar.el:
233 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
234
235 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
236
237 * textmodes/org.el (org-mode): Remove no invalid settings for
238 calc embedded mode.
239 (org-mode-p): New defsubst.
240 (org-save-all-org-buffers): New function.
241 (org-first-headline-recenter): Enclose outline-regexp in group
242 delimiters.
243 (org-set-tags): Keep single space after stars.
244
245 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * window.el (set-window-text-height): Only set window-min-height to
248 1 if that's the requested size.
249
250 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
251 (diff-unified->context, diff-context->unified)
252 (diff-reverse-direction): Make sure the end marker stays at the end.
253 (diff-mode): Add the keymap table at the end of docstring.
254 Use lexical-let rather than constructing a closure manually.
255
256 * files.el (find-file-noselect-1): Remove unused var assignment.
257 (hack-local-variables-confirm): Print lists of strings as lists of
258 strings rather than lists of symbols.
259 (abbreviate-file-name, hack-local-variables-prop-line):
260 Use match-string.
261 (hack-one-local-variable): Move `make-local-variable' nearer its use.
262 (recover-session-finish): Use line-end-position.
263
264 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
265
266 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
267
268 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
269
270 * progmodes/make-mode.el (makefile-macroassign-regex):
271 Accept preceding keyword.
272 (makefile-gmake-statements): Reorganize, now that makepp has
273 "override" and also handle forgotten "override define".
274 (makefile-makepp-statements): Add new "global", "override export"
275 and "override global".
276
277 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
278
279 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
280 (ada-compile-mouse-goto-error, ada-deactivate-properties)
281 (ada-no-auto-case): Fix typos in docstrings.
282
283 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
284
285 * info.el (Info-find-node-2): Search for makeinfo version more
286 carefully.
287
288 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
289
290 * textmodes/org.el (org-prepare-agenda-buffers):
291 Use `invisible-OK' argument for `org-end-of-subtree'.
292 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
293 (org-beginning-of-item): Fix bug in regular expression for white line.
294 (org-export-as-html): Enforce space after bullet in plain list items.
295 (org-set-autofill-regexps): Require space after plain list bullet
296 for paragraph-start.
297 (org-ts-regexp3): New constant.
298 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
299 (org-timestamp-up-day, org-timestamp-down-day)
300 (org-timestamp-change): Work with inactive timestamps.
301 (org-ts-regexp1): Don't allow brackets in time stamps.
302
303 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
304
305 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
306 for ignoring links.
307
308 * faces.el (read-face-name): Use it.
309
310 2006-06-28 Juri Linkov <juri@jurta.org>
311
312 * buff-menu.el (list-buffers-noselect): Compare Info file
313 with the string "dir" to detect Info directory.
314
315 * complete.el (partial-completion-mode): In lambda for
316 `choose-completion-string-functions' use full function signature
317 with 4 args, and move point to the end of the minibuffer only if arg
318 `mini-p' is non-nil.
319
320 2006-06-28 John Paul Wallington <jpw@pobox.com>
321
322 * ibuffer.el (ibuffer-mode): Doc fix.
323
324 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
325
326 * textmodes/org.el (org-context): New contexts :item-bullet,
327 :latex-fragment, :latex-preview.
328 (org-overlays-at, org-overlay-start, org-overlay-end):
329 New compatibility functions.
330 (org-inside-LaTeX-fragment-p): More accurate matching, using the
331 exact regexp that will be used during export.
332 (org-latex-regexps): New variable.
333 (org-cdlatex-mode): Improve advice for `texmathp'.
334 (turn-on-org-cdlatex): New function.
335
336 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
337
338 * term/mac-win.el (mac-handle-font-selection): Change keys of
339 mac-atsu-font-table from strings to numbers.
340 (mac-ts-caret-position): Use also when cursor-type is nil.
341 (mac-ts-update-active-input-area): Add Mac OS Classic support.
342 Relax condition for using overlay strings.
343 Use mac-ts-caret-position face when cursor-type is nil.
344
345 2006-06-26 Kim F. Storm <storm@cua.dk>
346
347 * help.el (view-emacs-news): Declare `res' in the right let* form.
348
349 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
350
351 * net/rcompile.el (remote-compile): Replace ange-ftp based
352 implementation by Tramp functions. Based on a patch published by
353 Marc Abramowitz <msabramo@gmail.com>.
354
355 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
356
357 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
358
359 * international/fontset.el (setup-default-fontset): Fix a typo in
360 the "Oriya-Akruti" registry name.
361
362 2006-06-23 Lars Hansen <larsh@soem.dk>
363
364 * desktop.el (desktop-full-file-name): New function.
365 (desktop-kill, desktop-save, desktop-remove, desktop-read)
366 (desktop-revert): Use it.
367 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
368 (desktop-after-read-hook): Add option list-buffers.
369 (desktop-locals-to-save): Add tab-width.
370 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
371 Fix docstring.
372
373 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
374
375 * textmodes/org.el (org-cdlatex-mode-map)
376 (org-cdlatex-texmathp-advice-is-done): New variables.
377 (org-cdlatex-mode): New minor mode.
378 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
379 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
380 (org-export-with-archived-trees): New option.
381 (org-open-file): Remove the call to `convert-standard-filename'.
382 (org-archive-tag, org-agenda-skip-archived-trees)
383 (org-cycle-open-archived-trees)
384 (org-sparse-tree-open-archived-trees): New options.
385 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
386 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
387 New functions.
388 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
389 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
390 (org-mode-map): Add binding for `org-toggle-archive-tag'.
391 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
392 Call `org-prepare-agenda-buffers'.
393 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
394 (org-file-apps, org-file-apps-defaults-gnu)
395 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
396 Handle remote files by forcing them to be opened in Emacs.
397
398 2006-06-23 Andre Spiegel <spiegel@gnu.org>
399
400 * vc.el (vc-diff-knows-L): New variable.
401 (vc-diff-internal): Use it to handle "diff" programs that don't
402 understand -L. This works automatically, no user action is necessary.
403
404 2006-06-23 Daniel Brockman <daniel@brockman.se>
405
406 * net/rcirc.el (rcirc-default-user-full-name): Default to
407 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
408 longer exists).
409 (rcirc-process-list): Check `buffer-live-p' before attempting to
410 switch to a buffer.
411
412 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
413
414 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
415 based on rcirc-coding-system-alist.
416
417 2006-06-23 Martin Rudalics <rudalics@gmx.at>
418
419 * cus-edit.el (customize-apropos): A better error message.
420 (top level) <debug-ignored-errors>: Extend and update the list of
421 ignored error messages.
422
423 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
424
425 * complete.el (PC-do-completion): Retain capitalization of user
426 input, when possible, even if completion-ignore-case is set.
427
428 2006-06-23 Eli Zaretskii <eliz@gnu.org>
429
430 * generic-x.el (bat-generic-mode): Support .cmd files.
431
432 * dos-w32.el (top level): Use find-file-not-found-functions
433 instead of the obsolete find-file-not-found-hooks.
434
435 2006-06-22 Kim F. Storm <storm@cua.dk>
436
437 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
438 to recognize mode name containing submodes, such as Grep/lw.
439
440 2006-06-21 Kim F. Storm <storm@cua.dk>
441
442 * simple.el (line-move-1): Check for move-end-of-line instead of
443 end-of-line when setting temporary-goal-column.
444
445 2006-06-21 Miles Bader <miles@gnu.org>
446
447 * play/cookie1.el (cookie): Work properly when there's only one entry.
448
449 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
450
451 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
452 (gdb-frame-handler): Generalize frame regexp for templates.
453
454 2006-06-20 Glenn Morris <rgm@gnu.org>
455
456 * calendar/appt.el (appt-display-format): Default value must be
457 one of the customize options.
458
459 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
460
461 * term/xterm.el (terminal-init-xterm): Update key availability info.
462 Bind C-return.
463
464 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
465
466 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
467
468 * files.el (hack-local-variables): Run `hack-local-variables-hook'
469 whether or not a local variables list is defined.
470
471 * msb.el (msb): Move `sit-for' hack here to handle both
472 "mouse-down and drag" and "mouse-up and select" situations.
473 (mouse-select-buffer): Move `sit-for' hack to `msb'.
474
475 2006-06-20 Kenichi Handa <handa@m17n.org>
476
477 * international/characters.el (word-combining-categories):
478 Add entries for 2-byte Han characters.
479
480 2006-06-19 Richard Stallman <rms@gnu.org>
481
482 * bindings.el (mode-line-format): Save some mode line space.
483
484 * files.el (find-file-noselect): Improve the question wording.
485 (basic-save-buffer-2): Mask UMASK against 666.
486
487 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
488 (mouse-drag-vertical-line): Call it.
489
490 * cus-edit.el (customize-option, customize-option-other-window):
491 Error if SYMBOL is nil.
492
493 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
494
495 * textmodes/org.el: Require noutline, also on XEmacs.
496 (org-end-of-subtree): Return point.
497 (org-dblock-start-re, org-dblock-end-re): New constants.
498 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
499 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
500 (org-update-all-dblocks, org-find-dblock): New functions.
501 (org-collect-clock-time-entries): New function.
502 (org-html-handle-time-stamps): Never export CLOCK timeranges.
503 (org-fixup-indentation): Modify to deal correctly with lines
504 starting with TAB. Only one argument DIFF now.
505 (org-demote, org-promote): Call `org-fixup-indentation' with just
506 one argument, DIFF.
507 (org-mode): Don't mark buffer as modified when aligning tables.
508 (org-clock-sum): Don't mark buffer modified when adding time sum
509 properties.
510 (org-export-as-html): Add support for a link validation function.
511 (org-archive-all-done): New function.
512 (org-archive-subtree): New prefix argument. When set, archive all
513 done subtrees in this buffer.
514 (org-remove-clock-overlays)
515 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
516 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
517 (org-put-clock-overlay): Don't swallow last headline character
518 when displaying overlay.
519 (org-store-link): Link to `image-mode' with just the file name.
520
521 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
522
523 * viper-cmd.el (viper-special-read-and-insert-char):
524 Use read-key-sequence.
525 (viper-after-change-undo-hook): Misc enhancements.
526 (viper-after-change-undo-hook): New hook.
527 (viper-undo): Use viper-after-change-undo-hook.
528 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
529 (viper-next-line-at-bol): If point is on a widget or a button, simulate
530 clicking on that widget/button.
531
532 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
533
534 * ediff-diff (ediff-test-patch-utility): Catch errors.
535 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
536 (ediff-set-actual-diff-options): New function.
537 (ediff-reset-diff-options, ediff-toggle-ignore-case):
538 Use ediff-set-actual-diff-options.
539 (ediff-extract-diffs): Catch errors.
540 (ediff-whitespace): Add non-breakable space.
541 (ediff-same-file-contents): Catch errors.
542
543 * ediff-mult.el (ediff-collect-custom-diffs):
544 Save coding-system-for-read.
545
546 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
547 (ediff-vc-internal, ediff-vc-merge-internal):
548 Use ediff-delete-version-file.
549 (ediff-delete-version-file): New function.
550
551 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
552
553 * ediff.el (ediff-directories, ediff-directory-revisions)
554 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
555 (ediff-directories-internal, ediff-merge-directory-revisions)
556 (ediff-merge-directory-revisions-with-ancestor)
557 (ediff-directories3): Use read-directory-name.
558
559 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
560
561 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
562 Remove superfluous part of regexp for brace matching which is handled
563 by `scan-lists' call.
564
565 2006-06-16 Richard Stallman <rms@gnu.org>
566
567 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
568
569 * files.el (basic-save-buffer-2): For a new precious file,
570 use the default modes in the return value.
571
572 * facemenu.el (facemenu-color-alist): Doc fix.
573
574 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
575
576 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
577
578 * cus-start.el (all): Add mac-ts-script-language-on-focus.
579
580 * term/mac-win.el (mac-text-encoding-ascii): New constant.
581 (mac-utxt-to-string): Use it.
582 (mac-ts-update-active-input-area): Use mac-ae-number.
583
584 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
585
586 * term.el (term-handle-scroll, term-delete-lines)
587 (term-insert-lines): Fix off by one errors.
588
589 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
590
591 * net/tramp.el (tramp-touch): Use UTC to express time.
592
593 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
594
595 * mail/sendmail.el (mail-send): Search explicitly for
596 mail-header-separator when checking for corrupted header lines.
597
598 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
599
600 * progmodes/gdb-ui.el (gdb-same-frame): New option.
601 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
602 (gdb-init-1): Initialise them.
603 (gdb-starting): Reset gdb-printing
604 (gdb-starting): Save value of gud-overlay-arrow-position.
605 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
606 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
607 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
608 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
609
610 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
613
614 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
615
616 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
617 (ldap-search-internal): Keep error messages, and a regexp fix.
618
619 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
620
621 * files.el (hack-local-variables-confirm):
622 Display string value using its printed representation.
623
624 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
625
626 * server.el (server-edit): No-op if no server buffers exist.
627
628 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
629
630 * textmodes/page-ext.el (pages-directory-for-addresses):
631 Including `pages-directory-address-mode' in the function results
632 in the message "Buffer in which pages were found is deleted".
633
634 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
635
636 * textmodes/org.el (org-agenda-mode-map): Add bindings for
637 clocking functions.
638
639 (org-agenda-clock-in, org-check-running-clock)
640 (org-clock-out-if-current, org-remove-clock-overlays)
641 (org-put-clock-overlay): New functions.
642 (org-clock-marker, org-clock-file-total-minutes)
643 (org-clock-overlays): New variables.
644 (org-clock-display, org-clock-sum, org-clock-cancel)
645 (org-clock-out, org-clock-in): New commands.
646 (org-export): New function.
647 (org-emph-re): New constant.
648 (org-set-emph-re, org-do-emphasis-faces): New functions.
649 (org-emphasis-regexp-components, org-emphasis-alist): New options.
650 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
651 (org-export-html-convert-emphasize): Use the configurable emphasis.
652 (org-cleaned-string-for-export): Make multiline emphasis visible
653 to the exporter. New optional argument PARAMETERS.
654 (org-export-as-html): Specify :emph-multiline parameter to
655 `org-cleaned-string-for-export'.
656
657 2006-06-10 Richard Stallman <rms@gnu.org>
658
659 * help.el (help-for-help-internal): Clean up help text.
660
661 2006-06-10 Andreas Schwab <schwab@suse.de>
662
663 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
664 in doc string.
665
666 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
667
668 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
669
670 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
671 spaces after the comment start.
672
673 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
674
675 * play/pong.el (pong-init-buffer):
676 Fill buffer with spaces instead of ^A.
677
678 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
679 launched asynchronously, delete its process instead of being cool.
680 (ispell-async-processp): Check for `delete-process' existence
681 instead of `kill-process' one for consistency.
682
683 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
684
685 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
686 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
687 in mode line at startup.
688
689 2006-06-08 Kim F. Storm <storm@cua.dk>
690
691 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
692 (ido-init-completion-maps): Bind them to M-SPC and M-v.
693 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
694 (ido-file-internal): Pass full file name to write-file.
695 (ido-read-internal): Only pop stack elements automatically if they
696 actually match an existing directory or file name.
697
698 2006-06-07 Kenichi Handa <handa@m17n.org>
699
700 * international/mule.el (find-auto-coding): Don't handle the short
701 name `char-trans'.
702
703 * files.el (hack-local-variables-prop-line)
704 (hack-local-variables): Cancel the previous change.
705
706 2006-06-06 Jesper Harder <harder@phys.au.dk>
707
708 * ediff-diff.el (ediff-test-utility): Protect against file-error.
709
710 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
711
712 * diff-mode.el (diff-mode): Set buffer-read-only to t when
713 diff-default-read-only is non-nil.
714 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
715 (diff-refine-hunk): Set inhibit-read-only to t.
716
717 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
718 modifying the *Diff* buffer.
719 (diff-process-filter): New filter function for diff process that
720 sets inhibit-read-only to t when modifying the *Diff* buffer.
721
722 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
723
724 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
725 insertion point and control the number of empty lines.
726 (org-paste-subtree): Limit the number of empty lines at the end of
727 the inserted tree.
728 (org-agenda): Use buffer name of current file for narrowing.
729 (org-export-as-xml): Command removed.
730 (org-export-xml-type): Option removed.
731 (org-mode-map): Call `org-export-as-xoxo' directly.
732 (org-get-indentation): New optional argument LINE.
733 (org-fix-indentation, org-remove-tabs): New functions.
734 (org-export-as-ascii, org-ascii-level-start): Determine and apply
735 correct indentation for headlines that are converted it items.
736 (org-skip-comments): Remove table lines that contain narrowing
737 cookies but no other non-empty fields.
738 (org-set-tags): Allow groups of mutually exclusive tags.
739 (org-cmp-time): Sort 24:21 before items without time.
740 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
741 (org-open-at-point): Require double colon also for numbers.
742
743 2006-06-06 Kim F. Storm <storm@cua.dk>
744
745 * ido.el (ido-default-file-method, ido-default-buffer-method):
746 Make choice values consistent with corresponding command names.
747 (ido-visit-buffer): Update accordingly. Default to selected-window.
748
749 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
750
751 * progmodes/gud.el (gud-running): Fix doc string.
752 (gud-menu-map): Use :visible instead fo :enable for debugger test.
753 (gud-tooltip-modes): Add python-mode.
754 (gud-tooltip-print-command): Add pdb. Remove perldb.
755
756 2006-06-05 Eli Zaretskii <eliz@gnu.org>
757
758 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
759 Quote $(EMACS).
760
761 2006-06-05 Richard Stallman <rms@gnu.org>
762
763 * faces.el (defined-colors): Doc fix.
764
765 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
766
767 * vc.el (vc-process-filter): Inhibit undo info collection around
768 call to insert.
769 (vc-setup-buffer): Likewise for call to erase-buffer.
770 (vc-do-command): Likewise for call to process-file.
771
772 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
773
774 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
775 for gud-go.
776 (gud-common-init): Other debuggers may trigger error.
777
778 2006-06-05 Kenichi Handa <handa@m17n.org>
779
780 * international/mule.el (find-auto-coding):
781 Handle enable-character-translation in file header.
782
783 2006-06-04 Kim F. Storm <storm@cua.dk>
784
785 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
786 (authors-fixed-entries): Fix spelling.
787 (authors-canonical-file-name): Don't report error for wildcards.
788
789 * help.el (view-emacs-news): Rewrite to support new NEWS,
790 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
791 e.g. version 10 matches 1.10, and don't be confused by version 1.1
792 being a prefix of 1.12 (etc). A numeric prefix arg also works.
793
794 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
795
796 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
797 exec constructs like `foo bar`.
798 (sh-quoted-subshell): New helper function to search for a possibly
799 nested subshell (like `` or $()) within a "" quoted string.
800 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
801 (sh-apply-quoted-subshell): Flag quote characters inside a
802 subshell, which is itself already in a quoted region, as
803 punctuation, since this is the closest to what they actually are.
804 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
805 sh-apply-quoted-subshell.
806 (sh-font-lock-syntactic-face-function): Apply the new face for
807 text inside `` instead of the old font-lock-string-face.
808
809 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
810
811 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
812 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
813 (mac-bytes-to-text-range, mac-ae-text-range-array)
814 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
815 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
816 (mac-ts-unicode-for-key-event): New functions.
817 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
818 (mac-handle-font-selection): Use mac-ae-number.
819 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
820 New variables.
821 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
822 (mac-ts-converted-text, mac-ts-selected-converted-text)
823 (mac-ts-block-fill-text, mac-ts-outline-text)
824 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
825 (mac-ts-hilite-style-faces): New constant.
826 (mac-apple-event-map): Bind text input events.
827 (mac-dispatch-apple-event): Use command-execute instead of
828 call-interactively.
829 (global-map): Don't bind mac-apple-event.
830 (special-event-map): Bind mac-apple-event.
831
832 2006-06-02 Eli Zaretskii <eliz@gnu.org>
833
834 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
835 file name.
836 (emacs): Enclose the value of $(EMACS) in quotes.
837
838 2006-06-02 Juri Linkov <juri@jurta.org>
839
840 * international/mule.el (sgml-html-meta-auto-coding-function):
841 Remove the condition `(search-forward "<html" size t)'.
842 Replace `\"' with `[\"']?' in `re-search-forward'.
843
844 2006-06-02 Kenichi Handa <handa@m17n.org>
845
846 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
847 as well as `coding'.
848 (hack-local-variables): Likewise.
849
850 * international/mule.el (enable-character-translation):
851 Put permanent-local and safe-local-variable properties.
852 (find-auto-coding): Handle char-trans: tag.
853
854 2006-06-02 Juri Linkov <juri@jurta.org>
855
856 * international/mule.el (sgml-html-meta-auto-coding-function):
857 Limit the search by the end of the HTML header (if any).
858
859 2006-06-01 Richard Stallman <rms@gnu.org>
860
861 * subr.el (with-current-buffer): Doc fix.
862
863 2006-06-02 Masatake YAMATO <jet@gyve.org>
864
865 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
866 Almost rewrite. Underlines over all lines of gcov output are too
867 uncomfortable to read. Suggested by Dan Nicolaescu.
868
869 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
870
871 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
872
873 * shell.el (shell-mode): Use shell-mode-map in docstring.
874
875 * comint.el (comint-send-input): Do not add help-echo and
876 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
877
878 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
879
880 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
881
882 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
883
884 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
885 (gdb-stopped, gdb-info-stack-custom): If there is no source info
886 look up the stack and pop up GUD buffer if necessary.
887 (gdb-frames-select): Remove redundant call to gud-display-frame.
888 (gdb-info-threads-custom): Keep point at start of buffer.
889 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
890
891 2006-05-31 Juri Linkov <juri@jurta.org>
892
893 * replace.el (query-replace-read-from, query-replace-read-to):
894 Bind `history-add-new-input' to nil. Call `add-to-history'.
895
896 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
897
898 * textmodes/table.el: Convert all HTML tags to lower case for
899 XHTML compatibility.
900
901 2006-05-31 Masatake YAMATO <jet@gyve.org>
902
903 * progmodes/compile.el:
904 (compilation-error-regexp-alist-alist::gcov-called-line):
905 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
906
907 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
908
909 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
910 Revert inadvertent changes made with last commit.
911
912 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
913
914 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
915 New functions.
916
917 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
918
919 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
920
921 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
922 only matches in the right place.
923 (org-upcoming-deadline): New face.
924 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
925 (org-export-ascii-underline): Rename constant `org-ascii-underline'
926 and make it an option.
927 (org-export-ascii-bullets): New option.
928 (org-export-as-html): Many changes to emit valid XHTML.
929 (org-par-open): New variable.
930 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
931 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
932 (org-timeline): Pass `org-timeline-show-empty-dates' to
933 `org-get-all-dates'. Interpret empty dates returned by
934 `org-get-all-dates'.
935 (org-get-all-dates): New argument EMPTY. Add dates without
936 entries to the list, mark large ranges of empty dates.
937 (org-point-in-group, org-context): New functions.
938
939 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
940
941 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
942
943 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
944 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
945 to C-mouse-3 (for 2 button mice).
946 (gdb-send): Do the right thing for C-d.
947
948 * speedbar.el (speedbar-detach): Delete.
949 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
950 it breaks things.
951 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
952
953 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
954
955 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
956 Makeppfile.
957
958 * progmodes/compile.el (compilation-error-regexp-alist-alist):
959 Add makepp diagnostic.
960
961 2006-05-29 Richard Stallman <rms@gnu.org>
962
963 * window.el (fit-window-to-buffer): Doc fix.
964
965 * help.el (temp-buffer-max-height): Doc fix.
966
967 * subr.el (with-current-buffer): Doc fix.
968
969 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
970
971 * term/x-win.el: Bind F10 to menu-bar-start if available.
972
973 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
974
975 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
976 uses with a simple test.
977 (term-set-escape-char, term-mode, term-check-kill-echo-list)
978 (term-send-raw-string, term-send-raw, term-mouse-paste)
979 (term-char-mode, term-line-mode, term-exec, term-sentinel)
980 (term-handle-exit, term-read-input-ring)
981 (term-previous-matching-input-string)
982 (term-previous-matching-input-string-position)
983 (term-previous-matching-input-from-input)
984 (term-replace-by-expanded-history, term-send-input)
985 (term-skip-prompt, term-bol, term-send-invisible)
986 (term-kill-input, term-delchar-or-maybe-eof)
987 (term-backward-matching-input, term-check-source)
988 (term-proc-query, term-emulate-terminal)
989 (term-handle-colors-array, term-process-pager, term-pager-line)
990 (term-pager-bob, term-unwrap-line, term-word)
991 (term-dynamic-complete-filename)
992 (term-dynamic-complete-as-filename)
993 (term-dynamic-simple-complete): Replace one arm ifs with whens or
994 unlesses.
995
996 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
999 during bootstrapping.
1000
1001 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1002 Basically undo the change of 2006-05-26: use extra arguments instead of
1003 dynamic scoping.
1004 (ewoc-locate): Remove unused var `footer'.
1005
1006 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1009
1010 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1011 (generate-file-autoloads): Obey it. Return whether autoloads were
1012 added at point or not.
1013 (update-file-autoloads): Use this new return value.
1014 Remove redundant test for the presence of an autoload cookie.
1015
1016 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1017 This one calls hack-local-variables.
1018 (generate-file-autoloads, update-file-autoloads): Use it.
1019
1020 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1021 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1022 (bibtex-sort-entry-class-alist): Don't set the global value.
1023 (bibtex-init-sort-entry-class-alist): New fun.
1024 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1025 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1026 of bibtex-init-sort-entry-class.
1027
1028 2006-05-28 Richard Stallman <rms@gnu.org>
1029
1030 * subr.el (load-history-regexp): If FILE is relative, insist
1031 entire last name component must match it.
1032 (load-history-filename-element, load-history-regexp): Doc fixes.
1033
1034 2006-05-29 Kim F. Storm <storm@cua.dk>
1035
1036 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1037 `pos' and `raw-data' for clarity, as eval forms may access these.
1038
1039 2006-05-28 Kim F. Storm <storm@cua.dk>
1040
1041 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1042
1043 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * progmodes/make-mode.el (makefile-browser-map)
1046 (makefile-mode-syntax-table): Move initialization inside declaration.
1047 (makefile-fill-paragraph): Use the default comment-filling code.
1048
1049 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * replace.el (query-replace-defaults): New variable.
1052 (query-replace-read-from): Use `query-replace-defaults' for
1053 default value, instead of history list.
1054 (query-replace-read-to): Update `query-replace-defaults'.
1055
1056 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1059 with no X toolkit.
1060
1061 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1062
1063 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1064 (tumme-show-all-from-dir): Add autoload.
1065
1066 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1067
1068 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1069 (tumme-remove-tag): Fix bug.
1070
1071 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1072
1073 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1074 FOOTER args. Update unique caller.
1075 (ewoc-delete): Compute last node once before looping.
1076 (ewoc--node-branch): Merge into unique caller.
1077 (ewoc--node): Don't define constructor make-ewoc--node for this
1078 structure.
1079 (ewoc): Add member `hf-pp' to this structure.
1080 (ewoc--wrap): New func.
1081 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1082 header/footer pretty-printers. Save header/footer pretty-printer.
1083 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1084
1085 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1086
1087 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1088
1089 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1090 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1091 Tag'. Change "Compare directories..." to "Change Directories...".
1092 Move tumme commands to Operate, Regexp and Immediate menus.
1093 Change "Add Comment" to "Add Image Comment". Change "Add Image
1094 Tag" to "Add Image Tags".
1095
1096 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1097 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1098 `tumme-delete-tag'.
1099
1100 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1101
1102 * shell.el (shell-mode): Call shell-dirtrack-mode after
1103 list-buffers-directory is made a local variable, to avoid setting
1104 the default value.
1105
1106 2006-05-26 Kevin Ryde <user42@zip.com.au>
1107
1108 * info.el (Info-index-next): Use where-is-internal to report
1109 actual binding of Info-index-next, rather than hard-coded `,'.
1110
1111 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1112
1113 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1114 and "Find Command in Manual" to here.
1115
1116 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1117 Info-current-file as the file name.
1118
1119 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1120
1121 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1122 overrides will now be done a different way.
1123 (ses-set-parameter): Reapply this function for undo.
1124 (ses-set-header-row): Reconstruct header row during undo.
1125 (ses-widen): New function.
1126 (ses-goto-data, ses-reconstruct-all): Use new function.
1127 (ses-command-hook): Widen buffer during undo, before unupdating
1128 the cells.
1129 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1130 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1131 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1132 formula hasn't been executed yet.
1133
1134 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1135
1136 * comint.el (comint-kill-whole-line): Rename arg to count.
1137 Fix doc string.
1138
1139 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1142 to copy-file.
1143
1144 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1145
1146 * simple.el (toggle-truncate-lines): Make arg optional for
1147 backward compatibility.
1148
1149 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1150
1151 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1152 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1153 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1154 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1155 (ewoc--adjust): Use ewoc--current-dll.
1156 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1157
1158 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1159
1160 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1161 compact error message.
1162 (org-tags-view): Refresh category table in each file.
1163 (org-table-justify-field-maybe): Remove superfluous arguments to
1164 `format'.
1165 (org-export-as-html): Insert "<p>" before postamble.
1166 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1167
1168 2006-05-26 Kenichi Handa <handa@m17n.org>
1169
1170 * textmodes/po.el (po-find-charset): Pay attention to the case
1171 FILENAME is a cons (NAME . BUFFER).
1172 (po-find-file-coding-system-guts): Likewise.
1173
1174 * arc-mode.el (archive-set-buffer-as-visiting-file):
1175 Call find-operation-coding-system with (FILENAME . BUFFER).
1176
1177 * tar-mode.el (tar-extract): Call find-operation-coding-system
1178 with (FILENAME . BUFFER).
1179
1180 * international/mule.el (decode-coding-inserted-region):
1181 Call find-operation-coding-system with (FILENAME . BUFFER).
1182
1183 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * image-mode.el (image-toggle-display): Use buffer contents to
1186 generate image for a remote file.
1187
1188 2006-05-25 Juri Linkov <juri@jurta.org>
1189
1190 * replace.el (query-replace-read-from, query-replace-read-to):
1191 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1192
1193 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1194
1195 * whitespace.el (whitespace-cleanup): Change to cleanup
1196 region if one is active.
1197 * whitespace.el (whitespace-cleanup-internal): New internal method.
1198
1199 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1200
1201 * dired.el (dired-mode-map): Add help-echo strings to tumme
1202 commands. Bind `tumme-dired-display-image' to C-t i.
1203
1204 * tumme.el (tumme-display-image): Change documentation string slightly.
1205 (tumme-dired-display-image): Add call to `display-buffer'.
1206
1207 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1208
1209 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1210 Signal error if RAW-DATA is a multibyte string.
1211
1212 2006-05-24 Richard Stallman <rms@gnu.org>
1213
1214 * subr.el (with-local-quit): When handling `quit' signal,
1215 make a chance for quit-flag to cause a quit.
1216
1217 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1218 (ad-disable-advice): Add autoloads.
1219
1220 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1221
1222 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1223
1224 * dired.el (dired-mode-map): Change menu items for tumme as per
1225 suggestions in emacs-devel.
1226
1227 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1228
1229 * dired.el (dired-mode-map): Fix breakage.
1230
1231 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1232
1233 * tumme.el (tumme-display-dired-image): Rename to...
1234 (tumme-dired-display-image): ...this.
1235 (tumme-track-movement): Change default value to t.
1236 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1237 used from `tumme-next-line-and-display' and similar commands.
1238
1239 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1240 Immediate menu. Add some tumme commands there.
1241
1242 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1243
1244 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1245
1246 2006-05-24 Chong Yidong <cyd@mit.edu>
1247
1248 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1249 menu entries that open submenus.
1250
1251 2006-05-24 Alan Mackenzie <acm@muc.de>
1252
1253 * startup.el (command-line): For names of preloaded files, don't
1254 append ".elc" (now done in Fload), and call file-truename on the
1255 lisp directory.
1256
1257 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1258 match ANY loaded file with the right name, not just those in
1259 load-path. Put a regexp matching the file name into
1260 after-load-alist, rather than the name itself.
1261
1262 * subr.el: New functions load-history-regexp,
1263 load-history-filename-element, do-after-load-evaluation.
1264
1265 * international/mule.el (load-with-code-conversion): Do the
1266 eval-after-load stuff by calling do-after-load-evaluation.
1267
1268 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1271 has not been killed.
1272
1273 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1274
1275 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1276 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1277 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1278 Optionally set error message in reply.
1279
1280 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1281
1282 * textmodes/org.el (org-open-at-point): Use renamed variable
1283 `org-confirm-shell-link-function'.
1284 (org-confirm-shell-link-function): Rename from
1285 `org-confirm-shell-links'.
1286 (org-export-directory): New function.
1287 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1288 (org-export-icalendar): Use `org-export-directory'.
1289 (org-indent-item): Keep cursor position.
1290 (org-link-file-path-type): New option.
1291 (org-export-as-html): Fix bug with plain lists starting in
1292 column 0.
1293 (org-export-as-html): Remove deadline formatting, this happens
1294 now already in `org-html-handle-time-stamps'.
1295 (org-export-html-style): Deadline class removed.
1296 (org-insert-labeled-timestamps-at-point): New option.
1297 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1298 of `hide-sublevels 1', in case the first headline is not level 1.
1299 (org-overview, org-content): New fuction.
1300 (org-cycle-global-status, org-cycle-subtree-status): Make these
1301 variables buffer-local.
1302 (org-global-cycle): New command.
1303 (org-shifttab): Use `org-global-cycle'.
1304 (org-insert-heading, org-insert-item): Go to end of new
1305 headline/item after creating it.
1306 (org-export-visible): Rename from `org-export-copy-visible'.
1307 Now creates a temporary org-file and applies an exporting command
1308 to it.
1309 (org-table-eval-formula): Support for lisp forms.
1310 (org-agenda-todo-ignore-scheduled): New option.
1311 (org-agenda-get-todos): Use new option
1312 `org-agenda-todo-ignore-scheduled'.
1313 (org-export-html-inline-images): New value `maybe'.
1314 (org-export-as-html): Inlining of images dependent on link description.
1315 (org-archive-subtree): Check for end-of-buffer before trying
1316 `kill-line'.
1317 (org-agenda-follow-mode): New option.
1318 (org-export-with-tags, org-export-with-timestamps): New options.
1319 (org-html-handle-time-stamps): New function.
1320 (org-keyword-time-regexp): New variable.
1321 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1322 (org-agenda-todo-list-sublevels): New option.
1323 (org-html-level-start): When TITLE is nil, just close all levels.
1324 (org-parse-key-lines, org-parse-export-options): Remove functions,
1325 replaced by `org-infile-export-plist'.
1326 (org-combine-plists, org-infile-export-plist)
1327 (org-default-export-plist): New functions.
1328 (org-export-html-preamble, org-export-html-postamble)
1329 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1330 New variables.
1331 (org-export-publishing-directory): New option.
1332 (org-export-as-html, org-export-as-ascii): Use the new property
1333 lists for settings.
1334 (org-export-copy-visible, org-export-as-xoxo):
1335 Respect `org-export-publishing-directory'.
1336 (org-link-search, org-store-link, org-file-apps): Support for
1337 links to BibTeX database entries..
1338 (org-get-current-options, org-set-regexps-and-options):
1339 Implement logging as a startup option.
1340 (org-store-link): Make sure context string is never empty
1341 (org-insert-link): Use relative path when possible.
1342 (org-at-item-checklet-p): New function.
1343 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1344 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1345 (org-metaright, org-metaup, org-metadown, org-shiftup)
1346 (org-shiftdown, org-shiftright, org-shiftleft)
1347 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1348 Dispatch using `call-interactively'.
1349 (org-call-with-arg): New defsubst.
1350 (org-tag-alist, org-use-fast-tag-selection): New options.
1351 (org-complete): Use `org-tag-alist'.
1352 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1353 (org-next-item, org-previous-item): New commands.
1354 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1355 make command.
1356 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1357
1358 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1359
1360 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1361 (ewoc-filter): Use `ewoc-delete'.
1362
1363 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1364
1365 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1368 Signal more user-friendly error messages.
1369
1370 * complete.el (PC-do-completion): Undo the addition of implicit
1371 wildcards if they did not lead to finding any match.
1372 (read-file-name-internal): Don't add the final > if the completion is
1373 not finished.
1374
1375 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1376
1377 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1378 Quote safe-local-variable predicate.
1379
1380 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1381
1382 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1383
1384 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1385
1386 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1387
1388 * progmodes/make-mode.el (makefile-special-targets-list)
1389 (makefile-macro-table, makefile-target-table): Mark as risky.
1390 (makefile-query-one-target-method): Make this the alias for the
1391 following variable.
1392 (makefile-query-one-target-method-function): Make this the real name.
1393
1394 * textmodes/artist.el (artist-text-renderer): Make this the alias
1395 for the following variable.
1396 (artist-text-renderer-function): Make this the real name.
1397
1398 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1399 the alias for the following variable.
1400 (flyspell-generic-check-word-predicate): Make this the real name.
1401
1402 * textmodes/ispell.el (ispell-format-word): Make this the alias
1403 for the following variable.
1404 (ispell-format-word-function): Make this the real name.
1405 (ispell-message-text-end): Mark as risky.
1406
1407 * skeleton.el (skeleton-transformation, skeleton-filter)
1408 (skeleton-pair-filter): Make these the aliases for the following
1409 variables.
1410 (skeleton-transformation-function, skeleton-filter-function)
1411 (skeleton-pair-filter-function): Make these the real names.
1412
1413 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1414 and skeleton-pair-filter-function.
1415
1416 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1417 alias for the following variable.
1418 (sgml-transformation-function): Make this the real name.
1419 (sgml-tag-alist): Mark as risky.
1420
1421 2006-05-21 Richard Stallman <rms@gnu.org>
1422
1423 * simple.el (kill-region): Interactively, pass point, then mark.
1424
1425 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1426
1427 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1428
1429 2006-05-21 Romain Francoise <romain@orebokech.com>
1430
1431 * dired-x.el (dired-mode-map): Don't bind M-g.
1432
1433 2006-05-20 Richard Stallman <rms@gnu.org>
1434
1435 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1436 (dired-goto-file): Doc fix.
1437
1438 2006-05-21 Kim F. Storm <storm@cua.dk>
1439
1440 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1441 way to enable built-in cua-mode if user loads older CUA-mode package.
1442
1443 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1444 if default-filename is specified.
1445
1446 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1447
1448 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1449
1450 * info.el (info-apropos): Make sure current-file and current-node
1451 have non-nil values. Speed up by using add-to-list instead of
1452 manual consing.
1453
1454 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1455
1456 * progmodes/make-mode.el (makefile-mode): Doc fix.
1457
1458 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1459
1460 * dired-aux.el (dired-do-shell-command): Doc fix.
1461
1462 2006-05-20 Kevin Ryde <user42@zip.com.au>
1463
1464 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1465 ``(custom-manual :tag "Foo" "(foo)Node")''.
1466
1467 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1468
1469 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1470 value is an integer.
1471
1472 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1473
1474 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1475 "format".
1476 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1477
1478 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1479
1480 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1481 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1482
1483 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1486 regexp for keywords.
1487
1488 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1489
1490 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1491 replace-regexp-in-string.
1492
1493 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1494 encode, and escape file name on conversion to URL.
1495
1496 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1497
1498 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1499 Don't unescape URL.
1500 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1501
1502 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1503 on conversion to URLs.
1504
1505 * net/browse-url.el (browse-url-file-url): Encode file name on
1506 conversion to URL.
1507
1508 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1509 conversion to URL.
1510
1511 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1512
1513 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1514
1515 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1516
1517 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1518 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1519
1520 2006-05-19 Glenn Morris <rgm@gnu.org>
1521
1522 * calendar/diary-lib.el (diary-bahai-date)
1523 (list-bahai-diary-entries, mark-bahai-diary-entries)
1524 (mark-bahai-calendar-date-pattern): Not interactive.
1525 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1526 (diary-entries-list): Change format of 4th element in each entry.
1527 (diary-list-entries): Use add-to-diary-list.
1528 (diary-goto-entry): Handle the case where the buffer visiting the
1529 diary has been killed.
1530 (fancy-diary-display): Add 'locator to button rather than 'marker.
1531 Only generate temp-face when there are marks to apply.
1532 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1533 (diary-fancy-date-pattern): New variable.
1534 (diary-time-regexp): Doc fix.
1535 (diary-anniversary, diary-time): New faces.
1536 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1537 diary-time-regexp. Add font-lock-multiline property where needed.
1538 Use new faces diary-anniversary and diary-time.
1539 (diary-fancy-font-lock-fontify-region-function): New function, to
1540 handle multiline font-lock pattern in fancy diary.
1541 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1542 (diary-font-lock-keywords): Tweak time regexp. Use new face
1543 diary-time.
1544
1545 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1546
1547 * international/code-pages.el (mik): Table corrected.
1548
1549 2006-05-18 Kim F. Storm <storm@cua.dk>
1550
1551 * progmodes/grep.el (grep-find): Don't check grep-find-command
1552 before running command (breaks non-interactive usage).
1553
1554 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1555
1556 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1557 (ewoc--insert-new-node): Don't insert trailing newline.
1558 Instead, adjust successor nodes's start markers.
1559 (ewoc--refresh-node): Delete all text from current node's start
1560 marker to the next one's; adjust successor nodes's start markers.
1561 (ewoc--create): Doc fixes.
1562 (ewoc--refresh): Don't insert newline.
1563 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1564 * pcvs.el (cvs-make-cvs-buffer):
1565 Specify extra newline for ewoc's header and footer.
1566 (cvs-update-header): Update initial header recognition.
1567 Append newline to final header and footer values.
1568 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1569
1570 2006-05-17 Richard Stallman <rms@gnu.org>
1571
1572 * files.el (file-name-extension): Doc fix.
1573
1574 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1577 we can explicitly enable/disable rather than toggle.
1578 (shell-mode): Use it.
1579 (shell-cd): Don't try to reproduce what `cd' does.
1580
1581 2006-05-17 Kim F. Storm <storm@cua.dk>
1582
1583 * ido.el (ido-read-internal): Use only nondirectory part of
1584 default item.
1585
1586 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1587
1588 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1589 (ewoc-nth): Doc fix.
1590
1591 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1592
1593 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1594
1595 * international/mule.el (auto-coding-alist): Add .lha to files
1596 read with no-conversion.
1597
1598 * files.el (auto-mode-alist): Add .lha files to archive file
1599 extensions.
1600
1601 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1602 Convert csize to integer when computing offsets within the
1603 compressed archive file.
1604
1605 2006-05-16 Kim F. Storm <storm@cua.dk>
1606
1607 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1608 with read-from-minibuffer.
1609
1610 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1611
1612 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1613 (byte-compile-warnings): Fix safe-local-variable property.
1614
1615 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1616
1617 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1618 (allout-stylish-prefixes, allout-numbered-bullet)
1619 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1620 predicates to qualify `safe-local-variable' property, when
1621 available, else use equivalent lambda.
1622 (allout-current-topic-collapsed-p): Do the right thing regarding
1623 trailing blank lines.
1624
1625 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * server.el (server-start): Only create a directory if needed.
1628 (server-edit, server-unload-hook): server-start => server-mode.
1629 (kill-emacs-hook): Cleanup upon exit.
1630
1631 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * hexl.el (hexlify-buffer): Encode process arguments manually.
1634
1635 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1636
1637 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1638 call to gdb-tooltip-print.
1639
1640 2006-05-15 Romain Francoise <romain@orebokech.com>
1641
1642 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1643 systems, default to "tar" since those systems probably have GNU tar.
1644
1645 2006-05-14 Lars Hansen <larsh@soem.dk>
1646
1647 * desktop.el (desktop-missing-file-warning): Fix docstring.
1648 (desktop-restore-file-buffer): Correct question asked on missing file.
1649
1650 2006-05-14 Kim F. Storm <storm@cua.dk>
1651
1652 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1653 Add CUA move property.
1654
1655 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * custom.el (custom-push-theme): Load the variable before checking
1658 its `standard-value'.
1659
1660 2006-05-13 Lars Hansen <larsh@soem.dk>
1661
1662 * desktop.el (desktop-save): Use with-temp-buffer.
1663
1664 2006-05-12 Glenn Morris <rgm@gnu.org>
1665
1666 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1667 * calendar/calendar.el (calendar-mode-map):
1668 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1669 * calendar/appt.el (appt-check, appt-make-list): Refer to
1670 diary-view-entries, diary-list-entries, diary-show-all-entries
1671 rather than obsolete aliases.
1672
1673 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * simple.el (line-move-finish): Avoid calling point motion hooks
1676 while processing intangibility.
1677
1678 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1679
1680 * term/xterm.el (terminal-init-xterm): Fix typo.
1681
1682 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1683
1684 * allout.el (allout-view-change-hook): Mark as being deprecated,
1685 to be replaced by `allout-exposure-change-hook'.
1686 (allout-exposure-change-hook): New, replacing
1687 `allout-view-change-hook'.
1688 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1689 in addition to `allout-view-change-hook'.
1690 (allout-show-bodies, allout-old-style-prefixes)
1691 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1692 lambda forms to prevent their showing up in variable help
1693 presentations as inscrutable byte-compiled code.
1694 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1695 Use string-or-null-p to qualify safe-local-variable values.
1696 (allout-reindent-bodies): Use memq to qualify matches against
1697 valid safe-local-variable values. Also, quote the lambda as above.
1698 (allout-use-mode-specific-leader): Add missing candidate-value
1699 symbols, use memq, and quote the lambda.
1700 (allout-overlay-interior-modification-handler): Remove unused
1701 variables `msg' and 'opened'.
1702 (allout-hidden-p): Constrain invisibility consideration to allout's
1703 invisibility spec, disregarding invisibility for other reasons.
1704
1705 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1706
1707 * files.el (version-control): Correct safe values.
1708
1709 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1710
1711 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1712
1713 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1714 (ewoc--insert-new-node): New func.
1715 Update callers of deleted funcs to use it, instead.
1716
1717 2006-05-11 Glenn Morris <rgm@gnu.org>
1718
1719 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1720 obsolete alias `show-all-diary-entries'.
1721 (make-diary-entry): Not interactive.
1722 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1723 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1724 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1725 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1726 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1727 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1728
1729 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1730
1731 * calendar/calendar.el (calendar-french-date-string)
1732 (calendar-mayan-date-string, calendar-chinese-date-string)
1733 (calendar-astro-date-string, calendar-iso-date-string)
1734 (calendar-islamic-date-string, calendar-bahai-date-string)
1735 (calendar-hebrew-date-string, calendar-coptic-date-string)
1736 (calendar-ethiopic-date-string, calendar-persian-date-string):
1737 These functions are not interactive.
1738
1739 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1740
1741 * files.el: Balance parentheses.
1742
1743 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1744
1745 * files.el, newcomment.el, outline.el, simple.el,
1746 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1747 progmodes/cc-vars.el, progmodes/compile.el:
1748 Move `safe-local-variable' declarations to the respective files.
1749
1750 * help-fns.el (describe-variable): Don't print safe-var if it is
1751 byte-code. Improve wording as suggested by Luc Teirlinck.
1752
1753 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1754
1755 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1756 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1757 Use a token for pending-triggers to ensure gdb-var-update
1758 gets called once per user input again for pre-GDB 6.4.
1759 (gdb-var-delete): Match on more complex expressions.
1760 (gdb-var-list-children-handler, gdb-var-create-handler):
1761 Use a token for consistency.
1762
1763 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1764
1765 * textmodes/org.el (org-read-date, org-goto-calendar)
1766 (org-agenda-goto-calendar):
1767 Bind `view-calendar-holidays-initially' to nil.
1768
1769 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1770
1771 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1772 Update all callers to do it there, instead.
1773
1774 2006-05-10 Glenn Morris <rgm@gnu.org>
1775
1776 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1777 prefix arg case, to avoid view-diary-entries-initially error.
1778 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1779 (calendar-date-is-legal-p): Handle dates with no day part.
1780
1781 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * comint.el (comint-insert-input): Just make it when
1784 comint-use-prompt regexp is nil (default) and with the mouse.
1785 (comint-copy-old-input): Reinstate from 2004-06-23.
1786 (comint-mode-map): Bind C-c C-m to it.
1787
1788 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1789
1790 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1791 Remove spurious move to point-max (new comint behavior fixes).
1792
1793 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1794 compatibility function (Emacs 18/19).
1795 (idlwave-is-continuation-line): Always return point at start of
1796 previous non-blank continuation line.
1797 `keyword-parameters': Fix continued comment font-lock matcher.
1798 (idlwave-font-lock-fontify-region): Written, use as
1799 font-lock-fontify-region-function, to fix continued keyword
1800 fontification issues.
1801
1802 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1803
1804 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1805 (mac-service-selection, mac-service-open-file)
1806 (mac-service-open-selection, mac-service-mail-selection)
1807 (mac-service-mail-to, mac-service-insert-text): Rename from
1808 mac-services-*. All uses changed.
1809 (mac-apple-event-map): Rename event symbol `services' to `service'.
1810
1811 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1812
1813 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1814 (ewoc--node-enter-first, ewoc--node-enter-last)
1815 (ewoc--delete-node-internal): Merge funcs into unique callers.
1816
1817 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1820 return value of read-from-minibuffer for empty input.
1821
1822 2006-05-09 Miles Bader <miles@gnu.org>
1823
1824 * comint.el (comint-insert-input): Remove redundant calls to setq
1825 and goto-char.
1826
1827 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1828
1829 * comint.el (comint-insert-input): Make it work when
1830 comint-use-prompt-regexp is t.
1831
1832 2006-05-10 Miles Bader <miles@gnu.org>
1833
1834 * subr.el (field-at-pos): New function.
1835
1836 * comint.el (comint-insert-input): Use it.
1837
1838 2006-05-09 Juri Linkov <juri@jurta.org>
1839
1840 * battery.el (battery-linux-proc-acpi): Also try
1841 `/proc/acpi/thermal_zone/THR2/temperature'.
1842
1843 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1844 for now unused lambda `string-or-null'.
1845
1846 * add-log.el (change-log-default-name): Put `string-or-null-p'
1847 instead of lambda on `safe-local-variable' property.
1848
1849 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1850 `region-end' instead of `mark' and `point'.
1851 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1852 Operate on region in Transient Mark mode when the mark is active.
1853 Use `region-beginning' and `region-end' instead of `mark' and
1854 `point'.
1855 (diff-hunk-text, diff-goto-source): Doc fix.
1856
1857 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1858 face `mode-line-buffer-id' for mode-line buffer face instead of
1859 hard-coded `(:weight bold)'.
1860
1861 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1862 buffer-undo-list to t (undo-ask is reproducible by visiting
1863 nested archives).
1864
1865 2006-05-09 Kim F. Storm <storm@cua.dk>
1866
1867 * progmodes/grep.el (rgrep): Set default directory of *grep*
1868 buffer if we start M-x rgrep in the *grep* buffer and choose
1869 a different base directory.
1870
1871 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1872
1873 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1874 completion also when ido is loaded.
1875
1876 2006-05-09 Masatake YAMATO <jet@gyve.org>
1877
1878 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1879 "warning" and "import".
1880 (cpp-font-lock-keywords): Added "warning".
1881
1882 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1883
1884 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1885
1886 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1889 pages at a time, if we signal the end, we should indeed reach that end.
1890
1891 2006-05-08 David Reitter <david.reitter@gmail.com>
1892
1893 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1894 output during execution of the body.
1895
1896 2006-05-08 Kim F. Storm <storm@cua.dk>
1897
1898 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1899
1900 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1901
1902 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1903 Use with-current-buffer.
1904
1905 2006-05-07 Kim F. Storm <storm@cua.dk>
1906
1907 * subr.el (add-to-history): Remove keep-dups arg.
1908
1909 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1910 to nil around call to add-to-history.
1911
1912 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1915 than after a buffer modification.
1916
1917 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1918
1919 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1920 call to...
1921 (gud-watch): ...here so speedbar is raised for already watched
1922 expressions.
1923 (gdb-speedbar-refresh): Delete function.
1924 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1925 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1926 earlier change).
1927 (gdb-var-evaluate-expression-handler)
1928 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1929
1930 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1931 Update localized contents for all buffers except ignored modes.
1932
1933 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1934
1935 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1936 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1937 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1938 (mac-handle-font-panel-closed, mac-handle-font-selection):
1939 New functions.
1940 (mac-font-panel-mode): New minor mode.
1941 (mac-apple-event-map): Add bindings for toolbar toggle button and
1942 font panel.
1943 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1944
1945 2006-05-07 John Paul Wallington <jpw@pobox.com>
1946
1947 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1948 Avoid `regexp-opt'; simplify regexp for readability.
1949
1950 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1951
1952 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1953 * files.el (buffer-stale-function):
1954 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1955 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1956 links to the main manual, not to emacs-xtra.
1957
1958 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1959
1960 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
1961 MacJapanese if text is ASCII-only.
1962
1963 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1964
1965 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1966 unless so nil isn't returned.
1967 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1968
1969 2006-05-06 Kim F. Storm <storm@cua.dk>
1970
1971 * subr.el (add-to-history): New function.
1972
1973 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1974 (ediff-merge-files-with-ancestor):
1975 * env.el (setenv):
1976 * isearch.el (isearch-update-ring):
1977 * server.el (server-visit-files):
1978 * progmodes/grep.el (lgrep, rgrep):
1979 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1980 * progmodes/xscheme.el (xscheme-insert-expression):
1981 Use add-to-history.
1982
1983 * kmacro.el (kmacro-push-ring): Use add-to-history.
1984 (kmacro-ring-length): Remove unused defun.
1985 (kmacro-start-macro): Use kmacro-push-ring.
1986
1987 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1988
1989 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1990 directly instead of a lambda expression that calls it.
1991
1992 2006-05-06 Kim F. Storm <storm@cua.dk>
1993
1994 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1995 instead of compute-motion.
1996
1997 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2000 change.
2001
2002 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2003
2004 * startup.el (command-line-1): Refer to "Pure Storage" on
2005 pure-space-overflow.
2006
2007 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2008
2009 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2010 provided faces once they all have been used up.
2011
2012 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2013
2014 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2015 reference to the Lisp manual to the warning about pure space
2016 overflow.
2017
2018 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2019
2020 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2021 argument to avoid the call to `ispell-internal-change-dictionary'
2022 when not needed.
2023 (ispell-change-dictionary): Use this argument and call
2024 `ispell-internal-change-dictionary' after the possible change
2025 to `ispell-local-dictionary'.
2026 (ispell-internal-change-dictionary): Check for a change in
2027 personal dictionary use too.
2028 Cosmetic changes from Agustin Martin
2029 <agustin.martin@hispalinux.es>.
2030
2031 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2032
2033 * startup.el (command-line): On MS-Windows, probe "~", not
2034 "~USER", for warning about non-existent home directory
2035
2036 * arc-mode.el (archive-l-e): New optional argument `float' means
2037 generate a float value.
2038 (archive-arc-summarize, archive-lzh-summarize)
2039 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2040 with 3rd argument non-nil when file's size is being computed.
2041 Format the file sizes with %8.0f instead of %8d.
2042
2043 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2044
2045 * cus-start.el (all): Add mac-dnd-known-types.
2046
2047 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2048 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2049 (mac-TIFF-to-string): New functions.
2050 (x-get-selection, x-selection-value)
2051 (mac-select-convert-to-string): Use them.
2052 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2053 (mac-dnd-types-alist): New customization variable.
2054 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2055 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2056 (mac-dnd-handle-drag-n-drop-event): New functions.
2057 (mac-drag-n-drop): Remove function.
2058 (global-map): Bind drag-n-drop and M-drag-n-drop to
2059 mac-dnd-handle-drag-n-drop-event.
2060
2061 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2062
2063 * progmodes/perl-mode.el (perl-beginning-of-function):
2064 Skip anonymous subs.
2065
2066 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2067
2068 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2069 regexp-opt at run time.
2070
2071 * term.el (term-handle-ansi-escape): Fix off by one error.
2072
2073 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2074
2075 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2076 (gdb-init-1, gdb-post-prompt): ...and references to it.
2077 (gdb-frame-handler): Strip directory name from filename if present.
2078
2079 * progmodes/gud.el (gdb-force-update): Delete defvar
2080 (gud-speedbar-buttons): ...and references to it. Use window-start
2081 to try to keep positon in watch expression.
2082
2083 2006-05-03 Richard Stallman <rms@gnu.org>
2084
2085 * simple.el (next-history-element, previous-history-element): Doc fix.
2086
2087 * isearch.el (isearch-update-ring): Doc fix.
2088
2089 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2090
2091 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2092 into consideration. Replace one arm ifs with whens.
2093
2094 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2095
2096 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2097 (menu): Fix typo.
2098
2099 2006-05-02 Miles Bader <miles@gnu.org>
2100
2101 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2102
2103 2006-05-02 Jay Belanger <belanger@truman.edu>
2104
2105 * calc/calc-embed.el (calc-override-minor-modes-map)
2106 (calc-override-minor-modes): New variables.
2107 (calc-do-embedded): Make sure that Calc keystrokes aren't
2108 overwritten by minor modes.
2109
2110 2006-05-02 Chong Yidong <cyd@mit.edu>
2111
2112 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2113
2114 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2115
2116 * startup.el (command-line-1): Refer to Lisp manual when
2117 pure-space-overflow occurs.
2118
2119 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2120 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2121 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2122 (version-control): Don't use `t' for safe-local-variable declarations.
2123
2124 2006-05-01 Richard Stallman <rms@gnu.org>
2125
2126 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2127 M-r, M-R, M-A, M-SPC or M-DEL.
2128 (diff-mode-map): diff-refine-hunk now on C-c C-w
2129 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2130
2131 * help-mode.el (help-mode): view-exit-action calls delete-window
2132 only when it is safe and possible.
2133
2134 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2135 in messages.
2136
2137 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2138
2139 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2140 in the default tool-bar-map.
2141
2142 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2143
2144 * net/tramp.el (tramp-completion-file-name-handler-alist)
2145 (tramp-run-real-handler, tramp-completion-run-real-handler)
2146 (tramp-completion-handle-file-name-all-completions)
2147 (tramp-completion-handle-file-name-completion): Autoload them.
2148 (tramp-completion-handle-file-exists-p)
2149 (tramp-completion-handle-file-name-directory)
2150 (tramp-completion-handle-file-name-nondirectory)
2151 (tramp-completion-handle-expand-file-name): Remove them.
2152 (tramp-handle-file-name-directory): Return the real directory name.
2153 Returning "/" only doesn't need to be necessary any longer.
2154 (tramp-file-name-handler): Make special attention when in hostname
2155 completion mode.
2156 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2157 (tramp-register-file-name-handlers):
2158 Register `tramp-completion-file-name-handler' only when
2159 `partial-completion-mode' is enabled.
2160 (tramp-completion-handle-file-name-all-completions):
2161 Delete directory part from results.
2162 (tramp-get-completion-methods, tramp-get-completion-user-host):
2163 Discard deleting "/", it doesn't work after the change of
2164 `tramp-handle-file-name-directory' above.
2165
2166 2006-05-01 Kim F. Storm <storm@cua.dk>
2167
2168 * progmodes/grep.el (grep-expand-template): Use save-match-data
2169 and symbol-value.
2170
2171 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2172
2173 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2174 Use select-frame-set-input-focus instead of raise-frame.
2175 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2176
2177 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2178
2179 * progmodes/gud.el (gud-def): Add %c case.
2180 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2181 (gud-format-command): Make match case sensitive. Match on %F.
2182
2183 2006-04-30 Glenn Morris <rgm@gnu.org>
2184
2185 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2186 (cal-tex-preamble): Use cal-tex-preamble-extra.
2187 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2188 than alias `list-diary-entries'.
2189
2190 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2191
2192 * help-fns.el (describe-variable): Add info about safe local variables.
2193
2194 2006-04-29 Richard Stallman <rms@gnu.org>
2195
2196 * bindings.el (mode-line-format): help-echo doc fixes.
2197
2198 * net/tramp.el (tramp-file-name-handler-alist): Delete
2199 expand-file-name and other operations that can cause spurious loading.
2200
2201 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * files.el (safe-local-variable-p): Remove support for the special
2204 value t.
2205
2206 * textmodes/paragraphs.el (sentence-end-without-space):
2207 Fix safety predicate.
2208 (sentence-end-double-space, sentence-end-without-period)
2209 (paragraph-ignore-fill-prefix):
2210 * textmodes/fill.el (colon-double-space):
2211 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2212
2213 * subr.el (booleanp): New fun.
2214
2215 * textmodes/reftex-vars.el (reftex-guess-label-type):
2216 Tighten the safety predicate.
2217
2218 2006-04-28 Kim F. Storm <storm@cua.dk>
2219
2220 * progmodes/grep.el (defgroup grep): Doc fix.
2221 (grep-auto-highlight): Remove.
2222 (grep-template): New defcustom.
2223 (grep-find-template): Rename from grep-tree-template.
2224 (grep-files-aliases): Rename from grep-tree-files-aliases.
2225 Remove "all" alias, add "l" alias.
2226 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2227 (grep-find-ignored-directories): New defcustom to replace
2228 grep-tree-ignore-CVS-directories, to facilitate ignoring
2229 subdirectories for multiple version control systems.
2230 (grep-mode-map): Add Recursive grep item to GREP menu.
2231 (grep-regexp-history, grep-files-history): New defvars.
2232 (grep-probe): New helper function.
2233 (grep-compute-defaults): Use it to simplify code.
2234 Adapt to name changes.
2235 Use `.' as base in grep-find-template rather than <D>.
2236 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2237 Call grep-compute-defaults unconditionally.
2238 (grep-expand-keywords): New defconst.
2239 (grep-expand-template): Rename from grep-expand-command-macros.
2240 Simplify via grep-expand-keywords. Look at case-fold-search instead
2241 of grep-tree-ignore-case to add -i option.
2242 Bind case-fold-search to nil while matching keywords.
2243 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2244 (grep-read-regexp, grep-read-files): New helper functions.
2245 (rgrep): Rename from grep-tree. Rework to use proper histories.
2246 Adapt to changes in defcustoms and functions above.
2247 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2248
2249 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2250
2251 * net/tramp.el (tramp-completion-file-name-handler):
2252 Disable Tramp's functionality while loading Tramp itself.
2253 (tramp-register-file-name-handlers): That's a defsubst now.
2254 Code from `tramp-repair-jka-compr' moved here. Apply it via
2255 `after-init-hook'.
2256 (tramp-repair-jka-compr): Remove.
2257
2258 2006-04-27 Jay Belanger <belanger@truman.edu>
2259
2260 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2261 read expression when `math-read-big-expr' doesn't work.
2262
2263 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2264
2265 * startup.el (command-line-1): Display warning when
2266 pure-space-overflow is non-nil.
2267
2268 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2269
2270 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2271 risky.
2272
2273 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2274
2275 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2276 Return the URL or nil if none can be generated.
2277
2278 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2279
2280 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2281 byte compiler warnings.
2282 (gud-basic-call, gud-find-expr): Let user select an expression
2283 for printing. Print expression as well as value in GUD buffer.
2284
2285 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2286
2287 * allout.el: Remove local autoload declaration for
2288 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2289 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2290 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2291 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2292 (allout-stylish-prefixes, allout-numbered-bullet)
2293 (allout-file-xref-bullet, allout-presentation-padding)
2294 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2295 safe-local-variable with suitable value spec, and add autoload
2296 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2297 (move-beginning-of-line, move-end-of-line): Repair so these compat
2298 functions now actually resituate the point, when appropriate.
2299
2300 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2303
2304 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2305 (add-log-iso8601-time-string): Fix call to format-time-string.
2306
2307 2006-04-26 Kim F. Storm <storm@cua.dk>
2308
2309 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2310
2311 2006-04-26 Masatake YAMATO <jet@gyve.org>
2312
2313 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2314 Add support for "//" style comments. Remove `b' flag
2315 from ?* in `asm-mode-syntax-table'.
2316
2317 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * follow.el: Use (featurep 'xemacs) everywhere.
2320 (follow-mode): Use define-minor-mode.
2321 (follow-mode-map): Move initialization into the declaration.
2322 Use command remapping.
2323 (follow-emacs-version-xemacs-p): Remove.
2324 (follow-submit-feedback): Remove.
2325
2326 * allout.el (allout-layout, allout-passphrase-verifier-string)
2327 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2328
2329 * textmodes/reftex-vars.el (reftex-vref-is-default)
2330 (reftex-fref-is-default, reftex-guess-label-type):
2331 Tighten up a bit the safety predicate.
2332
2333 * textmodes/paragraphs.el (sentence-end-double-space)
2334 (sentence-end-without-period, sentence-end-without-space)
2335 (page-delimiter, paragraph-ignore-fill-prefix):
2336 Tighten up a bit the safety predicate.
2337
2338 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2339
2340 * progmodes/python.el (python-continuation-line-p)
2341 (python-beginning-of-statement): syntax-ppss may return
2342 a negative depth.
2343 (python-mode): Don't forcefully enable font-lock.
2344
2345 * time-stamp.el (time-stamp-start, time-stamp-end)
2346 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2347
2348 * add-log.el: Remove spurious * in docstrings.
2349 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2350 (add-change-log-entry): Use it here, since it's not specific
2351 to iso8601.
2352 (add-log-iso8601-time-string): Don't use it here any more.
2353 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2354
2355 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2356
2357 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2358
2359 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2360 (rcirc-toggle-low-priority): Doc fix.
2361 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2362 ChanServ regexp.
2363 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2364 #emacs.
2365 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2366 (rcirc-decode-coding-system): Use utf-8 as the default.
2367 (rcirc-multiline-minor-mode): Set the fill-column.
2368 (rcirc-format-response-string): Display bright and dim nicks.
2369 (rcirc-browse-url): Update interactive spec to fill ARG.
2370 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2371 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2372
2373 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2374
2375 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2376 case for @Article, etc.
2377
2378 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2379
2380 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2381 Added with autoload cookie.
2382 (tramp-unload-file-name-handlers): Rename from
2383 `tramp-unload-file-name-handler-alist'.
2384
2385 2006-04-23 Romain Francoise <romain@orebokech.com>
2386
2387 * comint.el (comint-match-partial-filename): Doc fix.
2388
2389 2006-04-21 Glenn Morris <rgm@gnu.org>
2390
2391 * calendar/cal-menu.el (calendar-mode-map): Refer to
2392 `diary-view-entries' rather than alias `view-diary-entries'.
2393 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2394
2395 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2396
2397 * progmodes/antlr-mode.el (antlr-default):
2398 * cus-edit.el (custom-documentation):
2399 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2400 in defface.
2401
2402 2006-04-21 Kim F. Storm <storm@cua.dk>
2403
2404 * image.el (image-type): New defun split out of create-image.
2405 (create-image): Use it.
2406
2407 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2408
2409 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2410 (org-open-at-point): Remove the "...done" message to keep output
2411 in the echo area visible.
2412 (org-export-as-xoxo): Fix call to `indent-region'.
2413
2414 2006-04-21 Kevin Ryde <user42@zip.com.au>
2415
2416 * international/mule.el (keyboard-coding-system): defcustom
2417 info-link fixes: "Specify Coding" has been split, keyboard now in
2418 "Terminal Coding", and "Single-Byte Character Support" is now
2419 "Unibyte Mode".
2420
2421 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2422
2423 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2424 Use font-lock-warning-face for any errors e.g. no stack.
2425 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2426
2427 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2428
2429 * progmodes/sh-script.el (sh-shell): Mark as safe.
2430
2431 * newcomment.el (comment-start, comment-start-skip)
2432 (comment-end-skip, comment-end): Mark as safe.
2433
2434 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2435
2436 * textmodes/org.el (org-deadline-announce): Face removed.
2437 (org-level-faces, org-n-levels): Convert to constant.
2438 (org-compatible-face): New function.
2439 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2440 (org-level-5, org-level-6, org-level-7, org-level-8)
2441 (org-special-keyword, org-warning, org-headline-done, org-link)
2442 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2443 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2444 Face definition revised for better color tty support.
2445 (org-bold-re, org-italic-re, org-underline-re): New constants.
2446 (org-set-font-lock-defaults): Use the new constants.
2447 (org-agenda-highlight-todo): New function.
2448 (org-agenda-todo): Fix bug with point at end of line.
2449 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2450 Fontify TODO keywords.
2451 (org-insert-link): Preserve relative path in ../ links.
2452 (org-export-as-html): Convert links pointing to .org files into
2453 links that will work beteen the exported HTML files.
2454 (org-todo-list): Fix bug when arg=0.
2455 (org-insert-heading): More fine-tuning.
2456
2457 2006-04-19 Romain Francoise <romain@orebokech.com>
2458
2459 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2460 from `rmail-mime-charset-pattern'.
2461
2462 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2463
2464 * progmodes/python.el (python-mode): Fix typo.
2465
2466 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2467
2468 * comint.el (comint-previous-input): Don't clobber input line
2469 when moving off either end of the input history ring.
2470 (comint-delete-input): New function, used by
2471 `comint-previous-input' and others.
2472 (comint-previous-matching-input):
2473 Use `coming-delete-input'. Save the partial input if leaving the
2474 edit line. Goto point-max before deleting input to avoid
2475 partial input fragments hanging around.
2476 (comint-restore-input): New function, used by `comint-previous-input'.
2477
2478 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2479
2480 * imenu.el (imenu--index-alist): Balance parentheses.
2481
2482 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2483
2484 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2485
2486 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2487
2488 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2489 file is nil.
2490
2491 2006-04-18 Richard Stallman <rms@gnu.org>
2492
2493 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2494
2495 * imenu.el (imenu-create-index-function, imenu--index-alist)
2496 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2497 (imenu-default-create-index-function, imenu--generic-function):
2498 Doc fixes.
2499
2500 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2501
2502 * help-mode.el (help-mode): Set view-exit-action to delete window.
2503
2504 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2505 now works by passing nil as arg.
2506
2507 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2508
2509 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2510 (read-abbrev-file): Provide default when reading filename.
2511
2512 * files.el (enable-local-variables): Allow :all as value.
2513 (hack-local-variables): Implement that value.
2514 (safe-local-variable-values, safe-local-eval-forms)
2515 (enable-local-variables): Mark as risky.
2516 (find-file-visit-truename, kept-old-versions): Mark safe.
2517
2518 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2519 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2520 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2521
2522 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2525 Use forward-line so as to get to BOL even in the presence of fields.
2526 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2527 in return.
2528 (inferior-tcl): Tell tclsh to work in interactive mode.
2529
2530 * complete.el (partial-completion-mode):
2531 Use 'choose-completion-string-functions to make sure that
2532 choose-completion fills the minibuffer properly.
2533
2534 * complete.el (PC-old-read-file-name-internal): Remove.
2535 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2536 of read-file-name-internal.
2537 (partial-completion-mode): Enable/disable this advice.
2538
2539 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2542 of 2006-04-17.
2543
2544 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2545
2546 * textmodes/org.el (org-insert-heading): Insert heading before
2547 current if at beginning of line.
2548 (org-todo, org-date): New faces.
2549 (org-table-align): Make sure tooltip window contains full text.
2550 (org-no-properties): New defsubst.
2551 (org-set-font-lock-defaults): Use new faces.
2552
2553 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2554
2555 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2556 for root variables.
2557
2558 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2559 (gdb-frame-address): Re-use to identify frame for watch expression.
2560 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2561 variables.
2562 (gdb-init-1, gdb-source, gdb-post-prompt)
2563 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2564 (gdb-frame-handler): Get gdb-frame-address.
2565
2566 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2567
2568 Sync with Tramp 2.0.53.
2569
2570 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2571 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2572 (tramp-completion-file-name-handler): Add autoload cookie for
2573 adding to `file-name-handler-alist'.
2574
2575 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2576 the prompt. If it returns earlier (when detecting an error
2577 message), the rest of the output will merge accidently with the
2578 output of the next command. Reported by M Jared Finder
2579 <jared@hpalace.com>.
2580
2581 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2582 for `process-file', in order to let it work for older Emacsen too.
2583
2584 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2585
2586 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2587 (tex-font-lock-keywords-3): Use it.
2588
2589 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 * newcomment.el (comment-add): New function.
2592 (comment-region-default, comment-dwim): Use it.
2593
2594 2006-04-15 Michael Olson <mwolson@gnu.org>
2595
2596 * emacs-lisp/tq.el: Improve comments.
2597 (tq-queue-head-question): New accessor function.
2598 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2599 Update for modified queue structure.
2600 (tq-queue-add): Accept `question' argument.
2601 (tq-queue-pop): If a question is pending, send it.
2602 (tq-enqueue): Accept new optional argument `delay-question'.
2603 If this is non-nil, and at least one other question is pending a
2604 response, queue the question rather than sending it immediately.
2605
2606 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2607
2608 * calendar/appt.el (appt-add): Check whether an appointment is
2609 already present in appt-time-msg-list. Simplify code.
2610
2611 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * progmodes/cc-langs.el (c-mode-menu):
2614 Don't presume c-subword-mode is bound.
2615
2616 2006-04-13 Bill Wohler <wohler@newt.com>
2617
2618 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2619 (customize-package-emacs-version): Use cdr instead of cadr now
2620 that alists use dotted pairs.
2621
2622 * custom.el (defcustom): Fix docstring for :package-version.
2623
2624 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2625
2626 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2627 (tramp-handle-shell-command): Display output buffer only when
2628 `tramp-display-shell-command-buffer' is true.
2629 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2630
2631 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2632
2633 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2634 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2635
2636 2006-04-13 Romain Francoise <romain@orebokech.com>
2637
2638 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2639 leaving temporary .cvsignore buffers behind.
2640
2641 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2642
2643 * textmodes/org.el (org-set-regexps-and-options)
2644 (org-get-current-options): Better names for the startup folding
2645 options.
2646
2647 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2648
2649 * vc.el (vc-annotate): Arrange for point to end up at the same
2650 line number as in the original, but only when using a new buffer.
2651
2652 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2653
2654 * files.el (hack-one-local-variable-eval-safep):
2655 Recognize `edebug-form-spec' for `put', but only if it passes
2656 `edebug-basic-spec'. Generalize `put' handling.
2657
2658 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2659 vetting file-local form specs.
2660
2661 * allout.el (allout-layout): Autoload its `safe-local-variable'
2662 property.
2663
2664 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2665
2666 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2667 (org-agenda-mouse-1-follows-link)
2668 (org-mouse-1-follows-link): New options.
2669 (org-format-agenda-item): Fix bug if TAGS is nil.
2670 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2671
2672 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2673
2674 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2675 GDB 6.1+ gives full filename for "info sources" so use
2676 file-name-nondirectory.
2677
2678 2006-04-12 Romain Francoise <romain@orebokech.com>
2679
2680 * subr.el (read-passwd): Bind `message-log-max' to nil.
2681
2682 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2683
2684 * progmodes/perl-mode.el (perl-indent-new-calculate):
2685 Recompute parse-start after jumping backward by a whole sexp.
2686
2687 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2690 window configuration.
2691 (vc-annotate-display-select): Select the buffer so that current-buffer
2692 (and selected-window) is the output buffer at the end of vc-annotate.
2693
2694 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2695
2696 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2697 8-color terminals, to use all of the colors in a sensible order.
2698 256-color terminals work well with the standard map.
2699 (vc-annotate-lines): Only strip the first color character if it
2700 is "#", to allow for terminal-style named colors.
2701 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2702 the correct buffer is scrolled.
2703
2704 2006-04-11 Richard Stallman <rms@gnu.org>
2705
2706 * emacs-lisp/bytecomp.el (byte-compile-file):
2707 Bind enable-local-variables to :safe, and make normal-mode obey it.
2708
2709 * files.el (enable-local-variables): Allow value :safe.
2710 (normal-mode): Doc fix.
2711 (hack-local-variables): Implement enable-local-variables = :safe.
2712 (hack-local-variables-confirm): Don't prevent quitting.
2713
2714 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * loadhist.el (unload-feature): A bit of sanity check of
2717 load-history entries. Cancel timer-vars before unbinding them.
2718
2719 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2720 quote special chars, and make the trick work on the hex part of the
2721 buffer as well.
2722 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2723 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2724
2725 * startup.el (normal-splash-screen): Fix last change so we don't wait
2726 2 minutes if we don't show the splash screen.
2727
2728 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2729
2730 * textmodes/org.el (org-export-plain-list-max-depth)
2731 (org-table-spaces-around-separators)
2732 (org-radio-targets, org-activate-camels)
2733 (org-table-spaces-around-invisible-separators): Options removed.
2734 (org-time-stamp-rounding-minutes, org-remember-templates)
2735 (org-ellipsis, org-activate-links, org-descriptive-links):
2736 New options.
2737 (org-remember-apply-template, org-current-time)
2738 (org-finish-edit-table-field)
2739 (org-link-unescape, org-link-escape)
2740 (org-string-width, org-table-clean-line, org-html-do-expand)
2741 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2742 (org-read-agenda-file-list): New functions.
2743 (org-table-edit-field)
2744 (org-table-create-or-convert-from-region): New commands
2745 (org-table-toggle-vline-visibility): Command removed.
2746 (org-table-convert-region): Made a command.
2747 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2748 Replace with the normal org- functions.
2749 (org-self-insert-command): Don't trigger realign unnecessarily
2750 when blanking a field that is not full.
2751 (org-mode): `Set buffer-invisibility-spec' for links.
2752 (org-activate-links2): Hide link part and only show descriptive
2753 part of the link.
2754 (org-insert-link): Modify for new linking system.
2755 (org-store-link): Store description separately, for use by
2756 `org-insert-link'.
2757 (org-table-align): Use `org-string-width'.
2758 (defgroup): Completely new group structure for custom variables.
2759 (org-agenda-files): Option: Single file name allowed. Function:
2760 Optional argument unrestrited means ignore any restricitons.
2761 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2762 trying to modify the menu. Use generalized access to
2763 `org-agenda-files.'
2764 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2765 (org-agenda-file-to-front, org-remove-file, org-diary)
2766 (org-tags-view, org-export-icalendar-all-agenda-files)
2767 (org-export-icalendar-combine-agenda-files): Use generalized
2768 access to `org-agenda-files'.
2769 (org-remember-handler): Correctly preserve heading if present.
2770 (org-table-insert-row, org-table-insert-hline): Deal with
2771 invisible characters.
2772
2773 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2774
2775 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2776 (vc-annotate-color-map): New 18 element constant
2777 value/saturation, rotating hue colormap, from red->blue.
2778 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2779 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2780 (vc-annotate): To avoid killing the required local variables,
2781 set them before the end of `with-output-to-temp-buffer', and
2782 after first switching to annotate-mode.
2783 (vc-annotate-warp-version): Add buffer argument in goto-line to
2784 ensure annotation, not source, is scrolled.
2785
2786 2006-04-10 Bill Wohler <wohler@newt.com>
2787
2788 * custom.el (defcustom, custom-handle-keyword):
2789 Add :package-version keyword.
2790 (custom-add-package-version): New function. Sets value of new
2791 property 'custom-package-version from :package-version keyword.
2792 (defcustom): Create Common Keywords section in docstring.
2793 (defface, defgroup): Replace definitions of a select few keywords
2794 with a reference to the Common Keywords in defcustom.
2795 (defcustom, defface, defgroup): Replace reference to Customization
2796 chapter in manual with hyperlink.
2797
2798 * cus-edit.el (customize-package-emacs-version-alist):
2799 New variable.
2800 (customize-changed-options): Add check for custom-package-version.
2801 (customize-package-emacs-version): New function to look up Emacs
2802 version corresponding to the given package version.
2803
2804 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2805 defun name, in similar fashion to find-variable-regexp.
2806
2807 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2808
2809 * international/mule-cmds.el (set-locale-environment): Fix last
2810 change for when the locale's preferences don't specify any encoding.
2811
2812 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2815 so the defined var/fun doesn't need to be quoted.
2816
2817 2006-04-10 Richard Stallman <rms@gnu.org>
2818
2819 * finder.el (finder-mode-map): Add n and p bindings.
2820
2821 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2822
2823 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2824 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2825 (gdb-setup-windows): Put something in source window if we can't find
2826 the source file.
2827 (gdb-frame-handler): Make it work again with just assembly.
2828 (gdb-data-list-register-values-handler): Make it work when there is
2829 no stack.
2830
2831 2006-04-09 Richard Stallman <rms@gnu.org>
2832
2833 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2834 specs while looking for charset.
2835
2836 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2837
2838 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2839 Make them faces.
2840 (lm-font-lock-keywords): Update appropriately.
2841
2842 2006-04-10 Kim F. Storm <storm@cua.dk>
2843
2844 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2845 it can also replace buffer-substring-no-properties.
2846
2847 * emulation/cua-base.el (cua-delete-region, cua-paste)
2848 (cua-repeat-replace-region): Use filter-buffer-substring.
2849
2850 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2851 (cua-cut-region-to-global-mark): Likewise.
2852
2853 * emulation/cua-rect.el (cua--extract-rectangle)
2854 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2855
2856 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2857
2858 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2859 entry-type. Add field delimiters to numerical fields if they are
2860 not present.
2861
2862 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2863
2864 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2865 string-const to return value.
2866 (bibtex-remove-delimiters): Use it.
2867
2868 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2871 cl-byte-compile-compiler-macro unless it exists.
2872
2873 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2874
2875 * files.el (hack-local-variables-confirm) <offer-save>:
2876 Clarify message text. Suggested by Ralf Angeli.
2877
2878 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2879
2880 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2881 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2882 instead of `buffer-substring' and `delete-region'. (Most of the
2883 code actually copied from `kill-region'.)
2884
2885 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2886
2887 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2888 (rcirc-default-port): Rename from rcirc-port.
2889 (rcirc-default-nick): Rename from rcirc-nick.
2890 (rcirc-default-user-name): Rename from rcirc-user-name.
2891 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2892 (rcirc-low-priority-flag): New variable.
2893 (rcirc-decode-coding-system): New defcustom.
2894 (rcirc-encode-coding-system): New defcustom.
2895 (rcirc-coding-system-alist): New defcustom.
2896 (rcirc-multiline-major-mode): New defcustom.
2897 (rcirc-nick): New internal variable.
2898 (rcirc-process): Remove variable.
2899 (rcirc-server-buffer): New variable.
2900 (rcirc): Update to use rcirc-default-* variables above.
2901 (rcirc-connect): Do not add window-configuration-hook-here.
2902 (rcirc-server): New internal variable.
2903 (rcirc-connect): Do not send keepalive pings if
2904 rcirc-keepalive-seconds is nil.
2905 (with-rcirc-server-buffer): New macro.
2906 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2907 (rcirc-server-name): Rename from rcirc-server.
2908 (rcirc-buffer-process): New function.
2909 (rcirc-buffer-nick): New function.
2910 (rcirc-buffer-target): Remove function.
2911 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2912 New commands.
2913 (rcirc-mode-map): Change binding of C-c C-l to
2914 rcirc-toggle-low-priority.
2915 (rcirc-mode): Initialize coding system based on
2916 rcirc-coding-system-alist. New change-major-mode-hook to part the
2917 channel on a mode change. Make kill-buffer-hook buffer-local.
2918 (rcirc-change-major-mode-hook): New function.
2919 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2920 (rcirc-last-post-time): New variable.
2921 (rcirc-process-message): Store the last time user posted a message
2922 to this target.
2923 (rcirc-multiline-minor-mode): New mode.
2924 (rcirc-multiline-minor-mode-map): New mode map.
2925 (rcirc-edit-multiline): Put multiline-edit buffer in
2926 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2927 (rcirc-print): Ignore any line starting with an ignored nick.
2928 (rcirc-print): Decode using rcirc-decode-coding-system.
2929 (rcirc-track-minor-mode): Update global-mode-string when disabling
2930 this mode.
2931 (minor-mode-alist): Add LowPri indicator.
2932 (rcirc-toggle-low-priority): New function.
2933 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2934 next lowpriority buffer with activity.
2935 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2936 last time the user posted a message in to the target.
2937 (rcirc-update-activity-string): New formatting for low priority
2938 buffers.
2939 (rcirc-split-activity): New function.
2940 (rcirc-handler-PART, rcirc-handler-KICK)
2941 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2942 (rcirc-nick-away-alist): New variable.
2943 (rcirc-handler-301): New handler. Away messages are printed once
2944 per change.
2945
2946 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2947
2948 * info.el (Info-follow-nearest-node): Doc fix.
2949
2950 * international/mule-cmds.el (set-locale-environment): Make sure
2951 the coding-system preferred by the locale's language has the same
2952 EOL conversion type as the original buffer-file-coding-system.
2953 (locale-language-names): Add a few MS Windows language codes.
2954
2955 2006-04-07 Richard Stallman <rms@gnu.org>
2956
2957 * simple.el (eval-expression): Doc fix.
2958
2959 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2960 (eval-defun): Doc fixes.
2961
2962 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2963
2964 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2965
2966 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2967
2968 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2969 GDB list command without argument for greater generality.
2970
2971 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2972
2973 * subr.el (string-or-null-p): New function.
2974
2975 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2976
2977 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2978
2979 * files.el: Update comment about safe-local-variable declarations.
2980
2981 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2982
2983 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2984 See idlwave.org.
2985
2986 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2987 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2988
2989 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2990 See idlwave.org.
2991
2992 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2993 version 6.0 (minimal changes). See idlwave.org.
2994
2995 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2996 6.0 (minimal changes). See idlwave.org.
2997
2998 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2999
3000 2006-04-06 Romain Francoise <romain@orebokech.com>
3001
3002 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3003 symmetric encryption features and a new asynchronous interface to
3004 GnuPG. This new version is version 1.4, plus whitespace changes.
3005
3006 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3007
3008 * files.el: Move some `safe-local-variable' declarations to the
3009 respective files.
3010
3011 * textmodes/ispell.el (ispell-check-comments)
3012 (ispell-local-dictionary): Mark as safe.
3013
3014 * abbrev.el (abbrev-mode): Mark as safe.
3015
3016 * add-log.el (change-log-default-name): Mark as safe.
3017
3018 * textmodes/reftex-vars.el (reftex-vref-is-default)
3019 (reftex-fref-is-default, reftex-level-indent)
3020 (reftex-guess-label-type): Mark as safe.
3021
3022 * textmodes/fill.el (colon-double-space): Mark as safe.
3023
3024 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3025 (sentence-end-double-space, sentence-end-without-period)
3026 (sentence-end-without-space, sentence-end, sentence-end-base)
3027 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3028
3029 2006-04-06 Kim F. Storm <storm@cua.dk>
3030
3031 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3032 the :set-after list.
3033 (ido-downcase-unc-hosts): New user option. Default on.
3034 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3035 when it is set, as regexps are now applied on the fly.
3036 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3037 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3038 on the fly, but only when ido-process-ignore-lists is set.
3039 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3040 Only downcase names if ido-downcase-unc-hosts is set.
3041
3042 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3045
3046 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3047
3048 2006-04-05 Kim F. Storm <storm@cua.dk>
3049
3050 * ido.el (ido-mode): Set after ido-unc-hosts and
3051 ido-ignore-unc-host-regexps.
3052 (ido-save-history): Save ido-unc-hosts-cache.
3053 (ido-load-history): Load ido-unc-hosts-cache.
3054 (ido-reread-directory): Refresh unc hosts cache in // dir.
3055
3056 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3057 to nil while displaying slash screen.
3058
3059 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3060
3061 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3062 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3063
3064 2006-04-05 Kenichi Handa <handa@m17n.org>
3065
3066 * international/characters.el: Setup cases of Latin, Greek, and
3067 Cyrillic characters in CJK charsets.
3068
3069 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3070
3071 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3072 default-enable-multibyte-characters. This reverts the change from
3073 revision 6.17 which is no longer necessary because the passphrase
3074 is sent separately now. GnuPG messages are unreadable under
3075 multibyte locales with default-enable-multibyte-characters set to nil.
3076
3077 2006-04-04 Andreas Schwab <schwab@suse.de>
3078
3079 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3080 and `byte-compile-warnings' as `safe-local-variable'.
3081
3082 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3083
3084 * man.el (Man-mode-map): Restore the \r binding.
3085 (Man-abstract-xref-man-page): If Man-target-string is a function,
3086 call it.
3087 (Man-highlight-references): Use Man-default-man-entry to get the
3088 target. Deal with xrefs too.
3089 (Man-highlight-references0): Don't call the target function.
3090
3091 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3092 cannot deal with it.
3093
3094 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3095
3096 * pgg-gpg.el: Clean up process buffers every time gpg processes
3097 complete.
3098
3099 2006-04-04 Kenichi Handa <handa@m17n.org>
3100
3101 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3102 here.
3103 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3104 Temporarily bind inhibit-field-text-motion to t.
3105
3106 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * startup.el (normal-splash-screen): Only set mode-line-format in the
3109 splash buffer, so as not to interfere when debugging the code.
3110 Ignore errors when switching buffer.
3111
3112 2006-04-03 Romain Francoise <romain@orebokech.com>
3113
3114 * dired.el (dired-dnd-protocol-alist): Fix typo.
3115
3116 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3117
3118 * savehist.el (savehist): Add :version.
3119 (savehist-ignored-variables): New variable.
3120 (savehist-minibuffer-hook): Don't save variables listed in
3121 `savehist-ignored-variables'.
3122
3123 * dired.el (dired-dnd-protocol-alist): Mention that change does
3124 only apply to new buffers in doc string.
3125
3126 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3127
3128 * recentf.el (recentf-open-files-item): Include newline in button
3129 field, so opening a file will work, when the point is at the end
3130 of the file name. Allow, for example, to [i]search a file by
3131 extension and just push RET to open it.
3132
3133 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3134
3135 * pgg-gpg.el (pgg-gpg-process-filter)
3136 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3137
3138 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3139 lines, temporary fix.
3140
3141 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3142
3143 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3144
3145 2006-04-02 Richard Stallman <rms@gnu.org>
3146
3147 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3148
3149 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3152 header-mouse-map.
3153
3154 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3155 (ibuffer-mode-header-map): New keymaps.
3156 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3157 and keybindings for column headers.
3158 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3159 property.
3160
3161 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3162
3163 * speedbar.el (speedbar-after-create-hook): Doc fix.
3164
3165 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3166
3167 * shell.el (shell-directory-tracker)
3168 (shell-dynamic-complete-command): Doc fixes.
3169
3170 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3171
3172 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3173 terminals.
3174
3175 2006-04-01 Kim F. Storm <storm@cua.dk>
3176
3177 * ido.el (ido-unc-hosts-cache): New defvar.
3178 (ido-unc-hosts): If value of defcustom is a function, call it to
3179 get list of UNC hosts. Add function-item choices to specify
3180 ido-unc-hosts-net-view or user function.
3181 (ido-ignore-unc-host-regexps): New defcustom.
3182 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3183 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3184 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3185
3186 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3189 wwidth.
3190
3191 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3194 (ido-max-work-file-list, ido-switch-buffer)
3195 (ido-read-file-name-as-directory-commands):
3196 Fix typos in docstrings.
3197
3198 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3199
3200 * term/mac-win.el (mac-system-coding-system): Define and use after
3201 Mac-specific coding systems are ready.
3202
3203 2006-03-27 Romain Francoise <romain@orebokech.com>
3204
3205 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3206
3207 * ldefs-boot.el: Update.
3208
3209 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3210
3211 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3212 passphrases when it is not needed.
3213 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3214 passphrase stuff from gpg, should only be necessary when you use
3215 gpg with a smartcard.
3216
3217 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3218
3219 * comint.el (comint-dynamic-list-completions): Allow user to
3220 select *Completions* buffer.
3221
3222 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3223
3224 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3225
3226 2006-03-26 Andreas Schwab <schwab@suse.de>
3227
3228 * progmodes/gud.el (gdb): Only complain about multiple debugging
3229 when the gdb process is still running.
3230
3231 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3232
3233 * mail/rmail.el (tool-bar-map): Defvar it.
3234 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3235 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3236
3237 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3238
3239 * help.el (print-help-return-message): Suggest to use
3240 display-buffer instead of switch-to-buffer-other-window to restore
3241 the previous window without selecting it.
3242
3243 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3244
3245 * frame.el (select-frame-by-name): Call x-focus-frame also when
3246 window-system is mac.
3247
3248 * term/mac-win.el: Adjust Courier font specifications in
3249 x-fixed-font-alist.
3250 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3251 when directly encoding to UTF-16 in native byte order, no BOM.
3252
3253 2006-03-25 Kim F. Storm <storm@cua.dk>
3254
3255 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3256 (cua--init-keymaps): Use it instead of fixed C-return.
3257 (cua-mode): Set after it.
3258
3259 * emulation/cua-rect.el (cua--init-rectangles):
3260 Use cua-rectangle-mark-key instead of fixed C-return.
3261
3262 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3263
3264 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3265 "run" in .gdbinit.
3266 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3267
3268 2006-03-24 Romain Francoise <romain@orebokech.com>
3269
3270 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3271 `display-buffer-other-frame'.
3272
3273 2006-03-24 Kim F. Storm <storm@cua.dk>
3274
3275 * apropos.el (apropos-synonyms): Add selection => region.
3276
3277 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3278
3279 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3280 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3281 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3282 (gdb-data-list-register-values-regexp)
3283 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3284 Future proof against new fields being added to MI output.
3285 (gdb-send): Don't treat backslashes for program input as
3286 continuations.
3287 (gdb-assembler-handler): Don't use window-start for this handler.
3288 (gdb-frame-handler): Don't change to hollow arrow if overlay
3289 arrow doesn't move to new frame.
3290
3291 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3292
3293 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3294 prevent compiler warnings.
3295 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3296 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3297 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3298 buffer too.
3299
3300 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3301
3302 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3303 make-network-process, so we can use the same code in Gnus v5-10
3304 too and have this file fully synchronized with that release.
3305
3306 2006-03-23 Romain Francoise <romain@orebokech.com>
3307
3308 * ibuf-ext.el (ibuffer-read-filter-group-name):
3309 Use `ibuffer-generate-filter-groups' to make completion list match
3310 the filter groups that are really displayed in the Ibuffer buffer.
3311 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3312
3313 2006-03-23 Kenichi Handa <handa@m17n.org>
3314
3315 * international/mule-cmds.el (sort-coding-systems): Describe that
3316 the argument is modified in docstring.
3317
3318 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3319
3320 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3321 (pgg-gpg-update-agent): New function.
3322 (pgg-gpg-use-agent-p): New function.
3323 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3324 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3325 (pgg-gpg-sign-region): Use it.
3326
3327 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * cus-edit.el (custom-face-set): Call custom-push-theme before
3330 face-spec set so that `changed' theme is correctly saved.
3331 (custom-face-reset-standard): Reset to recalculated face rather
3332 than defface spec.
3333
3334 * custom.el (custom-push-theme): Only save `changed' theme if the
3335 current face does not match the defface specs.
3336
3337 2006-03-21 Simon Josefsson <jas@extundo.com>
3338
3339 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3340 <wilde@sha-bang.de>.
3341 (pgg-gpg-use-agent): New variable.
3342 (pgg-gpg-process-region): Use it.
3343 (pgg-gpg-encrypt-region): Likewise.
3344 (pgg-gpg-encrypt-symmetric-region): Likewise.
3345 (pgg-gpg-decrypt-region): Likewise.
3346 (pgg-gpg-sign-region): Likewise.
3347 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3348
3349 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3350
3351 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3352 bracket links.
3353
3354 2006-03-21 Kim F. Storm <storm@cua.dk>
3355
3356 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3357 fringe-indicator-alist instead of modifying global value.
3358 (gdb-frame-handler): Likewise.
3359
3360 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3361
3362 * diff-mode.el (diff-function): Make it inherit from diff-header
3363 instead of diff-context.
3364
3365 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3366 bitmap.
3367 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3368 change names in macro above for consistency.
3369 (gdb-frame-handler): Use hollow-right-triangle for all selected
3370 frames which except the innermost (where execution has stopped).
3371 (gdb-reset): Reset buffer-local values of overlay-arrow.
3372
3373 2006-03-20 Richard Stallman <rms@gnu.org>
3374
3375 * simple.el (set-mark-command): Doc fix.
3376
3377 * files.el (display-buffer-other-frame): New command.
3378 (ctl-x-4-map): Bind C-x 5 C-o to it.
3379
3380 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3381
3382 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3383 rather than just defer-time, in case defer-time has been changed but
3384 the timer isn't running yet.
3385 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3386
3387 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3388
3389 * help-mode.el (help-follow-symbol): New function.
3390 Essentially identical to the old `help-follow', but do not let
3391 `push-button' do the work when on an xref.
3392 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3393
3394 2006-03-19 Richard Stallman <rms@gnu.org>
3395
3396 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3397 preceded by the word `program'.
3398 (help-follow-mouse, help-follow): Throw error if not on xref.
3399 Delete no longer used args.
3400
3401 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3402
3403 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3404 annotation ensure gud-overlay-arrow-position is redisplayed.
3405
3406 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3407
3408 * textmodes/bibtex.el (bibtex-include-OPTkey)
3409 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3410 (bibtex-autokey-name-case-convert)
3411 (bibtex-autokey-titleword-case-convert): Make these the aliases
3412 for the following two variables.
3413 (bibtex-autokey-name-case-convert-function)
3414 (bibtex-autokey-titleword-case-convert-function): Make these the
3415 real names.
3416 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3417 bibtex-font-lock-crossref sublists.
3418 (bibtex-mode): Revert 2005-12-30 change (which made
3419 completion-ignore-case buffer-local).
3420 (bibtex-url): Simplify.
3421
3422 2006-03-19 Kim F. Storm <storm@cua.dk>
3423
3424 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3425 cursor property value to 2 (to align with C level change).
3426
3427 2006-03-19 Bill Wohler <wohler@newt.com>
3428
3429 * image.el (image-load-path-for-library): Shorten first line in
3430 docstring.
3431
3432 2006-03-18 Richard Stallman <rms@gnu.org>
3433
3434 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3435
3436 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3437
3438 * isearch.el (isearch-other-meta-char): Handle user bindings for
3439 shifted control characters.
3440
3441 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3442
3443 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3444 part that matches email addresses, file names, etc.
3445
3446 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3447
3448 * term/w32-win.el (mouse-set-font):
3449 Mention w32-list-proportional-fonts in the doc string.
3450
3451 2006-03-18 Kim F. Storm <storm@cua.dk>
3452
3453 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3454 (ido-unc-hosts): New user option to explicitly define list of know
3455 UNC-style hosts for completion.
3456 (ido-cache-unc-host-shares-time): New user option.
3457 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3458 New helper functions for UNC file-name support.
3459 (ido-may-cache-directory): Check for UNC host. Simplify.
3460 (ido-wash-history): Clean out old UNC hosts.
3461 (ido-nonreadable-directory-p): UNC hosts are always readable.
3462 (ido-directory-too-big-p): UNC hosts are never too big.
3463 (ido-set-current-directory): Handle UNC root path.
3464 (ido-file-name-all-completions): Complete UNC host names from
3465 ido-unc-hosts list. Cache UNC host shares.
3466 (ido-make-file-list-1): Don't filter UNC root.
3467 (ido-exhibit): Check for // in root directory, and switch to UNC
3468 mode by setting ido-current-directory to //.
3469
3470 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3471
3472 * cus-edit.el (customize-changed-options): Mention explicit
3473 version number as default in prompt.
3474
3475 2006-03-17 Bill Wohler <wohler@newt.com>
3476
3477 * image.el (image-load-path-for-library): Minor docstring fix.
3478
3479 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3480
3481 * textmodes/org.el (org-read-date): Include subgroup 5 into
3482 replacement text.
3483 (org-popup-calendar-for-date-prompt): Fix customization type.
3484
3485 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3486
3487 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3488 (gdb-continuation): New variable.
3489 (gdb-send): Deal with continuation lines.
3490
3491 * progmodes/gud.el (gud-gdb-complete-command)
3492 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3493 expressions.
3494 (gud-tooltip-mode): Use buffer-local value.
3495
3496 2006-03-16 Kim F. Storm <storm@cua.dk>
3497
3498 * ido.el (ido-edit-input): Use selected match, if any.
3499
3500 2006-03-16 Bill Wohler <wohler@newt.com>
3501
3502 * image.el (image-load-path-for-library): Prefer user's images in
3503 image-load-path.
3504
3505 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3506
3507 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3508 when checking for attempt to drag leftmost or rightmost scrollbar.
3509
3510 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3511
3512 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3513 (gdb-force-mode-line-update): New function.
3514 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3515 (gdb-exited): Use them.
3516 (gdb-signal): New function.
3517 (gdb-annotation-rules): Provide a rule for it.
3518
3519 2006-03-16 Kenichi Handa <handa@m17n.org>
3520
3521 * international/mule.el (auto-coding-regexp-alist): Add entries
3522 for Unicode BOM.
3523
3524 * sort.el (sort-build-lists): Temporarily bind
3525 inhibit-field-text-motion to t.
3526
3527 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3528
3529 * locate.el (locate-command, locate-make-command-line)
3530 (locate-fcodes-file, locate-update-command)
3531 (locate-prompt-for-command, locate, locate-with-filter)
3532 (locate-get-file-positions): Doc fixes.
3533 (locate-buffer-name, locate-header-face): Remove leading `*' in
3534 defcustom.
3535 (locate-filter-output): Use `keep-lines' instead of its alias
3536 `delete-non-matching-lines'.
3537 (locate-get-filename, locate-get-dirname): Add introductory comment.
3538 (locate-find-directory-other-window): Give appropriate error
3539 message if used outside main listing.
3540
3541 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3544 the new extend-region feature.
3545 (font-lock-after-change-function): Update correspondingly.
3546 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3547 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3548
3549 2006-03-15 Bill Wohler <wohler@newt.com>
3550
3551 * image.el (image-load-path-for-library): Fix example by not
3552 recommending that one binds image-load-path. Just defvar it to
3553 placate compiler and only use it if previously defined.
3554
3555 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3556
3557 * textmodes/org.el (org-insert-centered): Use `string-width' to
3558 make underlining work for wide characters.
3559 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3560 TAB to `org-cycle', to make sure that no binding in
3561 `outline-mode-map' can supercede it.
3562
3563 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3564
3565 * allout.el: Increment version to 2.2.1 in file commentary.
3566
3567 (allout-version): Increment to 2.2.1.
3568
3569 (allout-default-layout): New customization variable, used when the
3570 file lacks a specific allout-layout. Uses allout-layout-type for
3571 recursively nested definition.
3572
3573 (allout-layout-type): Widget defining allout layouts, necessary for
3574 self-recursive definition.
3575
3576 (allout-mode): Incorporate allout-default-layout as fallback for
3577 allout-layout.
3578
3579 (allout-layout): Mark as 'safe-local-variable', and refer mention
3580 fallback to `allout-default-layout' in absence of a specified value.
3581 (allout-passphrase-verifier-string)
3582 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3583
3584 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3585
3586 (allout-get-encryption-passphrase-verifier): Use correct name of
3587 passphrase verifier in docstring.
3588
3589 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3590
3591 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3592 elements.
3593 (gdb-find-watch-expression): Make it work for arrays too.
3594 Follow change to gdb-var-list.
3595 (gud-watch): Allow the user to enter variable name with a prexix
3596 arg. Create keybindings.
3597 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3598 (gdb-var-list-children-handler, gdb-var-update-handler)
3599 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3600 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3601 Follow change to gdb-var-list.
3602 (gdb-starting): Don't show the overlay arrows when program is running.
3603
3604 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3605 gdb-var-list.
3606
3607 2006-03-14 Bill Wohler <wohler@newt.com>
3608
3609 * image.el (image-load-path-for-library): Pass value of path
3610 rather than symbol. Always return list of directories.
3611 Guarantee that image directory comes first.
3612
3613 2006-03-14 Alan Mackenzie <acm@muc.de>
3614
3615 * font-core.el (font-lock-extend-region\(-function\)?.):
3616 New function/variable.
3617
3618 * font-lock.el (font-lock-after-change-function):
3619 Call font-lock-extend-region. Obey font-lock-lines-before.
3620 (font-lock-default-fontify-region): Remove reference to
3621 font-lock-lines-before.
3622
3623 * jit-lock.el (jit-lock-after-change):
3624 Call font-lock-extend-region. Obey font-lock-lines-before.
3625
3626 2006-03-14 David Ponce <david@dponce.com>
3627
3628 * tree-widget.el (tree-widget-themes-load-path)
3629 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3630
3631 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3632
3633 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3634 (rcirc-print): Mark the start of text at the end of the prompt.
3635 (rcirc-track-minor-mode): Add autoload cookie.
3636 (rcirc-update-activity-string): Add space to front of mode-line
3637 indicator.
3638
3639 2006-03-13 Miles Bader <miles@gnu.org>
3640
3641 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3642 (rcirc-abbrev-nick): Remove function.
3643 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3644
3645 2006-03-13 David Ponce <david@dponce.com>
3646
3647 * tree-widget.el: Handle themes across all occurrences of the main
3648 themes sub-directory found in tree-widget-themes-load-path.
3649 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3650 (tree-widget--locate-sub-directory): Return all occurrences.
3651 (tree-widget-themes-path): New function.
3652 Replace tree-widget-themes-directory, and return a list of directories.
3653 (tree-widget-set-parent-theme)
3654 (tree-widget-lookup-image): Use it.
3655
3656 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3657
3658 * textmodes/org.el (org-link-search): Avoid self-matching of
3659 links, allow target text to be distributed over several lines.
3660 (org-search-not-link): New function.
3661 (org-set-regexps-and-options, org-get-current-options):
3662 New startup options.
3663 (org-export-as-html): Take odd-level setting from local variable.
3664 (org-fontify-emphasized-text): New option.
3665 (org-set-font-lock-defaults): Include emphasized text.
3666 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3667 (org-font-lock): Customize group renamed from `org-faces'.
3668
3669 2006-03-13 John Paul Wallington <jpw@pobox.com>
3670
3671 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3672 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3673
3674 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3675
3676 * cus-start.el (all): Delete :version keyword for members of the
3677 fringe group, since the entire group is new in 22.1.
3678
3679 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3680
3681 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3682 map if value is hexadecimal (an address).
3683 (gud-watch): Only search roots for existing watch expressions.
3684 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3685 prevent caching problems with speedbar-update-directory-contents.
3686
3687 2006-03-12 Juri Linkov <juri@jurta.org>
3688
3689 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3690 before comparing with `low' and `warn'.
3691
3692 * info.el (Info-dir-remove-duplicates): Move point to the
3693 beginning of the current line after deleting the entries from
3694 redundant heading. Use marker for `limit' and compare it with
3695 point before calling `re-search-forward'.
3696
3697 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3698
3699 * simple.el (yank): Fix typo in docstring.
3700
3701 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3702
3703 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3704 messages, where "D" is the 6th character.
3705
3706 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3707
3708 * simple.el (yank): Fix last change.
3709
3710 2006-03-11 David Ponce <david@dponce.com>
3711
3712 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3713 merging elements from the standard ispell-dictionary-alist.
3714 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3715 alist, and return the new alist.
3716
3717 2006-03-11 Richard Stallman <rms@gnu.org>
3718
3719 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3720
3721 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3722 the way it is implemented is too unclean.
3723
3724 * simple.el (kill-region, yank): Doc fix.
3725
3726 * battery.el (battery-echo-area-format): Doc fix.
3727 (battery-mode-line-format): Likewise.
3728 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3729 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3730
3731 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3732
3733 * progmodes/octave-mod.el (octave-indent-for-comment):
3734 Behave according to do string.
3735
3736 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3737
3738 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3739 Be visible only if major mode is Mail Mode.
3740
3741 * textmodes/flyspell.el (flyspell-external-point-words)
3742 (flyspell-process-localwords): Fix last changes.
3743
3744 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3745
3746 * calendar/holidays.el (list-holidays): Doc fix.
3747
3748 * international/mule.el (auto-coding-alist): Add .odt
3749 (OpenOffice's open document) files.
3750
3751 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3752 document) files. Mention in the doc string the need to sync with
3753 auto-coding-alist.
3754
3755 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3756
3757 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3758 enable-local-variables is set to always query, or there is no
3759 savable variable.
3760
3761 2006-03-10 Bill Wohler <wohler@newt.com>
3762
3763 * image.el (image-load-path-for-library): Merge at least three
3764 functions from Gnus and MH-E into this one function that can now
3765 be shared.
3766
3767 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3768
3769 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3770 gdb-remove-mouse-face and remove help-echo too.
3771 (gdb-enqueue-input): Correct conditional clause.
3772
3773 2006-03-10 Glenn Morris <rgm@gnu.org>
3774
3775 * calendar/calendar.el (calendar-holidays): Doc fix.
3776 * calendar/holidays.el (list-holidays): Doc fix.
3777
3778 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3779
3780 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3781 it gets called in gdb-prompt anyway.
3782 (gdb-use-separate-io-buffer): Only restore window arrangement for
3783 gdb-many-windows.
3784 (gdb-enqueue-input): Make it harder to send GDB input when program
3785 is running.
3786 (gdb-buffer-list): New variable.
3787 (gdb-remove-mouse-face): New function.
3788 (gdb-starting): Use it when GDB input won't get sent.
3789
3790 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * help.el (view-lossage): Remove trailing whitespace before
3793 inserting "\n".
3794
3795 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * files.el (hack-local-variables-confirm):
3798 Set coding-system-for-read to nil before writing to .emacs.
3799
3800 * arc-mode.el (archive-extract): Check if an existing buffer name
3801 comes from a different archive.
3802
3803 * help.el (describe-key-briefly): If KEY is a down event, read and
3804 discard the up event.
3805
3806 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3807
3808 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3809 be edited and use font-lock-warning-face for any changes.
3810
3811 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3812 (gdb-edit-value): Use it to report any errors.
3813
3814 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * help.el (describe-key): Remove leftover test code.
3817
3818 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3819
3820 * textmodes/org.el: Move defvars out of eval-when-compile.
3821 Use buffer-file-name variable.
3822 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3823 arg `file'.
3824 (org-level-faces): Remove startup dependency.
3825 (org-cycle, org-map-tree, org-scan-tags)
3826 (org-remember-handler): Don't call `outline-level' directly.
3827 (org-mhe-search-all-folders): New option.
3828 (org-mhe-get-message-folder-from-index)
3829 (org-mhe-get-message-folder): Fix indexing search.
3830 (org-format-agenda-item): Handle nil TAGS argument.
3831 (org-cleaned-string-for-export, org-activate-target-links)
3832 (org-make-target-link-regexp): Deal with empty radio target list.
3833 (org-tag): New face.
3834 (org-get-level-face): New function.
3835 (org-set-font-lock-defaults): Simplify setup for headlines.
3836 (org-complete): Pass common substring to `display-completion-list'.
3837
3838 2006-03-06 David Ponce <david@dponce.com>
3839
3840 * tree-widget.el: Update Commentary header.
3841 (tree-widget-theme-name): Ignore parent themes.
3842 (tree-widget-set-parent-theme): New function.
3843 (tree-widget-set-theme): Use it.
3844 (tree-widget-set-image-properties): Move definition. Does nothing
3845 if image properties have already been set.
3846 (tree-widget-image-properties): Move definition. Receive an image
3847 name. Set the :pointer property.
3848 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3849 Don't set the :pointer image property.
3850 (tree-widget-convert-widget): New function. Handle :dynargs
3851 compatibility here.
3852 (tree-widget): Use it to :convert-widget. Add the :expander-p
3853 predicate to control when the :expander function is entered.
3854 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3855 (tree-widget-value-create): Handle :expander-p. widget-apply
3856 :expander.
3857 (tree-widget-expander-p): New function. Default value of the
3858 :expander-p property.
3859
3860 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * help.el (describe-key): Properly handle the return value of
3863 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3864 remaps. Handle string and vector `follow-link' values.
3865
3866 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * complete.el (PC-expand-many-files): Try be more careful when parsing
3869 the shell's output.
3870
3871 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * outline.el (hide-sublevels): Provide better interactive default.
3874
3875 2006-03-06 Kenichi Handa <handa@m17n.org>
3876
3877 * international/fontset.el (create-fontset-from-fontset-spec):
3878 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3879
3880 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3881
3882 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3883 backslashes instead of one in regexp.
3884 (gud-tooltip-dereference): Add missing optional argument.
3885
3886 2006-03-04 John Paul Wallington <jpw@pobox.com>
3887
3888 * wdired.el (toplevel): Require `cl' at compile-time.
3889
3890 2006-03-04 Andreas Schwab <schwab@suse.de>
3891
3892 * server.el (server-process-filter): Handle errors during
3893 evaluation of the argument.
3894
3895 2006-03-03 John Paul Wallington <jpw@pobox.com>
3896
3897 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3898 escape parentheses at beginning of line.
3899 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3900 (t-mouse-mode): Remove period from end of error message.
3901
3902 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3903
3904 * textmodes/flyspell.el (flyspell-process-localwords):
3905 Be case-sensitive.
3906
3907 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3908
3909 * cus-edit.el (custom-quote): Remove function, since it has been
3910 moved to custom.el.
3911
3912 * font-lock.el (lisp-font-lock-keywords-2)
3913 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3914 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3915 they have no special meaning.
3916
3917 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3918 indirect buffer gets killed before indirect buffer. Use dolist.
3919
3920 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3921
3922 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3923 value instead of a literal constant (1) on more pauses.
3924
3925 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3926
3927 * textmodes/flyspell.el (flyspell-external-point-words):
3928 Be case-sensitive.
3929
3930 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3931
3932 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3933 with "www".
3934
3935 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3936
3937 * allout.el: Restablish intermediate missing comment header to
3938 preserve outline structure.
3939 (allout-beginning-of-current-entry): Skip invisible text.
3940 (allout-open-topic): Fix opening a topic at end-of-buffer.
3941 (allout-minor-mode): Move nearer to allout-mode function.
3942
3943 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3944
3945 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3946
3947 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3948
3949 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3950 is nil.
3951
3952 * progmodes/gud.el (gud-speedbar-menu-items):
3953 Use buffer-local-value and add missing :visible keyword.
3954
3955 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3956
3957 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3958
3959 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3960 must be `follow-link'.
3961
3962 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3963
3964 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3965 formatting: No nested anchors.
3966 (org-all-targets): Fix bug with XEmacs compatibility.
3967 (org-read-date): Add (require 'parse-time).
3968 (org-set-tags): Fix bug with extra inserted space.
3969 (org-export-html-style): Define a style class for targets.
3970 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3971 (org-hide-leading-stars): New option.
3972 (org-hide): New face.
3973 (org-set-font-lock-defaults): Allow to hide leading stars.
3974 (org-get-legal-level, org-tr-level): New functions.
3975 (org-odd-levels-only): New option.
3976 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3977 (org-demote, org-promote): Deal with double-star levels.
3978 (org-convert-to-odd-levels): New command.
3979
3980 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3981
3982 * speedbar.el (speedbar-update-localized-contents): Try to
3983 preserve window-start.
3984 (speedbar-update-directory-contents): Try to preserve window-start
3985 and window-point.
3986 (speedbar-update-special-contents): Don't move back to start of window.
3987
3988 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3989 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3990 speedbar-timer-fn.
3991 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3992 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3993 instead of gdb-speedbar-timer-fn.
3994
3995 2006-02-28 Jay Belanger <belanger@truman.edu>
3996
3997 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3998 (math-compose-expr): Use latex option when calling
3999 `math-compose-tex-matrix' for latex mode.
4000
4001 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4002
4003 * speedbar.el: Re-instate comments about developing for speedbar
4004 [this is what info and gdb-ui use even if better methods exist now].
4005
4006 * t-mouse.el: New file.
4007 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4008 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4009 (t-mouse-make-event-element): Use posn-at-x-y instead.
4010 (t-mouse-make-event): Deal with Fedora Core 3.
4011 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4012 (t-mouse-mouse-position-function): New function. Use it instead
4013 of advising mouse-position.
4014 (t-mouse-mode): New minor mode.
4015 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4016
4017 2006-02-27 Glenn Morris <rgm@gnu.org>
4018
4019 * calendar/calendar.el (calendar-holidays): Doc fix.
4020
4021 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4022
4023 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4024 Re-introduce the concept of a source window.
4025 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4026 consistency with get-buffer-create.
4027 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4028 (gdb-data-list-register-values-handler)
4029 (gdb-stack-list-locals-handler): Try to preserve window-start as
4030 well as window-point.
4031 (gdb-display-source-buffer): New function (old concept).
4032 (gdb-goto-breakpoint): Use it.
4033
4034 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4035 for gdb-ui/gdb-mi (old concept).
4036
4037 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4038
4039 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4040 binding.
4041
4042 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4043
4044 * textmodes/reftex-sel.el (reftex-select-label-map)
4045 (reftex-select-bib-map): Add `follow-mouse' binding.
4046
4047 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4048
4049 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4050 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4051 Give :set functions to provide automatic updating.
4052 Update docstring. Give compiler defvars early in the file
4053 and move the defcustoms to a later spot where all called functions
4054 are defined.
4055 (jka-compr-file-name-handler-entry): Doc fix.
4056 (jka-compr-compression-info-list--internal)
4057 (jka-compr-mode-alist-additions--internal)
4058 (jka-compr-load-suffixes--internal): New variables.
4059 (jka-compr-install): Set the three above variables.
4060 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4061 (jka-compr-update, jka-compr-set): New functions.
4062 (auto-compression-mode): Doc fix.
4063
4064 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4065 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4066 Use jka-compr-compression-info-list--internal,
4067 jka-compr-mode-alist-additions--internal and
4068 jka-compr-load-suffixes--internal.
4069
4070 * files.el (load-library):
4071 * loadhist.el (file-loadhist-lookup):
4072 * startup.el (command-line):
4073 * subr.el (locate-library):
4074 * emacs-lisp/autoload.el (update-directory-autoloads):
4075 * emacs-lisp/find-func.el (find-library-suffixes):
4076 Use `get-load-suffixes' instead of `load-suffixes'.
4077
4078 * subr.el (locate-library):
4079 * emacs-lisp/find-func.el (find-library-name):
4080 Use `load-file-rep-suffixes' instead of '("").
4081
4082 2006-02-26 Kim F. Storm <storm@cua.dk>
4083
4084 * ido.el (ido-save-history, ido-load-history): Simplify.
4085 Don't use find-file-noselect to avoid interference from other modes.
4086
4087 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4088
4089 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4090 to use the default shell if filename is not available.
4091 Reported by Giorgos Keramidas.
4092
4093 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4094
4095 * progmodes/etags.el (tags-completion-table): Do completion from
4096 all the tables in the current list, as documented in the manual.
4097
4098 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4099
4100 * CC Mode Update to 5.31.3.
4101
4102 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4103
4104 * progmodes/cc-mode.el (c-postprocess-file-styles):
4105 Bind inhibit-read-only to t, around the call to
4106 c-remove-any-local-eval-or-mode-variables, so that it works on a
4107 RO file.
4108
4109 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4110
4111 * progmodes/cc-awk.el: Correct a typo.
4112
4113 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4114
4115 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4116 c-hungry-delete-backwards, at the request of RMS. Leave the old
4117 name as an alias.
4118
4119 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4120
4121 * progmodes/cc-mode.el: Correct a typo.
4122
4123 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4124
4125 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4126
4127 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4128
4129 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4130 brace-else-brace (error due to mbeg, mend being undefined).
4131
4132 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4133
4134 * progmodes/cc-mode.el: File Local variables: Solve the problem
4135 where both `mode' and c-file-offsets are specified: `mode' will
4136 overwrite c-f-o's settings:
4137 (c-remove-any-local-eval-or-mode-variables): New function.
4138 (c-postprocess-file-styles): Call the above new function, within
4139 c-tentative-buffer-change, to splat `mode' and `eval' before the
4140 second hack-local-variables.
4141
4142 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4143
4144 * progmodes/cc-mode.el:
4145 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4146 (c-after-change): Protect the match data with save-match-data.
4147 It was getting corrupted by c-after-change-check-<>-operators.
4148
4149 * cc-defs.el: [Supersedes patch V1.38]:
4150 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4151 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4152
4153 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4154 with save-match-data. It was being corrupted when Font Lock was
4155 not enabled.
4156
4157 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4158
4159 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4160 Mode and Subword Mode.
4161
4162 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4163 real labels ("case 1:" or "foo:") from non-labels ("public:").
4164 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4165 coding; c-f-t-2 doesn't move over a token at EOB.
4166
4167 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4168
4169 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4170 (c-update-modeline): Concatenate the minor mode indicators
4171 directly onto mode-name, removing c-submode-indicators.
4172 Sometimes, c-s-i got separated from the mode name on the mode line.
4173
4174 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4175 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4176
4177 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4178
4179 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4180 error message when there's an evaluation error to show whether
4181 it's loaded from source or not.
4182 (c-filter-ops): Make it available at runtime too to work when
4183 `c-make-init-lang-vars-fun' needs to evaluate from source.
4184
4185 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4186
4187 * help.el (help): Revert last part of 2006-02-23 change (deletion
4188 of the `provide' call).
4189
4190 2006-02-23 Juri Linkov <juri@jurta.org>
4191
4192 * compare-w.el (compare-windows-highlight): Add new value
4193 `persistent' and change :type from `boolean' to `choice'.
4194 (compare-windows-overlays1, compare-windows-overlays2):
4195 New internal variables.
4196 (compare-windows-highlight): If compare-windows-highlight is
4197 `persistent', add current overlays to compare-windows-overlays[12]
4198 instead of adding compare-windows-dehighlight to pre-command-hook.
4199 (compare-windows-dehighlight): Delete all overlays from
4200 compare-windows-overlays[12].
4201
4202 * info.el (Info-search): Don't bind search-spaces-regexp to
4203 Info-search-whitespace-regexp in non-regexp isearch mode.
4204
4205 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4208
4209 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4210
4211 * textmodes/org.el (org-xemacs-p)
4212 (org-export-html-show-new-buffer, org-table-may-need-update)
4213 (org-insert-item, org-mhe-get-message-real-folder)
4214 (org-mhe-get-message-folder-from-index)
4215 (org-mhe-get-message-folder, org-mhe-get-message-num)
4216 (org-mhe-get-header, org-make-org-heading-search-string)
4217 (org-make-org-heading-camel, org-table-sort-lines)
4218 (org-format-org-table-html, org-format-table-table-html):
4219 Fix typos in docstrings.
4220
4221 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4222
4223 * textmodes/org.el (org-cleaned-string-for-export)
4224 (org-solidify-link-text): New function.
4225 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4226 XEmacs, just to silence the compiler.
4227 (org-export-as-ascii, org-export-as-html-and-open):
4228 Use `org-cleaned-string-for-export' and create internal links.
4229 (org-follow-mhe-link): Require mh-e, use folder.
4230
4231 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4232
4233 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4234
4235 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4236 gdb-debug-log-length.
4237 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4238 it a real ring but...
4239 (gud-gdba-marker-filter): ...make it work like mark-ring.
4240 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4241 (gdb-mouse-jump): New function. Add bindings.
4242
4243 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4244
4245 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4246 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4247 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4248 (gdb-debug-log-length): Customize it's length.
4249 (gud-watch, gdb-var-create-handler): Display function::var format
4250 but don't use to create variable object.
4251 (gdb-var-create-handler): Use message-box in place of message.
4252 (gdb-stopped): Call gdb-exited if signalled.
4253
4254 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4255
4256 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4257
4258 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4259
4260 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4261 if `reftex-try-all-extensions' is set.
4262
4263 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4264 fail silently when there is no valid argument at point.
4265 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4266 `fail-silently' argument. From a patch by David Reiter.
4267
4268 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4269 New commands.
4270 (org-mark-ring): New variable.
4271 (org-mark-ring-length): New option.
4272 (org-open-at-point, org-goto, org-open-file): Push old position
4273 onto the mark ring.
4274 (org-add-hook): New function.
4275 (org-export-table-remove-special-lines): New option.
4276 (org-skip-comments, org-format-org-table-html): Respect new
4277 option `org-export-table-remove-special-lines'.
4278 (org-open-file): Allow special command configuration for
4279 directory link.
4280 (org-file-apps): Fix bugs in customize type, added setting
4281 for directories.
4282 (org-activate-tags, org-format-agenda-item, org-complete)
4283 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4284 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4285 (org-link-search, org-make-org-heading-search-string)
4286 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4287 (org-radio-targets, org-file-link-context-use-camel-case)
4288 (org-activate-camels): New options.
4289 (org-update-radio-target-regexp, org-all-targets)
4290 (org-make-target-link-regexp, org-activate-target-links):
4291 New functions.
4292 (org-make-org-heading-search-string): New function.
4293 (org-store-link, org-insert-link): Use new option
4294 `org-file-link-context-use-camel-case'.
4295 (org-activate-camels): Use new option `org-activate-camels'.
4296 (org-link-regexp): Add mhe prefix.
4297 (org-open-at-point, org-store-link): Support for mhe links.
4298 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4299 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4300 (org-mhe-get-header, org-follow-mhe-link): New functions.
4301 (org-remove-angle-brackets, org-add-angle-brackets):
4302 New functions.
4303 (org-bracket-link-regexp): New constant.
4304 (org-read-date): Fix bug that was rejecting all typed dates.
4305 (org-link-search): Make hierarchy above visible after a match.
4306 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4307 (org-store-link): Fix bug with link creation when cursor is in
4308 an empty line.
4309 (org-open-at-point): Fix bug with matching a link.
4310 Fixed buggy argument sequence in call to `org-view-tags'.
4311 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4312 (org-prefix-has-tag): New variable.
4313 (org-format-agenda-item): Remove tags from headline
4314 if appropriate.
4315 (org-agenda-remove-tags-when-in-prefix): New option.
4316
4317 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4318
4319 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4320 Fix the regular expressions.
4321
4322 2006-02-21 Richard M. Stallman <rms@gnu.org>
4323
4324 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4325 if there's no other specific basis.
4326
4327 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4328 as variables at all.
4329 (unsafep-variable): Rename arg; doc fix.
4330
4331 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4332
4333 * calendar/appt.el (diary-selective-display): Add defvar.
4334
4335 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4336
4337 * isearch.el (search-whitespace-regexp): Fix custom type.
4338
4339 * help.el (describe-key-briefly): Compute interactive args
4340 in same was as before previous change.
4341
4342 * files.el (enable-local-variables): Doc fix.
4343
4344 2006-02-21 Kim F. Storm <storm@cua.dk>
4345
4346 * fringe.el: Cleanup as file is now pre-loaded.
4347 (fringe-bitmaps): Initialize unconditionally.
4348 (fringe-mode, set-fringe-style): Remove autoload cookies.
4349
4350 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4351
4352 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4353 `horizontal-bar'.
4354 (fringe-cursor-alist): Use `horizontal-bar'.
4355
4356 2006-02-20 Kim F. Storm <storm@cua.dk>
4357
4358 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4359 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4360
4361 * loadup.el: Load "fringe" on window systems.
4362
4363 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4364
4365 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4366 out of scope components.
4367
4368 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4369 default.
4370
4371 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4372
4373 * custom.el (customize-mark-to-save, customize-mark-as-set):
4374 Load the symbol first.
4375
4376 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4377
4378 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4379 strech spec so it doesn't display as "^J" on the header line
4380 when `Buffer-menu-use-header-line' is t.
4381
4382 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * speedbar.el (speedbar-make-button): Keep text properties
4385 of string arguments if desired.
4386
4387 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4388 expessions.
4389
4390 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4391 of speedbar.
4392
4393 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4394
4395 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4396 to value of `read-file-name-completion-ignore-case'.
4397
4398 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * custom.el (customize-mark-as-set): Push to `user' theme.
4401
4402 * cus-edit.el (custom-save-variables): Allow unthemed values.
4403 (customize-set-variable): Push setting to `user' theme.
4404
4405 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4406
4407 * progmodes/gud.el: Don't require font-lock as it's now
4408 automatically loaded.
4409 (gud-speedbar-buttons): Replace gdb-var-changed with
4410 gdb-force-update.
4411
4412 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4413 gdb-var-changed.
4414 (gdb-post-prompt): Use it.
4415 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4416 (gdb-var-update-handler, gdb-var-delete)
4417 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4418 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4419 gdb-force-update in gdb-post-prompt.
4420 (gdb-reset): Clear watch expressions from speedbar when quitting.
4421
4422 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4423
4424 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4425 (viper-change-state-to-vi, viper-change-state-to-emacs):
4426 Make aware of cursor coloring in the Emacs state.
4427 (viper-special-read-and-insert-char): Use read-char-exclusive.
4428 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4429
4430 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4431
4432 * viper-util.el (viper-save-cursor-color)
4433 (viper-get-saved-cursor-color-in-replace-mode)
4434 (viper-get-saved-cursor-color-in-insert-mode)
4435 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4436 state.
4437 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4438
4439 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4440 (ediff-ignore-case-option3, ediff-actual-diff-options)
4441 (ediff-actual-diff3-options): New variables to control case sensitivity.
4442 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4443 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4444 (ediff-toggle-ignore-case): New function.
4445 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4446
4447 * ediff-help.el (ediff-long-help-message-narrow2)
4448 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4449 (ediff-long-help-message-word-mode): Add ignore-case command.
4450 (ediff-help-for-quick-help): Add ignore-case command.
4451
4452 * ediff-merg.el: Move provide to the end.
4453
4454 * ediff-ptch.el: Move provide to the end.
4455
4456 * ediff-wind.el: Move provide to the end.
4457
4458 * ediff-mult.el: Move provide to the end.
4459 (ediff-set-meta-overlay): Enable follow-link.
4460
4461 * ediff.el: Move provide to the end.
4462 Break recursive load cycle in eval-when-compile.
4463 (ediff-patch-buffer): Better heuristics.
4464
4465 * ediff-util.el: Move provide to the end.
4466 Break recursive load cycle in eval-when-compile.
4467 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4468 defuns.
4469 (ediff-submit-report): Pass the values of ediff-diff3-program,
4470 ediff-diff3-options.
4471
4472 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4473
4474 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4475 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4476 `' (for example, in the docstring of `windmove-default-keybindings').
4477
4478 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4481 shadow face. Don't provide binding to edit variable when it is
4482 out of scope.
4483
4484 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4485 (gdb-var-update-handler): Detect out of scope variables with pre
4486 GDB 6.4 too.
4487 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4488 Reset status of variable objects to nil in update handlers.
4489 (gdb-var-update-handler-1): Detect when a variable object comes
4490 in scope. setcar on var changes gdb-var-list directly.
4491
4492 2006-02-17 Juri Linkov <juri@jurta.org>
4493
4494 * ffap.el (ffap) <defface>: Add explicit face declaration.
4495 (ffap-highlight): Use face `ffap' directly instead of checking
4496 for its existence.
4497
4498 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4499 `visible-ok' of `other-buffer' to find the right original buffer.
4500
4501 * info.el (Info-search): Skip `Local Variables' node.
4502
4503 2006-02-17 Juri Linkov <juri@jurta.org>
4504
4505 * info.el (Info-find-file): Check for symbols `apropos', `history',
4506 `toc' in the input filename, and return these symbols as is.
4507 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4508 `history', `toc' instead of strings.
4509 (Info-set-mode-line): For non-string Info-current-file use the
4510 symbol's name inside **.
4511 (Info-isearch-push-state): Add quote before Info-current-file and
4512 Info-current-node.
4513 (Info-isearch-pop-state): Use `equal' instead of `string='.
4514 (Info-extract-pointer, Info-following-node-name): Use
4515 `match-string-no-properties' instead of `match-string'.
4516 (Info-up): Check `old-file' for `stringp'.
4517 (Info-history): Use `equal' instead of `string-equal'.
4518 Check `file' for `stringp'.
4519 (Info-history): Use symbol `history' instead of string as first arg
4520 of `Info-find-node'.
4521 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4522 `toc' instead of string.
4523 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4524 instead of `buffer-substring', and `match-string-no-properties'
4525 instead of `match-string'.
4526 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4527 instead of strings.
4528 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4529 Use symbol `apropos' instead of string.
4530 (Info-copy-current-node-name): Check `Info-current-file' for
4531 `stringp' and construct a command with `Info-find-node' from it.
4532 (Info-fontify-node): Use `match-string-no-properties' instead of
4533 `match-string' and check file names for `stringp'.
4534 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4535 `history', `toc' instead of strings.
4536
4537 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4538
4539 * files.el: Rearrange functions and variables in the file local
4540 variables section.
4541
4542 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4543
4544 * files.el: Add truncate-lines, ispell-check-comments and
4545 ispell-local-dictionary as safe local variables.
4546
4547 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4548
4549 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4550 out of scope variables.
4551 (gud-speedbar-buttons): Use unless.
4552
4553 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4554 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4555 (gdb-show-changed-values): Also use for out of scope variables.
4556 (gdb-var-update-handler-1): Note if variable goes out of scope.
4557
4558 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4559
4560 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4561 default to global variable values for unsupplied args.
4562 (rcirc-get-buffer-create): Fix bug with setting the target.
4563 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4564 test for rcirc-always-use-server-buffer-flag here.
4565 (rcirc-response-formats): Add %N, which is a facified nick. %n
4566 uses the default face. Change the ACTION format string. If the
4567 "nick" is the server, don't print anything for that field.
4568 Comment fixes.
4569 (rcirc-target-buffer): Don't test
4570 rcirc-always-use-server-buffer-flag here.
4571 (rcirc-print): Squeeze extra spaces out of the text before message.
4572 (rcirc-put-nick-channel): Strip potential "@" char from nick
4573 before adding them to nick table.
4574 (rcirc-url-regexp): Improve to match address like "foo.com".
4575
4576 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4577
4578 * allout.el (allout-hidden-p): Move this defsubst before
4579 allout-overlay-interior-modification-handler, where it is first
4580 used.
4581
4582 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4583
4584 * allout.el: Use allout invisible-text overlays instead of
4585 selective display for concealed text. Also, lots of general
4586 cleanup, and improved compatibility code.
4587
4588 (allout-version) Incremented, corrected, revised, and refined
4589 module commentary.
4590
4591 (provide 'allout): Moved to the bottom, added a require of overlay.
4592
4593 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4594 `except-current'.
4595 (allout-write-file-hook-handler): Minimize delay.
4596 (count-trailing-whitespace-region): New function so
4597 auto-encryption of current topic can resituate cursor exactly.
4598 PGP/GPG encryption trims trailing whitespace from lines, which
4599 must be accounted for across encryption then decryption.
4600
4601 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4602 just plain "\C-c", to avoid intruding on user's keybinding space.
4603
4604 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4605 parameter, so user request to provide a new password is done.
4606
4607 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4608 Refined mechanism for auto-filling behavior while in allout mode.
4609
4610 (allout-mode): Explicitly specify the mode map in the docstring.
4611 Clarify provision for various write-file hook var names.
4612 Adjusted for invisible-text overlays instead of selective-display.
4613
4614 (allout-depth): Really return 0 if not within any topic. This
4615 rectifies `allout-beginning-of-level' and sequence numbering
4616 errors that occur when cutting and pasting numbered topics.
4617 Changed from a in-line subst to a regular function, as well.
4618
4619 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4620
4621 (allout-end-of-subtree, allout-end-of-subtree)
4622 (allout-end-of-entry, allout-end-of-current-heading)
4623 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4624 (allout-show-children, allout-show-to-offshoot)
4625 (allout-hide-current-entry, allout-show-current-entry): Rectified
4626 handling of trailing blank lines between items.
4627
4628 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4629 (allout-current-depth, allout-unprotected, allout-hidden-p)
4630 (allout-on-current-heading-p, allout-listify-exposed)
4631 (allout-chart-subtree, allout-goto-prefix)
4632 (allout-back-to-current-heading, allout-get-body-text)
4633 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4634 (allout-hide-region-body, allout-toggle-subtree-encryption)
4635 (allout-encrypt-string, allout-encrypted-key-info)
4636 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4637 (allout-file-vars-section-data): Adjusted for use with
4638 invisible-text overlays instead of selective-display.
4639
4640 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4641 Reworked for use with invisible text overlays.
4642
4643 (allout-current-topic-collapsed-p): New function.
4644
4645 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4646 to know when to close the containing topic.
4647
4648 (allout-pre-command-business, allout-post-command-business):
4649 Simplify undo-batching and dynamic isearch exposure.
4650
4651 (allout-set-overlay-category): New for invisible-text overlays.
4652 Sets properties of allout-overlay-category, used by
4653 allout-flag-region to set invisible-text overlay properties.
4654 (allout-get-invisibility-overlay): Get the first qualifying
4655 invisibility overlay, so we can find the extent of it.
4656 (allout-back-to-visible-text): Get to just before the beginnining
4657 of the current invisibility overlay, if any.
4658
4659 (allout-overlay-insert-in-front-handler)
4660 (allout-overlay-interior-modification-handler)
4661 (allout-before-change-handler, allout-isearch-end-handler): New
4662 functions to handle extraordinary actions affecting concealed
4663 text.
4664
4665 (allout-flag-region): Use overlays instead of selective-display
4666 for invisible text - by inheritence from the properties of
4667 allout-overlay-category in mainline Emacs, and applied
4668 property-by-property in XEmacs, some recent versions of which
4669 don't inherit the properties from the category. Provisions to
4670 respond to concealed-text edits simplified drastically.
4671
4672 (allout-isearch-rectification, allout-isearch-was-font-lock)
4673 (allout-isearch-expose, allout-enwrap-isearch)
4674 (allout-isearch-abort, allout-pre-was-isearching)
4675 (allout-isearch-prior-pos, allout-isearch-did-quit)
4676 (allout-isearch-dynamic-expose)
4677 (allout-hide-current-entry-completely): Functions deleted.
4678
4679 (allout-undo-aggregation): Explicit undo aggregation no longer
4680 necessary due to transition away from selective-display.
4681
4682 (set-allout-regexp, allout-up-current-level)
4683 (allout-next-visible-heading, allout-forward-current-level)
4684 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4685 (allout-kill-line, allout-yank-processing, allout-show-children)
4686 (allout-expose-topic, allout-old-expose-topic)
4687 (allout-listify-exposed, allout-insert-latex-header)
4688 (allout-toggle-subtree-encryption, allout-encrypt-string)
4689 (remove-from-invisibility-spec, allout-hide-current-subtree):
4690 Ditched unused variables.
4691
4692 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4693
4694 * textmodes/ispell.el (ispell-change-dictionary): Call
4695 ispell-buffer-local-dict instead of
4696 ispell-accept-buffer-local-defs.
4697 (ispell-local-dictionary-alist): Accept as valid any coding-system
4698 supported by Emacs.
4699 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4700 changed to iso-8859-3.
4701
4702 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4703
4704 * speedbar.el (speedbar-frame-width): Make an inline function
4705 instead of a macro. Use frame-width.
4706 (speedbar-try-completion, speedbar-update-contents)
4707 (speedbar-timer-fn): Use consp.
4708 (speedbar-update-localized-contents): Try to preserve point.
4709
4710 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4711 (menu): Re-order menu items.
4712 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4713 field.
4714 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4715 (gdb-post-prompt): Speed things by not forcing update.
4716
4717 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4720 press and perform default action if we get a mouse movement event.
4721
4722 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4723
4724 * calendar/icalendar.el (icalendar--get-event-property)
4725 (icalendar--get-event-property-attributes): Fix typos in
4726 docstrings.
4727
4728 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4729 docstring.
4730
4731 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * bs.el (bs-mode): Use `buffer-disable-undo'.
4734 (bs--get-file-name): Simplify.
4735 (bs-show-in-buffer): Mark the buffer as not modified.
4736
4737 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4740 widget-button-click.
4741
4742 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4743 (custom-mode): Update docstring.
4744
4745 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4746 binding.
4747
4748 * files.el (hack-local-variables-confirm): Allow scrolling if the
4749 file variable list is too long. Kill temp buffer after use.
4750
4751 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4752
4753 * progmodes/gud.el (gdb): Improve doc string.
4754 (gdb-script-font-lock-keywords): Expand allowed character set.
4755
4756 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4757 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4758 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4759 (gdb-separate-io-stop, gdb-separate-io-eof):
4760 Rename from gdb-inferior-* to gdb-separate-*.
4761 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4762
4763 2006-02-14 Jay Belanger <belanger@truman.edu>
4764
4765 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4766 expression is a symbol before checking that it is bound.
4767
4768 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4769 test to see if equation can be solved.
4770
4771 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * wid-edit.el (widget-button-click): Use :pressed-face property
4774 for overlay face, if it exists.
4775
4776 * cus-edit.el (custom-manual, custom-add-see-also)
4777 (custom-add-parent-links, custom-group-link): Add :pressed-face
4778 property to links.
4779
4780 * files.el (hack-local-variables): Remove ignored variables before
4781 checking if any variables need setting.
4782
4783 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4784
4785 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4786
4787 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4788
4789 * help.el (where-is): Fix message for remapped commands.
4790
4791 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4792 Fix typos in docstrings.
4793
4794 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * files.el (safe-local-variable-values): New option.
4797 (hack-local-variables-prop-line): Return a list of variable-value
4798 pairs if MODE-ONLY is non-nil.
4799 (hack-local-variables): Construct list of variable-value pairs,
4800 and apply or reject them in one go. Ask for confirmation if
4801 variables are not known safe.
4802 (hack-local-variables-confirm): Complete rewrite. Support
4803 `safe-local-variable-values'.
4804 (enable-local-variables): Update docstring to reflect new
4805 behavior.
4806 (ignored-local-variables): Ignore ignored-local-variables and
4807 safe-local-variable-values.
4808 (safe-local-variable-p): New function.
4809 (risky-local-variable-p): `safe-local-variable' property check
4810 moved to safe-local-variable-p.
4811 (hack-one-local-variable): Checks moved to hack-local-variables.
4812
4813 (byte-compile-dynamic, c-basic-offset, c-file-style)
4814 (c-indent-level, comment-column, fill-column, fill-prefix)
4815 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4816 (no-update-autoloads, outline-regexp, page-delimiter)
4817 (paragraph-start, paragraph-separate, sentence-end)
4818 (sentence-end-double-space tab-width, version-control):
4819 Add `safe-local-variable' property.
4820
4821 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4822
4823 * icomplete.el, play/landmark.el: Change nonexistent
4824 `outline-layout' file variable to `allout-layout'.
4825
4826 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4827
4828 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4829 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4830 to gud-comint-buffer.
4831 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4832 gdb-ui.el for gdb-mi.el.
4833 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4834 registers buffer to gdb-get-changed-registers.
4835 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4836 deletion of catchpoints (throw and catch).
4837 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4838 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4839 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4840 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4841 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4842
4843 2006-02-13 Jay Belanger <belanger@truman.edu>
4844
4845 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4846 expression is a symbol before checking that it is bound.
4847
4848 2006-02-13 Richard M. Stallman <rms@gnu.org>
4849
4850 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4851 for the minibuffer too, but not if resize-mini-windows will interfere.
4852
4853 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4854 inside `interactive' spec.
4855 (describe-key-briefly-internal, describe-key-internal):
4856 Functions merged back into their callers.
4857
4858 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4859
4860 * info.el (info-xref-visited): Inherit from info-xref too.
4861 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4862 when propertizing Info-current-file and Info-current-node.
4863
4864 2006-02-13 Juri Linkov <juri@jurta.org>
4865
4866 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4867 (tumme-thumb-name): Fix per-directory format.
4868
4869 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4870
4871 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4872
4873 2006-02-12 Miles Bader <miles@gnu.org>
4874
4875 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4876
4877 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4878
4879 * tumme.el: Remove history section. If someone needs the it, it
4880 can always be found in CVS.
4881
4882 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4883
4884 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4885 about the Thumbnail Managing Standard option.
4886
4887 2006-02-12 Richard M. Stallman <rms@gnu.org>
4888
4889 * subr.el (substitute-key-definition): Doc fix.
4890
4891 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4892
4893 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4894
4895 * info.el (Info-mode): Doc fix.
4896
4897 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4898
4899 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4902 because on Solaris a POSIX compatible "id" is needed. Reported by
4903 Magnus Henoch <mange@freemail.hu>.
4904
4905 2006-02-12 Juri Linkov <juri@jurta.org>
4906
4907 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4908 (tumme) <defgroup>: Change :group to `multimedia'.
4909 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4910 Managing Standard.
4911 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4912 Fix dostring.
4913 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4914 and %y. Fix docstring.
4915 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4916 (tumme-cmd-create-standard-thumbnail-command): New user options.
4917 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4918 is `standard'. Fix docstring.
4919 (tumme-thumb-width, tumme-thumb-height): New user options.
4920 (tumme-external-viewer): Try to find various viewers.
4921 (tumme-get-thumbnail-image): Use `create-image' instead of
4922 constructing the `image' structure.
4923 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4924 `standard'.
4925 (tumme-thumb-name): Add file name generation for standard storage.
4926 Simplify code for other storages.
4927 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4928 Add modification time %m and thumbnail-nq8 %q.
4929 Use `tumme-cmd-create-standard-thumbnail-command' if
4930 tumme-thumbnail-storage is `standard'.
4931 (tumme-dired-insert-marked-thumbs): New autoload command.
4932 (tumme-dired-after-readin-hook): New function.
4933 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4934 `tumme-thumb-size'.
4935 (tumme-display-image): Replace size-x %x and size-y %y with
4936 width %w and height %h.
4937
4938 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4939 `tumme-dired-insert-marked-thumbs'.
4940
4941 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4942
4943 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4944 include path).
4945 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4946 matching tag.
4947
4948 2006-02-12 Miles Bader <miles@gnu.org>
4949
4950 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4951 New variables.
4952 (rcirc-abbrev-nick): New function.
4953 (rcirc-format-response-string): Rewrite to use the formats in
4954 `rcirc-response-formats' and expand escape sequences therein.
4955 A text-property `rcirc-text' is added over the actual response
4956 text to make easy to find inside the returned string.
4957 (rcirc-print): When filling, just look for the `rcirc-text'
4958 text-property to find the appropriate fill prefix, instead of
4959 using hardwired patterns.
4960
4961 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4962
4963 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4964 Managing Standard.
4965
4966 2006-02-11 Kim F. Storm <storm@cua.dk>
4967
4968 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4969 Don't use insert-buffer; do insert-buffer-substring directly.
4970 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4971
4972 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4973
4974 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4975 with inhibit-read-only. Suggested by Stefan Monnier.
4976 (revert-buffer): Let insert-file-contents discard
4977 buffer-undo-list. Simplify code.
4978 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4979
4980 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4981
4982 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4983
4984 * help.el (describe-key-briefly): Now a wrapper for
4985 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4986 to t. Populate yank-menu if empty.
4987 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4988 (describe-key): Now a wrapper for describe-key-internal. Bind
4989 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4990 (describe-key-internal): Renamed from describe-key.
4991
4992 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4993
4994 * progmodes/glasses.el (glasses-separator): Doc fix.
4995 (glasses-original-separator): New defcustom.
4996 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4997
4998 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4999
5000 * mwheel.el (mouse-wheel-up-event): Doc fix.
5001
5002 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5003
5004 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5005 (tumme-dir): New function. Copied from thumbs.el.
5006
5007 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5008
5009 * desktop.el (desktop-outvar): Fix typo.
5010 (desktop-save-buffer-p): Doc fix.
5011
5012 * subr.el (substitute-key-definition): Fix typo.
5013
5014 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5015
5016 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5017 when window-system is mac.
5018
5019 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5020
5021 2006-02-10 Kim F. Storm <storm@cua.dk>
5022
5023 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5024 indirect-function instead of using condition-case.
5025
5026 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5027
5028 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5029 less `colloquial'...
5030
5031 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5032
5033 * tumme.el: Add a couple of todo items.
5034
5035 2006-02-09 Lars Hansen <larsh@soem.dk>
5036
5037 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5038 (highlight-changes-mode): Don't change desktop-locals-to-save.
5039
5040 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5041
5042 * image-mode.el (image-toggle-display): Clear image cache if using
5043 filename.
5044
5045 2006-02-09 Masatake YAMATO <jet@gyve.org>
5046
5047 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5048 a `dired-man' target.
5049
5050 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5051 boundary of symbols.
5052
5053 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5054
5055 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5056
5057 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5060 `mapcar'; return nil.
5061
5062 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5065 some other event.
5066
5067 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5068
5069 * net/rcirc.el (rcirc-startup-channels-alist):
5070 Add irc.freenode.net and #emacs as defaults.
5071 (rcirc-ignore-all-activity-flag): Remove variable.
5072 (rcirc-authinfo): New variable.
5073 (rcirc-authinfo-filename): Remove variable.
5074 (rcirc-always-use-server-buffer-flag): New flag.
5075 (rcirc): M-x rcirc will automatically connect without prompting.
5076 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5077 connection in lisp.
5078 (rcirc-process-server-response-1): Remove everything but the nick
5079 portion of the sender so it doesn't need to be done everywhere
5080 else. Update related code.
5081 (global-map): Remove global keybindings.
5082 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5083 (rcirc-send-input): Split into several functions.
5084 (rcirc-process-input-line, rcirc-process-message)
5085 (rcirc-process-command): New functions.
5086 (rcirc-target-buffer): New function to determine where to route
5087 messages.
5088 (rcirc-user-nick): Save match data.
5089 (rcirc-toggle-ignore-buffer-activity)
5090 (rcirc-update-activity-string): Remove global ignore functionality,
5091 which can be done now by toggling rcirc-track-minor-mode.
5092 (rcirc-track-minor-mode-map): New keymap.
5093 (rcirc-track-minor-mode): New minor-mode.
5094 (ignore): Make the ignore output nicer. Always print it when
5095 adding or removing nicks.
5096 (rcirc-url-regexp): Improve.
5097 (rcirc-mangle-text): Remove properties before using text in the
5098 modeline.
5099 (rcirc-authenticate): Authentication data comes from
5100 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5101 (rcirc-server-prefix): Inherit from rcirc-server.
5102
5103 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5104
5105 * Makefile.in (compile): Append "|| true" to the end of the `find'
5106 command, like compile-always does.
5107
5108 2006-02-08 Sam Steingold <sds@gnu.org>
5109
5110 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5111 output from a dead connection.
5112
5113 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5114
5115 * dired.el (dired-mode-map): Add more bindings for tumme.
5116
5117 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * wdired.el (wdired-mode-map): Use remap.
5120 (wdired-get-filename): Massage.
5121 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5122 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5123 `keymap' property rather than `local-map'.
5124
5125 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5126
5127 * tumme.el (tumme-get-thumbnail-image): New utility function.
5128 Suggested by from Chong Yidong.
5129 (tumme-dired-with-window-configuration): Rename from
5130 `tumme-dired'. Add code to save window configuration.
5131 (tumme-restore-window-configuration): New command to restore the
5132 window configuration that `tumme-dired-with-window-configuration'
5133 saves before it changes the window configuration.
5134 (tumme-show-all-from-dir): New command to display thumbnails for
5135 all files in a directory entered by the user, like M-x thumbs.
5136 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5137 have been created.
5138 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5139 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5140 Remove obsolete test function.
5141
5142 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5143
5144 * vc.el (small-temporary-file-directory): Remove defvar; there's
5145 a defcustom for it in files.el.
5146
5147 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5148 Fix typo in message.
5149 (tumme-gallery-generate): Fix typo in `error' message.
5150 (tumme-display-window-height-correction)
5151 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5152 (tumme-line-up-interactive): Dox fixes.
5153 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5154 (tumme-restore-window-configuration, tumme-format-properties-string)
5155 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5156 Fix typos in docstrings.
5157
5158 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5159
5160 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5161
5162 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5163
5164 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5165 User should use hook if desired.
5166
5167 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5168 buffer if necessary.
5169 (gdb-delete-frame-or-window): New function.
5170 (gdb-breakpoints-mode-map): Bind "q" to it.
5171
5172 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * textmodes/nroff-mode.el: Clean up name space.
5175 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5176 (nroff-mode): Obey the global setting of nroff-electric-mode.
5177 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5178
5179 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5180
5181 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5182
5183 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5184
5185 2006-02-06 Lars Hansen <larsh@soem.dk>
5186
5187 * generic-x.el (etc-fstab-generic-mode): Add file system types
5188 cifs and usbdevfs. Allow special chars in file names.
5189
5190 2006-02-05 Jay Belanger <belanger@truman.edu>
5191
5192 Update copyright notices of the files in lisp/calc.
5193
5194 2006-02-05 Romain Francoise <romain@orebokech.com>
5195
5196 Update copyright notices of all files in the lisp/play directory.
5197
5198 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5199
5200 * ldefs-boot.el: Regenerate.
5201
5202 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5203
5204 2006-02-05 Kim F. Storm <storm@cua.dk>
5205
5206 * files.el (magic-mode-regexp-match-limit): New defvar.
5207 (set-auto-mode): Use it to limit magic-mode-alist matching.
5208
5209 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5210
5211 * simple.el (display-message-or-buffer): Compare the number of
5212 characters to the frame width when determining whether a 1-line
5213 message string will fit in the echo area. Count screen lines
5214 instead of buffer lines when determining whether a multi-line
5215 message will fit in the echo area/minibuffer window.
5216
5217 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5218
5219 * info.el (Info-index, Info-mode): Improve the description of the
5220 `i' command.
5221
5222 * ldefs-boot.el: Regenerate.
5223
5224 2006-02-03 Werner Lemberg <wl@gnu.org>
5225
5226 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5227 greedy to find the closing bracket in \*[...] and similar
5228 expressions. This is a first rough fix -- many additional
5229 refinements are necessary to make nroff mode really usable with groff.
5230
5231 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5232
5233 * international/mule-cmds.el (set-locale-environment):
5234 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5235 libX11.
5236
5237 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5238
5239 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5240 archive are created in archive-tmpdir.
5241
5242 2006-02-02 John Paul Wallington <jpw@pobox.com>
5243
5244 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5245 (ibuffer-fontification-alist): Use it.
5246 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5247 to "* z" and the Ibuffer Mark menu.
5248
5249 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5250
5251 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * textmodes/table.el (*table--cell-describe-mode)
5254 (*table--cell-describe-bindings): Undo last change since
5255 print-help-return-message is not obsoleted by anything at all.
5256
5257 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5258
5259 * emulation/cua-base.el (cua-mode): Doc fix.
5260
5261 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5262
5263 * dframe.el (dframe-handle-make-frame-visible)
5264 (dframe-handle-iconify-frame, dframe-get-focus)
5265 (dframe-select-attached-frame, dframe-power-click)
5266 (dframe-frame-mode): Fix typos in docstrings.
5267
5268 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5269 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5270 Fix typos in docstrings.
5271
5272 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5273 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5274 (hi-lock-archaic-interface-message-used)
5275 (hi-lock-file-patterns-range): Fix typos in docstrings.
5276
5277 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5278 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5279
5280 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5281 Fix typo in docstring.
5282
5283 * net/newsticker.el (newsticker--decode-iso8601-date)
5284 (newsticker--set-customvar, newsticker--buffer-insert-item)
5285 (newsticker--do-run-auto-mark-filter)
5286 (newsticker--parse-generic-feed): Doc fixes.
5287 (newsticker--retrieval-timer-list, newsticker-url-list)
5288 (newsticker-hide-immortal-items-in-echo-area)
5289 (newsticker-hide-obsolete-items-in-echo-area)
5290 (newsticker-new-item-face, newsticker--enclosure)
5291 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5292 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5293 (newsticker--parse-generic-feed, newsticker--cache-contains)
5294 (newsticker--stat-num-items, newsticker-download-enclosures):
5295 Fix typos in docstrings.
5296
5297 * net/rcirc.el (rcirc-debug): Doc fix.
5298 (rcirc-fill-column, rcirc-receive-message-hooks)
5299 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5300 (rcirc-mode, rcirc-generate-new-buffer-name)
5301 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5302 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5303 Fix typos in docstrings.
5304 (rcirc-print): "?\ " -> "?\s".
5305 (rcirc-cmd-join): Improve argument/docstring consistency.
5306
5307 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5308
5309 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5310 before narrow-to-region.
5311
5312 2006-02-01 Richard M. Stallman <rms@gnu.org>
5313
5314 * simple.el (move-beginning-of-line): Scan properly for invis change.
5315
5316 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5317
5318 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5319
5320 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5321 change bit only when id-format is 'integer. Reported by Matt
5322 Hodges <M.P.Hodges@rl.ac.uk>.
5323
5324 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * hilit-chg.el (highlight-changes-initial-state)
5327 (highlight-changes-global-initial-state): Doc fixes.
5328 (highlight-changes-global-modes, global-highlight-changes):
5329 Fix typos in docstrings.
5330
5331 2006-02-01 Kim F. Storm <storm@cua.dk>
5332
5333 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5334 transient-mark-mode in doc string.
5335
5336 2006-01-31 Richard M. Stallman <rms@gnu.org>
5337
5338 * replace.el (multi-occur): Doc fix.
5339 (multi-occur-in-matching-buffers): Rename from
5340 multi-occur-by-filename-regexp. Prefix arg says match
5341 buffer names instead of file names.
5342
5343 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5344
5345 * bs.el: Allow non-default values of `bs-header-lines-length'.
5346 (bs--running-in-xemacs): Remove (not needed anymore).
5347 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5348 instead of `shrink-window', thus avoiding having to compute the
5349 height of the window.
5350 (bs--up): Wrap around even when there's no header.
5351 (bs--down): Use `forward-line' instead of `next-line'.
5352
5353 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5354
5355 * image-mode.el (image-toggle-display): Use file name if possible,
5356 instead of unnecessarily allocating a (possibly huge) lisp string.
5357
5358 2006-01-30 John Paul Wallington <jpw@pobox.com>
5359
5360 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5361 because the `assert' macro signals it at runtime.
5362
5363 * emacs-lisp/cl.el (toplevel): Remove definition of
5364 `cl-assertion-failed' condition.
5365
5366 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5367
5368 * thumbs.el (thumbs-marked-list): Make buffer-local and
5369 permanent-local.
5370 (thumbs-insert-thumb): Make help-echo non-sticky.
5371 (thumbs-file-alist): Use eolp as check for (non)-image.
5372
5373 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5374
5375 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5376 (ediff-before-session-group-setup-hooks)
5377 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5378 Fix typos in docstrings.
5379
5380 * window.el (bw-dir, bw-eqdir, balance-windows)
5381 (split-window-keep-point): Fix typos in docstrings.
5382
5383 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5384 (org-quote-string, org-calendar-to-agenda-key)
5385 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5386 (org-show-following-heading, org-tags-column)
5387 (org-use-tag-inheritance, org, org-allow-space-in-links)
5388 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5389 (org-enable-table-editor, org-calc-default-modes)
5390 (org-table-allow-automatic-line-recalculation)
5391 (org-export-html-style, org-export-with-fixed-width)
5392 (org-export-with-sub-superscripts, org-special-keyword)
5393 (org-formula, org-time-grid, org-table-may-need-update)
5394 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5395 (org-goto-quit, org-get-indentation, org-end-of-item)
5396 (org-move-item-down, org-move-item-up)
5397 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5398 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5399 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5400 (org-agenda-log-mode, org-agenda-toggle-diary)
5401 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5402 (org-agenda-file-to-end, org-agenda-no-heading-message)
5403 (org-agenda-get-closed, org-format-agenda-item)
5404 (org-cmp-priority, org-cmp-category, org-cmp-time)
5405 (org-agenda-change-all-lines, org-agenda-diary-entry)
5406 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5407 (org-link-search, org-camel-to-words, org-open-file)
5408 (org-remember-handler, org-table-convert-region)
5409 (org-table-move-row-down, org-table-move-row-up)
5410 (org-table-copy-region, org-table-wrap-region)
5411 (org-table-toggle-vline-visibility)
5412 (org-table-get-vertical-vector, org-table-modify-formulas)
5413 (org-table-get-specials, org-recalc-commands)
5414 (org-table-rotate-recalc-marks, org-table-eval-formula)
5415 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5416 (org-level-color-stars-only, org-insert-heading):
5417 Fix typos in docstrings.
5418 (last-arg): Add defvar.
5419
5420 * makefile.w32-in (WINS): Add erc.
5421 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5422
5423 2006-01-29 Bill Wohler <wohler@newt.com>
5424
5425 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5426 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5427 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5428 (mh-autoloads): Don't use comments on otherwise empty lines.
5429
5430 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5431
5432 * emulation/viper.el (viper-major-mode-modifier-list): Add
5433 insert-state and vi-state entries for erc-mode.
5434 (viper-go-away, viper-set-hooks): Add and remove
5435 viper-comint-mode-hook from erc-mode-hook as appropriate.
5436
5437 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5438
5439 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * bs.el (bs--format-aux): Implement `middle' alignment as
5442 described in the docstring for `bs-attributes-list'.
5443 (bs--get-name): Simplify. Don't pad the buffer name.
5444
5445 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5446
5447 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5448 English aspell dictionary is installed, use the first entry of
5449 ispell-dictionary-alist-1.
5450
5451 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5452
5453 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5454 Doc fix.
5455
5456 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5457
5458 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5459 for `process-file', in order to let it work for older Emacsen too.
5460
5461 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5462
5463 * international/latexenc.el: Add a suitable `coding:' tag.
5464 (latexenc-find-file-coding-system): Undo last change.
5465
5466 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5467
5468 * international/latexenc.el (latexenc-find-file-coding-system):
5469 Make sure latexenc-main-file is a regular file and is readable.
5470
5471 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5472
5473 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5474 Pass FILE to vc-user-login-name.
5475
5476 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5477
5478 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5479
5480 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5481 there are no more images to display.
5482 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5483 the next image.
5484
5485 2006-01-26 Richard M. Stallman <rms@gnu.org>
5486
5487 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5488
5489 * wid-edit.el (advertised-widget-backward): New alias.
5490 (widget-keymap): Use advertised-widget-backward for S-TAB.
5491
5492 * tumme.el: Correct the keywords.
5493 (tumme-dir-max-size): Use defvar.
5494 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5495
5496 * simple.el (move-beginning-of-line): Take account of fields.
5497 (clone-indirect-buffer-other-window): Take args like
5498 clone-indirect-buffer, and work like it.
5499
5500 * help-fns.el (describe-function): Don't pass `nil' as default.
5501
5502 * files.el (risky-local-variable-p): Follow var aliases.
5503
5504 * subr.el (lazy-completion-table): Doc fix.
5505
5506 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5507 global binding of `line'.
5508
5509 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5510
5511 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5512 Tramp.
5513
5514 * vc.el (vc-default-dired-state-info): Pass FILE to
5515 vc-user-login-name.
5516 (vc-default-update-changelog): Don't use vc-user-login-name, we
5517 don't need it here.
5518
5519 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5520 no longer necessary.
5521
5522 2006-01-25 Kenichi Handa <handa@m17n.org>
5523
5524 * international/mule.el (decode-char): Avoid the overhead of
5525 calling utf-lookup-subst-table-for-decode if
5526 utf-translate-cjk-mode is nil.
5527 (encode-char): Avoid the overhead of calling
5528 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5529 nil.
5530
5531 2006-01-22 Kenichi Handa <handa@m17n.org>
5532
5533 * international/mule.el (make-subsidiary-coding-system): Reset
5534 `coding-system-define-form' property of subsidiaries to nil.
5535 Avoid duplicated entry in coding-system-alist.
5536 (make-coding-system): Avoid duplicated entry in
5537 coding-system-alist.
5538 (define-coding-system-alias): Likewise.
5539
5540 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5541
5542 * completion.el: Minor fixes in introductory comment.
5543 (completion-def-wrapper): Fix alist.
5544
5545 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5546
5547 * thumbs.el (thumbs-new-image-size): New function.
5548 (thumbs-increment-image-size-element)
5549 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5550 (thumbs-decrement-image-size): Delete.
5551 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5552 temp files and use to resize.
5553 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5554 Use increment argument to enlarge/shrink. Preserve point.
5555 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5556 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5557 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5558 (thumbs-mark, thumbs-unmark): Preserve point.
5559 (thumbs-modify-image): Keep old temp files and use to modify.
5560 Cleanup old temp files at load time. Preserve point.
5561 (thumbs-view-image-mode-map): Use new command names.
5562
5563 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5566
5567 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5568 the nastiest part of the cyclic dependency.
5569 (cal-menu-update): Use dotimes and calendar-increment-month.
5570
5571 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5572 (calendar-week-start-day): Add an :initializer.
5573 (calendar-mode-map): Use suppress-keymap, and command remapping.
5574 (describe-calendar-mode): Setup xref-stack info for the back button.
5575 (calendar-star-date): Insert before delete.
5576 (calendar-set-mode-line): Add file-modified info if applicable.
5577 (calendar-increment-month): New function.
5578
5579 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5580
5581 * font-lock.el (lisp-font-lock-keywords-2):
5582 Recognize "& keywords" only at word boundaries.
5583
5584 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5585
5586 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5587 and permanent-local.
5588 (thumbs-max-image-number): New variable.
5589 (thumbs-do-thumbs-insertion): Use them.
5590 (thumbs-per-line): Change default to 4.
5591 (thumbs-marked-list): Rename from thumbs-markedL.
5592 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5593 (thumbs-rename-images): Use -list instead of L for internal variables.
5594 (thumbs-call-convert): Use call-process instead of shell-command.
5595 (thumbs-insert-thumb): Add filename as help-echo to each image.
5596 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5597 Give dir to thumbs-show-thumbs-list.
5598 (thumbs-show-thumbs-list): Set default-directory to that of images.
5599 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5600 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5601 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5602 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5603
5604 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * ses.el (ses-read-cell): Provide a default value.
5607
5608 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5609
5610 * term/w32-win.el (image-library-alist): Add additional names for
5611 GIF library.
5612
5613 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5614
5615 * international/latexenc.el (latexenc-find-file-coding-system):
5616 Add file-regular-p check.
5617
5618 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 * simple.el (clone-buffer): Don't show the new buffer in the same
5621 window.
5622
5623 2006-01-23 Juri Linkov <juri@jurta.org>
5624
5625 * faces.el (link, link-visited): New faces based on default values
5626 of `info-xref' and `info-xref-visited'.
5627
5628 * info.el (info-xref): Inherit from `link'.
5629 (info-xref-visited): Inherit from `link-visited'.
5630
5631 * cus-edit.el (custom-buffer-create-internal): Use widget type
5632 `custom-manual' instead of `info-link' and don't set properties
5633 `button-face' and `mouse-face' explicitly.
5634 (custom-browse-group-tag, custom-browse-variable-tag)
5635 (custom-browse-face-tag): Inherit from widget class
5636 `custom-group-link' instead of `push-button'.
5637 (custom-button-unraised): Inherit from `underline' face.
5638 (custom-link): Inherit from `link' face. Fix doc and group.
5639 (custom-add-parent-links, custom-group-value-create): Don't set
5640 properties `button-face' and `mouse-face' explicitly for
5641 `custom-group-link' widget.
5642 (custom-group-link): Add properties `button-face' and `mouse-face'
5643 to widget definition.
5644 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5645 editable-field's :keymap property.
5646 (custom-mode): Fix docstring: substitute keybindings for
5647 `widget-forward' and `widget-backward' from `widget-keymap',
5648 `widget-complete' from `custom-field-keymap', replace old
5649 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5650
5651 * desktop.el (desktop-load-file): Check for `fboundp' before
5652 calling `symbol-function'.
5653
5654 * simple.el (clone-buffer, clone-indirect-buffer)
5655 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5656 `read-string'. Fix prompts.
5657
5658 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5659
5660 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5661
5662 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5663
5664 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5665
5666 * startup.el (inhibit-splash-screen, initial-scratch-message):
5667 Doc fixes.
5668
5669 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5670
5671 Sync with Tramp 2.0.52.
5672
5673 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5674 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5675 `tramp-unload-tramp' for checklist.
5676
5677 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5678 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5679 (tramp-unload-file-name-handler-alist)
5680 (tramp-unload-tramp): New defuns.
5681 (tramp-advice-PC-expand-many-files): New defadvice.
5682 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5683 removed.
5684 (tramp-handle-expand-file-name): Remove double slash.
5685 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5686 It doesn't matter, because it will be converted later on.
5687 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5688 implementation was just heuristic.
5689 (tramp-post-connection): Set uid and gid properties.
5690 (tramp-convert-file-attributes): Set file's gid change bit.
5691 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5692 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5693 in case of su(do)? methods. The home directory of the local user
5694 will be taken else.
5695 (tramp-open-connection-telnet)
5696 (tramp-open-connection-rsh, tramp-open-connection-su)
5697 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5698 local shell prompt could hurt. Reported by Romain Francoise
5699 <romain@orebokech.com>.
5700 (tramp-let-maybe): Add `edebug-form-spec' property.
5701 (tramp-handle-expand-file-name): Bind `default-directory' locally
5702 to "/" in order to avoid problems with UNC shares or Cygwin
5703 mounts.
5704 (tramp-md5-function): Fix typo in error message.
5705
5706 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5707
5708 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5709 for byte-compiler pacification.
5710
5711 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5712
5713 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5714 ID-FORMAT `string'. This allows us to get rid of
5715 `vc-user-login-name UID'.
5716
5717 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5718
5719 2006-01-22 John Paul Wallington <jpw@pobox.com>
5720
5721 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5722
5723 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5724
5725 * emacs-lisp/find-func.el (find-definition-noselect)
5726 (find-variable-noselect): Search variables in C source code too.
5727 (find-function-C-source, find-function-noselect, find-function)
5728 (find-function-other-frame, find-variable-noselect, find-variable)
5729 (find-variable-other-frame, find-variable-at-point):
5730 Fix docstrings.
5731
5732 2006-01-21 Francesco Potorti` <pot@gnu.org>
5733
5734 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5735
5736 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5737
5738 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5739 Default to disabling the "Save affix" question.
5740
5741 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5742
5743 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5744 the first arg to run-python.
5745
5746 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5747
5748 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5749 is not loaded.
5750
5751 2006-01-20 Jay Belanger <belanger@truman.edu>
5752
5753 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5754 limit is 0.
5755
5756 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5757 the correct variable.
5758
5759 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5760
5761 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5762 link. Fixed buggy argument sequence in call to `org-view-tags'.
5763 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5764 (org-prefix-has-tag): New variable.
5765 (org-format-agenda-item): Remove tags from headline if
5766 appropriate.
5767 (org-agenda-remove-tags-when-in-prefix): New option.
5768 (org-get-tags-at): New function.
5769
5770 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5771
5772 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5773 (thumbs-find-image): Move image name and number from buffer name
5774 to mode name. Set thumbs-buffer. Preserve point so that large
5775 images remain visible.
5776 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5777 order.
5778 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5779 mode name.
5780 (thumbs-next-image, thumbs-previous-image): Make them work.
5781
5782 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5783
5784 * cus-edit.el (custom-buffer-create-internal): State in the text above
5785 the whole buffer buttons that they do not operate on hidden items.
5786 (custom-face-menu): Use `custom-face-save' instead of
5787 `custom-face-save-command'.
5788 (custom-face-save-command): Make it an alias for `custom-face-save'
5789 and declare it obsolete.
5790 (custom-face-save): Doc fix.
5791
5792 * dired.el (dired-no-confirm): Add quote.
5793 (dired-subdir-alist-pre-R): Add quote in
5794 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5795
5796 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * textmodes/table.el (table-mode-indicator): Typo in last change.
5799
5800 2006-01-19 Richard M. Stallman <rms@gnu.org>
5801
5802 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5803 Fixes bug reported in Nov 2005.
5804
5805 * isearch.el (isearch-forward): Doc fix.
5806
5807 * dired.el (dired-move-to-filename-regexp): Define as alias.
5808 (dired-no-confirm): Use defcustom.
5809 (dired-subdir-alist-pre-R): Put defvar at top level.
5810
5811 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5812
5813 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5814 Mark as risky.
5815
5816 * simple.el (set-mark-command): Doc fix.
5817 (clone-indirect-buffer-other-window):
5818 Read arg like clone-indirect-buffer.
5819 (move-beginning-of-line): Skip invisible newlines.
5820
5821 2006-01-19 Masatake YAMATO <jet@gyve.org>
5822
5823 * progmodes/cpp.el (cpp-edit-load): Make the order of
5824 listed conditions in a base C code buffer and its associate
5825 CPP Edit buffer the same.
5826
5827 2006-01-19 Kenichi Handa <handa@m17n.org>
5828
5829 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5830 (rmail-mime-feature): Likewise.
5831 (rmail-require-mime-maybe): Use display-warning to show a warning
5832 message.
5833
5834 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5835 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5836
5837 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * array.el: Move defvars out of eval-when-compile.
5840 (array-make-template): Replace undeclared global var with a local one.
5841 (array-mode): Inline initialization functions.
5842 (array-init-local-variables, array-init-max-row)
5843 (array-init-max-column, array-init-columns-per-line)
5844 (array-init-field-width, array-init-rows-numbered)
5845 (array-init-line-length, array-init-lines-per-row): Remove.
5846
5847 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5848 (doc-mode-map): Define explicitly.
5849 (doctor-txtype): Use mapc.
5850
5851 * textmodes/table.el: Move defvars out of eval-when-compile.
5852 Remove harmful code meant to avoid byte-compiler warnings.
5853 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5854 specification that checks table-fixed-width-mode directly.
5855 (table-recognize-region, table-recognize-cell):
5856 Use restore-buffer-modified-p.
5857 (table-fixed-width-mode): Remove code that refreshes
5858 table-fixed-mode-indicator.
5859 (*table--cell-describe-bindings, *table--cell-describe-mode):
5860 Avoid obsolete name print-help-return-message.
5861 (table--test-cell-list): Don't use replace-regexp from elisp.
5862 (table--point-entered-cell-function, table--point-left-cell-function):
5863 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5864
5865 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5866 that was after the end of file. Use buffer-file-name variable.
5867 (org-timestamp-change): Use with-current-buffer.
5868 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5869 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5870 `file'.
5871
5872 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5873 (fortran-break-line): Remove unused var `opoint'.
5874 (fortran-abbrev-start): Obey help-event-list.
5875
5876 2006-01-18 Jesper Harder <harder@phys.au.dk>
5877
5878 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5879
5880 2006-01-18 Masatake YAMATO <jet@gyve.org>
5881
5882 * progmodes/make-mode.el (makefile-imake-mode): New mode
5883 derived from makefile-mode.
5884 (makefile-imake-mode-syntax-table): New syntax table
5885 derived from makefile-mode-syntax-table.
5886 (makefile-mode): Write about makefile-imake-mode in doc string.
5887 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5888 (makefile-imake-font-lock-keywords): New font lock keywords.
5889
5890 * files.el (auto-mode-alist): Add Imakefile.
5891
5892 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5893
5894 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5895 loading the file rather than when turning on flyspell-mode.
5896
5897 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * cus-edit.el (customize-rogue): Minor doc fix.
5900
5901 2006-01-17 Juri Linkov <juri@jurta.org>
5902
5903 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5904 instead of the file at the mark as default if the file at the mark
5905 is the same as the file at point or if dired-dwim-target-directory
5906 is not the same as the current directory and the mark is not active.
5907
5908 * log-view.el (log-view-minor-wrap): Use the same logic to get
5909 revisions as `log-view-diff'.
5910
5911 * info.el (Info-revert-find-node): Check for Info-current-file
5912 before preserving new-history.
5913
5914 * man.el (Man-heading-regexp): Add `/'.
5915
5916 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5917 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5918
5919 2006-01-16 Juri Linkov <juri@jurta.org>
5920
5921 * faces.el (mode-line-faces): New defgroup.
5922 (mode-line-highlight): Move definition after new defgroup.
5923 (mode-line, mode-line-inactive, mode-line-highlight):
5924 Replace :group `modeline' with `mode-line-faces'.
5925 (mode-line-buffer-id): New face.
5926 (modeline-buffer-id): New face alias.
5927 (vertical-border): Remove :group `modeline'.
5928
5929 * bindings.el (propertized-buffer-identification): Use face
5930 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5931 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5932 (mode-line-buffer-identification-keymap): For mouse-1 replace
5933 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5934 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5935 mouse-3.
5936
5937 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5938 Buffer-menu-buffer. Doc fix.
5939 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5940 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5941 `Buffer-menu-buffer'.
5942
5943 * info.el (Info-mode-line-node-keymap): New defvar.
5944 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5945 Propertize Info-current-node with `mode-line-buffer-id' and
5946 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5947
5948 * time.el (display-time-mail-face): Replace :group `faces' with
5949 `mode-line-faces'.
5950
5951 2006-01-16 Kenichi Handa <handa@m17n.org>
5952
5953 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5954
5955 * language/european.el (cp1252): New alias for windows-1252.
5956
5957 * international/mule.el (autoload-coding-system): Prepare for EOL
5958 variants.
5959
5960 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5961
5962 * term.el (term-raw-map): Add mapping for insert.
5963 (term-send-insert): New.
5964 (term-mode): Make variables local here instead of doing it in
5965 `term-emulate-terminal'.
5966 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5967 Scroll reverse needs to take into account the scroll region.
5968 Saving and restoring the cursor should save the color attributes too.
5969 (term-reset-terminal): Reset the scroll region.
5970 (term-handle-ansi-escape): Cursor up and down should take into
5971 account the scroll region.
5972 (term-set-scroll-region): Rename from `term-scroll-region'.
5973 Move to 0,0 after setting the region.
5974 (term-handle-scroll): Handle scroll up.
5975 (term-down): Fix off by one error.
5976 (term-delete-lines): Do not delete outside the scroll region.
5977 (term-insert-lines): Take into account the scroll region.
5978
5979 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * textmodes/ispell.el (ispell-internal-change-dictionary)
5982 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5983 (start, end): Move declaration outside of eval-when-compile.
5984
5985 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5986 (flyspell-mode-on): Use it.
5987
5988 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5989 ispell-kill-ispell-hook.
5990
5991 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5994 (Custom-reset-saved): Do not ask for confirmation in single option
5995 buffers.
5996
5997 2006-01-13 Richard M. Stallman <rms@gnu.org>
5998
5999 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6000
6001 2006-01-13 Romain Francoise <romain@orebokech.com>
6002
6003 * add-log.el (add-change-log-entry, change-log-merge):
6004 Conditionally use `hard-newline'.
6005
6006 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6007
6008 * wid-edit.el (widget-field-end): If the overlay is no longer
6009 associated with a buffer, behave as if the overlay didn't exist.
6010
6011 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6012 Make sure the links use the `custom-link' face.
6013
6014 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6017 (ld-script-mode): Don't set indent-line-function since we don't
6018 have one.
6019
6020 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6021
6022 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6023 application.
6024 (org-file-apps-defaults-gnu): Use mailcap as the default for
6025 selecting an application on a UNIX system.
6026 (org-agenda-show-tags): New command.
6027 (org-table-insert-hline): Keep cursor in current table line.
6028 (org-table-convert): Offset effect of modifying
6029 `org-table-insert-hline'.
6030 (org-format-agenda-item): New optional argument TAG.
6031 (org-compile-prefix-format): Handle %T format for the tag.
6032 (org-expand-wide-chars): New function.
6033 (org-table-insert-row, org-table-insert-hline):
6034 Use `org-expand-wide-chars'.
6035 (org-open-file): Fix bug in program launch.
6036 (org-get-time-of-day): Fix bug with times before 1am.
6037 (org-agenda-menu): Add tags commands.
6038
6039 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6040
6041 * textmodes/ispell.el (ispell-init-process): Include the used
6042 dictionary in ispell process start message.
6043 (ispell-internal-change-dictionary): When flyspell-mode is active
6044 and dictionary is changed, make sure ispell process is restarted
6045 and flyspell word cache cleared out for the current buffer.
6046 (ispell-change-dictionary): Make sure flyspell word cache is
6047 cleared out in all buffers with active flyspell mode when
6048 dictionary is globally changed.
6049 Call ispell-internal-change-dictionary after dictionary change.
6050
6051 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6052
6053 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6054
6055 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6056 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6057 years. Fix small differences wrt Makefile.in.
6058 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6059 Makefile.in does.
6060
6061 2006-01-12 Bill Wohler <wohler@newt.com>
6062
6063 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6064 mh-search.el.
6065
6066 2006-01-12 Masatake YAMATO <jet@gyve.org>
6067
6068 * progmodes/ld-script.el: Update copyright year.
6069
6070 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6073 Don't add widget if setting undefined.
6074
6075 2006-01-12 John Paul Wallington <jpw@pobox.com>
6076
6077 * help-fns.el (describe-variable): Remove newlines from void
6078 variable output.
6079
6080 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6081
6082 * wdired.el (wdired-mode-map): Add help echo for
6083 wdired-abort-changes.
6084
6085 * man.el (Man-file-name-regexp): Adjust for a list of files.
6086
6087 2006-01-12 Masatake YAMATO <jet@gyve.org>
6088
6089 * progmodes/ld-script.el (auto-mode-alist): Support
6090 suffix conventions used in netbsd and eCos.
6091
6092 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6093
6094 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6095 (custom-variable-menu, custom-face-menu, custom-group-menu)
6096 (Custom-mode-menu): Change names of menu items. (As discussed on
6097 emacs-devel.)
6098 (custom-face-menu): Add "Undo Edits" item.
6099
6100 * startup.el (init-file-user): defcustom -> defvar.
6101
6102 * tooltip.el (tooltip-mode): Doc fix.
6103
6104 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * reveal.el (reveal-post-command): window-buffer signals an error on
6107 dead windows rather than returning nil.
6108 (reveal-open-new-overlays): An overlay might die while we open others.
6109
6110 2006-01-11 Bill Wohler <wohler@newt.com>
6111
6112 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6113 phrasing in docstring.
6114
6115 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6116 can give some systems gas. Add new file mh-buffers.el.
6117
6118 2006-01-06 Masatake YAMATO <jet@gyve.org>
6119
6120 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6121 C preprocessor forward ported from GNU Emacs 21.2.
6122
6123 * progmodes/asm-mode.el (asm-font-lock-keywords):
6124 Use `cpp-font-lock-keywords'.
6125
6126 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6127
6128 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6129 of $ for "\\.ld[s]?".
6130
6131 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6134 (tcl-indent-line): Return `noindent' if inside a string.
6135
6136 * progmodes/flymake.el (flymake-split-string): Remove more than one
6137 empty string at beg/end of the result.
6138 (flymake-find-buildfile, flymake-find-possible-master-files):
6139 Use expand-file-name.
6140 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6141 since expand-file-name does it for us. Use directory-file-name.
6142 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6143 (flymake-ler-get-type, flymake-ler-get-text)
6144 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6145 (flymake-current-line-no): Remove spurious interactive spec.
6146 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6147 (flymake-check-include): Remove arg inc-path merged into inc-name.
6148 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6149 Arg regexp-list replaced by a simple regexp.
6150 (flymake-master-make-header-init, flymake-master-tex-init):
6151 Correspondingly replace regexp-list with a regexp. Fix regexp.
6152
6153 2006-01-10 Simon Josefsson <jas@extundo.com>
6154
6155 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6156 describing AUTH PLAIN fix.
6157
6158 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6159
6160 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6161 (report-emacs-bug): Don't record initial prompt text.
6162 Instead, add text properties to prompting text.
6163 (report-emacs-bug-hook): Delete prompting text.
6164
6165 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6168 `dirs'. Adjust callers.
6169
6170 2006-01-09 John Paul Wallington <jpw@gnu.org>
6171
6172 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6173
6174 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * reveal.el (reveal-open-new-overlays): New extracted fun.
6177 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6178 using them. Simplify the code.
6179 (reveal-post-command): Use them. Fix up obsolete windows in
6180 reveal-open-spots.
6181
6182 * progmodes/flymake.el: Use `require' rather than autoload for
6183 XEmacs's overlays.
6184 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6185 Delete. Use file-relative-name instead.
6186 (flymake-get-syntax-check-program-args, flymake-perl-init):
6187 Simplify the resulting code.
6188
6189 * log-view.el (log-view-file-re, log-view-message-re): Add support
6190 for DaRCS output.
6191
6192 2006-01-09 Alex Schroeder <alex@gnu.org>
6193
6194 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6195 identifiers sometimes added in square brackets at the beginning of
6196 subject lines.
6197
6198 2006-01-07 Richard M. Stallman <rms@gnu.org>
6199
6200 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6201 (Custom-reset-current, Custom-reset-saved): Change question text.
6202 (Custom-reset-standard): Likewise.
6203 (custom-variable-reset-saved): Doc fix.
6204
6205 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6206
6207 * startup.el (init-file-user): Doc fix.
6208
6209 2006-01-07 Alex Schroeder <alex@gnu.org>
6210
6211 * mail/rmail.el (rmail-current-subject): New function.
6212 (rmail-current-subject-regexp): New function.
6213 (rmail-next-same-subject): Use it.
6214
6215 * mail/rmailsum.el (rmail-summary-by-topic):
6216 Use rmail-current-subject and rmail-current-subject-regexp.
6217 (rmail-summary-next-same-subject): Ditto.
6218
6219 * net/rcirc.el (rcirc-send-input): No longer check whether the
6220 process is open, since not all commands need an open process.
6221 (rcirc-send-string): Check whether the process is open before
6222 sending anything.
6223 (rcirc-ignore-list): New option.
6224 (rcirc-ignore-list-automatic): New variable.
6225 (rcirc-print): Take rcirc-ignore-list into account.
6226 (rcirc-cmd-ignore): New command.
6227 (rcirc-ignore-update-automatic): New function.
6228 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6229 list if ignored nicks.
6230 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6231
6232 2006-01-06 David Reitter <david.reitter@gmail.com>
6233
6234 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6235 reflect the address to which the report will be sent.
6236
6237 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6238
6239 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6240 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6241
6242 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6243
6244 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6245
6246 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6247 the doc string: "functoin" => "function".
6248 * ldefs-boot.el: Likewise.
6249
6250 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6251 message text: "Duplicat" => "Duplicate".
6252
6253 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6254
6255 * files.el (basic-save-buffer-2): If backing-up failed, reset
6256 buffer-backed-up to nil.
6257
6258 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6259
6260 * progmodes/gud.el (gdb-script-skip-to-head)
6261 (gdb-script-calculate-indentation): Indent for breakpoint command
6262 lists also.
6263
6264 2006-01-05 Bill Wohler <wohler@newt.com>
6265
6266 * Makefile.in (compile-always): Add mh-autoloads dependency.
6267 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6268 provides it.
6269 (updates): Remove mh-autoloads dependency, since it probably has
6270 already run recently (via recompile).
6271
6272 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6275 argument `force' to disable the flyspell-last-buffer optimization.
6276 (flyspell-mode-on): Use it.
6277
6278 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6279 flymake-simple-cleanup.
6280 (flymake-allowed-file-name-masks): Use this new default.
6281 All the functions are now called in the right buffer rather than
6282 passing the buffer as argument.
6283 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6284 (flymake-parse-err-lines): Remove redundant buffer arg.
6285 (flymake-get-program-dir): Comment out unused function.
6286 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6287 Remove redundant buffer argument.
6288 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6289 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6290
6291 2006-01-05 Richard M. Stallman <rms@gnu.org>
6292
6293 * info.el (Info-find-node): Don't record previous node if have none.
6294 (info): Go to directory only if history is empty.
6295
6296 * simple.el (mark): Doc fix.
6297
6298 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6299
6300 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6301 already of desired type.
6302 (mac-ae-list): Coerce parameter to "list" type.
6303 (mac-dispatch-apple-event): Replace cadr part of event with a
6304 dummy position so that event-start returns it.
6305
6306 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6307
6308 * textmodes/org.el (org-end-of-subtree): New function.
6309 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6310 Use `org-end-of-subtree'.
6311 (org-agenda, org-agenda-convert-date): Protect calls to
6312 `fit-window-to-buffer'.
6313 (org-tags-view): Force matching of sublevels when doing a
6314 todo-only search. Define the correct redo command, including the
6315 arguments.
6316 (org-agenda-redo): Display message.
6317 (org-check-for-org-mode): New function.
6318 (org-agenda-type): New variable.
6319 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6320 Set `org-agenda-type'.
6321 (org-agenda-check-type): New function.
6322 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6323 (org-agenda-week-view, org-agenda-day-view)
6324 (org-agenda-next-date-line, org-agenda-previous-date-line)
6325 (org-agenda-log-mode, org-agenda-toggle-diary)
6326 (org-agenda-toggle-time-grid, org-agenda-date-later)
6327 (org-agenda-date-prompt, org-agenda-diary-entry)
6328 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6329 (org-agenda-convert-date, org-agenda-menu):
6330 Use `org-agenda-check-type'.
6331 (org-make-overlay, org-delete-overlay)
6332 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6333 New compatibility functions.
6334 (org-calendar-select-mouse): New command.
6335
6336 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6337
6338 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6339 (Custom-reset-standard): Fix y-or-n-p messages.
6340 (custom-link): New face for links.
6341 (custom-buffer-create-internal, custom-manual): Use it.
6342 (custom-face-save): Push to theme-face before setting face spec.
6343
6344 * wid-edit.el (widget-default-mouse-face-get): New function.
6345 (widget-specify-button): Handle mouse-face like button-face.
6346
6347 * custom.el (load-theme): Clear old theme settings if reloading.
6348
6349 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6350
6351 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6352 "Erase Customization" button back to same position it occupies in
6353 the individual State menus.
6354
6355 2006-01-04 Kim F. Storm <storm@cua.dk>
6356
6357 * wid-edit.el (key-sequence): Rework widget to read key binding
6358 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6359 (widget-key-sequence-default-value): Default value for empty sequence.
6360 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6361 (widget-key-sequence-read-event): New command for C-q.
6362 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6363 (widget-key-sequence-value-to-external): New functions.
6364
6365 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6368 Use expand-file-name.
6369 (flymake-delete-temp-directory): Use expand-file-name,
6370 file-name-directory, and directory-file-name.
6371 (flymake-strrchr): Delete.
6372 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6373 to the init-f function.
6374 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6375 (flymake-init-find-buildfile-dir)
6376 (flymake-init-create-temp-source-and-master-buffer-copy)
6377 (flymake-simple-make-init-impl, flymake-simple-make-init)
6378 (flymake-master-make-init, flymake-master-make-header-init)
6379 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6380 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6381 (flymake-xml-init): Remove corresponding redundant buffer argument.
6382 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6383 the default anyway. Clean up regexps.
6384
6385 * progmodes/flymake.el (flymake-temp-source-file-name)
6386 (flymake-master-file-name, flymake-temp-master-file-name)
6387 (flymake-base-dir): New buffer-local vars.
6388 (flymake-buffer-data, flymake-get-buffer-value)
6389 (flymake-set-buffer-value): Replace those hash-tables by the new
6390 buffer-local vars. Update callers.
6391
6392 * progmodes/flymake.el (flymake-check-start-time)
6393 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6394 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6395 Move definition, so we can remove redundant earlier declaration.
6396 (flymake-replace-regexp-in-string, flymake-split-string)
6397 (flymake-get-temp-dir): Use defalias.
6398 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6399 (flymake-xemacs-window-edges): Remove unused function.
6400 (flymake-get-point-pixel-pos): Move.
6401 (flymake-pid-to-names, flymake-reg-names)
6402 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6403 Replace by a simple list flymake-processes and by process-buffer.
6404 Update callers. Other than simplify the code, it uses buffers rather
6405 than buffer-names so it doesn't get confused by uniquify.
6406 (flymake-buffer-data): The global value should just be nil.
6407
6408 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6409 Optimize the body of a defalias like any other code.
6410
6411 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6412 Make sure we've setup font-lock's vars. It may influence which
6413 function we then call.
6414 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6415 here since it's too late anyway.
6416
6417 2006-01-03 Romain Francoise <romain@orebokech.com>
6418
6419 * startup.el (fancy-splash-tail, normal-splash-screen):
6420 Update copyright year.
6421
6422 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6423
6424 * mouse.el (mouse-drag-track): Rename, from
6425 `mouse-drag-region-1'. Includes optional argument required to
6426 enable post-drag event processing (e.g. delete region keys).
6427 Can be used without this argument to track a mouse region and operate
6428 on it as soon as the drag completes.
6429 (mouse-drag-region): Use `mouse-drag-track'.
6430
6431 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6434 Move to `custom-buffer' group.
6435
6436 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6437 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6438 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6439 (custom-theme-face-menu): New variables.
6440 (custom-theme-add-variable, custom-theme-variable-action)
6441 (custom-variable-reset-theme, custom-theme-delete-variable)
6442 (custom-face-reset-theme, custom-theme-face-action)
6443 (custom-theme-delete-face, custom-theme-merge-theme)
6444 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6445
6446 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6447
6448 * custom.el: Move Custom Themes commentary to start of theme code.
6449 (custom-known-themes): Rename `standard' theme to `changed'.
6450 (custom-push-theme): Caller no longer specifies what theme to use
6451 when doing `reset'---the setting is simply removed from the theme.
6452 Delete MODE from `theme-value' and `theme-settings' properties.
6453 (custom-declare-theme): Ignore &rest args since we don't use them.
6454
6455 (custom-loaded-themes): Delete variable.
6456 (custom-theme-load-themes, custom-theme-loaded-p)
6457 (custom-theme-value): Delete functions.
6458
6459 (custom-declare-theme): Signal error on invalid theme names.
6460 (provide-theme): custom-loaded-themes was deleted.
6461 (load-theme): Load the file unconditionally.
6462 (enable-theme): Call `load-theme' if theme is undefined.
6463 (custom-enabled-themes): Only update value for successful loads.
6464 (disable-theme): Complete from enabled themes when interactive.
6465 (custom-variable-theme-value): Calculate theme value directly.
6466
6467 (custom-theme-reset-variables, custom-reset-variables): Mark as
6468 XEmacs compatibility functions. We don't actually use these.
6469
6470 * cus-edit.el (custom-variable-state-set):
6471 Use custom-variable-theme-value instead of custom-theme-value.
6472 (custom-face-state-set): Rename `standard' theme to `changed'.
6473 (custom-save-variables, custom-save-faces): Delete unneeded
6474 references to custom-reset-variables.
6475 (custom-save-resets): Delete function.
6476 (custom-save-variables, custom-save-faces): MODE argument deleted.
6477 (custom-save-variables, custom-save-faces): Ignore theme values.
6478
6479 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6480 compatibility function.
6481
6482 2006-01-01 Richard M. Stallman <rms@gnu.org>
6483
6484 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6485 (Custom-reset-current, Custom-reset-saved): Likewise.
6486 (Custom-reset-standard): Show message if aborted.
6487 (custom-mode): Doc fix, describing those commands.
6488
6489 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6490 put on event-kind property.
6491
6492 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6493
6494 * custom.el (provide-theme): Ban `user' theme name.
6495 (custom-enabling-themes): New variable.
6496 (enable-theme): Don't enable user if custom-enabling-themes is t.
6497 (custom-enabled-themes): Make it a defcustom.
6498 (custom-theme-recalc-face): No-op if face is undefined.
6499
6500 * cus-edit.el (custom-button-mouse): New variable.
6501 (custom-button-mouse): New face.
6502 (custom-raised-buttons, custom-mode): Use it.
6503
6504 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6505
6506 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6507
6508 * progmodes/gud.el (gud-display-line): Support hl-line in the
6509 source buffer.
6510
6511 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6512
6513 * mouse.el (mouse-drag-window-above): Verify that the found window
6514 overlaps with the given window in the horizontal dimension.
6515
6516 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6517
6518 * Makefile.in (cvs-update): New target.
6519
6520 * makefile.w32-in (cvs-update): Ditto.
6521
6522 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6523
6524 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6525 (custom-new-theme-mode-map): New variable.
6526
6527 2005-12-30 Richard M. Stallman <rms@gnu.org>
6528
6529 * custom.el (custom-load-themes): Function deleted.
6530
6531 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6532 (custom-save-variables): Don't delete or add custom-load-themes call.
6533
6534 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * cus-start.el: Add `visible-cursor'.
6537
6538 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6539 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6540 (flymake-process-filter): Switch to buffer before calling it instead.
6541 (flymake-post-syntax-check, flymake-highlight-err-lines)
6542 (flymake-delete-own-overlays, flymake-parse-err-lines)
6543 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6544 (flymake-count-lines, flymake-parse-residual):
6545 Remove constant buffer argument.
6546 (flymake-start-syntax-check-for-current-buffer): Remove.
6547 Update callers to use flymake-start-syntax-check instead.
6548 (flymake-display-err-menu-for-current-line):
6549 Remove unused var `mouse-pos'.
6550 (flymake-restore-formatting): Comment out unused function.
6551 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6552 argument, use current-buffer instead. Update callers.
6553
6554 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6555
6556 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6557 buffer-local because choose-completion-delete-max-match requires
6558 that we set completion-ignore-case (i.e., binding via let is not
6559 sufficient).
6560 (bibtex-complete): Always set completion-ignore-case and
6561 choose-completion-string-functions. The latter is needed because
6562 choose-completion-string-functions keeps its value if we quit the
6563 *Completions* buffer without requesting a completion.
6564
6565 2005-12-30 Andreas Schwab <schwab@suse.de>
6566
6567 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6568
6569 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6570
6571 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6572
6573 2005-12-30 Juri Linkov <juri@jurta.org>
6574
6575 * locate.el (locate-fcodes-file, locate-header-face)
6576 * progmodes/delphi.el (delphi-other-face)
6577 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6578
6579 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6580 group `paren-showing-faces'.
6581
6582 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6583 (goto-address): Fix docstring.
6584
6585 * net/webjump.el (webjump-sample-sites): Update URLs.
6586
6587 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6588
6589 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6590
6591 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * font-lock.el (font-lock-compile-keywords): Signal an error when
6594 font-lock-set-defaults hasn't been called.
6595
6596 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6597
6598 * subr.el (noreturn, 1value): Doc fixes.
6599
6600 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6601
6602 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6603 that assoc-string returns nil.
6604
6605 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6606
6607 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6608 (bibtex-entry-type-str, bibtex-empty-field-re)
6609 (bibtex-search-backward-string, bibtex-preamble-prefix)
6610 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6611 (bibtex-any-valid-entry-type): New variable.
6612 (bibtex-parse-field-name): Simplify.
6613 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6614 (bibtex-preamble-prefix): Include left delimiter.
6615 (bibtex-search-forward-field, bibtex-search-backward-field):
6616 Allow unbounded search past entry boundaries (required by bibtex-pop).
6617 (bibtex-text-in-field-bounds): Use push.
6618 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6619 (bibtex-parse-preamble, bibtex-valid-entry)
6620 (bibtex-beginning-first-field): New functions.
6621 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6622 (bibtex-map-entries): Fix docstring.
6623 (bibtex-flash-head): New arg prompt. Simplify.
6624 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6625 (bibtex-insert-kill): Simplify. Always insert text past the
6626 current field or entry.
6627 (bibtex-format-entry): Use bibtex-parse-field.
6628 (bibtex-pop): Use bibtex-beginning-of-entry and
6629 bibtex-end-of-entry to initiate the search. Insert empty field if
6630 we found ourselves.
6631 (bibtex-print-help-message): New args field and comma.
6632 Handle entry keys.
6633 (bibtex-make-field): Use bibtex-beginning-of-entry.
6634 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6635 invalid entry.
6636 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6637 Handle preambles. Simplify code for thorough test.
6638 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6639 New arg comma. Handle entry heads.
6640 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6641 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6642 New arg comma.
6643 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6644 (bibtex-fill-field): Simplify.
6645 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6646 bibtex-parse-field.
6647 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6648 (bibtex-complete): Use bibtex-parse-preamble.
6649
6650 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6651
6652 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6653 Display name of expression instead of convenience variable.
6654 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6655
6656 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6657 toggle-gud-tooltip-dereference.
6658 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6659 (gud-tooltip-tips): ...here when dereferencing.
6660
6661 2005-12-28 Bill Wohler <wohler@newt.com>
6662
6663 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6664
6665 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6668 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6669 (vc-annotate-display-autoscale): Adjust call.
6670 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6671 Fix interactive spec.
6672 (vc-annotate-time-span): Remove.
6673 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6674 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6675 (vc-annotate-display-select): Use new name.
6676
6677 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6678 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6679 Correct the construction of span entries. Simplify.
6680 (vc-annotate-display-select): Fix the nil case.
6681 (vc-annotate): Remove obsolete (and now broken) code.
6682 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6683 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6684
6685 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6686
6687 * subr.el (lazy-completion-table): Correct typo in docstring.
6688
6689 * startup.el (command-line): Use `custom-reevaluate-setting' for
6690 `send-mail-function'.
6691
6692 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6693
6694 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6695
6696 * mail/smtpmail.el (smtpmail-try-auth-methods):
6697 Send credentials together with "AUTH PLAIN" command.
6698
6699 2005-12-27 Richard M. Stallman <rms@gnu.org>
6700
6701 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6702 mouse-2, go back to previously selected window, so it's selected
6703 when mouse-2 command runs.
6704
6705 2005-12-27 Juri Linkov <juri@jurta.org>
6706
6707 * descr-text.el (describe-text-sexp): Use square brackets for
6708 button [Show] to distinguish it from the property value `show'.
6709 (describe-property-list): Use `insert-text-button' with
6710 `help-face' type instead of putting face in quotes, because button
6711 is not created automatically for a list of faces.
6712 (describe-text-properties-1): Put button-type value in quotes to
6713 distinguish from plain text "button".
6714 (describe-char): Display code point values in hex. Don't use
6715 `symbol-name' for `current-input-method' because it is a string.
6716 Use `insert-text-button' with `help-face' type instead of putting
6717 hardcoded face in quotes, because button is not created automatically.
6718
6719 2005-12-27 Richard M. Stallman <rms@gnu.org>
6720
6721 * progmodes/glasses.el (glasses-face): More specific custom type.
6722
6723 * files.el (set-visited-file-name): Doc fix.
6724
6725 * textmodes/flyspell.el (flyspell-external-point-words):
6726 Use local var buffer-scan-pos to advance scan for next misspelling.
6727 Advance it only after we find the misspelling.
6728
6729 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6730
6731 * textmodes/flyspell.el (flyspell-external-point-words):
6732 New criteria for finding the misspelling in the buffer.
6733
6734 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6735
6736 * help-mode.el (help-insert-string): Set help-xref-stack-item
6737 rather than call help-setup-xref.
6738
6739 * descr-text.el (describe-char): Revert previous changes for
6740 optional buffer argument.
6741
6742 2005-12-27 Juri Linkov <juri@jurta.org>
6743
6744 * help-mode.el (help-insert-string): New function. Save buffer
6745 contents in cases where it is impossible to recompute the old contents.
6746
6747 * descr-text.el (describe-char): Set help-xref-stack-item
6748 explicitly after buffer has been generated.
6749
6750 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6751
6752 * cus-start.el (all): Add x-gtk-show-hidden-files.
6753
6754 2005-12-26 Richard M. Stallman <rms@gnu.org>
6755
6756 * replace.el (perform-replace): Calculate match-again
6757 before skipping read-only matches.
6758
6759 * paren.el (paren-showing-faces): New group.
6760 (show-paren-match, show-paren-mismatch): Move to that group.
6761
6762 * button.el (button): Put into group `basic-faces'.
6763
6764 * progmodes/make-mode.el: Remove faces from group `faces'.
6765
6766 * apropos.el (apropos, apropos-value): Doc fix.
6767 (apropos-documentation): Doc fix.
6768
6769 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * subr.el (lazy-completion-table): Remove argument `args'.
6772
6773 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6774 Don't use the `args' argument of lazy-completion-table.
6775
6776 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6777
6778 * descr-text.el (describe-char): Add optional argument for buffer.
6779 Set buffer appropriately. Call help-setup-xref.
6780 Suggested by Stefan Monnier.
6781
6782 2005-12-26 Juri Linkov <juri@jurta.org>
6783
6784 * descr-text.el: Require `help-fns' at runtime. Don't require
6785 `button' for byte compilation.
6786 (describe-text-widget): Add `help-echo' for first button.
6787 Use `help-info' for second.
6788 (describe-property-list): Use `help-argument-name' instead of `italic'.
6789 (describe-text-category): Add prompt to interactive spec.
6790 Call `help-setup-xref'.
6791 (describe-char): Use `help-character-set'. Add `help-echo' for
6792 code point. Use `help-input-method'. Remove superfluous insert.
6793
6794 2005-12-25 Richard M. Stallman <rms@gnu.org>
6795
6796 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6797 at point, in case of narrowing.
6798
6799 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6800
6801 * locate.el (locate-header-face): Allow nil in type.
6802
6803 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6804
6805 2005-12-25 Romain Francoise <romain@orebokech.com>
6806
6807 * battery.el (battery-linux-proc-acpi): Also try
6808 `/proc/acpi/thermal_zone/THM0/temperature'.
6809
6810 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6811
6812 * custom.el (custom-push-theme): Fix docstring.
6813
6814 * cus-edit.el (custom-variable-set, custom-variable-save)
6815 (custom-variable-save): Custom-quote widget values.
6816 (customize-save-variable): Fix custom-push-theme call.
6817
6818 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6819
6820 * w32-fns.el (w32-batch-update-autoloads): New function.
6821
6822 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6823 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6824 from the command line.
6825
6826 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6829 reset means to remove setting from theme entirely. Don't keep
6830 expanding theme-settings list; delete old entries if necessary.
6831
6832 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6833 customization" button one line up.
6834 (custom-themed): New face.
6835 (custom-magic-alist): New value, THEMED, for theme settings.
6836 (custom-variable-state-set, custom-face-state-set):
6837 Check theme-value instead of saved-value.
6838 (custom-variable-reset-standard, custom-face-reset-standard):
6839 Remove theme setting entirely. Recalculate new values.
6840 (custom-variable-set, custom-variable-set)
6841 (custom-variable-reset-saved, custom-variable-reset-backup)
6842 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6843 (custom-variable-save): Fix typos.
6844
6845 2005-12-23 Juri Linkov <juri@jurta.org>
6846
6847 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6848 Add autoload cookies.
6849 (edebug-outside-d-c-i-n-s-w): New variable.
6850 (edebug-display, edebug-outside-excursion): Use it to save the
6851 original value of default-cursor-in-non-selected-windows.
6852 Set default-cursor-in-non-selected-windows to t while Edebug
6853 is active.
6854 (edebug-mode, edebug-eval-mode): Doc fix.
6855
6856 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6857 with `buffer-substring-no-properties' to remove common substring
6858 highlighting.
6859
6860 * info.el (info-other-window, info): Rename function argument
6861 `file' to `file-or-node'.
6862 (Info-complete-menu-item): Use local variable `complete-nodes' to
6863 keep the global value of `Info-complete-nodes' unchanged for
6864 subsequent completions.
6865 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6866
6867 * simple.el (get-next-valid-buffer, last-buffer)
6868 (next-error-buffer-p, next-error-find-buffer)
6869 (minibuffer-history-sexp-flag): Doc fix.
6870
6871 * savehist.el (savehist-mode-hook): Add `:group'.
6872
6873 * log-view.el: Call autoload for vc-find-version.
6874 (log-view-current-file): Adjust subgroup numbers.
6875 (log-view-current-tag): Add `length'.
6876
6877 2005-12-23 Richard M. Stallman <rms@gnu.org>
6878
6879 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6880
6881 2005-12-23 Juri Linkov <juri@jurta.org>
6882
6883 * hi-lock.el (hi-lock-archaic-interface-message-used)
6884 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6885 (hi-lock-mode): Display "Hi" in the mode line only when
6886 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6887 (hi-lock-write-interactive-patterns):
6888 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6889 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6890 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6891 font-lock-add-keywords to t.
6892
6893 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6894
6895 * hi-lock.el (hi-lock-highlight-range): New variable.
6896 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6897 only if font-lock-fontified is non-nil. Remove overlays.
6898 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6899 font-lock-fontified is non-nil, otherwise use overlays (instead of
6900 text properties).
6901 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6902 New variables.
6903 (hi-lock-string-serialize) New function.
6904
6905 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6906
6907 * menu-bar.el (menu-find-file-existing): New function.
6908 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6909
6910 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6911
6912 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * vc.el: Remove unnecessary leading * in docstrings.
6915 (vc-annotate-mode-map): Move initialization into declaration.
6916 (vc-static-header-alist): Nitpick on the regexp.
6917 (vc-default-init-version): New fun.
6918 (vc-register): Use it.
6919 (vc-insert-headers): Use dolist.
6920 (vc-annotate-get-backend): Remove unused function.
6921 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6922 (vc-annotate-mode): Remove corresponding call.
6923 (vc-annotate-car-last-cons): Simplify.
6924 (vc-annotate-buffers): Remove var.
6925 (vc-annotate-backend): Make it buffer-local.
6926 (vc-annotate): Move the interaction to the interactive spec.
6927 Add a `buf' argument.
6928 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6929 killing&creating a vc-annotate buffer, which is very disruptive when
6930 the buffers are shown in dedicated frames.
6931
6932 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6933
6934 * descr-text.el: Add FSF as maintainer.
6935 (describe-text-mode, describe-text-mode-map)
6936 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6937 help-mode.
6938 (describe-text-widget, describe-text-sexp)
6939 (describe-property-list, describe-text-category)
6940 (describe-text-properties, describe-text-properties-1)
6941 (describe-char): Use help buttons instead of widgets.
6942 (describe-char-unicodedata-file): Make URL link in doc string.
6943
6944 2005-12-22 Richard M. Stallman <rms@gnu.org>
6945
6946 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6947 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6948 Don't include buttons that write a file when there's no file.
6949 (custom-variable-menu, custom-face-menu, custom-group-menu):
6950 Don't include commands that write a file when there's no file.
6951 (customize-browse): Reword the top-of-buffer help intro.
6952 (custom-buffer-create-internal): Fix previous change.
6953 (customize-changed-options-previous-release): Prev release is 21.1.
6954 (customize-changed-options): Doc fix.
6955 (customize-changed): New alias.
6956 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6957 Say "standard values".
6958 (Custom-reset-standard): Doc fix.
6959 (custom-face-reset-standard): Doc fix.
6960
6961 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6964 even if font-lock-mode is non-nil since it may be t without having
6965 turned on font-lock-mode-internal.
6966 (font-lock-choose-keywords): Minor optimization.
6967 (font-lock-add-keywords, font-lock-remove-keywords)
6968 (font-lock-set-defaults): Don't call make-local-variable on a variable
6969 that we know to already be local.
6970
6971 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6974 messages if in the minibuffer.
6975
6976 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6979 (tex-mode-flyspell-verify, flyspell-get-word)
6980 (flyspell-external-point-words): Don't use point-min/max uselessly.
6981
6982 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6983 by Kevin Rodgers. Instead, just hide the completions buffer if we
6984 don't need to show it.
6985
6986 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6987
6988 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6989
6990 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6993 delete-windows-on with an inexistent buffer.
6994
6995 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6996
6997 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6998 Delete defcustom variable :tag names.
6999
7000 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7003 (log-view-font-lock-keywords): Ajust subgroup numbers.
7004 (log-view-current-tag): Don't hard code the number of subgroups.
7005
7006 2005-12-20 Juri Linkov <juri@jurta.org>
7007
7008 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7009 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7010
7011 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7012 (menu-bar-non-minibuffer-window-p): Instead of checking
7013 display-multi-frame-p, use selected-frame when menu-updating-frame
7014 is nil.
7015
7016 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7017
7018 * align.el (align-rules-list): Use [ \t] instead of \s-
7019 for column separators in text mode.
7020
7021 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7022
7023 * help-mode.el (help-customize-variable, help-customize-face):
7024 Don't pop help-xref-stack as help-follow no longer pushes
7025 anything on to it.
7026
7027 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7028
7029 * textmodes/org.el (org-agenda-custom-commands): New option.
7030 (org-agenda): Offer custom commands on splash screen.
7031 (org-make-tags-matcher): Parser for Boolean logic added.
7032 (org-agenda-set-tags): New command.
7033 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7034 (org-set-tags): Efficiency improvements.
7035 (org-auto-align-tags): New option.
7036 (org-todo, org-demote, org-promote): Realign tags.
7037 (org-tags-completion-function): Use also "&" and "|" as separators.
7038 (org-org-menu): Agenda commands simplified.
7039
7040 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7041
7042 * cus-edit.el (customize-apropos, customize-apropos-options):
7043 Docstring changes.
7044
7045 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7046
7047 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7048
7049 * longlines.el (longlines-mode): Wrap while widened.
7050 (longlines-decode-region, longlines-encode-region): Compute max
7051 just once.
7052
7053 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7054
7055 * cus-edit.el (mac): New group.
7056
7057 * cus-start.el (all): Add user options in macterm.c. Add test for
7058 Mac-related built-ins. Fix test for GTK-related built-ins.
7059
7060 * term/mac-win.el (mac-handle-language-change)
7061 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7062 (mac-services-open-selection, mac-services-mail-selection)
7063 (mac-services-mail-to, mac-services-insert-text)
7064 (mac-dispatch-apple-event): Add docstrings.
7065 (x-get-selection, mac-select-convert-to-string): Select coding
7066 system from `utf-16be' and `utf-16le' using `byteorder'.
7067
7068 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7071 a "list" (lambda ...) rather than a real completion list.
7072
7073 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7074 lexical-let when encountering ((lambda (...) ...) ...).
7075
7076 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7077
7078 * progmodes/sh-script.el (sh-mode):
7079 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7080 * textmodes/picture.el (picture-mode): Update docstrings.
7081
7082 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7083
7084 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7085 commands enclosed in $(ARGQUOTE)s should not be split between two
7086 lines, as that will break with GNU Make >3.80, when sh.exe is used
7087 and arg quoting is with '..'.
7088 (autoloads): Don't break the quoted --eval expression between
7089 several lines.
7090
7091 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7092
7093 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7094 Capture error from printing circular structures.
7095
7096 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7097
7098 * wid-edit.el (widget-checkbox-action): Clear undo info.
7099
7100 2005-12-16 Bill Wohler <wohler@newt.com>
7101
7102 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7103 bar, not menubar in comment.
7104
7105 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7108 After-change-functions should not clobber the match data.
7109
7110 2005-12-16 Juri Linkov <juri@jurta.org>
7111
7112 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7113 instead of `buffer-substring'.
7114 (completion-common-substring): Doc fix.
7115 (completion-setup-function): Use minibuffer-completion-contents
7116 instead of minibuffer-contents. Don't set common-string-length
7117 initially. Remove special handling of partial-completion-mode.
7118 Move computation of completion-base-size into one cond.
7119 Call completion-base-size-function in mainbuf. In computation of
7120 completion-base-size for file name completion don't move point to
7121 the end of the minibuffer. Move computation of common-string-length
7122 into one cond. Start putting faces only when common-string-length>=0.
7123 Add condition to put completions-common-part when
7124 common-string-length>0.
7125
7126 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7127 place point at the first different character in the minibuffer
7128 even if this position is at the beginning of the minibuffer.
7129
7130 * info.el (Info-read-node-name-1): In completion-base-size-function's
7131 lambda return 1 if common-substring or minibuffer-completion-contents
7132 starts with (, and 0 otherwise.
7133
7134 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7135 Use `crm-current-element' for second arg of `display-completion-list'.
7136
7137 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7138
7139 * files.el (set-auto-mode): Look for an interpreter specified on
7140 the first line also if search for mode specification succeeded,
7141 but the mode is not known.
7142
7143 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7144
7145 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7146 (org-open-at-point): Implement tag searches as links.
7147 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7148 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7149 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7150 (org-agenda-dispatch): New commands.
7151 (org-use-tag-inheritance, org-tags-column): New options.
7152 (org-tab-follows-link, org-return-follows-link): New options.
7153 (org-tags): New customize group.
7154 (org-start-icalendar-file): Get local time zone.
7155 (org-tags-completion-function): New function.
7156 (org-set-font-lock-defaults): Make sure links will also be
7157 highlighted inside headlines.
7158
7159 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7160
7161 * term.el (term-emulate-terminal):
7162 Let term-handle-ansi-terminal-messages override what Bash says about
7163 its current directory.
7164
7165 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7166
7167 * bindings.el (last-buffer): Move to simple.el.
7168 * simple.el (last-buffer): Move here.
7169 (get-next-valid-buffer): New function.
7170 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7171 (prev-buffer): Ditto. Rename to `previous-buffer'.
7172
7173 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7174 * bindings.el (global-map): Ditto.
7175
7176 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7177
7178 * cus-edit.el: Introductory comment change.
7179 (custom-magic-alist): Change message string for the `rogue' state.
7180
7181 2005-12-15 Richard M. Stallman <rms@gnu.org>
7182
7183 * tooltip.el: Delete defcustom variable :tag names.
7184
7185 * complete.el (partial-completion-mode): Doc fix.
7186
7187 * textmodes/flyspell.el (flyspell-external-point-words):
7188 Use save-excursion to ensure we don't move backward in the
7189 search loop, not even one character.
7190 (flyspell-delete-all-overlays): Use remove-overlays directly.
7191
7192 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7193 (ispell-start-process): Set that variable.
7194 Clear ispell-buffer-local-name.
7195 (ispell-internal-change-dictionary):
7196 Set ispell-current-dictionary after killing process.
7197 (ispell-buffer-local-dict):
7198 Don't set spell-personal-dictionary after killing process.
7199 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7200 (ispell-tex-skip-alists, ispell-html-skip-alists)
7201 (ispell-skip-region-alist): Mark as risky.
7202
7203 * net/newsticker.el (newsticker--retrieval-timer-list)
7204 (newsticker--display-timer, newsticker-running-p)
7205 (newsticker-ticker-running-p): Definitions moved up.
7206
7207 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7208
7209 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7210
7211 2005-12-15 David Ponce <david@dponce.com>
7212
7213 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7214 (recentf-edit-list, recentf-open-files): Signal an error when
7215 there is no recent file.
7216
7217 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7218
7219 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7220 read-only except for texinfo-format-region evaluation.
7221
7222 2005-12-14 Richard M. Stallman <rms@gnu.org>
7223
7224 * vc.el (vc-default-previous-version, vc-default-next-version)
7225 (vc-do-command): Doc fixes.
7226
7227 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7228
7229 * textmodes/bibtex.el (bibtex-expand-strings)
7230 (bibtex-autokey-expand-string, bibtex-name-part)
7231 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7232 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7233 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7234 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7235 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7236 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7237 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7238 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7239 (bibtex-beginning-of-last-entry): Remove.
7240 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7241 message if comma is missing but buffer is read-only.
7242 (bibtex-parse-field-text): Handle whitespaces at the end of field
7243 text. Return 3-element list with beginning and end of field text
7244 and end of field.
7245 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7246 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7247 (bibtex-search-forward-field, bibtex-search-backward-field):
7248 Search always delimited by limits of entry. Use more efficient
7249 search algorithms.
7250 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7251 bibtex-end-of-name-in-field.
7252 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7253 extracting the content of a field.
7254 (bibtex-text-in-field): Use search limits.
7255 (bibtex-parse-string-prefix): Handle empty string keys based on
7256 bibtex-string-empty-key.
7257 (bibtex-parse-string): Fix docstring.
7258 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7259 (bibtex-preamble-prefix, bibtex-strings): New functions.
7260 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7261 BibTeX entries (consistent with other BibTeX functions).
7262 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7263 (bibtex-search-entry): Fix docstring. Simplify.
7264 (bibtex-flash-head, bibtex-complete-string-cleanup)
7265 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7266 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7267 (bibtex-parse-entry): New optional arg content.
7268 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7269 Use bibtex-text-in-field-bounds.
7270 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7271 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7272 bibtex-parse-string-postfix.
7273 (bibtex-find-text-internal): New function.
7274 (bibtex-remove-delimiters): Use it.
7275 (bibtex-find-text): Use it. New optional arg help.
7276 (bibtex-complete): Handle BibTeX string and preamble entries.
7277 (bibtex-Preamble): Fix order of closing delimiters.
7278
7279 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * vc.el (vc-default-revert): New fun.
7282
7283 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7284
7285 2005-12-14 Romain Francoise <romain@orebokech.com>
7286
7287 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7288 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7289 (font-lock-remove-keywords): Likewise.
7290
7291 2005-12-14 Juri Linkov <juri@jurta.org>
7292
7293 * log-view.el (log-view-diff): Doc fix.
7294
7295 * isearch.el (isearch-query-replace): Use (mark) instead of
7296 isearch-opoint if mark is active in transient-mark-mode.
7297
7298 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7299
7300 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7301
7302 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7303
7304 * progmodes/cpp.el (cpp-face): New widget.
7305 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7306
7307 2005-12-14 Juri Linkov <juri@jurta.org>
7308
7309 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7310 around `erase-buffer' and `insert'.
7311
7312 * descr-text.el (describe-text-properties): Replace buffer name
7313 "*Help-2*" with "*Help*<2>".
7314 (describe-char): Add functions print-help-return-message,
7315 toggle-read-only. Use help-setup-xref with nil to not store
7316 describe-char in help-xref-stack. Use help-make-xrefs to
7317 make [back] button.
7318
7319 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7320
7321 * wdired.el (wdired-old-point): New internal variable.
7322 (wdired-change-to-wdired-mode): Set it buffer-locally.
7323 (wdired-abort-changes): Restore point after aborting changes.
7324
7325 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * vc.el (vc-do-command): Add a new value t for okstatus.
7328
7329 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7330 frame in case of errors.
7331
7332 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7333
7334 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7335 so it comes after "On the Left" in the menu.
7336
7337 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7338
7339 * cus-edit.el (customize-apropos, customize-apropos-options)
7340 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7341
7342 2005-12-12 Bill Wohler <wohler@newt.com>
7343
7344 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7345 non-writable Subversion-controlled files by saving window
7346 configuration before calling vc-do-command. vc-do-command calls
7347 pop-to-buffer on error which is unexpected during registration.
7348
7349 2005-12-12 Jay Belanger <belanger@truman.edu>
7350
7351 * calc/README: Update the summary of changes.
7352
7353 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * descr-text.el (describe-char): Rework last fix to solve the problem
7356 is the same way it's solved for everything else in that function
7357 (i.e. by extracting the info before setting up the *Help* buffer).
7358
7359 2005-12-12 Kim F. Storm <storm@cua.dk>
7360
7361 * subr.el (version-regexp-alist): Allow space as separator before
7362 non-numeric part, e.g. "1.0 alpha".
7363 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7364
7365 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7366
7367 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7368 Implement Logging and the keep-modes setting.
7369 (org-get-category): Make sure a string is returned.
7370 (org-log-done): New function.
7371 (org-log-done, org-closed-string): New options.
7372
7373 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7374
7375 * tooltip.el (tooltip-y-offset): Change default to 20.
7376
7377 2005-12-12 Richard M. Stallman <rms@gnu.org>
7378
7379 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7380
7381 * frame.el (display-hourglass): Doc fix.
7382
7383 * help.el (help-for-help-internal): Simplify entry for `a'.
7384
7385 * info.el (Info-on-current-buffer): Doc fix.
7386 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7387
7388 * startup.el (inhibit-splash-screen): Make this the real name.
7389 (inhibit-startup-message): Make this the alias.
7390 (command-line): Find only simple.el, and use its directory
7391 to fill in other preloaded files' names.
7392 (command-line): Deactivate the mark if deactivate-mark is set.
7393
7394 * international/mule.el (load-with-code-conversion):
7395 Bind deactivate-mark.
7396
7397 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7398
7399 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7400
7401 * cus-edit.el (customize-apropos): Avoid listing an option more
7402 than once under different aliases. No longer list user options
7403 that are not defined with defcustom (unless a prefix arg is given).
7404 Doc fix.
7405 (customize-apropos-options): Doc fix.
7406
7407 2005-12-11 Juri Linkov <juri@jurta.org>
7408
7409 * frame.el (set-background-color, set-foreground-color)
7410 (set-cursor-color, set-mouse-color, set-border-color):
7411 Add explicit prompts to read colors by `facemenu-read-color'.
7412 (show-trailing-whitespace, blink-cursor-delay)
7413 (blink-cursor-interval, display-hourglass, hourglass-delay):
7414 Remove tags.
7415 (display-hourglass, hourglass-delay): Doc fix.
7416 (cursor-in-non-selected-windows): Capitalize words in tag.
7417
7418 * faces.el (frame-background-mode): Replace `choice-item' keywords
7419 with `const' to not make [default] button. Change default value tag
7420 from `default' to `automatic'. Doc fix.
7421 (trailing-whitespace) <defface>: Change group `whitespace' to
7422 `whitespace-faces'.
7423
7424 2005-12-11 Richard M. Stallman <rms@gnu.org>
7425
7426 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7427
7428 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7429
7430 * term/mac-win.el: Create keymap for mac-apple-event-map.
7431
7432 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7433
7434 * tooltip.el (tooltip-mode): Move to start of file so that it
7435 appears at top of customize buffer.
7436
7437 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7438 Add the gud groupname.
7439 (gud-tooltip-mode): Add the tooltip groupname.
7440 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7441 avoid conflict with tooltip-use-echo-area.
7442
7443 2005-12-10 Romain Francoise <romain@orebokech.com>
7444
7445 * help.el (help-for-help-internal): Add `r' in doc string.
7446
7447 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7448
7449 * align.el (align-regexp, align-highlight-rule):
7450 Use region-beginning and region-end instead of point and mark, so that
7451 repetition (with `repeat-complex-command') recomputes the region
7452 bounds.
7453
7454 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7455
7456 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7457 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7458 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7459 (balance-windows): Rewrite using the above new functions.
7460
7461 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7462
7463 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7464 react if global-hi-lock-mode seems intended.
7465 (global-hi-lock-mode) Renamed from hi-lock-mode.
7466 (hi-lock-archaic-interface-message-used)
7467 (hi-lock-archaic-interface-deduce): New variables.
7468 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7469 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7470 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7471 Replace hi-lock-buffer-mode with hi-lock-mode.
7472
7473 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7474
7475 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7476 completion list, even after a partial completion has been
7477 inserted in the current buffer. If there are more than 1
7478 completion, redisplay the *Completions* buffer; if the
7479 completion is unique, delete the *Completions* window.
7480
7481 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7482
7483 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7484 strings and long subject lines that were broken into multiple
7485 lines at arbitrary places. Handle subjects that have "Re: " in
7486 the middle.
7487
7488 2005-12-10 John W. Eaton <jwe@octave.org>
7489
7490 * emacs/octave-mod.el (octave-electric-space): Don't indent
7491 comments or strings if octave-auto-indent is nil.
7492
7493 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7494
7495 * term/mac-win.el: Require url when compiling.
7496 Call mac-process-deferred-apple-events after loading init files.
7497 (mac-apple-event-map): New defvar. Define event handlers in it.
7498 (core-event, internet-event): New Apple event class symbols.
7499 (open-application, reopen-application, open-documents)
7500 (print-documents, open-contents, quit-application)
7501 (application-died, show-preferences, autosave-now, get-url):
7502 New Apple event ID symbols.
7503 (about): New HICommand ID symbol.
7504 (mac-event-spec, mac-event-ae): New macros.
7505 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7506 (mac-ae-selection-range, mac-ae-text-for-search)
7507 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7508 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7509 and Services menu events are now defined in mac-apple-event-map.
7510 (mac-drag-n-drop): Remove selection range handling.
7511
7512 2005-12-10 Kenichi Handa <handa@m17n.org>
7513
7514 * simple.el (zap-to-char):
7515 * isearch.el (isearch-process-search-char): Translate CHAR by
7516 translation-table-for-input.
7517
7518 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * foldout.el (foldout-exit-fold): Properly hide subtree.
7521
7522 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7523
7524 * files.el (save-buffer):
7525 * international/ucs-tables.el (ucs-set-table-for-input):
7526 * mail/mail-extr.el (mail-extract-address-components):
7527 * mail/sendmail.el (mail-mode): Reformat doc string.
7528
7529 2005-12-09 Juri Linkov <juri@jurta.org>
7530
7531 * isearch.el (isearch-highlight): Change main overlay priority
7532 from 1 to 1001. Simplify.
7533 (isearch-lazy-highlight-update): Change lazy overlay priority
7534 from 0 to 1000.
7535
7536 * replace.el (replace-highlight): Change overlay priority from
7537 1 to 1001.
7538
7539 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7540 Change overlay priority from 1 to 1001. Reuse existing overlay.
7541
7542 * compare-w.el (compare-windows-highlight): Change overlay
7543 priority from 1 to 1000.
7544
7545 * menu-bar.el (menu-bar-edit-menu): Add listp around
7546 pending-undo-list to disable menu item "undo" when pending
7547 undo list is empty.
7548
7549 * locate.el (locate): Disable undo in *Locate* buffer.
7550
7551 2005-12-09 Kim F. Storm <storm@cua.dk>
7552
7553 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7554
7555 2005-12-09 David Ponce <david@dponce.com>
7556
7557 * recentf.el: Improvement of the menu code.
7558 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7559 instead of menu hook.
7560 (recentf-show-menu, recentf-hide-menu): New functions.
7561 (recentf-menu-customization-changed, recentf-mode): Use them.
7562 (recentf-menu-action, recentf-max-menu-items)
7563 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7564 (recentf-arrange-by-rule-others)
7565 (recentf-arrange-by-rules-min-items)
7566 (recentf-arrange-by-rule-subfilter) : Don't use
7567 `recentf-menu-customization-changed'.
7568 (recentf-arrange-rules): Likewise. Accept functions to compute
7569 sub-menu titles.
7570 (recentf-menu-filter): Likewise. Doc fix.
7571 (recentf-menu-value-shortcut): Doc fix.
7572 (recentf-dump-variable): Quote atom value.
7573 (recentf-make-menu-items): Update to use it as a menu filter.
7574 (recentf-match-rule): New function.
7575 (recentf-arrange-by-rule): Use it.
7576 (recentf-indirect-mode-rule): New function.
7577 (recentf-build-mode-rules): Use it.
7578 (recentf-dir-rule): New function.
7579 (recentf-arrange-by-dir): Use it.
7580 (recentf-filter-changer-current): Rename from
7581 `recentf-filter-changer-state'. All references updated.
7582 (recentf-filter-changer-alist): Update filter names.
7583 (recentf-filter-changer-select): New function.
7584 (recentf-filter-changer): Use it. Make a sub-menu from filters
7585 available in `recentf-filter-changer-alist'.
7586 (recentf-data-cache, recentf-clear-data)
7587 (recentf-update-menu): Remove. All references updated.
7588 (recentf-match-rule-p, recentf-build-dir-rules)
7589 (recentf-filter-changer-goto-next)
7590 (recentf-filter-changer-get-current)
7591 (recentf-filter-changer-get-next): Remove.
7592
7593 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7594
7595 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7596 buffer "Reset" button to "Reset to Current" for consistency with
7597 the State buttons.
7598
7599 2005-12-08 John Paul Wallington <jpw@pobox.com>
7600
7601 * ibuf-ext.el (define-ibuffer-filter filename):
7602 If `dired-directory' is a list then really use its car.
7603
7604 2005-12-08 Kim F. Storm <storm@cua.dk>
7605
7606 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7607 Fix indention of text on right side of replaced rectangle.
7608
7609 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7610
7611 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7612 No need to check gud-comint-buffer is bound.
7613 (gdb): Prevent multiple debugging when first session uses gdba.
7614
7615 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7616
7617 CC Mode update to 5.31.
7618
7619 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7620 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7621 We might do this function properly in the future).
7622
7623 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7624 New macros c-sentence-end and c-default-value-sentence end, to cope
7625 with Emacs 22's new function `sentence-end'.
7626
7627 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7628
7629 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7630 compat issue using `c-put-overlay' and `c-delete-overlay'.
7631
7632 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7633 New compat macros to handle overlays/extents.
7634
7635 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7636
7637 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7638 (for GNU Emacs 20.4)
7639
7640 * progmodes/cc-defs.el:
7641 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7642
7643 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7644 highlighting mechanism so it will work in XEmacs too.
7645
7646 * progmodes/cc-defs.el: Insert c-int-to-char.
7647
7648 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7649 call to the new macro c-int-to-char. This solves XEmacs's
7650 regarding characters as different from integers.
7651
7652 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7653
7654 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7655 New internal helper.
7656
7657 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7658 construct to make the indirect face lookup work in XEmacs.
7659
7660 (c-cpp-matchers): Append the negation char face to the existing
7661 fontification, so that the cpp face doesn't disappear.
7662 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7663 and strings.
7664
7665 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7666 to map to `font-lock-negation-char-face' in emacsen where it exists.
7667
7668 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7669
7670 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7671
7672 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7673 Rename "c-subword-move-mode" as "c-subword-mode".
7674
7675 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7676 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7677
7678 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7679
7680 * progmodes/cc-mode.el: Added autoload directive for
7681 `c-subword-move-mode' for use in older emacsen.
7682
7683 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7684
7685 * progmodes/cc-mode.el:
7686 (i) Insert a binding for C-c C-backspace into
7687 c-bind-special-erase-keys which works in TTYs.
7688 (ii) Make sure that when file styles are used, any explicitly
7689 given style variables take priority over those in the style.
7690 Do this by calling `hack-local-variables' a second time.
7691
7692 * progmodes/cc-vars.el: Add language specific customization
7693 widgets for AWK to c-doc-comment-style, c-require-final-newline
7694 and c-default-style. Add a defcustom for awk-mode-hook.
7695 Give c-syntactic-element and c-syntactic-context doc-strings by
7696 directly setting their `variable-documentation' propery.
7697 This allows Emacs 22.1 to read these with C-h v.
7698
7699 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7700
7701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7702
7703 * progmodes/cc-fonts.el, cc-vars.el
7704 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7705 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7706 Masatake YAMATO.
7707
7708 (c-doc-comment-style): Made GtkDoc default in C mode.
7709
7710 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7711 and C-c C-<delete>.
7712
7713 (c-bind-special-erase-keys): New function for use on
7714 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7715
7716 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7717 <delete> key behavior in XEmacs according to `delete-forward-p'.
7718 C.f. `c-electric-delete'.
7719
7720 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7721
7722 * progmodes/cc-mode.el: Give c-hungry-backspace and
7723 c-hungry-delete-forward permanent key bindings.
7724
7725 * progmodes/cc-cmds.el (c-electric-semi&comma):
7726 Bind c-syntactic-context for calls to "criteria functions", for
7727 consistency with other calls to user functions.
7728
7729 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7730 `current-prefix-arg', since this might be the prefix arg to a
7731 command which calls c-indent-command as a function. Change the
7732 interactive spec from "p" to "P".
7733
7734 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7735 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7736 was difficult to understand.
7737
7738 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7739
7740 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7741 first char of an identifier.
7742
7743 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7744 +" syntax in C++.
7745
7746 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7747
7748 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7749 auto-fill doesn't split a c-comment's last word from a hanging
7750 "*/" when a space is typed between them after fill-column.
7751
7752 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7753
7754 * progmodes/cc-styles.el (c-set-style)
7755 (c-setup-paragraph-variables): Abort the command if we're not in a
7756 CC Mode buffer.
7757
7758 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7759 with blank comment-prefix, and a blank line as the comment's
7760 second line.
7761
7762 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7763
7764 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7765 Incorporate the patterns added in the Emacs development branch
7766 for the new Emacs 22 face `font-lock-negation-char-face'.
7767
7768 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7769 of "red" since it stands out better in xterms and DOS terminals.
7770
7771 * progmodes/cc-engine.el (c-literal-faces):
7772 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7773
7774 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7775
7776 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7777 forcibly enable c-electric-flag.
7778
7779 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7780 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7781 after the comment-prefix of a C-style comment will close that comment.
7782
7783 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7784
7785 * progmodes/cc-fonts.el (c-basic-matchers-before)
7786 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7787 in Pike.
7788
7789 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7790 digraphs.
7791
7792 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7793 (c-cpp-message-directives, c-cpp-include-directives)
7794 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7795 (c-cpp-expr-directives): Introduce new language constants to
7796 control cpp syntax in a cleaner way.
7797
7798 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7799
7800 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7801
7802 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7803 (c-multiline-string-start-char): New language constants and
7804 variables to specify how newlines in string literals work.
7805
7806 (c-font-lock-invalid-string): Use them.
7807
7808 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7809 unbalanced close brace is entered. Optimization by avoiding going
7810 back over arbitrarily large blocks. Removed hints that this
7811 function only would be relevant/useful in AWK.
7812
7813 (c-electric-brace): Indent syntactically after the cleanups since
7814 lineup functions might do it differently then.
7815
7816 * progmodes/cc-engine.el, cc-langs.el
7817 (c-opt-op-identifier-prefix): New language constant and variable.
7818
7819 (c-just-after-func-arglist-p, c-after-special-operator-id)
7820 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7821
7822 * progmodes/cc-align.el, cc-engine.el
7823 (c-after-special-operator-id): New helper to handle C++ operator
7824 identifiers.
7825
7826 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7827 (c-guess-basic-syntax): Handle C++ operator identifiers in
7828 declarations.
7829
7830 * progmodes/cc-langs.el (c-assignment-operators): Add the
7831 trigraph version of ^= too.
7832
7833 * progmodes/cc-langs.el (c-assignment-operators): Add the
7834 trigraph version of |= in C++.
7835
7836 * progmodes/cc-fonts.el (c-font-lock-declarators):
7837 Handle `c-decl-hangon-kwds' after the identifier name.
7838
7839 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7840 whether an arglist is "nonempty", ignore a comment after the open
7841 paren if it isn't followed by a non-comment token on the same line.
7842
7843 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7844 Enable heuristics below the point to cope with classes inside special
7845 brace lists in Pike.
7846
7847 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7848
7849 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7850
7851 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7852
7853 * progmodes/cc-guess.el (cc-guess-install): New function to
7854 install an already guessed style in another buffer.
7855
7856 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7857 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7858 anyway if the change always is undone.
7859
7860 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7861
7862 Implement togglable electricity:
7863
7864 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7865 saying when it should be used.
7866
7867 * progmodes/cc-engine.el: Add the new buffer-local variable,
7868 c-electric-flag.
7869
7870 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7871 c-toggle-auto-newline.
7872
7873 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7874 c-toggle-auto-newline. Remove the binding for
7875 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7876 c-toggle-electric-state.
7877
7878 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7879
7880 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7881 c-\(forward\|backward\)-subword.
7882 (c-update-modeline): Add the new modeline flag `l' for
7883 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7884 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7885 Make the old name an alias of the new name.
7886 (c-toggle-electric-state): New function.
7887 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7888 Adapt these functions to do electric things only when
7889 c-electric-flag is non-nil.
7890 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7891 new functions from c-electric-brace.
7892 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7893 mode, so that the tentative extra newline doesn't change the
7894 syntax of the following brace.
7895 (c-electric-brace): Restructure by extracting the above functions.
7896 Tidy up the coding somewhat.
7897 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7898 restructure a bit.
7899
7900 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7901
7902 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7903 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7904
7905 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7906 (c-submode-indicators): Change name from `c-auto-hungry-string'
7907 since it's now used to track another submode.
7908
7909 (c-update-modeline): Convert to function and extended to check
7910 `c-subword-move-mode'.
7911
7912 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7913 Convert to compat aliases for `c-forward-subword' and
7914 `c-backward-subword'.
7915
7916 * progmodes/cc-subword.el: New functions and minor mode to handle
7917 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7918
7919 (c-forward-subword, c-backward-subword, c-mark-subword)
7920 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7921 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7922 Functions corresponding to the standard word handling functions.
7923
7924 (c-subword-move-mode): Minor mode that replaces all the standard
7925 word handling functions with their subword equivalences.
7926
7927 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7928
7929 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7930 entry for one-liner-defun.
7931
7932 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7933 name in its def-edebug-spec.
7934
7935 * progmodes/cc-cmds.el (c-electric-brace): Make the
7936 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7937 compacts space before a comment, if this will make things fit on
7938 one line.
7939
7940 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7941
7942 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7943
7944 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7945 clean-up one-liner-defun.
7946
7947 * progmodes/cc-styles.el: Add the new "awk" style.
7948
7949 * progmodes/cc-vars.el: Add description of one-liner-defun to
7950 c-cleanup-list's doc-string. New user options,
7951 c-max-one-liner-length. In c-default-style, set the default style
7952 for AWK to "awk".
7953
7954 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7955
7956 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7957 macros inside labels.
7958
7959 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7960 `c-at-statement-start-p' and `c-at-expression-start-p'.
7961
7962 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7963 error if the mark isn't set.
7964
7965 * progmodes/cc-engine.el (c-guess-continued-construct)
7966 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7967 accurately detect functions inside functions.
7968
7969 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7970 like `c-at-statement-start-p' that additionally recognizes commas
7971 and expression parentheses as delimiters.
7972
7973 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7974 to avoid heuristics that doesn't work for unclosed blocks.
7975 (c-at-statement-start-p): New function.
7976
7977 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7978 Objective-C directives, e.g. directives spanning lines should work
7979 reasonably well now.
7980
7981 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7982
7983 (c-forward-objc-directive): New function to move over any ObjC
7984 directive.
7985
7986 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7987 (c-basic-matchers-before): Use it.
7988
7989 (c-font-lock-objc-iip-decl): Remove.
7990
7991 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7992 in the template arglist recognition.
7993
7994 * progmodes/cc-styles.el (c-style-alist): Fix several
7995 inconsistencies in the Whitesmith style.
7996
7997 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7998 New lineup function to get lines after Whitesmith style blocks
7999 correctly indented.
8000
8001 (c-lineup-whitesmith-in-block): Back out the compensation for
8002 opening parens since it's done using `add' lists in the style
8003 definition instead. Don't use the anchor position since it varies
8004 too much between the syntactic symbols. :P
8005
8006 * progmodes/cc-vars.el (c-valid-offset): Update.
8007
8008 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8009 lists where the offsets are combined according to several
8010 different methods: `first', `min', `max', and `add'.
8011 Report offset evaluation errors with `c-benign-error' so that some kind
8012 of reindentation still is done.
8013
8014 * progmodes/cc-engine.el (c-guess-basic-syntax):
8015 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8016 `arglist-close'.
8017
8018 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8019 situations for `arglist-cont-nonempty' and `arglist-close'.
8020
8021 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8022
8023 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8024 cc-bytecomp-boundp' in a number of places.
8025
8026 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8027 macro related issue.
8028
8029 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8030
8031 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8032 list is now [asdf], a char class [:alpha:].
8033 Include code for char classes.
8034 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8035 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8036
8037 Remove (nearly all of) the cruft associated with AWK Mode's former
8038 concept of "virtual semicolons":
8039
8040 Adapt c-beginning-of-statement, c-end-of-statement (together with
8041 subfunctions) to use the new notion of "virtual semicolon" in
8042 place of the old awkward special handling for AWK. There remains
8043 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8044 * progmodes/cc-cmds.el:
8045 (c-ascertain-adjacent-literal): In the backwards direction, now
8046 recognises AWK regexp delimiters as string delimiters.
8047 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8048 check more rigorously for "end of macro".
8049 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8050 virtual semicolons;
8051 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8052 out the code for forward movement into ...
8053 (c-end-of-statement): Now contains the code for forward movement,
8054 adapted for virtual semicolons.
8055
8056 * progmodes/cc-engine.el:
8057 (c-ws*-string-limit-regexp): New regexp.
8058 (c-forward-single-comment, c-backward-single-comment): Comment out
8059 the (now redundant) "special" AWK stuff.
8060
8061 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8062 c-string-par-start, c-string-par-separate to be more like Text
8063 Mode than Fundamental Mode.
8064
8065 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8066
8067 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8068 to the fontified region so that fontification doesn't occur
8069 outside it (could happen e.g. when fontifying a line with an
8070 unfinished declaration).
8071
8072 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8073
8074 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8075 start of the file. ^L now separate sections of the file.
8076 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8077 (c-awk-one-line-possibly-open-string-re)
8078 (c-awk-regexp-one-line-possibly-open-char-class-re)
8079 (c-awk-one-line-possibly-open-regexp-re)
8080 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8081 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8082
8083 Amend the concept of "virtual semicolons" (in the indentation
8084 engine) for languages like AWK, such that they are now
8085 conceptually attached to end of the last token of a statement, not
8086 the end of the line. (In AWK Mode, however, the pertinent text
8087 property is still physically set on the EOL.) Remove the specific
8088 tests for awk-mode, thus facilitating the introduction of other
8089 language modes where EOLs can end statements.
8090 (Note: The funtionality in cc-cmds.el, specifically
8091 c-beginning/end-of-statement has yet to be amended.)
8092
8093 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8094 New macros.
8095
8096 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8097 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8098 c-vsemi-status-unknown-p-fn (in a new page).
8099
8100 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8101 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8102 numerous awkward forms like
8103 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8104 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8105 variable before-ws-ip, the place just after char-before-ip appears.
8106
8107 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8108 a comment.
8109
8110 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8111
8112 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8113 `c-tentative-buffer-changes'.
8114
8115 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8116 convert to macro to choose between Emacs and XEmacs at compile time.
8117
8118 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8119
8120 (c-tentative-buffer-changes): New macro to handle temporary buffer
8121 changes in a convenient way.
8122
8123 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8124 for `c-tentative-buffer-changes'.
8125
8126 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8127 the checks for paren sexps between the point and the keyword, to
8128 avoid some false alarms.
8129
8130 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8131 Fixed a situation where an error could be thrown for unbalanced
8132 parens. Changed to make use of c-keyword-member' to avoid some
8133 repeated regexp matches.
8134
8135 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8136 These language variable are no longer necessary.
8137
8138 (c-block-stmt-kwds): New language constant used by
8139 c-looking-at-inexpr-block'.
8140
8141 (c-guess-basic-syntax): Remove an optional check that looked at
8142 the existence of the now removed language variables.
8143
8144 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8145 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8146 object instantiation expressions as declarations in some contexts.
8147 This bug only affected languages where the declarator can't be
8148 enclosed in parentheses.
8149
8150 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8151 insert newlines before and after substatement braces.
8152
8153 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8154 function declaration headers and the handling of C++ style member
8155 init lists.
8156
8157 (c-just-after-func-arglist-p): Rewritten to use
8158 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8159
8160 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8161
8162 (c-guess-basic-syntax): Adapt case 5B for the new
8163 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8164 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8165 covers all cases now).
8166
8167 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8168
8169 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8170
8171 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8172 c-string-par-start/separate c-sentence-end-with-esc-eol,
8173 initialised in c-setup-paragraph-variables, used in string
8174 scanning subroutines of c-beginning-of-statement.
8175
8176 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8177 which precedes the newly inserted `{'.
8178
8179 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8180
8181 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8182 function for declaration level blocks. It should now cope with
8183 templates better and also be a lot more comprehensible.
8184
8185 (c-looking-at-decl-block): The new function.
8186
8187 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8188 for compatibility.
8189
8190 (c-add-class-syntax, c-guess-continued-construct)
8191 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8192
8193 (c-decl-block-key): Change to tell apart ambiguous and
8194 unambiguous keywords. Pike specials are now handled directly in
8195 the code instead.
8196
8197 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8198 New language constants and variables to make the backward skip in
8199 `c-looking-at-decl-block' as tight as possible.
8200
8201 (c-nonsymbol-token-char-list): New language constant.
8202
8203 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8204 find balanced template arglists backwards.
8205
8206 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8207 making char classes for `c-syntactic-skip-backward'.
8208
8209 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8210 16D - can't be a class-close at that point.
8211
8212 * progmodes/cc-engine.el (c-guess-basic-syntax)
8213 (c-add-class-syntax): Don't narrow out the enclosing declaration
8214 level. This makes everything a lot easier, and it was actually
8215 only four small places that needed it to work. Some places that
8216 previously did `widen' are removed now, which has the effect that
8217 `c-guess-basic-syntax' never will look at things outside the
8218 current narrowment now. The anchor position for `topmost-intro'
8219 is affected by this, but it was so bogus it was basically useless
8220 before, and now it's equally bogus but in a slightly different way.
8221
8222 (c-narrow-out-enclosing-class): Gone.
8223
8224 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8225 the narrowed region.
8226
8227 (c-least-enclosing-brace): Remove silly optional argument.
8228
8229 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8230 the point could be left directly after an open paren when finding
8231 the beginning of the first decl in the block.
8232
8233 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8234 Specify which submatch to use.
8235
8236 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8237
8238 (c-decl-start-re): No longer any need for special treatment of
8239 ObjC due to the above.
8240
8241 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8242 presumably follows C in that regard.
8243
8244 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8245 New language constants to specify operator tokens inside
8246 identifiers in a more high level way.
8247
8248 (c-opt-identifier-prefix-key): New internal language constant.
8249
8250 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8251 (c-identifier-start, c-identifier-key): Now completely calculated
8252 from other constants.
8253
8254 (c-identifier-last-sym-match): Decommission since it's no longer used.
8255
8256 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8257
8258 * progmodes/cc-engine.el (c-forward-name): Remove the
8259 optimization when c-identifier-key is equal to c-symbol-key since
8260 it doesn't work in byte compiled files. Don't record empty
8261 regions as identifiers.
8262
8263 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8264 simplify access to `c-operators' and its likes.
8265
8266 (c-operator-list, c-all-op-syntax-tokens)
8267 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8268 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8269 (c-primary-expr-regexp, c-cast-parens): Use it.
8270
8271 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8272 an explicit language in functions.
8273
8274 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8275 variant of adornment.
8276
8277 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8278 variable.
8279
8280 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8281 the Pike value.
8282
8283 * progmodes/cc-engine.el (c-on-identifier)
8284 (c-simple-skip-symbol-backward): Small fix for handling "-"
8285 correctly in `skip-chars-backward'. Affected the operator lfun
8286 syntax in Pike.
8287
8288 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8289 diagnostic message about precompiled language vars not being used.
8290
8291 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8292 "__attribute__" is followed by a parenthesis.
8293
8294 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8295 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8296 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8297
8298 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8299 Internal cleanups to properly detect the declared identifiers in
8300 various declarations.
8301
8302 (c-decl-start-kwds): New language constant to recognize
8303 declarations that can start anywhere. Used for class declarations
8304 in Pike.
8305
8306 (c-specifier-key, c-not-decl-init-keywords)
8307 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8308 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8309
8310 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8311 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8312 handling of the compiler specific extension keywords into a new
8313 language constant `c-decl-hangon-kwds' that defines keyword
8314 clauses to be ignored in declarations.
8315
8316 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8317 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8318 Necessary to stop at the declared identifier in e.g. IDL valuetype
8319 declarations.
8320
8321 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8322 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8323 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8324 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8325 class and enum declarations as such and not as part of the type.
8326
8327 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8328 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8329
8330 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8331 declarations when there's some syntax error later on.
8332
8333 (c-complex-decl-matchers): Did away with a reference to
8334 `c-specifier-key'.
8335
8336 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8337 value - this variable is always dynamically bound.
8338
8339 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8340 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8341 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8342 functions that might do hidden buffer changes: All such internal
8343 functions are now marked instead of those that don't.
8344
8345 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8346 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8347 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8348 (c-literal-type): Allow these functions to make hidden buffer changes,
8349 so that they are free to use text property caching later on.
8350
8351 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8352 (c-electric-brace, c-electric-slash, c-electric-star)
8353 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8354 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8355 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8356 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8357 with the changed semantics of the functions above.
8358
8359 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8360 when macros occur in obscure places. Optimized the sexp movement
8361 a bit.
8362
8363 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8364
8365 Enhancements for c-beginning-of-statement to work in AWK Mode:
8366
8367 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8368 (completed statement) with `}' (statement completed by closing
8369 brace or semicolon) and `$' (statement completed by EOL).
8370
8371 (c-awk-virtual-semicolon-ends-prev-line-p)
8372 (c-awk-virtual-semicolon-ends-line-p)
8373 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8374 (c-awk-at-statement-end-p): New functions.
8375
8376 * progmodes/cc-cmds.el: Simplify the structure of functions
8377 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8378 two functions and c-beginning-of-statement to handle AWK Mode.
8379
8380 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8381 c-backward-single-comment for AWK mode. Attempt to clarify their
8382 doc-strings.
8383
8384 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8385
8386 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8387
8388 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8389 label handling. Labels are now recognized in a uniform and more
8390 robust way, regardless of context. Text properties are put on all
8391 labels to recognize the following declarations better.
8392 Multiword labels are handled both in indentation and fontification for
8393 the benefit of language extensions like Qt. For consistency, keywords
8394 in labels are now fontified with the label face instead.
8395 That also applies to "case" and "default".
8396
8397 (c-beginning-of-statement-1): Fix some bugs in the label
8398 handling. Disregard `c-nonlabel-token-key' in labels that begin
8399 with `c-label-kwds'.
8400
8401 (c-find-decl-spots): Support that the callback adds more
8402 `c-decl-end' spots to find.
8403
8404 (c-forward-decl-or-cast-1): Don't treat a list of plain
8405 identifiers followed by a colon as a declaration.
8406
8407 (c-forward-label): New function to recognize labels.
8408
8409 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8410 `c-forward-label'. Moved the label recognition cases (14 and 15)
8411 earlier since they aren't so context sensitive now. Handle labels
8412 on the top level gracefully. Moved access label recognition to
8413 the generic label case (CASE 15) - removed CASE 5E.
8414
8415 (c-font-lock-declarations): Add recognition of labels in the
8416 same round since we need to handle labels in parallell with other
8417 declarations to recognize both accurately. It should also improve
8418 speed.
8419
8420 (c-simple-decl-matchers, c-basic-matchers-after):
8421 Move `c-font-lock-labels' so that it only is used on decoration level 2
8422 since `c-font-lock-declarations' handles it otherwise.
8423
8424 (c-complex-decl-matchers): Remove the simplistic recognition of
8425 access labels.
8426
8427 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8428 with labels earlier.
8429
8430 (c-decl-start-re): New language variable to make
8431 `c-font-lock-declarations' stop for the special protection labels
8432 in Objective-C that start with `@'.
8433
8434 (c-label-key): Remove since it's no longer used.
8435
8436 (c-recognize-colon-labels, c-label-prefix-re): New language
8437 constants to support recognition of generic colon-terminated labels.
8438
8439 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8440 are colon terminated labels.
8441
8442 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8443 first argument starts with a special brace list.
8444
8445 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8446 (c-font-lock-declarations): Break out the declaration and cast
8447 recognition from `c-font-lock-declarations' to a new function, so
8448 that it can be used in the indentation engine.
8449
8450 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8451 up to the start of the literal. Fixed bug with the point on the
8452 wrong side of the search limit that could happen when the start
8453 position is inside a literal.
8454
8455 * progmodes/cc-engine.el (c-parse-state)
8456 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8457 so that it's kept a little bit back to increase the hit rate.
8458
8459 (c-parse-state): Change the macro handling and fixed some
8460 glitches. Macro context is checked more often than necessary now,
8461 but otoh less garbage conses are generated.
8462
8463 * progmodes/cc-engine.el (c-parse-state)
8464 (c-invalidate-state-cache): Cache the last position where
8465 `c-state-cache' applies. This can speed up refontification quite
8466 a bit in blocks where there are many non-brace parens before the point.
8467
8468 (c-state-cache-end): New variable for this.
8469
8470 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8471 cache variable.
8472
8473 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8474 get close initial continue positions when the start position is
8475 inside a literal or macro. Do not call the callback for spots
8476 before the start position (which can happen e.g. for `c-decl-end'
8477 spots inside comments). Optimize better in special cases when the
8478 region is a single line inside a literal or macro (typically when
8479 the current line is refontified).
8480
8481 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8482 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8483 entries from the paren state.
8484
8485 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8486 special case for "else if" clauses.
8487
8488 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8489 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8490
8491 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8492 New language variable to recognize the gcc extension with statement
8493 blocks inside expressions.
8494
8495 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8496 it somewhat more comprehensible. The argument AT-BLOCK-START is
8497 no longer used and hence removed.
8498
8499 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8500 to `c-add-stmt-syntax'.
8501
8502 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8503 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8504 This fixes bogus label recognition.
8505
8506 * progmodes/cc-engine.el (c-add-type, c-check-type)
8507 (c-forward-name, c-forward-type): Improve storage of template
8508 types in `c-found-types' so that they can be recognized better.
8509
8510 (c-syntactic-content): Add option to skip past nested parens.
8511
8512 * progmodes/cc-engine.el (c-forward-name):
8513 Set `c-last-identifier-range' all the time. It's less work that way.
8514 Handle that there might not be an identifier to store in
8515 `c-last-identifier-range'.
8516
8517 (c-forward-type): Handle that `c-last-identifier-range' might be
8518 nil from `c-forward-name'.
8519
8520 * progmodes/cc-defs.el (c-safe-scan-lists)
8521 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8522
8523 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8524 to work even if the form fails.
8525
8526 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8527 down in a large file in one go.
8528
8529 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8530
8531 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8532 function which is like `c-lineup-math' but returns nil instead of
8533 `c-basic-offset' when it doesn't match.
8534
8535 (c-lineup-math): Change to use `c-lineup-assignments'.
8536
8537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8538
8539 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8540 c-beginning-of-statement. New subfunctions
8541 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8542
8543 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8544
8545 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8546 hardcoded char classes whereever possible. Changed a couple of
8547 places to use skip by syntax instead of skip by char class.
8548
8549 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8550 Fix a bug in the regexp that caused extreme backtracking.
8551
8552 * progmodes/cc-langs.el (c-block-comment-starter)
8553 (c-block-comment-ender): New language constants to specify in a
8554 single place how block comments look.
8555
8556 (c-comment-start-regexp, c-block-comment-start-regexp)
8557 (comment-start, comment-end, comment-start-skip)
8558 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8559 (c-syntactic-ws, c-nonempty-syntactic-ws)
8560 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8561 `c-line-comment-starter', `c-block-comment-starter' and
8562 `c-block-comment-ender'.
8563
8564 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8565 New language constants to break up things a bit.
8566
8567 (c-simple-ws): New language constant for simple whitespace.
8568
8569 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8570
8571 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8572 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8573 newlines. Allow and ignore nil elements in the list.
8574
8575 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8576
8577 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8578 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8579
8580 * progmodes/cc-cmds.el: Tidy up the comments in
8581 c-beginning-of-statement and subfunctions.
8582
8583 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8584 more flexible c-put-char-property and c-clear-char-properties.
8585 Add the author's email address.
8586
8587 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8588
8589 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8590 closing "*/" of a block comment.
8591
8592 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8593 subfunctions) so that it works at BOB and EOB.
8594
8595 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8596 c-beginning-of-statement, including new variable
8597 c-block-comment-start-regexp.
8598
8599 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8600
8601 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8602 symbols from `*-font-lock-extra-types' so that there's no need to
8603 use `regexp-opt' on those lists.
8604
8605 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8606 `c-type-modifier-kwds' is empty.
8607
8608 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8609 there are several strings on the same line.
8610
8611 * progmodes/cc-engine.el (c-literal-limits): Remove the
8612 compatibility function for older emacsen. `c-literal-limits-fast'
8613 has now taken the place of this function.
8614
8615 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8616 with older emacsen: We now require `pps-extended-state'.
8617
8618 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8619
8620 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8621 which obviates the need to hack sentence-end. This now handles
8622 escaped newlines in strings correctly. Correct minor bugs in
8623 c-move-over-sentence and in c-beginning-of-statement.
8624
8625 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8626 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8627 that movement over macros and code are rigorously separated from
8628 eachother. Correct a few incidental bugs.
8629
8630 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8631 Improve its doc-string. Improve the handling of certain specific cases.
8632
8633 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8634
8635 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8636 (c-guess-basic-syntax): Change the way class-level labels are
8637 recognized; they can now contain essentially any symbols.
8638
8639 (c-opt-extra-label-key): New language variable to cope with the
8640 special protection label syntax in Objective-C.
8641
8642 (c-opt-access-key): Remove; this is now handled better by
8643 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8644
8645 (c-complex-decl-matchers): Update to handle that
8646 `c-opt-access-key' no longer exists.
8647
8648 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8649 improved label recognition in `c-beginning-of-statement-1'.
8650
8651 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8652 Recognize bitfields better.
8653
8654 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8655 Remove some cruft and fixed a bug that could cause it to go to a
8656 position further down.
8657
8658 * progmodes/cc-langs.el, cc-engine.el
8659 (c-beginning-of-statement-1): Improve detection of labels in
8660 declaration contexts.
8661
8662 (c-beginning-of-decl-1): Use it.
8663
8664 (c-nonlabel-token-key): New language constant and variable needed
8665 by `c-beginning-of-statement-1'.
8666
8667 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8668 manifested itself due to the correction in `c-forward-sexp'.
8669
8670 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8671 Make these behave as documented when used at the buffer limits.
8672
8673 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8674 (c-type-decl-end-used): Made this a language variable.
8675
8676 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8677 correctly when `combine-after-change-calls' is used together with
8678 temporary narrowings.
8679
8680 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8681 Report labels correctly when the start point is immediately after the
8682 colon.
8683
8684 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8685 Remove since it isn't used anymore.
8686
8687 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8688 bracket arglists such as template parens in C++.
8689
8690 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8691 in the last check-in. Some optimization.
8692
8693 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8694 where it could stop at the same level in a preceding sexp when
8695 PAREN-LEVEL is set.
8696
8697 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8698 text property lookup only when it's needed.
8699
8700 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8701 Change the policy for paren marked angle brackets to be more
8702 persistent; once marked they remain marked even when they're found
8703 to be unbalanced in the searched region. This should keep the
8704 paren syntax around even when individual lines are refontified in
8705 multiline template arglists.
8706
8707 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8708 to control markup so that incorrect angle bracket arglists aren't
8709 marked in contexts where the correct value for
8710 `c-disallow-comma-in-<>-arglists' isn't known.
8711
8712 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8713 argument has become `c-parse-and-markup-<>-arglists'.
8714
8715 (c-remove-<>-arglist-properties): Remove - no longer used.
8716
8717 (c-after-change-check-<>-operators): New function used on
8718 `after-change-functions' to avoid that "<" and ">" characters that
8719 are part of longer operators have paren syntax.
8720
8721 (c-<>-multichar-token-regexp): New language variable used by
8722 `c-after-change-check-<>-operators'.
8723
8724 (c-after-change): Call `c-after-change-check-<>-operators'.
8725
8726 (c-font-lock-<>-arglists): Use the context properties set by
8727 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8728 correctly to avoid doing invalid markup.
8729
8730 (c-font-lock-declarations): Remove code that undoes the invalid
8731 markup done by `c-font-lock-<>-arglists'.
8732
8733 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8734 after `c-font-lock-declarations'.
8735
8736 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8737 Add paren-level feature.
8738
8739 (c-guess-basic-syntax): Improve the anchor position for
8740 `template-args-cont' in nested template arglists. There's still
8741 much to be desired in this area, though.
8742
8743 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8744
8745 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8746 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8747
8748 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8749
8750 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8751 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8752
8753 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8754 it doesn't work no longer are supported.
8755
8756 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8757 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8758 requires support for the syntax-table' text property, which rules
8759 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8760 cruft associated with those versions.
8761
8762 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8763 for the `syntax-table' text property, which rules out Emacs 19 and
8764 XEmacs < 21.4. Removed various compatibility cruft associated
8765 with those versions.
8766
8767 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8768 support for the `syntax-table' text property.
8769
8770 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8771 variable and use an extra quoted face name instead. All the
8772 emacsen flavors handle that correctly.
8773
8774 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8775 (c-font-lock-declarators, c-font-lock-declarations)
8776 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8777 property to mark the items in in declarator lists to handle
8778 refontification inside multiline declarations better.
8779
8780 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8781 construct like "a * b = c;" as a declaration.
8782
8783 2005-12-08 Kim F. Storm <storm@cua.dk>
8784
8785 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8786 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8787 select either meta, hyper, or super modifier for rectangle commands.
8788 (cua--rectangle-modifier-key): New defvar.
8789 (cua--M/H-key): Use it. Remove special case for `space'.
8790 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8791 on X, to meta otherwise. Always bind C-return to toggle
8792 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8793
8794 * emulation/cua-rect.el (cua-help-for-rectangle):
8795 Use cua--rectangle-modifier-key. Handle super modifier too.
8796 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8797 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8798
8799 * ido.el: Move Acknowledgements and History after Commentary.
8800 Minor changes to Commentary.
8801
8802 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8803 keymap if cua--prefix-override-timer is `shift'.
8804 (cua--shift-control-prefix): New function; emulate "type prefix
8805 key twice" functionality to handle shifted prefix key override.
8806 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8807 New commands.
8808 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8809
8810 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8811
8812 * textmodes/org.el (org-insert-heading): Try to do items before
8813 headings.
8814 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8815 (org-insert-item): New function.
8816 (org-renumber-ordered-list): Don't skip to higher level lists.
8817
8818 2005-12-08 Juri Linkov <juri@jurta.org>
8819
8820 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8821
8822 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8823
8824 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8825
8826 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8827 the constructed function name fun-1.
8828
8829 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8830 because such links don't lead to parent documentation.
8831
8832 2005-12-08 Kenichi Handa <handa@m17n.org>
8833
8834 * descr-text.el (describe-char): Use *Help-2* buffer if the
8835 current buffer is *Help*. Call describe-text-properties while
8836 setting the original buffer.
8837
8838 2005-12-07 Bill Wohler <wohler@newt.com>
8839
8840 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8841 and causes problems with non-MH users (such as Gnus users).
8842
8843 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8844
8845 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8846 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8847 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8848 command "info sources". Move calls to GDB command "list".
8849 (gdb-find-file-hook): Just use gdb-source-file-list.
8850 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8851 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8852 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8853 (gdb-data-list-register-values-handler): Use correct trigger name.
8854
8855 2005-12-07 Kim F. Storm <storm@cua.dk>
8856
8857 * ido.el (ido-completion-map): Rename from ido-mode-map.
8858 (ido-common-completion-map, ido-file-completion-map)
8859 (ido-file-dir-completion-map, ido-buffer-completion-map):
8860 Rename from ido-mode-....-map.
8861 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8862 (ido-setup-completion-map): Rename from ido-define-mode-map.
8863 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8864 to ido-completion-map.
8865
8866 2005-12-07 Kenichi Handa <handa@m17n.org>
8867
8868 * international/mule-cmds.el
8869 (set-display-table-and-terminal-coding-system): If the coding
8870 system specified in `unibyte-display' property is different from
8871 the arg coding-system, don't setup standard-display-table.
8872
8873 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8876 that comments end at \n, regardless of selective-display.
8877
8878 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8879
8880 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8881 (gdb-version): New variables.
8882 (gdb-source-file-list, gdb-register-names)
8883 (gdb-changed-registers): New variables for use with GDB 6.4+.
8884 (gdb-ann3): Replace with...
8885 (gdb-init-1, gdb-init-2): ...two new functions.
8886 (gdba, gdb-prompt): Call gdb-init-1.
8887 (gdb-get-version): New function. Call gdb-init-2 from here.
8888 (gud-watch): Make it work with mouse events too.
8889 (gdb-post-prompt): Don't add to queue until GDB version is known.
8890 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8891 (gdb-locals-mode): Use gdb-version.
8892 (gdb-memory-format-map, gdb-memory-unit-map)
8893 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8894 (gdb-locals-font-lock-keywords-1)
8895 (gdb-locals-font-lock-keywords-2): New variables.
8896 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8897 (gdb-set-gud-minor-mode-existing-buffers-1)
8898 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8899 (gdb-var-update-1, gdb-var-update-handler-1)
8900 (gdb-data-list-register-values-handler)
8901 (gdb-data-list-register-values-custom)
8902 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8903 (gdb-stack-list-locals-handler, gdb-get-register-names):
8904 New functions for use with GDB 6.4+.
8905 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8906 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8907 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8908 (gdb-stack-list-locals-regexp)
8909 (gdb-data-list-register-names-regexp): New regexps for use with
8910 GDB 6.4+.
8911
8912 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8915
8916 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8917
8918 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8919 prompts work for AUTH PLAIN. Also reported by Steve Allan
8920 <seallan@verizon.net>.
8921
8922 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8923
8924 * frame.el (set-frame-parameter): Add doc string.
8925
8926 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8927
8928 * textmodes/org.el (org-occur-highlights): New variable.
8929 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8930 (org-highlight-sparse-tree-matches): New option.
8931 (org-do-occur): New function.
8932 (org-get-heading): Make it work also at beginning of line.
8933 (org-category-table): New variable.
8934 (org-get-category-table, org-get-category)
8935 (org-camel-to-words, org-link-search): New functions.
8936 (org-select-this-todo-keyword): New variable.
8937 (org-todo-list): New command.
8938 (org-shiftright, org-shiftleft): New commands.
8939 (org-agenda-todo): Add prefix argument.
8940 (org-show-hierarchy-above): New option.
8941 (org-show-todo-tree): Numerical prefix creates tree for specific
8942 TODO keyword.
8943 (org-outline-level): New function, to assign a level to plain
8944 lists items.
8945 (org-cycle-include-plain-lists): New option.
8946 (org-mode): Use `org-outline-level' as value of `outline-level'.
8947 (org-cycle): Temporarily switch `outline-regexp' if
8948 `org-cycle-include-plain-lists' is non-nil.
8949 (org-start-icalendar-file): Fix format bug.
8950 (org-agenda-get-day-entries): Create category table.
8951 (org-agenda-get-todos, org-agenda-get-timestamps)
8952 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8953 (org-agenda-get-blocks): Use `org-get-category'.
8954 (org-context-in-file-links): Rename from
8955 `org-line-numbers-in-file-links'.
8956
8957 2005-12-06 Romain Francoise <romain@orebokech.com>
8958
8959 * window.el (balance-windows): Delete extraneous third arg in call
8960 to `enlarge-window'.
8961
8962 2005-12-06 Kenichi Handa <handa@m17n.org>
8963
8964 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8965
8966 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8967
8968 * progmodes/gdb-ui.el (gdb-var-create-handler)
8969 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8970 (gdb-var-list-children-handler, gdb-var-update-handler):
8971 Current buffer is already gdb-partial-output-buffer, don't
8972 make it current again.
8973
8974 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8977 (list-buffers-noselect): Use it.
8978
8979 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8980
8981 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8982 (mail-yank-ignored-headers): Use regexp-opt.
8983 (mail-mode-map): Move initialization into declaration.
8984 (mail-sent-via): Remove unused shadowed var `to-line'.
8985 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8986 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8987 (mail-do-fcc): Use dolist and push.
8988 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8989 (mail-yank-ignored-headers): Don't autoload.
8990
8991 2005-12-05 Kenichi Handa <handa@m17n.org>
8992
8993 * international/mule-cmds.el (set-language-info-internal): New fun.
8994 (set-language-info): Call set-language-info-internal to update
8995 language-info-alist. If LANG-ENV is the current one, call
8996 set-language-environment to make INFO effective now.
8997 (set-language-info-alist): Likewise.
8998 (locale-language-names): With locale "en", use English
8999 lang. env. but set the default codings to iso-8859-1.
9000
9001 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9002
9003 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9004 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9005 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9006 for plain strings.
9007 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9008 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9009 Create registers buffer if necessary. Echo new state in minibuffer.
9010 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9011
9012 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9013
9014 * info.el (Info-fontify-node): Match external links using
9015 non-directory part of filename.
9016
9017 2005-12-04 Juri Linkov <juri@jurta.org>
9018
9019 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9020 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9021 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9022 because there is no customization option for it.
9023
9024 * font-lock.el (lisp-font-lock-keywords-1):
9025 Add define-global-minor-mode.
9026
9027 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9028
9029 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9030 properties on the constructed variable names.
9031
9032 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9033 Put `definition-name' properties on the constructed function names
9034 next-sym and prev-sym.
9035
9036 * emacs-lisp/find-func.el (find-function-regexp):
9037 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9038 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9039 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9040 and easy-menu-define.
9041
9042 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9043 easy-mmode-define-global-mode and define-global-minor-mode.
9044 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9045
9046 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9047 instead of easy-mmode-define-global-mode.
9048
9049 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9050 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9051
9052 * cus-edit.el (customize-group, customize-group-other-window):
9053 Filter out autoloaded options from the group completion list by
9054 using heuristics that autoloaded groups don't have `custom-autoload'
9055 property on their symbols (they have only `custom-loads').
9056
9057 * simple.el (completion-setup-function): Put completions-common-part
9058 face on complete completion string too (i.e. completion string
9059 without completions-first-difference face).
9060
9061 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9062
9063 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9064
9065 * view.el (view-mode): Doc fix.
9066
9067 * disp-table.el (standard-display-european): Add to the warning
9068 message a reference to the doc string.
9069
9070 * play/yow.el (apropos-zippy): Call print-help-return-message,
9071 similar to other Help and Apropos commands.
9072
9073 * help.el (print-help-return-message): If pop-up-frames is
9074 non-nil, set up help-return-method to delete the help window and,
9075 possibly, its frame as well, and don't display message about
9076 scrolling the help window. Doc fix.
9077 (help-return-method): Doc fix.
9078
9079 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9080
9081 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9082 whereby names of length one or names starting with a
9083 symbol-constituent character would not be returned.
9084
9085 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9086
9087 * subr.el (atomic-change-group): Add edebug and indentation spec.
9088
9089 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * completion.el (save-completions-file-name): Fix typo in last change.
9092
9093 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9094
9095 * info.el: Move back/forward history to the beginning of the tool bar.
9096
9097 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9098
9099 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9100 Add fset of allout-real-isearch-abort during compile to fix
9101 byte-compilation warnings.
9102 (allout-mode-p): Move definition of this macro above all uses, or
9103 byte compilation in barren emacs (eg, during emacs build) will
9104 lack the definition.
9105 (allout-mode): Move this variable above any uses, or byte
9106 compilation will fail.
9107 (allout-resolve-xref): Remove use of personal file-reference function.
9108 (allout-toggle-current-subtree-encryption): Do the current (ie,
9109 visible containing) topic, rather than nearest around point. Doc fix.
9110 (allout-toggle-subtree-encryption): New function, workhorse that
9111 works on nearest topic containing point.
9112 (allout-encrypt-string): Signal requirement for newer version of pgg.
9113 (allout-resumptions): Doc fix.
9114
9115 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9116
9117 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9118
9119 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9120
9121 * textmodes/flyspell.el (flyspell-external-point-words):
9122 Consider a misspelling as found in the string search if: (a) misspelling
9123 and found string lengths match, or (b) misspelling is found as
9124 element in a boundary-chars separated longer string, or (c)
9125 ispell-program-name is really ispell and misspelling is found as
9126 part of a TeX string. After successful match move beginning of
9127 search region to end of match. Warn about not found misspellings
9128 once the process is done.
9129 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9130
9131 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9132
9133 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9134 tool bar (removed inadvertently).
9135
9136 2005-12-02 Juri Linkov <juri@jurta.org>
9137
9138 * log-view.el (log-view-diff): Clarify doc string.
9139
9140 2005-12-01 Bill Wohler <wohler@newt.com>
9141
9142 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9143 triggers lm-verify errors.
9144
9145 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9146
9147 * simple.el (transient-mark-mode, line-number-mode)
9148 (column-number-mode, size-indication-mode): Remove `:require nil'.
9149
9150 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9151
9152 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9153 in the margin also.
9154 (gdb-breakpoints-mode-map): Use D instead of d for
9155 gdb-delete-breakpoint.
9156 (gdb-get-frame-number): Require a number to match on.
9157 (gdb-threads-mode-map): Add follow-link binding.
9158
9159 2005-11-30 Jason Rumney <jasonr@gnu.org>
9160
9161 * isearch.el (isearch-mode-map): Avoid exiting search on
9162 language-change event.
9163
9164 2005-11-30 Romain Francoise <romain@orebokech.com>
9165
9166 * speedbar.el (speedbar-default-position): New defcustom.
9167 (speedbar-frame-reposition-smartly): Use it.
9168
9169 * dframe.el (dframe-reposition-frame-emacs): Fix position
9170 computation for `left' location.
9171 Update copyright year.
9172
9173 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * help.el (help-map): Move initialization into declaration.
9176
9177 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9178
9179 * help-fns.el (help-argument-name): Don't autoload.
9180 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9181 to be re-loaded when customizing the `help' group.
9182
9183 2005-11-30 John Paul Wallington <jpw@gnu.org>
9184
9185 * help-fns.el (describe-function-1): Fill arglist output.
9186
9187 2005-11-30 Kim F. Storm <storm@cua.dk>
9188
9189 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9190 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9191 after revert-buffer (or anything else which kills all local variables).
9192
9193 * apropos.el (apropos-parse-pattern): Doc fix.
9194 Set apropos-regexp directly, rather than expecting callers to do so.
9195 (apropos-command, apropos, apropos-value, apropos-documentation):
9196 Simplify calls to apropos-parse-pattern.
9197
9198 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9199
9200 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9201 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9202 (hi-lock-write-interactive-patterns): Use comment-region.
9203
9204 * longlines.el (longlines-mode): Add mail-setup-hook.
9205
9206 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9207
9208 * simple.el (sendmail-user-agent-compose, next-line):
9209 Conditionally use hard-newline.
9210
9211 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9212
9213 * international/latexenc.el (latex-inputenc-coding-alist):
9214 Reword doc string.
9215
9216 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9217
9218 * help.el (describe-key-briefly, describe-key): Recognize default
9219 bindings.
9220
9221 2005-11-29 Romain Francoise <romain@orebokech.com>
9222
9223 * view.el (view-inhibit-help-message): New defcustom.
9224 (view-mode-enter): Use it.
9225
9226 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9227
9228 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9229 Preserve user position.
9230
9231 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9232
9233 * font-lock.el: Throw error if facemenu is not loaded to prevent
9234 accidental change of loading order in loadup.el. (Suggested by RMS.)
9235
9236 * loadup.el: Add comment explaining why facemenu must be loaded
9237 before font-lock.
9238
9239 2005-11-28 Jay Belanger <belanger@truman.edu>
9240
9241 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9242 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9243
9244 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9245
9246 * calc/calc-embed.el (calc-do-embedded): Update help message.
9247
9248 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9249
9250 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9253
9254 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9255 called-interactively-p.
9256 (elp-profilable-p): Rename from elp-not-profilable-p.
9257 Invert result and take into account macros and autoloaded functions.
9258 (elp-instrument-function): Update call.
9259 (elp-instrument-package): Update call. Add completion.
9260 (elp-pack-number): Use match-string.
9261 (elp-results-jump-to-definition-by-mouse): Merge into
9262 elp-results-jump-to-definition and then remove.
9263 (elp-output-insert-symname): Make help echo text single-line.
9264
9265 * replace.el (query-replace-map): Move initialization into declaration.
9266 (occur-engine): Use with-current-buffer.
9267 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9268 (occur-mode-mouse-goto): Replace with an alias.
9269
9270 2005-11-28 Juri Linkov <juri@jurta.org>
9271
9272 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9273
9274 * term/w32-win.el: Bind [S-tab] to [backtab].
9275
9276 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9277 `Info-find-file' to t.
9278
9279 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9280 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9281 and same-window-regexps.
9282 (occur-next-error): Don't move point for arg 0.
9283
9284 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9285
9286 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9287
9288 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * log-edit.el (log-edit-changelog-use-first): New var.
9291 (log-edit-changelog-ours-p): Use it.
9292 (log-edit-insert-changelog): Set it with new arg `use-first'.
9293 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9294 (log-edit-hook): Add them to the list of suggested options.
9295
9296 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9297 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9298 redundant work.
9299 (flyspell-mode-on): Use add-hook for after-change-functions.
9300 (flyspell-mode-off): Use remove-hook for after-change-functions.
9301 (flyspell-changes): Make it buffer-local.
9302 (flyspell-after-change-function): Make it non-interactive. Use push.
9303 (flyspell-post-command-hook): Check input-pending-p while processing
9304 the potentially long list of buffer changes.
9305
9306 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9307
9308 * buff-menu.el (list-buffers-noselect): Display the selected
9309 frame's buffer list, not the global one.
9310
9311 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9312
9313 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9314 that (list last-input-event) works as in interactive spec.
9315
9316 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9317
9318 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9319 `facemenu-keymap' needs to be defined when font-lock is loaded.
9320 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9321
9322 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * completion.el: Remove useless leading * in defcustom docstrings.
9325 (save-completions-file-name): Use ~/.emacs.d if available.
9326 (completion-standard-syntax-table): Rename from
9327 cmpl-standard-syntax-table and fold initialization into declaration,
9328 thus removing cmpl-make-standard-completion-syntax-table.
9329 (completion-lisp-syntax-table, completion-c-syntax-table)
9330 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9331 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9332 (symbol-under-point, symbol-before-point)
9333 (symbol-under-or-before-point, symbol-before-point-for-complete)
9334 (add-completions-from-c-buffer): Use with-syntax-table.
9335 (make-completion): Don't return a list of completion entries.
9336 Update callers.
9337 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9338 (completion-initialize): Rename from initialize-completions.
9339 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9340 (kill-emacs-save-completions): Collect stats here.
9341 (save-completions-to-file, load-completions-from-file):
9342 Use with-current-buffer.
9343 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9344 into a function. Move all calls to toplevel.
9345 (completion-lisp-mode-hook): New fun.
9346 (completion-c-mode-hook, completion-setup-fortran-mode):
9347 Set the syntax-table here. Use local-set-key.
9348 (completion-saved-bindings): New var.
9349 (dynamic-completion-mode): Make it into a proper minor mode.
9350 (load-completions-from-file): Remove unused var `num-uses'.
9351
9352 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9353 constructor if it is explicitly overridden.
9354
9355 * complete.el (PC-completion-as-file-name-predicate):
9356 Use minibuffer-completing-file-name.
9357 (partial-completion-mode): Use find-file-not-found-functions.
9358 (PC-lisp-complete-symbol): Use with-syntax-table.
9359 (PC-look-for-include-file): Remove dead setq.
9360 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9361 (PC-complete): Use with-current-buffer.
9362
9363 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9364 escape single quotes.
9365
9366 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9367
9368 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9369 of `if' whose condition always returned nil. Doc fix.
9370
9371 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9372 window's buffer the current buffer around the call to
9373 `list-buffers-noselect'. This is necessary to mark that buffer
9374 with a `.' in the Buffer Menu when called from Lisp, for instance
9375 by Auto Revert Mode.
9376
9377 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9378
9379 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9380 attaching to it.
9381 (gdb-pre-prompt): Make sure gdb-error is reset.
9382
9383 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9384 with a child process, detect it.
9385 (gud-speedbar-buttons): Match regexp more carefully.
9386
9387 2005-11-27 Richard M. Stallman <rms@gnu.org>
9388
9389 * mouse.el (mouse-drag-move-window-bottom):
9390 Use adjust-window-trailing-edge.
9391
9392 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9393
9394 * simple.el (blink-matching-open): Ignore
9395 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9396 (blink-matching-paren-on-screen): Update docstring.
9397
9398 * paren.el (show-paren-mode): No longer change
9399 `blink-matching-paren-on-screen'.
9400
9401 2005-11-27 John Paul Wallington <jpw@pobox.com>
9402
9403 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9404 (gdb-threads-select, gdb-edit-register-value):
9405 Use `posn-set-point' instead of `mouse-set-point' because the
9406 latter is not fbound when configured without X.
9407
9408 2005-11-27 Kim F. Storm <storm@cua.dk>
9409
9410 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9411 existing face when partially highlighting a TAB in a rectangle.
9412
9413 2005-11-26 Kim F. Storm <storm@cua.dk>
9414
9415 * ido.el (ido-mode-map): Doc fix.
9416 (ido-mode-common-map, ido-mode-file-map)
9417 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9418 (ido-define-mode-map): Rewrite. Select one of the new maps as
9419 parent for ido-mode-map instead of building from scratch.
9420 (ido-init-mode-maps): New defun to initialize new maps.
9421 (ido-mode): Call it.
9422 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9423 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9424
9425 2005-11-26 John Paul Wallington <jpw@pobox.com>
9426
9427 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9428 `mouse-set-point' because the latter is not fbound when configured
9429 without X.
9430
9431 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9432
9433 * files.el (file-relative-name): Doc fix.
9434
9435 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9436
9437 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9438 non-empty string for secondary prompt PS2.
9439
9440 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9441
9442 * progmodes/compile.el (compilation-setup): Fix last change.
9443
9444 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9445
9446 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9447 (gdb-mouse-toggle-breakpoint-margin)
9448 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9449 Add gdb-server-prefix to keep out of command history.
9450 (gdb-edit-register-value): New function.
9451 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9452 (gdb-info-registers-custom): Use above map.
9453
9454 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9455
9456 * custom.el (enable-theme): Signal error if argument is not a
9457 theme. Don't recalculate a face if it's not loaded yet.
9458
9459 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9460 the `user' theme is in effect.
9461
9462 * info.el (Info-on-current-buffer): Record actual filename in
9463 Info-current-file, instead of t, or a fake filename if a non-file
9464 buffer. Make autoload.
9465 (Info-find-node, Info-revert-find-node): No need to check for
9466 Info-current-file nil.
9467 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9468 Info-current-file is now never `t'.
9469 (Info-fontify-node): Many simplifications due to Info-current-file
9470 always being valid. Use Info-find-file to find node filename.
9471
9472 2005-11-25 David Kastrup <dak@gnu.org>
9473
9474 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9475 new character, then delete" in order to preserve markers.
9476
9477 2005-11-25 David Ponce <david@dponce.com>
9478
9479 * recentf.el (recentf-arrange-by-rule): Handle a special
9480 `auto-mode-alist'-like "strip suffix" rule.
9481 (recentf-build-mode-rules): Handle second level auto-mode entries.
9482
9483 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9484
9485 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9486 window modes.
9487
9488 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9489 jde-javadoc-checker-report-mode.
9490
9491 * ediff-wind (ediff-make-wide-display): Slight simplification.
9492
9493 * ediff.el (ediff-date): Change the date of last update.
9494
9495 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9496
9497 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9498 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9499 (hi-lock-mode): New global minor mode.
9500 (turn-on-hi-lock-if-enabled): New function.
9501 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9502 Change arguments to regexp and face instead of a font-lock pattern.
9503 Directly set face property, instead of refontifying.
9504 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9505 (hi-lock-find-patterns): Use line-number-at-pos.
9506
9507 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9508 arguments for hi-lock-set-pattern.
9509 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9510 Call font-lock-fontify-buffer.
9511 (hi-lock-find-file-hook, hi-lock-current-line)
9512 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9513
9514 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9515 turned off.
9516
9517 * progmodes/compile.el (compilation-setup): Don't fiddle with
9518 font-lock-defaults.
9519
9520 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9521
9522 * progmodes/gdb-ui.el (gdb-var-create-handler)
9523 (gdb-var-list-children-handler): Find values for all variable
9524 objects. gud-speedbar-buttons decides whether to display them.
9525
9526 2005-11-24 Romain Francoise <romain@orebokech.com>
9527
9528 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9529 buffer name with a space.
9530
9531 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9532
9533 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9534 `org-export-local-list-max-depth'. Change default value to 3.
9535 (org-auto-renumber-ordered-lists)
9536 (org-plain-list-ordered-item-terminator): New options.
9537 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9538 (org-get-indentation, org-get-string-indentation)
9539 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9540 New functions.
9541 (org-move-item-down, org-move-item-up): New commands.
9542 (org-export-as-html): New classes for CSS support. Bug fix in
9543 regular expression detecting fixed-width regions. Respect
9544 `org-local-list-ordered-item-terminator'.
9545 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9546 also a list item.
9547 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9548 New item moving functions.
9549
9550 2005-11-24 Juri Linkov <juri@jurta.org>
9551
9552 * isearch.el (isearch-repeat): With empty search ring set
9553 `isearch-error' to the error string instead of signaling error
9554 with the function `error'.
9555
9556 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9557
9558 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9559
9560 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9563 and variable.
9564 (gdb-var-create-handler, gdb-var-list-children-handler):
9565 Don't match on "char **...".
9566 (gdb-var-update-handler): Find values for all variable objects.
9567 (gdb-info-frames-custom): Identify frames by leading "#".
9568
9569 * progmodes/gud.el (gud-speedbar-menu-items): Add
9570 gdb-speedbar-auto-raise as radio button.
9571 (gud-speedbar-buttons): Raise speedbar if requested.
9572 Don't match on "char **...".
9573 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9574 Make it editable.
9575
9576 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9577
9578 * info.el (Info-fontify-node): Handle the case where
9579 Info-current-file is t.
9580
9581 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9582
9583 * simple.el (blink-matching-open): Fix off-by-one in last change.
9584
9585 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9586
9587 * term/mac-win.el: Don't change default directory.
9588
9589 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9590
9591 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9592 buffers correctly. (It used to throw an error in such buffers.)
9593 Make it ask for confirmation in group buffers and other Custom
9594 buffers containing more than one customization item.
9595
9596 2005-11-22 John Paul Wallington <jpw@gnu.org>
9597
9598 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9599 property on mail and url overlays.
9600 (goto-address-at-point): Use `posn-set-point' instead of
9601 `mouse-set-point' because the latter is not fbound when configured
9602 without X.
9603
9604 2005-11-22 Lars Hansen <larsh@soem.dk>
9605
9606 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9607 (ls-lisp-classify, ls-lisp-format): Delete call to
9608 ls-lisp-parse-symlink.
9609 (ls-lisp-handle-switches): Handle symlinks to directories as
9610 directories when ls-lisp-dirs-first in non-nil.
9611
9612 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9613
9614 * startup.el (command-line): Make sure that loaddefs.el is handled
9615 correctly in load-history.
9616
9617 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9618
9619 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9620 (gdb-struct-string, gdb-array-string): New constants.
9621 (gdb-info-locals-handler): Use them.
9622 (gdb-reset): Reset gdb-var-list to nil.
9623
9624 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9627 in patterns.
9628
9629 2005-11-21 Juri Linkov <juri@jurta.org>
9630
9631 * custom.el (defcustom): Update link types in docstring.
9632
9633 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9634
9635 * custom.el (defgroup): Add doc-string-elt info.
9636
9637 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9638
9639 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * newcomment.el (comment-enter-backward): Fix last fix.
9642
9643 * simple.el (blink-matching-open):
9644 * paren.el (show-paren-function): Allow new paren-class info.
9645
9646 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9647
9648 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9649 handled automagically.
9650
9651 2005-11-20 Andreas Schwab <schwab@suse.de>
9652
9653 * descr-text.el (describe-char): When copying overlays put them
9654 over the full char description instead of just the first character
9655 of it.
9656
9657 2005-11-20 Juri Linkov <juri@jurta.org>
9658
9659 * simple.el (what-cursor-position):
9660 * descr-text.el (describe-char): Use Lisp-readable syntax
9661 for octal and hex. Reorder decimal, octal and hex values.
9662 Remove excess whitespace in the output. Use `=' in `column='
9663 like in `point=' and `Hscroll='.
9664
9665 * international/mule-cmds.el (encoded-string-description):
9666 Use Lisp-readable syntax for hex.
9667
9668 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * newcomment.el (comment-enter-backward): Handle the case where the
9671 comment is closed by EOB.
9672
9673 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9674
9675 * longlines.el (longlines-before-revert-hook)
9676 (longlines-after-revert-hook): New functions.
9677 (longlines-mode): Turn off longlines temporarily when reverting.
9678 Add a message-setup-hook.
9679 (longlines-decode-buffer): New function.
9680 (longlines-wrap-line): Preserve marker positions.
9681
9682 2005-11-19 Andreas Schwab <schwab@suse.de>
9683
9684 * emacs-lisp/shadow.el: Handle compressed files.
9685
9686 2005-11-19 Romain Francoise <romain@orebokech.com>
9687
9688 * net/browse-url.el (browse-url-default-browser): Signal an error
9689 if no usable browser can be found, rather than try to load w3.
9690
9691 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9692
9693 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9694 replacing existing properties.
9695 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9696 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9697 tty specs.
9698 (rcirc-server-prefix, rcirc-server): New faces.
9699 (rcirc-url-regexp): Generate with rx macro.
9700 (rcirc-last-server-message-time): New variable.
9701 (rcirc-filter): Record time of last message.
9702 (rcirc-keepalive): Kill processes that did not send a message
9703 since the last ping.
9704 (rcirc-mode): Give rcirc-topic a local binding here.
9705
9706 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9707
9708 * subr.el (read-passwd): Fontify the prompt as we do with other
9709 prompts.
9710
9711 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9712
9713 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9714 binding buffer-read-only to nil.
9715
9716 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9717
9718 * complete.el (partial-completion-mode):
9719 Mention completion-auto-help in the doc string.
9720
9721 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9722 more Lisp-ish way.
9723
9724 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9725
9726 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9727 digits, not 8, to avoid misalignment for files larger than 100MB.
9728
9729 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9730
9731 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9732 Mention "keyboard shortcuts" in the help text.
9733
9734 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9735
9736 * startup.el (fancy-splash-default-action): Discard only
9737 mouse-down and succeeding mouse-up events in the splash screen
9738 window so that drag-n-drop event can be processed.
9739
9740 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * longlines.el (longlines-mode): Add hacks for mail-mode and
9743 message-mode.
9744
9745 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9746
9747 * textmodes/org.el (org-table-sort-lines): New command.
9748 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9749 (org-add-file): Command removed, use `org-agenda-file-to-front'
9750 instead.
9751 (org-export-icalendar): Use `org-icalendar-combined-name'.
9752 (org-cycle-agenda-files, org-agenda-file-to-end)
9753 (org-agenda-file-to-front): New commands.
9754 (org-table-tab-jumps-over-hlines, org-export-html-style):
9755 New options.
9756 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9757 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9758 New functions.
9759 (org-fill-paragraph): Call `org-table-align' in tables.
9760 (org-mode): Call `org-set-autofill-regexps'.
9761 (org-export-as-html): Support for local handformatted lists.
9762 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9763 (org-export-local-list-max-depth): New option.
9764 (org-html-expand): Use `org-html-protect'.
9765
9766 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9767
9768 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9769 to "p".
9770 (gdb): Move definition of gud-pp to...
9771
9772 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9773 speedbar.
9774 (gdb-find-watch-expression): New function.
9775
9776 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * faces.el (face-attribute, set-face-attribute): Mention existence
9779 of `:ignore-defface' setting in docstring.
9780
9781 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * simple.el (completion-setup-function): Fix last change.
9784
9785 2005-11-17 John Paul Wallington <jpw@pobox.com>
9786
9787 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9788 Use `posn-set-point' instead of `mouse-set-point' because the
9789 latter is not fbound when configured without X.
9790
9791 * comint.el (comint-insert-input): Likewise.
9792
9793 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9794
9795 * simple.el (hard-newline): New variable.
9796 (sendmail-user-agent-compose, next-line): Use it.
9797
9798 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9799 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9800 (mail-mail-reply-to, mail-mail-followup-to)
9801 (mail-position-on-field, mail-signature, mail-yank-original)
9802 (mail-attach-file): Likewise.
9803
9804 * mail/mailheader.el (mail-header-format)
9805 (mail-header-format-function): Likewise.
9806
9807 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9808
9809 2005-11-17 Juri Linkov <juri@jurta.org>
9810
9811 * font-lock.el (font-lock-faces): Rename this defgroup from
9812 `font-lock-highlighting-faces'.
9813 (font-lock-comment-face, font-lock-comment-delimiter-face)
9814 (font-lock-string-face, font-lock-doc-face)
9815 (font-lock-keyword-face, font-lock-builtin-face)
9816 (font-lock-function-name-face, font-lock-variable-name-face)
9817 (font-lock-type-face, font-lock-constant-face)
9818 (font-lock-warning-face, font-lock-negation-char-face)
9819 (font-lock-preprocessor-face)
9820 (font-lock-regexp-grouping-backslash)
9821 (font-lock-regexp-grouping-construct): Rename :group from
9822 `font-lock-highlighting-faces' to `font-lock-faces'.
9823
9824 * cus-edit.el (lisp, c, tex):
9825 * progmodes/ada-mode.el (ada):
9826 * progmodes/asm-mode.el (asm):
9827 * progmodes/cperl-mode.el (cperl-faces):
9828 * progmodes/cpp.el (cpp):
9829 * progmodes/dcl-mode.el (dcl):
9830 * progmodes/f90.el (f90):
9831 * progmodes/fortran.el (fortran):
9832 * progmodes/icon.el (icon):
9833 * progmodes/idlwave.el (idlwave-misc):
9834 * progmodes/m4-mode.el (m4):
9835 * progmodes/make-mode.el (makefile):
9836 * progmodes/meta-mode.el (meta-font):
9837 * progmodes/modula2.el (modula2):
9838 * progmodes/octave-mod.el (octave):
9839 * progmodes/pascal.el (pascal):
9840 * progmodes/perl-mode.el (perl):
9841 * progmodes/prolog.el (prolog):
9842 * progmodes/ps-mode.el (PostScript-edit):
9843 * progmodes/scheme.el (scheme):
9844 * progmodes/sh-script.el (sh-script):
9845 * progmodes/simula.el (simula):
9846 * progmodes/tcl.el (tcl):
9847 * textmodes/nroff-mode.el (nroff):
9848 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9849 * textmodes/sgml-mode.el (sgml):
9850 * textmodes/texinfo.el (texinfo):
9851 Add :link (custom-group-link font-lock-faces) to defgroup.
9852
9853 * hi-lock.el (hi-lock): Rename this defgroup from
9854 `hi-lock-interactive-text-highlighting'. Change parent group from
9855 `faces' to `font-lock'. Add link to the manual.
9856 (hi-lock-mode, hi-lock-file-patterns-range)
9857 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9858 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9859 (hi-lock-faces): Add :group `faces'.
9860
9861 * cus-edit.el (custom-variable-prompt): Clarify the code.
9862
9863 * faces.el (face-read-string): Set the default value arg of
9864 completing-read.
9865
9866 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9867
9868 * rfn-eshadow.el (file-name-shadow-properties)
9869 (file-name-shadow-tty-properties, file-name-shadow-mode):
9870 Remove autoloads, because the file is now preloaded.
9871
9872 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * printing.el (easy-menu-intern): Don't define.
9875 (pr-get-symbol): Use easy-menu-intern only if defined.
9876
9877 * simple.el (blink-matching-open): Simplify a bit.
9878 (completion-setup-function): Fix the case of partial-completion-mode
9879 when the minibuffer's contents start with "-".
9880 Obey completion-base-size-function even when
9881 minibuffer-completing-file-name is non-nil.
9882
9883 2005-11-16 Richard M. Stallman <rms@gnu.org>
9884
9885 * net/eudcb-ph.el (eudc-ph-open-session):
9886 Use set-process-query-on-exit-flag.
9887
9888 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9889
9890 * international/ucs-tables.el (ucs-set-table-for-input):
9891 Use make-local-variable, not make-variable-buffer-local.
9892
9893 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9894 Improve warning message text.
9895
9896 * savehist.el (savehist-save-hook): Add :group.
9897
9898 * menu-bar.el (menu-bar-help-menu):
9899 Rename Find Extra Packages to External Packages.
9900
9901 * cus-edit.el (Custom-reset-standard): Verify that
9902 :custom-standard-value prop exists before calling it.
9903
9904 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9905
9906 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9907
9908 * wid-edit.el (color): Enclose %t in %{...%}.
9909
9910 * cus-edit.el (face): Enclose %t in %{...%}.
9911
9912 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9913
9914 * savehist.el (savehist-mode-hook): Re-add the var.
9915 (savehist-mode): Use it.
9916
9917 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9918
9919 * textmodes/flyspell.el: Fix commenting convention.
9920 Remove unnecessary leading * in custom docstrings.
9921 (flyspell-emacs): Remove unused var.
9922 (flyspell-delete-region-overlays): Use remove-overlays.
9923 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9924 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9925 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9926 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9927 (make-flyspell-overlay): Don't locally reuse a global name.
9928 (flyspell-highlight-incorrect-region)
9929 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9930 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9931 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9932 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9933 Wrap calls to accept-process-output inside with-local-quit since it's
9934 often called from a post-command-hook.
9935 (flyspell-correct-word, flyspell-auto-correct-word):
9936 Use ispell-send-string.
9937 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9938
9939 * calendar/diary-lib.el (diary-list-entries): Also hide the
9940 terminating newline.
9941
9942 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9943
9944 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9945 window-system, to allow fonts on tty.
9946
9947 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9948
9949 * progmodes/gud.el (gud-speedbar-item-info): New function.
9950 (gud-install-speedbar-variables): Use it to display data type
9951 of watch expression as a tooltip in speedbar.
9952
9953 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9954
9955 * font-core.el (global-font-lock-mode): Add :version keyword,
9956 because default was changed.
9957
9958 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9959
9960 * startup.el (command-line): Use `custom-reevaluate-setting' for
9961 `file-name-shadow-mode'.
9962
9963 * loadup.el: Preload rfn-eshadow.
9964
9965 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9966 Add :version keyword.
9967 (file-name-shadow-properties, file-name-shadow-tty-properties)
9968 (file-name-shadow): Add :version keyword.
9969
9970 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9971 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9972 in the custom-group property of the symbol frames and the fringe
9973 group got no link to its parent group frames.
9974 Doc fix.
9975
9976 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9977
9978 * progmodes/gud.el (gud-stop-subjob): New function.
9979 (gud-menu-map, gud-tool-bar-map): Use it.
9980
9981 2005-11-16 Kim F. Storm <storm@cua.dk>
9982
9983 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9984 than kill it.
9985 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9986 to a more useful/logical place.
9987
9988 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9989
9990 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9991 go buttons complementary.
9992
9993 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9996 (rfn-eshadow-sifn-equal): New function.
9997 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9998
9999 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10000
10001 * viper-utils.el (viper-non-word-characters-reformed-vi):
10002 Quote `-' in string.
10003
10004 * viper.el (viper-emacs-state-mode-list): Ensure that
10005 rcirc-mode buffers come up in Emacs state.
10006
10007 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10008 operation.
10009
10010 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10011
10012 * term.el (term-termcap-format): Fix typos.
10013 (term-down): Fix the negative argument case.
10014
10015 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10016
10017 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10018 2005-08-15.
10019 (gdb-ann3): New command gud-go.
10020 (menu): Accomodate gdb-mi.el.
10021 (gdb-assembler-custom): Make buffer of selected window current
10022 so that set-window-point works.
10023
10024 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10025 buttons and include new ones.
10026
10027 2005-11-16 Kim F. Storm <storm@cua.dk>
10028
10029 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10030 (gud-menu-map): Use it.
10031
10032 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10033
10034 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10035 that works correctly for Custom and that does not override a user
10036 who disables it.
10037
10038 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10039 (help-xref-interned, help-follow): Make hyperlinks for variables
10040 that are unbound, but have a non-nil variable-documentation property.
10041
10042 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10043 mode hook. (It conflicted with defcustoms for some mode hooks.)
10044 Use the `variable-documentation' property to give the mode hook a
10045 docstring and expand that docstring.
10046
10047 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10048
10049 * savehist.el (savehist-mode): Don't bother with
10050 `custom-set-minor-mode'.
10051 (savehist-coding-system): Check XEmacs version.
10052 (history-length): Declare also at run time.
10053 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10054 Don't set the customize state.
10055 (savehist-minibuffer-hook): Special case for when
10056 minibuffer-history-variable is equal to t.
10057
10058 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * files.el (write-file): Refresh VC status.
10061
10062 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10063 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10064 than fundamental-mode to see if the mode was set.
10065
10066 2005-11-14 Romain Francoise <romain@orebokech.com>
10067
10068 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10069 dummy function in `eval-when-compile' to avoid compiler warning.
10070 Require `man' at compile time.
10071
10072 2005-11-14 Jay Belanger <belanger@truman.edu>
10073
10074 * calc-alg.el (calcFunc-write-out-power): Rename it to
10075 calcFunc-powerexpand.
10076 (math-write-out-power): Rename it to math-powerexpand; have it
10077 handle negative exponents.
10078 (calc-writeoutpower): Rename it to calc-powerexpand.
10079
10080 * calc-ext.el: Change calcFunc-writeoutpower and
10081 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10082 autoloads.
10083 Add calcFunc-ldiv to autoloads.
10084
10085 * calc-arith.el (calcFunc-ldiv): New function.
10086
10087 * calc.el (calc-left-divide): New function.
10088
10089 2005-11-14 Juri Linkov <juri@jurta.org>
10090
10091 * cus-edit.el (custom-variable-prompt): Set the default value arg
10092 of completing-read.
10093
10094 * cus-dep.el (custom-make-dependencies): Reverse the list of
10095 found dependencies.
10096
10097 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10098
10099 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10100 Highlighting" entry, it is on by default now.
10101 (menu-bar-options-save): Do not save global-font-lock-mode.
10102
10103 2005-11-13 Richard M. Stallman <rms@gnu.org>
10104
10105 * textmodes/flyspell.el (flyspell-large-region):
10106 Call flyspell-accept-buffer-local-defs.
10107
10108 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10109
10110 * textmodes/flyspell.el (flyspell-notify-misspell):
10111 Fix misspelling of "Misspelling".
10112 (flyspell-process-localwords): New function.
10113 (flyspell-large-region): Call flyspell-process-localwords and
10114 flyspell-delete-region-overlays.
10115 (flyspell-delete-region-overlays): New function.
10116 (flyspell-delete-all-overlays): Call that.
10117
10118 2005-11-13 Richard M. Stallman <rms@gnu.org>
10119
10120 * help.el (help-for-help-internal): Improve doc of C-h a.
10121 (describe-key): Improve prompt; doc fix.
10122
10123 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * vc-svn.el (vc-svn-registered): Catch all errors.
10126
10127 * cus-dep.el (custom-make-dependencies): Typo.
10128
10129 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10130
10131 * net/tramp-util.el (top): Fix compilation warning.
10132
10133 2005-11-13 Kim F. Storm <storm@cua.dk>
10134
10135 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10136
10137 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10138
10139 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10140 (gud-speedbar-buttons): Match on "const char *" too.
10141
10142 * progmodes/gdb-ui.el (gdb-var-create-handler)
10143 (gdb-var-list-children-handler): Match on "const char *" too.
10144 (gdb-var-evaluate-expression-handler): Match on empty string.
10145 (gdb-var-update-handler): Only call
10146 gdb-var-evaluate-expression-handler when required.
10147
10148 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10149
10150 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10151 selected window. This still doesn't work for speedbar.
10152 (gud-speedbar-buttons): Handle string expressions properly.
10153
10154 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10155 (gdb-var-create-handler): Handle string expressions properly.
10156 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10157 Handle string expressions properly. Move "type" field into regexp.
10158
10159 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10160
10161 * bookmark.el (bookmark-maybe-message): New function to reduce
10162 code duplication: invokes `message' iff baud-rate is high enough.
10163 (bookmark-write-file): Use above instead of an inline conditional.
10164 (bookmark-load): Same.
10165
10166 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10167
10168 * bookmark.el (bookmark-write-file): Don't visit the destination
10169 file, just write the data to it using write-region. This is
10170 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10171 change to avoid visiting the file in the first place.
10172
10173 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10174
10175 * hi-lock.el (hi-lock-mode): Set the default value of
10176 font-lock-defaults.
10177
10178 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10179
10180 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10181 arg to `file-attributes'.
10182 (find-lisp-format): The UID and GID can now be strings.
10183
10184 2005-11-12 Kim F. Storm <storm@cua.dk>
10185
10186 * help.el (help-map): Bind C-h d to apropos-documentation.
10187
10188 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10189 when point is at end-of-buffer.
10190
10191 * apropos.el (apropos-match-face): Doc fix.
10192 (apropos-sort-by-scores): Add new choice `verbose'.
10193 (apropos-documentation-sort-by-scores): New defcustom.
10194 (apropos-pattern): Now contains the pattern entered by the user.
10195 (apropos-pattern-quoted): New defvar.
10196 (apropos-regexp): New defvar, containing the regexp corresponding
10197 to apropos-pattern.
10198 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10199 (apropos-read-pattern): New defun. Use it to read pattern arg in
10200 interactive calls; returns list of words for a word list, and
10201 string for a regexp.
10202 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10203 parses a list of words or regexp as returned by apropos-read-pattern.
10204 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10205 (apropos-score-doc): Return a very high score if the string
10206 entered by the user matches literally.
10207 (apropos-variable): Doc fix. Use apropos-read-pattern.
10208 (apropos-command): Doc fix. Use apropos-read-pattern and
10209 apropos-parse-pattern. Call apropos-print with nosubst=t.
10210 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10211 apropos-parse-pattern.
10212 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10213 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10214 apropos-documentation-sort-by-scores. Call apropos-print with
10215 nosubst=t.
10216 (apropos-documentation-internal): Pass doc string through
10217 substitute-key-definition before adding text properties.
10218 Highlight substring matching literal user input if possible.
10219 (apropos-documentation-check-doc-file): Remove locals beg and end.
10220 Fix calculation of score (as added twice). Pass doc string through
10221 substitute-key-definition before adding text properties.
10222 (apropos-documentation-check-elc-file): Pass doc string through
10223 substitute-key-definition before adding text properties.
10224 Highlight substring matching literal user input if possible.
10225 (apropos-print): Add new arg NOSUBST; if set, command and variable
10226 doc strings have already been passed through substitute-key-definition.
10227 Add code to handle apropos-accumulator items without score element
10228 for backwards compatibility (e.g. with woman package).
10229 Only show scores if apropos-sort-by-scores is `verbose'.
10230
10231 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10234 Add jka-compr-load-suffixes to load-suffixes.
10235
10236 * jka-compr.el: Require jka-cmpr-hook.
10237 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10238 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10239 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10240 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10241 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10242 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10243 (jka-compr-uninstall): Remove entries from
10244 jka-compr-added-to-file-coding-system-alist after they are used.
10245 (jka-compr-error): Remove unused var `curbuf'.
10246 (jka-compr-file-local-copy): Remove unused var `notfound'.
10247
10248 2005-11-10 Romain Francoise <romain@orebokech.com>
10249
10250 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10251
10252 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10253
10254 * progmodes/gud.el (gud-menu-map): Move parentheses.
10255 (gdb): New command gud-pv.
10256
10257 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * tar-mode.el: Remove spurious or unnecessary leading stars
10260 in docstrings.
10261 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10262 (tar-parse-octal-integer-safe): Use mapc.
10263 (tar-header-block-summarize): Remove unused var `ck'.
10264 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10265 cleared before. Obey default-enable-multibyte-characters.
10266 Use mapconcat. Simplify setting of tar-header-offset.
10267 (tar-mode-map): Move initialization inside delcaration.
10268 (tar-flag-deleted): Use `abs'.
10269 (tar-expunge-internal): Remove unused var `line'.
10270 (tar-expunge-internal): Don't hardcode point-min==1.
10271 (tar-expunge): Widen while doing set-buffer-multibyte.
10272 (tar-rename-entry): Use file-name-coding-system.
10273 (tar-alter-one-field): Don't hardcode point-min==1.
10274 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10275 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10276
10277 2005-11-10 Masatake YAMATO <jet@gyve.org>
10278
10279 * add-log.el (add-log-current-defun): Handle class::method
10280 notation of c++. Fix incorrect comment.
10281
10282 2005-11-10 Alan Mackenzie <acm@muc.de>
10283
10284 * help-fns.el (describe-variable): Make C-h v work when a variable
10285 has variable documentation yet is unbound.
10286
10287 2005-11-10 Masatake YAMATO <jet@gyve.org>
10288
10289 * man.el (Man-highlight-references): Set an empty
10290 string to `Man-arguments' if it is nil.
10291 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10292
10293 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10296 commenting conventions.
10297
10298 * cus-dep.el (custom-make-dependencies): Simplify.
10299 Better follow the commenting conventions.
10300
10301 2005-11-09 Richard M. Stallman <rms@gnu.org>
10302
10303 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10304 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10305 All uses changed.
10306 (apropos-rewrite-regexp): Doc fix.
10307 (apropos-variable, apropos-command, apropos, apropos-value):
10308 Change prompt; carry through the argument renaming.
10309
10310 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10311
10312 * find-lisp.el: Require dired.
10313 (find-lisp-find-dired-internal): Do not call
10314 `abbreviate-file-name' on DIR.
10315
10316 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10317
10318 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10319
10320 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10321
10322 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10323 when using the speedbar.
10324 (gdb): New command gud-pp.
10325 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10326
10327 2005-11-09 Juri Linkov <juri@jurta.org>
10328
10329 * replace.el (occur-excluded-properties): New defcustom.
10330 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10331
10332 2005-11-08 Jay Belanger <belanger@truman.edu>
10333
10334 * calc/calc-units.el (math-convert-units): Replace any composite
10335 unit by its definition.
10336
10337 2005-11-08 Lars Hansen <larsh@soem.dk>
10338
10339 * emacs-lisp/autoload.el (update-directory-autoloads):
10340 Add obsolete function alias.
10341
10342 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10345 comment-indent-function.
10346 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10347
10348 * reveal.el (reveal-post-command): Rework the handling of
10349 reveal-open-spots, so as to be more reliable. There were several
10350 tricky corner cases where an open spot might be lost, or where
10351 a closed spot might end up on the list of open spots.
10352 Only reveal text that's ellipsised.
10353
10354 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10355
10356 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10357
10358 2005-11-07 John Paul Wallington <jpw@gnu.org>
10359
10360 * ibuffer.el (ibuffer): Search iconified frames too when
10361 getting Ibuffer buffer's window.
10362
10363 2005-11-06 Richard M. Stallman <rms@gnu.org>
10364
10365 * progmodes/compile.el (compilation-internal-error-properties):
10366 save-excursion around the computation of MARKER.
10367
10368 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10369
10370 * textmodes/flyspell.el (flyspell-external-point-words):
10371 flyspell-get-word returns a list, not just a string.
10372
10373 2005-11-06 John Paul Wallington <jpw@pobox.com>
10374
10375 * ibuffer.el (ibuffer): Search all visible frames when getting
10376 Ibuffer buffer's window.
10377
10378 2005-11-07 Masatake YAMATO <jet@gyve.org>
10379
10380 * man.el (Man-reference-regexp): Accept spaces between
10381 `Man-name-regexp' and `Man-section-regexp'.
10382 (Man-apropos-regexp): New variable.
10383 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10384 if available.
10385 (Man-highlight-references, Man-highlight-references0):
10386 Handle the case when `Man-arguments' includes "-k".
10387 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10388 `TARGET'. `TARGET' can be a number, function or nil.
10389
10390 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10391
10392 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10393 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10394 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10395 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10396 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10397 (gdb-send-item): Use buffer-local-value and simplify.
10398
10399 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10400
10401 * startup.el (command-line): Use `custom-reevaluate-setting' for
10402 `global-font-lock-mode'.
10403
10404 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10405 by default, except in batch mode or when the -D option is given.
10406
10407 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10408 specified keyword args on to `define-minor-mode'. Update docstring.
10409
10410 2005-11-05 Romain Francoise <romain@orebokech.com>
10411
10412 * replace.el (occur-engine): Add marker at end of line, too.
10413
10414 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10415
10416 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10417 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10418 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10419 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10420 argument to all these routines, so the passphrase can be managed
10421 externally and passed in to the system.
10422 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10423 pgg-add-passphrase-to-cache function.
10424
10425 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10426 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10427 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10428 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10429 argument to all these routines, so the passphrase can be managed
10430 externally and passed in to the system.
10431 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10432 function.
10433
10434 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10435
10436 * font-lock.el: Don't deal with font-lock-face-attributes here,
10437 move the code ...
10438
10439 * startup.el (command-line): ... here. Use face-spec-set instead
10440 of custom-declare-face.
10441
10442 * faces.el (face-spec-set): Reset the face if spec is not nil.
10443
10444 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * newcomment.el (comment-region-internal): Box more tightly in the
10447 common case where there's no TAB in the boxed text.
10448
10449 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10450
10451 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10452 up-node.
10453
10454 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10455
10456 * newsticker.el: Commentary updated. Code formatting changed.
10457 (newsticker-version): Change to "1.9".
10458 (newsticker, newsticker-feed): Doc fix.
10459 (newsticker-url-list): Doc fix. Add option "Weekly".
10460 (newsticker-retrieval-interval): Add option "Weekly".
10461 (newsticker-headline-processing): Doc fix.
10462 (newsticker-auto-mark-filter): Remove.
10463 (newsticker-auto-mark-filter-list): New.
10464 (newsticker-layout, newsticker-sort-method): Doc fix.
10465 (newsticker-hide-old-items-in-newsticker-buffer)
10466 (newsticker-heading-format, newsticker-item-format)
10467 (newsticker-desc-format): Doc fix.
10468 (newsticker-show-all-rss-elements): Remove.
10469 (newsticker-show-all-news-elements): New.
10470 (newsticker-faces, newsticker-ticker): Doc fix.
10471 (remove-from-invisibility-spec): Code formatting.
10472 (newsticker--process-ids): New.
10473 (newsticker-mode): Doc fix.
10474 (newsticker-mode): Change mode-line-format.
10475 (newsticker-start): Remove debug output.
10476 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10477 (newsticker-w3m-show-inline-images): Code formatting.
10478 (newsticker-next-item): Call `force-mode-line-update'.
10479 (newsticker-previous-item): Call `force-mode-line-update'.
10480 (newsticker-next-feed): Call `force-mode-line-update'.
10481 (newsticker-previous-feed): Call `force-mode-line-update'.
10482 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10483 (newsticker-show-old-items): Do not show descs.
10484 (newsticker-hide-entry): Hide too much.
10485 (newsticker-hide-entry, newsticker-show-entry)
10486 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10487 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10488 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10489 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10490 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10491 (newsticker-get-news): Call `force-mode-line-update'.
10492 Collect process ids.
10493 (newsticker--sentinel): Change coding system handling.
10494 Move image retrieval to new functions newsticker--get-logo-url-*.
10495 Move feed parsing to new functions newsticker--parse-*.
10496 Update list of process ids.
10497 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10498 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10499 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10500 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10501 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10502 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10503 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10504 (newsticker--decode-coding-string): Remove.
10505 (newsticker--decode-numeric-entities): Check input. Format code.
10506 (newsticker--remove-whitespace): Check input.
10507 (newsticker--do-forget-preformatted): Doc fix.
10508 (newsticker--decode-rfc822-date): Allow for missing time.
10509 (newsticker--update-process-ids): New.
10510 (newsticker--image-sentinel): Change comment.
10511 (newsticker--image-read): Change error message.
10512 (newsticker--imenu-goto): Doc fix. Show headline title.
10513 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10514 (newsticker--buffer-do-insert-text): Clean whitespace in
10515 html-rendered headline title. Code formatting.
10516 Call `newsticker--buffer-print-extra-elements'.
10517 (newsticker--buffer-print-extra-element): Remove.
10518 (newsticker--buffer-print-extra-elements): New.
10519 (newsticker--buffer-do-print-extra-element): New.
10520 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10521 large sizes.
10522 (newsticker--run-auto-mark-filter)
10523 (newsticker--do-run-auto-mark-filter):
10524 Use `newsticker-auto-mark-filter-list'.
10525
10526 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10527
10528 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10529 (rcirc-print): Force redisplay before running hooks. Do long
10530 buffer truncation after making new text read-only. Deal with nil
10531 text when decoding strings. If TARGET is nil, use either the
10532 currently selected buffer, if it is an rcirc buffer and of the
10533 same process or the process buffer.
10534 (rcirc-mode): Remove header-line. Recompute short buffer names.
10535 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10536 (rcirc-short-buffer-name): Add variable.
10537 (rcirc-kill-buffer-hook): Recompute short buffer names.
10538 Remove nick from private channel.
10539 (rcirc-send-input): Send command text to current-buffer.
10540 Don't clear overlay arrow here.
10541 (rcirc-short-buffer-name): Return a short buffer name.
10542 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10543 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10544 buffer-name abbreviations.
10545 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10546 Do not touch nick-table when killing a parted channel.
10547 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10548 Clear arrow from current buffer if it is now hidden.
10549 (rcirc-current-buffer): Add variable.
10550 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10551 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10552 Remove -face from names.
10553 (rcirc-update-activity-string): Print "DND" when globally ignoring
10554 activity.
10555 (rcirc-ignore-buffer-activity-flag): Rename from
10556 rcirc-ignore-channel-activity.
10557 (rcirc-ignore-all-activity-flag): Doc fix.
10558 (rcirc-channels): Remove variable.
10559 (rcirc-kill-buffer-hook):
10560 (rcirc-get-buffer-create): Add nick to private channel.
10561 (rcirc-multiline-edit-submit): Remove tabs.
10562 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10563 folded.
10564 (rcirc-remove-nick-channel): Bug fix.
10565 (rcirc-toggle-ignore-buffer-activity): Rename from
10566 rcirc-toggle-ignore-channel-activity.
10567 (rcirc-record-activity): Add buffers to the front of the list.
10568 (rcirc-update-activity): Remove killed buffers from list.
10569 (rcirc-process-server-response-1): Remove last argument if it is
10570 null before calling handler.
10571 (rcirc): Add "rcirc" defcustom prefix.
10572 (rcirc-prompt): Simplify default prompt.
10573 Use custom-initialize-default.
10574 (rcirc-private-chats): Remove variable.
10575 (rcirc-prompt): Change initialization.
10576 (rcirc-version): Remove function.
10577 (rcirc-id-string): Add constant.
10578 (rcirc-last-buffer): Remove variable.
10579 (rcirc-buffer-alist): Add variable.
10580 (rcirc-connect): Update variable setup.
10581 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10582 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10583 default.
10584 (rcirc-handler-generic): Trigger activity.
10585 (rcirc-send-message): Create the buffor of the target.
10586 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10587 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10588 (rcirc-multiline-edit-cancel): Remove function.
10589 (rcirc-set-last-buffer): Remove function.
10590 (rcirc-get-any-buffer): Add function.
10591 (rcirc-join-channels): Don't print /join text.
10592 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10593 messages.
10594 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10595 (rcirc-handler-NOTICE): Recognize CTCP responses.
10596 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10597 constructing TOPIC string for buffers we are not JOINed.
10598 (rcirc-handler-CTCP-response): Add handler.
10599 (rcirc-multiline-edit-submit): Restore the window-configuration
10600 before adjusting point.
10601 (rcirc): Add customization group.
10602 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10603 (rcirc-user-full-name, rcirc-startup-channels-alist)
10604 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10605 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10606 (rcirc-input-ring-size, rcirc-read-only-flag)
10607 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10608 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10609 Change defvar to defcustom.
10610 (rcirc-update-prompt): Add optional ALL arg, which will update
10611 prompts in all rcirc buffers. Regexp quote replacement text.
10612 (rcirc-fill-column): Accept frame-width as a value.
10613 (rcirc-set-changed): Add function.
10614 (rcirc-next-active-buffer): Write more meaningful messages.
10615 (rcirc-faces): Add customization group.
10616 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10617 (rcirc-nick-in-message-face, rcirc-prompt-face)
10618 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10619 (with-rcirc-process-buffer): Move before first usage.
10620 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10621 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10622 (rcirc-debug): Rename from `rcirc-log'.
10623 (rcirc-format-response-string): Do not print `-' chars for a
10624 NOTICE with no sender. Simplify output of server responses.
10625
10626 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10627
10628 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10629 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10630 Make urls mouse and RET clickable.
10631
10632 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10633
10634 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10635
10636 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10637
10638 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10639 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10640 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10641 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10642 argument to all these routines, so the passphrase can be managed
10643 externally and passed in to the system.
10644 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10645 pgg-add-passphrase-to-cache function.
10646
10647 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10648 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10649 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10650 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10651 argument to all these routines, so the passphrase can be managed
10652 externally and passed in to the system.
10653 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10654 function.
10655
10656 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10657
10658 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10659 from goto-address-url-regexp.
10660
10661 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10662
10663 * textmodes/org.el (org-read-date, org-goto-calendar)
10664 (org-recenter-calendar, org-agenda-goto-calendar):
10665 Temporarily clear `calendar-move-hook'.
10666
10667 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10668
10669 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10670 merging.
10671
10672 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10673 have merge clashes.
10674
10675 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10676
10677 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10678 Undo previous change.
10679
10680 * startup.el (command-line): Use `custom-reevaluate-setting' for
10681 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10682 tty-register-default-colors on Mac.
10683
10684 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10685
10686 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10687 (gdb-buffer-type): Make it automatically buffer local...
10688 (gdb-get-create-buffer): ...and set it accordingly.
10689 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10690 actually work.
10691
10692 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10693
10694 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10695 not red.
10696
10697 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10698
10699 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10700 case GUD buffer is not visible.
10701 (gdb-goto-breakpoint): Try to force display in source buffer.
10702 (gdb-frame-gdb-buffer): Copy other similar functions.
10703 (gdb-restore-windows): Don't display source if not asked for.
10704 (gdb-assembler-buffer-name): Don't capitalise.
10705
10706 2005-11-03 Richard M. Stallman <rms@gnu.org>
10707
10708 * wid-edit.el (key-sequence): New widget type.
10709
10710 * simple.el (set-mark-command-repeat-pop): New variable.
10711 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10712 if set-mark-command-repeat-pop is true.
10713
10714 * info.el (Info-fontify-node): Don't display extra "see" if there
10715 already is one here.
10716
10717 * mouse.el: Fix special handling of DEL after dragging a region:
10718 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10719 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10720
10721 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10722
10723 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10724 not to assume it pertains to an affix.
10725
10726 * textmodes/flyspell.el (flyspell-post-command-hook):
10727 Bind deactivate-mark to prevent deactivation.
10728
10729 2005-11-03 Lars Hansen <larsh@soem.dk>
10730
10731 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10732 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10733 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10734
10735 2005-11-03 Romain Francoise <romain@orebokech.com>
10736
10737 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10738 Update copyright years.
10739
10740 2005-11-03 Sam Steingold <sds@gnu.org>
10741
10742 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10743 Use system-type instead of window-system because window-system is not
10744 correctly defined during loadup.
10745
10746 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10747
10748 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10749 (xml-parse-tag): Join strings separated by a comment properly.
10750
10751 2005-11-02 Andreas Schwab <schwab@suse.de>
10752
10753 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10754
10755 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10758 (byte-optimize-pure-func): Quote the eval'd value.
10759
10760 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10761 Rename from perl-font-lock-syntactic-face-function.
10762 Change the calling convention so it can be used as a font-lock MATCHER.
10763 Do the parse-partial-sexp loop outselves.
10764 (perl-font-lock-syntactic-keywords): Use it.
10765 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10766
10767 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10768
10769 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10770 disassembly buffer too.
10771 (gdb-exited): Remove overlay arrows when execution has finished.
10772 (gdb-info-frames-custom, gdb-info-threads-custom)
10773 (gdb-info-registers-custom): Don't add inappropriate text
10774 properties if inferior is not active.
10775
10776 2005-11-02 Glenn Morris <rgm@gnu.org>
10777
10778 * progmodes/fortran.el (fortran-blink-match):
10779 Use `blink-matching-delay'.
10780
10781 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10782
10783 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10784
10785 2005-11-02 Lars Hansen <larsh@soem.dk>
10786
10787 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10788 "Permission denied".
10789
10790 2005-11-01 Richard M. Stallman <rms@gnu.org>
10791
10792 * textmodes/flyspell.el (flyspell-external-point-words):
10793 Pass nil to flyspell-get-word.
10794
10795 2005-11-02 Kim F. Storm <storm@cua.dk>
10796
10797 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10798 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10799
10800 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10801
10802 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10803 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10804 (calendar-mouse-print-dates): Add optional `event' argument.
10805 Update interactive-spec.
10806 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10807 Use `calendar-event-to-date' instead of `event'.
10808
10809 2005-11-02 Masatake YAMATO <jet@gyve.org>
10810
10811 * progmodes/ld-script.el (ld-script-builtins):
10812 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10813 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10814 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10815
10816 2005-11-01 Romain Francoise <romain@orebokech.com>
10817
10818 * vc-sccs.el: Update copyright year.
10819 * ezimage.el: Likewise.
10820
10821 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10822
10823 * info.el (Info-fontify-node): Use `string-width' for fontifying
10824 underlined titles.
10825
10826 2005-11-01 Juri Linkov <juri@jurta.org>
10827
10828 * info.el (Info-fontify-node): Downcase node header keywords Node,
10829 Prev, Next, Up before comparison.
10830 (Info-history): Insert absolute directory name, and put invisible
10831 property on it.
10832
10833 2005-11-01 Juri Linkov <juri@jurta.org>
10834
10835 * info.el (Info-file-supports-index-cookies): New variable.
10836 (Info-find-node-2): Check makeinfo version for index cookie support.
10837 (Info-index-nodes): Search for nodes with index cookies only when
10838 Info-file-supports-index-cookies is t. Otherwise, search nodes
10839 with "Index" in the node name.
10840 (Info-index-node): Search index cookie in the current node only when
10841 Info-file-supports-index-cookies is t. Otherwise, check the word
10842 "Index" in the node name.
10843 (Info-find-emacs-command-nodes): Remove code that searches nodes
10844 with "Index" node name in the top menu.
10845
10846 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * progmodes/scheme.el (scheme-mode-variables): Use the default
10849 comment-indent-function.
10850
10851 * faces.el (face-attribute): Handle the case where a face inherits from
10852 a non-existent face.
10853
10854 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10855 for octal and hexa output, and merge the char into the paren.
10856 (kill-new): Use push.
10857 (copy-to-buffer): Use with-current-buffer.
10858 (completion-setup-function): Move code in loop to remove redundancy.
10859 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10860 those inherited from minibuffer-local-completion-map.
10861
10862 * savehist.el (savehist-mode) <defcustom>:
10863 Use custom-set-minor-mode if available.
10864 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10865 and emit a message if applicable.
10866
10867 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10868
10869 * savehist.el: Sync up to version 19.
10870 (savehist-mode): New minor mode.
10871 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10872 (savehist-length): Remove (use history-length instead).
10873 (savehist-file-modes): Rename from savehist-modes.
10874 (savehist-save-hook, savehist-loaded): New vars.
10875 (savehist-load): Use savehist-mode. Try to smooth up transition from
10876 old format to new format.
10877 (savehist-install): Allow savehist-autosave-interval to be nil.
10878 (savehist-save): Run the new hook. Be more careful to only trim the
10879 history variables.
10880 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10881 (savehist-printable): Print into a buffer rather than char-by-char.
10882
10883 2005-11-01 John Wiegley <johnw@newartisans.com>
10884
10885 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10886 toggle-ignore keybinding (C-a). The author said it had been
10887 disabled much earlier due to a possible incompatibility, but after
10888 many months of usage I have encountered no problems (and it is a
10889 rather useful option, especially for switching to " *temp*").
10890
10891 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10892 support for OS/X's AddressBook, by calling out to the open source
10893 program "contacts" (installable through Fink).
10894
10895 * net/eudc.el (eudc-expand-inline): If the
10896 `eudc-multiple-match-handling-method' is set to `all', delete the
10897 query string before inserting the query result.
10898
10899 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10900 flag, to prevent Eshell from using the system ls when
10901 `eshell-ls-insert-directory' is in used.
10902 (eshell-ls-insert-directory): Disable font-lock in directory
10903 buffer so that Eshell's own fontification is seen. This broke
10904 recently due to changes in font-lock, so this goes back to version
10905 21 behavior.
10906
10907 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10908
10909 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10910 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10911 (gdb-many-windows): Doc fix.
10912
10913 2005-10-31 Romain Francoise <romain@orebokech.com>
10914
10915 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10916
10917 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10918
10919 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10920 that global-font-lock-mode can be enabled by default.
10921
10922 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10923 (font-lock-add-keywords, font-lock-remove-keywords)
10924 (font-lock-fontify-buffer): Remove autoload cookies.
10925
10926 * jit-lock.el (jit-lock-register): Likewise.
10927
10928 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10929
10930 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10931
10932 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10933 intact if there is no gud-comint-buffer.
10934
10935 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10936
10937 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10938 old prompt comint-prompt-read-only is t and GDB commands are
10939 issued from tool bar etc.
10940
10941 2005-10-31 Masatake YAMATO <jet@gyve.org>
10942
10943 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10944
10945 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10946
10947 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10948 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10949
10950 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10951
10952 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10953 starting at beginning of line. Fontification is messed up when
10954 `open-paren-in-column-0-is-defun-start' set to t.
10955 Reported by John Paul Wallington <jpw@pobox.com>.
10956
10957 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10958
10959 * comint.el (comint-send-input): Call `comint-update-fence' when
10960 `comint-process-echoes' and `comint-prompt-read-only' are both
10961 non-nil, to avoid leftover read-only newline.
10962
10963 2005-10-30 Richard M. Stallman <rms@gnu.org>
10964
10965 * textmodes/flyspell.el (flyspell-external-point-words):
10966 Detect when WORD can't be checked properly because
10967 flyspell-get-word finds just part of it, and move on.
10968
10969 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10970 boundarychar for Polish.
10971 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10972 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10973
10974 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10975
10976 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10977 (gdb-registers-font-lock-keywords): Delete.
10978 (gdb-registers-mode): Don't fontify.
10979 (gdb-info-registers-custom): Use text properties instead as, in
10980 future, changed register values will use font-lock-warning-face.
10981 (gdb-local-font-lock-keywords): Rename to...
10982 (gdb-locals-font-lock-keywords): ...for consistency.
10983
10984 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10985
10986 * vc.el (vc-switch-backend): Better error message if the buffer is
10987 not visiting a file under version control.
10988
10989 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10990
10991 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10992
10993 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10994 ~/.emacs.d/.emacs.
10995
10996 2005-10-29 Richard M. Stallman <rms@gnu.org>
10997
10998 * replace.el (occur-mode-mouse-goto): Always go to other window.
10999 (occur-mode-goto-occurrence): Always switch in same window.
11000
11001 * simple.el (undo): Display message at end, not at start.
11002
11003 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11004 New arg REUSE-CELL.
11005 (cancel-timer-internal): New function.
11006 (timer-event-handler): Use cancel-timer-internal,
11007 and pass the cell it returns to timer-activate...
11008
11009 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11010 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11011 (jit-lock-after-change): Test memory-full.
11012
11013 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11014
11015 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11016 part of the decoded armor to find the key-identifier.
11017 (pgg-gpg-lookup-key-owner): New function to return the
11018 human-readable identifier of a key owner.
11019 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11020 key itself.
11021 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11022 the key value) if we have a key and can match it against a secret
11023 key. Also, added a note pointing out fact that the prompt only
11024 indicates the first matching key.
11025
11026 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11027 pgg-decrypt-region.
11028 (pgg-pending-timers): A new hash for tracking the passphrase cache
11029 timers, so that new ones supercede old ones.
11030 (pgg-add-passphrase-to-cache): Rename from
11031 `pgg-add-passphrase-cache' to reduce confusion (all callers
11032 changed). Modified to cancel old timers when new ones are added.
11033 (pgg-remove-passphrase-from-cache): Rename from
11034 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11035 changed). Modified to cancel old timers when their keys are
11036 removed from the cache.
11037 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11038 XEmacs, an indirection to delete-itimer.
11039 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11040 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11041 users can only check cache without risk of prompting. Correct bug in
11042 notruncate behavior.
11043 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11044 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11045 Add informative docstrings.
11046 (pgg-decrypt): Convey provided passphrase in subordinate call to
11047 pgg-decrypt-region.
11048
11049 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11050 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11051 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11052 `passphrase' argument, so the passphrase can be managed externally
11053 and then passed in to the system.
11054
11055 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11056 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11057 so the passphrase cache can be used reliably with identifiers
11058 besides a pgp packet's key id.
11059
11060 * pgg-gpg.el (pgg-pgp-encrypt-region)
11061 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11062 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11063 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11064 argument to all these routines, so the passphrase can be managed
11065 externally and passed in to the system.
11066
11067 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11068 `notruncate' argument, so the passphrase cache can be used
11069 reliably with identifiers besides a pgp packet's key id.
11070
11071 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11072
11073 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11074 symmetric encryption.
11075 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11076 encrypted session key.
11077 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11078 message ask for the passphrase in a proper way.
11079
11080 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11081 New user commands for symmetric encryption.
11082
11083 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11084
11085 * textmodes/conf-mode.el (conf-assignment-sign)
11086 (conf-assignment-regexp): Fix docstrings.
11087 (conf-mode-initialize): New function.
11088 (conf-mode): Remove optional args. Use delay-mode-hooks to
11089 recognize recursive calls.
11090 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11091 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11092 (conf-xdefaults-mode): Use define-derived-mode and
11093 conf-mode-initialize.
11094
11095 2005-10-29 Romain Francoise <romain@orebokech.com>
11096
11097 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11098
11099 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11100
11101 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11102 part of the decoded armor to find the key-identifier.
11103 (pgg-gpg-lookup-key-owner): New function to return the
11104 human-readable identifier of a key owner.
11105 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11106 key itself.
11107 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11108 the key value) if we have a key and can match it against a secret
11109 key. Also, added a note pointing out fact that the prompt only
11110 indicates the first matching key.
11111
11112 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11113 pgg-decrypt-region.
11114 (pgg-pending-timers): A new hash for tracking the passphrase cache
11115 timers, so that new ones supercede old ones.
11116 (pgg-add-passphrase-to-cache): Rename from
11117 `pgg-add-passphrase-cache' to reduce confusion (all callers
11118 changed). Modified to cancel old timers when new ones are added.
11119 (pgg-remove-passphrase-from-cache): Rename from
11120 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11121 changed). Modified to cancel old timers when their keys are
11122 removed from the cache.
11123 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11124 XEmacs, an indirection to delete-itimer.
11125 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11126 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11127 users can only check cache without risk of prompting. Correct bug in
11128 notruncate behavior.
11129 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11130 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11131 Add informative docstrings.
11132 (pgg-decrypt): Convey provided passphrase in subordinate call to
11133 pgg-decrypt-region.
11134
11135 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11136
11137 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11138 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11139 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11140 `passphrase' argument, so the passphrase can be managed externally
11141 and then passed in to the system.
11142
11143 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11144 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11145 so the passphrase cache can be used reliably with identifiers
11146 besides a pgp packet's key id.
11147
11148 * pgg-gpg.el (pgg-pgp-encrypt-region)
11149 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11150 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11151 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11152 argument to all these routines, so the passphrase can be managed
11153 externally and passed in to the system.
11154
11155 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11156 `notruncate' argument, so the passphrase cache can be used
11157 reliably with identifiers besides a pgp packet's key id.
11158
11159 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11160
11161 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11162 symmetric encryption.
11163 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11164 encrypted session key.
11165 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11166 message ask for the passphrase in a proper way.
11167
11168 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11169 New user commands for symmetric encryption.
11170
11171 2005-10-28 Bill Wohler <wohler@newt.com>
11172
11173 * help-mode.el (help-url): New button type. Calls browse-url.
11174 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11175 Similar to Info nodes: URL `url'.
11176 (help-make-xrefs): Create help-url buttons for
11177 help-xref-url-regexp matches.
11178
11179 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11180
11181 * tool-bar.el (tool-bar-add-item-from-menu)
11182 (tool-bar-local-item-from-menu): Fix doc strings.
11183
11184 2005-10-28 Romain Francoise <romain@orebokech.com>
11185
11186 * ldefs-boot.el: Update.
11187
11188 * subr.el (locate-library): Move from help-fns.el.
11189 * help-fns.el (locate-library): Move to subr.el.
11190
11191 2005-10-28 Richard M. Stallman <rms@gnu.org>
11192
11193 * net/tramp.el (tramp-completion-mode): defvar moved up.
11194
11195 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11196
11197 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11198
11199 * files.el (find-file-noselect): Use %d to format large file size.
11200
11201 * bindings.el (mode-line-format): Add %e.
11202
11203 * loadup.el ("facemenu"): Load unconditionally.
11204 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11205 ("x-dnd"): Load, when appropriate.
11206
11207 * startup.el (command-line): Call before-init-hook earlier.
11208 Warn about some bad characters in -u user name.
11209
11210 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11211 (flyspell-external-point-words): Error if misspelled word is not found.
11212 Set flyspell-large-region-beg at end of word.
11213
11214 2005-10-28 Andreas Schwab <schwab@suse.de>
11215
11216 * view.el (View-revert-buffer-scroll-page-forward):
11217 Use view-page-size-default.
11218
11219 2005-10-28 Juri Linkov <juri@jurta.org>
11220
11221 * international/quail.el (quail-get-current-str): Translate last
11222 raw character for deterministic input methods.
11223
11224 2005-10-27 Jay Belanger <belanger@truman.edu>
11225
11226 * calc/calc-ext.el: Add functions to autoloads.
11227 (math-identity-matrix-p, math-ident-row-p): New functions.
11228
11229 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11230 multiplication by an identity matrix; don't turn multiplication by
11231 an inverse matrix into division.
11232 (math-div-symbol-fancy): Replace division by matrices with
11233 multiplication by inverse.
11234
11235 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11236
11237 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11238 (calc-writeoutpower): New functions.
11239
11240 2005-10-27 Romain Francoise <romain@orebokech.com>
11241
11242 * replace.el (occur-engine): Include colon in mouse-face highlight.
11243
11244 * dired-x.el: Change Maintainer field.
11245
11246 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11247
11248 * longlines.el (longlines-mode): Bind after-change-functions to
11249 nil during initial decoding and final encoding.
11250
11251 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11252
11253 * term.el (term-emulate-terminal, term-handle-colors-array)
11254 (term-handle-ansi-escape): Specify the terminfo capabilities
11255 implemented.
11256
11257 2005-10-26 Richard M. Stallman <rms@gnu.org>
11258
11259 * info.el (Info-fontify-node): Fix detection of sentence-break
11260 before *Note.
11261
11262 2005-10-26 Romain Francoise <romain@orebokech.com>
11263
11264 * smerge-mode.el: Add `tools' to file keywords.
11265
11266 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11267
11268 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11269 when the fringe is not available.
11270
11271 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11272 (def-gdb-auto-update-trigger): Simplify construction.
11273 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11274 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11275 defined explicitly.
11276 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11277 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11278 defined explicitly.
11279 (gdb-info-locals-custom): Remove as it's a no-op.
11280
11281 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11282
11283 * longlines.el (longlines-mode): Remove narrowing before
11284 performing the initial decoding or final encoding.
11285
11286 2005-10-25 Romain Francoise <romain@orebokech.com>
11287
11288 * emacs-lisp/find-func.el (find-library-name): Also strip
11289 extension if library name ends in .el, to take advantage of
11290 `find-library-suffixes'.
11291
11292 2005-10-25 Richard M. Stallman <rms@gnu.org>
11293
11294 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11295
11296 2005-10-25 Juri Linkov <juri@jurta.org>
11297
11298 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11299 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11300
11301 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11304 (blackbox-redefine-key): Add argument `map'.
11305
11306 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11307 regions when moving the jit-lock-context-unfontify-pos boundary.
11308
11309 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11310
11311 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11312
11313 2005-10-25 Masatake YAMATO <jet@gyve.org>
11314
11315 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11316
11317 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11318
11319 * play/blackbox.el (blackbox-redefine-key): New function.
11320 (blackbox-mode-map): Use it to remap existing bindings for cursor
11321 motion instead of binding literal keys.
11322
11323 2005-10-25 Glenn Morris <rgm@gnu.org>
11324
11325 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11326 diary does not end in a newline. Do not assume a blank line at
11327 the start of the diary file.
11328
11329 2005-10-25 Kenichi Handa <handa@m17n.org>
11330
11331 * international/quail.el (quail-translate-key): If the input
11332 method is deterministic and failed to handle the last key, restart
11333 the key handling loop from an appropriate key.
11334
11335 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11336
11337 * vc.el (vc-dired-mode): Extend comment for binding of
11338 `directory-listing-before-filename-regexp'.
11339
11340 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * textmodes/texinfo.el (texinfo-mode):
11343 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11344 not to unnecessarily expose emacs-mule's internal char codes.
11345
11346 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11347
11348 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11349 Display hand pointer and help-echo on disabled icon too.
11350 (gdb-mouse-until): New function.
11351 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11352
11353 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11354
11355 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11356 with 2005-10-23 change to doctor.el.
11357
11358 * finder.el (finder-mode-map): Add follow-link binding.
11359
11360 2005-10-25 Kim F. Storm <storm@cua.dk>
11361
11362 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11363 to gdb-mouse-toggle-breakpoint-fringe.
11364 (gdb-mouse-toggle-breakpoint-margin): Rename from
11365 gdb-mouse-toggle-breakpoint. Fix doc.
11366 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11367 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11368 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11369 string properties also for fringe breakpoint bitmaps.
11370
11371 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11372
11373 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11374
11375 2005-10-25 Masatake YAMATO <jet@gyve.org>
11376
11377 * simple.el (completion-common-substring):
11378 Use `completion-common-substring' prior to `completion-base-size'.
11379
11380 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11381
11382 * savehist.el: Require CL while compiling.
11383 (savehist-history-variables): Remove.
11384 (savehist-save-minibuffer-history, savehist-additional-variables)
11385 (savehist-minibuffer-history-variables): New vars.
11386 (savehist-save): Use them.
11387 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11388 (savehist-install): New fun, extracted from savehist-load.
11389 (savehist-load): Use them.
11390
11391 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11394 a dummy doc-string-elt property.
11395 (defalias, defvaralias, define-category): Add a docstring property.
11396
11397 * image.el (defimage):
11398 * widget.el (define-widget):
11399 * custom.el (defface, defcustom): Add `doc-string' declaration.
11400
11401 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11402 (defadvice): Add `doc-string' declaration.
11403
11404 * emacs-lisp/byte-run.el (macro-declaration-function):
11405 Handle `doc-string' declarations.
11406 (define-obsolete-function-alias, define-obsolete-variable-alias):
11407 Add `doc-string' declaration.
11408
11409 2005-10-24 Kenichi Handa <handa@m17n.org>
11410
11411 * international/utf-7.el (utf-7): Add autoload cookie.
11412
11413 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11414
11415 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11416
11417 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11418 list of directories passed to batch-update-autoloads. Add "." to
11419 the list of the echoed directories.
11420
11421 * pgg-def.el:
11422 * pgg-gpg.el:
11423 * pgg-parse.el:
11424 * pgg-pgp.el:
11425 * pgg-pgp5.el:
11426 * pgg.el: Moved here from the gnus subdirectory.
11427
11428 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11429
11430 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11431 in case comint-prompt-read-only is set to t.
11432
11433 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11434 in case comint-prompt-read-only is set to t.
11435
11436 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11437
11438 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11439 Now a string.
11440 (icalendar-import-format): Handle CLASS, STATUS, URL.
11441 Rename `subject' to `summary'.
11442 (icalendar-import-format-summary): Rename from
11443 `icalendar-import-format-subject'.
11444 (icalendar-import-format-url, icalendar-import-format-status)
11445 (icalendar-import-format-class): New variables.
11446 (icalendar--rris): Take variable argument list.
11447 (icalendar--datestring-to-isodate): Remove unnecessary
11448 calendar-style check when converting dates with explicit month names.
11449 (icalendar-export-region): Change return type of conversion
11450 subroutines. Bury current buffer unless error occurred.
11451 (icalendar--convert-to-ical)
11452 (icalendar--parse-summary-and-rest): New functions.
11453 (icalendar--convert-ordinary-to-ical)
11454 (icalendar--convert-weekly-to-ical)
11455 (icalendar--convert-yearly-to-ical)
11456 (icalendar--convert-block-to-ical)
11457 (icalendar--convert-cyclic-to-ical)
11458 (icalendar--convert-anniversary-to-ical): Change return type.
11459 Strip trailing blanks from subject.
11460 (icalendar--convert-sexp-to-ical): Change return type.
11461 Strip trailing blanks from subject. Handle simple sexp
11462 entries as generated by icalendar.el.
11463 (icalendar--convert-float-to-ical)
11464 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11465 (icalendar-import-file): Doc fix.
11466 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11467 Correct call to icalendar--rris.
11468 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11469 `summary'.
11470 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11471
11472 2005-10-24 Romain Francoise <romain@orebokech.com>
11473
11474 * server.el (server-sentinel): Set query-on-exit flag to nil on
11475 new client processes (it isn't inherited from the server process).
11476
11477 * replace.el (occur-engine): Rearrange text properties.
11478
11479 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11482 case-fold-search is nil.
11483 (debug-help-follow): Use help-xref-interned directly.
11484
11485 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11486
11487 * thumbs.el (thumbs-image-type): Add .pbm.
11488
11489 2005-10-23 Richard M. Stallman <rms@gnu.org>
11490
11491 * faces.el (inhibit-face-set-after-frame-default): New variable.
11492 (set-face-attribute): Bind it.
11493 (face-set-after-frame-default): Test it.
11494
11495 * help-fns.el (describe-simplify-lib-file-name): New function.
11496 (describe-function-1, describe-variable): Use it.
11497
11498 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11499
11500 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11501 Eliminate nil as possible value.
11502 (tooltip-hide-delay): Reduce internal-border-width.
11503
11504 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11505 (menu-bar-file-menu) <new-file>: Likewise.
11506
11507 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11508
11509 * international/mule.el (load-with-code-conversion):
11510 Pass full file name to `eval-buffer' unless preloading.
11511
11512 * textmodes/flyspell.el (flyspell-large-region):
11513 Call ispell-check-version.
11514
11515 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11516 Fix the make-variable-buffer-local call that was supposed
11517 to be for this variable.
11518 (ispell-aspell-supports-utf8): Doc fix.
11519 (ispell-find-aspell-dictionaries): Preserve elements of
11520 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11521 (ispell-aspell-find-dictionary): Return nil on error.
11522
11523 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11524 (doctor-symptoms): Likewise.
11525
11526 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11527
11528 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11529
11530 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11531 (custom-raised-buttons): Add :set spec.
11532 (custom-button-unraised, custom-button-pressed-unraised):
11533 New faces, so that custom-raised-buttons actually does something.
11534 (custom-mode): Use custom-button and custom-button-pressed.
11535
11536 * wid-edit.el (widget-specify-button): Don't ignore
11537 widget-mouse-face on graphic terminals.
11538 (widget-move-and-invoke): Cleanup.
11539
11540 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11541
11542 * whitespace.el (whitespace-cleanup): Doc fix.
11543
11544 2005-10-23 Romain Francoise <romain@orebokech.com>
11545
11546 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11547 `eval-after-load' to avoid evaluating their result.
11548
11549 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11550
11551 * files.el (directory-listing-before-filename-regexp):
11552 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11553
11554 * dired.el (dired-move-to-filename-regexp): Remove.
11555 All occurences replaced by `directory-listing-before-filename-regexp'.
11556
11557 * dired-x.el, locate.el, vc.el:
11558 Replace `dired-move-to-filename-regexp' by
11559 `directory-listing-before-filename-regexp'. In vc.el it is
11560 overwritten locally; maybe this can be handled in files.el too.
11561
11562 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11563 replaced by `directory-listing-before-filename-regexp'.
11564
11565 2005-10-23 Andreas Schwab <schwab@suse.de>
11566
11567 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11568 and eval-next-after-load.
11569
11570 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11571
11572 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11573 exist, create it.
11574
11575 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11576
11577 * allout.el: Remove autoloads for mailcrypt and crypt++.
11578 Require pgg, pgg-gpg during compilation.
11579 (allout-version): Increment version number to 2.1, and use a literal
11580 rather than RCS Id.
11581 (allout-default-encryption-scheme): Remove.
11582 (allout-passphrase-verifier-handling)
11583 (allout-passphrase-verifier-string)
11584 (allout-file-passphrase-verifier-string)
11585 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11586 (allout-passphrase-hint-handling): Rename and simplify.
11587 (allout-init): Use `find-file-hook' if available, otherwise
11588 `find-file-hooks'.
11589 (allout-mode): Use `write-file-functions' if available, otherwise
11590 `local-write-file-hooks' and, instead of making auto-save-hook
11591 buffer local, make the write-file-hook activity contingent to
11592 allout-mode.
11593 (allout-mode): Use key-binding substitution in the docstring.
11594 (allout-kill-line): Spell-out kill ring data structure mutation
11595 instead of using byte-compiler-complaint-provoking `pop'.
11596 (allout-insert-listified): Use `insert' rather than `insert-string'
11597 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11598 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11599 (allout-encrypt-string): Totally revamped vis new underlying
11600 encryption facilities.
11601 (allout-mc-activate-passwd): Remove.
11602 (allout-obtain-passphrase): New, more or less replaces
11603 allout-mc-activate-passwd.
11604 (allout-encrypted-key-info): More or less replaces
11605 allout-encrypted-text-type.
11606 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11607 (my-mark-marker): Use `(featurep 'xemacs)'.
11608
11609 2005-10-23 Lars Hansen <larsh@soem.dk>
11610
11611 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11612 (byte-compile-file-form-defmumble, byte-compile-defun)
11613 (byte-compile-defmacro): Use it.
11614 (byte-compile-form): Don't call byte-compile-set-symbol-position
11615 when a byte-compile handler is called.
11616
11617 2005-10-22 Romain Francoise <romain@orebokech.com>
11618
11619 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11620
11621 * subr.el (eval-after-load): Convert library name to an absolute
11622 file name using locate-library, since load-history no longer has
11623 library names in it.
11624
11625 2005-10-22 Richard M. Stallman <rms@gnu.org>
11626
11627 * files.el (make-temp-file): Move from subr.el.
11628 * subr.el (make-temp-file): Move to files.el.
11629
11630 * window.el (get-buffer-window-list): Move from subr.el.
11631 * subr.el (get-buffer-window-list): Move to window.el.
11632
11633 * image.el (image-load-path): Use eval-at-startup to initialize.
11634
11635 * subr.el (eval-at-startup): New macro.
11636
11637 * subr.el: Much rearrangement of functions and division
11638 into pages. No code changes.
11639
11640 2005-10-22 Kenichi Handa <handa@m17n.org>
11641
11642 * tar-mode.el (tar-extract): Be sure to call
11643 find-operation-coding-system if set-auto-coding doesn't find a
11644 coding system.
11645
11646 2005-10-22 Kim F. Storm <storm@cua.dk>
11647
11648 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11649 Change users.
11650 (image-type-file-name-regexps): New defconst.
11651 (image-type-from-data): Simplify loop.
11652 (image-type-from-buffer): New defun.
11653 (image-type-from-file-header): Use it instead of image-type-from-data.
11654 Use image-search-load-path instead of only looking in data-directory.
11655 (image-type-from-file-name): New defun.
11656 (image-search-load-path): Change `pathname' to `filename'.
11657 Make PATH arg optional, default to image-load-path.
11658
11659 2005-10-21 Richard M. Stallman <rms@gnu.org>
11660
11661 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11662
11663 * textmodes/paragraphs.el (sentence-end-base): New variable.
11664 (sentence-end): Use sentence-end-base.
11665
11666 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11669 property independently from the font-lock-multiline variable.
11670
11671 2005-10-21 Richard M. Stallman <rms@gnu.org>
11672
11673 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11674
11675 * startup.el (command-line): Convert library names
11676 in `load-history' to absolute file names.
11677
11678 * subr.el (symbol-file): Doc fix.
11679
11680 * loadhist.el (file-loadhist-lookup): Call locate-library
11681 instead of find-library-name. Don't try converting
11682 abs file names to library names, since load-history no longer
11683 has library names in it.
11684 (file-dependents, file-provides, file-requires): Doc fixes.
11685
11686 2005-10-21 Juri Linkov <juri@jurta.org>
11687
11688 * progmodes/etags.el (tags-table-mode): New function.
11689 (tags-verify-table): Replace initialize-new-tags-table with
11690 tags-table-mode.
11691
11692 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11693 default value.
11694 (desktop-modes-not-to-save): Add tags-table-mode to the
11695 default value.
11696
11697 * info.el (Info-index-next): Add total number of index
11698 alternatives to the message.
11699
11700 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11701 backward only space (instead of space and period) before looking
11702 at sentence end.
11703
11704 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11705 Add the old variable value as 4th default-value arg of read-string.
11706
11707 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11708
11709 * cus-face.el (custom-declare-face): Make face from X resources
11710 also on Mac.
11711
11712 * disp-table.el (standard-display-g1, standard-display-graphic):
11713 Refuse to use string glyphs also on Mac.
11714 (standard-display-european): Don't set terminal coding system also
11715 on Mac.
11716
11717 * frame.el (display-screens): Use x-display-screens also on Mac.
11718
11719 2005-10-21 Romain Francoise <romain@orebokech.com>
11720
11721 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11722
11723 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11726 and $? into sexps.
11727
11728 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11729 warning face on open-paren-in-column-0.
11730
11731 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11732 boundary case. Fix typo.
11733 Suggested by Martin Rudalics <rudalics@gmx.at>.
11734
11735 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11736
11737 * textmodes/org.el (org-combined-agenda-icalendar-file)
11738 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11739 (org-export-icalendar-this-file)
11740 (org-export-icalendar-all-agenda-files)
11741 (org-export-icalendar-combine-agenda-files): New commands.
11742 (org-export-icalendar, org-print-icalendar-entries)
11743 (org-start-icalendar-file, org-finish-icalendar-file)
11744 (org-ical-ts-to-string): New functions.
11745 (org-read-date, org-goto-calendar)
11746 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11747 call to `calendar'.
11748 (orgtbl-setup): Remove the :keys arguments from the menu description.
11749 (org-after-save-iCalendar-file-hook): New variable.
11750
11751 2005-10-21 Kenichi Handa <handa@m17n.org>
11752
11753 * language/vietnamese.el (tcvn-5712): Make it an alias of
11754 vietnamese-tcvn coding-system.
11755
11756 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11757
11758 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11759 group id is given.
11760
11761 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11764 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11765 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11766 whose line is either continued or ends with a comment.
11767
11768 2005-10-20 Romain Francoise <romain@orebokech.com>
11769
11770 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11771
11772 * replace.el (occur-engine): Add follow-link property.
11773
11774 * font-core.el (font-lock-mode): Doc fix.
11775
11776 2005-10-20 Richard M. Stallman <rms@gnu.org>
11777
11778 * net/rcirc.el: New file.
11779
11780 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11781
11782 * term.el (term-term-name): Initialize to "eterm-color".
11783
11784 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11785
11786 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11787 for encryption functionality.
11788 Move allout customization subgroup from `editing' to `outlines' group.
11789 Fix commentary keywords to legitimate ones.
11790 Update author info (using my current email address, obscurified).
11791 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11792 (allout-encrypted-topic-p, allout-encrypted-text-type)
11793 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11794 (allout-situate-encryption-key-verifier)
11795 (allout-get-encryption-key-verifier, allout-verify-key)
11796 (allout-next-topic-pending-encryption)
11797 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11798 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11799 (outline-key-verifier-handling, outline-key-hint-handling)
11800 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11801 (allout-file-key-verifier-string, allout-encryption-scheme)
11802 (allout-key-verifier-string, allout-key-hint-string)
11803 (allout-after-save-decrypt): New variables.
11804 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11805 (allout-after-saves-handler): New hook functions.
11806 (allout-post-command-business): Do allout-after-save-decrypt.
11807 (allout-enable-file-variable-adjustment): Custom var to enable
11808 mechanism for adding and adjusting settings of Emacs file variables.
11809 (allout-adjust-file-variable, allout-file-vars-section-data):
11810 New functions, implement the mechanism.
11811 (outlineify-sticky): Use the file vars mechanism.
11812 (allout-inhibit-protection, allout-during-write-cue)
11813 (allout-override-protect, allout-before-change-protect): Remove.
11814 (allout-flag-region, allout-open-topic): Adjust read-only text.
11815 (allout-open-line-not-read-only): Add to facilitate read-only
11816 text based protection.
11817 (allout-kill-line): Revise to adjust read-only text, clue the
11818 user about the inhibition.
11819 (allout-unprotected): Use unwind-protect.
11820 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11821 topic deeper than the offspring depth of the previous topic -
11822 avoiding confusing "containment discontinuities".
11823 (allout-reindent-bodies): Fix retention of body relative hanging
11824 indent during promotion of collapsed bodies.
11825 (allout-open-topic): Make it easy to open new topic with same
11826 bullet as current topic - topic creation functions provided with
11827 any universal argument provokes now prompt for bullet, defaulting
11828 to the bullet of the previous topic.
11829 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11830 Plain bullet alternates `.' period and `,' comma only. All other
11831 bullets are relegated to special status (but customizable).
11832 (allout-end-of-entry): Rename from allout-end-of-current-entry
11833 since it actually operates w.r.t. most immediately containing
11834 entry, visible or not.
11835 (allout-hide-current-entry, allout-show-current-entry): Use the
11836 revised version.
11837 (allout-old-expose-topic): Solidify deprecation.
11838 (allout-end-of-subtree): Add so we can span concealed as well
11839 as visible topics.
11840 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11841 (allout-end-of-current-heading): Tweak to just respect the first line.
11842 (allout-get-body-text): Add.
11843 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11844 when invoked interactively.
11845 (allout-up-current-level): Use `interactive-p'.
11846 (allout-mode, allout-init): Miscellaneous docstring and
11847 operational refinements, as well as hookups of new encryption stuff.
11848 (allout-beginning-of-current-entry): Now works as advertised.
11849 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11850 (allout-isearch-rectification): Refine condition for isearching.
11851 (allout-isearch-abort, allout-enwrap-isearch)
11852 (allout-flag-region, my-region-active-p): Relocate some macros.
11853 (allout-title): Fallback title is (buffer-name), not
11854 non-existing (current-buffer-name).
11855 (subst-char-in-string): Define if absent (for some XEmacs versions).
11856
11857 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11858
11859 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11860 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11861 (mail-citation-prefix-regexp, mail-signature-file)
11862 (mail-default-headers, mail-bury-selects-summary)
11863 (mail-send-nonascii): Add autoload cookies.
11864
11865 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11866
11867 * frame.el (blink-cursor-mode): Add `mac' to the list of
11868 window-system's that support blinking cursor.
11869
11870 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11871
11872 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11873
11874 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11875
11876 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11877 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11878 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11879
11880 2005-10-20 Kim F. Storm <storm@cua.dk>
11881
11882 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11883 (ido-set-current-directory): Don't add / after final @.
11884 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11885 Explicitly handle ange-ftp completion oddities.
11886 (ido-make-file-list): Don't rotate list at tramp root to avoid
11887 triggering tramp file handler for expand-file-name via get-file-buffer.
11888
11889 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11890
11891 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11892
11893 2005-10-19 Jay Belanger <belanger@truman.edu>
11894
11895 * calc/calc-units.el (math-standard-units): Add units, adjust
11896 symbols and update values.
11897 (math-unit-prefixes): Add more prefixes.
11898
11899 2005-10-19 Romain Francoise <romain@orebokech.com>
11900
11901 * bookmark.el (bookmark-menu-heading): New face.
11902 (bookmark-bmenu-list): Use it.
11903 Don't fiddle with `baud-rate' at top-level.
11904
11905 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11906
11907 * image.el (create-image, find-image): Mention max-image-size in
11908 docstring.
11909
11910 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11911
11912 * savehist.el (savehist-load): Revert to checking XEmacs.
11913
11914 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11915 Various docstring and line-width fixups.
11916 (conf-mode): Use cond.
11917 Set font-lock-defaults. Don't set comment-use-syntax.
11918
11919 2005-10-18 David Ponce <david@dponce.com>
11920
11921 * tree-widget.el (tree-widget-button-click): New function.
11922 (tree-widget-button-keymap): Use it.
11923
11924 2005-10-18 Romain Francoise <romain@orebokech.com>
11925
11926 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11927 (bookmark-bmenu-hide-filenames): Add follow-link property.
11928 Improve help-echo text.
11929
11930 * ffap.el (find-file-at-point): Doc fix.
11931
11932 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11933
11934 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11935
11936 2005-10-18 Masatake YAMATO <jet@gyve.org>
11937
11938 Install to the CVS repository what I forgot to install in my
11939 2005-10-16 changes.
11940
11941 * progmodes/python.el (python-complete-symbol): Pass the common
11942 prefix substring of completion to `display-completion-list'.
11943
11944 * textmodes/org.el (org-complete): Ditto.
11945
11946 2005-10-18 Masatake YAMATO <jet@gyve.org>
11947
11948 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11949
11950 * woman.el (WoMan-xref-man-page): New button type derived
11951 from `Man-abstract-xref-man-page'.
11952 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11953
11954 * man.el (Man-abstract-xref-man-page): New button type.
11955 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11956 (Man-highlight-references): Add new optional argument `xref-man-type'.
11957
11958 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11959
11960 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11961
11962 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11963
11964 * cus-edit.el (Custom-move-and-invoke): Delete.
11965 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11966
11967 * wid-edit.el (widget-move-and-invoke): New function, from
11968 Custom-move-and-invoke.
11969
11970 2005-10-17 Bill Wohler <wohler@newt.com>
11971
11972 Move all remaining images from lisp/toolbar to etc/images, move
11973 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11974 the low resolution images in their own directory (low-color).
11975
11976 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11977 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11978 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11979 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11980 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11981 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11982 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11983
11984 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11985 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11986 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11987 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11988 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11989 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11990 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11991 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11992 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11993 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11994 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11995 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11996 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11997 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11998 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11999
12000 To conform with convention, replace the underscore (_) in the
12001 following image names with dash (-) or (/) as appropriate.
12002
12003 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12004 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12005 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12006 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12007 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12008 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12009 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12010 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12011 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12012 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12013 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12014 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12015 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12016 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12017 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12018
12019 * info.el (info-tool-bar-map): Replace underscores in image names
12020 with dashes.
12021
12022 * makefile.w32-in (WINS): Remove toolbar.
12023
12024 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12025
12026 * tool-bar.el: Move to lisp from toolbar. Now that
12027 toolbar is empty, it should be deleted when folks run "cvs up -P".
12028
12029 2005-10-18 Jay Belanger <belanger@truman.edu>
12030
12031 * calc/calc-store.el (calc-store-into): Get the proper variable name
12032 to display in message.
12033
12034 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12035
12036 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12037 expressions display in speedbar for all buffers when debugging.
12038 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12039
12040 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12041 (speedbar-insert-button, speedbar-make-button):
12042 Use add-text-properties.
12043 (speedbar-update-localized-contents)
12044 (speedbar-update-directory-contents)
12045 (speedbar-update-special-contents): Use dolist.
12046 (speedbar-buffer-easymenu-definition): Add a menu separator.
12047
12048 2005-10-17 Jason Rumney <jasonr@gnu.org>
12049
12050 * makefile.w32-in: Use $(lisp) consistently.
12051 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12052 for shell specific generation of mh-autoloads.
12053
12054 2005-10-17 Richard M. Stallman <rms@gnu.org>
12055
12056 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12057
12058 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * jit-lock.el (jit-lock-fontify-now):
12061 Move jit-lock-context-unfontify-pos to avoid wasted work.
12062
12063 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12064
12065 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12066 `tramp-completion-mode' for checking if we are in completion mode.
12067 (tramp-completion-handle-file-name-all-completions): Reorder code
12068 in order to complete for file names only in case there are no
12069 method/user/host completions. This is necessary for cooperation
12070 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12071
12072 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12073
12074 * longlines.el (longlines-search-forward)
12075 (longlines-search-backward): Match any number of spaces.
12076
12077 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12078
12079 * diff-mode.el (diff-mode): Doc fix.
12080
12081 2005-10-16 David Reitter <david.reitter@gmail.com>
12082
12083 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12084 as default on darwin and windows systems.
12085
12086 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12087
12088 * arc-mode.el (archive-zip-extract): Doc fix.
12089
12090 2005-10-16 Romain Francoise <romain@orebokech.com>
12091
12092 * mouse.el (mouse-1-click-follows-link): Doc fix.
12093
12094 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12095
12096 * savehist.el: Don't require CL at runtime.
12097 (savehist-xemacs): Remove.
12098 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12099 (savehist-no-conversion): Use (featurep 'xemacs).
12100 (savehist-load): Check existence of start-itimer rather than XEmacs.
12101 Use an idle timer.
12102 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12103 `delete-if-not'.
12104
12105 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12106
12107 * savehist.el: Newer version.
12108 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12109 (savehist-last-checksum, savehist-no-conversion): New vars.
12110 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12111 New functions.
12112 (savehist-load, savehist-save): Use them.
12113 (savehist-delimit): Remove.
12114
12115 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * progmodes/compile.el (compilation-goto-locus): Display the
12118 compilation buffer first and the source buffer second, in case they're
12119 in overlapping frames. Don't raise the compilation frame if it was the
12120 selected window upon entry. Pass the `other-window' arg to
12121 pop-to-buffer.
12122
12123 * info.el (Info-fontify-node): Use dolist.
12124 Change add-text-properties to put-text-property.
12125
12126 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12127
12128 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12129 bound of search.
12130
12131 2005-10-16 Masatake YAMATO <jet@gyve.org>
12132
12133 * dabbrev.el (dabbrev-completion): Pass the common
12134 prefix substring of completion to `display-completion-list'.
12135
12136 * filecache.el (file-cache-minibuffer-complete)
12137 (file-cache-complete): Ditto.
12138
12139 * tempo.el (tempo-display-completions): Ditto.
12140
12141 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12142
12143 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12144
12145 * eshell/em-hist.el (eshell-list-history): Ditto.
12146
12147 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12148
12149 * mail/mailalias.el (mail-complete): Ditto.
12150
12151 * progmodes/etags.el (complete-tag): Ditto.
12152
12153 * progmodes/make-mode.el (makefile-complete): Ditto.
12154
12155 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12156
12157 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12158
12159 * progmodes/pascal.el (pascal-complete-word)
12160 (pascal-show-completions): Ditto.
12161
12162 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12163
12164 * simple.el (completion-common-substring): New variable.
12165 (completion-setup-function): Use `completion-common-substring'
12166 to put faces.
12167
12168 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12169
12170 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12171 (x-get-selection, mac-select-convert-to-string): Convert from/to
12172 UTF-16 clipboard data as in native byte order, no BOM.
12173
12174 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12175
12176 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12177 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12178 (gud-sentinel): Use speedbar-frame to check for speedbar.
12179
12180 2005-10-15 Richard M. Stallman <rms@gnu.org>
12181
12182 * savehist.el: New file.
12183
12184 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12185
12186 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12187 Fix bug in \bf fontification.
12188
12189 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * pcvs.el (cvs-edit-log-files): New var.
12192 (cvs-mode-edit-log): New arg `file'.
12193 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12194 Instead force the use of the original file and nothing else.
12195 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12196 the cvs-minor-wrap-function is set.
12197 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12198
12199 2005-10-14 Bill Wohler <wohler@newt.com>
12200
12201 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12202 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12203 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12204 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12205 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12206 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12207 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12208 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12209 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12210 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12211 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12212 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12213 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12214 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12215 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12216
12217 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12218 appropriately (for example, gud-break to gud/break).
12219
12220 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12221
12222 * longlines.el (longlinges-search-function)
12223 (longlines-search-forward, longlines-search-backward): New functions.
12224 (longlines-mode): Set isearch-search-fun-function to
12225 longlinges-search-function.
12226
12227 * mouse.el (mouse-drag-region-1): Handle the case where a
12228 double-click event is bound to an arbitrary function.
12229
12230 2005-10-14 David Ponce <david@dponce.com>
12231
12232 * recentf.el (recentf-track-opened-file)
12233 (recentf-track-closed-file, recentf-update-menu)
12234 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12235 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12236 mouse-1-click-follows-link.
12237
12238 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12239
12240 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12241 Gnome file-manager.png. Suggested by
12242 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12243
12244 * toolbar/README: Add diropen.xpm.
12245
12246 2005-10-13 Bill Wohler <wohler@newt.com>
12247
12248 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12249 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12250
12251 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12254 Don't waste the byte-compiler's time on constant data.
12255
12256 2005-10-13 Kenichi Handa <handa@m17n.org>
12257
12258 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12259 byte with `escape-glyph' face.
12260
12261 * international/fontset.el (ccl-encode-unicode-font):
12262 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12263 Handle the case that ucs-mule-to-mule-unicode translates a character to
12264 ASCII (usually for IPA characters).
12265
12266 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12269 Don't hide the underline of titles if font-lock-mode is disabled.
12270
12271 2005-10-12 Bill Wohler <wohler@newt.com>
12272
12273 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12274 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12275 files in MH-E-SRC have been updated.
12276 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12277
12278 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12281 (mixal-mode-syntax-table): Add \n as end-comment.
12282 (mixal-operation-codes-alist): Immediately initialize to full value.
12283 (mixal-add-operation-code): Remove.
12284 (mixal-describe-operation-code): Make the arg non-optional.
12285 Use the interactive spec instead.
12286 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12287 (mixal-font-lock-keywords): Don't highlight comments here any more.
12288 (mixal-font-lock-syntactic-keywords): New var.
12289 (mixal-mode): Use it. Fix comment-start-skip.
12290
12291 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12292
12293 * startup.el (command-line-x-option-alist): -nb => -nbi
12294
12295 2005-10-12 Kim F. Storm <storm@cua.dk>
12296
12297 * startup.el (fancy-splash-default-action): Discard mouse click in
12298 the splash screen window, as it has no sensible meaning in the
12299 next window to be selected. Fixes error reported by Jan D.
12300
12301 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12302
12303 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12304
12305 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12306
12307 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12308 Try to fix up minor layout issues like indentation, line break, etc...
12309 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12310 because it doesn't work.
12311 (mixal-operation-codes): Add some more codes.
12312 (mixal-font-lock-keywords): Process comments here.
12313 (mixal-mode): mixasm no longer needs -g option.
12314
12315 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12316
12317 * progmodes/sh-script.el (sh-tmp-file):
12318 Use mktemp -t. Finish support for es and rc shells.
12319
12320 2005-10-11 Jay Belanger <belanger@truman.edu>
12321
12322 * calc/calcalg2.el (calc-integral): With an argument, compute the
12323 definite integral.
12324
12325 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12326
12327 * mouse.el (mouse-drag-region-1): Don't try to catch a
12328 double-click when doing follow-link (it's overridden anyway).
12329
12330 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12331
12332 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12333 (autoload-print-form-outbuf): Add docstring.
12334
12335 2005-10-11 Juri Linkov <juri@jurta.org>
12336
12337 * info.el (Info-mode-menu): Delete menu item "Edit".
12338 (Info-mode): Delete description of Info-edit from docstring,
12339 and rearrange descriptions of Info commands in the order
12340 they are documented in the Info manual.
12341
12342 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12343
12344 * calendar/appt.el (appt-check): Use diary-selective-display var.
12345
12346 2005-10-10 Richard M. Stallman <rms@gnu.org>
12347
12348 * net/newsticker.el (newsticker-start, newsticker-show-news):
12349 Add autoload cookies.
12350
12351 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12352
12353 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12354
12355 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12356
12357 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12358
12359 2005-10-10 Jay Belanger <belanger@truman.edu>
12360
12361 * calc/calc-arith.el (math-check-known-scalarp)
12362 (math-check-known-matrixp): Check the values of arguments that are
12363 variables.
12364 (math-check-known-square-matrixp): New function.
12365 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12366 (math-super-types): Add sqmatrix type.
12367
12368 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12369 mode name `square' to `sqmatrix'.
12370
12371 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12372 mode name `square' to `sqmatrix'.
12373
12374 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12375
12376 * progmodes/etags.el (select-tags-table-mode): Don't use
12377 selective-display.
12378 (tags-select-tags-table): Pass `button' to the action function.
12379 (select-tags-table): Place the side-info on button properties rather
12380 than in hidden text. Abbreviate file names.
12381 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12382 (select-tags-table-select): Add `button' argument.
12383 Get side-info from the button property rather than from hidden text.
12384
12385 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12386
12387 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12388 (gud-speedbar-buttons): Preserve point if possible.
12389 (gud-sentinel): Restore previous speedbar display type.
12390
12391 * progmodes/gdb-ui.el (gdba): Improve diagram.
12392 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12393 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12394 Call get-buffer-window once.
12395
12396 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12397
12398 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12399 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12400 (pascal-indent-command): Remove unused var `ind'.
12401 (pascal-indent-case): Remove unused var `oldpos'.
12402 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12403 since it's now used as a proper minor mode map.
12404 (pascal-outline): Rename to pascal-outline-mode.
12405 (pascal-outline-mode): Use define-minor-mode.
12406 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12407 selective-display.
12408
12409 2005-10-10 Andreas Schwab <schwab@suse.de>
12410
12411 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12412 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12413
12414 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12415 outside source directory.
12416
12417 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12418
12419 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12420 C-x' as a prefix.
12421 (orgtbl-mode-map): Full keymap instead of sparse, because all
12422 `self-insert-command' keys are redefined in this map.
12423 (org-export-as-html): Specify charset for HTML file, by taking it
12424 from the coding system.
12425
12426 2005-10-10 Kenichi Handa <handa@m17n.org>
12427
12428 * textmodes/flyspell.el (flyspell-check-word-p):
12429 If unread-command-events is non-empty, don't call sit-for.
12430
12431 2005-10-09 Richard M. Stallman <rms@gnu.org>
12432
12433 * font-lock.el (font-lock-syntactic-keywords)
12434 (font-lock-keywords): Doc fixes.
12435
12436 * textmodes/flyspell.el (flyspell-external-point-words):
12437 Simplify logic, and don't try to check for consecutive appearances
12438 of one incorrect word.
12439
12440 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12441
12442 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12443 separator.
12444
12445 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12446 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12447 (gud-expansion-speedbar-buttons): New function.
12448 (gud-speedbar-buttons): Check for gud-comint-buffer.
12449
12450 2005-10-09 Bill Wohler <wohler@newt.com>
12451
12452 * Makefile.in (updates): Add mh-loaddefs dependency.
12453
12454 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12455
12456 * speedbar.el (speedbar-file-key-map): Fix typo.
12457
12458 2005-10-09 Daniel Brockman <daniel@brockman.se>
12459
12460 * cus-start.el (line-spacing): Add custom spec.
12461
12462 2005-10-09 Romain Francoise <romain@orebokech.com>
12463
12464 * textmodes/ispell.el (ispell-check-version): Fix last change.
12465
12466 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12467
12468 * term/x-win.el: Remove -i, --icon-type from comment.
12469
12470 * startup.el (command-line-x-option-alist): Remove options -i,
12471 -itype, --icon-type, added -nb, --no-bitmap-icon
12472
12473 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12474
12475 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12476 instead of :active.
12477
12478 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12479
12480 * textmodes/ispell.el (ispell-check-version):
12481 Ignore hyphen, and all that follows, in aspell's version text.
12482
12483 2005-10-08 Jay Belanger <belanger@truman.edu>
12484
12485 * calc/calc-arith.el (math-known-square-matrixp): New function.
12486 (math-pow-fancy): Check for matrices before distributing exponent
12487 across products.
12488
12489 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12490 fullscreen keypad. Suggested by Luc Teirlinck.
12491 (calc-keypad-show-input): Add space for formatting.
12492
12493 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12494 Add square matrix option.
12495
12496 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12497 of checking calc-matrix-mode when deciding how to expand.
12498
12499 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12500
12501 2005-10-08 Lars Hansen <larsh@soem.dk>
12502
12503 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12504 Add error handling.
12505 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12506
12507 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12508
12509 Sync with Tramp 2.0.51.
12510
12511 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12512 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12513 Insert special handling for `last-coding-system-used', again
12514 it still seems to be necessary (unlike stated before).
12515 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12516 (tramp-password-prompt-regexp): There might be other words before
12517 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12518 (tramp-chunksize): Improve docstring.
12519 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12520 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12521 Christian Joergensen <bugs@razor.dk>.
12522
12523 2005-10-07 Glenn Morris <rgm@gnu.org>
12524
12525 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12526 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12527 precision'.
12528
12529 2005-10-07 Romain Francoise <romain@orebokech.com>
12530
12531 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12532 (ibuffer-do-shell-command-pipe-replace)
12533 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12534 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12535 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12536 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12537 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12538 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12539 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12540 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12541 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12542 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12543 Autoload file sans suffix.
12544
12545 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12546
12547 2005-10-07 David Ponce <david@dponce.com>
12548
12549 * recentf.el (recentf-menu-open-all-flag): New option.
12550 (recentf-digit-shortcut-command-name): New function.
12551 (recentf--shortcuts-keymap): New variable.
12552 (recentf-menu-shortcuts): New variable.
12553 (recentf-make-menu-items): Initialize it. Replace the "More..."
12554 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12555 (recentf-menu-value-shortcut): New function.
12556 (recentf-make-menu-item): Use it. No more in-lined.
12557 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12558 (recentf-open-most-recent-file): Rename from
12559 `recentf-open-file-with-key'. Don't depend on key binding.
12560 (recentf-mode-map): New variable.
12561 (recentf-mode): Use it.
12562
12563 2005-10-06 Bill Wohler <wohler@newt.com>
12564
12565 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12566
12567 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12568 (MH-E-SRC): New. Used by mh-autoloads.
12569 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12570 files in MH-E-SRC have been updated.
12571 (compile, recompile, bootstrap): Depend on mh-autoloads.
12572
12573 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12574
12575 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12576 gud-break and gud-remove icons when the fringe is not available.
12577
12578 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12579 Typo.
12580
12581 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12582
12583 * play/zone.el (zone): Wrap body with save-window-excursion.
12584
12585 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12586
12587 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12588 Use the new `list-only' arg to diary-list-entries.
12589
12590 * calendar/diary-lib.el: Use overlays rather than selective-display.
12591 (diary-selective-display): New var.
12592 (diary-header-line-format): Use it.
12593 (diary-list-entries): Add argument `list-only'.
12594 Put the buffer in diary-mode. Don't add \^M at beg and end.
12595 Replace \^M by invisible overlays.
12596 (diary-unhide-everything): Replace \^M by invisible overlays.
12597 (print-diary-entries): Look for overlays rather than \^M.
12598 Add a space to the temp buffer name.
12599 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12600 Put the buffer in diary-mode.
12601 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12602 (diary-anniversary): Make the year arg optional.
12603 (diary-time-regexp): New const.
12604 (diary-font-lock-keywords): Use it to accept a few more time formats.
12605
12606 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12607
12608 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12609
12610 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12611 Fix bug introduced 2005-07-03: Use (car (last ...))
12612 to faithfully reproduce replaced artist-last.
12613 (artist-set-arrow-points-for-poly): Likewise.
12614 Suggested by Johan Bockg\e,Ae\e(Brd.
12615
12616 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12617
12618 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12619 * wid-edit.el (widget):
12620 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12621 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12622
12623 2005-10-06 Kenichi Handa <handa@m17n.org>
12624
12625 * international/mule-cmds.el (set-language-environment):
12626 Fix setting up of case-table for unibyte mode.
12627
12628 * simple.el (what-cursor-position): If the character is displayed
12629 by some `display' text property, show that. Don't use
12630 single-key-description for eight-bit characters in multibyte mode.
12631
12632 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12633
12634 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12635 (gdb-ann3): Set it.
12636 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12637 (gdb-info-frames-custom): Use inverse-video for first five
12638 characters of selected frame only.
12639 (gdb-get-frame-number): Select frame even when point is on frame
12640 number.
12641
12642 2005-10-06 Masatake YAMATO <jet@gyve.org>
12643
12644 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12645 Put `font-lock-function-name-face'.
12646 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12647 and `font-lock-variable-name-face'
12648 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12649 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12650 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12651 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12652 (gdb-local-font-lock-keywords): New font lock keywords definition.
12653 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12654 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12655 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12656
12657 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12658
12659 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12660 (ediff-merge-region-is-non-clash-to-skip): Previously called
12661 ediff-merge-region-is-non-clash.
12662
12663 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12664 Use insert-buffer-substring.
12665
12666 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12667 selecting files to patch. Also bug fixes.
12668
12669 * ediff-util.el (ediff-setup): Bug fix.
12670 (ediff-next-difference): Never skip clashes that differ in white
12671 space only.
12672
12673 * ediff-wind.el (ediff-setup-control-frame)
12674 (ediff-destroy-control-frame): Check the menubar feature.
12675
12676 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12677 (viper-refresh-mode-line): Use make-local-variable to localize
12678 some vars instead of make-variable-buffer-local. Suggested by
12679 Stefan Monnier.
12680
12681 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12682 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12683 Use make-local-variable instead of make-variable-buffer-local.
12684 Suggested by Stefan Monnier.
12685
12686 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12687 (viper-comint-mode-hook): Use make-local-variable on
12688 require-final-newline.
12689 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12690
12691 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12694 also the second char of a comment-start sequence.
12695 (scheme-sexp-comment-syntax-table): New var.
12696 (lambda, define): Set their scheme-doc-string-elt property.
12697 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12698 Use lisp-font-lock-syntactic-face-function now that it properly
12699 handles |...| symbols.
12700 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12701 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12702
12703 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12704 bit from # to |.
12705 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12706
12707 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12708 (lisp-doc-string-elt-property): New var.
12709 (lisp-font-lock-syntactic-face-function): Use it.
12710 Rewrite to recognize docstrings even for forms not at toplevel.
12711
12712 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12713 annotation on the | part of #| rather than on the # part.
12714 (scheme-font-lock-syntactic-face-function): New function, to
12715 distinguish strings from |...| symbols.
12716 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12717 syntax-table so that #|...|# is properly highlighted.
12718
12719 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12720 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12721
12722 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12725 and C-e.
12726
12727 * emacs-lisp/eldoc.el: Move comments into docstrings.
12728 (eldoc-message-commands): Initialize in its declaration.
12729 Add move-beginning-of-line and move-end-of-line.
12730 (eldoc-add-command, eldoc-add-command-completions)
12731 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12732
12733 * outline.el (outline-mark-subtree): Activate the mark.
12734
12735 * calendar/appt.el (appt-time-regexp): New var.
12736 (appt-add, appt-make-list): Use it.
12737 (appt-convert-time): Clean up.
12738
12739 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12740 Don't set any syntax-table property here.
12741 (tex-font-lock-verb): New function. Do it here.
12742 (tex-font-lock-syntactic-keywords): Use it.
12743
12744 2005-10-04 Richard M. Stallman <rms@gnu.org>
12745
12746 * wid-edit.el (widget-file-complete): Get the widget start point
12747 the right way. Default directory to `/' if file has none.
12748
12749 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12750
12751 * textmodes/flyspell.el (flyspell-mode-on):
12752 Call ispell-maybe-find-aspell-dictionaries.
12753
12754 * textmodes/ispell.el (ispell-word, ispell-region):
12755 Call ispell-maybe-find-aspell-dictionaries.
12756 (ispell-accept-buffer-local-defs):
12757 Don't call ispell-maybe-find-aspell-dictionaries
12758
12759 2005-10-04 Richard M. Stallman <rms@gnu.org>
12760
12761 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12762
12763 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12764
12765 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12766 instead of `fboundp' in order to allow for anonymous functions.
12767
12768 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12769
12770 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12771 case the user clicks on the link while another window is selected.
12772 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12773
12774 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12775 functionality.
12776 (dframe-help-echo): Save point in case mouse tracking is off.
12777
12778 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12779
12780 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12781
12782 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12785 not change the global value of those vars.
12786
12787 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12788 make-local-variable which we do not need any more.
12789
12790 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12791
12792 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12793 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12794 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12795 (speedbar-path-line): Define obsolete aliases.
12796 (speedbar-line-directory): Doc fix.
12797
12798 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12799 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12800 instead of speedbar-line-path.
12801
12802 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12803
12804 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12805 to nil if dropping on a window. Handle dropping on a minibuffer window
12806 like dropping on a non-window part of Emacs.
12807
12808 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * net/ange-ftp.el: Use with-current-buffer.
12811 (ange-ftp-insert-directory): Do not follow symlinks any more.
12812
12813 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12814 Remove interactive spec.
12815
12816 2005-10-03 Kim F. Storm <storm@cua.dk>
12817
12818 * ido.el (ido-mode): Use custom-initialize-set.
12819
12820 2005-10-02 Richard M. Stallman <rms@gnu.org>
12821
12822 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12823 Use insert-buffer-substring.
12824
12825 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12826 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12827
12828 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12831 in last change.
12832 (ange-ftp-insert-directory): Fix up the search for the case where
12833 `file' is absolute.
12834
12835 2005-10-02 Romain Francoise <romain@orebokech.com>
12836
12837 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12838
12839 2005-10-02 Andreas Schwab <schwab@suse.de>
12840
12841 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12842 directory component in the session info.
12843
12844 2005-10-01 Richard M. Stallman <rms@gnu.org>
12845
12846 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12847
12848 * simple.el (next-error-internal): New function.
12849
12850 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12851 (compilation-start): Pass new arg to compilation-buffer-name.
12852 (compile-goto-error): Use next-error-internal.
12853
12854 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12855
12856 * speedbar.el: Remove RCS tag.
12857 (speedbar-check-read-only): Handle non-existent files.
12858
12859 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12860
12861 * info.el (Info-speedbar-hierarchy-buttons)
12862 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12863
12864 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12865
12866 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12867 Do not match newline.
12868 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12869 (bibtex-summary): Remove unnecessary save-excursion.
12870 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12871
12872 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12873
12874 * term/mac-win.el: Add charset info for "iso10646-1".
12875 Modify default fontset to use ATSUI-compatible fonts for some charsets
12876 if available.
12877
12878 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12879
12880 * speedbar.el: Re-apply arch tag.
12881 (speedbar-version): Rename to version 1.0. Suggested by Eric
12882 M. Ludlam.
12883 Reapply two changes from Emacs CVS' version of speedbar lost
12884 during the merge:
12885 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12886 (speedbar-frame-parameters): Improve customize type.
12887
12888 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12891 (ange-ftp-file-directory-p): Fix the symlink case.
12892 (ange-ftp-insert-directory): When listing a single file, get a list of
12893 the parent buffer and extract the relevant line. Inspired from a patch
12894 by Katsumi Yamaoka <yamaoka@jpl.org>.
12895 (ange-ftp-file-name-sans-versions): Simplify.
12896
12897 2005-09-30 Bill Wohler <wohler@newt.com>
12898
12899 Move MH-E image files from toolbar and mail directories into
12900 etc/images.
12901
12902 * mail/reply2.*: Move to etc/images/mail/reply*.
12903
12904 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12905 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12906 etc/images.
12907
12908 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12909 * toolbar/reply*: Move to etc/images/mail.
12910
12911 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12912
12913 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12914
12915 * speedbar.el: New version 1.0pre3.
12916
12917 Frame management code (including timer, and mouse click specifics)
12918 moved to dframe.el:
12919 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12920 (speedbar-timer): Removed. Use dframe-timer.
12921 (speedbar-close-frame): Removed. Use dframe-close-frame.
12922 (speedbar-activity-change-focus-flag): Removed. Use
12923 dframe-activity-change-focus-flag.
12924 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12925 dframe-update-speed.
12926
12927 (speedbar-current-frame): New macro. Use this instead of the
12928 variable speedbar-frame.
12929
12930 (speedbar-use-images, speedbar-expand-image-button-alist)
12931 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12932
12933 (speedbar-find-image-on-load-path): Removed. Replaced by
12934 defezimage in ezimage.el.
12935 (speedbar-expand-image-button-alist): Removed. Replaced by
12936 ezimage-expand-image-button-alist in ezimage.el.
12937
12938 (speedbar-ignored-directory-regexp)
12939 (speedbar-add-ignored-directory-regexp)
12940 (speedbar-ignored-directory-expressions)
12941 (speedbar-line-directory, speedbar-buffers-line-directory)
12942 (speedbar-directory-line, speedbar-buffers-line-directory):
12943 Renamed, replacing `path' with `directory'.
12944
12945 (speedbar-create-directory, speedbar-expand-line-descendants)
12946 (speedbar-toggle-line-expansion)
12947 (speedbar-contract-line-descendants): New commands.
12948
12949 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12950 (speedbar-use-tool-tips-flag): New options.
12951
12952 (speedbar-check-read-only, speedbar-require-version)
12953 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12954 (speedbar-handle-delete-frame, speedbar-try-completion)
12955 (speedbar-update-localized-contents): New functions.
12956
12957 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12958 (speedbar-object-read-only-indicator): New variables.
12959
12960 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12961 New hooks.
12962
12963 (speedbar-separator-face): New face.
12964
12965 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12966 (speedbar-ignored-modes): Add fundamental-mode.
12967 (speedbar-directory-unshown-regexp): Add . directories.
12968
12969 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12970 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12971 `]' for full expand/close.
12972 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12973
12974 (speedbar-check-vc): Support hidden files.
12975 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12976 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12977 state is nil, it is not checked out.
12978
12979 (speedbar-line-text, speedbar-line-token): Support expand buttons
12980 with no text.
12981 (speedbar-refresh): Universal argument acts as power-click.
12982 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12983 that buffer to get variable values.
12984
12985 And many other bugfixes.
12986
12987 * dframe.el, ezimage.el, sb-image.el: New files.
12988
12989 * sb-*.xpm: Remove files. New image files installed into
12990 etc/images/ezimage.
12991
12992 2005-09-30 Kenichi Handa <handa@m17n.org>
12993
12994 * ps-mule.el (ps-mule-show-warning): If a character is in
12995 ps-print-translation-table, don't treat it as non-printable.
12996
12997 2005-09-30 David Ponce <david@dponce.com>
12998
12999 * tree-widget.el (tree-widget-themes-load-path): New variable.
13000 (tree-widget-themes-directory): Doc fix.
13001 (tree-widget-image-formats) [Emacs]: Doc fix.
13002 (tree-widget--locate-sub-directory): New function.
13003 (tree-widget-themes-directory): Use it.
13004
13005 * recentf.el (recentf-filename-handlers): Rename from
13006 `recentf-filename-handler'. Allow a list of functions.
13007 (recentf-menu-items-for-commands): Fix :help strings.
13008 (recentf-apply-filename-handlers): New function.
13009 (recentf-expand-file-name): Use it.
13010 (recentf-cleanup): Remove duplicates too.
13011
13012 2005-09-29 Juri Linkov <juri@jurta.org>
13013
13014 * faces.el: Rearrange face definitions to be in the same order as
13015 their face descriptions in "(emacs)Standard Faces".
13016
13017 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13018
13019 * tooltip.el (tooltip): Add group `basic-faces'.
13020
13021 * buff-menu.el (Buffer-menu-buffer): Remove group
13022 `font-lock-highlighting-faces'.
13023
13024 * progmodes/compile.el (compilation-error, compilation-warning)
13025 (compilation-info, compilation-line-number, compilation-column-number):
13026 Change group from `font-lock-highlighting-faces' to `compilation'.
13027
13028 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13029 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13030 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13031 (vhdl-font-lock-reserved-words-face)
13032 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13033 `font-lock-highlighting-faces'.
13034
13035 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13036
13037 2005-09-28 Kim F. Storm <storm@cua.dk>
13038
13039 * emulation/cua-base.el: Set CUA move property on additional commands:
13040 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13041 forward-sexp, backward-sexp, forward-list, backward-list.
13042
13043 2005-09-28 Romain Francoise <romain@orebokech.com>
13044
13045 * comint.el (comint-show-output): Really set point at the
13046 beginning of the output when not using `comint-use-prompt-regexp'.
13047
13048 2005-09-27 Jay Belanger <belanger@truman.edu>
13049
13050 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13051 in TeX mode.
13052
13053 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13054
13055 * textmodes/org.el (org-table-sum): Fix format string.
13056
13057 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13058 Quote face names.
13059
13060 2005-09-26 Romain Francoise <romain@orebokech.com>
13061
13062 * isearch.el (isearch-forward-regexp): Close doc string.
13063
13064 2005-09-25 Richard M. Stallman <rms@gnu.org>
13065
13066 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13067
13068 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13069
13070 * progmodes/compile.el (compilation-error-properties):
13071 When getting the file from the previous error message,
13072 correctly decode the new data format.
13073
13074 * progmodes/cc-cmds.el (c-electric-paren):
13075 Call old-blink-paren only for close-paren.
13076
13077 2005-09-24 Andreas Schwab <schwab@suse.de>
13078
13079 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13080 condition.
13081
13082 2005-09-25 Romain Francoise <romain@orebokech.com>
13083
13084 * dired-aux.el (dired-copy-file-recursive):
13085 * dired.el (dired-delete-file):
13086 * ediff-mult.el (ediff-dir-diff-copy-file):
13087 * ediff-util.el (ediff-test-save-region):
13088 * forms.el (forms-mode):
13089 * ido.el (ido-file-internal, ido-delete-file-at-head):
13090 * log-edit.el (log-edit-done):
13091 * ses.el (ses-yank-resize):
13092 * play/gomoku.el (gomoku-human-plays, gomoku)
13093 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13094 (gomoku-offer-a-draw):
13095 * play/landmark.el (lm-human-resigns, lm):
13096 * net/eudcb-ldap.el (eudc-ldap-check-base):
13097 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13098 * progmodes/ebrowse.el (ebrowse-find-pattern):
13099 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13100 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13101 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13102
13103 * vc.el (vc-delete-file):
13104 * play/gomoku.el (gomoku-terminate-game, gomoku)
13105 (gomoku-prompt-for-move, gomoku-human-takes-back):
13106 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13107 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13108
13109 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13110
13111 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13112 color rxvt terminals by using the code xterm.el used to use before
13113 2005-04-09 in order to match the colors used by rxvt.
13114
13115 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13116
13117 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13118 colors rxvt-unicode terminals by using the same code as xterm.el.
13119
13120 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13121
13122 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13123 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13124 new symbol used for the tex-verbatim face.
13125
13126 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13127
13128 * woman.el (woman-file-name):
13129 * wid-edit.el (widget-file-prompt-value)
13130 (widget-coding-system-prompt-value):
13131 * w32-fns.el (set-w32-system-coding-system):
13132 * vc.el (vc-version-diff, vc-annotate):
13133 * textmodes/reftex-auc.el (reftex-arg-cite)
13134 (reftex-arg-index-tag):
13135 * textmodes/refer.el (refer-get-bib-files):
13136 * textmodes/artist.el (artist-figlet-choose-font):
13137 * terminal.el (terminal-emulator):
13138 * replace.el (occur-read-primary-args):
13139 * rect.el (string-rectangle, string-insert-rectangle):
13140 * ps-print.el (ps-print-preprint):
13141 * progmodes/pascal.el (pascal-goto-defun):
13142 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13143 * progmodes/compile.el (compilation-find-file):
13144 * printing.el (pr-interactive-n-up):
13145 * play/animate.el (animate-birthday-present):
13146 * net/rcompile.el (remote-compile):
13147 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13148 * mail/rmailsum.el (rmail-summary-search-backward)
13149 (rmail-summary-search):
13150 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13151 (rmail-output-read-file-name):
13152 * mail/rmail.el (rmail-search, rmail-search-backwards):
13153 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13154 * locate.el (locate):
13155 * international/quail.el (quail-show-keyboard-layout):
13156 * international/mule.el (set-buffer-file-coding-system)
13157 (revert-buffer-with-coding-system, set-file-name-coding-system)
13158 (set-terminal-coding-system, set-keyboard-coding-system)
13159 (set-next-selection-coding-system):
13160 * international/mule-diag.el (describe-coding-system)
13161 (describe-font, describe-fontset):
13162 * international/mule-cmds.el (universal-coding-system-argument)
13163 (search-unencodable-char, describe-input-method)
13164 (set-language-environment, describe-language-environment):
13165 * international/codepage.el (codepage-setup):
13166 * international/code-pages.el (codepage-setup):
13167 * info.el (Info-search, Info-follow-reference)
13168 (Info-search-backward):
13169 * emacs-lisp/advice.el (ad-read-advised-function)
13170 (ad-read-advice-class, ad-clear-cache, ad-activate)
13171 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13172 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13173 (ad-read-regexp):
13174 * ediff-util.el (ediff-toggle-regexp-match):
13175 * ediff-ptch.el (ediff-prompt-for-patch-file):
13176 * dired-aux.el (dired-diff):
13177 * diff.el (diff):
13178 * cus-edit.el (custom-variable-prompt):
13179 * calendar/timeclock.el (timeclock-ask-for-project):
13180 * calc/calcalg3.el (calc-get-fit-variables):
13181 * calc/calc-store.el (calc-edit-variable)
13182 (calc-permanent-variable):
13183 * vc-mcvs.el (vc-mcvs-register):
13184 * shadowfile.el (shadow-define-literal-group):
13185 * woman.el (woman-file-name):
13186 * vc.el (vc-version-diff, vc-merge):
13187 * textmodes/reftex-index.el (reftex-index-complete-tag):
13188 * format.el (format-decode-buffer, format-decode-region):
13189 * emulation/viper-cmd.el (viper-read-string-with-history):
13190 * emacs-lisp/debug.el (cancel-debug-on-entry):
13191 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13192 * ediff.el (ediff-merge-revisions)
13193 (ediff-merge-revisions-with-ancestor, ediff-revision):
13194 * completion.el (interactive-completion-string-reader):
13195 * calc/calc-prog.el (calc-user-define-formula):
13196 Follow convention for reading with the minibuffer.
13197
13198 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13199
13200 * progmodes/python.el (python-describe-symbol): Add globals() and
13201 locals() to the arguments of emacs.ehelp.
13202
13203 2005-09-24 Magnus Henoch <mange@freemail.hu>
13204
13205 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13206 New function, code extracted from ispell-valid-dictionary-list.
13207 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13208 Call it.
13209
13210 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13211
13212 * subr.el (version-regexp-alist): Extend valid syntax for version
13213 strings: allow any of the characters -,_,+ to separate the
13214 alpha/beta/rc part from the version part. Doc fix.
13215 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13216
13217 2005-09-23 David Reitter <david.reitter@gmail.com>
13218
13219 * mail/mailclient.el: New file.
13220
13221 2005-09-23 Richard M. Stallman <rms@gnu.org>
13222
13223 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13224 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13225 Doc fixes.
13226
13227 * progmodes/cc-mode.el (c-font-lock-init):
13228 Specify font-lock-lines-before.
13229
13230 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13233 whole conflict.
13234
13235 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13236
13237 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13238 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13239 of `remap' feature when available. Additional key bindings for
13240 better tty support.
13241 (org-mode-restart, org-force-self-insert): New commands.
13242 (org-time-stamp-inactive): New command.
13243 (org-remap): New function.
13244 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13245 (org-enable-fixed-width-editor): Move to `org-structure'
13246 customization group.
13247 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13248 blank field after field motion commands.
13249
13250 2005-09-23 Kenichi Handa <handa@m17n.org>
13251
13252 * international/mule-cmds.el (set-language-environment):
13253 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13254 have to call utf-translate-cjk-load-tables.
13255
13256 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * mouse.el (mouse-move-drag-overlay): Fix last change.
13259
13260 2005-09-22 David Ponce <david@dponce.com>
13261
13262 * tree-widget.el (tree-widget-value-create): Fix previous change.
13263
13264 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13265
13266 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13267
13268 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * mouse.el (mouse-move-drag-overlay): New function.
13271 (mouse-drag-region-1): Use it.
13272 Try to simplify a bit the state handling. Handle clicks on links
13273 inside intangible areas.
13274 (mouse-save-then-kill): Minor simplification.
13275 (mouse-secondary-overlay): Make it always non-nil instead of
13276 recreating it each time.
13277 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13278 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13279 Simplify accordingly.
13280
13281 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13282
13283 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13284
13285 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13286
13287 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13288 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13289 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13290 to patch.
13291
13292 * ediff-util.el: Use insert-buffer-substring.
13293
13294 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13295
13296 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13297 field boundaries in the minibuffer.
13298 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13299 (viper-minibuffer-post-command-hook): New hook.
13300 (viper-line): Don't move cursor at bolp.
13301
13302 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13303
13304 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13305 avoid compiler warnings.
13306
13307 * emulation/viper-macs.el (ex-map): Better messages.
13308
13309 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13310
13311 * emulation/viper.el: Replace make-variable-buffer-local with
13312 viper-make-variable-buffer-local everywhere, to avoid warnings.
13313
13314 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13317 Delete unused var `old-selected-window'.
13318 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13319 (mouse-drag-secondary): Delete unused var `start-frame'.
13320
13321 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13322
13323 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13324
13325 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13328 Re-indent within 80 columns. Use inhibit-read-only.
13329
13330 2005-09-19 Romain Francoise <romain@orebokech.com>
13331
13332 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13333
13334 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13337 unconditionally, since the after-change-function already did it.
13338
13339 2005-09-19 Miles Bader <miles@gnu.org>
13340
13341 * net/newsticker.el: Get rid of CVS keyword.
13342
13343 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13344
13345 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13346 The prompt is formatted later.
13347
13348 2005-09-19 David Ponce <david@dponce.com>
13349
13350 * tree-widget.el (tree-widget-value-create): Save the converted
13351 tree :node widget.
13352
13353 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13354
13355 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13356 variable `message'.
13357
13358 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13359
13360 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13361 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13362 <slawomir.nowaczyk.847@student.lu.se>.
13363
13364 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13365
13366 * image.el (image-load-path): Use symbol `data-directory' instead
13367 of its value, for backward compatibility with packages that bind
13368 it during `find-image'. Suggested by Katsumi Yamaoka.
13369 (image-search-load-path): Handle symbols whose values are strings.
13370
13371 2005-09-18 Romain Francoise <romain@orebokech.com>
13372
13373 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13374 with-current-buffer form in save-excursion.
13375
13376 2005-09-18 Deepak Goel <deego@gnufans.org>
13377
13378 * apropos.el (apropos-command): Fix `message' call: first arg
13379 should be a format spec. In this and all other cases that appear
13380 below and elsewhere in the source code, I made a change only when
13381 two conditions were satisfied: [1] I can think of a possibility
13382 that the arguments would cause an error, for example, the code in
13383 question relies on external variables such as filenames. [2] I
13384 was sure that the arg to `message' could not have been nil in the code.
13385
13386 * textmodes/tildify.el (tildify-region): Ditto.
13387
13388 * textmodes/reftex-index.el (reftex-index-change-entry)
13389 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13390 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13391 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13392 (org-priority, org-table-sum):
13393 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13394 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13395 (flyspell-word, flyspell-display-next-corrections):
13396 * textmodes/bibtex.el (bibtex-print-help-message):
13397 * textmodes/artist.el (artist-key-set-point-poly):
13398 * term/mac-win.el (mac-services-insert-text):
13399 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13400 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13401 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13402 (vhdl-compose-configuration):
13403 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13404 (sh-set-indent, sh-learn-line-indent):
13405 * progmodes/ps-mode.el (ps-mode-target-column):
13406 * progmodes/idlwave.el (idlwave-make-tags)
13407 (idlwave-scan-library-catalogs):
13408 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13409 * progmodes/gud.el (gud-jdb-analyze-source):
13410 * progmodes/flymake.el (flymake-log):
13411 * progmodes/ebnf2ps.el (ebnf-generate-region):
13412 * progmodes/cmacexp.el (c-macro-expansion):
13413 * progmodes/ada-xref.el (ada-treat-cmd-string):
13414 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13415 (ada-justified-indent-current, ada-batch-reformat):
13416 * play/zone.el (zone):
13417 * play/landmark.el (lm-move):
13418 * play/decipher.el (decipher-show-alphabet):
13419 * net/newsticker.el (newsticker--display-jump)
13420 (newsticker--display-scroll):
13421 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13422 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13423 * mail/feedmail.el (feedmail-dump-message-to-queue):
13424 * eshell/esh-proc.el (eshell-remove-process-entry):
13425 * emulation/ws-mode.el (ws-last-error):
13426 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13427 (viper-record-kbd-macro):
13428 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13429 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13430 * emacs-lisp/find-func.el (find-function-noselect):
13431 * calendar/timeclock.el (timeclock-status-string)
13432 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13433 (timeclock-when-to-leave-string):
13434 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13435 * calc/calc-units.el (calc-enter-units-table):
13436 * calc/calc-mode.el (calc-mode-record-mode):
13437 * woman.el (woman-mini-help):
13438 * wdired.el (wdired-change-to-wdired-mode):
13439 * vc.el (vc-retrieve-snapshot):
13440 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13441 * startup.el (display-startup-echo-area-message):
13442 * simple.el (set-goal-column):
13443 * ses.el (ses-command-hook, ses-recalculate-cell):
13444 * server.el (server-process-filter):
13445 * printing.el (pr-interface-txt-print, pr-interface-printify)
13446 (pr-interface-ps):
13447 * pcvs.el (cvs-help):
13448 * log-edit.el (log-edit, log-edit-mode-help):
13449 * iswitchb.el (iswitchb-possible-new-buffer):
13450 * isearch.el (isearch-edit-string):
13451 * image-mode.el (image-mode, image-minor-mode):
13452 * ibuf-macs.el (define-ibuffer-filter):
13453 * hi-lock.el (hi-lock-find-patterns):
13454 * files.el (toggle-read-only):
13455 * ediff-util.el (ediff-copy-diff)
13456 (ediff-write-merge-buffer-and-maybe-kill):
13457 * echistory.el (Electric-history-undefined):
13458 * dnd.el (dnd-insert-text):
13459 * dired-aux.el (dired-query):
13460 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13461 * bookmark.el (bookmark-bmenu-locate):
13462 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13463 Fix `message' calls to ensure first arg is a format string.
13464 The change was made only when these two conditions were satisfied:
13465 [1] when there is a possibility that the arguments would cause an error
13466 for example, if the code in question relies on external variables
13467 such as filenames, and
13468 [2] if the arg to `message' could not have been nil in the code.
13469
13470 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13471 Not having a %s would be weird, though not technically wrong.
13472
13473 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13474
13475 * term/mac-win.el (mac-add-charset-info): Doc fix.
13476
13477 2005-09-17 Romain Francoise <romain@orebokech.com>
13478
13479 * shell.el (shell-resync-dirs): Handle echoing processes more
13480 reliably. Don't insert resync command if `comint-process-echoes'
13481 is non-nil.
13482
13483 2005-09-17 Magnus Henoch <mange@freemail.hu>
13484
13485 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13486 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13487 aspell versions >= 0.60.
13488 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13489 only if ispell-aspell-supports-utf8 is non-nil.
13490
13491 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13492
13493 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13494 buffer-local value to lisp-indent-function.
13495
13496 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13497
13498 * progmodes/glasses.el (glasses-make-readable): If
13499 glasses-separator differs from underscore, put appropriate
13500 overlays over underscore characters.
13501 (glasses-convert-to-unreadable): If glasses-separator differs from
13502 underscore, try to convert glasses-separator characters to
13503 underscores.
13504
13505 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13506
13507 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13508 Use with-syntax-table and dolist.
13509
13510 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13511
13512 * textmodes/reftex-auc.el:
13513 * textmodes/reftex-cite.el:
13514 * textmodes/reftex-dcr.el:
13515 * textmodes/reftex-global.el:
13516 * textmodes/reftex-parse.el:
13517 * textmodes/reftex-ref.el:
13518 * textmodes/reftex-sel.el:
13519 * textmodes/reftex-toc.el:
13520 * textmodes/reftex-vars.el:
13521 * textmodes/reftex.el: Small changes to remove compiler warnings.
13522
13523 * textmodes/reftex-index.el: Likewise.
13524 (reftex-query-index-phrase): More efficient use of markers.
13525
13526 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13527
13528 * image.el (image-load-path): New variable.
13529 (image-search-load-path): New function.
13530 (find-image): Search for images in `image-load-path'.
13531
13532 2005-09-15 Richard M. Stallman <rms@gnu.org>
13533
13534 * follow.el: Change Maintainer field.
13535
13536 2005-09-15 David Ponce <david@dponce.com>
13537
13538 * recentf.el (recentf-save-file-modes): New option.
13539 (recentf-save-list): Use it.
13540
13541 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13542
13543 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13544 (mode-line-mule-info, mode-line-modified): Move bindings from
13545 mouse-3 to mouse-1.
13546
13547 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13548
13549 * simple.el (sendmail-user-agent-compose): Revert last change.
13550
13551 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13552
13553 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13554 Use with-current-buffer.
13555 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13556 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13557 (ange-ftp-insert-directory): Remove unused var `short'.
13558 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13559
13560 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13561 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13562
13563 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13564 (check-calendar-holidays, diary-list-entries): Autoload.
13565 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13566 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13567
13568 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13569 which mistakenly removed a call to display-buffer.
13570
13571 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13572
13573 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13574
13575 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13576
13577 * progmodes/hideshow.el
13578 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13579 (hs-allow-nesting): New user var.
13580 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13581 (hs-hide-block-at-point): When nesting allowed,
13582 if there is already an overlay in place, delete it.
13583 (hs-safety-is-job-n): Delete func; remove call sites.
13584 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13585 (hs-overlay-at): New func.
13586 (hs-already-hidden-p, hs-show-block): Use it.
13587 (hs-hide-all): Don't pre-clean if nesting allowed.
13588 (hs-show-all): Temporarily disallow
13589 nesting around call to `hs-discard-overlays'.
13590
13591 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13592
13593 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13594 Delete unused local var.
13595
13596 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13597
13598 * help-fns.el (describe-categories): "?\ " -> "?\s".
13599 (help-do-arg-highlight): Recognize also ARG-n, as in
13600 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13601
13602 * international/codepage.el (dos-unsupported-char-glyph):
13603 * net/newsticker.el (tool-bar-map, w3-mode-map)
13604 (w3m-minor-mode-map):
13605 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13606 (ent-alist):
13607 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13608
13609 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13610
13611 * custom.el (custom-push-theme): Handle the case where a symbol is
13612 bound but face properties have not yet been assigned.
13613
13614 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13615 Fix behavior if noerase is `t' and there is no mail buffer.
13616
13617 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13618 if `continue' is nil, rather than signal an error.
13619
13620 2005-09-12 Richard M. Stallman <rms@gnu.org>
13621
13622 * font-lock.el (font-lock-keywords): Add autoload.
13623
13624 * help-fns.el (describe-variable): Rearrange to put source link
13625 in a predictable place.
13626
13627 * net/newsticker.el: New file.
13628
13629 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13632 (calendar-basic-setup): Use the new nil arg.
13633 (number-of-diary-entries): Move to diary-lib.el.
13634
13635 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13636 (diary-list-entries): Use with-syntax-table and dolist.
13637 Rename from list-diary-entries.
13638 Use number-of-diary-entries if `number' is nil.
13639 (diary, diary-view-entries): Use this new name and new nil arg value.
13640 (number-of-diary-entries): Move from calendar.el.
13641 (diary-unhide-everything): New function.
13642 (include-other-diary-files, fancy-diary-display)
13643 (diary-show-all-entries, make-diary-entry): Use it.
13644 (diary-mail-entries): Use buffer-string.
13645 (mark-diary-entries): Fix long standing paren typo.
13646 (diary-sexp-entry): Use count-lines.
13647 (make-diary-entry): Avoid `previous-line'.
13648 (diary-mode-map): New var.
13649 (diary-mode): Redraw cal after saving. Setup header-line.
13650 (fancy-diary-display-mode): Use local-set-key.
13651
13652 * startup.el (command-line): Try calling various terminal-init-foo-bar
13653 functions by stripping hyphenated suffixes from $TERM.
13654
13655 * files.el (normal-mode): Check boundness of font-lock-keywords.
13656
13657 2005-09-12 Richard M. Stallman <rms@gnu.org>
13658
13659 * progmodes/compile.el: Don't decide a file's directory
13660 until the user actually tries to go there.
13661 (compilation-next-error-function):
13662 Pass compilation-find-file the directory from the file-struct.
13663 (compilation-internal-error-properties): Separate local FILE-STRUCT
13664 from FILE. Doc the args better. Rename arg FMT to FMTS.
13665 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13666 Expand it, and if nil, use default-directory.
13667 (compilation-get-file-structure): Don't mix specified directory
13668 with default directory. Put specified directory into
13669 file-struct. Don't make the file name absolute.
13670
13671 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13672 (compile-command): Add autoload.
13673 (compilation-disable-input): Add autoload.
13674
13675 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13676
13677 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13678 strings of the variables it can override.
13679 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13680 %Q and %q, for fully-qualified domain name and unqualified host name.
13681
13682 2005-09-11 Kim F. Storm <storm@cua.dk>
13683
13684 * emacs-lisp/authors.el (authors-aliases): Update list.
13685 (authors-fixed-entries): Update mldrag.el entry.
13686
13687 2005-09-10 Alan Mackenzie <acm@muc.de>
13688
13689 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13690 from the region narrowed to.
13691
13692 2005-09-10 Magnus Henoch <mange@freemail.hu>
13693
13694 * textmodes/ispell.el (ispell-check-version): Signal an error if
13695 aspell version is less than 0.60.
13696
13697 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13698
13699 * progmodes/octave-inf.el (inferior-octave-startup):
13700 Resync current dir at the end.
13701
13702 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13703
13704 * woman.el (woman-topic-at-point-default):
13705 Rename to woman-use-topic-at-point-default.
13706 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13707 (woman-file-name): Reflect renames above. Automatically use the
13708 word at point as topic if woman-use-topic-at-point is non-nil.
13709 Otherwise offer it as default but don't insert it in the
13710 minibuffer. Also use `test-completion' instead of `assoc' as
13711 suggested by Stefan Monnier.
13712
13713 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13714
13715 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13716 the attempt to do it over Tramp. This is not yet supported.
13717
13718 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13719
13720 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13721 (menu-bar-non-minibuffer-window-p): New functions.
13722 ("Split Window", "Save As..."): Use them.
13723 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13724 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13725 Use menu-bar-menu-frame-live-and-visible-p.
13726 ("Save Buffer", "Insert File", "Open Directory...")
13727 ("Open File...", "Visit New File..."):
13728 Use menu-bar-non-minibuffer-window-p.
13729 (kill-this-buffer-enabled-p, dired <menu-enable>):
13730 Use menu-bar-non-minibuffer-window-p.
13731
13732 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13733
13734 * cus-start.el (all): Don't complain about fringe-related
13735 built-ins if fringes are not supported. Ditto about
13736 selection-related built-ins. Fix the test for GTK-related built-ins.
13737
13738 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13739 ("Postscript Print Buffer", "Print Region", "Save As...")
13740 ("Save", "Insert File...", "Open Directory...")
13741 ("Open File...", "Visit New File..."")
13742 ("Truncate Long Lines in this Buffer"): Don't look at
13743 menu-updating-frame if this display does not support multiple frames.
13744
13745 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13746
13747 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13748
13749 2005-09-09 Emilio Lopes <eclig@gmx.net>
13750
13751 * woman.el: Format- and whitespace-related changes.
13752
13753 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13754
13755 * woman.el: Fix my email address.
13756
13757 2005-09-08 Richard M. Stallman <rms@gnu.org>
13758
13759 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13760 (sh-mode): Locally set skeleton-pair-default-alist.
13761
13762 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13763
13764 * progmodes/flymake.el: Require `compile' unconditionally.
13765
13766 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13767
13768 * woman.el (woman-file-name): Provide a default, not initial input.
13769
13770 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13771
13772 * font-lock.el (font-lock-support-mode): Doc fix.
13773
13774 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13775
13776 2005-09-08 Richard M. Stallman <rms@gnu.org>
13777
13778 * simple.el (blink-matching-open): Get rid of text props from
13779 the string shown in echo area. Don't permanently set point.
13780 Some rearrangements.
13781
13782 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13783
13784 * recentf.el (recentf-filename-handler): Add custom choice
13785 `abbreviate-file-name'.
13786
13787 * msb.el (msb--very-many-menus): Fix typo.
13788
13789 * disp-table.el (standard-display-european): Don't set
13790 enable-multibyte-characters to nil.
13791
13792 2005-09-08 David Ponce <david@dponce.com>
13793
13794 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13795 (recentf-expand-file-name): Doc fix.
13796 (recentf-dialog-mode-map): Define digit shortcuts.
13797 (recentf--files-with-key): New variable.
13798 (recentf-show-digit-shortcut-filter): New function.
13799 (recentf-open-files-items): New function.
13800 (recentf-open-files): Use it.
13801 (recentf-open-file-with-key): New command.
13802
13803 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13804
13805 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13806 Suggested by Kim F. Storm.
13807 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13808 (Buffer-menu-make-sort-button): Use global keymap.
13809
13810 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13811
13812 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13813 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13814 necessary any longer with the remapped command.
13815 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13816 formatting time only.
13817
13818 * net/tramp.el (tramp-action-password)
13819 (tramp-multi-action-password): Compile the password prompt from
13820 `method', `user' and `host'. Sometimes it isn't obvious which
13821 password to enter, for example with remote files offered by
13822 recentf.el, or with multiple steps. Suggested by Robert Marshall
13823 <robert@chezmarshall.freeserve.co.uk>.
13824
13825 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13826
13827 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13828 Fix regexp for when "s///" is at the beginning of line.
13829
13830 2005-09-07 Jay Belanger <belanger@truman.edu>
13831
13832 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13833 when in matrix mode.
13834
13835 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13836
13837 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13838 non-anonymous functions.
13839
13840 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13841
13842 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13843 when using a header line. Otherwise, use mouse-1-click-follows-link.
13844
13845 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13846 can't be moved; don't signal an error.
13847
13848 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13849
13850 * cus-theme.el (custom-theme-write-faces): Save the current face
13851 spec, not the defface spec.
13852
13853 * custom.el (custom-known-themes): Clarify meaning of "standard".
13854 (custom-push-theme): Save old values in the standard theme.
13855 (disable-theme): Correct typo.
13856 (custom-face-theme-value) Deleted unused function.
13857 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13858
13859 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * progmodes/compile.el (compilation-goto-locus): Take into account
13862 iconified frames when determining whether the buffer is
13863 already visible.
13864 Don't reset window height if the window already existed.
13865
13866 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13867
13868 * custom.el (load-theme): Rename from require-theme.
13869 Add interactive spec.
13870 (enable-theme): Rename from custom-enable-theme.
13871 Add interactive spec.
13872 (disable-theme): Rename from custom-disable-theme.
13873 Add interactive spec.
13874 (custom-make-theme-feature): Doc fix.
13875 (custom-theme-directory): Doc fix.
13876 (provide-theme): Call enable-theme.
13877
13878 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13879
13880 * obsolete/lazy-lock.el (lazy-lock-mode):
13881 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13882 font-lock-mode if it's off. Print a warning instead.
13883
13884 * progmodes/compile.el (compilation-start): Ignore errors if the
13885 process died before we get to send-eof.
13886
13887 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13888 Undo last change. Enclosing the result in quotes broke things on Unix
13889 since tex-send-command passes it through shell-quote-argument.
13890 (tex-send-command): Pass `file' through convert-standard-filename
13891 when possible.
13892 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13893 info in a transcript.
13894
13895 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13896
13897 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13898 fix compilation warning. Reorder the key definitions to group
13899 together keys emitted by the current version of xterm.
13900
13901 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13902 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13903 Reorder predicates to correct min-color usage.
13904
13905 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13906
13907 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13908 Kill local variables when longlines-mode is turned off.
13909
13910 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13911
13912 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13913
13914 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13915
13916 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13917
13918 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13919 (font-lock-lines-before): Change default to being inactive.
13920 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13921 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13922
13923 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13924
13925 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13926 Deactivate temporarily advice if active (not needed for Emacs 22,
13927 but for backwards compatibility).
13928 (tramp-exists-file-name-handler): Rewrite. First implementation
13929 was too simple.
13930 (tramp-advice-make-auto-save-file-name):
13931 Call `tramp-handle-make-auto-save-file-name' (again, just for
13932 backwards compatibility).
13933
13934 2005-08-31 Reto Zimmermann <reto@gnu.org>
13935
13936 * progmodes/vhdl-mode.el
13937 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13938 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13939 (vhdl-set-default-project): New function (easier setting of default).
13940 (vhdl-port-copy): Handle extended identifiers for generics.
13941 (vhdl-compiler-alist): Better description for error message regexp.
13942 (vhdl-make): Query for target, use previous as default.
13943 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13944 (vhdl-font-lock-keywords-2): Fix fontification for record
13945 el. assign.
13946 (vhdl-speedbar-make-subpack-line): Add package body link.
13947 (vhdl-generate-makefile-1): Not include itself as dependency.
13948 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13949 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13950 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13951 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13952 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13953 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13954 (vhdl-import-project): Add string argument for `error'.
13955 (vhdl-compose-configuration)
13956 (vhdl-compose-configuration-architecture): Add configuration
13957 declaration generation.
13958 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13959 (vhdl-trailer-re): Add "record" keyword (better indentation).
13960 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13961 "[^ \t-\"]+".
13962 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13963 (vhdl-testbench-entity-file-name)
13964 (vhdl-testbench-architecture-file-name): Allow separate
13965 customization of testbench file names.
13966 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13967 (vhdl-get-visible-signals): Allow newline within alias declaration.
13968 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13969 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13970 (member-ignore-case): Alias for missing function in XEmacs.
13971 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13972 (vhdl-update-sensitivity-list): Ignore case on read signals.
13973 (vhdl-replace-string): Adjust case only for file names.
13974 (vhdl-update-sensitivity-list): Fix search for read signals.
13975 (vhdl-update-sensitivity-list): Exclude formal parameters.
13976 (vhdl-get-visible-signals): Include aliases of signals.
13977 (vhdl-get-visible-signals): Fix signal name searching.
13978 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13979 (vhdl-fixup-whitespace-region): Fix for character
13980 literals (e.g. `:').
13981
13982 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13983
13984 * ansi-color.el (comint-last-output-start):
13985 * bs.el (font-lock-verbose):
13986 * diff-mode.el (add-log-buffer-file-name-function):
13987 * dired-x.el (vm-folder-directory):
13988 * faces.el (help-xref-stack-item):
13989 * files.el (font-lock-keywords):
13990 * find-lisp.el (dired-buffers, dired-subdir-alist):
13991 * ido.el (cua-inhibit-cua-keys):
13992 * log-view.el (cvs-minor-wrap-function):
13993 * outline.el (font-lock-warning-face):
13994 * simple.el (compilation-current-error):
13995 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13996 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13997 * tooltip.el (comint-prompt-regexp):
13998 * w32-fns.el (explicit-shell-file-name):
13999 * term/mac-win.el (mac-charset-info-alist)
14000 (mac-services-selection, mac-system-script-code):
14001 * term/tty-colors.el (msdos-color-values):
14002 * term/w32-win.el (xlfd-regexp-registry-subnum):
14003 * term/x-win.el (x-keysym-table, x-selection-timeout)
14004 (x-session-id, x-session-previous-id):
14005 * textmodes/ispell.el (mail-yank-prefix):
14006 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14007 * textmodes/org.el (calc-embedded-close-formula)
14008 (calc-embedded-open-formula)
14009 (font-lock-unfontify-region-function):
14010 * textmodes/reftex-global.el (isearch-next-buffer-function)
14011 (TeX-master):
14012 * textmodes/reftex.el (font-lock-keywords):
14013 * textmodes/tex-mode.el (font-lock-comment-face)
14014 (font-lock-doc-face):
14015 * textmodes/texinfo.el (outline-heading-alist):
14016 Add defvars.
14017
14018 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14019 (artist-spray-chars, artist-mode-init, artist-replace-string)
14020 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14021 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14022 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14023
14024 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14025 (conf-align-assignments): "?\ " -> "?\s".
14026
14027 * textmodes/reftex-index.el (TeX-master): Add defvar.
14028 (reftex-index-phrases-marker): Move up defvar.
14029
14030 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14031 (reftex-toc-include-labels-indicator)
14032 (reftex-toc-include-index-indicator)
14033 (reftex-toc-max-level-indicator): Move up declarations.
14034
14035 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14036 of args to `tramp-run-real-handler', even if it's empty in this case.
14037
14038 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14039
14040 * dired.el (dired-move-to-filename-regexp): Add date format for
14041 Mac OS X 10.3 in East Asian locales.
14042
14043 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14044
14045 * files.el (make-auto-save-file-name): Add file name handler call
14046 if applicable.
14047
14048 * net/tramp.el (tramp-file-name-handler-alist)
14049 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14050 (tramp-handle-make-auto-save-file-name): Rename from
14051 `tramp-make-auto-save-file-name'.
14052 (tramp-exists-file-name-handler): New defun.
14053 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14054 `make-auto-save-file-name' is not a magic file name operation.
14055
14056 2005-08-30 Richard M. Stallman <rms@gnu.org>
14057
14058 * files.el (risky-local-variable-p):
14059 Match `-predicates' and `-commands.
14060
14061 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14062 (custom-save-all): Visit the file if necessary;
14063 kill the buffer if we created it.
14064 (custom-save-delete): Don't visit file or kill buffer here.
14065
14066 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14067
14068 * textmodes/org.el (org-special-keyword): New face.
14069 (org-table-copy-down, org-table-eval-formula)
14070 (org-table-recalculate, org-init-section-numbers):
14071 Use `string-to-number' instead of `string-to-int'.
14072 (org-get-location): Use `insert-buffer-substring' instead of
14073 `insert-buffer'.
14074 (org-modify-diary-entry-string): New function.
14075 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14076 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14077 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14078 active region.
14079 (org-export-as-html): Handle QUOTE keyword.
14080 (org-quote-string): New option.
14081 (org-bookmark-jump-unhide): New function, used for
14082 `bookmark-after-jump-hook'.
14083 (org-diary-default-entry): Apply only when not called through
14084 `org-agenda'.
14085
14086 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14087
14088 * net/eudc.el (mode-popup-menu):
14089 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14090 * progmodes/ada-mode.el (compile-auto-highlight)
14091 (skeleton-further-elements):
14092 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14093 * progmodes/cmacexp.el (msdos-shells):
14094 * progmodes/compile.el (font-lock-extra-managed-props)
14095 (font-lock-keywords, font-lock-maximum-size)
14096 (font-lock-support-mode):
14097 * progmodes/grep.el (font-lock-lines-before):
14098 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14099 * progmodes/mixal-mode.el (compile-command):
14100 * progmodes/perl-mode.el (font-lock-comment-face)
14101 (font-lock-doc-face, font-lock-string-face):
14102 * progmodes/prolog.el (comint-prompt-regexp):
14103 * progmodes/sh-script.el (font-lock-comment-face)
14104 (font-lock-set-defaults, font-lock-string-face):
14105 * progmodes/sql.el (font-lock-keyword-face)
14106 (font-lock-set-defaults, font-lock-string-face):
14107 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14108 (itimer-version, lazy-lock-defer-contextually)
14109 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14110 Add defvars.
14111
14112 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14113 (cperl-electric-keyword, cperl-electric-pod)
14114 (cperl-electric-backspace, cperl-forward-re)
14115 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14116 (vc-rcs-header, vc-sccs-header): Add defvars.
14117
14118 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14119 (font-lock-syntactic-keywords, gud-find-expr-function):
14120 Add defvars.
14121
14122 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14123 (gdb-frame-parameters): Declare before use.
14124
14125 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14126 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14127 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14128 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14129
14130 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14131 (idlwave-help-with-source): Use `insert-buffer-substring', not
14132 `insert-buffer'.
14133
14134 2005-08-29 Juri Linkov <juri@jurta.org>
14135
14136 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14137 Put outline-back-to-heading function call inside save-excursion.
14138
14139 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14140
14141 * man.el (Man-init-defvars, Man-translate-references)
14142 (Man-support-local-filenames, Man-highlight-references):
14143 * progmodes/sql.el (sql-interactive-mode):
14144 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14145
14146 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14147 (compilation-mode-font-lock-keywords): Add defvars.
14148 (checkdoc-interactive-loop): "?\ " -> "?\s".
14149
14150 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14151 (font-lock-doc-face, font-lock-string-face)
14152 (font-lock-keywords-case-fold-search): Add defvars.
14153 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14154
14155 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14156 Don't pass X and Y (they are ignored anyway).
14157 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14158 (mouse-delete-window): Make arguments optional.
14159
14160 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14161 (caesar-translate-table, minor-modes, news-buffer-save)
14162 (news-group-name, news-minor-modes): Add defvars.
14163
14164 * emacs-lisp/lselect.el (mouse-highlight-priority)
14165 (x-lost-selection-functions, zmacs-regions):
14166 * emacs-lisp/pp.el (font-lock-verbose):
14167 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14168 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14169 (ses-mode-map):
14170 * emacs-lisp/tcover-unsafep.el (safe-functions):
14171 * international/mule-cmds.el (mac-system-coding-system)
14172 (mac-system-locale):
14173 * language/ethio-util.el (rmail-current-message)
14174 (rmail-message-vector):
14175 * language/thai-util.el (thai-auto-composition-mode):
14176 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14177 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14178 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14179 (vm-primary-inbox, vm-spool-files):
14180 * mail/rmail.el (deleted-head, font-lock-fontified)
14181 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14182 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14183 (total-messages):
14184 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14185 (rmail-summary-mode-map):
14186 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14187 (rmail-last-label, rmail-last-multi-labels)
14188 (rmail-summary-vector, rmail-total-messages):
14189 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14190 * mail/rmailsum.el (msgnum):
14191 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14192 (rmail-current-message):
14193 * obsolete/fast-lock.el (font-lock-face-list):
14194 * obsolete/rnewspost.el (mail-reply-buffer):
14195 * obsolete/scribe.el (compile-command):
14196 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14197
14198 2005-08-28 John Paul Wallington <jpw@gnu.org>
14199
14200 * ibuf-ext.el (ibuffer-auto-update-changed):
14201 Use `frame-or-buffer-changed-p' to check whether we need to update.
14202 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14203 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14204 as a `frame-or-buffer-changed-p' state vector instead.
14205
14206 2005-08-27 Romain Francoise <romain@orebokech.com>
14207
14208 * textmodes/makeinfo.el (makeinfo-compile):
14209 Use `compilation-start'. Set `next-error-function' according to
14210 `disable-errors'.
14211 (makeinfo-next-error): New function.
14212 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14213 (makeinfo-buffer): Likewise.
14214
14215 * progmodes/compile.el (compilation-start): Add autoload cookie.
14216
14217 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14218 * textmodes/sgml-mode.el: Likewise.
14219 * progmodes/python.el: Likewise.
14220
14221 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14222
14223 * simple.el (blink-matching-paren-distance): Document the meaning
14224 of nil value, and allow to customize to nil.
14225
14226 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14227 command.com, not command.exe.
14228
14229 2005-08-26 John Wiegley <johnw@newartisans.com>
14230
14231 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14232 code around a bit so that an extraneous nil argument is not added
14233 to a command when no args are given.
14234
14235 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14236 double-quoted argument resolves to nil, return it as an empty
14237 string rather than as nil. This made it impossible to pass "" to
14238 a shell script as a null string argument.
14239
14240 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14241
14242 * outline.el (outline-invent-heading): New fun.
14243 (outline-promote, outline-demote): Use it.
14244 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14245 (outline-end-of-subtree): Remove unused var `opoint'.
14246
14247 2005-08-26 David Reitter <david.reitter@gmail.com>
14248
14249 * menu-bar.el (truncate-lines, write-file, print-buffer)
14250 (ps-print-buffer-faces, ps-print-buffer, split-window):
14251 Disable menu items when the frame they refer to is invisible, or when
14252 they refer to a buffer and the minibuffer is selected.
14253
14254 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14255
14256 * progmodes/flymake.el (flymake-highlight-err-lines):
14257 Use save-excursion around flymake-highlight-line to preserve point.
14258
14259 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14260
14261 * progmodes/octave-mod.el: Change Author and Maintainer address.
14262 (octave-maintainer-address): Change Kurt's email address.
14263 * progmodes/octave-inf.el: Change Author and Maintainer address.
14264 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14265
14266 2005-08-26 Kim F. Storm <storm@cua.dk>
14267
14268 * subr.el (version-list-<, version-list-<=, version-list-=):
14269 Rename from integer-list-*.
14270 (version-list-not-zero): Likewise. Fix while loop.
14271 (version=): Use version-list-= instead of string-equal.
14272
14273 2005-08-26 Richard M. Stallman <rms@gnu.org>
14274
14275 * outline.el (outline-promote): Try shortening the heading.
14276 As last resort, read the heading to use.
14277 (outline-demote): As last resort, read the heading to use.
14278
14279 2005-08-26 Romain Francoise <romain@orebokech.com>
14280
14281 * progmodes/compile.el (compilation-start): Doc fix.
14282
14283 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14284 (antlr-font-lock-additional-keywords): Fix reference to
14285 `antlr-font-lock-literal-regexp' erroneously changed during the
14286 mass face rename.
14287 (antlr-run-tool): Use `compilation-start'.
14288
14289 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14290 instead of the obsolete `compile-internal'.
14291
14292 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14293
14294 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14295 (number, original-date):
14296 * calendar/cal-china.el (date):
14297 * calendar/cal-coptic.el (date):
14298 * calendar/cal-french.el (date):
14299 * calendar/cal-hebrew.el (date, entry, number, original-date):
14300 * calendar/cal-islam.el (date, number, original-date):
14301 * calendar/cal-iso.el (date):
14302 * calendar/cal-julian.el (date):
14303 * calendar/cal-mayan.el (date):
14304 * calendar/cal-menu.el (date, event):
14305 * calendar/cal-persia.el (date):
14306 * calendar/lunar.el (date):
14307 * calendar/solar.el (date): Add defvars.
14308
14309 * emerge.el:
14310 * ibuffer.el:
14311 * info-xref.el:
14312 * obsolete/bg-mouse.el:
14313 * obsolete/sun-curs.el:
14314 * obsolete/swedish.el: Move the `defvar's to the top level.
14315
14316 * smerge-mode.el (smerge-refined-change): Add :group.
14317
14318 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14321 (smerge-keep-n): Remove props.
14322 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14323 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14324 now that it's done in smerge-keep-n.
14325 (smerge-refined-change): New face.
14326 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14327 (smerge-refine): New funs.
14328 (smerge-basic-map): Bind smerge-refine.
14329
14330 2005-08-25 Juri Linkov <juri@jurta.org>
14331
14332 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14333 compilation-process-setup-function and compilation-disable-input
14334 in grep-mode instead of let-bindings in grep.
14335
14336 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14337 Delete "Automatic File De/compression" (auto-compression-mode).
14338
14339 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14340
14341 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14342 Silence warning about non-existent variable.
14343
14344 2005-08-25 Richard M. Stallman <rms@gnu.org>
14345
14346 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14347 Rename "Describe Key" to "Describe Key or Mouse Operation".
14348
14349 * mail/mailalias.el (build-mail-aliases): Delete comments
14350 from the contents before processing them.
14351
14352 * isearch.el (isearch-edit-string): Erase the Search prompt
14353 if user enters an empty string and there is no default.
14354
14355 * comint.el (comint-file-name-prefix): Add autoload.
14356
14357 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14358
14359 * subr.el (play-sound): Rearrange to avoid warning.
14360
14361 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14362
14363 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14364 New hook.
14365 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14366
14367 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14370
14371 * custom.el (custom-theme-set-variables): Sort minor modes last.
14372
14373 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14374
14375 * subr.el (version-separator, version-regexp-alist): New vars used by
14376 version comparison funs.
14377 (integer-list-<, integer-list-=, integer-list-<=)
14378 (integer-list-not-zero): New funs for integer list comparison.
14379 (version-to-list, version=, version<, version<=): New funs for version
14380 comparison.
14381
14382 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14383
14384 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14385 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14386 time to silence the byte-compiler.
14387
14388 * ibuffer.el (ibuffer-compile-make-eliding-form)
14389 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14390 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14391 so it's silly to get warnings for it).
14392 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14393 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14394 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14395 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14396 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14397 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14398 Defvar at compile time.
14399 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14400 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14401 Declare them before use.
14402
14403 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14404 (info-xref-good, info-xref-bad): Defvar at compile time.
14405
14406 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14407 Use `let*' instead of `let'.
14408
14409 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14410 (*mouse-y*, menu, char): Defvar at compile time.
14411 (sc::menu): Declare it before use.
14412 (sc::pack-one-line): Use `let', not `let*'.
14413
14414 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14415 (mail-send-hook): Defvar at compile time.
14416
14417 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14418 Defvar at compile time.
14419
14420 * term/sun-mouse.el (current-global-mousemap)
14421 (current-local-mousemap): Declare them before use.
14422
14423 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14424
14425 * bookmark.el (bookmark-after-jump-hook): New hook.
14426 (bookmark-jump): Run `bookmark-after-jump-hook'.
14427
14428 2005-08-23 Juri Linkov <juri@jurta.org>
14429
14430 * faces.el (minibuffer-prompt): Doc fix.
14431
14432 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14433
14434 * progmodes/xscheme.el: Trivial changes to silence warnings.
14435 (xscheme-previous-mode, xscheme-previous-process-state):
14436 Add defvars.
14437 (xscheme-last-input-end, xscheme-process-command-line)
14438 (xscheme-process-name, xscheme-buffer-name)
14439 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14440 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14441 (xscheme-control-g-synchronization-p)
14442 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14443 (default-xscheme-runlight, xscheme-runlight)
14444 (xscheme-runlight-string, xscheme-process-filter-state)
14445 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14446 Move to beginning of file.
14447 (scheme-interaction-mode-commands-alist)
14448 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14449 Declare them before use. Note: the initialization code for the variables
14450 has not been moved because it uses functions that reference the variables.
14451 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14452 (xscheme-prompt-for-expression-map): Declare them before use.
14453 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14454
14455 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14456
14457 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14458
14459 2005-08-22 Juri Linkov <juri@jurta.org>
14460
14461 * faces.el (set-face-underline): Delete this duplicate function
14462 and make an obsolete alias to set-face-underline-p.
14463 (set-face-underline-p): Use docstring of set-face-underline.
14464 (describe-face): Create hyperlink to parent face.
14465
14466 * info.el (Info-insert-dir): Use save-excursion around
14467 insert-buffer-substring.
14468 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14469 (Info-escape-percent): Delete function.
14470 (Info-fontify-node): Replace Info-escape-percent by
14471 replace-regexp-in-string with REP arg set to lambda that
14472 duplicates `%' and preserves text properties.
14473
14474 * progmodes/compile.el (compilation-disable-input): Doc fix.
14475 (define-compilation-mode): Doc fix and refill.
14476 (kill-compilation): Use `mode-name' in the error message.
14477 (compilation-find-file): Use `compilation-error' in the
14478 read-file-name's prompt.
14479
14480 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14483 (smerge-auto-leave): Make undo re-enable the mode.
14484 (debug-ignored-errors): Add the user-error of impossible resolution.
14485 (smerge-resolve): Move things around a bit, in preparation for later.
14486 (smerge-diff): Don't fail if the buffer has no associated file.
14487 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14488 (smerge-conflict-overlay): New function.
14489 (smerge-match-conflict): Don't add text properties here.
14490 (smerge-find-conflict): Instead, add an overlay here.
14491 Also check for the case where we're inside a conflict already, so as to
14492 obviate the need for font-lock-multiline, which is unbearably slow with
14493 large conflicts and ciomplex font-lock patterns.
14494 (smerge-remove-props): Remove overlay rather than text-properties.
14495 (smerge-mode): Don't set font-lock-multiline.
14496 Remove overlays when turned off.
14497
14498 2005-08-21 Kim F. Storm <storm@cua.dk>
14499
14500 * ido.el (ido-ignore-item-p): Use save-match-data.
14501 Bind case-fold-search to ido-case-fold locally.
14502
14503 2005-08-20 Richard M. Stallman <rms@gnu.org>
14504
14505 * files.el (normal-mode): If font lock is on, turn it off and on.
14506
14507 * subr.el (replace-regexp-in-string): Doc fix.
14508
14509 * startup.el (command-line-1): Don't suppress startup screen
14510 due to existing processes.
14511
14512 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14513
14514 * progmodes/compile.el (compilation-disable-input): Default to nil.
14515
14516 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14517
14518 * progmodes/compile.el (compilation-disable-input): New defcustom.
14519 (compilation-start): If compilation-disable-input is non-nil, send
14520 EOF to the compilation process.
14521
14522 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14523
14524 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14525 Run the argument of tex-shell-cd-command through
14526 convert-standard-filename, to get the correct style of slashes on
14527 Windows, and enclose the result in quotes, in case the file name
14528 includes whitespace or other special characters.
14529
14530 2005-08-19 Andreas Schwab <schwab@suse.de>
14531
14532 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14533 process.
14534
14535 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14536
14537 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14538
14539 2005-08-18 Kim F. Storm <storm@cua.dk>
14540
14541 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14542
14543 2005-08-18 Richard M. Stallman <rms@gnu.org>
14544
14545 * scroll-lock.el: New file.
14546
14547 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14548
14549 * dired.el (dired-move-to-end-of-filename):
14550 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14551
14552 2005-08-18 Kim F. Storm <storm@cua.dk>
14553
14554 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14555 rather than toggle mode when custom value is nil.
14556 (ido-everywhere): Fix defun doc string.
14557
14558 2005-08-17 Richard M. Stallman <rms@gnu.org>
14559
14560 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14561 as tag instead of "Inviolable".
14562
14563 2005-08-17 Kim F. Storm <storm@cua.dk>
14564
14565 * windmove.el (windmove-coordinates-of-position): Remove.
14566 (windmove-coordinates-of-window-position): Remove.
14567 (windmove-reference-loc): Use posn-at-point instead.
14568
14569 * subr.el (insert-for-yank-1): Doc fix.
14570
14571 * ido.el (ido-enter-matching-directory): Rename from
14572 ido-enter-single-matching-directory. Change `slash' choice to
14573 `only'. Add `first' choice.
14574 (ido-exhibit): Adapt to above changes.
14575
14576 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14577
14578 * Makefile.in: Expand comment about building loaddefs.el.
14579
14580 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14581
14582 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14583 Comment use of defadvice.
14584
14585 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14586
14587 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14588
14589 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14590 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14591 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14592 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14593 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14594 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14595 for backward compatibility for faces that did not appear in the
14596 previous Emacs release.
14597
14598 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14599
14600 2005-08-15 Kim F. Storm <storm@cua.dk>
14601
14602 * emulation/cua-base.el (cua-delete-region): Return t if
14603 deleted region was non-empty.
14604 (cua-replace-region): Inhibit overwrite-mode for
14605 self-insert-command if replaced region was non-empty.
14606 (cua--explicit-region-start, cua--status-string): Make them
14607 buffer-local at top-level...
14608 (cua-mode): ...rather than when mode is enabled.
14609
14610 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14611
14612 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14613 Set t for Emacs 21, 22, and so on.
14614
14615 2005-08-15 David Ponce <david@dponce.com>
14616
14617 * tree-widget.el: Update Commentary header.
14618 (tree-widget-theme): Doc fix.
14619 (tree-widget-space-width): New option.
14620 (tree-widget-image-properties): Look up in the default theme too.
14621 (tree-widget--cursors): Only for images with arrow pointer shape.
14622 (tree-widget-lookup-image): Pointer shape is hand by default.
14623 (tree-widget-icon): Rename generic icon widget from
14624 `tree-widget-control'.
14625 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14626 derive from `tree-widget-icon'.
14627 (tree-widget-handle): Improve default look and feel of the text
14628 representation.
14629 (tree-widget): Rename :*-control properties to :*-icon properties.
14630 Add :action and :help-echo properties.
14631 (tree-widget-after-toggle-functions): Move.
14632 (tree-widget-close-node, tree-widget-open-node): Remove.
14633 (tree-widget-before-create-icon-functions): New hook.
14634 (tree-widget-value-create): Update to allow customization of icons
14635 and nodes at run-time via that new hook.
14636 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14637 (tree-widget-icon-action, tree-widget-icon-help-echo)
14638 (tree-widget-action, tree-widget-help-echo): New functions.
14639
14640 2005-08-15 Kim F. Storm <storm@cua.dk>
14641
14642 * ido.el (ido-buffer-internal): Use with-no-warnings.
14643 (ido-make-merged-file-list): Use while-no-input.
14644
14645 2005-08-15 Richard M. Stallman <rms@gnu.org>
14646
14647 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14648 (flyspell-large-region): Fix doc and custom type.
14649
14650 2005-08-14 Richard M. Stallman <rms@gnu.org>
14651
14652 * files.el (interpreter-mode-alist): Doc fix.
14653
14654 * mail/rmail.el (rmail-nonignored-headers): New variable.
14655 (rmail-clear-headers): Use it.
14656 (rmail-reply): Better handling of mail-followup-to header.
14657
14658 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14659 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14660 don't try to refer to executable-font-lock-keywords.
14661 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14662 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14663 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14664 (sh-mode): Set comment-start-skip, local-abbrev-table,
14665 imenu-case-fold-search.
14666 (sh-set-shell): Don't set them here.
14667 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14668 Don't cache the results in the original alist; don't ever modify
14669 that alist.
14670
14671 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14672
14673 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14674 empty.
14675
14676 2005-08-15 Andreas Schwab <schwab@suse.de>
14677
14678 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14679
14680 * dired.el, info.el, mail/rmail.el: Revert last change.
14681
14682 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14683
14684 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14685 modification in `eval-after-load' form.
14686 * info.el: Likewise.
14687 * mail/rmail.el: Likewise.
14688
14689 2005-08-14 Juri Linkov <juri@jurta.org>
14690
14691 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14692 Remove highlighting of "Compilation started". Highlight only
14693 the word "finished" in "Compilation finished". Add highlighting
14694 of "interrupt", "killed", "terminated" and the exit code.
14695 (compilation-start): Add newline after header. Use exactly the
14696 same time stamp format as the finishing message.
14697 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14698
14699 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14700 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14701 Add highlighting of "interrupt", "killed", "terminated".
14702
14703 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14704 enabled and the current command is self-insert-command, call it
14705 explicitly with overwrite-mode bound to nil, to not allow it
14706 to delete the character after the selected region.
14707
14708 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14709
14710 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14711 move-end-of-line, end-of-line, and beginning-of-line to the list
14712 of commands after which the echo area is updated.
14713
14714 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14715
14716 * cus-edit.el (custom-save-all, custom-save-delete):
14717 Bind recentf-exclude to exclude custom-file.
14718
14719 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14720
14721 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14722 to go to the bottom of the mail message. Added to
14723 `rmail-summary-mode-map' with key "/".
14724 (rmail-summary-show-message): New (internal) function for use by
14725 both `rmail-summary-beginning/end-of-message'.
14726 (rmail-summary-beginning-of-message): Change to use
14727 rmail-summary-show-message.
14728
14729 * mail/rmail.el (rmail-end-of-message): New command to go to the
14730 end of the current message. Added to `rmail-mode-map' with key "/".
14731 (rmail-beginning-of-message): Fix to work as documented.
14732 (rmail-mode): Change documentation.
14733
14734 * progmodes/compile.el (compilation-start): Add the line
14735 "Compilation started" with compilation start time.
14736 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14737
14738 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14739
14740 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14741 of menu items.
14742
14743 2005-08-11 Richard M. Stallman <rms@gnu.org>
14744
14745 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14746
14747 * battery.el (battery-status-function): Don't use ignore-errors.
14748
14749 2005-08-11 Lute Kamstra <lute@gnu.org>
14750
14751 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14752 define-obsolete-variable-alias.
14753
14754 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14755
14756 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14757 (ange-ftp-send-cmd): Revert last change, and expand
14758 the comment explaining the problem.
14759
14760 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14761
14762 * ldefs-boot.el: Update.
14763
14764 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14765 item to "Time, Load and Mail". Change help echo text.
14766
14767 * time.el (display-time-use-mail-icon, display-time-format)
14768 (display-time-string-forms): Shorten first line of docstrings.
14769
14770 2005-08-10 Lars Hansen <larsh@soem.dk>
14771
14772 * desktop.el (desktop-buffer-mode-handlers):
14773 Make non-customizable. Add autoload cookie. Change initial value to
14774 nil; add elements in respective modules instead. Fix doc string.
14775 (desktop-load-file): New function.
14776 (desktop-minor-mode-handlers): New autoloaded variable.
14777 (desktop-create-buffer): Call minor mode handlers.
14778 Use desktop-load-file to load major and minor mode modules prior to
14779 checking for a handler.
14780 (desktop-save): Don't add nil to desktop-minor-modes for minor
14781 modes with nil function in desktop-minor-mode-table. Don't delete
14782 desktop file before rewriting it.
14783 (desktop-locals-to-save): Add autoload cookie. Don't make
14784 automatically buffer-local. Add variables column-number-mode,
14785 size-indication-mode, indent-tabs-mode,
14786 indicate-buffer-boundaries, indicate-empty-lines and
14787 show-trailing-whitespace.
14788 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14789 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14790 (desktop-clear-preserve-buffers-regexp): Delete.
14791 (desktop-clear-preserve-buffers): Update initial value and docstring.
14792 (desktop-save-buffer): Fix doc string.
14793
14794 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14795 (hilit-chg-desktop-restore): New function.
14796 (highlight-changes-mode): Add highlight-changes-mode to
14797 desktop-locals-to-save.
14798
14799 * dired.el: Add handler to desktop-buffer-mode-handlers.
14800 (dired-restore-desktop-buffer): Remove autoload cookie.
14801 (dired-mode): Add autoload cookie.
14802
14803 * info.el: Add handler to desktop-buffer-mode-handlers.
14804 (Info-restore-desktop-buffer): Remove autoload cookie.
14805 (Info-mode): Add autoload cookie.
14806
14807 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14808 (mh-restore-desktop-buffer): Remove autoload cookie.
14809 (mh-folder-mode): Add autoload cookie.
14810
14811 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14812 (rmail-restore-desktop-buffer): Remove autoload cookie.
14813
14814 2005-08-11 Masatake YAMATO <jet@gyve.org>
14815
14816 * hexl.el (hexl-address-region):
14817 (hexl-ascii-region, hexl-font-lock-keywords):
14818 (hexl-highlight-line-range): Use the term "region"
14819 instead of "area" for consistency with the other symbols
14820 defined in hexl.el.
14821
14822 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14823
14824 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14825 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14826 out by Juri Linkov). Add `display-battery-mode'.
14827
14828 2005-08-09 Juri Linkov <juri@jurta.org>
14829
14830 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14831 Remove `-text' from face variable names.
14832 (compilation-error-file-name, compilation-warning-file-name)
14833 (compilation-info-file-name): Delete faces.
14834 (compilation-line-number, compilation-column-number):
14835 Remove face underlining.
14836 (compilation-message-face): Set to `underline' value by default.
14837 (compilation-error-face, compilation-warning-face)
14838 (compilation-info-face): Remove `-file-name' from face names.
14839 (compilation-error-text-face, compilation-warning-text-face)
14840 (compilation-info-text-face): Delete face variables.
14841 (compilation-text-face): Delete function.
14842
14843 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14844 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14845 (grep-error-face): Set to `compilation-error' instead of
14846 `compilation-error-face' (which is redefined to `grep-hit-face' in
14847 grep buffers).
14848 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14849 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14850
14851 * dired-aux.el (dired-do-query-replace-regexp):
14852 Use `query-replace-read-args'.
14853
14854 * replace.el (query-replace-read-from, query-replace-read-to)
14855 (query-replace-read-args): Rename arg `string' to `prompt'.
14856
14857 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14858
14859 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14860
14861 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14862 uploading files.
14863 (ange-ftp-canonize-filename): Handle file names beginning with ~
14864 correctly.
14865
14866 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14867
14868 * textmodes/fill.el (canonically-space-region)
14869 (fill-context-prefix, fill-french-nobreak-p)
14870 (fill-delete-newlines, fill-comment-paragraph)
14871 (justify-current-line): "?\ " -> "?\s".
14872
14873 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14874
14875 * textmodes/fill.el (fill-nonuniform-paragraphs):
14876 Improve argument/docstring consistency.
14877
14878 2005-08-09 Richard M. Stallman <rms@gnu.org>
14879
14880 * textmodes/ispell.el (ispell-word): More fboundp checks.
14881
14882 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14883 (find-file-noselect-1): Call it here, only if RAWFILE.
14884 (normal-mode): Always set some major mode.
14885 (save-some-buffers-action-alist): Change some explanation strings.
14886 (file-name-non-special): In the `quote' method, use unwind-protect.
14887
14888 2005-08-09 Magnus Henoch <mange@freemail.hu>
14889
14890 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14891 (ispell-have-aspell-dictionaries): New variable.
14892 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14893 (ispell-get-aspell-config-value): New function.
14894 (ispell-aspell-find-dictionary): New function.
14895 (ispell-aspell-add-aliases): New function.
14896 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14897 appropriate. Don't look for ispell dictionaries if we use aspell.
14898 (ispell-menu-map): Don't build a submenu of dictionaries.
14899
14900 2005-08-09 Richard M. Stallman <rms@gnu.org>
14901
14902 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14903 (sql-read-passwd): Use read-passwd.
14904
14905 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14906 (idlwave-toolbar-is-possible): Add defvars.
14907
14908 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14909 Avoid warnings.
14910
14911 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14912 (idlwave-system-class-info, idlwave-executive-commands-alist):
14913 Use defvar.
14914
14915 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14916
14917 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14918 Avoid warnings.
14919
14920 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14921 and content-type: headers.
14922
14923 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14924
14925 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14926 and rename some of them to be more self-explanatory.
14927
14928 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14929
14930 * startup.el (command-line-1): Implement -scriptload.
14931
14932 * replace.el (occur-engine): Initial *Occur* output not undoable.
14933
14934 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14935 and improve help strings.
14936
14937 * isearch.el (isearch-repeat): When changing direction,
14938 mark search successful.
14939
14940 * ediff-init.el: Use (featurep 'xemacs).
14941
14942 * comint.el (send-invisible): Identify buffer, if not selected.
14943
14944 * align.el: Delete autoload for c-guess-basic-syntax.
14945
14946 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14947
14948 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14949 Improve argument/docstring consistency. Doc fixes.
14950 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14951 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14952 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14953 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14954 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14955 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14956 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14957 Defvar at compile time.
14958
14959 2005-08-09 Juri Linkov <juri@jurta.org>
14960
14961 * info.el: Replace `info' with upper-case `Info' where appropriate.
14962 (info-title-1, info-title-2, info-title-3, info-title-4)
14963 (info-menu-header): Move up face definitions.
14964 (info-menu-star): Rename from `info-menu-5'.
14965 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14966 (Info-fontify-visited-nodes): Fix docstring.
14967 (Info-hide-note-references): Fix docstring.
14968 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14969 menu items in the same way as on cross-references.
14970 (info-apropos): Fix sorting order and formatting to be like in the
14971 stand-alone Info browser. Display error messages for 1 sec.
14972 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14973 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14974 from the menu bar.
14975 (Info-insert-dir): Restore point after calling
14976 `insert-buffer-substring'.
14977
14978 2005-08-08 Richard M. Stallman <rms@gnu.org>
14979
14980 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14981 (recompute-lucid-menubar): Add defvars.
14982
14983 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14984
14985 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14986
14987 * net/net-utils.el (run-dig): Rename from `dig'.
14988
14989 * play/gametree.el (gametree-mode): Use make-local-variable,
14990 not make-variable-buffer-local.
14991
14992 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14993
14994 * ansi-color.el (ansi-color-make-extent)
14995 (ansi-color-set-extent-face): Use fboundp, not functionp.
14996
14997 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14998 not make-variable-buffer-local.
14999
15000 * bookmark.el (Info-current-file): Add defvar.
15001 (bookmark-jump-noselect): Use with-no-warnings.
15002
15003 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15004
15005 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15006
15007 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15008
15009 * find-file.el (ada-procedure-start-regexp)
15010 (ada-package-start-regexp): Add defvars.
15011
15012 * info.el (Info-insert-dir): Use insert-buffer-substring.
15013
15014 * xml.el (xml-att-def-re): Add defvar.
15015
15016 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15017 calling convention.
15018
15019 * subr.el (while-no-input): Return t if there is input.
15020
15021 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15022
15023 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15024
15025 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15026
15027 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15028 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15029
15030 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15031
15032 * cmuscheme.el (scheme-start-file): Replace reference to
15033 `user-emacs-directory' by "~/.emacs.d/".
15034
15035 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15036
15037 * info.el (Info-dir-remove-duplicates): Avoid case folding
15038 in loop; instead, keep downcased strings for comparison.
15039 Suggested by Helmut Eller.
15040
15041 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15042
15043 Sync with Tramp 2.0.50.
15044
15045 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15046 XEmacs case; not necessary anymore.
15047 (tramp-user-regexp): Allow "@" as part of user name.
15048 (tramp-handle-set-visited-file-modtime)
15049 (tramp-handle-insert-file-contents)
15050 (tramp-handle-write-region): No special handling for
15051 `last-coding-system-used, because this is done in
15052 `tramp-accept-process-output' now.
15053 (tramp-accept-process-output): New defun.
15054 (tramp-process-one-action, tramp-process-one-multi-action)
15055 (tramp-wait-for-regexp, tramp-wait-for-output)
15056 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15057 Howells <dhowells@redhat.com>.
15058 (clear-visited-file-modtime): Defadvice removed. The check for
15059 unset buffer's modtime does not need to be based on
15060 `tramp-buffer-file-attributes'. Suggested by RMS.
15061 (tramp-message): Insert "\n" if not being at beginning of line.
15062 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15063 sequence with same logic.
15064 (tramp-completion-handle-expand-file-name): Discard call of
15065 `tramp-drop-volume-letter'. It is not necessary, and there have
15066 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15067 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15068 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15069 should always be visible.
15070 (tramp-handle-insert-directory, tramp-setup-complete)
15071 (tramp-set-process-query-on-exit-flag)
15072 (tramp-append-tramp-buffers): Pacify byte-compiler.
15073 (tramp-bug): Delete non-existing variables from list.
15074 Apply `tramp-load-report-modules' as pre-hook.
15075 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15076 `shell-prompt-pattern' because of non-7bit characters.
15077 Reported by Sebastian Luque <sluque@mun.ca>.
15078 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15079 (tramp-match-string-list): Remove function.
15080 (tramp-wait-for-regexp): Remove call of that function.
15081 Suggested by Kim F. Storm <storm@cua.dk>.
15082 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15083 instead of octal character code ?\600. The latter resulted in a
15084 syntax error with XEmacs.
15085
15086 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15087 XEmacs case; not necessary anymore.
15088 (tramp-smb-handle-write-region): No special handling for
15089 `last-coding-system-used, because this is done in
15090 `tramp-accept-process-output' now.
15091 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15092
15093 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15094
15095 * wid-edit.el (widget-choice-value-create):
15096 Unconditionally respect user choice. Set :explicit-choice back to nil
15097 when no longer needed.
15098 (widget-choice-action): Unconditionally respect user choice.
15099 Eliminate :explicit-choice-value.
15100
15101 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15102
15103 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15104 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15105 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15106 running new function `toggle-indicate-empty-lines'.
15107 Rename "Customize" item to "Customize fringe".
15108 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15109 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15110 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15111 Delete "Empty lines only" item.
15112 (menu-bar-showhide-fringe-ind-customize): New function.
15113 (menu-bar-showhide-fringe-ind-mixed)
15114 (menu-bar-showhide-fringe-ind-box)
15115 (menu-bar-showhide-fringe-ind-right)
15116 (menu-bar-showhide-fringe-ind-left)
15117 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15118 instead of `fringe-indicators'.
15119
15120 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15121
15122 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15123 Change the date of last update.
15124
15125 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15126
15127 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15128 (viper-exec-yank, viper-put-back): Don't display modification msg
15129 if in the minibuffer.
15130
15131 * viper-init.el (viper-replace-overlay-cursor-color)
15132 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15133 Make variables frame local.
15134
15135 * viper-util.el (viper-append-filter-alist): Use append instead of
15136 nconc.
15137
15138 * viper.el (viper-vi-state-mode-list)
15139 (viper-emacs-state-mode-list): Move help-mode and
15140 completion-list-mode from the first list to the second.
15141 (viper-mode): Docstring.
15142 (viper-go-away, viper-non-hook-settings): Don't localize
15143 minor-mode-alist in newer Emacsen. Add advice to
15144 set-cursor-color. Don't bind "\C-c\\".
15145
15146 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15147
15148 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15149 (scheme-macro-expand-command): New user options.
15150 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15151 (scheme-form-at-point, scheme-start-file)
15152 (scheme-interactively-start-process): New functions.
15153 (scheme-get-process): New function, extracted from `scheme-proc'.
15154 (run-scheme): Call `scheme-start-file' to get start file, and pass
15155 it to `make-comint'.
15156 (switch-to-scheme, scheme-proc):
15157 Call `scheme-interactively-start-process' if no Scheme buffer/process
15158 is available.
15159
15160 2005-08-06 Juri Linkov <juri@jurta.org>
15161
15162 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15163 Use `compilation-text-face', `compilation-info-text-face' and
15164 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15165 (compilation-error): New face.
15166 (compilation-error-file-name): Inherit from
15167 `compilation-error' instead of `font-lock-warning-face'.
15168 (compilation-warning-file-name): Inherit from
15169 `compilation-warning' instead of `font-lock-warning-face'.
15170 (compilation-info, compilation-error-file-name)
15171 (compilation-warning-file-name, compilation-info-file-name)
15172 (compilation-line-number, compilation-column-number): Doc fix.
15173 (compilation-error-text-face, compilation-warning-text-face)
15174 (compilation-info-text-face): New face variables.
15175 (compilation-line-face, compilation-column-face)
15176 (compilation-enter-directory-face)
15177 (compilation-leave-directory-face): Doc fix.
15178 (compilation-text-face): New function.
15179
15180 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15181 instead of 1 to display binary file names as info file links.
15182 (grep-error-face): Use `compilation-error-face' instead of
15183 `font-lock-keyword-face'.
15184 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15185 and `compilation-warning-text-face' instead of
15186 `font-lock-keyword-face'. Use `compilation-error-text-face'
15187 instead of `grep-error-face'.
15188
15189 2005-08-05 Kenichi Handa <handa@m17n.org>
15190
15191 * international/code-pages.el: Add autoload cookies for all coding
15192 systems.
15193
15194 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15195
15196 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15197
15198 2005-08-04 Juri Linkov <juri@jurta.org>
15199
15200 * progmodes/compile.el (compilation-mode-map):
15201 * progmodes/grep.el (grep-mode-map):
15202 Bind TAB to `compilation-next-error' and [backtab] to
15203 `compilation-previous-error'.
15204
15205 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15206 matching line numbers, column numbers and their ranges with regexp
15207 matching only line numbers.
15208 (grep-context-face): New face variable.
15209 (grep-mode-font-lock-keywords): Use it.
15210
15211 * faces.el (read-face-name): Delete duplicate faces.
15212
15213 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15214
15215 * thumbs.el (thumbs-find-image): Don't make variables
15216 automatically buffer local.
15217 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15218 (thumbs-image-num): Make automatically buffer local.
15219 (thumbs-show-thumbs-list): Use `make-local-variable', not
15220 `make-variable-buffer-local'.
15221 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15222
15223 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15224 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15225 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15226 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15227 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15228 (feelings-about, foullst, found, hello, history, howareyoulst)
15229 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15230 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15231 (neglst, obj, object, owner, please, problems, qlist)
15232 (random-adjective, relation, remlst, repetitive-shortness)
15233 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15234 (shortlst, something, sportslst, stallmanlst, states, subj)
15235 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15236 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15237 Defvar at compile time.
15238
15239 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15240 not `make-variable-buffer-local'.
15241
15242 2005-08-02 Kim F. Storm <storm@cua.dk>
15243
15244 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15245 rectangle overlay in selected window.
15246
15247 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15248
15249 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15250 instead of display group. Make `indicate-buffer-boundaries'
15251 customizable through Custom.
15252
15253 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15254
15255 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15256 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15257 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15258 (gdb-put-string): Fix typos in docstrings.
15259
15260 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15261
15262 Update copyright notices of files in progmodes directory for
15263 release of Emacs 22.1.
15264
15265 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15266
15267 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15268 Don't barf if the GUD buffer has been killed.
15269
15270 2005-08-01 Kim F. Storm <storm@cua.dk>
15271
15272 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15273
15274 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * simple.el (next-error-follow-minor-mode):
15277 make-variable-buffer-local -> make-local-variable.
15278
15279 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15280
15281 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15282 (byte-compile-form-make-variable-buffer-local): New functions to warn
15283 about misuses of make-variable-buffer-local where make-local-variable
15284 was meant.
15285
15286 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15287
15288 * bs.el (bs-attributes-list): Doc fix.
15289 (bs): Update url-link.
15290
15291 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15292 (desktop-load-default): Simplify.
15293
15294 * ibuffer.el (ibuffer-columnize-and-insert-list)
15295 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15296 (ibuffer-unmark-all, ibuffer-toggle-marks)
15297 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15298 (ibuffer-compile-make-format-form, ibuffer-format-column)
15299 (ibuffer-current-buffers-with-marks)
15300 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15301 (ibuffer): Doc fix.
15302 (ibuffer-mode): Fix typo in docstring.
15303 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15304 with `define-obsolete-variable-alias'.
15305 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15306
15307 2005-07-29 Kenichi Handa <handa@m17n.org>
15308
15309 * international/mule-cmds.el (select-message-coding-system):
15310 Be sure to use LF for end-of-line. If no coding system is decided,
15311 return iso-8859-1-unix.
15312
15313 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15314
15315 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15316 (ange-ftp-pending-error-line): New vars.
15317 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15318 to handle the non-fatal no-route-to-host messages.
15319 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15320
15321 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15324 (isearch-quote-char, isearch-printing-char)
15325 (isearch-text-char-description): "?\ " -> "?\s".
15326 (isearch-lazy-highlight-cleanup)
15327 (isearch-lazy-highlight-initial-delay)
15328 (isearch-lazy-highlight-interval)
15329 (isearch-lazy-highlight-max-at-a-time)
15330 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15331 Declare with define-obsolete-*-alias macros.
15332 (isearch-forward): Fix typo in docstring.
15333 (search-invisible, search-ring-yank-pointer)
15334 (regexp-search-ring-yank-pointer): Doc fixes.
15335
15336 * recentf.el (recentf-menu-append-commands-p): Declare with
15337 `define-obsolete-variable-alias'.
15338 (recentf-max-saved-items, recentf-menu-filter)
15339 (recentf-arrange-by-rule-subfilter): Doc fixes.
15340 (recentf-menu-append-commands-flag)
15341 (recentf-initialize-file-name-history, recentf-expand-file-name)
15342 (recentf-clear-data): Fix typos in docstrings.
15343
15344 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15345
15346 * progmodes/gdb-ui.el: Smarten comments.
15347 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15348
15349 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15350
15351 * term/apollo.el (terminal-init-apollo): New function containing
15352 all former top level forms in the file.
15353 * term/bobcat.el (terminal-init-bobcat):
15354 * term/cygwin.el (terminal-init-cygwin):
15355 * term/iris-ansi.el (terminal-init-iris-ansi):
15356 * term/linux.el (terminal-init-linux):
15357 * term/news.el (terminal-init-news):
15358 * term/rxvt.el (terminal-init-rxvt):
15359 * term/sun.el (terminal-init-sun):
15360 * term/tvi970.el (terminal-init-tvi970):
15361 * term/vt100.el (terminal-init-vt100):
15362 * term/vt102.el (terminal-init-vt102):
15363 * term/vt125.el (terminal-init-vt125):
15364 * term/vt200.el (terminal-init-vt200):
15365 * term/vt201.el (terminal-init-vt201):
15366 * term/vt220.el (terminal-init-vt220):
15367 * term/vt240.el (terminal-init-vt240):
15368 * term/vt300.el (terminal-init-vt300):
15369 * term/vt320.el (terminal-init-vt320):
15370 * term/vt400.el (terminal-init-vt400):
15371 * term/vt420.el (terminal-init-vt420):
15372 * term/wyse50.el (terminal-init-wyse50):
15373 * term/xterm.el (terminal-init-xterm): Likewise.
15374
15375 * term/README: Describe the terminal-init-* functionality.
15376
15377 * startup.el (command-line): After loading the terminal initialization
15378 file call the corresponding terminal initialization function.
15379
15380 2005-07-27 Kenichi Handa <handa@m17n.org>
15381
15382 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15383 negative.
15384
15385 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15386 (ps-mule-composition-prologue): Fix for the case that
15387 RelativeCompose is false.
15388
15389 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15390
15391 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15392
15393 * descr-text.el (describe-char): Handle the case where the list of
15394 chars is displayed in a separate frame.
15395 Be a bit more discriminating when looking for the char.
15396
15397 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15398
15399 * bookmark.el (bookmark-automatically-show-annotations)
15400 (bookmark-read-annotation-text-func): Doc fixes.
15401 (bookmark-save): Improve argument/docstring consistency.
15402 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15403 (bookmark-alist-from-buffer)
15404 (bookmark-upgrade-file-format-from-0)
15405 (bookmark-grok-file-format-version)
15406 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15407 (bookmark-read-annotation-mode)
15408 (bookmark-insert-current-bookmark, bookmark-jump)
15409 (bookmark-exit-hook): Fix typos in docstrings.
15410 (bookmark-exit-hooks): Define as obsolete alias.
15411 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15412 not `bookmark-exit-hooks'. Fix docstring.
15413 (bookmark-bmenu-select): "?\ " -> "?\s".
15414
15415 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15416
15417 * startup.el (command-line): Fix typo.
15418
15419 2005-07-24 Richard M. Stallman <rms@gnu.org>
15420
15421 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15422 not emacs-quick-startup.
15423
15424 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15425
15426 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15427 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15428 instead of `reb-with-current-window'.
15429 (reb-prev-match): Likewise. Also, don't move left if the search
15430 was unsuccessful.
15431 (reb-initialize-buffer): New function.
15432 (re-builder, reb-change-syntax): Use it.
15433
15434 * man.el (Man-goto-page): Make second argument NOERROR optional.
15435
15436 2005-07-23 Richard M. Stallman <rms@gnu.org>
15437
15438 * man.el (Man-bgproc-sentinel): Check here for failure to find
15439 any man page in the output, and report the error here.
15440 (Man-arguments): Make it permanent local.
15441 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15442 (Man-mode): Pass t for NOERROR.
15443
15444 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15445 (grep-mode-font-lock-keywords):
15446 Don't use compilation-...-face for messages that are not file names.
15447
15448 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15449 Don't use compilation-...-face for messages that are not file names.
15450
15451 2005-07-22 Juri Linkov <juri@jurta.org>
15452
15453 * startup.el (normal-splash-screen): Update menu name.
15454
15455 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15456
15457 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15458
15459 * term/xterm.el: Load term/rxvt if the terminal is actually an
15460 rxvt terminal.
15461 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15462
15463 * term/rxvt.el (function-key-map): Use substitute-key-definition
15464 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15465
15466 * term/cygwin.el: New file.
15467
15468 2005-07-22 Kim F. Storm <storm@cua.dk>
15469
15470 * image-file.el (insert-image-file, image-file-yank-handler):
15471 Fix last change to maintain a (unique) yank-handler on yanked images.
15472
15473 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15474
15475 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15476 of the file size (as in "177B" for 177 bytes). This happens with
15477 "ls -lh" on FreeBSD.
15478
15479 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15480
15481 * hilit-chg.el (highlight-changes-global-initial-state)
15482 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15483 (hilit-chg-fixup, highlight-changes-mode):
15484 Fix typos in docstrings.
15485 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15486 Doc fixes.
15487
15488 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15489
15490 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15491 mode function using `eval-after-load'.
15492
15493 2005-07-21 Kim F. Storm <storm@cua.dk>
15494
15495 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15496 included when reporting an emacs crash, and tell about the DEBUG file.
15497
15498 * image-file.el (insert-image-file): Add yank-handler.
15499 (image-file-yank-handler): Yank handler to make unique copies of
15500 images when they are yanked into a buffer next to each other.
15501
15502 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15503
15504 * comint.el (comint-use-prompt-regexp, comint-send-input)
15505 (comint-source-default, comint-extract-string)
15506 (comint-get-source, comint-word, comint-completion)
15507 (comint-source, comint-prompt-read-only, comint-update-fence):
15508 Fix typos in docstrings.
15509 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15510 Declare with define-obsolete-*-alias macros.
15511 (comint-previous-matching-input-from-input)
15512 (comint-next-matching-input-from-input)
15513 (comint-previous-matching-input, comint-next-matching-input)
15514 (comint-forward-matching-input):
15515 Improve argument/docstring consistency.
15516
15517 * desktop.el (desktop-clear-preserve-buffers-regexp):
15518 Also preserve the *server* buffer.
15519
15520 * simple.el (clone-indirect-buffer): Doc fix.
15521 (fixup-whitespace, just-one-space)
15522 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15523 (next-error, next-error-highlight)
15524 (next-error-highlight-no-select, next-error-last-buffer)
15525 (next-error-buffer-p, next-error-find-buffer, next-error)
15526 (previous-error, next-error-no-select, previous-error-no-select)
15527 (open-line, split-line, minibuffer-prompt-width, kill-new)
15528 (binary-overwrite-mode): Fix typos in docstrings.
15529 (set-fill-column): Fix typo in message.
15530
15531 * skeleton.el (skeleton-proxy-new): Doc fix.
15532
15533 * strokes.el (strokes-load-hook): Doc fix.
15534 (strokes-grid-resolution, strokes-get-grid-position)
15535 (strokes-renormalize-to-grid, strokes-read-stroke)
15536 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15537 (strokes-global-map): Fix typos in docstrings.
15538 (strokes-help): Doc fix. Fix help message and pass it through
15539 `substitute-command-keys'.
15540
15541 * tempo.el (tempo-insert-prompt, tempo-interactive)
15542 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15543 (tempo-insert-string-functions, tempo-local-tags)
15544 (tempo-define-template, tempo-insert-template)
15545 (tempo-insert-prompt-compat, tempo-is-user-element)
15546 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15547 Fix typos in docstrings.
15548
15549 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15550 (vcursor-key-bindings, vcursor-use-vcursor-map)
15551 (vcursor-find-window, vcursor-scroll-down)
15552 (vcursor-disable, vcursor-beginning-of-buffer)
15553 (vcursor-end-of-buffer): Fix typos in docstrings.
15554 (vcursor-relative-move, vcursor-get-char-count):
15555 Improve argument/docstring consistency.
15556
15557 * version.el: "?\ " -> "?\s".
15558
15559 * wid-edit.el (widget-default-create, widget-after-change)
15560 (widget-default-format-handler, widget-checklist-add-item)
15561 (widget-radio-add-item, widget-choose, widget-specify-secret)
15562 (widget-field-value-create, widget-field-value-get)
15563 (widget-editable-list-format-handler)
15564 (widget-editable-list-entry-create, widget-group-value-create)
15565 (widget-documentation-link-add)
15566 (widget-documentation-string-value-create): "?\ " -> "?\s".
15567 (widget-convert-text): Doc fix.
15568 (widget-narrow-to-field, widget-field-find)
15569 (widget-url-link-action, widget-emacs-library-link-action)
15570 (widget-color-notify): Fix typos in docstrings.
15571
15572 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15573 (x-select-text, set-w32-system-coding-system)
15574 (w32-add-charset-info): Fix typos in docstrings.
15575
15576 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15577 (cua-enable-cua-keys, cua-use-hyper-key)
15578 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15579 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15580
15581 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15582
15583 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15584 `defalias' instead of faking it.
15585
15586 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15587 (eshell-ls-missing, eshell-ls-dired-initial-args)
15588 (eshell-ls-use-in-dired): Fix typos in docstrings.
15589
15590 2005-07-20 Kim F. Storm <storm@cua.dk>
15591
15592 * emulation/cua-base.el (cua-mode): Improve doc string.
15593
15594 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15595
15596 * abbrev.el (expand-region-abbrevs): Doc fix.
15597 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15598 Improve argument/docstring consistency.
15599
15600 * arc-mode.el (archive-get-descr, archive-alternate-display):
15601 Doc fixes.
15602 (archive-l-e): Improve argument/docstring consistency.
15603 (archive-tmpdir, archive-unixdate, archive-unixtime)
15604 (archive-chmod-entry): Fix typos in docstrings.
15605 (archive-unflag, archive-unflag-backwards)
15606 (archive-unmark-all-files): "?\ " -> "?\s".
15607
15608 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15609 (Buffer-menu-not-modified, Buffer-menu-execute)
15610 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15611 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15612
15613 * composite.el (compose-string, encode-composition-rule)
15614 (compose-last-chars): Fix typos in docstrings.
15615
15616 * desktop.el (desktop-enable, desktop-basefilename):
15617 Declare with `define-obsolete-variable-alias'.
15618 (desktop-internal-v2s): Don't quote keywords.
15619 (desktop-clear): "?\ " -> "?\s".
15620
15621 * dired.el (dired-align-file, dired-flag-backup-files)
15622 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15623 (dired-listing-switches, dired-ls-F-marks-symlinks)
15624 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15625 (dired-directory, dired-faces, dired, dired-revert)
15626 (dired-mode, dired-summary, dired-view-file)
15627 (dired-copy-filename-as-kill, dired-delete-file)
15628 (dired-no-confirm, dired-unmark-all-marks)
15629 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15630 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15631 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15632 Fix typos in message strings.
15633
15634 * dired-x.el (virtual-dired): Declare with `defalias'.
15635 (dired-mark-unmarked-files, dired-local-variables-file)
15636 (dired-omit-here-always): Doc fix.
15637 (dired-omit-mode, dired-find-subdir)
15638 (dired-enable-local-variables, dired-clean-up-buffers-too)
15639 (dired-extra-startup, dired-mark-extension, dired-jump)
15640 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15641 (dired-smart-shell-command, dired-guess-shell-alist-user)
15642 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15643 (dired-x-bind-find-file, dired-x-submit-report):
15644 Fix typos in docstrings.
15645 (dired-mark-unmarked-files): "?\ " -> "?\s".
15646
15647 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15648
15649 * faces.el (describe-face): "?\ " -> "?\s".
15650 (read-all-face-attributes, read-face-font, modify-face)
15651 (face-attr-construct, italic): Fix typos in docstrings.
15652 (frame-update-face-colors): Declare with
15653 `define-obsolete-function-alias'.
15654
15655 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15656 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15657 (magic-mode-alist, buffer-file-numbers-unique)
15658 (write-file-functions, get-free-disk-space):
15659 Fix typos in docstrings.
15660 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15661 (write-contents-hooks, write-file-hooks):
15662 Declare with `define-obsolete-variable-alias'.
15663
15664 * forms-d2.el (arch-rj): Fix typo in docstrings.
15665 (arch-tocol): Likewise. "?\ " -> "?\s".
15666
15667 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15668 Fix typo in docstring.
15669 (set-screen-width, set-screen-height): Delete redundant info in
15670 doctrings.
15671 (new-frame, screen-height, screen-width): Declare with
15672 `define-obsolete-function-alias'.
15673 (delete-frame-hook, blink-cursor): Declare with
15674 `define-obsolete-variable-alias'.
15675
15676 * paths.el (prune-directory-list): Fix typos in docstring.
15677
15678 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15679 (cvs-prefix-get): Fix typos in docstrings.
15680
15681 * ps-print.el (ps-extend-face-list, ps-extend-face)
15682 (ps-print-background-image): Fix typos in docstrings.
15683 (ps-default-fg, ps-default-bg): Doc fixes.
15684
15685 * s-region.el (s-region-bind): Doc fix.
15686 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15687
15688 * textmodes/org.el (org-table-formula-substitute-names)
15689 (org-table-get-vertical-vector): Doc fixes.
15690 (org-table-recalculate): Remove unused argument to `message'.
15691
15692 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15693
15694 * textmodes/org.el (org-table-column-names)
15695 (org-table-column-name-regexp)
15696 (org-table-named-field-locations): New variables.
15697 (org-archive-subtree): Protect `this-command' when calling
15698 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15699 the kill buffer.
15700 (org-complete): Remove fixed-formula completion.
15701 (org-edit-formulas-map): New variable.
15702 (org-table-edit-formulas): New command.
15703 (org-finish-edit-formulas, org-abort-edit-formulas)
15704 (org-show-variable, org-table-get-vertical-vector): New functions.
15705 (org-table-maybe-eval-formula): Handle `:=' fields.
15706 (org-table-get-stored-formulas, org-table-store-formulas)
15707 (org-table-get-formula, org-table-modify-formulas)
15708 (org-table-replace-in-formulas): Handle named field formulas.
15709 (org-table-get-specials): Store locations of named fields.
15710
15711 2005-07-19 Juri Linkov <juri@jurta.org>
15712
15713 * progmodes/grep.el (grep-regexp-alist)
15714 (grep-mode-font-lock-keywords, grep-process-setup):
15715 Use default GNU grep match color "01;31m" instead of "01;41m".
15716 (grep-regexp-alist, grep-mode-font-lock-keywords):
15717 Use `\\[[0-9]*m' instead of `\\[00m'.
15718 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15719 sgr_start where its handling is more important. Use the real
15720 length of sgr_start instead of constant 8.
15721 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15722 specially. Delete all remaining escape sequences.
15723 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15724 (grep-regexp-alist): Make hyperlink only for binary file name
15725 instead of the whole line.
15726 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15727 (grep-mode): Add autoload.
15728
15729 * emacs-lisp/find-func.el (find-function-regexp):
15730 Add `define-compilation-mode'.
15731
15732 2005-07-19 Juri Linkov <juri@jurta.org>
15733
15734 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15735 (compare-windows-sync-string-size, compare-windows-recenter)
15736 (compare-windows-highlight, compare-windows): Add version 22.1.
15737 (compare-windows) <defface>: Inherit from lazy-highlight instead
15738 of duplicating its default value.
15739
15740 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15741 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15742
15743 * descr-text.el (describe-char): Create link buttons for `charset'
15744 and `code point'. Add the current input method name with a link
15745 button to `to input' field. Print face names of display table
15746 characters in `The display table entry is displayed by' section
15747 instead of printing face-id in the `display' field.
15748 Guess hardcoded faces and create a link button for them.
15749 Skip empty fields when calculating max-width.
15750 Treat `widget-create' specially while inserting strings from the
15751 collected field list.
15752 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15753
15754 * diff-mode.el (diff-file-header): Change foreground color from
15755 yellow to green on light backgrounds.
15756 (diff-context): Inherit from `shadow' only for color/grayscale
15757 with more than 88 colors.
15758 (diff-indicator-removed, diff-indicator-added)
15759 (diff-indicator-changed): New faces.
15760 (diff-font-lock-keywords): Use new faces. Regroup rules.
15761 Add "^---$" for `normal' diff format. Fontify `#' lines with
15762 font-lock-comment-delimiter-face and font-lock-comment-face.
15763 Add `#' to ^[^...] in the rule for `diff-context-face'.
15764
15765 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15766 a button-like box. Inherit from `highlight' on low colors.
15767 (shadow): Use shades of gray only for color/grayscale with
15768 more than 88 colors. Use green for light backgrounds with
15769 8 colors, and yellow for dark backgrounds with 8 colors.
15770
15771 * font-lock.el (font-lock-regexp-grouping-backslash):
15772 Don't inherit from escape-glyph (use bold for all cases).
15773
15774 * info.el (info-xref-visited): Use light foreground color `violet'
15775 for dark backgrounds instead of dark color `magenta3'.
15776 (info-title-1): Use `yellow' color for dark backgrounds.
15777
15778 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15779 too-light magenta2.
15780
15781 * replace.el (match): Use slightly more light RoyalBlue3 instead
15782 of dark RoyalBlue4.
15783
15784 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15785
15786 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15787
15788 * novice.el (disabled-command-hook): Declare it with
15789 `define-obsolete-variable-alias'.
15790
15791 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15792 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15793 (desktop-load-default): Add release to obsolescence info.
15794 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15795 (desktop-append-buffer-args, desktop-read):
15796 Fix typos in docstrings.
15797 (desktop-kill): Fix typo in message.
15798 (desktop-save): Doc fix.
15799
15800 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15801
15802 * viper-cmd.el (viper-escape-to-state): Bug fix.
15803 (viper-envelop-ESC-key): Change the definition of fast
15804 keysequence so it'll work with keyboard macros.
15805
15806 * ediff.el (ediff-patch-buffer): Change the docstring.
15807
15808 2005-07-19 Kenichi Handa <handa@m17n.org>
15809
15810 * international/mule-cmds.el (select-safe-coding-system): Try to
15811 use an auto-coding (if any) before anything else. If the found
15812 auto-coding is invalid, show a warning message.
15813
15814 * international/mule.el (find-auto-coding): New function created
15815 by modifying the body of set-auto-coding.
15816 (set-auto-coding): Use find-auto-coding to find a coding.
15817
15818 2005-07-18 Richard M. Stallman <rms@gnu.org>
15819
15820 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15821 not isearch-mode-end-hook-error.
15822 (allout-before-change-protect): Fix error message.
15823
15824 2005-07-18 Juri Linkov <juri@jurta.org>
15825
15826 * allout.el (allout-mode):
15827 * calculator.el (calculator-copy):
15828 * custom.el (custom-known-themes):
15829 * dired.el (dired-desktop-buffer-misc-data)
15830 (dired-restore-desktop-buffer):
15831 * dired-x.el (dired-omit-marker-char):
15832 * files.el (basic-save-buffer):
15833 * font-core.el (font-lock-mode):
15834 * calendar/calendar.el (calendar-goto-hebrew-date)
15835 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15836 (calendar-goto-persian-date):
15837 * language/ethio-util.el (ethio-sera-to-fidel-region):
15838 * textmodes/picture.el (picture-mode):
15839 Delete duplicate duplicate words.
15840
15841 2005-07-18 Juri Linkov <juri@jurta.org>
15842
15843 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15844 chars * ? } |.
15845 (isearch-fallback): Don't call `isearch-process-search-char'.
15846 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15847 (isearch-process-search-char): Call `isearch-fallback' for regexp
15848 chars * ? } |.
15849 (isearch-return-char): Make obsolete with `make-obsolete' instead
15850 of simply documenting it as obsolete in the docstring.
15851 (isearch-fallback): Refill docstring.
15852
15853 * international/isearch-x.el
15854 (isearch-process-search-multibyte-characters): Remove unneeded
15855 `concat'. Add intermediate values to `junk-hist' instead of
15856 `minibuffer-history'. Test the length of `str'.
15857
15858 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15859
15860 * allout.el (allout-resolve-xref): Fix typos in error strings.
15861 (allout-before-change-protect): Remove unneeded `concat'.
15862
15863 * array.el (array-mode, array-reconfigure-rows)
15864 (untabify-backward): Fix typos in docstrings.
15865 (array-reconfigure-rows): Use `insert-buffer-substring', not
15866 `insert-buffer'.
15867
15868 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15869 * progmodes/ada-mode.el (ada-make-body):
15870 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15871
15872 * dired.el (dired-log):
15873 * tar-mode.el (tar-subfile-save-buffer):
15874 * play/zone.el (zone-pgm-stress-destress):
15875 Use `insert-buffer-substring', not `insert-buffer'.
15876
15877 2005-07-17 Simon Josefsson <jas@extundo.com>
15878
15879 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15880
15881 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15882
15883 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15884 Add plain auth method.
15885 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15886
15887 2005-07-17 Kim F. Storm <storm@cua.dk>
15888
15889 * ido.el (dired-other-window): Add ido property.
15890
15891 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15892
15893 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15894 Fix typo in docstring.
15895 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15896 `insert-file-literally'.
15897
15898 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15899 info and delete redundant message. Doc fix.
15900 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15901 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15902
15903 2005-07-16 Richard M. Stallman <rms@gnu.org>
15904
15905 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15906 (byte-compile-and): Use byte-compile-and-recursion.
15907 (byte-compile-or-recursion): New function.
15908 (byte-compile-or): Use that.
15909 (byte-compile-if): Guard the else-clause too.
15910 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15911
15912 * isearch.el (isearch-mode-end-hook-quit): New variable.
15913 (isearch-done): Bind it.
15914 (isearch-mode-end-hook): Doc fix.
15915
15916 * allout.el (allout-isearch-did-quit): Variable deleted.
15917 (allout-real-isearch-abort): Function name no longer used.
15918 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15919 (allout-isearch-rectification): isearch-mode always exists.
15920 Don't set allout-isearch-did-quit.
15921 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15922 allout-isearch-did-quit.
15923 (allout-enwrap-isearch): Just add the hook.
15924 (allout-isearch-abort): Function deleted.
15925 (allout-pre-command-business): Avoid warning.
15926
15927 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15928 Correctly avoid warnings.
15929 (pascal-outline): Likewise.
15930
15931 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15932
15933 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15934
15935 * play/tetris.el (tetris-mode): Avoid warning.
15936
15937 * play/snake.el (snake-mode): Avoid warning.
15938
15939 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15940 (gamegrid-set-display-table): Avoid warning.
15941 (gamegrid-set-timer): Likewise.
15942 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15943 (gamegrid-add-score-with-update-game-score-1): Take FILE
15944 as argument.
15945 (gamegrid-add-score-with-update-game-score): Pass that argument.
15946 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15947
15948 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15949
15950 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15951 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15952
15953 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15954 and insert-file.
15955
15956 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15957 (sc-ask): Avoid warnings.
15958
15959 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15960 (eshell-hist-initialize): Use that var the natural way.
15961
15962 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15963
15964 * emacs-lisp/re-builder.el (reb-cook-regexp):
15965 Avoid warning calling lre-compile-string.
15966 (reb-color-display-p): Avoid warning.
15967
15968 * calculator.el (calculator-last-input): Guard uses
15969 of event-key and key-press-event-p.
15970 (event-key, key-press-event-p): Delete definitions.
15971
15972 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15973 (find-gc-source-directory, find-gc-subrs-callers)
15974 (find-gc-noreturn-list, find-gc-source-files)
15975 (find-gc-subrs-called): Vars renamed and defvar'd.
15976
15977 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15978 (checkdoc-overlay-put, checkdoc-delete-overlay)
15979 (checkdoc-overlay-start, checkdoc-overlay-end)
15980 (checkdoc-mode-line-update, checkdoc-char=):
15981 Define such that compiler knows they are defined.
15982 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15983 (checkdoc-read-event): Delete. Use read-event directly.
15984
15985 * whitespace.el (whitespace-make-overlay)
15986 (whitespace-overlay-put, whitespace-delete-overlay)
15987 (whitespace-overlay-start, whitespace-overlay-end):
15988 Define such that compiler knows they are defined.
15989 (whitespace): Move conditional inside.
15990
15991 * tempo.el (tempo-insert-template): Suppress warning.
15992
15993 * ediff-diff.el (longlines-mode): Add defvar.
15994
15995 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15996
15997 * server.el: Bind "C-x #" in a way that works even if C-x is
15998 redefined to a command key, not a prefix key.
15999
16000 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16001
16002 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16003 cl-make-type-test till execution time.
16004
16005 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16006
16007 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16008 arg ARG and use it.
16009
16010 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16011
16012 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16013
16014 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16015
16016 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16017 a defcustom with two :set or :type keywords.
16018
16019 2005-07-15 Richard M. Stallman <rms@gnu.org>
16020
16021 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16022 Don't give ^M comment-end syntax.
16023
16024 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16025
16026 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16027 Don't consider gdbmi (gdb-mi.el has its own update functions).
16028 (gdb-var-delete): Make it work for gdbmi as well.
16029 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16030
16031 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16032 (gud-speedbar-menu-items): Correct logic for enabling items.
16033
16034 2005-07-15 Kim F. Storm <storm@cua.dk>
16035
16036 * ido.el: Fix commentary.
16037 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16038 Use with-no-warnings around ffap-guesser.
16039 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16040 Let bind minibuffer-completing-file-name to t.
16041
16042 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16043
16044 * startup.el (site-run-file, keyboard-type): Doc fixes.
16045 (command-line): Check for "--basic-display" argument; also for
16046 "--quick", not "--bare-bones" (which was renamed).
16047 (fancy-splash-text): Add missing item "Getting New Versions".
16048 (normal-splash-screen): Fix typos and improve consistency with
16049 `fancy-splash-text'. Update copyright year.
16050
16051 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16052 valid binding for `help-char'.
16053
16054 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16055
16056 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16057
16058 * term.el (term-mode): Disable cua-mode for term buffers.
16059
16060 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16061
16062 * add-log.el (add-log-mailing-address, change-log-merge):
16063 Doc fixes.
16064 (change-log-get-method-definition): Fix typo in docstring.
16065
16066 2005-07-14 Kim F. Storm <storm@cua.dk>
16067
16068 * emulation/cua-base.el:
16069 (cua--pre-command-handler-1, cua--pre-command-handler)
16070 (cua--post-command-handler-1, cua--post-command-handler):
16071 Split in two. Check (buffer local) value of cua-mode.
16072 (cua-selection-mode): New command.
16073
16074 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16075
16076 * custom.el (custom-initialize-safe-set)
16077 (custom-initialize-safe-default): Doc fixes.
16078
16079 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16080 and simplify :init-value again.
16081
16082 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16083 and simplify :init-value again. Delete autoload.
16084
16085 * startup.el (command-line): Use `custom-reevaluate-setting' again
16086 for tooltip-mode.
16087
16088 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16089 a defcustom with two :initialize keywords.
16090
16091 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16092
16093 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16094 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16095 (allout-post-command-business, allout-flag-region)
16096 (isearch-reenable-font-lock, allout-yank)
16097 (allout-insert-latex-header, allout-insert-latex-trailer)
16098 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16099 (allout-latex-verb-quote): Fix typos in docstrings.
16100 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16101 (allout-unprotected, allout-prefix-data):
16102 Improve argument/docstring consistency.
16103 (allout-chart-subtree): Fix argument spec.
16104 (allout-open-topic): Rename `use_sib_bullet' argument to
16105 `use-sib-bullet'. Doc fix.
16106
16107 * whitespace.el (whitespace-check-buffer-leading)
16108 (whitespace-check-buffer-trailing)
16109 (whitespace-check-buffer-indent)
16110 (whitespace-check-buffer-spacetab)
16111 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16112 (whitespace-check-leading-whitespace)
16113 (whitespace-check-trailing-whitespace)
16114 (whitespace-check-spacetab-whitespace)
16115 (whitespace-check-indent-whitespace)
16116 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16117 (whitespace-modes): Fix typos in docstrings.
16118 (defgroup, defcustom): Doc fixes.
16119
16120 * winner.el (winner-mode, winner-boring-buffers)
16121 (winner-pending-undo-ring): Doc fixes.
16122 (winner-ring): Remove unneeded `progn'.
16123 (winner-equal): `defsubst' it.
16124 (winner-redo): Fix message.
16125
16126 2005-07-13 Kim F. Storm <storm@cua.dk>
16127
16128 * simple.el (line-move-1): Always use vertical-motion to
16129 do the last (or only) line move to ensure some movement.
16130 Undo 2005-06-23 change--don't check for overlays.
16131
16132 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16133
16134 * term/mac-win.el (ccl-encode-mac-roman-font)
16135 (ccl-encode-mac-centraleurroman-font)
16136 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16137 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16138 Change charset-id boundary of dimension to ?\xef.
16139 (mac-char-fontspec-list): New constant.
16140 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16141 argument. Nil uses itself as family in font-spec. Previous
16142 behavior for nil is now provided by non-nil non-string argument.
16143 All callers changed. Add font-specs for Mac fonts to
16144 "fontset-default" unless iso8859-1 fonts are installed.
16145
16146 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16147
16148 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16149 a continuation line if the \ is preceded by SPC or TAB.
16150 (sh-get-indent-info): Simplify.
16151 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16152 Use with-current-buffer.
16153
16154 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16155 when the matched text is empty.
16156
16157 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16158
16159 * startup.el (command-line): Revert to previous handling of
16160 tooltip-mode. Explain in comment why the complexity is needed.
16161
16162 * tooltip.el (tooltip-mode): Revert to previous implementation of
16163 its defcustom.
16164
16165 * frame.el (blink-cursor-mode): Revert to previous implementation
16166 of its defcustom. Update comment.
16167
16168 2005-07-12 Lars Hansen <larsh@soem.dk>
16169
16170 * desktop.el: Update e-mail address.
16171
16172 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16173
16174 * term/mac-win.el (mac-services-mail-selection)
16175 (mac-services-mail-to): New functions.
16176 (mac-application-menu-map): Bind them.
16177
16178 2005-07-12 wulei <milton@wulei.net> (tiny change)
16179
16180 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16181
16182 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16183
16184 * custom.el (custom-reevaluate-setting): Doc fix.
16185
16186 2005-07-11 Jay Belanger <belanger@truman.edu>
16187
16188 * calc/calc.el (calc-embedded-announce-formula-alist)
16189 (calc-embedded-open-close-plain-alist)
16190 (calc-embedded-open-close-mode-alist): Add checks for additional
16191 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16192
16193 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16194
16195 * custom.el (custom-enable-theme): Don't add theme to
16196 `custom-enabled-themes' with `push' because there is no
16197 setf-method for `delq'.
16198
16199 2005-07-11 Richard M. Stallman <rms@gnu.org>
16200
16201 * custom.el (custom-declare-variable): Doc fix.
16202
16203 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16204 from the alists.
16205
16206 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16207 Do nothing if edebug-active.
16208
16209 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16210 (edebug-display): Do it here instead.
16211
16212 2005-07-10 Richard M. Stallman <rms@gnu.org>
16213
16214 * cus-face.el (custom-theme-set-faces): Make it work.
16215 (custom-reset-faces): Doc fix.
16216 (custom-theme-reset-internal-face, custom-theme-face-value):
16217 Functions deleted.
16218
16219 * custom.el (custom-push-theme): Maintain list of the settings
16220 of a given theme in its theme-settings property.
16221 Maintain position of old settings in the theme-value
16222 or theme-face property.
16223 (custom-enabled-themes): New variable.
16224 (custom-theme-enabled-p): New function.
16225 (provide-theme): Update custom-enabled-themes.
16226 Disable and reenable the `user' theme.
16227 (require-theme): Doc fix.
16228 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16229 (custom-theme-value, custom-theme-variable-value): Likewise.
16230 (custom-theme-reset-internal): Likewise.
16231 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16232 (custom-enable-theme, custom-disable-theme): New functions.
16233 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16234 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16235 (custom-theme-reset-variables): Simplify.
16236 (deftheme, custom-declare-theme, custom-make-theme-feature):
16237 Definitions moved.
16238
16239 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16240
16241 * longlines.el (longlines-show-region)
16242 (longlines-unshow-hard-newlines): Recognize hard newlines by
16243 non-nil hard property, instead of t.
16244
16245 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16246
16247 * viper-cmd.el (viper--key-maps): New variable.
16248 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16249 emulation-mode-map-alists.
16250 (viper-envelop-ESC-key): Use viper-subseq.
16251 (viper-search-forward/backward/next): Disable debug-on-error.
16252
16253 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16254 (viper-ESC-key): New defcustoms.
16255
16256 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16257
16258 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16259 (viper-subseq): Copy of subseq from cl.el.
16260
16261 * viper.el (viper-go-away, viper-set-hooks): Use
16262 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16263
16264 * viper-mous.el (viper-current-frame-saved): Use defvar.
16265
16266 * viper-init.el: Get rid of -face in face names.
16267
16268 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16269 Make it work with longlines mode
16270
16271 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16272
16273 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16274
16275 * ediff-init.el: Get rid of -face in face names.
16276
16277 2005-07-10 Richard M. Stallman <rms@gnu.org>
16278
16279 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16280 and with-timeout-unsuspend.
16281
16282 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16283 and with-timeout-unsuspend.
16284
16285 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16286 (with-timeout): Bind that variable to record timers.
16287 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16288
16289 * emacs-lisp/debug.el (debug-help-follow): New function.
16290 (debugger-mode-map): Use that instead of help-follow.
16291 (debugger-setup-buffer): Use eval-buffer-list
16292 to handle eval-buffer frames.
16293
16294 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16295
16296 * timezone.el (timezone-parse-date): Change first regexp
16297 so it will not mistakenly match dates with no time zone.
16298
16299 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16300
16301 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16302
16303 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16304
16305 * custom.el (custom-initialize-safe-set)
16306 (custom-initialize-safe-default): New functions.
16307
16308 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16309 and simplify :init-value.
16310
16311 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16312 and simplify :init-value. Delete obsolete comment.
16313
16314 * startup.el (command-line): Use `custom-reevaluate-setting' to
16315 handle `tooltip-mode'. Delete obsolete comment.
16316
16317 * files.el (set-visited-file-name): Avoid calling
16318 `file-name-nondirectory' with a nil argument.
16319
16320 2005-07-09 Richard M. Stallman <rms@gnu.org>
16321
16322 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16323 was called with nil for the buffer, handle the read position right.
16324 Handle read position for eval-region, too.
16325
16326 2005-07-09 Juri Linkov <juri@jurta.org>
16327
16328 * fringe.el (fringe-mode): Add period in docstring.
16329 (fringe-query-style): Build prompt depending on `all-frames' arg.
16330
16331 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16332 to not create links to unrelated functions in the Help buffer.
16333
16334 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16335 Doc fix.
16336
16337 * simple.el (next-error-hook): New variable.
16338 (next-error): Use it. Doc fix.
16339
16340 * textmodes/ispell.el (ispell-command-loop): Add current
16341 dictionary name and program name to mode-line-format.
16342 (ispell-region, ispell-process-line): Add current dictionary name
16343 and program name to messages.
16344
16345 2005-07-08 Jay Belanger <belanger@truman.edu>
16346
16347 * calc/calc.el (calc-embedded-announce-formula-alist)
16348 (calc-embedded-open-close-formula-alist)
16349 (calc-embedded-open-close-word-alist)
16350 (calc-embedded-open-close-plain-alist)
16351 (calc-embedded-open-close-new-formula-alist)
16352 (calc-embedded-open-close-mode-alist)
16353 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16354 (calc-embedded-mode-hook): New variables.
16355
16356 * calc/calc-embed.el (calc-embedded-firsttime)
16357 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16358 New variables.
16359 (calc-do-embedded): Use calc-embedded-firsttime,
16360 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16361 determine whether or not to run hooks.
16362 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16363 calc-embedded-firsttime-formula appropriately.
16364 Set calc-embedded delimiter variables according to mode.
16365
16366 2005-07-08 Richard M. Stallman <rms@gnu.org>
16367
16368 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16369 Check for "emacs", etc., as entire symbol, not just as word.
16370 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16371
16372 * files.el (set-visited-file-name): Report the error
16373 for "empty filename" earlier.
16374 (kill-some-buffers): Ignore buffers already dead.
16375
16376 * fringe.el (fringe-mode): Doc fix.
16377
16378 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16379 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16380 Use unwind-protect to ensure byte-compile-unresolved-functions
16381 is updated.
16382
16383 * whitespace.el (whitespace-buffer-leading-cleanup):
16384 Simplify w/ skip-chars-forward.
16385 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16386
16387 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16388 Unconditionally try to leave point at the same old place.
16389
16390 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16391
16392 * comint.el (comint-postoutput-scroll-to-bottom)
16393 (comint-show-maximum-output): Take scroll-margin into consideration.
16394
16395 2005-07-08 Kim F. Storm <storm@cua.dk>
16396
16397 * ido.el (ido-use-filename-at-point): New choice `guess'.
16398 (ido-file-internal): Try ffap-guesser if selected.
16399
16400 * ido.el (ido-before-fallback-functions): New hook.
16401 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16402 (ido-read-file-name): Run it.
16403
16404 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16405
16406 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16407 strings rather than a list of symbols to the completion function.
16408
16409 2005-07-07 Jay Belanger <belanger@truman.edu>
16410
16411 * calc/calc-units.el (math-apply-units): Change the places in
16412 which units are simplified.
16413
16414 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16415
16416 * cus-edit.el (customize-option, customize-option-other-window):
16417 Make them handle aliases.
16418
16419 * custom.el (custom-variable-p): Make it recursively follow
16420 aliases. Mention that in the docstring.
16421
16422 2005-07-07 Richard M. Stallman <rms@gnu.org>
16423
16424 * cus-start.el (exec-path): Use `directory' instead of `file'.
16425 Fix tag for nil.
16426
16427 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16428
16429 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16430 when called non-interactively. Doc fix.
16431
16432 2005-07-07 Lute Kamstra <lute@gnu.org>
16433
16434 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16435 new address as well.
16436
16437 2005-07-07 Kenichi Handa <handa@m17n.org>
16438
16439 * international/mule.el (make-coding-system):
16440 Describe `ascii-incompatible' property in the docstring.
16441 (set-file-name-coding-system): Signal an error if coding-system is
16442 ascii-incompatible.
16443 (set-keyboard-coding-system): Likewise.
16444
16445 * international/mule-cmds.el (set-default-coding-systems):
16446 Don't set default-file-name-coding-system and
16447 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16448
16449 * international/utf-16.el: Declare that all UTF-16-based coding
16450 systems are ASCII-incompatible.
16451
16452 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16453
16454 * progmodes/gud.el: Require font-lock for displaying errors.
16455 Used by gdb-ui.el.
16456
16457 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16458
16459 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16460 values for the pattern lists which are `read'able but not
16461 `append'able (like symbols).
16462
16463 2005-07-06 Richard M. Stallman <rms@gnu.org>
16464
16465 * progmodes/flymake.el (flymake-float-time): Instead of
16466 with-no-warnings, test for xemacs.
16467 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16468 to avoid warning.
16469
16470 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16471
16472 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16473
16474 2005-07-05 Lute Kamstra <lute@gnu.org>
16475
16476 * battery.el: Add support for Darwin (with much debugging help
16477 from Samuel Lauber <sam124@operamail.com>).
16478 (battery-status-function, battery-echo-area-format)
16479 (battery-mode-line-format): Add support for pmset on Darwin.
16480 (battery-load-low, battery-load-critical): New user options.
16481 (battery-pmset): New function.
16482
16483 2005-07-05 Lute Kamstra <lute@gnu.org>
16484
16485 Update FSF's address in GPL notices.
16486
16487 * textmodes/page-ext.el: Update FSF's address.
16488
16489 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16490
16491 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16492 filling from using prefix when filling a single-line docstring.
16493
16494 * progmodes/flymake.el: Remove useless eval-when-compile.
16495
16496 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16497
16498 2005-07-04 Richard M. Stallman <rms@gnu.org>
16499
16500 * textmodes/org.el (org-file-apps-defaults-gnu):
16501 Rename from org-file-apps-defaults-linux.
16502 (org-default-apps): Don't test system-type for `linux'.
16503 (org-file-apps): Doc fix.
16504
16505 2005-07-04 David Ponce <david@dponce.com>
16506
16507 * tree-widget.el: Improve header Commentary section.
16508 (tree-widget) [defgroup]
16509 (tree-widget-image-enable, tree-widget-themes-directory)
16510 (tree-widget-theme, tree-widget-image-properties-emacs)
16511 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16512 (tree-widget-image-formats, tree-widget-control)
16513 (tree-widget-empty-control, tree-widget-leaf-control
16514 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16515 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16516 (tree-widget-keep, tree-widget-after-toggle-functions)
16517 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16518 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16519 :help-echo message.
16520 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16521 (tree-widget-image-properties): Doc fix. Clearer implementation.
16522 (tree-widget--cursors): New constant.
16523 (tree-widget-lookup-image): New function split from
16524 `tree-widget-find-image'. Clearer implementation.
16525 (tree-widget-find-image): Use it.
16526 (tree-widget-button-keymap): Use `set-keymap-parent'.
16527 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16528 Define the sub-widgets here.
16529 (tree-widget-node): Check that :node is not a tree-widget.
16530 (tree-widget-get-super, tree-widget-open-control)
16531 (tree-widget-close-control, tree-widget-empty-control)
16532 (tree-widget-leaf-control, tree-widget-guide)
16533 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16534 (tree-widget-no-handle, tree-widget-value-delete)
16535 (tree-widget-map): Remove.
16536 (tree-widget-children-value-save): Doc fix. Simplified.
16537 (tree-widget-value-create): Update according to previous changes.
16538
16539 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16540
16541 * textmodes/org.el: Leading space replaced by TABS.
16542 (org-recalc-marks, org-table-rotate-recalc-marks)
16543 (org-table-get-specials): Treat "^" and "_" marks.
16544 (org-table-justify-field-maybe): Optional argument NEW.
16545 (org-table-eval-formula): Parsing of the format simplified.
16546 New modes C,I. Honor the %= parameter in the current table.
16547 Avoid unnecessary re-align by using the NEW argument to
16548 `org-table-justify-field-maybe'.
16549 (org-calc-default-modes): Default for date-format mimicks org-mode.
16550 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16551
16552 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16553
16554 * cus-face.el (custom-theme-set-faces): Make it handle face
16555 aliases whose alias declarations are pre- or autoloaded.
16556
16557 2005-07-04 Juri Linkov <juri@jurta.org>
16558
16559 * faces.el (read-face-name): Put the code for getting a face name
16560 from the buffer before adding the faces from the `face' property.
16561 Use `completing-read-multiple' instead of `completing-read'.
16562 Require `crm'. Add default value and post-process the returned
16563 list of faces.
16564
16565 * emacs-lisp/crm.el (crm-find-current-element)
16566 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16567
16568 * emacs-lisp/lisp-mode.el (eval-defun-1):
16569 * emacs-lisp/edebug.el (edebug-eval-defun):
16570 Remove unnecessary quotes.
16571
16572 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16573
16574 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16575 (prolog-indent-level): Fix typo in docstring.
16576
16577 * info.el (Info-history, Info-history-forward)
16578 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16579
16580 * add-log.el (add-change-log-entry):
16581 * comint.el (comint-dynamic-list-input-ring)
16582 (comint-dynamic-list-completions):
16583 * dabbrev.el (dabbrev-expand):
16584 * delim-col.el (delimit-columns-rectangle-line):
16585 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16586 (diff-unified->context):
16587 * ediff-init.el (ediff-abbrev-jobname):
16588 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16589 (ediff-replace-session-activity-marker-in-meta-buffer):
16590 * info.el (Info-summary):
16591 * lpr.el (printify-region):
16592 * printing.el (pr-create-interface):
16593 * ps-print.el (ps-print-quote):
16594 * ses.el (ses-column-widths, ses-print-cell)
16595 (ses-adjust-print-width, ses-center):
16596 * shell.el (shell-file-name-quote-list):
16597 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16598 (strokes-fill-current-buffer-with-whitespace)
16599 (strokes-xpm-for-stroke, strokes-list-strokes)
16600 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16601 * term.el (term-dynamic-list-input-ring)
16602 (term-dynamic-list-completions):
16603 * calc/calc.el (math-format-stack-value):
16604 * emacs-lisp/edebug.el (edebug-display-freq-count):
16605 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16606 (delphi-new-comment-line):
16607 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16608 * progmodes/executable.el (executable-set-magic):
16609 * progmodes/python.el (inferior-python-mode):
16610 * progmodes/scheme.el (scheme-mode-syntax-table):
16611 * progmodes/sh-script.el (sh-maybe-here-document):
16612 * progmodes/sql.el (sql-copy-column):
16613 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16614 * textmodes/bibtex.el (bibtex-mode):
16615 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16616 (sgml-auto-attributes):
16617 * textmodes/table.el (table-insert, table-shorten-cell)
16618 (table--generate-source-scan-lines, table-delete-row)
16619 (*table--cell-delete-char, table--spacify-frame)
16620 (table--horizontally-shift-above-and-below)
16621 (table--cell-insert-char, table--cell-blank-str)
16622 (table--fill-region-strictly):
16623 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16624 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16625
16626 * add-log.el (change-log):
16627 * apropos.el (apropos):
16628 * comint.el (comint-completion, comint-source):
16629 * dabbrev.el (dabbrev):
16630 * delim-col.el (columns):
16631 * diff-mode.el (diff-mode):
16632 * ediff.el (ediff):
16633 * ediff-diff.el (ediff-diff):
16634 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16635 * ediff-mult.el (ediff-mult):
16636 * ediff-ptch.el (ediff-ptch):
16637 * ediff-wind.el (ediff-window):
16638 * facemenu.el (facemenu):
16639 * indent.el (indent):
16640 * info.el (info):
16641 * jka-cmpr-hook.el (compression, jka-compr):
16642 * lpr.el (lpr):
16643 * outline.el (outlines):
16644 * pcmpl-cvs.el (pcmpl-cvs):
16645 * pcmpl-rpm.el (pcmpl-rpm):
16646 * printing.el (printing):
16647 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16648 (ps-print-vertical, ps-print-headers, ps-print-font)
16649 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16650 (ps-print-background, ps-print-printer, ps-print-page)
16651 (ps-print-miscellany):
16652 * ses.el (ses):
16653 * shell.el (shell, shell-directories, shell-faces):
16654 * startup.el (initialization):
16655 * strokes.el (strokes):
16656 * term.el (term):
16657 * uniquify.el (uniquify):
16658 * w32-vars.el (w32):
16659 * calc/calc.el (calc):
16660 * emacs-lisp/bytecomp.el (bytecomp):
16661 * emacs-lisp/cl-indent.el (lisp-indent):
16662 * emacs-lisp/edebug.el (edebug):
16663 * emacs-lisp/elp.el (elp):
16664 * emacs-lisp/testcover.el (testcover):
16665 * emacs-lisp/trace.el (trace):
16666 * emulation/viper-ex.el (viper-ex):
16667 * emulation/viper-mous.el (viper-mouse):
16668 * mail/mailalias.el (mailalias):
16669 * mail/supercite.el (supercite, supercite-frames)
16670 (supercite-attr, supercite-cite, supercite-hooks):
16671 * net/rcompile.el (remote-compile):
16672 * net/rlogin.el (rlogin):
16673 * obsolete/ooutline.el (outlines):
16674 * progmodes/delphi.el (delphi):
16675 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16676 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16677 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16678 (ebnf-optimization):
16679 * progmodes/etags.el (etags):
16680 * progmodes/executable.el (executable):
16681 * progmodes/idlwave.el (idlwave):
16682 * progmodes/pascal.el (pascal):
16683 * progmodes/prolog.el (prolog):
16684 * progmodes/python.el (python):
16685 * progmodes/scheme.el (scheme):
16686 * progmodes/sh-script.el (sh, sh-script):
16687 * progmodes/sql.el (SQL):
16688 * progmodes/tcl.el (tcl):
16689 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16690 * textmodes/enriched.el (enriched):
16691 * textmodes/makeinfo.el (makeinfo):
16692 * textmodes/sgml-mode.el (sgml):
16693 * textmodes/table.el (table-hooks):
16694 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16695 * textmodes/texinfo.el (texinfo):
16696 * textmodes/two-column.el (two-column):
16697 Finish `defgroup' description with period.
16698
16699 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16700 * eshell/esh-var.el (eshell-var):
16701 * progmodes/vhdl-mode.el (vhdl-testbench):
16702 * textmodes/org.el (org): Fix typos in docstrings.
16703
16704 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16705 consistency.
16706
16707 * progmodes/flymake.el (flymake-find-file): Remove.
16708 (flymake-float-time): Use `with-no-warnings'.
16709 (flymake-check-start-time, flymake-check-was-interrupted)
16710 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16711 (flymake-new-err-info): `defvar' at compile time.
16712
16713 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16714
16715 * replace.el (occur-hook): Doc fix.
16716 (occur-1): Don't call `occur-hook' if there are no matches.
16717
16718 2005-07-03 Richard M. Stallman <rms@gnu.org>
16719
16720 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16721 global-map, save the same map.
16722 (global-map): Don't alter it at top level.
16723 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16724 Then alter it here instead.
16725 (tpu-edt-off): Set global-map to the saved one.
16726
16727 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16728 All references simplified.
16729 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16730 (zmacs-regions): Add defvar.
16731 (repeat-complex-command-map): Everything about that deleted.
16732
16733 * textmodes/artist.el (artist-key-is-drawing)
16734 (artist-key-endpoint1, artist-key-poly-point-list)
16735 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16736 (artist-key-compl-table, artist-rb-save-data)
16737 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16738 Don't put them in eval-when-compile.
16739 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16740
16741 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16742 Use with-no-warnings.
16743
16744 * net/browse-url.el (dos-windows-version): Add defvar.
16745
16746 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16747
16748 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16749 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16750 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16751 Add defvar.
16752 (rmail-summary-beginning-of-message): Use with-no-warnings.
16753 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16754
16755 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16756 Use with-no-warnings.
16757
16758 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16759 (c-mark-function): Add point-moving-unit property.
16760 (vi-goto-line): Use with-no-warnings.
16761
16762 * emulation/edt.el (edt-last-copied-word): Add defvar.
16763 (zmacs-region-stays): Likewise.
16764 (edt-mark-section-wisely): Use c-mark-function for C.
16765 Use makr-defun for Fortran.
16766 (time-string): defvar deleted.
16767 (edt-display-the-time): Don't set time-string.
16768
16769 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16770
16771 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16772 Don't warn when name is not constant
16773 or for defining the group `emacs'.
16774
16775 * tooltip.el (gud-tooltip-mode): Add defvar.
16776
16777 * startup.el (default-frame-background-mode): Add defvar.
16778
16779 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16780
16781 * info.el (tool-bar-map): Add defvar.
16782
16783 * dired.el (dnd-protocol-alist): Add defvar.
16784
16785 * dired-aux.el (dired-query): Display question with answer, when
16786 the user answers.
16787
16788 * custom.el (custom-add-option): Doc fix.
16789
16790 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16791
16792 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16793
16794 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16795 bogus name from the last change.
16796
16797 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16798
16799 * custom.el (custom-declare-variable): Fix typos in comment.
16800 (custom-known-themes): Doc fix.
16801 (custom-theme-directory): New defcustom.
16802 (require-theme): Make it check `custom-theme-directory'.
16803
16804 * cus-theme.el (custom-new-theme-mode): New function.
16805 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16806 (custom-theme-description): Add compiler defvars.
16807 (customize-create-theme): Add doc to the "*New Custom Theme*"
16808 buffer. Use `custom-new-theme-mode'.
16809 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16810 and save it to the `custom-theme-directory'. Make this the
16811 default directory of the buffer.
16812
16813 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16814
16815 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16816 Fix unbalanced parentheses.
16817
16818 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16819
16820 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16821 into flymake-mode and delegate to flymake-mode.
16822
16823 * find-file.el (ff-which-function-are-we-in): Clean up.
16824
16825 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16826
16827 * replace.el (occur-rename-buffer): Fix docstring.
16828
16829 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16830 (edt-last-copied-word, edt-learn-macro-count)
16831 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16832 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16833 (time-string, zmacs-region-stays):
16834 * emulation/edt-mapper.el (edt-save-function-key-map)
16835 (EDT-key-name): `defvar' to silence the byte-compiler.
16836
16837 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16838
16839 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16840 font-lock-regexp-backslash. Doc fix.
16841 (font-lock-regexp-backslash-grouping-construct): Rename from
16842 font-lock-regexp-backslash-construct. Doc fix.
16843 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16844 grouping constructs.
16845
16846 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16847
16848 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16849 updating all the prerequisites.
16850
16851 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16852
16853 * textmodes/org.el (org-agenda-start-on-weekday)
16854 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16855 (org-agenda-use-time-grid, org-archive-location)
16856 (org-allow-space-in-links, org-usenet-links-prefer-google)
16857 (org-enable-table-editor, org-export-default-language)
16858 (org-export-html-show-new-buffer, org-fill-paragraph)
16859 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16860 (org-goto-quit, org-occur, org-eval-in-calendar)
16861 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16862 (org-agenda-diary-entry, org-remember-help)
16863 (org-table-convert-region, org-at-table-p)
16864 (org-table-move-row-down, org-table-move-row-up)
16865 (org-table-copy-region, org-table-toggle-vline-visibility)
16866 (org-table-get-stored-formulas, org-table-get-specials)
16867 (org-recalc-commands, org-table-eval-formula)
16868 (org-table-formula-substitute-names, orgtbl-make-binding)
16869 (org-format-org-table-html, org-format-table-table-html)
16870 (org-format-table-table-html-using-table-generate-source)
16871 (org-customize): Fix typos in docstrings.
16872 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16873 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16874 (org-back-to-heading): Doc fixes.
16875 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16876 (org-agenda-change-all-lines, org-get-header):
16877 Improve argument/docstring consistency.
16878 (orgtbl-error): Fix error message.
16879
16880 * progmodes/flymake.el (flymake-find-possible-master-files)
16881 (flymake-master-file-compare, flymake-get-line-err-count)
16882 (flymake-highlight-line, flymake-gui-warnings-enabled):
16883 Fix typos in docstrings.
16884 (flymake-parse-line, flymake-get-project-include-dirs-function)
16885 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16886 Doc fixes.
16887 (flymake-get-project-include-dirs-function)
16888 (flymake-make-err-menu-data):
16889 Improve argument/docstring consistency.
16890
16891 2005-07-01 Lute Kamstra <lute@gnu.org>
16892
16893 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16894 Catch errors with ignore-errors. Use temporary buffer.
16895 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16896
16897 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16898 background color faces.
16899 (facemenu-set-foreground, facemenu-set-background):
16900 Use facemenu-set-face-from-menu.
16901 (facemenu-set-face-from-menu): Treat face names that start with
16902 "fg:" or "bg:" as special.
16903 (facemenu-add-new-color): Don't create faces. Simplify.
16904
16905 2005-06-30 Richard M. Stallman <rms@gnu.org>
16906
16907 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16908 (crm-find-current-element): Likewise.
16909
16910 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16911
16912 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16913
16914 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16915
16916 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16917 (archive-mouse-extract): Make it an obsolete alias.
16918 (archive-mode-map): Don't use archive-mouse-extract any more.
16919 (archive-mode, archive-extract): write-contents-hooks ->
16920 write-contents-functions.
16921 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16922 first arg.
16923 (archive-rename-entry): Update the call.
16924 (archive-zip-summarize): Remove unused var `method'.
16925 (archive-lzh-summarize): Remove unused var `creator'.
16926
16927 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16928 dedicated frame upon exit.
16929
16930 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16931 (archive-zip-extract, archive-zip-expunge)
16932 (archive-zip-update, archive-zip-update-case): Use executable-find.
16933 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16934 Use restore-buffer-modified-p.
16935 (archive-extract, archive-add-new-member, archive-write-file-member):
16936 Use with-current-buffer.
16937 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16938
16939 2005-06-30 Andreas Schwab <schwab@suse.de>
16940
16941 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16942
16943 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16944
16945 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16946
16947 2005-06-30 Juri Linkov <juri@jurta.org>
16948
16949 * faces.el (vertical-border): Inherit from mode-line-inactive
16950 only on tty.
16951
16952 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16953
16954 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16955 example, -NLINES in the `occur' docstring).
16956
16957 * replace.el (occur-1): When no matches are found, do not set the
16958 `buffer-read-only' and modified flags for the occur buffer,
16959 because it is deleted.
16960
16961 * emulation/cua-base.el (cua-check-pending-input)
16962 (cua-repeat-replace-region, cua-mode, cua-debug)
16963 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16964 Fix typos in docstrings.
16965
16966 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16967 (cua-cut-region-to-global-mark)
16968 (cua--cut-rectangle-to-global-mark):
16969 Remove period from end of messages.
16970
16971 * emulation/cua-rect.el (cua-do-rectangle-padding):
16972 Remove period from end of messages.
16973 (cua--rectangle-seq-format): Fix typo in docstring.
16974 (cua-sequence-rectangle, cua-fill-char-rectangle):
16975 Improve argument/docstring consistency.
16976
16977 2005-06-29 Juri Linkov <juri@jurta.org>
16978
16979 * faces.el (default-frame-background-mode): New internal variable.
16980 (frame-set-background-mode): Use it.
16981
16982 * startup.el (normal-top-level): Set default-frame-background-mode
16983 instead of frame-background-mode. Before setting it, test for its
16984 nil value. Remove tests for frame-background-mode and frame
16985 parameter `reverse'. Add test for "unspecified-fg".
16986
16987 * term/xterm.el (xterm-rxvt-set-background-mode):
16988 * term/rxvt.el (rxvt-set-background-mode):
16989 Set default-frame-background-mode instead of frame-background-mode.
16990
16991 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16992
16993 * simple.el (set-variable): Warn about obsolete user variables.
16994
16995 * imenu.el (imenu--completion-buffer):
16996 * mouse.el (mouse-buffer-menu-alist):
16997 * msb.el (msb-invisible-buffer-p):
16998 * calendar/diary-lib.el (diary-header-line-format):
16999 * emacs-lisp/pp.el (pp-buffer):
17000 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17001 * textmodes/picture.el (picture-replace-match):
17002 Change space constants followed by a sexp to "?\s ".
17003
17004 * play/decipher.el (decipher-loop-with-breaks):
17005 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17006 constants "protected" from end of line by a comment to "?\s".
17007
17008 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17009
17010 * font-lock.el (save-buffer-state): Use `declare'.
17011
17012 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17013 reset the syntax-table to cperl-mode-syntax-table.
17014 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17015 "foo_print_bar" is not matched as a reserved keyword.
17016
17017 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17018
17019 * textmodes/org.el (orgtbl-setup): New function, for delayed
17020 setup for the orgtbl commands.
17021 (org-calc-default-modes): New option.
17022 (orgtbl-make-binding): Use `defun' to get better help display.
17023 (org-diary): Call `org-compile-prefix-format'.
17024 (org-table-formula-substitute-names): New function.
17025 (org-agenda-day-view, org-agenda-week-view): New commands.
17026 (org-agenda-toggle-week-view): Command removed.
17027 (org-tbl-menu): Split off from org-org-menu.
17028 (org-mode): Move removal of outline-mode menus to here.
17029 (org-table-formula-debug): New option.
17030 (org-table-insert-row): Keep first field if just "#" or "*".
17031 (org-mode): Paragraph regexps fixed.
17032 (org-table-recalculate-regexp): New constant.
17033 (org-table-justify-field-maybe): Avoid replace if not necessary.
17034 (org-copy-special, org-cut-special): Use `call-interactively'.
17035 (org-table-copy-region): Take region from `interactive' call.
17036 (org-trim): Return string even if no match.
17037 (org-formula): New face.
17038 (org-set-font-lock-defaults): No longer highlight "FIXME".
17039 But highlight formula-related fields in table.
17040 (org-table-p): Use regexp, not fontification.
17041 (org-table-align): Handle white space at end of line.
17042 (org-table-formula-evaluate-inline): New option.
17043 (org-mode): Auto-wrapping in comment lines turned off.
17044 (org-table-copy-down): Evaluate only in copied field, not in
17045 destination.
17046 (org-table-current-formula): Variable removed.
17047 (org-table-store-formulas, org-table-get-stored-formulas)
17048 (org-table-modify-formulas, org-table-replace-in-formulas)
17049 (org-table-maybe-eval-formula): New functions.
17050 (org-table-get-formula): Modify to use stored formulas.
17051 (org-table-insert-column, org-table-delete-column)
17052 (org-table-move-column): Call `org-table-modify-formulas'.
17053 (org-complete): Add completion for keyword formulas.
17054 (orgtbl-mode): Pull orgtbl-mode-map to start of
17055 minor-mode-map-alist.
17056
17057 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * progmodes/python.el (python-check): Require `compile' before
17060 modifying its variables.
17061
17062 * newcomment.el (comment-indent-default): Don't get fooled by an early
17063 end of buffer.
17064
17065 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17066
17067 * ps-print.el (ps-print-version): Fix version number.
17068
17069 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17070
17071 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17072
17073 2005-06-28 Richard M. Stallman <rms@gnu.org>
17074
17075 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17076 (flyspell-local-mouse-map): Declaration deleted.
17077 (flyspell-mouse-map): Bind only mouse-2.
17078 (flyspell-mode-map): Don't test flyspell-use-local-map.
17079 (flyspell-overlay-keymap-property-name): Var deleted.
17080 (flyspell-mode-on): Don't make local bindings for
17081 flyspell-mouse-map and flyspell-mode-map.
17082 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17083
17084 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17085
17086 * progmodes/compile.el (compilation-next-error-function):
17087 Don't switch buffers; operate on the current buffer.
17088
17089 * progmodes/compile.el (compilation-error-file-name)
17090 (compilation-warning-file-name, compilation-info-file-name)
17091 (compilation-line-number, compilation-column-number): New faces.
17092 (compilation-error-face, compilation-warning-face)
17093 (compilation-info-face, compilation-line-face)
17094 (compilation-column-face): Use them.
17095
17096 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17097
17098 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17099
17100 * bindings.el (global-map): Bind insertchar and its variants.
17101
17102 2005-06-27 Richard M. Stallman <rms@gnu.org>
17103
17104 * textmodes/artist.el (artist-text-overwrite)
17105 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17106
17107 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17108
17109 * ps-print.el: It was not working the page selection for printing.
17110 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17111 (ps-print-version): New version 6.6.7.
17112 (ps-end-sheet): New fun.
17113 (ps-header-sheet, ps-end-job): Call it.
17114
17115 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17116
17117 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17118
17119 2005-06-27 Lute Kamstra <lute@gnu.org>
17120
17121 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17122 background color faces.
17123 (facemenu-get-face): Delete function.
17124 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17125 (facemenu-add-new-color): Make second argument mandatory.
17126 Create the appropriate face and return it. Simplify.
17127 (facemenu-set-foreground, facemenu-set-background): Don't check if
17128 color is defined. Use return value of facemenu-add-new-color.
17129
17130 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17131
17132 * progmodes/gud.el (gud-filter): Add missing argument to
17133 with-selected-window.
17134
17135 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17136
17137 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17138 a :require to the defcustom.
17139
17140 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17141 defcustoms corresponding to minor modes.
17142
17143 2005-06-26 David Ponce <david@dponce.com>
17144
17145 * recentf.el: Require tree-widget instead of wid-edit.
17146 (recentf-filename-handler): Fix widget :type.
17147 (recentf-cancel-dialog, recentf-open-more-files)
17148 (recentf-open-files-action): Doc fix.
17149 (recentf-dialog-goto-first): New function.
17150 (recentf-dialog-mode-map): Set parent keymap first.
17151 (recentf-dialog-mode): Define with define-derived-mode.
17152 Don't display continuation lines in dialogs.
17153 (recentf-edit-list): Rename from recentf-edit-selected-items.
17154 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17155 Simplify.
17156 (recentf-edit-list-validate): New function.
17157 (recentf-edit-list): Update accordingly.
17158 (recentf-open-files-item-shift): Remove.
17159 (recentf-open-files-item): Convert menu elements into tree and
17160 link widgets. Don't create the widgets.
17161 (recentf-open-files): Update accordingly.
17162 (recentf-save-list): Untabify.
17163
17164 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17165
17166 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17167 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17168 partially contained in the active region. Do not take active
17169 region into account when called from Lisp, unless INTERACTIVE arg
17170 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17171 avoid trouble with fields. Make marker point nowhere when no
17172 longer used. Always return nil. Doc fix.
17173 (flush-lines): Add INTERACTIVE arg. Do not take active region
17174 into account when called from Lisp, unless INTERACTIVE arg is
17175 non-nil. Use `forward-line' instead of `beginning-of-line' to
17176 avoid trouble with fields. Make marker point nowhere when no
17177 longer used. Always return nil. Doc fix.
17178 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17179 interchangeable. Do not take active region into account when
17180 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17181 message in echo area when called from Lisp, unless INTERACTIVE arg
17182 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17183 Return the number of matches. Doc fix.
17184 (occur): Doc fix.
17185 (perform-replace): Make comment follow double space convention for
17186 the sake of `outline-minor-mode'.
17187
17188 * faces.el (facep): Doc fix.
17189
17190 2005-06-25 Richard M. Stallman <rms@gnu.org>
17191
17192 * facemenu.el (facemenu-enable-faces-p): New function.
17193 (facemenu-background-menu, facemenu-foreground-menu)
17194 (facemenu-face-menu): Add menu-enable property.
17195
17196 * jka-compr.el (jka-compr-insert-file-contents):
17197 Special handling if cannot find the uncompression program.
17198
17199 * cus-face.el (custom-face-attributes): Add autoload.
17200
17201 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17202 Bind comment-indent-function locally.
17203
17204 * window.el (save-selected-window): Use save-current-buffer.
17205
17206 * subr.el (with-selected-window): Use save-current-buffer.
17207
17208 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17209 and with-current-buffer.
17210
17211 2005-06-24 Richard M. Stallman <rms@gnu.org>
17212
17213 * simple.el (line-move-1): Fix previous change.
17214
17215 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17216
17217 * replace.el (occur-1): Set `buffer-read-only' and the
17218 buffer-modified flag before running `occur-hook' to protect
17219 against unintentional buffer switches that can lead to data loss.
17220
17221 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17222
17223 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17224 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17225 initial error.
17226
17227 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17228 after fresh input.
17229 (gdb-var-create-handler): Put name of expression in quotes.
17230
17231 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17232
17233 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17234 elements of RING in order, and without bogus nil elements.
17235
17236 2005-06-23 Richard M. Stallman <rms@gnu.org>
17237
17238 * simple.el (set-variable): Args renamed; doc fix.
17239 (line-move-1): When there are overlays around, use vertical-motion.
17240
17241 * faces.el (escape-glyph): Use brown against light background.
17242 (nobreak-space): Rename from no-break-space.
17243 Fix previous change.
17244
17245 * dired-aux.el (dired-do-copy): Fix arg prompt.
17246
17247 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17248
17249 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17250
17251 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17252 rather than "Distributor".
17253
17254 2005-06-23 Lute Kamstra <lute@gnu.org>
17255
17256 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17257 (debug-on-entry): Use it. New interactive declaration that uses
17258 function-called-at-point.
17259
17260 2005-06-23 Kim F. Storm <storm@cua.dk>
17261
17262 * subr.el (save-match-data): Add comment about using evaporate arg
17263 to set-match-data.
17264
17265 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17266
17267 * cus-edit.el (customize-face)
17268 (customize-face-other-window): Handle face aliases.
17269
17270 * faces.el (face-documentation, set-face-attribute)
17271 (face-spec-set): Handle face aliases.
17272
17273 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17274
17275 * help-mode.el (help-make-xrefs): If a symbol representing a face
17276 name is not followed by the word "face", it could still be a
17277 function or variable name, so don't bypass other checks.
17278
17279 2005-06-22 Juri Linkov <juri@jurta.org>
17280
17281 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17282 Replace aliased functions with calls where second arg `inherit' is t.
17283
17284 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17285
17286 * progmodes/gdb-ui.el (gdb-error): New variable.
17287 (gdb-error): New function.
17288 (gdb-annotation-rules): Act on error-begin and error annotations.
17289 (gdb-concat-output): Use font-lock-warning-face for errors.
17290
17291 2005-06-22 Miles Bader <miles@gnu.org>
17292
17293 * bindings.el (propertized-buffer-identification): Use renamed
17294 `Buffer-menu-buffer' face.
17295
17296 * faces.el (vertical-border): Rename from `vertical-divider'.
17297 (escape-glyph): Change dark-background color back to `cyan'.
17298
17299 2005-06-21 Juri Linkov <juri@jurta.org>
17300
17301 * faces.el (face-user-default-spec): Try getting `customized-face'
17302 prior to `saved-face'.
17303 (frame-background-mode): Refill docstring.
17304
17305 * emacs-lisp/lisp-mode.el (eval-defun-1):
17306 * emacs-lisp/edebug.el (edebug-eval-defun):
17307 Set `saved-face' temporarily to nil before calling form.
17308 Set `customized-face' to the new spec after that.
17309
17310 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17311
17312 * subr.el (1value, lambda, key-substitution-in-progress):
17313 Doc fixes.
17314
17315 * autoinsert.el (auto-insert-alist):
17316 * ses.el (ses-call-printer):
17317 * subr.el (noreturn):
17318 * emacs-lisp/lisp.el (check-parens):
17319 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17320 * net/browse-url.el (browse-url-mosaic):
17321 * progmodes/cc-defs.el (c-safe-scan-lists):
17322 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17323 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17324 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17325 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17326 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17327 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17328
17329 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17330
17331 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17332
17333 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17334
17335 * calendar/appt.el (appt-make-list): Activate the package, if
17336 not already active (for backwards compatibility).
17337
17338 2005-06-20 Kim F. Storm <storm@cua.dk>
17339
17340 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17341
17342 2005-06-20 Miles Bader <miles@gnu.org>
17343
17344 * faces.el (vertical-divider): New face.
17345
17346 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17347
17348 * simple.el (kill-whole-line): Doc fix.
17349 (next-error-buffer-p, next-error-find-buffer)
17350 (clone-indirect-buffer): Fix typos in docstrings.
17351 (comment-line-break-function): Doc fix: don't say variable
17352 is automatically buffer-local (it isn't).
17353
17354 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17355
17356 * net/tramp-ftp.el (top):
17357 * net/tramp-smb.el (top):
17358 * net/tramp-util.el (top):
17359 * net/tramp-uu.el (top):
17360 * net/tramp-vc.el (top):
17361 * net/tramp.el (top): Revert copyright years back to original
17362 ones. Tramp has a life outside GNU Emacs.
17363
17364 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17365
17366 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17367
17368 2005-06-18 Juri Linkov <juri@jurta.org>
17369
17370 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17371 end of first regexp to limit the match to the position between
17372 line number and source line with same separator character as used
17373 between file name and line number. In the second regexp limit
17374 mouse-face area to file name and line number by adding new group
17375 for them and referring it in HYPERLINK arg.
17376 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17377 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17378 previous line where grep markers may be already removed.
17379
17380 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17381
17382 * progmodes/ps-mode.el: Update version and maintainer's email address.
17383
17384 2005-06-18 Steve Youngs <steve@xemacs.org>
17385
17386 * net/browse-url.el (browse-url-browser-function)
17387 (browse-url-default-browser): Add firefox.
17388 (browse-url-firefox-program, browse-url-firefox-arguments)
17389 (browse-url-firefox-startup-arguments)
17390 (browse-url-firefox-new-window-is-tab): New defcustoms.
17391 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17392
17393 2005-06-17 Richard M. Stallman <rms@gnu.org>
17394
17395 * startup.el (command-line): Warn if specified user name has
17396 no home directory.
17397
17398 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17399 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17400
17401 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17402 Doc fixes.
17403
17404 * faces.el (underline): Try bold if terminal doesn't support underline.
17405
17406 * mail/sendmail.el (mail-setup-with-from): New variable.
17407 (mail-insert-from-field): New function.
17408 (sendmail-send-it): Call it.
17409 (mail-setup): Optionally call it here.
17410
17411 * term/linux.el: Call tty-no-underline.
17412
17413 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17414
17415 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17416
17417 2005-06-17 Miles Bader <miles@gnu.org>
17418
17419 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17420 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17421 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17422 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17423 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17424 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17425 Remove "-face" suffix from face names.
17426 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17427 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17428 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17429 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17430 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17431 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17432 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17433 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17434 New backward-compatibility aliases for renamed faces.
17435 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17436 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17437 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17438 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17439 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17440 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17441 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17442 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17443 Use renamed ediff faces.
17444
17445 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17446 Remove "-face" suffix from face names.
17447 (eshell-test-ok-face, eshell-test-failed-face):
17448 New backward-compatibility aliases for renamed faces.
17449 (eshell-run-test): Use renamed eshell-test faces.
17450
17451 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17452 face name.
17453 (eshell-prompt-face): New backward-compatibility alias for renamed
17454 face.
17455 (eshell-emit-prompt): Use renamed eshell-prompt face.
17456
17457 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17458 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17459 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17460 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17461 Remove "-face" suffix from face names.
17462 (eshell-ls-directory-face, eshell-ls-symlink-face)
17463 (eshell-ls-executable-face, eshell-ls-readonly-face)
17464 (eshell-ls-unreadable-face, eshell-ls-special-face)
17465 (eshell-ls-missing-face, eshell-ls-archive-face)
17466 (eshell-ls-backup-face, eshell-ls-product-face)
17467 (eshell-ls-clutter-face):
17468 New backward-compatibility aliases for renamed faces.
17469 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17470
17471 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17472 Remove "-face" suffix from face name.
17473 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17474 instead of literal face.
17475
17476 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17477
17478 * emacs-lisp/warnings.el (display-warning, lwarn)
17479 (warning-minimum-log-level): Doc fixes.
17480 (warning-minimum-level, warning-minimum-log-level):
17481 Add :debug to :type choices.
17482
17483 * progmodes/ada-mode.el (ada-format-paramlist)
17484 (ada-get-indent-case, ada-check-matching-start)
17485 (ada-check-defun-name, ada-goto-matching-decl-start)
17486 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17487 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17488 (ada-make-subprogram-body): Follow error conventions.
17489 (ada-case-exception-file, ada-indent-comment-as-code)
17490 (ada-indent-handle-comment-special, ada-indent-renames)
17491 (ada-indent-return, ada-search-directories-internal)
17492 (ada-tab-policy, ada-case-exception-substring)
17493 (ada-other-file-alist, ada-matching-start-re)
17494 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17495 (ada-imenu-generic-expression, ada-compile-goto-error)
17496 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17497 (ada-popup-menu, ada-add-extensions, ada-mode)
17498 (ada-region-selected, ada-create-case-exception)
17499 (ada-create-case-exception-substring, ada-after-keyword-p)
17500 (ada-activate-keys-for-case, ada-adjust-case-region)
17501 (ada-adjust-case-buffer, ada-format-paramlist)
17502 (ada-scan-paramlist, ada-insert-paramlist)
17503 (ada-indent-newline-indent)
17504 (ada-indent-newline-indent-conditional)
17505 (ada-justified-indent-current, ada-goto-previous-word)
17506 (ada-indent-current, ada-get-indent-open-paren)
17507 (ada-get-indent-paramlist, ada-get-indent-end)
17508 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17509 (ada-get-indent-block-start, ada-get-indent-subprog)
17510 (ada-get-indent-noindent, ada-get-indent-label)
17511 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17512 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17513 (ada-goto-stmt-end, ada-goto-next-word)
17514 (ada-check-matching-start, ada-check-defun-name)
17515 (ada-goto-matching-decl-start, ada-goto-matching-start)
17516 (ada-goto-matching-end, ada-search-ignore-string-comment)
17517 (ada-in-decl-p, ada-looking-at-semi-or)
17518 (ada-looking-at-semi-private, ada-in-paramlist-p)
17519 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17520 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17521 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17522 (ada-previous-package, ada-create-menu)
17523 (ada-fill-comment-paragraph-justify)
17524 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17525 (ada-other-file-name, ada-last-which-function-line)
17526 (ada-last-which-function-subprog, ada-which-function)
17527 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17528 (ada-gen-treat-proc, ada-check-emacs-version)
17529 (ada-continuation-indent, ada-align-region-separate):
17530 Fix typos in docstrings.
17531 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17532
17533 2005-06-16 Lute Kamstra <lute@gnu.org>
17534
17535 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17536 conditionally.
17537
17538 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17539
17540 * comint.el (comint-replace-by-expanded-filename)
17541 (comint-prompt-regexp, comint-delimiter-argument-list)
17542 (comint-preinput-scroll-to-bottom):
17543 * info.el (Info-hide-cookies-node):
17544 * ls-lisp.el (ls-lisp-classify):
17545 * find-file.el (ff-search-directories, ff-special-constructs)
17546 (ff-find-other-file):
17547 * font-lock.el (font-lock-keywords):
17548 * shell.el (shell-prompt-pattern)
17549 (shell-dynamic-complete-functions, shell-mode)
17550 (shell-delimiter-argument-list):
17551 * term.el (term-replace-by-expanded-filename)
17552 (term-prompt-regexp, term-delimiter-argument-list):
17553 * woman.el (woman-ignore, woman0-if):
17554 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17555 * emacs-lisp/elint.el (elint-init-env):
17556 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17557 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17558 * language/ethio-util.el (ethio-tilde-escape)
17559 (ethio-use-three-dot-question):
17560 * net/zone-mode.el (zone-mode-load-time-setup):
17561 * progmodes/cc-align.el (c-lineup-argcont):
17562 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17563 * progmodes/cperl-mode.el (cperl-set-style-back):
17564 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17565 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17566 Fix spellings in docstrings.
17567
17568 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17569 * progmodes/modula2.el (m2-for): Fix spellings.
17570
17571 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17572
17573 * simple.el (undo-more): Don't use `format' on `error' arguments.
17574 Improve argument/docstring consistency.
17575 (pending-undo-list): Doc fix.
17576
17577 * smerge-mode.el (smerge-ensure-match):
17578 * emulation/vip.el (vip-ex):
17579 * net/zone-mode.el (zone-mode-update-serial):
17580 * progmodes/idlwave.el (idlwave-complete):
17581 * progmodes/vhdl-mode.el (vhdl-visit-file)
17582 (vhdl-compose-wire-components):
17583 Don't use `format' on `error' arguments.
17584
17585 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17586 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17587 (tooltip-help-tips): Fix typos in docstrings.
17588
17589 2005-06-16 David Ponce <david@dponce.com>
17590
17591 * tree-widget.el (tree-widget-value-create): Simplify last change.
17592
17593 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17594
17595 * ido.el (ido-incomplete-regexp): New variable.
17596 (ido-set-matches-1): Handle invalid-regexp error and set
17597 ido-incomplete-regexp.
17598 (ido-incomplete-regexp): New face.
17599 (ido-completions): Use it.
17600 (ido-complete, ido-exit-minibuffer, ido-completions):
17601 Handle incomplete regexps.
17602 (ido-completions): Add check for complete match when entering a regexp.
17603
17604 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17607
17608 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17609
17610 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17611 by field delimiters.
17612
17613 2005-06-15 David Ponce <david@dponce.com>
17614
17615 * tree-widget.el: eval-and-compile inlined functions so they will
17616 be available at run-time too.
17617 (tree-widget-super-format-handler)
17618 (tree-widget-format-handler): Remove.
17619 (tree-widget-value-create): Handle the :indent property.
17620
17621 2005-06-15 Miles Bader <miles@gnu.org>
17622
17623 * progmodes/which-func.el (which-func): Only inherit
17624 `font-lock-function-name-face' when that makes sense against the
17625 default mode-line face, otherwise set the face color explicitly.
17626
17627 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17628 faces instead of (non-existent) variables.
17629
17630 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17631
17632 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17633 (iswitchb-get-matched-buffers): Likewise. Simplify.
17634
17635 2005-06-14 Miles Bader <miles@gnu.org>
17636
17637 * progmodes/ld-script.el (ld-script-location-counter):
17638 Remove "-face" suffix from face name.
17639 (ld-script-location-counter-face):
17640 New backward-compatibility alias for renamed face.
17641 (ld-script-location-counter-face): Use renamed face.
17642
17643 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17644 (cperl-hash): Remove "-face" suffix from face names.
17645 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17646 New backward-compatibility aliases for renamed faces.
17647 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17648 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17649
17650 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17651 name.
17652 (which-func-face): New backward-compatibility alias for renamed face.
17653 (which-func-format): Use renamed which-func face.
17654
17655 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17656 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17657 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17658 names.
17659 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17660 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17661 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17662 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17663 (vhdl-speedbar-architecture-selected)
17664 (vhdl-speedbar-configuration-selected)
17665 (vhdl-speedbar-package-selected)
17666 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17667 names.
17668 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17669 Use renamed faces.
17670 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17671 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17672 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17673 Use renamed faces.
17674 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17675 names.
17676 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17677 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17678 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17679 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17680 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17681 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17682
17683 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17684 face name.
17685 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17686 (sh-heredoc-face): Use renamed sh-heredoc face.
17687
17688 * progmodes/idlw-help.el (idlwave-help-link):
17689 Remove "-face" suffix from face name.
17690 (idlwave-help-link-face):
17691 New backward-compatibility alias for renamed face.
17692 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17693
17694 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17695 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17696 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17697 New backward-compatibility aliases for renamed faces.
17698 (idlwave-shell-disabled-breakpoint-face)
17699 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17700
17701 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17702 Remove "-face" suffix from face names.
17703 (flymake-errline-face, flymake-warnline-face):
17704 New backward-compatibility aliases for renamed faces.
17705 (flymake-highlight-line): Use renamed flymake faces.
17706
17707 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17708 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17709 (ebrowse-member-class, ebrowse-progress):
17710 Remove "-face" suffix from face names.
17711 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17712 (ebrowse-file-name-face, ebrowse-default-face)
17713 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17714 (ebrowse-progress-face):
17715 New backward-compatibility aliases for renamed faces.
17716 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17717 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17718 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17719 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17720
17721 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17722 antlr-syntax)
17723 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17724 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17725 names.
17726 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17727 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17728 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17729 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17730 backward-compatibility aliases for renamed faces.
17731 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17732 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17733 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17734 remove "font-lock-". Use renamed antlr-mode faces.
17735 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17736 literal face-names with face variable references.
17737
17738 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17739 face name.
17740 (Buffer-menu-buffer-face): New backward-compatibility alias for
17741 renamed face.
17742 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17743
17744 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17745
17746 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17747 Eliminate "-face" suffix.
17748 (makefile-targets): Inherit from font-lock-function-name-face and
17749 eliminate "-face" suffix.
17750 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17751 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17752 actions, instead of prepending, to make it less visible.
17753 (makefile-previous-dependency, makefile-match-dependency):
17754 Don't match a target on a continuation line.
17755
17756 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17757
17758 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17759
17760 * progmodes/gdb-ui.el (menu): Re-order menu items.
17761 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17762
17763 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17764 Define in tooltip.el.
17765 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17766 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17767 gud-tooltip-echo-area.
17768
17769 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17770 backward compatibility and make obsolete.
17771 (tooltip-help-tips): Use tooltip-use-echo-area.
17772 (tooltip-show-help-function): Rename to...
17773 (tooltip-show-help): ...this, because it is a function.
17774 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17775
17776 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17777
17778 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17779 (edebug-print-length, edebug-print-level, edebug-print-circle)
17780 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17781 (edebug-eval-print-last-sexp): Doc fixes.
17782
17783 2005-06-14 Kim F. Storm <storm@cua.dk>
17784
17785 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17786 as the coverage buffer/file/both may change.
17787
17788 2005-06-14 Lute Kamstra <lute@gnu.org>
17789
17790 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17791 and run-mode-hooks. Simplify.
17792
17793 * mail/rmailedit.el (rmail-edit-mode):
17794 * progmodes/octave-inf.el (inferior-octave-mode):
17795 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17796
17797 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17798 and run-mode-hooks.
17799 (recentf-edit-list, recentf-open-files): Don't call
17800 kill-all-local-variables directly.
17801
17802 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17803
17804 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17805
17806 * emacs-lisp/byte-run.el (make-obsolete)
17807 (define-obsolete-function-alias): Rename arguments FUNCTION and
17808 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17809 (make-obsolete-variable, define-obsolete-variable-alias):
17810 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17811 respectively.
17812
17813 * isearchb.el (isearchb-activate):
17814 * pcvs.el (cvs-mode):
17815 * ses.el (ses-load):
17816 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17817 * net/tramp.el (tramp-find-file-exists-command)
17818 (tramp-find-shell):
17819 * progmodes/ada-mode.el (ada-create-case-exception)
17820 (ada-create-case-exception-substring, ada-make-subprogram-body):
17821 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17822 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17823 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17824 * textmodes/org.el (org-promote, org-evaluate-time-range)
17825 (org-agenda-next-date-line, org-agenda-previous-date-line)
17826 (org-agenda-error, org-open-at-point, org-table-move-row)
17827 (org-format-table-table-html-using-table-generate-source)
17828 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17829 * textmodes/reftex.el (reftex-access-scan-info):
17830 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17831 (reftex-toc-promote-prepare): Follow error conventions.
17832
17833 * diff-mode.el (diff-mode): Fix typo in docstring.
17834
17835 * forms.el (forms--intuit-from-file): Fix reference to
17836 `forms-number-of-fields' in error message.
17837 (forms-print): Fix quoting in error message.
17838
17839 * forms.el (forms-mode):
17840 * emulation/vi.el (vi-goto-insert-state):
17841 * progmodes/flymake.el (flymake-new-err-info)
17842 (flymake-start-syntax-check-for-current-buffer)
17843 (flymake-simple-cleanup):
17844 * eshell/esh-var.el (eshell/export):
17845 * progmodes/gud.el (xdb):
17846 * textmodes/flyspell.el (flyspell-incorrect-hook)
17847 (flyspell-maybe-correct-transposition)
17848 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17849
17850 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17851
17852 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17853 minibuffer prompt.
17854
17855 2005-06-13 Kim F. Storm <storm@cua.dk>
17856
17857 * subr.el (add-to-ordered-list): New defun.
17858
17859 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17860 add cua--keymap-alist to emulation-mode-map-alists.
17861
17862 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17863
17864 * subr.el (complete-in-turn): New macro.
17865 (dynamic-completion-table, lazy-completion-table): Add debug info.
17866
17867 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17868 in preference to face aliases.
17869
17870 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17871 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17872 Remove unused vars `start' and `firstline'.
17873 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17874 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17875
17876 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17877
17878 * cus-start.el (all): Don't complain about missing GTK-related
17879 variables, unless either `gtk' is boundp or this isn't a
17880 `windows-nt' build.
17881
17882 2005-06-13 Lute Kamstra <lute@gnu.org>
17883
17884 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17885 run-mode-hooks.
17886
17887 * ediff-mult.el (ediff-meta-mode):
17888 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17889
17890 * ledit.el (ledit-mode): Use delay-mode-hooks.
17891
17892 * woman.el (woman-mode-line-format): Delete constant.
17893 (woman-mode-map): Initialize it properly.
17894 (woman-mode): Set mode-class property to special.
17895 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17896 Set major-mode and mode-name. Don't set mode-line-format directly.
17897 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17898
17899 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17900 string argument obsolete.
17901
17902 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17903
17904 * textmodes/org.el (org-CUA-compatible): New option.
17905 (org-disputed-keys): New variable.
17906 (org-key): New function.
17907 (orgtbl-make-binding): Add docstring to the created function.
17908 (org-mode): Set paragraph start/separate regexps.
17909 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17910 (org-archive-location, org-archive-mark-done)
17911 (org-archive-stamp-time): New options.
17912 (org-archive-subtree): New command.
17913 (org-fill-paragraph): New function.
17914 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17915 (org-fake-empty-table-line): Function removed.
17916 (org-format-org-table-html): Do not create empty table lines at
17917 separator lines. Improved table header treatment.
17918 (org-link-format): New option.
17919 (org-make-link): New function.
17920 (org-insert-link, org-store-link): Use org-make-link.
17921 (org-open-file): Quote file name for shell command, to allow
17922 spaces in file names.
17923 (org-link-regexp): Fix bug with mailto link.
17924 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17925 New constants.
17926 (org-export-as-html): Deal with the optional angles around a link.
17927 Better treatment of file: links.
17928 (org-open-at-point): Replace @{ and @} with < and >.
17929 (org-run-mode-hooks): Function removed.
17930 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17931
17932 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17933
17934 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17935 MI command -data-list-register-values.
17936 (gdb-post-prompt): Indent properly.
17937
17938 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17939
17940 * hilit-chg.el (highlight-changes-colors): Rename from
17941 `highlight-changes-colours'.
17942 (highlight-changes-colours): Keep as obsolete alias.
17943 (highlight-changes-face-list): Doc fix.
17944 (hilit-chg-make-list): Use `highlight-changes-colors'.
17945
17946 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17947
17948 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17949 defun-prompt-regexp.
17950
17951 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17952
17953 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17954 and cygwin.
17955
17956 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17957 Don't use an old loaddefs.el, as in Makefile.in.
17958
17959 2005-06-12 Lute Kamstra <lute@gnu.org>
17960
17961 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17962
17963 * man.el (Man-mode-map): Initialize it properly.
17964 (Man-mode): Set mode-class property to special.
17965
17966 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17967
17968 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17969
17970 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17971 A newline is needed in the docstring there.
17972
17973 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17974 Doc fixes.
17975
17976 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17977
17978 * printing.el: Doc fix. The menubar is no more changed when printing
17979 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17980 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17981 (pr-version): New version number (6.8.4).
17982 (pr-menu-bind): New command.
17983 (pr-update-menus): Docstring and code fix.
17984 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17985 Docstring fix.
17986 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17987 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17988
17989 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17990
17991 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17992 "Returns" to "return", document useful return values, etc.
17993
17994 2005-06-11 Alan Mackenzie <acm@muc.de>
17995
17996 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17997 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17998 (adaptive-file-function): Minor amendment to doc-string.
17999
18000 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18001
18002 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18003 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18004 Fix :type--it is `integer', not `string'.
18005
18006 * faces.el (modeline-highlight): Rename from (the erroneous)
18007 `modeline-higilight'.
18008
18009 2005-06-11 Lute Kamstra <lute@gnu.org>
18010
18011 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18012 lisp-interaction-mode-map but make it the parent.
18013 (edebug-eval-mode): Use define-derived-mode.
18014
18015 2005-06-11 Andreas Schwab <schwab@suse.de>
18016
18017 * bindings.el: Add binding of `ESC functionkey' for every
18018 `M-functionkey'.
18019 * hexl.el (hexl-mode-map): Likewise.
18020
18021 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18022
18023 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18024 [msft]: update regexp for newer msft compilers.
18025
18026 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18027
18028 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18029 ATTLIST portions of included DTDs.
18030 (xml-parse-dtd): Eliminate use of inefficient match-data.
18031
18032 2005-06-10 Miles Bader <miles@gnu.org>
18033
18034 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18035 (mpuz-text): Remove "-face" suffix from face names.
18036 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18037 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18038 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18039
18040 * play/gomoku.el (gomoku-O, gomoku-X):
18041 Remove "-face" suffix from face names.
18042 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18043 New backward-compatibility aliases for renamed faces.
18044 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18045
18046 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18047
18048 * thumbs.el: Fixes for changes of 2005-06-09.
18049 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18050 as a directory.
18051 (thumbs-thumbname): Remove directory separator from format string;
18052 `thumbs-thumbsdir' now returns a valid directory name.
18053 (thumbs-temp-dir): New defsubst.
18054 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18055 Use it.
18056
18057 * cus-edit.el (minibuffer):
18058 * files.el (make-backup-file-name-function):
18059 * filesets.el (filesets-external-viewers):
18060 * hilit-chg.el (highlight-changes-colours)
18061 (highlight-changes-face-list, highlight-changes-rotate-faces):
18062 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18063 * kmacro.el (kmacro-call-macro):
18064 * log-edit.el (log-edit-changelog-full-paragraphs):
18065 * mouse.el (mouse-1-click-follows-link):
18066 * skeleton.el (skeleton-autowrap):
18067 * subr.el (insert-for-yank-1):
18068 * tempo.el (tempo-insert-region):
18069 * terminal.el (terminal-emulator):
18070 * time.el (display-time-mail-face):
18071 * vc.el (vc-annotate):
18072 * vcursor.el (vcursor-copy-line):
18073 * woman.el (woman-bold-headings, woman-ignore)
18074 (woman-default-faces, woman-monochrome-faces):
18075 * calendar/todo-mode.el (todo-insert-threshold):
18076 * emulation/pc-select.el (pc-select-selection-keys-only)
18077 (pc-selection-mode):
18078 * emulation/vip.el (vip-find-char-forward):
18079 * emulation/viper-cmd.el (viper-find-char-forward):
18080 * international/mule-cmds.el
18081 (select-safe-coding-system-accept-default-p)
18082 (input-method-exit-on-invalid-key):
18083 * international/mule-diag.el (describe-coding-system):
18084 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18085 * net/browse-url.el (browse-url-xterm-program):
18086 * obsolete/lazy-lock.el (lazy-lock-mode):
18087 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18088 (cperl-mode):
18089 * progmodes/cpp.el (cpp-face-light-name-list)
18090 (cpp-face-dark-name-list):
18091 * progmodes/delphi.el (delphi-newline-always-indents):
18092 Fix spellings in docstrings.
18093
18094 * ido.el (ido-mode, ido-file-extensions-order)
18095 (ido-default-file-method, ido-default-buffer-method)
18096 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18097 (ido-decorations, ido-read-file-name-as-directory-commands)
18098 (ido-read-file-name-non-ido, ido-work-directory-list)
18099 (ido-ignore-item-temp-list, ido-current-directory)
18100 (ido-magic-forward-char, ido-enter-find-file)
18101 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18102 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18103
18104 2005-06-10 Lute Kamstra <lute@gnu.org>
18105
18106 * play/dunnet.el (dun-mode): Use define-derived-mode.
18107 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18108 obsolete alias.
18109
18110 * play/doctor.el (doctor-mode-map): Remove defvar.
18111 (doctor-mode): Use define-derived-mode.
18112
18113 * mail/mspools.el (mspools-mode):
18114 * net/eudc-hotlist.el (eudc-hotlist-mode):
18115 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18116
18117 2005-06-10 Miles Bader <miles@gnu.org>
18118
18119 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18120 Remove "-face" suffix from face names.
18121 (flyspell-incorrect-face, flyspell-duplicate-face):
18122 New backward-compatibility aliases for renamed faces.
18123 (flyspell-mode-on, make-flyspell-overlay)
18124 (flyspell-highlight-incorrect-region)
18125 (flyspell-highlight-duplicate-region)
18126 (flyspell-display-next-corrections)
18127 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18128
18129 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18130 from face name.
18131 (texinfo-heading-face): New backward-compatibility alias for
18132 renamed face.
18133 (texinfo-heading-face): Use renamed texinfo-heading face.
18134
18135 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18136 suffix from face names.
18137 (tex-math-face, tex-verbatim-face):
18138 New backward-compatibility aliases for renamed faces.
18139 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18140 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18141 literal face name.
18142
18143 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18144 name.
18145 (table-cell-face): New backward-compatibility alias for renamed face.
18146 (table--put-cell-face-property, table--update-cell-face):
18147 Use renamed table-cell face.
18148
18149 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18150 from face name.
18151 (sgml-namespace-face): New backward-compatibility alias for
18152 renamed face.
18153 (sgml-namespace-face): Use renamed sgml-namespace face.
18154
18155 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18156 (org-level-4, org-level-5, org-level-6, org-level-7)
18157 (org-level-8, org-warning, org-headline-done)
18158 (org-deadline-announce, org-scheduled-today)
18159 (org-scheduled-previously, org-link, org-done, org-table)
18160 (org-time-grid): Remove "-face" suffix from face names.
18161 (org-level-1-face, org-level-2-face, org-level-3-face)
18162 (org-level-4-face, org-level-5-face, org-level-6-face)
18163 (org-level-7-face, org-level-8-face, org-warning-face)
18164 (org-headline-done-face, org-deadline-announce-face)
18165 (org-scheduled-today-face, org-scheduled-previously-face)
18166 (org-link-face, org-done-face, org-table-face)
18167 (org-time-grid-face):
18168 New backward-compatibility aliases for renamed faces.
18169 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18170 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18171 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18172 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18173
18174 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18175 (viper-minibuffer-emacs, viper-minibuffer-insert)
18176 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18177 (viper-search-face, viper-replace-overlay-face)
18178 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18179 (viper-minibuffer-vi-face):
18180 New backward-compatibility aliases for renamed faces.
18181 (viper-search-face, viper-replace-overlay-face)
18182 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18183 (viper-minibuffer-vi-face): Use renamed viper faces.
18184
18185 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18186 Remove "-face" suffix from face names.
18187 (testcover-nohits-face, testcover-1value-face):
18188 New backward-compatibility aliases for renamed faces.
18189 (testcover-mark): Use renamed testcover faces.
18190
18191 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18192 face name.
18193 (diary-button-face): New backward-compatibility alias for renamed face.
18194 (diary-entry): Use renamed diary-button face.
18195
18196 * calendar/calendar.el (diary, calendar-today, holiday)
18197 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18198 (diary-face, calendar-today-face, holiday-face):
18199 New backward-compatibility aliases for renamed faces.
18200 (eval-after-load "facemenu", diary-entry-marker)
18201 (calendar-today-marker, calendar-holiday-marker, diary-face):
18202 Use renamed calendar faces.
18203
18204 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18205 (compare-windows-face): New backward-compatibility alias for
18206 renamed face.
18207 (compare-windows-highlight): Use renamed compare-windows face.
18208
18209 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18210 (strokes-char-face): New backward-compatibility alias for renamed face.
18211 (strokes-encode-buffer): Use renamed strokes-char face.
18212
18213 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18214 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18215 Remove "-face" suffix from face names.
18216 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18217 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18218 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18219 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18220 Use renamed pcvs faces.
18221 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18222 * pcvs-defs.el (cvs-mode-map): Likewise.
18223 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18224
18225 * info.el (info-title-1, info-title-2, info-title-3)
18226 (info-title-4): Remove "-face" suffix from and downcase face names.
18227 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18228 (Info-title-4-face):
18229 New backward-compatibility aliases for renamed faces.
18230 (Info-fontify-node): Use renamed info faces.
18231
18232 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18233 Remove "-face" suffix from face names.
18234 (highlight-changes-face, highlight-changes-delete-face):
18235 New backward-compatibility aliases for renamed faces.
18236 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18237 (hilit-chg-make-list): Use renamed highlight-changes faces.
18238
18239 * generic-x.el (show-tabs-tab, show-tabs-space):
18240 Remove "-face" suffix from face names.
18241 (show-tabs-tab-face, show-tabs-space-face):
18242 New backward-compatibility aliases for renamed faces.
18243 (show-tabs-generic-mode-font-lock-defaults-1)
18244 (show-tabs-generic-mode-font-lock-defaults-2):
18245 Use renamed show-tabs faces.
18246
18247 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18248 (smerge-markers): Remove "-face" suffix from face names.
18249 (smerge-mine-face, smerge-other-face, smerge-base-face)
18250 (smerge-markers-face):
18251 New backward-compatibility aliases for renamed faces.
18252 (smerge-mine-face, smerge-other-face, smerge-base-face)
18253 (smerge-markers-face): Use renamed smerge faces.
18254
18255 * log-view.el (log-view-file, log-view-message): Remove "-face"
18256 suffix from face names.
18257 (log-view-file-face, log-view-message-face):
18258 New backward-compatibility aliases for renamed faces.
18259 (log-view-file-face, log-view-message-face): Use renamed log-view
18260 faces.
18261
18262 * paren.el (show-paren-match, show-paren-mismatch):
18263 Remove "-face" suffix from face names.
18264 (show-paren-match-face, show-paren-mismatch-face):
18265 New backward-compatibility aliases for renamed faces.
18266 (show-paren-function): Use renamed show-paren faces.
18267
18268 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18269 (ruler-mode-margins, ruler-mode-fringes)
18270 (ruler-mode-column-number, ruler-mode-fill-column)
18271 (ruler-mode-comment-column, ruler-mode-goal-column)
18272 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18273 suffix from face names.
18274 (ruler-mode-default-face, ruler-mode-pad-face)
18275 (ruler-mode-margins-face, ruler-mode-fringes-face)
18276 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18277 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18278 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18279 New backward-compatibility aliases for renamed faces.
18280 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18281 (ruler-mode-column-number, ruler-mode-fill-column)
18282 (ruler-mode-comment-column, ruler-mode-goal-column)
18283 (ruler-mode-tab-stop, ruler-mode-current-column)
18284 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18285 faces.
18286
18287 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18288 face name.
18289 (whitespace-highlight-the-space): Use renamed face.
18290 (whitespace-highlight-face): New backward-compatibility alias for
18291 renamed face.
18292
18293 * woman.el (woman-italic, woman-bold, woman-unknown)
18294 (woman-addition, woman-symbol-face):
18295 Remove "-face" suffix from face names.
18296 (woman-italic-face, woman-bold-face, woman-unknown-face)
18297 (woman-addition-face):
18298 New backward-compatibility aliases for renamed faces.
18299 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18300 (woman-decode-region, woman-replace-match)
18301 (woman-display-extended-fonts, woman-special-characters)
18302 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18303 Use renamed woman faces.
18304
18305 * longlines.el (longlines-visible-face): Face removed.
18306
18307 * diff-mode.el (diff-header, diff-file-header, diff-index)
18308 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18309 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18310 suffix from face names.
18311 (diff-header-face, diff-file-header-face, diff-index-face)
18312 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18313 (diff-changed-face, diff-function-face, diff-context-face)
18314 (diff-nonexistent-face): New backward-compatibility aliases for
18315 renamed faces.
18316 (diff-header-face, diff-file-header-face)
18317 (diff-index, diff-index-face, diff-hunk-header)
18318 (diff-hunk-header-face, diff-removed, diff-removed-face)
18319 (diff-added, diff-added-face, diff-changed-face, diff-function)
18320 (diff-function-face, diff-context-face, diff-nonexistent)
18321 (diff-nonexistent-face): Use renamed diff-mode faces.
18322
18323 * progmodes/compile.el (compilation-warning-face)
18324 (compilation-info-face): Remove "-face" suffix from face names.
18325 (compilation-warning-face, compilation-info-face):
18326 New backward-compatibility aliases for renamed faces.
18327 (compilation-warning-face, compilation-info-face):
18328 Use renamed compilation faces.
18329
18330 * add-log.el (change-log-date, change-log-name)
18331 (change-log-email, change-log-file, change-log-list)
18332 (change-log-conditionals, change-log-function)
18333 (change-log-acknowledgement): Remove "-face" suffix from face names.
18334 (change-log-date-face, change-log-name-face)
18335 (change-log-email-face, change-log-file-face)
18336 (change-log-list-face, change-log-conditionals-face)
18337 (change-log-function-face, change-log-acknowledgement-face):
18338 New backward-compatibility aliases for renamed faces.
18339 (change-log-font-lock-keywords): Use renamed change-log faces.
18340
18341 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18342 (custom-set, custom-changed, custom-saved, custom-button)
18343 (custom-button-pressed, custom-documentation, custom-state)
18344 (custom-comment, custom-comment-tag, custom-variable-tag)
18345 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18346 (custom-group-tag): Remove "-face" suffix from face names.
18347 (custom-magic-alist, custom-magic-value-create)
18348 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18349 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18350 (custom-set-face, custom-changed-face, custom-saved-face)
18351 (custom-button-face, custom-button-pressed-face)
18352 (custom-documentation-face, custom-state-face)
18353 (custom-comment-face, custom-comment-tag-face)
18354 (custom-variable-tag-face, custom-variable-button-face)
18355 (custom-face-tag-face, custom-group-tag-face-1)
18356 (custom-group-tag-face):
18357 New backward-compatibility aliases for renamed faces.
18358
18359 * wid-edit.el (widget-documentation, widget-button)
18360 (widget-field, widget-single-line-field, widget-inactive)
18361 (widget-button-pressed): "-face" suffix removed from face names.
18362 (widget-documentation-face, widget-button-face)
18363 (widget-field-face, widget-single-line-field-face)
18364 (widget-inactive-face, widget-button-pressed-face):
18365 New backward-compatibility aliases for renamed faces.
18366 (widget-documentation-face, widget-button-face)
18367 (widget-button-pressed-face, widget-specify-field)
18368 (widget-specify-inactive): Use renamed widget faces.
18369
18370 2005-06-10 Kenichi Handa <handa@m17n.org>
18371
18372 * term/x-win.el (x-clipboard-yank): Remove condition-case
18373 wrapping.
18374
18375 2005-06-11 Kenichi Handa <handa@m17n.org>
18376
18377 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18378 date lines stricter.
18379
18380 2005-06-10 Zhang Wei <id.brep@gmail.com>
18381
18382 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18383 of x-get-selection.
18384
18385 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18386
18387 * comint.el (comint-mode, comint-snapshot-last-prompt):
18388 * frame.el (frame-current-scroll-bars):
18389 * term.el (term-mode, term-check-proc, term-input-sender)
18390 (term-simple-send, term-extract-string, term-word)
18391 (term-match-partial-filename):
18392 * window.el (window-current-scroll-bars):
18393 * emulation/cua-base.el (cua-normal-cursor-color)
18394 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18395 (cua-global-mark-cursor-color):
18396 * mail/undigest.el (rmail-forward-separator-regex):
18397 Fix typos in docstrings.
18398
18399 * comint.el (comint-check-proc, make-comint-in-buffer)
18400 (comint-source-default): Doc fixes.
18401
18402 * term.el (term-send-string): Improve argument/docstring consistency.
18403
18404 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18405
18406 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18407 call to `delete-region'.
18408 (comint-mode-hook): Do not enable Font Lock by default.
18409
18410 2005-06-09 Lute Kamstra <lute@gnu.org>
18411
18412 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18413 could be void.
18414
18415 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18416
18417 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18418 (debug): Use it.
18419 (debugger-step-through, debugger-continue, debugger-jump)
18420 (debugger-return-value): Set it when needed.
18421 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18422 Use inhibit-read-only.
18423
18424 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18425
18426 * window.el (shrink-window-if-larger-than-buffer)
18427 (window-size-fixed): Fix typo in docstring.
18428
18429 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18430 thumbnails directory on loading.
18431 (thumbs-conversion-program): Use `eq' to check the system type,
18432 not `equal'.
18433 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18434 not "/tmp". Fix docstring.
18435 (thumbs-thumbsdir): New function to return the thumbnails
18436 directory, creating it if needed.
18437 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18438 (thumbs-temp-file): Delete variable and make it into a function.
18439 (thumbs-resize-image, thumbs-modify-image): Use it.
18440 (thumbs-kill-buffer): Simplify.
18441 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18442 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18443 docstrings.
18444
18445 2005-06-09 Kim F. Storm <storm@cua.dk>
18446
18447 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18448 set-match-data to free markers in match-data.
18449
18450 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18451 match-data to unchain markers in match-data.
18452
18453 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18454
18455 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18456 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18457 unnecessary now.
18458
18459 2005-06-08 Richard M. Stallman <rms@gnu.org>
18460
18461 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18462 give the variable a doc string that doesn't say don't set it directly.
18463
18464 * textmodes/ispell.el (ispell-check-version):
18465 Use match-string-no-properties.
18466 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18467 (ispell-buffer-local-words): Likewise.
18468
18469 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18470 except on terminals with enough colors to really display it.
18471 (makefile-dependency-regex): Delete spurious `bb'.
18472
18473 * faces.el (escape-glyph): Use blue once again in last case.
18474 (no-break-space): Redefine so that it isn't invisible on a tty.
18475
18476 2005-06-08 Kim F. Storm <storm@cua.dk>
18477
18478 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18479 also when reading directory name.
18480
18481 2005-06-08 Lute Kamstra <lute@gnu.org>
18482
18483 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18484 (flyspell-mode-line-string): Remove autoload cookie.
18485 (flyspell-mode): Remove defvar.
18486
18487 2005-06-07 Lute Kamstra <lute@gnu.org>
18488
18489 * textmodes/org.el (org-run-mode-hooks): New function.
18490 (org-agenda-mode): Use it.
18491
18492 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18493
18494 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18495
18496 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18499
18500 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18501
18502 * font-lock.el (font-lock-add-keywords): Doc fix.
18503
18504 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18505
18506 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18507 (tex-compile-default): In the absence of any history, use the order in
18508 tex-compile-alist to choose the preferred command.
18509 (tex-compile-commands): Reorder a bit.
18510
18511 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18512 (flyspell-incorrect-face, flyspell-duplicate-face):
18513 Use (X)Emacs-agnostic code.
18514 (flyspell-mode-map): Don't overwrite at each load. Remove code
18515 redundant with the subsequent add-minor-mode. Merge Emacs and
18516 XEmacs code.
18517 (flyspell-word): Minor simplification.
18518 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18519 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18520 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18521 Merge the corresponding Emacs code.
18522 (flyspell-correct-word, flyspell-xemacs-popup):
18523 Use flyspell-do-correct.
18524
18525 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18526 a dedicated window.
18527
18528 * international/latexenc.el (latexenc-find-file-coding-system):
18529 Undo part of last patch, to turn off a compiler warning.
18530
18531 2005-06-06 Juri Linkov <juri@jurta.org>
18532
18533 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18534 Rename `tmm-inactive-face' to `tmm-inactive'.
18535
18536 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18537
18538 * iswitchb.el: Rename faces.
18539
18540 2005-06-06 Kim F. Storm <storm@cua.dk>
18541
18542 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18543 (cua-global-mark): Remove -face suffix from face names.
18544
18545 * emulation/cua-gmrk.el (cua--init-global-mark):
18546 Remove cua-global-mark face setup.
18547
18548 2005-06-06 Richard M. Stallman <rms@gnu.org>
18549
18550 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18551 just like other allowed characters.
18552 (makefile-match-dependency): Exclude leading and training whitespace
18553 from the range of regexp subexp 1.
18554 (makefile-macroassign-regex): Don't try to match the body,
18555 just the name of the macro being defined.
18556
18557 * info.el (Info-read-node-name-2): New function.
18558 (Info-read-node-name-1): Use that.
18559 Add a completion-base-size-function property.
18560
18561 * simple.el (completion-setup-function): Look for
18562 completion-base-size-function property of minibuffer-completion-table.
18563
18564 * files.el (locate-file-completion): Doc fix.
18565
18566 * printing.el: Don't call pr-update-menus; user must do that.
18567
18568 * emacs-lisp/debug.el (debugger-window): New variable.
18569 (debug): Use debugger-window if it is set and still alive.
18570 Record debugger-window for next entry.
18571
18572 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18573
18574 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18575
18576 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18577 (hack-one-local-variable, hack-local-variables)
18578 (hack-local-variables-prop-line): Pass that arg.
18579
18580 2005-06-06 Kim F. Storm <storm@cua.dk>
18581
18582 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18583 (ido-indicator): Remove -face suffix from face names.
18584
18585 2005-06-06 Juri Linkov <juri@jurta.org>
18586
18587 * font-lock.el (font-lock-regexp-backslash)
18588 (font-lock-regexp-backslash-construct): New faces.
18589 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18590 after `('. Add `while-no-input' to control structures.
18591
18592 * faces.el (no-break-space, shadow): New faces.
18593 (escape-glyph): Use less loud colors pink2 and red4.
18594
18595 * diff-mode.el (diff-context-face)
18596 * dired.el (dired-ignored)
18597 * rfn-eshadow.el (file-name-shadow)
18598 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18599
18600 * info.el (Info-title-1-face): Use green instead of yellow because
18601 bold yellow is not readable on light backgrounds.
18602
18603 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18604 before selecting the desired mode to not spend time fontifying
18605 old contents.
18606
18607 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18608
18609 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18610 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18611
18612 * ps-print.el (ps-default-fg, ps-default-bg):
18613 Fix typos in docstrings.
18614
18615 * isearchb.el (isearchb): Don't pass a spurious second argument to
18616 `iswitchb-completions'.
18617
18618 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18619
18620 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18621 to preserve point.
18622 (gdb-find-file-hook): Add doc string.
18623
18624 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18625 C dereferenced pointer expression.
18626 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18627
18628 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18629
18630 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18631 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18632 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18633 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18634 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18635 Make background transparent.
18636
18637 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18638
18639 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18640 (font-lock-remove-keywords): Doc fix.
18641 (font-lock-mode-major-mode): Compiler defvar.
18642 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18643
18644 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18645 (font-lock-mode): Update `font-lock-mode-major-mode'.
18646 (font-lock-set-defaults): Compiler defvar.
18647 (font-lock-default-function): Take `font-lock-mode-major-mode'
18648 into account.
18649
18650 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18651 keep track of which major mode it enabled the minor mode for.
18652 Use find-file-hook again. Update docstring.
18653
18654 * simple.el (eval-expression-print-level)
18655 (eval-expression-print-length, eval-expression-debug-on-error):
18656 Doc fixes.
18657
18658 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18659
18660 * iswitchb.el (iswitchb-single-match-face)
18661 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18662 (iswitchb-invalid-regexp-face): New faces.
18663 (iswitchb-completions): Use them.
18664 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18665 now marked as an obsolete alias.
18666 (iswitchb-read-buffer): Remove check for bound font variables.
18667 (iswitchb-invalid-regexp): New free variable.
18668 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18669 set iswitchb-invalid-regexp.
18670 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18671 invalid regexps.
18672 (iswitchb-completions): Add check for complete match when entering
18673 a regexp.
18674 (iswitchb-completions): Remove require-match argument.
18675 (iswitchb-exhibit): Fix caller.
18676 (iswitchb-common-match-inserted): New variable.
18677 (iswitchb-complete, iswitchb-completion-help): Use it.
18678
18679 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18680
18681 * url-http.el (url-http-chunked-encoding-after-change-function):
18682 Use `url-http-debug' instead of `message'.
18683
18684 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18685
18686 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18687 callback argument.
18688
18689 2005-06-04 Kim F. Storm <storm@cua.dk>
18690
18691 * simple.el (line-move): Only call sit-for when moving backwards.
18692
18693 * ido.el (ido-make-merged-file-list-1): New defun split from
18694 ido-make-merged-file-list.
18695 (ido-make-merged-file-list): Bind throw-on-input around call to
18696 ido-make-merged-file-list-1. Return input-pending-p if
18697 interrupted by more input available.
18698 (ido-read-internal): Handle input-pending-p return value from
18699 ido-make-merged-file-list.
18700
18701 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18704 compatibility code.
18705
18706 * international/latexenc.el (latexenc-find-file-coding-system):
18707 Don't inherit the EOL part of the coding-system from the
18708 tex-main buffer. Fit within 80 columns.
18709
18710 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18711
18712 * tmm.el (tmm-inactive-face): New face.
18713 (tmm-remove-inactive-mouse-face): New function.
18714 (tmm-prompt, tmm-add-one-shortcut)
18715 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18716 but not selectable.
18717
18718 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18719
18720 * faces.el (face-equal): Improve argument/docstring consistency.
18721
18722 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18723
18724 * progmodes/make-mode.el (makefile-targets-face)
18725 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18726 (makefile-bsdmake-dependency-regex)
18727 (makefile-makepp-rule-action-regex)
18728 (makefile-bsdmake-rule-action-regex): New constants.
18729 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18730
18731 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18732 Allow (...) within `...' for makepp messages.
18733
18734 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18735
18736 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18737
18738 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18739 "." files are deleted from all file lists before comparison.
18740
18741 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18742 (viper-ESC-key): Made them customizable.
18743
18744 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18745
18746 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18747
18748 * autorevert.el (auto-revert-buffers): Use save-match-data.
18749
18750 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18751
18752 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18753 menu items with a nil command binding.
18754
18755 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18756
18757 * emacs-lisp/cl-macs.el (defsetf):
18758 Improve argument/docstring consistency.
18759
18760 * faces.el (list-faces-display): Improve the formatting by
18761 computing the maximum length required for any face-name (reworked
18762 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18763 (internal-find-face): Remove redundant info in docstring.
18764
18765 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18766
18767 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18768 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18769 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18770 (gdb-assembler-custom): Improve regexps.
18771 (def-gdb-auto-update-handler): Use window point to preserve point.
18772
18773 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18774
18775 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18776
18777 2005-05-31 Jay Belanger <belanger@truman.edu>
18778
18779 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18780 to calc-embedded.
18781 (calc-embedded-make-info): Have plain prefix argument select
18782 entire line.
18783
18784 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18785
18786 * faces.el (list-faces-display): Signal error if passed a regexp
18787 that matches no face name.
18788
18789 * simple.el (filter-buffer-substring): Fix typo in docstring.
18790
18791 2005-05-31 Richard M. Stallman <rms@gnu.org>
18792
18793 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18794 (vhdl-emacs-21): Doc fix.
18795 (vhdl-mode): Unconditionally set comment-padding.
18796 (vhdl-fixup-whitespace-region): Insert spaces only where
18797 there are none.
18798 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18799
18800 2005-05-30 John Wiegley <johnw@newartisans.com>
18801
18802 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18803 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18804 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18805 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18806 `string-to-number'.
18807
18808 2005-05-30 Jay Belanger <belanger@truman.edu>
18809
18810 * calc/calc.el (calc-bug-address): Fix docstring.
18811 (calc-window-hook, calc-trail-window-hook): New variables.
18812 (calc-trail-display): Restore use of calc-trail-window-hook.
18813 (calc): Restore use of calc-window-hook.
18814
18815 2005-05-31 Masatake YAMATO <jet@gyve.org>
18816
18817 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18818
18819 * help-fns.el (help-C-file-name): Add autoload mark for
18820 `find-function-noselect'.
18821
18822 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18823
18824 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18825 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18826
18827 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18828
18829 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18830 included diary buffer if it was not already being visited.
18831 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18832
18833 * calendar/icalendar.el (top-level): Do not require appt.
18834
18835 * mail/supercite.el (sc-select-attribution): Only use a list
18836 element from sc-attrib-selection-list if it returns a string.
18837 Reported by Davide G. M. Salvetti <salve@debian.org>.
18838
18839 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18840
18841 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18842 includes a hash value to improve its uniqueness, and has a ".jpg"
18843 extension. Also, it is now a valid filename on all systems.
18844 (thumbs-make-thumb): Use `let', not `let*'.
18845 (thumbs-show-thumbs-list): Check for JPEG availability.
18846
18847 2005-05-30 Richard M. Stallman <rms@gnu.org>
18848
18849 * filesets.el (filesets-menu-ensure-use-cached):
18850 Prevent warning when emacs-version>= is undefined.
18851
18852 * printing.el (pr-interactive-n-up): Use string-to-number.
18853
18854 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18855
18856 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18857 Warn only when name to be defined is quoted.
18858
18859 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18860
18861 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18862 Make regexp more robust.
18863 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18864 Force regeneration of disassembly.
18865
18866 2005-05-29 Jay Belanger <belanger@truman.edu>
18867
18868 * calc/calc.el (calc-user-invocation): Check if
18869 calc-invocation-macro is non-nil.
18870
18871 2005-05-29 Juri Linkov <juri@jurta.org>
18872
18873 * add-log.el (change-log-font-lock-keywords):
18874 Add `+' to e-mail regexp to accept mail address with keywords.
18875
18876 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18877
18878 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18879
18880 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18881
18882 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18883
18884 2005-05-29 Richard M. Stallman <rms@gnu.org>
18885
18886 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18887 Undo the change that moves to end of the current word.
18888
18889 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18890
18891 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18892 Throw error when count <= 0 to ensure input is a number.
18893 (gdb-read-memory-custom): Pick up address from buffer.
18894 (gdb-memory-mode): Allow user to increment and decrement
18895 memory address from header line.
18896
18897 2005-05-29 Richard M. Stallman <rms@gnu.org>
18898
18899 * flyspell.el (flyspell-version): Function deleted.
18900 (flyspell-auto-correct-previous-hook): Doc fix.
18901
18902 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18903 Do nothing if memory is full.
18904
18905 * font-lock.el (font-lock-fontify-syntactically-region):
18906 Pass t for GREEDY to looking-back.
18907
18908 * saveplace.el (save-place-alist-to-file): Write the file
18909 using write-region.
18910
18911 * subr.el (looking-back): New argument GREEDY.
18912
18913 * progmodes/compile.el (compilation-start): Set the mode
18914 before inserting the initial text.
18915
18916 * progmodes/which-func.el (which-func-update-1): Turn the mode
18917 off in case of error by setting which-func-mode.
18918
18919 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18920
18921 * flyspell.el (flyspell-auto-correct-previous-word):
18922 Narrow down to what's on the screen, and recenter overlays
18923 at the end of the next word.
18924
18925 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18926
18927 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18928 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18929 (flyspell-abbrev-p): Default to nil.
18930 (flyspell-use-global-abbrev-table-p): Doc fix.
18931 (flyspell-large-region): Allow nil as value.
18932 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18933
18934 (mail-mode-flyspell-verify): More robust handling
18935 of `mail-header-separator'. More efficient signature detection.
18936 Allow for regexp metacharacters in message-header-separator.
18937 Adding `To' not to be checked in mail-mode-flyspell-verify.
18938
18939 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18940 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18941 Bind flyspell-auto-correct-binding.
18942 Bind C-. and C-, .
18943 (flyspell-mode-map): Likewise.
18944 (flyspell-mode): Doc fix.
18945 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18946 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18947 (flyspell-word-cache-result): New var, always local.
18948 (flyspell-check-pre-word-p): Doc fix.
18949 (flyspell-check-changed-word-p): Handle spc like newline.
18950 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18951 (flyspell-word-search-backward, flyspell-word-search-forward):
18952 New functions.
18953 (flyspell-word): Return t if nothing to check.
18954 When parsing TeX code, check for after } or \.
18955 Use flyspell-word-search-backward to find previous word.
18956 Return nil if duplicated word.
18957 For word already checked, return same value as last time.
18958 Set flyspell-word-cache-result after checking.
18959 Don't clobber the return value.
18960 (flyspell-get-word): Major rewrite.
18961 (flyspell-external-point-words): New locals pword, pcount.
18962 Fix size used in progress message.
18963 Find the proper corresponding word in flyspell-large-region-buffer.
18964 (flyspell-region): Check for flyspell-large-region = nil.
18965 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18966 (flyspell-auto-correct-word): Check that WORD is a cons.
18967 (flyspell-correct-word): Likewise.
18968
18969 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18970
18971 * progmodes/make-mode.el (makefile-rule-action-regex)
18972 (makefile-macroassign-regex, makefile-makepp-mode)
18973 (makefile-bsdmake-mode): Continuation lines may be empty.
18974 Reported by Joshua Varner.
18975 (makefile-makepp-font-lock-keywords): Add $(stem).
18976
18977 2005-05-28 Karl Berry <karl@gnu.org>
18978
18979 * textmodes/tex-mode.el: Now that tex-send-command calls
18980 shell-quote-argument (2005-03-31 change), remove all calls to
18981 shell-quote-argument; they all end up invoking tex-send-command.
18982 The double quoting loses on filenames with non-safe characters,
18983 such as "@". Reported by Frederik Fouvry.
18984
18985 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18986
18987 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18988 about preserving point.
18989
18990 2005-05-27 Jay Belanger <belanger@truman.edu>
18991
18992 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18993 Info-goto-node.
18994
18995 * calc/calc-embed.el (calc-embed-arg): New variable.
18996 (calc-do-embedded-activate, calc-embedded-activate-formula)
18997 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18998 variable by new variable.
18999 (calc-embedded-make-info): Replace undeclared variable by new
19000 variable. When selecting region with positive prefix
19001 argument, use end of previous line instead of beginning of line.
19002
19003 * calc/calc-aent.el (calc-arg-values): Declare it.
19004
19005 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19006 Declare them.
19007
19008 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19009
19010 * calc/calc.el (calc-alg-map): Declare it.
19011
19012 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19013
19014 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19015
19016 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19017 (gdb-registers-buffer, toggle-gdb-all-registers):
19018 Toggle display of floating point registers.
19019 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19020
19021 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19022 (toggle-gud-tooltip-dereference):
19023 Rename from gud-toggle-tooltip-dereference.
19024
19025 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19026
19027 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19028
19029 2005-05-27 Jay Belanger <belanger@truman.edu>
19030
19031 * calc/calc-prog.el (calc-kbd-report): Remove.
19032 (calc-kbd-query): Rewrite.
19033
19034 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19035
19036 * image.el (image-library-alist): Move to image.c.
19037 (image-type-available-p): Doc fix.
19038
19039 2005-05-27 Lute Kamstra <lute@gnu.org>
19040
19041 * calc/calc.el (calc):
19042 * outline.el (outline-1, outline-2, outline-3, outline-4)
19043 (outline-5, outline-6, outline-7, outline-8):
19044 * textmodes/dns-mode.el (dns-mode):
19045 * textmodes/sgml-mode.el (sgml-namespace-face):
19046 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19047 (tex-verbatim-face, tex-use-reftex):
19048 * textmodes/texinfo.el (texinfo-heading-face):
19049 Specify customization group.
19050
19051 * longlines.el: Don't require easy-mmode.
19052 (longlines-visible-face): Specify customization group.
19053
19054 2005-05-27 Kenichi Handa <handa@m17n.org>
19055
19056 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19057 encoding table of windows-1251.
19058
19059 * international/ucs-tables.el (ucs-set-table-for-input):
19060 If translation-table-for-input of a coding system is a symbol, get
19061 its translation-table property.
19062
19063 * international/code-pages.el: Don't register a coding system into
19064 non-iso-charset-alist more than once.
19065 (cp-make-coding-system): Likewise.
19066
19067 2005-05-26 John Wiegley <johnw@newartisans.com>
19068
19069 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19070 `eshell-resume-eval' is wrapped in a list, it indicates that the
19071 command was run asynchronously. In that case, unwrap the value
19072 before checking the delimiter value.
19073
19074 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19075 character before a space at the end of a line is \, assume the space
19076 is part of the last argument rather than a final argument separator.
19077
19078 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19079 is in use, and the target is `t' or `nil' (which are the most common
19080 values), don't assume that the symbol target is a buffer.
19081
19082 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19083
19084 * calendar/calendar.el (calendar-mode-line-format):
19085 Use mode-line-highlight as mouse-face.
19086
19087 * time.el (display-time-string-forms, display-time-update):
19088 Use mode-line-highlight as mouse-face.
19089
19090 2005-05-26 Jay Belanger <belanger@truman.edu>
19091
19092 * calc/calc.el (calc-language-alist): Remove extra defvar.
19093
19094 2005-05-26 Lute Kamstra <lute@gnu.org>
19095
19096 * arc-mode.el (archive-mode):
19097 * bookmark.el (bookmark-read-annotation-mode)
19098 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19099 * bs.el (bs-mode):
19100 * calc/calc-yank.el (calc-edit-mode):
19101 * calc/calc.el (calc-mode, calc-trail-mode):
19102 * calculator.el (calculator-mode):
19103 * chistory.el (command-history-mode):
19104 * comint.el:
19105 * cus-edit.el (custom-mode):
19106 * descr-text.el (describe-text-mode):
19107 * ebuff-menu.el (Electric-buffer-menu-mode):
19108 * ediff-util.el (ediff-mode):
19109 * emacs-lisp/re-builder.el (reb-mode):
19110 * emulation/vi.el (vi-mode-setup):
19111 * emulation/ws-mode.el (wordstar-mode):
19112 * eshell/esh-mode.el (eshell-mode):
19113 * forms.el (forms-mode):
19114 * help-mode.el (help-mode):
19115 * hexl.el (hexl-mode):
19116 * ibuffer.el (ibuffer-mode):
19117 * ielm.el (inferior-emacs-lisp-mode):
19118 * info.el (Info-mode, Info-edit-mode):
19119 * international/swedish.el:
19120 * ledit.el (ledit-from-lisp-mode):
19121 * locate.el (locate-mode):
19122 * mail/rmail.el (rmail-mode):
19123 * mail/rmailedit.el (rmail-edit-mode):
19124 * mail/rmailsum.el (rmail-summary-mode):
19125 * mail/supercite.el (sc-electric-mode):
19126 * net/eudc.el (eudc-mode):
19127 * net/quickurl.el (quickurl-list-mode):
19128 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19129 * obsolete/ooutline.el (outline-mode):
19130 * obsolete/options.el (Edit-options-mode):
19131 * obsolete/rnews.el (news-mode):
19132 * obsolete/rnewspost.el (news-reply-mode):
19133 * play/5x5.el (5x5-mode):
19134 * play/decipher.el (decipher-mode, decipher-stats-mode):
19135 * play/gomoku.el (gomoku-mode):
19136 * play/snake.el (snake-mode):
19137 * play/solitaire.el (solitaire-mode):
19138 * play/tetris.el (tetris-mode):
19139 * progmodes/ada-mode.el (ada-mode):
19140 * progmodes/antlr-mode.el (antlr-mode):
19141 * progmodes/autoconf.el (autoconf-mode):
19142 * progmodes/dcl-mode.el (dcl-mode):
19143 * progmodes/delphi.el (delphi-mode):
19144 * progmodes/ebrowse.el (ebrowse-tree-mode)
19145 (ebrowse-electric-list-mode, ebrowse-member-mode)
19146 (ebrowse-electric-position-mode):
19147 * progmodes/f90.el (f90-mode):
19148 * progmodes/fortran.el (fortran-mode):
19149 * progmodes/icon.el (icon-mode):
19150 * progmodes/idlw-help.el (idlwave-help-mode):
19151 * progmodes/idlw-shell.el (idlwave-shell-mode):
19152 * progmodes/idlwave.el (idlwave-mode):
19153 * progmodes/inf-lisp.el (inferior-lisp-mode):
19154 * progmodes/m4-mode.el (m4-mode):
19155 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19156 * progmodes/modula2.el (modula-2-mode):
19157 * progmodes/octave-inf.el (inferior-octave-mode):
19158 * progmodes/octave-mod.el (octave-mode):
19159 * progmodes/pascal.el (pascal-mode):
19160 * progmodes/sh-script.el (sh-mode):
19161 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19162 * progmodes/vhdl-mode.el (vhdl-mode):
19163 * progmodes/xscheme.el (scheme-interaction-mode):
19164 * replace.el (occur-mode):
19165 * ses.el (ses-mode):
19166 * simple.el (completion-list-mode):
19167 * skeleton.el:
19168 * speedbar.el (speedbar-mode):
19169 * term.el (term-mode):
19170 * terminal.el (terminal-edit-mode):
19171 * textmodes/reftex-index.el (reftex-index-mode)
19172 (reftex-index-phrases-mode):
19173 * textmodes/reftex-sel.el (reftex-select-label-mode)
19174 (reftex-select-bib-mode):
19175 * textmodes/reftex-toc.el (reftex-toc-mode):
19176 * wdired.el (wdired-change-to-wdired-mode):
19177 * wid-browse.el (widget-browse-mode):
19178 Use run-mode-hooks.
19179
19180 * array.el (array-mode):
19181 * calendar/todo-mode.el (todo-mode):
19182 * man.el (Man-mode):
19183 * play/landmark.el (lm-mode):
19184 * play/mpuz.el (mpuz-mode):
19185 Use kill-all-local-variables and run-mode-hooks.
19186
19187 * subr.el (delay-mode-hooks): Specify indentation.
19188
19189 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19190
19191 * xml.el (xml-substitute-special): Don't die for undefined xml
19192 entities.
19193
19194 2005-05-26 Jay Belanger <belanger@truman.edu>
19195
19196 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19197 of nil.
19198
19199 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19200
19201 * progmodes/gdb-ui.el (gdb-frame-address):
19202 Rename from gdb-current-address.
19203 (gdb-previous-frame-address): Rename from gdb-previous-address.
19204 (gdb-selected-frame): Rename from gdb-current-frame.
19205 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19206 (gdb-frame-number): Rename from gdb-current-stack-level.
19207 (gdb-ann3): Match new mode-name for disassembly buffer.
19208 Extend initialization of variables.
19209 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19210 (gdb-memory-mode): Use mouse-face in header line.
19211 (gdb-assembler-buffer-name): Call it disassembly and give frame
19212 in mode line.
19213 (gdb-source-spec-regexp, gdb-assembler-custom)
19214 (gdb-invalidate-assembler, gdb-frame-handler):
19215 Make robust to leading zeroes in address format.
19216
19217 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19218
19219 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19220 define `org-mode'.
19221 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19222
19223 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19224
19225 * log-edit.el (log-edit-changelog-entries): Distinguish between
19226 filenames like xfns.c and fns.c.
19227
19228 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19229
19230 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19231 point after reverting.
19232 (Buffer-menu-make-sort-button): Handle the case where
19233 `Buffer-menu-use-header-line' is nil.
19234
19235 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19236
19237 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19238 New funcs. In minibuffer-local-completion-map bind `]', `/'
19239 and `:' to them.
19240
19241 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19242
19243 * startup.el (normal-top-level): Allow modification of load-path while
19244 we're iterating over it.
19245
19246 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19247
19248 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19249 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19250 (thumbs-resize-interactive, thumbs-insert-image)
19251 (thumbs-insert-thumb, thumbs-dired-show-marked)
19252 (thumbs-find-image-at-point, thumbs-delete-images)
19253 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19254 (thumbs-increment-image-size, thumbs-decrement-image-size):
19255 Fix typos in docstrings.
19256
19257 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19258
19259 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19260 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19261 (cperl-mode): Use them.
19262
19263 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19264
19265 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19266 Doc fixes.
19267
19268 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19269
19270 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19271 Bind C-d to gdb-inferior-io-eof.
19272
19273 * dired.el (dired-dnd-popup-notice): Use message-box.
19274
19275 2005-05-23 Masatake YAMATO <jet@gyve.org>
19276
19277 * bindings.el (mode-line-major-mode-keymap):
19278 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19279
19280 * faces.el (mode-line-highlight): New face.
19281
19282 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19283 as mouse-face.
19284
19285 * bindings.el (top-level, help-echo, mode-line-modified)
19286 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19287 as mouse-face.
19288
19289 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19290
19291 * progmodes/cc-engine.el (c-guess-basic-syntax):
19292 Remove spurious call to `zerop'.
19293
19294 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19295
19296 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19297
19298 CC Mode update to 5.30.10:
19299
19300 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19301 could go past the limit in decoration level 2, thereby causing
19302 errors during interactive fontification.
19303
19304 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19305 the file is evaluated interactively.
19306
19307 * cc-engine.el (c-guess-basic-syntax): Handle operator
19308 declarations somewhat better in C++.
19309
19310 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19311 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19312 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19313 (awk-mode): Use it.
19314 (make-local-hook): Suppress warning about obsoleteness.
19315
19316 * cc-engine.el, cc-align.el, cc-cmds.el
19317 (c-append-backslashes-forward, c-delete-backslashes-forward)
19318 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19319 Compensate for return value from `forward-line' when it has moved
19320 but not to a different line due to eob.
19321
19322 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19323 `objc-method-intro' and `objc-method-args-cont'.
19324
19325 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19326
19327 CC Mode update to 5.30.10:
19328
19329 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19330 in the copyright statement. Incidentally, change "along with GNU
19331 Emacs" to "along with this program" where it occurs.
19332
19333 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19334 so that it is interactive, hence can be found by M-x awk-mode
19335 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19336 <gmorris+emacs@ast.cam.ac.uk>.
19337
19338 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19339 Mode's regexps.
19340
19341 2005-05-23 Kevin Ryde <user42@zip.com.au>
19342
19343 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19344 c-parse-state, to avoid a lisp error (on bad code).
19345
19346 2005-05-23 Lute Kamstra <lute@gnu.org>
19347
19348 * subr.el (font-lock-defaults): Remove defvar as it's already
19349 defined in font-core.el.
19350
19351 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19352
19353 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19354
19355 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19356 more general and work when GDB variable "print pretty" is on,
19357 as with Emacs, for example.
19358
19359 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19360
19361 * font-core.el: Update comment.
19362
19363 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19364 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19365
19366 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19367
19368 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19369
19370 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19371 and `yank-handler' in the doc strings.
19372
19373 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19376
19377 2005-05-22 Richard M. Stallman <rms@gnu.org>
19378
19379 * help.el (describe-key): Move print-help-return-message call
19380 out of conditional.
19381
19382 * progmodes/etags.el (list-tags): Use with-no-warnings.
19383
19384 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19385 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19386 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19387
19388 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19389
19390 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19391 Add defvar.
19392
19393 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19394 Use defvar, not defconst.
19395
19396 * hexl.el (hexl-follow-line): Use with-no-warnings.
19397
19398 * emulation/tpu-extras.el: Use write-file-functions instead of
19399 write-file-hooks.
19400
19401 * dired.el (dired-font-lock-keywords): Fontify files with junk
19402 extensions even if marked by -F.
19403
19404 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19405
19406 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19407 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19408 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19409 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19410 (concatenate, list-length, get*, getf, cl-remprop):
19411 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19412 (etypecase, progv, lexical-let, lexical-let*)
19413 (multiple-value-bind, multiple-value-setq, shiftf):
19414 Improve argument/docstring consistency.
19415
19416 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19417
19418 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19419
19420 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19421 doesn't exist.
19422
19423 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19424 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19425
19426 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19427
19428 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19429 already deleted variables: auto-fill-hook, blink-paren-hook,
19430 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19431 suspend-hooks, comment-indent-hook, meta-flag,
19432 before-change-function, after-change-function,
19433 font-lock-doc-string-face.
19434
19435 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19436
19437 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19438
19439 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19440
19441 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19442 rmail-dont-reply-to.
19443
19444 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19445
19446 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19447 literal blank when splitting new-header-values.
19448
19449 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19450
19451 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19452 string so that tmm doesn't create a completion entry for it.
19453
19454 * textmodes/table.el (table-disable-menu): Ditto.
19455
19456 2005-05-21 Richard M. Stallman <rms@gnu.org>
19457
19458 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19459
19460 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19461
19462 * net/rcompile.el (remote-compile): Use compilation-start.
19463
19464 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19465
19466 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19467
19468 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19469 Default to makefile-bsdmake-mode on BSD systems.
19470
19471 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19472 REGEXP may also be a search function now. The part of doc-string
19473 for describing the structure was 95% identical to that of
19474 `imenu--generic-function'. Unify it there.
19475
19476 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19477 Use function to find dependencies, because regexp alone is so complex,
19478 it easily goes into an endless loop.
19479 (makefile-makepp-mode): Also add submenu for Perl functions
19480 defined in the makefile.
19481 (makefile-bsdmake-mode): Special imenu-generic-expression no
19482 longer needed, due to function call.
19483 (makefile-match-dependency): Take BOUND into account when checking
19484 if we're through.
19485
19486 2005-05-20 Jay Belanger <belanger@truman.edu>
19487
19488 * calc/calc-units.el (calc-invalidate-units-table):
19489 Use inhibit-read-only.
19490 (math-build-units-table-buffer): Use view-mode.
19491
19492 2005-05-20 David Kastrup <dak@gnu.org>
19493
19494 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19495 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19496
19497 2005-05-20 Lute Kamstra <lute@gnu.org>
19498
19499 * diff-mode.el (diff-header-face, diff-file-header-face)
19500 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19501 (diff-added-face, diff-changed-face, diff-function-face)
19502 (diff-context-face, diff-nonexistent-face): Put them in the
19503 diff-mode customization group.
19504
19505 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19506
19507 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19508
19509 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19510
19511 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19512 Minor regexp-optimization.
19513
19514 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19515
19516 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19517 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19518 (org-agenda-add-time-grid-maybe): New function.
19519 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19520 (org-table-create): `dotimes' instead of `mapcar'.
19521 (org-xor): Simplify implementation.
19522 (org-agenda): `inhibit-redisplay' turned on.
19523 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19524 a consistent line after a state change.
19525 (org-agenda-remove-times-when-in-prefix): New option.
19526 (org-prefix-has-time): New variable.
19527 (org-parse-time-string): Optional argument NODEFAULT.
19528 (org-format-agenda-item): Parse items for time-of-day
19529 specifications and move these into the prefix if possible.
19530 (org-agenda-priority): Get current heading, not previous heading
19531 during agenda remote editing.
19532
19533 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19534
19535 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19536 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19537 (remove-duplicates, delete-duplicates, substitute)
19538 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19539 (nsubstitute-if-not, find, find-if, find-if-not, position)
19540 (position-if, position-if-not, count, count-if, count-if-not)
19541 (mismatch, search, sort*, stable-sort, merge, member*)
19542 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19543 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19544 (intersection, nintersection, set-difference, nset-difference)
19545 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19546 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19547 (nsublis, tree-equal): Improve argument/docstring consistency.
19548
19549 * subr.el (send-string, send-region): Remove obsolescence declaration.
19550 (window-dot, set-window-dot, read-input, show-buffer)
19551 (eval-current-buffer, string-to-int):
19552 Add release number to obsolescence declarations.
19553
19554 2005-05-19 Kim F. Storm <storm@cua.dk>
19555
19556 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19557 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19558
19559 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19560
19561 * faces.el (list-faces-display): Make back button respect optional
19562 regexp arg.
19563
19564 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19565
19566 * calculator.el (calculator-radix-grouping-mode)
19567 (calculator-radix-grouping-digits, calculator-displayer)
19568 (calculator-radix-grouping-separator, calculator-copy-displayer):
19569 * dabbrev.el (dabbrev-search-these-buffers-only):
19570 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19571 (diff-advance-after-apply-hunk, diff-mode-hook)
19572 (diff-minor-mode-prefix):
19573 * imenu.el (imenu-use-popup-menu):
19574 * jit-lock.el (jit-lock-context-time):
19575 * newcomment.el (comment-fill-column, comment-column)
19576 (comment-style, comment-padding, comment-multi-line)
19577 (comment-empty-lines, comment-auto-fill-only-comments):
19578 * reveal.el (reveal-around-mark):
19579 * uniquify.el (uniquify-buffer-name-style)
19580 (uniquify-after-kill-buffer-p)
19581 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19582 (uniquify-min-dir-content, uniquify-separator)
19583 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19584 * w32-vars.el (w32-fixed-font-alist):
19585 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19586 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19587 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19588 * progmodes/perl-mode.el (perl-indent-level)
19589 (perl-continued-statement-offset, perl-continued-brace-offset)
19590 (perl-brace-offset, perl-brace-imaginary-offset)
19591 (perl-label-offset, perl-indent-continued-arguments)
19592 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19593 * progmodes/tcl.el (tcl-indent-level)
19594 (tcl-continued-indent-level, tcl-auto-newline)
19595 (tcl-tab-always-indent, tcl-electric-hash-style)
19596 (tcl-help-directory-list, tcl-use-smart-word-finder)
19597 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19598 (inferior-tcl-source-command):
19599 * textmodes/fill.el (enable-kinsoku):
19600 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19601 * textmodes/table.el (table-yank-handler):
19602 Specify missing group (and type, if simple) in defcustom.
19603
19604 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19605
19606 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19607
19608 2005-05-19 Richard M. Stallman <rms@gnu.org>
19609
19610 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19611
19612 * subr.el (event-basic-type): Don't get an error.
19613 (left-fringe-p): Function deleted.
19614
19615 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19616 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19617
19618 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19619 in recursive copy.
19620
19621 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19622
19623 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19624
19625 * emacs-lisp/bytecomp.el
19626 (byte-compile-file-form-custom-declare-variable):
19627 Call byte-compile-nogroup-warn if appropriate.
19628
19629 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19630 (compilation-set-window): Don't call left-fringe-p; do it directly.
19631
19632 2005-05-19 Jay Belanger <belanger@truman.edu>
19633
19634 * calc/calc-graph.el (calc-graph-format-data): Make sure
19635 var-PlotRejects is bound before trying to check its value.
19636
19637 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19638
19639 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19640 definition of this variable from reftex-global.el to reftex.el,
19641 because it is needed in the menu.
19642
19643 2005-05-19 Lute Kamstra <lute@gnu.org>
19644
19645 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19646 years are fixed. Don't insert a space after a dash.
19647
19648 2005-05-19 Kim F. Storm <storm@cua.dk>
19649
19650 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19651
19652 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19653
19654 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19655 strings, because (eq ... ?\\) is fairly frequent.
19656
19657 * progmodes/make-mode.el (makefile-add-this-line-targets):
19658 Simplify and integrate into `makefile-pickup-targets'.
19659 (makefile-add-this-line-macro): Simplify and integrate into
19660 `makefile-pickup-macros.
19661 (makefile-pickup-filenames-as-targets): Simplify.
19662 (makefile-previous-dependency, makefile-match-dependency):
19663 Don't stumble over `::'.
19664
19665 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19666
19667 * subr.el (post-command-idle-hook, post-command-idle-delay):
19668 Remove obsoletion of post-command-idle-hook and
19669 post-command-idle-delay.
19670
19671 * faces.el (list-faces-display): Provide button when describe-face
19672 is called to take user back to the list of faces.
19673
19674 * help-fns.el (describe-variable): Remove hyperlinks in a
19675 variable's value as these are quite frequently inappropriate.
19676
19677 * follow.el (follow-submit-feedback, follow-mode):
19678 Remove references to post-command-idle-hook.
19679
19680 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19681
19682 * progmodes/make-mode.el (makefile-previous-dependency)
19683 (makefile-match-dependency): Check for := (and in bsd mode also
19684 !=) to give a better result, even when font-lock is not on.
19685
19686 2005-05-18 Jay Belanger <belanger@truman.edu>
19687
19688 * calc/calc-help.el (calc-s-prefix-help):
19689 Add `calc-copy-special-constant' to help string.
19690
19691 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19692
19693 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19694
19695 2005-05-18 Jay Belanger <belanger@truman.edu>
19696
19697 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19698 in linear factors are in proper order.
19699
19700 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19701
19702 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19703 Support for jurabib.
19704
19705 * textmodes/reftex.el (featurep): Define aliases for overlay
19706 commands, for XEmacs compatibility, and use these aliases in
19707 overlay initializations.
19708 (reftex-highlight): Use `reftex-move-overlay'.
19709 (reftex-unhighlight): Use `reftex-delete-overlay'.
19710 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19711 (reftex-access-search-path): Use `reftex-uniquify' instead of
19712 `reftex-uniq'
19713
19714 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19715 `before-string' property modification enables for Emacs as well.
19716 (reftex-select-item): Use `reftex-delete-overlay'.
19717 (reftex-select-mark): Use `reftex-make-overlay' and
19718 `reftex-overlay-put'.
19719 (reftex-select-unmark): Use `reftex-delete-overlay' and
19720 `reftex-overlay-put'.
19721
19722 2005-05-18 Lute Kamstra <lute@gnu.org>
19723
19724 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19725
19726 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19727
19728 * add-log.el (add-change-log-entry):
19729 * array.el (array-make-template, array-reconfigure-rows)
19730 (array-init-max-row, array-init-max-column)
19731 (array-init-columns-per-line, array-init-field-width):
19732 * replace.el (replace-match-maybe-edit, perform-replace):
19733 * textmodes/spell.el (spell-region):
19734 Replace `read-input' by `read-string'.
19735
19736 * forms.el (forms-mode):
19737 * finder.el (finder-compile-keywords):
19738 * shadowfile.el (shadow-read-files):
19739 Replace `eval-current-buffer' by `eval-buffer'.
19740
19741 * terminal.el (te-pass-through):
19742 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19743 (ange-ftp-raw-send-cmd):
19744 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19745 (send-process-next-char, telnet-initial-filter, telnet):
19746 Replace `send-string' by `process-send-string'.
19747
19748 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19749 (prolog-consult-region): Replace `send-string' by
19750 `process-send-string'; replace `send-region' by `process-send-region'.
19751
19752 * progmodes/delphi.el (delphi-log-msg):
19753 Replace `set-window-dot' by `set-window-point'.
19754
19755 * subr.el (window-dot, set-window-dot, read-input, send-string)
19756 (send-region, show-buffer, eval-current-buffer):
19757 Make really obsolete, as the comment says.
19758
19759 2005-05-17 Kim F. Storm <storm@cua.dk>
19760
19761 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19762 (cua--init-keymaps): Bind C-return instead of S-return to set
19763 rectangle mark.
19764
19765 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19766 instead of S-return to toggle/clear rectangle mark.
19767
19768 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19769
19770 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19771 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19772 Also fontify plain strings assigned to variables, mostly so that a
19773 colon has a face and is thus not taken as a dependency separator.
19774 (makefile-previous-dependency): Inline the new matcher, because it
19775 is too complex to work in both directions.
19776 (makefile-match-dependency): Eliminate `backward' arg (see above).
19777 Completely reimplemented so as to not sometimes go into an endless
19778 loop. It should also be more efficient, because first it only
19779 searches for `:', instead of applying the very complex regexp.
19780 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19781 to be fontified in one piece can be too long for JIT.
19782 Makefiles are never *that* big.
19783
19784 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19785
19786 * dired.el (dired-mode): Simplify.
19787
19788 2005-05-17 Lute Kamstra <lute@gnu.org>
19789
19790 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19791 defcustom for the mode hook variable.
19792
19793 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19794 Emacs Lisp Reference Manual.
19795
19796 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19797
19798 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19799 (evenp, list*):
19800 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19801 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19802
19803 * net/tramp-smb.el (tramp-smb-open-connection):
19804 Pass `tramp-chunksize' as fifth (required) argument.
19805
19806 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19807
19808 * font-lock.el (lisp-font-lock-keywords-1):
19809 Set `font-lock-negation-char-face' for [^...] char group.
19810 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19811
19812 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19813 a var, and refine it to mask one more level of nested vars.
19814 (makefile-rule-action-regex): Turn it into a var, and refine it so
19815 it recognizes backslashed continuation lines as belonging to the
19816 same command.
19817 (makefile-macroassign-regex): Refine it so it recognizes
19818 backslashed continuation lines as belonging to the same command.
19819 (makefile-var-use-regex): Don't look at the next char, because it
19820 might be the same one to be skipped by the initial [^$], leading
19821 to an overlooked variable use.
19822 (makefile-make-font-lock-keywords): Remove two parameters, which
19823 are now variables that some of the modes set locally.
19824 Handle dependency and rule action matching through functions, because
19825 regexps alone match too often. Dependency matching now comes
19826 last, so it can check, whether a colon already matched something else.
19827 (makefile-mode): Inform that font-lock improves makefile parsing
19828 capabilities.
19829 (makefile-match-dependency, makefile-match-action): New functions.
19830
19831 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19832
19833 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19834
19835 * align.el (align-regexp):
19836 * ansi-color.el (ansi-color-get-face):
19837 * array.el (array-reconfigure-rows, array-init-max-row)
19838 (array-init-max-column, array-init-columns-per-line)
19839 (array-init-field-width):
19840 * dired-aux.el (dired-trample-file-versions):
19841 * dired-x.el (dired-mark-sexp):
19842 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19843 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19844 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19845 * faces.el (face-read-integer):
19846 * files.el (backup-extract-version, insert-directory):
19847 * hexl.el (hexl-insert-decimal-char):
19848 * server.el (server-process-filter):
19849 * shell.el (shell-extract-num):
19850 * startup.el (command-line-1):
19851 * term.el (term-command-hook):
19852 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19853 (time-stamp-do-number):
19854 * time.el (display-time-update):
19855 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19856 (timezone-fix-time):
19857 * vms-patch.el (vms-suspend-resume-hook):
19858 * calendar/appt.el (appt-convert-time):
19859 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19860 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19861 * calendar/cal-islam.el (mark-islamic-diary-entries):
19862 * calendar/calendar.el (calendar-cursor-to-date)
19863 (calendar-star-date):
19864 * calendar/diary-lib.el (diary-attrtype-convert)
19865 (mark-diary-entries, diary-entry-time):
19866 * calendar/solar.el (solar-get-number):
19867 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19868 * emacs-lisp/re-builder.el (reb-display-subexp):
19869 * emulation/edt.el (edt-set-scroll-margins):
19870 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19871 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19872 (vip-get-ex-count):
19873 * emulation/viper-ex.el (viper-get-ex-token)
19874 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19875 * international/fontset.el (fontset-plain-name):
19876 * mail/feedmail.el (feedmail-look-at-queue-directory):
19877 * mail/mailalias.el (mail-get-names):
19878 * mail/rmail.el (rmail-convert-to-babyl-format):
19879 * mail/rmailsum.el (rmail-make-basic-summary-line)
19880 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19881 (rmail-summary-goto-msg):
19882 * mail/smtpmail.el (smtpmail-read-response):
19883 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19884 (ange-ftp-vms-add-file-entry):
19885 * play/gametree.el (gametree-looking-at-ply)
19886 (gametree-current-branch-score):
19887 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19888 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19889 * progmodes/cperl-mode.el (condition-case):
19890 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19891 (ebrowse-set-member-buffer-column-width)
19892 (ebrowse-select-1st-to-9nth):
19893 * progmodes/etags.el (etags-snarf-tag):
19894 * progmodes/flymake.el (flymake-parse-line):
19895 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19896 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19897 (idlwave-shell-menu-def):
19898 * progmodes/ps-mode.el (ps-run-goto-error):
19899 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19900 (vhdl-speedbar-contract-level):
19901 * term/mac-win.el (x-handle-numeric-switch):
19902 * term/sun-mouse.el (sun-get-frame-data):
19903 * term/w32-win.el (x-handle-numeric-switch):
19904 * term/x-win.el (x-handle-numeric-switch):
19905 * textmodes/ispell.el (ispell-parse-output):
19906 * textmodes/nroff-mode.el (nroff-outline-level):
19907 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19908 (reftex-bib-sort-year-reverse, reftex-format-citation):
19909 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19910 (reftex-section-number):
19911 * textmodes/texinfmt.el (texinfo-paragraphindent):
19912 Replace `string-to-int' by `string-to-number'.
19913
19914 * international/latexenc.el: Add page marker to force the "Local
19915 Variables:" string out of the last page.
19916
19917 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19918
19919 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19920 tooltip-change-major-mode.
19921 (gud-tooltip-print-command): Remove case where gud-minor-mode
19922 is gdb ("--fullname").
19923 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19924 explain to user.
19925
19926 2005-05-16 Jay Belanger <belanger@truman.edu>
19927
19928 * calc/calc-store.el (calc-copy-special-constant): New function.
19929
19930 * calc/calc-ext.el (calc-init-extensions): Add binding for
19931 `calc-copy-special-constant'.
19932
19933 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19934 for the `calc-copy-special-constant' command.
19935
19936 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19937
19938 * subr.el (left-fringe-p): New function.
19939
19940 * progmodes/compile.el (compilation-setup): Set local value of
19941 overlay-arrow-string to "" always.
19942 (compilation-set-window): Left fringe then don't scroll.
19943 No left fringe then no arrow and scroll message to top.
19944 (compilation-context-lines): Adjust doc string accordingly.
19945
19946 2005-05-16 Kim F. Storm <storm@cua.dk>
19947
19948 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19949 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19950 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19951 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19952 (ido-read-file-name): Handle commands with ido property value
19953 equal to find-file as reading a file name, to allow C-d to enter dired.
19954 (ibuffer-find-file): Add ido property with value find-file.
19955
19956 2005-05-15 Kim F. Storm <storm@cua.dk>
19957
19958 * subr.el (open-network-stream-nowait): Remove.
19959 (open-network-stream-server): Remove.
19960
19961 2005-05-15 Richard M. Stallman <rms@gnu.org>
19962
19963 * faces.el (describe-face): Output a definition link button.
19964
19965 * help-mode.el (help-face-def): New button type.
19966
19967 * emacs-lisp/copyright.el (copyright-fix-years):
19968 Match properly if the first year is 2-digit.
19969 Don't mess up the whitespace after the years by filling.
19970
19971 * dired-aux.el (dired-mark-confirm):
19972 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19973
19974 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19975 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19976 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19977
19978 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19979 Set font-lock-comment-start-skip.
19980
19981 * font-lock.el (font-lock-comment-start-skip): New variable.
19982 (font-lock-comment-end-skip): New variable.
19983 (font-lock-fontify-syntactically-region): Use them if non-nil.
19984
19985 2005-05-15 Jay Belanger <belanger@truman.edu>
19986
19987 * calc/calc-store.el (calc-store-value): Return a string rather
19988 than display it as a message.
19989 Use calc-var-name for variable name.
19990 (calc-store-into): Add the result of calc-store-value to message.
19991 (calc-copy-variable): Add a message.
19992 (calc-store-exchange): Improve error messages.
19993 (calc-store-binary, calc-store-map): Don't reset the values of
19994 special constants.
19995
19996 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19997
19998 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19999 manual to docstring.
20000
20001 * files.el (hack-local-variables-confirm): Add STRING argument.
20002 Make the function handle non file visiting buffers correctly.
20003 (hack-local-variables-prop-line, hack-local-variables)
20004 (hack-one-local-variable): Use STRING arg of
20005 `hack-local-variables-confirm'.
20006
20007 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20008
20009 Sync with Tramp 2.0.49.
20010
20011 * net/tramp.el (tramp-handle-dired-call-process)
20012 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20013 because the contents of the Tramp buffer is changed before
20014 insertion (`expand-file' and alike).
20015 (tramp-handle-insert-directory): If `localname' has an empty
20016 nondirectory name, it must not be quoted.
20017 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20018 variable `tramp-chunksize'. Change callees.
20019 (tramp-open-connection-setup-interactive-shell): Check remote host
20020 for buggy `send-process-string' implementation.
20021 Set `tramp-chunksize' if found. Reported by Michael Kifer
20022 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20023 (tramp-handle-shell-command): `insert-buffer' cannot be used
20024 because the contents of the Tramp buffer is changed before
20025 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20026 <frederic.bothamy@free.fr>.
20027 (tramp-set-auto-save): Actions should be done for Tramp file name
20028 handler only. Ange-FTP has its own auto-save mechanism.
20029 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20030 (tramp-set-auto-save-file-modes): Set file modes of
20031 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20032 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20033 (tramp-bug): Remove obsolete variable.
20034 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20035 for presence of `mml-mode'. Make it running for older Emacsen as well.
20036
20037 2005-05-14 John Paul Wallington <jpw@pobox.com>
20038
20039 * ibuf-ext.el (define-ibuffer-filter filename):
20040 If `dired-directory' is a list, use its car.
20041
20042 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20043
20044 * ibuffer.el (define-ibuffer-column filename):
20045 If `dired-directory' is a list, use its car.
20046
20047 2005-05-14 Richard M. Stallman <rms@gnu.org>
20048
20049 * subr.el (symbol-file): Doc fix.
20050
20051 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20052 (byte-compile-form): Call byte-compile-nogroup-warn.
20053 (byte-compile-warning-types): Doc fix.
20054
20055 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20056
20057 * progmodes/cc-engine.el (c-literal-faces):
20058 Add font-lock-comment-delimiter-face.
20059
20060 * net/net-utils.el (dig): Use with-no-warnings.
20061
20062 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20063 (sc-recite-frame-alist, sc-default-cite-frame)
20064 (sc-default-uncite-frame, sc-default-recite-frame)
20065 (sc-attrib-selection-list, sc-rewrite-header-list):
20066 Mark as risky-local-variable.
20067
20068 * international/ogonek.el (ogonek-jak, ogonek-how):
20069 Don't use beginning-of-buffer.
20070
20071 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20072
20073 * calendar/solar.el (solar-data-list): Move definition up.
20074
20075 * dnd.el (dnd-protocol-alist): Add autoload.
20076
20077 * progmodes/sh-script.el: Many doc usage fixes.
20078 (sh-indent-after-do): Change default to match common styles.
20079
20080 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20081
20082 * files.el (interpreter-mode-alist)
20083 (auto-mode-interpreter-regexp): Doc fixes.
20084
20085 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20086
20087 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20088
20089 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20090
20091 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20092
20093 * dired.el (dired-mode): make-variable-buffer-local =>
20094 make-local-variable.
20095
20096 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20097
20098 * term/mac-win.el (mac-select-convert-to-string): Try coding
20099 systems in mac-script-code-coding-systems if specified one cannot
20100 encode string for `com.apple.traditional-mac-plain-text'.
20101
20102 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20103
20104 * progmodes/make-mode.el (makefile-targets-face)
20105 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20106 (makefile-dependency-regex): Fix it to not make the colon in
20107 $(var:a=b) special.
20108 (makefile-rule-action-regex): New regexp for highlighting embedded
20109 Shell strings.
20110 (makefile-macroassign-regex): Handle != for highlighting as
20111 embedded Shell strings.
20112 (makefile-var-use-regex): New const.
20113 (makefile-statements, makefile-automake-statements)
20114 (makefile-gmake-statements, makefile-makepp-statements)
20115 (makefile-bsdmake-statements): New consts.
20116 (makefile-make-font-lock-keywords): New function.
20117 (makefile-automake-font-lock-keywords)
20118 (makefile-gmake-font-lock-keywords)
20119 (makefile-makepp-font-lock-keywords)
20120 (makefile-bsdmake-font-lock-keywords): New consts.
20121 (makefile-mode-map): Add switchers between the various submodes.
20122 (makefile-mode): Document the availability of the variants.
20123 (makefile-automake-mode, makefile-gmake-mode)
20124 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20125
20126 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20127 new variants of makefile-mode.
20128
20129 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20132 the inheritance.
20133
20134 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20135
20136 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20137 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20138
20139 * files.el (normal-mode): Extend the scope of the
20140 `enable-local-variables' binding to include the `set-auto-mode' call.
20141 (magic-mode-alist): Doc fix.
20142
20143 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20144
20145 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20146 font-lock-comment-face rather than copying its setting.
20147
20148 2005-05-12 Andreas Schwab <schwab@suse.de>
20149
20150 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20151
20152 2005-05-12 Lute Kamstra <lute@gnu.org>
20153
20154 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20155 defcustom for the mode hook variable. Delete the last argument.
20156 * generic-x.el: Fix callers of define-generic-mode.
20157 (generic-x-modes): Delete group.
20158 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20159 generic-x customization group.
20160
20161 2005-05-12 Kim F. Storm <storm@cua.dk>
20162
20163 * font-lock.el (font-lock-negation-char-face): Default to "off".
20164
20165 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20166 font-lock-negation-char-face to ! in !=.
20167
20168 2005-05-12 Masatake YAMATO <jet@gyve.org>
20169
20170 * add-log.el (find-change-log): Fix typos in the docstring
20171 of function.
20172
20173 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20174
20175 * international/latexenc.el (latexenc-find-file-coding-system):
20176 Avoid `re-search-forward' when looking for input encoding because
20177 of speed and safety. Better regular expressions for recognizing
20178 input encoding. Limit a search for TeX-master/tex-main-file to
20179 the local variable section.
20180
20181 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20182
20183 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20184 syntax of $ to "'" (quote).
20185
20186 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20187
20188 * dnd.el (dnd-protocol-alist): Improve custom type.
20189
20190 * dired.el (dired-dnd-protocol-alist): New variable.
20191 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20192 `dired-mode-hook' to the end.
20193
20194 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20195
20196 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20197 comment-end if comment-start-skip is not set.
20198 Obey the font-lock-comment-delimiter-face variables.
20199
20200 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20201
20202 * files.el (executable-find): Move from executable.el. Use
20203 locate-file.
20204 * progmodes/executable.el (executable-find): Move to files.el.
20205
20206 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20207 when trying to ensure forward progress.
20208
20209 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20210
20211 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20212 (mouse-select, mouse-select-internal, mouse-extend-internal):
20213 Use it to implement mouse-1-click-follows-link functionality.
20214
20215 2005-05-11 Richard M. Stallman <rms@gnu.org>
20216
20217 * font-lock.el (font-lock-fontify-syntactically-region):
20218 Use font-lock-comment-delimiter-face for comment delimiters.
20219
20220 2005-05-10 Jay Belanger <belanger@truman.edu>
20221
20222 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20223 preserving embedded modes.
20224
20225 2005-05-10 Richard M. Stallman <rms@gnu.org>
20226
20227 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20228
20229 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20230 Move from ada-stmt.el.
20231 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20232
20233 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20234 Move to ada-mode.el.
20235 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20236
20237 * cus-edit.el (custom-file): Call file-chase-links.
20238
20239 * files.el (read-directory-name): Fix previous change.
20240 (hack-local-variables-confirm): New function.
20241 (hack-local-variables-prop-line, hack-local-variables)
20242 (hack-one-local-variable): Use it.
20243
20244 2005-05-10 Lute Kamstra <lute@gnu.org>
20245
20246 * font-lock.el (font-lock-keywords-alist)
20247 (font-lock-removed-keywords-alist): Clarify docstrings.
20248
20249 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20250
20251 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20252 (gdb-source-info): Check for preprocessor info.
20253 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20254 a macro for a function.
20255 (gdb-info-breakpoints-custom): Try to find file again if not already
20256 found (user might have used GDB dir command).
20257 (gdb-get-location): Update gdb-location-alist correctly for change
20258 to gdb-info-breakpoints-custom.
20259
20260 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20261 (gud-tooltip-print-command): Add gdbmi case.
20262 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20263 preprocessor info.
20264
20265 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20266
20267 * startup.el (fancy-splash-insert): Fix typo in doc string.
20268
20269 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20270
20271 * obsolete/float.el (string-to-float):
20272 * obsolete/hilit19.el (hilit-add-pattern):
20273 * obsolete/rnews.el (news-parse-range, news-select-message)
20274 (news-get-pruned-list-of-files): Replace `string-to-int' by
20275 `string-to-number'.
20276
20277 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20278 `find-file-not-found-hooks'; use `add-hook'.
20279 (uncompress-while-visiting): Set `write-file-functions', not
20280 `write-file-hooks'; use `add-hook'.
20281
20282 2005-05-09 Kim F. Storm <storm@cua.dk>
20283
20284 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20285 (cua-paste): Handle clipboard action.
20286 (cua--init-keymaps): Remap clipboard-kill-region and
20287 clipboard-kill-ring-save.
20288
20289 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20290
20291 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20292 Improve commentary.
20293
20294 * simple.el (next-error-overlay-arrow-position): Revert the change
20295 made on 2005-04-30.
20296
20297 2005-05-07 Jay Belanger <belanger@truman.edu>
20298
20299 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20300 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20301 `calc-sel-reselect'.
20302
20303 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20304 Calc is in embedded mode.
20305
20306 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20307
20308 * progmodes/compile.el (compilation-setup):
20309 Set overlay-arrow-string to an empty string on text terminals.
20310
20311 * textmodes/ispell.el (ispell-program-name): Try looking for
20312 "aspell" along exec-path, and if found, use it as the default
20313 speller program.
20314
20315 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20316
20317 * international/mule.el (sgml-xml-auto-coding-function):
20318 Recognize encoding='FOO' in single quotes as well as in double quotes.
20319
20320 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20321
20322 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20323 as well as `interactive', so that defmacro* would recognize
20324 `declare' forms.
20325
20326 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20327
20328 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20329 Explain more about the LIGHTER arg's usage in the doc string.
20330 Add commentary to clarify what the code does. Fix the regexp that
20331 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20332 since it could have characters special to regular expressions.
20333
20334 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20335
20336 * replace.el (occur-1): Bind inhibit-read-only so that
20337 erase-buffer doesn't barf on read-only text properties (likewise
20338 for add-text-properties in occur-engine). Mark buffer as unmodified.
20339 (occur-engine): Don't set buffer-read-only here.
20340
20341 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20342
20343 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20344 list-buffers-directory. This caused the *cvs-commit* buffer to be
20345 sometimes mistakenly reused as a *cvs* buffer.
20346
20347 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20348
20349 * tooltip.el: Move code for GUD tooltips into gud.el.
20350 (require): CL no longer needed to compile case.
20351 (tooltip-mode): Do not toggle functions for GUD tooltips.
20352 (tooltip-gud-tips-p): Remove. Replace with minor mode
20353 gud-tooltip-mode in gud.el.
20354 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20355 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20356 tooltip-gud prefix with gud-tooltip and obsolete.
20357 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20358 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20359 (tooltip-mouse-motion): Mouse movement functions/variable.
20360 Rename in gud.el by adding gud prefix.
20361 (tooltip-gud-original-filter, tooltip-gud-dereference)
20362 (tooltip-gud-event, tooltip-toggle-gud-tips)
20363 (tooltip-gud-process-output, tooltip-gud-print-command)
20364 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20365 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20366 (gdb-tooltip-print): Move to gdb-ui.el.
20367
20368 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20369 (require): CL needed to compile case.
20370 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20371 tooltip-gud-tips-p. Make it a minor-mode.
20372 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20373 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20374 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20375 (gud-tooltip-change-major-mode)
20376 (gud-tooltip-activate-mouse-motions-if-enabled)
20377 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20378 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20379 (gud-tooltip-original-filter, gud-tooltip-dereference)
20380 (gud-tooltip-event, tooltip-toggle-gud-tips)
20381 (gud-tooltip-process-output, gud-tooltip-print-command)
20382 (gud-tooltip-tips): Move from tooltip.el.
20383
20384 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20385 (gdb-cpp-define-alist-flags): Doc fix.
20386 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20387 gud-tooltip-mode is t.
20388
20389 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20390
20391 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20392 evaporate if their text is deleted.
20393 (goto-address-at-point): Make it work as a mouse binding as well.
20394 (goto-address-at-mouse): Obsolete it. Update users.
20395
20396 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20397
20398 * calendar/appt.el (top-level): No longer activate on load.
20399
20400 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20401
20402 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20403 * net/webjump.el (webjump):
20404 * progmodes/idlw-help.el (idlwave-do-context-help1)
20405 (idlwave-highlight-linked-completions):
20406 * textmodes/po.el (po-find-file-coding-system-guts):
20407 Replace `assoc-ignore-case' by `assoc-string'.
20408
20409 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20410
20411 * files.el (locate-file): Doc fix.
20412
20413 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20414 Remove the redundant test for ms-dos.
20415
20416 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20417 look for the preprocessor with exec-suffixes. If not found in
20418 standard places, look in exec-path. Remove most of the tests that
20419 used system-type.
20420
20421 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20422
20423 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20424
20425 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20426 file-name clash with jka-compr.el on 8+3 filesystems.
20427
20428 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20429
20430 * term/mac-win.el: Don't define or bind scroll bar functions if
20431 x-toolkit-scroll-bars is t.
20432 (x-select-text, x-get-selection-value): Clear
20433 x-last-selected-text-clipboard if x-select-enable-clipboard is
20434 nil.
20435 (PRIMARY): Put mac-scrap-name property.
20436 (mac-select-convert-to-file-url): New function.
20437 (public.file-url): New selection target type. Add to
20438 selection-converter-alist.
20439 (x-get-selection, x-selection-value): Handle it.
20440 (x-cut-buffer-or-selection-value): New alias.
20441
20442 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20443
20444 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20445 entry to avoid calling bibtex-find-entry with arg global
20446 being t. Remove arg key.
20447 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20448 (bibtex-copy-summary-as-kill): Change accordingly.
20449
20450 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20451
20452 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20453 (org-agenda-date-later): Use with-current-buffer.
20454
20455 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20456
20457 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20458 (define-obsolete-variable-alias): Doc Fixes.
20459
20460 2005-05-06 Kim F. Storm <storm@cua.dk>
20461
20462 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20463 vertical-motion when selective-display is active.
20464
20465 * ido.el (ido-setup-hook): New hook.
20466 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20467 (ido-input-stack): New var.
20468 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20469 ido-next-work-file binding to M-O.
20470 Bind M-f to ido-wide-find-file-or-pop-dir.
20471 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20472 (ido-read-internal): Run ido-setup-hook.
20473 Catch quit in read-file-name and read-string to cancel edit.
20474 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20475 Automatically pop-all when completing a directory name (RET).
20476 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20477 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20478 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20479 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20480 New functions for M-b/M-f to move among the directory components.
20481 (ido-make-merged-file-list): Catch quit to cancel merge.
20482 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20483 (ido-completion-help): No warnings for ido-completion-buffer-full.
20484
20485 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20486
20487 * font-lock.el (font-lock-negation-char-face): New face and variable.
20488 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20489 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20490 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20491 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20492
20493 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20494
20495 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20496 Fix typo in docstring.
20497
20498 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20499 (ebrowse-print-statistics-line)
20500 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20501
20502 * term/w32-win.el (image-library-alist): Add additional name for
20503 Xpm library.
20504
20505 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20506
20507 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20508 use gcc instead of cpp.
20509
20510 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20511 (gdb-create-define-alist): Use it.
20512 (gdb-cpp-define-alist-program): Update for MS-DOS.
20513
20514 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20515
20516 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20517
20518 2005-05-04 Richard M. Stallman <rms@gnu.org>
20519
20520 * help.el (describe-key): No error when UNTRANSLATED is nil.
20521
20522 * simple.el (line-move-1): Fix previous change to signal errors
20523 appropriately.
20524
20525 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20526
20527 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20528 (icalendar-duration-correction): Remove.
20529 (icalendar--get-event-properties): Split result at commas.
20530 (icalendar--decode-isoduration): New optional argument
20531 DURATION-CORRECTION.
20532 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20533 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20534 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20535 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20536 (icalendar--convert-anniversary-to-ical): New functions, extracted
20537 from icalendar-export-region, with bug fixes.
20538 (icalendar-export-region): Use the above functions.
20539 (icalendar-import-buffer): Check before saving diary file.
20540 (icalendar--convert-recurring-to-diary)
20541 (icalendar--convert-non-recurring-all-day-to-diary)
20542 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20543 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20544 (icalendar--convert-ical-to-diary): Use the above functions.
20545
20546 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20547
20548 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20549 Remove these recent additions.
20550 (c-mode): Restore to before 2005-04-28.
20551
20552 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20553 recent addition.
20554
20555 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20556 (gdb-define-alist): New variables.
20557 (gdb-create-define-alist): New function.
20558 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20559 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20560 with string-to-number.
20561 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20562
20563 * progmodes/gud.el: Replace string-to-int with string-to-number.
20564 (gud-find-file): Handle gdb-define-alist.
20565
20566 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20567
20568 2005-05-02 Jay Belanger <belanger@truman.edu>
20569
20570 * calc/calc-aent.el (math-read-token):
20571 * calc/calc-bin.el (calc-word-size):
20572 * calc/calc-ext.el (calc-read-number-fancy):
20573 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20574 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20575 * calc/calc-frac.el (calc-over-notation):
20576 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20577 (calc-graph-num-points, calc-graph-init):
20578 * calc/calc-prog.el (calc-read-parse-table-part)
20579 (calc-edit-macro-repeats):
20580 * calc/calc-yank.el (calc-do-grab-rectangle):
20581 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20582 Replace `string-to-int' by `string-to-number'.
20583
20584 2005-05-02 Kim F. Storm <storm@cua.dk>
20585
20586 * kmacro.el: Use executing-kbd-macro-index variable.
20587
20588 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20589
20590 * net/rlogin.el (rlogin-parse-words): Delete func.
20591 (rlogin): Use split-string, not rlogin-parse-words.
20592 Also, if there are option-like elements in the parsed args,
20593 take the host to be the first arg immediately following them.
20594 Suggested by Michael Mauger.
20595
20596 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20597
20598 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20599
20600 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20601
20602 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20603 (cc-mode-cpp-program): Rename to cc-define-list-program and
20604 move to cc-vars.el.
20605
20606 * progmodes/cc-vars.el (cc-define-list-program):
20607 Change to "gcc -E -dM -". Make customizable.
20608
20609 2005-05-02 Kim F. Storm <storm@cua.dk>
20610
20611 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20612
20613 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20614
20615 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20616
20617 * international/mule-util.el (truncate-string): Remove alias and
20618 obsolete declaration.
20619
20620 * international/mule-cmds.el (update-iso-coding-systems):
20621 Remove alias and obsolete declaration.
20622
20623 * international/mule.el (coding-system-parent): Remove alias and
20624 obsolete declaration.
20625
20626 * subr.el (define-function, sref): Remove aliases and obsolete
20627 declarations.
20628 (chars-in-region): Remove obsolete declaration.
20629
20630 2005-05-01 Richard M. Stallman <rms@gnu.org>
20631
20632 * info.el (Info-mode): Set widen-automatically to nil, locally.
20633
20634 * simple.el (widen-automatically): New variable.
20635 (pop-global-mark): Obey widen-automatically.
20636
20637 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20638
20639 * term/xterm.el (function-key-map): Call substitute-key-definition
20640 before the keymap size is increased by a lot of define-key calls.
20641
20642 2005-05-01 Richard M. Stallman <rms@gnu.org>
20643
20644 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20645 Rename ARG to ELEMENT. Doc fix.
20646
20647 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20648
20649 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20650 Remove references to allout-exposure/change to allout-new-exposure.
20651
20652 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20653 bytecode symbols.
20654
20655 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20656 (compiled-function-p, focus-frame, unfocus-frame):
20657 Remove aliases and obsolete declarations.
20658 Back out inadvertent changes from previous commit.
20659
20660 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20661
20662 * files.el (require-final-newline): Make Custom tags consistent
20663 with mode-require-final-newline.
20664 (mode-require-final-newline): Doc fix.
20665
20666 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20667
20668 * international/latexenc.el (latexenc-find-file-coding-system):
20669 Fix regular expressions.
20670
20671 2005-05-01 David Kastrup <dak@gnu.org>
20672
20673 * international/latexenc.el (latexenc-find-file-coding-system):
20674 Fix regular expressions.
20675
20676 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20677
20678 * subr.el (string-to-int): Make obsolete.
20679
20680 2005-04-30 Richard M. Stallman <rms@gnu.org>
20681
20682 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20683
20684 * loadup.el: load jka-comp-hook.
20685
20686 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20687 (jka-compr-handler): Add autoload. `put' calls moved
20688 to jka-comp-hook.el.
20689 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20690 (jka-compr-inhibit): Autoload.
20691
20692 * jka-comp-hook.el: New file.
20693 Enable the mode by default.
20694
20695 * files.el (backup-buffer-copy): Use copy-file instead
20696 of write-region, and put back the 'excl.
20697
20698 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20699
20700 * progmodes/flymake.el (flymake-split-string)
20701 (flymake-split-string, flymake-log, flymake-pid-to-names)
20702 (flymake-reg-names, flymake-get-source-buffer-name)
20703 (flymake-unreg-names, flymake-add-line-err-info)
20704 (flymake-add-err-info): Clarify docstrings.
20705 (flymake-popup-menu, flymake-make-emacs-menu)
20706 (flymake-make-xemacs-menu): Add docstrings.
20707 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20708 Set variables directly throughout.
20709
20710 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20711
20712 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20713 exists. Initialize cc-define-alist.
20714 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20715 If there is no file (Macroexpansion) don't create an alist.
20716
20717 2005-04-29 Sam Steingold <sds@gnu.org>
20718
20719 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20720 (cc-create-define-alist): Use it instead of the hard-coded string.
20721
20722 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20723
20724 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20725 for latexenc.
20726
20727 2005-04-29 Lute Kamstra <lute@gnu.org>
20728
20729 * emacs-lisp/generic.el: Improve commentary section.
20730 (define-generic-mode): Improve docstring.
20731
20732 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20733
20734 * textmodes/org.el (many places): Change to quiet the byte compiler.
20735 (org-prefix-format-compiled): New variable.
20736 (org-compile-prefix-format): New function.
20737 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20738 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20739 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20740 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20741 consistency with entries from `org-mode' files.
20742 (org-get-time-of-day): Fix bug with partial matches early in a line.
20743 (org-non-link-chars): New constant.
20744 (org-link-regexp): Respect `org-non-link-chars'.
20745 (org-agenda-day-view): Remove command.
20746 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20747 (org-follow-bbdb-link, org-store-link): Search also company field.
20748 (org-highlight-overlay): New variable.
20749 (org-highlight, org-unhighlight): New functions.
20750 (org-agenda-mode): Add pre-command-hook to remove highlight.
20751 (org-evaluate-time-range): Behavior depends upon whether time stamp
20752 contains a time or not.
20753 (org-show-subtree, org-show-entry): New functions.
20754 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20755
20756 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20757
20758 * comint.el (comint-output-filter-functions): Add autoload cookie.
20759
20760 2005-04-28 Kim F. Storm <storm@cua.dk>
20761
20762 * ido.el (ido-everywhere): Fix last change.
20763
20764 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20765
20766 * international/latexenc.el: New file.
20767 * international/mule-conf.el (file-coding-system-alist): For .tex,
20768 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20769
20770 2005-04-28 Lute Kamstra <lute@gnu.org>
20771
20772 * font-lock.el (font-lock-add-keywords)
20773 (font-lock-remove-keywords): Clarify docstring.
20774 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20775 Don't start docstrings with a `*'.
20776 (font-lock-update-removed-keyword-alist): Give it a docstring.
20777
20778 * generic-x.el: Update commentary section.
20779 Only require font-lock when compiling.
20780 Define all modes conditionally.
20781 Place all generic modes in the generic-x-modes customization group.
20782 (generic-x-modes): New customization group.
20783 (generic-default-modes, generic-mswindows-modes)
20784 (generic-unix-modes, generic-other-modes): New constants.
20785 (generic-define-mswindows-modes, generic-define-unix-modes):
20786 Update docstrings. Make them obsolete.
20787 (generic-extras-enable-list): New default value. Update docstring.
20788 Improve :type. Change :set function.
20789 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20790 Fix docstring.
20791
20792 * emacs-lisp/generic.el (generic-mode-internal):
20793 Simplify font-lock-defaults.
20794 (define-generic-mode): Fix docstring.
20795
20796 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20797
20798 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20799 font-lock-face property to highlight matches.
20800
20801 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20802
20803 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20804 (cc-define-alist): New variable.
20805 (c-mode): Make it local and initialize it.
20806
20807 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20808 (gdb-exited): New function.
20809 (gdb-annotation-rules): Use it.
20810 (gdb-starting): Set gdb-active-process to t.
20811 (gdb-stopping): Amend doc string.
20812 (gdb-reset): Set gdb-active-process to nil.
20813
20814 * tooltip.el (tooltip-gud-tips): Show the associated #define
20815 directives when a C program under GDB is not executing.
20816
20817 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20818
20819 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20820 font-lock-fontify-syntactic-keywords.
20821
20822 * font-lock.el (font-lock-default-fontify-region): Don't force
20823 parse-sexp-lookup-properties to nil.
20824
20825 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20826
20827 * man.el (man-mode-syntax-table): Set up `:' to have
20828 word-constituent syntax.
20829
20830 2005-04-27 Lute Kamstra <lute@gnu.org>
20831
20832 * novice.el (disable-command): Don't add spurious newlines to the
20833 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20834
20835 2005-04-26 Jay Belanger <belanger@truman.edu>
20836
20837 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20838 than one window before deleting window.
20839
20840 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20841
20842 * shell.el (shell-prompt-pattern): Doc fix.
20843 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20844
20845 * comint.el (comint-prompt-regexp, comint-get-old-input)
20846 (comint-use-prompt-regexp)
20847 (comint-use-prompt-regexp-instead-of-fields)
20848 (comint-replace-by-expanded-history, comint-send-input)
20849 (comint-output-filter, comint-get-old-input-default)
20850 (comint-line-beginning-position, comint-bol, comint-show-output)
20851 (comint-backward-matching-input, comint-forward-matching-input)
20852 (comint-next-prompt, comint-previous-prompt):
20853 Rename `comint-use-prompt-regexp-instead-of-fields' to
20854 `comint-use-prompt-regexp'. Keep old name as alias and declare
20855 obsolete.
20856 (comint-use-prompt-regexp): Shorten first line of doc string.
20857
20858 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20859 Set paragraph-separate buffer locally to "\\'".
20860
20861 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20862 Adapt to above name change.
20863
20864 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20865 (smbclient-prompt-regexp): Ditto.
20866
20867 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20868
20869 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20870
20871 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20872 gdb-location-list.
20873 Break lines that are over 80 characters wide.
20874
20875 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20876
20877 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20878 New fun and var, to preserve compatibility.
20879
20880 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20881
20882 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20883
20884 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20885 name to file-newer-than-file-p.
20886
20887 2005-04-26 Richard M. Stallman <rms@gnu.org>
20888
20889 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20890
20891 * progmodes/python.el (python-mode):
20892 Use new name eldoc-documentation-function.
20893
20894 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20895
20896 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20897 (eldoc-documentation-function):
20898 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20899
20900 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20901
20902 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20903
20904 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20905
20906 * term/xterm.el (function-key-map): Fix strings for
20907 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20908 {C,S,A,C-S}-{f1-f12}.
20909
20910 2005-04-26 Kenichi Handa <handa@m17n.org>
20911
20912 * international/mule-cmds.el (select-safe-coding-system):
20913 Fix previous change.
20914
20915 2005-04-26 Lute Kamstra <lute@gnu.org>
20916
20917 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20918
20919 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20920 (font-lock-comment-delimiter-face): Ditto.
20921
20922 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20923
20924 2005-04-25 Jay Belanger <belanger@truman.edu>
20925
20926 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20927 to t while inserting information; use help-mode.
20928
20929 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20930
20931 * term.el (ansi-term-color-vector): Use the xterm colors.
20932 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20933
20934 2005-04-25 Lute Kamstra <lute@gnu.org>
20935
20936 * font-core.el (font-lock-defaults): Fix docstring.
20937
20938 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20939
20940 2005-04-25 Kenichi Handa <handa@m17n.org>
20941
20942 * international/mule-cmds.el (select-safe-coding-system):
20943 Don't check consistency with coding: spec, etc if raw-text or
20944 no-conversion was found to be safe.
20945
20946 2005-04-24 Richard M. Stallman <rms@gnu.org>
20947
20948 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20949 citation markers at start of each line.
20950
20951 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20952 citation markers at start of each line.
20953
20954 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20955
20956 * files.el (mode-require-final-newline): Fix previous change.
20957 (require-final-newline): Fix type label.
20958
20959 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20960
20961 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20962 statement in buffer (broken by 2004-11-24 change).
20963
20964 2005-04-24 Kim F. Storm <storm@cua.dk>
20965
20966 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20967 and read-file-name-function values. Don't overwrite existing
20968 non-nil values if ido-mode is enabled without ido-everywhere.
20969
20970 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20971
20972 * files.el (mode-require-final-newline): Minor doc fix.
20973
20974 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20975
20976 * subr.el (syntax-after): Doc fix.
20977 (syntax-class): If argument is nil, return nil. Mask off upper 16
20978 bits, not 8 bits.
20979
20980 * files.el (mode-require-final-newline): Doc fix.
20981 (backup-buffer-copy): Fix last change.
20982
20983 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20984
20985 * term/mac-win.el: Require select. Set selection-coding-system to
20986 mac-system-coding-system. Call menu-bar-enable-clipboard.
20987 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20988 (x-select-enable-clipboard): New variables.
20989 (x-select-text, x-get-selection, x-selection-value)
20990 (x-get-selection-value, mac-select-convert-to-string)
20991 (mac-services-open-file, mac-services-open-selection)
20992 (mac-services-insert-text): New functions.
20993 (CLIPBOARD, FIND): Put mac-scrap-name property.
20994 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20995 (public.tiff): Put mac-ostype property.
20996 (selection-converter-alist): Add entries for them.
20997 (mac-application-menu-map): New keymap.
20998 (interprogram-cut-function, interprogram-paste-function): Set to
20999 x-select-text and x-get-selection-value, respectively.
21000 (split-window-keep-point): Set to t.
21001
21002 2005-04-23 Richard M. Stallman <rms@gnu.org>
21003
21004 * files.el (read-directory-name): Always pass non-nil
21005 DEFAULT-FILENAME arg to read-file-name.
21006 (backup-buffer-copy, basic-save-buffer-2): Take care against
21007 writing thru an unexpected existing symlink.
21008 (revert-buffer): In indirect buffer, revert the base buffer.
21009 (magic-mode-alist): Doc fix.
21010 (buffer-stale-function): Doc fix.
21011 (minibuffer-with-setup-hook): Avoid warning.
21012 (mode-require-final-newline): Doc and custom fix.
21013
21014 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21015
21016 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21017 use the default appearance.
21018 (font-lock-comment-delimiter-face): New face, new variable.
21019
21020 * imenu.el (imenu--generic-function): The official position of a
21021 definition is the start of the line that BEG is in.
21022
21023 * midnight.el (midnight-timer): Move defvar up.
21024
21025 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21026
21027 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21028
21029 * startup.el (command-line): Use with-no-warnings.
21030
21031 * window.el (window-size-fixed): New defvar.
21032
21033 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21034
21035 * mail/rmail.el (rmail-font-lock-keywords):
21036 Use font-lock-comment-delimiter-face.
21037
21038 * mail/sendmail.el (mail-font-lock-keywords):
21039 Use font-lock-comment-delimiter-face.
21040
21041 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21042
21043 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21044
21045 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21046 Specify t for LAXMATCH when matching directories.
21047 Save match data around compilation-compat-error-properties form.
21048
21049 2005-04-23 David Kastrup <dak@gnu.org>
21050
21051 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21052 Mention that the autoloaded aliases should be kept for AUCTeX.
21053
21054 2005-04-23 Andreas Schwab <schwab@suse.de>
21055
21056 * isearch.el (isearch-forward): Doc fix.
21057
21058 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21059
21060 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21061 (jit-lock-stealth-nice): Change default value to 0.5.
21062
21063 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21064
21065 * abbrev.el (write-abbrev-file): Write table entries in
21066 alphabetical order by table name.
21067
21068 2005-04-22 Kim F. Storm <storm@cua.dk>
21069
21070 * ido.el (ido-read-internal): Fix `list' completion.
21071
21072 2005-04-22 Kenichi Handa <handa@m17n.org>
21073
21074 * recentf.el (recentf-save-file-coding-system): New variable.
21075 (recentf-save-list): Encode the file by
21076 recentf-save-file-coding-system and add coding: tag.
21077
21078 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21079
21080 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21081
21082 2005-04-21 Lute Kamstra <lute@gnu.org>
21083
21084 * loadhist.el (unload-feature): Don't remove a function from hooks
21085 if it is about to be restored to an autoload . Remove functions
21086 that will become unbound from auto-mode-alist. Simplify the code.
21087
21088 * subr.el (assq-delete-all): New implementation that is linear,
21089 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21090 (rassq-delete-all): New function.
21091
21092 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21093 Add size-indication-mode.
21094
21095 2005-04-21 Kenichi Handa <handa@m17n.org>
21096
21097 * international/mule-cmds.el: Add autoload for widget-value in
21098 eval-when-compile.
21099
21100 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21101
21102 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21103 Add tooltip-mode.
21104
21105 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21106
21107 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21108
21109 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21110 (inferior-lisp-filter-regexp, inferior-lisp-program)
21111 (inferior-lisp-load-command, inferior-lisp-prompt)
21112 (inferior-lisp-mode-hook, lisp-source-modes)
21113 (inferior-lisp-load-hook): defvar->defcustom.
21114 (inferior-lisp-program, inferior-lisp-prompt)
21115 (inferior-lisp-load-hook): Doc fixes.
21116 (inferior-lisp-install-letter-bindings): Small change in
21117 introductory comment.
21118
21119 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21120
21121 * vc.el (vc-annotate-color-map): Change some colors so that text
21122 using them as foreground is readable on both white and black
21123 backgrounds.
21124
21125 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21126
21127 * international/mule-conf.el (translation-table-for-input):
21128 Remove redundant declaration.
21129
21130 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21131
21132 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21133
21134 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21135 (tooltip-toggle-gud-tips): New function.
21136
21137 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21138
21139 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21140 right angle brackets.
21141
21142 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21143
21144 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21145
21146 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21147
21148 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21149 Remove. Update callers to use expand-file-name instead.
21150
21151 * subr.el (syntax-class): New function.
21152
21153 * simple.el (blink-matching-open): Use it.
21154
21155 * paren.el (show-paren-function): Use it to recognize parens that are
21156 also used in 2-char comment markers.
21157
21158 2005-04-19 Lute Kamstra <lute@gnu.org>
21159
21160 * loadhist.el (unload-feature): Update for new format of
21161 load-history. Simplify the code.
21162
21163 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21164
21165 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21166 (mac-add-charset-info): New function. Initialize variable
21167 mac-charset-info-alist using it.
21168 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21169 for translation.
21170 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21171 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21172 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21173 New CCL programs.
21174
21175 2005-04-19 Kim F. Storm <storm@cua.dk>
21176
21177 * simple.el (next-buffer, prev-buffer, next-error)
21178 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21179 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21180
21181 * bindings.el (next-buffer, prev-buffer, next-error)
21182 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21183 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21184 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21185 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21186
21187 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21188
21189 * isearch.el (isearch-edit-string): Make the search-ring available for
21190 minibuffer history commands.
21191 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21192 the default history commands now work just as well.
21193 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21194
21195 2005-04-18 Kim F. Storm <storm@cua.dk>
21196
21197 * emulation/cua-base.el (cua--pre-command-handler): Add more
21198 elaborate check for shift modifier on non-window systems.
21199
21200 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21201
21202 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21203
21204 2005-04-18 Kim F. Storm <storm@cua.dk>
21205
21206 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21207 and make it optional. Don't test tooltip-gud-echo-area here.
21208 (tooltip-gud-process-output, gdb-tooltip-print):
21209 Pass tooltip-gud-echo-area to tooltip-show.
21210 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21211
21212 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21213
21214 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21215 `display-graphic-p' may not be bound yet.
21216
21217 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21218
21219 * startup.el (command-line): No longer enable Xterm Mouse mode by
21220 default in terminals compatible with xterm.
21221
21222 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21223
21224 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21225
21226 * tooltip.el (tooltip-gud-echo-area): Rename from
21227 tooltip-use-echo-area.
21228 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21229 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21230 area independently of where help tooltips are displayed.
21231
21232 2005-04-17 David Kastrup <dak@gnu.org>
21233
21234 * cus-theme.el (custom-theme-write-variables): Quote variables
21235 where necessary.
21236
21237 2005-04-17 Richard M. Stallman <rms@gnu.org>
21238
21239 * simple.el (yank-excluded-properties): Add follow-link to value.
21240
21241 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21242
21243 * startup.el (fancy-splash-max-time): Just 30 seconds.
21244 (fancy-splash-delay): Just 7.
21245 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21246
21247 * loadhist.el (unload-feature): Update for new format of load-history.
21248 Simplify the code.
21249
21250 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21251 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21252
21253 * mail/sendmail.el (mail-font-lock-keywords):
21254 Don't fontify subject text.
21255 Don't fontify the text of a citation.
21256
21257 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21258
21259 * comint.el (comint-output-filter): Run comint-output-filter-functions
21260 with point where the user had it.
21261
21262 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21263
21264 * international/ucs-tables.el (ucs-set-table-for-input):
21265 Disable when using unify-on-decoding.
21266
21267 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21268
21269 * emulation/cua-base.el (cua-global-mark-face): Add special case
21270 for displays supporting a high number of colors.
21271
21272 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21273
21274 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21275
21276 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21277
21278 * filesets.el (filesets-add-buffer): If user supplies a name of a
21279 non-existing fileset, create a new fileset.
21280
21281 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21282
21283 * textmodes/org.el (org-up-heading-all): Fix bug with
21284 `outline-up-heading-all'.
21285
21286 2005-04-16 Andreas Schwab <schwab@suse.de>
21287
21288 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21289 /etc/permissions.d/* and /etc/aliases.d/*.
21290
21291 2005-04-16 Kenichi Handa <handa@m17n.org>
21292
21293 * international/code-pages.el (cp-make-coding-system):
21294 Set `translation-table-for-input' property value to the symbol
21295 ucs-mule-to-mule-unicode, not to that value.
21296 (pt154): Escape guillemet by `\'.
21297
21298 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21299
21300 * loadup.el: Load tooltip if x-show-tip is fboundp.
21301
21302 * startup.el (command-line): Add comment.
21303
21304 * tooltip.el (tooltip-mode): Specify correct standard value for
21305 Custom in init-value.
21306
21307 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21308
21309 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21310 possible.
21311
21312 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21313
21314 * textmodes/org.el (org-agenda-date-prompt): Rename from
21315 `org-agenda-date-today'.
21316 (org-evaluate-time-range): Insert at point instead of directly
21317 after time range.
21318 (org-first-headline-recenter, org-subtree-end-visible-p)
21319 (org-optimize-window-after-visibility-change): New functions
21320 (org-agenda-post-command-hook): Don't allow point at end of line,
21321 to make sure it always hits the text properties.
21322 (org-agenda-next-date-line, org-agenda-previous-date-line):
21323 New commands.
21324 (org-set-regexps-and-options): Category may contain white space.
21325 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21326 Improve marker positions.
21327 (org-agenda-new-marker): Argument POS made optional.
21328 (org-agenda-get-timestamps): Deadlines which are done are listed
21329 in org-done-face now.
21330 (org-agenda-get-todos, org-agenda-get-timestamps)
21331 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21332 Set `undone-face' and `done-face' properties.
21333 (org-last-todo-state-is-todo): New variable.
21334 (org-todo): Set `org-last-todo-state-is-todo'.
21335 (org-agenda-todo): Change face according to
21336 `org-last-todo-state-is-todo'. And change other lines referring to
21337 the same entry.
21338 (org-calendar-goto-agenda): New command.
21339 (org-calendar-to-agenda-key): New option.
21340 (org-startup-folded): New allowed value `content'.
21341 (org-set-regexps-and-options): Accept new value `content' for
21342 `org-startup-folded'.
21343 (org-get-current-options): Handle new value `content' for
21344 `org-startup-folded'.
21345 (org-insert-todo-heading): New command.
21346 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21347 interactively in empty file and option
21348 `org-insert-mode-line-in-empty-file' has been set.
21349 (org-agenda-todo, org-agenda-priority): Modify to use
21350 `org-agenda-change-all-lines'.
21351 (org-warning-face): Change color on dark background
21352
21353 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21354
21355 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21356 use preferences AppleLocale and AppleLanguages, and variable
21357 mac-system-locale for default locale. On Mac OS Classic, use
21358 mac-system-coding-system for default coding systems.
21359
21360 * term/mac-win.el: Don't set file-name-coding-system.
21361 Decode variables system-name, emacs-build-system, user-login-name, and
21362 user-full-name by mac-system-coding-system on Mac OS Classic.
21363 (mac-system-coding-system): New variable.
21364
21365 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21366
21367 * startup.el (command-line): Handle `xterm-mouse-mode' before
21368 reading init file.
21369
21370 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21371
21372 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21373
21374 * progmodes/sh-script.el (sh-here-document-word): Make it a
21375 defcustom. Doc fix.
21376 (sh-add): Bash uses $(( )) for arithmetic.
21377 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21378 (sh-maybe-here-document): Remove quotes and leading whitespace
21379 from heredoc word when closing. Indent heredoc with tabs if word
21380 starts with "-".
21381
21382 2005-04-13 Richard M. Stallman <rms@gnu.org>
21383
21384 * simple.el (undo): Fix previous change.
21385
21386 * custom.el (defface): Doc fix.
21387
21388 2005-04-13 Lute Kamstra <lute@gnu.org>
21389
21390 * Makefile.in (DONTCOMPILE): Remove list.
21391 (compile, compile-always): Don't use DONTCOMPILE.
21392 (update-authors): Load the library in which batch-update-authors
21393 is defined.
21394 * makefile.w32-in (DONTCOMPILE): Remove list.
21395 (compile, compile-always): Fix comments.
21396 (update-authors): Load the library in which batch-update-authors
21397 is defined.
21398
21399 * generic-x.el (generic-mode-ini-file-find-file-hook):
21400 Rename to ini-generic-mode-find-file-hook.
21401 Keep generic-mode-ini-file-find-file-hook as an alias.
21402 (ini-generic-mode-find-file-hook): Rename from
21403 generic-mode-ini-file-find-file-hook. Fix docstring.
21404 (ini-generic-mode): Docstring change.
21405 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21406
21407 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21408 called from lisp.
21409
21410 * generic.el: Move to the emacs-lisp subdir.
21411
21412 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21413
21414 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21415 and C-S- function and cursor motion keys.
21416
21417 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21418
21419 * startup.el (command-line): Enable Xterm Mouse mode by default.
21420 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21421 for Custom. No longer show "Mouse" in mode line when enabled.
21422 Doc fix.
21423
21424 2005-04-12 Kim F. Storm <storm@cua.dk>
21425
21426 * emulation/cua-base.el (cua-rectangle-face)
21427 (cua-rectangle-noselect-face): Define face attributes here.
21428
21429 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21430
21431 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21432
21433 * startup.el (command-line): Turn off blinking cursor if
21434 cursorBlink in resources is off or false.
21435
21436 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21437
21438 * term/mac-win.el (dnd): Require dnd.
21439 (mac-drag-n-drop): Call dnd-handle-one-url.
21440 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21441 (kTextEncodingISOLatin2): Remove constants.
21442 (mac-script-code-coding-systems): New constant.
21443 (mac-handle-language-change): New function.
21444 (special-event-map): Bind it to `language-change' event.
21445 (mac-centraleurroman, mac-cyrillic): New coding systems.
21446 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21447 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21448 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21449 encode-mac-cyrillic, respectively.
21450
21451 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21452
21453 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21454 Don't set overlay-arrow-string to "=>" as this is done
21455 globally in C now.
21456
21457 2005-04-12 Lute Kamstra <lute@gnu.org>
21458
21459 * generic-x.el (rc-generic-mode, rul-generic-mode):
21460 Fix auto-mode-alist entries.
21461 (etc-fstab-generic-mode): Tweak fontification.
21462
21463 * generic.el (generic-make-keywords-list): Fix docstring.
21464 (generic-mode-internal): Simplify generic-font-lock-keywords.
21465
21466 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21467
21468 * whitespace.el (whitespace-buffer-leading)
21469 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21470 However, fix the highlight area for the leading and
21471 trailing whitespaces to show space.
21472
21473 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21474
21475 * whitespace.el (whitespace-version): Bump to 3.5
21476
21477 (whitespace-buffer-leading, whitespace-buffer-trailing):
21478 Invert sense of the test to highlight the whitespace.
21479
21480 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21481
21482 * progmodes/gud.el (gud-display-line): GUD uses its own
21483 overlay arrow now so don't set overlay-arrow-string.
21484 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21485
21486 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21487
21488 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21489 (term-ansi-current-reverse, term-ansi-current-invisible)
21490 (term-ansi-face-already-done): Change to boolean.
21491 (term-reset-terminal, term-handle-colors-array): Handle the above
21492 vars accordingly.
21493 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21494 (term-emulate-terminal): Use the new name.
21495
21496 * faces.el (secondary-selection): Use yellow1, not yellow.
21497 (trailing-whitespace): Use red1, not red.
21498
21499 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21500
21501 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21502 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21503 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21504
21505 * cus-edit.el (dnd): New group.
21506
21507 * term/w32-win.el (dnd): Require dnd
21508 (w32-drag-n-drop): Call dnd-handle-one-url.
21509
21510 * x-dnd.el: Require dnd.
21511 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21512 Call dnd-handle-one-url.
21513 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21514 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21515 to dnd-insert-text.
21516 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21517 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21518 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21519 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21520
21521 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21522
21523 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21524
21525 * wdired.el: Doc fixes.
21526 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21527 (wdired-use-dired-vertical-movement): Rename from
21528 wdired-always-move-to-filename-beginning.
21529 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21530 (wdired-change-to-wdired-mode): Change mode name.
21531 (wdired-newline): Delete.
21532
21533 2005-04-11 Richard M. Stallman <rms@gnu.org>
21534
21535 * whitespace.el (whitespace-highlight-the-space):
21536 Don't call whitespace-unhighlight-the-space here.
21537
21538 * simple.el (undo): Record t in undo-equiv-table
21539 for the redo record made by an undo-in-region.
21540
21541 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21542
21543 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21544 (gdb-frame-inferior-io-buffer): New Functions to control
21545 display of separate IO buffer.
21546 (menu): Add them to menu-bar.
21547 (gdb-display-buffer): Check for buffer another frame.
21548 Protect GUD buffer.
21549 (gdb-setup-windows): Create IO buffer if not already there.
21550 (gdb-memory-mode): Remove purecopy noops.
21551
21552 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21553
21554 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21555 and pass to self-insert-command.
21556
21557 2005-04-11 Lute Kamstra <lute@gnu.org>
21558
21559 * generic.el: Commentary section cleanup.
21560 (generic): Delete.
21561 (generic-use-find-file-hook, generic-lines-to-scan)
21562 (generic-find-file-regexp, generic-ignore-files-regexp)
21563 (default-generic-mode, generic-mode-find-file-hook)
21564 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21565 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21566 (generic-use-find-file-hook, generic-lines-to-scan)
21567 (generic-find-file-regexp, generic-ignore-files-regexp)
21568 (default-generic-mode, generic-mode-find-file-hook)
21569 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21570
21571 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21572
21573 * bookmark.el (bookmark-write-file): Catch errors writing file.
21574 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21575
21576 2005-04-10 Richard M. Stallman <rms@gnu.org>
21577
21578 * startup.el (fancy-splash-tail): Update copyright year.
21579 (command-line): Split part of -Q into -D.
21580 (emacs-basic-display): New defvar.
21581 (fancy-splash-text): Correct name of menu item.
21582
21583 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21584
21585 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21586 lines in one node.
21587
21588 * comint.el (comint-send-input): New arg ARTIFICIAL.
21589 Callers in this file changed.
21590
21591 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21592
21593 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21594
21595 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21596
21597 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21598 `ldap-search-internal'.
21599
21600 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21601
21602 * files.el (set-auto-mode-1): Use line-end-position.
21603
21604 * international/latin-1.el:
21605 * international/latin-2.el:
21606 * international/latin-3.el:
21607 * international/latin-4.el:
21608 * international/latin-5.el:
21609 * international/latin-8.el:
21610 * international/latin-9.el: Give punctuation syntax to NBSP.
21611
21612 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21613 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21614 Use char-classes to accept non-ascii letters, accepted in some recent
21615 bibtex implementations.
21616
21617 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21618
21619 * custom.el (custom-set-minor-mode): Any non-nil value for the
21620 variable should enable the mode when set through Custom.
21621
21622 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21623
21624 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21625 TAB binding so tab-always-indent is obeyed.
21626 (vhdl-minibuffer-local-map): Move initialization into declaration.
21627 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21628 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21629 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21630 (vhdl-current-line): Use line-beginning-position.
21631 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21632 with-output-to-temp-buffer, so the current position can be recorded.
21633
21634 2005-04-10 Masatake YAMATO <jet@gyve.org>
21635
21636 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21637 Add regexp for gcov.
21638
21639 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21640
21641 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21642 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21643 syntax which Emacs 20 doesn't support.
21644
21645 2005-04-09 Richard M. Stallman <rms@gnu.org>
21646
21647 * help.el (describe-key-briefly, describe-key):
21648 Replace strings as event types with "(any string)".
21649
21650 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21651
21652 * arc-mode.el (archive-mode-map): Move initialization into
21653 the declaration. Override *all* bindings of `undo'.
21654 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21655
21656 2005-04-09 Jay Belanger <belanger@truman.edu>
21657
21658 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21659
21660 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21661
21662 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21663 (xterm-register-default-colors): Update color values computation
21664 to match xterm-200.
21665
21666 2005-04-09 Kenichi Handa <handa@m17n.org>
21667
21668 * international/code-pages.el (iso-latin-7): Fix the map.
21669
21670 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21671
21672 * emacs-lisp/lisp.el (defun-prompt-regexp)
21673 (parens-require-spaces, buffer-end, end-of-defun)
21674 (insert-parentheses): Doc fixes.
21675
21676 2005-04-08 Kim F. Storm <storm@cua.dk>
21677
21678 * comint.el (comint-highlight-prompt): Fix face spec.
21679 * hi-lock.el (hi-green): Likewise.
21680
21681 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21682
21683 * cus-edit.el (custom-modified-face):
21684 * comint.el (comint-highlight-input): Fix previous changes.
21685 * term.el (term-handle-ansi-escape): Add a comment.
21686
21687 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21690 in the buffer and in whitespace-highlighted-space.
21691 (whitespace-unhighlight-the-space): Simplify.
21692 (whitespace-buffer): Simplify.
21693
21694 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21695
21696 * textmodes/table.el (table-cell-face): Add special case for
21697 displays supporting a high number of colors.
21698 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21699 (vhdl-font-lock-reserved-words-face)
21700 (vhdl-speedbar-architecture-face)
21701 (vhdl-speedbar-instantiation-face)
21702 (vhdl-speedbar-architecture-selected-face)
21703 (vhdl-speedbar-instantiation-selected-face): Likewise.
21704 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21705 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21706 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21707 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21708 (ebrowse-progress-face): Likewise.
21709 * progmodes/compile.el (compilation-info-face): Likewise.
21710 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21711 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21712 * calendar/calendar.el (diary-face): Likewise.
21713 * woman.el (woman-italic-face, woman-bold-face)
21714 (woman-unknown-face): Likewise.
21715 * wid-edit.el (widget-button-pressed-face): Likewise.
21716 * whitespace.el (whitespace-highlight-face): Likewise.
21717 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21718 * pcvs-info.el (cvs-marked-face): Likewise.
21719 * info.el (info-xref): Likewise.
21720 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21721 * hilit-chg.el (highlight-changes-face)
21722 (highlight-changes-delete-face): Likewise.
21723 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21724 (hi-red-b): Likewise.
21725 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21726 * font-lock.el (font-lock-keyword-face)
21727 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21728 * cus-edit.el (custom-invalid-face, custom-modified-face)
21729 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21730 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21731 * comint.el (comint-highlight-prompt): Likewise.
21732
21733 2005-04-08 Lute Kamstra <lute@gnu.org>
21734
21735 * font-lock.el (font-lock-keywords): Docstring fixes.
21736
21737 2005-04-08 Kenichi Handa <handa@m17n.org>
21738
21739 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21740 chars are more than a limit, print " and more..." at the tail.
21741
21742 2005-04-08 Kim F. Storm <storm@cua.dk>
21743
21744 * emacs-lisp/authors.el (authors-aliases): Update list.
21745 (authors-ignored-files): New list.
21746 (authors-fixed-entries): Fix typo.
21747 (authors-renamed-files-alist): Update list.
21748 (authors-add): Check authors-ignored-files.
21749
21750 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21751
21752 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21753 optional, to ensure backward compatibility.
21754
21755 2005-04-08 Stephen Eglen <stephen@gnu.org>
21756
21757 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21758
21759 2005-04-08 Kim F. Storm <storm@cua.dk>
21760
21761 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21762
21763 * mouse.el (mouse-on-link-p): Doc fix.
21764
21765 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21766
21767 * ielm.el (ielm-prompt-read-only): Doc fix.
21768
21769 * comint.el (comint-prompt-read-only): Doc fix.
21770
21771 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21772
21773 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21774 ensure dired always handles wildcards passed to ffap.
21775 (find-file-at-point): Use it.
21776 (ffap-dired-wildcards): Doc fix.
21777
21778 2005-04-07 Juri Linkov <juri@jurta.org>
21779
21780 * simple.el (next-error-overlay-arrow-position): New defvar.
21781 Put "=>" on its property `overlay-arrow-string'. Add it to
21782 `overlay-arrow-variable-list'.
21783
21784 * progmodes/compile.el (compilation-setup):
21785 Set `next-error-overlay-arrow-position' to nil. Also set it to
21786 nil in the local hook `kill-buffer-hook'. Make local variable
21787 `overlay-arrow-string' and set it to "=>".
21788 (compilation-goto-locus): Set BOL position to
21789 `next-error-overlay-arrow-position' instead of
21790 `overlay-arrow-position'.
21791
21792 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21793 locally instead of adding it to the global hook.
21794 (Info-kill-buffer): Move up.
21795
21796 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21797
21798 * term/xterm.el (xterm-standard-colors): Update color values from
21799 xterm-200.
21800
21801 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21804
21805 * fast-lock.el:
21806 * lazy-lock.el: Move them to the obsolete subdir.
21807
21808 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21809
21810 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21811 (wdired-add-replace-advice): Remove.
21812 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21813
21814 2005-04-06 Kim F. Storm <storm@cua.dk>
21815
21816 * startup.el (command-line): Add --bare-bones alias for -Q.
21817
21818 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21819
21820 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21821 create the startup fontset if a font specification ends with
21822 `mac-roman'.
21823
21824 2005-04-06 Lute Kamstra <lute@gnu.org>
21825
21826 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21827 change.
21828
21829 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21830 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21831
21832 2005-04-05 Lute Kamstra <lute@gnu.org>
21833
21834 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21835 (define-generic-mode): Ditto. Fix debug declaration.
21836
21837 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21838 Put them in the generic-x group.
21839
21840 * calendar/timeclock.el (timeclock): Doc fix.
21841
21842 * generic.el (define-generic-mode): Don't use custom-current-group.
21843 Document default :group value.
21844 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21845 (define-global-minor-mode): Don't use custom-current-group.
21846
21847 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21848
21849 * startup.el (command-line-1): Display startup-echo-area-message
21850 when fancy splash screen is in use.
21851
21852 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21853 (sh-escaped-newline): New face.
21854 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21855 newline, and use sh-escaped-newline face.
21856
21857 * progmodes/tcl.el (tcl-escaped-newline): New face.
21858 (tcl-builtin-list): New variable.
21859 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21860 newlines. Fix keywords subexpression number.
21861
21862 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21863
21864 * textmodes/org.el (org-diary-default-entry): Fix call to
21865 `add-to-diary-entry'.
21866
21867 2005-04-05 Kim F. Storm <storm@cua.dk>
21868
21869 * ediff-init.el: Use (featurep 'xemacs).
21870
21871 2005-04-05 David Ponce <david@dponce.com>
21872
21873 * cus-edit.el (face): Derive from symbol widget. Display sample
21874 of the current face on the fly.
21875 (widget-face-sample-face-get, widget-face-notify): New functions.
21876 (widget-face-value-create): Remove.
21877
21878 * wid-edit.el (widget-field-end): Temporarily remove field
21879 narrowing before to call `get-char-property'.
21880
21881 2005-04-04 Jay Belanger <belanger@truman.edu>
21882
21883 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21884 (math-read-subscripts): New variable.
21885 (math-read-preprocess-string): Process subscripts.
21886
21887 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21888
21889 * comint.el (comint-prompt-read-only): Doc fix.
21890
21891 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21892 `-1'. Doc fix.
21893
21894 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21895
21896 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21897 Change default value to nil.
21898
21899 2005-04-04 Lute Kamstra <lute@gnu.org>
21900
21901 * autorevert.el (auto-revert-mode): Specify :group.
21902 * battery.el (display-battery-mode): Specify :group.
21903 * diff-mode.el (diff-minor-mode): Specify :group.
21904 * font-core.el (font-lock-mode): Specify :group.
21905 * hl-line.el (hl-line-mode): Specify :group.
21906 * iimage.el (iimage): New customization group.
21907 (iimage-mode): Specify :group.
21908 * longlines.el (longlines-mode): Specify :group.
21909 * master.el: Don't require easy-mmode.
21910 (master): New customization group.
21911 (master-mode): Specify :group.
21912 * msb.el (msb-mode): Specify :group.
21913 * reveal.el (reveal-mode): Specify :group.
21914 * simple.el (next-error-follow-minor-mode): Specify :group.
21915 * smerge-mode.el (smerge-mode): Specify :group.
21916 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21917 * emulation/cua-base.el (cua-mode): Specify :group.
21918 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21919 * language/thai-util.el (thai-auto-composition-mode)
21920 (thai-word-mode): Specify :group.
21921 * mail/supercite.el (sc-minor-mode): Specify :group.
21922 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21923 * progmodes/flymake.el (flymake-mode): Specify :group.
21924 * progmodes/glasses.el (glasses-mode): Specify :group.
21925 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21926 * textmodes/enriched.el (enriched-mode): Specify :group.
21927 * textmodes/refill.el (refill-mode): Specify :group.
21928
21929 * add-log.el (change-log-font-lock-keywords): Names in
21930 parenthesized lists can contain spaces.
21931
21932 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21933
21934 * startup.el (fancy-splash-text): Shorten default text of
21935 "Emacs Tutorial" line. Also, if the current language env
21936 indicates an available tutorial file other than TUTORIAL,
21937 extract its title and append it to the line in parentheses.
21938 (fancy-splash-insert): If arg is a thunk, funcall it.
21939
21940 2005-04-04 Jay Belanger <belanger@truman.edu>
21941
21942 * calc.el (calc-language-alist): Add tags to customization type.
21943
21944 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21945
21946 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21947 Doc fix.
21948
21949 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21950
21951 * add-log.el (change-log-font-lock-keywords): The manual
21952 describing a Change Log entry, says: (...) "Aside from these
21953 header lines, every line in the change log starts with a space or
21954 a tab.". The font-lock was not highlighting lines started with
21955 spaces, added support for it.
21956
21957 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21958
21959 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21960 (bibtex-generate-url-list): Update docstring accordingly. Put the
21961 complex example in the docstring.
21962 (bibtex-font-lock-url): Use pop.
21963
21964 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21967
21968 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21969
21970 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21971
21972 * filesets.el (filesets-set-default): Doc fix.
21973
21974 2005-04-03 Lute Kamstra <lute@gnu.org>
21975
21976 * generic.el (define-generic-mode): Add argument to specify
21977 keywords for defcustom.
21978 (default-generic-mode): Specify :group.
21979
21980 * generic-x.el: Specify :group for all generic modes.
21981
21982 * desktop.el (desktop-no-desktop-file-hook)
21983 (desktop-after-read-hook): Doc fix.
21984
21985 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21986
21987 * simple.el (visible-mode): Use explicit :group keyword.
21988 This changes the group of `visible-mode-hook' from paren-blinking
21989 to editing-basics.
21990
21991 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21992
21993 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21994 mailbox specifications as well as URLs.
21995 (rmail-insert-inbox-text): Remove unused conditional branches.
21996
21997 2005-04-01 Jay Belanger <belanger@truman.edu>
21998
21999 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22000 (calc-gnuplot-print-command): Move definitions to calc.el.
22001
22002 * calc/calc-embed.el (calc-embedded-announce-formula)
22003 (calc-embedded-open-formula, calc-embedded-close-formula)
22004 (calc-embedded-open-word, calc-embedded-close-word)
22005 (calc-embedded-open-plain, calc-embedded-close-plain)
22006 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22007 (calc-embedded-open-mode, calc-embedded-close-mode):
22008 Move definitions to calc.el.
22009
22010 * calc/calc.el (calc-settings-file, calc-language-alist):
22011 Make customizable.
22012 (calc-embedded-announce-formula, calc-embedded-open-formula)
22013 (calc-embedded-close-formula, calc-embedded-open-word)
22014 (calc-embedded-close-word, calc-embedded-open-plain)
22015 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22016 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22017 (calc-embedded-close-mode, calc-gnuplot-name)
22018 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22019 from other files and make customizable.
22020
22021 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22022
22023 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22024 Use buffer-live-p.
22025 (cvs-mode-run): Don't call cvs-update-header here.
22026 (cvs-run-process): Call cvs-update-header.
22027 Use process properties for cvs-postprocess and cvs-buffer so that
22028 the sentinel can behave better if the temp buffer is killed.
22029 Use a pipe rather than a tty, to better handle unexpected prompts.
22030 (cvs-sentinel): Rewrite. Call cvs-update-header.
22031
22032 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22033
22034 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22035 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22036
22037 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22038
22039 * generic.el (define-generic-mode): Add indentation rule.
22040
22041 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22042
22043 * files.el (mode-require-final-newline): Make Custom correctly
22044 report a nil value and allow to set it to nil via Custom.
22045 Doc fix.
22046
22047 2005-04-01 Kenichi Handa <handa@m17n.org>
22048
22049 * international/characters.el: Enable the correct case setting for
22050 dotless-i and dotted-I.
22051
22052 2005-04-01 Kim F. Storm <storm@cua.dk>
22053
22054 * ido.el (ido-file-internal): Fall back to non-ido command if
22055 initial directory is on slow ftp (or tramp) host.
22056
22057 2005-03-31 Richard M. Stallman <rms@gnu.org>
22058
22059 * emacs-lisp/autoload.el (make-autoload):
22060 Handle define-global-minor-mode.
22061
22062 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22063 Rename from easy-mmode-define-global-mode.
22064 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22065
22066 * progmodes/scheme.el (scheme-mode-syntax-table):
22067 Update syntax of | and # for two-character comment syntax.
22068
22069 2005-03-31 Lute Kamstra <lute@gnu.org>
22070
22071 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22072 (define-minor-mode): Call custom-current-group at load-time.
22073
22074 * generic.el (define-generic-mode): Add debug declaration.
22075 Add defcustom for the mode hook.
22076 (generic-mode-internal): Use run-mode-hooks.
22077
22078 2005-03-31 Kim F. Storm <storm@cua.dk>
22079
22080 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22081 (mouse-fixup-help-message): New defun called by show_help_echo
22082 to fixup mouse-2 prefix in help messages when applicable.
22083
22084 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22085
22086 2005-03-31 Kenichi Handa <handa@m17n.org>
22087
22088 * language/thai-word.el (thai-find-word-ends): Pay attention to
22089 the case that we reach the end of buffer.
22090
22091 * textmodes/fill.el (fill-text-properties-at): New function.
22092 (fill-newline): Use fill-text-properties-at instead of
22093 text-properties-at.
22094
22095 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22096
22097 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22098 not comint-quote-filename.
22099
22100 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22101
22102 * help-fns.el (help-with-tutorial): Revert last change.
22103
22104 2005-03-31 Kim F. Storm <storm@cua.dk>
22105
22106 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22107
22108 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22109
22110 * calendar/cal-china.el: Update reference to "Calendrical
22111 Calculations" book; there's a new edition.
22112 * calendar/cal-coptic.el: Likewise.
22113 * calendar/cal-french.el: Likewise.
22114 * calendar/cal-hebrew.el: Likewise.
22115 * calendar/cal-islam.el: Likewise.
22116 * calendar/cal-iso.el: Likewise.
22117 * calendar/cal-julian.el: Likewise.
22118 * calendar/cal-mayan.el: Likewise.
22119 * calendar/cal-persia.el: Likewise.
22120 * calendar/calendar.el: Likewise.
22121 * calendar/holidays.el: Likewise.
22122 * calendar/lunar.el: Likewise.
22123 * calendar/solar.el: Likewise.
22124
22125 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22126 white space from doc string.
22127
22128 2005-03-30 Jay Belanger <belanger@truman.edu>
22129
22130 * calc/calc-help.el (calc-full-help): Remove email address.
22131
22132 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22133
22134 * help-fns.el (help-with-tutorial): Delete title line.
22135
22136 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22137
22138 * calendar/cal-x.el (calendar-one-frame-setup)
22139 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22140 rather than `symbol' for set-window-dedicated-p.
22141
22142 * calendar/appt.el (appt-buffer-name): Make it a constant.
22143 (appt-add): Doc fix.
22144
22145 * filesets.el (filesets-menu-path, filesets-menu-before)
22146 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22147 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22148 (filesets-add-submenu): Delete and use add-submenu instead.
22149
22150 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22151
22152 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22153 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22154 (org-diary-default-entry): New function.
22155 (org-get-entries-from-diary): Better parsing of diary entries.
22156 (org-agenda-check-no-diary): New function.
22157 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22158 linking to diary entries.
22159 (org-agenda-execute-calendar-command): New function.
22160 (org-agenda): Improve visible section in window.
22161 Use `org-fit-agenda-window'.
22162 (org-fit-agenda-window): New option.
22163 (org-move-subtree-down): Better handling of empty lines
22164 at end of subtree.
22165 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22166 levels up.
22167 (org-fontify-done-headline): New option.
22168 (org-headline-done-face): New face.
22169 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22170 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22171 When current field is non-empty, it is copied to next row.
22172 (org-table-copy-from-above): Fix bug which made it
22173 impossible to copy fields containing only a single non-white character.
22174
22175 2005-03-30 Kim F. Storm <storm@cua.dk>
22176
22177 * kmacro.el (kmacro-end-macro): Isearch may store this command
22178 into the macro -- so ignore it when executing keyboard macro.
22179
22180 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22181
22182 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22183
22184 2005-03-29 Kenichi Handa <handa@m17n.org>
22185
22186 * language/thai.el ("Thai"): Set setup-function and exit-function
22187 for Thai language environment.
22188
22189 * language/thai-util.el: Require thai-word.
22190 (thai-word-mode-map): New variable.
22191 (thai-word-mode): New minor mode.
22192 (setup-thai-language-environment-internal): New function.
22193 (exit-thai-language-environment-internal): New function.
22194
22195 * language/thai-word.el (thai-word-table): Declare it by defvar,
22196 use dolist to initialize it.
22197 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22198 (thai-fill-find-break-point): New functions.
22199
22200 2005-03-29 Richard M. Stallman <rms@gnu.org>
22201
22202 * simple.el (idle-update-delay): Move definition up.
22203 (set-mark): Doc fix.
22204
22205 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22206
22207 * longlines.el: New file.
22208
22209 * simple.el (buffer-substring-filters): New variable.
22210 (filter-buffer-substring): New function.
22211 (kill-region, copy-region-as-kill): Use it.
22212
22213 * register.el (copy-to-register, append-to-register)
22214 (prepend-to-register): Use filter-buffer-substring.
22215
22216 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22217
22218 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22219 (gud-filter-pending-text): Move in front of gdb.
22220 (gud-overlay-arrow-position): New variable.
22221 (gud-sentinel, gud-display-line): Use it in place of
22222 overlay-arrow-position.
22223
22224 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22225
22226 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22227 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22228 (fortran-font-lock-keywords-4): New variable.
22229 (fortran-blocks-re, fortran-end-block-re)
22230 (fortran-start-block-re): New constants, for hideshow.
22231 (hs-special-modes-alist): Add a Fortran entry.
22232 (fortran-mode-map): Bind fortran-end-of-block,
22233 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22234 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22235 (fortran-looking-at-if-then, fortran-end-of-block)
22236 (fortran-beginning-of-block): New functions, for hideshow.
22237
22238 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22239 Doc fix. Tweak regexp.
22240 (f90-beginning-of-block): Push mark first.
22241
22242 2005-03-29 Jay Belanger <belanger@truman.edu>
22243
22244 * calc/calc.el: Update copyright date.
22245 (calc-version): Increase to 2.1.
22246 (calc-version-date): Remove.
22247
22248 * calc/calc-help.el: Update copyright date.
22249 (calc-full-help): Remove reference to calc-version-date.
22250 Update copyright date.
22251
22252 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22253
22254 * vc.el (vc-do-command): Use a pipe for async processes, so password
22255 prompts don't show up at places where the user can't reply.
22256
22257 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22258
22259 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22260 on the file name we pass to the inferior shell.
22261
22262 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22263
22264 * progmodes/which-func.el (which-function): Be robust in the face of an
22265 imenu--make-index-alist failure.
22266
22267 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22268
22269 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22270
22271 * progmodes/python.el (python-preoutput-filter): Fix last change.
22272
22273 2005-03-29 Lute Kamstra <lute@gnu.org>
22274
22275 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22276 functions and compiled macros.
22277 (debug-convert-byte-code): Handle macros too.
22278 (debug-on-entry-1): Don't signal an error when trying to clear a
22279 function that is not set to debug on entry.
22280
22281 2005-03-29 Jay Belanger <belanger@truman.edu>
22282
22283 * calc/calc-lang.el: Add functions to math-function-table
22284 properties of tex and math.
22285
22286 2005-03-29 Kenichi Handa <handa@m17n.org>
22287
22288 * ps-mule.el (ps-mule-plot-string): Translate characters by
22289 ps-print-translation-table.
22290 (ps-mule-begin-job): Call find-charset-region/string with
22291 ps-print-translation-table.
22292 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22293
22294 * ps-print.el (ps-print-translation-table): New variable.
22295 (ps-plot-region): Translate characters by ps-print-translation-table.
22296
22297 2005-03-29 Juri Linkov <juri@jurta.org>
22298
22299 * simple.el (next-error-highlight-timer): New variable.
22300
22301 * progmodes/compile.el (compilation-goto-locus):
22302 Use `next-error-highlight-timer' instead of `sit-for'.
22303
22304 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22305
22306 * mail/supercite.el (sc-mail-field): Use assoc-string.
22307 (sc-get-address): Simplify regexps.
22308
22309 * files.el (minibuffer-with-setup-hook): New macro.
22310 (find-file-read-args): Use it to avoid let-binding
22311 minibuffer-with-setup-hook (which breaks turning on/off
22312 file-name-shadow-mode while in the prompt).
22313
22314 * complete.el (PC-read-include-file-name-internal):
22315 Use test-completion.
22316
22317 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22318
22319 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22320
22321 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22322
22323 * window.el (window-buffer-height): Use count-screen-lines.
22324
22325 * progmodes/python.el (python-preoutput-leftover): New var.
22326 (python-preoutput-filter): Use it.
22327 (python-send-receive): Loop until all the result has been received.
22328
22329 2005-03-28 Juri Linkov <juri@jurta.org>
22330
22331 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22332
22333 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22334 "Recover Crashed Session".
22335 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22336 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22337 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22338 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22339 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22340 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22341 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22342 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22343
22344 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22345 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22346 Ediff Sessions", "Toggle use of separate control buffer frame",
22347 "Use separate frame for Ediff control buffer".
22348
22349 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22350 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22351 "Rename Bookmark", "Delete Bookmark".
22352
22353 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22354 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22355 Add `:active Info-index-alternatives' to "Next Matching Item".
22356
22357 * wdired.el (wdired-change-to-wdired-mode):
22358 Mention `wdired-abort-changes' key in the initial message.
22359
22360 * international/mule.el (auto-coding-alist): Associate non-ascii
22361 image filename extensions with `no-conversion'.
22362
22363 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22364
22365 * international/iso-acc.el:
22366 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22367
22368 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22369
22370 * textmodes/sgml-mode.el (html-mode): Doc update.
22371
22372 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22373
22374 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22375
22376 * term.el (term-move-columns): Fix face after extending a line.
22377 (term-insert-spaces): Likewise.
22378 (term-reset-terminal): Fix off by one error.
22379
22380 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22381
22382 * international/mule.el (auto-coding-alist): Add .xpi files.
22383
22384 * files.el (auto-mode-alist): Add .xpi files.
22385
22386 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22387
22388 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22389
22390 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22391
22392 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22393
22394 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22395
22396 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22397 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22398
22399 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22400 cursor to Jan 1 when needed.
22401 (calendar-end-of-year): Fix -/+ typo.
22402 Reported by Chong Yidong <cyd@stupidchicken.com>.
22403
22404 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22405
22406 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22407
22408 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22409 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22410
22411 2005-03-25 Richard M. Stallman <rms@gnu.org>
22412
22413 * filesets.el (filesets-init): Add autoload.
22414
22415 * mail/mailalias.el (mail-directory): Doc fix.
22416
22417 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22418
22419 * mail/mailalias.el (mail-directory-process): Do nothing if
22420 mail-directory-process is an atom.
22421 (mail-get-names): Ignore mail-directory-names if it is an atom.
22422 (mail-directory-process defvar): Doc fix.
22423 (mail-names): Doc fix.
22424
22425 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22426
22427 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22428
22429 2005-03-26 Kenichi Handa <handa@m17n.org>
22430
22431 * international/mule-util.el (detect-coding-with-priority):
22432 Call update-coding-systems-internal before detect-coding-region.
22433
22434 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22435
22436 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22437 (gdb-frames-mode-map): Add follow-link property.
22438
22439 2005-03-25 Jay Belanger <belanger@truman.edu>
22440
22441 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22442 for variables.
22443
22444 2005-03-25 Juri Linkov <juri@jurta.org>
22445
22446 * image-mode.el: Optimize image filename extension regexps in
22447 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22448 in `auto-mode-alist'.
22449 (image-mode): Add `image-toggle-display-text' to local hook
22450 `change-major-mode-hook'. Display the image as an image by
22451 default. Set `cursor-type' and `truncate-lines' if the image
22452 is already displayed. Take into account the current mode (image
22453 or text) in message.
22454 (image-minor-mode): New minor mode.
22455 (image-mode-maybe, image-toggle-display-text): New functions.
22456 (image-toggle-display): Use called-interactively-p.
22457 Let-bind `inhibit-read-only' to t.
22458
22459 * image-mode.el (image-minor-mode): Set `cursor-type' and
22460 `truncate-lines' if the image is already displayed. Add turning
22461 image-minor-mode off to `change-major-mode-hook'. Add message.
22462 Call `image-toggle-display-text' after turning image-minor-mode off.
22463
22464 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22465
22466 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22467 Terminal.app, use utf-8.
22468 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22469 (set-locale-environment): Use it.
22470
22471 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22472
22473 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22474
22475 * progmodes/python.el (python-close-block-statement-p)
22476 (python-outdent-p, python-current-defun): Use symbol-end.
22477
22478 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22479
22480 * files.el (save-some-buffers): Doc fix.
22481
22482 2005-03-25 Werner Lemberg <wl@gnu.org>
22483
22484 * complete.el, thumbs.el: Replace `legal' with `valid'.
22485 * calendar/calendar.el: Replace `legal' with `valid'.
22486 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22487 * mail/supercite.el: Replace `legal' with `valid'.
22488 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22489 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22490 Replace `legal' with `valid'.
22491 * textmodes/reftex-vars.el, textmodes/reftex.el:
22492 Replace `legal' with `valid'.
22493
22494 2005-03-25 Werner Lemberg <wl@gnu.org>
22495
22496 * calc/calc-forms.el, calc/calc-sel.el
22497 * midnight.el, vc-cvs.el
22498 * emacs-lisp/cl-macs.el
22499 * emulation/vip.el
22500 * eshell/esh-io.el, eshell/esh-var.el
22501 * mail/supercite.el
22502 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22503 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22504 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22505 * progmodes/sh-script.el, progmodes/xscheme.el
22506 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22507 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22508 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22509 * textmodes/reftex.el, textmodes/org.el:
22510 Replace `illegal' with `invalid'.
22511
22512 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22513
22514 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22515 (flymake-find-buildfile, flymake-find-possible-master-files)
22516 (flymake-check-include, flymake-parse-line): Replace loops over the
22517 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22518
22519 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22520 Substitute file-name-as-directory in the rest of the file.
22521 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22522 (flymake-replace-region): Remove unused arg `buffer'.
22523 (flymake-check-patch-master-file-buffer): Update calls to it.
22524 (flymake-add-err-info): Remove unused var `count'.
22525 (flymake-mode): Use define-minor-mode.
22526
22527 * progmodes/flymake.el: Use with-current-buffer.
22528 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22529 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22530 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22531 Avoid testing for `xemacs'.
22532 (flymake-nop): Move.
22533 (flymake-region-has-flymake-overlays): Return the computed value.
22534 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22535 Remove unused var `endline'.
22536 (flymake-get-line-count): Remove unused function.
22537 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22538
22539 * emulation/vi.el:
22540 * generic.el:
22541 * hilit-chg.el (global-highlight-changes):
22542 * hi-lock.el (hi-lock-mode):
22543 * follow.el: find-file-hooks -> find-file-hook.
22544
22545 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22546
22547 2005-03-24 Juri Linkov <juri@jurta.org>
22548
22549 * dired.el (dired-mode-map): Add menu item "Compare directories"
22550 for dired-compare-directories.
22551
22552 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22553 Doc fix. Replace `read-file-name' with `read-directory-name'.
22554
22555 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22556
22557 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22558
22559 2005-03-24 Jay Belanger <belanger@truman.edu>
22560
22561 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22562 relevant mode settings in calc-embedded-original-modes when modes
22563 are permanently changed.
22564
22565 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22566
22567 * autoinsert.el: find-file-hooks -> find-file-hook.
22568
22569 2005-03-24 Lute Kamstra <lute@gnu.org>
22570
22571 * generic.el (generic-font-lock-defaults): Make it obsolete.
22572 (generic-font-lock-keywords): New variable to replace
22573 generic-font-lock-defaults.
22574 (generic-mode-set-font-lock): Delete it.
22575 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22576 (generic-bracket-support): Add docstring.
22577
22578 * generic-x.el: Rename generic-font-lock-defaults to
22579 generic-font-lock-keywords throughout.
22580 (mailagent-rules-setup-function): Delete it.
22581 (mailagent-rules-generic-mode): Use anonymous function instead.
22582 (show-tabs-generic-mode-font-lock-defaults-1)
22583 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22584 Quote faces.
22585 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22586 not foreground.
22587
22588 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22589 Recognize define-generic-mode.
22590
22591 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22592
22593 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22594 if there's no completion table.
22595
22596 2005-03-23 Miles Bader <miles@gnu.org>
22597
22598 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22599 Remove tty-specific variants, as they're no longer needed.
22600
22601 2005-03-23 Lute Kamstra <lute@gnu.org>
22602
22603 * generic-x.el: Code cleanup: make args constant whenever possible.
22604 (installshield-statement-keyword-list)
22605 (installshield-system-functions-list)
22606 (installshield-system-variables-list, installshield-types-list)
22607 (installshield-funarg-constants-list): Make them constants.
22608
22609 * generic.el (generic-make-keywords-list): Add autoload cookie.
22610
22611 * calendar/time-date.el: Add comment on time value formats.
22612 Don't require parse-time.
22613 (with-decoded-time-value): New macro.
22614 (encode-time-value): New function.
22615 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22616 (days-to-time): Return a valid time value when arg is huge.
22617 (time-since): Use time-subtract.
22618 (time-to-number-of-days): Use time-to-seconds.
22619
22620 2005-03-23 David Ponce <david@dponce.com>
22621
22622 * recentf.el (recentf-keep): New option.
22623 (recentf-menu-action): Default to `find-file'.
22624 (recentf-keep-non-readable-files-flag)
22625 (recentf-keep-non-readable-files-p)
22626 (recentf-file-readable-p, recentf-find-file)
22627 (recentf-cleanup-remote): Remove.
22628 (recentf-include-p): More robust.
22629 (recentf-keep-p): New function.
22630 (recentf-remove-if-non-kept): Rename from
22631 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22632 All callers updated.
22633 (recentf-menu-items-for-commands): Fix help string.
22634 (recentf-track-closed-file): Update. Doc fix.
22635 (recentf-cleanup): Update. Count removed files. Doc fix.
22636
22637 2005-03-23 Kim F. Storm <storm@cua.dk>
22638
22639 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22640 Don't inherit from fringe face (now happens automatically).
22641
22642 2005-03-22 Kim F. Storm <storm@cua.dk>
22643
22644 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22645 position values.
22646
22647 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22648
22649 * menu-bar.el (showhide-date-time): Remove.
22650 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22651 (menu-bar-make-mm-toggle): Simplify.
22652
22653 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22654
22655 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22656 Accept qualified variable and function names.
22657
22658 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22659
22660 * bindings.el (completion-ignored-extensions):
22661 Remove ".lis" for `vax-vms'.
22662
22663 2005-03-22 Andreas Schwab <schwab@suse.de>
22664
22665 * generic-x.el: Revert last change.
22666 * ldefs-boot.el: Update.
22667
22668 2005-03-22 Jay Belanger <belanger@truman.edu>
22669
22670 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22671 (calc-embedded-save-original-modes)
22672 (calc-embedded-restore-original-modes): New functions.
22673 (calc-do-embedded): Save original modes when entering embedded mode
22674 and restore when leaving embedded mode.
22675 (calc-embedded-modes-change): Change the value of
22676 calc-embedded-original-modes to reflect permanent changes.
22677
22678 2005-03-22 Lute Kamstra <lute@gnu.org>
22679
22680 * generic-x.el: Require generic again.
22681
22682 2005-03-22 Miles Bader <miles@gnu.org>
22683
22684 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22685 Tweak details to look good on both ttys and bitmap displays, light
22686 or dark background, etc.
22687
22688 2005-03-21 Kim F. Storm <storm@cua.dk>
22689
22690 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22691 mouse position.
22692
22693 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22694
22695 * icomplete.el: Don't forcibly turn on the mode upon load.
22696 (icomplete-mode): Use define-minor-mode.
22697 (icomplete-eoinput): Default to nil.
22698 (icomplete-minibuffer-setup): Remove autoload.
22699 (icomplete-tidy): Simplify.
22700 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22701 in the initial state or if the user has modified the field.
22702 Fix handling of icomplete-max-delay-chars.
22703 Remove code that handles the oddball case where
22704 minibuffer-completion-table is an integer.
22705 Wrap icomplete-completions in while-no-input in case building
22706 completions takes more time than expected.
22707 (icomplete-completions): Simplify.
22708
22709 2005-03-21 Richard M. Stallman <rms@gnu.org>
22710
22711 * jka-compr.el (jka-compr-really-do-compress):
22712 Make variable buffer-local.
22713
22714 * image-mode.el: Handle .xpm files too.
22715 (image-toggle-display): Preserve modification flag.
22716
22717 * help.el (where-is): Don't mention aliases with no key bindings.
22718
22719 2005-03-21 Lute Kamstra <lute@gnu.org>
22720
22721 * generic.el: Fix commentary section. Don't require cl for
22722 compilation.
22723 (generic-mode-list): Add autoload cookie.
22724 (generic-use-find-file-hook, generic-lines-to-scan)
22725 (generic-find-file-regexp, generic-ignore-files-regexp)
22726 (generic-mode, generic-mode-find-file-hook)
22727 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22728 (define-generic-mode): Make it a defmacro. Fix docstring.
22729 (generic-mode-internal): Code cleanup. Add autoload cookie.
22730 (generic-mode-set-comments): Code cleanup.
22731 * generic-x.el: Don't prevent compilation. Don't require generic.
22732 Follow coding conventions. Minor code cleanup.
22733 (etc-fstab-generic-mode): Add some keywords.
22734 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22735 define-generic-mode like a function declaration.
22736
22737 2005-03-21 Jay Belanger <belanger@truman.edu>
22738
22739 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22740 changing modes.
22741
22742 2005-03-21 Sam Steingold <sds@gnu.org>
22743
22744 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22745
22746 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22747
22748 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22749 Add underscore to "f$ lexicals" regexp.
22750
22751 2005-03-20 Juri Linkov <juri@jurta.org>
22752
22753 * subr.el (progress-reporter-do-update): When `min-value' is equal
22754 to `max-value', set `percentage' to 0 and prevent division by zero.
22755
22756 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22757
22758 Sync with Tramp 2.0.48.
22759
22760 * net/tramp.el (all): Change all addresses to .gnu.org.
22761 (tramp-append-tramp-buffers): New defun.
22762 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22763 Catch `dont-send' signal.
22764 (tramp-set-auto-save-file-modes): Set always permissions, because
22765 there might be an old auto-saved file belonging to another
22766 original file. This could be a security threat. Reported by
22767 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22768 Check for Emacs 21.3.50 removed.
22769
22770 * net/tramp-smb.el (all): Remove debug construct for
22771 `with-parsed-tramp-file-name'.
22772 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22773 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22774 No error message if DIRECTORY or FILENAME doesn't exist.
22775 (tramp-smb-open-connection): Check existence of
22776 `tramp-smb-program'.
22777
22778 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22779
22780 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22781 Properly handle the case where the `m' or `s' command's argument is not
22782 yet terminated.
22783 (perl-indent-new-calculate): New function.
22784 (perl-indent-line): Use it.
22785
22786 2005-03-20 Miles Bader <miles@gnu.org>
22787
22788 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22789 in text-mode too. Change to new face names.
22790 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22791 Add `:weight bold' attribute.
22792 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22793
22794 2005-03-19 Juri Linkov <juri@jurta.org>
22795
22796 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22797
22798 * international/mule.el (auto-coding-alist): Sync with
22799 `auto-mode-alist' by adding upper case archive file extensions
22800 and adding ear/war to jar extension.
22801
22802 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22803
22804 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22805 running, restart it.
22806
22807 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22808
22809 * finder.el (finder-current-item): Throw an error on an empty line.
22810
22811 * man.el (Man-follow-manual-reference): If current-word returns
22812 nil, use "".
22813
22814 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22815
22816 * simple.el (goto-line): Doc fix.
22817
22818 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22819
22820 * files.el (save-buffer): Doc fix.
22821
22822 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22823
22824 * recentf.el (recentf-cleanup-remote): New variable.
22825 (recentf-cleanup): Use it to conditionally check availability of
22826 remote files.
22827
22828 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22829
22830 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22831 function names.
22832
22833 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22834
22835 * language/thai-word.el: New file.
22836
22837 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22838
22839 * files.el (backup-buffer): If the file's directory is not
22840 writable, use copy instead of move to backup the file.
22841
22842 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22843
22844 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22845
22846 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22847
22848 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22849 Use functionp instead of symbolp and fboundp. Reported by Drkm
22850 <darkman_spam@yahoo.fr>.
22851 (ps-print-version): New version 6.6.6.
22852
22853 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22854
22855 * textmodes/table.el (table--line-column-position): New idiom.
22856 (table--row-column-insertion-point-p): New function to test
22857 validity of row and column insertion operation at a location.
22858 (table-global-menu, table-cell-menu): Use above functions for
22859 deterministic test operation.
22860 (table--editable-cell-p): Behave in deterministic fashion.
22861
22862 2005-03-18 Juri Linkov <juri@jurta.org>
22863
22864 * isearch.el (isearch-lazy-highlight-new-loop):
22865 Make arguments beg and end optional.
22866 (isearch-update): Remove optional arguments nil from
22867 isearch-lazy-highlight-new-loop.
22868 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22869 isearch-lazy-highlight-case-fold-search instead of
22870 isearch-case-fold-search, and let-bind isearch-regexp to
22871 isearch-lazy-highlight-regexp.
22872 Use isearch-lazy-highlight-last-string instead of isearch-string.
22873
22874 * replace.el (perform-replace): Remove bindings of global
22875 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22876 Add three new arguments to `replace-highlight'.
22877 (replace-highlight): Add arguments string, regexp, case-fold.
22878 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22879 to allow isearch-lazy-highlight-new-loop to use these values
22880 to set corresponding isearch-lazy-highlight-* internal
22881 variables whose values lazy highlighting will use regardless of
22882 changes to global variables isearch-string, isearch-regexp,
22883 isearch-case-fold-search during lazy highlighting loop.
22884 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22885 to `lazy-highlight-cleanup'.
22886
22887 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22888 (ispell-highlight-face): Set default face to `isearch' when
22889 lazy highlighting is enabled.
22890 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22891 priority to 1. Add lazy highlighting.
22892 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22893 from `isearch-dehighlight'.
22894
22895 2005-03-18 David Ponce <david@dponce.com>
22896
22897 * files.el (hack-local-variables): Do a case-insensitive search
22898 for End.
22899
22900 2005-03-18 Juri Linkov <juri@jurta.org>
22901
22902 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22903 `isearch-lazy-highlight-cleanup', add alias to old name and
22904 declare obsolete. Add release numbers to other obsolete vars.
22905 (isearch-done, isearch-lazy-highlight-new-loop):
22906 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22907 (lazy-highlight-cleanup) <variable>: Doc fix.
22908 (isearch-lazy-highlight-update): Rename obsolete
22909 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22910
22911 2005-03-18 Kenichi Handa <handa@m17n.org>
22912
22913 * language/thai-util.el: Fix categorization of Thai characters in
22914 thai-category-table.
22915 (thai-composition-pattern): Adjust it for the above change.
22916 (thai-self-insert-command, thai-compose-syllable): New functions.
22917 (thai-compose-region): Use thai-compose-syllable.
22918 (thai-compose-string): Likewise.
22919 (thai-composition-function): Likewise.
22920 (thai-auto-composition): New function.
22921 (thai-auto-composition-mode): New minor mode.
22922
22923 * language/thai.el: Fix patterns to be registered in
22924 composition-function-table.
22925
22926 * international/quail.el (quail-input-method): Locally bind
22927 inhibit-modification-hooks to t.
22928
22929 2005-03-17 Richard M. Stallman <rms@gnu.org>
22930
22931 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22932 (perl-mode): Use run-mode-hooks.
22933
22934 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22935 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22936 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22937
22938 * mail/sendmail.el (sendmail-send-it): Reenable the code
22939 to compute resend-to-address and use it.
22940
22941 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22942
22943 * image-mode.el: New file.
22944
22945 * image.el (insert-sliced-image): Add autoload cookie.
22946
22947 * font-lock.el (font-lock-lines-before): New user option.
22948 (font-lock-after-change-function): Obey it.
22949
22950 * bindings.el (esc-map): Make M-g a prefix.
22951 Bind M-g g and M-g M-g to goto-line.
22952
22953 * faces.el (face-id): Doc fix.
22954
22955 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22956
22957 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22958 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22959 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22960
22961 * mail/sendmail.el (mail-yank-ignored-headers)
22962 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22963 Add Mail-Followup-To and Mail-Reply-To headers.
22964 (mail-citation-hook): Add autoload cookie.
22965 (mail-mode): Doc fix.
22966 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22967 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22968 (mail-mode-fill-paragraph): Handle those headers.
22969 (mail-mailing-lists): New variable.
22970 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22971
22972 2005-03-17 Juri Linkov <juri@jurta.org>
22973
22974 * isearch.el (isearch-fallback): Check for `(car previous)'
22975 before calling `isearch-other-end-state'.
22976
22977 2005-03-17 Kim F. Storm <storm@cua.dk>
22978
22979 * simple.el (move-beginning-of-line): Move to beginning of buffer
22980 line, as well as beginning of screen line.
22981
22982 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22983
22984 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22985 argument REDRAW rather than calendar-redrawing variable.
22986 * calendar/calendar.el (calendar-redrawing): Delete.
22987 (redraw-calendar): Do not bind calendar-redrawing.
22988
22989 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22990
22991 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22992 diary-file buffer.
22993
22994 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22995
22996 * help.el (describe-mode): Allow a :minor-mode-function property to
22997 specify a different minor mode toggle function than the variable.
22998 * simple.el (auto-fill-function):
22999 * subr.el (add-minor-mode): Use it.
23000
23001 2005-03-16 Kenichi Handa <handa@m17n.org>
23002
23003 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23004 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23005 (ethio-fidel-to-sera-buffer): Likewise.
23006
23007 2005-03-16 Juri Linkov <juri@jurta.org>
23008
23009 * emacs-lisp/find-func.el (find-function-regexp):
23010 Add defun-emitting macro `menu-bar-make-toggle'.
23011
23012 * isearch.el: Put `isearch-scroll' property to
23013 `split-window-horizontally'.
23014
23015 * info.el: Update error messages for `debug-ignored-errors'.
23016 (Info-isearch-search): Doc fix.
23017 (Info-find-node): Move up code to go into info buffer before
23018 recording the node to the history.
23019 (Info-fontify-node): Fontify titles only if the next line
23020 has two or more `*', `=', `-', `.'.
23021 Display "go to this node" for empty (match-string 3).
23022
23023 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23024
23025 * term/mac-win.el: Add mouse pointer shape constants.
23026
23027 2005-03-15 Kim F. Storm <storm@cua.dk>
23028
23029 * simple.el (move-beginning-of-line): Use vertical-motion.
23030
23031 2005-03-15 Juri Linkov <juri@jurta.org>
23032
23033 * isearch.el (isearch-error): New variable.
23034 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23035 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23036 (isearch-within-brackets-state): Remove.
23037 (isearch-case-fold-search-state, isearch-pop-fun-state):
23038 Decrease frame index.
23039 (isearch-mode, isearch-top-state, isearch-push-state)
23040 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23041 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23042 (isearch-search, isearch-lazy-highlight-new-loop):
23043 Replace `isearch-invalid-regexp' with `isearch-error'.
23044 Remove `isearch-within-brackets'.
23045 (isearch-search): Add `search-failed' handler to `condition-case'.
23046 (isearch-lazy-highlight-search): Add `condition-case' to catch
23047 errors and allow `isearch-lazy-highlight-update' to try
23048 highlighting from the beginning of the window.
23049 (isearch-repeat): Move up code to set isearch-wrapped to t
23050 before calling isearch-wrap-function.
23051
23052 * info.el (Info-isearch-initial-node): New internal variable.
23053 (Info-search): Signal an error in isearch mode when search leaves
23054 the initial node. Signal an error when `bound' is non-nil and
23055 nothing was found in the current subfile.
23056 (Info-isearch-search): Remove `condition-case'.
23057 (Info-isearch-wrap): Don't wrap when search failed during leaving
23058 the initial node. If `Info-isearch-search' is nil, wrap around
23059 the current node.
23060 (Info-isearch-start): New fun.
23061 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23062 `isearch-mode-hook'.
23063
23064 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23065
23066 * simple.el (normal-erase-is-backspace): Set default to t if
23067 running on Mac.
23068
23069 * term/mac-win.el (function-key-map): Sync with x-win.el.
23070
23071 2005-03-15 Kenichi Handa <handa@m17n.org>
23072
23073 * international/mule-cmds.el (locale-language-names): Modify the
23074 format of elements and add more entries.
23075 (locale-preferred-coding-systems): Add more entries.
23076 (set-locale-environment): Adjust for the change of
23077 locale-language-names.
23078
23079 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23080
23081 * pcvs.el (smerge-ediff): Remove bogus autoload.
23082
23083 2005-03-14 Lute Kamstra <lute@gnu.org>
23084
23085 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23086 Ignore a `*' at the beginning of a line.
23087
23088 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23089 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23090 subr.el.
23091 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23092 to specify indentation.
23093
23094 * generic.el (define-generic-mode): Let generic-mode-list be a
23095 list of strings; test membership with equal.
23096
23097 2005-03-14 Kim F. Storm <storm@cua.dk>
23098
23099 * simple.el (next-line, previous-line): Add optional try-vscroll
23100 arg to recognize interactive use. Pass it on to line-move.
23101 (line-move): Don't perform auto-window-vscroll when defining or
23102 executing keyboard macro to ensure consistent behavior.
23103
23104 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23105
23106 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23107
23108 2005-03-13 Lute Kamstra <lute@gnu.org>
23109
23110 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23111 debugger-setup-buffer so that backtrace marks the frames set to
23112 debug-on-exit and we don't have to do it manually. Set an extra
23113 debug-on-exit for macro's.
23114 (debugger-setup-buffer): Don't mark the top frame manually.
23115
23116 2005-03-12 Lute Kamstra <lute@gnu.org>
23117
23118 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23119 lisp-indent-function throughout.
23120 (with-no-warnings): Set lisp-indent-function property.
23121
23122 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23123
23124 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23125 Add entry for backslash.
23126
23127 2005-03-12 Juri Linkov <juri@jurta.org>
23128
23129 * info.el (Info-search): Four fixes for backward search.
23130
23131 2005-03-11 Jay Belanger <belanger@truman.edu>
23132
23133 * calc/calc.el (calc-language-alist): New variable.
23134 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23135 (calc-embedded-find-modes): Use calc-language-alist instead of
23136 calc-embedded-language-alist.
23137
23138 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23139
23140 * calendar/calendar.el (calendar-redrawing): New internal
23141 variable.
23142 (redraw-calendar): Remove bogus save-excursion from previous
23143 change. Bind calendar-redrawing to t for mark-diary-entries.
23144 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23145 calendar if that is why we were called.
23146
23147 2005-03-11 Kenichi Handa <handa@m17n.org>
23148
23149 * international/mule.el (make-coding-system): Set property
23150 coding-system-define-form to nil.
23151 (define-coding-system-alias): Likewise.
23152
23153 2005-03-11 Kenichi Handa <handa@m17n.org>
23154
23155 These changes are suggested by Dave Love <fx@gnu.org>.
23156
23157 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23158 coding: tag.
23159 (adaptive-fill-regexp): Add more bullets.
23160 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23161 regexps.
23162
23163 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23164
23165 * help.el (describe-mode): Properly handle non-trivial lighters.
23166 Don't ignore minor modes that are not listed in minor-mode-list.
23167
23168 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23169 feature ON when the user requests to turn it OFF.
23170
23171 2005-03-10 Lute Kamstra <lute@gnu.org>
23172
23173 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23174 (implement-debug-on-entry): New function to replace debug-entry-code.
23175 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23176 second argument as the 2005-03-07 change makes it obsolete.
23177 (debug-on-entry, cancel-debug-on-entry): Update call to
23178 debug-on-entry-1.
23179 (debug, debugger-setup-buffer): Comment update.
23180 (debugger-frame-number): Update to work with implement-debug-on-entry.
23181
23182 2005-03-10 Jay Belanger <belanger@truman.edu>
23183
23184 * calc/calc-embed.el (math-ms-args): Declare it.
23185 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23186 math-ms-args.
23187 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23188 variables.
23189
23190 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23191
23192 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23193 Use message-box.
23194
23195 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23196 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23197 (tooltip-gud-tips): Simplify.
23198 (tooltip-gud-tips-p): Remove superfluous :set.
23199 (tooltip-gud-modes): Add fortran-mode.
23200 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23201
23202 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23203
23204 2005-03-09 Kim F. Storm <storm@cua.dk>
23205
23206 * play/animate.el (animate-place-char): Use forward-line instead
23207 of next-line to improve performance.
23208
23209 2005-03-09 Simon Josefsson <jas@extundo.com>
23210
23211 * net/browse-url.el (browse-url-default-browser): Doc fix.
23212
23213 2005-03-09 Miles Bader <miles@gnu.org>
23214
23215 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23216 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23217
23218 2005-03-09 Kenichi Handa <handa@m17n.org>
23219
23220 * international/latin-1.el: Set case and syntax for 255 only if
23221 set-case-syntax-set-multibyte is nil.
23222
23223 * textmodes/ispell.el (ispell-insert-word): New function.
23224 (ispell-word): Use ispell-insert-word to insert a new word.
23225 (ispell-process-line): Likewise.
23226 (ispell-complete-word): Likewise.
23227
23228 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23229
23230 * calendar/calendar.el (redraw-calendar): Preserve point.
23231 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23232 (calendar-week-start-day): Move after definition of
23233 redraw-calendar. Delete buffer test, since redraw-calendar has
23234 that now.
23235
23236 * calendar/diary-lib.el (mark-diary-entries): Only call
23237 redraw-calendar in the first of any recursive calls.
23238 Reported by Alan Shutko <ats@acm.org>.
23239
23240 2005-03-08 Juri Linkov <juri@jurta.org>
23241
23242 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23243 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23244 (html-radio-buttons): Add a space before the trailing `/>' where
23245 sgml-xml-mode is non-nil.
23246 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23247 the subsequent tag of the empty XML tag.
23248 (html-href-anchor): Don't set initial input to "http:".
23249 (html-image): Ask for the image URL and set point inside alt="".
23250 (html-name-anchor): Duplicate the name in the `id' attribute when
23251 sgml-xml-mode is non-nil.
23252 (html-paragraph): Remove \n before <p>.
23253 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23254 instead of `checked' when sgml-xml-mode is non-nil.
23255
23256 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23257 Remove 1 space before #RRGGBB to not truncate it on terminal
23258 windows w/o fringes. Remove 1 space between bg and fg examples
23259 to get more space.
23260 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23261 avoid byte-compile warnings.
23262
23263 * image-file.el (image-file-handler): Put `safe-magic' property to
23264 `image-file-handler'.
23265
23266 * info.el (Info-isearch-search): Emulate word search in
23267 isearching through multiple Info nodes with Info-search.
23268 (Info-isearch-wrap): Allow isearch-word.
23269
23270 2005-03-08 Lute Kamstra <lute@gnu.org>
23271
23272 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23273 stepping into the debugger's code is not possible.
23274 (debugger-jumping-flag): Docstring update.
23275
23276 2005-03-08 Jay Belanger <belanger@truman.edu>
23277
23278 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23279 embedded mode begins.
23280 (calc-embedded-language-alist): New variable.
23281 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23282 set default language mode.
23283
23284 2005-03-08 Kenichi Handa <handa@m17n.org>
23285
23286 * international/ccl.el (define-ccl-program): Fix docstring about
23287 extra 256 bytes assured for the output buffer.
23288
23289 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23290 Fix BUFFER_MAGNIFICATION to 2.
23291 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23292
23293 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23294
23295 * align.el (align-rules-list): Added an alignment rule for CSS
23296 declarations (applies to css-mode and html-mode buffers).
23297
23298 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23299
23300 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23301
23302 2005-03-07 Kim F. Storm <storm@cua.dk>
23303
23304 * simple.el (move-beginning-of-line): New command.
23305
23306 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23307
23308 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23309
23310 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23311 and move-beginning-of-line.
23312
23313 * apropos.el (apropos-print): Omit command from M-x ... RET.
23314
23315 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23316
23317 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23318 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23319
23320 2005-03-06 Richard M. Stallman <rms@gnu.org>
23321
23322 * bindings.el (esc-map): Bind M-g to goto-line.
23323
23324 * facemenu.el (global-map): Bind M-o, not M-g.
23325
23326 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23327
23328 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23329 "Open Directory" as for "Open File".
23330
23331 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23332
23333 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23334 (push-mark-command): Run activate-mark-hook.
23335
23336 2005-03-06 Richard M. Stallman <rms@gnu.org>
23337
23338 * help-mode.el (help-mode-finish): Don't alter the element
23339 in view-return-to-alist if there already is one.
23340
23341 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23342 make sure the current buffer is the expected one.
23343
23344 * novice.el (disabled-command-function): Output in *Disabled Command*.
23345 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23346
23347 * textmodes/flyspell.el (flyspell-large-region):
23348 Pass args differently for aspell.
23349
23350 * files.el (mode-require-final-newline): Doc fix.
23351
23352 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23353
23354 * progmodes/which-func.el (which-function):
23355 Specify NOERROR when calling imenu--make-index-alist.
23356
23357 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23358
23359 * simple.el (normal-erase-is-backspace): Define default value.
23360
23361 * custom.el (custom-theme-set-variables): Remove unused var
23362 `immediate'.
23363 (custom-reevaluate-setting): Simple function to handle variables
23364 that are defined before their default value can really be
23365 computed.
23366
23367 * startup.el (command-line): Use it for temporary-file-directory,
23368 small-emporary-file-directory, auto-save-file-name-transforms,
23369 blink-cursor-mode, and normal-erase-is-backspace.
23370
23371 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23372 progress, even with buggy anchored keywords.
23373
23374 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23375
23376 * simple.el (goto-line): Remove unbalanced final parenthesis.
23377
23378 2005-03-05 Richard M. Stallman <rms@gnu.org>
23379
23380 * simple.el (goto-line): Use a number at point as the default.
23381 With C-u as arg, switch buffers.
23382
23383 2005-03-05 Juri Linkov <juri@jurta.org>
23384
23385 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23386 with `no-blinking-cursor'.
23387
23388 * startup.el (no-blinking-cursor): New defvar.
23389 (command-line): Add `--no-blinking-cursor' to longopts.
23390 Set `no-blinking-cursor' to t for command line arguments
23391 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23392 with `no-blinking-cursor' in the condition for calling
23393 `blink-cursor-mode'.
23394
23395 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23396
23397 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23398 (menu-bar-options-save): Add blink-cursor-mode.
23399 (menu-bar-options-menu): Add blink-cursor-mode.
23400
23401 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23402
23403 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23404 (icalendar-export-file, icalendar-export-region)
23405 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23406 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23407
23408 2005-03-04 Lute Kamstra <lute@gnu.org>
23409
23410 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23411 (debug-function-list): Ditto.
23412
23413 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23414
23415 * textmodes/texinfmt.el (texinfo-append-refill):
23416 Redefine the types of line to which @refill
23417 is not appended by replacing a search for `@refill\\|@bye' with
23418 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23419 itemize@refill' bug and the unfilled long lines bug.
23420 (texinfmt-version): Update number and date.
23421
23422 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23423
23424 * international/code-pages.el (windows-1250, windows-125[2-8])
23425 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23426
23427 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23428
23429 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23430 bound yet.
23431
23432 2005-03-02 Romain Francoise <romain@orebokech.com>
23433
23434 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23435 buffer after removing limits.
23436 (ibuffer-pop-filter): Ditto.
23437 Update copyright.
23438
23439 2005-03-02 Miles Bader <miles@gnu.org>
23440
23441 * button.el (make-text-button): If the user doesn't specify a
23442 type, use the default. Rewrite to use `add-text-properties' and
23443 plist functions.
23444
23445 2005-03-01 Lute Kamstra <lute@gnu.org>
23446
23447 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23448 (debugger-jumping-flag): New var.
23449 (debug-entry-code): Use it.
23450 (debugger-jump): Use debugger-jumping-flag and add
23451 debugger-reenable to post-command-hook.
23452 (debugger-reenable): Use debugger-jumping-flag and remove itself
23453 from post-command-hook.
23454 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23455 debugger-reenable.
23456
23457 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23458
23459 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23460 inclusion of "itemize\\|", which may be unnecessary, is certainly
23461 inelegant, and stops refilling in itemize lists when formatting
23462 Japanese Texinfo files to Info.
23463 Update copyright to 2005.
23464
23465 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23466
23467 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23468 of an error if GDB can't find the source file.
23469
23470 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23471
23472 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23473 not just the calendar.
23474
23475 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23476 first.
23477 (diary-redraw-calendar): New function.
23478 (make-diary-entry): Add diary-redraw-calendar to local
23479 write-contents-functions. Turn off selective display before
23480 inserting in diary.
23481
23482 2005-03-01 Kim F. Storm <storm@cua.dk>
23483
23484 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23485
23486 2005-03-01 Lute Kamstra <lute@gnu.org>
23487
23488 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23489 that debug-entry-code can be safely removed from a function while
23490 this code is being evaluated. Revert the 2005-02-27 change as the
23491 new implementation no longer requires it. Make sure that a
23492 function body containing just a string is not mistaken for a docstring.
23493 (debug): Skip one more frame in case of debug on entry.
23494 (debugger-setup-buffer): Delete one more frame line in case of
23495 debug on entry.
23496 (debugger-frame-number): Update to use the new text introduced by
23497 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23498
23499 2005-02-28 Kim F. Storm <storm@cua.dk>
23500
23501 * double.el (double-translate-key): Call force-window-update after
23502 read-event to avoid crash in redisplay.
23503
23504 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23505
23506 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23507 (debug): Use it. Move the inhibit-trace earlier.
23508 (debug-entry-code): New const.
23509 (debug-on-entry-1): Use it.
23510
23511 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23512
23513 * international/utf-16.el (ccl-encode-mule-utf-16le):
23514 Fix BUFFER_MAGNIFICATION to 2.
23515 (ccl-encode-mule-utf-16be): Likewise.
23516
23517 2005-02-28 Kenichi Handa <handa@m17n.org>
23518
23519 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23520 Fix BUFFER_MAGNIFICATION to 4.
23521 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23522
23523 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23524
23525 * speedbar.el (speedbar-update-flag): Doc fix.
23526 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23527 argument.
23528
23529 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23530
23531 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23532 have a non-nil `invisible' property but are actually visible.
23533
23534 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23535 for perldoc sections.
23536 (perl-outline-regexp, perl-outline-level): New var and function.
23537 (perl-mode): Use them.
23538
23539 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23540
23541 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23542 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23543
23544 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23545
23546 * cus-edit.el: Comment change.
23547 (custom-buffer-create-internal): Slightly reword text at top of
23548 Custom buffers. Mention there that saving an option edits the
23549 init file. Add link to Emacs manual node on `custom-file'.
23550 (custom-magic-alist): Rewrite individual State messages to use
23551 capitalized keywords. Doc fix.
23552
23553 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23554
23555 * calendar/calendar.el (calendar-buffer): Move above
23556 calendar-week-start-day.
23557 (calendar-week-start-day): Doc fix. Add :set function.
23558 (calendar-minimum-window-height): New variable.
23559 (generate-calendar-window): Only resize window if selected-window
23560 is displaying the calendar buffer. Use new variable
23561 calendar-minimum-window-height.
23562 (generate-calendar): Reword error message.
23563 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23564
23565 2005-02-27 Andreas Schwab <schwab@suse.de>
23566
23567 * vc.el (vc-do-command): Don't run command asynchronously when
23568 operating in a remote directory.
23569
23570 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23571 change from sync with Tramp 2.0.47.
23572
23573 2005-02-27 Richard M. Stallman <rms@gnu.org>
23574
23575 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23576
23577 * textmodes/flyspell.el (flyspell-mode-on):
23578 Call ispell-change-dictionary only if necessary.
23579
23580 * emacs-lisp/re-builder.el (regexp-builder): New function.
23581
23582 * register.el (describe-register-1): Explicitly handle
23583 yank-excluded-properties = t.
23584
23585 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23586 (custom-magic-alist): Change the status descriptions again.
23587 (face widget-type): Total rewrite based on `restricted-sexp'
23588 to eliminate the confusing double hiding levels.
23589
23590 * emacs-lisp/debug.el (debug-on-entry-1):
23591 If function body is empty, add nil as body form.
23592
23593 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23594
23595 * emacs-lisp/trace.el (inhibit-trace): New var.
23596 (trace-make-advice): Use it.
23597
23598 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23599
23600 2005-02-26 Kim F. Storm <storm@cua.dk>
23601
23602 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23603 (mouse-on-link-p, mouse-drag-region-1): Use it.
23604
23605 2005-02-25 Lute Kamstra <lute@gnu.org>
23606
23607 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23608
23609 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23610
23611 * frame.el (blink-cursor-mode): Add :group keyword.
23612
23613 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23614
23615 * calendar/icalendar.el (icalendar--decode-isodatetime):
23616 New optional argument DAY-SHIFT.
23617 (icalendar-export-region): Fix coding-system-for-write.
23618 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23619 events by one.
23620
23621 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23622
23623 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23624
23625 2005-02-24 Kim F. Storm <storm@cua.dk>
23626
23627 * international/iso-acc.el (iso-accents-compose): Fix crash
23628 during redisplay. Call force-window-update after read-event
23629 and delete-region to signal that window is not accurate.
23630
23631 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23632
23633 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23634 Remove unused and inexistent var `inhibit-trace'.
23635 (debugger-mode): Use run-mode-hooks.
23636 (debugger-list-functions): Add buttons; setup xref stack.
23637
23638 2005-02-23 Richard M. Stallman <rms@gnu.org>
23639
23640 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23641 appointment says it was explicitly made.
23642 (appt-add): Set the 3rd element.
23643 (appt-make-list): Preserve explicit appointments.
23644
23645 * subr.el (find-tag-default): Catch errors in forward-sexp.
23646
23647 2005-02-23 Juri Linkov <juri@jurta.org>
23648
23649 * info.el (Info-isearch-search): New defcustom.
23650 (Info-isearch-search): Call the default isearch function
23651 when Info-isearch-search is nil.
23652 (Info-isearch-wrap): Use variable Info-isearch-search.
23653
23654 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23655
23656 * cus-edit.el: Comment change.
23657
23658 2005-02-22 Kim F. Storm <storm@cua.dk>
23659
23660 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23661 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23662
23663 2005-02-22 Simon Josefsson <jas@extundo.com>
23664
23665 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23666 New variable.
23667 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23668 Oskarsson" <myrkraverk@users.sourceforget.net>.
23669
23670 2005-02-22 Kim F. Storm <storm@cua.dk>
23671
23672 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23673 check that window of that event is the selected window.
23674 (mouse-drag-region-1): Compare mouse event window to selected
23675 window before setting point.
23676
23677 * tooltip.el (tooltip-show-help-function): Pass event to
23678 mouse-on-link-p so it can check selected window.
23679
23680 2005-02-22 Kenichi Handa <handa@m17n.org>
23681
23682 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23683 (ps-mule-show-warning): New function.
23684 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23685 characters are found.
23686
23687 * ps-print.el (ps-header-footer-string): Return a list of header
23688 and footer strings.
23689
23690 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23691
23692 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23693
23694 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23695
23696 * frame.el (blink-cursor-mode): Use define-minor-mode.
23697
23698 * term/mac-win.el (function-key-map): Use char-names more consistently.
23699 (file-name-coding-system): Only set it for MacOS-9. The other case is
23700 already handled in mule-cmds.el (where it also works when mac-win.el
23701 is not used).
23702
23703 2005-02-21 Kenichi Handa <handa@m17n.org>
23704
23705 * international/mule.el (ctext-pre-write-conversion): Always use
23706 " *code-converting-work*" buffer for work.
23707
23708 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23709
23710 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23711
23712 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23713
23714 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23715
23716 * ses.el (undo-more): Restore defadvice, but only the part that
23717 allows changes outside the restricted area of the buffer.
23718
23719 2005-02-20 Kim F. Storm <storm@cua.dk>
23720
23721 * simple.el (line-move): Add fourth optional arg try-vscroll which
23722 must be set to perform auto-window-vscroll.
23723 When moving backwards and doing auto-window-vscroll, automatically
23724 vscroll to the last part of lines which are taller than the window.
23725 (next-line, previous-line): Set try-vscroll arg on line-move.
23726
23727 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23728
23729 * replace.el (query-replace, query-replace-regexp)
23730 (replace-string, replace-regexp): When operating on region, make
23731 the minibuffer prompt say so.
23732
23733 * isearch.el (isearch-forward): Document isearch-query-replace and
23734 isearch-query-replace-regexp keybindings.
23735
23736 2005-02-19 Jay Belanger <belanger@truman.edu>
23737
23738 * calc/calc-aent.el (math-read-token): Add local variable.
23739
23740 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23741 (calc-edit-top): Move declaration to earlier in file.
23742 (calc-edit-macro-repeats): Add local variables.
23743
23744 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23745 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23746 calcFunc-tanh.
23747 Adjust integration rule for calcFunc-tan.
23748
23749 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23750
23751 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23752 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23753 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23754 (viper-skip-separators): Bug fix.
23755 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23756 particular major mode.
23757 (viper-del-backward-char-in-replace): Don't put deleted char on the
23758 kill ring.
23759
23760 * viper-ex.el (viper-color-display-p): New function.
23761 (viper-has-face-support-p): Use viper-color-display-p.
23762
23763 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23764
23765 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23766
23767 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23768 (viper-file-remote-p): Make equivalent to file-remote-p.
23769
23770 * viper.el (viper-major-mode-modifier-list):
23771 Use viper-gnus-modifier-map.
23772
23773 2005-02-19 David Kastrup <dak@gnu.org>
23774
23775 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23776 quoting.
23777
23778 2005-02-19 Jay Belanger <belanger@truman.edu>
23779
23780 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23781 Remove extra definitions.
23782 (calc-coth): New function.
23783 (calcFunc-cot): Fix `let'.
23784
23785 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23786
23787 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23788 the reasons we use "type pc" in these faces.
23789
23790 * button.el (button): Ditto.
23791
23792 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23793
23794 * replace.el (query-replace-read-from): Set the value of
23795 query-replace-from-history-variable to handle the case of an empty
23796 string entered to accept the suggested default.
23797
23798 * net/tramp.el (tramp-file-name-for-operation):
23799 Use dired-call-process instead of dired-call-process-command.
23800
23801 2005-02-19 Jay Belanger <belanger@truman.edu>
23802
23803 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23804 (math-div-non-trig): New variables.
23805 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23806 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23807 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23808 trig expressions.
23809
23810 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23811
23812 * progmodes/gdb-ui.el (gdb-var-update-handler)
23813 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23814 for watch expressions,
23815 (gdb-var-create-handler): Don't set speedbar-update-flag.
23816 (gdb-post-prompt): Simplify test for speedbar.
23817
23818 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23819
23820 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23821 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23822 we use the syntax table of the correct buffer.
23823 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23824 Felix Gatzemeier.
23825
23826 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23827 (ediff-file-remote-p): Make synonymous with file-remote-p.
23828 In all deffaces ediff-*-face-*, use min-colors.
23829
23830 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23831 ediff-recurse-to-subdirectories.
23832 (ediff-mark-if-equal): Check that the arguments are strings, use
23833 ediff-same-contents (after to Felix Gatzemeier).
23834
23835 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23836 nil.
23837
23838 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23839
23840 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23841
23842 2005-02-18 David Kastrup <dak@gnu.org>
23843
23844 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23845 use `mark-active' when defined.
23846
23847 2005-02-18 Kenichi Handa <handa@m17n.org>
23848
23849 * ps-print.el (ps-font-info-database): New entry
23850 ZapfChancery-MediumItalic with correct font name. Fix font name
23851 of the entry Zapf-Chancery-MediumItalic.
23852
23853 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23854
23855 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23856
23857 2005-02-16 Kim F. Storm <storm@cua.dk>
23858
23859 * ido.el (ido-fallback-command): Pass user input to fallback command.
23860
23861 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23862
23863 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23864 (gdb-find-file-hook): Add server prefix.
23865
23866 2005-02-16 Richard M. Stallman <rms@gnu.org>
23867
23868 * replace.el (perform-replace): Pass new args to replace-highlight.
23869 (replace-highlight): Take region args,
23870 and pass them to isearch-lazy-highlight-new-loop.
23871
23872 * novice.el (disabled-command-hook): Autoload the defalias
23873 and the make-obsolete-variable call.
23874
23875 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23876
23877 * isearch.el (isearch-lazy-highlight-start-limit)
23878 (isearch-lazy-highlight-end-limit): New variables limit
23879 the region for highlighting.
23880 (isearch-lazy-highlight-new-loop): New args BEG and END.
23881 (isearch-lazy-highlight-search): Use the new vars.
23882 (isearch-lazy-highlight-update): Likewise.
23883
23884 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23885
23886 * cus-start.el (all): Use default-boundp.
23887
23888 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23889
23890 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23891
23892 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23893
23894 * autorevert.el (auto-revert-stop-on-user-input)
23895 (auto-revert-verbose): Doc fixes.
23896
23897 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23898
23899 * international/mule-cmds.el (set-locale-environment): Remove call
23900 to set-selection-coding-system on Windows.
23901
23902 2005-02-15 Jay Belanger <belanger@truman.edu>
23903
23904 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23905 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23906 calcFunc-coth.
23907 (math-simplify-sqrt): Add simplifications.
23908
23909 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23910 to list.
23911
23912 * calc/calc-ext.el: Add functions to autoloads.
23913
23914 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23915 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23916 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23917 (math-csc-raw, math-cot-raw): New functions.
23918
23919 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23920
23921 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23922 the variable name in a message.
23923
23924 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23925 calcFunc-csc, calcFunc-cot.
23926
23927 * calc/calcalg2.el: Add derivative and integration rules for
23928 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23929 calcFunc-csch, calcFunc-coth.
23930 (math-do-integral-methods): Add to checks for when to use
23931 substitutions.
23932
23933 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23934
23935 2005-02-15 Lute Kamstra <lute@gnu.org>
23936
23937 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23938 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23939 <monnier@iro.umontreal.ca>
23940 (lisp-outline-level): Improve efficiency. Suggested by David
23941 Kastrup <dak@gnu.org>.
23942
23943 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23944
23945 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23946 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23947 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23948 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23949 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23950
23951 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23952
23953 * cus-start.el (all): Comment change.
23954
23955 2005-02-14 Lute Kamstra <lute@gnu.org>
23956
23957 * cus-start.el (all): Check if symbol is void.
23958
23959 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23960
23961 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23962 optional argument to \cite.
23963
23964 2005-02-14 Richard M. Stallman <rms@gnu.org>
23965
23966 * cus-edit.el (custom-buffer-create-internal): Update help message.
23967 (custom-magic-alist): Update help messages.
23968
23969 * cus-start.el (all): Allow a var to specify a standard value.
23970
23971 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23972
23973 * custom.el (custom-theme-set-variables): Handle variable aliases.
23974
23975 * frame.el (blink-cursor-timer): Doc fix.
23976 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23977 declare obsolete.
23978 (blink-cursor-mode): Define with defcustom and use correct
23979 standard expression in that defcustom.
23980 * startup.el (command-line): Adapt to above changes in frame.el.
23981
23982 2005-02-11 Lute Kamstra <lute@gnu.org>
23983
23984 * apropos.el (apropos-score-doc): Prevent division by zero.
23985
23986 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23987
23988 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23989 (icalendar--get-event-property-attributes)
23990 (icalendar--get-event-properties)
23991 (icalendar--datetime-to-diary-date): New functions.
23992 (icalendar--split-value): Doc fix.
23993 (icalendar--datetime-to-noneuropean-date)
23994 (icalendar--datetime-to-european-date): New optional argument
23995 SEPARATOR. Return result as a string instead of a list.
23996 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23997 (icalendar--convert-string-for-export): Rename arg S to STRING.
23998 (icalendar-export-region): Doc fix. Change name of error buffer.
23999 Save output buffer.
24000 (icalendar-import-file): Add blank at end of prompt.
24001 (icalendar-import-buffer): Doc fix. Do not switch to error
24002 buffer. Indicate status in return value.
24003 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24004 buffer. Save output buffer. Handle exception from recurrence
24005 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24006 events. Fix problems with weekly all-day events.
24007
24008 2005-02-10 Richard M. Stallman <rms@gnu.org>
24009
24010 * simple.el (eval-expression-print-format):
24011 Avoid warning about edebug-active.
24012
24013 * help.el (help-for-help-internal): Rename from help-for-help.
24014 (help-for-help): Define with defalias.
24015
24016 * font-core.el (font-lock-default-function): Use with-no-warnings.
24017
24018 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24019
24020 * custom.el (defface): Doc fix.
24021
24022 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24023
24024 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24025 width 0" to prevent word wrapping problems.
24026
24027 2005-02-09 Kim F. Storm <storm@cua.dk>
24028
24029 * ido.el (ido-file-extensions-order): New defcustom.
24030 (ido-file-extension-lessp, ido-file-extension-aux)
24031 (ido-file-extension-order): New advanced file ordering.
24032 (ido-file-lessp): New simple file ordering.
24033 (ido-sort-list): Remove.
24034 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24035 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24036
24037 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24038
24039 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24040 that some versions of grep produce.
24041 (grep-mode-font-lock-keywords): Likewise.
24042
24043 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24044
24045 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24046 (gdb-cdir): Delete.
24047 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24048 (gdb-source-info): Treat case when source file is in another
24049 directory properly.
24050 (gdb-get-location): New function.
24051
24052 2005-02-07 Jay Belanger <belanger@truman.edu>
24053
24054 * calc/calc-prog.el (calc-write-parse-table-part)
24055 (calc-fix-token-name): Fix a check for language type.
24056
24057 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24058
24059 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24060
24061 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24062 as directory not writable.
24063
24064 2005-02-07 Kim F. Storm <storm@cua.dk>
24065
24066 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24067 (cua--standard-movement-commands): Remove list.
24068 Instead, set CUA property value to move for movement commands.
24069 (cua-movement-commands): Remove. Users must set CUA prop instead.
24070 (cua--pre-command-handler): Check CUA property.
24071 (cua--init-keymaps): Don't remap undo commands.
24072 (cua-mode): Don't call cua--rectangle-on-off.
24073
24074 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24075 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24076 (cua--rect-undo-set-point): New var.
24077 (cua--rectangle-undo-boundary): Setup undo apply entry.
24078 (cua--rect-undo-handler): New function for rectangle undo.
24079 (cua--rect-start-position, cua--rect-end-position): Add.
24080 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24081 for restored rectangle. Set point if cua--rect-undo-set-point.
24082
24083 2005-02-06 Jay Belanger <belanger@truman.edu>
24084
24085 * calc/calc-lang.el (calc-tex-language): Display more information
24086 in messages.
24087
24088 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24089 in TeX mode.
24090
24091 2005-02-06 Richard M. Stallman <rms@gnu.org>
24092
24093 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24094
24095 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24096
24097 * net/ldap.el (ldap-search-internal): Support attributes with
24098 optional descriptions separated by a semi-colon, as in
24099 "userCertificate;binary".
24100
24101 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24102
24103 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24104 isn't a cons (i.e. the version is 0).
24105
24106 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24107
24108 * help.el (help-for-help): Doc fix.
24109
24110 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24111
24112 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24113 GDB-Windows on the menu-bar as this works better.
24114
24115 2005-02-04 Jay Belanger <belanger@truman.edu>
24116
24117 * calc/calc-embed.el (calc-embedded-update): Don't put in
24118 unnecessary newlines. Adjust the end of formula marker.
24119
24120 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24121 (math-latex-parse-two-args): New function.
24122
24123 2005-02-03 Lute Kamstra <lute@gnu.org>
24124
24125 * help-fns.el (help-with-tutorial): Make sure that users cannot
24126 remove the entire text of the tutorial by means of `undo'.
24127
24128 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24129
24130 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24131 in recent changes, where the ispell process was repeatedly
24132 killed & restarted.
24133
24134 * international/mule-cmds.el (set-locale-environment): Set file-name
24135 coding system to utf-8 on Darwin systems.
24136 (set-default-coding-systems): Don't set default-file-name-coding-system
24137 on Darwin systems.
24138
24139 2005-02-03 Richard M. Stallman <rms@gnu.org>
24140
24141 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24142
24143 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24144
24145 * faces.el (list-faces-display): Add optional argument.
24146
24147 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24148
24149 * font-core.el (font-lock-default-function): Handle the rare case where
24150 only font-lock-keywords is set.
24151
24152 2005-02-02 Kenichi Handa <handa@m17n.org>
24153
24154 * international/characters.el: Cancel previous change for
24155 I-WITH-DOT-ABOVE and DOTLESS-i.
24156
24157 * international/latin-5.el: Cancel previous change.
24158
24159 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24160
24161 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24162
24163 2005-02-02 Kenichi Handa <handa@m17n.org>
24164
24165 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24166 DOTLESS-i.
24167
24168 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24169 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24170
24171 * case-table.el (get-upcase-table): New function.
24172 (copy-case-table): Copy upcaes table too if non-nil.
24173 (set-case-syntax-delims): Maintain upcase table too.
24174 (set-case-syntax-pair): Likewise.
24175 (set-upcase-syntax, set-downcase-syntax): New functions.
24176 (set-case-syntax): Maintain upcase table too.
24177
24178 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24179
24180 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24181
24182 * progmodes/gud.el (gud-goto-info): New function.
24183 (gud-tool-bar-map): Use correct icon.
24184
24185 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24186
24187 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24188 When delegating, order args in the funcall correctly.
24189
24190 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24191
24192 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24193
24194 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24195
24196 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24197 buffer not visiting a file.
24198
24199 2005-01-31 Jay Belanger <belanger@truman.edu>
24200
24201 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24202 bound on the line with the formula.
24203
24204 2005-01-31 Kim F. Storm <storm@cua.dk>
24205
24206 * ses.el (ses-create-cell-variable-range)
24207 (ses-destroy-cell-variable-range, ses-reset-header-string)
24208 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24209 (ses-insert-row): Fix format of apply undo entries.
24210
24211 2005-01-31 Jay Belanger <belanger@truman.edu>
24212
24213 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24214 parts.
24215
24216 * calc/calc-embed.el (calc-embedded-open-formula)
24217 (calc-embedded-close-formula): Ignore matrix environments.
24218
24219 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24220 TeX mode.
24221
24222 * calc/calc-lang.el (math-function-table, math-oper-table)
24223 (math-variable-table): Adjust the LaTeX portions.
24224
24225 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24226 (math-latex-ignore-words): New constant.
24227
24228 2005-01-31 Richard M. Stallman <rms@gnu.org>
24229
24230 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24231 (ispell-local-dictionary): Doc fix.
24232 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24233 Don't reinitialize at run time. Don't defcustom.
24234 All uses changed to append ispell-local-dictionary-alist,
24235 or check it first.
24236 (ispell-current-dictionary): New variable for dictionary in use.
24237 (ispell-dictionary): Now used only for global default.
24238 (ispell-start-process): Set ispell-current-dictionary,
24239 not ispell-dictionary.
24240 (ispell-change-dictionary): Use this only for setting
24241 user preferences.
24242 (ispell-internal-change-dictionary): New function
24243 to change the current dictionary in use.
24244 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24245 Use ispell-current-dictionary.
24246 Handle ispell-local-dictionary-overridden.
24247 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24248
24249 2005-01-31 Jay Belanger <belanger@truman.edu>
24250
24251 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24252
24253 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24254 (calc-mode-map): Add calc-latex-language.
24255
24256 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24257 (math-latex-print-frac): New functions.
24258 (math-oper-table, math-function-table, math-variable-table)
24259 (math-complex-format, math-input-filter): Add latex properties.
24260 (calc-set-language): Set math-expr-special-function-mapping.
24261
24262 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24263 (calc-write-parse-table-part): Add LaTeX support.
24264
24265 * calc/calc.el (calc-language): Adjust docstring.
24266 (calc-set-mode-line): Add LaTeX support.
24267 (math-expr-special-function-mapping): New variable.
24268 (math-tex-ignore-words): Add to list.
24269
24270 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24271 Add LaTeX support.
24272 (math-compose-expr): Add support for special functions.
24273
24274 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24275
24276 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24277
24278 * progmodes/gdb-ui.el (gdb-memory-address)
24279 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24280 (gdb-memory-mode-map, gdb-memory-format-keymap)
24281 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24282 (gdb-memory-unit-menu): New variables for a buffer
24283 that lets the user examine program memory.
24284 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24285 (gdb-memory-format-binary, gdb-memory-format-octal)
24286 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24287 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24288 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24289 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24290 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24291 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24292 (gdb-memory-mode, gdb-memory-buffer-name)
24293 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24294 New functions for above buffer.
24295
24296 2005-01-30 Richard M. Stallman <rms@gnu.org>
24297
24298 * cus-edit.el (custom-bury-buffer): Function deleted.
24299 (custom-buffer-done-function): Option deleted.
24300 (custom-buffer-done-kill): New replacement option.
24301 (Custom-buffer-done): Call quit-window.
24302 (custom-buffer-create-internal): Update for above changes.
24303
24304 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24305
24306 * simple.el (undo-ask-before-discard): New var.
24307 (undo-outer-limit-truncate): Implement it.
24308 (undo-extra-outer-limit): Doc update.
24309
24310 2005-01-29 Richard M. Stallman <rms@gnu.org>
24311
24312 * ses.el (undo-more): Delete defadvice.
24313 (ses-begin-change): Doc fix.
24314
24315 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24316 instead of rebinding C-x u and C-_.
24317
24318 * files.el (normal-backup-enable-predicate): Return nil for files
24319 in /tmp, regardless of temporary-file-directory.
24320
24321 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24322
24323 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24324 (open-rectangle, delete-whitespace-rectangle-line)
24325 (clear-rectangle-line): If FILL, pass t instead of FILL
24326 for move-to-column's 2nd arg.
24327
24328 * simple.el (undo): Fix the test for continuing a series of undos.
24329 (undo-more): Set pending-undo-list to t when we reach end.
24330 (pending-undo-list): Move up defvar.
24331
24332 * wid-edit.el (widget-button-click):
24333 Shorten the range of the track-mouse binding.
24334
24335 * comint.el (comint-insert-input): Undo previous changes;
24336 use last-input-event in interactive spec.
24337
24338 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24339
24340 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24341 to nil before invoking call-process. Reset buffer's modified flag
24342 after fontifying it in the no-async branch.
24343
24344 * wid-edit.el (widget-specify-button): If mouse pointer shape
24345 cannot be changed, use mouse face instead.
24346
24347 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24348
24349 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24350 (gdb-goto-breakpoint): Make breakpoint handling work on template
24351 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24352 (gdb-assembler-custom): Update to recognize breakpoint information
24353 added on 2005-01-19.
24354
24355 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24356
24357 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24358 (dsssl-mode): Use define-derived-mode.
24359 (scheme-mode-initialize): Remove.
24360 (scheme-mode): Use run-mode-hooks.
24361
24362 * cus-edit.el (customize-group-other-window)
24363 (custom-buffer-create-other-window): Don't override special-display-*.
24364 (custom-mode-map): Make it dense.
24365
24366 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24367 sets the default value.
24368
24369 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24370
24371 * descr-text.el: Add more keywords.
24372
24373 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24374
24375 * speedbar.el: Avoid unnecessary use of locate-library.
24376
24377 * international/mule-cmds.el (standard-display-european-internal):
24378 Don't fiddle with latin-1 non-break space any more since it's now
24379 special cased in the C code.
24380 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24381
24382 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24383
24384 * cus-start.el (all): Add `undo-outer-limit'.
24385
24386 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24387
24388 * textmodes/bibtex.el (bibtex-format-entry):
24389 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24390 field lines.
24391 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24392 not on part of a buffer.
24393
24394 2005-01-25 Lute Kamstra <lute@gnu.org>
24395
24396 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24397 nonempty field text strings like "{letters\\macro{}more letters}".
24398 Clarify docstring.
24399 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24400 (bibtex-entry-offset, bibtex-parse-association)
24401 (bibtex-parse-field-name): Fix typos in docstrings.
24402 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24403
24404 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24405
24406 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24407 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24408 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24409 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24410
24411 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24412 isearch minor mode.
24413
24414 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24415
24416 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24417
24418 2005-01-24 Lute Kamstra <lute@gnu.org>
24419
24420 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24421 CASECHARS and NOT-CASECHARS regular expressions of the
24422 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24423 striding over charsets" error.
24424
24425 2005-01-24 Jay Belanger <belanger@truman.edu>
24426
24427 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24428 display variable name.
24429
24430 2005-01-24 Kenichi Handa <handa@m17n.org>
24431
24432 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24433 Fix setting of the element of encoded-kbd-iso2022-invocations.
24434
24435 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24436
24437 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24438 (gdb-threads-select): Change to also accept mouse events.
24439 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24440 (gdb-threads-mouse-select): Delete.
24441
24442 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24443
24444 * files.el (insert-directory): Take care of empty directory,
24445 listed without -a switch.
24446
24447 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24448
24449 * textmodes/refill.el (refill-post-command-function):
24450 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24451 to the list of functions that we should be careful not to undo.
24452 (refill-late-fill-paragraph-function): Remove.
24453 (refill-saved-state): New var.
24454 (refill-mode): Use it to save fill-paragraph-function.
24455 Save also the value of auto-fill-function.
24456
24457 * term/w32-win.el: Simplify code.
24458
24459 2005-01-23 Kim F. Storm <storm@cua.dk>
24460
24461 * simple.el (line-move): Adapt to new return value from
24462 pos-visible-in-window-p.
24463
24464 * simple.el (line-move): Fix last change. Check partial
24465 visibility at point rather than at window-start.
24466
24467 2005-01-22 Jason Rumney <jasonr@gnu.org>
24468
24469 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24470
24471 2005-01-22 David Kastrup <dak@gnu.org>
24472
24473 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24474
24475 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24476
24477 * type-break.el (type-break-mode): Add a test for
24478 type-break-file-name being non-nil.
24479
24480 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24481
24482 * net/eudc.el (top level): Call (message "") via progn, so that
24483 eudc-options-file is loaded.
24484
24485 2005-01-22 Kim F. Storm <storm@cua.dk>
24486
24487 * simple.el (line-move-1): Rename from line-move.
24488 (line-move): New function that adjusts vscroll for partially
24489 visible rows, and calls line-move-1 otherwise.
24490
24491 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24492
24493 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24494 since it's not a complete read-event implementation
24495
24496 2005-01-20 Jay Belanger <belanger@truman.edu>
24497
24498 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24499 for called function.
24500
24501 2005-01-20 Steven Tamm <steventamm@mac.com>
24502
24503 * term/mac-win.el (process-connection-type): Remove.
24504 Controlled now by s/darwin.h:PTY_ITERATION.
24505
24506 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24507
24508 * window.el (handle-select-window): Don't switch window when we're
24509 in the minibuffer.
24510
24511 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24512
24513 * subr.el (dotimes-with-progress-reporter): New macro.
24514
24515 * ses.el (ses-dotimes-msg): Remove macro.
24516 Use `dotimes-with-progress-reporter' instead.
24517
24518 2005-01-19 Steven Tamm <steventamm@mac.com>
24519
24520 * term/mac-win.el (process-connection-type): Use new
24521 operating-system-release variable to use ptys on Darwin 7 (OS X
24522 10.3) when using carbon build.
24523
24524 2005-01-19 Jay Belanger <belanger@truman.edu>
24525
24526 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24527 flags if the last command was a tab or M-tab.
24528
24529 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24530 in formula editing buffer.
24531
24532 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24533
24534 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24535 breakpoint image symbol in margin.
24536
24537 2005-01-19 Jay Belanger <belanger@truman.edu>
24538
24539 * calc/calc-prog.el (calc-execute-kbd-macro):
24540 Ignore calc-keep-arg-flag.
24541
24542 2005-01-19 Kenichi Handa <handa@m17n.org>
24543
24544 * textmodes/ispell.el (ispell-looking-at): New function.
24545 (ispell-process-line): Use ispell-looking-at to compare the ispell
24546 output and the buffer contents.
24547
24548 2005-01-18 Jay Belanger <belanger@truman.edu>
24549
24550 * calc/calc.el (calc-display-raw): Fix docstring.
24551
24552 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24553
24554 * simple.el (blink-matching-open): Strip extra info from syntax.
24555
24556 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24557 funny chars in the end-of-here-doc marker.
24558
24559 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24560
24561 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24562 that enable/disabled state of breakpoints is shown correctly in
24563 fringe and on ttys.
24564 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24565 Add breakpoint information as text properties.
24566 (gdb-mouse-toggle-breakpoint):
24567 Rename to gdb-mouse-set-clear-breakpoint.
24568 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24569 breakpoints in the margin.
24570 (gdb-remove-strings): Simplify.
24571
24572 2005-01-17 Jay Belanger <belanger@truman.edu>
24573
24574 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24575 erasing buffer.
24576
24577 2005-01-17 Richard M. Stallman <rms@gnu.org>
24578
24579 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24580 for calling grep-compute-defaults.
24581
24582 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24583 if buffer is empty.
24584
24585 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24586
24587 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24588
24589 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24590
24591 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24592 non-preloaded variables.
24593
24594 2005-01-17 Steven Tamm <steventamm@mac.com>
24595
24596 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24597 tex-shell cause to force interactivity when using pipes.
24598
24599 2005-01-17 Kim F. Storm <storm@cua.dk>
24600
24601 * simple.el (just-one-space): Make arg optional.
24602
24603 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24604
24605 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24606 posn-at-x-y to t to access left-margin.
24607
24608 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24609
24610 Sync with Tramp 2.0.47.
24611
24612 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24613 catching keep-date problems in cp/scp operations.
24614 (tramp-handle-copy-file): Don't call `set-file-modes'
24615 unconditionally. Specialized functions should know better what is
24616 necessary. This improves performance a little bit, and the
24617 functions could catch errors with `cp -p' and `scp -p'.
24618 (tramp-do-copy-or-rename-file-via-buffer)
24619 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24620 when appropriate.
24621 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24622 Call `set-file-modes' when appropriate.
24623 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24624 Johnsson <isak@hypergene.com>
24625 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24626 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24627 <joakim@verona.se>
24628 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24629 Emacs only.
24630
24631 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24632 `find-file-hooks' and `dired-mode-hook'.
24633 (tramp-minor-mode-map): Respective map. Add remapping for
24634 `compile' and `recompile'.
24635 (tramp-remap-command, tramp-recompile): New defuns.
24636 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24637 in buffer "*Compilation*". Call the commands asynchronously.
24638
24639 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24640 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24641 `shell-command', because it isn't magic in XEmacs. Reported by
24642 Adrian Aichner <adrian@xemacs.org>.
24643
24644 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24645 `substitute-in-file-name.
24646 (tramp-smb-handle-substitute-in-file-name): New defun.
24647 (tramp-smb-advice-PC-do-completion): Delete advice.
24648
24649 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24650
24651 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24652 Fix error in deleting region.
24653
24654 2005-01-15 Richard M. Stallman <rms@gnu.org>
24655
24656 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24657 In non-temp buffer, switch syntax table temporarily.
24658
24659 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24660
24661 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24662
24663 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24664
24665 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24666 (imenu--generic-function): Use START, not BEG, as pos of definition.
24667
24668 * simple.el (just-one-space): Argument specifies number of spaces.
24669
24670 * simple.el (eval-expression-print-format): Avoid warning
24671 about edebug-active.
24672
24673 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24674
24675 * progmodes/sh-script.el: Code copied from make-mode.el
24676 with small changes,
24677 (sh-mode-map): Bind C-c C-\.
24678 (sh-backslash-column, sh-backslash-align): New variables.
24679 (sh-backslash-region, sh-append-backslash): New functions.
24680
24681 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24682
24683 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24684 (rmail-pop-password, rmail-pop-password-required): Move to
24685 rmail-obsolete group.
24686 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24687 All callers updated.
24688 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24689 Take an argument specifying whether it is POP or IMAP mailbox we
24690 are using. All callers updated.
24691 (rmail-pop-password-error): Rename to
24692 rmail-remote-password-error. Added mailutils-specific error message.
24693 (rmail-movemail-search-path)
24694 (rmail-movemail-variant-in-use): New variables.
24695 (rmail-remote-password, rmail-remote-password-required):
24696 New customization variables.
24697 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24698 (rmail-parse-url): New function.
24699 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24700 with GNU mailutils movemail.
24701
24702 2005-01-15 Kevin Ryde <user42@zip.com.au>
24703
24704 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24705 suffix to space, $ or '$, to correctly position point when going
24706 to @table style constants like DBL_MAX.
24707
24708 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24709
24710 * type-break.el (type-break-mode, type-break-file-time)
24711 (type-break-file-keystroke-count, type-break-choose-file):
24712 Don't store data in or load data from the file if type-break-file-name
24713 is nil.
24714 (type-break-file-name): Doc update as per the above.
24715
24716 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24717
24718 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24719 lookup-key might return nil; handle that.
24720
24721 2005-01-15 Alan Mackenzie <acm@muc.de>
24722
24723 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24724 rather than the element found, thus enabling the tree to be setcar'd.
24725
24726 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24727
24728 * textmodes/org.el (org-show-following-heading): New option.
24729 (org-show-hierarchy-above): Use `org-show-following-heading'.
24730 (org-cycle): Documentation fix.
24731
24732 * textmodes/org.el (orgtbl-optimized): New option
24733 (orgtbl-mode): New command, a minor mode.
24734 (orgtbl-mode-map): New variable.
24735 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24736 (orgtbl-error, orgtbl-self-insert-command)
24737 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24738
24739 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24740 a local variable in each org-mode buffer.
24741
24742 * textmodes/org.el (org-set-regexps-and-options): Rename from
24743 `org-set-regexps'. Added checking for STARTUP keyword.
24744 (org-get-current-options): Add STARTUP options.
24745 (org-table-insert-row): Make mode intelligent about when
24746 realignment is needed.
24747 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24748 New commands.
24749 (org-enable-table-editor): New default value `optimized'.
24750 (org-table-blank-field): Support blanking regions if active.
24751
24752 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24753
24754 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24755 if the year is not given.
24756
24757 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24758 Add new escapes %m and %M, fixed bug with %F by adding
24759 save-match-data.
24760 (reftex-reference): Remove ?. from list of spaces.
24761 (reftex-label-info): Add automatic label prefix recognition.
24762
24763 * textmodes/reftex-index.el (reftex-index-next-phrase):
24764 Add slave parameter to call of `reftex-index-this-phrase'.
24765 (reftex-index-this-phrase): New optional argument.
24766 (reftex-index-region-phrases): Add slave parameter to call of
24767 `reftex-index-this-phrase'.
24768 (reftex-display-index): New argument redo.
24769 (reftex-index-rescan): Add `redo' to arguments of
24770 `reftex-display-index'.
24771 (reftex-index-Rescan, reftex-index-revert)
24772 (reftex-index-switch-index-tag): Add `redo' to arguments of
24773 `reftex-display-index'.
24774 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24775 indexing. Fix bug with matching is there is a quote before or
24776 after the word.
24777
24778 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24779 Fix bug when collecting citation keys in lines with comments.
24780 (reftex-citation): Prefix argument no longer rescans the document,
24781 but forces prompting for optional arguments of cite macros.
24782 (reftex-do-citation): Prompting for optional arguments implemented.
24783
24784 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24785 Add optional arguments to most cite commands.
24786 (reftex-cite-cleanup-optional-args): New option
24787 (reftex-cite-prompt-optional-args): New option.
24788 (reftex-trust-label-prefix): New option.
24789
24790 * textmodes/reftex-toc.el (reftex-toc-find-section):
24791 Add push-mark before changing the position in the buffer.
24792
24793 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24794 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24795
24796 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24797
24798 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24799 more carefully.
24800
24801 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24802
24803 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24804 (sgml-mode): Use it.
24805 (sgml-get-context): Better keep track of implicitly closed tags.
24806
24807 2005-01-13 Kenichi Handa <handa@m17n.org>
24808
24809 * textmodes/ispell.el: These changes are to fix misalignment error
24810 caused by equivalent characters of different Emacs charsets.
24811 (ispell-unified-chars-table): New variable.
24812 (ispell-get-decoded-string): New function.
24813 (ispell-get-casechars, ispell-get-not-casechars)
24814 (ispell-get-otherchars): Call ispell-get-decoded-string.
24815
24816 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24817
24818 * custom.el (custom-declare-variable): Just put symbol instead
24819 of (defvar . symbol) in `current-load-list'.
24820
24821 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24822
24823 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24824
24825 2005-01-12 Jay Belanger <belanger@truman.edu>
24826
24827 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24828 to create a Calc summary.
24829
24830 2005-01-12 Kim F. Storm <storm@cua.dk>
24831
24832 * mouse.el (mouse-on-link-p): Change functionality and doc
24833 string to comply with latest description in lisp ref.
24834
24835 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24836
24837 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24838 Enable mouse clicks on mode-line, header-line and margin.
24839 (event-type): Give mouse event symbols an `event-kind' property
24840 with value `mouse-click'.
24841
24842 2005-01-12 Juri Linkov <juri@jurta.org>
24843
24844 * facemenu.el (list-colors-display): Add new arg buffer-name.
24845 Use it. Fix docstring. Replace code for identifying duplicate
24846 colors by the name with call to `list-colors-duplicates' which
24847 identifies duplicate colors by the value unless the color
24848 is one of special Windows colors. Set truncate-lines to t.
24849 Print sorted duplicate color names on each line. Indent to 22
24850 \(the longest color name in rgb.txt) instead of 20. Optimize.
24851 (list-colors-duplicates): New function.
24852 (facemenu-color-name-equal): Delete function.
24853
24854 * facemenu.el (list-colors-print): New function created from code
24855 in list-colors-display. Print #RRGGBB at the window right edge.
24856 (list-colors-display): When temp-buffer-show-function is not
24857 defined, call list-colors-print from temp-buffer-show-hook
24858 to get the right value of window-width in list-colors-print
24859 after the buffer is displayed.
24860
24861 * simple.el (pop-mark): Move deactivate-mark out of conditional
24862 part to deactivate the active mark regardless of the state of the
24863 mark ring.
24864
24865 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24866 variables line in desktop files.
24867
24868 2005-01-12 Juri Linkov <juri@jurta.org>
24869
24870 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24871 Bring together isearch highlight related options.
24872 (lazy-highlight): Replace group `replace' by `matching'.
24873 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24874 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24875 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24876 and declare them obsolete.
24877 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24878 (isearch-faces): Remove defgroup.
24879 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24880 Move isearch highlighting code closer to lazy highlighting code.
24881
24882 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24883 (query-replace-highlight, query-replace-lazy-highlight)
24884 (query-replace): Move definitions to the beginning of the file.
24885
24886 2005-01-11 Juri Linkov <juri@jurta.org>
24887
24888 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24889 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24890 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24891
24892 * info.el (Info-history-forward): New variable.
24893 (Info-select-node): Reset Info-history-forward to nil.
24894 (Info-last): Turn into defalias.
24895 (Info-history-back): Rename from Info-last.
24896 Add current node to Info-history-forward.
24897 (Info-history-forward): New fun.
24898 (Info-mode-map): Replace Info-last by Info-history-back.
24899 Bind Info-history-forward to "r".
24900 (Info-mode-menu): Replace Info-last by Info-history-back.
24901 Fix menu item text. Add menu item for Info-history-forward.
24902 (info-tool-bar-map): Replace Info-last by Info-history-back.
24903 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24904 for Info-history-forward.
24905 (Info-mode): Replace Info-last by Info-history-back in docstring.
24906 Add local variable Info-history-forward.
24907 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24908
24909 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24910
24911 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24912 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24913 Ignore select-window events rather than fiddle with
24914 mouse-autoselect-window.
24915
24916 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24917
24918 * type-break.el (type-break-mode): Fix previous change.
24919
24920 2005-01-10 Jay Belanger <belanger@truman.edu>
24921
24922 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24923 calculator; only reset when point is inside a calculator.
24924 Don't adjust the window height if the window takes up the whole height
24925 of the frame.
24926
24927 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24928
24929 * ebuff-menu.el (Electric-buffer-menu-mode):
24930 Preserve value of buffer-local var header-line-format.
24931
24932 2005-01-09 Jay Belanger <belanger@truman.edu>
24933
24934 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24935 Make sure settings file exists before accessing it.
24936
24937 * calc/calc-embed.el (calc-embedded-subst):
24938 Replace math-multi-subst-rec, which is only supposed to be called
24939 by math-multi-subst, by math-multi-subst.
24940
24941 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24942
24943 * vc.el (vc-allow-async-revert): New user option.
24944 (vc-disable-async-diff): New internal variable.
24945 (vc-revert-buffer): Use them to disable asynchronous diff.
24946
24947 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24948 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24949 asynchronously if vc-disable-async-diff is t.
24950
24951 2005-01-09 Jay Belanger <belanger@truman.edu>
24952
24953 * calc/calc.el (defcalcmodevar): New macro.
24954 (calc-mode-var-list-restore-default-values)
24955 (calc-mode-var-list-restore-saved-values): New functions.
24956 (calc-mode-var-list): Use defcalcmodevar to define it.
24957 (calc-always-load-extensions, calc-line-numbering)
24958 (calc-line-breaking, calc-display-just, calc-display-origin)
24959 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24960 (calc-group-char, calc-point-char, calc-frac-format)
24961 (calc-prefer-frac, calc-hms-format, calc-date-format)
24962 (calc-float-format, calc-full-float-format, calc-complex-format)
24963 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24964 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24965 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24966 (calc-matrix-brackets, calc-language, calc-language-option)
24967 (calc-left-label, calc-right-label, calc-word-size)
24968 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24969 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24970 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24971 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24972 (calc-window-height, calc-display-trail, calc-show-selections)
24973 (calc-use-selections, calc-assoc-selections)
24974 (calc-display-working-message, calc-auto-why, calc-timing)
24975 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24976 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24977 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24978 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24979 (calc-gnuplot-geometry, calc-graph-default-resolution)
24980 (calc-graph-default-resolution-3d, calc-invocation-macro)
24981 (calc-show-banner): Use defcalcmodevar to declare them and set
24982 their default values.
24983
24984 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24985 instead of default values (but restore default values if there is
24986 an argument of 0).
24987
24988 2005-01-09 David Kastrup <dak@gnu.org>
24989
24990 * desktop.el (desktop-restore-eager): Fix typo in type.
24991
24992 2005-01-08 Richard M. Stallman <rms@gnu.org>
24993
24994 * cus-edit.el (customize): Delete :link.
24995
24996 2005-01-08 Jay Belanger <belanger@truman.edu>
24997
24998 * calc/calc.el (calc-mode): Remove the extension from the
24999 `calc-settings-file' file name when loading it.
25000
25001 2005-01-08 Kim F. Storm <storm@cua.dk>
25002
25003 * info.el (Info-mode-map, Info-next-link-keymap)
25004 (Info-prev-link-keymap, Info-up-link-keymap):
25005 Map follow-link to mouse-face.
25006 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25007
25008 2005-01-08 Jay Belanger <belanger@truman.edu>
25009
25010 * calc/calc.el (calc-settings-file): Change default value.
25011 Suggested by cgw in a comment in calc-mode.el.
25012
25013 * calc/calc-mode.el (calc-settings-file-name):
25014 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25015 Replace ~/.emacs in a prompt by calc-settings-file.
25016
25017 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25018
25019 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25020 (desktop-lazy-idle-delay): New customizable variables.
25021 (desktop-buffer-args-list): New variable.
25022 (desktop-append-buffer-args): New function.
25023 (desktop-save): Call desktop-append-buffer-args for some buffers.
25024 (desktop-lazy-create-buffer): New function.
25025 (desktop-idle-create-buffers): New function.
25026 (desktop-read): Add message about buffers to restore lazily.
25027 (desktop-lazy-abort): New command.
25028 (desktop-clear): Call desktop-lazy-abort.
25029 (desktop-lazy-complete): New command.
25030
25031 2005-01-06 Richard M. Stallman <rms@gnu.org>
25032
25033 * emacs-lisp/find-func.el (find-face-definition):
25034 Rename from find-face.
25035
25036 2005-01-06 Kim F. Storm <storm@cua.dk>
25037
25038 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25039
25040 * man.el (Man-xref-man-page, Man-xref-header-file)
25041 (Man-xref-normal-file): Add follow-link property.
25042
25043 2005-01-06 Jay Belanger <belanger@truman.edu>
25044
25045 * calc/calc-units.el: Make sure the proper macro definitions are
25046 available when compiling.
25047
25048 2005-01-06 Juri Linkov <juri@jurta.org>
25049
25050 * isearch.el (isearch-lazy-highlight-update):
25051 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25052
25053 2005-01-06 Miles Bader <miles@gnu.org>
25054
25055 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25056 (isearch-lazy-highlight-face): Use new name.
25057
25058 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25059
25060 * uniquify.el (uniquify-rationalize-file-buffer-names):
25061 Re-add an interactive spec.
25062 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25063 to the same name.
25064
25065 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25066 (isearch-update, isearch-done): Adjust calls accordingly.
25067
25068 2005-01-05 Richard M. Stallman <rms@gnu.org>
25069
25070 * custom.el (custom-set-variables, custom-theme-set-variables):
25071 Clarify documentation.
25072
25073 * emacs-lisp/find-func.el (find-variable)
25074 (find-variable-other-window, find-variable-other-frame):
25075 Fix the TYPE args to find-function-read and find-function-do-it.
25076 (find-function): Doc fix.
25077 (find-function-at-point): Replace function-at-point alias.
25078
25079 2005-01-04 Richard M. Stallman <rms@gnu.org>
25080
25081 * cus-face.el (custom-declare-face):
25082 Record defface in current-load-list.
25083
25084 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25085
25086 * emacs-lisp/find-func.el: Doc fixes.
25087 (find-face-regexp): New variable.
25088 (find-function-regexp-alist): New variable.
25089 (find-function-C-source): Third arg is now TYPE.
25090 (find-function-search-for-symbol): Handle general TYPE.
25091 (find-function-read, find-function-do-it): Handle general TYPE.
25092 (find-definition-noselect, find-face): New functions.
25093 (function-at-point): Alias deleted.
25094
25095 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25096
25097 * battery.el (display-battery-mode): Rename from display-battery.
25098 Handle the case where it gets turned off.
25099
25100 2005-01-04 Richard M. Stallman <rms@gnu.org>
25101
25102 * cus-edit.el (customize): Make :link point to user doc.
25103
25104 * man.el (Man-fontify-manpage): Turn off undo generation.
25105
25106 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25107
25108 2005-01-04 Andreas Schwab <schwab@suse.de>
25109
25110 * files.el (insert-directory): Only look for error lines in
25111 inserted text. Don't move too far after processing --dired markers.
25112
25113 2005-01-04 Richard M. Stallman <rms@gnu.org>
25114
25115 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25116 Don't expand if the character is @, period, dash, etc.
25117 (define-mail-abbrev): Quote names that contain problem characters.
25118
25119 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25120
25121 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25122
25123 2005-01-03 Richard M. Stallman <rms@gnu.org>
25124
25125 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25126 (query-replace-highlight, query-replace-lazy-highlight)
25127 (query-replace): Definitions moved up. Doc fix.
25128
25129 2005-01-03 Richard M. Stallman <rms@gnu.org>
25130
25131 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25132 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25133 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25134 (lazy-highlight-face): Rename from isearch-lazy-...
25135 Change all references to them.
25136
25137 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25138
25139 * cus-edit.el (custom-file): Doc fix for defcustom.
25140 (custom-file): The function no longer sets the variable
25141 `custom-file' to its return value.
25142
25143 * startup.el (command-line): No longer load `custom-file'.
25144
25145 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25146
25147 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25148
25149 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25150 Don't confuse module-prefixed identifiers for labels.
25151 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25152
25153 2005-01-02 Richard M. Stallman <rms@gnu.org>
25154
25155 * files.el (basic-save-buffer-1): Fix previous change.
25156
25157 * loadhist.el (file-loadhist-lookup): New function.
25158 (file-provides, file-requires): Use it.
25159
25160 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25161 instead of calculating the right size.
25162
25163 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25164
25165 * vc-svn.el (vc-svn-diff): Stay local if possible.
25166
25167 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25168
25169 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25170
25171 * files.el (hack-local-variables): Fix last change.
25172
25173 2005-01-02 Jay Belanger <belanger@truman.edu>
25174
25175 * calc/calc-yank.el (calc-edit-top): New variable.
25176 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25177 object. Change header properties.
25178 (calc-edit-finish, calc-edit-finish-stack-object)
25179 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25180 edited object.
25181 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25182 for the beginning of the edited object.
25183 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25184 for the beginning of the edited object.
25185 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25186 (calc-finish-formula-edit, calc-macro-repeats)
25187 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25188 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25189 beginning of the edited object.
25190 (calc-user-define-edit): Change the header for editing macros.
25191 Remove unnecessary variable.
25192
25193 2005-01-01 Jay Belanger <belanger@truman.edu>
25194
25195 * calc/calc-yank.el (calc-edit-mode): Change default header.
25196 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25197 * calc/calc-store.el (calc-edit-variable): Change title to match new
25198 header.
25199 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25200 mode to match new header.
25201 (calc-user-define-edit): Change titles to include names of commands.
25202 (calc-finish-formula-edit): Adjust to handle new header.
25203 (calc-finish-macro-edit): Remove.
25204 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25205 (calc-edit-macro-command, calc-edit-macro-command-type)
25206 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25207 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25208 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25209 (calc-edit-macro-finish-edit): New functions.
25210 (calc-user-define-edit): Use new functions to edit named calc macros.
25211
25212 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25213
25214 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25215
25216 * ses.el (copy-region-as-kill): Deactivate mark.
25217
25218 2005-01-01 Richard M. Stallman <rms@gnu.org>
25219
25220 * replace.el (occur-1): If the output buffer is also an input,
25221 don't kill it, rename it.
25222
25223 * faces.el (set-face-background, set-face-foreground): Doc fix.
25224
25225 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25226 for :foreground and :background.
25227
25228 * dired.el (dired-view-command-alist): Variable deleted.
25229 (dired-view-file, dired-mouse-find-file-other-window):
25230 Delete the code to use it.
25231
25232 2005-01-01 Kim F. Storm <storm@cua.dk>
25233
25234 * image.el (insert-sliced-image): Use t for line-height property.
25235
25236 See ChangeLog.11 for earlier changes.
25237
25238 ;; Local Variables:
25239 ;; coding: iso-2022-7bit
25240 ;; End:
25241
25242 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25243 Copying and distribution of this file, with or without modification,
25244 are permitted provided the copyright notice and this notice are preserved.
25245
25246 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1