(isearch-yank-line): Let-bind `inhibit-field-text-motion' to t.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-07-09 Romain Francoise <romain@orebokech.com>
2
3 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
4 to t.
5
6 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9
10 2006-07-08 Richard Stallman <rms@gnu.org>
11
12 * term/x-win.el (x-handle-display): Add doc string.
13
14 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15
16 * subr.el (def-edebug-spec): Move here.
17 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
18
19 * imenu.el (imenu-choose-buffer-index): Doc fix.
20
21 2006-07-08 Romain Francoise <romain@orebokech.com>
22
23 * term/x-win.el (x-display-name): Fix typo.
24
25 2006-07-08 Eli Zaretskii <eliz@gnu.org>
26
27 * hexl.el (hexl-find-file): Doc fix.
28
29 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
30
31 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
32
33 * term/x-win.el (x-display-name): Doc fix.
34
35 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
38 long prefixes.
39 (fill-region-as-paragraph): Don't round up to a whole line.
40 (fill-comment-paragraph): Don't include the code-before-the-comment
41 when calling fill-region-as-paragraph.
42
43 * international/mule.el (make-char): Remove redundancy.
44
45 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
46 property may contain an anonymous function rather than a symbol.
47
48 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
49
50 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
51 Use shy regexp. Fix incorrect backref to potentially unmatched group.
52
53 * dirtrack.el (dirtrack-default-directory-function): Remove.
54 (dirtrack-directory-function): Use file-name-as-directory.
55 (dirtrack-windows-directory-function): Simplify.
56 (dirtrack-forward-slash, dirtrack-backward-slash)
57 (dirtrack-replace-slash): Remove.
58 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
59 (dirtrack): Fix wrong parenthesizing; use match-string.
60
61 * progmodes/octave-inf.el: Remove spurious * in docstrings.
62 (inferior-octave-mode): Only change the buffer-local value of
63 comint-dynamic-complete-functions.
64 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
65 Move the initialization to the declaration.
66 (inferior-octave-complete): Remove unused var `filter'.
67
68 * shell.el (shell-mode): Only change the buffer-local value of
69 comint-dynamic-complete-functions.
70
71 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
72
73 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
74 entry is skipped because it has been scheduled.
75 (org-prepare-agenda-buffers): Don't mark buffers as modified when
76 changing `:org-archived' and `:org-comment' properties.
77
78 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
79
80 * server.el (server-select-display): Don't make the temp frame
81 minibuffer-only, in case it's not a temp frame.
82 (server-process-filter): Don't delete the temp frame if it's the
83 only one we have on that display.
84
85 * files.el (find-alternate-file): Doc fix.
86
87 2006-07-05 Richard Stallman <rms@gnu.org>
88
89 * files.el (abbreviate-file-name): Add save-match-data.
90
91 2006-07-03 Richard Stallman <rms@gnu.org>
92
93 * faces.el (read-face-name): Doc fix.
94
95 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
96
97 * net/goto-addr.el (goto-address): Mark as safe for local evals.
98
99 2006-07-05 Andre Spiegel <spiegel@gnu.org>
100
101 * vc.el (vc-diff-internal): Fix prev change.
102
103 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
104
105 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
106 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
107
108 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
111 fails if the symbol contains chars like ( or '.
112 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
113 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
114 `short'.
115
116 2006-07-04 Kenichi Handa <handa@m17n.org>
117
118 * international/mule-cmds.el (set-language-info): If LANG-ENV is
119 the current one, don't call set-language-environment, but call one
120 of set-language-environment-XXX to make INFO effective now.
121 (set-language-environment): Call set-language-environment-XXX
122 functions instead of doing the various setups directly.
123 (set-language-environment-coding-systems): Delete argument eol-type.
124 (set-language-environment-input-method)
125 (set-language-environment-nonascii-translation)
126 (set-language-environment-charset)
127 (set-language-environment-fontset)
128 (set-language-environment-unibyte): New functions.
129
130 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
131
132 * locate.el (locate-update-when-revert): New option.
133 (locate-update-path): New option (suggested by Michael Albinus).
134 (locate-prompt-for-command): Whitespace change.
135 (locate-update): No longer offer to update the locate database by
136 default. Implement the two new options.
137
138 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
139
140 * tooltip.el: Move comment about track-mouse...
141
142 * progmodes/gud.el: ...to here.
143
144 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
145
146 * facemenu.el (facemenu-listed-faces): New var.
147 (facemenu-unlisted-faces): Variable deleted.
148 (facemenu-add-new-face): Use facemenu-listed-faces.
149
150 * emulation/viper-init.el, calendar/calendar.el:
151 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
152
153 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
154
155 * textmodes/org.el (org-mode): Remove no invalid settings for
156 calc embedded mode.
157 (org-mode-p): New defsubst.
158 (org-save-all-org-buffers): New function.
159 (org-first-headline-recenter): Enclose outline-regexp in group
160 delimiters.
161 (org-set-tags): Keep single space after stars.
162
163 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * window.el (set-window-text-height): Only set window-min-height to
166 1 if that's the requested size.
167
168 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
169 (diff-unified->context, diff-context->unified)
170 (diff-reverse-direction): Make sure the end marker stays at the end.
171 (diff-mode): Add the keymap table at the end of docstring.
172 Use lexical-let rather than constructing a closure manually.
173
174 * files.el (find-file-noselect-1): Remove unused var assignment.
175 (hack-local-variables-confirm): Print lists of strings as lists of
176 strings rather than lists of symbols.
177 (abbreviate-file-name, hack-local-variables-prop-line):
178 Use match-string.
179 (hack-one-local-variable): Move `make-local-variable' nearer its use.
180 (recover-session-finish): Use line-end-position.
181
182 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
183
184 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
185
186 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
187
188 * progmodes/make-mode.el (makefile-macroassign-regex):
189 Accept preceding keyword.
190 (makefile-gmake-statements): Reorganize, now that makepp has
191 "override" and also handle forgotten "override define".
192 (makefile-makepp-statements): Add new "global", "override export"
193 and "override global".
194
195 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
196
197 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
198 (ada-compile-mouse-goto-error, ada-deactivate-properties)
199 (ada-no-auto-case): Fix typos in docstrings.
200
201 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
202
203 * info.el (Info-find-node-2): Search for makeinfo version more
204 carefully.
205
206 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
207
208 * textmodes/org.el (org-prepare-agenda-buffers):
209 Use `invisible-OK' argument for `org-end-of-subtree'.
210 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
211 (org-beginning-of-item): Fix bug in regular expression for white line.
212 (org-export-as-html): Enforce space after bullet in plain list items.
213 (org-set-autofill-regexps): Require space after plain list bullet
214 for paragraph-start.
215 (org-ts-regexp3): New constant.
216 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
217 (org-timestamp-up-day, org-timestamp-down-day)
218 (org-timestamp-change): Work with inactive timestamps.
219 (org-ts-regexp1): Don't allow brackets in time stamps.
220
221 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
222
223 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
224 for ignoring links.
225
226 * faces.el (read-face-name): Use it.
227
228 2006-06-28 Juri Linkov <juri@jurta.org>
229
230 * buff-menu.el (list-buffers-noselect): Compare Info file
231 with the string "dir" to detect Info directory.
232
233 * complete.el (partial-completion-mode): In lambda for
234 `choose-completion-string-functions' use full function signature
235 with 4 args, and move point to the end of the minibuffer only if arg
236 `mini-p' is non-nil.
237
238 2006-06-28 John Paul Wallington <jpw@pobox.com>
239
240 * ibuffer.el (ibuffer-mode): Doc fix.
241
242 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
243
244 * textmodes/org.el (org-context): New contexts :item-bullet,
245 :latex-fragment, :latex-preview.
246 (org-overlays-at, org-overlay-start, org-overlay-end):
247 New compatibility functions.
248 (org-inside-LaTeX-fragment-p): More accurate matching, using the
249 exact regexp that will be used during export.
250 (org-latex-regexps): New variable.
251 (org-cdlatex-mode): Improve advice for `texmathp'.
252 (turn-on-org-cdlatex): New function.
253
254 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
255
256 * term/mac-win.el (mac-handle-font-selection): Change keys of
257 mac-atsu-font-table from strings to numbers.
258 (mac-ts-caret-position): Use also when cursor-type is nil.
259 (mac-ts-update-active-input-area): Add Mac OS Classic support.
260 Relax condition for using overlay strings.
261 Use mac-ts-caret-position face when cursor-type is nil.
262
263 2006-06-26 Kim F. Storm <storm@cua.dk>
264
265 * help.el (view-emacs-news): Declare `res' in the right let* form.
266
267 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
268
269 * net/rcompile.el (remote-compile): Replace ange-ftp based
270 implementation by Tramp functions. Based on a patch published by
271 Marc Abramowitz <msabramo@gmail.com>.
272
273 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
274
275 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
276
277 * international/fontset.el (setup-default-fontset): Fix a typo in
278 the "Oriya-Akruti" registry name.
279
280 2006-06-23 Lars Hansen <larsh@soem.dk>
281
282 * desktop.el (desktop-full-file-name): New function.
283 (desktop-kill, desktop-save, desktop-remove, desktop-read)
284 (desktop-revert): Use it.
285 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
286 (desktop-after-read-hook): Add option list-buffers.
287 (desktop-locals-to-save): Add tab-width.
288 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
289 Fix docstring.
290
291 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
292
293 * textmodes/org.el (org-cdlatex-mode-map)
294 (org-cdlatex-texmathp-advice-is-done): New variables.
295 (org-cdlatex-mode): New minor mode.
296 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
297 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
298 (org-export-with-archived-trees): New option.
299 (org-open-file): Remove the call to `convert-standard-filename'.
300 (org-archive-tag, org-agenda-skip-archived-trees)
301 (org-cycle-open-archived-trees)
302 (org-sparse-tree-open-archived-trees): New options.
303 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
304 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
305 New functions.
306 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
307 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
308 (org-mode-map): Add binding for `org-toggle-archive-tag'.
309 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
310 Call `org-prepare-agenda-buffers'.
311 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
312 (org-file-apps, org-file-apps-defaults-gnu)
313 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
314 Handle remote files by forcing them to be opened in Emacs.
315
316 2006-06-23 Andre Spiegel <spiegel@gnu.org>
317
318 * vc.el (vc-diff-knows-L): New variable.
319 (vc-diff-internal): Use it to handle "diff" programs that don't
320 understand -L. This works automatically, no user action is necessary.
321
322 2006-06-23 Daniel Brockman <daniel@brockman.se>
323
324 * net/rcirc.el (rcirc-default-user-full-name): Default to
325 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
326 longer exists).
327 (rcirc-process-list): Check `buffer-live-p' before attempting to
328 switch to a buffer.
329
330 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
331
332 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
333 based on rcirc-coding-system-alist.
334
335 2006-06-23 Martin Rudalics <rudalics@gmx.at>
336
337 * cus-edit.el (customize-apropos): A better error message.
338 (top level) <debug-ignored-errors>: Extend and update the list of
339 ignored error messages.
340
341 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
342
343 * complete.el (PC-do-completion): Retain capitalization of user
344 input, when possible, even if completion-ignore-case is set.
345
346 2006-06-23 Eli Zaretskii <eliz@gnu.org>
347
348 * generic-x.el (bat-generic-mode): Support .cmd files.
349
350 * dos-w32.el (top level): Use find-file-not-found-functions
351 instead of the obsolete find-file-not-found-hooks.
352
353 2006-06-22 Kim F. Storm <storm@cua.dk>
354
355 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
356 to recognize mode name containing submodes, such as Grep/lw.
357
358 2006-06-21 Kim F. Storm <storm@cua.dk>
359
360 * simple.el (line-move-1): Check for move-end-of-line instead of
361 end-of-line when setting temporary-goal-column.
362
363 2006-06-21 Miles Bader <miles@gnu.org>
364
365 * play/cookie1.el (cookie): Work properly when there's only one entry.
366
367 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
368
369 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
370 (gdb-frame-handler): Generalize frame regexp for templates.
371
372 2006-06-20 Glenn Morris <rgm@gnu.org>
373
374 * calendar/appt.el (appt-display-format): Default value must be
375 one of the customize options.
376
377 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
378
379 * term/xterm.el (terminal-init-xterm): Update key availability info.
380 Bind C-return.
381
382 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
383
384 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
385
386 * files.el (hack-local-variables): Run `hack-local-variables-hook'
387 whether or not a local variables list is defined.
388
389 * msb.el (msb): Move `sit-for' hack here to handle both
390 "mouse-down and drag" and "mouse-up and select" situations.
391 (mouse-select-buffer): Move `sit-for' hack to `msb'.
392
393 2006-06-20 Kenichi Handa <handa@m17n.org>
394
395 * international/characters.el (word-combining-categories):
396 Add entries for 2-byte Han characters.
397
398 2006-06-19 Richard Stallman <rms@gnu.org>
399
400 * bindings.el (mode-line-format): Save some mode line space.
401
402 * files.el (find-file-noselect): Improve the question wording.
403 (basic-save-buffer-2): Mask UMASK against 666.
404
405 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
406 (mouse-drag-vertical-line): Call it.
407
408 * cus-edit.el (customize-option, customize-option-other-window):
409 Error if SYMBOL is nil.
410
411 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
412
413 * textmodes/org.el: Require noutline, also on XEmacs.
414 (org-end-of-subtree): Return point.
415 (org-dblock-start-re, org-dblock-end-re): New constants.
416 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
417 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
418 (org-update-all-dblocks, org-find-dblock): New functions.
419 (org-collect-clock-time-entries): New function.
420 (org-html-handle-time-stamps): Never export CLOCK timeranges.
421 (org-fixup-indentation): Modify to deal correctly with lines
422 starting with TAB. Only one argument DIFF now.
423 (org-demote, org-promote): Call `org-fixup-indentation' with just
424 one argument, DIFF.
425 (org-mode): Don't mark buffer as modified when aligning tables.
426 (org-clock-sum): Don't mark buffer modified when adding time sum
427 properties.
428 (org-export-as-html): Add support for a link validation function.
429 (org-archive-all-done): New function.
430 (org-archive-subtree): New prefix argument. When set, archive all
431 done subtrees in this buffer.
432 (org-remove-clock-overlays)
433 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
434 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
435 (org-put-clock-overlay): Don't swallow last headline character
436 when displaying overlay.
437 (org-store-link): Link to `image-mode' with just the file name.
438
439 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
440
441 * viper-cmd.el (viper-special-read-and-insert-char):
442 Use read-key-sequence.
443 (viper-after-change-undo-hook): Misc enhancements.
444 (viper-after-change-undo-hook): New hook.
445 (viper-undo): Use viper-after-change-undo-hook.
446 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
447 (viper-next-line-at-bol): If point is on a widget or a button, simulate
448 clicking on that widget/button.
449
450 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
451
452 * ediff-diff (ediff-test-patch-utility): Catch errors.
453 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
454 (ediff-set-actual-diff-options): New function.
455 (ediff-reset-diff-options, ediff-toggle-ignore-case):
456 Use ediff-set-actual-diff-options.
457 (ediff-extract-diffs): Catch errors.
458 (ediff-whitespace): Add non-breakable space.
459 (ediff-same-file-contents): Catch errors.
460
461 * ediff-mult.el (ediff-collect-custom-diffs):
462 Save coding-system-for-read.
463
464 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
465 (ediff-vc-internal, ediff-vc-merge-internal):
466 Use ediff-delete-version-file.
467 (ediff-delete-version-file): New function.
468
469 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
470
471 * ediff.el (ediff-directories, ediff-directory-revisions)
472 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
473 (ediff-directories-internal, ediff-merge-directory-revisions)
474 (ediff-merge-directory-revisions-with-ancestor)
475 (ediff-directories3): Use read-directory-name.
476
477 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
478
479 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
480 Remove superfluous part of regexp for brace matching which is handled
481 by `scan-lists' call.
482
483 2006-06-16 Richard Stallman <rms@gnu.org>
484
485 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
486
487 * files.el (basic-save-buffer-2): For a new precious file,
488 use the default modes in the return value.
489
490 * facemenu.el (facemenu-color-alist): Doc fix.
491
492 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
493
494 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
495
496 * cus-start.el (all): Add mac-ts-script-language-on-focus.
497
498 * term/mac-win.el (mac-text-encoding-ascii): New constant.
499 (mac-utxt-to-string): Use it.
500 (mac-ts-update-active-input-area): Use mac-ae-number.
501
502 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
503
504 * term.el (term-handle-scroll, term-delete-lines)
505 (term-insert-lines): Fix off by one errors.
506
507 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
508
509 * net/tramp.el (tramp-touch): Use UTC to express time.
510
511 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
512
513 * mail/sendmail.el (mail-send): Search explicitly for
514 mail-header-separator when checking for corrupted header lines.
515
516 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
517
518 * progmodes/gdb-ui.el (gdb-same-frame): New option.
519 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
520 (gdb-init-1): Initialise them.
521 (gdb-starting): Reset gdb-printing
522 (gdb-starting): Save value of gud-overlay-arrow-position.
523 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
524 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
525 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
526 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
527
528 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
531
532 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
533
534 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
535 (ldap-search-internal): Keep error messages, and a regexp fix.
536
537 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
538
539 * files.el (hack-local-variables-confirm):
540 Display string value using its printed representation.
541
542 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
543
544 * server.el (server-edit): No-op if no server buffers exist.
545
546 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
547
548 * textmodes/page-ext.el (pages-directory-for-addresses):
549 Including `pages-directory-address-mode' in the function results
550 in the message "Buffer in which pages were found is deleted".
551
552 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
553
554 * textmodes/org.el (org-agenda-mode-map): Add bindings for
555 clocking functions.
556
557 (org-agenda-clock-in, org-check-running-clock)
558 (org-clock-out-if-current, org-remove-clock-overlays)
559 (org-put-clock-overlay): New functions.
560 (org-clock-marker, org-clock-file-total-minutes)
561 (org-clock-overlays): New variables.
562 (org-clock-display, org-clock-sum, org-clock-cancel)
563 (org-clock-out, org-clock-in): New commands.
564 (org-export): New function.
565 (org-emph-re): New constant.
566 (org-set-emph-re, org-do-emphasis-faces): New functions.
567 (org-emphasis-regexp-components, org-emphasis-alist): New options.
568 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
569 (org-export-html-convert-emphasize): Use the configurable emphasis.
570 (org-cleaned-string-for-export): Make multiline emphasis visible
571 to the exporter. New optional argument PARAMETERS.
572 (org-export-as-html): Specify :emph-multiline parameter to
573 `org-cleaned-string-for-export'.
574
575 2006-06-10 Richard Stallman <rms@gnu.org>
576
577 * help.el (help-for-help-internal): Clean up help text.
578
579 2006-06-10 Andreas Schwab <schwab@suse.de>
580
581 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
582 in doc string.
583
584 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
585
586 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
587
588 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
589 spaces after the comment start.
590
591 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
592
593 * play/pong.el (pong-init-buffer):
594 Fill buffer with spaces instead of ^A.
595
596 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
597 launched asynchronously, delete its process instead of being cool.
598 (ispell-async-processp): Check for `delete-process' existence
599 instead of `kill-process' one for consistency.
600
601 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
602
603 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
604 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
605 in mode line at startup.
606
607 2006-06-08 Kim F. Storm <storm@cua.dk>
608
609 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
610 (ido-init-completion-maps): Bind them to M-SPC and M-v.
611 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
612 (ido-file-internal): Pass full file name to write-file.
613 (ido-read-internal): Only pop stack elements automatically if they
614 actually match an existing directory or file name.
615
616 2006-06-07 Kenichi Handa <handa@m17n.org>
617
618 * international/mule.el (find-auto-coding): Don't handle the short
619 name `char-trans'.
620
621 * files.el (hack-local-variables-prop-line)
622 (hack-local-variables): Cancel the previous change.
623
624 2006-06-06 Jesper Harder <harder@phys.au.dk>
625
626 * ediff-diff.el (ediff-test-utility): Protect against file-error.
627
628 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
629
630 * diff-mode.el (diff-mode): Set buffer-read-only to t when
631 diff-default-read-only is non-nil.
632 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
633 (diff-refine-hunk): Set inhibit-read-only to t.
634
635 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
636 modifying the *Diff* buffer.
637 (diff-process-filter): New filter function for diff process that
638 sets inhibit-read-only to t when modifying the *Diff* buffer.
639
640 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
641
642 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
643 insertion point and control the number of empty lines.
644 (org-paste-subtree): Limit the number of empty lines at the end of
645 the inserted tree.
646 (org-agenda): Use buffer name of current file for narrowing.
647 (org-export-as-xml): Command removed.
648 (org-export-xml-type): Option removed.
649 (org-mode-map): Call `org-export-as-xoxo' directly.
650 (org-get-indentation): New optional argument LINE.
651 (org-fix-indentation, org-remove-tabs): New functions.
652 (org-export-as-ascii, org-ascii-level-start): Determine and apply
653 correct indentation for headlines that are converted it items.
654 (org-skip-comments): Remove table lines that contain narrowing
655 cookies but no other non-empty fields.
656 (org-set-tags): Allow groups of mutually exclusive tags.
657 (org-cmp-time): Sort 24:21 before items without time.
658 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
659 (org-open-at-point): Require double colon also for numbers.
660
661 2006-06-06 Kim F. Storm <storm@cua.dk>
662
663 * ido.el (ido-default-file-method, ido-default-buffer-method):
664 Make choice values consistent with corresponding command names.
665 (ido-visit-buffer): Update accordingly. Default to selected-window.
666
667 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
668
669 * progmodes/gud.el (gud-running): Fix doc string.
670 (gud-menu-map): Use :visible instead fo :enable for debugger test.
671 (gud-tooltip-modes): Add python-mode.
672 (gud-tooltip-print-command): Add pdb. Remove perldb.
673
674 2006-06-05 Eli Zaretskii <eliz@gnu.org>
675
676 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
677 Quote $(EMACS).
678
679 2006-06-05 Richard Stallman <rms@gnu.org>
680
681 * faces.el (defined-colors): Doc fix.
682
683 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
684
685 * vc.el (vc-process-filter): Inhibit undo info collection around
686 call to insert.
687 (vc-setup-buffer): Likewise for call to erase-buffer.
688 (vc-do-command): Likewise for call to process-file.
689
690 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
691
692 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
693 for gud-go.
694 (gud-common-init): Other debuggers may trigger error.
695
696 2006-06-05 Kenichi Handa <handa@m17n.org>
697
698 * international/mule.el (find-auto-coding):
699 Handle enable-character-translation in file header.
700
701 2006-06-04 Kim F. Storm <storm@cua.dk>
702
703 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
704 (authors-fixed-entries): Fix spelling.
705 (authors-canonical-file-name): Don't report error for wildcards.
706
707 * help.el (view-emacs-news): Rewrite to support new NEWS,
708 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
709 e.g. version 10 matches 1.10, and don't be confused by version 1.1
710 being a prefix of 1.12 (etc). A numeric prefix arg also works.
711
712 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
713
714 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
715 exec constructs like `foo bar`.
716 (sh-quoted-subshell): New helper function to search for a possibly
717 nested subshell (like `` or $()) within a "" quoted string.
718 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
719 (sh-apply-quoted-subshell): Flag quote characters inside a
720 subshell, which is itself already in a quoted region, as
721 punctuation, since this is the closest to what they actually are.
722 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
723 sh-apply-quoted-subshell.
724 (sh-font-lock-syntactic-face-function): Apply the new face for
725 text inside `` instead of the old font-lock-string-face.
726
727 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
728
729 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
730 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
731 (mac-bytes-to-text-range, mac-ae-text-range-array)
732 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
733 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
734 (mac-ts-unicode-for-key-event): New functions.
735 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
736 (mac-handle-font-selection): Use mac-ae-number.
737 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
738 New variables.
739 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
740 (mac-ts-converted-text, mac-ts-selected-converted-text)
741 (mac-ts-block-fill-text, mac-ts-outline-text)
742 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
743 (mac-ts-hilite-style-faces): New constant.
744 (mac-apple-event-map): Bind text input events.
745 (mac-dispatch-apple-event): Use command-execute instead of
746 call-interactively.
747 (global-map): Don't bind mac-apple-event.
748 (special-event-map): Bind mac-apple-event.
749
750 2006-06-02 Eli Zaretskii <eliz@gnu.org>
751
752 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
753 file name.
754 (emacs): Enclose the value of $(EMACS) in quotes.
755
756 2006-06-02 Juri Linkov <juri@jurta.org>
757
758 * international/mule.el (sgml-html-meta-auto-coding-function):
759 Remove the condition `(search-forward "<html" size t)'.
760 Replace `\"' with `[\"']?' in `re-search-forward'.
761
762 2006-06-02 Kenichi Handa <handa@m17n.org>
763
764 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
765 as well as `coding'.
766 (hack-local-variables): Likewise.
767
768 * international/mule.el (enable-character-translation):
769 Put permanent-local and safe-local-variable properties.
770 (find-auto-coding): Handle char-trans: tag.
771
772 2006-06-02 Juri Linkov <juri@jurta.org>
773
774 * international/mule.el (sgml-html-meta-auto-coding-function):
775 Limit the search by the end of the HTML header (if any).
776
777 2006-06-01 Richard Stallman <rms@gnu.org>
778
779 * subr.el (with-current-buffer): Doc fix.
780
781 2006-06-02 Masatake YAMATO <jet@gyve.org>
782
783 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
784 Almost rewrite. Underlines over all lines of gcov output are too
785 uncomfortable to read. Suggested by Dan Nicolaescu.
786
787 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
788
789 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
790
791 * shell.el (shell-mode): Use shell-mode-map in docstring.
792
793 * comint.el (comint-send-input): Do not add help-echo and
794 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
795
796 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
797
798 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
799
800 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
801
802 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
803 (gdb-stopped, gdb-info-stack-custom): If there is no source info
804 look up the stack and pop up GUD buffer if necessary.
805 (gdb-frames-select): Remove redundant call to gud-display-frame.
806 (gdb-info-threads-custom): Keep point at start of buffer.
807 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
808
809 2006-05-31 Juri Linkov <juri@jurta.org>
810
811 * replace.el (query-replace-read-from, query-replace-read-to):
812 Bind `history-add-new-input' to nil. Call `add-to-history'.
813
814 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
815
816 * textmodes/table.el: Convert all HTML tags to lower case for
817 XHTML compatibility.
818
819 2006-05-31 Masatake YAMATO <jet@gyve.org>
820
821 * progmodes/compile.el:
822 (compilation-error-regexp-alist-alist::gcov-called-line):
823 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
824
825 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
826
827 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
828 Revert inadvertent changes made with last commit.
829
830 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
831
832 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
833 New functions.
834
835 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
836
837 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
838
839 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
840 only matches in the right place.
841 (org-upcoming-deadline): New face.
842 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
843 (org-export-ascii-underline): Rename constant `org-ascii-underline'
844 and make it an option.
845 (org-export-ascii-bullets): New option.
846 (org-export-as-html): Many changes to emit valid XHTML.
847 (org-par-open): New variable.
848 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
849 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
850 (org-timeline): Pass `org-timeline-show-empty-dates' to
851 `org-get-all-dates'. Interpret empty dates returned by
852 `org-get-all-dates'.
853 (org-get-all-dates): New argument EMPTY. Add dates without
854 entries to the list, mark large ranges of empty dates.
855 (org-point-in-group, org-context): New functions.
856
857 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
858
859 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
860
861 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
862 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
863 to C-mouse-3 (for 2 button mice).
864 (gdb-send): Do the right thing for C-d.
865
866 * speedbar.el (speedbar-detach): Delete.
867 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
868 it breaks things.
869 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
870
871 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
872
873 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
874 Makeppfile.
875
876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
877 Add makepp diagnostic.
878
879 2006-05-29 Richard Stallman <rms@gnu.org>
880
881 * window.el (fit-window-to-buffer): Doc fix.
882
883 * help.el (temp-buffer-max-height): Doc fix.
884
885 * subr.el (with-current-buffer): Doc fix.
886
887 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
888
889 * term/x-win.el: Bind F10 to menu-bar-start if available.
890
891 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
892
893 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
894 uses with a simple test.
895 (term-set-escape-char, term-mode, term-check-kill-echo-list)
896 (term-send-raw-string, term-send-raw, term-mouse-paste)
897 (term-char-mode, term-line-mode, term-exec, term-sentinel)
898 (term-handle-exit, term-read-input-ring)
899 (term-previous-matching-input-string)
900 (term-previous-matching-input-string-position)
901 (term-previous-matching-input-from-input)
902 (term-replace-by-expanded-history, term-send-input)
903 (term-skip-prompt, term-bol, term-send-invisible)
904 (term-kill-input, term-delchar-or-maybe-eof)
905 (term-backward-matching-input, term-check-source)
906 (term-proc-query, term-emulate-terminal)
907 (term-handle-colors-array, term-process-pager, term-pager-line)
908 (term-pager-bob, term-unwrap-line, term-word)
909 (term-dynamic-complete-filename)
910 (term-dynamic-complete-as-filename)
911 (term-dynamic-simple-complete): Replace one arm ifs with whens or
912 unlesses.
913
914 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
917 during bootstrapping.
918
919 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
920 Basically undo the change of 2006-05-26: use extra arguments instead of
921 dynamic scoping.
922 (ewoc-locate): Remove unused var `footer'.
923
924 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
927
928 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
929 (generate-file-autoloads): Obey it. Return whether autoloads were
930 added at point or not.
931 (update-file-autoloads): Use this new return value.
932 Remove redundant test for the presence of an autoload cookie.
933
934 * emacs-lisp/autoload.el (autoload-find-file): New fun.
935 This one calls hack-local-variables.
936 (generate-file-autoloads, update-file-autoloads): Use it.
937
938 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
939 (bibtex-sort-entry-class): Add safe-local-variable predicate.
940 (bibtex-sort-entry-class-alist): Don't set the global value.
941 (bibtex-init-sort-entry-class-alist): New fun.
942 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
943 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
944 of bibtex-init-sort-entry-class.
945
946 2006-05-28 Richard Stallman <rms@gnu.org>
947
948 * subr.el (load-history-regexp): If FILE is relative, insist
949 entire last name component must match it.
950 (load-history-filename-element, load-history-regexp): Doc fixes.
951
952 2006-05-29 Kim F. Storm <storm@cua.dk>
953
954 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
955 `pos' and `raw-data' for clarity, as eval forms may access these.
956
957 2006-05-28 Kim F. Storm <storm@cua.dk>
958
959 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
960
961 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * progmodes/make-mode.el (makefile-browser-map)
964 (makefile-mode-syntax-table): Move initialization inside declaration.
965 (makefile-fill-paragraph): Use the default comment-filling code.
966
967 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
968
969 * replace.el (query-replace-defaults): New variable.
970 (query-replace-read-from): Use `query-replace-defaults' for
971 default value, instead of history list.
972 (query-replace-read-to): Update `query-replace-defaults'.
973
974 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
975
976 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
977 with no X toolkit.
978
979 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
980
981 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
982 (tumme-show-all-from-dir): Add autoload.
983
984 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
985
986 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
987 (tumme-remove-tag): Fix bug.
988
989 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
990
991 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
992 FOOTER args. Update unique caller.
993 (ewoc-delete): Compute last node once before looping.
994 (ewoc--node-branch): Merge into unique caller.
995 (ewoc--node): Don't define constructor make-ewoc--node for this
996 structure.
997 (ewoc): Add member `hf-pp' to this structure.
998 (ewoc--wrap): New func.
999 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1000 header/footer pretty-printers. Save header/footer pretty-printer.
1001 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1002
1003 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1004
1005 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1006
1007 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1008 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1009 Tag'. Change "Compare directories..." to "Change Directories...".
1010 Move tumme commands to Operate, Regexp and Immediate menus.
1011 Change "Add Comment" to "Add Image Comment". Change "Add Image
1012 Tag" to "Add Image Tags".
1013
1014 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1015 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1016 `tumme-delete-tag'.
1017
1018 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1019
1020 * shell.el (shell-mode): Call shell-dirtrack-mode after
1021 list-buffers-directory is made a local variable, to avoid setting
1022 the default value.
1023
1024 2006-05-26 Kevin Ryde <user42@zip.com.au>
1025
1026 * info.el (Info-index-next): Use where-is-internal to report
1027 actual binding of Info-index-next, rather than hard-coded `,'.
1028
1029 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1030
1031 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1032 and "Find Command in Manual" to here.
1033
1034 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1035 Info-current-file as the file name.
1036
1037 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1038
1039 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1040 overrides will now be done a different way.
1041 (ses-set-parameter): Reapply this function for undo.
1042 (ses-set-header-row): Reconstruct header row during undo.
1043 (ses-widen): New function.
1044 (ses-goto-data, ses-reconstruct-all): Use new function.
1045 (ses-command-hook): Widen buffer during undo, before unupdating
1046 the cells.
1047 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1048 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1049 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1050 formula hasn't been executed yet.
1051
1052 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1053
1054 * comint.el (comint-kill-whole-line): Rename arg to count.
1055 Fix doc string.
1056
1057 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1060 to copy-file.
1061
1062 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1063
1064 * simple.el (toggle-truncate-lines): Make arg optional for
1065 backward compatibility.
1066
1067 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1068
1069 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1070 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1071 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1072 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1073 (ewoc--adjust): Use ewoc--current-dll.
1074 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1075
1076 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1077
1078 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1079 compact error message.
1080 (org-tags-view): Refresh category table in each file.
1081 (org-table-justify-field-maybe): Remove superfluous arguments to
1082 `format'.
1083 (org-export-as-html): Insert "<p>" before postamble.
1084 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1085
1086 2006-05-26 Kenichi Handa <handa@m17n.org>
1087
1088 * textmodes/po.el (po-find-charset): Pay attention to the case
1089 FILENAME is a cons (NAME . BUFFER).
1090 (po-find-file-coding-system-guts): Likewise.
1091
1092 * arc-mode.el (archive-set-buffer-as-visiting-file):
1093 Call find-operation-coding-system with (FILENAME . BUFFER).
1094
1095 * tar-mode.el (tar-extract): Call find-operation-coding-system
1096 with (FILENAME . BUFFER).
1097
1098 * international/mule.el (decode-coding-inserted-region):
1099 Call find-operation-coding-system with (FILENAME . BUFFER).
1100
1101 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * image-mode.el (image-toggle-display): Use buffer contents to
1104 generate image for a remote file.
1105
1106 2006-05-25 Juri Linkov <juri@jurta.org>
1107
1108 * replace.el (query-replace-read-from, query-replace-read-to):
1109 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1110
1111 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1112
1113 * whitespace.el (whitespace-cleanup): Change to cleanup
1114 region if one is active.
1115 * whitespace.el (whitespace-cleanup-internal): New internal method.
1116
1117 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1118
1119 * dired.el (dired-mode-map): Add help-echo strings to tumme
1120 commands. Bind `tumme-dired-display-image' to C-t i.
1121
1122 * tumme.el (tumme-display-image): Change documentation string slightly.
1123 (tumme-dired-display-image): Add call to `display-buffer'.
1124
1125 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1126
1127 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1128 Signal error if RAW-DATA is a multibyte string.
1129
1130 2006-05-24 Richard Stallman <rms@gnu.org>
1131
1132 * subr.el (with-local-quit): When handling `quit' signal,
1133 make a chance for quit-flag to cause a quit.
1134
1135 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1136 (ad-disable-advice): Add autoloads.
1137
1138 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1139
1140 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1141
1142 * dired.el (dired-mode-map): Change menu items for tumme as per
1143 suggestions in emacs-devel.
1144
1145 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1146
1147 * dired.el (dired-mode-map): Fix breakage.
1148
1149 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1150
1151 * tumme.el (tumme-display-dired-image): Rename to...
1152 (tumme-dired-display-image): ...this.
1153 (tumme-track-movement): Change default value to t.
1154 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1155 used from `tumme-next-line-and-display' and similar commands.
1156
1157 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1158 Immediate menu. Add some tumme commands there.
1159
1160 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1161
1162 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1163
1164 2006-05-24 Chong Yidong <cyd@mit.edu>
1165
1166 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1167 menu entries that open submenus.
1168
1169 2006-05-24 Alan Mackenzie <acm@muc.de>
1170
1171 * startup.el (command-line): For names of preloaded files, don't
1172 append ".elc" (now done in Fload), and call file-truename on the
1173 lisp directory.
1174
1175 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1176 match ANY loaded file with the right name, not just those in
1177 load-path. Put a regexp matching the file name into
1178 after-load-alist, rather than the name itself.
1179
1180 * subr.el: New functions load-history-regexp,
1181 load-history-filename-element, do-after-load-evaluation.
1182
1183 * international/mule.el (load-with-code-conversion): Do the
1184 eval-after-load stuff by calling do-after-load-evaluation.
1185
1186 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1189 has not been killed.
1190
1191 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1192
1193 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1194 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1195 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1196 Optionally set error message in reply.
1197
1198 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1199
1200 * textmodes/org.el (org-open-at-point): Use renamed variable
1201 `org-confirm-shell-link-function'.
1202 (org-confirm-shell-link-function): Rename from
1203 `org-confirm-shell-links'.
1204 (org-export-directory): New function.
1205 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1206 (org-export-icalendar): Use `org-export-directory'.
1207 (org-indent-item): Keep cursor position.
1208 (org-link-file-path-type): New option.
1209 (org-export-as-html): Fix bug with plain lists starting in
1210 column 0.
1211 (org-export-as-html): Remove deadline formatting, this happens
1212 now already in `org-html-handle-time-stamps'.
1213 (org-export-html-style): Deadline class removed.
1214 (org-insert-labeled-timestamps-at-point): New option.
1215 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1216 of `hide-sublevels 1', in case the first headline is not level 1.
1217 (org-overview, org-content): New fuction.
1218 (org-cycle-global-status, org-cycle-subtree-status): Make these
1219 variables buffer-local.
1220 (org-global-cycle): New command.
1221 (org-shifttab): Use `org-global-cycle'.
1222 (org-insert-heading, org-insert-item): Go to end of new
1223 headline/item after creating it.
1224 (org-export-visible): Rename from `org-export-copy-visible'.
1225 Now creates a temporary org-file and applies an exporting command
1226 to it.
1227 (org-table-eval-formula): Support for lisp forms.
1228 (org-agenda-todo-ignore-scheduled): New option.
1229 (org-agenda-get-todos): Use new option
1230 `org-agenda-todo-ignore-scheduled'.
1231 (org-export-html-inline-images): New value `maybe'.
1232 (org-export-as-html): Inlining of images dependent on link description.
1233 (org-archive-subtree): Check for end-of-buffer before trying
1234 `kill-line'.
1235 (org-agenda-follow-mode): New option.
1236 (org-export-with-tags, org-export-with-timestamps): New options.
1237 (org-html-handle-time-stamps): New function.
1238 (org-keyword-time-regexp): New variable.
1239 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1240 (org-agenda-todo-list-sublevels): New option.
1241 (org-html-level-start): When TITLE is nil, just close all levels.
1242 (org-parse-key-lines, org-parse-export-options): Remove functions,
1243 replaced by `org-infile-export-plist'.
1244 (org-combine-plists, org-infile-export-plist)
1245 (org-default-export-plist): New functions.
1246 (org-export-html-preamble, org-export-html-postamble)
1247 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1248 New variables.
1249 (org-export-publishing-directory): New option.
1250 (org-export-as-html, org-export-as-ascii): Use the new property
1251 lists for settings.
1252 (org-export-copy-visible, org-export-as-xoxo):
1253 Respect `org-export-publishing-directory'.
1254 (org-link-search, org-store-link, org-file-apps): Support for
1255 links to BibTeX database entries..
1256 (org-get-current-options, org-set-regexps-and-options):
1257 Implement logging as a startup option.
1258 (org-store-link): Make sure context string is never empty
1259 (org-insert-link): Use relative path when possible.
1260 (org-at-item-checklet-p): New function.
1261 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1262 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1263 (org-metaright, org-metaup, org-metadown, org-shiftup)
1264 (org-shiftdown, org-shiftright, org-shiftleft)
1265 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1266 Dispatch using `call-interactively'.
1267 (org-call-with-arg): New defsubst.
1268 (org-tag-alist, org-use-fast-tag-selection): New options.
1269 (org-complete): Use `org-tag-alist'.
1270 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1271 (org-next-item, org-previous-item): New commands.
1272 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1273 make command.
1274 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1275
1276 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1277
1278 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1279 (ewoc-filter): Use `ewoc-delete'.
1280
1281 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1282
1283 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1286 Signal more user-friendly error messages.
1287
1288 * complete.el (PC-do-completion): Undo the addition of implicit
1289 wildcards if they did not lead to finding any match.
1290 (read-file-name-internal): Don't add the final > if the completion is
1291 not finished.
1292
1293 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1294
1295 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1296 Quote safe-local-variable predicate.
1297
1298 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1299
1300 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1301
1302 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1303
1304 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1305
1306 * progmodes/make-mode.el (makefile-special-targets-list)
1307 (makefile-macro-table, makefile-target-table): Mark as risky.
1308 (makefile-query-one-target-method): Make this the alias for the
1309 following variable.
1310 (makefile-query-one-target-method-function): Make this the real name.
1311
1312 * textmodes/artist.el (artist-text-renderer): Make this the alias
1313 for the following variable.
1314 (artist-text-renderer-function): Make this the real name.
1315
1316 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1317 the alias for the following variable.
1318 (flyspell-generic-check-word-predicate): Make this the real name.
1319
1320 * textmodes/ispell.el (ispell-format-word): Make this the alias
1321 for the following variable.
1322 (ispell-format-word-function): Make this the real name.
1323 (ispell-message-text-end): Mark as risky.
1324
1325 * skeleton.el (skeleton-transformation, skeleton-filter)
1326 (skeleton-pair-filter): Make these the aliases for the following
1327 variables.
1328 (skeleton-transformation-function, skeleton-filter-function)
1329 (skeleton-pair-filter-function): Make these the real names.
1330
1331 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1332 and skeleton-pair-filter-function.
1333
1334 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1335 alias for the following variable.
1336 (sgml-transformation-function): Make this the real name.
1337 (sgml-tag-alist): Mark as risky.
1338
1339 2006-05-21 Richard Stallman <rms@gnu.org>
1340
1341 * simple.el (kill-region): Interactively, pass point, then mark.
1342
1343 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1344
1345 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1346
1347 2006-05-21 Romain Francoise <romain@orebokech.com>
1348
1349 * dired-x.el (dired-mode-map): Don't bind M-g.
1350
1351 2006-05-20 Richard Stallman <rms@gnu.org>
1352
1353 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1354 (dired-goto-file): Doc fix.
1355
1356 2006-05-21 Kim F. Storm <storm@cua.dk>
1357
1358 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1359 way to enable built-in cua-mode if user loads older CUA-mode package.
1360
1361 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1362 if default-filename is specified.
1363
1364 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1365
1366 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1367
1368 * info.el (info-apropos): Make sure current-file and current-node
1369 have non-nil values. Speed up by using add-to-list instead of
1370 manual consing.
1371
1372 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1373
1374 * progmodes/make-mode.el (makefile-mode): Doc fix.
1375
1376 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1377
1378 * dired-aux.el (dired-do-shell-command): Doc fix.
1379
1380 2006-05-20 Kevin Ryde <user42@zip.com.au>
1381
1382 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1383 ``(custom-manual :tag "Foo" "(foo)Node")''.
1384
1385 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1386
1387 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1388 value is an integer.
1389
1390 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1391
1392 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1393 "format".
1394 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1395
1396 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1397
1398 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1399 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1400
1401 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1404 regexp for keywords.
1405
1406 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1407
1408 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1409 replace-regexp-in-string.
1410
1411 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1412 encode, and escape file name on conversion to URL.
1413
1414 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1415
1416 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1417 Don't unescape URL.
1418 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1419
1420 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1421 on conversion to URLs.
1422
1423 * net/browse-url.el (browse-url-file-url): Encode file name on
1424 conversion to URL.
1425
1426 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1427 conversion to URL.
1428
1429 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1430
1431 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1432
1433 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1434
1435 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1436 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1437
1438 2006-05-19 Glenn Morris <rgm@gnu.org>
1439
1440 * calendar/diary-lib.el (diary-bahai-date)
1441 (list-bahai-diary-entries, mark-bahai-diary-entries)
1442 (mark-bahai-calendar-date-pattern): Not interactive.
1443 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1444 (diary-entries-list): Change format of 4th element in each entry.
1445 (diary-list-entries): Use add-to-diary-list.
1446 (diary-goto-entry): Handle the case where the buffer visiting the
1447 diary has been killed.
1448 (fancy-diary-display): Add 'locator to button rather than 'marker.
1449 Only generate temp-face when there are marks to apply.
1450 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1451 (diary-fancy-date-pattern): New variable.
1452 (diary-time-regexp): Doc fix.
1453 (diary-anniversary, diary-time): New faces.
1454 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1455 diary-time-regexp. Add font-lock-multiline property where needed.
1456 Use new faces diary-anniversary and diary-time.
1457 (diary-fancy-font-lock-fontify-region-function): New function, to
1458 handle multiline font-lock pattern in fancy diary.
1459 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1460 (diary-font-lock-keywords): Tweak time regexp. Use new face
1461 diary-time.
1462
1463 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1464
1465 * international/code-pages.el (mik): Table corrected.
1466
1467 2006-05-18 Kim F. Storm <storm@cua.dk>
1468
1469 * progmodes/grep.el (grep-find): Don't check grep-find-command
1470 before running command (breaks non-interactive usage).
1471
1472 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1473
1474 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1475 (ewoc--insert-new-node): Don't insert trailing newline.
1476 Instead, adjust successor nodes's start markers.
1477 (ewoc--refresh-node): Delete all text from current node's start
1478 marker to the next one's; adjust successor nodes's start markers.
1479 (ewoc--create): Doc fixes.
1480 (ewoc--refresh): Don't insert newline.
1481 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1482 * pcvs.el (cvs-make-cvs-buffer):
1483 Specify extra newline for ewoc's header and footer.
1484 (cvs-update-header): Update initial header recognition.
1485 Append newline to final header and footer values.
1486 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1487
1488 2006-05-17 Richard Stallman <rms@gnu.org>
1489
1490 * files.el (file-name-extension): Doc fix.
1491
1492 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1495 we can explicitly enable/disable rather than toggle.
1496 (shell-mode): Use it.
1497 (shell-cd): Don't try to reproduce what `cd' does.
1498
1499 2006-05-17 Kim F. Storm <storm@cua.dk>
1500
1501 * ido.el (ido-read-internal): Use only nondirectory part of
1502 default item.
1503
1504 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1505
1506 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1507 (ewoc-nth): Doc fix.
1508
1509 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1510
1511 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1512
1513 * international/mule.el (auto-coding-alist): Add .lha to files
1514 read with no-conversion.
1515
1516 * files.el (auto-mode-alist): Add .lha files to archive file
1517 extensions.
1518
1519 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1520 Convert csize to integer when computing offsets within the
1521 compressed archive file.
1522
1523 2006-05-16 Kim F. Storm <storm@cua.dk>
1524
1525 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1526 with read-from-minibuffer.
1527
1528 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1529
1530 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1531 (byte-compile-warnings): Fix safe-local-variable property.
1532
1533 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1534
1535 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1536 (allout-stylish-prefixes, allout-numbered-bullet)
1537 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1538 predicates to qualify `safe-local-variable' property, when
1539 available, else use equivalent lambda.
1540 (allout-current-topic-collapsed-p): Do the right thing regarding
1541 trailing blank lines.
1542
1543 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * server.el (server-start): Only create a directory if needed.
1546 (server-edit, server-unload-hook): server-start => server-mode.
1547 (kill-emacs-hook): Cleanup upon exit.
1548
1549 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * hexl.el (hexlify-buffer): Encode process arguments manually.
1552
1553 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1554
1555 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1556 call to gdb-tooltip-print.
1557
1558 2006-05-15 Romain Francoise <romain@orebokech.com>
1559
1560 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1561 systems, default to "tar" since those systems probably have GNU tar.
1562
1563 2006-05-14 Lars Hansen <larsh@soem.dk>
1564
1565 * desktop.el (desktop-missing-file-warning): Fix docstring.
1566 (desktop-restore-file-buffer): Correct question asked on missing file.
1567
1568 2006-05-14 Kim F. Storm <storm@cua.dk>
1569
1570 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1571 Add CUA move property.
1572
1573 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * custom.el (custom-push-theme): Load the variable before checking
1576 its `standard-value'.
1577
1578 2006-05-13 Lars Hansen <larsh@soem.dk>
1579
1580 * desktop.el (desktop-save): Use with-temp-buffer.
1581
1582 2006-05-12 Glenn Morris <rgm@gnu.org>
1583
1584 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1585 * calendar/calendar.el (calendar-mode-map):
1586 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1587 * calendar/appt.el (appt-check, appt-make-list): Refer to
1588 diary-view-entries, diary-list-entries, diary-show-all-entries
1589 rather than obsolete aliases.
1590
1591 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1592
1593 * simple.el (line-move-finish): Avoid calling point motion hooks
1594 while processing intangibility.
1595
1596 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1597
1598 * term/xterm.el (terminal-init-xterm): Fix typo.
1599
1600 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1601
1602 * allout.el (allout-view-change-hook): Mark as being deprecated,
1603 to be replaced by `allout-exposure-change-hook'.
1604 (allout-exposure-change-hook): New, replacing
1605 `allout-view-change-hook'.
1606 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1607 in addition to `allout-view-change-hook'.
1608 (allout-show-bodies, allout-old-style-prefixes)
1609 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1610 lambda forms to prevent their showing up in variable help
1611 presentations as inscrutable byte-compiled code.
1612 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1613 Use string-or-null-p to qualify safe-local-variable values.
1614 (allout-reindent-bodies): Use memq to qualify matches against
1615 valid safe-local-variable values. Also, quote the lambda as above.
1616 (allout-use-mode-specific-leader): Add missing candidate-value
1617 symbols, use memq, and quote the lambda.
1618 (allout-overlay-interior-modification-handler): Remove unused
1619 variables `msg' and 'opened'.
1620 (allout-hidden-p): Constrain invisibility consideration to allout's
1621 invisibility spec, disregarding invisibility for other reasons.
1622
1623 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1624
1625 * files.el (version-control): Correct safe values.
1626
1627 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1628
1629 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1630
1631 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1632 (ewoc--insert-new-node): New func.
1633 Update callers of deleted funcs to use it, instead.
1634
1635 2006-05-11 Glenn Morris <rgm@gnu.org>
1636
1637 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1638 obsolete alias `show-all-diary-entries'.
1639 (make-diary-entry): Not interactive.
1640 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1641 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1642 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1643 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1644 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1645 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1646
1647 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1648
1649 * calendar/calendar.el (calendar-french-date-string)
1650 (calendar-mayan-date-string, calendar-chinese-date-string)
1651 (calendar-astro-date-string, calendar-iso-date-string)
1652 (calendar-islamic-date-string, calendar-bahai-date-string)
1653 (calendar-hebrew-date-string, calendar-coptic-date-string)
1654 (calendar-ethiopic-date-string, calendar-persian-date-string):
1655 These functions are not interactive.
1656
1657 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1658
1659 * files.el: Balance parentheses.
1660
1661 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1662
1663 * files.el, newcomment.el, outline.el, simple.el,
1664 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1665 progmodes/cc-vars.el, progmodes/compile.el:
1666 Move `safe-local-variable' declarations to the respective files.
1667
1668 * help-fns.el (describe-variable): Don't print safe-var if it is
1669 byte-code. Improve wording as suggested by Luc Teirlinck.
1670
1671 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1674 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1675 Use a token for pending-triggers to ensure gdb-var-update
1676 gets called once per user input again for pre-GDB 6.4.
1677 (gdb-var-delete): Match on more complex expressions.
1678 (gdb-var-list-children-handler, gdb-var-create-handler):
1679 Use a token for consistency.
1680
1681 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1682
1683 * textmodes/org.el (org-read-date, org-goto-calendar)
1684 (org-agenda-goto-calendar):
1685 Bind `view-calendar-holidays-initially' to nil.
1686
1687 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1688
1689 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1690 Update all callers to do it there, instead.
1691
1692 2006-05-10 Glenn Morris <rgm@gnu.org>
1693
1694 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1695 prefix arg case, to avoid view-diary-entries-initially error.
1696 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1697 (calendar-date-is-legal-p): Handle dates with no day part.
1698
1699 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1700
1701 * comint.el (comint-insert-input): Just make it when
1702 comint-use-prompt regexp is nil (default) and with the mouse.
1703 (comint-copy-old-input): Reinstate from 2004-06-23.
1704 (comint-mode-map): Bind C-c C-m to it.
1705
1706 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1707
1708 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1709 Remove spurious move to point-max (new comint behavior fixes).
1710
1711 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1712 compatibility function (Emacs 18/19).
1713 (idlwave-is-continuation-line): Always return point at start of
1714 previous non-blank continuation line.
1715 `keyword-parameters': Fix continued comment font-lock matcher.
1716 (idlwave-font-lock-fontify-region): Written, use as
1717 font-lock-fontify-region-function, to fix continued keyword
1718 fontification issues.
1719
1720 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1721
1722 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1723 (mac-service-selection, mac-service-open-file)
1724 (mac-service-open-selection, mac-service-mail-selection)
1725 (mac-service-mail-to, mac-service-insert-text): Rename from
1726 mac-services-*. All uses changed.
1727 (mac-apple-event-map): Rename event symbol `services' to `service'.
1728
1729 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1730
1731 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1732 (ewoc--node-enter-first, ewoc--node-enter-last)
1733 (ewoc--delete-node-internal): Merge funcs into unique callers.
1734
1735 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1738 return value of read-from-minibuffer for empty input.
1739
1740 2006-05-09 Miles Bader <miles@gnu.org>
1741
1742 * comint.el (comint-insert-input): Remove redundant calls to setq
1743 and goto-char.
1744
1745 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1746
1747 * comint.el (comint-insert-input): Make it work when
1748 comint-use-prompt-regexp is t.
1749
1750 2006-05-10 Miles Bader <miles@gnu.org>
1751
1752 * subr.el (field-at-pos): New function.
1753
1754 * comint.el (comint-insert-input): Use it.
1755
1756 2006-05-09 Juri Linkov <juri@jurta.org>
1757
1758 * battery.el (battery-linux-proc-acpi): Also try
1759 `/proc/acpi/thermal_zone/THR2/temperature'.
1760
1761 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1762 for now unused lambda `string-or-null'.
1763
1764 * add-log.el (change-log-default-name): Put `string-or-null-p'
1765 instead of lambda on `safe-local-variable' property.
1766
1767 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1768 `region-end' instead of `mark' and `point'.
1769 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1770 Operate on region in Transient Mark mode when the mark is active.
1771 Use `region-beginning' and `region-end' instead of `mark' and
1772 `point'.
1773 (diff-hunk-text, diff-goto-source): Doc fix.
1774
1775 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1776 face `mode-line-buffer-id' for mode-line buffer face instead of
1777 hard-coded `(:weight bold)'.
1778
1779 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1780 buffer-undo-list to t (undo-ask is reproducible by visiting
1781 nested archives).
1782
1783 2006-05-09 Kim F. Storm <storm@cua.dk>
1784
1785 * progmodes/grep.el (rgrep): Set default directory of *grep*
1786 buffer if we start M-x rgrep in the *grep* buffer and choose
1787 a different base directory.
1788
1789 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1790
1791 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1792 completion also when ido is loaded.
1793
1794 2006-05-09 Masatake YAMATO <jet@gyve.org>
1795
1796 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1797 "warning" and "import".
1798 (cpp-font-lock-keywords): Added "warning".
1799
1800 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1801
1802 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1803
1804 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1807 pages at a time, if we signal the end, we should indeed reach that end.
1808
1809 2006-05-08 David Reitter <david.reitter@gmail.com>
1810
1811 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1812 output during execution of the body.
1813
1814 2006-05-08 Kim F. Storm <storm@cua.dk>
1815
1816 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1817
1818 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1819
1820 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1821 Use with-current-buffer.
1822
1823 2006-05-07 Kim F. Storm <storm@cua.dk>
1824
1825 * subr.el (add-to-history): Remove keep-dups arg.
1826
1827 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1828 to nil around call to add-to-history.
1829
1830 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1833 than after a buffer modification.
1834
1835 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1836
1837 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1838 call to...
1839 (gud-watch): ...here so speedbar is raised for already watched
1840 expressions.
1841 (gdb-speedbar-refresh): Delete function.
1842 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1843 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1844 earlier change).
1845 (gdb-var-evaluate-expression-handler)
1846 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1847
1848 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1849 Update localized contents for all buffers except ignored modes.
1850
1851 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1852
1853 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1854 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1855 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1856 (mac-handle-font-panel-closed, mac-handle-font-selection):
1857 New functions.
1858 (mac-font-panel-mode): New minor mode.
1859 (mac-apple-event-map): Add bindings for toolbar toggle button and
1860 font panel.
1861 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1862
1863 2006-05-07 John Paul Wallington <jpw@pobox.com>
1864
1865 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1866 Avoid `regexp-opt'; simplify regexp for readability.
1867
1868 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1869
1870 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1871 * files.el (buffer-stale-function):
1872 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1873 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1874 links to the main manual, not to emacs-xtra.
1875
1876 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1877
1878 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
1879 MacJapanese if text is ASCII-only.
1880
1881 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1882
1883 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1884 unless so nil isn't returned.
1885 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1886
1887 2006-05-06 Kim F. Storm <storm@cua.dk>
1888
1889 * subr.el (add-to-history): New function.
1890
1891 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1892 (ediff-merge-files-with-ancestor):
1893 * env.el (setenv):
1894 * isearch.el (isearch-update-ring):
1895 * server.el (server-visit-files):
1896 * progmodes/grep.el (lgrep, rgrep):
1897 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1898 * progmodes/xscheme.el (xscheme-insert-expression):
1899 Use add-to-history.
1900
1901 * kmacro.el (kmacro-push-ring): Use add-to-history.
1902 (kmacro-ring-length): Remove unused defun.
1903 (kmacro-start-macro): Use kmacro-push-ring.
1904
1905 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1906
1907 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1908 directly instead of a lambda expression that calls it.
1909
1910 2006-05-06 Kim F. Storm <storm@cua.dk>
1911
1912 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1913 instead of compute-motion.
1914
1915 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1916
1917 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1918 change.
1919
1920 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1921
1922 * startup.el (command-line-1): Refer to "Pure Storage" on
1923 pure-space-overflow.
1924
1925 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1926
1927 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1928 provided faces once they all have been used up.
1929
1930 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1931
1932 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1933 reference to the Lisp manual to the warning about pure space
1934 overflow.
1935
1936 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1937
1938 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1939 argument to avoid the call to `ispell-internal-change-dictionary'
1940 when not needed.
1941 (ispell-change-dictionary): Use this argument and call
1942 `ispell-internal-change-dictionary' after the possible change
1943 to `ispell-local-dictionary'.
1944 (ispell-internal-change-dictionary): Check for a change in
1945 personal dictionary use too.
1946 Cosmetic changes from Agustin Martin
1947 <agustin.martin@hispalinux.es>.
1948
1949 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1950
1951 * startup.el (command-line): On MS-Windows, probe "~", not
1952 "~USER", for warning about non-existent home directory
1953
1954 * arc-mode.el (archive-l-e): New optional argument `float' means
1955 generate a float value.
1956 (archive-arc-summarize, archive-lzh-summarize)
1957 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1958 with 3rd argument non-nil when file's size is being computed.
1959 Format the file sizes with %8.0f instead of %8d.
1960
1961 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1962
1963 * cus-start.el (all): Add mac-dnd-known-types.
1964
1965 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
1966 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1967 (mac-TIFF-to-string): New functions.
1968 (x-get-selection, x-selection-value)
1969 (mac-select-convert-to-string): Use them.
1970 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1971 (mac-dnd-types-alist): New customization variable.
1972 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1973 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1974 (mac-dnd-handle-drag-n-drop-event): New functions.
1975 (mac-drag-n-drop): Remove function.
1976 (global-map): Bind drag-n-drop and M-drag-n-drop to
1977 mac-dnd-handle-drag-n-drop-event.
1978
1979 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1980
1981 * progmodes/perl-mode.el (perl-beginning-of-function):
1982 Skip anonymous subs.
1983
1984 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1985
1986 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1987 regexp-opt at run time.
1988
1989 * term.el (term-handle-ansi-escape): Fix off by one error.
1990
1991 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1992
1993 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1994 (gdb-init-1, gdb-post-prompt): ...and references to it.
1995 (gdb-frame-handler): Strip directory name from filename if present.
1996
1997 * progmodes/gud.el (gdb-force-update): Delete defvar
1998 (gud-speedbar-buttons): ...and references to it. Use window-start
1999 to try to keep positon in watch expression.
2000
2001 2006-05-03 Richard Stallman <rms@gnu.org>
2002
2003 * simple.el (next-history-element, previous-history-element): Doc fix.
2004
2005 * isearch.el (isearch-update-ring): Doc fix.
2006
2007 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2008
2009 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2010 into consideration. Replace one arm ifs with whens.
2011
2012 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2013
2014 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2015 (menu): Fix typo.
2016
2017 2006-05-02 Miles Bader <miles@gnu.org>
2018
2019 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2020
2021 2006-05-02 Jay Belanger <belanger@truman.edu>
2022
2023 * calc/calc-embed.el (calc-override-minor-modes-map)
2024 (calc-override-minor-modes): New variables.
2025 (calc-do-embedded): Make sure that Calc keystrokes aren't
2026 overwritten by minor modes.
2027
2028 2006-05-02 Chong Yidong <cyd@mit.edu>
2029
2030 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2031
2032 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2033
2034 * startup.el (command-line-1): Refer to Lisp manual when
2035 pure-space-overflow occurs.
2036
2037 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2038 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2039 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2040 (version-control): Don't use `t' for safe-local-variable declarations.
2041
2042 2006-05-01 Richard Stallman <rms@gnu.org>
2043
2044 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2045 M-r, M-R, M-A, M-SPC or M-DEL.
2046 (diff-mode-map): diff-refine-hunk now on C-c C-w
2047 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2048
2049 * help-mode.el (help-mode): view-exit-action calls delete-window
2050 only when it is safe and possible.
2051
2052 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2053 in messages.
2054
2055 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2056
2057 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2058 in the default tool-bar-map.
2059
2060 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * net/tramp.el (tramp-completion-file-name-handler-alist)
2063 (tramp-run-real-handler, tramp-completion-run-real-handler)
2064 (tramp-completion-handle-file-name-all-completions)
2065 (tramp-completion-handle-file-name-completion): Autoload them.
2066 (tramp-completion-handle-file-exists-p)
2067 (tramp-completion-handle-file-name-directory)
2068 (tramp-completion-handle-file-name-nondirectory)
2069 (tramp-completion-handle-expand-file-name): Remove them.
2070 (tramp-handle-file-name-directory): Return the real directory name.
2071 Returning "/" only doesn't need to be necessary any longer.
2072 (tramp-file-name-handler): Make special attention when in hostname
2073 completion mode.
2074 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2075 (tramp-register-file-name-handlers):
2076 Register `tramp-completion-file-name-handler' only when
2077 `partial-completion-mode' is enabled.
2078 (tramp-completion-handle-file-name-all-completions):
2079 Delete directory part from results.
2080 (tramp-get-completion-methods, tramp-get-completion-user-host):
2081 Discard deleting "/", it doesn't work after the change of
2082 `tramp-handle-file-name-directory' above.
2083
2084 2006-05-01 Kim F. Storm <storm@cua.dk>
2085
2086 * progmodes/grep.el (grep-expand-template): Use save-match-data
2087 and symbol-value.
2088
2089 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2090
2091 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2092 Use select-frame-set-input-focus instead of raise-frame.
2093 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2094
2095 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2096
2097 * progmodes/gud.el (gud-def): Add %c case.
2098 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2099 (gud-format-command): Make match case sensitive. Match on %F.
2100
2101 2006-04-30 Glenn Morris <rgm@gnu.org>
2102
2103 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2104 (cal-tex-preamble): Use cal-tex-preamble-extra.
2105 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2106 than alias `list-diary-entries'.
2107
2108 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2109
2110 * help-fns.el (describe-variable): Add info about safe local variables.
2111
2112 2006-04-29 Richard Stallman <rms@gnu.org>
2113
2114 * bindings.el (mode-line-format): help-echo doc fixes.
2115
2116 * net/tramp.el (tramp-file-name-handler-alist): Delete
2117 expand-file-name and other operations that can cause spurious loading.
2118
2119 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * files.el (safe-local-variable-p): Remove support for the special
2122 value t.
2123
2124 * textmodes/paragraphs.el (sentence-end-without-space):
2125 Fix safety predicate.
2126 (sentence-end-double-space, sentence-end-without-period)
2127 (paragraph-ignore-fill-prefix):
2128 * textmodes/fill.el (colon-double-space):
2129 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2130
2131 * subr.el (booleanp): New fun.
2132
2133 * textmodes/reftex-vars.el (reftex-guess-label-type):
2134 Tighten the safety predicate.
2135
2136 2006-04-28 Kim F. Storm <storm@cua.dk>
2137
2138 * progmodes/grep.el (defgroup grep): Doc fix.
2139 (grep-auto-highlight): Remove.
2140 (grep-template): New defcustom.
2141 (grep-find-template): Rename from grep-tree-template.
2142 (grep-files-aliases): Rename from grep-tree-files-aliases.
2143 Remove "all" alias, add "l" alias.
2144 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2145 (grep-find-ignored-directories): New defcustom to replace
2146 grep-tree-ignore-CVS-directories, to facilitate ignoring
2147 subdirectories for multiple version control systems.
2148 (grep-mode-map): Add Recursive grep item to GREP menu.
2149 (grep-regexp-history, grep-files-history): New defvars.
2150 (grep-probe): New helper function.
2151 (grep-compute-defaults): Use it to simplify code.
2152 Adapt to name changes.
2153 Use `.' as base in grep-find-template rather than <D>.
2154 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2155 Call grep-compute-defaults unconditionally.
2156 (grep-expand-keywords): New defconst.
2157 (grep-expand-template): Rename from grep-expand-command-macros.
2158 Simplify via grep-expand-keywords. Look at case-fold-search instead
2159 of grep-tree-ignore-case to add -i option.
2160 Bind case-fold-search to nil while matching keywords.
2161 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2162 (grep-read-regexp, grep-read-files): New helper functions.
2163 (rgrep): Rename from grep-tree. Rework to use proper histories.
2164 Adapt to changes in defcustoms and functions above.
2165 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2166
2167 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2168
2169 * net/tramp.el (tramp-completion-file-name-handler):
2170 Disable Tramp's functionality while loading Tramp itself.
2171 (tramp-register-file-name-handlers): That's a defsubst now.
2172 Code from `tramp-repair-jka-compr' moved here. Apply it via
2173 `after-init-hook'.
2174 (tramp-repair-jka-compr): Remove.
2175
2176 2006-04-27 Jay Belanger <belanger@truman.edu>
2177
2178 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2179 read expression when `math-read-big-expr' doesn't work.
2180
2181 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2182
2183 * startup.el (command-line-1): Display warning when
2184 pure-space-overflow is non-nil.
2185
2186 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2187
2188 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2189 risky.
2190
2191 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2192
2193 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2194 Return the URL or nil if none can be generated.
2195
2196 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2197
2198 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2199 byte compiler warnings.
2200 (gud-basic-call, gud-find-expr): Let user select an expression
2201 for printing. Print expression as well as value in GUD buffer.
2202
2203 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2204
2205 * allout.el: Remove local autoload declaration for
2206 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2207 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2208 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2209 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2210 (allout-stylish-prefixes, allout-numbered-bullet)
2211 (allout-file-xref-bullet, allout-presentation-padding)
2212 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2213 safe-local-variable with suitable value spec, and add autoload
2214 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2215 (move-beginning-of-line, move-end-of-line): Repair so these compat
2216 functions now actually resituate the point, when appropriate.
2217
2218 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2221
2222 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2223 (add-log-iso8601-time-string): Fix call to format-time-string.
2224
2225 2006-04-26 Kim F. Storm <storm@cua.dk>
2226
2227 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2228
2229 2006-04-26 Masatake YAMATO <jet@gyve.org>
2230
2231 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2232 Add support for "//" style comments. Remove `b' flag
2233 from ?* in `asm-mode-syntax-table'.
2234
2235 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * follow.el: Use (featurep 'xemacs) everywhere.
2238 (follow-mode): Use define-minor-mode.
2239 (follow-mode-map): Move initialization into the declaration.
2240 Use command remapping.
2241 (follow-emacs-version-xemacs-p): Remove.
2242 (follow-submit-feedback): Remove.
2243
2244 * allout.el (allout-layout, allout-passphrase-verifier-string)
2245 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2246
2247 * textmodes/reftex-vars.el (reftex-vref-is-default)
2248 (reftex-fref-is-default, reftex-guess-label-type):
2249 Tighten up a bit the safety predicate.
2250
2251 * textmodes/paragraphs.el (sentence-end-double-space)
2252 (sentence-end-without-period, sentence-end-without-space)
2253 (page-delimiter, paragraph-ignore-fill-prefix):
2254 Tighten up a bit the safety predicate.
2255
2256 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2257
2258 * progmodes/python.el (python-continuation-line-p)
2259 (python-beginning-of-statement): syntax-ppss may return
2260 a negative depth.
2261 (python-mode): Don't forcefully enable font-lock.
2262
2263 * time-stamp.el (time-stamp-start, time-stamp-end)
2264 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2265
2266 * add-log.el: Remove spurious * in docstrings.
2267 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2268 (add-change-log-entry): Use it here, since it's not specific
2269 to iso8601.
2270 (add-log-iso8601-time-string): Don't use it here any more.
2271 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2272
2273 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2274
2275 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2276
2277 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2278 (rcirc-toggle-low-priority): Doc fix.
2279 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2280 ChanServ regexp.
2281 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2282 #emacs.
2283 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2284 (rcirc-decode-coding-system): Use utf-8 as the default.
2285 (rcirc-multiline-minor-mode): Set the fill-column.
2286 (rcirc-format-response-string): Display bright and dim nicks.
2287 (rcirc-browse-url): Update interactive spec to fill ARG.
2288 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2289 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2290
2291 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2292
2293 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2294 case for @Article, etc.
2295
2296 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2297
2298 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2299 Added with autoload cookie.
2300 (tramp-unload-file-name-handlers): Rename from
2301 `tramp-unload-file-name-handler-alist'.
2302
2303 2006-04-23 Romain Francoise <romain@orebokech.com>
2304
2305 * comint.el (comint-match-partial-filename): Doc fix.
2306
2307 2006-04-21 Glenn Morris <rgm@gnu.org>
2308
2309 * calendar/cal-menu.el (calendar-mode-map): Refer to
2310 `diary-view-entries' rather than alias `view-diary-entries'.
2311 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2312
2313 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2314
2315 * progmodes/antlr-mode.el (antlr-default):
2316 * cus-edit.el (custom-documentation):
2317 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2318 in defface.
2319
2320 2006-04-21 Kim F. Storm <storm@cua.dk>
2321
2322 * image.el (image-type): New defun split out of create-image.
2323 (create-image): Use it.
2324
2325 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2326
2327 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2328 (org-open-at-point): Remove the "...done" message to keep output
2329 in the echo area visible.
2330 (org-export-as-xoxo): Fix call to `indent-region'.
2331
2332 2006-04-21 Kevin Ryde <user42@zip.com.au>
2333
2334 * international/mule.el (keyboard-coding-system): defcustom
2335 info-link fixes: "Specify Coding" has been split, keyboard now in
2336 "Terminal Coding", and "Single-Byte Character Support" is now
2337 "Unibyte Mode".
2338
2339 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2340
2341 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2342 Use font-lock-warning-face for any errors e.g. no stack.
2343 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2344
2345 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2346
2347 * progmodes/sh-script.el (sh-shell): Mark as safe.
2348
2349 * newcomment.el (comment-start, comment-start-skip)
2350 (comment-end-skip, comment-end): Mark as safe.
2351
2352 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2353
2354 * textmodes/org.el (org-deadline-announce): Face removed.
2355 (org-level-faces, org-n-levels): Convert to constant.
2356 (org-compatible-face): New function.
2357 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2358 (org-level-5, org-level-6, org-level-7, org-level-8)
2359 (org-special-keyword, org-warning, org-headline-done, org-link)
2360 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2361 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2362 Face definition revised for better color tty support.
2363 (org-bold-re, org-italic-re, org-underline-re): New constants.
2364 (org-set-font-lock-defaults): Use the new constants.
2365 (org-agenda-highlight-todo): New function.
2366 (org-agenda-todo): Fix bug with point at end of line.
2367 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2368 Fontify TODO keywords.
2369 (org-insert-link): Preserve relative path in ../ links.
2370 (org-export-as-html): Convert links pointing to .org files into
2371 links that will work beteen the exported HTML files.
2372 (org-todo-list): Fix bug when arg=0.
2373 (org-insert-heading): More fine-tuning.
2374
2375 2006-04-19 Romain Francoise <romain@orebokech.com>
2376
2377 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2378 from `rmail-mime-charset-pattern'.
2379
2380 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2381
2382 * progmodes/python.el (python-mode): Fix typo.
2383
2384 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2385
2386 * comint.el (comint-previous-input): Don't clobber input line
2387 when moving off either end of the input history ring.
2388 (comint-delete-input): New function, used by
2389 `comint-previous-input' and others.
2390 (comint-previous-matching-input):
2391 Use `coming-delete-input'. Save the partial input if leaving the
2392 edit line. Goto point-max before deleting input to avoid
2393 partial input fragments hanging around.
2394 (comint-restore-input): New function, used by `comint-previous-input'.
2395
2396 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2397
2398 * imenu.el (imenu--index-alist): Balance parentheses.
2399
2400 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2401
2402 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2403
2404 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2405
2406 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2407 file is nil.
2408
2409 2006-04-18 Richard Stallman <rms@gnu.org>
2410
2411 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2412
2413 * imenu.el (imenu-create-index-function, imenu--index-alist)
2414 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2415 (imenu-default-create-index-function, imenu--generic-function):
2416 Doc fixes.
2417
2418 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2419
2420 * help-mode.el (help-mode): Set view-exit-action to delete window.
2421
2422 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2423 now works by passing nil as arg.
2424
2425 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2426
2427 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2428 (read-abbrev-file): Provide default when reading filename.
2429
2430 * files.el (enable-local-variables): Allow :all as value.
2431 (hack-local-variables): Implement that value.
2432 (safe-local-variable-values, safe-local-eval-forms)
2433 (enable-local-variables): Mark as risky.
2434 (find-file-visit-truename, kept-old-versions): Mark safe.
2435
2436 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2437 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2438 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2439
2440 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2443 Use forward-line so as to get to BOL even in the presence of fields.
2444 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2445 in return.
2446 (inferior-tcl): Tell tclsh to work in interactive mode.
2447
2448 * complete.el (partial-completion-mode):
2449 Use 'choose-completion-string-functions to make sure that
2450 choose-completion fills the minibuffer properly.
2451
2452 * complete.el (PC-old-read-file-name-internal): Remove.
2453 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2454 of read-file-name-internal.
2455 (partial-completion-mode): Enable/disable this advice.
2456
2457 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2458
2459 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2460 of 2006-04-17.
2461
2462 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2463
2464 * textmodes/org.el (org-insert-heading): Insert heading before
2465 current if at beginning of line.
2466 (org-todo, org-date): New faces.
2467 (org-table-align): Make sure tooltip window contains full text.
2468 (org-no-properties): New defsubst.
2469 (org-set-font-lock-defaults): Use new faces.
2470
2471 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2472
2473 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2474 for root variables.
2475
2476 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2477 (gdb-frame-address): Re-use to identify frame for watch expression.
2478 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2479 variables.
2480 (gdb-init-1, gdb-source, gdb-post-prompt)
2481 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2482 (gdb-frame-handler): Get gdb-frame-address.
2483
2484 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2485
2486 Sync with Tramp 2.0.53.
2487
2488 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2489 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2490 (tramp-completion-file-name-handler): Add autoload cookie for
2491 adding to `file-name-handler-alist'.
2492
2493 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2494 the prompt. If it returns earlier (when detecting an error
2495 message), the rest of the output will merge accidently with the
2496 output of the next command. Reported by M Jared Finder
2497 <jared@hpalace.com>.
2498
2499 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2500 for `process-file', in order to let it work for older Emacsen too.
2501
2502 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2503
2504 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2505 (tex-font-lock-keywords-3): Use it.
2506
2507 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * newcomment.el (comment-add): New function.
2510 (comment-region-default, comment-dwim): Use it.
2511
2512 2006-04-15 Michael Olson <mwolson@gnu.org>
2513
2514 * emacs-lisp/tq.el: Improve comments.
2515 (tq-queue-head-question): New accessor function.
2516 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2517 Update for modified queue structure.
2518 (tq-queue-add): Accept `question' argument.
2519 (tq-queue-pop): If a question is pending, send it.
2520 (tq-enqueue): Accept new optional argument `delay-question'.
2521 If this is non-nil, and at least one other question is pending a
2522 response, queue the question rather than sending it immediately.
2523
2524 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2525
2526 * calendar/appt.el (appt-add): Check whether an appointment is
2527 already present in appt-time-msg-list. Simplify code.
2528
2529 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2530
2531 * progmodes/cc-langs.el (c-mode-menu):
2532 Don't presume c-subword-mode is bound.
2533
2534 2006-04-13 Bill Wohler <wohler@newt.com>
2535
2536 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2537 (customize-package-emacs-version): Use cdr instead of cadr now
2538 that alists use dotted pairs.
2539
2540 * custom.el (defcustom): Fix docstring for :package-version.
2541
2542 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2545 (tramp-handle-shell-command): Display output buffer only when
2546 `tramp-display-shell-command-buffer' is true.
2547 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2548
2549 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2550
2551 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2552 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2553
2554 2006-04-13 Romain Francoise <romain@orebokech.com>
2555
2556 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2557 leaving temporary .cvsignore buffers behind.
2558
2559 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2560
2561 * textmodes/org.el (org-set-regexps-and-options)
2562 (org-get-current-options): Better names for the startup folding
2563 options.
2564
2565 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2566
2567 * vc.el (vc-annotate): Arrange for point to end up at the same
2568 line number as in the original, but only when using a new buffer.
2569
2570 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2571
2572 * files.el (hack-one-local-variable-eval-safep):
2573 Recognize `edebug-form-spec' for `put', but only if it passes
2574 `edebug-basic-spec'. Generalize `put' handling.
2575
2576 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2577 vetting file-local form specs.
2578
2579 * allout.el (allout-layout): Autoload its `safe-local-variable'
2580 property.
2581
2582 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2583
2584 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2585 (org-agenda-mouse-1-follows-link)
2586 (org-mouse-1-follows-link): New options.
2587 (org-format-agenda-item): Fix bug if TAGS is nil.
2588 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2589
2590 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2591
2592 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2593 GDB 6.1+ gives full filename for "info sources" so use
2594 file-name-nondirectory.
2595
2596 2006-04-12 Romain Francoise <romain@orebokech.com>
2597
2598 * subr.el (read-passwd): Bind `message-log-max' to nil.
2599
2600 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * progmodes/perl-mode.el (perl-indent-new-calculate):
2603 Recompute parse-start after jumping backward by a whole sexp.
2604
2605 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2608 window configuration.
2609 (vc-annotate-display-select): Select the buffer so that current-buffer
2610 (and selected-window) is the output buffer at the end of vc-annotate.
2611
2612 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2613
2614 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2615 8-color terminals, to use all of the colors in a sensible order.
2616 256-color terminals work well with the standard map.
2617 (vc-annotate-lines): Only strip the first color character if it
2618 is "#", to allow for terminal-style named colors.
2619 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2620 the correct buffer is scrolled.
2621
2622 2006-04-11 Richard Stallman <rms@gnu.org>
2623
2624 * emacs-lisp/bytecomp.el (byte-compile-file):
2625 Bind enable-local-variables to :safe, and make normal-mode obey it.
2626
2627 * files.el (enable-local-variables): Allow value :safe.
2628 (normal-mode): Doc fix.
2629 (hack-local-variables): Implement enable-local-variables = :safe.
2630 (hack-local-variables-confirm): Don't prevent quitting.
2631
2632 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * loadhist.el (unload-feature): A bit of sanity check of
2635 load-history entries. Cancel timer-vars before unbinding them.
2636
2637 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2638 quote special chars, and make the trick work on the hex part of the
2639 buffer as well.
2640 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2641 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2642
2643 * startup.el (normal-splash-screen): Fix last change so we don't wait
2644 2 minutes if we don't show the splash screen.
2645
2646 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2647
2648 * textmodes/org.el (org-export-plain-list-max-depth)
2649 (org-table-spaces-around-separators)
2650 (org-radio-targets, org-activate-camels)
2651 (org-table-spaces-around-invisible-separators): Options removed.
2652 (org-time-stamp-rounding-minutes, org-remember-templates)
2653 (org-ellipsis, org-activate-links, org-descriptive-links):
2654 New options.
2655 (org-remember-apply-template, org-current-time)
2656 (org-finish-edit-table-field)
2657 (org-link-unescape, org-link-escape)
2658 (org-string-width, org-table-clean-line, org-html-do-expand)
2659 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2660 (org-read-agenda-file-list): New functions.
2661 (org-table-edit-field)
2662 (org-table-create-or-convert-from-region): New commands
2663 (org-table-toggle-vline-visibility): Command removed.
2664 (org-table-convert-region): Made a command.
2665 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2666 Replace with the normal org- functions.
2667 (org-self-insert-command): Don't trigger realign unnecessarily
2668 when blanking a field that is not full.
2669 (org-mode): `Set buffer-invisibility-spec' for links.
2670 (org-activate-links2): Hide link part and only show descriptive
2671 part of the link.
2672 (org-insert-link): Modify for new linking system.
2673 (org-store-link): Store description separately, for use by
2674 `org-insert-link'.
2675 (org-table-align): Use `org-string-width'.
2676 (defgroup): Completely new group structure for custom variables.
2677 (org-agenda-files): Option: Single file name allowed. Function:
2678 Optional argument unrestrited means ignore any restricitons.
2679 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2680 trying to modify the menu. Use generalized access to
2681 `org-agenda-files.'
2682 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2683 (org-agenda-file-to-front, org-remove-file, org-diary)
2684 (org-tags-view, org-export-icalendar-all-agenda-files)
2685 (org-export-icalendar-combine-agenda-files): Use generalized
2686 access to `org-agenda-files'.
2687 (org-remember-handler): Correctly preserve heading if present.
2688 (org-table-insert-row, org-table-insert-hline): Deal with
2689 invisible characters.
2690
2691 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2692
2693 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2694 (vc-annotate-color-map): New 18 element constant
2695 value/saturation, rotating hue colormap, from red->blue.
2696 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2697 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2698 (vc-annotate): To avoid killing the required local variables,
2699 set them before the end of `with-output-to-temp-buffer', and
2700 after first switching to annotate-mode.
2701 (vc-annotate-warp-version): Add buffer argument in goto-line to
2702 ensure annotation, not source, is scrolled.
2703
2704 2006-04-10 Bill Wohler <wohler@newt.com>
2705
2706 * custom.el (defcustom, custom-handle-keyword):
2707 Add :package-version keyword.
2708 (custom-add-package-version): New function. Sets value of new
2709 property 'custom-package-version from :package-version keyword.
2710 (defcustom): Create Common Keywords section in docstring.
2711 (defface, defgroup): Replace definitions of a select few keywords
2712 with a reference to the Common Keywords in defcustom.
2713 (defcustom, defface, defgroup): Replace reference to Customization
2714 chapter in manual with hyperlink.
2715
2716 * cus-edit.el (customize-package-emacs-version-alist):
2717 New variable.
2718 (customize-changed-options): Add check for custom-package-version.
2719 (customize-package-emacs-version): New function to look up Emacs
2720 version corresponding to the given package version.
2721
2722 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2723 defun name, in similar fashion to find-variable-regexp.
2724
2725 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2726
2727 * international/mule-cmds.el (set-locale-environment): Fix last
2728 change for when the locale's preferences don't specify any encoding.
2729
2730 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2733 so the defined var/fun doesn't need to be quoted.
2734
2735 2006-04-10 Richard Stallman <rms@gnu.org>
2736
2737 * finder.el (finder-mode-map): Add n and p bindings.
2738
2739 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2740
2741 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2742 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2743 (gdb-setup-windows): Put something in source window if we can't find
2744 the source file.
2745 (gdb-frame-handler): Make it work again with just assembly.
2746 (gdb-data-list-register-values-handler): Make it work when there is
2747 no stack.
2748
2749 2006-04-09 Richard Stallman <rms@gnu.org>
2750
2751 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2752 specs while looking for charset.
2753
2754 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2755
2756 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2757 Make them faces.
2758 (lm-font-lock-keywords): Update appropriately.
2759
2760 2006-04-10 Kim F. Storm <storm@cua.dk>
2761
2762 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2763 it can also replace buffer-substring-no-properties.
2764
2765 * emulation/cua-base.el (cua-delete-region, cua-paste)
2766 (cua-repeat-replace-region): Use filter-buffer-substring.
2767
2768 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2769 (cua-cut-region-to-global-mark): Likewise.
2770
2771 * emulation/cua-rect.el (cua--extract-rectangle)
2772 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2773
2774 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2775
2776 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2777 entry-type. Add field delimiters to numerical fields if they are
2778 not present.
2779
2780 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2781
2782 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2783 string-const to return value.
2784 (bibtex-remove-delimiters): Use it.
2785
2786 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2789 cl-byte-compile-compiler-macro unless it exists.
2790
2791 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2792
2793 * files.el (hack-local-variables-confirm) <offer-save>:
2794 Clarify message text. Suggested by Ralf Angeli.
2795
2796 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2797
2798 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2799 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2800 instead of `buffer-substring' and `delete-region'. (Most of the
2801 code actually copied from `kill-region'.)
2802
2803 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2804
2805 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2806 (rcirc-default-port): Rename from rcirc-port.
2807 (rcirc-default-nick): Rename from rcirc-nick.
2808 (rcirc-default-user-name): Rename from rcirc-user-name.
2809 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2810 (rcirc-low-priority-flag): New variable.
2811 (rcirc-decode-coding-system): New defcustom.
2812 (rcirc-encode-coding-system): New defcustom.
2813 (rcirc-coding-system-alist): New defcustom.
2814 (rcirc-multiline-major-mode): New defcustom.
2815 (rcirc-nick): New internal variable.
2816 (rcirc-process): Remove variable.
2817 (rcirc-server-buffer): New variable.
2818 (rcirc): Update to use rcirc-default-* variables above.
2819 (rcirc-connect): Do not add window-configuration-hook-here.
2820 (rcirc-server): New internal variable.
2821 (rcirc-connect): Do not send keepalive pings if
2822 rcirc-keepalive-seconds is nil.
2823 (with-rcirc-server-buffer): New macro.
2824 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2825 (rcirc-server-name): Rename from rcirc-server.
2826 (rcirc-buffer-process): New function.
2827 (rcirc-buffer-nick): New function.
2828 (rcirc-buffer-target): Remove function.
2829 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2830 New commands.
2831 (rcirc-mode-map): Change binding of C-c C-l to
2832 rcirc-toggle-low-priority.
2833 (rcirc-mode): Initialize coding system based on
2834 rcirc-coding-system-alist. New change-major-mode-hook to part the
2835 channel on a mode change. Make kill-buffer-hook buffer-local.
2836 (rcirc-change-major-mode-hook): New function.
2837 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2838 (rcirc-last-post-time): New variable.
2839 (rcirc-process-message): Store the last time user posted a message
2840 to this target.
2841 (rcirc-multiline-minor-mode): New mode.
2842 (rcirc-multiline-minor-mode-map): New mode map.
2843 (rcirc-edit-multiline): Put multiline-edit buffer in
2844 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2845 (rcirc-print): Ignore any line starting with an ignored nick.
2846 (rcirc-print): Decode using rcirc-decode-coding-system.
2847 (rcirc-track-minor-mode): Update global-mode-string when disabling
2848 this mode.
2849 (minor-mode-alist): Add LowPri indicator.
2850 (rcirc-toggle-low-priority): New function.
2851 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2852 next lowpriority buffer with activity.
2853 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2854 last time the user posted a message in to the target.
2855 (rcirc-update-activity-string): New formatting for low priority
2856 buffers.
2857 (rcirc-split-activity): New function.
2858 (rcirc-handler-PART, rcirc-handler-KICK)
2859 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2860 (rcirc-nick-away-alist): New variable.
2861 (rcirc-handler-301): New handler. Away messages are printed once
2862 per change.
2863
2864 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2865
2866 * info.el (Info-follow-nearest-node): Doc fix.
2867
2868 * international/mule-cmds.el (set-locale-environment): Make sure
2869 the coding-system preferred by the locale's language has the same
2870 EOL conversion type as the original buffer-file-coding-system.
2871 (locale-language-names): Add a few MS Windows language codes.
2872
2873 2006-04-07 Richard Stallman <rms@gnu.org>
2874
2875 * simple.el (eval-expression): Doc fix.
2876
2877 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2878 (eval-defun): Doc fixes.
2879
2880 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2881
2882 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2883
2884 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2885
2886 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2887 GDB list command without argument for greater generality.
2888
2889 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2890
2891 * subr.el (string-or-null-p): New function.
2892
2893 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2894
2895 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2896
2897 * files.el: Update comment about safe-local-variable declarations.
2898
2899 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2900
2901 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2902 See idlwave.org.
2903
2904 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2905 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2906
2907 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2908 See idlwave.org.
2909
2910 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2911 version 6.0 (minimal changes). See idlwave.org.
2912
2913 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2914 6.0 (minimal changes). See idlwave.org.
2915
2916 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2917
2918 2006-04-06 Romain Francoise <romain@orebokech.com>
2919
2920 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2921 symmetric encryption features and a new asynchronous interface to
2922 GnuPG. This new version is version 1.4, plus whitespace changes.
2923
2924 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2925
2926 * files.el: Move some `safe-local-variable' declarations to the
2927 respective files.
2928
2929 * textmodes/ispell.el (ispell-check-comments)
2930 (ispell-local-dictionary): Mark as safe.
2931
2932 * abbrev.el (abbrev-mode): Mark as safe.
2933
2934 * add-log.el (change-log-default-name): Mark as safe.
2935
2936 * textmodes/reftex-vars.el (reftex-vref-is-default)
2937 (reftex-fref-is-default, reftex-level-indent)
2938 (reftex-guess-label-type): Mark as safe.
2939
2940 * textmodes/fill.el (colon-double-space): Mark as safe.
2941
2942 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2943 (sentence-end-double-space, sentence-end-without-period)
2944 (sentence-end-without-space, sentence-end, sentence-end-base)
2945 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2946
2947 2006-04-06 Kim F. Storm <storm@cua.dk>
2948
2949 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2950 the :set-after list.
2951 (ido-downcase-unc-hosts): New user option. Default on.
2952 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2953 when it is set, as regexps are now applied on the fly.
2954 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2955 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2956 on the fly, but only when ido-process-ignore-lists is set.
2957 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2958 Only downcase names if ido-downcase-unc-hosts is set.
2959
2960 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2963
2964 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2965
2966 2006-04-05 Kim F. Storm <storm@cua.dk>
2967
2968 * ido.el (ido-mode): Set after ido-unc-hosts and
2969 ido-ignore-unc-host-regexps.
2970 (ido-save-history): Save ido-unc-hosts-cache.
2971 (ido-load-history): Load ido-unc-hosts-cache.
2972 (ido-reread-directory): Refresh unc hosts cache in // dir.
2973
2974 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2975 to nil while displaying slash screen.
2976
2977 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2978
2979 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2980 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2981
2982 2006-04-05 Kenichi Handa <handa@m17n.org>
2983
2984 * international/characters.el: Setup cases of Latin, Greek, and
2985 Cyrillic characters in CJK charsets.
2986
2987 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2988
2989 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2990 default-enable-multibyte-characters. This reverts the change from
2991 revision 6.17 which is no longer necessary because the passphrase
2992 is sent separately now. GnuPG messages are unreadable under
2993 multibyte locales with default-enable-multibyte-characters set to nil.
2994
2995 2006-04-04 Andreas Schwab <schwab@suse.de>
2996
2997 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2998 and `byte-compile-warnings' as `safe-local-variable'.
2999
3000 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3001
3002 * man.el (Man-mode-map): Restore the \r binding.
3003 (Man-abstract-xref-man-page): If Man-target-string is a function,
3004 call it.
3005 (Man-highlight-references): Use Man-default-man-entry to get the
3006 target. Deal with xrefs too.
3007 (Man-highlight-references0): Don't call the target function.
3008
3009 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3010 cannot deal with it.
3011
3012 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3013
3014 * pgg-gpg.el: Clean up process buffers every time gpg processes
3015 complete.
3016
3017 2006-04-04 Kenichi Handa <handa@m17n.org>
3018
3019 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3020 here.
3021 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3022 Temporarily bind inhibit-field-text-motion to t.
3023
3024 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * startup.el (normal-splash-screen): Only set mode-line-format in the
3027 splash buffer, so as not to interfere when debugging the code.
3028 Ignore errors when switching buffer.
3029
3030 2006-04-03 Romain Francoise <romain@orebokech.com>
3031
3032 * dired.el (dired-dnd-protocol-alist): Fix typo.
3033
3034 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3035
3036 * savehist.el (savehist): Add :version.
3037 (savehist-ignored-variables): New variable.
3038 (savehist-minibuffer-hook): Don't save variables listed in
3039 `savehist-ignored-variables'.
3040
3041 * dired.el (dired-dnd-protocol-alist): Mention that change does
3042 only apply to new buffers in doc string.
3043
3044 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3045
3046 * recentf.el (recentf-open-files-item): Include newline in button
3047 field, so opening a file will work, when the point is at the end
3048 of the file name. Allow, for example, to [i]search a file by
3049 extension and just push RET to open it.
3050
3051 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3052
3053 * pgg-gpg.el (pgg-gpg-process-filter)
3054 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3055
3056 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3057 lines, temporary fix.
3058
3059 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3060
3061 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3062
3063 2006-04-02 Richard Stallman <rms@gnu.org>
3064
3065 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3066
3067 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3068
3069 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3070 header-mouse-map.
3071
3072 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3073 (ibuffer-mode-header-map): New keymaps.
3074 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3075 and keybindings for column headers.
3076 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3077 property.
3078
3079 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3080
3081 * speedbar.el (speedbar-after-create-hook): Doc fix.
3082
3083 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3084
3085 * shell.el (shell-directory-tracker)
3086 (shell-dynamic-complete-command): Doc fixes.
3087
3088 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3089
3090 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3091 terminals.
3092
3093 2006-04-01 Kim F. Storm <storm@cua.dk>
3094
3095 * ido.el (ido-unc-hosts-cache): New defvar.
3096 (ido-unc-hosts): If value of defcustom is a function, call it to
3097 get list of UNC hosts. Add function-item choices to specify
3098 ido-unc-hosts-net-view or user function.
3099 (ido-ignore-unc-host-regexps): New defcustom.
3100 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3101 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3102 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3103
3104 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3107 wwidth.
3108
3109 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3110
3111 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3112 (ido-max-work-file-list, ido-switch-buffer)
3113 (ido-read-file-name-as-directory-commands):
3114 Fix typos in docstrings.
3115
3116 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3117
3118 * term/mac-win.el (mac-system-coding-system): Define and use after
3119 Mac-specific coding systems are ready.
3120
3121 2006-03-27 Romain Francoise <romain@orebokech.com>
3122
3123 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3124
3125 * ldefs-boot.el: Update.
3126
3127 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3128
3129 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3130 passphrases when it is not needed.
3131 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3132 passphrase stuff from gpg, should only be necessary when you use
3133 gpg with a smartcard.
3134
3135 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3136
3137 * comint.el (comint-dynamic-list-completions): Allow user to
3138 select *Completions* buffer.
3139
3140 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3141
3142 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3143
3144 2006-03-26 Andreas Schwab <schwab@suse.de>
3145
3146 * progmodes/gud.el (gdb): Only complain about multiple debugging
3147 when the gdb process is still running.
3148
3149 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3150
3151 * mail/rmail.el (tool-bar-map): Defvar it.
3152 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3153 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3154
3155 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3156
3157 * help.el (print-help-return-message): Suggest to use
3158 display-buffer instead of switch-to-buffer-other-window to restore
3159 the previous window without selecting it.
3160
3161 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3162
3163 * frame.el (select-frame-by-name): Call x-focus-frame also when
3164 window-system is mac.
3165
3166 * term/mac-win.el: Adjust Courier font specifications in
3167 x-fixed-font-alist.
3168 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3169 when directly encoding to UTF-16 in native byte order, no BOM.
3170
3171 2006-03-25 Kim F. Storm <storm@cua.dk>
3172
3173 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3174 (cua--init-keymaps): Use it instead of fixed C-return.
3175 (cua-mode): Set after it.
3176
3177 * emulation/cua-rect.el (cua--init-rectangles):
3178 Use cua-rectangle-mark-key instead of fixed C-return.
3179
3180 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3181
3182 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3183 "run" in .gdbinit.
3184 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3185
3186 2006-03-24 Romain Francoise <romain@orebokech.com>
3187
3188 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3189 `display-buffer-other-frame'.
3190
3191 2006-03-24 Kim F. Storm <storm@cua.dk>
3192
3193 * apropos.el (apropos-synonyms): Add selection => region.
3194
3195 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3196
3197 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3198 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3199 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3200 (gdb-data-list-register-values-regexp)
3201 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3202 Future proof against new fields being added to MI output.
3203 (gdb-send): Don't treat backslashes for program input as
3204 continuations.
3205 (gdb-assembler-handler): Don't use window-start for this handler.
3206 (gdb-frame-handler): Don't change to hollow arrow if overlay
3207 arrow doesn't move to new frame.
3208
3209 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3210
3211 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3212 prevent compiler warnings.
3213 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3214 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3215 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3216 buffer too.
3217
3218 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3219
3220 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3221 make-network-process, so we can use the same code in Gnus v5-10
3222 too and have this file fully synchronized with that release.
3223
3224 2006-03-23 Romain Francoise <romain@orebokech.com>
3225
3226 * ibuf-ext.el (ibuffer-read-filter-group-name):
3227 Use `ibuffer-generate-filter-groups' to make completion list match
3228 the filter groups that are really displayed in the Ibuffer buffer.
3229 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3230
3231 2006-03-23 Kenichi Handa <handa@m17n.org>
3232
3233 * international/mule-cmds.el (sort-coding-systems): Describe that
3234 the argument is modified in docstring.
3235
3236 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3237
3238 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3239 (pgg-gpg-update-agent): New function.
3240 (pgg-gpg-use-agent-p): New function.
3241 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3242 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3243 (pgg-gpg-sign-region): Use it.
3244
3245 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * cus-edit.el (custom-face-set): Call custom-push-theme before
3248 face-spec set so that `changed' theme is correctly saved.
3249 (custom-face-reset-standard): Reset to recalculated face rather
3250 than defface spec.
3251
3252 * custom.el (custom-push-theme): Only save `changed' theme if the
3253 current face does not match the defface specs.
3254
3255 2006-03-21 Simon Josefsson <jas@extundo.com>
3256
3257 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3258 <wilde@sha-bang.de>.
3259 (pgg-gpg-use-agent): New variable.
3260 (pgg-gpg-process-region): Use it.
3261 (pgg-gpg-encrypt-region): Likewise.
3262 (pgg-gpg-encrypt-symmetric-region): Likewise.
3263 (pgg-gpg-decrypt-region): Likewise.
3264 (pgg-gpg-sign-region): Likewise.
3265 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3266
3267 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3268
3269 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3270 bracket links.
3271
3272 2006-03-21 Kim F. Storm <storm@cua.dk>
3273
3274 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3275 fringe-indicator-alist instead of modifying global value.
3276 (gdb-frame-handler): Likewise.
3277
3278 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3279
3280 * diff-mode.el (diff-function): Make it inherit from diff-header
3281 instead of diff-context.
3282
3283 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3284 bitmap.
3285 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3286 change names in macro above for consistency.
3287 (gdb-frame-handler): Use hollow-right-triangle for all selected
3288 frames which except the innermost (where execution has stopped).
3289 (gdb-reset): Reset buffer-local values of overlay-arrow.
3290
3291 2006-03-20 Richard Stallman <rms@gnu.org>
3292
3293 * simple.el (set-mark-command): Doc fix.
3294
3295 * files.el (display-buffer-other-frame): New command.
3296 (ctl-x-4-map): Bind C-x 5 C-o to it.
3297
3298 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3301 rather than just defer-time, in case defer-time has been changed but
3302 the timer isn't running yet.
3303 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3304
3305 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3306
3307 * help-mode.el (help-follow-symbol): New function.
3308 Essentially identical to the old `help-follow', but do not let
3309 `push-button' do the work when on an xref.
3310 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3311
3312 2006-03-19 Richard Stallman <rms@gnu.org>
3313
3314 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3315 preceded by the word `program'.
3316 (help-follow-mouse, help-follow): Throw error if not on xref.
3317 Delete no longer used args.
3318
3319 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3320
3321 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3322 annotation ensure gud-overlay-arrow-position is redisplayed.
3323
3324 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3325
3326 * textmodes/bibtex.el (bibtex-include-OPTkey)
3327 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3328 (bibtex-autokey-name-case-convert)
3329 (bibtex-autokey-titleword-case-convert): Make these the aliases
3330 for the following two variables.
3331 (bibtex-autokey-name-case-convert-function)
3332 (bibtex-autokey-titleword-case-convert-function): Make these the
3333 real names.
3334 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3335 bibtex-font-lock-crossref sublists.
3336 (bibtex-mode): Revert 2005-12-30 change (which made
3337 completion-ignore-case buffer-local).
3338 (bibtex-url): Simplify.
3339
3340 2006-03-19 Kim F. Storm <storm@cua.dk>
3341
3342 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3343 cursor property value to 2 (to align with C level change).
3344
3345 2006-03-19 Bill Wohler <wohler@newt.com>
3346
3347 * image.el (image-load-path-for-library): Shorten first line in
3348 docstring.
3349
3350 2006-03-18 Richard Stallman <rms@gnu.org>
3351
3352 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3353
3354 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3355
3356 * isearch.el (isearch-other-meta-char): Handle user bindings for
3357 shifted control characters.
3358
3359 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3360
3361 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3362 part that matches email addresses, file names, etc.
3363
3364 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3365
3366 * term/w32-win.el (mouse-set-font):
3367 Mention w32-list-proportional-fonts in the doc string.
3368
3369 2006-03-18 Kim F. Storm <storm@cua.dk>
3370
3371 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3372 (ido-unc-hosts): New user option to explicitly define list of know
3373 UNC-style hosts for completion.
3374 (ido-cache-unc-host-shares-time): New user option.
3375 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3376 New helper functions for UNC file-name support.
3377 (ido-may-cache-directory): Check for UNC host. Simplify.
3378 (ido-wash-history): Clean out old UNC hosts.
3379 (ido-nonreadable-directory-p): UNC hosts are always readable.
3380 (ido-directory-too-big-p): UNC hosts are never too big.
3381 (ido-set-current-directory): Handle UNC root path.
3382 (ido-file-name-all-completions): Complete UNC host names from
3383 ido-unc-hosts list. Cache UNC host shares.
3384 (ido-make-file-list-1): Don't filter UNC root.
3385 (ido-exhibit): Check for // in root directory, and switch to UNC
3386 mode by setting ido-current-directory to //.
3387
3388 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3389
3390 * cus-edit.el (customize-changed-options): Mention explicit
3391 version number as default in prompt.
3392
3393 2006-03-17 Bill Wohler <wohler@newt.com>
3394
3395 * image.el (image-load-path-for-library): Minor docstring fix.
3396
3397 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3398
3399 * textmodes/org.el (org-read-date): Include subgroup 5 into
3400 replacement text.
3401 (org-popup-calendar-for-date-prompt): Fix customization type.
3402
3403 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3404
3405 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3406 (gdb-continuation): New variable.
3407 (gdb-send): Deal with continuation lines.
3408
3409 * progmodes/gud.el (gud-gdb-complete-command)
3410 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3411 expressions.
3412 (gud-tooltip-mode): Use buffer-local value.
3413
3414 2006-03-16 Kim F. Storm <storm@cua.dk>
3415
3416 * ido.el (ido-edit-input): Use selected match, if any.
3417
3418 2006-03-16 Bill Wohler <wohler@newt.com>
3419
3420 * image.el (image-load-path-for-library): Prefer user's images in
3421 image-load-path.
3422
3423 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3424
3425 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3426 when checking for attempt to drag leftmost or rightmost scrollbar.
3427
3428 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3429
3430 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3431 (gdb-force-mode-line-update): New function.
3432 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3433 (gdb-exited): Use them.
3434 (gdb-signal): New function.
3435 (gdb-annotation-rules): Provide a rule for it.
3436
3437 2006-03-16 Kenichi Handa <handa@m17n.org>
3438
3439 * international/mule.el (auto-coding-regexp-alist): Add entries
3440 for Unicode BOM.
3441
3442 * sort.el (sort-build-lists): Temporarily bind
3443 inhibit-field-text-motion to t.
3444
3445 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3446
3447 * locate.el (locate-command, locate-make-command-line)
3448 (locate-fcodes-file, locate-update-command)
3449 (locate-prompt-for-command, locate, locate-with-filter)
3450 (locate-get-file-positions): Doc fixes.
3451 (locate-buffer-name, locate-header-face): Remove leading `*' in
3452 defcustom.
3453 (locate-filter-output): Use `keep-lines' instead of its alias
3454 `delete-non-matching-lines'.
3455 (locate-get-filename, locate-get-dirname): Add introductory comment.
3456 (locate-find-directory-other-window): Give appropriate error
3457 message if used outside main listing.
3458
3459 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3460
3461 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3462 the new extend-region feature.
3463 (font-lock-after-change-function): Update correspondingly.
3464 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3465 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3466
3467 2006-03-15 Bill Wohler <wohler@newt.com>
3468
3469 * image.el (image-load-path-for-library): Fix example by not
3470 recommending that one binds image-load-path. Just defvar it to
3471 placate compiler and only use it if previously defined.
3472
3473 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3474
3475 * textmodes/org.el (org-insert-centered): Use `string-width' to
3476 make underlining work for wide characters.
3477 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3478 TAB to `org-cycle', to make sure that no binding in
3479 `outline-mode-map' can supercede it.
3480
3481 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3482
3483 * allout.el: Increment version to 2.2.1 in file commentary.
3484
3485 (allout-version): Increment to 2.2.1.
3486
3487 (allout-default-layout): New customization variable, used when the
3488 file lacks a specific allout-layout. Uses allout-layout-type for
3489 recursively nested definition.
3490
3491 (allout-layout-type): Widget defining allout layouts, necessary for
3492 self-recursive definition.
3493
3494 (allout-mode): Incorporate allout-default-layout as fallback for
3495 allout-layout.
3496
3497 (allout-layout): Mark as 'safe-local-variable', and refer mention
3498 fallback to `allout-default-layout' in absence of a specified value.
3499 (allout-passphrase-verifier-string)
3500 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3501
3502 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3503
3504 (allout-get-encryption-passphrase-verifier): Use correct name of
3505 passphrase verifier in docstring.
3506
3507 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3508
3509 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3510 elements.
3511 (gdb-find-watch-expression): Make it work for arrays too.
3512 Follow change to gdb-var-list.
3513 (gud-watch): Allow the user to enter variable name with a prexix
3514 arg. Create keybindings.
3515 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3516 (gdb-var-list-children-handler, gdb-var-update-handler)
3517 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3518 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3519 Follow change to gdb-var-list.
3520 (gdb-starting): Don't show the overlay arrows when program is running.
3521
3522 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3523 gdb-var-list.
3524
3525 2006-03-14 Bill Wohler <wohler@newt.com>
3526
3527 * image.el (image-load-path-for-library): Pass value of path
3528 rather than symbol. Always return list of directories.
3529 Guarantee that image directory comes first.
3530
3531 2006-03-14 Alan Mackenzie <acm@muc.de>
3532
3533 * font-core.el (font-lock-extend-region\(-function\)?.):
3534 New function/variable.
3535
3536 * font-lock.el (font-lock-after-change-function):
3537 Call font-lock-extend-region. Obey font-lock-lines-before.
3538 (font-lock-default-fontify-region): Remove reference to
3539 font-lock-lines-before.
3540
3541 * jit-lock.el (jit-lock-after-change):
3542 Call font-lock-extend-region. Obey font-lock-lines-before.
3543
3544 2006-03-14 David Ponce <david@dponce.com>
3545
3546 * tree-widget.el (tree-widget-themes-load-path)
3547 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3548
3549 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3550
3551 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3552 (rcirc-print): Mark the start of text at the end of the prompt.
3553 (rcirc-track-minor-mode): Add autoload cookie.
3554 (rcirc-update-activity-string): Add space to front of mode-line
3555 indicator.
3556
3557 2006-03-13 Miles Bader <miles@gnu.org>
3558
3559 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3560 (rcirc-abbrev-nick): Remove function.
3561 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3562
3563 2006-03-13 David Ponce <david@dponce.com>
3564
3565 * tree-widget.el: Handle themes across all occurrences of the main
3566 themes sub-directory found in tree-widget-themes-load-path.
3567 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3568 (tree-widget--locate-sub-directory): Return all occurrences.
3569 (tree-widget-themes-path): New function.
3570 Replace tree-widget-themes-directory, and return a list of directories.
3571 (tree-widget-set-parent-theme)
3572 (tree-widget-lookup-image): Use it.
3573
3574 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3575
3576 * textmodes/org.el (org-link-search): Avoid self-matching of
3577 links, allow target text to be distributed over several lines.
3578 (org-search-not-link): New function.
3579 (org-set-regexps-and-options, org-get-current-options):
3580 New startup options.
3581 (org-export-as-html): Take odd-level setting from local variable.
3582 (org-fontify-emphasized-text): New option.
3583 (org-set-font-lock-defaults): Include emphasized text.
3584 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3585 (org-font-lock): Customize group renamed from `org-faces'.
3586
3587 2006-03-13 John Paul Wallington <jpw@pobox.com>
3588
3589 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3590 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3591
3592 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3593
3594 * cus-start.el (all): Delete :version keyword for members of the
3595 fringe group, since the entire group is new in 22.1.
3596
3597 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3598
3599 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3600 map if value is hexadecimal (an address).
3601 (gud-watch): Only search roots for existing watch expressions.
3602 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3603 prevent caching problems with speedbar-update-directory-contents.
3604
3605 2006-03-12 Juri Linkov <juri@jurta.org>
3606
3607 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3608 before comparing with `low' and `warn'.
3609
3610 * info.el (Info-dir-remove-duplicates): Move point to the
3611 beginning of the current line after deleting the entries from
3612 redundant heading. Use marker for `limit' and compare it with
3613 point before calling `re-search-forward'.
3614
3615 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3616
3617 * simple.el (yank): Fix typo in docstring.
3618
3619 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3620
3621 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3622 messages, where "D" is the 6th character.
3623
3624 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3625
3626 * simple.el (yank): Fix last change.
3627
3628 2006-03-11 David Ponce <david@dponce.com>
3629
3630 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3631 merging elements from the standard ispell-dictionary-alist.
3632 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3633 alist, and return the new alist.
3634
3635 2006-03-11 Richard Stallman <rms@gnu.org>
3636
3637 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3638
3639 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3640 the way it is implemented is too unclean.
3641
3642 * simple.el (kill-region, yank): Doc fix.
3643
3644 * battery.el (battery-echo-area-format): Doc fix.
3645 (battery-mode-line-format): Likewise.
3646 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3647 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3648
3649 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3650
3651 * progmodes/octave-mod.el (octave-indent-for-comment):
3652 Behave according to do string.
3653
3654 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3655
3656 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3657 Be visible only if major mode is Mail Mode.
3658
3659 * textmodes/flyspell.el (flyspell-external-point-words)
3660 (flyspell-process-localwords): Fix last changes.
3661
3662 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3663
3664 * calendar/holidays.el (list-holidays): Doc fix.
3665
3666 * international/mule.el (auto-coding-alist): Add .odt
3667 (OpenOffice's open document) files.
3668
3669 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3670 document) files. Mention in the doc string the need to sync with
3671 auto-coding-alist.
3672
3673 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3676 enable-local-variables is set to always query, or there is no
3677 savable variable.
3678
3679 2006-03-10 Bill Wohler <wohler@newt.com>
3680
3681 * image.el (image-load-path-for-library): Merge at least three
3682 functions from Gnus and MH-E into this one function that can now
3683 be shared.
3684
3685 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3686
3687 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3688 gdb-remove-mouse-face and remove help-echo too.
3689 (gdb-enqueue-input): Correct conditional clause.
3690
3691 2006-03-10 Glenn Morris <rgm@gnu.org>
3692
3693 * calendar/calendar.el (calendar-holidays): Doc fix.
3694 * calendar/holidays.el (list-holidays): Doc fix.
3695
3696 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3697
3698 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3699 it gets called in gdb-prompt anyway.
3700 (gdb-use-separate-io-buffer): Only restore window arrangement for
3701 gdb-many-windows.
3702 (gdb-enqueue-input): Make it harder to send GDB input when program
3703 is running.
3704 (gdb-buffer-list): New variable.
3705 (gdb-remove-mouse-face): New function.
3706 (gdb-starting): Use it when GDB input won't get sent.
3707
3708 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * help.el (view-lossage): Remove trailing whitespace before
3711 inserting "\n".
3712
3713 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * files.el (hack-local-variables-confirm):
3716 Set coding-system-for-read to nil before writing to .emacs.
3717
3718 * arc-mode.el (archive-extract): Check if an existing buffer name
3719 comes from a different archive.
3720
3721 * help.el (describe-key-briefly): If KEY is a down event, read and
3722 discard the up event.
3723
3724 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3725
3726 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3727 be edited and use font-lock-warning-face for any changes.
3728
3729 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3730 (gdb-edit-value): Use it to report any errors.
3731
3732 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3733
3734 * help.el (describe-key): Remove leftover test code.
3735
3736 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3737
3738 * textmodes/org.el: Move defvars out of eval-when-compile.
3739 Use buffer-file-name variable.
3740 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3741 arg `file'.
3742 (org-level-faces): Remove startup dependency.
3743 (org-cycle, org-map-tree, org-scan-tags)
3744 (org-remember-handler): Don't call `outline-level' directly.
3745 (org-mhe-search-all-folders): New option.
3746 (org-mhe-get-message-folder-from-index)
3747 (org-mhe-get-message-folder): Fix indexing search.
3748 (org-format-agenda-item): Handle nil TAGS argument.
3749 (org-cleaned-string-for-export, org-activate-target-links)
3750 (org-make-target-link-regexp): Deal with empty radio target list.
3751 (org-tag): New face.
3752 (org-get-level-face): New function.
3753 (org-set-font-lock-defaults): Simplify setup for headlines.
3754 (org-complete): Pass common substring to `display-completion-list'.
3755
3756 2006-03-06 David Ponce <david@dponce.com>
3757
3758 * tree-widget.el: Update Commentary header.
3759 (tree-widget-theme-name): Ignore parent themes.
3760 (tree-widget-set-parent-theme): New function.
3761 (tree-widget-set-theme): Use it.
3762 (tree-widget-set-image-properties): Move definition. Does nothing
3763 if image properties have already been set.
3764 (tree-widget-image-properties): Move definition. Receive an image
3765 name. Set the :pointer property.
3766 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3767 Don't set the :pointer image property.
3768 (tree-widget-convert-widget): New function. Handle :dynargs
3769 compatibility here.
3770 (tree-widget): Use it to :convert-widget. Add the :expander-p
3771 predicate to control when the :expander function is entered.
3772 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3773 (tree-widget-value-create): Handle :expander-p. widget-apply
3774 :expander.
3775 (tree-widget-expander-p): New function. Default value of the
3776 :expander-p property.
3777
3778 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * help.el (describe-key): Properly handle the return value of
3781 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3782 remaps. Handle string and vector `follow-link' values.
3783
3784 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * complete.el (PC-expand-many-files): Try be more careful when parsing
3787 the shell's output.
3788
3789 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * outline.el (hide-sublevels): Provide better interactive default.
3792
3793 2006-03-06 Kenichi Handa <handa@m17n.org>
3794
3795 * international/fontset.el (create-fontset-from-fontset-spec):
3796 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3797
3798 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3799
3800 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3801 backslashes instead of one in regexp.
3802 (gud-tooltip-dereference): Add missing optional argument.
3803
3804 2006-03-04 John Paul Wallington <jpw@pobox.com>
3805
3806 * wdired.el (toplevel): Require `cl' at compile-time.
3807
3808 2006-03-04 Andreas Schwab <schwab@suse.de>
3809
3810 * server.el (server-process-filter): Handle errors during
3811 evaluation of the argument.
3812
3813 2006-03-03 John Paul Wallington <jpw@pobox.com>
3814
3815 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3816 escape parentheses at beginning of line.
3817 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3818 (t-mouse-mode): Remove period from end of error message.
3819
3820 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3821
3822 * textmodes/flyspell.el (flyspell-process-localwords):
3823 Be case-sensitive.
3824
3825 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3826
3827 * cus-edit.el (custom-quote): Remove function, since it has been
3828 moved to custom.el.
3829
3830 * font-lock.el (lisp-font-lock-keywords-2)
3831 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3832 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3833 they have no special meaning.
3834
3835 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3836 indirect buffer gets killed before indirect buffer. Use dolist.
3837
3838 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3839
3840 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3841 value instead of a literal constant (1) on more pauses.
3842
3843 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3844
3845 * textmodes/flyspell.el (flyspell-external-point-words):
3846 Be case-sensitive.
3847
3848 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3849
3850 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3851 with "www".
3852
3853 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3854
3855 * allout.el: Restablish intermediate missing comment header to
3856 preserve outline structure.
3857 (allout-beginning-of-current-entry): Skip invisible text.
3858 (allout-open-topic): Fix opening a topic at end-of-buffer.
3859 (allout-minor-mode): Move nearer to allout-mode function.
3860
3861 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3862
3863 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3864
3865 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3866
3867 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3868 is nil.
3869
3870 * progmodes/gud.el (gud-speedbar-menu-items):
3871 Use buffer-local-value and add missing :visible keyword.
3872
3873 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3874
3875 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3876
3877 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3878 must be `follow-link'.
3879
3880 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3881
3882 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3883 formatting: No nested anchors.
3884 (org-all-targets): Fix bug with XEmacs compatibility.
3885 (org-read-date): Add (require 'parse-time).
3886 (org-set-tags): Fix bug with extra inserted space.
3887 (org-export-html-style): Define a style class for targets.
3888 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3889 (org-hide-leading-stars): New option.
3890 (org-hide): New face.
3891 (org-set-font-lock-defaults): Allow to hide leading stars.
3892 (org-get-legal-level, org-tr-level): New functions.
3893 (org-odd-levels-only): New option.
3894 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3895 (org-demote, org-promote): Deal with double-star levels.
3896 (org-convert-to-odd-levels): New command.
3897
3898 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3899
3900 * speedbar.el (speedbar-update-localized-contents): Try to
3901 preserve window-start.
3902 (speedbar-update-directory-contents): Try to preserve window-start
3903 and window-point.
3904 (speedbar-update-special-contents): Don't move back to start of window.
3905
3906 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3907 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3908 speedbar-timer-fn.
3909 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3910 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3911 instead of gdb-speedbar-timer-fn.
3912
3913 2006-02-28 Jay Belanger <belanger@truman.edu>
3914
3915 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3916 (math-compose-expr): Use latex option when calling
3917 `math-compose-tex-matrix' for latex mode.
3918
3919 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3920
3921 * speedbar.el: Re-instate comments about developing for speedbar
3922 [this is what info and gdb-ui use even if better methods exist now].
3923
3924 * t-mouse.el: New file.
3925 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3926 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3927 (t-mouse-make-event-element): Use posn-at-x-y instead.
3928 (t-mouse-make-event): Deal with Fedora Core 3.
3929 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3930 (t-mouse-mouse-position-function): New function. Use it instead
3931 of advising mouse-position.
3932 (t-mouse-mode): New minor mode.
3933 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3934
3935 2006-02-27 Glenn Morris <rgm@gnu.org>
3936
3937 * calendar/calendar.el (calendar-holidays): Doc fix.
3938
3939 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3940
3941 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3942 Re-introduce the concept of a source window.
3943 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3944 consistency with get-buffer-create.
3945 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3946 (gdb-data-list-register-values-handler)
3947 (gdb-stack-list-locals-handler): Try to preserve window-start as
3948 well as window-point.
3949 (gdb-display-source-buffer): New function (old concept).
3950 (gdb-goto-breakpoint): Use it.
3951
3952 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3953 for gdb-ui/gdb-mi (old concept).
3954
3955 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3956
3957 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3958 binding.
3959
3960 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3961
3962 * textmodes/reftex-sel.el (reftex-select-label-map)
3963 (reftex-select-bib-map): Add `follow-mouse' binding.
3964
3965 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3966
3967 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3968 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3969 Give :set functions to provide automatic updating.
3970 Update docstring. Give compiler defvars early in the file
3971 and move the defcustoms to a later spot where all called functions
3972 are defined.
3973 (jka-compr-file-name-handler-entry): Doc fix.
3974 (jka-compr-compression-info-list--internal)
3975 (jka-compr-mode-alist-additions--internal)
3976 (jka-compr-load-suffixes--internal): New variables.
3977 (jka-compr-install): Set the three above variables.
3978 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3979 (jka-compr-update, jka-compr-set): New functions.
3980 (auto-compression-mode): Doc fix.
3981
3982 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3983 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3984 Use jka-compr-compression-info-list--internal,
3985 jka-compr-mode-alist-additions--internal and
3986 jka-compr-load-suffixes--internal.
3987
3988 * files.el (load-library):
3989 * loadhist.el (file-loadhist-lookup):
3990 * startup.el (command-line):
3991 * subr.el (locate-library):
3992 * emacs-lisp/autoload.el (update-directory-autoloads):
3993 * emacs-lisp/find-func.el (find-library-suffixes):
3994 Use `get-load-suffixes' instead of `load-suffixes'.
3995
3996 * subr.el (locate-library):
3997 * emacs-lisp/find-func.el (find-library-name):
3998 Use `load-file-rep-suffixes' instead of '("").
3999
4000 2006-02-26 Kim F. Storm <storm@cua.dk>
4001
4002 * ido.el (ido-save-history, ido-load-history): Simplify.
4003 Don't use find-file-noselect to avoid interference from other modes.
4004
4005 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4006
4007 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4008 to use the default shell if filename is not available.
4009 Reported by Giorgos Keramidas.
4010
4011 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4012
4013 * progmodes/etags.el (tags-completion-table): Do completion from
4014 all the tables in the current list, as documented in the manual.
4015
4016 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4017
4018 * CC Mode Update to 5.31.3.
4019
4020 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4021
4022 * progmodes/cc-mode.el (c-postprocess-file-styles):
4023 Bind inhibit-read-only to t, around the call to
4024 c-remove-any-local-eval-or-mode-variables, so that it works on a
4025 RO file.
4026
4027 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4028
4029 * progmodes/cc-awk.el: Correct a typo.
4030
4031 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4032
4033 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4034 c-hungry-delete-backwards, at the request of RMS. Leave the old
4035 name as an alias.
4036
4037 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4038
4039 * progmodes/cc-mode.el: Correct a typo.
4040
4041 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4042
4043 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4044
4045 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4046
4047 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4048 brace-else-brace (error due to mbeg, mend being undefined).
4049
4050 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4051
4052 * progmodes/cc-mode.el: File Local variables: Solve the problem
4053 where both `mode' and c-file-offsets are specified: `mode' will
4054 overwrite c-f-o's settings:
4055 (c-remove-any-local-eval-or-mode-variables): New function.
4056 (c-postprocess-file-styles): Call the above new function, within
4057 c-tentative-buffer-change, to splat `mode' and `eval' before the
4058 second hack-local-variables.
4059
4060 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4061
4062 * progmodes/cc-mode.el:
4063 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4064 (c-after-change): Protect the match data with save-match-data.
4065 It was getting corrupted by c-after-change-check-<>-operators.
4066
4067 * cc-defs.el: [Supersedes patch V1.38]:
4068 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4069 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4070
4071 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4072 with save-match-data. It was being corrupted when Font Lock was
4073 not enabled.
4074
4075 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4076
4077 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4078 Mode and Subword Mode.
4079
4080 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4081 real labels ("case 1:" or "foo:") from non-labels ("public:").
4082 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4083 coding; c-f-t-2 doesn't move over a token at EOB.
4084
4085 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4086
4087 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4088 (c-update-modeline): Concatenate the minor mode indicators
4089 directly onto mode-name, removing c-submode-indicators.
4090 Sometimes, c-s-i got separated from the mode name on the mode line.
4091
4092 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4093 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4094
4095 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4096
4097 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4098 error message when there's an evaluation error to show whether
4099 it's loaded from source or not.
4100 (c-filter-ops): Make it available at runtime too to work when
4101 `c-make-init-lang-vars-fun' needs to evaluate from source.
4102
4103 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * help.el (help): Revert last part of 2006-02-23 change (deletion
4106 of the `provide' call).
4107
4108 2006-02-23 Juri Linkov <juri@jurta.org>
4109
4110 * compare-w.el (compare-windows-highlight): Add new value
4111 `persistent' and change :type from `boolean' to `choice'.
4112 (compare-windows-overlays1, compare-windows-overlays2):
4113 New internal variables.
4114 (compare-windows-highlight): If compare-windows-highlight is
4115 `persistent', add current overlays to compare-windows-overlays[12]
4116 instead of adding compare-windows-dehighlight to pre-command-hook.
4117 (compare-windows-dehighlight): Delete all overlays from
4118 compare-windows-overlays[12].
4119
4120 * info.el (Info-search): Don't bind search-spaces-regexp to
4121 Info-search-whitespace-regexp in non-regexp isearch mode.
4122
4123 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4126
4127 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4128
4129 * textmodes/org.el (org-xemacs-p)
4130 (org-export-html-show-new-buffer, org-table-may-need-update)
4131 (org-insert-item, org-mhe-get-message-real-folder)
4132 (org-mhe-get-message-folder-from-index)
4133 (org-mhe-get-message-folder, org-mhe-get-message-num)
4134 (org-mhe-get-header, org-make-org-heading-search-string)
4135 (org-make-org-heading-camel, org-table-sort-lines)
4136 (org-format-org-table-html, org-format-table-table-html):
4137 Fix typos in docstrings.
4138
4139 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4140
4141 * textmodes/org.el (org-cleaned-string-for-export)
4142 (org-solidify-link-text): New function.
4143 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4144 XEmacs, just to silence the compiler.
4145 (org-export-as-ascii, org-export-as-html-and-open):
4146 Use `org-cleaned-string-for-export' and create internal links.
4147 (org-follow-mhe-link): Require mh-e, use folder.
4148
4149 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4150
4151 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4152
4153 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4154 gdb-debug-log-length.
4155 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4156 it a real ring but...
4157 (gud-gdba-marker-filter): ...make it work like mark-ring.
4158 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4159 (gdb-mouse-jump): New function. Add bindings.
4160
4161 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4162
4163 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4164 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4165 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4166 (gdb-debug-log-length): Customize it's length.
4167 (gud-watch, gdb-var-create-handler): Display function::var format
4168 but don't use to create variable object.
4169 (gdb-var-create-handler): Use message-box in place of message.
4170 (gdb-stopped): Call gdb-exited if signalled.
4171
4172 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4173
4174 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4175
4176 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4177
4178 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4179 if `reftex-try-all-extensions' is set.
4180
4181 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4182 fail silently when there is no valid argument at point.
4183 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4184 `fail-silently' argument. From a patch by David Reiter.
4185
4186 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4187 New commands.
4188 (org-mark-ring): New variable.
4189 (org-mark-ring-length): New option.
4190 (org-open-at-point, org-goto, org-open-file): Push old position
4191 onto the mark ring.
4192 (org-add-hook): New function.
4193 (org-export-table-remove-special-lines): New option.
4194 (org-skip-comments, org-format-org-table-html): Respect new
4195 option `org-export-table-remove-special-lines'.
4196 (org-open-file): Allow special command configuration for
4197 directory link.
4198 (org-file-apps): Fix bugs in customize type, added setting
4199 for directories.
4200 (org-activate-tags, org-format-agenda-item, org-complete)
4201 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4202 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4203 (org-link-search, org-make-org-heading-search-string)
4204 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4205 (org-radio-targets, org-file-link-context-use-camel-case)
4206 (org-activate-camels): New options.
4207 (org-update-radio-target-regexp, org-all-targets)
4208 (org-make-target-link-regexp, org-activate-target-links):
4209 New functions.
4210 (org-make-org-heading-search-string): New function.
4211 (org-store-link, org-insert-link): Use new option
4212 `org-file-link-context-use-camel-case'.
4213 (org-activate-camels): Use new option `org-activate-camels'.
4214 (org-link-regexp): Add mhe prefix.
4215 (org-open-at-point, org-store-link): Support for mhe links.
4216 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4217 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4218 (org-mhe-get-header, org-follow-mhe-link): New functions.
4219 (org-remove-angle-brackets, org-add-angle-brackets):
4220 New functions.
4221 (org-bracket-link-regexp): New constant.
4222 (org-read-date): Fix bug that was rejecting all typed dates.
4223 (org-link-search): Make hierarchy above visible after a match.
4224 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4225 (org-store-link): Fix bug with link creation when cursor is in
4226 an empty line.
4227 (org-open-at-point): Fix bug with matching a link.
4228 Fixed buggy argument sequence in call to `org-view-tags'.
4229 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4230 (org-prefix-has-tag): New variable.
4231 (org-format-agenda-item): Remove tags from headline
4232 if appropriate.
4233 (org-agenda-remove-tags-when-in-prefix): New option.
4234
4235 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4236
4237 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4238 Fix the regular expressions.
4239
4240 2006-02-21 Richard M. Stallman <rms@gnu.org>
4241
4242 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4243 if there's no other specific basis.
4244
4245 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4246 as variables at all.
4247 (unsafep-variable): Rename arg; doc fix.
4248
4249 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4250
4251 * calendar/appt.el (diary-selective-display): Add defvar.
4252
4253 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4254
4255 * isearch.el (search-whitespace-regexp): Fix custom type.
4256
4257 * help.el (describe-key-briefly): Compute interactive args
4258 in same was as before previous change.
4259
4260 * files.el (enable-local-variables): Doc fix.
4261
4262 2006-02-21 Kim F. Storm <storm@cua.dk>
4263
4264 * fringe.el: Cleanup as file is now pre-loaded.
4265 (fringe-bitmaps): Initialize unconditionally.
4266 (fringe-mode, set-fringe-style): Remove autoload cookies.
4267
4268 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4269
4270 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4271 `horizontal-bar'.
4272 (fringe-cursor-alist): Use `horizontal-bar'.
4273
4274 2006-02-20 Kim F. Storm <storm@cua.dk>
4275
4276 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4277 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4278
4279 * loadup.el: Load "fringe" on window systems.
4280
4281 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4284 out of scope components.
4285
4286 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4287 default.
4288
4289 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * custom.el (customize-mark-to-save, customize-mark-as-set):
4292 Load the symbol first.
4293
4294 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4295
4296 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4297 strech spec so it doesn't display as "^J" on the header line
4298 when `Buffer-menu-use-header-line' is t.
4299
4300 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4301
4302 * speedbar.el (speedbar-make-button): Keep text properties
4303 of string arguments if desired.
4304
4305 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4306 expessions.
4307
4308 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4309 of speedbar.
4310
4311 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4312
4313 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4314 to value of `read-file-name-completion-ignore-case'.
4315
4316 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * custom.el (customize-mark-as-set): Push to `user' theme.
4319
4320 * cus-edit.el (custom-save-variables): Allow unthemed values.
4321 (customize-set-variable): Push setting to `user' theme.
4322
4323 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4324
4325 * progmodes/gud.el: Don't require font-lock as it's now
4326 automatically loaded.
4327 (gud-speedbar-buttons): Replace gdb-var-changed with
4328 gdb-force-update.
4329
4330 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4331 gdb-var-changed.
4332 (gdb-post-prompt): Use it.
4333 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4334 (gdb-var-update-handler, gdb-var-delete)
4335 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4336 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4337 gdb-force-update in gdb-post-prompt.
4338 (gdb-reset): Clear watch expressions from speedbar when quitting.
4339
4340 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4341
4342 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4343 (viper-change-state-to-vi, viper-change-state-to-emacs):
4344 Make aware of cursor coloring in the Emacs state.
4345 (viper-special-read-and-insert-char): Use read-char-exclusive.
4346 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4347
4348 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4349
4350 * viper-util.el (viper-save-cursor-color)
4351 (viper-get-saved-cursor-color-in-replace-mode)
4352 (viper-get-saved-cursor-color-in-insert-mode)
4353 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4354 state.
4355 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4356
4357 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4358 (ediff-ignore-case-option3, ediff-actual-diff-options)
4359 (ediff-actual-diff3-options): New variables to control case sensitivity.
4360 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4361 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4362 (ediff-toggle-ignore-case): New function.
4363 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4364
4365 * ediff-help.el (ediff-long-help-message-narrow2)
4366 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4367 (ediff-long-help-message-word-mode): Add ignore-case command.
4368 (ediff-help-for-quick-help): Add ignore-case command.
4369
4370 * ediff-merg.el: Move provide to the end.
4371
4372 * ediff-ptch.el: Move provide to the end.
4373
4374 * ediff-wind.el: Move provide to the end.
4375
4376 * ediff-mult.el: Move provide to the end.
4377 (ediff-set-meta-overlay): Enable follow-link.
4378
4379 * ediff.el: Move provide to the end.
4380 Break recursive load cycle in eval-when-compile.
4381 (ediff-patch-buffer): Better heuristics.
4382
4383 * ediff-util.el: Move provide to the end.
4384 Break recursive load cycle in eval-when-compile.
4385 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4386 defuns.
4387 (ediff-submit-report): Pass the values of ediff-diff3-program,
4388 ediff-diff3-options.
4389
4390 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4391
4392 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4393 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4394 `' (for example, in the docstring of `windmove-default-keybindings').
4395
4396 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4397
4398 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4399 shadow face. Don't provide binding to edit variable when it is
4400 out of scope.
4401
4402 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4403 (gdb-var-update-handler): Detect out of scope variables with pre
4404 GDB 6.4 too.
4405 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4406 Reset status of variable objects to nil in update handlers.
4407 (gdb-var-update-handler-1): Detect when a variable object comes
4408 in scope. setcar on var changes gdb-var-list directly.
4409
4410 2006-02-17 Juri Linkov <juri@jurta.org>
4411
4412 * ffap.el (ffap) <defface>: Add explicit face declaration.
4413 (ffap-highlight): Use face `ffap' directly instead of checking
4414 for its existence.
4415
4416 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4417 `visible-ok' of `other-buffer' to find the right original buffer.
4418
4419 * info.el (Info-search): Skip `Local Variables' node.
4420
4421 2006-02-17 Juri Linkov <juri@jurta.org>
4422
4423 * info.el (Info-find-file): Check for symbols `apropos', `history',
4424 `toc' in the input filename, and return these symbols as is.
4425 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4426 `history', `toc' instead of strings.
4427 (Info-set-mode-line): For non-string Info-current-file use the
4428 symbol's name inside **.
4429 (Info-isearch-push-state): Add quote before Info-current-file and
4430 Info-current-node.
4431 (Info-isearch-pop-state): Use `equal' instead of `string='.
4432 (Info-extract-pointer, Info-following-node-name): Use
4433 `match-string-no-properties' instead of `match-string'.
4434 (Info-up): Check `old-file' for `stringp'.
4435 (Info-history): Use `equal' instead of `string-equal'.
4436 Check `file' for `stringp'.
4437 (Info-history): Use symbol `history' instead of string as first arg
4438 of `Info-find-node'.
4439 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4440 `toc' instead of string.
4441 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4442 instead of `buffer-substring', and `match-string-no-properties'
4443 instead of `match-string'.
4444 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4445 instead of strings.
4446 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4447 Use symbol `apropos' instead of string.
4448 (Info-copy-current-node-name): Check `Info-current-file' for
4449 `stringp' and construct a command with `Info-find-node' from it.
4450 (Info-fontify-node): Use `match-string-no-properties' instead of
4451 `match-string' and check file names for `stringp'.
4452 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4453 `history', `toc' instead of strings.
4454
4455 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * files.el: Rearrange functions and variables in the file local
4458 variables section.
4459
4460 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4461
4462 * files.el: Add truncate-lines, ispell-check-comments and
4463 ispell-local-dictionary as safe local variables.
4464
4465 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4466
4467 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4468 out of scope variables.
4469 (gud-speedbar-buttons): Use unless.
4470
4471 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4472 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4473 (gdb-show-changed-values): Also use for out of scope variables.
4474 (gdb-var-update-handler-1): Note if variable goes out of scope.
4475
4476 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4477
4478 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4479 default to global variable values for unsupplied args.
4480 (rcirc-get-buffer-create): Fix bug with setting the target.
4481 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4482 test for rcirc-always-use-server-buffer-flag here.
4483 (rcirc-response-formats): Add %N, which is a facified nick. %n
4484 uses the default face. Change the ACTION format string. If the
4485 "nick" is the server, don't print anything for that field.
4486 Comment fixes.
4487 (rcirc-target-buffer): Don't test
4488 rcirc-always-use-server-buffer-flag here.
4489 (rcirc-print): Squeeze extra spaces out of the text before message.
4490 (rcirc-put-nick-channel): Strip potential "@" char from nick
4491 before adding them to nick table.
4492 (rcirc-url-regexp): Improve to match address like "foo.com".
4493
4494 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4495
4496 * allout.el (allout-hidden-p): Move this defsubst before
4497 allout-overlay-interior-modification-handler, where it is first
4498 used.
4499
4500 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4501
4502 * allout.el: Use allout invisible-text overlays instead of
4503 selective display for concealed text. Also, lots of general
4504 cleanup, and improved compatibility code.
4505
4506 (allout-version) Incremented, corrected, revised, and refined
4507 module commentary.
4508
4509 (provide 'allout): Moved to the bottom, added a require of overlay.
4510
4511 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4512 `except-current'.
4513 (allout-write-file-hook-handler): Minimize delay.
4514 (count-trailing-whitespace-region): New function so
4515 auto-encryption of current topic can resituate cursor exactly.
4516 PGP/GPG encryption trims trailing whitespace from lines, which
4517 must be accounted for across encryption then decryption.
4518
4519 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4520 just plain "\C-c", to avoid intruding on user's keybinding space.
4521
4522 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4523 parameter, so user request to provide a new password is done.
4524
4525 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4526 Refined mechanism for auto-filling behavior while in allout mode.
4527
4528 (allout-mode): Explicitly specify the mode map in the docstring.
4529 Clarify provision for various write-file hook var names.
4530 Adjusted for invisible-text overlays instead of selective-display.
4531
4532 (allout-depth): Really return 0 if not within any topic. This
4533 rectifies `allout-beginning-of-level' and sequence numbering
4534 errors that occur when cutting and pasting numbered topics.
4535 Changed from a in-line subst to a regular function, as well.
4536
4537 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4538
4539 (allout-end-of-subtree, allout-end-of-subtree)
4540 (allout-end-of-entry, allout-end-of-current-heading)
4541 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4542 (allout-show-children, allout-show-to-offshoot)
4543 (allout-hide-current-entry, allout-show-current-entry): Rectified
4544 handling of trailing blank lines between items.
4545
4546 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4547 (allout-current-depth, allout-unprotected, allout-hidden-p)
4548 (allout-on-current-heading-p, allout-listify-exposed)
4549 (allout-chart-subtree, allout-goto-prefix)
4550 (allout-back-to-current-heading, allout-get-body-text)
4551 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4552 (allout-hide-region-body, allout-toggle-subtree-encryption)
4553 (allout-encrypt-string, allout-encrypted-key-info)
4554 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4555 (allout-file-vars-section-data): Adjusted for use with
4556 invisible-text overlays instead of selective-display.
4557
4558 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4559 Reworked for use with invisible text overlays.
4560
4561 (allout-current-topic-collapsed-p): New function.
4562
4563 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4564 to know when to close the containing topic.
4565
4566 (allout-pre-command-business, allout-post-command-business):
4567 Simplify undo-batching and dynamic isearch exposure.
4568
4569 (allout-set-overlay-category): New for invisible-text overlays.
4570 Sets properties of allout-overlay-category, used by
4571 allout-flag-region to set invisible-text overlay properties.
4572 (allout-get-invisibility-overlay): Get the first qualifying
4573 invisibility overlay, so we can find the extent of it.
4574 (allout-back-to-visible-text): Get to just before the beginnining
4575 of the current invisibility overlay, if any.
4576
4577 (allout-overlay-insert-in-front-handler)
4578 (allout-overlay-interior-modification-handler)
4579 (allout-before-change-handler, allout-isearch-end-handler): New
4580 functions to handle extraordinary actions affecting concealed
4581 text.
4582
4583 (allout-flag-region): Use overlays instead of selective-display
4584 for invisible text - by inheritence from the properties of
4585 allout-overlay-category in mainline Emacs, and applied
4586 property-by-property in XEmacs, some recent versions of which
4587 don't inherit the properties from the category. Provisions to
4588 respond to concealed-text edits simplified drastically.
4589
4590 (allout-isearch-rectification, allout-isearch-was-font-lock)
4591 (allout-isearch-expose, allout-enwrap-isearch)
4592 (allout-isearch-abort, allout-pre-was-isearching)
4593 (allout-isearch-prior-pos, allout-isearch-did-quit)
4594 (allout-isearch-dynamic-expose)
4595 (allout-hide-current-entry-completely): Functions deleted.
4596
4597 (allout-undo-aggregation): Explicit undo aggregation no longer
4598 necessary due to transition away from selective-display.
4599
4600 (set-allout-regexp, allout-up-current-level)
4601 (allout-next-visible-heading, allout-forward-current-level)
4602 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4603 (allout-kill-line, allout-yank-processing, allout-show-children)
4604 (allout-expose-topic, allout-old-expose-topic)
4605 (allout-listify-exposed, allout-insert-latex-header)
4606 (allout-toggle-subtree-encryption, allout-encrypt-string)
4607 (remove-from-invisibility-spec, allout-hide-current-subtree):
4608 Ditched unused variables.
4609
4610 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4611
4612 * textmodes/ispell.el (ispell-change-dictionary): Call
4613 ispell-buffer-local-dict instead of
4614 ispell-accept-buffer-local-defs.
4615 (ispell-local-dictionary-alist): Accept as valid any coding-system
4616 supported by Emacs.
4617 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4618 changed to iso-8859-3.
4619
4620 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4621
4622 * speedbar.el (speedbar-frame-width): Make an inline function
4623 instead of a macro. Use frame-width.
4624 (speedbar-try-completion, speedbar-update-contents)
4625 (speedbar-timer-fn): Use consp.
4626 (speedbar-update-localized-contents): Try to preserve point.
4627
4628 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4629 (menu): Re-order menu items.
4630 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4631 field.
4632 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4633 (gdb-post-prompt): Speed things by not forcing update.
4634
4635 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4638 press and perform default action if we get a mouse movement event.
4639
4640 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * calendar/icalendar.el (icalendar--get-event-property)
4643 (icalendar--get-event-property-attributes): Fix typos in
4644 docstrings.
4645
4646 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4647 docstring.
4648
4649 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4650
4651 * bs.el (bs-mode): Use `buffer-disable-undo'.
4652 (bs--get-file-name): Simplify.
4653 (bs-show-in-buffer): Mark the buffer as not modified.
4654
4655 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4656
4657 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4658 widget-button-click.
4659
4660 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4661 (custom-mode): Update docstring.
4662
4663 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4664 binding.
4665
4666 * files.el (hack-local-variables-confirm): Allow scrolling if the
4667 file variable list is too long. Kill temp buffer after use.
4668
4669 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4670
4671 * progmodes/gud.el (gdb): Improve doc string.
4672 (gdb-script-font-lock-keywords): Expand allowed character set.
4673
4674 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4675 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4676 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4677 (gdb-separate-io-stop, gdb-separate-io-eof):
4678 Rename from gdb-inferior-* to gdb-separate-*.
4679 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4680
4681 2006-02-14 Jay Belanger <belanger@truman.edu>
4682
4683 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4684 expression is a symbol before checking that it is bound.
4685
4686 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4687 test to see if equation can be solved.
4688
4689 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4690
4691 * wid-edit.el (widget-button-click): Use :pressed-face property
4692 for overlay face, if it exists.
4693
4694 * cus-edit.el (custom-manual, custom-add-see-also)
4695 (custom-add-parent-links, custom-group-link): Add :pressed-face
4696 property to links.
4697
4698 * files.el (hack-local-variables): Remove ignored variables before
4699 checking if any variables need setting.
4700
4701 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4702
4703 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4704
4705 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4706
4707 * help.el (where-is): Fix message for remapped commands.
4708
4709 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4710 Fix typos in docstrings.
4711
4712 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4713
4714 * files.el (safe-local-variable-values): New option.
4715 (hack-local-variables-prop-line): Return a list of variable-value
4716 pairs if MODE-ONLY is non-nil.
4717 (hack-local-variables): Construct list of variable-value pairs,
4718 and apply or reject them in one go. Ask for confirmation if
4719 variables are not known safe.
4720 (hack-local-variables-confirm): Complete rewrite. Support
4721 `safe-local-variable-values'.
4722 (enable-local-variables): Update docstring to reflect new
4723 behavior.
4724 (ignored-local-variables): Ignore ignored-local-variables and
4725 safe-local-variable-values.
4726 (safe-local-variable-p): New function.
4727 (risky-local-variable-p): `safe-local-variable' property check
4728 moved to safe-local-variable-p.
4729 (hack-one-local-variable): Checks moved to hack-local-variables.
4730
4731 (byte-compile-dynamic, c-basic-offset, c-file-style)
4732 (c-indent-level, comment-column, fill-column, fill-prefix)
4733 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4734 (no-update-autoloads, outline-regexp, page-delimiter)
4735 (paragraph-start, paragraph-separate, sentence-end)
4736 (sentence-end-double-space tab-width, version-control):
4737 Add `safe-local-variable' property.
4738
4739 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4740
4741 * icomplete.el, play/landmark.el: Change nonexistent
4742 `outline-layout' file variable to `allout-layout'.
4743
4744 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4745
4746 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4747 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4748 to gud-comint-buffer.
4749 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4750 gdb-ui.el for gdb-mi.el.
4751 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4752 registers buffer to gdb-get-changed-registers.
4753 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4754 deletion of catchpoints (throw and catch).
4755 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4756 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4757 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4758 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4759 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4760
4761 2006-02-13 Jay Belanger <belanger@truman.edu>
4762
4763 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4764 expression is a symbol before checking that it is bound.
4765
4766 2006-02-13 Richard M. Stallman <rms@gnu.org>
4767
4768 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4769 for the minibuffer too, but not if resize-mini-windows will interfere.
4770
4771 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4772 inside `interactive' spec.
4773 (describe-key-briefly-internal, describe-key-internal):
4774 Functions merged back into their callers.
4775
4776 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4777
4778 * info.el (info-xref-visited): Inherit from info-xref too.
4779 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4780 when propertizing Info-current-file and Info-current-node.
4781
4782 2006-02-13 Juri Linkov <juri@jurta.org>
4783
4784 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4785 (tumme-thumb-name): Fix per-directory format.
4786
4787 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4788
4789 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4790
4791 2006-02-12 Miles Bader <miles@gnu.org>
4792
4793 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4794
4795 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4796
4797 * tumme.el: Remove history section. If someone needs the it, it
4798 can always be found in CVS.
4799
4800 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4801
4802 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4803 about the Thumbnail Managing Standard option.
4804
4805 2006-02-12 Richard M. Stallman <rms@gnu.org>
4806
4807 * subr.el (substitute-key-definition): Doc fix.
4808
4809 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4810
4811 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4812
4813 * info.el (Info-mode): Doc fix.
4814
4815 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4816
4817 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4818
4819 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4820 because on Solaris a POSIX compatible "id" is needed. Reported by
4821 Magnus Henoch <mange@freemail.hu>.
4822
4823 2006-02-12 Juri Linkov <juri@jurta.org>
4824
4825 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4826 (tumme) <defgroup>: Change :group to `multimedia'.
4827 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4828 Managing Standard.
4829 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4830 Fix dostring.
4831 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4832 and %y. Fix docstring.
4833 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4834 (tumme-cmd-create-standard-thumbnail-command): New user options.
4835 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4836 is `standard'. Fix docstring.
4837 (tumme-thumb-width, tumme-thumb-height): New user options.
4838 (tumme-external-viewer): Try to find various viewers.
4839 (tumme-get-thumbnail-image): Use `create-image' instead of
4840 constructing the `image' structure.
4841 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4842 `standard'.
4843 (tumme-thumb-name): Add file name generation for standard storage.
4844 Simplify code for other storages.
4845 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4846 Add modification time %m and thumbnail-nq8 %q.
4847 Use `tumme-cmd-create-standard-thumbnail-command' if
4848 tumme-thumbnail-storage is `standard'.
4849 (tumme-dired-insert-marked-thumbs): New autoload command.
4850 (tumme-dired-after-readin-hook): New function.
4851 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4852 `tumme-thumb-size'.
4853 (tumme-display-image): Replace size-x %x and size-y %y with
4854 width %w and height %h.
4855
4856 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4857 `tumme-dired-insert-marked-thumbs'.
4858
4859 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4860
4861 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4862 include path).
4863 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4864 matching tag.
4865
4866 2006-02-12 Miles Bader <miles@gnu.org>
4867
4868 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4869 New variables.
4870 (rcirc-abbrev-nick): New function.
4871 (rcirc-format-response-string): Rewrite to use the formats in
4872 `rcirc-response-formats' and expand escape sequences therein.
4873 A text-property `rcirc-text' is added over the actual response
4874 text to make easy to find inside the returned string.
4875 (rcirc-print): When filling, just look for the `rcirc-text'
4876 text-property to find the appropriate fill prefix, instead of
4877 using hardwired patterns.
4878
4879 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4880
4881 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4882 Managing Standard.
4883
4884 2006-02-11 Kim F. Storm <storm@cua.dk>
4885
4886 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4887 Don't use insert-buffer; do insert-buffer-substring directly.
4888 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4889
4890 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4891
4892 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4893 with inhibit-read-only. Suggested by Stefan Monnier.
4894 (revert-buffer): Let insert-file-contents discard
4895 buffer-undo-list. Simplify code.
4896 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4897
4898 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4899
4900 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4901
4902 * help.el (describe-key-briefly): Now a wrapper for
4903 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4904 to t. Populate yank-menu if empty.
4905 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4906 (describe-key): Now a wrapper for describe-key-internal. Bind
4907 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4908 (describe-key-internal): Renamed from describe-key.
4909
4910 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4911
4912 * progmodes/glasses.el (glasses-separator): Doc fix.
4913 (glasses-original-separator): New defcustom.
4914 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4915
4916 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4917
4918 * mwheel.el (mouse-wheel-up-event): Doc fix.
4919
4920 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4921
4922 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4923 (tumme-dir): New function. Copied from thumbs.el.
4924
4925 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4926
4927 * desktop.el (desktop-outvar): Fix typo.
4928 (desktop-save-buffer-p): Doc fix.
4929
4930 * subr.el (substitute-key-definition): Fix typo.
4931
4932 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4933
4934 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4935 when window-system is mac.
4936
4937 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4938
4939 2006-02-10 Kim F. Storm <storm@cua.dk>
4940
4941 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4942 indirect-function instead of using condition-case.
4943
4944 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4945
4946 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4947 less `colloquial'...
4948
4949 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4950
4951 * tumme.el: Add a couple of todo items.
4952
4953 2006-02-09 Lars Hansen <larsh@soem.dk>
4954
4955 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4956 (highlight-changes-mode): Don't change desktop-locals-to-save.
4957
4958 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * image-mode.el (image-toggle-display): Clear image cache if using
4961 filename.
4962
4963 2006-02-09 Masatake YAMATO <jet@gyve.org>
4964
4965 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4966 a `dired-man' target.
4967
4968 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4969 boundary of symbols.
4970
4971 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4972
4973 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4974
4975 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4978 `mapcar'; return nil.
4979
4980 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4983 some other event.
4984
4985 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4986
4987 * net/rcirc.el (rcirc-startup-channels-alist):
4988 Add irc.freenode.net and #emacs as defaults.
4989 (rcirc-ignore-all-activity-flag): Remove variable.
4990 (rcirc-authinfo): New variable.
4991 (rcirc-authinfo-filename): Remove variable.
4992 (rcirc-always-use-server-buffer-flag): New flag.
4993 (rcirc): M-x rcirc will automatically connect without prompting.
4994 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4995 connection in lisp.
4996 (rcirc-process-server-response-1): Remove everything but the nick
4997 portion of the sender so it doesn't need to be done everywhere
4998 else. Update related code.
4999 (global-map): Remove global keybindings.
5000 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5001 (rcirc-send-input): Split into several functions.
5002 (rcirc-process-input-line, rcirc-process-message)
5003 (rcirc-process-command): New functions.
5004 (rcirc-target-buffer): New function to determine where to route
5005 messages.
5006 (rcirc-user-nick): Save match data.
5007 (rcirc-toggle-ignore-buffer-activity)
5008 (rcirc-update-activity-string): Remove global ignore functionality,
5009 which can be done now by toggling rcirc-track-minor-mode.
5010 (rcirc-track-minor-mode-map): New keymap.
5011 (rcirc-track-minor-mode): New minor-mode.
5012 (ignore): Make the ignore output nicer. Always print it when
5013 adding or removing nicks.
5014 (rcirc-url-regexp): Improve.
5015 (rcirc-mangle-text): Remove properties before using text in the
5016 modeline.
5017 (rcirc-authenticate): Authentication data comes from
5018 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5019 (rcirc-server-prefix): Inherit from rcirc-server.
5020
5021 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5022
5023 * Makefile.in (compile): Append "|| true" to the end of the `find'
5024 command, like compile-always does.
5025
5026 2006-02-08 Sam Steingold <sds@gnu.org>
5027
5028 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5029 output from a dead connection.
5030
5031 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5032
5033 * dired.el (dired-mode-map): Add more bindings for tumme.
5034
5035 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * wdired.el (wdired-mode-map): Use remap.
5038 (wdired-get-filename): Massage.
5039 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5040 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5041 `keymap' property rather than `local-map'.
5042
5043 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5044
5045 * tumme.el (tumme-get-thumbnail-image): New utility function.
5046 Suggested by from Chong Yidong.
5047 (tumme-dired-with-window-configuration): Rename from
5048 `tumme-dired'. Add code to save window configuration.
5049 (tumme-restore-window-configuration): New command to restore the
5050 window configuration that `tumme-dired-with-window-configuration'
5051 saves before it changes the window configuration.
5052 (tumme-show-all-from-dir): New command to display thumbnails for
5053 all files in a directory entered by the user, like M-x thumbs.
5054 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5055 have been created.
5056 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5057 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5058 Remove obsolete test function.
5059
5060 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5061
5062 * vc.el (small-temporary-file-directory): Remove defvar; there's
5063 a defcustom for it in files.el.
5064
5065 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5066 Fix typo in message.
5067 (tumme-gallery-generate): Fix typo in `error' message.
5068 (tumme-display-window-height-correction)
5069 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5070 (tumme-line-up-interactive): Dox fixes.
5071 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5072 (tumme-restore-window-configuration, tumme-format-properties-string)
5073 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5074 Fix typos in docstrings.
5075
5076 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5077
5078 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5079
5080 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5081
5082 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5083 User should use hook if desired.
5084
5085 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5086 buffer if necessary.
5087 (gdb-delete-frame-or-window): New function.
5088 (gdb-breakpoints-mode-map): Bind "q" to it.
5089
5090 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * textmodes/nroff-mode.el: Clean up name space.
5093 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5094 (nroff-mode): Obey the global setting of nroff-electric-mode.
5095 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5096
5097 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5098
5099 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5100
5101 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5102
5103 2006-02-06 Lars Hansen <larsh@soem.dk>
5104
5105 * generic-x.el (etc-fstab-generic-mode): Add file system types
5106 cifs and usbdevfs. Allow special chars in file names.
5107
5108 2006-02-05 Jay Belanger <belanger@truman.edu>
5109
5110 Update copyright notices of the files in lisp/calc.
5111
5112 2006-02-05 Romain Francoise <romain@orebokech.com>
5113
5114 Update copyright notices of all files in the lisp/play directory.
5115
5116 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5117
5118 * ldefs-boot.el: Regenerate.
5119
5120 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5121
5122 2006-02-05 Kim F. Storm <storm@cua.dk>
5123
5124 * files.el (magic-mode-regexp-match-limit): New defvar.
5125 (set-auto-mode): Use it to limit magic-mode-alist matching.
5126
5127 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5128
5129 * simple.el (display-message-or-buffer): Compare the number of
5130 characters to the frame width when determining whether a 1-line
5131 message string will fit in the echo area. Count screen lines
5132 instead of buffer lines when determining whether a multi-line
5133 message will fit in the echo area/minibuffer window.
5134
5135 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5136
5137 * info.el (Info-index, Info-mode): Improve the description of the
5138 `i' command.
5139
5140 * ldefs-boot.el: Regenerate.
5141
5142 2006-02-03 Werner Lemberg <wl@gnu.org>
5143
5144 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5145 greedy to find the closing bracket in \*[...] and similar
5146 expressions. This is a first rough fix -- many additional
5147 refinements are necessary to make nroff mode really usable with groff.
5148
5149 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5150
5151 * international/mule-cmds.el (set-locale-environment):
5152 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5153 libX11.
5154
5155 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5156
5157 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5158 archive are created in archive-tmpdir.
5159
5160 2006-02-02 John Paul Wallington <jpw@pobox.com>
5161
5162 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5163 (ibuffer-fontification-alist): Use it.
5164 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5165 to "* z" and the Ibuffer Mark menu.
5166
5167 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5168
5169 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * textmodes/table.el (*table--cell-describe-mode)
5172 (*table--cell-describe-bindings): Undo last change since
5173 print-help-return-message is not obsoleted by anything at all.
5174
5175 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5176
5177 * emulation/cua-base.el (cua-mode): Doc fix.
5178
5179 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5180
5181 * dframe.el (dframe-handle-make-frame-visible)
5182 (dframe-handle-iconify-frame, dframe-get-focus)
5183 (dframe-select-attached-frame, dframe-power-click)
5184 (dframe-frame-mode): Fix typos in docstrings.
5185
5186 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5187 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5188 Fix typos in docstrings.
5189
5190 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5191 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5192 (hi-lock-archaic-interface-message-used)
5193 (hi-lock-file-patterns-range): Fix typos in docstrings.
5194
5195 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5196 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5197
5198 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5199 Fix typo in docstring.
5200
5201 * net/newsticker.el (newsticker--decode-iso8601-date)
5202 (newsticker--set-customvar, newsticker--buffer-insert-item)
5203 (newsticker--do-run-auto-mark-filter)
5204 (newsticker--parse-generic-feed): Doc fixes.
5205 (newsticker--retrieval-timer-list, newsticker-url-list)
5206 (newsticker-hide-immortal-items-in-echo-area)
5207 (newsticker-hide-obsolete-items-in-echo-area)
5208 (newsticker-new-item-face, newsticker--enclosure)
5209 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5210 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5211 (newsticker--parse-generic-feed, newsticker--cache-contains)
5212 (newsticker--stat-num-items, newsticker-download-enclosures):
5213 Fix typos in docstrings.
5214
5215 * net/rcirc.el (rcirc-debug): Doc fix.
5216 (rcirc-fill-column, rcirc-receive-message-hooks)
5217 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5218 (rcirc-mode, rcirc-generate-new-buffer-name)
5219 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5220 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5221 Fix typos in docstrings.
5222 (rcirc-print): "?\ " -> "?\s".
5223 (rcirc-cmd-join): Improve argument/docstring consistency.
5224
5225 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5226
5227 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5228 before narrow-to-region.
5229
5230 2006-02-01 Richard M. Stallman <rms@gnu.org>
5231
5232 * simple.el (move-beginning-of-line): Scan properly for invis change.
5233
5234 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5235
5236 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5237
5238 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5239 change bit only when id-format is 'integer. Reported by Matt
5240 Hodges <M.P.Hodges@rl.ac.uk>.
5241
5242 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * hilit-chg.el (highlight-changes-initial-state)
5245 (highlight-changes-global-initial-state): Doc fixes.
5246 (highlight-changes-global-modes, global-highlight-changes):
5247 Fix typos in docstrings.
5248
5249 2006-02-01 Kim F. Storm <storm@cua.dk>
5250
5251 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5252 transient-mark-mode in doc string.
5253
5254 2006-01-31 Richard M. Stallman <rms@gnu.org>
5255
5256 * replace.el (multi-occur): Doc fix.
5257 (multi-occur-in-matching-buffers): Rename from
5258 multi-occur-by-filename-regexp. Prefix arg says match
5259 buffer names instead of file names.
5260
5261 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5262
5263 * bs.el: Allow non-default values of `bs-header-lines-length'.
5264 (bs--running-in-xemacs): Remove (not needed anymore).
5265 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5266 instead of `shrink-window', thus avoiding having to compute the
5267 height of the window.
5268 (bs--up): Wrap around even when there's no header.
5269 (bs--down): Use `forward-line' instead of `next-line'.
5270
5271 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5272
5273 * image-mode.el (image-toggle-display): Use file name if possible,
5274 instead of unnecessarily allocating a (possibly huge) lisp string.
5275
5276 2006-01-30 John Paul Wallington <jpw@pobox.com>
5277
5278 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5279 because the `assert' macro signals it at runtime.
5280
5281 * emacs-lisp/cl.el (toplevel): Remove definition of
5282 `cl-assertion-failed' condition.
5283
5284 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5285
5286 * thumbs.el (thumbs-marked-list): Make buffer-local and
5287 permanent-local.
5288 (thumbs-insert-thumb): Make help-echo non-sticky.
5289 (thumbs-file-alist): Use eolp as check for (non)-image.
5290
5291 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5294 (ediff-before-session-group-setup-hooks)
5295 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5296 Fix typos in docstrings.
5297
5298 * window.el (bw-dir, bw-eqdir, balance-windows)
5299 (split-window-keep-point): Fix typos in docstrings.
5300
5301 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5302 (org-quote-string, org-calendar-to-agenda-key)
5303 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5304 (org-show-following-heading, org-tags-column)
5305 (org-use-tag-inheritance, org, org-allow-space-in-links)
5306 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5307 (org-enable-table-editor, org-calc-default-modes)
5308 (org-table-allow-automatic-line-recalculation)
5309 (org-export-html-style, org-export-with-fixed-width)
5310 (org-export-with-sub-superscripts, org-special-keyword)
5311 (org-formula, org-time-grid, org-table-may-need-update)
5312 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5313 (org-goto-quit, org-get-indentation, org-end-of-item)
5314 (org-move-item-down, org-move-item-up)
5315 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5316 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5317 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5318 (org-agenda-log-mode, org-agenda-toggle-diary)
5319 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5320 (org-agenda-file-to-end, org-agenda-no-heading-message)
5321 (org-agenda-get-closed, org-format-agenda-item)
5322 (org-cmp-priority, org-cmp-category, org-cmp-time)
5323 (org-agenda-change-all-lines, org-agenda-diary-entry)
5324 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5325 (org-link-search, org-camel-to-words, org-open-file)
5326 (org-remember-handler, org-table-convert-region)
5327 (org-table-move-row-down, org-table-move-row-up)
5328 (org-table-copy-region, org-table-wrap-region)
5329 (org-table-toggle-vline-visibility)
5330 (org-table-get-vertical-vector, org-table-modify-formulas)
5331 (org-table-get-specials, org-recalc-commands)
5332 (org-table-rotate-recalc-marks, org-table-eval-formula)
5333 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5334 (org-level-color-stars-only, org-insert-heading):
5335 Fix typos in docstrings.
5336 (last-arg): Add defvar.
5337
5338 * makefile.w32-in (WINS): Add erc.
5339 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5340
5341 2006-01-29 Bill Wohler <wohler@newt.com>
5342
5343 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5344 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5345 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5346 (mh-autoloads): Don't use comments on otherwise empty lines.
5347
5348 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5349
5350 * emulation/viper.el (viper-major-mode-modifier-list): Add
5351 insert-state and vi-state entries for erc-mode.
5352 (viper-go-away, viper-set-hooks): Add and remove
5353 viper-comint-mode-hook from erc-mode-hook as appropriate.
5354
5355 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5356
5357 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5358
5359 * bs.el (bs--format-aux): Implement `middle' alignment as
5360 described in the docstring for `bs-attributes-list'.
5361 (bs--get-name): Simplify. Don't pad the buffer name.
5362
5363 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5364
5365 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5366 English aspell dictionary is installed, use the first entry of
5367 ispell-dictionary-alist-1.
5368
5369 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5370
5371 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5372 Doc fix.
5373
5374 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5375
5376 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5377 for `process-file', in order to let it work for older Emacsen too.
5378
5379 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5380
5381 * international/latexenc.el: Add a suitable `coding:' tag.
5382 (latexenc-find-file-coding-system): Undo last change.
5383
5384 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5385
5386 * international/latexenc.el (latexenc-find-file-coding-system):
5387 Make sure latexenc-main-file is a regular file and is readable.
5388
5389 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5390
5391 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5392 Pass FILE to vc-user-login-name.
5393
5394 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5395
5396 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5397
5398 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5399 there are no more images to display.
5400 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5401 the next image.
5402
5403 2006-01-26 Richard M. Stallman <rms@gnu.org>
5404
5405 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5406
5407 * wid-edit.el (advertised-widget-backward): New alias.
5408 (widget-keymap): Use advertised-widget-backward for S-TAB.
5409
5410 * tumme.el: Correct the keywords.
5411 (tumme-dir-max-size): Use defvar.
5412 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5413
5414 * simple.el (move-beginning-of-line): Take account of fields.
5415 (clone-indirect-buffer-other-window): Take args like
5416 clone-indirect-buffer, and work like it.
5417
5418 * help-fns.el (describe-function): Don't pass `nil' as default.
5419
5420 * files.el (risky-local-variable-p): Follow var aliases.
5421
5422 * subr.el (lazy-completion-table): Doc fix.
5423
5424 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5425 global binding of `line'.
5426
5427 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5428
5429 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5430 Tramp.
5431
5432 * vc.el (vc-default-dired-state-info): Pass FILE to
5433 vc-user-login-name.
5434 (vc-default-update-changelog): Don't use vc-user-login-name, we
5435 don't need it here.
5436
5437 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5438 no longer necessary.
5439
5440 2006-01-25 Kenichi Handa <handa@m17n.org>
5441
5442 * international/mule.el (decode-char): Avoid the overhead of
5443 calling utf-lookup-subst-table-for-decode if
5444 utf-translate-cjk-mode is nil.
5445 (encode-char): Avoid the overhead of calling
5446 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5447 nil.
5448
5449 2006-01-22 Kenichi Handa <handa@m17n.org>
5450
5451 * international/mule.el (make-subsidiary-coding-system): Reset
5452 `coding-system-define-form' property of subsidiaries to nil.
5453 Avoid duplicated entry in coding-system-alist.
5454 (make-coding-system): Avoid duplicated entry in
5455 coding-system-alist.
5456 (define-coding-system-alias): Likewise.
5457
5458 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5459
5460 * completion.el: Minor fixes in introductory comment.
5461 (completion-def-wrapper): Fix alist.
5462
5463 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5464
5465 * thumbs.el (thumbs-new-image-size): New function.
5466 (thumbs-increment-image-size-element)
5467 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5468 (thumbs-decrement-image-size): Delete.
5469 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5470 temp files and use to resize.
5471 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5472 Use increment argument to enlarge/shrink. Preserve point.
5473 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5474 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5475 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5476 (thumbs-mark, thumbs-unmark): Preserve point.
5477 (thumbs-modify-image): Keep old temp files and use to modify.
5478 Cleanup old temp files at load time. Preserve point.
5479 (thumbs-view-image-mode-map): Use new command names.
5480
5481 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5482
5483 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5484
5485 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5486 the nastiest part of the cyclic dependency.
5487 (cal-menu-update): Use dotimes and calendar-increment-month.
5488
5489 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5490 (calendar-week-start-day): Add an :initializer.
5491 (calendar-mode-map): Use suppress-keymap, and command remapping.
5492 (describe-calendar-mode): Setup xref-stack info for the back button.
5493 (calendar-star-date): Insert before delete.
5494 (calendar-set-mode-line): Add file-modified info if applicable.
5495 (calendar-increment-month): New function.
5496
5497 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5498
5499 * font-lock.el (lisp-font-lock-keywords-2):
5500 Recognize "& keywords" only at word boundaries.
5501
5502 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5503
5504 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5505 and permanent-local.
5506 (thumbs-max-image-number): New variable.
5507 (thumbs-do-thumbs-insertion): Use them.
5508 (thumbs-per-line): Change default to 4.
5509 (thumbs-marked-list): Rename from thumbs-markedL.
5510 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5511 (thumbs-rename-images): Use -list instead of L for internal variables.
5512 (thumbs-call-convert): Use call-process instead of shell-command.
5513 (thumbs-insert-thumb): Add filename as help-echo to each image.
5514 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5515 Give dir to thumbs-show-thumbs-list.
5516 (thumbs-show-thumbs-list): Set default-directory to that of images.
5517 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5518 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5519 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5520 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5521
5522 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * ses.el (ses-read-cell): Provide a default value.
5525
5526 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5527
5528 * term/w32-win.el (image-library-alist): Add additional names for
5529 GIF library.
5530
5531 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5532
5533 * international/latexenc.el (latexenc-find-file-coding-system):
5534 Add file-regular-p check.
5535
5536 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * simple.el (clone-buffer): Don't show the new buffer in the same
5539 window.
5540
5541 2006-01-23 Juri Linkov <juri@jurta.org>
5542
5543 * faces.el (link, link-visited): New faces based on default values
5544 of `info-xref' and `info-xref-visited'.
5545
5546 * info.el (info-xref): Inherit from `link'.
5547 (info-xref-visited): Inherit from `link-visited'.
5548
5549 * cus-edit.el (custom-buffer-create-internal): Use widget type
5550 `custom-manual' instead of `info-link' and don't set properties
5551 `button-face' and `mouse-face' explicitly.
5552 (custom-browse-group-tag, custom-browse-variable-tag)
5553 (custom-browse-face-tag): Inherit from widget class
5554 `custom-group-link' instead of `push-button'.
5555 (custom-button-unraised): Inherit from `underline' face.
5556 (custom-link): Inherit from `link' face. Fix doc and group.
5557 (custom-add-parent-links, custom-group-value-create): Don't set
5558 properties `button-face' and `mouse-face' explicitly for
5559 `custom-group-link' widget.
5560 (custom-group-link): Add properties `button-face' and `mouse-face'
5561 to widget definition.
5562 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5563 editable-field's :keymap property.
5564 (custom-mode): Fix docstring: substitute keybindings for
5565 `widget-forward' and `widget-backward' from `widget-keymap',
5566 `widget-complete' from `custom-field-keymap', replace old
5567 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5568
5569 * desktop.el (desktop-load-file): Check for `fboundp' before
5570 calling `symbol-function'.
5571
5572 * simple.el (clone-buffer, clone-indirect-buffer)
5573 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5574 `read-string'. Fix prompts.
5575
5576 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5577
5578 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5579
5580 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5581
5582 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5583
5584 * startup.el (inhibit-splash-screen, initial-scratch-message):
5585 Doc fixes.
5586
5587 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5588
5589 Sync with Tramp 2.0.52.
5590
5591 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5592 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5593 `tramp-unload-tramp' for checklist.
5594
5595 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5596 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5597 (tramp-unload-file-name-handler-alist)
5598 (tramp-unload-tramp): New defuns.
5599 (tramp-advice-PC-expand-many-files): New defadvice.
5600 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5601 removed.
5602 (tramp-handle-expand-file-name): Remove double slash.
5603 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5604 It doesn't matter, because it will be converted later on.
5605 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5606 implementation was just heuristic.
5607 (tramp-post-connection): Set uid and gid properties.
5608 (tramp-convert-file-attributes): Set file's gid change bit.
5609 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5610 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5611 in case of su(do)? methods. The home directory of the local user
5612 will be taken else.
5613 (tramp-open-connection-telnet)
5614 (tramp-open-connection-rsh, tramp-open-connection-su)
5615 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5616 local shell prompt could hurt. Reported by Romain Francoise
5617 <romain@orebokech.com>.
5618 (tramp-let-maybe): Add `edebug-form-spec' property.
5619 (tramp-handle-expand-file-name): Bind `default-directory' locally
5620 to "/" in order to avoid problems with UNC shares or Cygwin
5621 mounts.
5622 (tramp-md5-function): Fix typo in error message.
5623
5624 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5625
5626 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5627 for byte-compiler pacification.
5628
5629 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5630
5631 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5632 ID-FORMAT `string'. This allows us to get rid of
5633 `vc-user-login-name UID'.
5634
5635 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5636
5637 2006-01-22 John Paul Wallington <jpw@pobox.com>
5638
5639 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5640
5641 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5642
5643 * emacs-lisp/find-func.el (find-definition-noselect)
5644 (find-variable-noselect): Search variables in C source code too.
5645 (find-function-C-source, find-function-noselect, find-function)
5646 (find-function-other-frame, find-variable-noselect, find-variable)
5647 (find-variable-other-frame, find-variable-at-point):
5648 Fix docstrings.
5649
5650 2006-01-21 Francesco Potorti` <pot@gnu.org>
5651
5652 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5653
5654 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5655
5656 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5657 Default to disabling the "Save affix" question.
5658
5659 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5660
5661 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5662 the first arg to run-python.
5663
5664 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5665
5666 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5667 is not loaded.
5668
5669 2006-01-20 Jay Belanger <belanger@truman.edu>
5670
5671 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5672 limit is 0.
5673
5674 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5675 the correct variable.
5676
5677 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5678
5679 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5680 link. Fixed buggy argument sequence in call to `org-view-tags'.
5681 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5682 (org-prefix-has-tag): New variable.
5683 (org-format-agenda-item): Remove tags from headline if
5684 appropriate.
5685 (org-agenda-remove-tags-when-in-prefix): New option.
5686 (org-get-tags-at): New function.
5687
5688 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5689
5690 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5691 (thumbs-find-image): Move image name and number from buffer name
5692 to mode name. Set thumbs-buffer. Preserve point so that large
5693 images remain visible.
5694 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5695 order.
5696 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5697 mode name.
5698 (thumbs-next-image, thumbs-previous-image): Make them work.
5699
5700 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5701
5702 * cus-edit.el (custom-buffer-create-internal): State in the text above
5703 the whole buffer buttons that they do not operate on hidden items.
5704 (custom-face-menu): Use `custom-face-save' instead of
5705 `custom-face-save-command'.
5706 (custom-face-save-command): Make it an alias for `custom-face-save'
5707 and declare it obsolete.
5708 (custom-face-save): Doc fix.
5709
5710 * dired.el (dired-no-confirm): Add quote.
5711 (dired-subdir-alist-pre-R): Add quote in
5712 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5713
5714 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * textmodes/table.el (table-mode-indicator): Typo in last change.
5717
5718 2006-01-19 Richard M. Stallman <rms@gnu.org>
5719
5720 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5721 Fixes bug reported in Nov 2005.
5722
5723 * isearch.el (isearch-forward): Doc fix.
5724
5725 * dired.el (dired-move-to-filename-regexp): Define as alias.
5726 (dired-no-confirm): Use defcustom.
5727 (dired-subdir-alist-pre-R): Put defvar at top level.
5728
5729 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5730
5731 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5732 Mark as risky.
5733
5734 * simple.el (set-mark-command): Doc fix.
5735 (clone-indirect-buffer-other-window):
5736 Read arg like clone-indirect-buffer.
5737 (move-beginning-of-line): Skip invisible newlines.
5738
5739 2006-01-19 Masatake YAMATO <jet@gyve.org>
5740
5741 * progmodes/cpp.el (cpp-edit-load): Make the order of
5742 listed conditions in a base C code buffer and its associate
5743 CPP Edit buffer the same.
5744
5745 2006-01-19 Kenichi Handa <handa@m17n.org>
5746
5747 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5748 (rmail-mime-feature): Likewise.
5749 (rmail-require-mime-maybe): Use display-warning to show a warning
5750 message.
5751
5752 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5753 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5754
5755 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * array.el: Move defvars out of eval-when-compile.
5758 (array-make-template): Replace undeclared global var with a local one.
5759 (array-mode): Inline initialization functions.
5760 (array-init-local-variables, array-init-max-row)
5761 (array-init-max-column, array-init-columns-per-line)
5762 (array-init-field-width, array-init-rows-numbered)
5763 (array-init-line-length, array-init-lines-per-row): Remove.
5764
5765 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5766 (doc-mode-map): Define explicitly.
5767 (doctor-txtype): Use mapc.
5768
5769 * textmodes/table.el: Move defvars out of eval-when-compile.
5770 Remove harmful code meant to avoid byte-compiler warnings.
5771 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5772 specification that checks table-fixed-width-mode directly.
5773 (table-recognize-region, table-recognize-cell):
5774 Use restore-buffer-modified-p.
5775 (table-fixed-width-mode): Remove code that refreshes
5776 table-fixed-mode-indicator.
5777 (*table--cell-describe-bindings, *table--cell-describe-mode):
5778 Avoid obsolete name print-help-return-message.
5779 (table--test-cell-list): Don't use replace-regexp from elisp.
5780 (table--point-entered-cell-function, table--point-left-cell-function):
5781 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5782
5783 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5784 that was after the end of file. Use buffer-file-name variable.
5785 (org-timestamp-change): Use with-current-buffer.
5786 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5787 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5788 `file'.
5789
5790 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5791 (fortran-break-line): Remove unused var `opoint'.
5792 (fortran-abbrev-start): Obey help-event-list.
5793
5794 2006-01-18 Jesper Harder <harder@phys.au.dk>
5795
5796 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5797
5798 2006-01-18 Masatake YAMATO <jet@gyve.org>
5799
5800 * progmodes/make-mode.el (makefile-imake-mode): New mode
5801 derived from makefile-mode.
5802 (makefile-imake-mode-syntax-table): New syntax table
5803 derived from makefile-mode-syntax-table.
5804 (makefile-mode): Write about makefile-imake-mode in doc string.
5805 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5806 (makefile-imake-font-lock-keywords): New font lock keywords.
5807
5808 * files.el (auto-mode-alist): Add Imakefile.
5809
5810 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5811
5812 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5813 loading the file rather than when turning on flyspell-mode.
5814
5815 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5816
5817 * cus-edit.el (customize-rogue): Minor doc fix.
5818
5819 2006-01-17 Juri Linkov <juri@jurta.org>
5820
5821 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5822 instead of the file at the mark as default if the file at the mark
5823 is the same as the file at point or if dired-dwim-target-directory
5824 is not the same as the current directory and the mark is not active.
5825
5826 * log-view.el (log-view-minor-wrap): Use the same logic to get
5827 revisions as `log-view-diff'.
5828
5829 * info.el (Info-revert-find-node): Check for Info-current-file
5830 before preserving new-history.
5831
5832 * man.el (Man-heading-regexp): Add `/'.
5833
5834 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5835 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5836
5837 2006-01-16 Juri Linkov <juri@jurta.org>
5838
5839 * faces.el (mode-line-faces): New defgroup.
5840 (mode-line-highlight): Move definition after new defgroup.
5841 (mode-line, mode-line-inactive, mode-line-highlight):
5842 Replace :group `modeline' with `mode-line-faces'.
5843 (mode-line-buffer-id): New face.
5844 (modeline-buffer-id): New face alias.
5845 (vertical-border): Remove :group `modeline'.
5846
5847 * bindings.el (propertized-buffer-identification): Use face
5848 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5849 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5850 (mode-line-buffer-identification-keymap): For mouse-1 replace
5851 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5852 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5853 mouse-3.
5854
5855 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5856 Buffer-menu-buffer. Doc fix.
5857 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5858 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5859 `Buffer-menu-buffer'.
5860
5861 * info.el (Info-mode-line-node-keymap): New defvar.
5862 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5863 Propertize Info-current-node with `mode-line-buffer-id' and
5864 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5865
5866 * time.el (display-time-mail-face): Replace :group `faces' with
5867 `mode-line-faces'.
5868
5869 2006-01-16 Kenichi Handa <handa@m17n.org>
5870
5871 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5872
5873 * language/european.el (cp1252): New alias for windows-1252.
5874
5875 * international/mule.el (autoload-coding-system): Prepare for EOL
5876 variants.
5877
5878 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5879
5880 * term.el (term-raw-map): Add mapping for insert.
5881 (term-send-insert): New.
5882 (term-mode): Make variables local here instead of doing it in
5883 `term-emulate-terminal'.
5884 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5885 Scroll reverse needs to take into account the scroll region.
5886 Saving and restoring the cursor should save the color attributes too.
5887 (term-reset-terminal): Reset the scroll region.
5888 (term-handle-ansi-escape): Cursor up and down should take into
5889 account the scroll region.
5890 (term-set-scroll-region): Rename from `term-scroll-region'.
5891 Move to 0,0 after setting the region.
5892 (term-handle-scroll): Handle scroll up.
5893 (term-down): Fix off by one error.
5894 (term-delete-lines): Do not delete outside the scroll region.
5895 (term-insert-lines): Take into account the scroll region.
5896
5897 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * textmodes/ispell.el (ispell-internal-change-dictionary)
5900 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5901 (start, end): Move declaration outside of eval-when-compile.
5902
5903 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5904 (flyspell-mode-on): Use it.
5905
5906 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5907 ispell-kill-ispell-hook.
5908
5909 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5910
5911 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5912 (Custom-reset-saved): Do not ask for confirmation in single option
5913 buffers.
5914
5915 2006-01-13 Richard M. Stallman <rms@gnu.org>
5916
5917 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5918
5919 2006-01-13 Romain Francoise <romain@orebokech.com>
5920
5921 * add-log.el (add-change-log-entry, change-log-merge):
5922 Conditionally use `hard-newline'.
5923
5924 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5925
5926 * wid-edit.el (widget-field-end): If the overlay is no longer
5927 associated with a buffer, behave as if the overlay didn't exist.
5928
5929 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5930 Make sure the links use the `custom-link' face.
5931
5932 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5935 (ld-script-mode): Don't set indent-line-function since we don't
5936 have one.
5937
5938 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5939
5940 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5941 application.
5942 (org-file-apps-defaults-gnu): Use mailcap as the default for
5943 selecting an application on a UNIX system.
5944 (org-agenda-show-tags): New command.
5945 (org-table-insert-hline): Keep cursor in current table line.
5946 (org-table-convert): Offset effect of modifying
5947 `org-table-insert-hline'.
5948 (org-format-agenda-item): New optional argument TAG.
5949 (org-compile-prefix-format): Handle %T format for the tag.
5950 (org-expand-wide-chars): New function.
5951 (org-table-insert-row, org-table-insert-hline):
5952 Use `org-expand-wide-chars'.
5953 (org-open-file): Fix bug in program launch.
5954 (org-get-time-of-day): Fix bug with times before 1am.
5955 (org-agenda-menu): Add tags commands.
5956
5957 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5958
5959 * textmodes/ispell.el (ispell-init-process): Include the used
5960 dictionary in ispell process start message.
5961 (ispell-internal-change-dictionary): When flyspell-mode is active
5962 and dictionary is changed, make sure ispell process is restarted
5963 and flyspell word cache cleared out for the current buffer.
5964 (ispell-change-dictionary): Make sure flyspell word cache is
5965 cleared out in all buffers with active flyspell mode when
5966 dictionary is globally changed.
5967 Call ispell-internal-change-dictionary after dictionary change.
5968
5969 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5970
5971 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5972
5973 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5974 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5975 years. Fix small differences wrt Makefile.in.
5976 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5977 Makefile.in does.
5978
5979 2006-01-12 Bill Wohler <wohler@newt.com>
5980
5981 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5982 mh-search.el.
5983
5984 2006-01-12 Masatake YAMATO <jet@gyve.org>
5985
5986 * progmodes/ld-script.el: Update copyright year.
5987
5988 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5989
5990 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5991 Don't add widget if setting undefined.
5992
5993 2006-01-12 John Paul Wallington <jpw@pobox.com>
5994
5995 * help-fns.el (describe-variable): Remove newlines from void
5996 variable output.
5997
5998 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5999
6000 * wdired.el (wdired-mode-map): Add help echo for
6001 wdired-abort-changes.
6002
6003 * man.el (Man-file-name-regexp): Adjust for a list of files.
6004
6005 2006-01-12 Masatake YAMATO <jet@gyve.org>
6006
6007 * progmodes/ld-script.el (auto-mode-alist): Support
6008 suffix conventions used in netbsd and eCos.
6009
6010 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6011
6012 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6013 (custom-variable-menu, custom-face-menu, custom-group-menu)
6014 (Custom-mode-menu): Change names of menu items. (As discussed on
6015 emacs-devel.)
6016 (custom-face-menu): Add "Undo Edits" item.
6017
6018 * startup.el (init-file-user): defcustom -> defvar.
6019
6020 * tooltip.el (tooltip-mode): Doc fix.
6021
6022 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * reveal.el (reveal-post-command): window-buffer signals an error on
6025 dead windows rather than returning nil.
6026 (reveal-open-new-overlays): An overlay might die while we open others.
6027
6028 2006-01-11 Bill Wohler <wohler@newt.com>
6029
6030 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6031 phrasing in docstring.
6032
6033 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6034 can give some systems gas. Add new file mh-buffers.el.
6035
6036 2006-01-06 Masatake YAMATO <jet@gyve.org>
6037
6038 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6039 C preprocessor forward ported from GNU Emacs 21.2.
6040
6041 * progmodes/asm-mode.el (asm-font-lock-keywords):
6042 Use `cpp-font-lock-keywords'.
6043
6044 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6045
6046 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6047 of $ for "\\.ld[s]?".
6048
6049 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6052 (tcl-indent-line): Return `noindent' if inside a string.
6053
6054 * progmodes/flymake.el (flymake-split-string): Remove more than one
6055 empty string at beg/end of the result.
6056 (flymake-find-buildfile, flymake-find-possible-master-files):
6057 Use expand-file-name.
6058 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6059 since expand-file-name does it for us. Use directory-file-name.
6060 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6061 (flymake-ler-get-type, flymake-ler-get-text)
6062 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6063 (flymake-current-line-no): Remove spurious interactive spec.
6064 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6065 (flymake-check-include): Remove arg inc-path merged into inc-name.
6066 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6067 Arg regexp-list replaced by a simple regexp.
6068 (flymake-master-make-header-init, flymake-master-tex-init):
6069 Correspondingly replace regexp-list with a regexp. Fix regexp.
6070
6071 2006-01-10 Simon Josefsson <jas@extundo.com>
6072
6073 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6074 describing AUTH PLAIN fix.
6075
6076 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6077
6078 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6079 (report-emacs-bug): Don't record initial prompt text.
6080 Instead, add text properties to prompting text.
6081 (report-emacs-bug-hook): Delete prompting text.
6082
6083 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6086 `dirs'. Adjust callers.
6087
6088 2006-01-09 John Paul Wallington <jpw@gnu.org>
6089
6090 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6091
6092 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * reveal.el (reveal-open-new-overlays): New extracted fun.
6095 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6096 using them. Simplify the code.
6097 (reveal-post-command): Use them. Fix up obsolete windows in
6098 reveal-open-spots.
6099
6100 * progmodes/flymake.el: Use `require' rather than autoload for
6101 XEmacs's overlays.
6102 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6103 Delete. Use file-relative-name instead.
6104 (flymake-get-syntax-check-program-args, flymake-perl-init):
6105 Simplify the resulting code.
6106
6107 * log-view.el (log-view-file-re, log-view-message-re): Add support
6108 for DaRCS output.
6109
6110 2006-01-09 Alex Schroeder <alex@gnu.org>
6111
6112 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6113 identifiers sometimes added in square brackets at the beginning of
6114 subject lines.
6115
6116 2006-01-07 Richard M. Stallman <rms@gnu.org>
6117
6118 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6119 (Custom-reset-current, Custom-reset-saved): Change question text.
6120 (Custom-reset-standard): Likewise.
6121 (custom-variable-reset-saved): Doc fix.
6122
6123 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6124
6125 * startup.el (init-file-user): Doc fix.
6126
6127 2006-01-07 Alex Schroeder <alex@gnu.org>
6128
6129 * mail/rmail.el (rmail-current-subject): New function.
6130 (rmail-current-subject-regexp): New function.
6131 (rmail-next-same-subject): Use it.
6132
6133 * mail/rmailsum.el (rmail-summary-by-topic):
6134 Use rmail-current-subject and rmail-current-subject-regexp.
6135 (rmail-summary-next-same-subject): Ditto.
6136
6137 * net/rcirc.el (rcirc-send-input): No longer check whether the
6138 process is open, since not all commands need an open process.
6139 (rcirc-send-string): Check whether the process is open before
6140 sending anything.
6141 (rcirc-ignore-list): New option.
6142 (rcirc-ignore-list-automatic): New variable.
6143 (rcirc-print): Take rcirc-ignore-list into account.
6144 (rcirc-cmd-ignore): New command.
6145 (rcirc-ignore-update-automatic): New function.
6146 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6147 list if ignored nicks.
6148 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6149
6150 2006-01-06 David Reitter <david.reitter@gmail.com>
6151
6152 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6153 reflect the address to which the report will be sent.
6154
6155 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6156
6157 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6158 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6159
6160 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6161
6162 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6163
6164 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6165 the doc string: "functoin" => "function".
6166 * ldefs-boot.el: Likewise.
6167
6168 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6169 message text: "Duplicat" => "Duplicate".
6170
6171 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6172
6173 * files.el (basic-save-buffer-2): If backing-up failed, reset
6174 buffer-backed-up to nil.
6175
6176 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6177
6178 * progmodes/gud.el (gdb-script-skip-to-head)
6179 (gdb-script-calculate-indentation): Indent for breakpoint command
6180 lists also.
6181
6182 2006-01-05 Bill Wohler <wohler@newt.com>
6183
6184 * Makefile.in (compile-always): Add mh-autoloads dependency.
6185 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6186 provides it.
6187 (updates): Remove mh-autoloads dependency, since it probably has
6188 already run recently (via recompile).
6189
6190 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6191
6192 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6193 argument `force' to disable the flyspell-last-buffer optimization.
6194 (flyspell-mode-on): Use it.
6195
6196 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6197 flymake-simple-cleanup.
6198 (flymake-allowed-file-name-masks): Use this new default.
6199 All the functions are now called in the right buffer rather than
6200 passing the buffer as argument.
6201 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6202 (flymake-parse-err-lines): Remove redundant buffer arg.
6203 (flymake-get-program-dir): Comment out unused function.
6204 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6205 Remove redundant buffer argument.
6206 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6207 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6208
6209 2006-01-05 Richard M. Stallman <rms@gnu.org>
6210
6211 * info.el (Info-find-node): Don't record previous node if have none.
6212 (info): Go to directory only if history is empty.
6213
6214 * simple.el (mark): Doc fix.
6215
6216 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6217
6218 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6219 already of desired type.
6220 (mac-ae-list): Coerce parameter to "list" type.
6221 (mac-dispatch-apple-event): Replace cadr part of event with a
6222 dummy position so that event-start returns it.
6223
6224 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6225
6226 * textmodes/org.el (org-end-of-subtree): New function.
6227 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6228 Use `org-end-of-subtree'.
6229 (org-agenda, org-agenda-convert-date): Protect calls to
6230 `fit-window-to-buffer'.
6231 (org-tags-view): Force matching of sublevels when doing a
6232 todo-only search. Define the correct redo command, including the
6233 arguments.
6234 (org-agenda-redo): Display message.
6235 (org-check-for-org-mode): New function.
6236 (org-agenda-type): New variable.
6237 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6238 Set `org-agenda-type'.
6239 (org-agenda-check-type): New function.
6240 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6241 (org-agenda-week-view, org-agenda-day-view)
6242 (org-agenda-next-date-line, org-agenda-previous-date-line)
6243 (org-agenda-log-mode, org-agenda-toggle-diary)
6244 (org-agenda-toggle-time-grid, org-agenda-date-later)
6245 (org-agenda-date-prompt, org-agenda-diary-entry)
6246 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6247 (org-agenda-convert-date, org-agenda-menu):
6248 Use `org-agenda-check-type'.
6249 (org-make-overlay, org-delete-overlay)
6250 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6251 New compatibility functions.
6252 (org-calendar-select-mouse): New command.
6253
6254 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6257 (Custom-reset-standard): Fix y-or-n-p messages.
6258 (custom-link): New face for links.
6259 (custom-buffer-create-internal, custom-manual): Use it.
6260 (custom-face-save): Push to theme-face before setting face spec.
6261
6262 * wid-edit.el (widget-default-mouse-face-get): New function.
6263 (widget-specify-button): Handle mouse-face like button-face.
6264
6265 * custom.el (load-theme): Clear old theme settings if reloading.
6266
6267 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6268
6269 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6270 "Erase Customization" button back to same position it occupies in
6271 the individual State menus.
6272
6273 2006-01-04 Kim F. Storm <storm@cua.dk>
6274
6275 * wid-edit.el (key-sequence): Rework widget to read key binding
6276 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6277 (widget-key-sequence-default-value): Default value for empty sequence.
6278 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6279 (widget-key-sequence-read-event): New command for C-q.
6280 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6281 (widget-key-sequence-value-to-external): New functions.
6282
6283 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6286 Use expand-file-name.
6287 (flymake-delete-temp-directory): Use expand-file-name,
6288 file-name-directory, and directory-file-name.
6289 (flymake-strrchr): Delete.
6290 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6291 to the init-f function.
6292 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6293 (flymake-init-find-buildfile-dir)
6294 (flymake-init-create-temp-source-and-master-buffer-copy)
6295 (flymake-simple-make-init-impl, flymake-simple-make-init)
6296 (flymake-master-make-init, flymake-master-make-header-init)
6297 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6298 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6299 (flymake-xml-init): Remove corresponding redundant buffer argument.
6300 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6301 the default anyway. Clean up regexps.
6302
6303 * progmodes/flymake.el (flymake-temp-source-file-name)
6304 (flymake-master-file-name, flymake-temp-master-file-name)
6305 (flymake-base-dir): New buffer-local vars.
6306 (flymake-buffer-data, flymake-get-buffer-value)
6307 (flymake-set-buffer-value): Replace those hash-tables by the new
6308 buffer-local vars. Update callers.
6309
6310 * progmodes/flymake.el (flymake-check-start-time)
6311 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6312 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6313 Move definition, so we can remove redundant earlier declaration.
6314 (flymake-replace-regexp-in-string, flymake-split-string)
6315 (flymake-get-temp-dir): Use defalias.
6316 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6317 (flymake-xemacs-window-edges): Remove unused function.
6318 (flymake-get-point-pixel-pos): Move.
6319 (flymake-pid-to-names, flymake-reg-names)
6320 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6321 Replace by a simple list flymake-processes and by process-buffer.
6322 Update callers. Other than simplify the code, it uses buffers rather
6323 than buffer-names so it doesn't get confused by uniquify.
6324 (flymake-buffer-data): The global value should just be nil.
6325
6326 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6327 Optimize the body of a defalias like any other code.
6328
6329 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6330 Make sure we've setup font-lock's vars. It may influence which
6331 function we then call.
6332 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6333 here since it's too late anyway.
6334
6335 2006-01-03 Romain Francoise <romain@orebokech.com>
6336
6337 * startup.el (fancy-splash-tail, normal-splash-screen):
6338 Update copyright year.
6339
6340 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6341
6342 * mouse.el (mouse-drag-track): Rename, from
6343 `mouse-drag-region-1'. Includes optional argument required to
6344 enable post-drag event processing (e.g. delete region keys).
6345 Can be used without this argument to track a mouse region and operate
6346 on it as soon as the drag completes.
6347 (mouse-drag-region): Use `mouse-drag-track'.
6348
6349 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6352 Move to `custom-buffer' group.
6353
6354 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6355 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6356 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6357 (custom-theme-face-menu): New variables.
6358 (custom-theme-add-variable, custom-theme-variable-action)
6359 (custom-variable-reset-theme, custom-theme-delete-variable)
6360 (custom-face-reset-theme, custom-theme-face-action)
6361 (custom-theme-delete-face, custom-theme-merge-theme)
6362 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6363
6364 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * custom.el: Move Custom Themes commentary to start of theme code.
6367 (custom-known-themes): Rename `standard' theme to `changed'.
6368 (custom-push-theme): Caller no longer specifies what theme to use
6369 when doing `reset'---the setting is simply removed from the theme.
6370 Delete MODE from `theme-value' and `theme-settings' properties.
6371 (custom-declare-theme): Ignore &rest args since we don't use them.
6372
6373 (custom-loaded-themes): Delete variable.
6374 (custom-theme-load-themes, custom-theme-loaded-p)
6375 (custom-theme-value): Delete functions.
6376
6377 (custom-declare-theme): Signal error on invalid theme names.
6378 (provide-theme): custom-loaded-themes was deleted.
6379 (load-theme): Load the file unconditionally.
6380 (enable-theme): Call `load-theme' if theme is undefined.
6381 (custom-enabled-themes): Only update value for successful loads.
6382 (disable-theme): Complete from enabled themes when interactive.
6383 (custom-variable-theme-value): Calculate theme value directly.
6384
6385 (custom-theme-reset-variables, custom-reset-variables): Mark as
6386 XEmacs compatibility functions. We don't actually use these.
6387
6388 * cus-edit.el (custom-variable-state-set):
6389 Use custom-variable-theme-value instead of custom-theme-value.
6390 (custom-face-state-set): Rename `standard' theme to `changed'.
6391 (custom-save-variables, custom-save-faces): Delete unneeded
6392 references to custom-reset-variables.
6393 (custom-save-resets): Delete function.
6394 (custom-save-variables, custom-save-faces): MODE argument deleted.
6395 (custom-save-variables, custom-save-faces): Ignore theme values.
6396
6397 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6398 compatibility function.
6399
6400 2006-01-01 Richard M. Stallman <rms@gnu.org>
6401
6402 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6403 (Custom-reset-current, Custom-reset-saved): Likewise.
6404 (Custom-reset-standard): Show message if aborted.
6405 (custom-mode): Doc fix, describing those commands.
6406
6407 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6408 put on event-kind property.
6409
6410 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6411
6412 * custom.el (provide-theme): Ban `user' theme name.
6413 (custom-enabling-themes): New variable.
6414 (enable-theme): Don't enable user if custom-enabling-themes is t.
6415 (custom-enabled-themes): Make it a defcustom.
6416 (custom-theme-recalc-face): No-op if face is undefined.
6417
6418 * cus-edit.el (custom-button-mouse): New variable.
6419 (custom-button-mouse): New face.
6420 (custom-raised-buttons, custom-mode): Use it.
6421
6422 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6423
6424 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6425
6426 * progmodes/gud.el (gud-display-line): Support hl-line in the
6427 source buffer.
6428
6429 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6430
6431 * mouse.el (mouse-drag-window-above): Verify that the found window
6432 overlaps with the given window in the horizontal dimension.
6433
6434 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6435
6436 * Makefile.in (cvs-update): New target.
6437
6438 * makefile.w32-in (cvs-update): Ditto.
6439
6440 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6441
6442 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6443 (custom-new-theme-mode-map): New variable.
6444
6445 2005-12-30 Richard M. Stallman <rms@gnu.org>
6446
6447 * custom.el (custom-load-themes): Function deleted.
6448
6449 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6450 (custom-save-variables): Don't delete or add custom-load-themes call.
6451
6452 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * cus-start.el: Add `visible-cursor'.
6455
6456 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6457 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6458 (flymake-process-filter): Switch to buffer before calling it instead.
6459 (flymake-post-syntax-check, flymake-highlight-err-lines)
6460 (flymake-delete-own-overlays, flymake-parse-err-lines)
6461 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6462 (flymake-count-lines, flymake-parse-residual):
6463 Remove constant buffer argument.
6464 (flymake-start-syntax-check-for-current-buffer): Remove.
6465 Update callers to use flymake-start-syntax-check instead.
6466 (flymake-display-err-menu-for-current-line):
6467 Remove unused var `mouse-pos'.
6468 (flymake-restore-formatting): Comment out unused function.
6469 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6470 argument, use current-buffer instead. Update callers.
6471
6472 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6473
6474 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6475 buffer-local because choose-completion-delete-max-match requires
6476 that we set completion-ignore-case (i.e., binding via let is not
6477 sufficient).
6478 (bibtex-complete): Always set completion-ignore-case and
6479 choose-completion-string-functions. The latter is needed because
6480 choose-completion-string-functions keeps its value if we quit the
6481 *Completions* buffer without requesting a completion.
6482
6483 2005-12-30 Andreas Schwab <schwab@suse.de>
6484
6485 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6486
6487 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6488
6489 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6490
6491 2005-12-30 Juri Linkov <juri@jurta.org>
6492
6493 * locate.el (locate-fcodes-file, locate-header-face)
6494 * progmodes/delphi.el (delphi-other-face)
6495 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6496
6497 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6498 group `paren-showing-faces'.
6499
6500 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6501 (goto-address): Fix docstring.
6502
6503 * net/webjump.el (webjump-sample-sites): Update URLs.
6504
6505 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6506
6507 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6508
6509 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * font-lock.el (font-lock-compile-keywords): Signal an error when
6512 font-lock-set-defaults hasn't been called.
6513
6514 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6515
6516 * subr.el (noreturn, 1value): Doc fixes.
6517
6518 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6519
6520 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6521 that assoc-string returns nil.
6522
6523 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6524
6525 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6526 (bibtex-entry-type-str, bibtex-empty-field-re)
6527 (bibtex-search-backward-string, bibtex-preamble-prefix)
6528 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6529 (bibtex-any-valid-entry-type): New variable.
6530 (bibtex-parse-field-name): Simplify.
6531 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6532 (bibtex-preamble-prefix): Include left delimiter.
6533 (bibtex-search-forward-field, bibtex-search-backward-field):
6534 Allow unbounded search past entry boundaries (required by bibtex-pop).
6535 (bibtex-text-in-field-bounds): Use push.
6536 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6537 (bibtex-parse-preamble, bibtex-valid-entry)
6538 (bibtex-beginning-first-field): New functions.
6539 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6540 (bibtex-map-entries): Fix docstring.
6541 (bibtex-flash-head): New arg prompt. Simplify.
6542 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6543 (bibtex-insert-kill): Simplify. Always insert text past the
6544 current field or entry.
6545 (bibtex-format-entry): Use bibtex-parse-field.
6546 (bibtex-pop): Use bibtex-beginning-of-entry and
6547 bibtex-end-of-entry to initiate the search. Insert empty field if
6548 we found ourselves.
6549 (bibtex-print-help-message): New args field and comma.
6550 Handle entry keys.
6551 (bibtex-make-field): Use bibtex-beginning-of-entry.
6552 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6553 invalid entry.
6554 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6555 Handle preambles. Simplify code for thorough test.
6556 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6557 New arg comma. Handle entry heads.
6558 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6559 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6560 New arg comma.
6561 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6562 (bibtex-fill-field): Simplify.
6563 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6564 bibtex-parse-field.
6565 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6566 (bibtex-complete): Use bibtex-parse-preamble.
6567
6568 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6569
6570 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6571 Display name of expression instead of convenience variable.
6572 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6573
6574 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6575 toggle-gud-tooltip-dereference.
6576 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6577 (gud-tooltip-tips): ...here when dereferencing.
6578
6579 2005-12-28 Bill Wohler <wohler@newt.com>
6580
6581 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6582
6583 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6586 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6587 (vc-annotate-display-autoscale): Adjust call.
6588 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6589 Fix interactive spec.
6590 (vc-annotate-time-span): Remove.
6591 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6592 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6593 (vc-annotate-display-select): Use new name.
6594
6595 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6596 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6597 Correct the construction of span entries. Simplify.
6598 (vc-annotate-display-select): Fix the nil case.
6599 (vc-annotate): Remove obsolete (and now broken) code.
6600 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6601 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6602
6603 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6604
6605 * subr.el (lazy-completion-table): Correct typo in docstring.
6606
6607 * startup.el (command-line): Use `custom-reevaluate-setting' for
6608 `send-mail-function'.
6609
6610 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6611
6612 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6613
6614 * mail/smtpmail.el (smtpmail-try-auth-methods):
6615 Send credentials together with "AUTH PLAIN" command.
6616
6617 2005-12-27 Richard M. Stallman <rms@gnu.org>
6618
6619 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6620 mouse-2, go back to previously selected window, so it's selected
6621 when mouse-2 command runs.
6622
6623 2005-12-27 Juri Linkov <juri@jurta.org>
6624
6625 * descr-text.el (describe-text-sexp): Use square brackets for
6626 button [Show] to distinguish it from the property value `show'.
6627 (describe-property-list): Use `insert-text-button' with
6628 `help-face' type instead of putting face in quotes, because button
6629 is not created automatically for a list of faces.
6630 (describe-text-properties-1): Put button-type value in quotes to
6631 distinguish from plain text "button".
6632 (describe-char): Display code point values in hex. Don't use
6633 `symbol-name' for `current-input-method' because it is a string.
6634 Use `insert-text-button' with `help-face' type instead of putting
6635 hardcoded face in quotes, because button is not created automatically.
6636
6637 2005-12-27 Richard M. Stallman <rms@gnu.org>
6638
6639 * progmodes/glasses.el (glasses-face): More specific custom type.
6640
6641 * files.el (set-visited-file-name): Doc fix.
6642
6643 * textmodes/flyspell.el (flyspell-external-point-words):
6644 Use local var buffer-scan-pos to advance scan for next misspelling.
6645 Advance it only after we find the misspelling.
6646
6647 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6648
6649 * textmodes/flyspell.el (flyspell-external-point-words):
6650 New criteria for finding the misspelling in the buffer.
6651
6652 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6653
6654 * help-mode.el (help-insert-string): Set help-xref-stack-item
6655 rather than call help-setup-xref.
6656
6657 * descr-text.el (describe-char): Revert previous changes for
6658 optional buffer argument.
6659
6660 2005-12-27 Juri Linkov <juri@jurta.org>
6661
6662 * help-mode.el (help-insert-string): New function. Save buffer
6663 contents in cases where it is impossible to recompute the old contents.
6664
6665 * descr-text.el (describe-char): Set help-xref-stack-item
6666 explicitly after buffer has been generated.
6667
6668 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6669
6670 * cus-start.el (all): Add x-gtk-show-hidden-files.
6671
6672 2005-12-26 Richard M. Stallman <rms@gnu.org>
6673
6674 * replace.el (perform-replace): Calculate match-again
6675 before skipping read-only matches.
6676
6677 * paren.el (paren-showing-faces): New group.
6678 (show-paren-match, show-paren-mismatch): Move to that group.
6679
6680 * button.el (button): Put into group `basic-faces'.
6681
6682 * progmodes/make-mode.el: Remove faces from group `faces'.
6683
6684 * apropos.el (apropos, apropos-value): Doc fix.
6685 (apropos-documentation): Doc fix.
6686
6687 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * subr.el (lazy-completion-table): Remove argument `args'.
6690
6691 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6692 Don't use the `args' argument of lazy-completion-table.
6693
6694 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6695
6696 * descr-text.el (describe-char): Add optional argument for buffer.
6697 Set buffer appropriately. Call help-setup-xref.
6698 Suggested by Stefan Monnier.
6699
6700 2005-12-26 Juri Linkov <juri@jurta.org>
6701
6702 * descr-text.el: Require `help-fns' at runtime. Don't require
6703 `button' for byte compilation.
6704 (describe-text-widget): Add `help-echo' for first button.
6705 Use `help-info' for second.
6706 (describe-property-list): Use `help-argument-name' instead of `italic'.
6707 (describe-text-category): Add prompt to interactive spec.
6708 Call `help-setup-xref'.
6709 (describe-char): Use `help-character-set'. Add `help-echo' for
6710 code point. Use `help-input-method'. Remove superfluous insert.
6711
6712 2005-12-25 Richard M. Stallman <rms@gnu.org>
6713
6714 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6715 at point, in case of narrowing.
6716
6717 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6718
6719 * locate.el (locate-header-face): Allow nil in type.
6720
6721 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6722
6723 2005-12-25 Romain Francoise <romain@orebokech.com>
6724
6725 * battery.el (battery-linux-proc-acpi): Also try
6726 `/proc/acpi/thermal_zone/THM0/temperature'.
6727
6728 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6729
6730 * custom.el (custom-push-theme): Fix docstring.
6731
6732 * cus-edit.el (custom-variable-set, custom-variable-save)
6733 (custom-variable-save): Custom-quote widget values.
6734 (customize-save-variable): Fix custom-push-theme call.
6735
6736 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6737
6738 * w32-fns.el (w32-batch-update-autoloads): New function.
6739
6740 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6741 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6742 from the command line.
6743
6744 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6745
6746 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6747 reset means to remove setting from theme entirely. Don't keep
6748 expanding theme-settings list; delete old entries if necessary.
6749
6750 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6751 customization" button one line up.
6752 (custom-themed): New face.
6753 (custom-magic-alist): New value, THEMED, for theme settings.
6754 (custom-variable-state-set, custom-face-state-set):
6755 Check theme-value instead of saved-value.
6756 (custom-variable-reset-standard, custom-face-reset-standard):
6757 Remove theme setting entirely. Recalculate new values.
6758 (custom-variable-set, custom-variable-set)
6759 (custom-variable-reset-saved, custom-variable-reset-backup)
6760 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6761 (custom-variable-save): Fix typos.
6762
6763 2005-12-23 Juri Linkov <juri@jurta.org>
6764
6765 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6766 Add autoload cookies.
6767 (edebug-outside-d-c-i-n-s-w): New variable.
6768 (edebug-display, edebug-outside-excursion): Use it to save the
6769 original value of default-cursor-in-non-selected-windows.
6770 Set default-cursor-in-non-selected-windows to t while Edebug
6771 is active.
6772 (edebug-mode, edebug-eval-mode): Doc fix.
6773
6774 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6775 with `buffer-substring-no-properties' to remove common substring
6776 highlighting.
6777
6778 * info.el (info-other-window, info): Rename function argument
6779 `file' to `file-or-node'.
6780 (Info-complete-menu-item): Use local variable `complete-nodes' to
6781 keep the global value of `Info-complete-nodes' unchanged for
6782 subsequent completions.
6783 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6784
6785 * simple.el (get-next-valid-buffer, last-buffer)
6786 (next-error-buffer-p, next-error-find-buffer)
6787 (minibuffer-history-sexp-flag): Doc fix.
6788
6789 * savehist.el (savehist-mode-hook): Add `:group'.
6790
6791 * log-view.el: Call autoload for vc-find-version.
6792 (log-view-current-file): Adjust subgroup numbers.
6793 (log-view-current-tag): Add `length'.
6794
6795 2005-12-23 Richard M. Stallman <rms@gnu.org>
6796
6797 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6798
6799 2005-12-23 Juri Linkov <juri@jurta.org>
6800
6801 * hi-lock.el (hi-lock-archaic-interface-message-used)
6802 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6803 (hi-lock-mode): Display "Hi" in the mode line only when
6804 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6805 (hi-lock-write-interactive-patterns):
6806 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6807 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6808 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6809 font-lock-add-keywords to t.
6810
6811 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6812
6813 * hi-lock.el (hi-lock-highlight-range): New variable.
6814 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6815 only if font-lock-fontified is non-nil. Remove overlays.
6816 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6817 font-lock-fontified is non-nil, otherwise use overlays (instead of
6818 text properties).
6819 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6820 New variables.
6821 (hi-lock-string-serialize) New function.
6822
6823 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6824
6825 * menu-bar.el (menu-find-file-existing): New function.
6826 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6827
6828 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6829
6830 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * vc.el: Remove unnecessary leading * in docstrings.
6833 (vc-annotate-mode-map): Move initialization into declaration.
6834 (vc-static-header-alist): Nitpick on the regexp.
6835 (vc-default-init-version): New fun.
6836 (vc-register): Use it.
6837 (vc-insert-headers): Use dolist.
6838 (vc-annotate-get-backend): Remove unused function.
6839 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6840 (vc-annotate-mode): Remove corresponding call.
6841 (vc-annotate-car-last-cons): Simplify.
6842 (vc-annotate-buffers): Remove var.
6843 (vc-annotate-backend): Make it buffer-local.
6844 (vc-annotate): Move the interaction to the interactive spec.
6845 Add a `buf' argument.
6846 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6847 killing&creating a vc-annotate buffer, which is very disruptive when
6848 the buffers are shown in dedicated frames.
6849
6850 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6851
6852 * descr-text.el: Add FSF as maintainer.
6853 (describe-text-mode, describe-text-mode-map)
6854 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6855 help-mode.
6856 (describe-text-widget, describe-text-sexp)
6857 (describe-property-list, describe-text-category)
6858 (describe-text-properties, describe-text-properties-1)
6859 (describe-char): Use help buttons instead of widgets.
6860 (describe-char-unicodedata-file): Make URL link in doc string.
6861
6862 2005-12-22 Richard M. Stallman <rms@gnu.org>
6863
6864 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6865 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6866 Don't include buttons that write a file when there's no file.
6867 (custom-variable-menu, custom-face-menu, custom-group-menu):
6868 Don't include commands that write a file when there's no file.
6869 (customize-browse): Reword the top-of-buffer help intro.
6870 (custom-buffer-create-internal): Fix previous change.
6871 (customize-changed-options-previous-release): Prev release is 21.1.
6872 (customize-changed-options): Doc fix.
6873 (customize-changed): New alias.
6874 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6875 Say "standard values".
6876 (Custom-reset-standard): Doc fix.
6877 (custom-face-reset-standard): Doc fix.
6878
6879 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6882 even if font-lock-mode is non-nil since it may be t without having
6883 turned on font-lock-mode-internal.
6884 (font-lock-choose-keywords): Minor optimization.
6885 (font-lock-add-keywords, font-lock-remove-keywords)
6886 (font-lock-set-defaults): Don't call make-local-variable on a variable
6887 that we know to already be local.
6888
6889 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6890
6891 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6892 messages if in the minibuffer.
6893
6894 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6897 (tex-mode-flyspell-verify, flyspell-get-word)
6898 (flyspell-external-point-words): Don't use point-min/max uselessly.
6899
6900 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6901 by Kevin Rodgers. Instead, just hide the completions buffer if we
6902 don't need to show it.
6903
6904 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6905
6906 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6907
6908 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6911 delete-windows-on with an inexistent buffer.
6912
6913 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6914
6915 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6916 Delete defcustom variable :tag names.
6917
6918 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6921 (log-view-font-lock-keywords): Ajust subgroup numbers.
6922 (log-view-current-tag): Don't hard code the number of subgroups.
6923
6924 2005-12-20 Juri Linkov <juri@jurta.org>
6925
6926 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6927 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6928
6929 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6930 (menu-bar-non-minibuffer-window-p): Instead of checking
6931 display-multi-frame-p, use selected-frame when menu-updating-frame
6932 is nil.
6933
6934 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6935
6936 * align.el (align-rules-list): Use [ \t] instead of \s-
6937 for column separators in text mode.
6938
6939 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6940
6941 * help-mode.el (help-customize-variable, help-customize-face):
6942 Don't pop help-xref-stack as help-follow no longer pushes
6943 anything on to it.
6944
6945 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6946
6947 * textmodes/org.el (org-agenda-custom-commands): New option.
6948 (org-agenda): Offer custom commands on splash screen.
6949 (org-make-tags-matcher): Parser for Boolean logic added.
6950 (org-agenda-set-tags): New command.
6951 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6952 (org-set-tags): Efficiency improvements.
6953 (org-auto-align-tags): New option.
6954 (org-todo, org-demote, org-promote): Realign tags.
6955 (org-tags-completion-function): Use also "&" and "|" as separators.
6956 (org-org-menu): Agenda commands simplified.
6957
6958 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6959
6960 * cus-edit.el (customize-apropos, customize-apropos-options):
6961 Docstring changes.
6962
6963 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6964
6965 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * longlines.el (longlines-mode): Wrap while widened.
6968 (longlines-decode-region, longlines-encode-region): Compute max
6969 just once.
6970
6971 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6972
6973 * cus-edit.el (mac): New group.
6974
6975 * cus-start.el (all): Add user options in macterm.c. Add test for
6976 Mac-related built-ins. Fix test for GTK-related built-ins.
6977
6978 * term/mac-win.el (mac-handle-language-change)
6979 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6980 (mac-services-open-selection, mac-services-mail-selection)
6981 (mac-services-mail-to, mac-services-insert-text)
6982 (mac-dispatch-apple-event): Add docstrings.
6983 (x-get-selection, mac-select-convert-to-string): Select coding
6984 system from `utf-16be' and `utf-16le' using `byteorder'.
6985
6986 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6989 a "list" (lambda ...) rather than a real completion list.
6990
6991 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6992 lexical-let when encountering ((lambda (...) ...) ...).
6993
6994 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6995
6996 * progmodes/sh-script.el (sh-mode):
6997 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6998 * textmodes/picture.el (picture-mode): Update docstrings.
6999
7000 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7001
7002 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7003 commands enclosed in $(ARGQUOTE)s should not be split between two
7004 lines, as that will break with GNU Make >3.80, when sh.exe is used
7005 and arg quoting is with '..'.
7006 (autoloads): Don't break the quoted --eval expression between
7007 several lines.
7008
7009 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7012 Capture error from printing circular structures.
7013
7014 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7015
7016 * wid-edit.el (widget-checkbox-action): Clear undo info.
7017
7018 2005-12-16 Bill Wohler <wohler@newt.com>
7019
7020 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7021 bar, not menubar in comment.
7022
7023 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7026 After-change-functions should not clobber the match data.
7027
7028 2005-12-16 Juri Linkov <juri@jurta.org>
7029
7030 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7031 instead of `buffer-substring'.
7032 (completion-common-substring): Doc fix.
7033 (completion-setup-function): Use minibuffer-completion-contents
7034 instead of minibuffer-contents. Don't set common-string-length
7035 initially. Remove special handling of partial-completion-mode.
7036 Move computation of completion-base-size into one cond.
7037 Call completion-base-size-function in mainbuf. In computation of
7038 completion-base-size for file name completion don't move point to
7039 the end of the minibuffer. Move computation of common-string-length
7040 into one cond. Start putting faces only when common-string-length>=0.
7041 Add condition to put completions-common-part when
7042 common-string-length>0.
7043
7044 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7045 place point at the first different character in the minibuffer
7046 even if this position is at the beginning of the minibuffer.
7047
7048 * info.el (Info-read-node-name-1): In completion-base-size-function's
7049 lambda return 1 if common-substring or minibuffer-completion-contents
7050 starts with (, and 0 otherwise.
7051
7052 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7053 Use `crm-current-element' for second arg of `display-completion-list'.
7054
7055 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7056
7057 * files.el (set-auto-mode): Look for an interpreter specified on
7058 the first line also if search for mode specification succeeded,
7059 but the mode is not known.
7060
7061 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7062
7063 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7064 (org-open-at-point): Implement tag searches as links.
7065 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7066 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7067 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7068 (org-agenda-dispatch): New commands.
7069 (org-use-tag-inheritance, org-tags-column): New options.
7070 (org-tab-follows-link, org-return-follows-link): New options.
7071 (org-tags): New customize group.
7072 (org-start-icalendar-file): Get local time zone.
7073 (org-tags-completion-function): New function.
7074 (org-set-font-lock-defaults): Make sure links will also be
7075 highlighted inside headlines.
7076
7077 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7078
7079 * term.el (term-emulate-terminal):
7080 Let term-handle-ansi-terminal-messages override what Bash says about
7081 its current directory.
7082
7083 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7084
7085 * bindings.el (last-buffer): Move to simple.el.
7086 * simple.el (last-buffer): Move here.
7087 (get-next-valid-buffer): New function.
7088 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7089 (prev-buffer): Ditto. Rename to `previous-buffer'.
7090
7091 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7092 * bindings.el (global-map): Ditto.
7093
7094 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7095
7096 * cus-edit.el: Introductory comment change.
7097 (custom-magic-alist): Change message string for the `rogue' state.
7098
7099 2005-12-15 Richard M. Stallman <rms@gnu.org>
7100
7101 * tooltip.el: Delete defcustom variable :tag names.
7102
7103 * complete.el (partial-completion-mode): Doc fix.
7104
7105 * textmodes/flyspell.el (flyspell-external-point-words):
7106 Use save-excursion to ensure we don't move backward in the
7107 search loop, not even one character.
7108 (flyspell-delete-all-overlays): Use remove-overlays directly.
7109
7110 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7111 (ispell-start-process): Set that variable.
7112 Clear ispell-buffer-local-name.
7113 (ispell-internal-change-dictionary):
7114 Set ispell-current-dictionary after killing process.
7115 (ispell-buffer-local-dict):
7116 Don't set spell-personal-dictionary after killing process.
7117 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7118 (ispell-tex-skip-alists, ispell-html-skip-alists)
7119 (ispell-skip-region-alist): Mark as risky.
7120
7121 * net/newsticker.el (newsticker--retrieval-timer-list)
7122 (newsticker--display-timer, newsticker-running-p)
7123 (newsticker-ticker-running-p): Definitions moved up.
7124
7125 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7126
7127 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7128
7129 2005-12-15 David Ponce <david@dponce.com>
7130
7131 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7132 (recentf-edit-list, recentf-open-files): Signal an error when
7133 there is no recent file.
7134
7135 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7136
7137 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7138 read-only except for texinfo-format-region evaluation.
7139
7140 2005-12-14 Richard M. Stallman <rms@gnu.org>
7141
7142 * vc.el (vc-default-previous-version, vc-default-next-version)
7143 (vc-do-command): Doc fixes.
7144
7145 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7146
7147 * textmodes/bibtex.el (bibtex-expand-strings)
7148 (bibtex-autokey-expand-string, bibtex-name-part)
7149 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7150 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7151 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7152 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7153 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7154 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7155 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7156 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7157 (bibtex-beginning-of-last-entry): Remove.
7158 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7159 message if comma is missing but buffer is read-only.
7160 (bibtex-parse-field-text): Handle whitespaces at the end of field
7161 text. Return 3-element list with beginning and end of field text
7162 and end of field.
7163 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7164 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7165 (bibtex-search-forward-field, bibtex-search-backward-field):
7166 Search always delimited by limits of entry. Use more efficient
7167 search algorithms.
7168 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7169 bibtex-end-of-name-in-field.
7170 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7171 extracting the content of a field.
7172 (bibtex-text-in-field): Use search limits.
7173 (bibtex-parse-string-prefix): Handle empty string keys based on
7174 bibtex-string-empty-key.
7175 (bibtex-parse-string): Fix docstring.
7176 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7177 (bibtex-preamble-prefix, bibtex-strings): New functions.
7178 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7179 BibTeX entries (consistent with other BibTeX functions).
7180 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7181 (bibtex-search-entry): Fix docstring. Simplify.
7182 (bibtex-flash-head, bibtex-complete-string-cleanup)
7183 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7184 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7185 (bibtex-parse-entry): New optional arg content.
7186 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7187 Use bibtex-text-in-field-bounds.
7188 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7189 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7190 bibtex-parse-string-postfix.
7191 (bibtex-find-text-internal): New function.
7192 (bibtex-remove-delimiters): Use it.
7193 (bibtex-find-text): Use it. New optional arg help.
7194 (bibtex-complete): Handle BibTeX string and preamble entries.
7195 (bibtex-Preamble): Fix order of closing delimiters.
7196
7197 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * vc.el (vc-default-revert): New fun.
7200
7201 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7202
7203 2005-12-14 Romain Francoise <romain@orebokech.com>
7204
7205 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7206 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7207 (font-lock-remove-keywords): Likewise.
7208
7209 2005-12-14 Juri Linkov <juri@jurta.org>
7210
7211 * log-view.el (log-view-diff): Doc fix.
7212
7213 * isearch.el (isearch-query-replace): Use (mark) instead of
7214 isearch-opoint if mark is active in transient-mark-mode.
7215
7216 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7217
7218 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7219
7220 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7221
7222 * progmodes/cpp.el (cpp-face): New widget.
7223 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7224
7225 2005-12-14 Juri Linkov <juri@jurta.org>
7226
7227 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7228 around `erase-buffer' and `insert'.
7229
7230 * descr-text.el (describe-text-properties): Replace buffer name
7231 "*Help-2*" with "*Help*<2>".
7232 (describe-char): Add functions print-help-return-message,
7233 toggle-read-only. Use help-setup-xref with nil to not store
7234 describe-char in help-xref-stack. Use help-make-xrefs to
7235 make [back] button.
7236
7237 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7238
7239 * wdired.el (wdired-old-point): New internal variable.
7240 (wdired-change-to-wdired-mode): Set it buffer-locally.
7241 (wdired-abort-changes): Restore point after aborting changes.
7242
7243 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * vc.el (vc-do-command): Add a new value t for okstatus.
7246
7247 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7248 frame in case of errors.
7249
7250 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7251
7252 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7253 so it comes after "On the Left" in the menu.
7254
7255 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7256
7257 * cus-edit.el (customize-apropos, customize-apropos-options)
7258 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7259
7260 2005-12-12 Bill Wohler <wohler@newt.com>
7261
7262 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7263 non-writable Subversion-controlled files by saving window
7264 configuration before calling vc-do-command. vc-do-command calls
7265 pop-to-buffer on error which is unexpected during registration.
7266
7267 2005-12-12 Jay Belanger <belanger@truman.edu>
7268
7269 * calc/README: Update the summary of changes.
7270
7271 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7272
7273 * descr-text.el (describe-char): Rework last fix to solve the problem
7274 is the same way it's solved for everything else in that function
7275 (i.e. by extracting the info before setting up the *Help* buffer).
7276
7277 2005-12-12 Kim F. Storm <storm@cua.dk>
7278
7279 * subr.el (version-regexp-alist): Allow space as separator before
7280 non-numeric part, e.g. "1.0 alpha".
7281 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7282
7283 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7284
7285 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7286 Implement Logging and the keep-modes setting.
7287 (org-get-category): Make sure a string is returned.
7288 (org-log-done): New function.
7289 (org-log-done, org-closed-string): New options.
7290
7291 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7292
7293 * tooltip.el (tooltip-y-offset): Change default to 20.
7294
7295 2005-12-12 Richard M. Stallman <rms@gnu.org>
7296
7297 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7298
7299 * frame.el (display-hourglass): Doc fix.
7300
7301 * help.el (help-for-help-internal): Simplify entry for `a'.
7302
7303 * info.el (Info-on-current-buffer): Doc fix.
7304 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7305
7306 * startup.el (inhibit-splash-screen): Make this the real name.
7307 (inhibit-startup-message): Make this the alias.
7308 (command-line): Find only simple.el, and use its directory
7309 to fill in other preloaded files' names.
7310 (command-line): Deactivate the mark if deactivate-mark is set.
7311
7312 * international/mule.el (load-with-code-conversion):
7313 Bind deactivate-mark.
7314
7315 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7316
7317 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7318
7319 * cus-edit.el (customize-apropos): Avoid listing an option more
7320 than once under different aliases. No longer list user options
7321 that are not defined with defcustom (unless a prefix arg is given).
7322 Doc fix.
7323 (customize-apropos-options): Doc fix.
7324
7325 2005-12-11 Juri Linkov <juri@jurta.org>
7326
7327 * frame.el (set-background-color, set-foreground-color)
7328 (set-cursor-color, set-mouse-color, set-border-color):
7329 Add explicit prompts to read colors by `facemenu-read-color'.
7330 (show-trailing-whitespace, blink-cursor-delay)
7331 (blink-cursor-interval, display-hourglass, hourglass-delay):
7332 Remove tags.
7333 (display-hourglass, hourglass-delay): Doc fix.
7334 (cursor-in-non-selected-windows): Capitalize words in tag.
7335
7336 * faces.el (frame-background-mode): Replace `choice-item' keywords
7337 with `const' to not make [default] button. Change default value tag
7338 from `default' to `automatic'. Doc fix.
7339 (trailing-whitespace) <defface>: Change group `whitespace' to
7340 `whitespace-faces'.
7341
7342 2005-12-11 Richard M. Stallman <rms@gnu.org>
7343
7344 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7345
7346 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7347
7348 * term/mac-win.el: Create keymap for mac-apple-event-map.
7349
7350 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7351
7352 * tooltip.el (tooltip-mode): Move to start of file so that it
7353 appears at top of customize buffer.
7354
7355 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7356 Add the gud groupname.
7357 (gud-tooltip-mode): Add the tooltip groupname.
7358 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7359 avoid conflict with tooltip-use-echo-area.
7360
7361 2005-12-10 Romain Francoise <romain@orebokech.com>
7362
7363 * help.el (help-for-help-internal): Add `r' in doc string.
7364
7365 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7366
7367 * align.el (align-regexp, align-highlight-rule):
7368 Use region-beginning and region-end instead of point and mark, so that
7369 repetition (with `repeat-complex-command') recomputes the region
7370 bounds.
7371
7372 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7373
7374 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7375 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7376 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7377 (balance-windows): Rewrite using the above new functions.
7378
7379 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7380
7381 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7382 react if global-hi-lock-mode seems intended.
7383 (global-hi-lock-mode) Renamed from hi-lock-mode.
7384 (hi-lock-archaic-interface-message-used)
7385 (hi-lock-archaic-interface-deduce): New variables.
7386 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7387 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7388 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7389 Replace hi-lock-buffer-mode with hi-lock-mode.
7390
7391 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7392
7393 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7394 completion list, even after a partial completion has been
7395 inserted in the current buffer. If there are more than 1
7396 completion, redisplay the *Completions* buffer; if the
7397 completion is unique, delete the *Completions* window.
7398
7399 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7400
7401 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7402 strings and long subject lines that were broken into multiple
7403 lines at arbitrary places. Handle subjects that have "Re: " in
7404 the middle.
7405
7406 2005-12-10 John W. Eaton <jwe@octave.org>
7407
7408 * emacs/octave-mod.el (octave-electric-space): Don't indent
7409 comments or strings if octave-auto-indent is nil.
7410
7411 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7412
7413 * term/mac-win.el: Require url when compiling.
7414 Call mac-process-deferred-apple-events after loading init files.
7415 (mac-apple-event-map): New defvar. Define event handlers in it.
7416 (core-event, internet-event): New Apple event class symbols.
7417 (open-application, reopen-application, open-documents)
7418 (print-documents, open-contents, quit-application)
7419 (application-died, show-preferences, autosave-now, get-url):
7420 New Apple event ID symbols.
7421 (about): New HICommand ID symbol.
7422 (mac-event-spec, mac-event-ae): New macros.
7423 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7424 (mac-ae-selection-range, mac-ae-text-for-search)
7425 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7426 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7427 and Services menu events are now defined in mac-apple-event-map.
7428 (mac-drag-n-drop): Remove selection range handling.
7429
7430 2005-12-10 Kenichi Handa <handa@m17n.org>
7431
7432 * simple.el (zap-to-char):
7433 * isearch.el (isearch-process-search-char): Translate CHAR by
7434 translation-table-for-input.
7435
7436 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7437
7438 * foldout.el (foldout-exit-fold): Properly hide subtree.
7439
7440 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7441
7442 * files.el (save-buffer):
7443 * international/ucs-tables.el (ucs-set-table-for-input):
7444 * mail/mail-extr.el (mail-extract-address-components):
7445 * mail/sendmail.el (mail-mode): Reformat doc string.
7446
7447 2005-12-09 Juri Linkov <juri@jurta.org>
7448
7449 * isearch.el (isearch-highlight): Change main overlay priority
7450 from 1 to 1001. Simplify.
7451 (isearch-lazy-highlight-update): Change lazy overlay priority
7452 from 0 to 1000.
7453
7454 * replace.el (replace-highlight): Change overlay priority from
7455 1 to 1001.
7456
7457 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7458 Change overlay priority from 1 to 1001. Reuse existing overlay.
7459
7460 * compare-w.el (compare-windows-highlight): Change overlay
7461 priority from 1 to 1000.
7462
7463 * menu-bar.el (menu-bar-edit-menu): Add listp around
7464 pending-undo-list to disable menu item "undo" when pending
7465 undo list is empty.
7466
7467 * locate.el (locate): Disable undo in *Locate* buffer.
7468
7469 2005-12-09 Kim F. Storm <storm@cua.dk>
7470
7471 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7472
7473 2005-12-09 David Ponce <david@dponce.com>
7474
7475 * recentf.el: Improvement of the menu code.
7476 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7477 instead of menu hook.
7478 (recentf-show-menu, recentf-hide-menu): New functions.
7479 (recentf-menu-customization-changed, recentf-mode): Use them.
7480 (recentf-menu-action, recentf-max-menu-items)
7481 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7482 (recentf-arrange-by-rule-others)
7483 (recentf-arrange-by-rules-min-items)
7484 (recentf-arrange-by-rule-subfilter) : Don't use
7485 `recentf-menu-customization-changed'.
7486 (recentf-arrange-rules): Likewise. Accept functions to compute
7487 sub-menu titles.
7488 (recentf-menu-filter): Likewise. Doc fix.
7489 (recentf-menu-value-shortcut): Doc fix.
7490 (recentf-dump-variable): Quote atom value.
7491 (recentf-make-menu-items): Update to use it as a menu filter.
7492 (recentf-match-rule): New function.
7493 (recentf-arrange-by-rule): Use it.
7494 (recentf-indirect-mode-rule): New function.
7495 (recentf-build-mode-rules): Use it.
7496 (recentf-dir-rule): New function.
7497 (recentf-arrange-by-dir): Use it.
7498 (recentf-filter-changer-current): Rename from
7499 `recentf-filter-changer-state'. All references updated.
7500 (recentf-filter-changer-alist): Update filter names.
7501 (recentf-filter-changer-select): New function.
7502 (recentf-filter-changer): Use it. Make a sub-menu from filters
7503 available in `recentf-filter-changer-alist'.
7504 (recentf-data-cache, recentf-clear-data)
7505 (recentf-update-menu): Remove. All references updated.
7506 (recentf-match-rule-p, recentf-build-dir-rules)
7507 (recentf-filter-changer-goto-next)
7508 (recentf-filter-changer-get-current)
7509 (recentf-filter-changer-get-next): Remove.
7510
7511 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7512
7513 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7514 buffer "Reset" button to "Reset to Current" for consistency with
7515 the State buttons.
7516
7517 2005-12-08 John Paul Wallington <jpw@pobox.com>
7518
7519 * ibuf-ext.el (define-ibuffer-filter filename):
7520 If `dired-directory' is a list then really use its car.
7521
7522 2005-12-08 Kim F. Storm <storm@cua.dk>
7523
7524 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7525 Fix indention of text on right side of replaced rectangle.
7526
7527 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7528
7529 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7530 No need to check gud-comint-buffer is bound.
7531 (gdb): Prevent multiple debugging when first session uses gdba.
7532
7533 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7534
7535 CC Mode update to 5.31.
7536
7537 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7538 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7539 We might do this function properly in the future).
7540
7541 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7542 New macros c-sentence-end and c-default-value-sentence end, to cope
7543 with Emacs 22's new function `sentence-end'.
7544
7545 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7546
7547 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7548 compat issue using `c-put-overlay' and `c-delete-overlay'.
7549
7550 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7551 New compat macros to handle overlays/extents.
7552
7553 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7554
7555 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7556 (for GNU Emacs 20.4)
7557
7558 * progmodes/cc-defs.el:
7559 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7560
7561 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7562 highlighting mechanism so it will work in XEmacs too.
7563
7564 * progmodes/cc-defs.el: Insert c-int-to-char.
7565
7566 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7567 call to the new macro c-int-to-char. This solves XEmacs's
7568 regarding characters as different from integers.
7569
7570 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7571
7572 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7573 New internal helper.
7574
7575 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7576 construct to make the indirect face lookup work in XEmacs.
7577
7578 (c-cpp-matchers): Append the negation char face to the existing
7579 fontification, so that the cpp face doesn't disappear.
7580 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7581 and strings.
7582
7583 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7584 to map to `font-lock-negation-char-face' in emacsen where it exists.
7585
7586 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7587
7588 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7589
7590 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7591 Rename "c-subword-move-mode" as "c-subword-mode".
7592
7593 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7594 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7595
7596 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7597
7598 * progmodes/cc-mode.el: Added autoload directive for
7599 `c-subword-move-mode' for use in older emacsen.
7600
7601 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7602
7603 * progmodes/cc-mode.el:
7604 (i) Insert a binding for C-c C-backspace into
7605 c-bind-special-erase-keys which works in TTYs.
7606 (ii) Make sure that when file styles are used, any explicitly
7607 given style variables take priority over those in the style.
7608 Do this by calling `hack-local-variables' a second time.
7609
7610 * progmodes/cc-vars.el: Add language specific customization
7611 widgets for AWK to c-doc-comment-style, c-require-final-newline
7612 and c-default-style. Add a defcustom for awk-mode-hook.
7613 Give c-syntactic-element and c-syntactic-context doc-strings by
7614 directly setting their `variable-documentation' propery.
7615 This allows Emacs 22.1 to read these with C-h v.
7616
7617 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7618
7619 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7620
7621 * progmodes/cc-fonts.el, cc-vars.el
7622 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7623 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7624 Masatake YAMATO.
7625
7626 (c-doc-comment-style): Made GtkDoc default in C mode.
7627
7628 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7629 and C-c C-<delete>.
7630
7631 (c-bind-special-erase-keys): New function for use on
7632 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7633
7634 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7635 <delete> key behavior in XEmacs according to `delete-forward-p'.
7636 C.f. `c-electric-delete'.
7637
7638 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7639
7640 * progmodes/cc-mode.el: Give c-hungry-backspace and
7641 c-hungry-delete-forward permanent key bindings.
7642
7643 * progmodes/cc-cmds.el (c-electric-semi&comma):
7644 Bind c-syntactic-context for calls to "criteria functions", for
7645 consistency with other calls to user functions.
7646
7647 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7648 `current-prefix-arg', since this might be the prefix arg to a
7649 command which calls c-indent-command as a function. Change the
7650 interactive spec from "p" to "P".
7651
7652 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7653 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7654 was difficult to understand.
7655
7656 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7657
7658 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7659 first char of an identifier.
7660
7661 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7662 +" syntax in C++.
7663
7664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7665
7666 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7667 auto-fill doesn't split a c-comment's last word from a hanging
7668 "*/" when a space is typed between them after fill-column.
7669
7670 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7671
7672 * progmodes/cc-styles.el (c-set-style)
7673 (c-setup-paragraph-variables): Abort the command if we're not in a
7674 CC Mode buffer.
7675
7676 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7677 with blank comment-prefix, and a blank line as the comment's
7678 second line.
7679
7680 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7681
7682 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7683 Incorporate the patterns added in the Emacs development branch
7684 for the new Emacs 22 face `font-lock-negation-char-face'.
7685
7686 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7687 of "red" since it stands out better in xterms and DOS terminals.
7688
7689 * progmodes/cc-engine.el (c-literal-faces):
7690 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7691
7692 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7693
7694 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7695 forcibly enable c-electric-flag.
7696
7697 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7698 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7699 after the comment-prefix of a C-style comment will close that comment.
7700
7701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7702
7703 * progmodes/cc-fonts.el (c-basic-matchers-before)
7704 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7705 in Pike.
7706
7707 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7708 digraphs.
7709
7710 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7711 (c-cpp-message-directives, c-cpp-include-directives)
7712 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7713 (c-cpp-expr-directives): Introduce new language constants to
7714 control cpp syntax in a cleaner way.
7715
7716 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7717
7718 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7719
7720 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7721 (c-multiline-string-start-char): New language constants and
7722 variables to specify how newlines in string literals work.
7723
7724 (c-font-lock-invalid-string): Use them.
7725
7726 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7727 unbalanced close brace is entered. Optimization by avoiding going
7728 back over arbitrarily large blocks. Removed hints that this
7729 function only would be relevant/useful in AWK.
7730
7731 (c-electric-brace): Indent syntactically after the cleanups since
7732 lineup functions might do it differently then.
7733
7734 * progmodes/cc-engine.el, cc-langs.el
7735 (c-opt-op-identifier-prefix): New language constant and variable.
7736
7737 (c-just-after-func-arglist-p, c-after-special-operator-id)
7738 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7739
7740 * progmodes/cc-align.el, cc-engine.el
7741 (c-after-special-operator-id): New helper to handle C++ operator
7742 identifiers.
7743
7744 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7745 (c-guess-basic-syntax): Handle C++ operator identifiers in
7746 declarations.
7747
7748 * progmodes/cc-langs.el (c-assignment-operators): Add the
7749 trigraph version of ^= too.
7750
7751 * progmodes/cc-langs.el (c-assignment-operators): Add the
7752 trigraph version of |= in C++.
7753
7754 * progmodes/cc-fonts.el (c-font-lock-declarators):
7755 Handle `c-decl-hangon-kwds' after the identifier name.
7756
7757 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7758 whether an arglist is "nonempty", ignore a comment after the open
7759 paren if it isn't followed by a non-comment token on the same line.
7760
7761 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7762 Enable heuristics below the point to cope with classes inside special
7763 brace lists in Pike.
7764
7765 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7766
7767 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7768
7769 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7770
7771 * progmodes/cc-guess.el (cc-guess-install): New function to
7772 install an already guessed style in another buffer.
7773
7774 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7775 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7776 anyway if the change always is undone.
7777
7778 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7779
7780 Implement togglable electricity:
7781
7782 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7783 saying when it should be used.
7784
7785 * progmodes/cc-engine.el: Add the new buffer-local variable,
7786 c-electric-flag.
7787
7788 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7789 c-toggle-auto-newline.
7790
7791 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7792 c-toggle-auto-newline. Remove the binding for
7793 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7794 c-toggle-electric-state.
7795
7796 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7797
7798 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7799 c-\(forward\|backward\)-subword.
7800 (c-update-modeline): Add the new modeline flag `l' for
7801 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7802 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7803 Make the old name an alias of the new name.
7804 (c-toggle-electric-state): New function.
7805 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7806 Adapt these functions to do electric things only when
7807 c-electric-flag is non-nil.
7808 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7809 new functions from c-electric-brace.
7810 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7811 mode, so that the tentative extra newline doesn't change the
7812 syntax of the following brace.
7813 (c-electric-brace): Restructure by extracting the above functions.
7814 Tidy up the coding somewhat.
7815 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7816 restructure a bit.
7817
7818 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7819
7820 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7821 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7822
7823 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7824 (c-submode-indicators): Change name from `c-auto-hungry-string'
7825 since it's now used to track another submode.
7826
7827 (c-update-modeline): Convert to function and extended to check
7828 `c-subword-move-mode'.
7829
7830 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7831 Convert to compat aliases for `c-forward-subword' and
7832 `c-backward-subword'.
7833
7834 * progmodes/cc-subword.el: New functions and minor mode to handle
7835 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7836
7837 (c-forward-subword, c-backward-subword, c-mark-subword)
7838 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7839 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7840 Functions corresponding to the standard word handling functions.
7841
7842 (c-subword-move-mode): Minor mode that replaces all the standard
7843 word handling functions with their subword equivalences.
7844
7845 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7846
7847 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7848 entry for one-liner-defun.
7849
7850 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7851 name in its def-edebug-spec.
7852
7853 * progmodes/cc-cmds.el (c-electric-brace): Make the
7854 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7855 compacts space before a comment, if this will make things fit on
7856 one line.
7857
7858 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7859
7860 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7861
7862 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7863 clean-up one-liner-defun.
7864
7865 * progmodes/cc-styles.el: Add the new "awk" style.
7866
7867 * progmodes/cc-vars.el: Add description of one-liner-defun to
7868 c-cleanup-list's doc-string. New user options,
7869 c-max-one-liner-length. In c-default-style, set the default style
7870 for AWK to "awk".
7871
7872 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7873
7874 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7875 macros inside labels.
7876
7877 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7878 `c-at-statement-start-p' and `c-at-expression-start-p'.
7879
7880 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7881 error if the mark isn't set.
7882
7883 * progmodes/cc-engine.el (c-guess-continued-construct)
7884 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7885 accurately detect functions inside functions.
7886
7887 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7888 like `c-at-statement-start-p' that additionally recognizes commas
7889 and expression parentheses as delimiters.
7890
7891 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7892 to avoid heuristics that doesn't work for unclosed blocks.
7893 (c-at-statement-start-p): New function.
7894
7895 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7896 Objective-C directives, e.g. directives spanning lines should work
7897 reasonably well now.
7898
7899 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7900
7901 (c-forward-objc-directive): New function to move over any ObjC
7902 directive.
7903
7904 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7905 (c-basic-matchers-before): Use it.
7906
7907 (c-font-lock-objc-iip-decl): Remove.
7908
7909 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7910 in the template arglist recognition.
7911
7912 * progmodes/cc-styles.el (c-style-alist): Fix several
7913 inconsistencies in the Whitesmith style.
7914
7915 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7916 New lineup function to get lines after Whitesmith style blocks
7917 correctly indented.
7918
7919 (c-lineup-whitesmith-in-block): Back out the compensation for
7920 opening parens since it's done using `add' lists in the style
7921 definition instead. Don't use the anchor position since it varies
7922 too much between the syntactic symbols. :P
7923
7924 * progmodes/cc-vars.el (c-valid-offset): Update.
7925
7926 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7927 lists where the offsets are combined according to several
7928 different methods: `first', `min', `max', and `add'.
7929 Report offset evaluation errors with `c-benign-error' so that some kind
7930 of reindentation still is done.
7931
7932 * progmodes/cc-engine.el (c-guess-basic-syntax):
7933 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7934 `arglist-close'.
7935
7936 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7937 situations for `arglist-cont-nonempty' and `arglist-close'.
7938
7939 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7940
7941 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7942 cc-bytecomp-boundp' in a number of places.
7943
7944 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7945 macro related issue.
7946
7947 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7948
7949 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7950 list is now [asdf], a char class [:alpha:].
7951 Include code for char classes.
7952 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7953 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7954
7955 Remove (nearly all of) the cruft associated with AWK Mode's former
7956 concept of "virtual semicolons":
7957
7958 Adapt c-beginning-of-statement, c-end-of-statement (together with
7959 subfunctions) to use the new notion of "virtual semicolon" in
7960 place of the old awkward special handling for AWK. There remains
7961 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7962 * progmodes/cc-cmds.el:
7963 (c-ascertain-adjacent-literal): In the backwards direction, now
7964 recognises AWK regexp delimiters as string delimiters.
7965 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7966 check more rigorously for "end of macro".
7967 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7968 virtual semicolons;
7969 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7970 out the code for forward movement into ...
7971 (c-end-of-statement): Now contains the code for forward movement,
7972 adapted for virtual semicolons.
7973
7974 * progmodes/cc-engine.el:
7975 (c-ws*-string-limit-regexp): New regexp.
7976 (c-forward-single-comment, c-backward-single-comment): Comment out
7977 the (now redundant) "special" AWK stuff.
7978
7979 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7980 c-string-par-start, c-string-par-separate to be more like Text
7981 Mode than Fundamental Mode.
7982
7983 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7984
7985 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7986 to the fontified region so that fontification doesn't occur
7987 outside it (could happen e.g. when fontifying a line with an
7988 unfinished declaration).
7989
7990 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7991
7992 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7993 start of the file. ^L now separate sections of the file.
7994 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7995 (c-awk-one-line-possibly-open-string-re)
7996 (c-awk-regexp-one-line-possibly-open-char-class-re)
7997 (c-awk-one-line-possibly-open-regexp-re)
7998 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7999 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8000
8001 Amend the concept of "virtual semicolons" (in the indentation
8002 engine) for languages like AWK, such that they are now
8003 conceptually attached to end of the last token of a statement, not
8004 the end of the line. (In AWK Mode, however, the pertinent text
8005 property is still physically set on the EOL.) Remove the specific
8006 tests for awk-mode, thus facilitating the introduction of other
8007 language modes where EOLs can end statements.
8008 (Note: The funtionality in cc-cmds.el, specifically
8009 c-beginning/end-of-statement has yet to be amended.)
8010
8011 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8012 New macros.
8013
8014 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8015 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8016 c-vsemi-status-unknown-p-fn (in a new page).
8017
8018 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8019 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8020 numerous awkward forms like
8021 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8022 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8023 variable before-ws-ip, the place just after char-before-ip appears.
8024
8025 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8026 a comment.
8027
8028 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8029
8030 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8031 `c-tentative-buffer-changes'.
8032
8033 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8034 convert to macro to choose between Emacs and XEmacs at compile time.
8035
8036 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8037
8038 (c-tentative-buffer-changes): New macro to handle temporary buffer
8039 changes in a convenient way.
8040
8041 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8042 for `c-tentative-buffer-changes'.
8043
8044 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8045 the checks for paren sexps between the point and the keyword, to
8046 avoid some false alarms.
8047
8048 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8049 Fixed a situation where an error could be thrown for unbalanced
8050 parens. Changed to make use of c-keyword-member' to avoid some
8051 repeated regexp matches.
8052
8053 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8054 These language variable are no longer necessary.
8055
8056 (c-block-stmt-kwds): New language constant used by
8057 c-looking-at-inexpr-block'.
8058
8059 (c-guess-basic-syntax): Remove an optional check that looked at
8060 the existence of the now removed language variables.
8061
8062 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8063 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8064 object instantiation expressions as declarations in some contexts.
8065 This bug only affected languages where the declarator can't be
8066 enclosed in parentheses.
8067
8068 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8069 insert newlines before and after substatement braces.
8070
8071 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8072 function declaration headers and the handling of C++ style member
8073 init lists.
8074
8075 (c-just-after-func-arglist-p): Rewritten to use
8076 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8077
8078 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8079
8080 (c-guess-basic-syntax): Adapt case 5B for the new
8081 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8082 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8083 covers all cases now).
8084
8085 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8086
8087 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8088
8089 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8090 c-string-par-start/separate c-sentence-end-with-esc-eol,
8091 initialised in c-setup-paragraph-variables, used in string
8092 scanning subroutines of c-beginning-of-statement.
8093
8094 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8095 which precedes the newly inserted `{'.
8096
8097 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8098
8099 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8100 function for declaration level blocks. It should now cope with
8101 templates better and also be a lot more comprehensible.
8102
8103 (c-looking-at-decl-block): The new function.
8104
8105 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8106 for compatibility.
8107
8108 (c-add-class-syntax, c-guess-continued-construct)
8109 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8110
8111 (c-decl-block-key): Change to tell apart ambiguous and
8112 unambiguous keywords. Pike specials are now handled directly in
8113 the code instead.
8114
8115 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8116 New language constants and variables to make the backward skip in
8117 `c-looking-at-decl-block' as tight as possible.
8118
8119 (c-nonsymbol-token-char-list): New language constant.
8120
8121 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8122 find balanced template arglists backwards.
8123
8124 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8125 making char classes for `c-syntactic-skip-backward'.
8126
8127 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8128 16D - can't be a class-close at that point.
8129
8130 * progmodes/cc-engine.el (c-guess-basic-syntax)
8131 (c-add-class-syntax): Don't narrow out the enclosing declaration
8132 level. This makes everything a lot easier, and it was actually
8133 only four small places that needed it to work. Some places that
8134 previously did `widen' are removed now, which has the effect that
8135 `c-guess-basic-syntax' never will look at things outside the
8136 current narrowment now. The anchor position for `topmost-intro'
8137 is affected by this, but it was so bogus it was basically useless
8138 before, and now it's equally bogus but in a slightly different way.
8139
8140 (c-narrow-out-enclosing-class): Gone.
8141
8142 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8143 the narrowed region.
8144
8145 (c-least-enclosing-brace): Remove silly optional argument.
8146
8147 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8148 the point could be left directly after an open paren when finding
8149 the beginning of the first decl in the block.
8150
8151 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8152 Specify which submatch to use.
8153
8154 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8155
8156 (c-decl-start-re): No longer any need for special treatment of
8157 ObjC due to the above.
8158
8159 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8160 presumably follows C in that regard.
8161
8162 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8163 New language constants to specify operator tokens inside
8164 identifiers in a more high level way.
8165
8166 (c-opt-identifier-prefix-key): New internal language constant.
8167
8168 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8169 (c-identifier-start, c-identifier-key): Now completely calculated
8170 from other constants.
8171
8172 (c-identifier-last-sym-match): Decommission since it's no longer used.
8173
8174 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8175
8176 * progmodes/cc-engine.el (c-forward-name): Remove the
8177 optimization when c-identifier-key is equal to c-symbol-key since
8178 it doesn't work in byte compiled files. Don't record empty
8179 regions as identifiers.
8180
8181 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8182 simplify access to `c-operators' and its likes.
8183
8184 (c-operator-list, c-all-op-syntax-tokens)
8185 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8186 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8187 (c-primary-expr-regexp, c-cast-parens): Use it.
8188
8189 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8190 an explicit language in functions.
8191
8192 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8193 variant of adornment.
8194
8195 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8196 variable.
8197
8198 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8199 the Pike value.
8200
8201 * progmodes/cc-engine.el (c-on-identifier)
8202 (c-simple-skip-symbol-backward): Small fix for handling "-"
8203 correctly in `skip-chars-backward'. Affected the operator lfun
8204 syntax in Pike.
8205
8206 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8207 diagnostic message about precompiled language vars not being used.
8208
8209 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8210 "__attribute__" is followed by a parenthesis.
8211
8212 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8213 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8214 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8215
8216 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8217 Internal cleanups to properly detect the declared identifiers in
8218 various declarations.
8219
8220 (c-decl-start-kwds): New language constant to recognize
8221 declarations that can start anywhere. Used for class declarations
8222 in Pike.
8223
8224 (c-specifier-key, c-not-decl-init-keywords)
8225 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8226 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8227
8228 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8229 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8230 handling of the compiler specific extension keywords into a new
8231 language constant `c-decl-hangon-kwds' that defines keyword
8232 clauses to be ignored in declarations.
8233
8234 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8235 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8236 Necessary to stop at the declared identifier in e.g. IDL valuetype
8237 declarations.
8238
8239 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8240 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8241 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8242 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8243 class and enum declarations as such and not as part of the type.
8244
8245 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8246 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8247
8248 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8249 declarations when there's some syntax error later on.
8250
8251 (c-complex-decl-matchers): Did away with a reference to
8252 `c-specifier-key'.
8253
8254 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8255 value - this variable is always dynamically bound.
8256
8257 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8258 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8259 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8260 functions that might do hidden buffer changes: All such internal
8261 functions are now marked instead of those that don't.
8262
8263 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8264 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8265 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8266 (c-literal-type): Allow these functions to make hidden buffer changes,
8267 so that they are free to use text property caching later on.
8268
8269 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8270 (c-electric-brace, c-electric-slash, c-electric-star)
8271 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8272 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8273 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8274 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8275 with the changed semantics of the functions above.
8276
8277 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8278 when macros occur in obscure places. Optimized the sexp movement
8279 a bit.
8280
8281 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8282
8283 Enhancements for c-beginning-of-statement to work in AWK Mode:
8284
8285 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8286 (completed statement) with `}' (statement completed by closing
8287 brace or semicolon) and `$' (statement completed by EOL).
8288
8289 (c-awk-virtual-semicolon-ends-prev-line-p)
8290 (c-awk-virtual-semicolon-ends-line-p)
8291 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8292 (c-awk-at-statement-end-p): New functions.
8293
8294 * progmodes/cc-cmds.el: Simplify the structure of functions
8295 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8296 two functions and c-beginning-of-statement to handle AWK Mode.
8297
8298 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8299 c-backward-single-comment for AWK mode. Attempt to clarify their
8300 doc-strings.
8301
8302 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8303
8304 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8305
8306 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8307 label handling. Labels are now recognized in a uniform and more
8308 robust way, regardless of context. Text properties are put on all
8309 labels to recognize the following declarations better.
8310 Multiword labels are handled both in indentation and fontification for
8311 the benefit of language extensions like Qt. For consistency, keywords
8312 in labels are now fontified with the label face instead.
8313 That also applies to "case" and "default".
8314
8315 (c-beginning-of-statement-1): Fix some bugs in the label
8316 handling. Disregard `c-nonlabel-token-key' in labels that begin
8317 with `c-label-kwds'.
8318
8319 (c-find-decl-spots): Support that the callback adds more
8320 `c-decl-end' spots to find.
8321
8322 (c-forward-decl-or-cast-1): Don't treat a list of plain
8323 identifiers followed by a colon as a declaration.
8324
8325 (c-forward-label): New function to recognize labels.
8326
8327 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8328 `c-forward-label'. Moved the label recognition cases (14 and 15)
8329 earlier since they aren't so context sensitive now. Handle labels
8330 on the top level gracefully. Moved access label recognition to
8331 the generic label case (CASE 15) - removed CASE 5E.
8332
8333 (c-font-lock-declarations): Add recognition of labels in the
8334 same round since we need to handle labels in parallell with other
8335 declarations to recognize both accurately. It should also improve
8336 speed.
8337
8338 (c-simple-decl-matchers, c-basic-matchers-after):
8339 Move `c-font-lock-labels' so that it only is used on decoration level 2
8340 since `c-font-lock-declarations' handles it otherwise.
8341
8342 (c-complex-decl-matchers): Remove the simplistic recognition of
8343 access labels.
8344
8345 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8346 with labels earlier.
8347
8348 (c-decl-start-re): New language variable to make
8349 `c-font-lock-declarations' stop for the special protection labels
8350 in Objective-C that start with `@'.
8351
8352 (c-label-key): Remove since it's no longer used.
8353
8354 (c-recognize-colon-labels, c-label-prefix-re): New language
8355 constants to support recognition of generic colon-terminated labels.
8356
8357 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8358 are colon terminated labels.
8359
8360 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8361 first argument starts with a special brace list.
8362
8363 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8364 (c-font-lock-declarations): Break out the declaration and cast
8365 recognition from `c-font-lock-declarations' to a new function, so
8366 that it can be used in the indentation engine.
8367
8368 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8369 up to the start of the literal. Fixed bug with the point on the
8370 wrong side of the search limit that could happen when the start
8371 position is inside a literal.
8372
8373 * progmodes/cc-engine.el (c-parse-state)
8374 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8375 so that it's kept a little bit back to increase the hit rate.
8376
8377 (c-parse-state): Change the macro handling and fixed some
8378 glitches. Macro context is checked more often than necessary now,
8379 but otoh less garbage conses are generated.
8380
8381 * progmodes/cc-engine.el (c-parse-state)
8382 (c-invalidate-state-cache): Cache the last position where
8383 `c-state-cache' applies. This can speed up refontification quite
8384 a bit in blocks where there are many non-brace parens before the point.
8385
8386 (c-state-cache-end): New variable for this.
8387
8388 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8389 cache variable.
8390
8391 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8392 get close initial continue positions when the start position is
8393 inside a literal or macro. Do not call the callback for spots
8394 before the start position (which can happen e.g. for `c-decl-end'
8395 spots inside comments). Optimize better in special cases when the
8396 region is a single line inside a literal or macro (typically when
8397 the current line is refontified).
8398
8399 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8400 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8401 entries from the paren state.
8402
8403 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8404 special case for "else if" clauses.
8405
8406 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8407 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8408
8409 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8410 New language variable to recognize the gcc extension with statement
8411 blocks inside expressions.
8412
8413 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8414 it somewhat more comprehensible. The argument AT-BLOCK-START is
8415 no longer used and hence removed.
8416
8417 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8418 to `c-add-stmt-syntax'.
8419
8420 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8421 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8422 This fixes bogus label recognition.
8423
8424 * progmodes/cc-engine.el (c-add-type, c-check-type)
8425 (c-forward-name, c-forward-type): Improve storage of template
8426 types in `c-found-types' so that they can be recognized better.
8427
8428 (c-syntactic-content): Add option to skip past nested parens.
8429
8430 * progmodes/cc-engine.el (c-forward-name):
8431 Set `c-last-identifier-range' all the time. It's less work that way.
8432 Handle that there might not be an identifier to store in
8433 `c-last-identifier-range'.
8434
8435 (c-forward-type): Handle that `c-last-identifier-range' might be
8436 nil from `c-forward-name'.
8437
8438 * progmodes/cc-defs.el (c-safe-scan-lists)
8439 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8440
8441 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8442 to work even if the form fails.
8443
8444 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8445 down in a large file in one go.
8446
8447 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8448
8449 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8450 function which is like `c-lineup-math' but returns nil instead of
8451 `c-basic-offset' when it doesn't match.
8452
8453 (c-lineup-math): Change to use `c-lineup-assignments'.
8454
8455 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8456
8457 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8458 c-beginning-of-statement. New subfunctions
8459 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8460
8461 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8462
8463 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8464 hardcoded char classes whereever possible. Changed a couple of
8465 places to use skip by syntax instead of skip by char class.
8466
8467 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8468 Fix a bug in the regexp that caused extreme backtracking.
8469
8470 * progmodes/cc-langs.el (c-block-comment-starter)
8471 (c-block-comment-ender): New language constants to specify in a
8472 single place how block comments look.
8473
8474 (c-comment-start-regexp, c-block-comment-start-regexp)
8475 (comment-start, comment-end, comment-start-skip)
8476 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8477 (c-syntactic-ws, c-nonempty-syntactic-ws)
8478 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8479 `c-line-comment-starter', `c-block-comment-starter' and
8480 `c-block-comment-ender'.
8481
8482 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8483 New language constants to break up things a bit.
8484
8485 (c-simple-ws): New language constant for simple whitespace.
8486
8487 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8488
8489 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8490 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8491 newlines. Allow and ignore nil elements in the list.
8492
8493 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8494
8495 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8496 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8497
8498 * progmodes/cc-cmds.el: Tidy up the comments in
8499 c-beginning-of-statement and subfunctions.
8500
8501 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8502 more flexible c-put-char-property and c-clear-char-properties.
8503 Add the author's email address.
8504
8505 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8506
8507 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8508 closing "*/" of a block comment.
8509
8510 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8511 subfunctions) so that it works at BOB and EOB.
8512
8513 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8514 c-beginning-of-statement, including new variable
8515 c-block-comment-start-regexp.
8516
8517 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8518
8519 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8520 symbols from `*-font-lock-extra-types' so that there's no need to
8521 use `regexp-opt' on those lists.
8522
8523 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8524 `c-type-modifier-kwds' is empty.
8525
8526 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8527 there are several strings on the same line.
8528
8529 * progmodes/cc-engine.el (c-literal-limits): Remove the
8530 compatibility function for older emacsen. `c-literal-limits-fast'
8531 has now taken the place of this function.
8532
8533 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8534 with older emacsen: We now require `pps-extended-state'.
8535
8536 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8537
8538 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8539 which obviates the need to hack sentence-end. This now handles
8540 escaped newlines in strings correctly. Correct minor bugs in
8541 c-move-over-sentence and in c-beginning-of-statement.
8542
8543 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8544 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8545 that movement over macros and code are rigorously separated from
8546 eachother. Correct a few incidental bugs.
8547
8548 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8549 Improve its doc-string. Improve the handling of certain specific cases.
8550
8551 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8552
8553 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8554 (c-guess-basic-syntax): Change the way class-level labels are
8555 recognized; they can now contain essentially any symbols.
8556
8557 (c-opt-extra-label-key): New language variable to cope with the
8558 special protection label syntax in Objective-C.
8559
8560 (c-opt-access-key): Remove; this is now handled better by
8561 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8562
8563 (c-complex-decl-matchers): Update to handle that
8564 `c-opt-access-key' no longer exists.
8565
8566 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8567 improved label recognition in `c-beginning-of-statement-1'.
8568
8569 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8570 Recognize bitfields better.
8571
8572 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8573 Remove some cruft and fixed a bug that could cause it to go to a
8574 position further down.
8575
8576 * progmodes/cc-langs.el, cc-engine.el
8577 (c-beginning-of-statement-1): Improve detection of labels in
8578 declaration contexts.
8579
8580 (c-beginning-of-decl-1): Use it.
8581
8582 (c-nonlabel-token-key): New language constant and variable needed
8583 by `c-beginning-of-statement-1'.
8584
8585 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8586 manifested itself due to the correction in `c-forward-sexp'.
8587
8588 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8589 Make these behave as documented when used at the buffer limits.
8590
8591 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8592 (c-type-decl-end-used): Made this a language variable.
8593
8594 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8595 correctly when `combine-after-change-calls' is used together with
8596 temporary narrowings.
8597
8598 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8599 Report labels correctly when the start point is immediately after the
8600 colon.
8601
8602 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8603 Remove since it isn't used anymore.
8604
8605 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8606 bracket arglists such as template parens in C++.
8607
8608 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8609 in the last check-in. Some optimization.
8610
8611 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8612 where it could stop at the same level in a preceding sexp when
8613 PAREN-LEVEL is set.
8614
8615 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8616 text property lookup only when it's needed.
8617
8618 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8619 Change the policy for paren marked angle brackets to be more
8620 persistent; once marked they remain marked even when they're found
8621 to be unbalanced in the searched region. This should keep the
8622 paren syntax around even when individual lines are refontified in
8623 multiline template arglists.
8624
8625 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8626 to control markup so that incorrect angle bracket arglists aren't
8627 marked in contexts where the correct value for
8628 `c-disallow-comma-in-<>-arglists' isn't known.
8629
8630 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8631 argument has become `c-parse-and-markup-<>-arglists'.
8632
8633 (c-remove-<>-arglist-properties): Remove - no longer used.
8634
8635 (c-after-change-check-<>-operators): New function used on
8636 `after-change-functions' to avoid that "<" and ">" characters that
8637 are part of longer operators have paren syntax.
8638
8639 (c-<>-multichar-token-regexp): New language variable used by
8640 `c-after-change-check-<>-operators'.
8641
8642 (c-after-change): Call `c-after-change-check-<>-operators'.
8643
8644 (c-font-lock-<>-arglists): Use the context properties set by
8645 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8646 correctly to avoid doing invalid markup.
8647
8648 (c-font-lock-declarations): Remove code that undoes the invalid
8649 markup done by `c-font-lock-<>-arglists'.
8650
8651 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8652 after `c-font-lock-declarations'.
8653
8654 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8655 Add paren-level feature.
8656
8657 (c-guess-basic-syntax): Improve the anchor position for
8658 `template-args-cont' in nested template arglists. There's still
8659 much to be desired in this area, though.
8660
8661 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8662
8663 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8664 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8665
8666 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8667
8668 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8669 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8670
8671 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8672 it doesn't work no longer are supported.
8673
8674 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8675 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8676 requires support for the syntax-table' text property, which rules
8677 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8678 cruft associated with those versions.
8679
8680 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8681 for the `syntax-table' text property, which rules out Emacs 19 and
8682 XEmacs < 21.4. Removed various compatibility cruft associated
8683 with those versions.
8684
8685 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8686 support for the `syntax-table' text property.
8687
8688 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8689 variable and use an extra quoted face name instead. All the
8690 emacsen flavors handle that correctly.
8691
8692 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8693 (c-font-lock-declarators, c-font-lock-declarations)
8694 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8695 property to mark the items in in declarator lists to handle
8696 refontification inside multiline declarations better.
8697
8698 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8699 construct like "a * b = c;" as a declaration.
8700
8701 2005-12-08 Kim F. Storm <storm@cua.dk>
8702
8703 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8704 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8705 select either meta, hyper, or super modifier for rectangle commands.
8706 (cua--rectangle-modifier-key): New defvar.
8707 (cua--M/H-key): Use it. Remove special case for `space'.
8708 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8709 on X, to meta otherwise. Always bind C-return to toggle
8710 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8711
8712 * emulation/cua-rect.el (cua-help-for-rectangle):
8713 Use cua--rectangle-modifier-key. Handle super modifier too.
8714 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8715 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8716
8717 * ido.el: Move Acknowledgements and History after Commentary.
8718 Minor changes to Commentary.
8719
8720 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8721 keymap if cua--prefix-override-timer is `shift'.
8722 (cua--shift-control-prefix): New function; emulate "type prefix
8723 key twice" functionality to handle shifted prefix key override.
8724 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8725 New commands.
8726 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8727
8728 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8729
8730 * textmodes/org.el (org-insert-heading): Try to do items before
8731 headings.
8732 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8733 (org-insert-item): New function.
8734 (org-renumber-ordered-list): Don't skip to higher level lists.
8735
8736 2005-12-08 Juri Linkov <juri@jurta.org>
8737
8738 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8739
8740 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8741
8742 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8743
8744 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8745 the constructed function name fun-1.
8746
8747 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8748 because such links don't lead to parent documentation.
8749
8750 2005-12-08 Kenichi Handa <handa@m17n.org>
8751
8752 * descr-text.el (describe-char): Use *Help-2* buffer if the
8753 current buffer is *Help*. Call describe-text-properties while
8754 setting the original buffer.
8755
8756 2005-12-07 Bill Wohler <wohler@newt.com>
8757
8758 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8759 and causes problems with non-MH users (such as Gnus users).
8760
8761 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8762
8763 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8764 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8765 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8766 command "info sources". Move calls to GDB command "list".
8767 (gdb-find-file-hook): Just use gdb-source-file-list.
8768 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8769 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8770 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8771 (gdb-data-list-register-values-handler): Use correct trigger name.
8772
8773 2005-12-07 Kim F. Storm <storm@cua.dk>
8774
8775 * ido.el (ido-completion-map): Rename from ido-mode-map.
8776 (ido-common-completion-map, ido-file-completion-map)
8777 (ido-file-dir-completion-map, ido-buffer-completion-map):
8778 Rename from ido-mode-....-map.
8779 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8780 (ido-setup-completion-map): Rename from ido-define-mode-map.
8781 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8782 to ido-completion-map.
8783
8784 2005-12-07 Kenichi Handa <handa@m17n.org>
8785
8786 * international/mule-cmds.el
8787 (set-display-table-and-terminal-coding-system): If the coding
8788 system specified in `unibyte-display' property is different from
8789 the arg coding-system, don't setup standard-display-table.
8790
8791 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8794 that comments end at \n, regardless of selective-display.
8795
8796 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8797
8798 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8799 (gdb-version): New variables.
8800 (gdb-source-file-list, gdb-register-names)
8801 (gdb-changed-registers): New variables for use with GDB 6.4+.
8802 (gdb-ann3): Replace with...
8803 (gdb-init-1, gdb-init-2): ...two new functions.
8804 (gdba, gdb-prompt): Call gdb-init-1.
8805 (gdb-get-version): New function. Call gdb-init-2 from here.
8806 (gud-watch): Make it work with mouse events too.
8807 (gdb-post-prompt): Don't add to queue until GDB version is known.
8808 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8809 (gdb-locals-mode): Use gdb-version.
8810 (gdb-memory-format-map, gdb-memory-unit-map)
8811 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8812 (gdb-locals-font-lock-keywords-1)
8813 (gdb-locals-font-lock-keywords-2): New variables.
8814 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8815 (gdb-set-gud-minor-mode-existing-buffers-1)
8816 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8817 (gdb-var-update-1, gdb-var-update-handler-1)
8818 (gdb-data-list-register-values-handler)
8819 (gdb-data-list-register-values-custom)
8820 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8821 (gdb-stack-list-locals-handler, gdb-get-register-names):
8822 New functions for use with GDB 6.4+.
8823 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8824 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8825 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8826 (gdb-stack-list-locals-regexp)
8827 (gdb-data-list-register-names-regexp): New regexps for use with
8828 GDB 6.4+.
8829
8830 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8833
8834 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8835
8836 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8837 prompts work for AUTH PLAIN. Also reported by Steve Allan
8838 <seallan@verizon.net>.
8839
8840 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8841
8842 * frame.el (set-frame-parameter): Add doc string.
8843
8844 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8845
8846 * textmodes/org.el (org-occur-highlights): New variable.
8847 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8848 (org-highlight-sparse-tree-matches): New option.
8849 (org-do-occur): New function.
8850 (org-get-heading): Make it work also at beginning of line.
8851 (org-category-table): New variable.
8852 (org-get-category-table, org-get-category)
8853 (org-camel-to-words, org-link-search): New functions.
8854 (org-select-this-todo-keyword): New variable.
8855 (org-todo-list): New command.
8856 (org-shiftright, org-shiftleft): New commands.
8857 (org-agenda-todo): Add prefix argument.
8858 (org-show-hierarchy-above): New option.
8859 (org-show-todo-tree): Numerical prefix creates tree for specific
8860 TODO keyword.
8861 (org-outline-level): New function, to assign a level to plain
8862 lists items.
8863 (org-cycle-include-plain-lists): New option.
8864 (org-mode): Use `org-outline-level' as value of `outline-level'.
8865 (org-cycle): Temporarily switch `outline-regexp' if
8866 `org-cycle-include-plain-lists' is non-nil.
8867 (org-start-icalendar-file): Fix format bug.
8868 (org-agenda-get-day-entries): Create category table.
8869 (org-agenda-get-todos, org-agenda-get-timestamps)
8870 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8871 (org-agenda-get-blocks): Use `org-get-category'.
8872 (org-context-in-file-links): Rename from
8873 `org-line-numbers-in-file-links'.
8874
8875 2005-12-06 Romain Francoise <romain@orebokech.com>
8876
8877 * window.el (balance-windows): Delete extraneous third arg in call
8878 to `enlarge-window'.
8879
8880 2005-12-06 Kenichi Handa <handa@m17n.org>
8881
8882 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8883
8884 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gdb-ui.el (gdb-var-create-handler)
8887 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8888 (gdb-var-list-children-handler, gdb-var-update-handler):
8889 Current buffer is already gdb-partial-output-buffer, don't
8890 make it current again.
8891
8892 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8893
8894 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8895 (list-buffers-noselect): Use it.
8896
8897 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8900 (mail-yank-ignored-headers): Use regexp-opt.
8901 (mail-mode-map): Move initialization into declaration.
8902 (mail-sent-via): Remove unused shadowed var `to-line'.
8903 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8904 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8905 (mail-do-fcc): Use dolist and push.
8906 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8907 (mail-yank-ignored-headers): Don't autoload.
8908
8909 2005-12-05 Kenichi Handa <handa@m17n.org>
8910
8911 * international/mule-cmds.el (set-language-info-internal): New fun.
8912 (set-language-info): Call set-language-info-internal to update
8913 language-info-alist. If LANG-ENV is the current one, call
8914 set-language-environment to make INFO effective now.
8915 (set-language-info-alist): Likewise.
8916 (locale-language-names): With locale "en", use English
8917 lang. env. but set the default codings to iso-8859-1.
8918
8919 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8922 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8923 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8924 for plain strings.
8925 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8926 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8927 Create registers buffer if necessary. Echo new state in minibuffer.
8928 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8929
8930 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * info.el (Info-fontify-node): Match external links using
8933 non-directory part of filename.
8934
8935 2005-12-04 Juri Linkov <juri@jurta.org>
8936
8937 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8938 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8939 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8940 because there is no customization option for it.
8941
8942 * font-lock.el (lisp-font-lock-keywords-1):
8943 Add define-global-minor-mode.
8944
8945 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8946
8947 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8948 properties on the constructed variable names.
8949
8950 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8951 Put `definition-name' properties on the constructed function names
8952 next-sym and prev-sym.
8953
8954 * emacs-lisp/find-func.el (find-function-regexp):
8955 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8956 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8957 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8958 and easy-menu-define.
8959
8960 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8961 easy-mmode-define-global-mode and define-global-minor-mode.
8962 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8963
8964 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8965 instead of easy-mmode-define-global-mode.
8966
8967 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8968 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8969
8970 * cus-edit.el (customize-group, customize-group-other-window):
8971 Filter out autoloaded options from the group completion list by
8972 using heuristics that autoloaded groups don't have `custom-autoload'
8973 property on their symbols (they have only `custom-loads').
8974
8975 * simple.el (completion-setup-function): Put completions-common-part
8976 face on complete completion string too (i.e. completion string
8977 without completions-first-difference face).
8978
8979 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8980
8981 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8982
8983 * view.el (view-mode): Doc fix.
8984
8985 * disp-table.el (standard-display-european): Add to the warning
8986 message a reference to the doc string.
8987
8988 * play/yow.el (apropos-zippy): Call print-help-return-message,
8989 similar to other Help and Apropos commands.
8990
8991 * help.el (print-help-return-message): If pop-up-frames is
8992 non-nil, set up help-return-method to delete the help window and,
8993 possibly, its frame as well, and don't display message about
8994 scrolling the help window. Doc fix.
8995 (help-return-method): Doc fix.
8996
8997 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8998
8999 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9000 whereby names of length one or names starting with a
9001 symbol-constituent character would not be returned.
9002
9003 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9004
9005 * subr.el (atomic-change-group): Add edebug and indentation spec.
9006
9007 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * completion.el (save-completions-file-name): Fix typo in last change.
9010
9011 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9012
9013 * info.el: Move back/forward history to the beginning of the tool bar.
9014
9015 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9016
9017 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9018 Add fset of allout-real-isearch-abort during compile to fix
9019 byte-compilation warnings.
9020 (allout-mode-p): Move definition of this macro above all uses, or
9021 byte compilation in barren emacs (eg, during emacs build) will
9022 lack the definition.
9023 (allout-mode): Move this variable above any uses, or byte
9024 compilation will fail.
9025 (allout-resolve-xref): Remove use of personal file-reference function.
9026 (allout-toggle-current-subtree-encryption): Do the current (ie,
9027 visible containing) topic, rather than nearest around point. Doc fix.
9028 (allout-toggle-subtree-encryption): New function, workhorse that
9029 works on nearest topic containing point.
9030 (allout-encrypt-string): Signal requirement for newer version of pgg.
9031 (allout-resumptions): Doc fix.
9032
9033 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9034
9035 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9036
9037 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9038
9039 * textmodes/flyspell.el (flyspell-external-point-words):
9040 Consider a misspelling as found in the string search if: (a) misspelling
9041 and found string lengths match, or (b) misspelling is found as
9042 element in a boundary-chars separated longer string, or (c)
9043 ispell-program-name is really ispell and misspelling is found as
9044 part of a TeX string. After successful match move beginning of
9045 search region to end of match. Warn about not found misspellings
9046 once the process is done.
9047 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9048
9049 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9050
9051 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9052 tool bar (removed inadvertently).
9053
9054 2005-12-02 Juri Linkov <juri@jurta.org>
9055
9056 * log-view.el (log-view-diff): Clarify doc string.
9057
9058 2005-12-01 Bill Wohler <wohler@newt.com>
9059
9060 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9061 triggers lm-verify errors.
9062
9063 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9064
9065 * simple.el (transient-mark-mode, line-number-mode)
9066 (column-number-mode, size-indication-mode): Remove `:require nil'.
9067
9068 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9069
9070 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9071 in the margin also.
9072 (gdb-breakpoints-mode-map): Use D instead of d for
9073 gdb-delete-breakpoint.
9074 (gdb-get-frame-number): Require a number to match on.
9075 (gdb-threads-mode-map): Add follow-link binding.
9076
9077 2005-11-30 Jason Rumney <jasonr@gnu.org>
9078
9079 * isearch.el (isearch-mode-map): Avoid exiting search on
9080 language-change event.
9081
9082 2005-11-30 Romain Francoise <romain@orebokech.com>
9083
9084 * speedbar.el (speedbar-default-position): New defcustom.
9085 (speedbar-frame-reposition-smartly): Use it.
9086
9087 * dframe.el (dframe-reposition-frame-emacs): Fix position
9088 computation for `left' location.
9089 Update copyright year.
9090
9091 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * help.el (help-map): Move initialization into declaration.
9094
9095 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9096
9097 * help-fns.el (help-argument-name): Don't autoload.
9098 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9099 to be re-loaded when customizing the `help' group.
9100
9101 2005-11-30 John Paul Wallington <jpw@gnu.org>
9102
9103 * help-fns.el (describe-function-1): Fill arglist output.
9104
9105 2005-11-30 Kim F. Storm <storm@cua.dk>
9106
9107 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9108 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9109 after revert-buffer (or anything else which kills all local variables).
9110
9111 * apropos.el (apropos-parse-pattern): Doc fix.
9112 Set apropos-regexp directly, rather than expecting callers to do so.
9113 (apropos-command, apropos, apropos-value, apropos-documentation):
9114 Simplify calls to apropos-parse-pattern.
9115
9116 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9117
9118 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9119 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9120 (hi-lock-write-interactive-patterns): Use comment-region.
9121
9122 * longlines.el (longlines-mode): Add mail-setup-hook.
9123
9124 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9125
9126 * simple.el (sendmail-user-agent-compose, next-line):
9127 Conditionally use hard-newline.
9128
9129 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9130
9131 * international/latexenc.el (latex-inputenc-coding-alist):
9132 Reword doc string.
9133
9134 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9135
9136 * help.el (describe-key-briefly, describe-key): Recognize default
9137 bindings.
9138
9139 2005-11-29 Romain Francoise <romain@orebokech.com>
9140
9141 * view.el (view-inhibit-help-message): New defcustom.
9142 (view-mode-enter): Use it.
9143
9144 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9145
9146 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9147 Preserve user position.
9148
9149 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9150
9151 * font-lock.el: Throw error if facemenu is not loaded to prevent
9152 accidental change of loading order in loadup.el. (Suggested by RMS.)
9153
9154 * loadup.el: Add comment explaining why facemenu must be loaded
9155 before font-lock.
9156
9157 2005-11-28 Jay Belanger <belanger@truman.edu>
9158
9159 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9160 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9161
9162 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9163
9164 * calc/calc-embed.el (calc-do-embedded): Update help message.
9165
9166 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9167
9168 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9171
9172 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9173 called-interactively-p.
9174 (elp-profilable-p): Rename from elp-not-profilable-p.
9175 Invert result and take into account macros and autoloaded functions.
9176 (elp-instrument-function): Update call.
9177 (elp-instrument-package): Update call. Add completion.
9178 (elp-pack-number): Use match-string.
9179 (elp-results-jump-to-definition-by-mouse): Merge into
9180 elp-results-jump-to-definition and then remove.
9181 (elp-output-insert-symname): Make help echo text single-line.
9182
9183 * replace.el (query-replace-map): Move initialization into declaration.
9184 (occur-engine): Use with-current-buffer.
9185 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9186 (occur-mode-mouse-goto): Replace with an alias.
9187
9188 2005-11-28 Juri Linkov <juri@jurta.org>
9189
9190 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9191
9192 * term/w32-win.el: Bind [S-tab] to [backtab].
9193
9194 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9195 `Info-find-file' to t.
9196
9197 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9198 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9199 and same-window-regexps.
9200 (occur-next-error): Don't move point for arg 0.
9201
9202 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9203
9204 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9205
9206 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * log-edit.el (log-edit-changelog-use-first): New var.
9209 (log-edit-changelog-ours-p): Use it.
9210 (log-edit-insert-changelog): Set it with new arg `use-first'.
9211 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9212 (log-edit-hook): Add them to the list of suggested options.
9213
9214 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9215 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9216 redundant work.
9217 (flyspell-mode-on): Use add-hook for after-change-functions.
9218 (flyspell-mode-off): Use remove-hook for after-change-functions.
9219 (flyspell-changes): Make it buffer-local.
9220 (flyspell-after-change-function): Make it non-interactive. Use push.
9221 (flyspell-post-command-hook): Check input-pending-p while processing
9222 the potentially long list of buffer changes.
9223
9224 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9225
9226 * buff-menu.el (list-buffers-noselect): Display the selected
9227 frame's buffer list, not the global one.
9228
9229 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9230
9231 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9232 that (list last-input-event) works as in interactive spec.
9233
9234 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9235
9236 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9237 `facemenu-keymap' needs to be defined when font-lock is loaded.
9238 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9239
9240 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * completion.el: Remove useless leading * in defcustom docstrings.
9243 (save-completions-file-name): Use ~/.emacs.d if available.
9244 (completion-standard-syntax-table): Rename from
9245 cmpl-standard-syntax-table and fold initialization into declaration,
9246 thus removing cmpl-make-standard-completion-syntax-table.
9247 (completion-lisp-syntax-table, completion-c-syntax-table)
9248 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9249 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9250 (symbol-under-point, symbol-before-point)
9251 (symbol-under-or-before-point, symbol-before-point-for-complete)
9252 (add-completions-from-c-buffer): Use with-syntax-table.
9253 (make-completion): Don't return a list of completion entries.
9254 Update callers.
9255 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9256 (completion-initialize): Rename from initialize-completions.
9257 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9258 (kill-emacs-save-completions): Collect stats here.
9259 (save-completions-to-file, load-completions-from-file):
9260 Use with-current-buffer.
9261 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9262 into a function. Move all calls to toplevel.
9263 (completion-lisp-mode-hook): New fun.
9264 (completion-c-mode-hook, completion-setup-fortran-mode):
9265 Set the syntax-table here. Use local-set-key.
9266 (completion-saved-bindings): New var.
9267 (dynamic-completion-mode): Make it into a proper minor mode.
9268 (load-completions-from-file): Remove unused var `num-uses'.
9269
9270 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9271 constructor if it is explicitly overridden.
9272
9273 * complete.el (PC-completion-as-file-name-predicate):
9274 Use minibuffer-completing-file-name.
9275 (partial-completion-mode): Use find-file-not-found-functions.
9276 (PC-lisp-complete-symbol): Use with-syntax-table.
9277 (PC-look-for-include-file): Remove dead setq.
9278 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9279 (PC-complete): Use with-current-buffer.
9280
9281 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9282 escape single quotes.
9283
9284 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9285
9286 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9287 of `if' whose condition always returned nil. Doc fix.
9288
9289 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9290 window's buffer the current buffer around the call to
9291 `list-buffers-noselect'. This is necessary to mark that buffer
9292 with a `.' in the Buffer Menu when called from Lisp, for instance
9293 by Auto Revert Mode.
9294
9295 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9296
9297 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9298 attaching to it.
9299 (gdb-pre-prompt): Make sure gdb-error is reset.
9300
9301 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9302 with a child process, detect it.
9303 (gud-speedbar-buttons): Match regexp more carefully.
9304
9305 2005-11-27 Richard M. Stallman <rms@gnu.org>
9306
9307 * mouse.el (mouse-drag-move-window-bottom):
9308 Use adjust-window-trailing-edge.
9309
9310 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9311
9312 * simple.el (blink-matching-open): Ignore
9313 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9314 (blink-matching-paren-on-screen): Update docstring.
9315
9316 * paren.el (show-paren-mode): No longer change
9317 `blink-matching-paren-on-screen'.
9318
9319 2005-11-27 John Paul Wallington <jpw@pobox.com>
9320
9321 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9322 (gdb-threads-select, gdb-edit-register-value):
9323 Use `posn-set-point' instead of `mouse-set-point' because the
9324 latter is not fbound when configured without X.
9325
9326 2005-11-27 Kim F. Storm <storm@cua.dk>
9327
9328 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9329 existing face when partially highlighting a TAB in a rectangle.
9330
9331 2005-11-26 Kim F. Storm <storm@cua.dk>
9332
9333 * ido.el (ido-mode-map): Doc fix.
9334 (ido-mode-common-map, ido-mode-file-map)
9335 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9336 (ido-define-mode-map): Rewrite. Select one of the new maps as
9337 parent for ido-mode-map instead of building from scratch.
9338 (ido-init-mode-maps): New defun to initialize new maps.
9339 (ido-mode): Call it.
9340 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9341 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9342
9343 2005-11-26 John Paul Wallington <jpw@pobox.com>
9344
9345 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9346 `mouse-set-point' because the latter is not fbound when configured
9347 without X.
9348
9349 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9350
9351 * files.el (file-relative-name): Doc fix.
9352
9353 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9354
9355 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9356 non-empty string for secondary prompt PS2.
9357
9358 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * progmodes/compile.el (compilation-setup): Fix last change.
9361
9362 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9363
9364 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9365 (gdb-mouse-toggle-breakpoint-margin)
9366 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9367 Add gdb-server-prefix to keep out of command history.
9368 (gdb-edit-register-value): New function.
9369 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9370 (gdb-info-registers-custom): Use above map.
9371
9372 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9373
9374 * custom.el (enable-theme): Signal error if argument is not a
9375 theme. Don't recalculate a face if it's not loaded yet.
9376
9377 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9378 the `user' theme is in effect.
9379
9380 * info.el (Info-on-current-buffer): Record actual filename in
9381 Info-current-file, instead of t, or a fake filename if a non-file
9382 buffer. Make autoload.
9383 (Info-find-node, Info-revert-find-node): No need to check for
9384 Info-current-file nil.
9385 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9386 Info-current-file is now never `t'.
9387 (Info-fontify-node): Many simplifications due to Info-current-file
9388 always being valid. Use Info-find-file to find node filename.
9389
9390 2005-11-25 David Kastrup <dak@gnu.org>
9391
9392 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9393 new character, then delete" in order to preserve markers.
9394
9395 2005-11-25 David Ponce <david@dponce.com>
9396
9397 * recentf.el (recentf-arrange-by-rule): Handle a special
9398 `auto-mode-alist'-like "strip suffix" rule.
9399 (recentf-build-mode-rules): Handle second level auto-mode entries.
9400
9401 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9402
9403 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9404 window modes.
9405
9406 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9407 jde-javadoc-checker-report-mode.
9408
9409 * ediff-wind (ediff-make-wide-display): Slight simplification.
9410
9411 * ediff.el (ediff-date): Change the date of last update.
9412
9413 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9414
9415 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9416 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9417 (hi-lock-mode): New global minor mode.
9418 (turn-on-hi-lock-if-enabled): New function.
9419 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9420 Change arguments to regexp and face instead of a font-lock pattern.
9421 Directly set face property, instead of refontifying.
9422 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9423 (hi-lock-find-patterns): Use line-number-at-pos.
9424
9425 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9426 arguments for hi-lock-set-pattern.
9427 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9428 Call font-lock-fontify-buffer.
9429 (hi-lock-find-file-hook, hi-lock-current-line)
9430 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9431
9432 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9433 turned off.
9434
9435 * progmodes/compile.el (compilation-setup): Don't fiddle with
9436 font-lock-defaults.
9437
9438 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9439
9440 * progmodes/gdb-ui.el (gdb-var-create-handler)
9441 (gdb-var-list-children-handler): Find values for all variable
9442 objects. gud-speedbar-buttons decides whether to display them.
9443
9444 2005-11-24 Romain Francoise <romain@orebokech.com>
9445
9446 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9447 buffer name with a space.
9448
9449 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9450
9451 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9452 `org-export-local-list-max-depth'. Change default value to 3.
9453 (org-auto-renumber-ordered-lists)
9454 (org-plain-list-ordered-item-terminator): New options.
9455 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9456 (org-get-indentation, org-get-string-indentation)
9457 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9458 New functions.
9459 (org-move-item-down, org-move-item-up): New commands.
9460 (org-export-as-html): New classes for CSS support. Bug fix in
9461 regular expression detecting fixed-width regions. Respect
9462 `org-local-list-ordered-item-terminator'.
9463 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9464 also a list item.
9465 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9466 New item moving functions.
9467
9468 2005-11-24 Juri Linkov <juri@jurta.org>
9469
9470 * isearch.el (isearch-repeat): With empty search ring set
9471 `isearch-error' to the error string instead of signaling error
9472 with the function `error'.
9473
9474 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9475
9476 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9477
9478 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9479
9480 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9481 and variable.
9482 (gdb-var-create-handler, gdb-var-list-children-handler):
9483 Don't match on "char **...".
9484 (gdb-var-update-handler): Find values for all variable objects.
9485 (gdb-info-frames-custom): Identify frames by leading "#".
9486
9487 * progmodes/gud.el (gud-speedbar-menu-items): Add
9488 gdb-speedbar-auto-raise as radio button.
9489 (gud-speedbar-buttons): Raise speedbar if requested.
9490 Don't match on "char **...".
9491 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9492 Make it editable.
9493
9494 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9495
9496 * info.el (Info-fontify-node): Handle the case where
9497 Info-current-file is t.
9498
9499 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * simple.el (blink-matching-open): Fix off-by-one in last change.
9502
9503 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9504
9505 * term/mac-win.el: Don't change default directory.
9506
9507 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9508
9509 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9510 buffers correctly. (It used to throw an error in such buffers.)
9511 Make it ask for confirmation in group buffers and other Custom
9512 buffers containing more than one customization item.
9513
9514 2005-11-22 John Paul Wallington <jpw@gnu.org>
9515
9516 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9517 property on mail and url overlays.
9518 (goto-address-at-point): Use `posn-set-point' instead of
9519 `mouse-set-point' because the latter is not fbound when configured
9520 without X.
9521
9522 2005-11-22 Lars Hansen <larsh@soem.dk>
9523
9524 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9525 (ls-lisp-classify, ls-lisp-format): Delete call to
9526 ls-lisp-parse-symlink.
9527 (ls-lisp-handle-switches): Handle symlinks to directories as
9528 directories when ls-lisp-dirs-first in non-nil.
9529
9530 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9531
9532 * startup.el (command-line): Make sure that loaddefs.el is handled
9533 correctly in load-history.
9534
9535 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9536
9537 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9538 (gdb-struct-string, gdb-array-string): New constants.
9539 (gdb-info-locals-handler): Use them.
9540 (gdb-reset): Reset gdb-var-list to nil.
9541
9542 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9545 in patterns.
9546
9547 2005-11-21 Juri Linkov <juri@jurta.org>
9548
9549 * custom.el (defcustom): Update link types in docstring.
9550
9551 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9552
9553 * custom.el (defgroup): Add doc-string-elt info.
9554
9555 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9556
9557 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * newcomment.el (comment-enter-backward): Fix last fix.
9560
9561 * simple.el (blink-matching-open):
9562 * paren.el (show-paren-function): Allow new paren-class info.
9563
9564 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9567 handled automagically.
9568
9569 2005-11-20 Andreas Schwab <schwab@suse.de>
9570
9571 * descr-text.el (describe-char): When copying overlays put them
9572 over the full char description instead of just the first character
9573 of it.
9574
9575 2005-11-20 Juri Linkov <juri@jurta.org>
9576
9577 * simple.el (what-cursor-position):
9578 * descr-text.el (describe-char): Use Lisp-readable syntax
9579 for octal and hex. Reorder decimal, octal and hex values.
9580 Remove excess whitespace in the output. Use `=' in `column='
9581 like in `point=' and `Hscroll='.
9582
9583 * international/mule-cmds.el (encoded-string-description):
9584 Use Lisp-readable syntax for hex.
9585
9586 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * newcomment.el (comment-enter-backward): Handle the case where the
9589 comment is closed by EOB.
9590
9591 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9592
9593 * longlines.el (longlines-before-revert-hook)
9594 (longlines-after-revert-hook): New functions.
9595 (longlines-mode): Turn off longlines temporarily when reverting.
9596 Add a message-setup-hook.
9597 (longlines-decode-buffer): New function.
9598 (longlines-wrap-line): Preserve marker positions.
9599
9600 2005-11-19 Andreas Schwab <schwab@suse.de>
9601
9602 * emacs-lisp/shadow.el: Handle compressed files.
9603
9604 2005-11-19 Romain Francoise <romain@orebokech.com>
9605
9606 * net/browse-url.el (browse-url-default-browser): Signal an error
9607 if no usable browser can be found, rather than try to load w3.
9608
9609 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9610
9611 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9612 replacing existing properties.
9613 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9614 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9615 tty specs.
9616 (rcirc-server-prefix, rcirc-server): New faces.
9617 (rcirc-url-regexp): Generate with rx macro.
9618 (rcirc-last-server-message-time): New variable.
9619 (rcirc-filter): Record time of last message.
9620 (rcirc-keepalive): Kill processes that did not send a message
9621 since the last ping.
9622 (rcirc-mode): Give rcirc-topic a local binding here.
9623
9624 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9625
9626 * subr.el (read-passwd): Fontify the prompt as we do with other
9627 prompts.
9628
9629 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9630
9631 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9632 binding buffer-read-only to nil.
9633
9634 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9635
9636 * complete.el (partial-completion-mode):
9637 Mention completion-auto-help in the doc string.
9638
9639 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9640 more Lisp-ish way.
9641
9642 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9643
9644 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9645 digits, not 8, to avoid misalignment for files larger than 100MB.
9646
9647 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9648
9649 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9650 Mention "keyboard shortcuts" in the help text.
9651
9652 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9653
9654 * startup.el (fancy-splash-default-action): Discard only
9655 mouse-down and succeeding mouse-up events in the splash screen
9656 window so that drag-n-drop event can be processed.
9657
9658 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9659
9660 * longlines.el (longlines-mode): Add hacks for mail-mode and
9661 message-mode.
9662
9663 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9664
9665 * textmodes/org.el (org-table-sort-lines): New command.
9666 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9667 (org-add-file): Command removed, use `org-agenda-file-to-front'
9668 instead.
9669 (org-export-icalendar): Use `org-icalendar-combined-name'.
9670 (org-cycle-agenda-files, org-agenda-file-to-end)
9671 (org-agenda-file-to-front): New commands.
9672 (org-table-tab-jumps-over-hlines, org-export-html-style):
9673 New options.
9674 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9675 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9676 New functions.
9677 (org-fill-paragraph): Call `org-table-align' in tables.
9678 (org-mode): Call `org-set-autofill-regexps'.
9679 (org-export-as-html): Support for local handformatted lists.
9680 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9681 (org-export-local-list-max-depth): New option.
9682 (org-html-expand): Use `org-html-protect'.
9683
9684 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9685
9686 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9687 to "p".
9688 (gdb): Move definition of gud-pp to...
9689
9690 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9691 speedbar.
9692 (gdb-find-watch-expression): New function.
9693
9694 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9695
9696 * faces.el (face-attribute, set-face-attribute): Mention existence
9697 of `:ignore-defface' setting in docstring.
9698
9699 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9700
9701 * simple.el (completion-setup-function): Fix last change.
9702
9703 2005-11-17 John Paul Wallington <jpw@pobox.com>
9704
9705 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9706 Use `posn-set-point' instead of `mouse-set-point' because the
9707 latter is not fbound when configured without X.
9708
9709 * comint.el (comint-insert-input): Likewise.
9710
9711 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9712
9713 * simple.el (hard-newline): New variable.
9714 (sendmail-user-agent-compose, next-line): Use it.
9715
9716 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9717 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9718 (mail-mail-reply-to, mail-mail-followup-to)
9719 (mail-position-on-field, mail-signature, mail-yank-original)
9720 (mail-attach-file): Likewise.
9721
9722 * mail/mailheader.el (mail-header-format)
9723 (mail-header-format-function): Likewise.
9724
9725 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9726
9727 2005-11-17 Juri Linkov <juri@jurta.org>
9728
9729 * font-lock.el (font-lock-faces): Rename this defgroup from
9730 `font-lock-highlighting-faces'.
9731 (font-lock-comment-face, font-lock-comment-delimiter-face)
9732 (font-lock-string-face, font-lock-doc-face)
9733 (font-lock-keyword-face, font-lock-builtin-face)
9734 (font-lock-function-name-face, font-lock-variable-name-face)
9735 (font-lock-type-face, font-lock-constant-face)
9736 (font-lock-warning-face, font-lock-negation-char-face)
9737 (font-lock-preprocessor-face)
9738 (font-lock-regexp-grouping-backslash)
9739 (font-lock-regexp-grouping-construct): Rename :group from
9740 `font-lock-highlighting-faces' to `font-lock-faces'.
9741
9742 * cus-edit.el (lisp, c, tex):
9743 * progmodes/ada-mode.el (ada):
9744 * progmodes/asm-mode.el (asm):
9745 * progmodes/cperl-mode.el (cperl-faces):
9746 * progmodes/cpp.el (cpp):
9747 * progmodes/dcl-mode.el (dcl):
9748 * progmodes/f90.el (f90):
9749 * progmodes/fortran.el (fortran):
9750 * progmodes/icon.el (icon):
9751 * progmodes/idlwave.el (idlwave-misc):
9752 * progmodes/m4-mode.el (m4):
9753 * progmodes/make-mode.el (makefile):
9754 * progmodes/meta-mode.el (meta-font):
9755 * progmodes/modula2.el (modula2):
9756 * progmodes/octave-mod.el (octave):
9757 * progmodes/pascal.el (pascal):
9758 * progmodes/perl-mode.el (perl):
9759 * progmodes/prolog.el (prolog):
9760 * progmodes/ps-mode.el (PostScript-edit):
9761 * progmodes/scheme.el (scheme):
9762 * progmodes/sh-script.el (sh-script):
9763 * progmodes/simula.el (simula):
9764 * progmodes/tcl.el (tcl):
9765 * textmodes/nroff-mode.el (nroff):
9766 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9767 * textmodes/sgml-mode.el (sgml):
9768 * textmodes/texinfo.el (texinfo):
9769 Add :link (custom-group-link font-lock-faces) to defgroup.
9770
9771 * hi-lock.el (hi-lock): Rename this defgroup from
9772 `hi-lock-interactive-text-highlighting'. Change parent group from
9773 `faces' to `font-lock'. Add link to the manual.
9774 (hi-lock-mode, hi-lock-file-patterns-range)
9775 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9776 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9777 (hi-lock-faces): Add :group `faces'.
9778
9779 * cus-edit.el (custom-variable-prompt): Clarify the code.
9780
9781 * faces.el (face-read-string): Set the default value arg of
9782 completing-read.
9783
9784 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9785
9786 * rfn-eshadow.el (file-name-shadow-properties)
9787 (file-name-shadow-tty-properties, file-name-shadow-mode):
9788 Remove autoloads, because the file is now preloaded.
9789
9790 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * printing.el (easy-menu-intern): Don't define.
9793 (pr-get-symbol): Use easy-menu-intern only if defined.
9794
9795 * simple.el (blink-matching-open): Simplify a bit.
9796 (completion-setup-function): Fix the case of partial-completion-mode
9797 when the minibuffer's contents start with "-".
9798 Obey completion-base-size-function even when
9799 minibuffer-completing-file-name is non-nil.
9800
9801 2005-11-16 Richard M. Stallman <rms@gnu.org>
9802
9803 * net/eudcb-ph.el (eudc-ph-open-session):
9804 Use set-process-query-on-exit-flag.
9805
9806 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9807
9808 * international/ucs-tables.el (ucs-set-table-for-input):
9809 Use make-local-variable, not make-variable-buffer-local.
9810
9811 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9812 Improve warning message text.
9813
9814 * savehist.el (savehist-save-hook): Add :group.
9815
9816 * menu-bar.el (menu-bar-help-menu):
9817 Rename Find Extra Packages to External Packages.
9818
9819 * cus-edit.el (Custom-reset-standard): Verify that
9820 :custom-standard-value prop exists before calling it.
9821
9822 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9823
9824 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9825
9826 * wid-edit.el (color): Enclose %t in %{...%}.
9827
9828 * cus-edit.el (face): Enclose %t in %{...%}.
9829
9830 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9831
9832 * savehist.el (savehist-mode-hook): Re-add the var.
9833 (savehist-mode): Use it.
9834
9835 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9836
9837 * textmodes/flyspell.el: Fix commenting convention.
9838 Remove unnecessary leading * in custom docstrings.
9839 (flyspell-emacs): Remove unused var.
9840 (flyspell-delete-region-overlays): Use remove-overlays.
9841 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9842 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9843 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9844 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9845 (make-flyspell-overlay): Don't locally reuse a global name.
9846 (flyspell-highlight-incorrect-region)
9847 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9848 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9849 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9850 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9851 Wrap calls to accept-process-output inside with-local-quit since it's
9852 often called from a post-command-hook.
9853 (flyspell-correct-word, flyspell-auto-correct-word):
9854 Use ispell-send-string.
9855 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9856
9857 * calendar/diary-lib.el (diary-list-entries): Also hide the
9858 terminating newline.
9859
9860 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9861
9862 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9863 window-system, to allow fonts on tty.
9864
9865 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9866
9867 * progmodes/gud.el (gud-speedbar-item-info): New function.
9868 (gud-install-speedbar-variables): Use it to display data type
9869 of watch expression as a tooltip in speedbar.
9870
9871 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9872
9873 * font-core.el (global-font-lock-mode): Add :version keyword,
9874 because default was changed.
9875
9876 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9877
9878 * startup.el (command-line): Use `custom-reevaluate-setting' for
9879 `file-name-shadow-mode'.
9880
9881 * loadup.el: Preload rfn-eshadow.
9882
9883 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9884 Add :version keyword.
9885 (file-name-shadow-properties, file-name-shadow-tty-properties)
9886 (file-name-shadow): Add :version keyword.
9887
9888 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9889 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9890 in the custom-group property of the symbol frames and the fringe
9891 group got no link to its parent group frames.
9892 Doc fix.
9893
9894 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9895
9896 * progmodes/gud.el (gud-stop-subjob): New function.
9897 (gud-menu-map, gud-tool-bar-map): Use it.
9898
9899 2005-11-16 Kim F. Storm <storm@cua.dk>
9900
9901 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9902 than kill it.
9903 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9904 to a more useful/logical place.
9905
9906 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9907
9908 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9909 go buttons complementary.
9910
9911 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9914 (rfn-eshadow-sifn-equal): New function.
9915 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9916
9917 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9918
9919 * viper-utils.el (viper-non-word-characters-reformed-vi):
9920 Quote `-' in string.
9921
9922 * viper.el (viper-emacs-state-mode-list): Ensure that
9923 rcirc-mode buffers come up in Emacs state.
9924
9925 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9926 operation.
9927
9928 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9929
9930 * term.el (term-termcap-format): Fix typos.
9931 (term-down): Fix the negative argument case.
9932
9933 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9934
9935 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9936 2005-08-15.
9937 (gdb-ann3): New command gud-go.
9938 (menu): Accomodate gdb-mi.el.
9939 (gdb-assembler-custom): Make buffer of selected window current
9940 so that set-window-point works.
9941
9942 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9943 buttons and include new ones.
9944
9945 2005-11-16 Kim F. Storm <storm@cua.dk>
9946
9947 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9948 (gud-menu-map): Use it.
9949
9950 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9951
9952 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9953 that works correctly for Custom and that does not override a user
9954 who disables it.
9955
9956 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9957 (help-xref-interned, help-follow): Make hyperlinks for variables
9958 that are unbound, but have a non-nil variable-documentation property.
9959
9960 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9961 mode hook. (It conflicted with defcustoms for some mode hooks.)
9962 Use the `variable-documentation' property to give the mode hook a
9963 docstring and expand that docstring.
9964
9965 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9966
9967 * savehist.el (savehist-mode): Don't bother with
9968 `custom-set-minor-mode'.
9969 (savehist-coding-system): Check XEmacs version.
9970 (history-length): Declare also at run time.
9971 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9972 Don't set the customize state.
9973 (savehist-minibuffer-hook): Special case for when
9974 minibuffer-history-variable is equal to t.
9975
9976 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * files.el (write-file): Refresh VC status.
9979
9980 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9981 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9982 than fundamental-mode to see if the mode was set.
9983
9984 2005-11-14 Romain Francoise <romain@orebokech.com>
9985
9986 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9987 dummy function in `eval-when-compile' to avoid compiler warning.
9988 Require `man' at compile time.
9989
9990 2005-11-14 Jay Belanger <belanger@truman.edu>
9991
9992 * calc-alg.el (calcFunc-write-out-power): Rename it to
9993 calcFunc-powerexpand.
9994 (math-write-out-power): Rename it to math-powerexpand; have it
9995 handle negative exponents.
9996 (calc-writeoutpower): Rename it to calc-powerexpand.
9997
9998 * calc-ext.el: Change calcFunc-writeoutpower and
9999 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10000 autoloads.
10001 Add calcFunc-ldiv to autoloads.
10002
10003 * calc-arith.el (calcFunc-ldiv): New function.
10004
10005 * calc.el (calc-left-divide): New function.
10006
10007 2005-11-14 Juri Linkov <juri@jurta.org>
10008
10009 * cus-edit.el (custom-variable-prompt): Set the default value arg
10010 of completing-read.
10011
10012 * cus-dep.el (custom-make-dependencies): Reverse the list of
10013 found dependencies.
10014
10015 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10016
10017 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10018 Highlighting" entry, it is on by default now.
10019 (menu-bar-options-save): Do not save global-font-lock-mode.
10020
10021 2005-11-13 Richard M. Stallman <rms@gnu.org>
10022
10023 * textmodes/flyspell.el (flyspell-large-region):
10024 Call flyspell-accept-buffer-local-defs.
10025
10026 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10027
10028 * textmodes/flyspell.el (flyspell-notify-misspell):
10029 Fix misspelling of "Misspelling".
10030 (flyspell-process-localwords): New function.
10031 (flyspell-large-region): Call flyspell-process-localwords and
10032 flyspell-delete-region-overlays.
10033 (flyspell-delete-region-overlays): New function.
10034 (flyspell-delete-all-overlays): Call that.
10035
10036 2005-11-13 Richard M. Stallman <rms@gnu.org>
10037
10038 * help.el (help-for-help-internal): Improve doc of C-h a.
10039 (describe-key): Improve prompt; doc fix.
10040
10041 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * vc-svn.el (vc-svn-registered): Catch all errors.
10044
10045 * cus-dep.el (custom-make-dependencies): Typo.
10046
10047 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10048
10049 * net/tramp-util.el (top): Fix compilation warning.
10050
10051 2005-11-13 Kim F. Storm <storm@cua.dk>
10052
10053 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10054
10055 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10056
10057 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10058 (gud-speedbar-buttons): Match on "const char *" too.
10059
10060 * progmodes/gdb-ui.el (gdb-var-create-handler)
10061 (gdb-var-list-children-handler): Match on "const char *" too.
10062 (gdb-var-evaluate-expression-handler): Match on empty string.
10063 (gdb-var-update-handler): Only call
10064 gdb-var-evaluate-expression-handler when required.
10065
10066 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10067
10068 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10069 selected window. This still doesn't work for speedbar.
10070 (gud-speedbar-buttons): Handle string expressions properly.
10071
10072 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10073 (gdb-var-create-handler): Handle string expressions properly.
10074 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10075 Handle string expressions properly. Move "type" field into regexp.
10076
10077 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10078
10079 * bookmark.el (bookmark-maybe-message): New function to reduce
10080 code duplication: invokes `message' iff baud-rate is high enough.
10081 (bookmark-write-file): Use above instead of an inline conditional.
10082 (bookmark-load): Same.
10083
10084 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10085
10086 * bookmark.el (bookmark-write-file): Don't visit the destination
10087 file, just write the data to it using write-region. This is
10088 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10089 change to avoid visiting the file in the first place.
10090
10091 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10092
10093 * hi-lock.el (hi-lock-mode): Set the default value of
10094 font-lock-defaults.
10095
10096 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10097
10098 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10099 arg to `file-attributes'.
10100 (find-lisp-format): The UID and GID can now be strings.
10101
10102 2005-11-12 Kim F. Storm <storm@cua.dk>
10103
10104 * help.el (help-map): Bind C-h d to apropos-documentation.
10105
10106 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10107 when point is at end-of-buffer.
10108
10109 * apropos.el (apropos-match-face): Doc fix.
10110 (apropos-sort-by-scores): Add new choice `verbose'.
10111 (apropos-documentation-sort-by-scores): New defcustom.
10112 (apropos-pattern): Now contains the pattern entered by the user.
10113 (apropos-pattern-quoted): New defvar.
10114 (apropos-regexp): New defvar, containing the regexp corresponding
10115 to apropos-pattern.
10116 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10117 (apropos-read-pattern): New defun. Use it to read pattern arg in
10118 interactive calls; returns list of words for a word list, and
10119 string for a regexp.
10120 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10121 parses a list of words or regexp as returned by apropos-read-pattern.
10122 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10123 (apropos-score-doc): Return a very high score if the string
10124 entered by the user matches literally.
10125 (apropos-variable): Doc fix. Use apropos-read-pattern.
10126 (apropos-command): Doc fix. Use apropos-read-pattern and
10127 apropos-parse-pattern. Call apropos-print with nosubst=t.
10128 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10129 apropos-parse-pattern.
10130 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10131 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10132 apropos-documentation-sort-by-scores. Call apropos-print with
10133 nosubst=t.
10134 (apropos-documentation-internal): Pass doc string through
10135 substitute-key-definition before adding text properties.
10136 Highlight substring matching literal user input if possible.
10137 (apropos-documentation-check-doc-file): Remove locals beg and end.
10138 Fix calculation of score (as added twice). Pass doc string through
10139 substitute-key-definition before adding text properties.
10140 (apropos-documentation-check-elc-file): Pass doc string through
10141 substitute-key-definition before adding text properties.
10142 Highlight substring matching literal user input if possible.
10143 (apropos-print): Add new arg NOSUBST; if set, command and variable
10144 doc strings have already been passed through substitute-key-definition.
10145 Add code to handle apropos-accumulator items without score element
10146 for backwards compatibility (e.g. with woman package).
10147 Only show scores if apropos-sort-by-scores is `verbose'.
10148
10149 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10152 Add jka-compr-load-suffixes to load-suffixes.
10153
10154 * jka-compr.el: Require jka-cmpr-hook.
10155 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10156 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10157 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10158 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10159 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10160 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10161 (jka-compr-uninstall): Remove entries from
10162 jka-compr-added-to-file-coding-system-alist after they are used.
10163 (jka-compr-error): Remove unused var `curbuf'.
10164 (jka-compr-file-local-copy): Remove unused var `notfound'.
10165
10166 2005-11-10 Romain Francoise <romain@orebokech.com>
10167
10168 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10169
10170 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10171
10172 * progmodes/gud.el (gud-menu-map): Move parentheses.
10173 (gdb): New command gud-pv.
10174
10175 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 * tar-mode.el: Remove spurious or unnecessary leading stars
10178 in docstrings.
10179 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10180 (tar-parse-octal-integer-safe): Use mapc.
10181 (tar-header-block-summarize): Remove unused var `ck'.
10182 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10183 cleared before. Obey default-enable-multibyte-characters.
10184 Use mapconcat. Simplify setting of tar-header-offset.
10185 (tar-mode-map): Move initialization inside delcaration.
10186 (tar-flag-deleted): Use `abs'.
10187 (tar-expunge-internal): Remove unused var `line'.
10188 (tar-expunge-internal): Don't hardcode point-min==1.
10189 (tar-expunge): Widen while doing set-buffer-multibyte.
10190 (tar-rename-entry): Use file-name-coding-system.
10191 (tar-alter-one-field): Don't hardcode point-min==1.
10192 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10193 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10194
10195 2005-11-10 Masatake YAMATO <jet@gyve.org>
10196
10197 * add-log.el (add-log-current-defun): Handle class::method
10198 notation of c++. Fix incorrect comment.
10199
10200 2005-11-10 Alan Mackenzie <acm@muc.de>
10201
10202 * help-fns.el (describe-variable): Make C-h v work when a variable
10203 has variable documentation yet is unbound.
10204
10205 2005-11-10 Masatake YAMATO <jet@gyve.org>
10206
10207 * man.el (Man-highlight-references): Set an empty
10208 string to `Man-arguments' if it is nil.
10209 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10210
10211 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10214 commenting conventions.
10215
10216 * cus-dep.el (custom-make-dependencies): Simplify.
10217 Better follow the commenting conventions.
10218
10219 2005-11-09 Richard M. Stallman <rms@gnu.org>
10220
10221 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10222 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10223 All uses changed.
10224 (apropos-rewrite-regexp): Doc fix.
10225 (apropos-variable, apropos-command, apropos, apropos-value):
10226 Change prompt; carry through the argument renaming.
10227
10228 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10229
10230 * find-lisp.el: Require dired.
10231 (find-lisp-find-dired-internal): Do not call
10232 `abbreviate-file-name' on DIR.
10233
10234 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10235
10236 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10237
10238 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10239
10240 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10241 when using the speedbar.
10242 (gdb): New command gud-pp.
10243 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10244
10245 2005-11-09 Juri Linkov <juri@jurta.org>
10246
10247 * replace.el (occur-excluded-properties): New defcustom.
10248 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10249
10250 2005-11-08 Jay Belanger <belanger@truman.edu>
10251
10252 * calc/calc-units.el (math-convert-units): Replace any composite
10253 unit by its definition.
10254
10255 2005-11-08 Lars Hansen <larsh@soem.dk>
10256
10257 * emacs-lisp/autoload.el (update-directory-autoloads):
10258 Add obsolete function alias.
10259
10260 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10263 comment-indent-function.
10264 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10265
10266 * reveal.el (reveal-post-command): Rework the handling of
10267 reveal-open-spots, so as to be more reliable. There were several
10268 tricky corner cases where an open spot might be lost, or where
10269 a closed spot might end up on the list of open spots.
10270 Only reveal text that's ellipsised.
10271
10272 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10273
10274 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10275
10276 2005-11-07 John Paul Wallington <jpw@gnu.org>
10277
10278 * ibuffer.el (ibuffer): Search iconified frames too when
10279 getting Ibuffer buffer's window.
10280
10281 2005-11-06 Richard M. Stallman <rms@gnu.org>
10282
10283 * progmodes/compile.el (compilation-internal-error-properties):
10284 save-excursion around the computation of MARKER.
10285
10286 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10287
10288 * textmodes/flyspell.el (flyspell-external-point-words):
10289 flyspell-get-word returns a list, not just a string.
10290
10291 2005-11-06 John Paul Wallington <jpw@pobox.com>
10292
10293 * ibuffer.el (ibuffer): Search all visible frames when getting
10294 Ibuffer buffer's window.
10295
10296 2005-11-07 Masatake YAMATO <jet@gyve.org>
10297
10298 * man.el (Man-reference-regexp): Accept spaces between
10299 `Man-name-regexp' and `Man-section-regexp'.
10300 (Man-apropos-regexp): New variable.
10301 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10302 if available.
10303 (Man-highlight-references, Man-highlight-references0):
10304 Handle the case when `Man-arguments' includes "-k".
10305 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10306 `TARGET'. `TARGET' can be a number, function or nil.
10307
10308 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10309
10310 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10311 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10312 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10313 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10314 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10315 (gdb-send-item): Use buffer-local-value and simplify.
10316
10317 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10318
10319 * startup.el (command-line): Use `custom-reevaluate-setting' for
10320 `global-font-lock-mode'.
10321
10322 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10323 by default, except in batch mode or when the -D option is given.
10324
10325 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10326 specified keyword args on to `define-minor-mode'. Update docstring.
10327
10328 2005-11-05 Romain Francoise <romain@orebokech.com>
10329
10330 * replace.el (occur-engine): Add marker at end of line, too.
10331
10332 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10333
10334 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10335 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10336 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10337 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10338 argument to all these routines, so the passphrase can be managed
10339 externally and passed in to the system.
10340 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10341 pgg-add-passphrase-to-cache function.
10342
10343 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10344 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10345 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10346 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10347 argument to all these routines, so the passphrase can be managed
10348 externally and passed in to the system.
10349 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10350 function.
10351
10352 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10353
10354 * font-lock.el: Don't deal with font-lock-face-attributes here,
10355 move the code ...
10356
10357 * startup.el (command-line): ... here. Use face-spec-set instead
10358 of custom-declare-face.
10359
10360 * faces.el (face-spec-set): Reset the face if spec is not nil.
10361
10362 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * newcomment.el (comment-region-internal): Box more tightly in the
10365 common case where there's no TAB in the boxed text.
10366
10367 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10368
10369 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10370 up-node.
10371
10372 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10373
10374 * newsticker.el: Commentary updated. Code formatting changed.
10375 (newsticker-version): Change to "1.9".
10376 (newsticker, newsticker-feed): Doc fix.
10377 (newsticker-url-list): Doc fix. Add option "Weekly".
10378 (newsticker-retrieval-interval): Add option "Weekly".
10379 (newsticker-headline-processing): Doc fix.
10380 (newsticker-auto-mark-filter): Remove.
10381 (newsticker-auto-mark-filter-list): New.
10382 (newsticker-layout, newsticker-sort-method): Doc fix.
10383 (newsticker-hide-old-items-in-newsticker-buffer)
10384 (newsticker-heading-format, newsticker-item-format)
10385 (newsticker-desc-format): Doc fix.
10386 (newsticker-show-all-rss-elements): Remove.
10387 (newsticker-show-all-news-elements): New.
10388 (newsticker-faces, newsticker-ticker): Doc fix.
10389 (remove-from-invisibility-spec): Code formatting.
10390 (newsticker--process-ids): New.
10391 (newsticker-mode): Doc fix.
10392 (newsticker-mode): Change mode-line-format.
10393 (newsticker-start): Remove debug output.
10394 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10395 (newsticker-w3m-show-inline-images): Code formatting.
10396 (newsticker-next-item): Call `force-mode-line-update'.
10397 (newsticker-previous-item): Call `force-mode-line-update'.
10398 (newsticker-next-feed): Call `force-mode-line-update'.
10399 (newsticker-previous-feed): Call `force-mode-line-update'.
10400 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10401 (newsticker-show-old-items): Do not show descs.
10402 (newsticker-hide-entry): Hide too much.
10403 (newsticker-hide-entry, newsticker-show-entry)
10404 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10405 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10406 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10407 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10408 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10409 (newsticker-get-news): Call `force-mode-line-update'.
10410 Collect process ids.
10411 (newsticker--sentinel): Change coding system handling.
10412 Move image retrieval to new functions newsticker--get-logo-url-*.
10413 Move feed parsing to new functions newsticker--parse-*.
10414 Update list of process ids.
10415 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10416 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10417 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10418 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10419 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10420 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10421 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10422 (newsticker--decode-coding-string): Remove.
10423 (newsticker--decode-numeric-entities): Check input. Format code.
10424 (newsticker--remove-whitespace): Check input.
10425 (newsticker--do-forget-preformatted): Doc fix.
10426 (newsticker--decode-rfc822-date): Allow for missing time.
10427 (newsticker--update-process-ids): New.
10428 (newsticker--image-sentinel): Change comment.
10429 (newsticker--image-read): Change error message.
10430 (newsticker--imenu-goto): Doc fix. Show headline title.
10431 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10432 (newsticker--buffer-do-insert-text): Clean whitespace in
10433 html-rendered headline title. Code formatting.
10434 Call `newsticker--buffer-print-extra-elements'.
10435 (newsticker--buffer-print-extra-element): Remove.
10436 (newsticker--buffer-print-extra-elements): New.
10437 (newsticker--buffer-do-print-extra-element): New.
10438 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10439 large sizes.
10440 (newsticker--run-auto-mark-filter)
10441 (newsticker--do-run-auto-mark-filter):
10442 Use `newsticker-auto-mark-filter-list'.
10443
10444 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10445
10446 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10447 (rcirc-print): Force redisplay before running hooks. Do long
10448 buffer truncation after making new text read-only. Deal with nil
10449 text when decoding strings. If TARGET is nil, use either the
10450 currently selected buffer, if it is an rcirc buffer and of the
10451 same process or the process buffer.
10452 (rcirc-mode): Remove header-line. Recompute short buffer names.
10453 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10454 (rcirc-short-buffer-name): Add variable.
10455 (rcirc-kill-buffer-hook): Recompute short buffer names.
10456 Remove nick from private channel.
10457 (rcirc-send-input): Send command text to current-buffer.
10458 Don't clear overlay arrow here.
10459 (rcirc-short-buffer-name): Return a short buffer name.
10460 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10461 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10462 buffer-name abbreviations.
10463 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10464 Do not touch nick-table when killing a parted channel.
10465 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10466 Clear arrow from current buffer if it is now hidden.
10467 (rcirc-current-buffer): Add variable.
10468 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10469 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10470 Remove -face from names.
10471 (rcirc-update-activity-string): Print "DND" when globally ignoring
10472 activity.
10473 (rcirc-ignore-buffer-activity-flag): Rename from
10474 rcirc-ignore-channel-activity.
10475 (rcirc-ignore-all-activity-flag): Doc fix.
10476 (rcirc-channels): Remove variable.
10477 (rcirc-kill-buffer-hook):
10478 (rcirc-get-buffer-create): Add nick to private channel.
10479 (rcirc-multiline-edit-submit): Remove tabs.
10480 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10481 folded.
10482 (rcirc-remove-nick-channel): Bug fix.
10483 (rcirc-toggle-ignore-buffer-activity): Rename from
10484 rcirc-toggle-ignore-channel-activity.
10485 (rcirc-record-activity): Add buffers to the front of the list.
10486 (rcirc-update-activity): Remove killed buffers from list.
10487 (rcirc-process-server-response-1): Remove last argument if it is
10488 null before calling handler.
10489 (rcirc): Add "rcirc" defcustom prefix.
10490 (rcirc-prompt): Simplify default prompt.
10491 Use custom-initialize-default.
10492 (rcirc-private-chats): Remove variable.
10493 (rcirc-prompt): Change initialization.
10494 (rcirc-version): Remove function.
10495 (rcirc-id-string): Add constant.
10496 (rcirc-last-buffer): Remove variable.
10497 (rcirc-buffer-alist): Add variable.
10498 (rcirc-connect): Update variable setup.
10499 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10500 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10501 default.
10502 (rcirc-handler-generic): Trigger activity.
10503 (rcirc-send-message): Create the buffor of the target.
10504 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10505 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10506 (rcirc-multiline-edit-cancel): Remove function.
10507 (rcirc-set-last-buffer): Remove function.
10508 (rcirc-get-any-buffer): Add function.
10509 (rcirc-join-channels): Don't print /join text.
10510 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10511 messages.
10512 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10513 (rcirc-handler-NOTICE): Recognize CTCP responses.
10514 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10515 constructing TOPIC string for buffers we are not JOINed.
10516 (rcirc-handler-CTCP-response): Add handler.
10517 (rcirc-multiline-edit-submit): Restore the window-configuration
10518 before adjusting point.
10519 (rcirc): Add customization group.
10520 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10521 (rcirc-user-full-name, rcirc-startup-channels-alist)
10522 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10523 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10524 (rcirc-input-ring-size, rcirc-read-only-flag)
10525 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10526 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10527 Change defvar to defcustom.
10528 (rcirc-update-prompt): Add optional ALL arg, which will update
10529 prompts in all rcirc buffers. Regexp quote replacement text.
10530 (rcirc-fill-column): Accept frame-width as a value.
10531 (rcirc-set-changed): Add function.
10532 (rcirc-next-active-buffer): Write more meaningful messages.
10533 (rcirc-faces): Add customization group.
10534 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10535 (rcirc-nick-in-message-face, rcirc-prompt-face)
10536 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10537 (with-rcirc-process-buffer): Move before first usage.
10538 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10539 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10540 (rcirc-debug): Rename from `rcirc-log'.
10541 (rcirc-format-response-string): Do not print `-' chars for a
10542 NOTICE with no sender. Simplify output of server responses.
10543
10544 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10545
10546 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10547 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10548 Make urls mouse and RET clickable.
10549
10550 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10551
10552 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10553
10554 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10555
10556 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10557 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10558 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10559 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10560 argument to all these routines, so the passphrase can be managed
10561 externally and passed in to the system.
10562 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10563 pgg-add-passphrase-to-cache function.
10564
10565 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10566 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10567 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10568 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10569 argument to all these routines, so the passphrase can be managed
10570 externally and passed in to the system.
10571 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10572 function.
10573
10574 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10575
10576 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10577 from goto-address-url-regexp.
10578
10579 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10580
10581 * textmodes/org.el (org-read-date, org-goto-calendar)
10582 (org-recenter-calendar, org-agenda-goto-calendar):
10583 Temporarily clear `calendar-move-hook'.
10584
10585 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10586
10587 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10588 merging.
10589
10590 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10591 have merge clashes.
10592
10593 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10594
10595 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10596 Undo previous change.
10597
10598 * startup.el (command-line): Use `custom-reevaluate-setting' for
10599 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10600 tty-register-default-colors on Mac.
10601
10602 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10603
10604 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10605 (gdb-buffer-type): Make it automatically buffer local...
10606 (gdb-get-create-buffer): ...and set it accordingly.
10607 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10608 actually work.
10609
10610 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10611
10612 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10613 not red.
10614
10615 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10616
10617 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10618 case GUD buffer is not visible.
10619 (gdb-goto-breakpoint): Try to force display in source buffer.
10620 (gdb-frame-gdb-buffer): Copy other similar functions.
10621 (gdb-restore-windows): Don't display source if not asked for.
10622 (gdb-assembler-buffer-name): Don't capitalise.
10623
10624 2005-11-03 Richard M. Stallman <rms@gnu.org>
10625
10626 * wid-edit.el (key-sequence): New widget type.
10627
10628 * simple.el (set-mark-command-repeat-pop): New variable.
10629 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10630 if set-mark-command-repeat-pop is true.
10631
10632 * info.el (Info-fontify-node): Don't display extra "see" if there
10633 already is one here.
10634
10635 * mouse.el: Fix special handling of DEL after dragging a region:
10636 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10637 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10638
10639 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10640
10641 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10642 not to assume it pertains to an affix.
10643
10644 * textmodes/flyspell.el (flyspell-post-command-hook):
10645 Bind deactivate-mark to prevent deactivation.
10646
10647 2005-11-03 Lars Hansen <larsh@soem.dk>
10648
10649 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10650 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10651 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10652
10653 2005-11-03 Romain Francoise <romain@orebokech.com>
10654
10655 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10656 Update copyright years.
10657
10658 2005-11-03 Sam Steingold <sds@gnu.org>
10659
10660 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10661 Use system-type instead of window-system because window-system is not
10662 correctly defined during loadup.
10663
10664 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10665
10666 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10667 (xml-parse-tag): Join strings separated by a comment properly.
10668
10669 2005-11-02 Andreas Schwab <schwab@suse.de>
10670
10671 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10672
10673 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10676 (byte-optimize-pure-func): Quote the eval'd value.
10677
10678 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10679 Rename from perl-font-lock-syntactic-face-function.
10680 Change the calling convention so it can be used as a font-lock MATCHER.
10681 Do the parse-partial-sexp loop outselves.
10682 (perl-font-lock-syntactic-keywords): Use it.
10683 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10684
10685 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10686
10687 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10688 disassembly buffer too.
10689 (gdb-exited): Remove overlay arrows when execution has finished.
10690 (gdb-info-frames-custom, gdb-info-threads-custom)
10691 (gdb-info-registers-custom): Don't add inappropriate text
10692 properties if inferior is not active.
10693
10694 2005-11-02 Glenn Morris <rgm@gnu.org>
10695
10696 * progmodes/fortran.el (fortran-blink-match):
10697 Use `blink-matching-delay'.
10698
10699 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10700
10701 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10702
10703 2005-11-02 Lars Hansen <larsh@soem.dk>
10704
10705 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10706 "Permission denied".
10707
10708 2005-11-01 Richard M. Stallman <rms@gnu.org>
10709
10710 * textmodes/flyspell.el (flyspell-external-point-words):
10711 Pass nil to flyspell-get-word.
10712
10713 2005-11-02 Kim F. Storm <storm@cua.dk>
10714
10715 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10716 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10717
10718 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10719
10720 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10721 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10722 (calendar-mouse-print-dates): Add optional `event' argument.
10723 Update interactive-spec.
10724 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10725 Use `calendar-event-to-date' instead of `event'.
10726
10727 2005-11-02 Masatake YAMATO <jet@gyve.org>
10728
10729 * progmodes/ld-script.el (ld-script-builtins):
10730 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10731 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10732 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10733
10734 2005-11-01 Romain Francoise <romain@orebokech.com>
10735
10736 * vc-sccs.el: Update copyright year.
10737 * ezimage.el: Likewise.
10738
10739 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10740
10741 * info.el (Info-fontify-node): Use `string-width' for fontifying
10742 underlined titles.
10743
10744 2005-11-01 Juri Linkov <juri@jurta.org>
10745
10746 * info.el (Info-fontify-node): Downcase node header keywords Node,
10747 Prev, Next, Up before comparison.
10748 (Info-history): Insert absolute directory name, and put invisible
10749 property on it.
10750
10751 2005-11-01 Juri Linkov <juri@jurta.org>
10752
10753 * info.el (Info-file-supports-index-cookies): New variable.
10754 (Info-find-node-2): Check makeinfo version for index cookie support.
10755 (Info-index-nodes): Search for nodes with index cookies only when
10756 Info-file-supports-index-cookies is t. Otherwise, search nodes
10757 with "Index" in the node name.
10758 (Info-index-node): Search index cookie in the current node only when
10759 Info-file-supports-index-cookies is t. Otherwise, check the word
10760 "Index" in the node name.
10761 (Info-find-emacs-command-nodes): Remove code that searches nodes
10762 with "Index" node name in the top menu.
10763
10764 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10765
10766 * progmodes/scheme.el (scheme-mode-variables): Use the default
10767 comment-indent-function.
10768
10769 * faces.el (face-attribute): Handle the case where a face inherits from
10770 a non-existent face.
10771
10772 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10773 for octal and hexa output, and merge the char into the paren.
10774 (kill-new): Use push.
10775 (copy-to-buffer): Use with-current-buffer.
10776 (completion-setup-function): Move code in loop to remove redundancy.
10777 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10778 those inherited from minibuffer-local-completion-map.
10779
10780 * savehist.el (savehist-mode) <defcustom>:
10781 Use custom-set-minor-mode if available.
10782 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10783 and emit a message if applicable.
10784
10785 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10786
10787 * savehist.el: Sync up to version 19.
10788 (savehist-mode): New minor mode.
10789 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10790 (savehist-length): Remove (use history-length instead).
10791 (savehist-file-modes): Rename from savehist-modes.
10792 (savehist-save-hook, savehist-loaded): New vars.
10793 (savehist-load): Use savehist-mode. Try to smooth up transition from
10794 old format to new format.
10795 (savehist-install): Allow savehist-autosave-interval to be nil.
10796 (savehist-save): Run the new hook. Be more careful to only trim the
10797 history variables.
10798 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10799 (savehist-printable): Print into a buffer rather than char-by-char.
10800
10801 2005-11-01 John Wiegley <johnw@newartisans.com>
10802
10803 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10804 toggle-ignore keybinding (C-a). The author said it had been
10805 disabled much earlier due to a possible incompatibility, but after
10806 many months of usage I have encountered no problems (and it is a
10807 rather useful option, especially for switching to " *temp*").
10808
10809 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10810 support for OS/X's AddressBook, by calling out to the open source
10811 program "contacts" (installable through Fink).
10812
10813 * net/eudc.el (eudc-expand-inline): If the
10814 `eudc-multiple-match-handling-method' is set to `all', delete the
10815 query string before inserting the query result.
10816
10817 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10818 flag, to prevent Eshell from using the system ls when
10819 `eshell-ls-insert-directory' is in used.
10820 (eshell-ls-insert-directory): Disable font-lock in directory
10821 buffer so that Eshell's own fontification is seen. This broke
10822 recently due to changes in font-lock, so this goes back to version
10823 21 behavior.
10824
10825 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10826
10827 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10828 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10829 (gdb-many-windows): Doc fix.
10830
10831 2005-10-31 Romain Francoise <romain@orebokech.com>
10832
10833 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10834
10835 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10836
10837 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10838 that global-font-lock-mode can be enabled by default.
10839
10840 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10841 (font-lock-add-keywords, font-lock-remove-keywords)
10842 (font-lock-fontify-buffer): Remove autoload cookies.
10843
10844 * jit-lock.el (jit-lock-register): Likewise.
10845
10846 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10847
10848 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10849
10850 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10851 intact if there is no gud-comint-buffer.
10852
10853 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10854
10855 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10856 old prompt comint-prompt-read-only is t and GDB commands are
10857 issued from tool bar etc.
10858
10859 2005-10-31 Masatake YAMATO <jet@gyve.org>
10860
10861 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10862
10863 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10864
10865 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10866 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10867
10868 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10869
10870 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10871 starting at beginning of line. Fontification is messed up when
10872 `open-paren-in-column-0-is-defun-start' set to t.
10873 Reported by John Paul Wallington <jpw@pobox.com>.
10874
10875 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10876
10877 * comint.el (comint-send-input): Call `comint-update-fence' when
10878 `comint-process-echoes' and `comint-prompt-read-only' are both
10879 non-nil, to avoid leftover read-only newline.
10880
10881 2005-10-30 Richard M. Stallman <rms@gnu.org>
10882
10883 * textmodes/flyspell.el (flyspell-external-point-words):
10884 Detect when WORD can't be checked properly because
10885 flyspell-get-word finds just part of it, and move on.
10886
10887 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10888 boundarychar for Polish.
10889 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10890 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10891
10892 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10893
10894 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10895 (gdb-registers-font-lock-keywords): Delete.
10896 (gdb-registers-mode): Don't fontify.
10897 (gdb-info-registers-custom): Use text properties instead as, in
10898 future, changed register values will use font-lock-warning-face.
10899 (gdb-local-font-lock-keywords): Rename to...
10900 (gdb-locals-font-lock-keywords): ...for consistency.
10901
10902 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10903
10904 * vc.el (vc-switch-backend): Better error message if the buffer is
10905 not visiting a file under version control.
10906
10907 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10908
10909 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10910
10911 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10912 ~/.emacs.d/.emacs.
10913
10914 2005-10-29 Richard M. Stallman <rms@gnu.org>
10915
10916 * replace.el (occur-mode-mouse-goto): Always go to other window.
10917 (occur-mode-goto-occurrence): Always switch in same window.
10918
10919 * simple.el (undo): Display message at end, not at start.
10920
10921 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10922 New arg REUSE-CELL.
10923 (cancel-timer-internal): New function.
10924 (timer-event-handler): Use cancel-timer-internal,
10925 and pass the cell it returns to timer-activate...
10926
10927 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10928 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10929 (jit-lock-after-change): Test memory-full.
10930
10931 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10932
10933 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10934 part of the decoded armor to find the key-identifier.
10935 (pgg-gpg-lookup-key-owner): New function to return the
10936 human-readable identifier of a key owner.
10937 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10938 key itself.
10939 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10940 the key value) if we have a key and can match it against a secret
10941 key. Also, added a note pointing out fact that the prompt only
10942 indicates the first matching key.
10943
10944 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10945 pgg-decrypt-region.
10946 (pgg-pending-timers): A new hash for tracking the passphrase cache
10947 timers, so that new ones supercede old ones.
10948 (pgg-add-passphrase-to-cache): Rename from
10949 `pgg-add-passphrase-cache' to reduce confusion (all callers
10950 changed). Modified to cancel old timers when new ones are added.
10951 (pgg-remove-passphrase-from-cache): Rename from
10952 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10953 changed). Modified to cancel old timers when their keys are
10954 removed from the cache.
10955 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10956 XEmacs, an indirection to delete-itimer.
10957 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10958 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10959 users can only check cache without risk of prompting. Correct bug in
10960 notruncate behavior.
10961 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10962 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10963 Add informative docstrings.
10964 (pgg-decrypt): Convey provided passphrase in subordinate call to
10965 pgg-decrypt-region.
10966
10967 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10968 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10969 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10970 `passphrase' argument, so the passphrase can be managed externally
10971 and then passed in to the system.
10972
10973 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10974 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10975 so the passphrase cache can be used reliably with identifiers
10976 besides a pgp packet's key id.
10977
10978 * pgg-gpg.el (pgg-pgp-encrypt-region)
10979 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10980 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10981 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10982 argument to all these routines, so the passphrase can be managed
10983 externally and passed in to the system.
10984
10985 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10986 `notruncate' argument, so the passphrase cache can be used
10987 reliably with identifiers besides a pgp packet's key id.
10988
10989 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10990
10991 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10992 symmetric encryption.
10993 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10994 encrypted session key.
10995 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10996 message ask for the passphrase in a proper way.
10997
10998 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10999 New user commands for symmetric encryption.
11000
11001 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11002
11003 * textmodes/conf-mode.el (conf-assignment-sign)
11004 (conf-assignment-regexp): Fix docstrings.
11005 (conf-mode-initialize): New function.
11006 (conf-mode): Remove optional args. Use delay-mode-hooks to
11007 recognize recursive calls.
11008 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11009 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11010 (conf-xdefaults-mode): Use define-derived-mode and
11011 conf-mode-initialize.
11012
11013 2005-10-29 Romain Francoise <romain@orebokech.com>
11014
11015 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11016
11017 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11018
11019 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11020 part of the decoded armor to find the key-identifier.
11021 (pgg-gpg-lookup-key-owner): New function to return the
11022 human-readable identifier of a key owner.
11023 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11024 key itself.
11025 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11026 the key value) if we have a key and can match it against a secret
11027 key. Also, added a note pointing out fact that the prompt only
11028 indicates the first matching key.
11029
11030 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11031 pgg-decrypt-region.
11032 (pgg-pending-timers): A new hash for tracking the passphrase cache
11033 timers, so that new ones supercede old ones.
11034 (pgg-add-passphrase-to-cache): Rename from
11035 `pgg-add-passphrase-cache' to reduce confusion (all callers
11036 changed). Modified to cancel old timers when new ones are added.
11037 (pgg-remove-passphrase-from-cache): Rename from
11038 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11039 changed). Modified to cancel old timers when their keys are
11040 removed from the cache.
11041 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11042 XEmacs, an indirection to delete-itimer.
11043 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11044 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11045 users can only check cache without risk of prompting. Correct bug in
11046 notruncate behavior.
11047 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11048 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11049 Add informative docstrings.
11050 (pgg-decrypt): Convey provided passphrase in subordinate call to
11051 pgg-decrypt-region.
11052
11053 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11054
11055 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11056 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11057 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11058 `passphrase' argument, so the passphrase can be managed externally
11059 and then passed in to the system.
11060
11061 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11062 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11063 so the passphrase cache can be used reliably with identifiers
11064 besides a pgp packet's key id.
11065
11066 * pgg-gpg.el (pgg-pgp-encrypt-region)
11067 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11068 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11069 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11070 argument to all these routines, so the passphrase can be managed
11071 externally and passed in to the system.
11072
11073 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11074 `notruncate' argument, so the passphrase cache can be used
11075 reliably with identifiers besides a pgp packet's key id.
11076
11077 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11078
11079 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11080 symmetric encryption.
11081 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11082 encrypted session key.
11083 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11084 message ask for the passphrase in a proper way.
11085
11086 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11087 New user commands for symmetric encryption.
11088
11089 2005-10-28 Bill Wohler <wohler@newt.com>
11090
11091 * help-mode.el (help-url): New button type. Calls browse-url.
11092 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11093 Similar to Info nodes: URL `url'.
11094 (help-make-xrefs): Create help-url buttons for
11095 help-xref-url-regexp matches.
11096
11097 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11098
11099 * tool-bar.el (tool-bar-add-item-from-menu)
11100 (tool-bar-local-item-from-menu): Fix doc strings.
11101
11102 2005-10-28 Romain Francoise <romain@orebokech.com>
11103
11104 * ldefs-boot.el: Update.
11105
11106 * subr.el (locate-library): Move from help-fns.el.
11107 * help-fns.el (locate-library): Move to subr.el.
11108
11109 2005-10-28 Richard M. Stallman <rms@gnu.org>
11110
11111 * net/tramp.el (tramp-completion-mode): defvar moved up.
11112
11113 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11114
11115 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11116
11117 * files.el (find-file-noselect): Use %d to format large file size.
11118
11119 * bindings.el (mode-line-format): Add %e.
11120
11121 * loadup.el ("facemenu"): Load unconditionally.
11122 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11123 ("x-dnd"): Load, when appropriate.
11124
11125 * startup.el (command-line): Call before-init-hook earlier.
11126 Warn about some bad characters in -u user name.
11127
11128 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11129 (flyspell-external-point-words): Error if misspelled word is not found.
11130 Set flyspell-large-region-beg at end of word.
11131
11132 2005-10-28 Andreas Schwab <schwab@suse.de>
11133
11134 * view.el (View-revert-buffer-scroll-page-forward):
11135 Use view-page-size-default.
11136
11137 2005-10-28 Juri Linkov <juri@jurta.org>
11138
11139 * international/quail.el (quail-get-current-str): Translate last
11140 raw character for deterministic input methods.
11141
11142 2005-10-27 Jay Belanger <belanger@truman.edu>
11143
11144 * calc/calc-ext.el: Add functions to autoloads.
11145 (math-identity-matrix-p, math-ident-row-p): New functions.
11146
11147 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11148 multiplication by an identity matrix; don't turn multiplication by
11149 an inverse matrix into division.
11150 (math-div-symbol-fancy): Replace division by matrices with
11151 multiplication by inverse.
11152
11153 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11154
11155 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11156 (calc-writeoutpower): New functions.
11157
11158 2005-10-27 Romain Francoise <romain@orebokech.com>
11159
11160 * replace.el (occur-engine): Include colon in mouse-face highlight.
11161
11162 * dired-x.el: Change Maintainer field.
11163
11164 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11165
11166 * longlines.el (longlines-mode): Bind after-change-functions to
11167 nil during initial decoding and final encoding.
11168
11169 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11170
11171 * term.el (term-emulate-terminal, term-handle-colors-array)
11172 (term-handle-ansi-escape): Specify the terminfo capabilities
11173 implemented.
11174
11175 2005-10-26 Richard M. Stallman <rms@gnu.org>
11176
11177 * info.el (Info-fontify-node): Fix detection of sentence-break
11178 before *Note.
11179
11180 2005-10-26 Romain Francoise <romain@orebokech.com>
11181
11182 * smerge-mode.el: Add `tools' to file keywords.
11183
11184 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11185
11186 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11187 when the fringe is not available.
11188
11189 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11190 (def-gdb-auto-update-trigger): Simplify construction.
11191 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11192 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11193 defined explicitly.
11194 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11195 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11196 defined explicitly.
11197 (gdb-info-locals-custom): Remove as it's a no-op.
11198
11199 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11200
11201 * longlines.el (longlines-mode): Remove narrowing before
11202 performing the initial decoding or final encoding.
11203
11204 2005-10-25 Romain Francoise <romain@orebokech.com>
11205
11206 * emacs-lisp/find-func.el (find-library-name): Also strip
11207 extension if library name ends in .el, to take advantage of
11208 `find-library-suffixes'.
11209
11210 2005-10-25 Richard M. Stallman <rms@gnu.org>
11211
11212 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11213
11214 2005-10-25 Juri Linkov <juri@jurta.org>
11215
11216 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11217 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11218
11219 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11220
11221 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11222 (blackbox-redefine-key): Add argument `map'.
11223
11224 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11225 regions when moving the jit-lock-context-unfontify-pos boundary.
11226
11227 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11228
11229 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11230
11231 2005-10-25 Masatake YAMATO <jet@gyve.org>
11232
11233 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11234
11235 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11236
11237 * play/blackbox.el (blackbox-redefine-key): New function.
11238 (blackbox-mode-map): Use it to remap existing bindings for cursor
11239 motion instead of binding literal keys.
11240
11241 2005-10-25 Glenn Morris <rgm@gnu.org>
11242
11243 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11244 diary does not end in a newline. Do not assume a blank line at
11245 the start of the diary file.
11246
11247 2005-10-25 Kenichi Handa <handa@m17n.org>
11248
11249 * international/quail.el (quail-translate-key): If the input
11250 method is deterministic and failed to handle the last key, restart
11251 the key handling loop from an appropriate key.
11252
11253 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11254
11255 * vc.el (vc-dired-mode): Extend comment for binding of
11256 `directory-listing-before-filename-regexp'.
11257
11258 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * textmodes/texinfo.el (texinfo-mode):
11261 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11262 not to unnecessarily expose emacs-mule's internal char codes.
11263
11264 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11265
11266 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11267 Display hand pointer and help-echo on disabled icon too.
11268 (gdb-mouse-until): New function.
11269 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11270
11271 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11272
11273 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11274 with 2005-10-23 change to doctor.el.
11275
11276 * finder.el (finder-mode-map): Add follow-link binding.
11277
11278 2005-10-25 Kim F. Storm <storm@cua.dk>
11279
11280 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11281 to gdb-mouse-toggle-breakpoint-fringe.
11282 (gdb-mouse-toggle-breakpoint-margin): Rename from
11283 gdb-mouse-toggle-breakpoint. Fix doc.
11284 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11285 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11286 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11287 string properties also for fringe breakpoint bitmaps.
11288
11289 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11290
11291 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11292
11293 2005-10-25 Masatake YAMATO <jet@gyve.org>
11294
11295 * simple.el (completion-common-substring):
11296 Use `completion-common-substring' prior to `completion-base-size'.
11297
11298 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11299
11300 * savehist.el: Require CL while compiling.
11301 (savehist-history-variables): Remove.
11302 (savehist-save-minibuffer-history, savehist-additional-variables)
11303 (savehist-minibuffer-history-variables): New vars.
11304 (savehist-save): Use them.
11305 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11306 (savehist-install): New fun, extracted from savehist-load.
11307 (savehist-load): Use them.
11308
11309 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11312 a dummy doc-string-elt property.
11313 (defalias, defvaralias, define-category): Add a docstring property.
11314
11315 * image.el (defimage):
11316 * widget.el (define-widget):
11317 * custom.el (defface, defcustom): Add `doc-string' declaration.
11318
11319 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11320 (defadvice): Add `doc-string' declaration.
11321
11322 * emacs-lisp/byte-run.el (macro-declaration-function):
11323 Handle `doc-string' declarations.
11324 (define-obsolete-function-alias, define-obsolete-variable-alias):
11325 Add `doc-string' declaration.
11326
11327 2005-10-24 Kenichi Handa <handa@m17n.org>
11328
11329 * international/utf-7.el (utf-7): Add autoload cookie.
11330
11331 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11332
11333 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11334
11335 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11336 list of directories passed to batch-update-autoloads. Add "." to
11337 the list of the echoed directories.
11338
11339 * pgg-def.el:
11340 * pgg-gpg.el:
11341 * pgg-parse.el:
11342 * pgg-pgp.el:
11343 * pgg-pgp5.el:
11344 * pgg.el: Moved here from the gnus subdirectory.
11345
11346 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11347
11348 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11349 in case comint-prompt-read-only is set to t.
11350
11351 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11352 in case comint-prompt-read-only is set to t.
11353
11354 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11355
11356 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11357 Now a string.
11358 (icalendar-import-format): Handle CLASS, STATUS, URL.
11359 Rename `subject' to `summary'.
11360 (icalendar-import-format-summary): Rename from
11361 `icalendar-import-format-subject'.
11362 (icalendar-import-format-url, icalendar-import-format-status)
11363 (icalendar-import-format-class): New variables.
11364 (icalendar--rris): Take variable argument list.
11365 (icalendar--datestring-to-isodate): Remove unnecessary
11366 calendar-style check when converting dates with explicit month names.
11367 (icalendar-export-region): Change return type of conversion
11368 subroutines. Bury current buffer unless error occurred.
11369 (icalendar--convert-to-ical)
11370 (icalendar--parse-summary-and-rest): New functions.
11371 (icalendar--convert-ordinary-to-ical)
11372 (icalendar--convert-weekly-to-ical)
11373 (icalendar--convert-yearly-to-ical)
11374 (icalendar--convert-block-to-ical)
11375 (icalendar--convert-cyclic-to-ical)
11376 (icalendar--convert-anniversary-to-ical): Change return type.
11377 Strip trailing blanks from subject.
11378 (icalendar--convert-sexp-to-ical): Change return type.
11379 Strip trailing blanks from subject. Handle simple sexp
11380 entries as generated by icalendar.el.
11381 (icalendar--convert-float-to-ical)
11382 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11383 (icalendar-import-file): Doc fix.
11384 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11385 Correct call to icalendar--rris.
11386 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11387 `summary'.
11388 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11389
11390 2005-10-24 Romain Francoise <romain@orebokech.com>
11391
11392 * server.el (server-sentinel): Set query-on-exit flag to nil on
11393 new client processes (it isn't inherited from the server process).
11394
11395 * replace.el (occur-engine): Rearrange text properties.
11396
11397 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11400 case-fold-search is nil.
11401 (debug-help-follow): Use help-xref-interned directly.
11402
11403 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11404
11405 * thumbs.el (thumbs-image-type): Add .pbm.
11406
11407 2005-10-23 Richard M. Stallman <rms@gnu.org>
11408
11409 * faces.el (inhibit-face-set-after-frame-default): New variable.
11410 (set-face-attribute): Bind it.
11411 (face-set-after-frame-default): Test it.
11412
11413 * help-fns.el (describe-simplify-lib-file-name): New function.
11414 (describe-function-1, describe-variable): Use it.
11415
11416 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11417
11418 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11419 Eliminate nil as possible value.
11420 (tooltip-hide-delay): Reduce internal-border-width.
11421
11422 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11423 (menu-bar-file-menu) <new-file>: Likewise.
11424
11425 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11426
11427 * international/mule.el (load-with-code-conversion):
11428 Pass full file name to `eval-buffer' unless preloading.
11429
11430 * textmodes/flyspell.el (flyspell-large-region):
11431 Call ispell-check-version.
11432
11433 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11434 Fix the make-variable-buffer-local call that was supposed
11435 to be for this variable.
11436 (ispell-aspell-supports-utf8): Doc fix.
11437 (ispell-find-aspell-dictionaries): Preserve elements of
11438 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11439 (ispell-aspell-find-dictionary): Return nil on error.
11440
11441 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11442 (doctor-symptoms): Likewise.
11443
11444 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11445
11446 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11447
11448 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11449 (custom-raised-buttons): Add :set spec.
11450 (custom-button-unraised, custom-button-pressed-unraised):
11451 New faces, so that custom-raised-buttons actually does something.
11452 (custom-mode): Use custom-button and custom-button-pressed.
11453
11454 * wid-edit.el (widget-specify-button): Don't ignore
11455 widget-mouse-face on graphic terminals.
11456 (widget-move-and-invoke): Cleanup.
11457
11458 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11459
11460 * whitespace.el (whitespace-cleanup): Doc fix.
11461
11462 2005-10-23 Romain Francoise <romain@orebokech.com>
11463
11464 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11465 `eval-after-load' to avoid evaluating their result.
11466
11467 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11468
11469 * files.el (directory-listing-before-filename-regexp):
11470 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11471
11472 * dired.el (dired-move-to-filename-regexp): Remove.
11473 All occurences replaced by `directory-listing-before-filename-regexp'.
11474
11475 * dired-x.el, locate.el, vc.el:
11476 Replace `dired-move-to-filename-regexp' by
11477 `directory-listing-before-filename-regexp'. In vc.el it is
11478 overwritten locally; maybe this can be handled in files.el too.
11479
11480 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11481 replaced by `directory-listing-before-filename-regexp'.
11482
11483 2005-10-23 Andreas Schwab <schwab@suse.de>
11484
11485 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11486 and eval-next-after-load.
11487
11488 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11489
11490 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11491 exist, create it.
11492
11493 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11494
11495 * allout.el: Remove autoloads for mailcrypt and crypt++.
11496 Require pgg, pgg-gpg during compilation.
11497 (allout-version): Increment version number to 2.1, and use a literal
11498 rather than RCS Id.
11499 (allout-default-encryption-scheme): Remove.
11500 (allout-passphrase-verifier-handling)
11501 (allout-passphrase-verifier-string)
11502 (allout-file-passphrase-verifier-string)
11503 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11504 (allout-passphrase-hint-handling): Rename and simplify.
11505 (allout-init): Use `find-file-hook' if available, otherwise
11506 `find-file-hooks'.
11507 (allout-mode): Use `write-file-functions' if available, otherwise
11508 `local-write-file-hooks' and, instead of making auto-save-hook
11509 buffer local, make the write-file-hook activity contingent to
11510 allout-mode.
11511 (allout-mode): Use key-binding substitution in the docstring.
11512 (allout-kill-line): Spell-out kill ring data structure mutation
11513 instead of using byte-compiler-complaint-provoking `pop'.
11514 (allout-insert-listified): Use `insert' rather than `insert-string'
11515 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11516 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11517 (allout-encrypt-string): Totally revamped vis new underlying
11518 encryption facilities.
11519 (allout-mc-activate-passwd): Remove.
11520 (allout-obtain-passphrase): New, more or less replaces
11521 allout-mc-activate-passwd.
11522 (allout-encrypted-key-info): More or less replaces
11523 allout-encrypted-text-type.
11524 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11525 (my-mark-marker): Use `(featurep 'xemacs)'.
11526
11527 2005-10-23 Lars Hansen <larsh@soem.dk>
11528
11529 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11530 (byte-compile-file-form-defmumble, byte-compile-defun)
11531 (byte-compile-defmacro): Use it.
11532 (byte-compile-form): Don't call byte-compile-set-symbol-position
11533 when a byte-compile handler is called.
11534
11535 2005-10-22 Romain Francoise <romain@orebokech.com>
11536
11537 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11538
11539 * subr.el (eval-after-load): Convert library name to an absolute
11540 file name using locate-library, since load-history no longer has
11541 library names in it.
11542
11543 2005-10-22 Richard M. Stallman <rms@gnu.org>
11544
11545 * files.el (make-temp-file): Move from subr.el.
11546 * subr.el (make-temp-file): Move to files.el.
11547
11548 * window.el (get-buffer-window-list): Move from subr.el.
11549 * subr.el (get-buffer-window-list): Move to window.el.
11550
11551 * image.el (image-load-path): Use eval-at-startup to initialize.
11552
11553 * subr.el (eval-at-startup): New macro.
11554
11555 * subr.el: Much rearrangement of functions and division
11556 into pages. No code changes.
11557
11558 2005-10-22 Kenichi Handa <handa@m17n.org>
11559
11560 * tar-mode.el (tar-extract): Be sure to call
11561 find-operation-coding-system if set-auto-coding doesn't find a
11562 coding system.
11563
11564 2005-10-22 Kim F. Storm <storm@cua.dk>
11565
11566 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11567 Change users.
11568 (image-type-file-name-regexps): New defconst.
11569 (image-type-from-data): Simplify loop.
11570 (image-type-from-buffer): New defun.
11571 (image-type-from-file-header): Use it instead of image-type-from-data.
11572 Use image-search-load-path instead of only looking in data-directory.
11573 (image-type-from-file-name): New defun.
11574 (image-search-load-path): Change `pathname' to `filename'.
11575 Make PATH arg optional, default to image-load-path.
11576
11577 2005-10-21 Richard M. Stallman <rms@gnu.org>
11578
11579 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11580
11581 * textmodes/paragraphs.el (sentence-end-base): New variable.
11582 (sentence-end): Use sentence-end-base.
11583
11584 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11587 property independently from the font-lock-multiline variable.
11588
11589 2005-10-21 Richard M. Stallman <rms@gnu.org>
11590
11591 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11592
11593 * startup.el (command-line): Convert library names
11594 in `load-history' to absolute file names.
11595
11596 * subr.el (symbol-file): Doc fix.
11597
11598 * loadhist.el (file-loadhist-lookup): Call locate-library
11599 instead of find-library-name. Don't try converting
11600 abs file names to library names, since load-history no longer
11601 has library names in it.
11602 (file-dependents, file-provides, file-requires): Doc fixes.
11603
11604 2005-10-21 Juri Linkov <juri@jurta.org>
11605
11606 * progmodes/etags.el (tags-table-mode): New function.
11607 (tags-verify-table): Replace initialize-new-tags-table with
11608 tags-table-mode.
11609
11610 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11611 default value.
11612 (desktop-modes-not-to-save): Add tags-table-mode to the
11613 default value.
11614
11615 * info.el (Info-index-next): Add total number of index
11616 alternatives to the message.
11617
11618 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11619 backward only space (instead of space and period) before looking
11620 at sentence end.
11621
11622 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11623 Add the old variable value as 4th default-value arg of read-string.
11624
11625 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11626
11627 * cus-face.el (custom-declare-face): Make face from X resources
11628 also on Mac.
11629
11630 * disp-table.el (standard-display-g1, standard-display-graphic):
11631 Refuse to use string glyphs also on Mac.
11632 (standard-display-european): Don't set terminal coding system also
11633 on Mac.
11634
11635 * frame.el (display-screens): Use x-display-screens also on Mac.
11636
11637 2005-10-21 Romain Francoise <romain@orebokech.com>
11638
11639 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11640
11641 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11644 and $? into sexps.
11645
11646 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11647 warning face on open-paren-in-column-0.
11648
11649 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11650 boundary case. Fix typo.
11651 Suggested by Martin Rudalics <rudalics@gmx.at>.
11652
11653 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11654
11655 * textmodes/org.el (org-combined-agenda-icalendar-file)
11656 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11657 (org-export-icalendar-this-file)
11658 (org-export-icalendar-all-agenda-files)
11659 (org-export-icalendar-combine-agenda-files): New commands.
11660 (org-export-icalendar, org-print-icalendar-entries)
11661 (org-start-icalendar-file, org-finish-icalendar-file)
11662 (org-ical-ts-to-string): New functions.
11663 (org-read-date, org-goto-calendar)
11664 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11665 call to `calendar'.
11666 (orgtbl-setup): Remove the :keys arguments from the menu description.
11667 (org-after-save-iCalendar-file-hook): New variable.
11668
11669 2005-10-21 Kenichi Handa <handa@m17n.org>
11670
11671 * language/vietnamese.el (tcvn-5712): Make it an alias of
11672 vietnamese-tcvn coding-system.
11673
11674 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11675
11676 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11677 group id is given.
11678
11679 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11682 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11683 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11684 whose line is either continued or ends with a comment.
11685
11686 2005-10-20 Romain Francoise <romain@orebokech.com>
11687
11688 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11689
11690 * replace.el (occur-engine): Add follow-link property.
11691
11692 * font-core.el (font-lock-mode): Doc fix.
11693
11694 2005-10-20 Richard M. Stallman <rms@gnu.org>
11695
11696 * net/rcirc.el: New file.
11697
11698 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11699
11700 * term.el (term-term-name): Initialize to "eterm-color".
11701
11702 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11703
11704 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11705 for encryption functionality.
11706 Move allout customization subgroup from `editing' to `outlines' group.
11707 Fix commentary keywords to legitimate ones.
11708 Update author info (using my current email address, obscurified).
11709 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11710 (allout-encrypted-topic-p, allout-encrypted-text-type)
11711 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11712 (allout-situate-encryption-key-verifier)
11713 (allout-get-encryption-key-verifier, allout-verify-key)
11714 (allout-next-topic-pending-encryption)
11715 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11716 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11717 (outline-key-verifier-handling, outline-key-hint-handling)
11718 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11719 (allout-file-key-verifier-string, allout-encryption-scheme)
11720 (allout-key-verifier-string, allout-key-hint-string)
11721 (allout-after-save-decrypt): New variables.
11722 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11723 (allout-after-saves-handler): New hook functions.
11724 (allout-post-command-business): Do allout-after-save-decrypt.
11725 (allout-enable-file-variable-adjustment): Custom var to enable
11726 mechanism for adding and adjusting settings of Emacs file variables.
11727 (allout-adjust-file-variable, allout-file-vars-section-data):
11728 New functions, implement the mechanism.
11729 (outlineify-sticky): Use the file vars mechanism.
11730 (allout-inhibit-protection, allout-during-write-cue)
11731 (allout-override-protect, allout-before-change-protect): Remove.
11732 (allout-flag-region, allout-open-topic): Adjust read-only text.
11733 (allout-open-line-not-read-only): Add to facilitate read-only
11734 text based protection.
11735 (allout-kill-line): Revise to adjust read-only text, clue the
11736 user about the inhibition.
11737 (allout-unprotected): Use unwind-protect.
11738 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11739 topic deeper than the offspring depth of the previous topic -
11740 avoiding confusing "containment discontinuities".
11741 (allout-reindent-bodies): Fix retention of body relative hanging
11742 indent during promotion of collapsed bodies.
11743 (allout-open-topic): Make it easy to open new topic with same
11744 bullet as current topic - topic creation functions provided with
11745 any universal argument provokes now prompt for bullet, defaulting
11746 to the bullet of the previous topic.
11747 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11748 Plain bullet alternates `.' period and `,' comma only. All other
11749 bullets are relegated to special status (but customizable).
11750 (allout-end-of-entry): Rename from allout-end-of-current-entry
11751 since it actually operates w.r.t. most immediately containing
11752 entry, visible or not.
11753 (allout-hide-current-entry, allout-show-current-entry): Use the
11754 revised version.
11755 (allout-old-expose-topic): Solidify deprecation.
11756 (allout-end-of-subtree): Add so we can span concealed as well
11757 as visible topics.
11758 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11759 (allout-end-of-current-heading): Tweak to just respect the first line.
11760 (allout-get-body-text): Add.
11761 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11762 when invoked interactively.
11763 (allout-up-current-level): Use `interactive-p'.
11764 (allout-mode, allout-init): Miscellaneous docstring and
11765 operational refinements, as well as hookups of new encryption stuff.
11766 (allout-beginning-of-current-entry): Now works as advertised.
11767 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11768 (allout-isearch-rectification): Refine condition for isearching.
11769 (allout-isearch-abort, allout-enwrap-isearch)
11770 (allout-flag-region, my-region-active-p): Relocate some macros.
11771 (allout-title): Fallback title is (buffer-name), not
11772 non-existing (current-buffer-name).
11773 (subst-char-in-string): Define if absent (for some XEmacs versions).
11774
11775 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11776
11777 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11778 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11779 (mail-citation-prefix-regexp, mail-signature-file)
11780 (mail-default-headers, mail-bury-selects-summary)
11781 (mail-send-nonascii): Add autoload cookies.
11782
11783 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11784
11785 * frame.el (blink-cursor-mode): Add `mac' to the list of
11786 window-system's that support blinking cursor.
11787
11788 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11789
11790 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11791
11792 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11793
11794 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11795 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11796 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11797
11798 2005-10-20 Kim F. Storm <storm@cua.dk>
11799
11800 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11801 (ido-set-current-directory): Don't add / after final @.
11802 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11803 Explicitly handle ange-ftp completion oddities.
11804 (ido-make-file-list): Don't rotate list at tramp root to avoid
11805 triggering tramp file handler for expand-file-name via get-file-buffer.
11806
11807 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11810
11811 2005-10-19 Jay Belanger <belanger@truman.edu>
11812
11813 * calc/calc-units.el (math-standard-units): Add units, adjust
11814 symbols and update values.
11815 (math-unit-prefixes): Add more prefixes.
11816
11817 2005-10-19 Romain Francoise <romain@orebokech.com>
11818
11819 * bookmark.el (bookmark-menu-heading): New face.
11820 (bookmark-bmenu-list): Use it.
11821 Don't fiddle with `baud-rate' at top-level.
11822
11823 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11824
11825 * image.el (create-image, find-image): Mention max-image-size in
11826 docstring.
11827
11828 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * savehist.el (savehist-load): Revert to checking XEmacs.
11831
11832 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11833 Various docstring and line-width fixups.
11834 (conf-mode): Use cond.
11835 Set font-lock-defaults. Don't set comment-use-syntax.
11836
11837 2005-10-18 David Ponce <david@dponce.com>
11838
11839 * tree-widget.el (tree-widget-button-click): New function.
11840 (tree-widget-button-keymap): Use it.
11841
11842 2005-10-18 Romain Francoise <romain@orebokech.com>
11843
11844 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11845 (bookmark-bmenu-hide-filenames): Add follow-link property.
11846 Improve help-echo text.
11847
11848 * ffap.el (find-file-at-point): Doc fix.
11849
11850 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11851
11852 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11853
11854 2005-10-18 Masatake YAMATO <jet@gyve.org>
11855
11856 Install to the CVS repository what I forgot to install in my
11857 2005-10-16 changes.
11858
11859 * progmodes/python.el (python-complete-symbol): Pass the common
11860 prefix substring of completion to `display-completion-list'.
11861
11862 * textmodes/org.el (org-complete): Ditto.
11863
11864 2005-10-18 Masatake YAMATO <jet@gyve.org>
11865
11866 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11867
11868 * woman.el (WoMan-xref-man-page): New button type derived
11869 from `Man-abstract-xref-man-page'.
11870 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11871
11872 * man.el (Man-abstract-xref-man-page): New button type.
11873 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11874 (Man-highlight-references): Add new optional argument `xref-man-type'.
11875
11876 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11877
11878 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11879
11880 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11881
11882 * cus-edit.el (Custom-move-and-invoke): Delete.
11883 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11884
11885 * wid-edit.el (widget-move-and-invoke): New function, from
11886 Custom-move-and-invoke.
11887
11888 2005-10-17 Bill Wohler <wohler@newt.com>
11889
11890 Move all remaining images from lisp/toolbar to etc/images, move
11891 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11892 the low resolution images in their own directory (low-color).
11893
11894 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11895 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11896 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11897 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11898 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11899 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11900 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11901
11902 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11903 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11904 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11905 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11906 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11907 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11908 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11909 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11910 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11911 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11912 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11913 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11914 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11915 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11916 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11917
11918 To conform with convention, replace the underscore (_) in the
11919 following image names with dash (-) or (/) as appropriate.
11920
11921 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11922 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11923 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11924 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11925 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11926 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11927 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11928 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11929 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11930 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11931 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11932 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11933 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11934 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11935 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11936
11937 * info.el (info-tool-bar-map): Replace underscores in image names
11938 with dashes.
11939
11940 * makefile.w32-in (WINS): Remove toolbar.
11941
11942 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11943
11944 * tool-bar.el: Move to lisp from toolbar. Now that
11945 toolbar is empty, it should be deleted when folks run "cvs up -P".
11946
11947 2005-10-18 Jay Belanger <belanger@truman.edu>
11948
11949 * calc/calc-store.el (calc-store-into): Get the proper variable name
11950 to display in message.
11951
11952 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11953
11954 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11955 expressions display in speedbar for all buffers when debugging.
11956 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11957
11958 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11959 (speedbar-insert-button, speedbar-make-button):
11960 Use add-text-properties.
11961 (speedbar-update-localized-contents)
11962 (speedbar-update-directory-contents)
11963 (speedbar-update-special-contents): Use dolist.
11964 (speedbar-buffer-easymenu-definition): Add a menu separator.
11965
11966 2005-10-17 Jason Rumney <jasonr@gnu.org>
11967
11968 * makefile.w32-in: Use $(lisp) consistently.
11969 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11970 for shell specific generation of mh-autoloads.
11971
11972 2005-10-17 Richard M. Stallman <rms@gnu.org>
11973
11974 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11975
11976 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * jit-lock.el (jit-lock-fontify-now):
11979 Move jit-lock-context-unfontify-pos to avoid wasted work.
11980
11981 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11982
11983 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11984 `tramp-completion-mode' for checking if we are in completion mode.
11985 (tramp-completion-handle-file-name-all-completions): Reorder code
11986 in order to complete for file names only in case there are no
11987 method/user/host completions. This is necessary for cooperation
11988 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11989
11990 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11991
11992 * longlines.el (longlines-search-forward)
11993 (longlines-search-backward): Match any number of spaces.
11994
11995 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11996
11997 * diff-mode.el (diff-mode): Doc fix.
11998
11999 2005-10-16 David Reitter <david.reitter@gmail.com>
12000
12001 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12002 as default on darwin and windows systems.
12003
12004 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12005
12006 * arc-mode.el (archive-zip-extract): Doc fix.
12007
12008 2005-10-16 Romain Francoise <romain@orebokech.com>
12009
12010 * mouse.el (mouse-1-click-follows-link): Doc fix.
12011
12012 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * savehist.el: Don't require CL at runtime.
12015 (savehist-xemacs): Remove.
12016 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12017 (savehist-no-conversion): Use (featurep 'xemacs).
12018 (savehist-load): Check existence of start-itimer rather than XEmacs.
12019 Use an idle timer.
12020 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12021 `delete-if-not'.
12022
12023 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12024
12025 * savehist.el: Newer version.
12026 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12027 (savehist-last-checksum, savehist-no-conversion): New vars.
12028 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12029 New functions.
12030 (savehist-load, savehist-save): Use them.
12031 (savehist-delimit): Remove.
12032
12033 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12034
12035 * progmodes/compile.el (compilation-goto-locus): Display the
12036 compilation buffer first and the source buffer second, in case they're
12037 in overlapping frames. Don't raise the compilation frame if it was the
12038 selected window upon entry. Pass the `other-window' arg to
12039 pop-to-buffer.
12040
12041 * info.el (Info-fontify-node): Use dolist.
12042 Change add-text-properties to put-text-property.
12043
12044 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12045
12046 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12047 bound of search.
12048
12049 2005-10-16 Masatake YAMATO <jet@gyve.org>
12050
12051 * dabbrev.el (dabbrev-completion): Pass the common
12052 prefix substring of completion to `display-completion-list'.
12053
12054 * filecache.el (file-cache-minibuffer-complete)
12055 (file-cache-complete): Ditto.
12056
12057 * tempo.el (tempo-display-completions): Ditto.
12058
12059 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12060
12061 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12062
12063 * eshell/em-hist.el (eshell-list-history): Ditto.
12064
12065 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12066
12067 * mail/mailalias.el (mail-complete): Ditto.
12068
12069 * progmodes/etags.el (complete-tag): Ditto.
12070
12071 * progmodes/make-mode.el (makefile-complete): Ditto.
12072
12073 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12074
12075 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12076
12077 * progmodes/pascal.el (pascal-complete-word)
12078 (pascal-show-completions): Ditto.
12079
12080 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12081
12082 * simple.el (completion-common-substring): New variable.
12083 (completion-setup-function): Use `completion-common-substring'
12084 to put faces.
12085
12086 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12087
12088 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12089 (x-get-selection, mac-select-convert-to-string): Convert from/to
12090 UTF-16 clipboard data as in native byte order, no BOM.
12091
12092 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12093
12094 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12095 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12096 (gud-sentinel): Use speedbar-frame to check for speedbar.
12097
12098 2005-10-15 Richard M. Stallman <rms@gnu.org>
12099
12100 * savehist.el: New file.
12101
12102 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12103
12104 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12105 Fix bug in \bf fontification.
12106
12107 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * pcvs.el (cvs-edit-log-files): New var.
12110 (cvs-mode-edit-log): New arg `file'.
12111 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12112 Instead force the use of the original file and nothing else.
12113 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12114 the cvs-minor-wrap-function is set.
12115 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12116
12117 2005-10-14 Bill Wohler <wohler@newt.com>
12118
12119 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12120 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12121 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12122 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12123 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12124 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12125 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12126 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12127 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12128 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12129 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12130 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12131 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12132 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12133 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12134
12135 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12136 appropriately (for example, gud-break to gud/break).
12137
12138 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12139
12140 * longlines.el (longlinges-search-function)
12141 (longlines-search-forward, longlines-search-backward): New functions.
12142 (longlines-mode): Set isearch-search-fun-function to
12143 longlinges-search-function.
12144
12145 * mouse.el (mouse-drag-region-1): Handle the case where a
12146 double-click event is bound to an arbitrary function.
12147
12148 2005-10-14 David Ponce <david@dponce.com>
12149
12150 * recentf.el (recentf-track-opened-file)
12151 (recentf-track-closed-file, recentf-update-menu)
12152 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12153 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12154 mouse-1-click-follows-link.
12155
12156 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12157
12158 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12159 Gnome file-manager.png. Suggested by
12160 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12161
12162 * toolbar/README: Add diropen.xpm.
12163
12164 2005-10-13 Bill Wohler <wohler@newt.com>
12165
12166 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12167 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12168
12169 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12172 Don't waste the byte-compiler's time on constant data.
12173
12174 2005-10-13 Kenichi Handa <handa@m17n.org>
12175
12176 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12177 byte with `escape-glyph' face.
12178
12179 * international/fontset.el (ccl-encode-unicode-font):
12180 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12181 Handle the case that ucs-mule-to-mule-unicode translates a character to
12182 ASCII (usually for IPA characters).
12183
12184 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12185
12186 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12187 Don't hide the underline of titles if font-lock-mode is disabled.
12188
12189 2005-10-12 Bill Wohler <wohler@newt.com>
12190
12191 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12192 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12193 files in MH-E-SRC have been updated.
12194 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12195
12196 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12199 (mixal-mode-syntax-table): Add \n as end-comment.
12200 (mixal-operation-codes-alist): Immediately initialize to full value.
12201 (mixal-add-operation-code): Remove.
12202 (mixal-describe-operation-code): Make the arg non-optional.
12203 Use the interactive spec instead.
12204 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12205 (mixal-font-lock-keywords): Don't highlight comments here any more.
12206 (mixal-font-lock-syntactic-keywords): New var.
12207 (mixal-mode): Use it. Fix comment-start-skip.
12208
12209 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12210
12211 * startup.el (command-line-x-option-alist): -nb => -nbi
12212
12213 2005-10-12 Kim F. Storm <storm@cua.dk>
12214
12215 * startup.el (fancy-splash-default-action): Discard mouse click in
12216 the splash screen window, as it has no sensible meaning in the
12217 next window to be selected. Fixes error reported by Jan D.
12218
12219 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12220
12221 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12222
12223 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12224
12225 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12226 Try to fix up minor layout issues like indentation, line break, etc...
12227 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12228 because it doesn't work.
12229 (mixal-operation-codes): Add some more codes.
12230 (mixal-font-lock-keywords): Process comments here.
12231 (mixal-mode): mixasm no longer needs -g option.
12232
12233 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12234
12235 * progmodes/sh-script.el (sh-tmp-file):
12236 Use mktemp -t. Finish support for es and rc shells.
12237
12238 2005-10-11 Jay Belanger <belanger@truman.edu>
12239
12240 * calc/calcalg2.el (calc-integral): With an argument, compute the
12241 definite integral.
12242
12243 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12244
12245 * mouse.el (mouse-drag-region-1): Don't try to catch a
12246 double-click when doing follow-link (it's overridden anyway).
12247
12248 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12249
12250 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12251 (autoload-print-form-outbuf): Add docstring.
12252
12253 2005-10-11 Juri Linkov <juri@jurta.org>
12254
12255 * info.el (Info-mode-menu): Delete menu item "Edit".
12256 (Info-mode): Delete description of Info-edit from docstring,
12257 and rearrange descriptions of Info commands in the order
12258 they are documented in the Info manual.
12259
12260 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * calendar/appt.el (appt-check): Use diary-selective-display var.
12263
12264 2005-10-10 Richard M. Stallman <rms@gnu.org>
12265
12266 * net/newsticker.el (newsticker-start, newsticker-show-news):
12267 Add autoload cookies.
12268
12269 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12270
12271 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12272
12273 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12274
12275 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12276
12277 2005-10-10 Jay Belanger <belanger@truman.edu>
12278
12279 * calc/calc-arith.el (math-check-known-scalarp)
12280 (math-check-known-matrixp): Check the values of arguments that are
12281 variables.
12282 (math-check-known-square-matrixp): New function.
12283 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12284 (math-super-types): Add sqmatrix type.
12285
12286 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12287 mode name `square' to `sqmatrix'.
12288
12289 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12290 mode name `square' to `sqmatrix'.
12291
12292 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12293
12294 * progmodes/etags.el (select-tags-table-mode): Don't use
12295 selective-display.
12296 (tags-select-tags-table): Pass `button' to the action function.
12297 (select-tags-table): Place the side-info on button properties rather
12298 than in hidden text. Abbreviate file names.
12299 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12300 (select-tags-table-select): Add `button' argument.
12301 Get side-info from the button property rather than from hidden text.
12302
12303 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12304
12305 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12306 (gud-speedbar-buttons): Preserve point if possible.
12307 (gud-sentinel): Restore previous speedbar display type.
12308
12309 * progmodes/gdb-ui.el (gdba): Improve diagram.
12310 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12311 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12312 Call get-buffer-window once.
12313
12314 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12317 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12318 (pascal-indent-command): Remove unused var `ind'.
12319 (pascal-indent-case): Remove unused var `oldpos'.
12320 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12321 since it's now used as a proper minor mode map.
12322 (pascal-outline): Rename to pascal-outline-mode.
12323 (pascal-outline-mode): Use define-minor-mode.
12324 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12325 selective-display.
12326
12327 2005-10-10 Andreas Schwab <schwab@suse.de>
12328
12329 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12330 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12331
12332 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12333 outside source directory.
12334
12335 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12336
12337 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12338 C-x' as a prefix.
12339 (orgtbl-mode-map): Full keymap instead of sparse, because all
12340 `self-insert-command' keys are redefined in this map.
12341 (org-export-as-html): Specify charset for HTML file, by taking it
12342 from the coding system.
12343
12344 2005-10-10 Kenichi Handa <handa@m17n.org>
12345
12346 * textmodes/flyspell.el (flyspell-check-word-p):
12347 If unread-command-events is non-empty, don't call sit-for.
12348
12349 2005-10-09 Richard M. Stallman <rms@gnu.org>
12350
12351 * font-lock.el (font-lock-syntactic-keywords)
12352 (font-lock-keywords): Doc fixes.
12353
12354 * textmodes/flyspell.el (flyspell-external-point-words):
12355 Simplify logic, and don't try to check for consecutive appearances
12356 of one incorrect word.
12357
12358 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12359
12360 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12361 separator.
12362
12363 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12364 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12365 (gud-expansion-speedbar-buttons): New function.
12366 (gud-speedbar-buttons): Check for gud-comint-buffer.
12367
12368 2005-10-09 Bill Wohler <wohler@newt.com>
12369
12370 * Makefile.in (updates): Add mh-loaddefs dependency.
12371
12372 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12373
12374 * speedbar.el (speedbar-file-key-map): Fix typo.
12375
12376 2005-10-09 Daniel Brockman <daniel@brockman.se>
12377
12378 * cus-start.el (line-spacing): Add custom spec.
12379
12380 2005-10-09 Romain Francoise <romain@orebokech.com>
12381
12382 * textmodes/ispell.el (ispell-check-version): Fix last change.
12383
12384 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12385
12386 * term/x-win.el: Remove -i, --icon-type from comment.
12387
12388 * startup.el (command-line-x-option-alist): Remove options -i,
12389 -itype, --icon-type, added -nb, --no-bitmap-icon
12390
12391 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12392
12393 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12394 instead of :active.
12395
12396 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12397
12398 * textmodes/ispell.el (ispell-check-version):
12399 Ignore hyphen, and all that follows, in aspell's version text.
12400
12401 2005-10-08 Jay Belanger <belanger@truman.edu>
12402
12403 * calc/calc-arith.el (math-known-square-matrixp): New function.
12404 (math-pow-fancy): Check for matrices before distributing exponent
12405 across products.
12406
12407 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12408 fullscreen keypad. Suggested by Luc Teirlinck.
12409 (calc-keypad-show-input): Add space for formatting.
12410
12411 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12412 Add square matrix option.
12413
12414 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12415 of checking calc-matrix-mode when deciding how to expand.
12416
12417 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12418
12419 2005-10-08 Lars Hansen <larsh@soem.dk>
12420
12421 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12422 Add error handling.
12423 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12424
12425 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12426
12427 Sync with Tramp 2.0.51.
12428
12429 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12430 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12431 Insert special handling for `last-coding-system-used', again
12432 it still seems to be necessary (unlike stated before).
12433 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12434 (tramp-password-prompt-regexp): There might be other words before
12435 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12436 (tramp-chunksize): Improve docstring.
12437 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12438 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12439 Christian Joergensen <bugs@razor.dk>.
12440
12441 2005-10-07 Glenn Morris <rgm@gnu.org>
12442
12443 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12444 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12445 precision'.
12446
12447 2005-10-07 Romain Francoise <romain@orebokech.com>
12448
12449 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12450 (ibuffer-do-shell-command-pipe-replace)
12451 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12452 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12453 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12454 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12455 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12456 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12457 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12458 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12459 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12460 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12461 Autoload file sans suffix.
12462
12463 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12464
12465 2005-10-07 David Ponce <david@dponce.com>
12466
12467 * recentf.el (recentf-menu-open-all-flag): New option.
12468 (recentf-digit-shortcut-command-name): New function.
12469 (recentf--shortcuts-keymap): New variable.
12470 (recentf-menu-shortcuts): New variable.
12471 (recentf-make-menu-items): Initialize it. Replace the "More..."
12472 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12473 (recentf-menu-value-shortcut): New function.
12474 (recentf-make-menu-item): Use it. No more in-lined.
12475 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12476 (recentf-open-most-recent-file): Rename from
12477 `recentf-open-file-with-key'. Don't depend on key binding.
12478 (recentf-mode-map): New variable.
12479 (recentf-mode): Use it.
12480
12481 2005-10-06 Bill Wohler <wohler@newt.com>
12482
12483 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12484
12485 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12486 (MH-E-SRC): New. Used by mh-autoloads.
12487 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12488 files in MH-E-SRC have been updated.
12489 (compile, recompile, bootstrap): Depend on mh-autoloads.
12490
12491 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12492
12493 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12494 gud-break and gud-remove icons when the fringe is not available.
12495
12496 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12497 Typo.
12498
12499 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12500
12501 * play/zone.el (zone): Wrap body with save-window-excursion.
12502
12503 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12504
12505 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12506 Use the new `list-only' arg to diary-list-entries.
12507
12508 * calendar/diary-lib.el: Use overlays rather than selective-display.
12509 (diary-selective-display): New var.
12510 (diary-header-line-format): Use it.
12511 (diary-list-entries): Add argument `list-only'.
12512 Put the buffer in diary-mode. Don't add \^M at beg and end.
12513 Replace \^M by invisible overlays.
12514 (diary-unhide-everything): Replace \^M by invisible overlays.
12515 (print-diary-entries): Look for overlays rather than \^M.
12516 Add a space to the temp buffer name.
12517 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12518 Put the buffer in diary-mode.
12519 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12520 (diary-anniversary): Make the year arg optional.
12521 (diary-time-regexp): New const.
12522 (diary-font-lock-keywords): Use it to accept a few more time formats.
12523
12524 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12525
12526 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12527
12528 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12529 Fix bug introduced 2005-07-03: Use (car (last ...))
12530 to faithfully reproduce replaced artist-last.
12531 (artist-set-arrow-points-for-poly): Likewise.
12532 Suggested by Johan Bockg\e,Ae\e(Brd.
12533
12534 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12535
12536 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12537 * wid-edit.el (widget):
12538 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12539 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12540
12541 2005-10-06 Kenichi Handa <handa@m17n.org>
12542
12543 * international/mule-cmds.el (set-language-environment):
12544 Fix setting up of case-table for unibyte mode.
12545
12546 * simple.el (what-cursor-position): If the character is displayed
12547 by some `display' text property, show that. Don't use
12548 single-key-description for eight-bit characters in multibyte mode.
12549
12550 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12551
12552 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12553 (gdb-ann3): Set it.
12554 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12555 (gdb-info-frames-custom): Use inverse-video for first five
12556 characters of selected frame only.
12557 (gdb-get-frame-number): Select frame even when point is on frame
12558 number.
12559
12560 2005-10-06 Masatake YAMATO <jet@gyve.org>
12561
12562 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12563 Put `font-lock-function-name-face'.
12564 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12565 and `font-lock-variable-name-face'
12566 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12567 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12568 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12569 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12570 (gdb-local-font-lock-keywords): New font lock keywords definition.
12571 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12572 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12573 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12574
12575 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12576
12577 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12578 (ediff-merge-region-is-non-clash-to-skip): Previously called
12579 ediff-merge-region-is-non-clash.
12580
12581 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12582 Use insert-buffer-substring.
12583
12584 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12585 selecting files to patch. Also bug fixes.
12586
12587 * ediff-util.el (ediff-setup): Bug fix.
12588 (ediff-next-difference): Never skip clashes that differ in white
12589 space only.
12590
12591 * ediff-wind.el (ediff-setup-control-frame)
12592 (ediff-destroy-control-frame): Check the menubar feature.
12593
12594 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12595 (viper-refresh-mode-line): Use make-local-variable to localize
12596 some vars instead of make-variable-buffer-local. Suggested by
12597 Stefan Monnier.
12598
12599 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12600 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12601 Use make-local-variable instead of make-variable-buffer-local.
12602 Suggested by Stefan Monnier.
12603
12604 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12605 (viper-comint-mode-hook): Use make-local-variable on
12606 require-final-newline.
12607 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12608
12609 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12612 also the second char of a comment-start sequence.
12613 (scheme-sexp-comment-syntax-table): New var.
12614 (lambda, define): Set their scheme-doc-string-elt property.
12615 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12616 Use lisp-font-lock-syntactic-face-function now that it properly
12617 handles |...| symbols.
12618 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12619 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12620
12621 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12622 bit from # to |.
12623 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12624
12625 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12626 (lisp-doc-string-elt-property): New var.
12627 (lisp-font-lock-syntactic-face-function): Use it.
12628 Rewrite to recognize docstrings even for forms not at toplevel.
12629
12630 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12631 annotation on the | part of #| rather than on the # part.
12632 (scheme-font-lock-syntactic-face-function): New function, to
12633 distinguish strings from |...| symbols.
12634 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12635 syntax-table so that #|...|# is properly highlighted.
12636
12637 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12638 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12639
12640 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12643 and C-e.
12644
12645 * emacs-lisp/eldoc.el: Move comments into docstrings.
12646 (eldoc-message-commands): Initialize in its declaration.
12647 Add move-beginning-of-line and move-end-of-line.
12648 (eldoc-add-command, eldoc-add-command-completions)
12649 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12650
12651 * outline.el (outline-mark-subtree): Activate the mark.
12652
12653 * calendar/appt.el (appt-time-regexp): New var.
12654 (appt-add, appt-make-list): Use it.
12655 (appt-convert-time): Clean up.
12656
12657 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12658 Don't set any syntax-table property here.
12659 (tex-font-lock-verb): New function. Do it here.
12660 (tex-font-lock-syntactic-keywords): Use it.
12661
12662 2005-10-04 Richard M. Stallman <rms@gnu.org>
12663
12664 * wid-edit.el (widget-file-complete): Get the widget start point
12665 the right way. Default directory to `/' if file has none.
12666
12667 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12668
12669 * textmodes/flyspell.el (flyspell-mode-on):
12670 Call ispell-maybe-find-aspell-dictionaries.
12671
12672 * textmodes/ispell.el (ispell-word, ispell-region):
12673 Call ispell-maybe-find-aspell-dictionaries.
12674 (ispell-accept-buffer-local-defs):
12675 Don't call ispell-maybe-find-aspell-dictionaries
12676
12677 2005-10-04 Richard M. Stallman <rms@gnu.org>
12678
12679 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12680
12681 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12682
12683 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12684 instead of `fboundp' in order to allow for anonymous functions.
12685
12686 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12687
12688 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12689 case the user clicks on the link while another window is selected.
12690 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12691
12692 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12693 functionality.
12694 (dframe-help-echo): Save point in case mouse tracking is off.
12695
12696 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12697
12698 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12699
12700 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12701
12702 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12703 not change the global value of those vars.
12704
12705 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12706 make-local-variable which we do not need any more.
12707
12708 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12709
12710 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12711 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12712 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12713 (speedbar-path-line): Define obsolete aliases.
12714 (speedbar-line-directory): Doc fix.
12715
12716 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12717 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12718 instead of speedbar-line-path.
12719
12720 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12721
12722 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12723 to nil if dropping on a window. Handle dropping on a minibuffer window
12724 like dropping on a non-window part of Emacs.
12725
12726 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * net/ange-ftp.el: Use with-current-buffer.
12729 (ange-ftp-insert-directory): Do not follow symlinks any more.
12730
12731 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12732 Remove interactive spec.
12733
12734 2005-10-03 Kim F. Storm <storm@cua.dk>
12735
12736 * ido.el (ido-mode): Use custom-initialize-set.
12737
12738 2005-10-02 Richard M. Stallman <rms@gnu.org>
12739
12740 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12741 Use insert-buffer-substring.
12742
12743 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12744 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12745
12746 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12749 in last change.
12750 (ange-ftp-insert-directory): Fix up the search for the case where
12751 `file' is absolute.
12752
12753 2005-10-02 Romain Francoise <romain@orebokech.com>
12754
12755 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12756
12757 2005-10-02 Andreas Schwab <schwab@suse.de>
12758
12759 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12760 directory component in the session info.
12761
12762 2005-10-01 Richard M. Stallman <rms@gnu.org>
12763
12764 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12765
12766 * simple.el (next-error-internal): New function.
12767
12768 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12769 (compilation-start): Pass new arg to compilation-buffer-name.
12770 (compile-goto-error): Use next-error-internal.
12771
12772 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12773
12774 * speedbar.el: Remove RCS tag.
12775 (speedbar-check-read-only): Handle non-existent files.
12776
12777 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12778
12779 * info.el (Info-speedbar-hierarchy-buttons)
12780 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12781
12782 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12783
12784 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12785 Do not match newline.
12786 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12787 (bibtex-summary): Remove unnecessary save-excursion.
12788 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12789
12790 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12791
12792 * term/mac-win.el: Add charset info for "iso10646-1".
12793 Modify default fontset to use ATSUI-compatible fonts for some charsets
12794 if available.
12795
12796 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12797
12798 * speedbar.el: Re-apply arch tag.
12799 (speedbar-version): Rename to version 1.0. Suggested by Eric
12800 M. Ludlam.
12801 Reapply two changes from Emacs CVS' version of speedbar lost
12802 during the merge:
12803 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12804 (speedbar-frame-parameters): Improve customize type.
12805
12806 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12807
12808 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12809 (ange-ftp-file-directory-p): Fix the symlink case.
12810 (ange-ftp-insert-directory): When listing a single file, get a list of
12811 the parent buffer and extract the relevant line. Inspired from a patch
12812 by Katsumi Yamaoka <yamaoka@jpl.org>.
12813 (ange-ftp-file-name-sans-versions): Simplify.
12814
12815 2005-09-30 Bill Wohler <wohler@newt.com>
12816
12817 Move MH-E image files from toolbar and mail directories into
12818 etc/images.
12819
12820 * mail/reply2.*: Move to etc/images/mail/reply*.
12821
12822 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12823 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12824 etc/images.
12825
12826 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12827 * toolbar/reply*: Move to etc/images/mail.
12828
12829 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12830
12831 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12832
12833 * speedbar.el: New version 1.0pre3.
12834
12835 Frame management code (including timer, and mouse click specifics)
12836 moved to dframe.el:
12837 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12838 (speedbar-timer): Removed. Use dframe-timer.
12839 (speedbar-close-frame): Removed. Use dframe-close-frame.
12840 (speedbar-activity-change-focus-flag): Removed. Use
12841 dframe-activity-change-focus-flag.
12842 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12843 dframe-update-speed.
12844
12845 (speedbar-current-frame): New macro. Use this instead of the
12846 variable speedbar-frame.
12847
12848 (speedbar-use-images, speedbar-expand-image-button-alist)
12849 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12850
12851 (speedbar-find-image-on-load-path): Removed. Replaced by
12852 defezimage in ezimage.el.
12853 (speedbar-expand-image-button-alist): Removed. Replaced by
12854 ezimage-expand-image-button-alist in ezimage.el.
12855
12856 (speedbar-ignored-directory-regexp)
12857 (speedbar-add-ignored-directory-regexp)
12858 (speedbar-ignored-directory-expressions)
12859 (speedbar-line-directory, speedbar-buffers-line-directory)
12860 (speedbar-directory-line, speedbar-buffers-line-directory):
12861 Renamed, replacing `path' with `directory'.
12862
12863 (speedbar-create-directory, speedbar-expand-line-descendants)
12864 (speedbar-toggle-line-expansion)
12865 (speedbar-contract-line-descendants): New commands.
12866
12867 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12868 (speedbar-use-tool-tips-flag): New options.
12869
12870 (speedbar-check-read-only, speedbar-require-version)
12871 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12872 (speedbar-handle-delete-frame, speedbar-try-completion)
12873 (speedbar-update-localized-contents): New functions.
12874
12875 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12876 (speedbar-object-read-only-indicator): New variables.
12877
12878 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12879 New hooks.
12880
12881 (speedbar-separator-face): New face.
12882
12883 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12884 (speedbar-ignored-modes): Add fundamental-mode.
12885 (speedbar-directory-unshown-regexp): Add . directories.
12886
12887 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12888 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12889 `]' for full expand/close.
12890 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12891
12892 (speedbar-check-vc): Support hidden files.
12893 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12894 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12895 state is nil, it is not checked out.
12896
12897 (speedbar-line-text, speedbar-line-token): Support expand buttons
12898 with no text.
12899 (speedbar-refresh): Universal argument acts as power-click.
12900 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12901 that buffer to get variable values.
12902
12903 And many other bugfixes.
12904
12905 * dframe.el, ezimage.el, sb-image.el: New files.
12906
12907 * sb-*.xpm: Remove files. New image files installed into
12908 etc/images/ezimage.
12909
12910 2005-09-30 Kenichi Handa <handa@m17n.org>
12911
12912 * ps-mule.el (ps-mule-show-warning): If a character is in
12913 ps-print-translation-table, don't treat it as non-printable.
12914
12915 2005-09-30 David Ponce <david@dponce.com>
12916
12917 * tree-widget.el (tree-widget-themes-load-path): New variable.
12918 (tree-widget-themes-directory): Doc fix.
12919 (tree-widget-image-formats) [Emacs]: Doc fix.
12920 (tree-widget--locate-sub-directory): New function.
12921 (tree-widget-themes-directory): Use it.
12922
12923 * recentf.el (recentf-filename-handlers): Rename from
12924 `recentf-filename-handler'. Allow a list of functions.
12925 (recentf-menu-items-for-commands): Fix :help strings.
12926 (recentf-apply-filename-handlers): New function.
12927 (recentf-expand-file-name): Use it.
12928 (recentf-cleanup): Remove duplicates too.
12929
12930 2005-09-29 Juri Linkov <juri@jurta.org>
12931
12932 * faces.el: Rearrange face definitions to be in the same order as
12933 their face descriptions in "(emacs)Standard Faces".
12934
12935 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12936
12937 * tooltip.el (tooltip): Add group `basic-faces'.
12938
12939 * buff-menu.el (Buffer-menu-buffer): Remove group
12940 `font-lock-highlighting-faces'.
12941
12942 * progmodes/compile.el (compilation-error, compilation-warning)
12943 (compilation-info, compilation-line-number, compilation-column-number):
12944 Change group from `font-lock-highlighting-faces' to `compilation'.
12945
12946 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12947 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12948 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12949 (vhdl-font-lock-reserved-words-face)
12950 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12951 `font-lock-highlighting-faces'.
12952
12953 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12954
12955 2005-09-28 Kim F. Storm <storm@cua.dk>
12956
12957 * emulation/cua-base.el: Set CUA move property on additional commands:
12958 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12959 forward-sexp, backward-sexp, forward-list, backward-list.
12960
12961 2005-09-28 Romain Francoise <romain@orebokech.com>
12962
12963 * comint.el (comint-show-output): Really set point at the
12964 beginning of the output when not using `comint-use-prompt-regexp'.
12965
12966 2005-09-27 Jay Belanger <belanger@truman.edu>
12967
12968 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12969 in TeX mode.
12970
12971 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12972
12973 * textmodes/org.el (org-table-sum): Fix format string.
12974
12975 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12976 Quote face names.
12977
12978 2005-09-26 Romain Francoise <romain@orebokech.com>
12979
12980 * isearch.el (isearch-forward-regexp): Close doc string.
12981
12982 2005-09-25 Richard M. Stallman <rms@gnu.org>
12983
12984 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12985
12986 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12987
12988 * progmodes/compile.el (compilation-error-properties):
12989 When getting the file from the previous error message,
12990 correctly decode the new data format.
12991
12992 * progmodes/cc-cmds.el (c-electric-paren):
12993 Call old-blink-paren only for close-paren.
12994
12995 2005-09-24 Andreas Schwab <schwab@suse.de>
12996
12997 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12998 condition.
12999
13000 2005-09-25 Romain Francoise <romain@orebokech.com>
13001
13002 * dired-aux.el (dired-copy-file-recursive):
13003 * dired.el (dired-delete-file):
13004 * ediff-mult.el (ediff-dir-diff-copy-file):
13005 * ediff-util.el (ediff-test-save-region):
13006 * forms.el (forms-mode):
13007 * ido.el (ido-file-internal, ido-delete-file-at-head):
13008 * log-edit.el (log-edit-done):
13009 * ses.el (ses-yank-resize):
13010 * play/gomoku.el (gomoku-human-plays, gomoku)
13011 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13012 (gomoku-offer-a-draw):
13013 * play/landmark.el (lm-human-resigns, lm):
13014 * net/eudcb-ldap.el (eudc-ldap-check-base):
13015 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13016 * progmodes/ebrowse.el (ebrowse-find-pattern):
13017 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13018 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13019 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13020
13021 * vc.el (vc-delete-file):
13022 * play/gomoku.el (gomoku-terminate-game, gomoku)
13023 (gomoku-prompt-for-move, gomoku-human-takes-back):
13024 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13025 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13026
13027 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13028
13029 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13030 color rxvt terminals by using the code xterm.el used to use before
13031 2005-04-09 in order to match the colors used by rxvt.
13032
13033 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13034
13035 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13036 colors rxvt-unicode terminals by using the same code as xterm.el.
13037
13038 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13039
13040 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13041 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13042 new symbol used for the tex-verbatim face.
13043
13044 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13045
13046 * woman.el (woman-file-name):
13047 * wid-edit.el (widget-file-prompt-value)
13048 (widget-coding-system-prompt-value):
13049 * w32-fns.el (set-w32-system-coding-system):
13050 * vc.el (vc-version-diff, vc-annotate):
13051 * textmodes/reftex-auc.el (reftex-arg-cite)
13052 (reftex-arg-index-tag):
13053 * textmodes/refer.el (refer-get-bib-files):
13054 * textmodes/artist.el (artist-figlet-choose-font):
13055 * terminal.el (terminal-emulator):
13056 * replace.el (occur-read-primary-args):
13057 * rect.el (string-rectangle, string-insert-rectangle):
13058 * ps-print.el (ps-print-preprint):
13059 * progmodes/pascal.el (pascal-goto-defun):
13060 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13061 * progmodes/compile.el (compilation-find-file):
13062 * printing.el (pr-interactive-n-up):
13063 * play/animate.el (animate-birthday-present):
13064 * net/rcompile.el (remote-compile):
13065 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13066 * mail/rmailsum.el (rmail-summary-search-backward)
13067 (rmail-summary-search):
13068 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13069 (rmail-output-read-file-name):
13070 * mail/rmail.el (rmail-search, rmail-search-backwards):
13071 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13072 * locate.el (locate):
13073 * international/quail.el (quail-show-keyboard-layout):
13074 * international/mule.el (set-buffer-file-coding-system)
13075 (revert-buffer-with-coding-system, set-file-name-coding-system)
13076 (set-terminal-coding-system, set-keyboard-coding-system)
13077 (set-next-selection-coding-system):
13078 * international/mule-diag.el (describe-coding-system)
13079 (describe-font, describe-fontset):
13080 * international/mule-cmds.el (universal-coding-system-argument)
13081 (search-unencodable-char, describe-input-method)
13082 (set-language-environment, describe-language-environment):
13083 * international/codepage.el (codepage-setup):
13084 * international/code-pages.el (codepage-setup):
13085 * info.el (Info-search, Info-follow-reference)
13086 (Info-search-backward):
13087 * emacs-lisp/advice.el (ad-read-advised-function)
13088 (ad-read-advice-class, ad-clear-cache, ad-activate)
13089 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13090 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13091 (ad-read-regexp):
13092 * ediff-util.el (ediff-toggle-regexp-match):
13093 * ediff-ptch.el (ediff-prompt-for-patch-file):
13094 * dired-aux.el (dired-diff):
13095 * diff.el (diff):
13096 * cus-edit.el (custom-variable-prompt):
13097 * calendar/timeclock.el (timeclock-ask-for-project):
13098 * calc/calcalg3.el (calc-get-fit-variables):
13099 * calc/calc-store.el (calc-edit-variable)
13100 (calc-permanent-variable):
13101 * vc-mcvs.el (vc-mcvs-register):
13102 * shadowfile.el (shadow-define-literal-group):
13103 * woman.el (woman-file-name):
13104 * vc.el (vc-version-diff, vc-merge):
13105 * textmodes/reftex-index.el (reftex-index-complete-tag):
13106 * format.el (format-decode-buffer, format-decode-region):
13107 * emulation/viper-cmd.el (viper-read-string-with-history):
13108 * emacs-lisp/debug.el (cancel-debug-on-entry):
13109 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13110 * ediff.el (ediff-merge-revisions)
13111 (ediff-merge-revisions-with-ancestor, ediff-revision):
13112 * completion.el (interactive-completion-string-reader):
13113 * calc/calc-prog.el (calc-user-define-formula):
13114 Follow convention for reading with the minibuffer.
13115
13116 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13117
13118 * progmodes/python.el (python-describe-symbol): Add globals() and
13119 locals() to the arguments of emacs.ehelp.
13120
13121 2005-09-24 Magnus Henoch <mange@freemail.hu>
13122
13123 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13124 New function, code extracted from ispell-valid-dictionary-list.
13125 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13126 Call it.
13127
13128 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13129
13130 * subr.el (version-regexp-alist): Extend valid syntax for version
13131 strings: allow any of the characters -,_,+ to separate the
13132 alpha/beta/rc part from the version part. Doc fix.
13133 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13134
13135 2005-09-23 David Reitter <david.reitter@gmail.com>
13136
13137 * mail/mailclient.el: New file.
13138
13139 2005-09-23 Richard M. Stallman <rms@gnu.org>
13140
13141 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13142 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13143 Doc fixes.
13144
13145 * progmodes/cc-mode.el (c-font-lock-init):
13146 Specify font-lock-lines-before.
13147
13148 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13149
13150 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13151 whole conflict.
13152
13153 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13154
13155 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13156 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13157 of `remap' feature when available. Additional key bindings for
13158 better tty support.
13159 (org-mode-restart, org-force-self-insert): New commands.
13160 (org-time-stamp-inactive): New command.
13161 (org-remap): New function.
13162 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13163 (org-enable-fixed-width-editor): Move to `org-structure'
13164 customization group.
13165 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13166 blank field after field motion commands.
13167
13168 2005-09-23 Kenichi Handa <handa@m17n.org>
13169
13170 * international/mule-cmds.el (set-language-environment):
13171 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13172 have to call utf-translate-cjk-load-tables.
13173
13174 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 * mouse.el (mouse-move-drag-overlay): Fix last change.
13177
13178 2005-09-22 David Ponce <david@dponce.com>
13179
13180 * tree-widget.el (tree-widget-value-create): Fix previous change.
13181
13182 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13183
13184 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13185
13186 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * mouse.el (mouse-move-drag-overlay): New function.
13189 (mouse-drag-region-1): Use it.
13190 Try to simplify a bit the state handling. Handle clicks on links
13191 inside intangible areas.
13192 (mouse-save-then-kill): Minor simplification.
13193 (mouse-secondary-overlay): Make it always non-nil instead of
13194 recreating it each time.
13195 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13196 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13197 Simplify accordingly.
13198
13199 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13200
13201 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13202
13203 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13204
13205 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13206 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13207 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13208 to patch.
13209
13210 * ediff-util.el: Use insert-buffer-substring.
13211
13212 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13213
13214 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13215 field boundaries in the minibuffer.
13216 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13217 (viper-minibuffer-post-command-hook): New hook.
13218 (viper-line): Don't move cursor at bolp.
13219
13220 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13221
13222 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13223 avoid compiler warnings.
13224
13225 * emulation/viper-macs.el (ex-map): Better messages.
13226
13227 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13228
13229 * emulation/viper.el: Replace make-variable-buffer-local with
13230 viper-make-variable-buffer-local everywhere, to avoid warnings.
13231
13232 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13233
13234 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13235 Delete unused var `old-selected-window'.
13236 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13237 (mouse-drag-secondary): Delete unused var `start-frame'.
13238
13239 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13240
13241 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13242
13243 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13246 Re-indent within 80 columns. Use inhibit-read-only.
13247
13248 2005-09-19 Romain Francoise <romain@orebokech.com>
13249
13250 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13251
13252 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13255 unconditionally, since the after-change-function already did it.
13256
13257 2005-09-19 Miles Bader <miles@gnu.org>
13258
13259 * net/newsticker.el: Get rid of CVS keyword.
13260
13261 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13262
13263 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13264 The prompt is formatted later.
13265
13266 2005-09-19 David Ponce <david@dponce.com>
13267
13268 * tree-widget.el (tree-widget-value-create): Save the converted
13269 tree :node widget.
13270
13271 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13274 variable `message'.
13275
13276 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13277
13278 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13279 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13280 <slawomir.nowaczyk.847@student.lu.se>.
13281
13282 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13283
13284 * image.el (image-load-path): Use symbol `data-directory' instead
13285 of its value, for backward compatibility with packages that bind
13286 it during `find-image'. Suggested by Katsumi Yamaoka.
13287 (image-search-load-path): Handle symbols whose values are strings.
13288
13289 2005-09-18 Romain Francoise <romain@orebokech.com>
13290
13291 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13292 with-current-buffer form in save-excursion.
13293
13294 2005-09-18 Deepak Goel <deego@gnufans.org>
13295
13296 * apropos.el (apropos-command): Fix `message' call: first arg
13297 should be a format spec. In this and all other cases that appear
13298 below and elsewhere in the source code, I made a change only when
13299 two conditions were satisfied: [1] I can think of a possibility
13300 that the arguments would cause an error, for example, the code in
13301 question relies on external variables such as filenames. [2] I
13302 was sure that the arg to `message' could not have been nil in the code.
13303
13304 * textmodes/tildify.el (tildify-region): Ditto.
13305
13306 * textmodes/reftex-index.el (reftex-index-change-entry)
13307 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13308 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13309 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13310 (org-priority, org-table-sum):
13311 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13312 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13313 (flyspell-word, flyspell-display-next-corrections):
13314 * textmodes/bibtex.el (bibtex-print-help-message):
13315 * textmodes/artist.el (artist-key-set-point-poly):
13316 * term/mac-win.el (mac-services-insert-text):
13317 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13318 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13319 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13320 (vhdl-compose-configuration):
13321 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13322 (sh-set-indent, sh-learn-line-indent):
13323 * progmodes/ps-mode.el (ps-mode-target-column):
13324 * progmodes/idlwave.el (idlwave-make-tags)
13325 (idlwave-scan-library-catalogs):
13326 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13327 * progmodes/gud.el (gud-jdb-analyze-source):
13328 * progmodes/flymake.el (flymake-log):
13329 * progmodes/ebnf2ps.el (ebnf-generate-region):
13330 * progmodes/cmacexp.el (c-macro-expansion):
13331 * progmodes/ada-xref.el (ada-treat-cmd-string):
13332 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13333 (ada-justified-indent-current, ada-batch-reformat):
13334 * play/zone.el (zone):
13335 * play/landmark.el (lm-move):
13336 * play/decipher.el (decipher-show-alphabet):
13337 * net/newsticker.el (newsticker--display-jump)
13338 (newsticker--display-scroll):
13339 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13340 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13341 * mail/feedmail.el (feedmail-dump-message-to-queue):
13342 * eshell/esh-proc.el (eshell-remove-process-entry):
13343 * emulation/ws-mode.el (ws-last-error):
13344 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13345 (viper-record-kbd-macro):
13346 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13347 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13348 * emacs-lisp/find-func.el (find-function-noselect):
13349 * calendar/timeclock.el (timeclock-status-string)
13350 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13351 (timeclock-when-to-leave-string):
13352 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13353 * calc/calc-units.el (calc-enter-units-table):
13354 * calc/calc-mode.el (calc-mode-record-mode):
13355 * woman.el (woman-mini-help):
13356 * wdired.el (wdired-change-to-wdired-mode):
13357 * vc.el (vc-retrieve-snapshot):
13358 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13359 * startup.el (display-startup-echo-area-message):
13360 * simple.el (set-goal-column):
13361 * ses.el (ses-command-hook, ses-recalculate-cell):
13362 * server.el (server-process-filter):
13363 * printing.el (pr-interface-txt-print, pr-interface-printify)
13364 (pr-interface-ps):
13365 * pcvs.el (cvs-help):
13366 * log-edit.el (log-edit, log-edit-mode-help):
13367 * iswitchb.el (iswitchb-possible-new-buffer):
13368 * isearch.el (isearch-edit-string):
13369 * image-mode.el (image-mode, image-minor-mode):
13370 * ibuf-macs.el (define-ibuffer-filter):
13371 * hi-lock.el (hi-lock-find-patterns):
13372 * files.el (toggle-read-only):
13373 * ediff-util.el (ediff-copy-diff)
13374 (ediff-write-merge-buffer-and-maybe-kill):
13375 * echistory.el (Electric-history-undefined):
13376 * dnd.el (dnd-insert-text):
13377 * dired-aux.el (dired-query):
13378 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13379 * bookmark.el (bookmark-bmenu-locate):
13380 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13381 Fix `message' calls to ensure first arg is a format string.
13382 The change was made only when these two conditions were satisfied:
13383 [1] when there is a possibility that the arguments would cause an error
13384 for example, if the code in question relies on external variables
13385 such as filenames, and
13386 [2] if the arg to `message' could not have been nil in the code.
13387
13388 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13389 Not having a %s would be weird, though not technically wrong.
13390
13391 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13392
13393 * term/mac-win.el (mac-add-charset-info): Doc fix.
13394
13395 2005-09-17 Romain Francoise <romain@orebokech.com>
13396
13397 * shell.el (shell-resync-dirs): Handle echoing processes more
13398 reliably. Don't insert resync command if `comint-process-echoes'
13399 is non-nil.
13400
13401 2005-09-17 Magnus Henoch <mange@freemail.hu>
13402
13403 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13404 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13405 aspell versions >= 0.60.
13406 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13407 only if ispell-aspell-supports-utf8 is non-nil.
13408
13409 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13410
13411 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13412 buffer-local value to lisp-indent-function.
13413
13414 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13415
13416 * progmodes/glasses.el (glasses-make-readable): If
13417 glasses-separator differs from underscore, put appropriate
13418 overlays over underscore characters.
13419 (glasses-convert-to-unreadable): If glasses-separator differs from
13420 underscore, try to convert glasses-separator characters to
13421 underscores.
13422
13423 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13426 Use with-syntax-table and dolist.
13427
13428 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13429
13430 * textmodes/reftex-auc.el:
13431 * textmodes/reftex-cite.el:
13432 * textmodes/reftex-dcr.el:
13433 * textmodes/reftex-global.el:
13434 * textmodes/reftex-parse.el:
13435 * textmodes/reftex-ref.el:
13436 * textmodes/reftex-sel.el:
13437 * textmodes/reftex-toc.el:
13438 * textmodes/reftex-vars.el:
13439 * textmodes/reftex.el: Small changes to remove compiler warnings.
13440
13441 * textmodes/reftex-index.el: Likewise.
13442 (reftex-query-index-phrase): More efficient use of markers.
13443
13444 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13445
13446 * image.el (image-load-path): New variable.
13447 (image-search-load-path): New function.
13448 (find-image): Search for images in `image-load-path'.
13449
13450 2005-09-15 Richard M. Stallman <rms@gnu.org>
13451
13452 * follow.el: Change Maintainer field.
13453
13454 2005-09-15 David Ponce <david@dponce.com>
13455
13456 * recentf.el (recentf-save-file-modes): New option.
13457 (recentf-save-list): Use it.
13458
13459 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13460
13461 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13462 (mode-line-mule-info, mode-line-modified): Move bindings from
13463 mouse-3 to mouse-1.
13464
13465 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13466
13467 * simple.el (sendmail-user-agent-compose): Revert last change.
13468
13469 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13470
13471 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13472 Use with-current-buffer.
13473 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13474 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13475 (ange-ftp-insert-directory): Remove unused var `short'.
13476 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13477
13478 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13479 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13480
13481 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13482 (check-calendar-holidays, diary-list-entries): Autoload.
13483 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13484 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13485
13486 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13487 which mistakenly removed a call to display-buffer.
13488
13489 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13490
13491 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13492
13493 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13494
13495 * progmodes/hideshow.el
13496 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13497 (hs-allow-nesting): New user var.
13498 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13499 (hs-hide-block-at-point): When nesting allowed,
13500 if there is already an overlay in place, delete it.
13501 (hs-safety-is-job-n): Delete func; remove call sites.
13502 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13503 (hs-overlay-at): New func.
13504 (hs-already-hidden-p, hs-show-block): Use it.
13505 (hs-hide-all): Don't pre-clean if nesting allowed.
13506 (hs-show-all): Temporarily disallow
13507 nesting around call to `hs-discard-overlays'.
13508
13509 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13510
13511 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13512 Delete unused local var.
13513
13514 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13515
13516 * help-fns.el (describe-categories): "?\ " -> "?\s".
13517 (help-do-arg-highlight): Recognize also ARG-n, as in
13518 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13519
13520 * international/codepage.el (dos-unsupported-char-glyph):
13521 * net/newsticker.el (tool-bar-map, w3-mode-map)
13522 (w3m-minor-mode-map):
13523 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13524 (ent-alist):
13525 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13526
13527 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13528
13529 * custom.el (custom-push-theme): Handle the case where a symbol is
13530 bound but face properties have not yet been assigned.
13531
13532 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13533 Fix behavior if noerase is `t' and there is no mail buffer.
13534
13535 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13536 if `continue' is nil, rather than signal an error.
13537
13538 2005-09-12 Richard M. Stallman <rms@gnu.org>
13539
13540 * font-lock.el (font-lock-keywords): Add autoload.
13541
13542 * help-fns.el (describe-variable): Rearrange to put source link
13543 in a predictable place.
13544
13545 * net/newsticker.el: New file.
13546
13547 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13550 (calendar-basic-setup): Use the new nil arg.
13551 (number-of-diary-entries): Move to diary-lib.el.
13552
13553 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13554 (diary-list-entries): Use with-syntax-table and dolist.
13555 Rename from list-diary-entries.
13556 Use number-of-diary-entries if `number' is nil.
13557 (diary, diary-view-entries): Use this new name and new nil arg value.
13558 (number-of-diary-entries): Move from calendar.el.
13559 (diary-unhide-everything): New function.
13560 (include-other-diary-files, fancy-diary-display)
13561 (diary-show-all-entries, make-diary-entry): Use it.
13562 (diary-mail-entries): Use buffer-string.
13563 (mark-diary-entries): Fix long standing paren typo.
13564 (diary-sexp-entry): Use count-lines.
13565 (make-diary-entry): Avoid `previous-line'.
13566 (diary-mode-map): New var.
13567 (diary-mode): Redraw cal after saving. Setup header-line.
13568 (fancy-diary-display-mode): Use local-set-key.
13569
13570 * startup.el (command-line): Try calling various terminal-init-foo-bar
13571 functions by stripping hyphenated suffixes from $TERM.
13572
13573 * files.el (normal-mode): Check boundness of font-lock-keywords.
13574
13575 2005-09-12 Richard M. Stallman <rms@gnu.org>
13576
13577 * progmodes/compile.el: Don't decide a file's directory
13578 until the user actually tries to go there.
13579 (compilation-next-error-function):
13580 Pass compilation-find-file the directory from the file-struct.
13581 (compilation-internal-error-properties): Separate local FILE-STRUCT
13582 from FILE. Doc the args better. Rename arg FMT to FMTS.
13583 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13584 Expand it, and if nil, use default-directory.
13585 (compilation-get-file-structure): Don't mix specified directory
13586 with default directory. Put specified directory into
13587 file-struct. Don't make the file name absolute.
13588
13589 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13590 (compile-command): Add autoload.
13591 (compilation-disable-input): Add autoload.
13592
13593 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13594
13595 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13596 strings of the variables it can override.
13597 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13598 %Q and %q, for fully-qualified domain name and unqualified host name.
13599
13600 2005-09-11 Kim F. Storm <storm@cua.dk>
13601
13602 * emacs-lisp/authors.el (authors-aliases): Update list.
13603 (authors-fixed-entries): Update mldrag.el entry.
13604
13605 2005-09-10 Alan Mackenzie <acm@muc.de>
13606
13607 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13608 from the region narrowed to.
13609
13610 2005-09-10 Magnus Henoch <mange@freemail.hu>
13611
13612 * textmodes/ispell.el (ispell-check-version): Signal an error if
13613 aspell version is less than 0.60.
13614
13615 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13616
13617 * progmodes/octave-inf.el (inferior-octave-startup):
13618 Resync current dir at the end.
13619
13620 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13621
13622 * woman.el (woman-topic-at-point-default):
13623 Rename to woman-use-topic-at-point-default.
13624 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13625 (woman-file-name): Reflect renames above. Automatically use the
13626 word at point as topic if woman-use-topic-at-point is non-nil.
13627 Otherwise offer it as default but don't insert it in the
13628 minibuffer. Also use `test-completion' instead of `assoc' as
13629 suggested by Stefan Monnier.
13630
13631 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13632
13633 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13634 the attempt to do it over Tramp. This is not yet supported.
13635
13636 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13637
13638 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13639 (menu-bar-non-minibuffer-window-p): New functions.
13640 ("Split Window", "Save As..."): Use them.
13641 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13642 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13643 Use menu-bar-menu-frame-live-and-visible-p.
13644 ("Save Buffer", "Insert File", "Open Directory...")
13645 ("Open File...", "Visit New File..."):
13646 Use menu-bar-non-minibuffer-window-p.
13647 (kill-this-buffer-enabled-p, dired <menu-enable>):
13648 Use menu-bar-non-minibuffer-window-p.
13649
13650 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13651
13652 * cus-start.el (all): Don't complain about fringe-related
13653 built-ins if fringes are not supported. Ditto about
13654 selection-related built-ins. Fix the test for GTK-related built-ins.
13655
13656 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13657 ("Postscript Print Buffer", "Print Region", "Save As...")
13658 ("Save", "Insert File...", "Open Directory...")
13659 ("Open File...", "Visit New File..."")
13660 ("Truncate Long Lines in this Buffer"): Don't look at
13661 menu-updating-frame if this display does not support multiple frames.
13662
13663 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13664
13665 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13666
13667 2005-09-09 Emilio Lopes <eclig@gmx.net>
13668
13669 * woman.el: Format- and whitespace-related changes.
13670
13671 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13672
13673 * woman.el: Fix my email address.
13674
13675 2005-09-08 Richard M. Stallman <rms@gnu.org>
13676
13677 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13678 (sh-mode): Locally set skeleton-pair-default-alist.
13679
13680 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13681
13682 * progmodes/flymake.el: Require `compile' unconditionally.
13683
13684 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13685
13686 * woman.el (woman-file-name): Provide a default, not initial input.
13687
13688 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13689
13690 * font-lock.el (font-lock-support-mode): Doc fix.
13691
13692 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13693
13694 2005-09-08 Richard M. Stallman <rms@gnu.org>
13695
13696 * simple.el (blink-matching-open): Get rid of text props from
13697 the string shown in echo area. Don't permanently set point.
13698 Some rearrangements.
13699
13700 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13701
13702 * recentf.el (recentf-filename-handler): Add custom choice
13703 `abbreviate-file-name'.
13704
13705 * msb.el (msb--very-many-menus): Fix typo.
13706
13707 * disp-table.el (standard-display-european): Don't set
13708 enable-multibyte-characters to nil.
13709
13710 2005-09-08 David Ponce <david@dponce.com>
13711
13712 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13713 (recentf-expand-file-name): Doc fix.
13714 (recentf-dialog-mode-map): Define digit shortcuts.
13715 (recentf--files-with-key): New variable.
13716 (recentf-show-digit-shortcut-filter): New function.
13717 (recentf-open-files-items): New function.
13718 (recentf-open-files): Use it.
13719 (recentf-open-file-with-key): New command.
13720
13721 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13722
13723 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13724 Suggested by Kim F. Storm.
13725 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13726 (Buffer-menu-make-sort-button): Use global keymap.
13727
13728 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13729
13730 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13731 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13732 necessary any longer with the remapped command.
13733 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13734 formatting time only.
13735
13736 * net/tramp.el (tramp-action-password)
13737 (tramp-multi-action-password): Compile the password prompt from
13738 `method', `user' and `host'. Sometimes it isn't obvious which
13739 password to enter, for example with remote files offered by
13740 recentf.el, or with multiple steps. Suggested by Robert Marshall
13741 <robert@chezmarshall.freeserve.co.uk>.
13742
13743 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13746 Fix regexp for when "s///" is at the beginning of line.
13747
13748 2005-09-07 Jay Belanger <belanger@truman.edu>
13749
13750 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13751 when in matrix mode.
13752
13753 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13756 non-anonymous functions.
13757
13758 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13759
13760 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13761 when using a header line. Otherwise, use mouse-1-click-follows-link.
13762
13763 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13764 can't be moved; don't signal an error.
13765
13766 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13767
13768 * cus-theme.el (custom-theme-write-faces): Save the current face
13769 spec, not the defface spec.
13770
13771 * custom.el (custom-known-themes): Clarify meaning of "standard".
13772 (custom-push-theme): Save old values in the standard theme.
13773 (disable-theme): Correct typo.
13774 (custom-face-theme-value) Deleted unused function.
13775 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13776
13777 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13778
13779 * progmodes/compile.el (compilation-goto-locus): Take into account
13780 iconified frames when determining whether the buffer is
13781 already visible.
13782 Don't reset window height if the window already existed.
13783
13784 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13785
13786 * custom.el (load-theme): Rename from require-theme.
13787 Add interactive spec.
13788 (enable-theme): Rename from custom-enable-theme.
13789 Add interactive spec.
13790 (disable-theme): Rename from custom-disable-theme.
13791 Add interactive spec.
13792 (custom-make-theme-feature): Doc fix.
13793 (custom-theme-directory): Doc fix.
13794 (provide-theme): Call enable-theme.
13795
13796 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13797
13798 * obsolete/lazy-lock.el (lazy-lock-mode):
13799 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13800 font-lock-mode if it's off. Print a warning instead.
13801
13802 * progmodes/compile.el (compilation-start): Ignore errors if the
13803 process died before we get to send-eof.
13804
13805 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13806 Undo last change. Enclosing the result in quotes broke things on Unix
13807 since tex-send-command passes it through shell-quote-argument.
13808 (tex-send-command): Pass `file' through convert-standard-filename
13809 when possible.
13810 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13811 info in a transcript.
13812
13813 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13814
13815 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13816 fix compilation warning. Reorder the key definitions to group
13817 together keys emitted by the current version of xterm.
13818
13819 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13820 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13821 Reorder predicates to correct min-color usage.
13822
13823 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13824
13825 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13826 Kill local variables when longlines-mode is turned off.
13827
13828 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13831
13832 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13833
13834 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13835
13836 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13837 (font-lock-lines-before): Change default to being inactive.
13838 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13839 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13840
13841 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13842
13843 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13844 Deactivate temporarily advice if active (not needed for Emacs 22,
13845 but for backwards compatibility).
13846 (tramp-exists-file-name-handler): Rewrite. First implementation
13847 was too simple.
13848 (tramp-advice-make-auto-save-file-name):
13849 Call `tramp-handle-make-auto-save-file-name' (again, just for
13850 backwards compatibility).
13851
13852 2005-08-31 Reto Zimmermann <reto@gnu.org>
13853
13854 * progmodes/vhdl-mode.el
13855 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13856 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13857 (vhdl-set-default-project): New function (easier setting of default).
13858 (vhdl-port-copy): Handle extended identifiers for generics.
13859 (vhdl-compiler-alist): Better description for error message regexp.
13860 (vhdl-make): Query for target, use previous as default.
13861 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13862 (vhdl-font-lock-keywords-2): Fix fontification for record
13863 el. assign.
13864 (vhdl-speedbar-make-subpack-line): Add package body link.
13865 (vhdl-generate-makefile-1): Not include itself as dependency.
13866 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13867 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13868 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13869 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13870 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13871 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13872 (vhdl-import-project): Add string argument for `error'.
13873 (vhdl-compose-configuration)
13874 (vhdl-compose-configuration-architecture): Add configuration
13875 declaration generation.
13876 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13877 (vhdl-trailer-re): Add "record" keyword (better indentation).
13878 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13879 "[^ \t-\"]+".
13880 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13881 (vhdl-testbench-entity-file-name)
13882 (vhdl-testbench-architecture-file-name): Allow separate
13883 customization of testbench file names.
13884 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13885 (vhdl-get-visible-signals): Allow newline within alias declaration.
13886 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13887 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13888 (member-ignore-case): Alias for missing function in XEmacs.
13889 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13890 (vhdl-update-sensitivity-list): Ignore case on read signals.
13891 (vhdl-replace-string): Adjust case only for file names.
13892 (vhdl-update-sensitivity-list): Fix search for read signals.
13893 (vhdl-update-sensitivity-list): Exclude formal parameters.
13894 (vhdl-get-visible-signals): Include aliases of signals.
13895 (vhdl-get-visible-signals): Fix signal name searching.
13896 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13897 (vhdl-fixup-whitespace-region): Fix for character
13898 literals (e.g. `:').
13899
13900 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13901
13902 * ansi-color.el (comint-last-output-start):
13903 * bs.el (font-lock-verbose):
13904 * diff-mode.el (add-log-buffer-file-name-function):
13905 * dired-x.el (vm-folder-directory):
13906 * faces.el (help-xref-stack-item):
13907 * files.el (font-lock-keywords):
13908 * find-lisp.el (dired-buffers, dired-subdir-alist):
13909 * ido.el (cua-inhibit-cua-keys):
13910 * log-view.el (cvs-minor-wrap-function):
13911 * outline.el (font-lock-warning-face):
13912 * simple.el (compilation-current-error):
13913 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13914 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13915 * tooltip.el (comint-prompt-regexp):
13916 * w32-fns.el (explicit-shell-file-name):
13917 * term/mac-win.el (mac-charset-info-alist)
13918 (mac-services-selection, mac-system-script-code):
13919 * term/tty-colors.el (msdos-color-values):
13920 * term/w32-win.el (xlfd-regexp-registry-subnum):
13921 * term/x-win.el (x-keysym-table, x-selection-timeout)
13922 (x-session-id, x-session-previous-id):
13923 * textmodes/ispell.el (mail-yank-prefix):
13924 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13925 * textmodes/org.el (calc-embedded-close-formula)
13926 (calc-embedded-open-formula)
13927 (font-lock-unfontify-region-function):
13928 * textmodes/reftex-global.el (isearch-next-buffer-function)
13929 (TeX-master):
13930 * textmodes/reftex.el (font-lock-keywords):
13931 * textmodes/tex-mode.el (font-lock-comment-face)
13932 (font-lock-doc-face):
13933 * textmodes/texinfo.el (outline-heading-alist):
13934 Add defvars.
13935
13936 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13937 (artist-spray-chars, artist-mode-init, artist-replace-string)
13938 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13939 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13940 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13941
13942 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13943 (conf-align-assignments): "?\ " -> "?\s".
13944
13945 * textmodes/reftex-index.el (TeX-master): Add defvar.
13946 (reftex-index-phrases-marker): Move up defvar.
13947
13948 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13949 (reftex-toc-include-labels-indicator)
13950 (reftex-toc-include-index-indicator)
13951 (reftex-toc-max-level-indicator): Move up declarations.
13952
13953 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13954 of args to `tramp-run-real-handler', even if it's empty in this case.
13955
13956 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13957
13958 * dired.el (dired-move-to-filename-regexp): Add date format for
13959 Mac OS X 10.3 in East Asian locales.
13960
13961 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13962
13963 * files.el (make-auto-save-file-name): Add file name handler call
13964 if applicable.
13965
13966 * net/tramp.el (tramp-file-name-handler-alist)
13967 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13968 (tramp-handle-make-auto-save-file-name): Rename from
13969 `tramp-make-auto-save-file-name'.
13970 (tramp-exists-file-name-handler): New defun.
13971 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13972 `make-auto-save-file-name' is not a magic file name operation.
13973
13974 2005-08-30 Richard M. Stallman <rms@gnu.org>
13975
13976 * files.el (risky-local-variable-p):
13977 Match `-predicates' and `-commands.
13978
13979 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13980 (custom-save-all): Visit the file if necessary;
13981 kill the buffer if we created it.
13982 (custom-save-delete): Don't visit file or kill buffer here.
13983
13984 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13985
13986 * textmodes/org.el (org-special-keyword): New face.
13987 (org-table-copy-down, org-table-eval-formula)
13988 (org-table-recalculate, org-init-section-numbers):
13989 Use `string-to-number' instead of `string-to-int'.
13990 (org-get-location): Use `insert-buffer-substring' instead of
13991 `insert-buffer'.
13992 (org-modify-diary-entry-string): New function.
13993 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13994 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13995 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13996 active region.
13997 (org-export-as-html): Handle QUOTE keyword.
13998 (org-quote-string): New option.
13999 (org-bookmark-jump-unhide): New function, used for
14000 `bookmark-after-jump-hook'.
14001 (org-diary-default-entry): Apply only when not called through
14002 `org-agenda'.
14003
14004 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14005
14006 * net/eudc.el (mode-popup-menu):
14007 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14008 * progmodes/ada-mode.el (compile-auto-highlight)
14009 (skeleton-further-elements):
14010 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14011 * progmodes/cmacexp.el (msdos-shells):
14012 * progmodes/compile.el (font-lock-extra-managed-props)
14013 (font-lock-keywords, font-lock-maximum-size)
14014 (font-lock-support-mode):
14015 * progmodes/grep.el (font-lock-lines-before):
14016 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14017 * progmodes/mixal-mode.el (compile-command):
14018 * progmodes/perl-mode.el (font-lock-comment-face)
14019 (font-lock-doc-face, font-lock-string-face):
14020 * progmodes/prolog.el (comint-prompt-regexp):
14021 * progmodes/sh-script.el (font-lock-comment-face)
14022 (font-lock-set-defaults, font-lock-string-face):
14023 * progmodes/sql.el (font-lock-keyword-face)
14024 (font-lock-set-defaults, font-lock-string-face):
14025 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14026 (itimer-version, lazy-lock-defer-contextually)
14027 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14028 Add defvars.
14029
14030 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14031 (cperl-electric-keyword, cperl-electric-pod)
14032 (cperl-electric-backspace, cperl-forward-re)
14033 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14034 (vc-rcs-header, vc-sccs-header): Add defvars.
14035
14036 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14037 (font-lock-syntactic-keywords, gud-find-expr-function):
14038 Add defvars.
14039
14040 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14041 (gdb-frame-parameters): Declare before use.
14042
14043 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14044 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14045 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14046 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14047
14048 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14049 (idlwave-help-with-source): Use `insert-buffer-substring', not
14050 `insert-buffer'.
14051
14052 2005-08-29 Juri Linkov <juri@jurta.org>
14053
14054 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14055 Put outline-back-to-heading function call inside save-excursion.
14056
14057 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14058
14059 * man.el (Man-init-defvars, Man-translate-references)
14060 (Man-support-local-filenames, Man-highlight-references):
14061 * progmodes/sql.el (sql-interactive-mode):
14062 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14063
14064 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14065 (compilation-mode-font-lock-keywords): Add defvars.
14066 (checkdoc-interactive-loop): "?\ " -> "?\s".
14067
14068 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14069 (font-lock-doc-face, font-lock-string-face)
14070 (font-lock-keywords-case-fold-search): Add defvars.
14071 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14072
14073 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14074 Don't pass X and Y (they are ignored anyway).
14075 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14076 (mouse-delete-window): Make arguments optional.
14077
14078 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14079 (caesar-translate-table, minor-modes, news-buffer-save)
14080 (news-group-name, news-minor-modes): Add defvars.
14081
14082 * emacs-lisp/lselect.el (mouse-highlight-priority)
14083 (x-lost-selection-functions, zmacs-regions):
14084 * emacs-lisp/pp.el (font-lock-verbose):
14085 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14086 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14087 (ses-mode-map):
14088 * emacs-lisp/tcover-unsafep.el (safe-functions):
14089 * international/mule-cmds.el (mac-system-coding-system)
14090 (mac-system-locale):
14091 * language/ethio-util.el (rmail-current-message)
14092 (rmail-message-vector):
14093 * language/thai-util.el (thai-auto-composition-mode):
14094 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14095 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14096 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14097 (vm-primary-inbox, vm-spool-files):
14098 * mail/rmail.el (deleted-head, font-lock-fontified)
14099 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14100 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14101 (total-messages):
14102 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14103 (rmail-summary-mode-map):
14104 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14105 (rmail-last-label, rmail-last-multi-labels)
14106 (rmail-summary-vector, rmail-total-messages):
14107 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14108 * mail/rmailsum.el (msgnum):
14109 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14110 (rmail-current-message):
14111 * obsolete/fast-lock.el (font-lock-face-list):
14112 * obsolete/rnewspost.el (mail-reply-buffer):
14113 * obsolete/scribe.el (compile-command):
14114 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14115
14116 2005-08-28 John Paul Wallington <jpw@gnu.org>
14117
14118 * ibuf-ext.el (ibuffer-auto-update-changed):
14119 Use `frame-or-buffer-changed-p' to check whether we need to update.
14120 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14121 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14122 as a `frame-or-buffer-changed-p' state vector instead.
14123
14124 2005-08-27 Romain Francoise <romain@orebokech.com>
14125
14126 * textmodes/makeinfo.el (makeinfo-compile):
14127 Use `compilation-start'. Set `next-error-function' according to
14128 `disable-errors'.
14129 (makeinfo-next-error): New function.
14130 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14131 (makeinfo-buffer): Likewise.
14132
14133 * progmodes/compile.el (compilation-start): Add autoload cookie.
14134
14135 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14136 * textmodes/sgml-mode.el: Likewise.
14137 * progmodes/python.el: Likewise.
14138
14139 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14140
14141 * simple.el (blink-matching-paren-distance): Document the meaning
14142 of nil value, and allow to customize to nil.
14143
14144 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14145 command.com, not command.exe.
14146
14147 2005-08-26 John Wiegley <johnw@newartisans.com>
14148
14149 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14150 code around a bit so that an extraneous nil argument is not added
14151 to a command when no args are given.
14152
14153 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14154 double-quoted argument resolves to nil, return it as an empty
14155 string rather than as nil. This made it impossible to pass "" to
14156 a shell script as a null string argument.
14157
14158 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14159
14160 * outline.el (outline-invent-heading): New fun.
14161 (outline-promote, outline-demote): Use it.
14162 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14163 (outline-end-of-subtree): Remove unused var `opoint'.
14164
14165 2005-08-26 David Reitter <david.reitter@gmail.com>
14166
14167 * menu-bar.el (truncate-lines, write-file, print-buffer)
14168 (ps-print-buffer-faces, ps-print-buffer, split-window):
14169 Disable menu items when the frame they refer to is invisible, or when
14170 they refer to a buffer and the minibuffer is selected.
14171
14172 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14173
14174 * progmodes/flymake.el (flymake-highlight-err-lines):
14175 Use save-excursion around flymake-highlight-line to preserve point.
14176
14177 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14178
14179 * progmodes/octave-mod.el: Change Author and Maintainer address.
14180 (octave-maintainer-address): Change Kurt's email address.
14181 * progmodes/octave-inf.el: Change Author and Maintainer address.
14182 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14183
14184 2005-08-26 Kim F. Storm <storm@cua.dk>
14185
14186 * subr.el (version-list-<, version-list-<=, version-list-=):
14187 Rename from integer-list-*.
14188 (version-list-not-zero): Likewise. Fix while loop.
14189 (version=): Use version-list-= instead of string-equal.
14190
14191 2005-08-26 Richard M. Stallman <rms@gnu.org>
14192
14193 * outline.el (outline-promote): Try shortening the heading.
14194 As last resort, read the heading to use.
14195 (outline-demote): As last resort, read the heading to use.
14196
14197 2005-08-26 Romain Francoise <romain@orebokech.com>
14198
14199 * progmodes/compile.el (compilation-start): Doc fix.
14200
14201 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14202 (antlr-font-lock-additional-keywords): Fix reference to
14203 `antlr-font-lock-literal-regexp' erroneously changed during the
14204 mass face rename.
14205 (antlr-run-tool): Use `compilation-start'.
14206
14207 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14208 instead of the obsolete `compile-internal'.
14209
14210 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14211
14212 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14213 (number, original-date):
14214 * calendar/cal-china.el (date):
14215 * calendar/cal-coptic.el (date):
14216 * calendar/cal-french.el (date):
14217 * calendar/cal-hebrew.el (date, entry, number, original-date):
14218 * calendar/cal-islam.el (date, number, original-date):
14219 * calendar/cal-iso.el (date):
14220 * calendar/cal-julian.el (date):
14221 * calendar/cal-mayan.el (date):
14222 * calendar/cal-menu.el (date, event):
14223 * calendar/cal-persia.el (date):
14224 * calendar/lunar.el (date):
14225 * calendar/solar.el (date): Add defvars.
14226
14227 * emerge.el:
14228 * ibuffer.el:
14229 * info-xref.el:
14230 * obsolete/bg-mouse.el:
14231 * obsolete/sun-curs.el:
14232 * obsolete/swedish.el: Move the `defvar's to the top level.
14233
14234 * smerge-mode.el (smerge-refined-change): Add :group.
14235
14236 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14239 (smerge-keep-n): Remove props.
14240 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14241 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14242 now that it's done in smerge-keep-n.
14243 (smerge-refined-change): New face.
14244 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14245 (smerge-refine): New funs.
14246 (smerge-basic-map): Bind smerge-refine.
14247
14248 2005-08-25 Juri Linkov <juri@jurta.org>
14249
14250 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14251 compilation-process-setup-function and compilation-disable-input
14252 in grep-mode instead of let-bindings in grep.
14253
14254 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14255 Delete "Automatic File De/compression" (auto-compression-mode).
14256
14257 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14258
14259 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14260 Silence warning about non-existent variable.
14261
14262 2005-08-25 Richard M. Stallman <rms@gnu.org>
14263
14264 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14265 Rename "Describe Key" to "Describe Key or Mouse Operation".
14266
14267 * mail/mailalias.el (build-mail-aliases): Delete comments
14268 from the contents before processing them.
14269
14270 * isearch.el (isearch-edit-string): Erase the Search prompt
14271 if user enters an empty string and there is no default.
14272
14273 * comint.el (comint-file-name-prefix): Add autoload.
14274
14275 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14276
14277 * subr.el (play-sound): Rearrange to avoid warning.
14278
14279 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14280
14281 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14282 New hook.
14283 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14284
14285 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14288
14289 * custom.el (custom-theme-set-variables): Sort minor modes last.
14290
14291 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14292
14293 * subr.el (version-separator, version-regexp-alist): New vars used by
14294 version comparison funs.
14295 (integer-list-<, integer-list-=, integer-list-<=)
14296 (integer-list-not-zero): New funs for integer list comparison.
14297 (version-to-list, version=, version<, version<=): New funs for version
14298 comparison.
14299
14300 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14301
14302 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14303 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14304 time to silence the byte-compiler.
14305
14306 * ibuffer.el (ibuffer-compile-make-eliding-form)
14307 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14308 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14309 so it's silly to get warnings for it).
14310 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14311 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14312 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14313 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14314 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14315 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14316 Defvar at compile time.
14317 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14318 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14319 Declare them before use.
14320
14321 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14322 (info-xref-good, info-xref-bad): Defvar at compile time.
14323
14324 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14325 Use `let*' instead of `let'.
14326
14327 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14328 (*mouse-y*, menu, char): Defvar at compile time.
14329 (sc::menu): Declare it before use.
14330 (sc::pack-one-line): Use `let', not `let*'.
14331
14332 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14333 (mail-send-hook): Defvar at compile time.
14334
14335 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14336 Defvar at compile time.
14337
14338 * term/sun-mouse.el (current-global-mousemap)
14339 (current-local-mousemap): Declare them before use.
14340
14341 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14342
14343 * bookmark.el (bookmark-after-jump-hook): New hook.
14344 (bookmark-jump): Run `bookmark-after-jump-hook'.
14345
14346 2005-08-23 Juri Linkov <juri@jurta.org>
14347
14348 * faces.el (minibuffer-prompt): Doc fix.
14349
14350 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14351
14352 * progmodes/xscheme.el: Trivial changes to silence warnings.
14353 (xscheme-previous-mode, xscheme-previous-process-state):
14354 Add defvars.
14355 (xscheme-last-input-end, xscheme-process-command-line)
14356 (xscheme-process-name, xscheme-buffer-name)
14357 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14358 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14359 (xscheme-control-g-synchronization-p)
14360 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14361 (default-xscheme-runlight, xscheme-runlight)
14362 (xscheme-runlight-string, xscheme-process-filter-state)
14363 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14364 Move to beginning of file.
14365 (scheme-interaction-mode-commands-alist)
14366 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14367 Declare them before use. Note: the initialization code for the variables
14368 has not been moved because it uses functions that reference the variables.
14369 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14370 (xscheme-prompt-for-expression-map): Declare them before use.
14371 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14372
14373 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14374
14375 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14376
14377 2005-08-22 Juri Linkov <juri@jurta.org>
14378
14379 * faces.el (set-face-underline): Delete this duplicate function
14380 and make an obsolete alias to set-face-underline-p.
14381 (set-face-underline-p): Use docstring of set-face-underline.
14382 (describe-face): Create hyperlink to parent face.
14383
14384 * info.el (Info-insert-dir): Use save-excursion around
14385 insert-buffer-substring.
14386 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14387 (Info-escape-percent): Delete function.
14388 (Info-fontify-node): Replace Info-escape-percent by
14389 replace-regexp-in-string with REP arg set to lambda that
14390 duplicates `%' and preserves text properties.
14391
14392 * progmodes/compile.el (compilation-disable-input): Doc fix.
14393 (define-compilation-mode): Doc fix and refill.
14394 (kill-compilation): Use `mode-name' in the error message.
14395 (compilation-find-file): Use `compilation-error' in the
14396 read-file-name's prompt.
14397
14398 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14401 (smerge-auto-leave): Make undo re-enable the mode.
14402 (debug-ignored-errors): Add the user-error of impossible resolution.
14403 (smerge-resolve): Move things around a bit, in preparation for later.
14404 (smerge-diff): Don't fail if the buffer has no associated file.
14405 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14406 (smerge-conflict-overlay): New function.
14407 (smerge-match-conflict): Don't add text properties here.
14408 (smerge-find-conflict): Instead, add an overlay here.
14409 Also check for the case where we're inside a conflict already, so as to
14410 obviate the need for font-lock-multiline, which is unbearably slow with
14411 large conflicts and ciomplex font-lock patterns.
14412 (smerge-remove-props): Remove overlay rather than text-properties.
14413 (smerge-mode): Don't set font-lock-multiline.
14414 Remove overlays when turned off.
14415
14416 2005-08-21 Kim F. Storm <storm@cua.dk>
14417
14418 * ido.el (ido-ignore-item-p): Use save-match-data.
14419 Bind case-fold-search to ido-case-fold locally.
14420
14421 2005-08-20 Richard M. Stallman <rms@gnu.org>
14422
14423 * files.el (normal-mode): If font lock is on, turn it off and on.
14424
14425 * subr.el (replace-regexp-in-string): Doc fix.
14426
14427 * startup.el (command-line-1): Don't suppress startup screen
14428 due to existing processes.
14429
14430 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14431
14432 * progmodes/compile.el (compilation-disable-input): Default to nil.
14433
14434 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14435
14436 * progmodes/compile.el (compilation-disable-input): New defcustom.
14437 (compilation-start): If compilation-disable-input is non-nil, send
14438 EOF to the compilation process.
14439
14440 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14441
14442 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14443 Run the argument of tex-shell-cd-command through
14444 convert-standard-filename, to get the correct style of slashes on
14445 Windows, and enclose the result in quotes, in case the file name
14446 includes whitespace or other special characters.
14447
14448 2005-08-19 Andreas Schwab <schwab@suse.de>
14449
14450 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14451 process.
14452
14453 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14454
14455 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14456
14457 2005-08-18 Kim F. Storm <storm@cua.dk>
14458
14459 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14460
14461 2005-08-18 Richard M. Stallman <rms@gnu.org>
14462
14463 * scroll-lock.el: New file.
14464
14465 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14466
14467 * dired.el (dired-move-to-end-of-filename):
14468 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14469
14470 2005-08-18 Kim F. Storm <storm@cua.dk>
14471
14472 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14473 rather than toggle mode when custom value is nil.
14474 (ido-everywhere): Fix defun doc string.
14475
14476 2005-08-17 Richard M. Stallman <rms@gnu.org>
14477
14478 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14479 as tag instead of "Inviolable".
14480
14481 2005-08-17 Kim F. Storm <storm@cua.dk>
14482
14483 * windmove.el (windmove-coordinates-of-position): Remove.
14484 (windmove-coordinates-of-window-position): Remove.
14485 (windmove-reference-loc): Use posn-at-point instead.
14486
14487 * subr.el (insert-for-yank-1): Doc fix.
14488
14489 * ido.el (ido-enter-matching-directory): Rename from
14490 ido-enter-single-matching-directory. Change `slash' choice to
14491 `only'. Add `first' choice.
14492 (ido-exhibit): Adapt to above changes.
14493
14494 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14495
14496 * Makefile.in: Expand comment about building loaddefs.el.
14497
14498 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14499
14500 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14501 Comment use of defadvice.
14502
14503 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14504
14505 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14506
14507 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14508 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14509 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14510 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14511 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14512 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14513 for backward compatibility for faces that did not appear in the
14514 previous Emacs release.
14515
14516 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14517
14518 2005-08-15 Kim F. Storm <storm@cua.dk>
14519
14520 * emulation/cua-base.el (cua-delete-region): Return t if
14521 deleted region was non-empty.
14522 (cua-replace-region): Inhibit overwrite-mode for
14523 self-insert-command if replaced region was non-empty.
14524 (cua--explicit-region-start, cua--status-string): Make them
14525 buffer-local at top-level...
14526 (cua-mode): ...rather than when mode is enabled.
14527
14528 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14529
14530 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14531 Set t for Emacs 21, 22, and so on.
14532
14533 2005-08-15 David Ponce <david@dponce.com>
14534
14535 * tree-widget.el: Update Commentary header.
14536 (tree-widget-theme): Doc fix.
14537 (tree-widget-space-width): New option.
14538 (tree-widget-image-properties): Look up in the default theme too.
14539 (tree-widget--cursors): Only for images with arrow pointer shape.
14540 (tree-widget-lookup-image): Pointer shape is hand by default.
14541 (tree-widget-icon): Rename generic icon widget from
14542 `tree-widget-control'.
14543 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14544 derive from `tree-widget-icon'.
14545 (tree-widget-handle): Improve default look and feel of the text
14546 representation.
14547 (tree-widget): Rename :*-control properties to :*-icon properties.
14548 Add :action and :help-echo properties.
14549 (tree-widget-after-toggle-functions): Move.
14550 (tree-widget-close-node, tree-widget-open-node): Remove.
14551 (tree-widget-before-create-icon-functions): New hook.
14552 (tree-widget-value-create): Update to allow customization of icons
14553 and nodes at run-time via that new hook.
14554 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14555 (tree-widget-icon-action, tree-widget-icon-help-echo)
14556 (tree-widget-action, tree-widget-help-echo): New functions.
14557
14558 2005-08-15 Kim F. Storm <storm@cua.dk>
14559
14560 * ido.el (ido-buffer-internal): Use with-no-warnings.
14561 (ido-make-merged-file-list): Use while-no-input.
14562
14563 2005-08-15 Richard M. Stallman <rms@gnu.org>
14564
14565 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14566 (flyspell-large-region): Fix doc and custom type.
14567
14568 2005-08-14 Richard M. Stallman <rms@gnu.org>
14569
14570 * files.el (interpreter-mode-alist): Doc fix.
14571
14572 * mail/rmail.el (rmail-nonignored-headers): New variable.
14573 (rmail-clear-headers): Use it.
14574 (rmail-reply): Better handling of mail-followup-to header.
14575
14576 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14577 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14578 don't try to refer to executable-font-lock-keywords.
14579 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14580 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14581 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14582 (sh-mode): Set comment-start-skip, local-abbrev-table,
14583 imenu-case-fold-search.
14584 (sh-set-shell): Don't set them here.
14585 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14586 Don't cache the results in the original alist; don't ever modify
14587 that alist.
14588
14589 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14590
14591 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14592 empty.
14593
14594 2005-08-15 Andreas Schwab <schwab@suse.de>
14595
14596 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14597
14598 * dired.el, info.el, mail/rmail.el: Revert last change.
14599
14600 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14601
14602 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14603 modification in `eval-after-load' form.
14604 * info.el: Likewise.
14605 * mail/rmail.el: Likewise.
14606
14607 2005-08-14 Juri Linkov <juri@jurta.org>
14608
14609 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14610 Remove highlighting of "Compilation started". Highlight only
14611 the word "finished" in "Compilation finished". Add highlighting
14612 of "interrupt", "killed", "terminated" and the exit code.
14613 (compilation-start): Add newline after header. Use exactly the
14614 same time stamp format as the finishing message.
14615 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14616
14617 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14618 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14619 Add highlighting of "interrupt", "killed", "terminated".
14620
14621 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14622 enabled and the current command is self-insert-command, call it
14623 explicitly with overwrite-mode bound to nil, to not allow it
14624 to delete the character after the selected region.
14625
14626 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14627
14628 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14629 move-end-of-line, end-of-line, and beginning-of-line to the list
14630 of commands after which the echo area is updated.
14631
14632 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14633
14634 * cus-edit.el (custom-save-all, custom-save-delete):
14635 Bind recentf-exclude to exclude custom-file.
14636
14637 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14638
14639 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14640 to go to the bottom of the mail message. Added to
14641 `rmail-summary-mode-map' with key "/".
14642 (rmail-summary-show-message): New (internal) function for use by
14643 both `rmail-summary-beginning/end-of-message'.
14644 (rmail-summary-beginning-of-message): Change to use
14645 rmail-summary-show-message.
14646
14647 * mail/rmail.el (rmail-end-of-message): New command to go to the
14648 end of the current message. Added to `rmail-mode-map' with key "/".
14649 (rmail-beginning-of-message): Fix to work as documented.
14650 (rmail-mode): Change documentation.
14651
14652 * progmodes/compile.el (compilation-start): Add the line
14653 "Compilation started" with compilation start time.
14654 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14655
14656 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14657
14658 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14659 of menu items.
14660
14661 2005-08-11 Richard M. Stallman <rms@gnu.org>
14662
14663 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14664
14665 * battery.el (battery-status-function): Don't use ignore-errors.
14666
14667 2005-08-11 Lute Kamstra <lute@gnu.org>
14668
14669 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14670 define-obsolete-variable-alias.
14671
14672 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14675 (ange-ftp-send-cmd): Revert last change, and expand
14676 the comment explaining the problem.
14677
14678 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14679
14680 * ldefs-boot.el: Update.
14681
14682 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14683 item to "Time, Load and Mail". Change help echo text.
14684
14685 * time.el (display-time-use-mail-icon, display-time-format)
14686 (display-time-string-forms): Shorten first line of docstrings.
14687
14688 2005-08-10 Lars Hansen <larsh@soem.dk>
14689
14690 * desktop.el (desktop-buffer-mode-handlers):
14691 Make non-customizable. Add autoload cookie. Change initial value to
14692 nil; add elements in respective modules instead. Fix doc string.
14693 (desktop-load-file): New function.
14694 (desktop-minor-mode-handlers): New autoloaded variable.
14695 (desktop-create-buffer): Call minor mode handlers.
14696 Use desktop-load-file to load major and minor mode modules prior to
14697 checking for a handler.
14698 (desktop-save): Don't add nil to desktop-minor-modes for minor
14699 modes with nil function in desktop-minor-mode-table. Don't delete
14700 desktop file before rewriting it.
14701 (desktop-locals-to-save): Add autoload cookie. Don't make
14702 automatically buffer-local. Add variables column-number-mode,
14703 size-indication-mode, indent-tabs-mode,
14704 indicate-buffer-boundaries, indicate-empty-lines and
14705 show-trailing-whitespace.
14706 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14707 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14708 (desktop-clear-preserve-buffers-regexp): Delete.
14709 (desktop-clear-preserve-buffers): Update initial value and docstring.
14710 (desktop-save-buffer): Fix doc string.
14711
14712 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14713 (hilit-chg-desktop-restore): New function.
14714 (highlight-changes-mode): Add highlight-changes-mode to
14715 desktop-locals-to-save.
14716
14717 * dired.el: Add handler to desktop-buffer-mode-handlers.
14718 (dired-restore-desktop-buffer): Remove autoload cookie.
14719 (dired-mode): Add autoload cookie.
14720
14721 * info.el: Add handler to desktop-buffer-mode-handlers.
14722 (Info-restore-desktop-buffer): Remove autoload cookie.
14723 (Info-mode): Add autoload cookie.
14724
14725 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14726 (mh-restore-desktop-buffer): Remove autoload cookie.
14727 (mh-folder-mode): Add autoload cookie.
14728
14729 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14730 (rmail-restore-desktop-buffer): Remove autoload cookie.
14731
14732 2005-08-11 Masatake YAMATO <jet@gyve.org>
14733
14734 * hexl.el (hexl-address-region):
14735 (hexl-ascii-region, hexl-font-lock-keywords):
14736 (hexl-highlight-line-range): Use the term "region"
14737 instead of "area" for consistency with the other symbols
14738 defined in hexl.el.
14739
14740 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14741
14742 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14743 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14744 out by Juri Linkov). Add `display-battery-mode'.
14745
14746 2005-08-09 Juri Linkov <juri@jurta.org>
14747
14748 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14749 Remove `-text' from face variable names.
14750 (compilation-error-file-name, compilation-warning-file-name)
14751 (compilation-info-file-name): Delete faces.
14752 (compilation-line-number, compilation-column-number):
14753 Remove face underlining.
14754 (compilation-message-face): Set to `underline' value by default.
14755 (compilation-error-face, compilation-warning-face)
14756 (compilation-info-face): Remove `-file-name' from face names.
14757 (compilation-error-text-face, compilation-warning-text-face)
14758 (compilation-info-text-face): Delete face variables.
14759 (compilation-text-face): Delete function.
14760
14761 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14762 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14763 (grep-error-face): Set to `compilation-error' instead of
14764 `compilation-error-face' (which is redefined to `grep-hit-face' in
14765 grep buffers).
14766 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14767 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14768
14769 * dired-aux.el (dired-do-query-replace-regexp):
14770 Use `query-replace-read-args'.
14771
14772 * replace.el (query-replace-read-from, query-replace-read-to)
14773 (query-replace-read-args): Rename arg `string' to `prompt'.
14774
14775 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14776
14777 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14778
14779 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14780 uploading files.
14781 (ange-ftp-canonize-filename): Handle file names beginning with ~
14782 correctly.
14783
14784 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14785
14786 * textmodes/fill.el (canonically-space-region)
14787 (fill-context-prefix, fill-french-nobreak-p)
14788 (fill-delete-newlines, fill-comment-paragraph)
14789 (justify-current-line): "?\ " -> "?\s".
14790
14791 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14792
14793 * textmodes/fill.el (fill-nonuniform-paragraphs):
14794 Improve argument/docstring consistency.
14795
14796 2005-08-09 Richard M. Stallman <rms@gnu.org>
14797
14798 * textmodes/ispell.el (ispell-word): More fboundp checks.
14799
14800 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14801 (find-file-noselect-1): Call it here, only if RAWFILE.
14802 (normal-mode): Always set some major mode.
14803 (save-some-buffers-action-alist): Change some explanation strings.
14804 (file-name-non-special): In the `quote' method, use unwind-protect.
14805
14806 2005-08-09 Magnus Henoch <mange@freemail.hu>
14807
14808 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14809 (ispell-have-aspell-dictionaries): New variable.
14810 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14811 (ispell-get-aspell-config-value): New function.
14812 (ispell-aspell-find-dictionary): New function.
14813 (ispell-aspell-add-aliases): New function.
14814 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14815 appropriate. Don't look for ispell dictionaries if we use aspell.
14816 (ispell-menu-map): Don't build a submenu of dictionaries.
14817
14818 2005-08-09 Richard M. Stallman <rms@gnu.org>
14819
14820 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14821 (sql-read-passwd): Use read-passwd.
14822
14823 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14824 (idlwave-toolbar-is-possible): Add defvars.
14825
14826 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14827 Avoid warnings.
14828
14829 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14830 (idlwave-system-class-info, idlwave-executive-commands-alist):
14831 Use defvar.
14832
14833 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14834
14835 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14836 Avoid warnings.
14837
14838 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14839 and content-type: headers.
14840
14841 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14842
14843 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14844 and rename some of them to be more self-explanatory.
14845
14846 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14847
14848 * startup.el (command-line-1): Implement -scriptload.
14849
14850 * replace.el (occur-engine): Initial *Occur* output not undoable.
14851
14852 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14853 and improve help strings.
14854
14855 * isearch.el (isearch-repeat): When changing direction,
14856 mark search successful.
14857
14858 * ediff-init.el: Use (featurep 'xemacs).
14859
14860 * comint.el (send-invisible): Identify buffer, if not selected.
14861
14862 * align.el: Delete autoload for c-guess-basic-syntax.
14863
14864 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14865
14866 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14867 Improve argument/docstring consistency. Doc fixes.
14868 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14869 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14870 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14871 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14872 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14873 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14874 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14875 Defvar at compile time.
14876
14877 2005-08-09 Juri Linkov <juri@jurta.org>
14878
14879 * info.el: Replace `info' with upper-case `Info' where appropriate.
14880 (info-title-1, info-title-2, info-title-3, info-title-4)
14881 (info-menu-header): Move up face definitions.
14882 (info-menu-star): Rename from `info-menu-5'.
14883 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14884 (Info-fontify-visited-nodes): Fix docstring.
14885 (Info-hide-note-references): Fix docstring.
14886 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14887 menu items in the same way as on cross-references.
14888 (info-apropos): Fix sorting order and formatting to be like in the
14889 stand-alone Info browser. Display error messages for 1 sec.
14890 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14891 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14892 from the menu bar.
14893 (Info-insert-dir): Restore point after calling
14894 `insert-buffer-substring'.
14895
14896 2005-08-08 Richard M. Stallman <rms@gnu.org>
14897
14898 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14899 (recompute-lucid-menubar): Add defvars.
14900
14901 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14902
14903 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14904
14905 * net/net-utils.el (run-dig): Rename from `dig'.
14906
14907 * play/gametree.el (gametree-mode): Use make-local-variable,
14908 not make-variable-buffer-local.
14909
14910 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14911
14912 * ansi-color.el (ansi-color-make-extent)
14913 (ansi-color-set-extent-face): Use fboundp, not functionp.
14914
14915 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14916 not make-variable-buffer-local.
14917
14918 * bookmark.el (Info-current-file): Add defvar.
14919 (bookmark-jump-noselect): Use with-no-warnings.
14920
14921 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14922
14923 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14924
14925 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14926
14927 * find-file.el (ada-procedure-start-regexp)
14928 (ada-package-start-regexp): Add defvars.
14929
14930 * info.el (Info-insert-dir): Use insert-buffer-substring.
14931
14932 * xml.el (xml-att-def-re): Add defvar.
14933
14934 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14935 calling convention.
14936
14937 * subr.el (while-no-input): Return t if there is input.
14938
14939 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14940
14941 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14942
14943 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14944
14945 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14946 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14947
14948 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14949
14950 * cmuscheme.el (scheme-start-file): Replace reference to
14951 `user-emacs-directory' by "~/.emacs.d/".
14952
14953 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14954
14955 * info.el (Info-dir-remove-duplicates): Avoid case folding
14956 in loop; instead, keep downcased strings for comparison.
14957 Suggested by Helmut Eller.
14958
14959 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14960
14961 Sync with Tramp 2.0.50.
14962
14963 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14964 XEmacs case; not necessary anymore.
14965 (tramp-user-regexp): Allow "@" as part of user name.
14966 (tramp-handle-set-visited-file-modtime)
14967 (tramp-handle-insert-file-contents)
14968 (tramp-handle-write-region): No special handling for
14969 `last-coding-system-used, because this is done in
14970 `tramp-accept-process-output' now.
14971 (tramp-accept-process-output): New defun.
14972 (tramp-process-one-action, tramp-process-one-multi-action)
14973 (tramp-wait-for-regexp, tramp-wait-for-output)
14974 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14975 Howells <dhowells@redhat.com>.
14976 (clear-visited-file-modtime): Defadvice removed. The check for
14977 unset buffer's modtime does not need to be based on
14978 `tramp-buffer-file-attributes'. Suggested by RMS.
14979 (tramp-message): Insert "\n" if not being at beginning of line.
14980 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14981 sequence with same logic.
14982 (tramp-completion-handle-expand-file-name): Discard call of
14983 `tramp-drop-volume-letter'. It is not necessary, and there have
14984 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14985 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14986 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14987 should always be visible.
14988 (tramp-handle-insert-directory, tramp-setup-complete)
14989 (tramp-set-process-query-on-exit-flag)
14990 (tramp-append-tramp-buffers): Pacify byte-compiler.
14991 (tramp-bug): Delete non-existing variables from list.
14992 Apply `tramp-load-report-modules' as pre-hook.
14993 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14994 `shell-prompt-pattern' because of non-7bit characters.
14995 Reported by Sebastian Luque <sluque@mun.ca>.
14996 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14997 (tramp-match-string-list): Remove function.
14998 (tramp-wait-for-regexp): Remove call of that function.
14999 Suggested by Kim F. Storm <storm@cua.dk>.
15000 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15001 instead of octal character code ?\600. The latter resulted in a
15002 syntax error with XEmacs.
15003
15004 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15005 XEmacs case; not necessary anymore.
15006 (tramp-smb-handle-write-region): No special handling for
15007 `last-coding-system-used, because this is done in
15008 `tramp-accept-process-output' now.
15009 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15010
15011 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15012
15013 * wid-edit.el (widget-choice-value-create):
15014 Unconditionally respect user choice. Set :explicit-choice back to nil
15015 when no longer needed.
15016 (widget-choice-action): Unconditionally respect user choice.
15017 Eliminate :explicit-choice-value.
15018
15019 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15020
15021 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15022 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15023 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15024 running new function `toggle-indicate-empty-lines'.
15025 Rename "Customize" item to "Customize fringe".
15026 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15027 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15028 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15029 Delete "Empty lines only" item.
15030 (menu-bar-showhide-fringe-ind-customize): New function.
15031 (menu-bar-showhide-fringe-ind-mixed)
15032 (menu-bar-showhide-fringe-ind-box)
15033 (menu-bar-showhide-fringe-ind-right)
15034 (menu-bar-showhide-fringe-ind-left)
15035 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15036 instead of `fringe-indicators'.
15037
15038 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15039
15040 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15041 Change the date of last update.
15042
15043 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15044
15045 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15046 (viper-exec-yank, viper-put-back): Don't display modification msg
15047 if in the minibuffer.
15048
15049 * viper-init.el (viper-replace-overlay-cursor-color)
15050 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15051 Make variables frame local.
15052
15053 * viper-util.el (viper-append-filter-alist): Use append instead of
15054 nconc.
15055
15056 * viper.el (viper-vi-state-mode-list)
15057 (viper-emacs-state-mode-list): Move help-mode and
15058 completion-list-mode from the first list to the second.
15059 (viper-mode): Docstring.
15060 (viper-go-away, viper-non-hook-settings): Don't localize
15061 minor-mode-alist in newer Emacsen. Add advice to
15062 set-cursor-color. Don't bind "\C-c\\".
15063
15064 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15065
15066 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15067 (scheme-macro-expand-command): New user options.
15068 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15069 (scheme-form-at-point, scheme-start-file)
15070 (scheme-interactively-start-process): New functions.
15071 (scheme-get-process): New function, extracted from `scheme-proc'.
15072 (run-scheme): Call `scheme-start-file' to get start file, and pass
15073 it to `make-comint'.
15074 (switch-to-scheme, scheme-proc):
15075 Call `scheme-interactively-start-process' if no Scheme buffer/process
15076 is available.
15077
15078 2005-08-06 Juri Linkov <juri@jurta.org>
15079
15080 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15081 Use `compilation-text-face', `compilation-info-text-face' and
15082 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15083 (compilation-error): New face.
15084 (compilation-error-file-name): Inherit from
15085 `compilation-error' instead of `font-lock-warning-face'.
15086 (compilation-warning-file-name): Inherit from
15087 `compilation-warning' instead of `font-lock-warning-face'.
15088 (compilation-info, compilation-error-file-name)
15089 (compilation-warning-file-name, compilation-info-file-name)
15090 (compilation-line-number, compilation-column-number): Doc fix.
15091 (compilation-error-text-face, compilation-warning-text-face)
15092 (compilation-info-text-face): New face variables.
15093 (compilation-line-face, compilation-column-face)
15094 (compilation-enter-directory-face)
15095 (compilation-leave-directory-face): Doc fix.
15096 (compilation-text-face): New function.
15097
15098 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15099 instead of 1 to display binary file names as info file links.
15100 (grep-error-face): Use `compilation-error-face' instead of
15101 `font-lock-keyword-face'.
15102 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15103 and `compilation-warning-text-face' instead of
15104 `font-lock-keyword-face'. Use `compilation-error-text-face'
15105 instead of `grep-error-face'.
15106
15107 2005-08-05 Kenichi Handa <handa@m17n.org>
15108
15109 * international/code-pages.el: Add autoload cookies for all coding
15110 systems.
15111
15112 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15113
15114 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15115
15116 2005-08-04 Juri Linkov <juri@jurta.org>
15117
15118 * progmodes/compile.el (compilation-mode-map):
15119 * progmodes/grep.el (grep-mode-map):
15120 Bind TAB to `compilation-next-error' and [backtab] to
15121 `compilation-previous-error'.
15122
15123 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15124 matching line numbers, column numbers and their ranges with regexp
15125 matching only line numbers.
15126 (grep-context-face): New face variable.
15127 (grep-mode-font-lock-keywords): Use it.
15128
15129 * faces.el (read-face-name): Delete duplicate faces.
15130
15131 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15132
15133 * thumbs.el (thumbs-find-image): Don't make variables
15134 automatically buffer local.
15135 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15136 (thumbs-image-num): Make automatically buffer local.
15137 (thumbs-show-thumbs-list): Use `make-local-variable', not
15138 `make-variable-buffer-local'.
15139 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15140
15141 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15142 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15143 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15144 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15145 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15146 (feelings-about, foullst, found, hello, history, howareyoulst)
15147 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15148 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15149 (neglst, obj, object, owner, please, problems, qlist)
15150 (random-adjective, relation, remlst, repetitive-shortness)
15151 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15152 (shortlst, something, sportslst, stallmanlst, states, subj)
15153 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15154 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15155 Defvar at compile time.
15156
15157 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15158 not `make-variable-buffer-local'.
15159
15160 2005-08-02 Kim F. Storm <storm@cua.dk>
15161
15162 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15163 rectangle overlay in selected window.
15164
15165 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15166
15167 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15168 instead of display group. Make `indicate-buffer-boundaries'
15169 customizable through Custom.
15170
15171 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15172
15173 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15174 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15175 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15176 (gdb-put-string): Fix typos in docstrings.
15177
15178 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15179
15180 Update copyright notices of files in progmodes directory for
15181 release of Emacs 22.1.
15182
15183 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15184
15185 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15186 Don't barf if the GUD buffer has been killed.
15187
15188 2005-08-01 Kim F. Storm <storm@cua.dk>
15189
15190 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15191
15192 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15193
15194 * simple.el (next-error-follow-minor-mode):
15195 make-variable-buffer-local -> make-local-variable.
15196
15197 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15198
15199 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15200 (byte-compile-form-make-variable-buffer-local): New functions to warn
15201 about misuses of make-variable-buffer-local where make-local-variable
15202 was meant.
15203
15204 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15205
15206 * bs.el (bs-attributes-list): Doc fix.
15207 (bs): Update url-link.
15208
15209 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15210 (desktop-load-default): Simplify.
15211
15212 * ibuffer.el (ibuffer-columnize-and-insert-list)
15213 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15214 (ibuffer-unmark-all, ibuffer-toggle-marks)
15215 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15216 (ibuffer-compile-make-format-form, ibuffer-format-column)
15217 (ibuffer-current-buffers-with-marks)
15218 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15219 (ibuffer): Doc fix.
15220 (ibuffer-mode): Fix typo in docstring.
15221 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15222 with `define-obsolete-variable-alias'.
15223 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15224
15225 2005-07-29 Kenichi Handa <handa@m17n.org>
15226
15227 * international/mule-cmds.el (select-message-coding-system):
15228 Be sure to use LF for end-of-line. If no coding system is decided,
15229 return iso-8859-1-unix.
15230
15231 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15232
15233 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15234 (ange-ftp-pending-error-line): New vars.
15235 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15236 to handle the non-fatal no-route-to-host messages.
15237 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15238
15239 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15240
15241 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15242 (isearch-quote-char, isearch-printing-char)
15243 (isearch-text-char-description): "?\ " -> "?\s".
15244 (isearch-lazy-highlight-cleanup)
15245 (isearch-lazy-highlight-initial-delay)
15246 (isearch-lazy-highlight-interval)
15247 (isearch-lazy-highlight-max-at-a-time)
15248 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15249 Declare with define-obsolete-*-alias macros.
15250 (isearch-forward): Fix typo in docstring.
15251 (search-invisible, search-ring-yank-pointer)
15252 (regexp-search-ring-yank-pointer): Doc fixes.
15253
15254 * recentf.el (recentf-menu-append-commands-p): Declare with
15255 `define-obsolete-variable-alias'.
15256 (recentf-max-saved-items, recentf-menu-filter)
15257 (recentf-arrange-by-rule-subfilter): Doc fixes.
15258 (recentf-menu-append-commands-flag)
15259 (recentf-initialize-file-name-history, recentf-expand-file-name)
15260 (recentf-clear-data): Fix typos in docstrings.
15261
15262 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15263
15264 * progmodes/gdb-ui.el: Smarten comments.
15265 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15266
15267 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15268
15269 * term/apollo.el (terminal-init-apollo): New function containing
15270 all former top level forms in the file.
15271 * term/bobcat.el (terminal-init-bobcat):
15272 * term/cygwin.el (terminal-init-cygwin):
15273 * term/iris-ansi.el (terminal-init-iris-ansi):
15274 * term/linux.el (terminal-init-linux):
15275 * term/news.el (terminal-init-news):
15276 * term/rxvt.el (terminal-init-rxvt):
15277 * term/sun.el (terminal-init-sun):
15278 * term/tvi970.el (terminal-init-tvi970):
15279 * term/vt100.el (terminal-init-vt100):
15280 * term/vt102.el (terminal-init-vt102):
15281 * term/vt125.el (terminal-init-vt125):
15282 * term/vt200.el (terminal-init-vt200):
15283 * term/vt201.el (terminal-init-vt201):
15284 * term/vt220.el (terminal-init-vt220):
15285 * term/vt240.el (terminal-init-vt240):
15286 * term/vt300.el (terminal-init-vt300):
15287 * term/vt320.el (terminal-init-vt320):
15288 * term/vt400.el (terminal-init-vt400):
15289 * term/vt420.el (terminal-init-vt420):
15290 * term/wyse50.el (terminal-init-wyse50):
15291 * term/xterm.el (terminal-init-xterm): Likewise.
15292
15293 * term/README: Describe the terminal-init-* functionality.
15294
15295 * startup.el (command-line): After loading the terminal initialization
15296 file call the corresponding terminal initialization function.
15297
15298 2005-07-27 Kenichi Handa <handa@m17n.org>
15299
15300 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15301 negative.
15302
15303 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15304 (ps-mule-composition-prologue): Fix for the case that
15305 RelativeCompose is false.
15306
15307 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15308
15309 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15310
15311 * descr-text.el (describe-char): Handle the case where the list of
15312 chars is displayed in a separate frame.
15313 Be a bit more discriminating when looking for the char.
15314
15315 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15316
15317 * bookmark.el (bookmark-automatically-show-annotations)
15318 (bookmark-read-annotation-text-func): Doc fixes.
15319 (bookmark-save): Improve argument/docstring consistency.
15320 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15321 (bookmark-alist-from-buffer)
15322 (bookmark-upgrade-file-format-from-0)
15323 (bookmark-grok-file-format-version)
15324 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15325 (bookmark-read-annotation-mode)
15326 (bookmark-insert-current-bookmark, bookmark-jump)
15327 (bookmark-exit-hook): Fix typos in docstrings.
15328 (bookmark-exit-hooks): Define as obsolete alias.
15329 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15330 not `bookmark-exit-hooks'. Fix docstring.
15331 (bookmark-bmenu-select): "?\ " -> "?\s".
15332
15333 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15334
15335 * startup.el (command-line): Fix typo.
15336
15337 2005-07-24 Richard M. Stallman <rms@gnu.org>
15338
15339 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15340 not emacs-quick-startup.
15341
15342 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15343
15344 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15345 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15346 instead of `reb-with-current-window'.
15347 (reb-prev-match): Likewise. Also, don't move left if the search
15348 was unsuccessful.
15349 (reb-initialize-buffer): New function.
15350 (re-builder, reb-change-syntax): Use it.
15351
15352 * man.el (Man-goto-page): Make second argument NOERROR optional.
15353
15354 2005-07-23 Richard M. Stallman <rms@gnu.org>
15355
15356 * man.el (Man-bgproc-sentinel): Check here for failure to find
15357 any man page in the output, and report the error here.
15358 (Man-arguments): Make it permanent local.
15359 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15360 (Man-mode): Pass t for NOERROR.
15361
15362 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15363 (grep-mode-font-lock-keywords):
15364 Don't use compilation-...-face for messages that are not file names.
15365
15366 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15367 Don't use compilation-...-face for messages that are not file names.
15368
15369 2005-07-22 Juri Linkov <juri@jurta.org>
15370
15371 * startup.el (normal-splash-screen): Update menu name.
15372
15373 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15374
15375 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15376
15377 * term/xterm.el: Load term/rxvt if the terminal is actually an
15378 rxvt terminal.
15379 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15380
15381 * term/rxvt.el (function-key-map): Use substitute-key-definition
15382 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15383
15384 * term/cygwin.el: New file.
15385
15386 2005-07-22 Kim F. Storm <storm@cua.dk>
15387
15388 * image-file.el (insert-image-file, image-file-yank-handler):
15389 Fix last change to maintain a (unique) yank-handler on yanked images.
15390
15391 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15392
15393 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15394 of the file size (as in "177B" for 177 bytes). This happens with
15395 "ls -lh" on FreeBSD.
15396
15397 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15398
15399 * hilit-chg.el (highlight-changes-global-initial-state)
15400 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15401 (hilit-chg-fixup, highlight-changes-mode):
15402 Fix typos in docstrings.
15403 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15404 Doc fixes.
15405
15406 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15407
15408 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15409 mode function using `eval-after-load'.
15410
15411 2005-07-21 Kim F. Storm <storm@cua.dk>
15412
15413 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15414 included when reporting an emacs crash, and tell about the DEBUG file.
15415
15416 * image-file.el (insert-image-file): Add yank-handler.
15417 (image-file-yank-handler): Yank handler to make unique copies of
15418 images when they are yanked into a buffer next to each other.
15419
15420 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15421
15422 * comint.el (comint-use-prompt-regexp, comint-send-input)
15423 (comint-source-default, comint-extract-string)
15424 (comint-get-source, comint-word, comint-completion)
15425 (comint-source, comint-prompt-read-only, comint-update-fence):
15426 Fix typos in docstrings.
15427 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15428 Declare with define-obsolete-*-alias macros.
15429 (comint-previous-matching-input-from-input)
15430 (comint-next-matching-input-from-input)
15431 (comint-previous-matching-input, comint-next-matching-input)
15432 (comint-forward-matching-input):
15433 Improve argument/docstring consistency.
15434
15435 * desktop.el (desktop-clear-preserve-buffers-regexp):
15436 Also preserve the *server* buffer.
15437
15438 * simple.el (clone-indirect-buffer): Doc fix.
15439 (fixup-whitespace, just-one-space)
15440 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15441 (next-error, next-error-highlight)
15442 (next-error-highlight-no-select, next-error-last-buffer)
15443 (next-error-buffer-p, next-error-find-buffer, next-error)
15444 (previous-error, next-error-no-select, previous-error-no-select)
15445 (open-line, split-line, minibuffer-prompt-width, kill-new)
15446 (binary-overwrite-mode): Fix typos in docstrings.
15447 (set-fill-column): Fix typo in message.
15448
15449 * skeleton.el (skeleton-proxy-new): Doc fix.
15450
15451 * strokes.el (strokes-load-hook): Doc fix.
15452 (strokes-grid-resolution, strokes-get-grid-position)
15453 (strokes-renormalize-to-grid, strokes-read-stroke)
15454 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15455 (strokes-global-map): Fix typos in docstrings.
15456 (strokes-help): Doc fix. Fix help message and pass it through
15457 `substitute-command-keys'.
15458
15459 * tempo.el (tempo-insert-prompt, tempo-interactive)
15460 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15461 (tempo-insert-string-functions, tempo-local-tags)
15462 (tempo-define-template, tempo-insert-template)
15463 (tempo-insert-prompt-compat, tempo-is-user-element)
15464 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15465 Fix typos in docstrings.
15466
15467 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15468 (vcursor-key-bindings, vcursor-use-vcursor-map)
15469 (vcursor-find-window, vcursor-scroll-down)
15470 (vcursor-disable, vcursor-beginning-of-buffer)
15471 (vcursor-end-of-buffer): Fix typos in docstrings.
15472 (vcursor-relative-move, vcursor-get-char-count):
15473 Improve argument/docstring consistency.
15474
15475 * version.el: "?\ " -> "?\s".
15476
15477 * wid-edit.el (widget-default-create, widget-after-change)
15478 (widget-default-format-handler, widget-checklist-add-item)
15479 (widget-radio-add-item, widget-choose, widget-specify-secret)
15480 (widget-field-value-create, widget-field-value-get)
15481 (widget-editable-list-format-handler)
15482 (widget-editable-list-entry-create, widget-group-value-create)
15483 (widget-documentation-link-add)
15484 (widget-documentation-string-value-create): "?\ " -> "?\s".
15485 (widget-convert-text): Doc fix.
15486 (widget-narrow-to-field, widget-field-find)
15487 (widget-url-link-action, widget-emacs-library-link-action)
15488 (widget-color-notify): Fix typos in docstrings.
15489
15490 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15491 (x-select-text, set-w32-system-coding-system)
15492 (w32-add-charset-info): Fix typos in docstrings.
15493
15494 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15495 (cua-enable-cua-keys, cua-use-hyper-key)
15496 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15497 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15498
15499 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15500
15501 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15502 `defalias' instead of faking it.
15503
15504 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15505 (eshell-ls-missing, eshell-ls-dired-initial-args)
15506 (eshell-ls-use-in-dired): Fix typos in docstrings.
15507
15508 2005-07-20 Kim F. Storm <storm@cua.dk>
15509
15510 * emulation/cua-base.el (cua-mode): Improve doc string.
15511
15512 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15513
15514 * abbrev.el (expand-region-abbrevs): Doc fix.
15515 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15516 Improve argument/docstring consistency.
15517
15518 * arc-mode.el (archive-get-descr, archive-alternate-display):
15519 Doc fixes.
15520 (archive-l-e): Improve argument/docstring consistency.
15521 (archive-tmpdir, archive-unixdate, archive-unixtime)
15522 (archive-chmod-entry): Fix typos in docstrings.
15523 (archive-unflag, archive-unflag-backwards)
15524 (archive-unmark-all-files): "?\ " -> "?\s".
15525
15526 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15527 (Buffer-menu-not-modified, Buffer-menu-execute)
15528 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15529 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15530
15531 * composite.el (compose-string, encode-composition-rule)
15532 (compose-last-chars): Fix typos in docstrings.
15533
15534 * desktop.el (desktop-enable, desktop-basefilename):
15535 Declare with `define-obsolete-variable-alias'.
15536 (desktop-internal-v2s): Don't quote keywords.
15537 (desktop-clear): "?\ " -> "?\s".
15538
15539 * dired.el (dired-align-file, dired-flag-backup-files)
15540 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15541 (dired-listing-switches, dired-ls-F-marks-symlinks)
15542 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15543 (dired-directory, dired-faces, dired, dired-revert)
15544 (dired-mode, dired-summary, dired-view-file)
15545 (dired-copy-filename-as-kill, dired-delete-file)
15546 (dired-no-confirm, dired-unmark-all-marks)
15547 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15548 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15549 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15550 Fix typos in message strings.
15551
15552 * dired-x.el (virtual-dired): Declare with `defalias'.
15553 (dired-mark-unmarked-files, dired-local-variables-file)
15554 (dired-omit-here-always): Doc fix.
15555 (dired-omit-mode, dired-find-subdir)
15556 (dired-enable-local-variables, dired-clean-up-buffers-too)
15557 (dired-extra-startup, dired-mark-extension, dired-jump)
15558 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15559 (dired-smart-shell-command, dired-guess-shell-alist-user)
15560 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15561 (dired-x-bind-find-file, dired-x-submit-report):
15562 Fix typos in docstrings.
15563 (dired-mark-unmarked-files): "?\ " -> "?\s".
15564
15565 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15566
15567 * faces.el (describe-face): "?\ " -> "?\s".
15568 (read-all-face-attributes, read-face-font, modify-face)
15569 (face-attr-construct, italic): Fix typos in docstrings.
15570 (frame-update-face-colors): Declare with
15571 `define-obsolete-function-alias'.
15572
15573 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15574 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15575 (magic-mode-alist, buffer-file-numbers-unique)
15576 (write-file-functions, get-free-disk-space):
15577 Fix typos in docstrings.
15578 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15579 (write-contents-hooks, write-file-hooks):
15580 Declare with `define-obsolete-variable-alias'.
15581
15582 * forms-d2.el (arch-rj): Fix typo in docstrings.
15583 (arch-tocol): Likewise. "?\ " -> "?\s".
15584
15585 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15586 Fix typo in docstring.
15587 (set-screen-width, set-screen-height): Delete redundant info in
15588 doctrings.
15589 (new-frame, screen-height, screen-width): Declare with
15590 `define-obsolete-function-alias'.
15591 (delete-frame-hook, blink-cursor): Declare with
15592 `define-obsolete-variable-alias'.
15593
15594 * paths.el (prune-directory-list): Fix typos in docstring.
15595
15596 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15597 (cvs-prefix-get): Fix typos in docstrings.
15598
15599 * ps-print.el (ps-extend-face-list, ps-extend-face)
15600 (ps-print-background-image): Fix typos in docstrings.
15601 (ps-default-fg, ps-default-bg): Doc fixes.
15602
15603 * s-region.el (s-region-bind): Doc fix.
15604 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15605
15606 * textmodes/org.el (org-table-formula-substitute-names)
15607 (org-table-get-vertical-vector): Doc fixes.
15608 (org-table-recalculate): Remove unused argument to `message'.
15609
15610 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15611
15612 * textmodes/org.el (org-table-column-names)
15613 (org-table-column-name-regexp)
15614 (org-table-named-field-locations): New variables.
15615 (org-archive-subtree): Protect `this-command' when calling
15616 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15617 the kill buffer.
15618 (org-complete): Remove fixed-formula completion.
15619 (org-edit-formulas-map): New variable.
15620 (org-table-edit-formulas): New command.
15621 (org-finish-edit-formulas, org-abort-edit-formulas)
15622 (org-show-variable, org-table-get-vertical-vector): New functions.
15623 (org-table-maybe-eval-formula): Handle `:=' fields.
15624 (org-table-get-stored-formulas, org-table-store-formulas)
15625 (org-table-get-formula, org-table-modify-formulas)
15626 (org-table-replace-in-formulas): Handle named field formulas.
15627 (org-table-get-specials): Store locations of named fields.
15628
15629 2005-07-19 Juri Linkov <juri@jurta.org>
15630
15631 * progmodes/grep.el (grep-regexp-alist)
15632 (grep-mode-font-lock-keywords, grep-process-setup):
15633 Use default GNU grep match color "01;31m" instead of "01;41m".
15634 (grep-regexp-alist, grep-mode-font-lock-keywords):
15635 Use `\\[[0-9]*m' instead of `\\[00m'.
15636 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15637 sgr_start where its handling is more important. Use the real
15638 length of sgr_start instead of constant 8.
15639 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15640 specially. Delete all remaining escape sequences.
15641 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15642 (grep-regexp-alist): Make hyperlink only for binary file name
15643 instead of the whole line.
15644 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15645 (grep-mode): Add autoload.
15646
15647 * emacs-lisp/find-func.el (find-function-regexp):
15648 Add `define-compilation-mode'.
15649
15650 2005-07-19 Juri Linkov <juri@jurta.org>
15651
15652 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15653 (compare-windows-sync-string-size, compare-windows-recenter)
15654 (compare-windows-highlight, compare-windows): Add version 22.1.
15655 (compare-windows) <defface>: Inherit from lazy-highlight instead
15656 of duplicating its default value.
15657
15658 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15659 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15660
15661 * descr-text.el (describe-char): Create link buttons for `charset'
15662 and `code point'. Add the current input method name with a link
15663 button to `to input' field. Print face names of display table
15664 characters in `The display table entry is displayed by' section
15665 instead of printing face-id in the `display' field.
15666 Guess hardcoded faces and create a link button for them.
15667 Skip empty fields when calculating max-width.
15668 Treat `widget-create' specially while inserting strings from the
15669 collected field list.
15670 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15671
15672 * diff-mode.el (diff-file-header): Change foreground color from
15673 yellow to green on light backgrounds.
15674 (diff-context): Inherit from `shadow' only for color/grayscale
15675 with more than 88 colors.
15676 (diff-indicator-removed, diff-indicator-added)
15677 (diff-indicator-changed): New faces.
15678 (diff-font-lock-keywords): Use new faces. Regroup rules.
15679 Add "^---$" for `normal' diff format. Fontify `#' lines with
15680 font-lock-comment-delimiter-face and font-lock-comment-face.
15681 Add `#' to ^[^...] in the rule for `diff-context-face'.
15682
15683 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15684 a button-like box. Inherit from `highlight' on low colors.
15685 (shadow): Use shades of gray only for color/grayscale with
15686 more than 88 colors. Use green for light backgrounds with
15687 8 colors, and yellow for dark backgrounds with 8 colors.
15688
15689 * font-lock.el (font-lock-regexp-grouping-backslash):
15690 Don't inherit from escape-glyph (use bold for all cases).
15691
15692 * info.el (info-xref-visited): Use light foreground color `violet'
15693 for dark backgrounds instead of dark color `magenta3'.
15694 (info-title-1): Use `yellow' color for dark backgrounds.
15695
15696 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15697 too-light magenta2.
15698
15699 * replace.el (match): Use slightly more light RoyalBlue3 instead
15700 of dark RoyalBlue4.
15701
15702 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15703
15704 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15705
15706 * novice.el (disabled-command-hook): Declare it with
15707 `define-obsolete-variable-alias'.
15708
15709 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15710 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15711 (desktop-load-default): Add release to obsolescence info.
15712 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15713 (desktop-append-buffer-args, desktop-read):
15714 Fix typos in docstrings.
15715 (desktop-kill): Fix typo in message.
15716 (desktop-save): Doc fix.
15717
15718 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15719
15720 * viper-cmd.el (viper-escape-to-state): Bug fix.
15721 (viper-envelop-ESC-key): Change the definition of fast
15722 keysequence so it'll work with keyboard macros.
15723
15724 * ediff.el (ediff-patch-buffer): Change the docstring.
15725
15726 2005-07-19 Kenichi Handa <handa@m17n.org>
15727
15728 * international/mule-cmds.el (select-safe-coding-system): Try to
15729 use an auto-coding (if any) before anything else. If the found
15730 auto-coding is invalid, show a warning message.
15731
15732 * international/mule.el (find-auto-coding): New function created
15733 by modifying the body of set-auto-coding.
15734 (set-auto-coding): Use find-auto-coding to find a coding.
15735
15736 2005-07-18 Richard M. Stallman <rms@gnu.org>
15737
15738 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15739 not isearch-mode-end-hook-error.
15740 (allout-before-change-protect): Fix error message.
15741
15742 2005-07-18 Juri Linkov <juri@jurta.org>
15743
15744 * allout.el (allout-mode):
15745 * calculator.el (calculator-copy):
15746 * custom.el (custom-known-themes):
15747 * dired.el (dired-desktop-buffer-misc-data)
15748 (dired-restore-desktop-buffer):
15749 * dired-x.el (dired-omit-marker-char):
15750 * files.el (basic-save-buffer):
15751 * font-core.el (font-lock-mode):
15752 * calendar/calendar.el (calendar-goto-hebrew-date)
15753 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15754 (calendar-goto-persian-date):
15755 * language/ethio-util.el (ethio-sera-to-fidel-region):
15756 * textmodes/picture.el (picture-mode):
15757 Delete duplicate duplicate words.
15758
15759 2005-07-18 Juri Linkov <juri@jurta.org>
15760
15761 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15762 chars * ? } |.
15763 (isearch-fallback): Don't call `isearch-process-search-char'.
15764 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15765 (isearch-process-search-char): Call `isearch-fallback' for regexp
15766 chars * ? } |.
15767 (isearch-return-char): Make obsolete with `make-obsolete' instead
15768 of simply documenting it as obsolete in the docstring.
15769 (isearch-fallback): Refill docstring.
15770
15771 * international/isearch-x.el
15772 (isearch-process-search-multibyte-characters): Remove unneeded
15773 `concat'. Add intermediate values to `junk-hist' instead of
15774 `minibuffer-history'. Test the length of `str'.
15775
15776 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15777
15778 * allout.el (allout-resolve-xref): Fix typos in error strings.
15779 (allout-before-change-protect): Remove unneeded `concat'.
15780
15781 * array.el (array-mode, array-reconfigure-rows)
15782 (untabify-backward): Fix typos in docstrings.
15783 (array-reconfigure-rows): Use `insert-buffer-substring', not
15784 `insert-buffer'.
15785
15786 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15787 * progmodes/ada-mode.el (ada-make-body):
15788 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15789
15790 * dired.el (dired-log):
15791 * tar-mode.el (tar-subfile-save-buffer):
15792 * play/zone.el (zone-pgm-stress-destress):
15793 Use `insert-buffer-substring', not `insert-buffer'.
15794
15795 2005-07-17 Simon Josefsson <jas@extundo.com>
15796
15797 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15798
15799 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15800
15801 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15802 Add plain auth method.
15803 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15804
15805 2005-07-17 Kim F. Storm <storm@cua.dk>
15806
15807 * ido.el (dired-other-window): Add ido property.
15808
15809 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15810
15811 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15812 Fix typo in docstring.
15813 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15814 `insert-file-literally'.
15815
15816 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15817 info and delete redundant message. Doc fix.
15818 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15819 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15820
15821 2005-07-16 Richard M. Stallman <rms@gnu.org>
15822
15823 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15824 (byte-compile-and): Use byte-compile-and-recursion.
15825 (byte-compile-or-recursion): New function.
15826 (byte-compile-or): Use that.
15827 (byte-compile-if): Guard the else-clause too.
15828 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15829
15830 * isearch.el (isearch-mode-end-hook-quit): New variable.
15831 (isearch-done): Bind it.
15832 (isearch-mode-end-hook): Doc fix.
15833
15834 * allout.el (allout-isearch-did-quit): Variable deleted.
15835 (allout-real-isearch-abort): Function name no longer used.
15836 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15837 (allout-isearch-rectification): isearch-mode always exists.
15838 Don't set allout-isearch-did-quit.
15839 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15840 allout-isearch-did-quit.
15841 (allout-enwrap-isearch): Just add the hook.
15842 (allout-isearch-abort): Function deleted.
15843 (allout-pre-command-business): Avoid warning.
15844
15845 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15846 Correctly avoid warnings.
15847 (pascal-outline): Likewise.
15848
15849 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15850
15851 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15852
15853 * play/tetris.el (tetris-mode): Avoid warning.
15854
15855 * play/snake.el (snake-mode): Avoid warning.
15856
15857 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15858 (gamegrid-set-display-table): Avoid warning.
15859 (gamegrid-set-timer): Likewise.
15860 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15861 (gamegrid-add-score-with-update-game-score-1): Take FILE
15862 as argument.
15863 (gamegrid-add-score-with-update-game-score): Pass that argument.
15864 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15865
15866 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15867
15868 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15869 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15870
15871 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15872 and insert-file.
15873
15874 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15875 (sc-ask): Avoid warnings.
15876
15877 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15878 (eshell-hist-initialize): Use that var the natural way.
15879
15880 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15881
15882 * emacs-lisp/re-builder.el (reb-cook-regexp):
15883 Avoid warning calling lre-compile-string.
15884 (reb-color-display-p): Avoid warning.
15885
15886 * calculator.el (calculator-last-input): Guard uses
15887 of event-key and key-press-event-p.
15888 (event-key, key-press-event-p): Delete definitions.
15889
15890 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15891 (find-gc-source-directory, find-gc-subrs-callers)
15892 (find-gc-noreturn-list, find-gc-source-files)
15893 (find-gc-subrs-called): Vars renamed and defvar'd.
15894
15895 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15896 (checkdoc-overlay-put, checkdoc-delete-overlay)
15897 (checkdoc-overlay-start, checkdoc-overlay-end)
15898 (checkdoc-mode-line-update, checkdoc-char=):
15899 Define such that compiler knows they are defined.
15900 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15901 (checkdoc-read-event): Delete. Use read-event directly.
15902
15903 * whitespace.el (whitespace-make-overlay)
15904 (whitespace-overlay-put, whitespace-delete-overlay)
15905 (whitespace-overlay-start, whitespace-overlay-end):
15906 Define such that compiler knows they are defined.
15907 (whitespace): Move conditional inside.
15908
15909 * tempo.el (tempo-insert-template): Suppress warning.
15910
15911 * ediff-diff.el (longlines-mode): Add defvar.
15912
15913 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15914
15915 * server.el: Bind "C-x #" in a way that works even if C-x is
15916 redefined to a command key, not a prefix key.
15917
15918 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15919
15920 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15921 cl-make-type-test till execution time.
15922
15923 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15924
15925 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15926 arg ARG and use it.
15927
15928 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15929
15930 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15931
15932 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15933
15934 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15935 a defcustom with two :set or :type keywords.
15936
15937 2005-07-15 Richard M. Stallman <rms@gnu.org>
15938
15939 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15940 Don't give ^M comment-end syntax.
15941
15942 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15943
15944 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15945 Don't consider gdbmi (gdb-mi.el has its own update functions).
15946 (gdb-var-delete): Make it work for gdbmi as well.
15947 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15948
15949 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15950 (gud-speedbar-menu-items): Correct logic for enabling items.
15951
15952 2005-07-15 Kim F. Storm <storm@cua.dk>
15953
15954 * ido.el: Fix commentary.
15955 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15956 Use with-no-warnings around ffap-guesser.
15957 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15958 Let bind minibuffer-completing-file-name to t.
15959
15960 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15961
15962 * startup.el (site-run-file, keyboard-type): Doc fixes.
15963 (command-line): Check for "--basic-display" argument; also for
15964 "--quick", not "--bare-bones" (which was renamed).
15965 (fancy-splash-text): Add missing item "Getting New Versions".
15966 (normal-splash-screen): Fix typos and improve consistency with
15967 `fancy-splash-text'. Update copyright year.
15968
15969 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15970 valid binding for `help-char'.
15971
15972 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15973
15974 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15975
15976 * term.el (term-mode): Disable cua-mode for term buffers.
15977
15978 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15979
15980 * add-log.el (add-log-mailing-address, change-log-merge):
15981 Doc fixes.
15982 (change-log-get-method-definition): Fix typo in docstring.
15983
15984 2005-07-14 Kim F. Storm <storm@cua.dk>
15985
15986 * emulation/cua-base.el:
15987 (cua--pre-command-handler-1, cua--pre-command-handler)
15988 (cua--post-command-handler-1, cua--post-command-handler):
15989 Split in two. Check (buffer local) value of cua-mode.
15990 (cua-selection-mode): New command.
15991
15992 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15993
15994 * custom.el (custom-initialize-safe-set)
15995 (custom-initialize-safe-default): Doc fixes.
15996
15997 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15998 and simplify :init-value again.
15999
16000 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16001 and simplify :init-value again. Delete autoload.
16002
16003 * startup.el (command-line): Use `custom-reevaluate-setting' again
16004 for tooltip-mode.
16005
16006 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16007 a defcustom with two :initialize keywords.
16008
16009 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16010
16011 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16012 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16013 (allout-post-command-business, allout-flag-region)
16014 (isearch-reenable-font-lock, allout-yank)
16015 (allout-insert-latex-header, allout-insert-latex-trailer)
16016 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16017 (allout-latex-verb-quote): Fix typos in docstrings.
16018 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16019 (allout-unprotected, allout-prefix-data):
16020 Improve argument/docstring consistency.
16021 (allout-chart-subtree): Fix argument spec.
16022 (allout-open-topic): Rename `use_sib_bullet' argument to
16023 `use-sib-bullet'. Doc fix.
16024
16025 * whitespace.el (whitespace-check-buffer-leading)
16026 (whitespace-check-buffer-trailing)
16027 (whitespace-check-buffer-indent)
16028 (whitespace-check-buffer-spacetab)
16029 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16030 (whitespace-check-leading-whitespace)
16031 (whitespace-check-trailing-whitespace)
16032 (whitespace-check-spacetab-whitespace)
16033 (whitespace-check-indent-whitespace)
16034 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16035 (whitespace-modes): Fix typos in docstrings.
16036 (defgroup, defcustom): Doc fixes.
16037
16038 * winner.el (winner-mode, winner-boring-buffers)
16039 (winner-pending-undo-ring): Doc fixes.
16040 (winner-ring): Remove unneeded `progn'.
16041 (winner-equal): `defsubst' it.
16042 (winner-redo): Fix message.
16043
16044 2005-07-13 Kim F. Storm <storm@cua.dk>
16045
16046 * simple.el (line-move-1): Always use vertical-motion to
16047 do the last (or only) line move to ensure some movement.
16048 Undo 2005-06-23 change--don't check for overlays.
16049
16050 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16051
16052 * term/mac-win.el (ccl-encode-mac-roman-font)
16053 (ccl-encode-mac-centraleurroman-font)
16054 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16055 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16056 Change charset-id boundary of dimension to ?\xef.
16057 (mac-char-fontspec-list): New constant.
16058 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16059 argument. Nil uses itself as family in font-spec. Previous
16060 behavior for nil is now provided by non-nil non-string argument.
16061 All callers changed. Add font-specs for Mac fonts to
16062 "fontset-default" unless iso8859-1 fonts are installed.
16063
16064 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16065
16066 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16067 a continuation line if the \ is preceded by SPC or TAB.
16068 (sh-get-indent-info): Simplify.
16069 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16070 Use with-current-buffer.
16071
16072 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16073 when the matched text is empty.
16074
16075 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16076
16077 * startup.el (command-line): Revert to previous handling of
16078 tooltip-mode. Explain in comment why the complexity is needed.
16079
16080 * tooltip.el (tooltip-mode): Revert to previous implementation of
16081 its defcustom.
16082
16083 * frame.el (blink-cursor-mode): Revert to previous implementation
16084 of its defcustom. Update comment.
16085
16086 2005-07-12 Lars Hansen <larsh@soem.dk>
16087
16088 * desktop.el: Update e-mail address.
16089
16090 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16091
16092 * term/mac-win.el (mac-services-mail-selection)
16093 (mac-services-mail-to): New functions.
16094 (mac-application-menu-map): Bind them.
16095
16096 2005-07-12 wulei <milton@wulei.net> (tiny change)
16097
16098 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16099
16100 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16101
16102 * custom.el (custom-reevaluate-setting): Doc fix.
16103
16104 2005-07-11 Jay Belanger <belanger@truman.edu>
16105
16106 * calc/calc.el (calc-embedded-announce-formula-alist)
16107 (calc-embedded-open-close-plain-alist)
16108 (calc-embedded-open-close-mode-alist): Add checks for additional
16109 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16110
16111 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16112
16113 * custom.el (custom-enable-theme): Don't add theme to
16114 `custom-enabled-themes' with `push' because there is no
16115 setf-method for `delq'.
16116
16117 2005-07-11 Richard M. Stallman <rms@gnu.org>
16118
16119 * custom.el (custom-declare-variable): Doc fix.
16120
16121 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16122 from the alists.
16123
16124 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16125 Do nothing if edebug-active.
16126
16127 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16128 (edebug-display): Do it here instead.
16129
16130 2005-07-10 Richard M. Stallman <rms@gnu.org>
16131
16132 * cus-face.el (custom-theme-set-faces): Make it work.
16133 (custom-reset-faces): Doc fix.
16134 (custom-theme-reset-internal-face, custom-theme-face-value):
16135 Functions deleted.
16136
16137 * custom.el (custom-push-theme): Maintain list of the settings
16138 of a given theme in its theme-settings property.
16139 Maintain position of old settings in the theme-value
16140 or theme-face property.
16141 (custom-enabled-themes): New variable.
16142 (custom-theme-enabled-p): New function.
16143 (provide-theme): Update custom-enabled-themes.
16144 Disable and reenable the `user' theme.
16145 (require-theme): Doc fix.
16146 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16147 (custom-theme-value, custom-theme-variable-value): Likewise.
16148 (custom-theme-reset-internal): Likewise.
16149 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16150 (custom-enable-theme, custom-disable-theme): New functions.
16151 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16152 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16153 (custom-theme-reset-variables): Simplify.
16154 (deftheme, custom-declare-theme, custom-make-theme-feature):
16155 Definitions moved.
16156
16157 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16158
16159 * longlines.el (longlines-show-region)
16160 (longlines-unshow-hard-newlines): Recognize hard newlines by
16161 non-nil hard property, instead of t.
16162
16163 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16164
16165 * viper-cmd.el (viper--key-maps): New variable.
16166 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16167 emulation-mode-map-alists.
16168 (viper-envelop-ESC-key): Use viper-subseq.
16169 (viper-search-forward/backward/next): Disable debug-on-error.
16170
16171 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16172 (viper-ESC-key): New defcustoms.
16173
16174 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16175
16176 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16177 (viper-subseq): Copy of subseq from cl.el.
16178
16179 * viper.el (viper-go-away, viper-set-hooks): Use
16180 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16181
16182 * viper-mous.el (viper-current-frame-saved): Use defvar.
16183
16184 * viper-init.el: Get rid of -face in face names.
16185
16186 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16187 Make it work with longlines mode
16188
16189 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16190
16191 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16192
16193 * ediff-init.el: Get rid of -face in face names.
16194
16195 2005-07-10 Richard M. Stallman <rms@gnu.org>
16196
16197 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16198 and with-timeout-unsuspend.
16199
16200 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16201 and with-timeout-unsuspend.
16202
16203 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16204 (with-timeout): Bind that variable to record timers.
16205 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16206
16207 * emacs-lisp/debug.el (debug-help-follow): New function.
16208 (debugger-mode-map): Use that instead of help-follow.
16209 (debugger-setup-buffer): Use eval-buffer-list
16210 to handle eval-buffer frames.
16211
16212 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16213
16214 * timezone.el (timezone-parse-date): Change first regexp
16215 so it will not mistakenly match dates with no time zone.
16216
16217 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16218
16219 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16220
16221 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16222
16223 * custom.el (custom-initialize-safe-set)
16224 (custom-initialize-safe-default): New functions.
16225
16226 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16227 and simplify :init-value.
16228
16229 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16230 and simplify :init-value. Delete obsolete comment.
16231
16232 * startup.el (command-line): Use `custom-reevaluate-setting' to
16233 handle `tooltip-mode'. Delete obsolete comment.
16234
16235 * files.el (set-visited-file-name): Avoid calling
16236 `file-name-nondirectory' with a nil argument.
16237
16238 2005-07-09 Richard M. Stallman <rms@gnu.org>
16239
16240 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16241 was called with nil for the buffer, handle the read position right.
16242 Handle read position for eval-region, too.
16243
16244 2005-07-09 Juri Linkov <juri@jurta.org>
16245
16246 * fringe.el (fringe-mode): Add period in docstring.
16247 (fringe-query-style): Build prompt depending on `all-frames' arg.
16248
16249 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16250 to not create links to unrelated functions in the Help buffer.
16251
16252 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16253 Doc fix.
16254
16255 * simple.el (next-error-hook): New variable.
16256 (next-error): Use it. Doc fix.
16257
16258 * textmodes/ispell.el (ispell-command-loop): Add current
16259 dictionary name and program name to mode-line-format.
16260 (ispell-region, ispell-process-line): Add current dictionary name
16261 and program name to messages.
16262
16263 2005-07-08 Jay Belanger <belanger@truman.edu>
16264
16265 * calc/calc.el (calc-embedded-announce-formula-alist)
16266 (calc-embedded-open-close-formula-alist)
16267 (calc-embedded-open-close-word-alist)
16268 (calc-embedded-open-close-plain-alist)
16269 (calc-embedded-open-close-new-formula-alist)
16270 (calc-embedded-open-close-mode-alist)
16271 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16272 (calc-embedded-mode-hook): New variables.
16273
16274 * calc/calc-embed.el (calc-embedded-firsttime)
16275 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16276 New variables.
16277 (calc-do-embedded): Use calc-embedded-firsttime,
16278 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16279 determine whether or not to run hooks.
16280 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16281 calc-embedded-firsttime-formula appropriately.
16282 Set calc-embedded delimiter variables according to mode.
16283
16284 2005-07-08 Richard M. Stallman <rms@gnu.org>
16285
16286 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16287 Check for "emacs", etc., as entire symbol, not just as word.
16288 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16289
16290 * files.el (set-visited-file-name): Report the error
16291 for "empty filename" earlier.
16292 (kill-some-buffers): Ignore buffers already dead.
16293
16294 * fringe.el (fringe-mode): Doc fix.
16295
16296 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16297 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16298 Use unwind-protect to ensure byte-compile-unresolved-functions
16299 is updated.
16300
16301 * whitespace.el (whitespace-buffer-leading-cleanup):
16302 Simplify w/ skip-chars-forward.
16303 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16304
16305 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16306 Unconditionally try to leave point at the same old place.
16307
16308 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16309
16310 * comint.el (comint-postoutput-scroll-to-bottom)
16311 (comint-show-maximum-output): Take scroll-margin into consideration.
16312
16313 2005-07-08 Kim F. Storm <storm@cua.dk>
16314
16315 * ido.el (ido-use-filename-at-point): New choice `guess'.
16316 (ido-file-internal): Try ffap-guesser if selected.
16317
16318 * ido.el (ido-before-fallback-functions): New hook.
16319 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16320 (ido-read-file-name): Run it.
16321
16322 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16323
16324 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16325 strings rather than a list of symbols to the completion function.
16326
16327 2005-07-07 Jay Belanger <belanger@truman.edu>
16328
16329 * calc/calc-units.el (math-apply-units): Change the places in
16330 which units are simplified.
16331
16332 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16333
16334 * cus-edit.el (customize-option, customize-option-other-window):
16335 Make them handle aliases.
16336
16337 * custom.el (custom-variable-p): Make it recursively follow
16338 aliases. Mention that in the docstring.
16339
16340 2005-07-07 Richard M. Stallman <rms@gnu.org>
16341
16342 * cus-start.el (exec-path): Use `directory' instead of `file'.
16343 Fix tag for nil.
16344
16345 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16346
16347 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16348 when called non-interactively. Doc fix.
16349
16350 2005-07-07 Lute Kamstra <lute@gnu.org>
16351
16352 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16353 new address as well.
16354
16355 2005-07-07 Kenichi Handa <handa@m17n.org>
16356
16357 * international/mule.el (make-coding-system):
16358 Describe `ascii-incompatible' property in the docstring.
16359 (set-file-name-coding-system): Signal an error if coding-system is
16360 ascii-incompatible.
16361 (set-keyboard-coding-system): Likewise.
16362
16363 * international/mule-cmds.el (set-default-coding-systems):
16364 Don't set default-file-name-coding-system and
16365 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16366
16367 * international/utf-16.el: Declare that all UTF-16-based coding
16368 systems are ASCII-incompatible.
16369
16370 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16371
16372 * progmodes/gud.el: Require font-lock for displaying errors.
16373 Used by gdb-ui.el.
16374
16375 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16376
16377 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16378 values for the pattern lists which are `read'able but not
16379 `append'able (like symbols).
16380
16381 2005-07-06 Richard M. Stallman <rms@gnu.org>
16382
16383 * progmodes/flymake.el (flymake-float-time): Instead of
16384 with-no-warnings, test for xemacs.
16385 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16386 to avoid warning.
16387
16388 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16389
16390 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16391
16392 2005-07-05 Lute Kamstra <lute@gnu.org>
16393
16394 * battery.el: Add support for Darwin (with much debugging help
16395 from Samuel Lauber <sam124@operamail.com>).
16396 (battery-status-function, battery-echo-area-format)
16397 (battery-mode-line-format): Add support for pmset on Darwin.
16398 (battery-load-low, battery-load-critical): New user options.
16399 (battery-pmset): New function.
16400
16401 2005-07-05 Lute Kamstra <lute@gnu.org>
16402
16403 Update FSF's address in GPL notices.
16404
16405 * textmodes/page-ext.el: Update FSF's address.
16406
16407 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16408
16409 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16410 filling from using prefix when filling a single-line docstring.
16411
16412 * progmodes/flymake.el: Remove useless eval-when-compile.
16413
16414 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16415
16416 2005-07-04 Richard M. Stallman <rms@gnu.org>
16417
16418 * textmodes/org.el (org-file-apps-defaults-gnu):
16419 Rename from org-file-apps-defaults-linux.
16420 (org-default-apps): Don't test system-type for `linux'.
16421 (org-file-apps): Doc fix.
16422
16423 2005-07-04 David Ponce <david@dponce.com>
16424
16425 * tree-widget.el: Improve header Commentary section.
16426 (tree-widget) [defgroup]
16427 (tree-widget-image-enable, tree-widget-themes-directory)
16428 (tree-widget-theme, tree-widget-image-properties-emacs)
16429 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16430 (tree-widget-image-formats, tree-widget-control)
16431 (tree-widget-empty-control, tree-widget-leaf-control
16432 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16433 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16434 (tree-widget-keep, tree-widget-after-toggle-functions)
16435 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16436 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16437 :help-echo message.
16438 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16439 (tree-widget-image-properties): Doc fix. Clearer implementation.
16440 (tree-widget--cursors): New constant.
16441 (tree-widget-lookup-image): New function split from
16442 `tree-widget-find-image'. Clearer implementation.
16443 (tree-widget-find-image): Use it.
16444 (tree-widget-button-keymap): Use `set-keymap-parent'.
16445 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16446 Define the sub-widgets here.
16447 (tree-widget-node): Check that :node is not a tree-widget.
16448 (tree-widget-get-super, tree-widget-open-control)
16449 (tree-widget-close-control, tree-widget-empty-control)
16450 (tree-widget-leaf-control, tree-widget-guide)
16451 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16452 (tree-widget-no-handle, tree-widget-value-delete)
16453 (tree-widget-map): Remove.
16454 (tree-widget-children-value-save): Doc fix. Simplified.
16455 (tree-widget-value-create): Update according to previous changes.
16456
16457 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16458
16459 * textmodes/org.el: Leading space replaced by TABS.
16460 (org-recalc-marks, org-table-rotate-recalc-marks)
16461 (org-table-get-specials): Treat "^" and "_" marks.
16462 (org-table-justify-field-maybe): Optional argument NEW.
16463 (org-table-eval-formula): Parsing of the format simplified.
16464 New modes C,I. Honor the %= parameter in the current table.
16465 Avoid unnecessary re-align by using the NEW argument to
16466 `org-table-justify-field-maybe'.
16467 (org-calc-default-modes): Default for date-format mimicks org-mode.
16468 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16469
16470 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16471
16472 * cus-face.el (custom-theme-set-faces): Make it handle face
16473 aliases whose alias declarations are pre- or autoloaded.
16474
16475 2005-07-04 Juri Linkov <juri@jurta.org>
16476
16477 * faces.el (read-face-name): Put the code for getting a face name
16478 from the buffer before adding the faces from the `face' property.
16479 Use `completing-read-multiple' instead of `completing-read'.
16480 Require `crm'. Add default value and post-process the returned
16481 list of faces.
16482
16483 * emacs-lisp/crm.el (crm-find-current-element)
16484 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16485
16486 * emacs-lisp/lisp-mode.el (eval-defun-1):
16487 * emacs-lisp/edebug.el (edebug-eval-defun):
16488 Remove unnecessary quotes.
16489
16490 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16491
16492 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16493 (prolog-indent-level): Fix typo in docstring.
16494
16495 * info.el (Info-history, Info-history-forward)
16496 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16497
16498 * add-log.el (add-change-log-entry):
16499 * comint.el (comint-dynamic-list-input-ring)
16500 (comint-dynamic-list-completions):
16501 * dabbrev.el (dabbrev-expand):
16502 * delim-col.el (delimit-columns-rectangle-line):
16503 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16504 (diff-unified->context):
16505 * ediff-init.el (ediff-abbrev-jobname):
16506 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16507 (ediff-replace-session-activity-marker-in-meta-buffer):
16508 * info.el (Info-summary):
16509 * lpr.el (printify-region):
16510 * printing.el (pr-create-interface):
16511 * ps-print.el (ps-print-quote):
16512 * ses.el (ses-column-widths, ses-print-cell)
16513 (ses-adjust-print-width, ses-center):
16514 * shell.el (shell-file-name-quote-list):
16515 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16516 (strokes-fill-current-buffer-with-whitespace)
16517 (strokes-xpm-for-stroke, strokes-list-strokes)
16518 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16519 * term.el (term-dynamic-list-input-ring)
16520 (term-dynamic-list-completions):
16521 * calc/calc.el (math-format-stack-value):
16522 * emacs-lisp/edebug.el (edebug-display-freq-count):
16523 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16524 (delphi-new-comment-line):
16525 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16526 * progmodes/executable.el (executable-set-magic):
16527 * progmodes/python.el (inferior-python-mode):
16528 * progmodes/scheme.el (scheme-mode-syntax-table):
16529 * progmodes/sh-script.el (sh-maybe-here-document):
16530 * progmodes/sql.el (sql-copy-column):
16531 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16532 * textmodes/bibtex.el (bibtex-mode):
16533 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16534 (sgml-auto-attributes):
16535 * textmodes/table.el (table-insert, table-shorten-cell)
16536 (table--generate-source-scan-lines, table-delete-row)
16537 (*table--cell-delete-char, table--spacify-frame)
16538 (table--horizontally-shift-above-and-below)
16539 (table--cell-insert-char, table--cell-blank-str)
16540 (table--fill-region-strictly):
16541 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16542 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16543
16544 * add-log.el (change-log):
16545 * apropos.el (apropos):
16546 * comint.el (comint-completion, comint-source):
16547 * dabbrev.el (dabbrev):
16548 * delim-col.el (columns):
16549 * diff-mode.el (diff-mode):
16550 * ediff.el (ediff):
16551 * ediff-diff.el (ediff-diff):
16552 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16553 * ediff-mult.el (ediff-mult):
16554 * ediff-ptch.el (ediff-ptch):
16555 * ediff-wind.el (ediff-window):
16556 * facemenu.el (facemenu):
16557 * indent.el (indent):
16558 * info.el (info):
16559 * jka-cmpr-hook.el (compression, jka-compr):
16560 * lpr.el (lpr):
16561 * outline.el (outlines):
16562 * pcmpl-cvs.el (pcmpl-cvs):
16563 * pcmpl-rpm.el (pcmpl-rpm):
16564 * printing.el (printing):
16565 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16566 (ps-print-vertical, ps-print-headers, ps-print-font)
16567 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16568 (ps-print-background, ps-print-printer, ps-print-page)
16569 (ps-print-miscellany):
16570 * ses.el (ses):
16571 * shell.el (shell, shell-directories, shell-faces):
16572 * startup.el (initialization):
16573 * strokes.el (strokes):
16574 * term.el (term):
16575 * uniquify.el (uniquify):
16576 * w32-vars.el (w32):
16577 * calc/calc.el (calc):
16578 * emacs-lisp/bytecomp.el (bytecomp):
16579 * emacs-lisp/cl-indent.el (lisp-indent):
16580 * emacs-lisp/edebug.el (edebug):
16581 * emacs-lisp/elp.el (elp):
16582 * emacs-lisp/testcover.el (testcover):
16583 * emacs-lisp/trace.el (trace):
16584 * emulation/viper-ex.el (viper-ex):
16585 * emulation/viper-mous.el (viper-mouse):
16586 * mail/mailalias.el (mailalias):
16587 * mail/supercite.el (supercite, supercite-frames)
16588 (supercite-attr, supercite-cite, supercite-hooks):
16589 * net/rcompile.el (remote-compile):
16590 * net/rlogin.el (rlogin):
16591 * obsolete/ooutline.el (outlines):
16592 * progmodes/delphi.el (delphi):
16593 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16594 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16595 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16596 (ebnf-optimization):
16597 * progmodes/etags.el (etags):
16598 * progmodes/executable.el (executable):
16599 * progmodes/idlwave.el (idlwave):
16600 * progmodes/pascal.el (pascal):
16601 * progmodes/prolog.el (prolog):
16602 * progmodes/python.el (python):
16603 * progmodes/scheme.el (scheme):
16604 * progmodes/sh-script.el (sh, sh-script):
16605 * progmodes/sql.el (SQL):
16606 * progmodes/tcl.el (tcl):
16607 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16608 * textmodes/enriched.el (enriched):
16609 * textmodes/makeinfo.el (makeinfo):
16610 * textmodes/sgml-mode.el (sgml):
16611 * textmodes/table.el (table-hooks):
16612 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16613 * textmodes/texinfo.el (texinfo):
16614 * textmodes/two-column.el (two-column):
16615 Finish `defgroup' description with period.
16616
16617 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16618 * eshell/esh-var.el (eshell-var):
16619 * progmodes/vhdl-mode.el (vhdl-testbench):
16620 * textmodes/org.el (org): Fix typos in docstrings.
16621
16622 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16623 consistency.
16624
16625 * progmodes/flymake.el (flymake-find-file): Remove.
16626 (flymake-float-time): Use `with-no-warnings'.
16627 (flymake-check-start-time, flymake-check-was-interrupted)
16628 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16629 (flymake-new-err-info): `defvar' at compile time.
16630
16631 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16632
16633 * replace.el (occur-hook): Doc fix.
16634 (occur-1): Don't call `occur-hook' if there are no matches.
16635
16636 2005-07-03 Richard M. Stallman <rms@gnu.org>
16637
16638 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16639 global-map, save the same map.
16640 (global-map): Don't alter it at top level.
16641 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16642 Then alter it here instead.
16643 (tpu-edt-off): Set global-map to the saved one.
16644
16645 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16646 All references simplified.
16647 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16648 (zmacs-regions): Add defvar.
16649 (repeat-complex-command-map): Everything about that deleted.
16650
16651 * textmodes/artist.el (artist-key-is-drawing)
16652 (artist-key-endpoint1, artist-key-poly-point-list)
16653 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16654 (artist-key-compl-table, artist-rb-save-data)
16655 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16656 Don't put them in eval-when-compile.
16657 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16658
16659 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16660 Use with-no-warnings.
16661
16662 * net/browse-url.el (dos-windows-version): Add defvar.
16663
16664 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16665
16666 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16667 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16668 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16669 Add defvar.
16670 (rmail-summary-beginning-of-message): Use with-no-warnings.
16671 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16672
16673 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16674 Use with-no-warnings.
16675
16676 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16677 (c-mark-function): Add point-moving-unit property.
16678 (vi-goto-line): Use with-no-warnings.
16679
16680 * emulation/edt.el (edt-last-copied-word): Add defvar.
16681 (zmacs-region-stays): Likewise.
16682 (edt-mark-section-wisely): Use c-mark-function for C.
16683 Use makr-defun for Fortran.
16684 (time-string): defvar deleted.
16685 (edt-display-the-time): Don't set time-string.
16686
16687 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16688
16689 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16690 Don't warn when name is not constant
16691 or for defining the group `emacs'.
16692
16693 * tooltip.el (gud-tooltip-mode): Add defvar.
16694
16695 * startup.el (default-frame-background-mode): Add defvar.
16696
16697 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16698
16699 * info.el (tool-bar-map): Add defvar.
16700
16701 * dired.el (dnd-protocol-alist): Add defvar.
16702
16703 * dired-aux.el (dired-query): Display question with answer, when
16704 the user answers.
16705
16706 * custom.el (custom-add-option): Doc fix.
16707
16708 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16709
16710 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16711
16712 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16713 bogus name from the last change.
16714
16715 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16716
16717 * custom.el (custom-declare-variable): Fix typos in comment.
16718 (custom-known-themes): Doc fix.
16719 (custom-theme-directory): New defcustom.
16720 (require-theme): Make it check `custom-theme-directory'.
16721
16722 * cus-theme.el (custom-new-theme-mode): New function.
16723 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16724 (custom-theme-description): Add compiler defvars.
16725 (customize-create-theme): Add doc to the "*New Custom Theme*"
16726 buffer. Use `custom-new-theme-mode'.
16727 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16728 and save it to the `custom-theme-directory'. Make this the
16729 default directory of the buffer.
16730
16731 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16732
16733 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16734 Fix unbalanced parentheses.
16735
16736 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16737
16738 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16739 into flymake-mode and delegate to flymake-mode.
16740
16741 * find-file.el (ff-which-function-are-we-in): Clean up.
16742
16743 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16744
16745 * replace.el (occur-rename-buffer): Fix docstring.
16746
16747 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16748 (edt-last-copied-word, edt-learn-macro-count)
16749 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16750 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16751 (time-string, zmacs-region-stays):
16752 * emulation/edt-mapper.el (edt-save-function-key-map)
16753 (EDT-key-name): `defvar' to silence the byte-compiler.
16754
16755 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16756
16757 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16758 font-lock-regexp-backslash. Doc fix.
16759 (font-lock-regexp-backslash-grouping-construct): Rename from
16760 font-lock-regexp-backslash-construct. Doc fix.
16761 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16762 grouping constructs.
16763
16764 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16765
16766 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16767 updating all the prerequisites.
16768
16769 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16770
16771 * textmodes/org.el (org-agenda-start-on-weekday)
16772 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16773 (org-agenda-use-time-grid, org-archive-location)
16774 (org-allow-space-in-links, org-usenet-links-prefer-google)
16775 (org-enable-table-editor, org-export-default-language)
16776 (org-export-html-show-new-buffer, org-fill-paragraph)
16777 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16778 (org-goto-quit, org-occur, org-eval-in-calendar)
16779 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16780 (org-agenda-diary-entry, org-remember-help)
16781 (org-table-convert-region, org-at-table-p)
16782 (org-table-move-row-down, org-table-move-row-up)
16783 (org-table-copy-region, org-table-toggle-vline-visibility)
16784 (org-table-get-stored-formulas, org-table-get-specials)
16785 (org-recalc-commands, org-table-eval-formula)
16786 (org-table-formula-substitute-names, orgtbl-make-binding)
16787 (org-format-org-table-html, org-format-table-table-html)
16788 (org-format-table-table-html-using-table-generate-source)
16789 (org-customize): Fix typos in docstrings.
16790 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16791 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16792 (org-back-to-heading): Doc fixes.
16793 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16794 (org-agenda-change-all-lines, org-get-header):
16795 Improve argument/docstring consistency.
16796 (orgtbl-error): Fix error message.
16797
16798 * progmodes/flymake.el (flymake-find-possible-master-files)
16799 (flymake-master-file-compare, flymake-get-line-err-count)
16800 (flymake-highlight-line, flymake-gui-warnings-enabled):
16801 Fix typos in docstrings.
16802 (flymake-parse-line, flymake-get-project-include-dirs-function)
16803 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16804 Doc fixes.
16805 (flymake-get-project-include-dirs-function)
16806 (flymake-make-err-menu-data):
16807 Improve argument/docstring consistency.
16808
16809 2005-07-01 Lute Kamstra <lute@gnu.org>
16810
16811 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16812 Catch errors with ignore-errors. Use temporary buffer.
16813 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16814
16815 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16816 background color faces.
16817 (facemenu-set-foreground, facemenu-set-background):
16818 Use facemenu-set-face-from-menu.
16819 (facemenu-set-face-from-menu): Treat face names that start with
16820 "fg:" or "bg:" as special.
16821 (facemenu-add-new-color): Don't create faces. Simplify.
16822
16823 2005-06-30 Richard M. Stallman <rms@gnu.org>
16824
16825 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16826 (crm-find-current-element): Likewise.
16827
16828 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16829
16830 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16831
16832 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16833
16834 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16835 (archive-mouse-extract): Make it an obsolete alias.
16836 (archive-mode-map): Don't use archive-mouse-extract any more.
16837 (archive-mode, archive-extract): write-contents-hooks ->
16838 write-contents-functions.
16839 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16840 first arg.
16841 (archive-rename-entry): Update the call.
16842 (archive-zip-summarize): Remove unused var `method'.
16843 (archive-lzh-summarize): Remove unused var `creator'.
16844
16845 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16846 dedicated frame upon exit.
16847
16848 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16849 (archive-zip-extract, archive-zip-expunge)
16850 (archive-zip-update, archive-zip-update-case): Use executable-find.
16851 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16852 Use restore-buffer-modified-p.
16853 (archive-extract, archive-add-new-member, archive-write-file-member):
16854 Use with-current-buffer.
16855 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16856
16857 2005-06-30 Andreas Schwab <schwab@suse.de>
16858
16859 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16860
16861 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16862
16863 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16864
16865 2005-06-30 Juri Linkov <juri@jurta.org>
16866
16867 * faces.el (vertical-border): Inherit from mode-line-inactive
16868 only on tty.
16869
16870 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16871
16872 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16873 example, -NLINES in the `occur' docstring).
16874
16875 * replace.el (occur-1): When no matches are found, do not set the
16876 `buffer-read-only' and modified flags for the occur buffer,
16877 because it is deleted.
16878
16879 * emulation/cua-base.el (cua-check-pending-input)
16880 (cua-repeat-replace-region, cua-mode, cua-debug)
16881 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16882 Fix typos in docstrings.
16883
16884 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16885 (cua-cut-region-to-global-mark)
16886 (cua--cut-rectangle-to-global-mark):
16887 Remove period from end of messages.
16888
16889 * emulation/cua-rect.el (cua-do-rectangle-padding):
16890 Remove period from end of messages.
16891 (cua--rectangle-seq-format): Fix typo in docstring.
16892 (cua-sequence-rectangle, cua-fill-char-rectangle):
16893 Improve argument/docstring consistency.
16894
16895 2005-06-29 Juri Linkov <juri@jurta.org>
16896
16897 * faces.el (default-frame-background-mode): New internal variable.
16898 (frame-set-background-mode): Use it.
16899
16900 * startup.el (normal-top-level): Set default-frame-background-mode
16901 instead of frame-background-mode. Before setting it, test for its
16902 nil value. Remove tests for frame-background-mode and frame
16903 parameter `reverse'. Add test for "unspecified-fg".
16904
16905 * term/xterm.el (xterm-rxvt-set-background-mode):
16906 * term/rxvt.el (rxvt-set-background-mode):
16907 Set default-frame-background-mode instead of frame-background-mode.
16908
16909 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16910
16911 * simple.el (set-variable): Warn about obsolete user variables.
16912
16913 * imenu.el (imenu--completion-buffer):
16914 * mouse.el (mouse-buffer-menu-alist):
16915 * msb.el (msb-invisible-buffer-p):
16916 * calendar/diary-lib.el (diary-header-line-format):
16917 * emacs-lisp/pp.el (pp-buffer):
16918 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16919 * textmodes/picture.el (picture-replace-match):
16920 Change space constants followed by a sexp to "?\s ".
16921
16922 * play/decipher.el (decipher-loop-with-breaks):
16923 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16924 constants "protected" from end of line by a comment to "?\s".
16925
16926 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16927
16928 * font-lock.el (save-buffer-state): Use `declare'.
16929
16930 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16931 reset the syntax-table to cperl-mode-syntax-table.
16932 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16933 "foo_print_bar" is not matched as a reserved keyword.
16934
16935 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16936
16937 * textmodes/org.el (orgtbl-setup): New function, for delayed
16938 setup for the orgtbl commands.
16939 (org-calc-default-modes): New option.
16940 (orgtbl-make-binding): Use `defun' to get better help display.
16941 (org-diary): Call `org-compile-prefix-format'.
16942 (org-table-formula-substitute-names): New function.
16943 (org-agenda-day-view, org-agenda-week-view): New commands.
16944 (org-agenda-toggle-week-view): Command removed.
16945 (org-tbl-menu): Split off from org-org-menu.
16946 (org-mode): Move removal of outline-mode menus to here.
16947 (org-table-formula-debug): New option.
16948 (org-table-insert-row): Keep first field if just "#" or "*".
16949 (org-mode): Paragraph regexps fixed.
16950 (org-table-recalculate-regexp): New constant.
16951 (org-table-justify-field-maybe): Avoid replace if not necessary.
16952 (org-copy-special, org-cut-special): Use `call-interactively'.
16953 (org-table-copy-region): Take region from `interactive' call.
16954 (org-trim): Return string even if no match.
16955 (org-formula): New face.
16956 (org-set-font-lock-defaults): No longer highlight "FIXME".
16957 But highlight formula-related fields in table.
16958 (org-table-p): Use regexp, not fontification.
16959 (org-table-align): Handle white space at end of line.
16960 (org-table-formula-evaluate-inline): New option.
16961 (org-mode): Auto-wrapping in comment lines turned off.
16962 (org-table-copy-down): Evaluate only in copied field, not in
16963 destination.
16964 (org-table-current-formula): Variable removed.
16965 (org-table-store-formulas, org-table-get-stored-formulas)
16966 (org-table-modify-formulas, org-table-replace-in-formulas)
16967 (org-table-maybe-eval-formula): New functions.
16968 (org-table-get-formula): Modify to use stored formulas.
16969 (org-table-insert-column, org-table-delete-column)
16970 (org-table-move-column): Call `org-table-modify-formulas'.
16971 (org-complete): Add completion for keyword formulas.
16972 (orgtbl-mode): Pull orgtbl-mode-map to start of
16973 minor-mode-map-alist.
16974
16975 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16976
16977 * progmodes/python.el (python-check): Require `compile' before
16978 modifying its variables.
16979
16980 * newcomment.el (comment-indent-default): Don't get fooled by an early
16981 end of buffer.
16982
16983 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16984
16985 * ps-print.el (ps-print-version): Fix version number.
16986
16987 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16988
16989 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16990
16991 2005-06-28 Richard M. Stallman <rms@gnu.org>
16992
16993 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16994 (flyspell-local-mouse-map): Declaration deleted.
16995 (flyspell-mouse-map): Bind only mouse-2.
16996 (flyspell-mode-map): Don't test flyspell-use-local-map.
16997 (flyspell-overlay-keymap-property-name): Var deleted.
16998 (flyspell-mode-on): Don't make local bindings for
16999 flyspell-mouse-map and flyspell-mode-map.
17000 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17001
17002 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17003
17004 * progmodes/compile.el (compilation-next-error-function):
17005 Don't switch buffers; operate on the current buffer.
17006
17007 * progmodes/compile.el (compilation-error-file-name)
17008 (compilation-warning-file-name, compilation-info-file-name)
17009 (compilation-line-number, compilation-column-number): New faces.
17010 (compilation-error-face, compilation-warning-face)
17011 (compilation-info-face, compilation-line-face)
17012 (compilation-column-face): Use them.
17013
17014 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17015
17016 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17017
17018 * bindings.el (global-map): Bind insertchar and its variants.
17019
17020 2005-06-27 Richard M. Stallman <rms@gnu.org>
17021
17022 * textmodes/artist.el (artist-text-overwrite)
17023 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17024
17025 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17026
17027 * ps-print.el: It was not working the page selection for printing.
17028 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17029 (ps-print-version): New version 6.6.7.
17030 (ps-end-sheet): New fun.
17031 (ps-header-sheet, ps-end-job): Call it.
17032
17033 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17034
17035 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17036
17037 2005-06-27 Lute Kamstra <lute@gnu.org>
17038
17039 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17040 background color faces.
17041 (facemenu-get-face): Delete function.
17042 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17043 (facemenu-add-new-color): Make second argument mandatory.
17044 Create the appropriate face and return it. Simplify.
17045 (facemenu-set-foreground, facemenu-set-background): Don't check if
17046 color is defined. Use return value of facemenu-add-new-color.
17047
17048 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17049
17050 * progmodes/gud.el (gud-filter): Add missing argument to
17051 with-selected-window.
17052
17053 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17054
17055 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17056 a :require to the defcustom.
17057
17058 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17059 defcustoms corresponding to minor modes.
17060
17061 2005-06-26 David Ponce <david@dponce.com>
17062
17063 * recentf.el: Require tree-widget instead of wid-edit.
17064 (recentf-filename-handler): Fix widget :type.
17065 (recentf-cancel-dialog, recentf-open-more-files)
17066 (recentf-open-files-action): Doc fix.
17067 (recentf-dialog-goto-first): New function.
17068 (recentf-dialog-mode-map): Set parent keymap first.
17069 (recentf-dialog-mode): Define with define-derived-mode.
17070 Don't display continuation lines in dialogs.
17071 (recentf-edit-list): Rename from recentf-edit-selected-items.
17072 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17073 Simplify.
17074 (recentf-edit-list-validate): New function.
17075 (recentf-edit-list): Update accordingly.
17076 (recentf-open-files-item-shift): Remove.
17077 (recentf-open-files-item): Convert menu elements into tree and
17078 link widgets. Don't create the widgets.
17079 (recentf-open-files): Update accordingly.
17080 (recentf-save-list): Untabify.
17081
17082 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17083
17084 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17085 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17086 partially contained in the active region. Do not take active
17087 region into account when called from Lisp, unless INTERACTIVE arg
17088 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17089 avoid trouble with fields. Make marker point nowhere when no
17090 longer used. Always return nil. Doc fix.
17091 (flush-lines): Add INTERACTIVE arg. Do not take active region
17092 into account when called from Lisp, unless INTERACTIVE arg is
17093 non-nil. Use `forward-line' instead of `beginning-of-line' to
17094 avoid trouble with fields. Make marker point nowhere when no
17095 longer used. Always return nil. Doc fix.
17096 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17097 interchangeable. Do not take active region into account when
17098 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17099 message in echo area when called from Lisp, unless INTERACTIVE arg
17100 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17101 Return the number of matches. Doc fix.
17102 (occur): Doc fix.
17103 (perform-replace): Make comment follow double space convention for
17104 the sake of `outline-minor-mode'.
17105
17106 * faces.el (facep): Doc fix.
17107
17108 2005-06-25 Richard M. Stallman <rms@gnu.org>
17109
17110 * facemenu.el (facemenu-enable-faces-p): New function.
17111 (facemenu-background-menu, facemenu-foreground-menu)
17112 (facemenu-face-menu): Add menu-enable property.
17113
17114 * jka-compr.el (jka-compr-insert-file-contents):
17115 Special handling if cannot find the uncompression program.
17116
17117 * cus-face.el (custom-face-attributes): Add autoload.
17118
17119 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17120 Bind comment-indent-function locally.
17121
17122 * window.el (save-selected-window): Use save-current-buffer.
17123
17124 * subr.el (with-selected-window): Use save-current-buffer.
17125
17126 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17127 and with-current-buffer.
17128
17129 2005-06-24 Richard M. Stallman <rms@gnu.org>
17130
17131 * simple.el (line-move-1): Fix previous change.
17132
17133 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17134
17135 * replace.el (occur-1): Set `buffer-read-only' and the
17136 buffer-modified flag before running `occur-hook' to protect
17137 against unintentional buffer switches that can lead to data loss.
17138
17139 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17140
17141 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17142 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17143 initial error.
17144
17145 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17146 after fresh input.
17147 (gdb-var-create-handler): Put name of expression in quotes.
17148
17149 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17150
17151 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17152 elements of RING in order, and without bogus nil elements.
17153
17154 2005-06-23 Richard M. Stallman <rms@gnu.org>
17155
17156 * simple.el (set-variable): Args renamed; doc fix.
17157 (line-move-1): When there are overlays around, use vertical-motion.
17158
17159 * faces.el (escape-glyph): Use brown against light background.
17160 (nobreak-space): Rename from no-break-space.
17161 Fix previous change.
17162
17163 * dired-aux.el (dired-do-copy): Fix arg prompt.
17164
17165 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17166
17167 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17168
17169 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17170 rather than "Distributor".
17171
17172 2005-06-23 Lute Kamstra <lute@gnu.org>
17173
17174 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17175 (debug-on-entry): Use it. New interactive declaration that uses
17176 function-called-at-point.
17177
17178 2005-06-23 Kim F. Storm <storm@cua.dk>
17179
17180 * subr.el (save-match-data): Add comment about using evaporate arg
17181 to set-match-data.
17182
17183 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17184
17185 * cus-edit.el (customize-face)
17186 (customize-face-other-window): Handle face aliases.
17187
17188 * faces.el (face-documentation, set-face-attribute)
17189 (face-spec-set): Handle face aliases.
17190
17191 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17192
17193 * help-mode.el (help-make-xrefs): If a symbol representing a face
17194 name is not followed by the word "face", it could still be a
17195 function or variable name, so don't bypass other checks.
17196
17197 2005-06-22 Juri Linkov <juri@jurta.org>
17198
17199 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17200 Replace aliased functions with calls where second arg `inherit' is t.
17201
17202 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17203
17204 * progmodes/gdb-ui.el (gdb-error): New variable.
17205 (gdb-error): New function.
17206 (gdb-annotation-rules): Act on error-begin and error annotations.
17207 (gdb-concat-output): Use font-lock-warning-face for errors.
17208
17209 2005-06-22 Miles Bader <miles@gnu.org>
17210
17211 * bindings.el (propertized-buffer-identification): Use renamed
17212 `Buffer-menu-buffer' face.
17213
17214 * faces.el (vertical-border): Rename from `vertical-divider'.
17215 (escape-glyph): Change dark-background color back to `cyan'.
17216
17217 2005-06-21 Juri Linkov <juri@jurta.org>
17218
17219 * faces.el (face-user-default-spec): Try getting `customized-face'
17220 prior to `saved-face'.
17221 (frame-background-mode): Refill docstring.
17222
17223 * emacs-lisp/lisp-mode.el (eval-defun-1):
17224 * emacs-lisp/edebug.el (edebug-eval-defun):
17225 Set `saved-face' temporarily to nil before calling form.
17226 Set `customized-face' to the new spec after that.
17227
17228 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17229
17230 * subr.el (1value, lambda, key-substitution-in-progress):
17231 Doc fixes.
17232
17233 * autoinsert.el (auto-insert-alist):
17234 * ses.el (ses-call-printer):
17235 * subr.el (noreturn):
17236 * emacs-lisp/lisp.el (check-parens):
17237 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17238 * net/browse-url.el (browse-url-mosaic):
17239 * progmodes/cc-defs.el (c-safe-scan-lists):
17240 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17241 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17242 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17243 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17244 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17245 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17246
17247 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17248
17249 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17250
17251 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17252
17253 * calendar/appt.el (appt-make-list): Activate the package, if
17254 not already active (for backwards compatibility).
17255
17256 2005-06-20 Kim F. Storm <storm@cua.dk>
17257
17258 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17259
17260 2005-06-20 Miles Bader <miles@gnu.org>
17261
17262 * faces.el (vertical-divider): New face.
17263
17264 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17265
17266 * simple.el (kill-whole-line): Doc fix.
17267 (next-error-buffer-p, next-error-find-buffer)
17268 (clone-indirect-buffer): Fix typos in docstrings.
17269 (comment-line-break-function): Doc fix: don't say variable
17270 is automatically buffer-local (it isn't).
17271
17272 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17273
17274 * net/tramp-ftp.el (top):
17275 * net/tramp-smb.el (top):
17276 * net/tramp-util.el (top):
17277 * net/tramp-uu.el (top):
17278 * net/tramp-vc.el (top):
17279 * net/tramp.el (top): Revert copyright years back to original
17280 ones. Tramp has a life outside GNU Emacs.
17281
17282 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17283
17284 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17285
17286 2005-06-18 Juri Linkov <juri@jurta.org>
17287
17288 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17289 end of first regexp to limit the match to the position between
17290 line number and source line with same separator character as used
17291 between file name and line number. In the second regexp limit
17292 mouse-face area to file name and line number by adding new group
17293 for them and referring it in HYPERLINK arg.
17294 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17295 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17296 previous line where grep markers may be already removed.
17297
17298 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17299
17300 * progmodes/ps-mode.el: Update version and maintainer's email address.
17301
17302 2005-06-18 Steve Youngs <steve@xemacs.org>
17303
17304 * net/browse-url.el (browse-url-browser-function)
17305 (browse-url-default-browser): Add firefox.
17306 (browse-url-firefox-program, browse-url-firefox-arguments)
17307 (browse-url-firefox-startup-arguments)
17308 (browse-url-firefox-new-window-is-tab): New defcustoms.
17309 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17310
17311 2005-06-17 Richard M. Stallman <rms@gnu.org>
17312
17313 * startup.el (command-line): Warn if specified user name has
17314 no home directory.
17315
17316 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17317 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17318
17319 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17320 Doc fixes.
17321
17322 * faces.el (underline): Try bold if terminal doesn't support underline.
17323
17324 * mail/sendmail.el (mail-setup-with-from): New variable.
17325 (mail-insert-from-field): New function.
17326 (sendmail-send-it): Call it.
17327 (mail-setup): Optionally call it here.
17328
17329 * term/linux.el: Call tty-no-underline.
17330
17331 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17332
17333 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17334
17335 2005-06-17 Miles Bader <miles@gnu.org>
17336
17337 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17338 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17339 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17340 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17341 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17342 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17343 Remove "-face" suffix from face names.
17344 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17345 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17346 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17347 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17348 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17349 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17350 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17351 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17352 New backward-compatibility aliases for renamed faces.
17353 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17354 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17355 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17356 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17357 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17358 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17359 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17360 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17361 Use renamed ediff faces.
17362
17363 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17364 Remove "-face" suffix from face names.
17365 (eshell-test-ok-face, eshell-test-failed-face):
17366 New backward-compatibility aliases for renamed faces.
17367 (eshell-run-test): Use renamed eshell-test faces.
17368
17369 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17370 face name.
17371 (eshell-prompt-face): New backward-compatibility alias for renamed
17372 face.
17373 (eshell-emit-prompt): Use renamed eshell-prompt face.
17374
17375 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17376 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17377 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17378 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17379 Remove "-face" suffix from face names.
17380 (eshell-ls-directory-face, eshell-ls-symlink-face)
17381 (eshell-ls-executable-face, eshell-ls-readonly-face)
17382 (eshell-ls-unreadable-face, eshell-ls-special-face)
17383 (eshell-ls-missing-face, eshell-ls-archive-face)
17384 (eshell-ls-backup-face, eshell-ls-product-face)
17385 (eshell-ls-clutter-face):
17386 New backward-compatibility aliases for renamed faces.
17387 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17388
17389 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17390 Remove "-face" suffix from face name.
17391 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17392 instead of literal face.
17393
17394 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17395
17396 * emacs-lisp/warnings.el (display-warning, lwarn)
17397 (warning-minimum-log-level): Doc fixes.
17398 (warning-minimum-level, warning-minimum-log-level):
17399 Add :debug to :type choices.
17400
17401 * progmodes/ada-mode.el (ada-format-paramlist)
17402 (ada-get-indent-case, ada-check-matching-start)
17403 (ada-check-defun-name, ada-goto-matching-decl-start)
17404 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17405 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17406 (ada-make-subprogram-body): Follow error conventions.
17407 (ada-case-exception-file, ada-indent-comment-as-code)
17408 (ada-indent-handle-comment-special, ada-indent-renames)
17409 (ada-indent-return, ada-search-directories-internal)
17410 (ada-tab-policy, ada-case-exception-substring)
17411 (ada-other-file-alist, ada-matching-start-re)
17412 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17413 (ada-imenu-generic-expression, ada-compile-goto-error)
17414 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17415 (ada-popup-menu, ada-add-extensions, ada-mode)
17416 (ada-region-selected, ada-create-case-exception)
17417 (ada-create-case-exception-substring, ada-after-keyword-p)
17418 (ada-activate-keys-for-case, ada-adjust-case-region)
17419 (ada-adjust-case-buffer, ada-format-paramlist)
17420 (ada-scan-paramlist, ada-insert-paramlist)
17421 (ada-indent-newline-indent)
17422 (ada-indent-newline-indent-conditional)
17423 (ada-justified-indent-current, ada-goto-previous-word)
17424 (ada-indent-current, ada-get-indent-open-paren)
17425 (ada-get-indent-paramlist, ada-get-indent-end)
17426 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17427 (ada-get-indent-block-start, ada-get-indent-subprog)
17428 (ada-get-indent-noindent, ada-get-indent-label)
17429 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17430 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17431 (ada-goto-stmt-end, ada-goto-next-word)
17432 (ada-check-matching-start, ada-check-defun-name)
17433 (ada-goto-matching-decl-start, ada-goto-matching-start)
17434 (ada-goto-matching-end, ada-search-ignore-string-comment)
17435 (ada-in-decl-p, ada-looking-at-semi-or)
17436 (ada-looking-at-semi-private, ada-in-paramlist-p)
17437 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17438 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17439 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17440 (ada-previous-package, ada-create-menu)
17441 (ada-fill-comment-paragraph-justify)
17442 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17443 (ada-other-file-name, ada-last-which-function-line)
17444 (ada-last-which-function-subprog, ada-which-function)
17445 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17446 (ada-gen-treat-proc, ada-check-emacs-version)
17447 (ada-continuation-indent, ada-align-region-separate):
17448 Fix typos in docstrings.
17449 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17450
17451 2005-06-16 Lute Kamstra <lute@gnu.org>
17452
17453 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17454 conditionally.
17455
17456 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17457
17458 * comint.el (comint-replace-by-expanded-filename)
17459 (comint-prompt-regexp, comint-delimiter-argument-list)
17460 (comint-preinput-scroll-to-bottom):
17461 * info.el (Info-hide-cookies-node):
17462 * ls-lisp.el (ls-lisp-classify):
17463 * find-file.el (ff-search-directories, ff-special-constructs)
17464 (ff-find-other-file):
17465 * font-lock.el (font-lock-keywords):
17466 * shell.el (shell-prompt-pattern)
17467 (shell-dynamic-complete-functions, shell-mode)
17468 (shell-delimiter-argument-list):
17469 * term.el (term-replace-by-expanded-filename)
17470 (term-prompt-regexp, term-delimiter-argument-list):
17471 * woman.el (woman-ignore, woman0-if):
17472 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17473 * emacs-lisp/elint.el (elint-init-env):
17474 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17475 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17476 * language/ethio-util.el (ethio-tilde-escape)
17477 (ethio-use-three-dot-question):
17478 * net/zone-mode.el (zone-mode-load-time-setup):
17479 * progmodes/cc-align.el (c-lineup-argcont):
17480 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17481 * progmodes/cperl-mode.el (cperl-set-style-back):
17482 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17483 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17484 Fix spellings in docstrings.
17485
17486 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17487 * progmodes/modula2.el (m2-for): Fix spellings.
17488
17489 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17490
17491 * simple.el (undo-more): Don't use `format' on `error' arguments.
17492 Improve argument/docstring consistency.
17493 (pending-undo-list): Doc fix.
17494
17495 * smerge-mode.el (smerge-ensure-match):
17496 * emulation/vip.el (vip-ex):
17497 * net/zone-mode.el (zone-mode-update-serial):
17498 * progmodes/idlwave.el (idlwave-complete):
17499 * progmodes/vhdl-mode.el (vhdl-visit-file)
17500 (vhdl-compose-wire-components):
17501 Don't use `format' on `error' arguments.
17502
17503 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17504 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17505 (tooltip-help-tips): Fix typos in docstrings.
17506
17507 2005-06-16 David Ponce <david@dponce.com>
17508
17509 * tree-widget.el (tree-widget-value-create): Simplify last change.
17510
17511 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17512
17513 * ido.el (ido-incomplete-regexp): New variable.
17514 (ido-set-matches-1): Handle invalid-regexp error and set
17515 ido-incomplete-regexp.
17516 (ido-incomplete-regexp): New face.
17517 (ido-completions): Use it.
17518 (ido-complete, ido-exit-minibuffer, ido-completions):
17519 Handle incomplete regexps.
17520 (ido-completions): Add check for complete match when entering a regexp.
17521
17522 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17523
17524 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17525
17526 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17527
17528 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17529 by field delimiters.
17530
17531 2005-06-15 David Ponce <david@dponce.com>
17532
17533 * tree-widget.el: eval-and-compile inlined functions so they will
17534 be available at run-time too.
17535 (tree-widget-super-format-handler)
17536 (tree-widget-format-handler): Remove.
17537 (tree-widget-value-create): Handle the :indent property.
17538
17539 2005-06-15 Miles Bader <miles@gnu.org>
17540
17541 * progmodes/which-func.el (which-func): Only inherit
17542 `font-lock-function-name-face' when that makes sense against the
17543 default mode-line face, otherwise set the face color explicitly.
17544
17545 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17546 faces instead of (non-existent) variables.
17547
17548 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17549
17550 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17551 (iswitchb-get-matched-buffers): Likewise. Simplify.
17552
17553 2005-06-14 Miles Bader <miles@gnu.org>
17554
17555 * progmodes/ld-script.el (ld-script-location-counter):
17556 Remove "-face" suffix from face name.
17557 (ld-script-location-counter-face):
17558 New backward-compatibility alias for renamed face.
17559 (ld-script-location-counter-face): Use renamed face.
17560
17561 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17562 (cperl-hash): Remove "-face" suffix from face names.
17563 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17564 New backward-compatibility aliases for renamed faces.
17565 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17566 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17567
17568 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17569 name.
17570 (which-func-face): New backward-compatibility alias for renamed face.
17571 (which-func-format): Use renamed which-func face.
17572
17573 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17574 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17575 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17576 names.
17577 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17578 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17579 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17580 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17581 (vhdl-speedbar-architecture-selected)
17582 (vhdl-speedbar-configuration-selected)
17583 (vhdl-speedbar-package-selected)
17584 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17585 names.
17586 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17587 Use renamed faces.
17588 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17589 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17590 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17591 Use renamed faces.
17592 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17593 names.
17594 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17595 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17596 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17597 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17598 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17599 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17600
17601 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17602 face name.
17603 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17604 (sh-heredoc-face): Use renamed sh-heredoc face.
17605
17606 * progmodes/idlw-help.el (idlwave-help-link):
17607 Remove "-face" suffix from face name.
17608 (idlwave-help-link-face):
17609 New backward-compatibility alias for renamed face.
17610 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17611
17612 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17613 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17614 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17615 New backward-compatibility aliases for renamed faces.
17616 (idlwave-shell-disabled-breakpoint-face)
17617 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17618
17619 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17620 Remove "-face" suffix from face names.
17621 (flymake-errline-face, flymake-warnline-face):
17622 New backward-compatibility aliases for renamed faces.
17623 (flymake-highlight-line): Use renamed flymake faces.
17624
17625 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17626 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17627 (ebrowse-member-class, ebrowse-progress):
17628 Remove "-face" suffix from face names.
17629 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17630 (ebrowse-file-name-face, ebrowse-default-face)
17631 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17632 (ebrowse-progress-face):
17633 New backward-compatibility aliases for renamed faces.
17634 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17635 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17636 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17637 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17638
17639 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17640 antlr-syntax)
17641 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17642 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17643 names.
17644 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17645 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17646 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17647 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17648 backward-compatibility aliases for renamed faces.
17649 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17650 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17651 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17652 remove "font-lock-". Use renamed antlr-mode faces.
17653 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17654 literal face-names with face variable references.
17655
17656 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17657 face name.
17658 (Buffer-menu-buffer-face): New backward-compatibility alias for
17659 renamed face.
17660 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17661
17662 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17663
17664 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17665 Eliminate "-face" suffix.
17666 (makefile-targets): Inherit from font-lock-function-name-face and
17667 eliminate "-face" suffix.
17668 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17669 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17670 actions, instead of prepending, to make it less visible.
17671 (makefile-previous-dependency, makefile-match-dependency):
17672 Don't match a target on a continuation line.
17673
17674 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17675
17676 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17677
17678 * progmodes/gdb-ui.el (menu): Re-order menu items.
17679 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17680
17681 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17682 Define in tooltip.el.
17683 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17684 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17685 gud-tooltip-echo-area.
17686
17687 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17688 backward compatibility and make obsolete.
17689 (tooltip-help-tips): Use tooltip-use-echo-area.
17690 (tooltip-show-help-function): Rename to...
17691 (tooltip-show-help): ...this, because it is a function.
17692 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17693
17694 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17695
17696 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17697 (edebug-print-length, edebug-print-level, edebug-print-circle)
17698 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17699 (edebug-eval-print-last-sexp): Doc fixes.
17700
17701 2005-06-14 Kim F. Storm <storm@cua.dk>
17702
17703 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17704 as the coverage buffer/file/both may change.
17705
17706 2005-06-14 Lute Kamstra <lute@gnu.org>
17707
17708 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17709 and run-mode-hooks. Simplify.
17710
17711 * mail/rmailedit.el (rmail-edit-mode):
17712 * progmodes/octave-inf.el (inferior-octave-mode):
17713 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17714
17715 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17716 and run-mode-hooks.
17717 (recentf-edit-list, recentf-open-files): Don't call
17718 kill-all-local-variables directly.
17719
17720 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17721
17722 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17723
17724 * emacs-lisp/byte-run.el (make-obsolete)
17725 (define-obsolete-function-alias): Rename arguments FUNCTION and
17726 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17727 (make-obsolete-variable, define-obsolete-variable-alias):
17728 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17729 respectively.
17730
17731 * isearchb.el (isearchb-activate):
17732 * pcvs.el (cvs-mode):
17733 * ses.el (ses-load):
17734 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17735 * net/tramp.el (tramp-find-file-exists-command)
17736 (tramp-find-shell):
17737 * progmodes/ada-mode.el (ada-create-case-exception)
17738 (ada-create-case-exception-substring, ada-make-subprogram-body):
17739 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17740 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17741 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17742 * textmodes/org.el (org-promote, org-evaluate-time-range)
17743 (org-agenda-next-date-line, org-agenda-previous-date-line)
17744 (org-agenda-error, org-open-at-point, org-table-move-row)
17745 (org-format-table-table-html-using-table-generate-source)
17746 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17747 * textmodes/reftex.el (reftex-access-scan-info):
17748 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17749 (reftex-toc-promote-prepare): Follow error conventions.
17750
17751 * diff-mode.el (diff-mode): Fix typo in docstring.
17752
17753 * forms.el (forms--intuit-from-file): Fix reference to
17754 `forms-number-of-fields' in error message.
17755 (forms-print): Fix quoting in error message.
17756
17757 * forms.el (forms-mode):
17758 * emulation/vi.el (vi-goto-insert-state):
17759 * progmodes/flymake.el (flymake-new-err-info)
17760 (flymake-start-syntax-check-for-current-buffer)
17761 (flymake-simple-cleanup):
17762 * eshell/esh-var.el (eshell/export):
17763 * progmodes/gud.el (xdb):
17764 * textmodes/flyspell.el (flyspell-incorrect-hook)
17765 (flyspell-maybe-correct-transposition)
17766 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17767
17768 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17769
17770 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17771 minibuffer prompt.
17772
17773 2005-06-13 Kim F. Storm <storm@cua.dk>
17774
17775 * subr.el (add-to-ordered-list): New defun.
17776
17777 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17778 add cua--keymap-alist to emulation-mode-map-alists.
17779
17780 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17781
17782 * subr.el (complete-in-turn): New macro.
17783 (dynamic-completion-table, lazy-completion-table): Add debug info.
17784
17785 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17786 in preference to face aliases.
17787
17788 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17789 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17790 Remove unused vars `start' and `firstline'.
17791 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17792 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17793
17794 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17795
17796 * cus-start.el (all): Don't complain about missing GTK-related
17797 variables, unless either `gtk' is boundp or this isn't a
17798 `windows-nt' build.
17799
17800 2005-06-13 Lute Kamstra <lute@gnu.org>
17801
17802 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17803 run-mode-hooks.
17804
17805 * ediff-mult.el (ediff-meta-mode):
17806 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17807
17808 * ledit.el (ledit-mode): Use delay-mode-hooks.
17809
17810 * woman.el (woman-mode-line-format): Delete constant.
17811 (woman-mode-map): Initialize it properly.
17812 (woman-mode): Set mode-class property to special.
17813 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17814 Set major-mode and mode-name. Don't set mode-line-format directly.
17815 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17816
17817 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17818 string argument obsolete.
17819
17820 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17821
17822 * textmodes/org.el (org-CUA-compatible): New option.
17823 (org-disputed-keys): New variable.
17824 (org-key): New function.
17825 (orgtbl-make-binding): Add docstring to the created function.
17826 (org-mode): Set paragraph start/separate regexps.
17827 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17828 (org-archive-location, org-archive-mark-done)
17829 (org-archive-stamp-time): New options.
17830 (org-archive-subtree): New command.
17831 (org-fill-paragraph): New function.
17832 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17833 (org-fake-empty-table-line): Function removed.
17834 (org-format-org-table-html): Do not create empty table lines at
17835 separator lines. Improved table header treatment.
17836 (org-link-format): New option.
17837 (org-make-link): New function.
17838 (org-insert-link, org-store-link): Use org-make-link.
17839 (org-open-file): Quote file name for shell command, to allow
17840 spaces in file names.
17841 (org-link-regexp): Fix bug with mailto link.
17842 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17843 New constants.
17844 (org-export-as-html): Deal with the optional angles around a link.
17845 Better treatment of file: links.
17846 (org-open-at-point): Replace @{ and @} with < and >.
17847 (org-run-mode-hooks): Function removed.
17848 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17849
17850 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17851
17852 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17853 MI command -data-list-register-values.
17854 (gdb-post-prompt): Indent properly.
17855
17856 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17857
17858 * hilit-chg.el (highlight-changes-colors): Rename from
17859 `highlight-changes-colours'.
17860 (highlight-changes-colours): Keep as obsolete alias.
17861 (highlight-changes-face-list): Doc fix.
17862 (hilit-chg-make-list): Use `highlight-changes-colors'.
17863
17864 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17865
17866 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17867 defun-prompt-regexp.
17868
17869 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17870
17871 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17872 and cygwin.
17873
17874 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17875 Don't use an old loaddefs.el, as in Makefile.in.
17876
17877 2005-06-12 Lute Kamstra <lute@gnu.org>
17878
17879 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17880
17881 * man.el (Man-mode-map): Initialize it properly.
17882 (Man-mode): Set mode-class property to special.
17883
17884 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17885
17886 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17887
17888 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17889 A newline is needed in the docstring there.
17890
17891 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17892 Doc fixes.
17893
17894 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17895
17896 * printing.el: Doc fix. The menubar is no more changed when printing
17897 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17898 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17899 (pr-version): New version number (6.8.4).
17900 (pr-menu-bind): New command.
17901 (pr-update-menus): Docstring and code fix.
17902 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17903 Docstring fix.
17904 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17905 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17906
17907 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17908
17909 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17910 "Returns" to "return", document useful return values, etc.
17911
17912 2005-06-11 Alan Mackenzie <acm@muc.de>
17913
17914 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17915 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17916 (adaptive-file-function): Minor amendment to doc-string.
17917
17918 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17919
17920 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17921 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17922 Fix :type--it is `integer', not `string'.
17923
17924 * faces.el (modeline-highlight): Rename from (the erroneous)
17925 `modeline-higilight'.
17926
17927 2005-06-11 Lute Kamstra <lute@gnu.org>
17928
17929 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17930 lisp-interaction-mode-map but make it the parent.
17931 (edebug-eval-mode): Use define-derived-mode.
17932
17933 2005-06-11 Andreas Schwab <schwab@suse.de>
17934
17935 * bindings.el: Add binding of `ESC functionkey' for every
17936 `M-functionkey'.
17937 * hexl.el (hexl-mode-map): Likewise.
17938
17939 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17940
17941 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17942 [msft]: update regexp for newer msft compilers.
17943
17944 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17945
17946 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17947 ATTLIST portions of included DTDs.
17948 (xml-parse-dtd): Eliminate use of inefficient match-data.
17949
17950 2005-06-10 Miles Bader <miles@gnu.org>
17951
17952 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17953 (mpuz-text): Remove "-face" suffix from face names.
17954 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17955 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17956 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17957
17958 * play/gomoku.el (gomoku-O, gomoku-X):
17959 Remove "-face" suffix from face names.
17960 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17961 New backward-compatibility aliases for renamed faces.
17962 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17963
17964 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17965
17966 * thumbs.el: Fixes for changes of 2005-06-09.
17967 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17968 as a directory.
17969 (thumbs-thumbname): Remove directory separator from format string;
17970 `thumbs-thumbsdir' now returns a valid directory name.
17971 (thumbs-temp-dir): New defsubst.
17972 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17973 Use it.
17974
17975 * cus-edit.el (minibuffer):
17976 * files.el (make-backup-file-name-function):
17977 * filesets.el (filesets-external-viewers):
17978 * hilit-chg.el (highlight-changes-colours)
17979 (highlight-changes-face-list, highlight-changes-rotate-faces):
17980 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17981 * kmacro.el (kmacro-call-macro):
17982 * log-edit.el (log-edit-changelog-full-paragraphs):
17983 * mouse.el (mouse-1-click-follows-link):
17984 * skeleton.el (skeleton-autowrap):
17985 * subr.el (insert-for-yank-1):
17986 * tempo.el (tempo-insert-region):
17987 * terminal.el (terminal-emulator):
17988 * time.el (display-time-mail-face):
17989 * vc.el (vc-annotate):
17990 * vcursor.el (vcursor-copy-line):
17991 * woman.el (woman-bold-headings, woman-ignore)
17992 (woman-default-faces, woman-monochrome-faces):
17993 * calendar/todo-mode.el (todo-insert-threshold):
17994 * emulation/pc-select.el (pc-select-selection-keys-only)
17995 (pc-selection-mode):
17996 * emulation/vip.el (vip-find-char-forward):
17997 * emulation/viper-cmd.el (viper-find-char-forward):
17998 * international/mule-cmds.el
17999 (select-safe-coding-system-accept-default-p)
18000 (input-method-exit-on-invalid-key):
18001 * international/mule-diag.el (describe-coding-system):
18002 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18003 * net/browse-url.el (browse-url-xterm-program):
18004 * obsolete/lazy-lock.el (lazy-lock-mode):
18005 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18006 (cperl-mode):
18007 * progmodes/cpp.el (cpp-face-light-name-list)
18008 (cpp-face-dark-name-list):
18009 * progmodes/delphi.el (delphi-newline-always-indents):
18010 Fix spellings in docstrings.
18011
18012 * ido.el (ido-mode, ido-file-extensions-order)
18013 (ido-default-file-method, ido-default-buffer-method)
18014 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18015 (ido-decorations, ido-read-file-name-as-directory-commands)
18016 (ido-read-file-name-non-ido, ido-work-directory-list)
18017 (ido-ignore-item-temp-list, ido-current-directory)
18018 (ido-magic-forward-char, ido-enter-find-file)
18019 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18020 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18021
18022 2005-06-10 Lute Kamstra <lute@gnu.org>
18023
18024 * play/dunnet.el (dun-mode): Use define-derived-mode.
18025 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18026 obsolete alias.
18027
18028 * play/doctor.el (doctor-mode-map): Remove defvar.
18029 (doctor-mode): Use define-derived-mode.
18030
18031 * mail/mspools.el (mspools-mode):
18032 * net/eudc-hotlist.el (eudc-hotlist-mode):
18033 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18034
18035 2005-06-10 Miles Bader <miles@gnu.org>
18036
18037 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18038 Remove "-face" suffix from face names.
18039 (flyspell-incorrect-face, flyspell-duplicate-face):
18040 New backward-compatibility aliases for renamed faces.
18041 (flyspell-mode-on, make-flyspell-overlay)
18042 (flyspell-highlight-incorrect-region)
18043 (flyspell-highlight-duplicate-region)
18044 (flyspell-display-next-corrections)
18045 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18046
18047 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18048 from face name.
18049 (texinfo-heading-face): New backward-compatibility alias for
18050 renamed face.
18051 (texinfo-heading-face): Use renamed texinfo-heading face.
18052
18053 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18054 suffix from face names.
18055 (tex-math-face, tex-verbatim-face):
18056 New backward-compatibility aliases for renamed faces.
18057 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18058 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18059 literal face name.
18060
18061 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18062 name.
18063 (table-cell-face): New backward-compatibility alias for renamed face.
18064 (table--put-cell-face-property, table--update-cell-face):
18065 Use renamed table-cell face.
18066
18067 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18068 from face name.
18069 (sgml-namespace-face): New backward-compatibility alias for
18070 renamed face.
18071 (sgml-namespace-face): Use renamed sgml-namespace face.
18072
18073 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18074 (org-level-4, org-level-5, org-level-6, org-level-7)
18075 (org-level-8, org-warning, org-headline-done)
18076 (org-deadline-announce, org-scheduled-today)
18077 (org-scheduled-previously, org-link, org-done, org-table)
18078 (org-time-grid): Remove "-face" suffix from face names.
18079 (org-level-1-face, org-level-2-face, org-level-3-face)
18080 (org-level-4-face, org-level-5-face, org-level-6-face)
18081 (org-level-7-face, org-level-8-face, org-warning-face)
18082 (org-headline-done-face, org-deadline-announce-face)
18083 (org-scheduled-today-face, org-scheduled-previously-face)
18084 (org-link-face, org-done-face, org-table-face)
18085 (org-time-grid-face):
18086 New backward-compatibility aliases for renamed faces.
18087 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18088 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18089 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18090 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18091
18092 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18093 (viper-minibuffer-emacs, viper-minibuffer-insert)
18094 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18095 (viper-search-face, viper-replace-overlay-face)
18096 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18097 (viper-minibuffer-vi-face):
18098 New backward-compatibility aliases for renamed faces.
18099 (viper-search-face, viper-replace-overlay-face)
18100 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18101 (viper-minibuffer-vi-face): Use renamed viper faces.
18102
18103 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18104 Remove "-face" suffix from face names.
18105 (testcover-nohits-face, testcover-1value-face):
18106 New backward-compatibility aliases for renamed faces.
18107 (testcover-mark): Use renamed testcover faces.
18108
18109 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18110 face name.
18111 (diary-button-face): New backward-compatibility alias for renamed face.
18112 (diary-entry): Use renamed diary-button face.
18113
18114 * calendar/calendar.el (diary, calendar-today, holiday)
18115 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18116 (diary-face, calendar-today-face, holiday-face):
18117 New backward-compatibility aliases for renamed faces.
18118 (eval-after-load "facemenu", diary-entry-marker)
18119 (calendar-today-marker, calendar-holiday-marker, diary-face):
18120 Use renamed calendar faces.
18121
18122 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18123 (compare-windows-face): New backward-compatibility alias for
18124 renamed face.
18125 (compare-windows-highlight): Use renamed compare-windows face.
18126
18127 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18128 (strokes-char-face): New backward-compatibility alias for renamed face.
18129 (strokes-encode-buffer): Use renamed strokes-char face.
18130
18131 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18132 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18133 Remove "-face" suffix from face names.
18134 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18135 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18136 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18137 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18138 Use renamed pcvs faces.
18139 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18140 * pcvs-defs.el (cvs-mode-map): Likewise.
18141 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18142
18143 * info.el (info-title-1, info-title-2, info-title-3)
18144 (info-title-4): Remove "-face" suffix from and downcase face names.
18145 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18146 (Info-title-4-face):
18147 New backward-compatibility aliases for renamed faces.
18148 (Info-fontify-node): Use renamed info faces.
18149
18150 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18151 Remove "-face" suffix from face names.
18152 (highlight-changes-face, highlight-changes-delete-face):
18153 New backward-compatibility aliases for renamed faces.
18154 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18155 (hilit-chg-make-list): Use renamed highlight-changes faces.
18156
18157 * generic-x.el (show-tabs-tab, show-tabs-space):
18158 Remove "-face" suffix from face names.
18159 (show-tabs-tab-face, show-tabs-space-face):
18160 New backward-compatibility aliases for renamed faces.
18161 (show-tabs-generic-mode-font-lock-defaults-1)
18162 (show-tabs-generic-mode-font-lock-defaults-2):
18163 Use renamed show-tabs faces.
18164
18165 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18166 (smerge-markers): Remove "-face" suffix from face names.
18167 (smerge-mine-face, smerge-other-face, smerge-base-face)
18168 (smerge-markers-face):
18169 New backward-compatibility aliases for renamed faces.
18170 (smerge-mine-face, smerge-other-face, smerge-base-face)
18171 (smerge-markers-face): Use renamed smerge faces.
18172
18173 * log-view.el (log-view-file, log-view-message): Remove "-face"
18174 suffix from face names.
18175 (log-view-file-face, log-view-message-face):
18176 New backward-compatibility aliases for renamed faces.
18177 (log-view-file-face, log-view-message-face): Use renamed log-view
18178 faces.
18179
18180 * paren.el (show-paren-match, show-paren-mismatch):
18181 Remove "-face" suffix from face names.
18182 (show-paren-match-face, show-paren-mismatch-face):
18183 New backward-compatibility aliases for renamed faces.
18184 (show-paren-function): Use renamed show-paren faces.
18185
18186 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18187 (ruler-mode-margins, ruler-mode-fringes)
18188 (ruler-mode-column-number, ruler-mode-fill-column)
18189 (ruler-mode-comment-column, ruler-mode-goal-column)
18190 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18191 suffix from face names.
18192 (ruler-mode-default-face, ruler-mode-pad-face)
18193 (ruler-mode-margins-face, ruler-mode-fringes-face)
18194 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18195 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18196 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18197 New backward-compatibility aliases for renamed faces.
18198 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18199 (ruler-mode-column-number, ruler-mode-fill-column)
18200 (ruler-mode-comment-column, ruler-mode-goal-column)
18201 (ruler-mode-tab-stop, ruler-mode-current-column)
18202 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18203 faces.
18204
18205 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18206 face name.
18207 (whitespace-highlight-the-space): Use renamed face.
18208 (whitespace-highlight-face): New backward-compatibility alias for
18209 renamed face.
18210
18211 * woman.el (woman-italic, woman-bold, woman-unknown)
18212 (woman-addition, woman-symbol-face):
18213 Remove "-face" suffix from face names.
18214 (woman-italic-face, woman-bold-face, woman-unknown-face)
18215 (woman-addition-face):
18216 New backward-compatibility aliases for renamed faces.
18217 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18218 (woman-decode-region, woman-replace-match)
18219 (woman-display-extended-fonts, woman-special-characters)
18220 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18221 Use renamed woman faces.
18222
18223 * longlines.el (longlines-visible-face): Face removed.
18224
18225 * diff-mode.el (diff-header, diff-file-header, diff-index)
18226 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18227 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18228 suffix from face names.
18229 (diff-header-face, diff-file-header-face, diff-index-face)
18230 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18231 (diff-changed-face, diff-function-face, diff-context-face)
18232 (diff-nonexistent-face): New backward-compatibility aliases for
18233 renamed faces.
18234 (diff-header-face, diff-file-header-face)
18235 (diff-index, diff-index-face, diff-hunk-header)
18236 (diff-hunk-header-face, diff-removed, diff-removed-face)
18237 (diff-added, diff-added-face, diff-changed-face, diff-function)
18238 (diff-function-face, diff-context-face, diff-nonexistent)
18239 (diff-nonexistent-face): Use renamed diff-mode faces.
18240
18241 * progmodes/compile.el (compilation-warning-face)
18242 (compilation-info-face): Remove "-face" suffix from face names.
18243 (compilation-warning-face, compilation-info-face):
18244 New backward-compatibility aliases for renamed faces.
18245 (compilation-warning-face, compilation-info-face):
18246 Use renamed compilation faces.
18247
18248 * add-log.el (change-log-date, change-log-name)
18249 (change-log-email, change-log-file, change-log-list)
18250 (change-log-conditionals, change-log-function)
18251 (change-log-acknowledgement): Remove "-face" suffix from face names.
18252 (change-log-date-face, change-log-name-face)
18253 (change-log-email-face, change-log-file-face)
18254 (change-log-list-face, change-log-conditionals-face)
18255 (change-log-function-face, change-log-acknowledgement-face):
18256 New backward-compatibility aliases for renamed faces.
18257 (change-log-font-lock-keywords): Use renamed change-log faces.
18258
18259 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18260 (custom-set, custom-changed, custom-saved, custom-button)
18261 (custom-button-pressed, custom-documentation, custom-state)
18262 (custom-comment, custom-comment-tag, custom-variable-tag)
18263 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18264 (custom-group-tag): Remove "-face" suffix from face names.
18265 (custom-magic-alist, custom-magic-value-create)
18266 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18267 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18268 (custom-set-face, custom-changed-face, custom-saved-face)
18269 (custom-button-face, custom-button-pressed-face)
18270 (custom-documentation-face, custom-state-face)
18271 (custom-comment-face, custom-comment-tag-face)
18272 (custom-variable-tag-face, custom-variable-button-face)
18273 (custom-face-tag-face, custom-group-tag-face-1)
18274 (custom-group-tag-face):
18275 New backward-compatibility aliases for renamed faces.
18276
18277 * wid-edit.el (widget-documentation, widget-button)
18278 (widget-field, widget-single-line-field, widget-inactive)
18279 (widget-button-pressed): "-face" suffix removed from face names.
18280 (widget-documentation-face, widget-button-face)
18281 (widget-field-face, widget-single-line-field-face)
18282 (widget-inactive-face, widget-button-pressed-face):
18283 New backward-compatibility aliases for renamed faces.
18284 (widget-documentation-face, widget-button-face)
18285 (widget-button-pressed-face, widget-specify-field)
18286 (widget-specify-inactive): Use renamed widget faces.
18287
18288 2005-06-10 Kenichi Handa <handa@m17n.org>
18289
18290 * term/x-win.el (x-clipboard-yank): Remove condition-case
18291 wrapping.
18292
18293 2005-06-11 Kenichi Handa <handa@m17n.org>
18294
18295 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18296 date lines stricter.
18297
18298 2005-06-10 Zhang Wei <id.brep@gmail.com>
18299
18300 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18301 of x-get-selection.
18302
18303 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18304
18305 * comint.el (comint-mode, comint-snapshot-last-prompt):
18306 * frame.el (frame-current-scroll-bars):
18307 * term.el (term-mode, term-check-proc, term-input-sender)
18308 (term-simple-send, term-extract-string, term-word)
18309 (term-match-partial-filename):
18310 * window.el (window-current-scroll-bars):
18311 * emulation/cua-base.el (cua-normal-cursor-color)
18312 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18313 (cua-global-mark-cursor-color):
18314 * mail/undigest.el (rmail-forward-separator-regex):
18315 Fix typos in docstrings.
18316
18317 * comint.el (comint-check-proc, make-comint-in-buffer)
18318 (comint-source-default): Doc fixes.
18319
18320 * term.el (term-send-string): Improve argument/docstring consistency.
18321
18322 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18323
18324 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18325 call to `delete-region'.
18326 (comint-mode-hook): Do not enable Font Lock by default.
18327
18328 2005-06-09 Lute Kamstra <lute@gnu.org>
18329
18330 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18331 could be void.
18332
18333 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18336 (debug): Use it.
18337 (debugger-step-through, debugger-continue, debugger-jump)
18338 (debugger-return-value): Set it when needed.
18339 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18340 Use inhibit-read-only.
18341
18342 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18343
18344 * window.el (shrink-window-if-larger-than-buffer)
18345 (window-size-fixed): Fix typo in docstring.
18346
18347 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18348 thumbnails directory on loading.
18349 (thumbs-conversion-program): Use `eq' to check the system type,
18350 not `equal'.
18351 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18352 not "/tmp". Fix docstring.
18353 (thumbs-thumbsdir): New function to return the thumbnails
18354 directory, creating it if needed.
18355 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18356 (thumbs-temp-file): Delete variable and make it into a function.
18357 (thumbs-resize-image, thumbs-modify-image): Use it.
18358 (thumbs-kill-buffer): Simplify.
18359 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18360 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18361 docstrings.
18362
18363 2005-06-09 Kim F. Storm <storm@cua.dk>
18364
18365 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18366 set-match-data to free markers in match-data.
18367
18368 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18369 match-data to unchain markers in match-data.
18370
18371 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18372
18373 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18374 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18375 unnecessary now.
18376
18377 2005-06-08 Richard M. Stallman <rms@gnu.org>
18378
18379 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18380 give the variable a doc string that doesn't say don't set it directly.
18381
18382 * textmodes/ispell.el (ispell-check-version):
18383 Use match-string-no-properties.
18384 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18385 (ispell-buffer-local-words): Likewise.
18386
18387 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18388 except on terminals with enough colors to really display it.
18389 (makefile-dependency-regex): Delete spurious `bb'.
18390
18391 * faces.el (escape-glyph): Use blue once again in last case.
18392 (no-break-space): Redefine so that it isn't invisible on a tty.
18393
18394 2005-06-08 Kim F. Storm <storm@cua.dk>
18395
18396 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18397 also when reading directory name.
18398
18399 2005-06-08 Lute Kamstra <lute@gnu.org>
18400
18401 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18402 (flyspell-mode-line-string): Remove autoload cookie.
18403 (flyspell-mode): Remove defvar.
18404
18405 2005-06-07 Lute Kamstra <lute@gnu.org>
18406
18407 * textmodes/org.el (org-run-mode-hooks): New function.
18408 (org-agenda-mode): Use it.
18409
18410 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18411
18412 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18413
18414 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18415
18416 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18417
18418 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18419
18420 * font-lock.el (font-lock-add-keywords): Doc fix.
18421
18422 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18423
18424 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18425 (tex-compile-default): In the absence of any history, use the order in
18426 tex-compile-alist to choose the preferred command.
18427 (tex-compile-commands): Reorder a bit.
18428
18429 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18430 (flyspell-incorrect-face, flyspell-duplicate-face):
18431 Use (X)Emacs-agnostic code.
18432 (flyspell-mode-map): Don't overwrite at each load. Remove code
18433 redundant with the subsequent add-minor-mode. Merge Emacs and
18434 XEmacs code.
18435 (flyspell-word): Minor simplification.
18436 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18437 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18438 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18439 Merge the corresponding Emacs code.
18440 (flyspell-correct-word, flyspell-xemacs-popup):
18441 Use flyspell-do-correct.
18442
18443 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18444 a dedicated window.
18445
18446 * international/latexenc.el (latexenc-find-file-coding-system):
18447 Undo part of last patch, to turn off a compiler warning.
18448
18449 2005-06-06 Juri Linkov <juri@jurta.org>
18450
18451 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18452 Rename `tmm-inactive-face' to `tmm-inactive'.
18453
18454 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18455
18456 * iswitchb.el: Rename faces.
18457
18458 2005-06-06 Kim F. Storm <storm@cua.dk>
18459
18460 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18461 (cua-global-mark): Remove -face suffix from face names.
18462
18463 * emulation/cua-gmrk.el (cua--init-global-mark):
18464 Remove cua-global-mark face setup.
18465
18466 2005-06-06 Richard M. Stallman <rms@gnu.org>
18467
18468 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18469 just like other allowed characters.
18470 (makefile-match-dependency): Exclude leading and training whitespace
18471 from the range of regexp subexp 1.
18472 (makefile-macroassign-regex): Don't try to match the body,
18473 just the name of the macro being defined.
18474
18475 * info.el (Info-read-node-name-2): New function.
18476 (Info-read-node-name-1): Use that.
18477 Add a completion-base-size-function property.
18478
18479 * simple.el (completion-setup-function): Look for
18480 completion-base-size-function property of minibuffer-completion-table.
18481
18482 * files.el (locate-file-completion): Doc fix.
18483
18484 * printing.el: Don't call pr-update-menus; user must do that.
18485
18486 * emacs-lisp/debug.el (debugger-window): New variable.
18487 (debug): Use debugger-window if it is set and still alive.
18488 Record debugger-window for next entry.
18489
18490 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18491
18492 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18493
18494 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18495 (hack-one-local-variable, hack-local-variables)
18496 (hack-local-variables-prop-line): Pass that arg.
18497
18498 2005-06-06 Kim F. Storm <storm@cua.dk>
18499
18500 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18501 (ido-indicator): Remove -face suffix from face names.
18502
18503 2005-06-06 Juri Linkov <juri@jurta.org>
18504
18505 * font-lock.el (font-lock-regexp-backslash)
18506 (font-lock-regexp-backslash-construct): New faces.
18507 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18508 after `('. Add `while-no-input' to control structures.
18509
18510 * faces.el (no-break-space, shadow): New faces.
18511 (escape-glyph): Use less loud colors pink2 and red4.
18512
18513 * diff-mode.el (diff-context-face)
18514 * dired.el (dired-ignored)
18515 * rfn-eshadow.el (file-name-shadow)
18516 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18517
18518 * info.el (Info-title-1-face): Use green instead of yellow because
18519 bold yellow is not readable on light backgrounds.
18520
18521 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18522 before selecting the desired mode to not spend time fontifying
18523 old contents.
18524
18525 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18526
18527 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18528 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18529
18530 * ps-print.el (ps-default-fg, ps-default-bg):
18531 Fix typos in docstrings.
18532
18533 * isearchb.el (isearchb): Don't pass a spurious second argument to
18534 `iswitchb-completions'.
18535
18536 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18537
18538 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18539 to preserve point.
18540 (gdb-find-file-hook): Add doc string.
18541
18542 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18543 C dereferenced pointer expression.
18544 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18545
18546 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18547
18548 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18549 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18550 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18551 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18552 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18553 Make background transparent.
18554
18555 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18556
18557 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18558 (font-lock-remove-keywords): Doc fix.
18559 (font-lock-mode-major-mode): Compiler defvar.
18560 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18561
18562 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18563 (font-lock-mode): Update `font-lock-mode-major-mode'.
18564 (font-lock-set-defaults): Compiler defvar.
18565 (font-lock-default-function): Take `font-lock-mode-major-mode'
18566 into account.
18567
18568 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18569 keep track of which major mode it enabled the minor mode for.
18570 Use find-file-hook again. Update docstring.
18571
18572 * simple.el (eval-expression-print-level)
18573 (eval-expression-print-length, eval-expression-debug-on-error):
18574 Doc fixes.
18575
18576 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18577
18578 * iswitchb.el (iswitchb-single-match-face)
18579 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18580 (iswitchb-invalid-regexp-face): New faces.
18581 (iswitchb-completions): Use them.
18582 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18583 now marked as an obsolete alias.
18584 (iswitchb-read-buffer): Remove check for bound font variables.
18585 (iswitchb-invalid-regexp): New free variable.
18586 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18587 set iswitchb-invalid-regexp.
18588 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18589 invalid regexps.
18590 (iswitchb-completions): Add check for complete match when entering
18591 a regexp.
18592 (iswitchb-completions): Remove require-match argument.
18593 (iswitchb-exhibit): Fix caller.
18594 (iswitchb-common-match-inserted): New variable.
18595 (iswitchb-complete, iswitchb-completion-help): Use it.
18596
18597 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18598
18599 * url-http.el (url-http-chunked-encoding-after-change-function):
18600 Use `url-http-debug' instead of `message'.
18601
18602 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18603
18604 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18605 callback argument.
18606
18607 2005-06-04 Kim F. Storm <storm@cua.dk>
18608
18609 * simple.el (line-move): Only call sit-for when moving backwards.
18610
18611 * ido.el (ido-make-merged-file-list-1): New defun split from
18612 ido-make-merged-file-list.
18613 (ido-make-merged-file-list): Bind throw-on-input around call to
18614 ido-make-merged-file-list-1. Return input-pending-p if
18615 interrupted by more input available.
18616 (ido-read-internal): Handle input-pending-p return value from
18617 ido-make-merged-file-list.
18618
18619 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18620
18621 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18622 compatibility code.
18623
18624 * international/latexenc.el (latexenc-find-file-coding-system):
18625 Don't inherit the EOL part of the coding-system from the
18626 tex-main buffer. Fit within 80 columns.
18627
18628 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18629
18630 * tmm.el (tmm-inactive-face): New face.
18631 (tmm-remove-inactive-mouse-face): New function.
18632 (tmm-prompt, tmm-add-one-shortcut)
18633 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18634 but not selectable.
18635
18636 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18637
18638 * faces.el (face-equal): Improve argument/docstring consistency.
18639
18640 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18641
18642 * progmodes/make-mode.el (makefile-targets-face)
18643 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18644 (makefile-bsdmake-dependency-regex)
18645 (makefile-makepp-rule-action-regex)
18646 (makefile-bsdmake-rule-action-regex): New constants.
18647 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18648
18649 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18650 Allow (...) within `...' for makepp messages.
18651
18652 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18653
18654 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18655
18656 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18657 "." files are deleted from all file lists before comparison.
18658
18659 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18660 (viper-ESC-key): Made them customizable.
18661
18662 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18663
18664 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18665
18666 * autorevert.el (auto-revert-buffers): Use save-match-data.
18667
18668 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18669
18670 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18671 menu items with a nil command binding.
18672
18673 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18674
18675 * emacs-lisp/cl-macs.el (defsetf):
18676 Improve argument/docstring consistency.
18677
18678 * faces.el (list-faces-display): Improve the formatting by
18679 computing the maximum length required for any face-name (reworked
18680 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18681 (internal-find-face): Remove redundant info in docstring.
18682
18683 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18684
18685 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18686 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18687 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18688 (gdb-assembler-custom): Improve regexps.
18689 (def-gdb-auto-update-handler): Use window point to preserve point.
18690
18691 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18692
18693 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18694
18695 2005-05-31 Jay Belanger <belanger@truman.edu>
18696
18697 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18698 to calc-embedded.
18699 (calc-embedded-make-info): Have plain prefix argument select
18700 entire line.
18701
18702 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18703
18704 * faces.el (list-faces-display): Signal error if passed a regexp
18705 that matches no face name.
18706
18707 * simple.el (filter-buffer-substring): Fix typo in docstring.
18708
18709 2005-05-31 Richard M. Stallman <rms@gnu.org>
18710
18711 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18712 (vhdl-emacs-21): Doc fix.
18713 (vhdl-mode): Unconditionally set comment-padding.
18714 (vhdl-fixup-whitespace-region): Insert spaces only where
18715 there are none.
18716 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18717
18718 2005-05-30 John Wiegley <johnw@newartisans.com>
18719
18720 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18721 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18722 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18723 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18724 `string-to-number'.
18725
18726 2005-05-30 Jay Belanger <belanger@truman.edu>
18727
18728 * calc/calc.el (calc-bug-address): Fix docstring.
18729 (calc-window-hook, calc-trail-window-hook): New variables.
18730 (calc-trail-display): Restore use of calc-trail-window-hook.
18731 (calc): Restore use of calc-window-hook.
18732
18733 2005-05-31 Masatake YAMATO <jet@gyve.org>
18734
18735 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18736
18737 * help-fns.el (help-C-file-name): Add autoload mark for
18738 `find-function-noselect'.
18739
18740 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18741
18742 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18743 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18744
18745 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18746
18747 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18748 included diary buffer if it was not already being visited.
18749 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18750
18751 * calendar/icalendar.el (top-level): Do not require appt.
18752
18753 * mail/supercite.el (sc-select-attribution): Only use a list
18754 element from sc-attrib-selection-list if it returns a string.
18755 Reported by Davide G. M. Salvetti <salve@debian.org>.
18756
18757 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18758
18759 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18760 includes a hash value to improve its uniqueness, and has a ".jpg"
18761 extension. Also, it is now a valid filename on all systems.
18762 (thumbs-make-thumb): Use `let', not `let*'.
18763 (thumbs-show-thumbs-list): Check for JPEG availability.
18764
18765 2005-05-30 Richard M. Stallman <rms@gnu.org>
18766
18767 * filesets.el (filesets-menu-ensure-use-cached):
18768 Prevent warning when emacs-version>= is undefined.
18769
18770 * printing.el (pr-interactive-n-up): Use string-to-number.
18771
18772 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18773
18774 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18775 Warn only when name to be defined is quoted.
18776
18777 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18778
18779 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18780 Make regexp more robust.
18781 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18782 Force regeneration of disassembly.
18783
18784 2005-05-29 Jay Belanger <belanger@truman.edu>
18785
18786 * calc/calc.el (calc-user-invocation): Check if
18787 calc-invocation-macro is non-nil.
18788
18789 2005-05-29 Juri Linkov <juri@jurta.org>
18790
18791 * add-log.el (change-log-font-lock-keywords):
18792 Add `+' to e-mail regexp to accept mail address with keywords.
18793
18794 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18795
18796 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18797
18798 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18799
18800 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18801
18802 2005-05-29 Richard M. Stallman <rms@gnu.org>
18803
18804 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18805 Undo the change that moves to end of the current word.
18806
18807 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18808
18809 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18810 Throw error when count <= 0 to ensure input is a number.
18811 (gdb-read-memory-custom): Pick up address from buffer.
18812 (gdb-memory-mode): Allow user to increment and decrement
18813 memory address from header line.
18814
18815 2005-05-29 Richard M. Stallman <rms@gnu.org>
18816
18817 * flyspell.el (flyspell-version): Function deleted.
18818 (flyspell-auto-correct-previous-hook): Doc fix.
18819
18820 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18821 Do nothing if memory is full.
18822
18823 * font-lock.el (font-lock-fontify-syntactically-region):
18824 Pass t for GREEDY to looking-back.
18825
18826 * saveplace.el (save-place-alist-to-file): Write the file
18827 using write-region.
18828
18829 * subr.el (looking-back): New argument GREEDY.
18830
18831 * progmodes/compile.el (compilation-start): Set the mode
18832 before inserting the initial text.
18833
18834 * progmodes/which-func.el (which-func-update-1): Turn the mode
18835 off in case of error by setting which-func-mode.
18836
18837 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18838
18839 * flyspell.el (flyspell-auto-correct-previous-word):
18840 Narrow down to what's on the screen, and recenter overlays
18841 at the end of the next word.
18842
18843 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18844
18845 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18846 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18847 (flyspell-abbrev-p): Default to nil.
18848 (flyspell-use-global-abbrev-table-p): Doc fix.
18849 (flyspell-large-region): Allow nil as value.
18850 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18851
18852 (mail-mode-flyspell-verify): More robust handling
18853 of `mail-header-separator'. More efficient signature detection.
18854 Allow for regexp metacharacters in message-header-separator.
18855 Adding `To' not to be checked in mail-mode-flyspell-verify.
18856
18857 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18858 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18859 Bind flyspell-auto-correct-binding.
18860 Bind C-. and C-, .
18861 (flyspell-mode-map): Likewise.
18862 (flyspell-mode): Doc fix.
18863 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18864 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18865 (flyspell-word-cache-result): New var, always local.
18866 (flyspell-check-pre-word-p): Doc fix.
18867 (flyspell-check-changed-word-p): Handle spc like newline.
18868 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18869 (flyspell-word-search-backward, flyspell-word-search-forward):
18870 New functions.
18871 (flyspell-word): Return t if nothing to check.
18872 When parsing TeX code, check for after } or \.
18873 Use flyspell-word-search-backward to find previous word.
18874 Return nil if duplicated word.
18875 For word already checked, return same value as last time.
18876 Set flyspell-word-cache-result after checking.
18877 Don't clobber the return value.
18878 (flyspell-get-word): Major rewrite.
18879 (flyspell-external-point-words): New locals pword, pcount.
18880 Fix size used in progress message.
18881 Find the proper corresponding word in flyspell-large-region-buffer.
18882 (flyspell-region): Check for flyspell-large-region = nil.
18883 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18884 (flyspell-auto-correct-word): Check that WORD is a cons.
18885 (flyspell-correct-word): Likewise.
18886
18887 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18888
18889 * progmodes/make-mode.el (makefile-rule-action-regex)
18890 (makefile-macroassign-regex, makefile-makepp-mode)
18891 (makefile-bsdmake-mode): Continuation lines may be empty.
18892 Reported by Joshua Varner.
18893 (makefile-makepp-font-lock-keywords): Add $(stem).
18894
18895 2005-05-28 Karl Berry <karl@gnu.org>
18896
18897 * textmodes/tex-mode.el: Now that tex-send-command calls
18898 shell-quote-argument (2005-03-31 change), remove all calls to
18899 shell-quote-argument; they all end up invoking tex-send-command.
18900 The double quoting loses on filenames with non-safe characters,
18901 such as "@". Reported by Frederik Fouvry.
18902
18903 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18904
18905 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18906 about preserving point.
18907
18908 2005-05-27 Jay Belanger <belanger@truman.edu>
18909
18910 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18911 Info-goto-node.
18912
18913 * calc/calc-embed.el (calc-embed-arg): New variable.
18914 (calc-do-embedded-activate, calc-embedded-activate-formula)
18915 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18916 variable by new variable.
18917 (calc-embedded-make-info): Replace undeclared variable by new
18918 variable. When selecting region with positive prefix
18919 argument, use end of previous line instead of beginning of line.
18920
18921 * calc/calc-aent.el (calc-arg-values): Declare it.
18922
18923 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18924 Declare them.
18925
18926 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18927
18928 * calc/calc.el (calc-alg-map): Declare it.
18929
18930 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18931
18932 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18933
18934 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18935 (gdb-registers-buffer, toggle-gdb-all-registers):
18936 Toggle display of floating point registers.
18937 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18938
18939 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18940 (toggle-gud-tooltip-dereference):
18941 Rename from gud-toggle-tooltip-dereference.
18942
18943 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18944
18945 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18946
18947 2005-05-27 Jay Belanger <belanger@truman.edu>
18948
18949 * calc/calc-prog.el (calc-kbd-report): Remove.
18950 (calc-kbd-query): Rewrite.
18951
18952 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18953
18954 * image.el (image-library-alist): Move to image.c.
18955 (image-type-available-p): Doc fix.
18956
18957 2005-05-27 Lute Kamstra <lute@gnu.org>
18958
18959 * calc/calc.el (calc):
18960 * outline.el (outline-1, outline-2, outline-3, outline-4)
18961 (outline-5, outline-6, outline-7, outline-8):
18962 * textmodes/dns-mode.el (dns-mode):
18963 * textmodes/sgml-mode.el (sgml-namespace-face):
18964 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18965 (tex-verbatim-face, tex-use-reftex):
18966 * textmodes/texinfo.el (texinfo-heading-face):
18967 Specify customization group.
18968
18969 * longlines.el: Don't require easy-mmode.
18970 (longlines-visible-face): Specify customization group.
18971
18972 2005-05-27 Kenichi Handa <handa@m17n.org>
18973
18974 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18975 encoding table of windows-1251.
18976
18977 * international/ucs-tables.el (ucs-set-table-for-input):
18978 If translation-table-for-input of a coding system is a symbol, get
18979 its translation-table property.
18980
18981 * international/code-pages.el: Don't register a coding system into
18982 non-iso-charset-alist more than once.
18983 (cp-make-coding-system): Likewise.
18984
18985 2005-05-26 John Wiegley <johnw@newartisans.com>
18986
18987 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18988 `eshell-resume-eval' is wrapped in a list, it indicates that the
18989 command was run asynchronously. In that case, unwrap the value
18990 before checking the delimiter value.
18991
18992 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18993 character before a space at the end of a line is \, assume the space
18994 is part of the last argument rather than a final argument separator.
18995
18996 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18997 is in use, and the target is `t' or `nil' (which are the most common
18998 values), don't assume that the symbol target is a buffer.
18999
19000 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19001
19002 * calendar/calendar.el (calendar-mode-line-format):
19003 Use mode-line-highlight as mouse-face.
19004
19005 * time.el (display-time-string-forms, display-time-update):
19006 Use mode-line-highlight as mouse-face.
19007
19008 2005-05-26 Jay Belanger <belanger@truman.edu>
19009
19010 * calc/calc.el (calc-language-alist): Remove extra defvar.
19011
19012 2005-05-26 Lute Kamstra <lute@gnu.org>
19013
19014 * arc-mode.el (archive-mode):
19015 * bookmark.el (bookmark-read-annotation-mode)
19016 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19017 * bs.el (bs-mode):
19018 * calc/calc-yank.el (calc-edit-mode):
19019 * calc/calc.el (calc-mode, calc-trail-mode):
19020 * calculator.el (calculator-mode):
19021 * chistory.el (command-history-mode):
19022 * comint.el:
19023 * cus-edit.el (custom-mode):
19024 * descr-text.el (describe-text-mode):
19025 * ebuff-menu.el (Electric-buffer-menu-mode):
19026 * ediff-util.el (ediff-mode):
19027 * emacs-lisp/re-builder.el (reb-mode):
19028 * emulation/vi.el (vi-mode-setup):
19029 * emulation/ws-mode.el (wordstar-mode):
19030 * eshell/esh-mode.el (eshell-mode):
19031 * forms.el (forms-mode):
19032 * help-mode.el (help-mode):
19033 * hexl.el (hexl-mode):
19034 * ibuffer.el (ibuffer-mode):
19035 * ielm.el (inferior-emacs-lisp-mode):
19036 * info.el (Info-mode, Info-edit-mode):
19037 * international/swedish.el:
19038 * ledit.el (ledit-from-lisp-mode):
19039 * locate.el (locate-mode):
19040 * mail/rmail.el (rmail-mode):
19041 * mail/rmailedit.el (rmail-edit-mode):
19042 * mail/rmailsum.el (rmail-summary-mode):
19043 * mail/supercite.el (sc-electric-mode):
19044 * net/eudc.el (eudc-mode):
19045 * net/quickurl.el (quickurl-list-mode):
19046 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19047 * obsolete/ooutline.el (outline-mode):
19048 * obsolete/options.el (Edit-options-mode):
19049 * obsolete/rnews.el (news-mode):
19050 * obsolete/rnewspost.el (news-reply-mode):
19051 * play/5x5.el (5x5-mode):
19052 * play/decipher.el (decipher-mode, decipher-stats-mode):
19053 * play/gomoku.el (gomoku-mode):
19054 * play/snake.el (snake-mode):
19055 * play/solitaire.el (solitaire-mode):
19056 * play/tetris.el (tetris-mode):
19057 * progmodes/ada-mode.el (ada-mode):
19058 * progmodes/antlr-mode.el (antlr-mode):
19059 * progmodes/autoconf.el (autoconf-mode):
19060 * progmodes/dcl-mode.el (dcl-mode):
19061 * progmodes/delphi.el (delphi-mode):
19062 * progmodes/ebrowse.el (ebrowse-tree-mode)
19063 (ebrowse-electric-list-mode, ebrowse-member-mode)
19064 (ebrowse-electric-position-mode):
19065 * progmodes/f90.el (f90-mode):
19066 * progmodes/fortran.el (fortran-mode):
19067 * progmodes/icon.el (icon-mode):
19068 * progmodes/idlw-help.el (idlwave-help-mode):
19069 * progmodes/idlw-shell.el (idlwave-shell-mode):
19070 * progmodes/idlwave.el (idlwave-mode):
19071 * progmodes/inf-lisp.el (inferior-lisp-mode):
19072 * progmodes/m4-mode.el (m4-mode):
19073 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19074 * progmodes/modula2.el (modula-2-mode):
19075 * progmodes/octave-inf.el (inferior-octave-mode):
19076 * progmodes/octave-mod.el (octave-mode):
19077 * progmodes/pascal.el (pascal-mode):
19078 * progmodes/sh-script.el (sh-mode):
19079 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19080 * progmodes/vhdl-mode.el (vhdl-mode):
19081 * progmodes/xscheme.el (scheme-interaction-mode):
19082 * replace.el (occur-mode):
19083 * ses.el (ses-mode):
19084 * simple.el (completion-list-mode):
19085 * skeleton.el:
19086 * speedbar.el (speedbar-mode):
19087 * term.el (term-mode):
19088 * terminal.el (terminal-edit-mode):
19089 * textmodes/reftex-index.el (reftex-index-mode)
19090 (reftex-index-phrases-mode):
19091 * textmodes/reftex-sel.el (reftex-select-label-mode)
19092 (reftex-select-bib-mode):
19093 * textmodes/reftex-toc.el (reftex-toc-mode):
19094 * wdired.el (wdired-change-to-wdired-mode):
19095 * wid-browse.el (widget-browse-mode):
19096 Use run-mode-hooks.
19097
19098 * array.el (array-mode):
19099 * calendar/todo-mode.el (todo-mode):
19100 * man.el (Man-mode):
19101 * play/landmark.el (lm-mode):
19102 * play/mpuz.el (mpuz-mode):
19103 Use kill-all-local-variables and run-mode-hooks.
19104
19105 * subr.el (delay-mode-hooks): Specify indentation.
19106
19107 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19108
19109 * xml.el (xml-substitute-special): Don't die for undefined xml
19110 entities.
19111
19112 2005-05-26 Jay Belanger <belanger@truman.edu>
19113
19114 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19115 of nil.
19116
19117 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19118
19119 * progmodes/gdb-ui.el (gdb-frame-address):
19120 Rename from gdb-current-address.
19121 (gdb-previous-frame-address): Rename from gdb-previous-address.
19122 (gdb-selected-frame): Rename from gdb-current-frame.
19123 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19124 (gdb-frame-number): Rename from gdb-current-stack-level.
19125 (gdb-ann3): Match new mode-name for disassembly buffer.
19126 Extend initialization of variables.
19127 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19128 (gdb-memory-mode): Use mouse-face in header line.
19129 (gdb-assembler-buffer-name): Call it disassembly and give frame
19130 in mode line.
19131 (gdb-source-spec-regexp, gdb-assembler-custom)
19132 (gdb-invalidate-assembler, gdb-frame-handler):
19133 Make robust to leading zeroes in address format.
19134
19135 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19136
19137 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19138 define `org-mode'.
19139 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19140
19141 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19142
19143 * log-edit.el (log-edit-changelog-entries): Distinguish between
19144 filenames like xfns.c and fns.c.
19145
19146 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19147
19148 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19149 point after reverting.
19150 (Buffer-menu-make-sort-button): Handle the case where
19151 `Buffer-menu-use-header-line' is nil.
19152
19153 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19154
19155 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19156 New funcs. In minibuffer-local-completion-map bind `]', `/'
19157 and `:' to them.
19158
19159 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19160
19161 * startup.el (normal-top-level): Allow modification of load-path while
19162 we're iterating over it.
19163
19164 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19165
19166 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19167 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19168 (thumbs-resize-interactive, thumbs-insert-image)
19169 (thumbs-insert-thumb, thumbs-dired-show-marked)
19170 (thumbs-find-image-at-point, thumbs-delete-images)
19171 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19172 (thumbs-increment-image-size, thumbs-decrement-image-size):
19173 Fix typos in docstrings.
19174
19175 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19176
19177 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19178 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19179 (cperl-mode): Use them.
19180
19181 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19182
19183 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19184 Doc fixes.
19185
19186 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19187
19188 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19189 Bind C-d to gdb-inferior-io-eof.
19190
19191 * dired.el (dired-dnd-popup-notice): Use message-box.
19192
19193 2005-05-23 Masatake YAMATO <jet@gyve.org>
19194
19195 * bindings.el (mode-line-major-mode-keymap):
19196 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19197
19198 * faces.el (mode-line-highlight): New face.
19199
19200 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19201 as mouse-face.
19202
19203 * bindings.el (top-level, help-echo, mode-line-modified)
19204 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19205 as mouse-face.
19206
19207 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19208
19209 * progmodes/cc-engine.el (c-guess-basic-syntax):
19210 Remove spurious call to `zerop'.
19211
19212 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19213
19214 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19215
19216 CC Mode update to 5.30.10:
19217
19218 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19219 could go past the limit in decoration level 2, thereby causing
19220 errors during interactive fontification.
19221
19222 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19223 the file is evaluated interactively.
19224
19225 * cc-engine.el (c-guess-basic-syntax): Handle operator
19226 declarations somewhat better in C++.
19227
19228 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19229 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19230 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19231 (awk-mode): Use it.
19232 (make-local-hook): Suppress warning about obsoleteness.
19233
19234 * cc-engine.el, cc-align.el, cc-cmds.el
19235 (c-append-backslashes-forward, c-delete-backslashes-forward)
19236 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19237 Compensate for return value from `forward-line' when it has moved
19238 but not to a different line due to eob.
19239
19240 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19241 `objc-method-intro' and `objc-method-args-cont'.
19242
19243 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19244
19245 CC Mode update to 5.30.10:
19246
19247 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19248 in the copyright statement. Incidentally, change "along with GNU
19249 Emacs" to "along with this program" where it occurs.
19250
19251 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19252 so that it is interactive, hence can be found by M-x awk-mode
19253 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19254 <gmorris+emacs@ast.cam.ac.uk>.
19255
19256 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19257 Mode's regexps.
19258
19259 2005-05-23 Kevin Ryde <user42@zip.com.au>
19260
19261 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19262 c-parse-state, to avoid a lisp error (on bad code).
19263
19264 2005-05-23 Lute Kamstra <lute@gnu.org>
19265
19266 * subr.el (font-lock-defaults): Remove defvar as it's already
19267 defined in font-core.el.
19268
19269 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19270
19271 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19272
19273 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19274 more general and work when GDB variable "print pretty" is on,
19275 as with Emacs, for example.
19276
19277 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19278
19279 * font-core.el: Update comment.
19280
19281 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19282 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19283
19284 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19285
19286 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19287
19288 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19289 and `yank-handler' in the doc strings.
19290
19291 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19292
19293 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19294
19295 2005-05-22 Richard M. Stallman <rms@gnu.org>
19296
19297 * help.el (describe-key): Move print-help-return-message call
19298 out of conditional.
19299
19300 * progmodes/etags.el (list-tags): Use with-no-warnings.
19301
19302 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19303 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19304 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19305
19306 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19307
19308 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19309 Add defvar.
19310
19311 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19312 Use defvar, not defconst.
19313
19314 * hexl.el (hexl-follow-line): Use with-no-warnings.
19315
19316 * emulation/tpu-extras.el: Use write-file-functions instead of
19317 write-file-hooks.
19318
19319 * dired.el (dired-font-lock-keywords): Fontify files with junk
19320 extensions even if marked by -F.
19321
19322 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19323
19324 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19325 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19326 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19327 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19328 (concatenate, list-length, get*, getf, cl-remprop):
19329 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19330 (etypecase, progv, lexical-let, lexical-let*)
19331 (multiple-value-bind, multiple-value-setq, shiftf):
19332 Improve argument/docstring consistency.
19333
19334 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19335
19336 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19337
19338 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19339 doesn't exist.
19340
19341 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19342 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19343
19344 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19345
19346 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19347 already deleted variables: auto-fill-hook, blink-paren-hook,
19348 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19349 suspend-hooks, comment-indent-hook, meta-flag,
19350 before-change-function, after-change-function,
19351 font-lock-doc-string-face.
19352
19353 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19354
19355 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19356
19357 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19358
19359 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19360 rmail-dont-reply-to.
19361
19362 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19363
19364 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19365 literal blank when splitting new-header-values.
19366
19367 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19368
19369 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19370 string so that tmm doesn't create a completion entry for it.
19371
19372 * textmodes/table.el (table-disable-menu): Ditto.
19373
19374 2005-05-21 Richard M. Stallman <rms@gnu.org>
19375
19376 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19377
19378 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19379
19380 * net/rcompile.el (remote-compile): Use compilation-start.
19381
19382 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19383
19384 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19385
19386 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19387 Default to makefile-bsdmake-mode on BSD systems.
19388
19389 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19390 REGEXP may also be a search function now. The part of doc-string
19391 for describing the structure was 95% identical to that of
19392 `imenu--generic-function'. Unify it there.
19393
19394 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19395 Use function to find dependencies, because regexp alone is so complex,
19396 it easily goes into an endless loop.
19397 (makefile-makepp-mode): Also add submenu for Perl functions
19398 defined in the makefile.
19399 (makefile-bsdmake-mode): Special imenu-generic-expression no
19400 longer needed, due to function call.
19401 (makefile-match-dependency): Take BOUND into account when checking
19402 if we're through.
19403
19404 2005-05-20 Jay Belanger <belanger@truman.edu>
19405
19406 * calc/calc-units.el (calc-invalidate-units-table):
19407 Use inhibit-read-only.
19408 (math-build-units-table-buffer): Use view-mode.
19409
19410 2005-05-20 David Kastrup <dak@gnu.org>
19411
19412 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19413 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19414
19415 2005-05-20 Lute Kamstra <lute@gnu.org>
19416
19417 * diff-mode.el (diff-header-face, diff-file-header-face)
19418 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19419 (diff-added-face, diff-changed-face, diff-function-face)
19420 (diff-context-face, diff-nonexistent-face): Put them in the
19421 diff-mode customization group.
19422
19423 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19424
19425 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19426
19427 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19428
19429 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19430 Minor regexp-optimization.
19431
19432 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19433
19434 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19435 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19436 (org-agenda-add-time-grid-maybe): New function.
19437 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19438 (org-table-create): `dotimes' instead of `mapcar'.
19439 (org-xor): Simplify implementation.
19440 (org-agenda): `inhibit-redisplay' turned on.
19441 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19442 a consistent line after a state change.
19443 (org-agenda-remove-times-when-in-prefix): New option.
19444 (org-prefix-has-time): New variable.
19445 (org-parse-time-string): Optional argument NODEFAULT.
19446 (org-format-agenda-item): Parse items for time-of-day
19447 specifications and move these into the prefix if possible.
19448 (org-agenda-priority): Get current heading, not previous heading
19449 during agenda remote editing.
19450
19451 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19452
19453 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19454 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19455 (remove-duplicates, delete-duplicates, substitute)
19456 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19457 (nsubstitute-if-not, find, find-if, find-if-not, position)
19458 (position-if, position-if-not, count, count-if, count-if-not)
19459 (mismatch, search, sort*, stable-sort, merge, member*)
19460 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19461 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19462 (intersection, nintersection, set-difference, nset-difference)
19463 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19464 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19465 (nsublis, tree-equal): Improve argument/docstring consistency.
19466
19467 * subr.el (send-string, send-region): Remove obsolescence declaration.
19468 (window-dot, set-window-dot, read-input, show-buffer)
19469 (eval-current-buffer, string-to-int):
19470 Add release number to obsolescence declarations.
19471
19472 2005-05-19 Kim F. Storm <storm@cua.dk>
19473
19474 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19475 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19476
19477 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19478
19479 * faces.el (list-faces-display): Make back button respect optional
19480 regexp arg.
19481
19482 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19483
19484 * calculator.el (calculator-radix-grouping-mode)
19485 (calculator-radix-grouping-digits, calculator-displayer)
19486 (calculator-radix-grouping-separator, calculator-copy-displayer):
19487 * dabbrev.el (dabbrev-search-these-buffers-only):
19488 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19489 (diff-advance-after-apply-hunk, diff-mode-hook)
19490 (diff-minor-mode-prefix):
19491 * imenu.el (imenu-use-popup-menu):
19492 * jit-lock.el (jit-lock-context-time):
19493 * newcomment.el (comment-fill-column, comment-column)
19494 (comment-style, comment-padding, comment-multi-line)
19495 (comment-empty-lines, comment-auto-fill-only-comments):
19496 * reveal.el (reveal-around-mark):
19497 * uniquify.el (uniquify-buffer-name-style)
19498 (uniquify-after-kill-buffer-p)
19499 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19500 (uniquify-min-dir-content, uniquify-separator)
19501 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19502 * w32-vars.el (w32-fixed-font-alist):
19503 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19504 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19505 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19506 * progmodes/perl-mode.el (perl-indent-level)
19507 (perl-continued-statement-offset, perl-continued-brace-offset)
19508 (perl-brace-offset, perl-brace-imaginary-offset)
19509 (perl-label-offset, perl-indent-continued-arguments)
19510 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19511 * progmodes/tcl.el (tcl-indent-level)
19512 (tcl-continued-indent-level, tcl-auto-newline)
19513 (tcl-tab-always-indent, tcl-electric-hash-style)
19514 (tcl-help-directory-list, tcl-use-smart-word-finder)
19515 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19516 (inferior-tcl-source-command):
19517 * textmodes/fill.el (enable-kinsoku):
19518 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19519 * textmodes/table.el (table-yank-handler):
19520 Specify missing group (and type, if simple) in defcustom.
19521
19522 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19523
19524 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19525
19526 2005-05-19 Richard M. Stallman <rms@gnu.org>
19527
19528 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19529
19530 * subr.el (event-basic-type): Don't get an error.
19531 (left-fringe-p): Function deleted.
19532
19533 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19534 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19535
19536 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19537 in recursive copy.
19538
19539 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19540
19541 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19542
19543 * emacs-lisp/bytecomp.el
19544 (byte-compile-file-form-custom-declare-variable):
19545 Call byte-compile-nogroup-warn if appropriate.
19546
19547 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19548 (compilation-set-window): Don't call left-fringe-p; do it directly.
19549
19550 2005-05-19 Jay Belanger <belanger@truman.edu>
19551
19552 * calc/calc-graph.el (calc-graph-format-data): Make sure
19553 var-PlotRejects is bound before trying to check its value.
19554
19555 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19556
19557 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19558 definition of this variable from reftex-global.el to reftex.el,
19559 because it is needed in the menu.
19560
19561 2005-05-19 Lute Kamstra <lute@gnu.org>
19562
19563 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19564 years are fixed. Don't insert a space after a dash.
19565
19566 2005-05-19 Kim F. Storm <storm@cua.dk>
19567
19568 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19569
19570 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19571
19572 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19573 strings, because (eq ... ?\\) is fairly frequent.
19574
19575 * progmodes/make-mode.el (makefile-add-this-line-targets):
19576 Simplify and integrate into `makefile-pickup-targets'.
19577 (makefile-add-this-line-macro): Simplify and integrate into
19578 `makefile-pickup-macros.
19579 (makefile-pickup-filenames-as-targets): Simplify.
19580 (makefile-previous-dependency, makefile-match-dependency):
19581 Don't stumble over `::'.
19582
19583 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19584
19585 * subr.el (post-command-idle-hook, post-command-idle-delay):
19586 Remove obsoletion of post-command-idle-hook and
19587 post-command-idle-delay.
19588
19589 * faces.el (list-faces-display): Provide button when describe-face
19590 is called to take user back to the list of faces.
19591
19592 * help-fns.el (describe-variable): Remove hyperlinks in a
19593 variable's value as these are quite frequently inappropriate.
19594
19595 * follow.el (follow-submit-feedback, follow-mode):
19596 Remove references to post-command-idle-hook.
19597
19598 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19599
19600 * progmodes/make-mode.el (makefile-previous-dependency)
19601 (makefile-match-dependency): Check for := (and in bsd mode also
19602 !=) to give a better result, even when font-lock is not on.
19603
19604 2005-05-18 Jay Belanger <belanger@truman.edu>
19605
19606 * calc/calc-help.el (calc-s-prefix-help):
19607 Add `calc-copy-special-constant' to help string.
19608
19609 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19610
19611 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19612
19613 2005-05-18 Jay Belanger <belanger@truman.edu>
19614
19615 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19616 in linear factors are in proper order.
19617
19618 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19619
19620 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19621 Support for jurabib.
19622
19623 * textmodes/reftex.el (featurep): Define aliases for overlay
19624 commands, for XEmacs compatibility, and use these aliases in
19625 overlay initializations.
19626 (reftex-highlight): Use `reftex-move-overlay'.
19627 (reftex-unhighlight): Use `reftex-delete-overlay'.
19628 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19629 (reftex-access-search-path): Use `reftex-uniquify' instead of
19630 `reftex-uniq'
19631
19632 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19633 `before-string' property modification enables for Emacs as well.
19634 (reftex-select-item): Use `reftex-delete-overlay'.
19635 (reftex-select-mark): Use `reftex-make-overlay' and
19636 `reftex-overlay-put'.
19637 (reftex-select-unmark): Use `reftex-delete-overlay' and
19638 `reftex-overlay-put'.
19639
19640 2005-05-18 Lute Kamstra <lute@gnu.org>
19641
19642 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19643
19644 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19645
19646 * add-log.el (add-change-log-entry):
19647 * array.el (array-make-template, array-reconfigure-rows)
19648 (array-init-max-row, array-init-max-column)
19649 (array-init-columns-per-line, array-init-field-width):
19650 * replace.el (replace-match-maybe-edit, perform-replace):
19651 * textmodes/spell.el (spell-region):
19652 Replace `read-input' by `read-string'.
19653
19654 * forms.el (forms-mode):
19655 * finder.el (finder-compile-keywords):
19656 * shadowfile.el (shadow-read-files):
19657 Replace `eval-current-buffer' by `eval-buffer'.
19658
19659 * terminal.el (te-pass-through):
19660 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19661 (ange-ftp-raw-send-cmd):
19662 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19663 (send-process-next-char, telnet-initial-filter, telnet):
19664 Replace `send-string' by `process-send-string'.
19665
19666 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19667 (prolog-consult-region): Replace `send-string' by
19668 `process-send-string'; replace `send-region' by `process-send-region'.
19669
19670 * progmodes/delphi.el (delphi-log-msg):
19671 Replace `set-window-dot' by `set-window-point'.
19672
19673 * subr.el (window-dot, set-window-dot, read-input, send-string)
19674 (send-region, show-buffer, eval-current-buffer):
19675 Make really obsolete, as the comment says.
19676
19677 2005-05-17 Kim F. Storm <storm@cua.dk>
19678
19679 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19680 (cua--init-keymaps): Bind C-return instead of S-return to set
19681 rectangle mark.
19682
19683 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19684 instead of S-return to toggle/clear rectangle mark.
19685
19686 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19687
19688 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19689 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19690 Also fontify plain strings assigned to variables, mostly so that a
19691 colon has a face and is thus not taken as a dependency separator.
19692 (makefile-previous-dependency): Inline the new matcher, because it
19693 is too complex to work in both directions.
19694 (makefile-match-dependency): Eliminate `backward' arg (see above).
19695 Completely reimplemented so as to not sometimes go into an endless
19696 loop. It should also be more efficient, because first it only
19697 searches for `:', instead of applying the very complex regexp.
19698 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19699 to be fontified in one piece can be too long for JIT.
19700 Makefiles are never *that* big.
19701
19702 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19703
19704 * dired.el (dired-mode): Simplify.
19705
19706 2005-05-17 Lute Kamstra <lute@gnu.org>
19707
19708 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19709 defcustom for the mode hook variable.
19710
19711 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19712 Emacs Lisp Reference Manual.
19713
19714 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19715
19716 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19717 (evenp, list*):
19718 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19719 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19720
19721 * net/tramp-smb.el (tramp-smb-open-connection):
19722 Pass `tramp-chunksize' as fifth (required) argument.
19723
19724 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19725
19726 * font-lock.el (lisp-font-lock-keywords-1):
19727 Set `font-lock-negation-char-face' for [^...] char group.
19728 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19729
19730 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19731 a var, and refine it to mask one more level of nested vars.
19732 (makefile-rule-action-regex): Turn it into a var, and refine it so
19733 it recognizes backslashed continuation lines as belonging to the
19734 same command.
19735 (makefile-macroassign-regex): Refine it so it recognizes
19736 backslashed continuation lines as belonging to the same command.
19737 (makefile-var-use-regex): Don't look at the next char, because it
19738 might be the same one to be skipped by the initial [^$], leading
19739 to an overlooked variable use.
19740 (makefile-make-font-lock-keywords): Remove two parameters, which
19741 are now variables that some of the modes set locally.
19742 Handle dependency and rule action matching through functions, because
19743 regexps alone match too often. Dependency matching now comes
19744 last, so it can check, whether a colon already matched something else.
19745 (makefile-mode): Inform that font-lock improves makefile parsing
19746 capabilities.
19747 (makefile-match-dependency, makefile-match-action): New functions.
19748
19749 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19750
19751 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19752
19753 * align.el (align-regexp):
19754 * ansi-color.el (ansi-color-get-face):
19755 * array.el (array-reconfigure-rows, array-init-max-row)
19756 (array-init-max-column, array-init-columns-per-line)
19757 (array-init-field-width):
19758 * dired-aux.el (dired-trample-file-versions):
19759 * dired-x.el (dired-mark-sexp):
19760 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19761 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19762 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19763 * faces.el (face-read-integer):
19764 * files.el (backup-extract-version, insert-directory):
19765 * hexl.el (hexl-insert-decimal-char):
19766 * server.el (server-process-filter):
19767 * shell.el (shell-extract-num):
19768 * startup.el (command-line-1):
19769 * term.el (term-command-hook):
19770 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19771 (time-stamp-do-number):
19772 * time.el (display-time-update):
19773 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19774 (timezone-fix-time):
19775 * vms-patch.el (vms-suspend-resume-hook):
19776 * calendar/appt.el (appt-convert-time):
19777 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19778 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19779 * calendar/cal-islam.el (mark-islamic-diary-entries):
19780 * calendar/calendar.el (calendar-cursor-to-date)
19781 (calendar-star-date):
19782 * calendar/diary-lib.el (diary-attrtype-convert)
19783 (mark-diary-entries, diary-entry-time):
19784 * calendar/solar.el (solar-get-number):
19785 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19786 * emacs-lisp/re-builder.el (reb-display-subexp):
19787 * emulation/edt.el (edt-set-scroll-margins):
19788 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19789 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19790 (vip-get-ex-count):
19791 * emulation/viper-ex.el (viper-get-ex-token)
19792 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19793 * international/fontset.el (fontset-plain-name):
19794 * mail/feedmail.el (feedmail-look-at-queue-directory):
19795 * mail/mailalias.el (mail-get-names):
19796 * mail/rmail.el (rmail-convert-to-babyl-format):
19797 * mail/rmailsum.el (rmail-make-basic-summary-line)
19798 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19799 (rmail-summary-goto-msg):
19800 * mail/smtpmail.el (smtpmail-read-response):
19801 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19802 (ange-ftp-vms-add-file-entry):
19803 * play/gametree.el (gametree-looking-at-ply)
19804 (gametree-current-branch-score):
19805 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19806 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19807 * progmodes/cperl-mode.el (condition-case):
19808 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19809 (ebrowse-set-member-buffer-column-width)
19810 (ebrowse-select-1st-to-9nth):
19811 * progmodes/etags.el (etags-snarf-tag):
19812 * progmodes/flymake.el (flymake-parse-line):
19813 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19814 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19815 (idlwave-shell-menu-def):
19816 * progmodes/ps-mode.el (ps-run-goto-error):
19817 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19818 (vhdl-speedbar-contract-level):
19819 * term/mac-win.el (x-handle-numeric-switch):
19820 * term/sun-mouse.el (sun-get-frame-data):
19821 * term/w32-win.el (x-handle-numeric-switch):
19822 * term/x-win.el (x-handle-numeric-switch):
19823 * textmodes/ispell.el (ispell-parse-output):
19824 * textmodes/nroff-mode.el (nroff-outline-level):
19825 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19826 (reftex-bib-sort-year-reverse, reftex-format-citation):
19827 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19828 (reftex-section-number):
19829 * textmodes/texinfmt.el (texinfo-paragraphindent):
19830 Replace `string-to-int' by `string-to-number'.
19831
19832 * international/latexenc.el: Add page marker to force the "Local
19833 Variables:" string out of the last page.
19834
19835 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19836
19837 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19838 tooltip-change-major-mode.
19839 (gud-tooltip-print-command): Remove case where gud-minor-mode
19840 is gdb ("--fullname").
19841 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19842 explain to user.
19843
19844 2005-05-16 Jay Belanger <belanger@truman.edu>
19845
19846 * calc/calc-store.el (calc-copy-special-constant): New function.
19847
19848 * calc/calc-ext.el (calc-init-extensions): Add binding for
19849 `calc-copy-special-constant'.
19850
19851 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19852 for the `calc-copy-special-constant' command.
19853
19854 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19855
19856 * subr.el (left-fringe-p): New function.
19857
19858 * progmodes/compile.el (compilation-setup): Set local value of
19859 overlay-arrow-string to "" always.
19860 (compilation-set-window): Left fringe then don't scroll.
19861 No left fringe then no arrow and scroll message to top.
19862 (compilation-context-lines): Adjust doc string accordingly.
19863
19864 2005-05-16 Kim F. Storm <storm@cua.dk>
19865
19866 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19867 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19868 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19869 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19870 (ido-read-file-name): Handle commands with ido property value
19871 equal to find-file as reading a file name, to allow C-d to enter dired.
19872 (ibuffer-find-file): Add ido property with value find-file.
19873
19874 2005-05-15 Kim F. Storm <storm@cua.dk>
19875
19876 * subr.el (open-network-stream-nowait): Remove.
19877 (open-network-stream-server): Remove.
19878
19879 2005-05-15 Richard M. Stallman <rms@gnu.org>
19880
19881 * faces.el (describe-face): Output a definition link button.
19882
19883 * help-mode.el (help-face-def): New button type.
19884
19885 * emacs-lisp/copyright.el (copyright-fix-years):
19886 Match properly if the first year is 2-digit.
19887 Don't mess up the whitespace after the years by filling.
19888
19889 * dired-aux.el (dired-mark-confirm):
19890 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19891
19892 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19893 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19894 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19895
19896 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19897 Set font-lock-comment-start-skip.
19898
19899 * font-lock.el (font-lock-comment-start-skip): New variable.
19900 (font-lock-comment-end-skip): New variable.
19901 (font-lock-fontify-syntactically-region): Use them if non-nil.
19902
19903 2005-05-15 Jay Belanger <belanger@truman.edu>
19904
19905 * calc/calc-store.el (calc-store-value): Return a string rather
19906 than display it as a message.
19907 Use calc-var-name for variable name.
19908 (calc-store-into): Add the result of calc-store-value to message.
19909 (calc-copy-variable): Add a message.
19910 (calc-store-exchange): Improve error messages.
19911 (calc-store-binary, calc-store-map): Don't reset the values of
19912 special constants.
19913
19914 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19915
19916 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19917 manual to docstring.
19918
19919 * files.el (hack-local-variables-confirm): Add STRING argument.
19920 Make the function handle non file visiting buffers correctly.
19921 (hack-local-variables-prop-line, hack-local-variables)
19922 (hack-one-local-variable): Use STRING arg of
19923 `hack-local-variables-confirm'.
19924
19925 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19926
19927 Sync with Tramp 2.0.49.
19928
19929 * net/tramp.el (tramp-handle-dired-call-process)
19930 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19931 because the contents of the Tramp buffer is changed before
19932 insertion (`expand-file' and alike).
19933 (tramp-handle-insert-directory): If `localname' has an empty
19934 nondirectory name, it must not be quoted.
19935 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19936 variable `tramp-chunksize'. Change callees.
19937 (tramp-open-connection-setup-interactive-shell): Check remote host
19938 for buggy `send-process-string' implementation.
19939 Set `tramp-chunksize' if found. Reported by Michael Kifer
19940 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19941 (tramp-handle-shell-command): `insert-buffer' cannot be used
19942 because the contents of the Tramp buffer is changed before
19943 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19944 <frederic.bothamy@free.fr>.
19945 (tramp-set-auto-save): Actions should be done for Tramp file name
19946 handler only. Ange-FTP has its own auto-save mechanism.
19947 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19948 (tramp-set-auto-save-file-modes): Set file modes of
19949 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19950 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19951 (tramp-bug): Remove obsolete variable.
19952 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19953 for presence of `mml-mode'. Make it running for older Emacsen as well.
19954
19955 2005-05-14 John Paul Wallington <jpw@pobox.com>
19956
19957 * ibuf-ext.el (define-ibuffer-filter filename):
19958 If `dired-directory' is a list, use its car.
19959
19960 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19961
19962 * ibuffer.el (define-ibuffer-column filename):
19963 If `dired-directory' is a list, use its car.
19964
19965 2005-05-14 Richard M. Stallman <rms@gnu.org>
19966
19967 * subr.el (symbol-file): Doc fix.
19968
19969 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19970 (byte-compile-form): Call byte-compile-nogroup-warn.
19971 (byte-compile-warning-types): Doc fix.
19972
19973 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19974
19975 * progmodes/cc-engine.el (c-literal-faces):
19976 Add font-lock-comment-delimiter-face.
19977
19978 * net/net-utils.el (dig): Use with-no-warnings.
19979
19980 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19981 (sc-recite-frame-alist, sc-default-cite-frame)
19982 (sc-default-uncite-frame, sc-default-recite-frame)
19983 (sc-attrib-selection-list, sc-rewrite-header-list):
19984 Mark as risky-local-variable.
19985
19986 * international/ogonek.el (ogonek-jak, ogonek-how):
19987 Don't use beginning-of-buffer.
19988
19989 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19990
19991 * calendar/solar.el (solar-data-list): Move definition up.
19992
19993 * dnd.el (dnd-protocol-alist): Add autoload.
19994
19995 * progmodes/sh-script.el: Many doc usage fixes.
19996 (sh-indent-after-do): Change default to match common styles.
19997
19998 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19999
20000 * files.el (interpreter-mode-alist)
20001 (auto-mode-interpreter-regexp): Doc fixes.
20002
20003 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20004
20005 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20006
20007 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20008
20009 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20010
20011 * dired.el (dired-mode): make-variable-buffer-local =>
20012 make-local-variable.
20013
20014 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20015
20016 * term/mac-win.el (mac-select-convert-to-string): Try coding
20017 systems in mac-script-code-coding-systems if specified one cannot
20018 encode string for `com.apple.traditional-mac-plain-text'.
20019
20020 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20021
20022 * progmodes/make-mode.el (makefile-targets-face)
20023 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20024 (makefile-dependency-regex): Fix it to not make the colon in
20025 $(var:a=b) special.
20026 (makefile-rule-action-regex): New regexp for highlighting embedded
20027 Shell strings.
20028 (makefile-macroassign-regex): Handle != for highlighting as
20029 embedded Shell strings.
20030 (makefile-var-use-regex): New const.
20031 (makefile-statements, makefile-automake-statements)
20032 (makefile-gmake-statements, makefile-makepp-statements)
20033 (makefile-bsdmake-statements): New consts.
20034 (makefile-make-font-lock-keywords): New function.
20035 (makefile-automake-font-lock-keywords)
20036 (makefile-gmake-font-lock-keywords)
20037 (makefile-makepp-font-lock-keywords)
20038 (makefile-bsdmake-font-lock-keywords): New consts.
20039 (makefile-mode-map): Add switchers between the various submodes.
20040 (makefile-mode): Document the availability of the variants.
20041 (makefile-automake-mode, makefile-gmake-mode)
20042 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20043
20044 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20045 new variants of makefile-mode.
20046
20047 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20048
20049 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20050 the inheritance.
20051
20052 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20053
20054 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20055 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20056
20057 * files.el (normal-mode): Extend the scope of the
20058 `enable-local-variables' binding to include the `set-auto-mode' call.
20059 (magic-mode-alist): Doc fix.
20060
20061 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20064 font-lock-comment-face rather than copying its setting.
20065
20066 2005-05-12 Andreas Schwab <schwab@suse.de>
20067
20068 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20069
20070 2005-05-12 Lute Kamstra <lute@gnu.org>
20071
20072 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20073 defcustom for the mode hook variable. Delete the last argument.
20074 * generic-x.el: Fix callers of define-generic-mode.
20075 (generic-x-modes): Delete group.
20076 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20077 generic-x customization group.
20078
20079 2005-05-12 Kim F. Storm <storm@cua.dk>
20080
20081 * font-lock.el (font-lock-negation-char-face): Default to "off".
20082
20083 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20084 font-lock-negation-char-face to ! in !=.
20085
20086 2005-05-12 Masatake YAMATO <jet@gyve.org>
20087
20088 * add-log.el (find-change-log): Fix typos in the docstring
20089 of function.
20090
20091 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20092
20093 * international/latexenc.el (latexenc-find-file-coding-system):
20094 Avoid `re-search-forward' when looking for input encoding because
20095 of speed and safety. Better regular expressions for recognizing
20096 input encoding. Limit a search for TeX-master/tex-main-file to
20097 the local variable section.
20098
20099 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20100
20101 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20102 syntax of $ to "'" (quote).
20103
20104 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20105
20106 * dnd.el (dnd-protocol-alist): Improve custom type.
20107
20108 * dired.el (dired-dnd-protocol-alist): New variable.
20109 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20110 `dired-mode-hook' to the end.
20111
20112 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20113
20114 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20115 comment-end if comment-start-skip is not set.
20116 Obey the font-lock-comment-delimiter-face variables.
20117
20118 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20119
20120 * files.el (executable-find): Move from executable.el. Use
20121 locate-file.
20122 * progmodes/executable.el (executable-find): Move to files.el.
20123
20124 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20125 when trying to ensure forward progress.
20126
20127 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20128
20129 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20130 (mouse-select, mouse-select-internal, mouse-extend-internal):
20131 Use it to implement mouse-1-click-follows-link functionality.
20132
20133 2005-05-11 Richard M. Stallman <rms@gnu.org>
20134
20135 * font-lock.el (font-lock-fontify-syntactically-region):
20136 Use font-lock-comment-delimiter-face for comment delimiters.
20137
20138 2005-05-10 Jay Belanger <belanger@truman.edu>
20139
20140 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20141 preserving embedded modes.
20142
20143 2005-05-10 Richard M. Stallman <rms@gnu.org>
20144
20145 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20146
20147 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20148 Move from ada-stmt.el.
20149 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20150
20151 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20152 Move to ada-mode.el.
20153 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20154
20155 * cus-edit.el (custom-file): Call file-chase-links.
20156
20157 * files.el (read-directory-name): Fix previous change.
20158 (hack-local-variables-confirm): New function.
20159 (hack-local-variables-prop-line, hack-local-variables)
20160 (hack-one-local-variable): Use it.
20161
20162 2005-05-10 Lute Kamstra <lute@gnu.org>
20163
20164 * font-lock.el (font-lock-keywords-alist)
20165 (font-lock-removed-keywords-alist): Clarify docstrings.
20166
20167 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20168
20169 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20170 (gdb-source-info): Check for preprocessor info.
20171 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20172 a macro for a function.
20173 (gdb-info-breakpoints-custom): Try to find file again if not already
20174 found (user might have used GDB dir command).
20175 (gdb-get-location): Update gdb-location-alist correctly for change
20176 to gdb-info-breakpoints-custom.
20177
20178 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20179 (gud-tooltip-print-command): Add gdbmi case.
20180 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20181 preprocessor info.
20182
20183 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20184
20185 * startup.el (fancy-splash-insert): Fix typo in doc string.
20186
20187 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20188
20189 * obsolete/float.el (string-to-float):
20190 * obsolete/hilit19.el (hilit-add-pattern):
20191 * obsolete/rnews.el (news-parse-range, news-select-message)
20192 (news-get-pruned-list-of-files): Replace `string-to-int' by
20193 `string-to-number'.
20194
20195 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20196 `find-file-not-found-hooks'; use `add-hook'.
20197 (uncompress-while-visiting): Set `write-file-functions', not
20198 `write-file-hooks'; use `add-hook'.
20199
20200 2005-05-09 Kim F. Storm <storm@cua.dk>
20201
20202 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20203 (cua-paste): Handle clipboard action.
20204 (cua--init-keymaps): Remap clipboard-kill-region and
20205 clipboard-kill-ring-save.
20206
20207 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20208
20209 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20210 Improve commentary.
20211
20212 * simple.el (next-error-overlay-arrow-position): Revert the change
20213 made on 2005-04-30.
20214
20215 2005-05-07 Jay Belanger <belanger@truman.edu>
20216
20217 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20218 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20219 `calc-sel-reselect'.
20220
20221 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20222 Calc is in embedded mode.
20223
20224 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20225
20226 * progmodes/compile.el (compilation-setup):
20227 Set overlay-arrow-string to an empty string on text terminals.
20228
20229 * textmodes/ispell.el (ispell-program-name): Try looking for
20230 "aspell" along exec-path, and if found, use it as the default
20231 speller program.
20232
20233 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20234
20235 * international/mule.el (sgml-xml-auto-coding-function):
20236 Recognize encoding='FOO' in single quotes as well as in double quotes.
20237
20238 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20239
20240 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20241 as well as `interactive', so that defmacro* would recognize
20242 `declare' forms.
20243
20244 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20245
20246 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20247 Explain more about the LIGHTER arg's usage in the doc string.
20248 Add commentary to clarify what the code does. Fix the regexp that
20249 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20250 since it could have characters special to regular expressions.
20251
20252 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20253
20254 * replace.el (occur-1): Bind inhibit-read-only so that
20255 erase-buffer doesn't barf on read-only text properties (likewise
20256 for add-text-properties in occur-engine). Mark buffer as unmodified.
20257 (occur-engine): Don't set buffer-read-only here.
20258
20259 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20260
20261 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20262 list-buffers-directory. This caused the *cvs-commit* buffer to be
20263 sometimes mistakenly reused as a *cvs* buffer.
20264
20265 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20266
20267 * tooltip.el: Move code for GUD tooltips into gud.el.
20268 (require): CL no longer needed to compile case.
20269 (tooltip-mode): Do not toggle functions for GUD tooltips.
20270 (tooltip-gud-tips-p): Remove. Replace with minor mode
20271 gud-tooltip-mode in gud.el.
20272 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20273 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20274 tooltip-gud prefix with gud-tooltip and obsolete.
20275 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20276 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20277 (tooltip-mouse-motion): Mouse movement functions/variable.
20278 Rename in gud.el by adding gud prefix.
20279 (tooltip-gud-original-filter, tooltip-gud-dereference)
20280 (tooltip-gud-event, tooltip-toggle-gud-tips)
20281 (tooltip-gud-process-output, tooltip-gud-print-command)
20282 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20283 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20284 (gdb-tooltip-print): Move to gdb-ui.el.
20285
20286 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20287 (require): CL needed to compile case.
20288 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20289 tooltip-gud-tips-p. Make it a minor-mode.
20290 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20291 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20292 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20293 (gud-tooltip-change-major-mode)
20294 (gud-tooltip-activate-mouse-motions-if-enabled)
20295 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20296 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20297 (gud-tooltip-original-filter, gud-tooltip-dereference)
20298 (gud-tooltip-event, tooltip-toggle-gud-tips)
20299 (gud-tooltip-process-output, gud-tooltip-print-command)
20300 (gud-tooltip-tips): Move from tooltip.el.
20301
20302 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20303 (gdb-cpp-define-alist-flags): Doc fix.
20304 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20305 gud-tooltip-mode is t.
20306
20307 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20308
20309 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20310 evaporate if their text is deleted.
20311 (goto-address-at-point): Make it work as a mouse binding as well.
20312 (goto-address-at-mouse): Obsolete it. Update users.
20313
20314 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20315
20316 * calendar/appt.el (top-level): No longer activate on load.
20317
20318 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20319
20320 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20321 * net/webjump.el (webjump):
20322 * progmodes/idlw-help.el (idlwave-do-context-help1)
20323 (idlwave-highlight-linked-completions):
20324 * textmodes/po.el (po-find-file-coding-system-guts):
20325 Replace `assoc-ignore-case' by `assoc-string'.
20326
20327 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20328
20329 * files.el (locate-file): Doc fix.
20330
20331 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20332 Remove the redundant test for ms-dos.
20333
20334 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20335 look for the preprocessor with exec-suffixes. If not found in
20336 standard places, look in exec-path. Remove most of the tests that
20337 used system-type.
20338
20339 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20340
20341 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20342
20343 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20344 file-name clash with jka-compr.el on 8+3 filesystems.
20345
20346 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20347
20348 * term/mac-win.el: Don't define or bind scroll bar functions if
20349 x-toolkit-scroll-bars is t.
20350 (x-select-text, x-get-selection-value): Clear
20351 x-last-selected-text-clipboard if x-select-enable-clipboard is
20352 nil.
20353 (PRIMARY): Put mac-scrap-name property.
20354 (mac-select-convert-to-file-url): New function.
20355 (public.file-url): New selection target type. Add to
20356 selection-converter-alist.
20357 (x-get-selection, x-selection-value): Handle it.
20358 (x-cut-buffer-or-selection-value): New alias.
20359
20360 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20361
20362 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20363 entry to avoid calling bibtex-find-entry with arg global
20364 being t. Remove arg key.
20365 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20366 (bibtex-copy-summary-as-kill): Change accordingly.
20367
20368 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20369
20370 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20371 (org-agenda-date-later): Use with-current-buffer.
20372
20373 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20374
20375 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20376 (define-obsolete-variable-alias): Doc Fixes.
20377
20378 2005-05-06 Kim F. Storm <storm@cua.dk>
20379
20380 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20381 vertical-motion when selective-display is active.
20382
20383 * ido.el (ido-setup-hook): New hook.
20384 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20385 (ido-input-stack): New var.
20386 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20387 ido-next-work-file binding to M-O.
20388 Bind M-f to ido-wide-find-file-or-pop-dir.
20389 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20390 (ido-read-internal): Run ido-setup-hook.
20391 Catch quit in read-file-name and read-string to cancel edit.
20392 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20393 Automatically pop-all when completing a directory name (RET).
20394 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20395 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20396 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20397 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20398 New functions for M-b/M-f to move among the directory components.
20399 (ido-make-merged-file-list): Catch quit to cancel merge.
20400 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20401 (ido-completion-help): No warnings for ido-completion-buffer-full.
20402
20403 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20404
20405 * font-lock.el (font-lock-negation-char-face): New face and variable.
20406 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20407 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20408 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20409 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20410
20411 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20412
20413 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20414 Fix typo in docstring.
20415
20416 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20417 (ebrowse-print-statistics-line)
20418 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20419
20420 * term/w32-win.el (image-library-alist): Add additional name for
20421 Xpm library.
20422
20423 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20424
20425 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20426 use gcc instead of cpp.
20427
20428 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20429 (gdb-create-define-alist): Use it.
20430 (gdb-cpp-define-alist-program): Update for MS-DOS.
20431
20432 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20433
20434 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20435
20436 2005-05-04 Richard M. Stallman <rms@gnu.org>
20437
20438 * help.el (describe-key): No error when UNTRANSLATED is nil.
20439
20440 * simple.el (line-move-1): Fix previous change to signal errors
20441 appropriately.
20442
20443 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20444
20445 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20446 (icalendar-duration-correction): Remove.
20447 (icalendar--get-event-properties): Split result at commas.
20448 (icalendar--decode-isoduration): New optional argument
20449 DURATION-CORRECTION.
20450 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20451 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20452 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20453 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20454 (icalendar--convert-anniversary-to-ical): New functions, extracted
20455 from icalendar-export-region, with bug fixes.
20456 (icalendar-export-region): Use the above functions.
20457 (icalendar-import-buffer): Check before saving diary file.
20458 (icalendar--convert-recurring-to-diary)
20459 (icalendar--convert-non-recurring-all-day-to-diary)
20460 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20461 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20462 (icalendar--convert-ical-to-diary): Use the above functions.
20463
20464 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20465
20466 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20467 Remove these recent additions.
20468 (c-mode): Restore to before 2005-04-28.
20469
20470 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20471 recent addition.
20472
20473 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20474 (gdb-define-alist): New variables.
20475 (gdb-create-define-alist): New function.
20476 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20477 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20478 with string-to-number.
20479 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20480
20481 * progmodes/gud.el: Replace string-to-int with string-to-number.
20482 (gud-find-file): Handle gdb-define-alist.
20483
20484 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20485
20486 2005-05-02 Jay Belanger <belanger@truman.edu>
20487
20488 * calc/calc-aent.el (math-read-token):
20489 * calc/calc-bin.el (calc-word-size):
20490 * calc/calc-ext.el (calc-read-number-fancy):
20491 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20492 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20493 * calc/calc-frac.el (calc-over-notation):
20494 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20495 (calc-graph-num-points, calc-graph-init):
20496 * calc/calc-prog.el (calc-read-parse-table-part)
20497 (calc-edit-macro-repeats):
20498 * calc/calc-yank.el (calc-do-grab-rectangle):
20499 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20500 Replace `string-to-int' by `string-to-number'.
20501
20502 2005-05-02 Kim F. Storm <storm@cua.dk>
20503
20504 * kmacro.el: Use executing-kbd-macro-index variable.
20505
20506 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20507
20508 * net/rlogin.el (rlogin-parse-words): Delete func.
20509 (rlogin): Use split-string, not rlogin-parse-words.
20510 Also, if there are option-like elements in the parsed args,
20511 take the host to be the first arg immediately following them.
20512 Suggested by Michael Mauger.
20513
20514 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20515
20516 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20517
20518 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20519
20520 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20521 (cc-mode-cpp-program): Rename to cc-define-list-program and
20522 move to cc-vars.el.
20523
20524 * progmodes/cc-vars.el (cc-define-list-program):
20525 Change to "gcc -E -dM -". Make customizable.
20526
20527 2005-05-02 Kim F. Storm <storm@cua.dk>
20528
20529 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20530
20531 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20532
20533 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20534
20535 * international/mule-util.el (truncate-string): Remove alias and
20536 obsolete declaration.
20537
20538 * international/mule-cmds.el (update-iso-coding-systems):
20539 Remove alias and obsolete declaration.
20540
20541 * international/mule.el (coding-system-parent): Remove alias and
20542 obsolete declaration.
20543
20544 * subr.el (define-function, sref): Remove aliases and obsolete
20545 declarations.
20546 (chars-in-region): Remove obsolete declaration.
20547
20548 2005-05-01 Richard M. Stallman <rms@gnu.org>
20549
20550 * info.el (Info-mode): Set widen-automatically to nil, locally.
20551
20552 * simple.el (widen-automatically): New variable.
20553 (pop-global-mark): Obey widen-automatically.
20554
20555 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20556
20557 * term/xterm.el (function-key-map): Call substitute-key-definition
20558 before the keymap size is increased by a lot of define-key calls.
20559
20560 2005-05-01 Richard M. Stallman <rms@gnu.org>
20561
20562 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20563 Rename ARG to ELEMENT. Doc fix.
20564
20565 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20566
20567 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20568 Remove references to allout-exposure/change to allout-new-exposure.
20569
20570 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20571 bytecode symbols.
20572
20573 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20574 (compiled-function-p, focus-frame, unfocus-frame):
20575 Remove aliases and obsolete declarations.
20576 Back out inadvertent changes from previous commit.
20577
20578 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20579
20580 * files.el (require-final-newline): Make Custom tags consistent
20581 with mode-require-final-newline.
20582 (mode-require-final-newline): Doc fix.
20583
20584 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20585
20586 * international/latexenc.el (latexenc-find-file-coding-system):
20587 Fix regular expressions.
20588
20589 2005-05-01 David Kastrup <dak@gnu.org>
20590
20591 * international/latexenc.el (latexenc-find-file-coding-system):
20592 Fix regular expressions.
20593
20594 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20595
20596 * subr.el (string-to-int): Make obsolete.
20597
20598 2005-04-30 Richard M. Stallman <rms@gnu.org>
20599
20600 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20601
20602 * loadup.el: load jka-comp-hook.
20603
20604 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20605 (jka-compr-handler): Add autoload. `put' calls moved
20606 to jka-comp-hook.el.
20607 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20608 (jka-compr-inhibit): Autoload.
20609
20610 * jka-comp-hook.el: New file.
20611 Enable the mode by default.
20612
20613 * files.el (backup-buffer-copy): Use copy-file instead
20614 of write-region, and put back the 'excl.
20615
20616 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20617
20618 * progmodes/flymake.el (flymake-split-string)
20619 (flymake-split-string, flymake-log, flymake-pid-to-names)
20620 (flymake-reg-names, flymake-get-source-buffer-name)
20621 (flymake-unreg-names, flymake-add-line-err-info)
20622 (flymake-add-err-info): Clarify docstrings.
20623 (flymake-popup-menu, flymake-make-emacs-menu)
20624 (flymake-make-xemacs-menu): Add docstrings.
20625 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20626 Set variables directly throughout.
20627
20628 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20629
20630 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20631 exists. Initialize cc-define-alist.
20632 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20633 If there is no file (Macroexpansion) don't create an alist.
20634
20635 2005-04-29 Sam Steingold <sds@gnu.org>
20636
20637 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20638 (cc-create-define-alist): Use it instead of the hard-coded string.
20639
20640 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20641
20642 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20643 for latexenc.
20644
20645 2005-04-29 Lute Kamstra <lute@gnu.org>
20646
20647 * emacs-lisp/generic.el: Improve commentary section.
20648 (define-generic-mode): Improve docstring.
20649
20650 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20651
20652 * textmodes/org.el (many places): Change to quiet the byte compiler.
20653 (org-prefix-format-compiled): New variable.
20654 (org-compile-prefix-format): New function.
20655 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20656 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20657 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20658 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20659 consistency with entries from `org-mode' files.
20660 (org-get-time-of-day): Fix bug with partial matches early in a line.
20661 (org-non-link-chars): New constant.
20662 (org-link-regexp): Respect `org-non-link-chars'.
20663 (org-agenda-day-view): Remove command.
20664 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20665 (org-follow-bbdb-link, org-store-link): Search also company field.
20666 (org-highlight-overlay): New variable.
20667 (org-highlight, org-unhighlight): New functions.
20668 (org-agenda-mode): Add pre-command-hook to remove highlight.
20669 (org-evaluate-time-range): Behavior depends upon whether time stamp
20670 contains a time or not.
20671 (org-show-subtree, org-show-entry): New functions.
20672 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20673
20674 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20675
20676 * comint.el (comint-output-filter-functions): Add autoload cookie.
20677
20678 2005-04-28 Kim F. Storm <storm@cua.dk>
20679
20680 * ido.el (ido-everywhere): Fix last change.
20681
20682 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20683
20684 * international/latexenc.el: New file.
20685 * international/mule-conf.el (file-coding-system-alist): For .tex,
20686 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20687
20688 2005-04-28 Lute Kamstra <lute@gnu.org>
20689
20690 * font-lock.el (font-lock-add-keywords)
20691 (font-lock-remove-keywords): Clarify docstring.
20692 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20693 Don't start docstrings with a `*'.
20694 (font-lock-update-removed-keyword-alist): Give it a docstring.
20695
20696 * generic-x.el: Update commentary section.
20697 Only require font-lock when compiling.
20698 Define all modes conditionally.
20699 Place all generic modes in the generic-x-modes customization group.
20700 (generic-x-modes): New customization group.
20701 (generic-default-modes, generic-mswindows-modes)
20702 (generic-unix-modes, generic-other-modes): New constants.
20703 (generic-define-mswindows-modes, generic-define-unix-modes):
20704 Update docstrings. Make them obsolete.
20705 (generic-extras-enable-list): New default value. Update docstring.
20706 Improve :type. Change :set function.
20707 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20708 Fix docstring.
20709
20710 * emacs-lisp/generic.el (generic-mode-internal):
20711 Simplify font-lock-defaults.
20712 (define-generic-mode): Fix docstring.
20713
20714 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20715
20716 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20717 font-lock-face property to highlight matches.
20718
20719 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20720
20721 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20722 (cc-define-alist): New variable.
20723 (c-mode): Make it local and initialize it.
20724
20725 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20726 (gdb-exited): New function.
20727 (gdb-annotation-rules): Use it.
20728 (gdb-starting): Set gdb-active-process to t.
20729 (gdb-stopping): Amend doc string.
20730 (gdb-reset): Set gdb-active-process to nil.
20731
20732 * tooltip.el (tooltip-gud-tips): Show the associated #define
20733 directives when a C program under GDB is not executing.
20734
20735 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20736
20737 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20738 font-lock-fontify-syntactic-keywords.
20739
20740 * font-lock.el (font-lock-default-fontify-region): Don't force
20741 parse-sexp-lookup-properties to nil.
20742
20743 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20744
20745 * man.el (man-mode-syntax-table): Set up `:' to have
20746 word-constituent syntax.
20747
20748 2005-04-27 Lute Kamstra <lute@gnu.org>
20749
20750 * novice.el (disable-command): Don't add spurious newlines to the
20751 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20752
20753 2005-04-26 Jay Belanger <belanger@truman.edu>
20754
20755 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20756 than one window before deleting window.
20757
20758 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20759
20760 * shell.el (shell-prompt-pattern): Doc fix.
20761 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20762
20763 * comint.el (comint-prompt-regexp, comint-get-old-input)
20764 (comint-use-prompt-regexp)
20765 (comint-use-prompt-regexp-instead-of-fields)
20766 (comint-replace-by-expanded-history, comint-send-input)
20767 (comint-output-filter, comint-get-old-input-default)
20768 (comint-line-beginning-position, comint-bol, comint-show-output)
20769 (comint-backward-matching-input, comint-forward-matching-input)
20770 (comint-next-prompt, comint-previous-prompt):
20771 Rename `comint-use-prompt-regexp-instead-of-fields' to
20772 `comint-use-prompt-regexp'. Keep old name as alias and declare
20773 obsolete.
20774 (comint-use-prompt-regexp): Shorten first line of doc string.
20775
20776 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20777 Set paragraph-separate buffer locally to "\\'".
20778
20779 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20780 Adapt to above name change.
20781
20782 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20783 (smbclient-prompt-regexp): Ditto.
20784
20785 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20786
20787 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20788
20789 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20790 gdb-location-list.
20791 Break lines that are over 80 characters wide.
20792
20793 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20794
20795 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20796 New fun and var, to preserve compatibility.
20797
20798 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20799
20800 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20801
20802 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20803 name to file-newer-than-file-p.
20804
20805 2005-04-26 Richard M. Stallman <rms@gnu.org>
20806
20807 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20808
20809 * progmodes/python.el (python-mode):
20810 Use new name eldoc-documentation-function.
20811
20812 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20813
20814 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20815 (eldoc-documentation-function):
20816 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20817
20818 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20819
20820 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20821
20822 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20823
20824 * term/xterm.el (function-key-map): Fix strings for
20825 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20826 {C,S,A,C-S}-{f1-f12}.
20827
20828 2005-04-26 Kenichi Handa <handa@m17n.org>
20829
20830 * international/mule-cmds.el (select-safe-coding-system):
20831 Fix previous change.
20832
20833 2005-04-26 Lute Kamstra <lute@gnu.org>
20834
20835 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20836
20837 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20838 (font-lock-comment-delimiter-face): Ditto.
20839
20840 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20841
20842 2005-04-25 Jay Belanger <belanger@truman.edu>
20843
20844 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20845 to t while inserting information; use help-mode.
20846
20847 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20848
20849 * term.el (ansi-term-color-vector): Use the xterm colors.
20850 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20851
20852 2005-04-25 Lute Kamstra <lute@gnu.org>
20853
20854 * font-core.el (font-lock-defaults): Fix docstring.
20855
20856 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20857
20858 2005-04-25 Kenichi Handa <handa@m17n.org>
20859
20860 * international/mule-cmds.el (select-safe-coding-system):
20861 Don't check consistency with coding: spec, etc if raw-text or
20862 no-conversion was found to be safe.
20863
20864 2005-04-24 Richard M. Stallman <rms@gnu.org>
20865
20866 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20867 citation markers at start of each line.
20868
20869 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20870 citation markers at start of each line.
20871
20872 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20873
20874 * files.el (mode-require-final-newline): Fix previous change.
20875 (require-final-newline): Fix type label.
20876
20877 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20878
20879 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20880 statement in buffer (broken by 2004-11-24 change).
20881
20882 2005-04-24 Kim F. Storm <storm@cua.dk>
20883
20884 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20885 and read-file-name-function values. Don't overwrite existing
20886 non-nil values if ido-mode is enabled without ido-everywhere.
20887
20888 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20889
20890 * files.el (mode-require-final-newline): Minor doc fix.
20891
20892 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20893
20894 * subr.el (syntax-after): Doc fix.
20895 (syntax-class): If argument is nil, return nil. Mask off upper 16
20896 bits, not 8 bits.
20897
20898 * files.el (mode-require-final-newline): Doc fix.
20899 (backup-buffer-copy): Fix last change.
20900
20901 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20902
20903 * term/mac-win.el: Require select. Set selection-coding-system to
20904 mac-system-coding-system. Call menu-bar-enable-clipboard.
20905 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20906 (x-select-enable-clipboard): New variables.
20907 (x-select-text, x-get-selection, x-selection-value)
20908 (x-get-selection-value, mac-select-convert-to-string)
20909 (mac-services-open-file, mac-services-open-selection)
20910 (mac-services-insert-text): New functions.
20911 (CLIPBOARD, FIND): Put mac-scrap-name property.
20912 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20913 (public.tiff): Put mac-ostype property.
20914 (selection-converter-alist): Add entries for them.
20915 (mac-application-menu-map): New keymap.
20916 (interprogram-cut-function, interprogram-paste-function): Set to
20917 x-select-text and x-get-selection-value, respectively.
20918 (split-window-keep-point): Set to t.
20919
20920 2005-04-23 Richard M. Stallman <rms@gnu.org>
20921
20922 * files.el (read-directory-name): Always pass non-nil
20923 DEFAULT-FILENAME arg to read-file-name.
20924 (backup-buffer-copy, basic-save-buffer-2): Take care against
20925 writing thru an unexpected existing symlink.
20926 (revert-buffer): In indirect buffer, revert the base buffer.
20927 (magic-mode-alist): Doc fix.
20928 (buffer-stale-function): Doc fix.
20929 (minibuffer-with-setup-hook): Avoid warning.
20930 (mode-require-final-newline): Doc and custom fix.
20931
20932 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20933
20934 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20935 use the default appearance.
20936 (font-lock-comment-delimiter-face): New face, new variable.
20937
20938 * imenu.el (imenu--generic-function): The official position of a
20939 definition is the start of the line that BEG is in.
20940
20941 * midnight.el (midnight-timer): Move defvar up.
20942
20943 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20944
20945 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20946
20947 * startup.el (command-line): Use with-no-warnings.
20948
20949 * window.el (window-size-fixed): New defvar.
20950
20951 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20952
20953 * mail/rmail.el (rmail-font-lock-keywords):
20954 Use font-lock-comment-delimiter-face.
20955
20956 * mail/sendmail.el (mail-font-lock-keywords):
20957 Use font-lock-comment-delimiter-face.
20958
20959 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20960
20961 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20962
20963 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20964 Specify t for LAXMATCH when matching directories.
20965 Save match data around compilation-compat-error-properties form.
20966
20967 2005-04-23 David Kastrup <dak@gnu.org>
20968
20969 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20970 Mention that the autoloaded aliases should be kept for AUCTeX.
20971
20972 2005-04-23 Andreas Schwab <schwab@suse.de>
20973
20974 * isearch.el (isearch-forward): Doc fix.
20975
20976 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20977
20978 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20979 (jit-lock-stealth-nice): Change default value to 0.5.
20980
20981 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20982
20983 * abbrev.el (write-abbrev-file): Write table entries in
20984 alphabetical order by table name.
20985
20986 2005-04-22 Kim F. Storm <storm@cua.dk>
20987
20988 * ido.el (ido-read-internal): Fix `list' completion.
20989
20990 2005-04-22 Kenichi Handa <handa@m17n.org>
20991
20992 * recentf.el (recentf-save-file-coding-system): New variable.
20993 (recentf-save-list): Encode the file by
20994 recentf-save-file-coding-system and add coding: tag.
20995
20996 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20997
20998 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20999
21000 2005-04-21 Lute Kamstra <lute@gnu.org>
21001
21002 * loadhist.el (unload-feature): Don't remove a function from hooks
21003 if it is about to be restored to an autoload . Remove functions
21004 that will become unbound from auto-mode-alist. Simplify the code.
21005
21006 * subr.el (assq-delete-all): New implementation that is linear,
21007 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21008 (rassq-delete-all): New function.
21009
21010 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21011 Add size-indication-mode.
21012
21013 2005-04-21 Kenichi Handa <handa@m17n.org>
21014
21015 * international/mule-cmds.el: Add autoload for widget-value in
21016 eval-when-compile.
21017
21018 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21019
21020 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21021 Add tooltip-mode.
21022
21023 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21024
21025 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21026
21027 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21028 (inferior-lisp-filter-regexp, inferior-lisp-program)
21029 (inferior-lisp-load-command, inferior-lisp-prompt)
21030 (inferior-lisp-mode-hook, lisp-source-modes)
21031 (inferior-lisp-load-hook): defvar->defcustom.
21032 (inferior-lisp-program, inferior-lisp-prompt)
21033 (inferior-lisp-load-hook): Doc fixes.
21034 (inferior-lisp-install-letter-bindings): Small change in
21035 introductory comment.
21036
21037 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21038
21039 * vc.el (vc-annotate-color-map): Change some colors so that text
21040 using them as foreground is readable on both white and black
21041 backgrounds.
21042
21043 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21044
21045 * international/mule-conf.el (translation-table-for-input):
21046 Remove redundant declaration.
21047
21048 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21049
21050 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21051
21052 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21053 (tooltip-toggle-gud-tips): New function.
21054
21055 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21056
21057 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21058 right angle brackets.
21059
21060 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21061
21062 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21063
21064 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21067 Remove. Update callers to use expand-file-name instead.
21068
21069 * subr.el (syntax-class): New function.
21070
21071 * simple.el (blink-matching-open): Use it.
21072
21073 * paren.el (show-paren-function): Use it to recognize parens that are
21074 also used in 2-char comment markers.
21075
21076 2005-04-19 Lute Kamstra <lute@gnu.org>
21077
21078 * loadhist.el (unload-feature): Update for new format of
21079 load-history. Simplify the code.
21080
21081 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21082
21083 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21084 (mac-add-charset-info): New function. Initialize variable
21085 mac-charset-info-alist using it.
21086 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21087 for translation.
21088 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21089 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21090 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21091 New CCL programs.
21092
21093 2005-04-19 Kim F. Storm <storm@cua.dk>
21094
21095 * simple.el (next-buffer, prev-buffer, next-error)
21096 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21097 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21098
21099 * bindings.el (next-buffer, prev-buffer, next-error)
21100 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21101 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21102 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21103 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21104
21105 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21106
21107 * isearch.el (isearch-edit-string): Make the search-ring available for
21108 minibuffer history commands.
21109 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21110 the default history commands now work just as well.
21111 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21112
21113 2005-04-18 Kim F. Storm <storm@cua.dk>
21114
21115 * emulation/cua-base.el (cua--pre-command-handler): Add more
21116 elaborate check for shift modifier on non-window systems.
21117
21118 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21119
21120 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21121
21122 2005-04-18 Kim F. Storm <storm@cua.dk>
21123
21124 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21125 and make it optional. Don't test tooltip-gud-echo-area here.
21126 (tooltip-gud-process-output, gdb-tooltip-print):
21127 Pass tooltip-gud-echo-area to tooltip-show.
21128 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21129
21130 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21131
21132 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21133 `display-graphic-p' may not be bound yet.
21134
21135 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21136
21137 * startup.el (command-line): No longer enable Xterm Mouse mode by
21138 default in terminals compatible with xterm.
21139
21140 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21141
21142 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21143
21144 * tooltip.el (tooltip-gud-echo-area): Rename from
21145 tooltip-use-echo-area.
21146 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21147 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21148 area independently of where help tooltips are displayed.
21149
21150 2005-04-17 David Kastrup <dak@gnu.org>
21151
21152 * cus-theme.el (custom-theme-write-variables): Quote variables
21153 where necessary.
21154
21155 2005-04-17 Richard M. Stallman <rms@gnu.org>
21156
21157 * simple.el (yank-excluded-properties): Add follow-link to value.
21158
21159 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21160
21161 * startup.el (fancy-splash-max-time): Just 30 seconds.
21162 (fancy-splash-delay): Just 7.
21163 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21164
21165 * loadhist.el (unload-feature): Update for new format of load-history.
21166 Simplify the code.
21167
21168 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21169 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21170
21171 * mail/sendmail.el (mail-font-lock-keywords):
21172 Don't fontify subject text.
21173 Don't fontify the text of a citation.
21174
21175 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21176
21177 * comint.el (comint-output-filter): Run comint-output-filter-functions
21178 with point where the user had it.
21179
21180 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21181
21182 * international/ucs-tables.el (ucs-set-table-for-input):
21183 Disable when using unify-on-decoding.
21184
21185 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21186
21187 * emulation/cua-base.el (cua-global-mark-face): Add special case
21188 for displays supporting a high number of colors.
21189
21190 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21191
21192 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21193
21194 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21195
21196 * filesets.el (filesets-add-buffer): If user supplies a name of a
21197 non-existing fileset, create a new fileset.
21198
21199 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21200
21201 * textmodes/org.el (org-up-heading-all): Fix bug with
21202 `outline-up-heading-all'.
21203
21204 2005-04-16 Andreas Schwab <schwab@suse.de>
21205
21206 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21207 /etc/permissions.d/* and /etc/aliases.d/*.
21208
21209 2005-04-16 Kenichi Handa <handa@m17n.org>
21210
21211 * international/code-pages.el (cp-make-coding-system):
21212 Set `translation-table-for-input' property value to the symbol
21213 ucs-mule-to-mule-unicode, not to that value.
21214 (pt154): Escape guillemet by `\'.
21215
21216 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21217
21218 * loadup.el: Load tooltip if x-show-tip is fboundp.
21219
21220 * startup.el (command-line): Add comment.
21221
21222 * tooltip.el (tooltip-mode): Specify correct standard value for
21223 Custom in init-value.
21224
21225 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21226
21227 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21228 possible.
21229
21230 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21231
21232 * textmodes/org.el (org-agenda-date-prompt): Rename from
21233 `org-agenda-date-today'.
21234 (org-evaluate-time-range): Insert at point instead of directly
21235 after time range.
21236 (org-first-headline-recenter, org-subtree-end-visible-p)
21237 (org-optimize-window-after-visibility-change): New functions
21238 (org-agenda-post-command-hook): Don't allow point at end of line,
21239 to make sure it always hits the text properties.
21240 (org-agenda-next-date-line, org-agenda-previous-date-line):
21241 New commands.
21242 (org-set-regexps-and-options): Category may contain white space.
21243 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21244 Improve marker positions.
21245 (org-agenda-new-marker): Argument POS made optional.
21246 (org-agenda-get-timestamps): Deadlines which are done are listed
21247 in org-done-face now.
21248 (org-agenda-get-todos, org-agenda-get-timestamps)
21249 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21250 Set `undone-face' and `done-face' properties.
21251 (org-last-todo-state-is-todo): New variable.
21252 (org-todo): Set `org-last-todo-state-is-todo'.
21253 (org-agenda-todo): Change face according to
21254 `org-last-todo-state-is-todo'. And change other lines referring to
21255 the same entry.
21256 (org-calendar-goto-agenda): New command.
21257 (org-calendar-to-agenda-key): New option.
21258 (org-startup-folded): New allowed value `content'.
21259 (org-set-regexps-and-options): Accept new value `content' for
21260 `org-startup-folded'.
21261 (org-get-current-options): Handle new value `content' for
21262 `org-startup-folded'.
21263 (org-insert-todo-heading): New command.
21264 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21265 interactively in empty file and option
21266 `org-insert-mode-line-in-empty-file' has been set.
21267 (org-agenda-todo, org-agenda-priority): Modify to use
21268 `org-agenda-change-all-lines'.
21269 (org-warning-face): Change color on dark background
21270
21271 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21272
21273 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21274 use preferences AppleLocale and AppleLanguages, and variable
21275 mac-system-locale for default locale. On Mac OS Classic, use
21276 mac-system-coding-system for default coding systems.
21277
21278 * term/mac-win.el: Don't set file-name-coding-system.
21279 Decode variables system-name, emacs-build-system, user-login-name, and
21280 user-full-name by mac-system-coding-system on Mac OS Classic.
21281 (mac-system-coding-system): New variable.
21282
21283 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21284
21285 * startup.el (command-line): Handle `xterm-mouse-mode' before
21286 reading init file.
21287
21288 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21289
21290 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21291
21292 * progmodes/sh-script.el (sh-here-document-word): Make it a
21293 defcustom. Doc fix.
21294 (sh-add): Bash uses $(( )) for arithmetic.
21295 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21296 (sh-maybe-here-document): Remove quotes and leading whitespace
21297 from heredoc word when closing. Indent heredoc with tabs if word
21298 starts with "-".
21299
21300 2005-04-13 Richard M. Stallman <rms@gnu.org>
21301
21302 * simple.el (undo): Fix previous change.
21303
21304 * custom.el (defface): Doc fix.
21305
21306 2005-04-13 Lute Kamstra <lute@gnu.org>
21307
21308 * Makefile.in (DONTCOMPILE): Remove list.
21309 (compile, compile-always): Don't use DONTCOMPILE.
21310 (update-authors): Load the library in which batch-update-authors
21311 is defined.
21312 * makefile.w32-in (DONTCOMPILE): Remove list.
21313 (compile, compile-always): Fix comments.
21314 (update-authors): Load the library in which batch-update-authors
21315 is defined.
21316
21317 * generic-x.el (generic-mode-ini-file-find-file-hook):
21318 Rename to ini-generic-mode-find-file-hook.
21319 Keep generic-mode-ini-file-find-file-hook as an alias.
21320 (ini-generic-mode-find-file-hook): Rename from
21321 generic-mode-ini-file-find-file-hook. Fix docstring.
21322 (ini-generic-mode): Docstring change.
21323 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21324
21325 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21326 called from lisp.
21327
21328 * generic.el: Move to the emacs-lisp subdir.
21329
21330 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21331
21332 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21333 and C-S- function and cursor motion keys.
21334
21335 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21336
21337 * startup.el (command-line): Enable Xterm Mouse mode by default.
21338 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21339 for Custom. No longer show "Mouse" in mode line when enabled.
21340 Doc fix.
21341
21342 2005-04-12 Kim F. Storm <storm@cua.dk>
21343
21344 * emulation/cua-base.el (cua-rectangle-face)
21345 (cua-rectangle-noselect-face): Define face attributes here.
21346
21347 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21348
21349 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21350
21351 * startup.el (command-line): Turn off blinking cursor if
21352 cursorBlink in resources is off or false.
21353
21354 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21355
21356 * term/mac-win.el (dnd): Require dnd.
21357 (mac-drag-n-drop): Call dnd-handle-one-url.
21358 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21359 (kTextEncodingISOLatin2): Remove constants.
21360 (mac-script-code-coding-systems): New constant.
21361 (mac-handle-language-change): New function.
21362 (special-event-map): Bind it to `language-change' event.
21363 (mac-centraleurroman, mac-cyrillic): New coding systems.
21364 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21365 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21366 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21367 encode-mac-cyrillic, respectively.
21368
21369 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21370
21371 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21372 Don't set overlay-arrow-string to "=>" as this is done
21373 globally in C now.
21374
21375 2005-04-12 Lute Kamstra <lute@gnu.org>
21376
21377 * generic-x.el (rc-generic-mode, rul-generic-mode):
21378 Fix auto-mode-alist entries.
21379 (etc-fstab-generic-mode): Tweak fontification.
21380
21381 * generic.el (generic-make-keywords-list): Fix docstring.
21382 (generic-mode-internal): Simplify generic-font-lock-keywords.
21383
21384 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21385
21386 * whitespace.el (whitespace-buffer-leading)
21387 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21388 However, fix the highlight area for the leading and
21389 trailing whitespaces to show space.
21390
21391 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21392
21393 * whitespace.el (whitespace-version): Bump to 3.5
21394
21395 (whitespace-buffer-leading, whitespace-buffer-trailing):
21396 Invert sense of the test to highlight the whitespace.
21397
21398 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21399
21400 * progmodes/gud.el (gud-display-line): GUD uses its own
21401 overlay arrow now so don't set overlay-arrow-string.
21402 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21403
21404 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21405
21406 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21407 (term-ansi-current-reverse, term-ansi-current-invisible)
21408 (term-ansi-face-already-done): Change to boolean.
21409 (term-reset-terminal, term-handle-colors-array): Handle the above
21410 vars accordingly.
21411 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21412 (term-emulate-terminal): Use the new name.
21413
21414 * faces.el (secondary-selection): Use yellow1, not yellow.
21415 (trailing-whitespace): Use red1, not red.
21416
21417 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21418
21419 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21420 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21421 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21422
21423 * cus-edit.el (dnd): New group.
21424
21425 * term/w32-win.el (dnd): Require dnd
21426 (w32-drag-n-drop): Call dnd-handle-one-url.
21427
21428 * x-dnd.el: Require dnd.
21429 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21430 Call dnd-handle-one-url.
21431 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21432 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21433 to dnd-insert-text.
21434 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21435 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21436 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21437 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21438
21439 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21440
21441 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21442
21443 * wdired.el: Doc fixes.
21444 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21445 (wdired-use-dired-vertical-movement): Rename from
21446 wdired-always-move-to-filename-beginning.
21447 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21448 (wdired-change-to-wdired-mode): Change mode name.
21449 (wdired-newline): Delete.
21450
21451 2005-04-11 Richard M. Stallman <rms@gnu.org>
21452
21453 * whitespace.el (whitespace-highlight-the-space):
21454 Don't call whitespace-unhighlight-the-space here.
21455
21456 * simple.el (undo): Record t in undo-equiv-table
21457 for the redo record made by an undo-in-region.
21458
21459 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21460
21461 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21462 (gdb-frame-inferior-io-buffer): New Functions to control
21463 display of separate IO buffer.
21464 (menu): Add them to menu-bar.
21465 (gdb-display-buffer): Check for buffer another frame.
21466 Protect GUD buffer.
21467 (gdb-setup-windows): Create IO buffer if not already there.
21468 (gdb-memory-mode): Remove purecopy noops.
21469
21470 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21471
21472 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21473 and pass to self-insert-command.
21474
21475 2005-04-11 Lute Kamstra <lute@gnu.org>
21476
21477 * generic.el: Commentary section cleanup.
21478 (generic): Delete.
21479 (generic-use-find-file-hook, generic-lines-to-scan)
21480 (generic-find-file-regexp, generic-ignore-files-regexp)
21481 (default-generic-mode, generic-mode-find-file-hook)
21482 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21483 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21484 (generic-use-find-file-hook, generic-lines-to-scan)
21485 (generic-find-file-regexp, generic-ignore-files-regexp)
21486 (default-generic-mode, generic-mode-find-file-hook)
21487 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21488
21489 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21490
21491 * bookmark.el (bookmark-write-file): Catch errors writing file.
21492 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21493
21494 2005-04-10 Richard M. Stallman <rms@gnu.org>
21495
21496 * startup.el (fancy-splash-tail): Update copyright year.
21497 (command-line): Split part of -Q into -D.
21498 (emacs-basic-display): New defvar.
21499 (fancy-splash-text): Correct name of menu item.
21500
21501 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21502
21503 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21504 lines in one node.
21505
21506 * comint.el (comint-send-input): New arg ARTIFICIAL.
21507 Callers in this file changed.
21508
21509 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21510
21511 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21512
21513 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21514
21515 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21516 `ldap-search-internal'.
21517
21518 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21519
21520 * files.el (set-auto-mode-1): Use line-end-position.
21521
21522 * international/latin-1.el:
21523 * international/latin-2.el:
21524 * international/latin-3.el:
21525 * international/latin-4.el:
21526 * international/latin-5.el:
21527 * international/latin-8.el:
21528 * international/latin-9.el: Give punctuation syntax to NBSP.
21529
21530 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21531 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21532 Use char-classes to accept non-ascii letters, accepted in some recent
21533 bibtex implementations.
21534
21535 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21536
21537 * custom.el (custom-set-minor-mode): Any non-nil value for the
21538 variable should enable the mode when set through Custom.
21539
21540 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21541
21542 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21543 TAB binding so tab-always-indent is obeyed.
21544 (vhdl-minibuffer-local-map): Move initialization into declaration.
21545 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21546 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21547 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21548 (vhdl-current-line): Use line-beginning-position.
21549 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21550 with-output-to-temp-buffer, so the current position can be recorded.
21551
21552 2005-04-10 Masatake YAMATO <jet@gyve.org>
21553
21554 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21555 Add regexp for gcov.
21556
21557 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21558
21559 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21560 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21561 syntax which Emacs 20 doesn't support.
21562
21563 2005-04-09 Richard M. Stallman <rms@gnu.org>
21564
21565 * help.el (describe-key-briefly, describe-key):
21566 Replace strings as event types with "(any string)".
21567
21568 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21569
21570 * arc-mode.el (archive-mode-map): Move initialization into
21571 the declaration. Override *all* bindings of `undo'.
21572 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21573
21574 2005-04-09 Jay Belanger <belanger@truman.edu>
21575
21576 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21577
21578 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21579
21580 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21581 (xterm-register-default-colors): Update color values computation
21582 to match xterm-200.
21583
21584 2005-04-09 Kenichi Handa <handa@m17n.org>
21585
21586 * international/code-pages.el (iso-latin-7): Fix the map.
21587
21588 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21589
21590 * emacs-lisp/lisp.el (defun-prompt-regexp)
21591 (parens-require-spaces, buffer-end, end-of-defun)
21592 (insert-parentheses): Doc fixes.
21593
21594 2005-04-08 Kim F. Storm <storm@cua.dk>
21595
21596 * comint.el (comint-highlight-prompt): Fix face spec.
21597 * hi-lock.el (hi-green): Likewise.
21598
21599 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21600
21601 * cus-edit.el (custom-modified-face):
21602 * comint.el (comint-highlight-input): Fix previous changes.
21603 * term.el (term-handle-ansi-escape): Add a comment.
21604
21605 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21606
21607 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21608 in the buffer and in whitespace-highlighted-space.
21609 (whitespace-unhighlight-the-space): Simplify.
21610 (whitespace-buffer): Simplify.
21611
21612 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21613
21614 * textmodes/table.el (table-cell-face): Add special case for
21615 displays supporting a high number of colors.
21616 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21617 (vhdl-font-lock-reserved-words-face)
21618 (vhdl-speedbar-architecture-face)
21619 (vhdl-speedbar-instantiation-face)
21620 (vhdl-speedbar-architecture-selected-face)
21621 (vhdl-speedbar-instantiation-selected-face): Likewise.
21622 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21623 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21624 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21625 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21626 (ebrowse-progress-face): Likewise.
21627 * progmodes/compile.el (compilation-info-face): Likewise.
21628 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21629 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21630 * calendar/calendar.el (diary-face): Likewise.
21631 * woman.el (woman-italic-face, woman-bold-face)
21632 (woman-unknown-face): Likewise.
21633 * wid-edit.el (widget-button-pressed-face): Likewise.
21634 * whitespace.el (whitespace-highlight-face): Likewise.
21635 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21636 * pcvs-info.el (cvs-marked-face): Likewise.
21637 * info.el (info-xref): Likewise.
21638 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21639 * hilit-chg.el (highlight-changes-face)
21640 (highlight-changes-delete-face): Likewise.
21641 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21642 (hi-red-b): Likewise.
21643 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21644 * font-lock.el (font-lock-keyword-face)
21645 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21646 * cus-edit.el (custom-invalid-face, custom-modified-face)
21647 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21648 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21649 * comint.el (comint-highlight-prompt): Likewise.
21650
21651 2005-04-08 Lute Kamstra <lute@gnu.org>
21652
21653 * font-lock.el (font-lock-keywords): Docstring fixes.
21654
21655 2005-04-08 Kenichi Handa <handa@m17n.org>
21656
21657 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21658 chars are more than a limit, print " and more..." at the tail.
21659
21660 2005-04-08 Kim F. Storm <storm@cua.dk>
21661
21662 * emacs-lisp/authors.el (authors-aliases): Update list.
21663 (authors-ignored-files): New list.
21664 (authors-fixed-entries): Fix typo.
21665 (authors-renamed-files-alist): Update list.
21666 (authors-add): Check authors-ignored-files.
21667
21668 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21669
21670 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21671 optional, to ensure backward compatibility.
21672
21673 2005-04-08 Stephen Eglen <stephen@gnu.org>
21674
21675 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21676
21677 2005-04-08 Kim F. Storm <storm@cua.dk>
21678
21679 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21680
21681 * mouse.el (mouse-on-link-p): Doc fix.
21682
21683 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21684
21685 * ielm.el (ielm-prompt-read-only): Doc fix.
21686
21687 * comint.el (comint-prompt-read-only): Doc fix.
21688
21689 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21690
21691 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21692 ensure dired always handles wildcards passed to ffap.
21693 (find-file-at-point): Use it.
21694 (ffap-dired-wildcards): Doc fix.
21695
21696 2005-04-07 Juri Linkov <juri@jurta.org>
21697
21698 * simple.el (next-error-overlay-arrow-position): New defvar.
21699 Put "=>" on its property `overlay-arrow-string'. Add it to
21700 `overlay-arrow-variable-list'.
21701
21702 * progmodes/compile.el (compilation-setup):
21703 Set `next-error-overlay-arrow-position' to nil. Also set it to
21704 nil in the local hook `kill-buffer-hook'. Make local variable
21705 `overlay-arrow-string' and set it to "=>".
21706 (compilation-goto-locus): Set BOL position to
21707 `next-error-overlay-arrow-position' instead of
21708 `overlay-arrow-position'.
21709
21710 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21711 locally instead of adding it to the global hook.
21712 (Info-kill-buffer): Move up.
21713
21714 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21715
21716 * term/xterm.el (xterm-standard-colors): Update color values from
21717 xterm-200.
21718
21719 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21720
21721 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21722
21723 * fast-lock.el:
21724 * lazy-lock.el: Move them to the obsolete subdir.
21725
21726 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21727
21728 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21729 (wdired-add-replace-advice): Remove.
21730 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21731
21732 2005-04-06 Kim F. Storm <storm@cua.dk>
21733
21734 * startup.el (command-line): Add --bare-bones alias for -Q.
21735
21736 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21737
21738 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21739 create the startup fontset if a font specification ends with
21740 `mac-roman'.
21741
21742 2005-04-06 Lute Kamstra <lute@gnu.org>
21743
21744 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21745 change.
21746
21747 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21748 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21749
21750 2005-04-05 Lute Kamstra <lute@gnu.org>
21751
21752 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21753 (define-generic-mode): Ditto. Fix debug declaration.
21754
21755 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21756 Put them in the generic-x group.
21757
21758 * calendar/timeclock.el (timeclock): Doc fix.
21759
21760 * generic.el (define-generic-mode): Don't use custom-current-group.
21761 Document default :group value.
21762 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21763 (define-global-minor-mode): Don't use custom-current-group.
21764
21765 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21766
21767 * startup.el (command-line-1): Display startup-echo-area-message
21768 when fancy splash screen is in use.
21769
21770 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21771 (sh-escaped-newline): New face.
21772 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21773 newline, and use sh-escaped-newline face.
21774
21775 * progmodes/tcl.el (tcl-escaped-newline): New face.
21776 (tcl-builtin-list): New variable.
21777 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21778 newlines. Fix keywords subexpression number.
21779
21780 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21781
21782 * textmodes/org.el (org-diary-default-entry): Fix call to
21783 `add-to-diary-entry'.
21784
21785 2005-04-05 Kim F. Storm <storm@cua.dk>
21786
21787 * ediff-init.el: Use (featurep 'xemacs).
21788
21789 2005-04-05 David Ponce <david@dponce.com>
21790
21791 * cus-edit.el (face): Derive from symbol widget. Display sample
21792 of the current face on the fly.
21793 (widget-face-sample-face-get, widget-face-notify): New functions.
21794 (widget-face-value-create): Remove.
21795
21796 * wid-edit.el (widget-field-end): Temporarily remove field
21797 narrowing before to call `get-char-property'.
21798
21799 2005-04-04 Jay Belanger <belanger@truman.edu>
21800
21801 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21802 (math-read-subscripts): New variable.
21803 (math-read-preprocess-string): Process subscripts.
21804
21805 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21806
21807 * comint.el (comint-prompt-read-only): Doc fix.
21808
21809 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21810 `-1'. Doc fix.
21811
21812 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21813
21814 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21815 Change default value to nil.
21816
21817 2005-04-04 Lute Kamstra <lute@gnu.org>
21818
21819 * autorevert.el (auto-revert-mode): Specify :group.
21820 * battery.el (display-battery-mode): Specify :group.
21821 * diff-mode.el (diff-minor-mode): Specify :group.
21822 * font-core.el (font-lock-mode): Specify :group.
21823 * hl-line.el (hl-line-mode): Specify :group.
21824 * iimage.el (iimage): New customization group.
21825 (iimage-mode): Specify :group.
21826 * longlines.el (longlines-mode): Specify :group.
21827 * master.el: Don't require easy-mmode.
21828 (master): New customization group.
21829 (master-mode): Specify :group.
21830 * msb.el (msb-mode): Specify :group.
21831 * reveal.el (reveal-mode): Specify :group.
21832 * simple.el (next-error-follow-minor-mode): Specify :group.
21833 * smerge-mode.el (smerge-mode): Specify :group.
21834 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21835 * emulation/cua-base.el (cua-mode): Specify :group.
21836 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21837 * language/thai-util.el (thai-auto-composition-mode)
21838 (thai-word-mode): Specify :group.
21839 * mail/supercite.el (sc-minor-mode): Specify :group.
21840 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21841 * progmodes/flymake.el (flymake-mode): Specify :group.
21842 * progmodes/glasses.el (glasses-mode): Specify :group.
21843 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21844 * textmodes/enriched.el (enriched-mode): Specify :group.
21845 * textmodes/refill.el (refill-mode): Specify :group.
21846
21847 * add-log.el (change-log-font-lock-keywords): Names in
21848 parenthesized lists can contain spaces.
21849
21850 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21851
21852 * startup.el (fancy-splash-text): Shorten default text of
21853 "Emacs Tutorial" line. Also, if the current language env
21854 indicates an available tutorial file other than TUTORIAL,
21855 extract its title and append it to the line in parentheses.
21856 (fancy-splash-insert): If arg is a thunk, funcall it.
21857
21858 2005-04-04 Jay Belanger <belanger@truman.edu>
21859
21860 * calc.el (calc-language-alist): Add tags to customization type.
21861
21862 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21863
21864 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21865 Doc fix.
21866
21867 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21868
21869 * add-log.el (change-log-font-lock-keywords): The manual
21870 describing a Change Log entry, says: (...) "Aside from these
21871 header lines, every line in the change log starts with a space or
21872 a tab.". The font-lock was not highlighting lines started with
21873 spaces, added support for it.
21874
21875 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21876
21877 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21878 (bibtex-generate-url-list): Update docstring accordingly. Put the
21879 complex example in the docstring.
21880 (bibtex-font-lock-url): Use pop.
21881
21882 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21883
21884 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21885
21886 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21887
21888 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21889
21890 * filesets.el (filesets-set-default): Doc fix.
21891
21892 2005-04-03 Lute Kamstra <lute@gnu.org>
21893
21894 * generic.el (define-generic-mode): Add argument to specify
21895 keywords for defcustom.
21896 (default-generic-mode): Specify :group.
21897
21898 * generic-x.el: Specify :group for all generic modes.
21899
21900 * desktop.el (desktop-no-desktop-file-hook)
21901 (desktop-after-read-hook): Doc fix.
21902
21903 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21904
21905 * simple.el (visible-mode): Use explicit :group keyword.
21906 This changes the group of `visible-mode-hook' from paren-blinking
21907 to editing-basics.
21908
21909 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21910
21911 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21912 mailbox specifications as well as URLs.
21913 (rmail-insert-inbox-text): Remove unused conditional branches.
21914
21915 2005-04-01 Jay Belanger <belanger@truman.edu>
21916
21917 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21918 (calc-gnuplot-print-command): Move definitions to calc.el.
21919
21920 * calc/calc-embed.el (calc-embedded-announce-formula)
21921 (calc-embedded-open-formula, calc-embedded-close-formula)
21922 (calc-embedded-open-word, calc-embedded-close-word)
21923 (calc-embedded-open-plain, calc-embedded-close-plain)
21924 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21925 (calc-embedded-open-mode, calc-embedded-close-mode):
21926 Move definitions to calc.el.
21927
21928 * calc/calc.el (calc-settings-file, calc-language-alist):
21929 Make customizable.
21930 (calc-embedded-announce-formula, calc-embedded-open-formula)
21931 (calc-embedded-close-formula, calc-embedded-open-word)
21932 (calc-embedded-close-word, calc-embedded-open-plain)
21933 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21934 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21935 (calc-embedded-close-mode, calc-gnuplot-name)
21936 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21937 from other files and make customizable.
21938
21939 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21940
21941 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21942 Use buffer-live-p.
21943 (cvs-mode-run): Don't call cvs-update-header here.
21944 (cvs-run-process): Call cvs-update-header.
21945 Use process properties for cvs-postprocess and cvs-buffer so that
21946 the sentinel can behave better if the temp buffer is killed.
21947 Use a pipe rather than a tty, to better handle unexpected prompts.
21948 (cvs-sentinel): Rewrite. Call cvs-update-header.
21949
21950 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21951
21952 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21953 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21954
21955 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21956
21957 * generic.el (define-generic-mode): Add indentation rule.
21958
21959 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21960
21961 * files.el (mode-require-final-newline): Make Custom correctly
21962 report a nil value and allow to set it to nil via Custom.
21963 Doc fix.
21964
21965 2005-04-01 Kenichi Handa <handa@m17n.org>
21966
21967 * international/characters.el: Enable the correct case setting for
21968 dotless-i and dotted-I.
21969
21970 2005-04-01 Kim F. Storm <storm@cua.dk>
21971
21972 * ido.el (ido-file-internal): Fall back to non-ido command if
21973 initial directory is on slow ftp (or tramp) host.
21974
21975 2005-03-31 Richard M. Stallman <rms@gnu.org>
21976
21977 * emacs-lisp/autoload.el (make-autoload):
21978 Handle define-global-minor-mode.
21979
21980 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21981 Rename from easy-mmode-define-global-mode.
21982 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21983
21984 * progmodes/scheme.el (scheme-mode-syntax-table):
21985 Update syntax of | and # for two-character comment syntax.
21986
21987 2005-03-31 Lute Kamstra <lute@gnu.org>
21988
21989 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21990 (define-minor-mode): Call custom-current-group at load-time.
21991
21992 * generic.el (define-generic-mode): Add debug declaration.
21993 Add defcustom for the mode hook.
21994 (generic-mode-internal): Use run-mode-hooks.
21995
21996 2005-03-31 Kim F. Storm <storm@cua.dk>
21997
21998 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21999 (mouse-fixup-help-message): New defun called by show_help_echo
22000 to fixup mouse-2 prefix in help messages when applicable.
22001
22002 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22003
22004 2005-03-31 Kenichi Handa <handa@m17n.org>
22005
22006 * language/thai-word.el (thai-find-word-ends): Pay attention to
22007 the case that we reach the end of buffer.
22008
22009 * textmodes/fill.el (fill-text-properties-at): New function.
22010 (fill-newline): Use fill-text-properties-at instead of
22011 text-properties-at.
22012
22013 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22014
22015 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22016 not comint-quote-filename.
22017
22018 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22019
22020 * help-fns.el (help-with-tutorial): Revert last change.
22021
22022 2005-03-31 Kim F. Storm <storm@cua.dk>
22023
22024 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22025
22026 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22027
22028 * calendar/cal-china.el: Update reference to "Calendrical
22029 Calculations" book; there's a new edition.
22030 * calendar/cal-coptic.el: Likewise.
22031 * calendar/cal-french.el: Likewise.
22032 * calendar/cal-hebrew.el: Likewise.
22033 * calendar/cal-islam.el: Likewise.
22034 * calendar/cal-iso.el: Likewise.
22035 * calendar/cal-julian.el: Likewise.
22036 * calendar/cal-mayan.el: Likewise.
22037 * calendar/cal-persia.el: Likewise.
22038 * calendar/calendar.el: Likewise.
22039 * calendar/holidays.el: Likewise.
22040 * calendar/lunar.el: Likewise.
22041 * calendar/solar.el: Likewise.
22042
22043 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22044 white space from doc string.
22045
22046 2005-03-30 Jay Belanger <belanger@truman.edu>
22047
22048 * calc/calc-help.el (calc-full-help): Remove email address.
22049
22050 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22051
22052 * help-fns.el (help-with-tutorial): Delete title line.
22053
22054 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22055
22056 * calendar/cal-x.el (calendar-one-frame-setup)
22057 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22058 rather than `symbol' for set-window-dedicated-p.
22059
22060 * calendar/appt.el (appt-buffer-name): Make it a constant.
22061 (appt-add): Doc fix.
22062
22063 * filesets.el (filesets-menu-path, filesets-menu-before)
22064 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22065 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22066 (filesets-add-submenu): Delete and use add-submenu instead.
22067
22068 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22069
22070 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22071 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22072 (org-diary-default-entry): New function.
22073 (org-get-entries-from-diary): Better parsing of diary entries.
22074 (org-agenda-check-no-diary): New function.
22075 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22076 linking to diary entries.
22077 (org-agenda-execute-calendar-command): New function.
22078 (org-agenda): Improve visible section in window.
22079 Use `org-fit-agenda-window'.
22080 (org-fit-agenda-window): New option.
22081 (org-move-subtree-down): Better handling of empty lines
22082 at end of subtree.
22083 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22084 levels up.
22085 (org-fontify-done-headline): New option.
22086 (org-headline-done-face): New face.
22087 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22088 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22089 When current field is non-empty, it is copied to next row.
22090 (org-table-copy-from-above): Fix bug which made it
22091 impossible to copy fields containing only a single non-white character.
22092
22093 2005-03-30 Kim F. Storm <storm@cua.dk>
22094
22095 * kmacro.el (kmacro-end-macro): Isearch may store this command
22096 into the macro -- so ignore it when executing keyboard macro.
22097
22098 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22099
22100 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22101
22102 2005-03-29 Kenichi Handa <handa@m17n.org>
22103
22104 * language/thai.el ("Thai"): Set setup-function and exit-function
22105 for Thai language environment.
22106
22107 * language/thai-util.el: Require thai-word.
22108 (thai-word-mode-map): New variable.
22109 (thai-word-mode): New minor mode.
22110 (setup-thai-language-environment-internal): New function.
22111 (exit-thai-language-environment-internal): New function.
22112
22113 * language/thai-word.el (thai-word-table): Declare it by defvar,
22114 use dolist to initialize it.
22115 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22116 (thai-fill-find-break-point): New functions.
22117
22118 2005-03-29 Richard M. Stallman <rms@gnu.org>
22119
22120 * simple.el (idle-update-delay): Move definition up.
22121 (set-mark): Doc fix.
22122
22123 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22124
22125 * longlines.el: New file.
22126
22127 * simple.el (buffer-substring-filters): New variable.
22128 (filter-buffer-substring): New function.
22129 (kill-region, copy-region-as-kill): Use it.
22130
22131 * register.el (copy-to-register, append-to-register)
22132 (prepend-to-register): Use filter-buffer-substring.
22133
22134 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22135
22136 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22137 (gud-filter-pending-text): Move in front of gdb.
22138 (gud-overlay-arrow-position): New variable.
22139 (gud-sentinel, gud-display-line): Use it in place of
22140 overlay-arrow-position.
22141
22142 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22143
22144 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22145 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22146 (fortran-font-lock-keywords-4): New variable.
22147 (fortran-blocks-re, fortran-end-block-re)
22148 (fortran-start-block-re): New constants, for hideshow.
22149 (hs-special-modes-alist): Add a Fortran entry.
22150 (fortran-mode-map): Bind fortran-end-of-block,
22151 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22152 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22153 (fortran-looking-at-if-then, fortran-end-of-block)
22154 (fortran-beginning-of-block): New functions, for hideshow.
22155
22156 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22157 Doc fix. Tweak regexp.
22158 (f90-beginning-of-block): Push mark first.
22159
22160 2005-03-29 Jay Belanger <belanger@truman.edu>
22161
22162 * calc/calc.el: Update copyright date.
22163 (calc-version): Increase to 2.1.
22164 (calc-version-date): Remove.
22165
22166 * calc/calc-help.el: Update copyright date.
22167 (calc-full-help): Remove reference to calc-version-date.
22168 Update copyright date.
22169
22170 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22171
22172 * vc.el (vc-do-command): Use a pipe for async processes, so password
22173 prompts don't show up at places where the user can't reply.
22174
22175 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22176
22177 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22178 on the file name we pass to the inferior shell.
22179
22180 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22181
22182 * progmodes/which-func.el (which-function): Be robust in the face of an
22183 imenu--make-index-alist failure.
22184
22185 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22186
22187 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22188
22189 * progmodes/python.el (python-preoutput-filter): Fix last change.
22190
22191 2005-03-29 Lute Kamstra <lute@gnu.org>
22192
22193 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22194 functions and compiled macros.
22195 (debug-convert-byte-code): Handle macros too.
22196 (debug-on-entry-1): Don't signal an error when trying to clear a
22197 function that is not set to debug on entry.
22198
22199 2005-03-29 Jay Belanger <belanger@truman.edu>
22200
22201 * calc/calc-lang.el: Add functions to math-function-table
22202 properties of tex and math.
22203
22204 2005-03-29 Kenichi Handa <handa@m17n.org>
22205
22206 * ps-mule.el (ps-mule-plot-string): Translate characters by
22207 ps-print-translation-table.
22208 (ps-mule-begin-job): Call find-charset-region/string with
22209 ps-print-translation-table.
22210 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22211
22212 * ps-print.el (ps-print-translation-table): New variable.
22213 (ps-plot-region): Translate characters by ps-print-translation-table.
22214
22215 2005-03-29 Juri Linkov <juri@jurta.org>
22216
22217 * simple.el (next-error-highlight-timer): New variable.
22218
22219 * progmodes/compile.el (compilation-goto-locus):
22220 Use `next-error-highlight-timer' instead of `sit-for'.
22221
22222 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22223
22224 * mail/supercite.el (sc-mail-field): Use assoc-string.
22225 (sc-get-address): Simplify regexps.
22226
22227 * files.el (minibuffer-with-setup-hook): New macro.
22228 (find-file-read-args): Use it to avoid let-binding
22229 minibuffer-with-setup-hook (which breaks turning on/off
22230 file-name-shadow-mode while in the prompt).
22231
22232 * complete.el (PC-read-include-file-name-internal):
22233 Use test-completion.
22234
22235 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22236
22237 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22238
22239 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22240
22241 * window.el (window-buffer-height): Use count-screen-lines.
22242
22243 * progmodes/python.el (python-preoutput-leftover): New var.
22244 (python-preoutput-filter): Use it.
22245 (python-send-receive): Loop until all the result has been received.
22246
22247 2005-03-28 Juri Linkov <juri@jurta.org>
22248
22249 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22250
22251 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22252 "Recover Crashed Session".
22253 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22254 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22255 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22256 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22257 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22258 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22259 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22260 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22261
22262 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22263 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22264 Ediff Sessions", "Toggle use of separate control buffer frame",
22265 "Use separate frame for Ediff control buffer".
22266
22267 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22268 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22269 "Rename Bookmark", "Delete Bookmark".
22270
22271 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22272 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22273 Add `:active Info-index-alternatives' to "Next Matching Item".
22274
22275 * wdired.el (wdired-change-to-wdired-mode):
22276 Mention `wdired-abort-changes' key in the initial message.
22277
22278 * international/mule.el (auto-coding-alist): Associate non-ascii
22279 image filename extensions with `no-conversion'.
22280
22281 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22282
22283 * international/iso-acc.el:
22284 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22285
22286 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22287
22288 * textmodes/sgml-mode.el (html-mode): Doc update.
22289
22290 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22291
22292 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22293
22294 * term.el (term-move-columns): Fix face after extending a line.
22295 (term-insert-spaces): Likewise.
22296 (term-reset-terminal): Fix off by one error.
22297
22298 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22299
22300 * international/mule.el (auto-coding-alist): Add .xpi files.
22301
22302 * files.el (auto-mode-alist): Add .xpi files.
22303
22304 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22305
22306 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22307
22308 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22309
22310 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22311
22312 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22313
22314 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22315 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22316
22317 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22318 cursor to Jan 1 when needed.
22319 (calendar-end-of-year): Fix -/+ typo.
22320 Reported by Chong Yidong <cyd@stupidchicken.com>.
22321
22322 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22323
22324 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22325
22326 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22327 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22328
22329 2005-03-25 Richard M. Stallman <rms@gnu.org>
22330
22331 * filesets.el (filesets-init): Add autoload.
22332
22333 * mail/mailalias.el (mail-directory): Doc fix.
22334
22335 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22336
22337 * mail/mailalias.el (mail-directory-process): Do nothing if
22338 mail-directory-process is an atom.
22339 (mail-get-names): Ignore mail-directory-names if it is an atom.
22340 (mail-directory-process defvar): Doc fix.
22341 (mail-names): Doc fix.
22342
22343 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22344
22345 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22346
22347 2005-03-26 Kenichi Handa <handa@m17n.org>
22348
22349 * international/mule-util.el (detect-coding-with-priority):
22350 Call update-coding-systems-internal before detect-coding-region.
22351
22352 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22353
22354 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22355 (gdb-frames-mode-map): Add follow-link property.
22356
22357 2005-03-25 Jay Belanger <belanger@truman.edu>
22358
22359 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22360 for variables.
22361
22362 2005-03-25 Juri Linkov <juri@jurta.org>
22363
22364 * image-mode.el: Optimize image filename extension regexps in
22365 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22366 in `auto-mode-alist'.
22367 (image-mode): Add `image-toggle-display-text' to local hook
22368 `change-major-mode-hook'. Display the image as an image by
22369 default. Set `cursor-type' and `truncate-lines' if the image
22370 is already displayed. Take into account the current mode (image
22371 or text) in message.
22372 (image-minor-mode): New minor mode.
22373 (image-mode-maybe, image-toggle-display-text): New functions.
22374 (image-toggle-display): Use called-interactively-p.
22375 Let-bind `inhibit-read-only' to t.
22376
22377 * image-mode.el (image-minor-mode): Set `cursor-type' and
22378 `truncate-lines' if the image is already displayed. Add turning
22379 image-minor-mode off to `change-major-mode-hook'. Add message.
22380 Call `image-toggle-display-text' after turning image-minor-mode off.
22381
22382 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22383
22384 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22385 Terminal.app, use utf-8.
22386 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22387 (set-locale-environment): Use it.
22388
22389 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22390
22391 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22392
22393 * progmodes/python.el (python-close-block-statement-p)
22394 (python-outdent-p, python-current-defun): Use symbol-end.
22395
22396 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22397
22398 * files.el (save-some-buffers): Doc fix.
22399
22400 2005-03-25 Werner Lemberg <wl@gnu.org>
22401
22402 * complete.el, thumbs.el: Replace `legal' with `valid'.
22403 * calendar/calendar.el: Replace `legal' with `valid'.
22404 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22405 * mail/supercite.el: Replace `legal' with `valid'.
22406 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22407 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22408 Replace `legal' with `valid'.
22409 * textmodes/reftex-vars.el, textmodes/reftex.el:
22410 Replace `legal' with `valid'.
22411
22412 2005-03-25 Werner Lemberg <wl@gnu.org>
22413
22414 * calc/calc-forms.el, calc/calc-sel.el
22415 * midnight.el, vc-cvs.el
22416 * emacs-lisp/cl-macs.el
22417 * emulation/vip.el
22418 * eshell/esh-io.el, eshell/esh-var.el
22419 * mail/supercite.el
22420 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22421 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22422 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22423 * progmodes/sh-script.el, progmodes/xscheme.el
22424 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22425 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22426 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22427 * textmodes/reftex.el, textmodes/org.el:
22428 Replace `illegal' with `invalid'.
22429
22430 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22431
22432 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22433 (flymake-find-buildfile, flymake-find-possible-master-files)
22434 (flymake-check-include, flymake-parse-line): Replace loops over the
22435 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22436
22437 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22438 Substitute file-name-as-directory in the rest of the file.
22439 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22440 (flymake-replace-region): Remove unused arg `buffer'.
22441 (flymake-check-patch-master-file-buffer): Update calls to it.
22442 (flymake-add-err-info): Remove unused var `count'.
22443 (flymake-mode): Use define-minor-mode.
22444
22445 * progmodes/flymake.el: Use with-current-buffer.
22446 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22447 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22448 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22449 Avoid testing for `xemacs'.
22450 (flymake-nop): Move.
22451 (flymake-region-has-flymake-overlays): Return the computed value.
22452 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22453 Remove unused var `endline'.
22454 (flymake-get-line-count): Remove unused function.
22455 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22456
22457 * emulation/vi.el:
22458 * generic.el:
22459 * hilit-chg.el (global-highlight-changes):
22460 * hi-lock.el (hi-lock-mode):
22461 * follow.el: find-file-hooks -> find-file-hook.
22462
22463 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22464
22465 2005-03-24 Juri Linkov <juri@jurta.org>
22466
22467 * dired.el (dired-mode-map): Add menu item "Compare directories"
22468 for dired-compare-directories.
22469
22470 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22471 Doc fix. Replace `read-file-name' with `read-directory-name'.
22472
22473 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22474
22475 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22476
22477 2005-03-24 Jay Belanger <belanger@truman.edu>
22478
22479 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22480 relevant mode settings in calc-embedded-original-modes when modes
22481 are permanently changed.
22482
22483 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22484
22485 * autoinsert.el: find-file-hooks -> find-file-hook.
22486
22487 2005-03-24 Lute Kamstra <lute@gnu.org>
22488
22489 * generic.el (generic-font-lock-defaults): Make it obsolete.
22490 (generic-font-lock-keywords): New variable to replace
22491 generic-font-lock-defaults.
22492 (generic-mode-set-font-lock): Delete it.
22493 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22494 (generic-bracket-support): Add docstring.
22495
22496 * generic-x.el: Rename generic-font-lock-defaults to
22497 generic-font-lock-keywords throughout.
22498 (mailagent-rules-setup-function): Delete it.
22499 (mailagent-rules-generic-mode): Use anonymous function instead.
22500 (show-tabs-generic-mode-font-lock-defaults-1)
22501 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22502 Quote faces.
22503 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22504 not foreground.
22505
22506 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22507 Recognize define-generic-mode.
22508
22509 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22510
22511 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22512 if there's no completion table.
22513
22514 2005-03-23 Miles Bader <miles@gnu.org>
22515
22516 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22517 Remove tty-specific variants, as they're no longer needed.
22518
22519 2005-03-23 Lute Kamstra <lute@gnu.org>
22520
22521 * generic-x.el: Code cleanup: make args constant whenever possible.
22522 (installshield-statement-keyword-list)
22523 (installshield-system-functions-list)
22524 (installshield-system-variables-list, installshield-types-list)
22525 (installshield-funarg-constants-list): Make them constants.
22526
22527 * generic.el (generic-make-keywords-list): Add autoload cookie.
22528
22529 * calendar/time-date.el: Add comment on time value formats.
22530 Don't require parse-time.
22531 (with-decoded-time-value): New macro.
22532 (encode-time-value): New function.
22533 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22534 (days-to-time): Return a valid time value when arg is huge.
22535 (time-since): Use time-subtract.
22536 (time-to-number-of-days): Use time-to-seconds.
22537
22538 2005-03-23 David Ponce <david@dponce.com>
22539
22540 * recentf.el (recentf-keep): New option.
22541 (recentf-menu-action): Default to `find-file'.
22542 (recentf-keep-non-readable-files-flag)
22543 (recentf-keep-non-readable-files-p)
22544 (recentf-file-readable-p, recentf-find-file)
22545 (recentf-cleanup-remote): Remove.
22546 (recentf-include-p): More robust.
22547 (recentf-keep-p): New function.
22548 (recentf-remove-if-non-kept): Rename from
22549 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22550 All callers updated.
22551 (recentf-menu-items-for-commands): Fix help string.
22552 (recentf-track-closed-file): Update. Doc fix.
22553 (recentf-cleanup): Update. Count removed files. Doc fix.
22554
22555 2005-03-23 Kim F. Storm <storm@cua.dk>
22556
22557 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22558 Don't inherit from fringe face (now happens automatically).
22559
22560 2005-03-22 Kim F. Storm <storm@cua.dk>
22561
22562 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22563 position values.
22564
22565 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22566
22567 * menu-bar.el (showhide-date-time): Remove.
22568 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22569 (menu-bar-make-mm-toggle): Simplify.
22570
22571 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22572
22573 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22574 Accept qualified variable and function names.
22575
22576 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22577
22578 * bindings.el (completion-ignored-extensions):
22579 Remove ".lis" for `vax-vms'.
22580
22581 2005-03-22 Andreas Schwab <schwab@suse.de>
22582
22583 * generic-x.el: Revert last change.
22584 * ldefs-boot.el: Update.
22585
22586 2005-03-22 Jay Belanger <belanger@truman.edu>
22587
22588 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22589 (calc-embedded-save-original-modes)
22590 (calc-embedded-restore-original-modes): New functions.
22591 (calc-do-embedded): Save original modes when entering embedded mode
22592 and restore when leaving embedded mode.
22593 (calc-embedded-modes-change): Change the value of
22594 calc-embedded-original-modes to reflect permanent changes.
22595
22596 2005-03-22 Lute Kamstra <lute@gnu.org>
22597
22598 * generic-x.el: Require generic again.
22599
22600 2005-03-22 Miles Bader <miles@gnu.org>
22601
22602 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22603 Tweak details to look good on both ttys and bitmap displays, light
22604 or dark background, etc.
22605
22606 2005-03-21 Kim F. Storm <storm@cua.dk>
22607
22608 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22609 mouse position.
22610
22611 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22612
22613 * icomplete.el: Don't forcibly turn on the mode upon load.
22614 (icomplete-mode): Use define-minor-mode.
22615 (icomplete-eoinput): Default to nil.
22616 (icomplete-minibuffer-setup): Remove autoload.
22617 (icomplete-tidy): Simplify.
22618 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22619 in the initial state or if the user has modified the field.
22620 Fix handling of icomplete-max-delay-chars.
22621 Remove code that handles the oddball case where
22622 minibuffer-completion-table is an integer.
22623 Wrap icomplete-completions in while-no-input in case building
22624 completions takes more time than expected.
22625 (icomplete-completions): Simplify.
22626
22627 2005-03-21 Richard M. Stallman <rms@gnu.org>
22628
22629 * jka-compr.el (jka-compr-really-do-compress):
22630 Make variable buffer-local.
22631
22632 * image-mode.el: Handle .xpm files too.
22633 (image-toggle-display): Preserve modification flag.
22634
22635 * help.el (where-is): Don't mention aliases with no key bindings.
22636
22637 2005-03-21 Lute Kamstra <lute@gnu.org>
22638
22639 * generic.el: Fix commentary section. Don't require cl for
22640 compilation.
22641 (generic-mode-list): Add autoload cookie.
22642 (generic-use-find-file-hook, generic-lines-to-scan)
22643 (generic-find-file-regexp, generic-ignore-files-regexp)
22644 (generic-mode, generic-mode-find-file-hook)
22645 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22646 (define-generic-mode): Make it a defmacro. Fix docstring.
22647 (generic-mode-internal): Code cleanup. Add autoload cookie.
22648 (generic-mode-set-comments): Code cleanup.
22649 * generic-x.el: Don't prevent compilation. Don't require generic.
22650 Follow coding conventions. Minor code cleanup.
22651 (etc-fstab-generic-mode): Add some keywords.
22652 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22653 define-generic-mode like a function declaration.
22654
22655 2005-03-21 Jay Belanger <belanger@truman.edu>
22656
22657 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22658 changing modes.
22659
22660 2005-03-21 Sam Steingold <sds@gnu.org>
22661
22662 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22663
22664 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22665
22666 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22667 Add underscore to "f$ lexicals" regexp.
22668
22669 2005-03-20 Juri Linkov <juri@jurta.org>
22670
22671 * subr.el (progress-reporter-do-update): When `min-value' is equal
22672 to `max-value', set `percentage' to 0 and prevent division by zero.
22673
22674 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22675
22676 Sync with Tramp 2.0.48.
22677
22678 * net/tramp.el (all): Change all addresses to .gnu.org.
22679 (tramp-append-tramp-buffers): New defun.
22680 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22681 Catch `dont-send' signal.
22682 (tramp-set-auto-save-file-modes): Set always permissions, because
22683 there might be an old auto-saved file belonging to another
22684 original file. This could be a security threat. Reported by
22685 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22686 Check for Emacs 21.3.50 removed.
22687
22688 * net/tramp-smb.el (all): Remove debug construct for
22689 `with-parsed-tramp-file-name'.
22690 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22691 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22692 No error message if DIRECTORY or FILENAME doesn't exist.
22693 (tramp-smb-open-connection): Check existence of
22694 `tramp-smb-program'.
22695
22696 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22697
22698 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22699 Properly handle the case where the `m' or `s' command's argument is not
22700 yet terminated.
22701 (perl-indent-new-calculate): New function.
22702 (perl-indent-line): Use it.
22703
22704 2005-03-20 Miles Bader <miles@gnu.org>
22705
22706 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22707 in text-mode too. Change to new face names.
22708 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22709 Add `:weight bold' attribute.
22710 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22711
22712 2005-03-19 Juri Linkov <juri@jurta.org>
22713
22714 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22715
22716 * international/mule.el (auto-coding-alist): Sync with
22717 `auto-mode-alist' by adding upper case archive file extensions
22718 and adding ear/war to jar extension.
22719
22720 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22721
22722 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22723 running, restart it.
22724
22725 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22726
22727 * finder.el (finder-current-item): Throw an error on an empty line.
22728
22729 * man.el (Man-follow-manual-reference): If current-word returns
22730 nil, use "".
22731
22732 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22733
22734 * simple.el (goto-line): Doc fix.
22735
22736 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22737
22738 * files.el (save-buffer): Doc fix.
22739
22740 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22741
22742 * recentf.el (recentf-cleanup-remote): New variable.
22743 (recentf-cleanup): Use it to conditionally check availability of
22744 remote files.
22745
22746 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22747
22748 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22749 function names.
22750
22751 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22752
22753 * language/thai-word.el: New file.
22754
22755 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22756
22757 * files.el (backup-buffer): If the file's directory is not
22758 writable, use copy instead of move to backup the file.
22759
22760 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22761
22762 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22763
22764 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22765
22766 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22767 Use functionp instead of symbolp and fboundp. Reported by Drkm
22768 <darkman_spam@yahoo.fr>.
22769 (ps-print-version): New version 6.6.6.
22770
22771 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22772
22773 * textmodes/table.el (table--line-column-position): New idiom.
22774 (table--row-column-insertion-point-p): New function to test
22775 validity of row and column insertion operation at a location.
22776 (table-global-menu, table-cell-menu): Use above functions for
22777 deterministic test operation.
22778 (table--editable-cell-p): Behave in deterministic fashion.
22779
22780 2005-03-18 Juri Linkov <juri@jurta.org>
22781
22782 * isearch.el (isearch-lazy-highlight-new-loop):
22783 Make arguments beg and end optional.
22784 (isearch-update): Remove optional arguments nil from
22785 isearch-lazy-highlight-new-loop.
22786 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22787 isearch-lazy-highlight-case-fold-search instead of
22788 isearch-case-fold-search, and let-bind isearch-regexp to
22789 isearch-lazy-highlight-regexp.
22790 Use isearch-lazy-highlight-last-string instead of isearch-string.
22791
22792 * replace.el (perform-replace): Remove bindings of global
22793 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22794 Add three new arguments to `replace-highlight'.
22795 (replace-highlight): Add arguments string, regexp, case-fold.
22796 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22797 to allow isearch-lazy-highlight-new-loop to use these values
22798 to set corresponding isearch-lazy-highlight-* internal
22799 variables whose values lazy highlighting will use regardless of
22800 changes to global variables isearch-string, isearch-regexp,
22801 isearch-case-fold-search during lazy highlighting loop.
22802 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22803 to `lazy-highlight-cleanup'.
22804
22805 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22806 (ispell-highlight-face): Set default face to `isearch' when
22807 lazy highlighting is enabled.
22808 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22809 priority to 1. Add lazy highlighting.
22810 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22811 from `isearch-dehighlight'.
22812
22813 2005-03-18 David Ponce <david@dponce.com>
22814
22815 * files.el (hack-local-variables): Do a case-insensitive search
22816 for End.
22817
22818 2005-03-18 Juri Linkov <juri@jurta.org>
22819
22820 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22821 `isearch-lazy-highlight-cleanup', add alias to old name and
22822 declare obsolete. Add release numbers to other obsolete vars.
22823 (isearch-done, isearch-lazy-highlight-new-loop):
22824 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22825 (lazy-highlight-cleanup) <variable>: Doc fix.
22826 (isearch-lazy-highlight-update): Rename obsolete
22827 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22828
22829 2005-03-18 Kenichi Handa <handa@m17n.org>
22830
22831 * language/thai-util.el: Fix categorization of Thai characters in
22832 thai-category-table.
22833 (thai-composition-pattern): Adjust it for the above change.
22834 (thai-self-insert-command, thai-compose-syllable): New functions.
22835 (thai-compose-region): Use thai-compose-syllable.
22836 (thai-compose-string): Likewise.
22837 (thai-composition-function): Likewise.
22838 (thai-auto-composition): New function.
22839 (thai-auto-composition-mode): New minor mode.
22840
22841 * language/thai.el: Fix patterns to be registered in
22842 composition-function-table.
22843
22844 * international/quail.el (quail-input-method): Locally bind
22845 inhibit-modification-hooks to t.
22846
22847 2005-03-17 Richard M. Stallman <rms@gnu.org>
22848
22849 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22850 (perl-mode): Use run-mode-hooks.
22851
22852 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22853 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22854 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22855
22856 * mail/sendmail.el (sendmail-send-it): Reenable the code
22857 to compute resend-to-address and use it.
22858
22859 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22860
22861 * image-mode.el: New file.
22862
22863 * image.el (insert-sliced-image): Add autoload cookie.
22864
22865 * font-lock.el (font-lock-lines-before): New user option.
22866 (font-lock-after-change-function): Obey it.
22867
22868 * bindings.el (esc-map): Make M-g a prefix.
22869 Bind M-g g and M-g M-g to goto-line.
22870
22871 * faces.el (face-id): Doc fix.
22872
22873 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22874
22875 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22876 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22877 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22878
22879 * mail/sendmail.el (mail-yank-ignored-headers)
22880 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22881 Add Mail-Followup-To and Mail-Reply-To headers.
22882 (mail-citation-hook): Add autoload cookie.
22883 (mail-mode): Doc fix.
22884 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22885 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22886 (mail-mode-fill-paragraph): Handle those headers.
22887 (mail-mailing-lists): New variable.
22888 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22889
22890 2005-03-17 Juri Linkov <juri@jurta.org>
22891
22892 * isearch.el (isearch-fallback): Check for `(car previous)'
22893 before calling `isearch-other-end-state'.
22894
22895 2005-03-17 Kim F. Storm <storm@cua.dk>
22896
22897 * simple.el (move-beginning-of-line): Move to beginning of buffer
22898 line, as well as beginning of screen line.
22899
22900 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22901
22902 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22903 argument REDRAW rather than calendar-redrawing variable.
22904 * calendar/calendar.el (calendar-redrawing): Delete.
22905 (redraw-calendar): Do not bind calendar-redrawing.
22906
22907 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22908
22909 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22910 diary-file buffer.
22911
22912 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22913
22914 * help.el (describe-mode): Allow a :minor-mode-function property to
22915 specify a different minor mode toggle function than the variable.
22916 * simple.el (auto-fill-function):
22917 * subr.el (add-minor-mode): Use it.
22918
22919 2005-03-16 Kenichi Handa <handa@m17n.org>
22920
22921 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22922 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22923 (ethio-fidel-to-sera-buffer): Likewise.
22924
22925 2005-03-16 Juri Linkov <juri@jurta.org>
22926
22927 * emacs-lisp/find-func.el (find-function-regexp):
22928 Add defun-emitting macro `menu-bar-make-toggle'.
22929
22930 * isearch.el: Put `isearch-scroll' property to
22931 `split-window-horizontally'.
22932
22933 * info.el: Update error messages for `debug-ignored-errors'.
22934 (Info-isearch-search): Doc fix.
22935 (Info-find-node): Move up code to go into info buffer before
22936 recording the node to the history.
22937 (Info-fontify-node): Fontify titles only if the next line
22938 has two or more `*', `=', `-', `.'.
22939 Display "go to this node" for empty (match-string 3).
22940
22941 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22942
22943 * term/mac-win.el: Add mouse pointer shape constants.
22944
22945 2005-03-15 Kim F. Storm <storm@cua.dk>
22946
22947 * simple.el (move-beginning-of-line): Use vertical-motion.
22948
22949 2005-03-15 Juri Linkov <juri@jurta.org>
22950
22951 * isearch.el (isearch-error): New variable.
22952 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22953 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22954 (isearch-within-brackets-state): Remove.
22955 (isearch-case-fold-search-state, isearch-pop-fun-state):
22956 Decrease frame index.
22957 (isearch-mode, isearch-top-state, isearch-push-state)
22958 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22959 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22960 (isearch-search, isearch-lazy-highlight-new-loop):
22961 Replace `isearch-invalid-regexp' with `isearch-error'.
22962 Remove `isearch-within-brackets'.
22963 (isearch-search): Add `search-failed' handler to `condition-case'.
22964 (isearch-lazy-highlight-search): Add `condition-case' to catch
22965 errors and allow `isearch-lazy-highlight-update' to try
22966 highlighting from the beginning of the window.
22967 (isearch-repeat): Move up code to set isearch-wrapped to t
22968 before calling isearch-wrap-function.
22969
22970 * info.el (Info-isearch-initial-node): New internal variable.
22971 (Info-search): Signal an error in isearch mode when search leaves
22972 the initial node. Signal an error when `bound' is non-nil and
22973 nothing was found in the current subfile.
22974 (Info-isearch-search): Remove `condition-case'.
22975 (Info-isearch-wrap): Don't wrap when search failed during leaving
22976 the initial node. If `Info-isearch-search' is nil, wrap around
22977 the current node.
22978 (Info-isearch-start): New fun.
22979 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22980 `isearch-mode-hook'.
22981
22982 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22983
22984 * simple.el (normal-erase-is-backspace): Set default to t if
22985 running on Mac.
22986
22987 * term/mac-win.el (function-key-map): Sync with x-win.el.
22988
22989 2005-03-15 Kenichi Handa <handa@m17n.org>
22990
22991 * international/mule-cmds.el (locale-language-names): Modify the
22992 format of elements and add more entries.
22993 (locale-preferred-coding-systems): Add more entries.
22994 (set-locale-environment): Adjust for the change of
22995 locale-language-names.
22996
22997 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22998
22999 * pcvs.el (smerge-ediff): Remove bogus autoload.
23000
23001 2005-03-14 Lute Kamstra <lute@gnu.org>
23002
23003 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23004 Ignore a `*' at the beginning of a line.
23005
23006 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23007 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23008 subr.el.
23009 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23010 to specify indentation.
23011
23012 * generic.el (define-generic-mode): Let generic-mode-list be a
23013 list of strings; test membership with equal.
23014
23015 2005-03-14 Kim F. Storm <storm@cua.dk>
23016
23017 * simple.el (next-line, previous-line): Add optional try-vscroll
23018 arg to recognize interactive use. Pass it on to line-move.
23019 (line-move): Don't perform auto-window-vscroll when defining or
23020 executing keyboard macro to ensure consistent behavior.
23021
23022 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23023
23024 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23025
23026 2005-03-13 Lute Kamstra <lute@gnu.org>
23027
23028 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23029 debugger-setup-buffer so that backtrace marks the frames set to
23030 debug-on-exit and we don't have to do it manually. Set an extra
23031 debug-on-exit for macro's.
23032 (debugger-setup-buffer): Don't mark the top frame manually.
23033
23034 2005-03-12 Lute Kamstra <lute@gnu.org>
23035
23036 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23037 lisp-indent-function throughout.
23038 (with-no-warnings): Set lisp-indent-function property.
23039
23040 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23041
23042 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23043 Add entry for backslash.
23044
23045 2005-03-12 Juri Linkov <juri@jurta.org>
23046
23047 * info.el (Info-search): Four fixes for backward search.
23048
23049 2005-03-11 Jay Belanger <belanger@truman.edu>
23050
23051 * calc/calc.el (calc-language-alist): New variable.
23052 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23053 (calc-embedded-find-modes): Use calc-language-alist instead of
23054 calc-embedded-language-alist.
23055
23056 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23057
23058 * calendar/calendar.el (calendar-redrawing): New internal
23059 variable.
23060 (redraw-calendar): Remove bogus save-excursion from previous
23061 change. Bind calendar-redrawing to t for mark-diary-entries.
23062 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23063 calendar if that is why we were called.
23064
23065 2005-03-11 Kenichi Handa <handa@m17n.org>
23066
23067 * international/mule.el (make-coding-system): Set property
23068 coding-system-define-form to nil.
23069 (define-coding-system-alias): Likewise.
23070
23071 2005-03-11 Kenichi Handa <handa@m17n.org>
23072
23073 These changes are suggested by Dave Love <fx@gnu.org>.
23074
23075 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23076 coding: tag.
23077 (adaptive-fill-regexp): Add more bullets.
23078 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23079 regexps.
23080
23081 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23082
23083 * help.el (describe-mode): Properly handle non-trivial lighters.
23084 Don't ignore minor modes that are not listed in minor-mode-list.
23085
23086 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23087 feature ON when the user requests to turn it OFF.
23088
23089 2005-03-10 Lute Kamstra <lute@gnu.org>
23090
23091 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23092 (implement-debug-on-entry): New function to replace debug-entry-code.
23093 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23094 second argument as the 2005-03-07 change makes it obsolete.
23095 (debug-on-entry, cancel-debug-on-entry): Update call to
23096 debug-on-entry-1.
23097 (debug, debugger-setup-buffer): Comment update.
23098 (debugger-frame-number): Update to work with implement-debug-on-entry.
23099
23100 2005-03-10 Jay Belanger <belanger@truman.edu>
23101
23102 * calc/calc-embed.el (math-ms-args): Declare it.
23103 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23104 math-ms-args.
23105 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23106 variables.
23107
23108 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23109
23110 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23111 Use message-box.
23112
23113 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23114 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23115 (tooltip-gud-tips): Simplify.
23116 (tooltip-gud-tips-p): Remove superfluous :set.
23117 (tooltip-gud-modes): Add fortran-mode.
23118 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23119
23120 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23121
23122 2005-03-09 Kim F. Storm <storm@cua.dk>
23123
23124 * play/animate.el (animate-place-char): Use forward-line instead
23125 of next-line to improve performance.
23126
23127 2005-03-09 Simon Josefsson <jas@extundo.com>
23128
23129 * net/browse-url.el (browse-url-default-browser): Doc fix.
23130
23131 2005-03-09 Miles Bader <miles@gnu.org>
23132
23133 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23134 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23135
23136 2005-03-09 Kenichi Handa <handa@m17n.org>
23137
23138 * international/latin-1.el: Set case and syntax for 255 only if
23139 set-case-syntax-set-multibyte is nil.
23140
23141 * textmodes/ispell.el (ispell-insert-word): New function.
23142 (ispell-word): Use ispell-insert-word to insert a new word.
23143 (ispell-process-line): Likewise.
23144 (ispell-complete-word): Likewise.
23145
23146 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23147
23148 * calendar/calendar.el (redraw-calendar): Preserve point.
23149 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23150 (calendar-week-start-day): Move after definition of
23151 redraw-calendar. Delete buffer test, since redraw-calendar has
23152 that now.
23153
23154 * calendar/diary-lib.el (mark-diary-entries): Only call
23155 redraw-calendar in the first of any recursive calls.
23156 Reported by Alan Shutko <ats@acm.org>.
23157
23158 2005-03-08 Juri Linkov <juri@jurta.org>
23159
23160 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23161 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23162 (html-radio-buttons): Add a space before the trailing `/>' where
23163 sgml-xml-mode is non-nil.
23164 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23165 the subsequent tag of the empty XML tag.
23166 (html-href-anchor): Don't set initial input to "http:".
23167 (html-image): Ask for the image URL and set point inside alt="".
23168 (html-name-anchor): Duplicate the name in the `id' attribute when
23169 sgml-xml-mode is non-nil.
23170 (html-paragraph): Remove \n before <p>.
23171 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23172 instead of `checked' when sgml-xml-mode is non-nil.
23173
23174 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23175 Remove 1 space before #RRGGBB to not truncate it on terminal
23176 windows w/o fringes. Remove 1 space between bg and fg examples
23177 to get more space.
23178 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23179 avoid byte-compile warnings.
23180
23181 * image-file.el (image-file-handler): Put `safe-magic' property to
23182 `image-file-handler'.
23183
23184 * info.el (Info-isearch-search): Emulate word search in
23185 isearching through multiple Info nodes with Info-search.
23186 (Info-isearch-wrap): Allow isearch-word.
23187
23188 2005-03-08 Lute Kamstra <lute@gnu.org>
23189
23190 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23191 stepping into the debugger's code is not possible.
23192 (debugger-jumping-flag): Docstring update.
23193
23194 2005-03-08 Jay Belanger <belanger@truman.edu>
23195
23196 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23197 embedded mode begins.
23198 (calc-embedded-language-alist): New variable.
23199 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23200 set default language mode.
23201
23202 2005-03-08 Kenichi Handa <handa@m17n.org>
23203
23204 * international/ccl.el (define-ccl-program): Fix docstring about
23205 extra 256 bytes assured for the output buffer.
23206
23207 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23208 Fix BUFFER_MAGNIFICATION to 2.
23209 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23210
23211 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23212
23213 * align.el (align-rules-list): Added an alignment rule for CSS
23214 declarations (applies to css-mode and html-mode buffers).
23215
23216 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23217
23218 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23219
23220 2005-03-07 Kim F. Storm <storm@cua.dk>
23221
23222 * simple.el (move-beginning-of-line): New command.
23223
23224 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23225
23226 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23227
23228 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23229 and move-beginning-of-line.
23230
23231 * apropos.el (apropos-print): Omit command from M-x ... RET.
23232
23233 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23234
23235 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23236 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23237
23238 2005-03-06 Richard M. Stallman <rms@gnu.org>
23239
23240 * bindings.el (esc-map): Bind M-g to goto-line.
23241
23242 * facemenu.el (global-map): Bind M-o, not M-g.
23243
23244 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23245
23246 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23247 "Open Directory" as for "Open File".
23248
23249 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23250
23251 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23252 (push-mark-command): Run activate-mark-hook.
23253
23254 2005-03-06 Richard M. Stallman <rms@gnu.org>
23255
23256 * help-mode.el (help-mode-finish): Don't alter the element
23257 in view-return-to-alist if there already is one.
23258
23259 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23260 make sure the current buffer is the expected one.
23261
23262 * novice.el (disabled-command-function): Output in *Disabled Command*.
23263 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23264
23265 * textmodes/flyspell.el (flyspell-large-region):
23266 Pass args differently for aspell.
23267
23268 * files.el (mode-require-final-newline): Doc fix.
23269
23270 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23271
23272 * progmodes/which-func.el (which-function):
23273 Specify NOERROR when calling imenu--make-index-alist.
23274
23275 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23276
23277 * simple.el (normal-erase-is-backspace): Define default value.
23278
23279 * custom.el (custom-theme-set-variables): Remove unused var
23280 `immediate'.
23281 (custom-reevaluate-setting): Simple function to handle variables
23282 that are defined before their default value can really be
23283 computed.
23284
23285 * startup.el (command-line): Use it for temporary-file-directory,
23286 small-emporary-file-directory, auto-save-file-name-transforms,
23287 blink-cursor-mode, and normal-erase-is-backspace.
23288
23289 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23290 progress, even with buggy anchored keywords.
23291
23292 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23293
23294 * simple.el (goto-line): Remove unbalanced final parenthesis.
23295
23296 2005-03-05 Richard M. Stallman <rms@gnu.org>
23297
23298 * simple.el (goto-line): Use a number at point as the default.
23299 With C-u as arg, switch buffers.
23300
23301 2005-03-05 Juri Linkov <juri@jurta.org>
23302
23303 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23304 with `no-blinking-cursor'.
23305
23306 * startup.el (no-blinking-cursor): New defvar.
23307 (command-line): Add `--no-blinking-cursor' to longopts.
23308 Set `no-blinking-cursor' to t for command line arguments
23309 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23310 with `no-blinking-cursor' in the condition for calling
23311 `blink-cursor-mode'.
23312
23313 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23314
23315 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23316 (menu-bar-options-save): Add blink-cursor-mode.
23317 (menu-bar-options-menu): Add blink-cursor-mode.
23318
23319 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23320
23321 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23322 (icalendar-export-file, icalendar-export-region)
23323 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23324 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23325
23326 2005-03-04 Lute Kamstra <lute@gnu.org>
23327
23328 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23329 (debug-function-list): Ditto.
23330
23331 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23332
23333 * textmodes/texinfmt.el (texinfo-append-refill):
23334 Redefine the types of line to which @refill
23335 is not appended by replacing a search for `@refill\\|@bye' with
23336 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23337 itemize@refill' bug and the unfilled long lines bug.
23338 (texinfmt-version): Update number and date.
23339
23340 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23341
23342 * international/code-pages.el (windows-1250, windows-125[2-8])
23343 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23344
23345 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23346
23347 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23348 bound yet.
23349
23350 2005-03-02 Romain Francoise <romain@orebokech.com>
23351
23352 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23353 buffer after removing limits.
23354 (ibuffer-pop-filter): Ditto.
23355 Update copyright.
23356
23357 2005-03-02 Miles Bader <miles@gnu.org>
23358
23359 * button.el (make-text-button): If the user doesn't specify a
23360 type, use the default. Rewrite to use `add-text-properties' and
23361 plist functions.
23362
23363 2005-03-01 Lute Kamstra <lute@gnu.org>
23364
23365 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23366 (debugger-jumping-flag): New var.
23367 (debug-entry-code): Use it.
23368 (debugger-jump): Use debugger-jumping-flag and add
23369 debugger-reenable to post-command-hook.
23370 (debugger-reenable): Use debugger-jumping-flag and remove itself
23371 from post-command-hook.
23372 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23373 debugger-reenable.
23374
23375 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23376
23377 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23378 inclusion of "itemize\\|", which may be unnecessary, is certainly
23379 inelegant, and stops refilling in itemize lists when formatting
23380 Japanese Texinfo files to Info.
23381 Update copyright to 2005.
23382
23383 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23384
23385 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23386 of an error if GDB can't find the source file.
23387
23388 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23389
23390 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23391 not just the calendar.
23392
23393 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23394 first.
23395 (diary-redraw-calendar): New function.
23396 (make-diary-entry): Add diary-redraw-calendar to local
23397 write-contents-functions. Turn off selective display before
23398 inserting in diary.
23399
23400 2005-03-01 Kim F. Storm <storm@cua.dk>
23401
23402 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23403
23404 2005-03-01 Lute Kamstra <lute@gnu.org>
23405
23406 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23407 that debug-entry-code can be safely removed from a function while
23408 this code is being evaluated. Revert the 2005-02-27 change as the
23409 new implementation no longer requires it. Make sure that a
23410 function body containing just a string is not mistaken for a docstring.
23411 (debug): Skip one more frame in case of debug on entry.
23412 (debugger-setup-buffer): Delete one more frame line in case of
23413 debug on entry.
23414 (debugger-frame-number): Update to use the new text introduced by
23415 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23416
23417 2005-02-28 Kim F. Storm <storm@cua.dk>
23418
23419 * double.el (double-translate-key): Call force-window-update after
23420 read-event to avoid crash in redisplay.
23421
23422 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23423
23424 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23425 (debug): Use it. Move the inhibit-trace earlier.
23426 (debug-entry-code): New const.
23427 (debug-on-entry-1): Use it.
23428
23429 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23430
23431 * international/utf-16.el (ccl-encode-mule-utf-16le):
23432 Fix BUFFER_MAGNIFICATION to 2.
23433 (ccl-encode-mule-utf-16be): Likewise.
23434
23435 2005-02-28 Kenichi Handa <handa@m17n.org>
23436
23437 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23438 Fix BUFFER_MAGNIFICATION to 4.
23439 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23440
23441 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23442
23443 * speedbar.el (speedbar-update-flag): Doc fix.
23444 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23445 argument.
23446
23447 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23448
23449 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23450 have a non-nil `invisible' property but are actually visible.
23451
23452 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23453 for perldoc sections.
23454 (perl-outline-regexp, perl-outline-level): New var and function.
23455 (perl-mode): Use them.
23456
23457 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23458
23459 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23460 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23461
23462 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23463
23464 * cus-edit.el: Comment change.
23465 (custom-buffer-create-internal): Slightly reword text at top of
23466 Custom buffers. Mention there that saving an option edits the
23467 init file. Add link to Emacs manual node on `custom-file'.
23468 (custom-magic-alist): Rewrite individual State messages to use
23469 capitalized keywords. Doc fix.
23470
23471 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23472
23473 * calendar/calendar.el (calendar-buffer): Move above
23474 calendar-week-start-day.
23475 (calendar-week-start-day): Doc fix. Add :set function.
23476 (calendar-minimum-window-height): New variable.
23477 (generate-calendar-window): Only resize window if selected-window
23478 is displaying the calendar buffer. Use new variable
23479 calendar-minimum-window-height.
23480 (generate-calendar): Reword error message.
23481 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23482
23483 2005-02-27 Andreas Schwab <schwab@suse.de>
23484
23485 * vc.el (vc-do-command): Don't run command asynchronously when
23486 operating in a remote directory.
23487
23488 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23489 change from sync with Tramp 2.0.47.
23490
23491 2005-02-27 Richard M. Stallman <rms@gnu.org>
23492
23493 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23494
23495 * textmodes/flyspell.el (flyspell-mode-on):
23496 Call ispell-change-dictionary only if necessary.
23497
23498 * emacs-lisp/re-builder.el (regexp-builder): New function.
23499
23500 * register.el (describe-register-1): Explicitly handle
23501 yank-excluded-properties = t.
23502
23503 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23504 (custom-magic-alist): Change the status descriptions again.
23505 (face widget-type): Total rewrite based on `restricted-sexp'
23506 to eliminate the confusing double hiding levels.
23507
23508 * emacs-lisp/debug.el (debug-on-entry-1):
23509 If function body is empty, add nil as body form.
23510
23511 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23512
23513 * emacs-lisp/trace.el (inhibit-trace): New var.
23514 (trace-make-advice): Use it.
23515
23516 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23517
23518 2005-02-26 Kim F. Storm <storm@cua.dk>
23519
23520 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23521 (mouse-on-link-p, mouse-drag-region-1): Use it.
23522
23523 2005-02-25 Lute Kamstra <lute@gnu.org>
23524
23525 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23526
23527 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23528
23529 * frame.el (blink-cursor-mode): Add :group keyword.
23530
23531 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23532
23533 * calendar/icalendar.el (icalendar--decode-isodatetime):
23534 New optional argument DAY-SHIFT.
23535 (icalendar-export-region): Fix coding-system-for-write.
23536 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23537 events by one.
23538
23539 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23540
23541 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23542
23543 2005-02-24 Kim F. Storm <storm@cua.dk>
23544
23545 * international/iso-acc.el (iso-accents-compose): Fix crash
23546 during redisplay. Call force-window-update after read-event
23547 and delete-region to signal that window is not accurate.
23548
23549 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23550
23551 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23552 Remove unused and inexistent var `inhibit-trace'.
23553 (debugger-mode): Use run-mode-hooks.
23554 (debugger-list-functions): Add buttons; setup xref stack.
23555
23556 2005-02-23 Richard M. Stallman <rms@gnu.org>
23557
23558 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23559 appointment says it was explicitly made.
23560 (appt-add): Set the 3rd element.
23561 (appt-make-list): Preserve explicit appointments.
23562
23563 * subr.el (find-tag-default): Catch errors in forward-sexp.
23564
23565 2005-02-23 Juri Linkov <juri@jurta.org>
23566
23567 * info.el (Info-isearch-search): New defcustom.
23568 (Info-isearch-search): Call the default isearch function
23569 when Info-isearch-search is nil.
23570 (Info-isearch-wrap): Use variable Info-isearch-search.
23571
23572 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23573
23574 * cus-edit.el: Comment change.
23575
23576 2005-02-22 Kim F. Storm <storm@cua.dk>
23577
23578 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23579 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23580
23581 2005-02-22 Simon Josefsson <jas@extundo.com>
23582
23583 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23584 New variable.
23585 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23586 Oskarsson" <myrkraverk@users.sourceforget.net>.
23587
23588 2005-02-22 Kim F. Storm <storm@cua.dk>
23589
23590 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23591 check that window of that event is the selected window.
23592 (mouse-drag-region-1): Compare mouse event window to selected
23593 window before setting point.
23594
23595 * tooltip.el (tooltip-show-help-function): Pass event to
23596 mouse-on-link-p so it can check selected window.
23597
23598 2005-02-22 Kenichi Handa <handa@m17n.org>
23599
23600 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23601 (ps-mule-show-warning): New function.
23602 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23603 characters are found.
23604
23605 * ps-print.el (ps-header-footer-string): Return a list of header
23606 and footer strings.
23607
23608 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23609
23610 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23611
23612 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23613
23614 * frame.el (blink-cursor-mode): Use define-minor-mode.
23615
23616 * term/mac-win.el (function-key-map): Use char-names more consistently.
23617 (file-name-coding-system): Only set it for MacOS-9. The other case is
23618 already handled in mule-cmds.el (where it also works when mac-win.el
23619 is not used).
23620
23621 2005-02-21 Kenichi Handa <handa@m17n.org>
23622
23623 * international/mule.el (ctext-pre-write-conversion): Always use
23624 " *code-converting-work*" buffer for work.
23625
23626 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23627
23628 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23629
23630 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23631
23632 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23633
23634 * ses.el (undo-more): Restore defadvice, but only the part that
23635 allows changes outside the restricted area of the buffer.
23636
23637 2005-02-20 Kim F. Storm <storm@cua.dk>
23638
23639 * simple.el (line-move): Add fourth optional arg try-vscroll which
23640 must be set to perform auto-window-vscroll.
23641 When moving backwards and doing auto-window-vscroll, automatically
23642 vscroll to the last part of lines which are taller than the window.
23643 (next-line, previous-line): Set try-vscroll arg on line-move.
23644
23645 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23646
23647 * replace.el (query-replace, query-replace-regexp)
23648 (replace-string, replace-regexp): When operating on region, make
23649 the minibuffer prompt say so.
23650
23651 * isearch.el (isearch-forward): Document isearch-query-replace and
23652 isearch-query-replace-regexp keybindings.
23653
23654 2005-02-19 Jay Belanger <belanger@truman.edu>
23655
23656 * calc/calc-aent.el (math-read-token): Add local variable.
23657
23658 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23659 (calc-edit-top): Move declaration to earlier in file.
23660 (calc-edit-macro-repeats): Add local variables.
23661
23662 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23663 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23664 calcFunc-tanh.
23665 Adjust integration rule for calcFunc-tan.
23666
23667 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23668
23669 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23670 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23671 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23672 (viper-skip-separators): Bug fix.
23673 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23674 particular major mode.
23675 (viper-del-backward-char-in-replace): Don't put deleted char on the
23676 kill ring.
23677
23678 * viper-ex.el (viper-color-display-p): New function.
23679 (viper-has-face-support-p): Use viper-color-display-p.
23680
23681 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23682
23683 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23684
23685 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23686 (viper-file-remote-p): Make equivalent to file-remote-p.
23687
23688 * viper.el (viper-major-mode-modifier-list):
23689 Use viper-gnus-modifier-map.
23690
23691 2005-02-19 David Kastrup <dak@gnu.org>
23692
23693 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23694 quoting.
23695
23696 2005-02-19 Jay Belanger <belanger@truman.edu>
23697
23698 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23699 Remove extra definitions.
23700 (calc-coth): New function.
23701 (calcFunc-cot): Fix `let'.
23702
23703 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23704
23705 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23706 the reasons we use "type pc" in these faces.
23707
23708 * button.el (button): Ditto.
23709
23710 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23711
23712 * replace.el (query-replace-read-from): Set the value of
23713 query-replace-from-history-variable to handle the case of an empty
23714 string entered to accept the suggested default.
23715
23716 * net/tramp.el (tramp-file-name-for-operation):
23717 Use dired-call-process instead of dired-call-process-command.
23718
23719 2005-02-19 Jay Belanger <belanger@truman.edu>
23720
23721 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23722 (math-div-non-trig): New variables.
23723 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23724 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23725 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23726 trig expressions.
23727
23728 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23729
23730 * progmodes/gdb-ui.el (gdb-var-update-handler)
23731 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23732 for watch expressions,
23733 (gdb-var-create-handler): Don't set speedbar-update-flag.
23734 (gdb-post-prompt): Simplify test for speedbar.
23735
23736 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23737
23738 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23739 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23740 we use the syntax table of the correct buffer.
23741 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23742 Felix Gatzemeier.
23743
23744 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23745 (ediff-file-remote-p): Make synonymous with file-remote-p.
23746 In all deffaces ediff-*-face-*, use min-colors.
23747
23748 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23749 ediff-recurse-to-subdirectories.
23750 (ediff-mark-if-equal): Check that the arguments are strings, use
23751 ediff-same-contents (after to Felix Gatzemeier).
23752
23753 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23754 nil.
23755
23756 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23757
23758 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23759
23760 2005-02-18 David Kastrup <dak@gnu.org>
23761
23762 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23763 use `mark-active' when defined.
23764
23765 2005-02-18 Kenichi Handa <handa@m17n.org>
23766
23767 * ps-print.el (ps-font-info-database): New entry
23768 ZapfChancery-MediumItalic with correct font name. Fix font name
23769 of the entry Zapf-Chancery-MediumItalic.
23770
23771 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23772
23773 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23774
23775 2005-02-16 Kim F. Storm <storm@cua.dk>
23776
23777 * ido.el (ido-fallback-command): Pass user input to fallback command.
23778
23779 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23780
23781 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23782 (gdb-find-file-hook): Add server prefix.
23783
23784 2005-02-16 Richard M. Stallman <rms@gnu.org>
23785
23786 * replace.el (perform-replace): Pass new args to replace-highlight.
23787 (replace-highlight): Take region args,
23788 and pass them to isearch-lazy-highlight-new-loop.
23789
23790 * novice.el (disabled-command-hook): Autoload the defalias
23791 and the make-obsolete-variable call.
23792
23793 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23794
23795 * isearch.el (isearch-lazy-highlight-start-limit)
23796 (isearch-lazy-highlight-end-limit): New variables limit
23797 the region for highlighting.
23798 (isearch-lazy-highlight-new-loop): New args BEG and END.
23799 (isearch-lazy-highlight-search): Use the new vars.
23800 (isearch-lazy-highlight-update): Likewise.
23801
23802 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23803
23804 * cus-start.el (all): Use default-boundp.
23805
23806 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23807
23808 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23809
23810 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23811
23812 * autorevert.el (auto-revert-stop-on-user-input)
23813 (auto-revert-verbose): Doc fixes.
23814
23815 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23816
23817 * international/mule-cmds.el (set-locale-environment): Remove call
23818 to set-selection-coding-system on Windows.
23819
23820 2005-02-15 Jay Belanger <belanger@truman.edu>
23821
23822 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23823 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23824 calcFunc-coth.
23825 (math-simplify-sqrt): Add simplifications.
23826
23827 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23828 to list.
23829
23830 * calc/calc-ext.el: Add functions to autoloads.
23831
23832 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23833 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23834 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23835 (math-csc-raw, math-cot-raw): New functions.
23836
23837 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23838
23839 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23840 the variable name in a message.
23841
23842 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23843 calcFunc-csc, calcFunc-cot.
23844
23845 * calc/calcalg2.el: Add derivative and integration rules for
23846 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23847 calcFunc-csch, calcFunc-coth.
23848 (math-do-integral-methods): Add to checks for when to use
23849 substitutions.
23850
23851 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23852
23853 2005-02-15 Lute Kamstra <lute@gnu.org>
23854
23855 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23856 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23857 <monnier@iro.umontreal.ca>
23858 (lisp-outline-level): Improve efficiency. Suggested by David
23859 Kastrup <dak@gnu.org>.
23860
23861 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23862
23863 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23864 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23865 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23866 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23867 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23868
23869 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23870
23871 * cus-start.el (all): Comment change.
23872
23873 2005-02-14 Lute Kamstra <lute@gnu.org>
23874
23875 * cus-start.el (all): Check if symbol is void.
23876
23877 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23878
23879 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23880 optional argument to \cite.
23881
23882 2005-02-14 Richard M. Stallman <rms@gnu.org>
23883
23884 * cus-edit.el (custom-buffer-create-internal): Update help message.
23885 (custom-magic-alist): Update help messages.
23886
23887 * cus-start.el (all): Allow a var to specify a standard value.
23888
23889 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23890
23891 * custom.el (custom-theme-set-variables): Handle variable aliases.
23892
23893 * frame.el (blink-cursor-timer): Doc fix.
23894 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23895 declare obsolete.
23896 (blink-cursor-mode): Define with defcustom and use correct
23897 standard expression in that defcustom.
23898 * startup.el (command-line): Adapt to above changes in frame.el.
23899
23900 2005-02-11 Lute Kamstra <lute@gnu.org>
23901
23902 * apropos.el (apropos-score-doc): Prevent division by zero.
23903
23904 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23905
23906 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23907 (icalendar--get-event-property-attributes)
23908 (icalendar--get-event-properties)
23909 (icalendar--datetime-to-diary-date): New functions.
23910 (icalendar--split-value): Doc fix.
23911 (icalendar--datetime-to-noneuropean-date)
23912 (icalendar--datetime-to-european-date): New optional argument
23913 SEPARATOR. Return result as a string instead of a list.
23914 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23915 (icalendar--convert-string-for-export): Rename arg S to STRING.
23916 (icalendar-export-region): Doc fix. Change name of error buffer.
23917 Save output buffer.
23918 (icalendar-import-file): Add blank at end of prompt.
23919 (icalendar-import-buffer): Doc fix. Do not switch to error
23920 buffer. Indicate status in return value.
23921 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23922 buffer. Save output buffer. Handle exception from recurrence
23923 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23924 events. Fix problems with weekly all-day events.
23925
23926 2005-02-10 Richard M. Stallman <rms@gnu.org>
23927
23928 * simple.el (eval-expression-print-format):
23929 Avoid warning about edebug-active.
23930
23931 * help.el (help-for-help-internal): Rename from help-for-help.
23932 (help-for-help): Define with defalias.
23933
23934 * font-core.el (font-lock-default-function): Use with-no-warnings.
23935
23936 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23937
23938 * custom.el (defface): Doc fix.
23939
23940 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23941
23942 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23943 width 0" to prevent word wrapping problems.
23944
23945 2005-02-09 Kim F. Storm <storm@cua.dk>
23946
23947 * ido.el (ido-file-extensions-order): New defcustom.
23948 (ido-file-extension-lessp, ido-file-extension-aux)
23949 (ido-file-extension-order): New advanced file ordering.
23950 (ido-file-lessp): New simple file ordering.
23951 (ido-sort-list): Remove.
23952 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23953 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23954
23955 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23956
23957 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23958 that some versions of grep produce.
23959 (grep-mode-font-lock-keywords): Likewise.
23960
23961 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23962
23963 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23964 (gdb-cdir): Delete.
23965 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23966 (gdb-source-info): Treat case when source file is in another
23967 directory properly.
23968 (gdb-get-location): New function.
23969
23970 2005-02-07 Jay Belanger <belanger@truman.edu>
23971
23972 * calc/calc-prog.el (calc-write-parse-table-part)
23973 (calc-fix-token-name): Fix a check for language type.
23974
23975 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23976
23977 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23978
23979 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23980 as directory not writable.
23981
23982 2005-02-07 Kim F. Storm <storm@cua.dk>
23983
23984 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23985 (cua--standard-movement-commands): Remove list.
23986 Instead, set CUA property value to move for movement commands.
23987 (cua-movement-commands): Remove. Users must set CUA prop instead.
23988 (cua--pre-command-handler): Check CUA property.
23989 (cua--init-keymaps): Don't remap undo commands.
23990 (cua-mode): Don't call cua--rectangle-on-off.
23991
23992 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23993 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23994 (cua--rect-undo-set-point): New var.
23995 (cua--rectangle-undo-boundary): Setup undo apply entry.
23996 (cua--rect-undo-handler): New function for rectangle undo.
23997 (cua--rect-start-position, cua--rect-end-position): Add.
23998 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23999 for restored rectangle. Set point if cua--rect-undo-set-point.
24000
24001 2005-02-06 Jay Belanger <belanger@truman.edu>
24002
24003 * calc/calc-lang.el (calc-tex-language): Display more information
24004 in messages.
24005
24006 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24007 in TeX mode.
24008
24009 2005-02-06 Richard M. Stallman <rms@gnu.org>
24010
24011 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24012
24013 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24014
24015 * net/ldap.el (ldap-search-internal): Support attributes with
24016 optional descriptions separated by a semi-colon, as in
24017 "userCertificate;binary".
24018
24019 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24020
24021 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24022 isn't a cons (i.e. the version is 0).
24023
24024 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24025
24026 * help.el (help-for-help): Doc fix.
24027
24028 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24029
24030 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24031 GDB-Windows on the menu-bar as this works better.
24032
24033 2005-02-04 Jay Belanger <belanger@truman.edu>
24034
24035 * calc/calc-embed.el (calc-embedded-update): Don't put in
24036 unnecessary newlines. Adjust the end of formula marker.
24037
24038 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24039 (math-latex-parse-two-args): New function.
24040
24041 2005-02-03 Lute Kamstra <lute@gnu.org>
24042
24043 * help-fns.el (help-with-tutorial): Make sure that users cannot
24044 remove the entire text of the tutorial by means of `undo'.
24045
24046 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24047
24048 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24049 in recent changes, where the ispell process was repeatedly
24050 killed & restarted.
24051
24052 * international/mule-cmds.el (set-locale-environment): Set file-name
24053 coding system to utf-8 on Darwin systems.
24054 (set-default-coding-systems): Don't set default-file-name-coding-system
24055 on Darwin systems.
24056
24057 2005-02-03 Richard M. Stallman <rms@gnu.org>
24058
24059 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24060
24061 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24062
24063 * faces.el (list-faces-display): Add optional argument.
24064
24065 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24066
24067 * font-core.el (font-lock-default-function): Handle the rare case where
24068 only font-lock-keywords is set.
24069
24070 2005-02-02 Kenichi Handa <handa@m17n.org>
24071
24072 * international/characters.el: Cancel previous change for
24073 I-WITH-DOT-ABOVE and DOTLESS-i.
24074
24075 * international/latin-5.el: Cancel previous change.
24076
24077 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24078
24079 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24080
24081 2005-02-02 Kenichi Handa <handa@m17n.org>
24082
24083 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24084 DOTLESS-i.
24085
24086 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24087 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24088
24089 * case-table.el (get-upcase-table): New function.
24090 (copy-case-table): Copy upcaes table too if non-nil.
24091 (set-case-syntax-delims): Maintain upcase table too.
24092 (set-case-syntax-pair): Likewise.
24093 (set-upcase-syntax, set-downcase-syntax): New functions.
24094 (set-case-syntax): Maintain upcase table too.
24095
24096 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24097
24098 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24099
24100 * progmodes/gud.el (gud-goto-info): New function.
24101 (gud-tool-bar-map): Use correct icon.
24102
24103 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24104
24105 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24106 When delegating, order args in the funcall correctly.
24107
24108 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24109
24110 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24111
24112 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24113
24114 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24115 buffer not visiting a file.
24116
24117 2005-01-31 Jay Belanger <belanger@truman.edu>
24118
24119 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24120 bound on the line with the formula.
24121
24122 2005-01-31 Kim F. Storm <storm@cua.dk>
24123
24124 * ses.el (ses-create-cell-variable-range)
24125 (ses-destroy-cell-variable-range, ses-reset-header-string)
24126 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24127 (ses-insert-row): Fix format of apply undo entries.
24128
24129 2005-01-31 Jay Belanger <belanger@truman.edu>
24130
24131 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24132 parts.
24133
24134 * calc/calc-embed.el (calc-embedded-open-formula)
24135 (calc-embedded-close-formula): Ignore matrix environments.
24136
24137 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24138 TeX mode.
24139
24140 * calc/calc-lang.el (math-function-table, math-oper-table)
24141 (math-variable-table): Adjust the LaTeX portions.
24142
24143 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24144 (math-latex-ignore-words): New constant.
24145
24146 2005-01-31 Richard M. Stallman <rms@gnu.org>
24147
24148 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24149 (ispell-local-dictionary): Doc fix.
24150 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24151 Don't reinitialize at run time. Don't defcustom.
24152 All uses changed to append ispell-local-dictionary-alist,
24153 or check it first.
24154 (ispell-current-dictionary): New variable for dictionary in use.
24155 (ispell-dictionary): Now used only for global default.
24156 (ispell-start-process): Set ispell-current-dictionary,
24157 not ispell-dictionary.
24158 (ispell-change-dictionary): Use this only for setting
24159 user preferences.
24160 (ispell-internal-change-dictionary): New function
24161 to change the current dictionary in use.
24162 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24163 Use ispell-current-dictionary.
24164 Handle ispell-local-dictionary-overridden.
24165 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24166
24167 2005-01-31 Jay Belanger <belanger@truman.edu>
24168
24169 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24170
24171 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24172 (calc-mode-map): Add calc-latex-language.
24173
24174 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24175 (math-latex-print-frac): New functions.
24176 (math-oper-table, math-function-table, math-variable-table)
24177 (math-complex-format, math-input-filter): Add latex properties.
24178 (calc-set-language): Set math-expr-special-function-mapping.
24179
24180 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24181 (calc-write-parse-table-part): Add LaTeX support.
24182
24183 * calc/calc.el (calc-language): Adjust docstring.
24184 (calc-set-mode-line): Add LaTeX support.
24185 (math-expr-special-function-mapping): New variable.
24186 (math-tex-ignore-words): Add to list.
24187
24188 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24189 Add LaTeX support.
24190 (math-compose-expr): Add support for special functions.
24191
24192 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24193
24194 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24195
24196 * progmodes/gdb-ui.el (gdb-memory-address)
24197 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24198 (gdb-memory-mode-map, gdb-memory-format-keymap)
24199 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24200 (gdb-memory-unit-menu): New variables for a buffer
24201 that lets the user examine program memory.
24202 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24203 (gdb-memory-format-binary, gdb-memory-format-octal)
24204 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24205 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24206 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24207 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24208 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24209 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24210 (gdb-memory-mode, gdb-memory-buffer-name)
24211 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24212 New functions for above buffer.
24213
24214 2005-01-30 Richard M. Stallman <rms@gnu.org>
24215
24216 * cus-edit.el (custom-bury-buffer): Function deleted.
24217 (custom-buffer-done-function): Option deleted.
24218 (custom-buffer-done-kill): New replacement option.
24219 (Custom-buffer-done): Call quit-window.
24220 (custom-buffer-create-internal): Update for above changes.
24221
24222 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24223
24224 * simple.el (undo-ask-before-discard): New var.
24225 (undo-outer-limit-truncate): Implement it.
24226 (undo-extra-outer-limit): Doc update.
24227
24228 2005-01-29 Richard M. Stallman <rms@gnu.org>
24229
24230 * ses.el (undo-more): Delete defadvice.
24231 (ses-begin-change): Doc fix.
24232
24233 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24234 instead of rebinding C-x u and C-_.
24235
24236 * files.el (normal-backup-enable-predicate): Return nil for files
24237 in /tmp, regardless of temporary-file-directory.
24238
24239 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24240
24241 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24242 (open-rectangle, delete-whitespace-rectangle-line)
24243 (clear-rectangle-line): If FILL, pass t instead of FILL
24244 for move-to-column's 2nd arg.
24245
24246 * simple.el (undo): Fix the test for continuing a series of undos.
24247 (undo-more): Set pending-undo-list to t when we reach end.
24248 (pending-undo-list): Move up defvar.
24249
24250 * wid-edit.el (widget-button-click):
24251 Shorten the range of the track-mouse binding.
24252
24253 * comint.el (comint-insert-input): Undo previous changes;
24254 use last-input-event in interactive spec.
24255
24256 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24257
24258 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24259 to nil before invoking call-process. Reset buffer's modified flag
24260 after fontifying it in the no-async branch.
24261
24262 * wid-edit.el (widget-specify-button): If mouse pointer shape
24263 cannot be changed, use mouse face instead.
24264
24265 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24266
24267 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24268 (gdb-goto-breakpoint): Make breakpoint handling work on template
24269 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24270 (gdb-assembler-custom): Update to recognize breakpoint information
24271 added on 2005-01-19.
24272
24273 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24274
24275 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24276 (dsssl-mode): Use define-derived-mode.
24277 (scheme-mode-initialize): Remove.
24278 (scheme-mode): Use run-mode-hooks.
24279
24280 * cus-edit.el (customize-group-other-window)
24281 (custom-buffer-create-other-window): Don't override special-display-*.
24282 (custom-mode-map): Make it dense.
24283
24284 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24285 sets the default value.
24286
24287 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24288
24289 * descr-text.el: Add more keywords.
24290
24291 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24292
24293 * speedbar.el: Avoid unnecessary use of locate-library.
24294
24295 * international/mule-cmds.el (standard-display-european-internal):
24296 Don't fiddle with latin-1 non-break space any more since it's now
24297 special cased in the C code.
24298 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24299
24300 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24301
24302 * cus-start.el (all): Add `undo-outer-limit'.
24303
24304 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24305
24306 * textmodes/bibtex.el (bibtex-format-entry):
24307 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24308 field lines.
24309 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24310 not on part of a buffer.
24311
24312 2005-01-25 Lute Kamstra <lute@gnu.org>
24313
24314 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24315 nonempty field text strings like "{letters\\macro{}more letters}".
24316 Clarify docstring.
24317 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24318 (bibtex-entry-offset, bibtex-parse-association)
24319 (bibtex-parse-field-name): Fix typos in docstrings.
24320 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24321
24322 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24323
24324 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24325 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24326 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24327 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24328
24329 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24330 isearch minor mode.
24331
24332 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24333
24334 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24335
24336 2005-01-24 Lute Kamstra <lute@gnu.org>
24337
24338 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24339 CASECHARS and NOT-CASECHARS regular expressions of the
24340 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24341 striding over charsets" error.
24342
24343 2005-01-24 Jay Belanger <belanger@truman.edu>
24344
24345 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24346 display variable name.
24347
24348 2005-01-24 Kenichi Handa <handa@m17n.org>
24349
24350 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24351 Fix setting of the element of encoded-kbd-iso2022-invocations.
24352
24353 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24354
24355 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24356 (gdb-threads-select): Change to also accept mouse events.
24357 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24358 (gdb-threads-mouse-select): Delete.
24359
24360 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24361
24362 * files.el (insert-directory): Take care of empty directory,
24363 listed without -a switch.
24364
24365 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24366
24367 * textmodes/refill.el (refill-post-command-function):
24368 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24369 to the list of functions that we should be careful not to undo.
24370 (refill-late-fill-paragraph-function): Remove.
24371 (refill-saved-state): New var.
24372 (refill-mode): Use it to save fill-paragraph-function.
24373 Save also the value of auto-fill-function.
24374
24375 * term/w32-win.el: Simplify code.
24376
24377 2005-01-23 Kim F. Storm <storm@cua.dk>
24378
24379 * simple.el (line-move): Adapt to new return value from
24380 pos-visible-in-window-p.
24381
24382 * simple.el (line-move): Fix last change. Check partial
24383 visibility at point rather than at window-start.
24384
24385 2005-01-22 Jason Rumney <jasonr@gnu.org>
24386
24387 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24388
24389 2005-01-22 David Kastrup <dak@gnu.org>
24390
24391 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24392
24393 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24394
24395 * type-break.el (type-break-mode): Add a test for
24396 type-break-file-name being non-nil.
24397
24398 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24399
24400 * net/eudc.el (top level): Call (message "") via progn, so that
24401 eudc-options-file is loaded.
24402
24403 2005-01-22 Kim F. Storm <storm@cua.dk>
24404
24405 * simple.el (line-move-1): Rename from line-move.
24406 (line-move): New function that adjusts vscroll for partially
24407 visible rows, and calls line-move-1 otherwise.
24408
24409 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24410
24411 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24412 since it's not a complete read-event implementation
24413
24414 2005-01-20 Jay Belanger <belanger@truman.edu>
24415
24416 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24417 for called function.
24418
24419 2005-01-20 Steven Tamm <steventamm@mac.com>
24420
24421 * term/mac-win.el (process-connection-type): Remove.
24422 Controlled now by s/darwin.h:PTY_ITERATION.
24423
24424 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24425
24426 * window.el (handle-select-window): Don't switch window when we're
24427 in the minibuffer.
24428
24429 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24430
24431 * subr.el (dotimes-with-progress-reporter): New macro.
24432
24433 * ses.el (ses-dotimes-msg): Remove macro.
24434 Use `dotimes-with-progress-reporter' instead.
24435
24436 2005-01-19 Steven Tamm <steventamm@mac.com>
24437
24438 * term/mac-win.el (process-connection-type): Use new
24439 operating-system-release variable to use ptys on Darwin 7 (OS X
24440 10.3) when using carbon build.
24441
24442 2005-01-19 Jay Belanger <belanger@truman.edu>
24443
24444 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24445 flags if the last command was a tab or M-tab.
24446
24447 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24448 in formula editing buffer.
24449
24450 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24451
24452 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24453 breakpoint image symbol in margin.
24454
24455 2005-01-19 Jay Belanger <belanger@truman.edu>
24456
24457 * calc/calc-prog.el (calc-execute-kbd-macro):
24458 Ignore calc-keep-arg-flag.
24459
24460 2005-01-19 Kenichi Handa <handa@m17n.org>
24461
24462 * textmodes/ispell.el (ispell-looking-at): New function.
24463 (ispell-process-line): Use ispell-looking-at to compare the ispell
24464 output and the buffer contents.
24465
24466 2005-01-18 Jay Belanger <belanger@truman.edu>
24467
24468 * calc/calc.el (calc-display-raw): Fix docstring.
24469
24470 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24471
24472 * simple.el (blink-matching-open): Strip extra info from syntax.
24473
24474 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24475 funny chars in the end-of-here-doc marker.
24476
24477 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24478
24479 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24480 that enable/disabled state of breakpoints is shown correctly in
24481 fringe and on ttys.
24482 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24483 Add breakpoint information as text properties.
24484 (gdb-mouse-toggle-breakpoint):
24485 Rename to gdb-mouse-set-clear-breakpoint.
24486 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24487 breakpoints in the margin.
24488 (gdb-remove-strings): Simplify.
24489
24490 2005-01-17 Jay Belanger <belanger@truman.edu>
24491
24492 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24493 erasing buffer.
24494
24495 2005-01-17 Richard M. Stallman <rms@gnu.org>
24496
24497 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24498 for calling grep-compute-defaults.
24499
24500 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24501 if buffer is empty.
24502
24503 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24504
24505 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24506
24507 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24508
24509 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24510 non-preloaded variables.
24511
24512 2005-01-17 Steven Tamm <steventamm@mac.com>
24513
24514 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24515 tex-shell cause to force interactivity when using pipes.
24516
24517 2005-01-17 Kim F. Storm <storm@cua.dk>
24518
24519 * simple.el (just-one-space): Make arg optional.
24520
24521 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24522
24523 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24524 posn-at-x-y to t to access left-margin.
24525
24526 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24527
24528 Sync with Tramp 2.0.47.
24529
24530 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24531 catching keep-date problems in cp/scp operations.
24532 (tramp-handle-copy-file): Don't call `set-file-modes'
24533 unconditionally. Specialized functions should know better what is
24534 necessary. This improves performance a little bit, and the
24535 functions could catch errors with `cp -p' and `scp -p'.
24536 (tramp-do-copy-or-rename-file-via-buffer)
24537 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24538 when appropriate.
24539 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24540 Call `set-file-modes' when appropriate.
24541 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24542 Johnsson <isak@hypergene.com>
24543 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24544 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24545 <joakim@verona.se>
24546 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24547 Emacs only.
24548
24549 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24550 `find-file-hooks' and `dired-mode-hook'.
24551 (tramp-minor-mode-map): Respective map. Add remapping for
24552 `compile' and `recompile'.
24553 (tramp-remap-command, tramp-recompile): New defuns.
24554 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24555 in buffer "*Compilation*". Call the commands asynchronously.
24556
24557 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24558 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24559 `shell-command', because it isn't magic in XEmacs. Reported by
24560 Adrian Aichner <adrian@xemacs.org>.
24561
24562 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24563 `substitute-in-file-name.
24564 (tramp-smb-handle-substitute-in-file-name): New defun.
24565 (tramp-smb-advice-PC-do-completion): Delete advice.
24566
24567 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24568
24569 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24570 Fix error in deleting region.
24571
24572 2005-01-15 Richard M. Stallman <rms@gnu.org>
24573
24574 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24575 In non-temp buffer, switch syntax table temporarily.
24576
24577 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24578
24579 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24580
24581 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24582
24583 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24584 (imenu--generic-function): Use START, not BEG, as pos of definition.
24585
24586 * simple.el (just-one-space): Argument specifies number of spaces.
24587
24588 * simple.el (eval-expression-print-format): Avoid warning
24589 about edebug-active.
24590
24591 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24592
24593 * progmodes/sh-script.el: Code copied from make-mode.el
24594 with small changes,
24595 (sh-mode-map): Bind C-c C-\.
24596 (sh-backslash-column, sh-backslash-align): New variables.
24597 (sh-backslash-region, sh-append-backslash): New functions.
24598
24599 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24600
24601 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24602 (rmail-pop-password, rmail-pop-password-required): Move to
24603 rmail-obsolete group.
24604 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24605 All callers updated.
24606 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24607 Take an argument specifying whether it is POP or IMAP mailbox we
24608 are using. All callers updated.
24609 (rmail-pop-password-error): Rename to
24610 rmail-remote-password-error. Added mailutils-specific error message.
24611 (rmail-movemail-search-path)
24612 (rmail-movemail-variant-in-use): New variables.
24613 (rmail-remote-password, rmail-remote-password-required):
24614 New customization variables.
24615 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24616 (rmail-parse-url): New function.
24617 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24618 with GNU mailutils movemail.
24619
24620 2005-01-15 Kevin Ryde <user42@zip.com.au>
24621
24622 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24623 suffix to space, $ or '$, to correctly position point when going
24624 to @table style constants like DBL_MAX.
24625
24626 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24627
24628 * type-break.el (type-break-mode, type-break-file-time)
24629 (type-break-file-keystroke-count, type-break-choose-file):
24630 Don't store data in or load data from the file if type-break-file-name
24631 is nil.
24632 (type-break-file-name): Doc update as per the above.
24633
24634 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24635
24636 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24637 lookup-key might return nil; handle that.
24638
24639 2005-01-15 Alan Mackenzie <acm@muc.de>
24640
24641 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24642 rather than the element found, thus enabling the tree to be setcar'd.
24643
24644 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24645
24646 * textmodes/org.el (org-show-following-heading): New option.
24647 (org-show-hierarchy-above): Use `org-show-following-heading'.
24648 (org-cycle): Documentation fix.
24649
24650 * textmodes/org.el (orgtbl-optimized): New option
24651 (orgtbl-mode): New command, a minor mode.
24652 (orgtbl-mode-map): New variable.
24653 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24654 (orgtbl-error, orgtbl-self-insert-command)
24655 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24656
24657 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24658 a local variable in each org-mode buffer.
24659
24660 * textmodes/org.el (org-set-regexps-and-options): Rename from
24661 `org-set-regexps'. Added checking for STARTUP keyword.
24662 (org-get-current-options): Add STARTUP options.
24663 (org-table-insert-row): Make mode intelligent about when
24664 realignment is needed.
24665 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24666 New commands.
24667 (org-enable-table-editor): New default value `optimized'.
24668 (org-table-blank-field): Support blanking regions if active.
24669
24670 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24671
24672 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24673 if the year is not given.
24674
24675 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24676 Add new escapes %m and %M, fixed bug with %F by adding
24677 save-match-data.
24678 (reftex-reference): Remove ?. from list of spaces.
24679 (reftex-label-info): Add automatic label prefix recognition.
24680
24681 * textmodes/reftex-index.el (reftex-index-next-phrase):
24682 Add slave parameter to call of `reftex-index-this-phrase'.
24683 (reftex-index-this-phrase): New optional argument.
24684 (reftex-index-region-phrases): Add slave parameter to call of
24685 `reftex-index-this-phrase'.
24686 (reftex-display-index): New argument redo.
24687 (reftex-index-rescan): Add `redo' to arguments of
24688 `reftex-display-index'.
24689 (reftex-index-Rescan, reftex-index-revert)
24690 (reftex-index-switch-index-tag): Add `redo' to arguments of
24691 `reftex-display-index'.
24692 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24693 indexing. Fix bug with matching is there is a quote before or
24694 after the word.
24695
24696 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24697 Fix bug when collecting citation keys in lines with comments.
24698 (reftex-citation): Prefix argument no longer rescans the document,
24699 but forces prompting for optional arguments of cite macros.
24700 (reftex-do-citation): Prompting for optional arguments implemented.
24701
24702 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24703 Add optional arguments to most cite commands.
24704 (reftex-cite-cleanup-optional-args): New option
24705 (reftex-cite-prompt-optional-args): New option.
24706 (reftex-trust-label-prefix): New option.
24707
24708 * textmodes/reftex-toc.el (reftex-toc-find-section):
24709 Add push-mark before changing the position in the buffer.
24710
24711 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24712 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24713
24714 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24715
24716 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24717 more carefully.
24718
24719 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24720
24721 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24722 (sgml-mode): Use it.
24723 (sgml-get-context): Better keep track of implicitly closed tags.
24724
24725 2005-01-13 Kenichi Handa <handa@m17n.org>
24726
24727 * textmodes/ispell.el: These changes are to fix misalignment error
24728 caused by equivalent characters of different Emacs charsets.
24729 (ispell-unified-chars-table): New variable.
24730 (ispell-get-decoded-string): New function.
24731 (ispell-get-casechars, ispell-get-not-casechars)
24732 (ispell-get-otherchars): Call ispell-get-decoded-string.
24733
24734 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24735
24736 * custom.el (custom-declare-variable): Just put symbol instead
24737 of (defvar . symbol) in `current-load-list'.
24738
24739 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24740
24741 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24742
24743 2005-01-12 Jay Belanger <belanger@truman.edu>
24744
24745 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24746 to create a Calc summary.
24747
24748 2005-01-12 Kim F. Storm <storm@cua.dk>
24749
24750 * mouse.el (mouse-on-link-p): Change functionality and doc
24751 string to comply with latest description in lisp ref.
24752
24753 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24754
24755 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24756 Enable mouse clicks on mode-line, header-line and margin.
24757 (event-type): Give mouse event symbols an `event-kind' property
24758 with value `mouse-click'.
24759
24760 2005-01-12 Juri Linkov <juri@jurta.org>
24761
24762 * facemenu.el (list-colors-display): Add new arg buffer-name.
24763 Use it. Fix docstring. Replace code for identifying duplicate
24764 colors by the name with call to `list-colors-duplicates' which
24765 identifies duplicate colors by the value unless the color
24766 is one of special Windows colors. Set truncate-lines to t.
24767 Print sorted duplicate color names on each line. Indent to 22
24768 \(the longest color name in rgb.txt) instead of 20. Optimize.
24769 (list-colors-duplicates): New function.
24770 (facemenu-color-name-equal): Delete function.
24771
24772 * facemenu.el (list-colors-print): New function created from code
24773 in list-colors-display. Print #RRGGBB at the window right edge.
24774 (list-colors-display): When temp-buffer-show-function is not
24775 defined, call list-colors-print from temp-buffer-show-hook
24776 to get the right value of window-width in list-colors-print
24777 after the buffer is displayed.
24778
24779 * simple.el (pop-mark): Move deactivate-mark out of conditional
24780 part to deactivate the active mark regardless of the state of the
24781 mark ring.
24782
24783 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24784 variables line in desktop files.
24785
24786 2005-01-12 Juri Linkov <juri@jurta.org>
24787
24788 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24789 Bring together isearch highlight related options.
24790 (lazy-highlight): Replace group `replace' by `matching'.
24791 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24792 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24793 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24794 and declare them obsolete.
24795 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24796 (isearch-faces): Remove defgroup.
24797 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24798 Move isearch highlighting code closer to lazy highlighting code.
24799
24800 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24801 (query-replace-highlight, query-replace-lazy-highlight)
24802 (query-replace): Move definitions to the beginning of the file.
24803
24804 2005-01-11 Juri Linkov <juri@jurta.org>
24805
24806 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24807 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24808 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24809
24810 * info.el (Info-history-forward): New variable.
24811 (Info-select-node): Reset Info-history-forward to nil.
24812 (Info-last): Turn into defalias.
24813 (Info-history-back): Rename from Info-last.
24814 Add current node to Info-history-forward.
24815 (Info-history-forward): New fun.
24816 (Info-mode-map): Replace Info-last by Info-history-back.
24817 Bind Info-history-forward to "r".
24818 (Info-mode-menu): Replace Info-last by Info-history-back.
24819 Fix menu item text. Add menu item for Info-history-forward.
24820 (info-tool-bar-map): Replace Info-last by Info-history-back.
24821 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24822 for Info-history-forward.
24823 (Info-mode): Replace Info-last by Info-history-back in docstring.
24824 Add local variable Info-history-forward.
24825 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24826
24827 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24828
24829 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24830 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24831 Ignore select-window events rather than fiddle with
24832 mouse-autoselect-window.
24833
24834 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24835
24836 * type-break.el (type-break-mode): Fix previous change.
24837
24838 2005-01-10 Jay Belanger <belanger@truman.edu>
24839
24840 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24841 calculator; only reset when point is inside a calculator.
24842 Don't adjust the window height if the window takes up the whole height
24843 of the frame.
24844
24845 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24846
24847 * ebuff-menu.el (Electric-buffer-menu-mode):
24848 Preserve value of buffer-local var header-line-format.
24849
24850 2005-01-09 Jay Belanger <belanger@truman.edu>
24851
24852 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24853 Make sure settings file exists before accessing it.
24854
24855 * calc/calc-embed.el (calc-embedded-subst):
24856 Replace math-multi-subst-rec, which is only supposed to be called
24857 by math-multi-subst, by math-multi-subst.
24858
24859 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24860
24861 * vc.el (vc-allow-async-revert): New user option.
24862 (vc-disable-async-diff): New internal variable.
24863 (vc-revert-buffer): Use them to disable asynchronous diff.
24864
24865 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24866 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24867 asynchronously if vc-disable-async-diff is t.
24868
24869 2005-01-09 Jay Belanger <belanger@truman.edu>
24870
24871 * calc/calc.el (defcalcmodevar): New macro.
24872 (calc-mode-var-list-restore-default-values)
24873 (calc-mode-var-list-restore-saved-values): New functions.
24874 (calc-mode-var-list): Use defcalcmodevar to define it.
24875 (calc-always-load-extensions, calc-line-numbering)
24876 (calc-line-breaking, calc-display-just, calc-display-origin)
24877 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24878 (calc-group-char, calc-point-char, calc-frac-format)
24879 (calc-prefer-frac, calc-hms-format, calc-date-format)
24880 (calc-float-format, calc-full-float-format, calc-complex-format)
24881 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24882 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24883 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24884 (calc-matrix-brackets, calc-language, calc-language-option)
24885 (calc-left-label, calc-right-label, calc-word-size)
24886 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24887 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24888 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24889 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24890 (calc-window-height, calc-display-trail, calc-show-selections)
24891 (calc-use-selections, calc-assoc-selections)
24892 (calc-display-working-message, calc-auto-why, calc-timing)
24893 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24894 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24895 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24896 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24897 (calc-gnuplot-geometry, calc-graph-default-resolution)
24898 (calc-graph-default-resolution-3d, calc-invocation-macro)
24899 (calc-show-banner): Use defcalcmodevar to declare them and set
24900 their default values.
24901
24902 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24903 instead of default values (but restore default values if there is
24904 an argument of 0).
24905
24906 2005-01-09 David Kastrup <dak@gnu.org>
24907
24908 * desktop.el (desktop-restore-eager): Fix typo in type.
24909
24910 2005-01-08 Richard M. Stallman <rms@gnu.org>
24911
24912 * cus-edit.el (customize): Delete :link.
24913
24914 2005-01-08 Jay Belanger <belanger@truman.edu>
24915
24916 * calc/calc.el (calc-mode): Remove the extension from the
24917 `calc-settings-file' file name when loading it.
24918
24919 2005-01-08 Kim F. Storm <storm@cua.dk>
24920
24921 * info.el (Info-mode-map, Info-next-link-keymap)
24922 (Info-prev-link-keymap, Info-up-link-keymap):
24923 Map follow-link to mouse-face.
24924 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24925
24926 2005-01-08 Jay Belanger <belanger@truman.edu>
24927
24928 * calc/calc.el (calc-settings-file): Change default value.
24929 Suggested by cgw in a comment in calc-mode.el.
24930
24931 * calc/calc-mode.el (calc-settings-file-name):
24932 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24933 Replace ~/.emacs in a prompt by calc-settings-file.
24934
24935 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24936
24937 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24938 (desktop-lazy-idle-delay): New customizable variables.
24939 (desktop-buffer-args-list): New variable.
24940 (desktop-append-buffer-args): New function.
24941 (desktop-save): Call desktop-append-buffer-args for some buffers.
24942 (desktop-lazy-create-buffer): New function.
24943 (desktop-idle-create-buffers): New function.
24944 (desktop-read): Add message about buffers to restore lazily.
24945 (desktop-lazy-abort): New command.
24946 (desktop-clear): Call desktop-lazy-abort.
24947 (desktop-lazy-complete): New command.
24948
24949 2005-01-06 Richard M. Stallman <rms@gnu.org>
24950
24951 * emacs-lisp/find-func.el (find-face-definition):
24952 Rename from find-face.
24953
24954 2005-01-06 Kim F. Storm <storm@cua.dk>
24955
24956 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24957
24958 * man.el (Man-xref-man-page, Man-xref-header-file)
24959 (Man-xref-normal-file): Add follow-link property.
24960
24961 2005-01-06 Jay Belanger <belanger@truman.edu>
24962
24963 * calc/calc-units.el: Make sure the proper macro definitions are
24964 available when compiling.
24965
24966 2005-01-06 Juri Linkov <juri@jurta.org>
24967
24968 * isearch.el (isearch-lazy-highlight-update):
24969 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24970
24971 2005-01-06 Miles Bader <miles@gnu.org>
24972
24973 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24974 (isearch-lazy-highlight-face): Use new name.
24975
24976 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24977
24978 * uniquify.el (uniquify-rationalize-file-buffer-names):
24979 Re-add an interactive spec.
24980 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24981 to the same name.
24982
24983 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24984 (isearch-update, isearch-done): Adjust calls accordingly.
24985
24986 2005-01-05 Richard M. Stallman <rms@gnu.org>
24987
24988 * custom.el (custom-set-variables, custom-theme-set-variables):
24989 Clarify documentation.
24990
24991 * emacs-lisp/find-func.el (find-variable)
24992 (find-variable-other-window, find-variable-other-frame):
24993 Fix the TYPE args to find-function-read and find-function-do-it.
24994 (find-function): Doc fix.
24995 (find-function-at-point): Replace function-at-point alias.
24996
24997 2005-01-04 Richard M. Stallman <rms@gnu.org>
24998
24999 * cus-face.el (custom-declare-face):
25000 Record defface in current-load-list.
25001
25002 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25003
25004 * emacs-lisp/find-func.el: Doc fixes.
25005 (find-face-regexp): New variable.
25006 (find-function-regexp-alist): New variable.
25007 (find-function-C-source): Third arg is now TYPE.
25008 (find-function-search-for-symbol): Handle general TYPE.
25009 (find-function-read, find-function-do-it): Handle general TYPE.
25010 (find-definition-noselect, find-face): New functions.
25011 (function-at-point): Alias deleted.
25012
25013 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25014
25015 * battery.el (display-battery-mode): Rename from display-battery.
25016 Handle the case where it gets turned off.
25017
25018 2005-01-04 Richard M. Stallman <rms@gnu.org>
25019
25020 * cus-edit.el (customize): Make :link point to user doc.
25021
25022 * man.el (Man-fontify-manpage): Turn off undo generation.
25023
25024 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25025
25026 2005-01-04 Andreas Schwab <schwab@suse.de>
25027
25028 * files.el (insert-directory): Only look for error lines in
25029 inserted text. Don't move too far after processing --dired markers.
25030
25031 2005-01-04 Richard M. Stallman <rms@gnu.org>
25032
25033 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25034 Don't expand if the character is @, period, dash, etc.
25035 (define-mail-abbrev): Quote names that contain problem characters.
25036
25037 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25038
25039 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25040
25041 2005-01-03 Richard M. Stallman <rms@gnu.org>
25042
25043 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25044 (query-replace-highlight, query-replace-lazy-highlight)
25045 (query-replace): Definitions moved up. Doc fix.
25046
25047 2005-01-03 Richard M. Stallman <rms@gnu.org>
25048
25049 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25050 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25051 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25052 (lazy-highlight-face): Rename from isearch-lazy-...
25053 Change all references to them.
25054
25055 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25056
25057 * cus-edit.el (custom-file): Doc fix for defcustom.
25058 (custom-file): The function no longer sets the variable
25059 `custom-file' to its return value.
25060
25061 * startup.el (command-line): No longer load `custom-file'.
25062
25063 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25064
25065 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25066
25067 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25068 Don't confuse module-prefixed identifiers for labels.
25069 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25070
25071 2005-01-02 Richard M. Stallman <rms@gnu.org>
25072
25073 * files.el (basic-save-buffer-1): Fix previous change.
25074
25075 * loadhist.el (file-loadhist-lookup): New function.
25076 (file-provides, file-requires): Use it.
25077
25078 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25079 instead of calculating the right size.
25080
25081 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25082
25083 * vc-svn.el (vc-svn-diff): Stay local if possible.
25084
25085 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25086
25087 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25088
25089 * files.el (hack-local-variables): Fix last change.
25090
25091 2005-01-02 Jay Belanger <belanger@truman.edu>
25092
25093 * calc/calc-yank.el (calc-edit-top): New variable.
25094 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25095 object. Change header properties.
25096 (calc-edit-finish, calc-edit-finish-stack-object)
25097 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25098 edited object.
25099 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25100 for the beginning of the edited object.
25101 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25102 for the beginning of the edited object.
25103 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25104 (calc-finish-formula-edit, calc-macro-repeats)
25105 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25106 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25107 beginning of the edited object.
25108 (calc-user-define-edit): Change the header for editing macros.
25109 Remove unnecessary variable.
25110
25111 2005-01-01 Jay Belanger <belanger@truman.edu>
25112
25113 * calc/calc-yank.el (calc-edit-mode): Change default header.
25114 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25115 * calc/calc-store.el (calc-edit-variable): Change title to match new
25116 header.
25117 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25118 mode to match new header.
25119 (calc-user-define-edit): Change titles to include names of commands.
25120 (calc-finish-formula-edit): Adjust to handle new header.
25121 (calc-finish-macro-edit): Remove.
25122 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25123 (calc-edit-macro-command, calc-edit-macro-command-type)
25124 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25125 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25126 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25127 (calc-edit-macro-finish-edit): New functions.
25128 (calc-user-define-edit): Use new functions to edit named calc macros.
25129
25130 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25131
25132 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25133
25134 * ses.el (copy-region-as-kill): Deactivate mark.
25135
25136 2005-01-01 Richard M. Stallman <rms@gnu.org>
25137
25138 * replace.el (occur-1): If the output buffer is also an input,
25139 don't kill it, rename it.
25140
25141 * faces.el (set-face-background, set-face-foreground): Doc fix.
25142
25143 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25144 for :foreground and :background.
25145
25146 * dired.el (dired-view-command-alist): Variable deleted.
25147 (dired-view-file, dired-mouse-find-file-other-window):
25148 Delete the code to use it.
25149
25150 2005-01-01 Kim F. Storm <storm@cua.dk>
25151
25152 * image.el (insert-sliced-image): Use t for line-height property.
25153
25154 See ChangeLog.11 for earlier changes.
25155
25156 ;; Local Variables:
25157 ;; coding: iso-2022-7bit
25158 ;; End:
25159
25160 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25161 Copying and distribution of this file, with or without modification,
25162 are permitted provided the copyright notice and this notice are preserved.
25163
25164 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1