1 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
3 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
4 (gdb-frame-handler): Generalise frame regexp for templates.
6 2006-06-20 Glenn Morris <rgm@gnu.org>
8 * calendar/appt.el (appt-display-format): Default value must be
9 one of the customize options.
11 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
13 * term/xterm.el (terminal-init-xterm): Update key availability
16 * term.el (term-delete-lines, term-insert-lines): Clarify
19 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
21 * files.el (hack-local-variables): Run `hack-local-variables-hook'
22 whether or not a local variables list is defined.
24 * msb.el (msb): Move `sit-for' hack here to handle both
25 "mouse-down and drag" and "mouse-up and select" situations.
26 (mouse-select-buffer): Move `sit-for' hack to `msb'.
28 2006-06-20 Kenichi Handa <handa@m17n.org>
30 * international/characters.el (word-combining-categories): Add
31 entries for 2-byte Han characters.
33 2006-06-19 Richard Stallman <rms@gnu.org>
35 * bindings.el (mode-line-format): Save some mode line space.
37 * files.el (find-file-noselect): Improve the question wording.
38 (basic-save-buffer-2): Mask UMASK against 666.
40 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
41 (mouse-drag-vertical-line): Call it.
43 * cus-edit.el (customize-option, customize-option-other-window):
44 Error if SYMBOL is nil.
46 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
48 * textmodes/org.el: Require noutline, also on XEmacs.
49 (org-end-of-subtree): Return point.
50 (org-dblock-start-re, org-dblock-end-re): New constants.
51 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
52 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
53 (org-update-all-dblocks, org-find-dblock): New functions.
54 (org-collect-clock-time-entries): New function.
55 (org-html-handle-time-stamps): Never export CLOCK timeranges.
56 (org-fixup-indentation): Modified to deadl correctly with lines
57 starting with TAB. Only one argument DIFF now.
58 (org-demote, org-promote): Call `org-fixup-indentation' with just
60 (org-mode): Don't mark buffer as modified when aligning tables.
61 (org-clock-sum): Don't makr buffer modified when adding time sum
63 (org-export-as-html): Added support for a link validation
65 (org-archive-all-done): New function.
66 (org-archive-subtree): New prefix argument. When set, archive all
67 done subtrees in this buffer.
68 (org-remove-clock-overlays)
69 (org-remove-occur-highlights): Use
70 `org-inhibit-highlight-removal'.
71 (org-inhibit-highlight-removal): New variable, for dynamic
73 (org-put-clock-overlay): Don't swallow last headline character
74 when displaying overlay.
75 (org-store-link): Link to `image-mode' with just the file name.
77 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
79 * viper-cmd.el (viper-special-read-and-insert-char): use
81 (viper-after-change-undo-hook): enhancements.
82 (viper-after-change-undo-hook): new hook.
83 (viper-undo): use viper-after-change-undo-hook.
84 (viper-add-newline-at-eob-if-necessary): widen before making changes.
85 (viper-next-line-at-bol): If point is on a widget or a button, simulate
86 clicking on that widget/button.
88 * viper.el (viper-mode): allow for a separate cursor color in Emacs
91 * ediff-diff (ediff-test-patch-utility): catch errors.
92 (ediff-actual-diff-options, ediff-actual-diff3-options): new variables.
93 (ediff-set-actual-diff-options): new function.
94 (ediff-reset-diff-options, ediff-toggle-ignore-case):
95 use ediff-set-actual-diff-options.
96 (ediff-extract-diffs): catch errors.
97 (ediff-whitespace): add nonbreakable space.
98 (ediff-same-file-contents): catch errors.
100 * ediff-mult.el (ediff-collect-custom-diffs): save
101 coding-system-for-read.
103 * ediff-vers.el (ediff-keep-tmp-versions): new var.
104 (ediff-vc-internal, ediff-vc-merge-internal): use
105 ediff-delete-version-file.
106 (ediff-delete-version-file): new function.
108 * ediff-wind.el (ediff-control-frame-parameters): set frame fringes.
110 * ediff.el (ediff-directories, ediff-directory-revisions,
111 ediff-merge-directories, ediff-merge-directories-with-ancestor,
112 ediff-directories-internal, ediff-merge-directory-revisions,
113 ediff-merge-directory-revisions-with-ancestor,
114 ediff-directories3): use read-directory-name.
116 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
118 * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove
119 superfluous part of regexp for brace matching which is handled by
122 2006-06-16 Richard Stallman <rms@gnu.org>
124 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
126 * files.el (basic-save-buffer-2): For a new precious file,
127 use the default modes in the return value.
129 * facemenu.el (facemenu-color-alist): Doc fix.
131 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
133 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
135 * cus-start.el (all): Add mac-ts-script-language-on-focus.
137 * term/mac-win.el (mac-text-encoding-ascii): New constant.
138 (mac-utxt-to-string): Use it.
139 (mac-ts-update-active-input-area): Use mac-ae-number.
141 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
143 * term.el (term-handle-scroll, term-delete-lines)
144 (term-insert-lines): Fix off by one errors.
146 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
148 * net/tramp.el (tramp-touch): Use UTC to express time.
150 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
152 * mail/sendmail.el (mail-send): Search explicitly for
153 mail-header-separator when checking for corrupted header lines.
155 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
157 * progmodes/gdb-ui.el (gdb-same-frame): New option.
158 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
159 (gdb-init-1): Initialise them.
160 (gdb-starting): Reset gdb-printing
161 (gdb-starting): Save value of gud-overlay-arrow-position.
162 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
163 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
164 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
165 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
167 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
169 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
171 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
173 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
174 (ldap-search-internal): Keep error messages, and a regexp fix.
176 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
178 * files.el (hack-local-variables-confirm):
179 Display string value using its printed representation.
181 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
183 * server.el (server-edit): No-op if no server buffers exist.
185 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
187 * textmodes/page-ext.el (pages-directory-for-addresses):
188 Including `pages-directory-address-mode' in the function results
189 in the message "Buffer in which pages were found is deleted".
191 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
193 * textmodes/org.el: (org-agenda-mode-map): Add bindings for
196 (org-agenda-clock-in, org-check-running-clock)
197 (org-clock-out-if-current, org-remove-clock-overlays)
198 (org-put-clock-overlay): New functions.
199 (org-clock-marker, org-clock-file-total-minutes)
200 (org-clock-overlays): New variables.
201 (org-clock-display, org-clock-sum, org-clock-cancel)
202 (org-clock-out, org-clock-in): New commands.
203 (org-export): New function.
204 (org-emph-re): New constant.
205 (org-set-emph-re, org-do-emphasis-faces): New functions.
206 (org-emphasis-regexp-components, org-emphasis-alist): New options.
207 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
208 (org-export-html-convert-emphasize): Use the configurable emphasis.
209 (org-cleaned-string-for-export): Make multiline emphasis visible
210 to the exporter. New optional argument PARAMETERS.
211 (org-export-as-html): Specify :emph-multiline parameter to
212 `org-cleaned-string-for-export'.
214 2006-06-10 Richard Stallman <rms@gnu.org>
216 * help.el (help-for-help-internal): Clean up help text.
218 2006-06-10 Andreas Schwab <schwab@suse.de>
220 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
223 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
225 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
227 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
228 spaces after the comment start.
230 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
232 * play/pong.el (pong-init-buffer):
233 Fill buffer with spaces instead of ^A.
235 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
236 launched asynchronously, delete its process instead of being cool.
237 (ispell-async-processp): Check for `delete-process' existence
238 instead of `kill-process' one for consistency.
240 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
242 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
243 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
244 in mode line at startup.
246 2006-06-08 Kim F. Storm <storm@cua.dk>
248 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
249 (ido-init-completion-maps): Bind them to M-SPC and M-v.
250 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
251 (ido-file-internal): Pass full file name to write-file.
252 (ido-read-internal): Only pop stack elements automatically if they
253 actually match an existing directory or file name.
255 2006-06-07 Kenichi Handa <handa@m17n.org>
257 * international/mule.el (find-auto-coding): Don't handle the short
260 * files.el (hack-local-variables-prop-line)
261 (hack-local-variables): Cancel the previous change.
263 2006-06-06 Jesper Harder <harder@phys.au.dk>
265 * ediff-diff.el (ediff-test-utility): Protect against file-error.
267 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
269 * diff-mode.el (diff-mode): Set buffer-read-only to t when
270 diff-default-read-only is non-nill.
271 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
272 (diff-refine-hunk): Set inhibit-read-only to t.
274 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
275 modifying the *Diff* buffer.
276 (diff-process-filter): New filter function for diff process that
277 sets inhibit-read-only to t when modifying the *Diff* buffer.
279 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
281 * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as
282 insertion point and control the number of empty lines.
283 (org-paste-subtree): Limit the number of empty lines at the end of
285 (org-agenda): Use buffer name of current file for narrowing.
286 (org-export-as-xml): Command removed.
287 (org-export-xml-type): Option removed.
288 (org-mode-map): Call `org-export-as-xoxo' directly.
289 (org-get-indentation): New optional argument LINE.
290 (org-fix-indentation, org-remove-tabs): New functions.
291 (org-export-as-ascii, org-ascii-level-start): Determine and apply
292 correct indentation for headlines that are converted it items.
293 (org-skip-comments): Remove table lines that contain narrowing
294 cookies but no other non-empty fields.
295 (org-set-tags): Allow groups of mutually exclusive tags.
296 (org-cmp-time): Sort 24:21 before items without time.
297 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
298 (org-open-at-point): Require double colon also for numbers.
300 2006-06-06 Kim F. Storm <storm@cua.dk>
302 * ido.el (ido-default-file-method, ido-default-buffer-method):
303 Make choice values consistent with corresponding command names.
304 (ido-visit-buffer): Update accordingly. Default to selected-window.
306 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
308 * progmodes/gud.el (gud-running): Fix doc string.
309 (gud-menu-map): Use :visible instead fo :enable for debugger test.
310 (gud-tooltip-modes): Add python-mode.
311 (gud-tooltip-print-command): Add pdb. Remove perldb.
313 2006-06-05 Eli Zaretskii <eliz@gnu.org>
315 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
318 2006-06-05 Richard Stallman <rms@gnu.org>
320 * faces.el (defined-colors): Doc fix.
322 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
324 * vc.el (vc-process-filter): Inhibit undo info collection around
326 (vc-setup-buffer): Likewise for call to erase-buffer.
327 (vc-do-command): Likewise for call to process-file.
329 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
331 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
333 (gud-common-init): Other debuggers may trigger error.
335 2006-06-05 Kenichi Handa <handa@m17n.org>
337 * international/mule.el (find-auto-coding):
338 Handle enable-character-translation in file header.
340 2006-06-04 Kim F. Storm <storm@cua.dk>
342 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
343 (authors-fixed-entries): Fix spelling.
344 (authors-canonical-file-name): Don't report error for wildcards.
346 * help.el (view-emacs-news): Rewrite to support new NEWS,
347 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
348 e.g. version 10 matches 1.10, and don't be confused by version 1.1
349 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
351 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
353 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
354 exec constructs like `foo bar`.
355 (sh-quoted-subshell): New helper function to search for a possibly
356 nested subshell (like `` or $()) within a "" quoted string.
357 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
358 (sh-apply-quoted-subshell): Flag quote characters inside a
359 subshell, which is itself already in a quoted region, as
360 punctuation, since this is the closest to what they actually are.
361 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
362 sh-apply-quoted-subshell.
363 (sh-font-lock-syntactic-face-function): Apply the new face for
364 text inside `` instead of the old font-lock-string-face.
366 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
368 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
369 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
370 (mac-bytes-to-text-range, mac-ae-text-range-array)
371 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
372 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
373 (mac-ts-unicode-for-key-event): New functions.
374 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
375 (mac-handle-font-selection): Use mac-ae-number.
376 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
378 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
379 (mac-ts-converted-text, mac-ts-selected-converted-text)
380 (mac-ts-block-fill-text, mac-ts-outline-text)
381 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
382 (mac-ts-hilite-style-faces): New constant.
383 (mac-apple-event-map): Bind text input events.
384 (mac-dispatch-apple-event): Use command-execute instead of
386 (global-map): Don't bind mac-apple-event.
387 (special-event-map): Bind mac-apple-event.
389 2006-06-02 Eli Zaretskii <eliz@gnu.org>
391 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
393 (emacs): Enclose the value of $(EMACS) in quotes.
395 2006-06-02 Juri Linkov <juri@jurta.org>
397 * international/mule.el (sgml-html-meta-auto-coding-function):
398 Remove the condition `(search-forward "<html" size t)'.
399 Replace `\"' with `[\"']?' in `re-search-forward'.
401 2006-06-02 Kenichi Handa <handa@m17n.org>
403 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
405 (hack-local-variables): Likewise.
407 * international/mule.el (enable-character-translation):
408 Put permanent-local and safe-local-variable properties.
409 (find-auto-coding): Handle char-trans: tag.
411 2006-06-02 Juri Linkov <juri@jurta.org>
413 * international/mule.el (sgml-html-meta-auto-coding-function):
414 Limit the search by the end of the HTML header (if any).
416 2006-06-01 Richard Stallman <rms@gnu.org>
418 * subr.el (with-current-buffer): Doc fix.
420 2006-06-02 Masatake YAMATO <jet@gyve.org>
422 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
423 Almost rewrite. Underlines over all lines of gcov output are too
424 uncomfortable to read. Suggested by Dan Nicolaescu.
426 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
428 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
430 * shell.el (shell-mode): Use shell-mode-map in docstring.
432 * comint.el (comint-send-input): Do not add help-echo and
433 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
435 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
437 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
439 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
441 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
442 (gdb-stopped, gdb-info-stack-custom): If there is no source info
443 look up the stack and pop up GUD buffer if necessary.
444 (gdb-frames-select): Remove redundant call to gud-display-frame.
445 (gdb-info-threads-custom): Keep point at start of buffer.
446 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
448 2006-05-31 Juri Linkov <juri@jurta.org>
450 * replace.el (query-replace-read-from, query-replace-read-to):
451 Bind `history-add-new-input' to nil. Call `add-to-history'.
453 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
455 * textmodes/table.el: Convert all HTML tags to lower case for
458 2006-05-31 Masatake YAMATO <jet@gyve.org>
460 * progmodes/compile.el:
461 (compilation-error-regexp-alist-alist::gcov-called-line):
462 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
464 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
466 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
467 Revert inadvertant changes made with last commit.
469 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
471 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
474 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
476 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
478 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp
479 only matches in the right place.
480 (org-upcoming-deadline): New face.
481 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
482 (org-export-ascii-underline): Rename constant `org-ascii-underline'
483 and make it an option.
484 (org-export-ascii-bullets): New option.
485 (org-export-as-html): Many changes to emit valid XHTML.
486 (org-par-open): New variable.
487 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
488 (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
489 (org-timeline): Pass `org-timeline-show-empty-dates' to
490 `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'.
491 (org-get-all-dates): New argument EMPTY. Add dates without
492 entries to the list, mark large ranges of empty dates.
493 (org-point-in-group, org-context): New functions.
495 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
497 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
499 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
500 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
501 to C-mouse-3 (for 2 button mice).
502 (gdb-send): Do the right thing for C-d.
504 * speedbar.el (speedbar-detach): Delete.
505 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
507 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
509 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
511 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
514 * progmodes/compile.el (compilation-error-regexp-alist-alist):
515 Add makepp diagnostic.
517 2006-05-29 Richard Stallman <rms@gnu.org>
519 * window.el (fit-window-to-buffer): Doc fix.
521 * help.el (temp-buffer-max-height): Doc fix.
523 * subr.el (with-current-buffer): Doc fix.
525 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
527 * term/x-win.el: Bind F10 to menu-bar-start if available.
529 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
531 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
532 uses with a simple test.
533 (term-set-escape-char, term-mode, term-check-kill-echo-list)
534 (term-send-raw-string, term-send-raw, term-mouse-paste)
535 (term-char-mode, term-line-mode, term-exec, term-sentinel)
536 (term-handle-exit, term-read-input-ring)
537 (term-previous-matching-input-string)
538 (term-previous-matching-input-string-position)
539 (term-previous-matching-input-from-input)
540 (term-replace-by-expanded-history, term-send-input)
541 (term-skip-prompt, term-bol, term-send-invisible)
542 (term-kill-input, term-delchar-or-maybe-eof)
543 (term-backward-matching-input, term-check-source)
544 (term-proc-query, term-emulate-terminal)
545 (term-handle-colors-array, term-process-pager, term-pager-line)
546 (term-pager-bob, term-unwrap-line, term-word)
547 (term-dynamic-complete-filename)
548 (term-dynamic-complete-as-filename)
549 (term-dynamic-simple-complete): Replace one arm ifs with whens or
552 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
554 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
555 during bootstrapping.
557 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
558 Basically undo the change of 2006-05-26: use extra arguments instead of
560 (ewoc-locate): Remove unused var `footer'.
562 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
564 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
566 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
567 (generate-file-autoloads): Obey it. Return whether autoloads were
568 added at point or not.
569 (update-file-autoloads): Use this new return value.
570 Remove redundant test for the presence of an autoload cookie.
572 * emacs-lisp/autoload.el (autoload-find-file): New fun.
573 This one calls hack-local-variables.
574 (generate-file-autoloads, update-file-autoloads): Use it.
576 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
577 (bibtex-sort-entry-class): Add safe-local-variable predicate.
578 (bibtex-sort-entry-class-alist): Don't set the global value.
579 (bibtex-init-sort-entry-class-alist): New fun.
580 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
581 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
582 of bibtex-init-sort-entry-class.
584 2006-05-28 Richard Stallman <rms@gnu.org>
586 * subr.el (load-history-regexp): If FILE is relative, insist
587 entire last name component must match it.
588 (load-history-filename-element, load-history-regexp): Doc fixes.
590 2006-05-29 Kim F. Storm <storm@cua.dk>
592 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
593 `pos' and `raw-data' for clarity, as eval forms may access these.
595 2006-05-28 Kim F. Storm <storm@cua.dk>
597 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
599 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
601 * progmodes/make-mode.el (makefile-browser-map)
602 (makefile-mode-syntax-table): Move initialization inside declaration.
603 (makefile-fill-paragraph): Use the default comment-filling code.
605 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
607 * replace.el (query-replace-defaults): New variable.
608 (query-replace-read-from): Use `query-replace-defaults' for
609 default value, instead of history list.
610 (query-replace-read-to): Update `query-replace-defaults'.
612 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
614 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
617 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
619 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
620 (tumme-show-all-from-dir): Add autoload.
622 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
624 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
625 (tumme-remove-tag): Fix bug.
627 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
629 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
630 FOOTER args. Update unique caller.
631 (ewoc-delete): Compute last node once before looping.
632 (ewoc--node-branch): Merge into unique caller.
633 (ewoc--node): Don't define constructor make-ewoc--node for this
635 (ewoc): Add member `hf-pp' to this structure.
636 (ewoc--wrap): New func.
637 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
638 header/footer pretty-printers. Save header/footer pretty-printer.
639 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
641 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
643 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
645 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
646 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
647 Tag'. Change "Compare directories..." to "Change Directories...".
648 Move tumme commands to Operate, Regexp and Immediate menus.
649 Change "Add Comment" to "Add Image Comment". Change "Add Image
650 Tag" to "Add Image Tags".
652 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
653 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
656 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
658 * shell.el (shell-mode): Call shell-dirtrack-mode after
659 list-buffers-directory is made a local variable, to avoid setting
662 2006-05-26 Kevin Ryde <user42@zip.com.au>
664 * info.el (Info-index-next): Use where-is-internal to report
665 actual binding of Info-index-next, rather than hard-coded `,'.
667 2006-05-26 Eli Zaretskii <eliz@gnu.org>
669 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
670 and "Find Command in Manual" to here.
672 * buff-menu.el (list-buffers-noselect): For Info buffers, use
673 Info-current-file as the file name.
675 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
677 * ses.el (defadvice undo-more): Delete this defadvice. The undo
678 overrides will now be done a different way.
679 (ses-set-parameter): Reapply this function for undo.
680 (ses-set-header-row): Reconstruct header row during undo.
681 (ses-widen): New function.
682 (ses-goto-data, ses-reconstruct-all): Use new function.
683 (ses-command-hook): Widen buffer during undo, before unupdating
685 (ses-insert-row, ses-delete-row): Widen buffer during undo.
686 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
687 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
688 formula hasn't been executed yet.
690 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
692 * comint.el (comint-kill-whole-line): Rename arg to count.
695 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
697 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
700 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
702 * simple.el (toggle-truncate-lines): Make arg optional for
703 backward compatibility.
705 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
707 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
708 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
709 DLL arg. Instead, use ewoc--current-dll. Update all callers.
710 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
711 (ewoc--adjust): Use ewoc--current-dll.
712 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
714 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
716 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
717 compact error message.
718 (org-tags-view): Refresh category table in each file.
719 (org-table-justify-field-maybe): Remove superfluous arguments to
721 (org-export-as-html): Insert "<p>" before postamble.
722 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
724 2006-05-26 Kenichi Handa <handa@m17n.org>
726 * textmodes/po.el (po-find-charset): Pay attention to the case
727 FILENAME is a cons (NAME . BUFFER).
728 (po-find-file-coding-system-guts): Likewise.
730 * arc-mode.el (archive-set-buffer-as-visiting-file):
731 Call find-operation-coding-system with (FILENAME . BUFFER).
733 * tar-mode.el (tar-extract): Call find-operation-coding-system
734 with (FILENAME . BUFFER).
736 * international/mule.el (decode-coding-inserted-region):
737 Call find-operation-coding-system with (FILENAME . BUFFER).
739 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
741 * image-mode.el (image-toggle-display): Use buffer contents to
742 generate image for a remote file.
744 2006-05-25 Juri Linkov <juri@jurta.org>
746 * replace.el (query-replace-read-from, query-replace-read-to):
747 Remove 8th arg KEEP-ALL in read-from-minibuffer.
749 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
751 * whitespace.el (whitespace-cleanup): Change to cleanup
752 region if one is active.
753 * whitespace.el (whitespace-cleanup-internal): New internal method.
755 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
757 * dired.el (dired-mode-map): Add help-echo strings to tumme
758 commands. Bind `tumme-dired-display-image' to C-t i.
760 * tumme.el (tumme-display-image): Change documentation string slightly.
761 (tumme-dired-display-image): Add call to `display-buffer'.
763 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
765 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
766 Signal error if RAW-DATA is a multibyte string.
768 2006-05-24 Richard Stallman <rms@gnu.org>
770 * subr.el (with-local-quit): When handling `quit' signal,
771 make a chance for quit-flag to cause a quit.
773 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
774 (ad-disable-advice): Add autoloads.
776 * subr.el (read-passwd): Copy PROMPT before changing its properties.
778 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
780 * dired.el (dired-mode-map): Change menu items for tumme as per
781 suggestions in emacs-devel.
783 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
785 * dired.el (dired-mode-map): Fix breakage.
787 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
789 * tumme.el (tumme-display-dired-image): Rename to...
790 (tumme-dired-display-image): ...this.
791 (tumme-track-movement): Change default value to t.
792 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
793 used from `tumme-next-line-and-display' and similar commands.
795 * dired.el (dired-mode-map): Add Thumbnail submenu under the
796 Immediate menu. Add some tumme commands there.
798 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
800 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
802 2006-05-24 Chong Yidong <cyd@mit.edu>
804 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
805 menu entries that open submenus.
807 2006-05-24 Alan Mackenzie <acm@muc.de>
809 * startup.el (command-line): For names of preloaded files, don't
810 append ".elc" (now done in Fload), and call file-truename on the
813 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
814 match ANY loaded file with the right name, not just those in
815 load-path. Put a regexp matching the file name into
816 after-load-alist, rather than the name itself.
818 * subr.el: New functions load-history-regexp,
819 load-history-filename-element, do-after-load-evaluation.
821 * international/mule.el (load-with-code-conversion): Do the
822 eval-after-load stuff by calling do-after-load-evaluation.
824 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
826 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
829 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
831 * term/mac-win.el: Set idle timer to clean up expired Apple events.
832 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
833 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
834 Optionally set error message in reply.
836 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
838 * textmodes/org.el: (org-open-at-point): Use renamed variable
839 `org-confirm-shell-link-function'.
840 (org-confirm-shell-link-function): Rename from
841 `org-confirm-shell-links'.
842 (org-export-directory): New function.
843 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
844 (org-export-icalendar): Use `org-export-directory'.
845 (org-indent-item): Keep cursor position.
846 (org-link-file-path-type): New option.
847 (org-export-as-html): Fix bug with plain lists starting in
849 (org-export-as-html): Remove deadline formatting, this happens
850 now already in `org-html-handle-time-stamps'.
851 (org-export-html-style): Deadline class removed.
852 (org-insert-labeled-timestamps-at-point): New option.
853 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
854 of `hide-sublevels 1', in case the first headline is not level 1.
855 (org-overview, org-content): New fuction.
856 (org-cycle-global-status, org-cycle-subtree-status): Make these
857 variables buffer-local.
858 (org-global-cycle): New command.
859 (org-shifttab): Use `org-global-cycle'.
860 (org-insert-heading, org-insert-item): Go to end of new
861 headline/item after creating it.
862 (org-export-visible): Rename from `org-export-copy-visible'.
863 Now creates a temporary org-file and applies an exporting command
865 (org-table-eval-formula): Support for lisp forms.
866 (org-agenda-todo-ignore-scheduled): New option.
867 (org-agenda-get-todos): Use new option
868 `org-agenda-todo-ignore-scheduled'.
869 (org-export-html-inline-images): New value `maybe'.
870 (org-export-as-html): Inlining of images dependent on link description.
871 (org-archive-subtree): Check for end-of-buffer before trying
873 (org-agenda-follow-mode): New option.
874 (org-export-with-tags, org-export-with-timestamps): New options.
875 (org-html-handle-time-stamps): New function.
876 (org-keyword-time-regexp): New variable.
877 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
878 (org-agenda-todo-list-sublevels): New option.
879 (org-html-level-start): When TITLE is nil, just close all levels.
880 (org-parse-key-lines, org-parse-export-options): Remove functions,
881 replaced by `org-infile-export-plist'.
882 (org-combine-plists, org-infile-export-plist)
883 (org-default-export-plist): New functions.
884 (org-export-html-preamble, org-export-html-postamble)
885 (org-export-html-auto-preamble, org-export-html-auto-postamble):
887 (org-export-publishing-directory): New option.
888 (org-export-as-html, org-export-as-ascii): Use the new property
890 (org-export-copy-visible, org-export-as-xoxo):
891 Respect `org-export-publishing-directory'.
892 (org-link-search, org-store-link, org-file-apps): Support for
893 links to BibTeX database entries..
894 (org-get-current-options, org-set-regexps-and-options):
895 Implement logging as a startup option.
896 (org-store-link): Make sure context string is never empty
897 (org-insert-link): Use relative path when possible.
898 (org-at-item-checklet-p): New function.
899 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
900 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
901 (org-metaright, org-metaup, org-metadown, org-shiftup)
902 (org-shiftdown, org-shiftright, org-shiftleft)
903 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
904 Dispatch using `call-interactively'.
905 (org-call-with-arg): New defsubst.
906 (org-tag-alist, org-use-fast-tag-selection): New options.
907 (org-complete): Use `org-tag-alist'.
908 (org-fast-tag-insert, org-fast-tag-selection): New functions.
909 (org-next-item, org-previous-item): New commands.
910 (org-beginning-of-item, org-end-of-item): Add (interactive) to
912 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
915 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
917 * emacs-lisp/ewoc.el (ewoc-delete): New function.
918 (ewoc-filter): Use `ewoc-delete'.
920 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
922 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
924 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
925 Signal more user-friendly error messages.
927 * complete.el (PC-do-completion): Undo the addition of implicit
928 wildcards if they did not lead to finding any match.
929 (read-file-name-internal): Don't add the final > if the completion is
932 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
934 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
935 Quote safe-local-variable predicate.
937 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
939 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
941 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
943 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
945 * progmodes/make-mode.el (makefile-special-targets-list)
946 (makefile-macro-table, makefile-target-table): Mark as risky.
947 (makefile-query-one-target-method): Make this the alias for the
949 (makefile-query-one-target-method-function): Make this the real name.
951 * textmodes/artist.el (artist-text-renderer): Make this the alias
952 for the following variable.
953 (artist-text-renderer-function): Make this the real name.
955 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
956 the alias for the following variable.
957 (flyspell-generic-check-word-predicate): Make this the real name.
959 * textmodes/ispell.el (ispell-format-word): Make this the alias
960 for the following variable.
961 (ispell-format-word-function): Make this the real name.
962 (ispell-message-text-end): Mark as risky.
964 * skeleton.el (skeleton-transformation, skeleton-filter)
965 (skeleton-pair-filter): Make these the aliases for the following
967 (skeleton-transformation-function, skeleton-filter-function)
968 (skeleton-pair-filter-function): Make these the real names.
970 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
971 and skeleton-pair-filter-function.
973 * textmodes/sgml-mode.el (sgml-transformation): Make this the
974 alias for the following variable.
975 (sgml-transformation-function): Make this the real name.
976 (sgml-tag-alist): Mark as risky.
978 2006-05-21 Richard Stallman <rms@gnu.org>
980 * simple.el (kill-region): Interactively, pass point, then mark.
982 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
984 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
986 2006-05-21 Romain Francoise <romain@orebokech.com>
988 * dired-x.el (dired-mode-map): Don't bind M-g.
990 2006-05-20 Richard Stallman <rms@gnu.org>
992 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
993 (dired-goto-file): Doc fix.
995 2006-05-21 Kim F. Storm <storm@cua.dk>
997 * emulation/cua-base.el: Mention customizing cua-mode as alternative
998 way to enable built-in cua-mode if user loads older CUA-mode package.
1000 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1001 if default-filename is specified.
1003 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1005 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1007 * info.el (info-apropos): Make sure current-file and current-node
1008 have non-nil values. Speed up by using add-to-list instead of
1011 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1013 * progmodes/make-mode.el (makefile-mode): Doc fix.
1015 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1017 * dired-aux.el (dired-do-shell-command): Doc fix.
1019 2006-05-20 Kevin Ryde <user42@zip.com.au>
1021 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1022 ``(custom-manual :tag "Foo" "(foo)Node")''.
1024 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1026 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1027 value is an integer.
1029 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1031 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1033 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1035 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1037 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1038 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1040 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1042 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1043 regexp for keywords.
1045 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1047 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1048 replace-regexp-in-string.
1050 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1051 encode, and escape file name on conversion to URL.
1053 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1055 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1057 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1059 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1060 on conversion to URLs.
1062 * net/browse-url.el (browse-url-file-url): Encode file name on
1065 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1068 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1070 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1072 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1074 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1075 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1077 2006-05-19 Glenn Morris <rgm@gnu.org>
1079 * calendar/diary-lib.el (diary-bahai-date)
1080 (list-bahai-diary-entries, mark-bahai-diary-entries)
1081 (mark-bahai-calendar-date-pattern): Not interactive.
1082 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1083 (diary-entries-list): Change format of 4th element in each entry.
1084 (diary-list-entries): Use add-to-diary-list.
1085 (diary-goto-entry): Handle the case where the buffer visiting the
1086 diary has been killed.
1087 (fancy-diary-display): Add 'locator to button rather than 'marker.
1088 Only generate temp-face when there are marks to apply.
1089 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1090 (diary-fancy-date-pattern): New variable.
1091 (diary-time-regexp): Doc fix.
1092 (diary-anniversary, diary-time): New faces.
1093 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1094 diary-time-regexp. Add font-lock-multiline property where needed.
1095 Use new faces diary-anniversary and diary-time.
1096 (diary-fancy-font-lock-fontify-region-function): New function, to
1097 handle multiline font-lock pattern in fancy diary.
1098 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1099 (diary-font-lock-keywords): Tweak time regexp. Use new face
1102 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1104 * international/code-pages.el (mik): Table corrected.
1106 2006-05-18 Kim F. Storm <storm@cua.dk>
1108 * progmodes/grep.el (grep-find): Don't check grep-find-command
1109 before running command (breaks non-interactive usage).
1111 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1113 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1114 (ewoc--insert-new-node): Don't insert trailing newline.
1115 Instead, adjust successor nodes's start markers.
1116 (ewoc--refresh-node): Delete all text from current node's start
1117 marker to the next one's; adjust successor nodes's start markers.
1118 (ewoc--create): Doc fixes.
1119 (ewoc--refresh): Don't insert newline.
1120 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1121 * pcvs.el (cvs-make-cvs-buffer):
1122 Specify extra newline for ewoc's header and footer.
1123 (cvs-update-header): Update initial header recognition.
1124 Append newline to final header and footer values.
1125 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1127 2006-05-17 Richard Stallman <rms@gnu.org>
1129 * files.el (file-name-extension): Doc fix.
1131 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1133 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1134 we can explicitly enable/disable rather than toggle.
1135 (shell-mode): Use it.
1136 (shell-cd): Don't try to reproduce what `cd' does.
1138 2006-05-17 Kim F. Storm <storm@cua.dk>
1140 * ido.el (ido-read-internal): Use only nondirectory part of
1143 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1145 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1146 (ewoc-nth): Doc fix.
1148 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1150 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1152 * international/mule.el (auto-coding-alist): Add .lha to files
1153 read with no-conversion.
1155 * files.el (auto-mode-alist): Add .lha files to archive file
1158 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1159 Convert csize to integer when computing offsets within the
1160 compressed archive file.
1162 2006-05-16 Kim F. Storm <storm@cua.dk>
1164 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1165 with read-from-minibuffer.
1167 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1169 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1170 (byte-compile-warnings): Fix safe-local-variable property.
1172 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1174 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1175 (allout-stylish-prefixes, allout-numbered-bullet)
1176 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1177 predicates to qualify `safe-local-variable' property, when
1178 available, else use equivalent lambda.
1179 (allout-current-topic-collapsed-p): Do the right thing regarding
1180 trailing blank lines.
1182 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1184 * server.el (server-start): Only create a directory if needed.
1185 (server-edit, server-unload-hook): server-start => server-mode.
1186 (kill-emacs-hook): Cleanup upon exit.
1188 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1190 * hexl.el (hexlify-buffer): Encode process arguments manually.
1192 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1194 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1195 call to gdb-tooltip-print.
1197 2006-05-15 Romain Francoise <romain@orebokech.com>
1199 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1200 systems, default to "tar" since those systems probably have GNU tar.
1202 2006-05-14 Lars Hansen <larsh@soem.dk>
1204 * desktop.el (desktop-missing-file-warning): Fix docstring.
1205 (desktop-restore-file-buffer): Correct question asked on missing file.
1207 2006-05-14 Kim F. Storm <storm@cua.dk>
1209 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1210 Add CUA move property.
1212 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1214 * custom.el (custom-push-theme): Load the variable before checking
1215 its `standard-value'.
1217 2006-05-13 Lars Hansen <larsh@soem.dk>
1219 * desktop.el (desktop-save): Use with-temp-buffer.
1221 2006-05-12 Glenn Morris <rgm@gnu.org>
1223 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1224 * calendar/calendar.el (calendar-mode-map):
1225 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1226 * calendar/appt.el (appt-check, appt-make-list): Refer to
1227 diary-view-entries, diary-list-entries, diary-show-all-entries
1228 rather than obsolete aliases.
1230 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1232 * simple.el (line-move-finish): Avoid calling point motion hooks
1233 while processing intangibility.
1235 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1237 * term/xterm.el (terminal-init-xterm): Fix typo.
1239 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1241 * allout.el: (allout-view-change-hook): Mark as being deprecated,
1242 to be replaced by `allout-exposure-change-hook'.
1243 (allout-exposure-change-hook): New, replacing
1244 `allout-view-change-hook'.
1245 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1246 in addition to `allout-view-change-hook'.
1247 (allout-show-bodies, allout-old-style-prefixes)
1248 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1249 lambda forms to prevent their showing up in variable help
1250 presentations as inscrutable byte-compiled code.
1251 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1252 Use string-or-null-p to qualify safe-local-variable values.
1253 (allout-reindent-bodies): Use memq to qualify matches against
1254 valid safe-local-variable values. Also, quote the lambda as above.
1255 (allout-use-mode-specific-leader): Add missing candidate-value
1256 symbols, use memq, and quote the lambda.
1257 (allout-overlay-interior-modification-handler): Remove unused
1258 variables `msg' and 'opened'.
1259 (allout-hidden-p): Constrain invisibility consideration to allout's
1260 invisibility spec, disregarding invisibility for other reasons.
1262 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1264 * files.el (version-control): Correct safe values.
1266 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1268 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1270 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1271 (ewoc--insert-new-node): New func.
1272 Update callers of deleted funcs to use it, instead.
1274 2006-05-11 Glenn Morris <rgm@gnu.org>
1276 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1277 obsolete alias `show-all-diary-entries'.
1278 (make-diary-entry): Not interactive.
1279 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1280 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1281 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1282 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1283 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1284 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1286 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1288 * calendar/calendar.el (calendar-french-date-string)
1289 (calendar-mayan-date-string, calendar-chinese-date-string)
1290 (calendar-astro-date-string, calendar-iso-date-string)
1291 (calendar-islamic-date-string, calendar-bahai-date-string)
1292 (calendar-hebrew-date-string, calendar-coptic-date-string)
1293 (calendar-ethiopic-date-string, calendar-persian-date-string):
1294 These functions are not interactive.
1296 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1298 * files.el: Balance parentheses.
1300 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1302 * files.el, newcomment.el, outline.el, simple.el,
1303 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1304 progmodes/cc-vars.el, progmodes/compile.el:
1305 Move `safe-local-variable' declarations to the respective files.
1307 * help-fns.el (describe-variable): Don't print safe-var if it is
1308 byte-code. Improve wording as suggested by Luc Teirlinck.
1310 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1312 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1313 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1314 Use a token for pending-triggers to ensure gdb-var-update
1315 gets called once per user input again for pre-GDB 6.4.
1316 (gdb-var-delete): Match on more complex expressions.
1317 (gdb-var-list-children-handler, gdb-var-create-handler):
1318 Use a token for consistency.
1320 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1322 * textmodes/org.el (org-read-date, org-goto-calendar)
1323 (org-agenda-goto-calendar):
1324 Bind `view-calendar-holidays-initially' to nil.
1326 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1328 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1329 Update all callers to do it there, instead.
1331 2006-05-10 Glenn Morris <rgm@gnu.org>
1333 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1334 prefix arg case, to avoid view-diary-entries-initially error.
1335 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1336 (calendar-date-is-legal-p): Handle dates with no day part.
1338 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1340 * comint.el (comint-insert-input): Just make it when
1341 comint-use-prompt regexp is nil (default) and with the mouse.
1342 (comint-copy-old-input): Reinstate from 2004-06-23.
1343 (comint-mode-map): Bind C-c C-m to it.
1345 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1347 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1348 Remove spurious move to point-max (new comint behavior fixes).
1350 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1351 compatibility function (Emacs 18/19).
1352 (idlwave-is-continuation-line): Always return point at start of
1353 previous non-blank continuation line.
1354 `keyword-parameters': Fix continued comment font-lock matcher.
1355 (idlwave-font-lock-fontify-region): Written, use as
1356 font-lock-fontify-region-function, to fix continued keyword
1357 fontification issues.
1359 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1361 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1362 (mac-service-selection, mac-service-open-file)
1363 (mac-service-open-selection, mac-service-mail-selection)
1364 (mac-service-mail-to, mac-service-insert-text): Rename from
1365 mac-services-*. All uses changed.
1366 (mac-apple-event-map): Rename event symbol `services' to `service'.
1368 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1370 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1371 (ewoc--node-enter-first, ewoc--node-enter-last)
1372 (ewoc--delete-node-internal): Merge funcs into unique callers.
1374 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1376 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1377 return value of read-from-minibuffer for empty input.
1379 2006-05-09 Miles Bader <miles@gnu.org>
1381 * comint.el (comint-insert-input): Remove redundant calls to setq
1384 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1386 * comint.el (comint-insert-input): Make it work when
1387 comint-use-prompt-regexp is t.
1389 2006-05-10 Miles Bader <miles@gnu.org>
1391 * subr.el (field-at-pos): New function.
1393 * comint.el (comint-insert-input): Use it.
1395 2006-05-09 Juri Linkov <juri@jurta.org>
1397 * battery.el (battery-linux-proc-acpi): Also try
1398 `/proc/acpi/thermal_zone/THR2/temperature'.
1400 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1401 for now unused lambda `string-or-null'.
1403 * add-log.el (change-log-default-name): Put `string-or-null-p'
1404 instead of lambda on `safe-local-variable' property.
1406 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1407 `region-end' instead of `mark' and `point'.
1408 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1409 Operate on region in Transient Mark mode when the mark is active.
1410 Use `region-beginning' and `region-end' instead of `mark' and
1412 (diff-hunk-text, diff-goto-source): Doc fix.
1414 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1415 face `mode-line-buffer-id' for mode-line buffer face instead of
1416 hard-coded `(:weight bold)'.
1418 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1419 buffer-undo-list to t (undo-ask is reproducible by visiting
1422 2006-05-09 Kim F. Storm <storm@cua.dk>
1424 * progmodes/grep.el (rgrep): Set default directory of *grep*
1425 buffer if we start M-x rgrep in the *grep* buffer and choose
1426 a different base directory.
1428 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1430 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1431 completion also when ido is loaded.
1433 2006-05-09 Masatake YAMATO <jet@gyve.org>
1435 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1436 "warning" and "import".
1437 (cpp-font-lock-keywords): Added "warning".
1439 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1441 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1443 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1445 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1446 pages at a time, if we signal the end, we should indeed reach that end.
1448 2006-05-08 David Reitter <david.reitter@gmail.com>
1450 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1451 output during execution of the body.
1453 2006-05-08 Kim F. Storm <storm@cua.dk>
1455 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1457 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1459 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1460 Use with-current-buffer.
1462 2006-05-07 Kim F. Storm <storm@cua.dk>
1464 * subr.el (add-to-history): Remove keep-dups arg.
1466 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1467 to nil around call to add-to-history.
1469 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1471 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1472 than after a buffer modification.
1474 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1476 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1478 (gud-watch): ...here so speedbar is raised for already watched
1480 (gdb-speedbar-refresh): Delete function.
1481 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1482 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1484 (gdb-var-evaluate-expression-handler)
1485 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1487 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1488 Update localized contents for all buffers except ignored modes.
1490 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1492 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1493 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1494 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1495 (mac-handle-font-panel-closed, mac-handle-font-selection):
1497 (mac-font-panel-mode): New minor mode.
1498 (mac-apple-event-map): Add bindings for toolbar toggle button and
1500 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1502 2006-05-07 John Paul Wallington <jpw@pobox.com>
1504 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1505 Avoid `regexp-opt'; simplify regexp for readability.
1507 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1509 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1510 * files.el (buffer-stale-function):
1511 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1512 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1513 links to the main manual, not to emacs-xtra.
1515 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1517 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
1518 MacJapanese if text is ASCII-only.
1520 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1522 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1523 unless so nil isn't returned.
1524 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1526 2006-05-06 Kim F. Storm <storm@cua.dk>
1528 * subr.el (add-to-history): New function.
1530 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1531 (ediff-merge-files-with-ancestor):
1533 * isearch.el (isearch-update-ring):
1534 * server.el (server-visit-files):
1535 * progmodes/grep.el (lgrep, rgrep):
1536 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1537 * progmodes/xscheme.el (xscheme-insert-expression):
1540 * kmacro.el (kmacro-push-ring): Use add-to-history.
1541 (kmacro-ring-length): Remove unused defun.
1542 (kmacro-start-macro): Use kmacro-push-ring.
1544 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1546 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1547 directly instead of a lambda expression that calls it.
1549 2006-05-06 Kim F. Storm <storm@cua.dk>
1551 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1552 instead of compute-motion.
1554 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1556 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1559 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1561 * startup.el (command-line-1): Refer to "Pure Storage" on
1562 pure-space-overflow.
1564 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1566 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1567 provided faces once they all have been used up.
1569 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1571 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1572 reference to the Lisp manual to the warning about pure space
1575 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1577 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1578 argument to avoid the call to `ispell-internal-change-dictionary'
1580 (ispell-change-dictionary): Use this argument and call
1581 `ispell-internal-change-dictionary' after the possible change
1582 to `ispell-local-dictionary'.
1583 (ispell-internal-change-dictionary): Check for a change in
1584 personal dictionary use too.
1585 Cosmetic changes from Agustin Martin
1586 <agustin.martin@hispalinux.es>.
1588 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1590 * startup.el (command-line): On MS-Windows, probe "~", not
1591 "~USER", for warning about non-existent home directory
1593 * arc-mode.el (archive-l-e): New optional argument `float' means
1594 generate a float value.
1595 (archive-arc-summarize, archive-lzh-summarize)
1596 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1597 with 3rd argument non-nil when file's size is being computed.
1598 Format the file sizes with %8.0f instead of %8d.
1600 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1602 * cus-start.el (all): Add mac-dnd-known-types.
1604 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1605 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1606 (mac-TIFF-to-string): New functions.
1607 (x-get-selection, x-selection-value)
1608 (mac-select-convert-to-string): Use them.
1609 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1610 (mac-dnd-types-alist): New customization variable.
1611 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1612 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1613 (mac-dnd-handle-drag-n-drop-event): New functions.
1614 (mac-drag-n-drop): Remove function.
1615 (global-map): Bind drag-n-drop and M-drag-n-drop to
1616 mac-dnd-handle-drag-n-drop-event.
1618 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1620 * progmodes/perl-mode.el (perl-beginning-of-function):
1621 Skip anonymous subs.
1623 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1625 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1626 regexp-opt at run time.
1628 * term.el (term-handle-ansi-escape): Fix off by one error.
1630 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1632 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1633 (gdb-init-1, gdb-post-prompt): ...and references to it.
1634 (gdb-frame-handler): Strip directory name from filename if present.
1636 * progmodes/gud.el (gdb-force-update): Delete defvar
1637 (gud-speedbar-buttons): ...and references to it. Use window-start
1638 to try to keep positon in watch expression.
1640 2006-05-03 Richard Stallman <rms@gnu.org>
1642 * simple.el (next-history-element, previous-history-element): Doc fix.
1644 * isearch.el (isearch-update-ring): Doc fix.
1646 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1648 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1649 into consideration. Replace one arm ifs with whens.
1651 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1653 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1656 2006-05-02 Miles Bader <miles@gnu.org>
1658 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1660 2006-05-02 Jay Belanger <belanger@truman.edu>
1662 * calc/calc-embed.el: (calc-override-minor-modes-map)
1663 (calc-override-minor-modes): New variables.
1664 (calc-do-embedded): Make sure that Calc keystrokes aren't
1665 overwritten by minor modes.
1667 2006-05-02 Chong Yidong <cyd@mit.edu>
1669 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1671 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1673 * startup.el (command-line-1): Refer to Lisp manual when
1674 pure-space-overflow occurs.
1676 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1677 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1678 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1679 (version-control): Don't use `t' for safe-local-variable declarations.
1681 2006-05-01 Richard Stallman <rms@gnu.org>
1683 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1684 M-r, M-R, M-A, M-SPC or M-DEL.
1685 (diff-mode-map): diff-refine-hunk now on C-c C-w
1686 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1688 * help-mode.el (help-mode): view-exit-action calls delete-window
1689 only when it is safe and possible.
1691 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1694 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1696 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1697 in the default tool-bar-map.
1699 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1701 * net/tramp.el (tramp-completion-file-name-handler-alist)
1702 (tramp-run-real-handler, tramp-completion-run-real-handler)
1703 (tramp-completion-handle-file-name-all-completions)
1704 (tramp-completion-handle-file-name-completion): Autoload them.
1705 (tramp-completion-handle-file-exists-p)
1706 (tramp-completion-handle-file-name-directory)
1707 (tramp-completion-handle-file-name-nondirectory)
1708 (tramp-completion-handle-expand-file-name): Remove them.
1709 (tramp-handle-file-name-directory): Return the real directory name.
1710 Returning "/" only doesn't need to be necessary any longer.
1711 (tramp-file-name-handler): Make special attention when in hostname
1713 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1714 (tramp-register-file-name-handlers):
1715 Register `tramp-completion-file-name-handler' only when
1716 `partial-completion-mode' is enabled.
1717 (tramp-completion-handle-file-name-all-completions):
1718 Delete directory part from results.
1719 (tramp-get-completion-methods, tramp-get-completion-user-host):
1720 Discard deleting "/", it doesn't work after the change of
1721 `tramp-handle-file-name-directory' above.
1723 2006-05-01 Kim F. Storm <storm@cua.dk>
1725 * progmodes/grep.el (grep-expand-template): Use save-match-data
1728 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1730 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1731 Use select-frame-set-input-focus instead of raise-frame.
1732 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1734 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1736 * progmodes/gud.el (gud-def): Add %c case.
1737 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1738 (gud-format-command): Make match case sensitive. Match on %F.
1740 2006-04-30 Glenn Morris <rgm@gnu.org>
1742 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1743 (cal-tex-preamble): Use cal-tex-preamble-extra.
1744 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1745 than alias `list-diary-entries'.
1747 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1749 * help-fns.el (describe-variable): Add info about safe local variables.
1751 2006-04-29 Richard Stallman <rms@gnu.org>
1753 * bindings.el (mode-line-format): help-echo doc fixes.
1755 * net/tramp.el (tramp-file-name-handler-alist): Delete
1756 expand-file-name and other operations that can cause spurious loading.
1758 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1760 * files.el (safe-local-variable-p): Remove support for the special
1763 * textmodes/paragraphs.el (sentence-end-without-space):
1764 Fix safety predicate.
1765 (sentence-end-double-space, sentence-end-without-period)
1766 (paragraph-ignore-fill-prefix):
1767 * textmodes/fill.el (colon-double-space):
1768 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1770 * subr.el (booleanp): New fun.
1772 * textmodes/reftex-vars.el (reftex-guess-label-type):
1773 Tighten the safety predicate.
1775 2006-04-28 Kim F. Storm <storm@cua.dk>
1777 * progmodes/grep.el (defgroup grep): Doc fix.
1778 (grep-auto-highlight): Remove.
1779 (grep-template): New defcustom.
1780 (grep-find-template): Rename from grep-tree-template.
1781 (grep-files-aliases): Rename from grep-tree-files-aliases.
1782 Remove "all" alias, add "l" alias.
1783 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1784 (grep-find-ignored-directories): New defcustom to replace
1785 grep-tree-ignore-CVS-directories, to facilitate ignoring
1786 subdirectories for multiple version control systems.
1787 (grep-mode-map): Add Recursive grep item to GREP menu.
1788 (grep-regexp-history, grep-files-history): New defvars.
1789 (grep-probe): New helper function.
1790 (grep-compute-defaults): Use it to simplify code.
1791 Adapt to name changes.
1792 Use `.' as base in grep-find-template rather than <D>.
1793 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1794 Call grep-compute-defaults unconditionally.
1795 (grep-expand-keywords): New defconst.
1796 (grep-expand-template): Rename from grep-expand-command-macros.
1797 Simplify via grep-expand-keywords. Look at case-fold-search instead
1798 of grep-tree-ignore-case to add -i option.
1799 Bind case-fold-search to nil while matching keywords.
1800 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1801 (grep-read-regexp, grep-read-files): New helper functions.
1802 (rgrep): Rename from grep-tree. Rework to use proper histories.
1803 Adapt to changes in defcustoms and functions above.
1804 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1806 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1808 * net/tramp.el (tramp-completion-file-name-handler):
1809 Disable Tramp's functionality while loading Tramp itself.
1810 (tramp-register-file-name-handlers): That's a defsubst now.
1811 Code from `tramp-repair-jka-compr' moved here. Apply it via
1813 (tramp-repair-jka-compr): Remove.
1815 2006-04-27 Jay Belanger <belanger@truman.edu>
1817 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1818 read expression when `math-read-big-expr' doesn't work.
1820 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1822 * startup.el (command-line-1): Display warning when
1823 pure-space-overflow is non-nil.
1825 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1827 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1830 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1832 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1833 Return the URL or nil if none can be generated.
1835 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1837 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1838 byte compiler warnings.
1839 (gud-basic-call, gud-find-expr): Let user select an expression
1840 for printing. Print expression as well as value in GUD buffer.
1842 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1844 * allout.el: Remove local autoload declaration for
1845 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1846 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1847 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1848 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1849 (allout-stylish-prefixes, allout-numbered-bullet)
1850 (allout-file-xref-bullet, allout-presentation-padding)
1851 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1852 safe-local-variable with suitable value spec, and add autoload
1853 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1854 (move-beginning-of-line, move-end-of-line): Repair so these compat
1855 functions now actually resituate the point, when appropriate.
1857 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1859 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1861 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1862 (add-log-iso8601-time-string): Fix call to format-time-string.
1864 2006-04-26 Kim F. Storm <storm@cua.dk>
1866 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1868 2006-04-26 Masatake YAMATO <jet@gyve.org>
1870 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1871 Add support for "//" style comments. Remove `b' flag
1872 from ?* in `asm-mode-syntax-table'.
1874 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1876 * follow.el: Use (featurep 'xemacs) everywhere.
1877 (follow-mode): Use define-minor-mode.
1878 (follow-mode-map): Move initialization into the declaration.
1879 Use command remapping.
1880 (follow-emacs-version-xemacs-p): Remove.
1881 (follow-submit-feedback): Remove.
1883 * allout.el (allout-layout, allout-passphrase-verifier-string)
1884 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1886 * textmodes/reftex-vars.el (reftex-vref-is-default)
1887 (reftex-fref-is-default, reftex-guess-label-type):
1888 Tighten up a bit the safety predicate.
1890 * textmodes/paragraphs.el (sentence-end-double-space)
1891 (sentence-end-without-period, sentence-end-without-space)
1892 (page-delimiter, paragraph-ignore-fill-prefix):
1893 Tighten up a bit the safety predicate.
1895 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1897 * progmodes/python.el (python-continuation-line-p)
1898 (python-beginning-of-statement): syntax-ppss may return
1900 (python-mode): Don't forcefully enable font-lock.
1902 * time-stamp.el (time-stamp-start, time-stamp-end)
1903 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1905 * add-log.el: Remove spurious * in docstrings.
1906 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1907 (add-change-log-entry): Use it here, since it's not specific
1909 (add-log-iso8601-time-string): Don't use it here any more.
1910 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1912 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1914 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1916 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1917 (rcirc-toggle-low-priority): Doc fix.
1918 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1920 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1922 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1923 (rcirc-decode-coding-system): Use utf-8 as the default.
1924 (rcirc-multiline-minor-mode): Set the fill-column.
1925 (rcirc-format-response-string): Display bright and dim nicks.
1926 (rcirc-browse-url): Update interactive spec to fill ARG.
1927 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1928 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1930 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1932 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1933 case for @Article, etc.
1935 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1937 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1938 Added with autoload cookie.
1939 (tramp-unload-file-name-handlers): Rename from
1940 `tramp-unload-file-name-handler-alist'.
1942 2006-04-23 Romain Francoise <romain@orebokech.com>
1944 * comint.el (comint-match-partial-filename): Doc fix.
1946 2006-04-21 Glenn Morris <rgm@gnu.org>
1948 * calendar/cal-menu.el (calendar-mode-map): Refer to
1949 `diary-view-entries' rather than alias `view-diary-entries'.
1950 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1952 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1954 * progmodes/antlr-mode.el (antlr-default):
1955 * cus-edit.el (custom-documentation):
1956 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1959 2006-04-21 Kim F. Storm <storm@cua.dk>
1961 * image.el (image-type): New defun split out of create-image.
1962 (create-image): Use it.
1964 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1966 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1967 (org-open-at-point): Remove the "...done" message to keep output
1968 in the echo area visible.
1969 (org-export-as-xoxo): Fix call to `indent-region'.
1971 2006-04-21 Kevin Ryde <user42@zip.com.au>
1973 * international/mule.el (keyboard-coding-system): defcustom
1974 info-link fixes: "Specify Coding" has been split, keyboard now in
1975 "Terminal Coding", and "Single-Byte Character Support" is now
1978 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1980 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1981 Use font-lock-warning-face for any errors e.g. no stack.
1982 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1984 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1986 * progmodes/sh-script.el (sh-shell): Mark as safe.
1988 * newcomment.el (comment-start, comment-start-skip)
1989 (comment-end-skip, comment-end): Mark as safe.
1991 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1993 * textmodes/org.el (org-deadline-announce): Face removed.
1994 (org-level-faces, org-n-levels): Convert to constant.
1995 (org-compatible-face): New function.
1996 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1997 (org-level-5, org-level-6, org-level-7, org-level-8)
1998 (org-special-keyword, org-warning, org-headline-done, org-link)
1999 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2000 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2001 Face definition revised for better color tty support.
2002 (org-bold-re, org-italic-re, org-underline-re): New constants.
2003 (org-set-font-lock-defaults): Use the new constants.
2004 (org-agenda-highlight-todo): New function.
2005 (org-agenda-todo): Fix bug with point at end of line.
2006 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2007 Fontify TODO keywords.
2008 (org-insert-link): Preserve relative path in ../ links.
2009 (org-export-as-html): Convert links pointing to .org files into
2010 links that will work beteen the exported HTML files.
2011 (org-todo-list): Fix bug when arg=0.
2012 (org-insert-heading): More fine-tuning.
2014 2006-04-19 Romain Francoise <romain@orebokech.com>
2016 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2017 from `rmail-mime-charset-pattern'.
2019 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2021 * progmodes/python.el (python-mode): Fix typo.
2023 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2025 * comint.el (comint-previous-input): Don't clobber input line
2026 when moving off either end of the input history ring.
2027 (comint-delete-input): New function, used by
2028 `comint-previous-input' and others.
2029 (comint-previous-matching-input):
2030 Use `coming-delete-input'. Save the partial input if leaving the
2031 edit line. Goto point-max before deleting input to avoid
2032 partial input fragments hanging around.
2033 (comint-restore-input): New function, used by `comint-previous-input'.
2035 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2037 * imenu.el (imenu--index-alist): Balance parentheses.
2039 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2041 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2043 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2045 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2048 2006-04-18 Richard Stallman <rms@gnu.org>
2050 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2052 * imenu.el (imenu-create-index-function, imenu--index-alist)
2053 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2054 (imenu-default-create-index-function, imenu--generic-function):
2057 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2059 * help-mode.el (help-mode): Set view-exit-action to delete window.
2061 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2062 now works by passing nil as arg.
2064 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2066 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2067 (read-abbrev-file): Provide default when reading filename.
2069 * files.el (enable-local-variables): Allow :all as value.
2070 (hack-local-variables): Implement that value.
2071 (safe-local-variable-values, safe-local-eval-forms)
2072 (enable-local-variables): Mark as risky.
2073 (find-file-visit-truename, kept-old-versions): Mark safe.
2075 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2076 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2077 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2079 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2081 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2082 Use forward-line so as to get to BOL even in the presence of fields.
2083 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2085 (inferior-tcl): Tell tclsh to work in interactive mode.
2087 * complete.el (partial-completion-mode):
2088 Use 'choose-completion-string-functions to make sure that
2089 choose-completion fills the minibuffer properly.
2091 * complete.el (PC-old-read-file-name-internal): Remove.
2092 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2093 of read-file-name-internal.
2094 (partial-completion-mode): Enable/disable this advice.
2096 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2098 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2101 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2103 * textmodes/org.el (org-insert-heading): Insert heading before
2104 current if at beginning of line.
2105 (org-todo, org-date): New faces.
2106 (org-table-align): Make sure tooltip window contains full text.
2107 (org-no-properties): New defsubst.
2108 (org-set-font-lock-defaults): Use new faces.
2110 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2112 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2115 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2116 (gdb-frame-address): Re-use to identify frame for watch expression.
2117 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2119 (gdb-init-1, gdb-source, gdb-post-prompt)
2120 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2121 (gdb-frame-handler): Get gdb-frame-address.
2123 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2125 Sync with Tramp 2.0.53.
2127 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2128 'control. Reported by Matthias F
\e,bv
\e(Brste <slashdevslashnull@gmx.net>.
2129 (tramp-completion-file-name-handler): Add autoload cookie for
2130 adding to `file-name-handler-alist'.
2132 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2133 the prompt. If it returns earlier (when detecting an error
2134 message), the rest of the output will merge accidently with the
2135 output of the next command. Reported by M Jared Finder
2136 <jared@hpalace.com>.
2138 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2139 for `process-file', in order to let it work for older Emacsen too.
2141 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2143 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2144 (tex-font-lock-keywords-3): Use it.
2146 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2148 * newcomment.el (comment-add): New function.
2149 (comment-region-default, comment-dwim): Use it.
2151 2006-04-15 Michael Olson <mwolson@gnu.org>
2153 * emacs-lisp/tq.el: Improve comments.
2154 (tq-queue-head-question): New accessor function.
2155 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2156 Update for modified queue structure.
2157 (tq-queue-add): Accept `question' argument.
2158 (tq-queue-pop): If a question is pending, send it.
2159 (tq-enqueue): Accept new optional argument `delay-question'.
2160 If this is non-nil, and at least one other question is pending a
2161 response, queue the question rather than sending it immediately.
2163 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2165 * calendar/appt.el (appt-add): Check whether an appointment is
2166 already present in appt-time-msg-list. Simplify code.
2168 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2170 * progmodes/cc-langs.el (c-mode-menu):
2171 Don't presume c-subword-mode is bound.
2173 2006-04-13 Bill Wohler <wohler@newt.com>
2175 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2176 (customize-package-emacs-version): Use cdr instead of cadr now
2177 that alists use dotted pairs.
2179 * custom.el (defcustom): Fix docstring for :package-version.
2181 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2183 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2184 (tramp-handle-shell-command): Display output buffer only when
2185 `tramp-display-shell-command-buffer' is true.
2186 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2188 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2190 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2191 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2193 2006-04-13 Romain Francoise <romain@orebokech.com>
2195 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2196 leaving temporary .cvsignore buffers behind.
2198 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2200 * textmodes/org.el (org-set-regexps-and-options)
2201 (org-get-current-options): Better names for the startup folding
2204 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2206 * vc.el (vc-annotate): Arrange for point to end up at the same
2207 line number as in the original, but only when using a new buffer.
2209 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2211 * files.el (hack-one-local-variable-eval-safep):
2212 Recognize `edebug-form-spec' for `put', but only if it passes
2213 `edebug-basic-spec'. Generalize `put' handling.
2215 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2216 vetting file-local form specs.
2218 * allout.el (allout-layout): Autoload its `safe-local-variable'
2221 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2223 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2224 (org-agenda-mouse-1-follows-link)
2225 (org-mouse-1-follows-link): New options.
2226 (org-format-agenda-item): Fix bug if TAGS is nil.
2227 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2229 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2231 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2232 GDB 6.1+ gives full filename for "info sources" so use
2233 file-name-nondirectory.
2235 2006-04-12 Romain Francoise <romain@orebokech.com>
2237 * subr.el (read-passwd): Bind `message-log-max' to nil.
2239 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2241 * progmodes/perl-mode.el (perl-indent-new-calculate):
2242 Recompute parse-start after jumping backward by a whole sexp.
2244 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2246 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2247 window configuration.
2248 (vc-annotate-display-select): Select the buffer so that current-buffer
2249 (and selected-window) is the output buffer at the end of vc-annotate.
2251 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2253 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2254 8-color terminals, to use all of the colors in a sensible order.
2255 256-color terminals work well with the standard map.
2256 (vc-annotate-lines): Only strip the first color character if it
2257 is "#", to allow for terminal-style named colors.
2258 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2259 the correct buffer is scrolled.
2261 2006-04-11 Richard Stallman <rms@gnu.org>
2263 * emacs-lisp/bytecomp.el (byte-compile-file):
2264 Bind enable-local-variables to :safe, and make normal-mode obey it.
2266 * files.el (enable-local-variables): Allow value :safe.
2267 (normal-mode): Doc fix.
2268 (hack-local-variables): Implement enable-local-variables = :safe.
2269 (hack-local-variables-confirm): Don't prevent quitting.
2271 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2273 * loadhist.el (unload-feature): A bit of sanity check of
2274 load-history entries. Cancel timer-vars before unbinding them.
2276 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2277 quote special chars, and make the trick work on the hex part of the
2279 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2280 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2282 * startup.el (normal-splash-screen): Fix last change so we don't wait
2283 2 minutes if we don't show the splash screen.
2285 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2287 * textmodes/org.el (org-export-plain-list-max-depth)
2288 (org-table-spaces-around-separators)
2289 (org-radio-targets, org-activate-camels)
2290 (org-table-spaces-around-invisible-separators): Options removed.
2291 (org-time-stamp-rounding-minutes, org-remember-templates)
2292 (org-ellipsis, org-activate-links, org-descriptive-links):
2294 (org-remember-apply-template, org-current-time)
2295 (org-finish-edit-table-field)
2296 (org-link-unescape, org-link-escape)
2297 (org-string-width, org-table-clean-line, org-html-do-expand)
2298 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2299 (org-read-agenda-file-list): New functions.
2300 (org-table-edit-field)
2301 (org-table-create-or-convert-from-region): New commands
2302 (org-table-toggle-vline-visibility): Command removed.
2303 (org-table-convert-region): Made a command.
2304 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2305 Replace with the normal org- functions.
2306 (org-self-insert-command): Don't trigger realign unnecessarily
2307 when blanking a field that is not full.
2308 (org-mode): `Set buffer-invisibility-spec' for links.
2309 (org-activate-links2): Hide link part and only show descriptive
2311 (org-insert-link): Modify for new linking system.
2312 (org-store-link): Store description separately, for use by
2314 (org-table-align): Use `org-string-width'.
2315 (defgroup): Completely new group structure for custom variables.
2316 (org-agenda-files): Option: Single file name allowed. Function:
2317 Optional argument unrestrited means ignore any restricitons.
2318 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2319 trying to modify the menu. Use generalized access to
2321 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2322 (org-agenda-file-to-front, org-remove-file, org-diary)
2323 (org-tags-view, org-export-icalendar-all-agenda-files)
2324 (org-export-icalendar-combine-agenda-files): Use generalized
2325 access to `org-agenda-files'.
2326 (org-remember-handler): Correctly preserve heading if present.
2327 (org-table-insert-row, org-table-insert-hline): Deal with
2328 invisible characters.
2330 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2332 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2333 (vc-annotate-color-map): New 18 element constant
2334 value/saturation, rotating hue colormap, from red->blue.
2335 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2336 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2337 (vc-annotate): To avoid killing the required local variables,
2338 set them before the end of `with-output-to-temp-buffer', and
2339 after first switching to annotate-mode.
2340 (vc-annotate-warp-version): Add buffer argument in goto-line to
2341 ensure annotation, not source, is scrolled.
2343 2006-04-10 Bill Wohler <wohler@newt.com>
2345 * custom.el (defcustom, custom-handle-keyword):
2346 Add :package-version keyword.
2347 (custom-add-package-version): New function. Sets value of new
2348 property 'custom-package-version from :package-version keyword.
2349 (defcustom): Create Common Keywords section in docstring.
2350 (defface, defgroup): Replace definitions of a select few keywords
2351 with a reference to the Common Keywords in defcustom.
2352 (defcustom, defface, defgroup): Replace reference to Customization
2353 chapter in manual with hyperlink.
2355 * cus-edit.el (customize-package-emacs-version-alist):
2357 (customize-changed-options): Add check for custom-package-version.
2358 (customize-package-emacs-version): New function to look up Emacs
2359 version corresponding to the given package version.
2361 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2362 defun name, in similar fashion to find-variable-regexp.
2364 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2366 * international/mule-cmds.el (set-locale-environment): Fix last
2367 change for when the locale's preferences don't specify any encoding.
2369 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2371 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2372 so the defined var/fun doesn't need to be quoted.
2374 2006-04-10 Richard Stallman <rms@gnu.org>
2376 * finder.el (finder-mode-map): Add n and p bindings.
2378 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2380 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2381 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2382 (gdb-setup-windows): Put something in source window if we can't find
2384 (gdb-frame-handler): Make it work again with just assembly.
2385 (gdb-data-list-register-values-handler): Make it work when there is
2388 2006-04-09 Richard Stallman <rms@gnu.org>
2390 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2391 specs while looking for charset.
2393 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2395 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2397 (lm-font-lock-keywords): Update appropriately.
2399 2006-04-10 Kim F. Storm <storm@cua.dk>
2401 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2402 it can also replace buffer-substring-no-properties.
2404 * emulation/cua-base.el (cua-delete-region, cua-paste)
2405 (cua-repeat-replace-region): Use filter-buffer-substring.
2407 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2408 (cua-cut-region-to-global-mark): Likewise.
2410 * emulation/cua-rect.el (cua--extract-rectangle)
2411 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2413 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2415 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2416 entry-type. Add field delimiters to numerical fields if they are
2419 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2421 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2422 string-const to return value.
2423 (bibtex-remove-delimiters): Use it.
2425 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2427 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2428 cl-byte-compile-compiler-macro unless it exists.
2430 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2432 * files.el (hack-local-variables-confirm) <offer-save>:
2433 Clarify message text. Suggested by Ralf Angeli.
2435 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2437 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2438 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2439 instead of `buffer-substring' and `delete-region'. (Most of the
2440 code actually copied from `kill-region'.)
2442 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2444 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2445 (rcirc-default-port): Rename from rcirc-port.
2446 (rcirc-default-nick): Rename from rcirc-nick.
2447 (rcirc-default-user-name): Rename from rcirc-user-name.
2448 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2449 (rcirc-low-priority-flag): New variable.
2450 (rcirc-decode-coding-system): New defcustom.
2451 (rcirc-encode-coding-system): New defcustom.
2452 (rcirc-coding-system-alist): New defcustom.
2453 (rcirc-multiline-major-mode): New defcustom.
2454 (rcirc-nick): New internal variable.
2455 (rcirc-process): Remove variable.
2456 (rcirc-server-buffer): New variable.
2457 (rcirc): Update to use rcirc-default-* variables above.
2458 (rcirc-connect): Do not add window-configuration-hook-here.
2459 (rcirc-server): New internal variable.
2460 (rcirc-connect): Do not send keepalive pings if
2461 rcirc-keepalive-seconds is nil.
2462 (with-rcirc-server-buffer): New macro.
2463 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2464 (rcirc-server-name): Rename from rcirc-server.
2465 (rcirc-buffer-process): New function.
2466 (rcirc-buffer-nick): New function.
2467 (rcirc-buffer-target): Remove function.
2468 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2470 (rcirc-mode-map): Change binding of C-c C-l to
2471 rcirc-toggle-low-priority.
2472 (rcirc-mode): Initialize coding system based on
2473 rcirc-coding-system-alist. New change-major-mode-hook to part the
2474 channel on a mode change. Make kill-buffer-hook buffer-local.
2475 (rcirc-change-major-mode-hook): New function.
2476 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2477 (rcirc-last-post-time): New variable.
2478 (rcirc-process-message): Store the last time user posted a message
2480 (rcirc-multiline-minor-mode): New mode.
2481 (rcirc-multiline-minor-mode-map): New mode map.
2482 (rcirc-edit-multiline): Put multiline-edit buffer in
2483 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2484 (rcirc-print): Ignore any line starting with an ignored nick.
2485 (rcirc-print): Decode using rcirc-decode-coding-system.
2486 (rcirc-track-minor-mode): Update global-mode-string when disabling
2488 (minor-mode-alist): Add LowPri indicator.
2489 (rcirc-toggle-low-priority): New function.
2490 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2491 next lowpriority buffer with activity.
2492 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2493 last time the user posted a message in to the target.
2494 (rcirc-update-activity-string): New formatting for low priority
2496 (rcirc-split-activity): New function.
2497 (rcirc-handler-PART, rcirc-handler-KICK)
2498 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2499 (rcirc-nick-away-alist): New variable.
2500 (rcirc-handler-301): New handler. Away messages are printed once
2503 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2505 * info.el (Info-follow-nearest-node): Doc fix.
2507 * international/mule-cmds.el (set-locale-environment): Make sure
2508 the coding-system preferred by the locale's language has the same
2509 EOL conversion type as the original buffer-file-coding-system.
2510 (locale-language-names): Add a few MS Windows language codes.
2512 2006-04-07 Richard Stallman <rms@gnu.org>
2514 * simple.el (eval-expression): Doc fix.
2516 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2517 (eval-defun): Doc fixes.
2519 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2521 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2523 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2525 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2526 GDB list command without argument for greater generality.
2528 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2530 * subr.el (string-or-null-p): New function.
2532 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2534 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2536 * files.el: Update comment about safe-local-variable declarations.
2538 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2540 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2543 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2544 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2546 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2549 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2550 version 6.0 (minimal changes). See idlwave.org.
2552 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2553 6.0 (minimal changes). See idlwave.org.
2555 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2557 2006-04-06 Romain Francoise <romain@orebokech.com>
2559 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2560 symmetric encryption features and a new asynchronous interface to
2561 GnuPG. This new version is version 1.4, plus whitespace changes.
2563 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2565 * files.el: Move some `safe-local-variable' declarations to the
2568 * textmodes/ispell.el (ispell-check-comments)
2569 (ispell-local-dictionary): Mark as safe.
2571 * abbrev.el (abbrev-mode): Mark as safe.
2573 * add-log.el (change-log-default-name): Mark as safe.
2575 * textmodes/reftex-vars.el (reftex-vref-is-default)
2576 (reftex-fref-is-default, reftex-level-indent)
2577 (reftex-guess-label-type): Mark as safe.
2579 * textmodes/fill.el (colon-double-space): Mark as safe.
2581 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2582 (sentence-end-double-space, sentence-end-without-period)
2583 (sentence-end-without-space, sentence-end, sentence-end-base)
2584 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2586 2006-04-06 Kim F. Storm <storm@cua.dk>
2588 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2589 the :set-after list.
2590 (ido-downcase-unc-hosts): New user option. Default on.
2591 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2592 when it is set, as regexps are now applied on the fly.
2593 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2594 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2595 on the fly, but only when ido-process-ignore-lists is set.
2596 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2597 Only downcase names if ido-downcase-unc-hosts is set.
2599 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2601 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2603 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2605 2006-04-05 Kim F. Storm <storm@cua.dk>
2607 * ido.el (ido-mode): Set after ido-unc-hosts and
2608 ido-ignore-unc-host-regexps.
2609 (ido-save-history): Save ido-unc-hosts-cache.
2610 (ido-load-history): Load ido-unc-hosts-cache.
2611 (ido-reread-directory): Refresh unc hosts cache in // dir.
2613 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2614 to nil while displaying slash screen.
2616 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2618 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2619 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2621 2006-04-05 Kenichi Handa <handa@m17n.org>
2623 * international/characters.el: Setup cases of Latin, Greek, and
2624 Cyrillic characters in CJK charsets.
2626 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2628 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2629 default-enable-multibyte-characters. This reverts the change from
2630 revision 6.17 which is no longer necessary because the passphrase
2631 is sent separately now. GnuPG messages are unreadable under
2632 multibyte locales with default-enable-multibyte-characters set to nil.
2634 2006-04-04 Andreas Schwab <schwab@suse.de>
2636 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2637 and `byte-compile-warnings' as `safe-local-variable'.
2639 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2641 * man.el (Man-mode-map): Restore the \r binding.
2642 (Man-abstract-xref-man-page): If Man-target-string is a function,
2644 (Man-highlight-references): Use Man-default-man-entry to get the
2645 target. Deal with xrefs too.
2646 (Man-highlight-references0): Don't call the target function.
2648 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2649 cannot deal with it.
2651 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2653 * pgg-gpg.el: Clean up process buffers every time gpg processes
2656 2006-04-04 Kenichi Handa <handa@m17n.org>
2658 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2660 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2661 Temporarily bind inhibit-field-text-motion to t.
2663 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2665 * startup.el (normal-splash-screen): Only set mode-line-format in the
2666 splash buffer, so as not to interfere when debugging the code.
2667 Ignore errors when switching buffer.
2669 2006-04-03 Romain Francoise <romain@orebokech.com>
2671 * dired.el (dired-dnd-protocol-alist): Fix typo.
2673 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2675 * savehist.el (savehist): Add :version.
2676 (savehist-ignored-variables): New variable.
2677 (savehist-minibuffer-hook): Don't save variables listed in
2678 `savehist-ignored-variables'.
2680 * dired.el (dired-dnd-protocol-alist): Mention that change does
2681 only apply to new buffers in doc string.
2683 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2685 * recentf.el (recentf-open-files-item): Include newline in button
2686 field, so opening a file will work, when the point is at the end
2687 of the file name. Allow, for example, to [i]search a file by
2688 extension and just push RET to open it.
2690 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2692 * pgg-gpg.el (pgg-gpg-process-filter)
2693 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2695 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2696 lines, temporary fix.
2698 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2700 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2702 2006-04-02 Richard Stallman <rms@gnu.org>
2704 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2706 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2708 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2711 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2712 (ibuffer-mode-header-map): New keymaps.
2713 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2714 and keybindings for column headers.
2715 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2718 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2720 * speedbar.el (speedbar-after-create-hook): Doc fix.
2722 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2724 * shell.el (shell-directory-tracker)
2725 (shell-dynamic-complete-command): Doc fixes.
2727 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2729 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2732 2006-04-01 Kim F. Storm <storm@cua.dk>
2734 * ido.el (ido-unc-hosts-cache): New defvar.
2735 (ido-unc-hosts): If value of defcustom is a function, call it to
2736 get list of UNC hosts. Add function-item choices to specify
2737 ido-unc-hosts-net-view or user function.
2738 (ido-ignore-unc-host-regexps): New defcustom.
2739 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2740 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2741 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2743 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2745 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2748 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2750 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2751 (ido-max-work-file-list, ido-switch-buffer)
2752 (ido-read-file-name-as-directory-commands):
2753 Fix typos in docstrings.
2755 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2757 * term/mac-win.el (mac-system-coding-system): Define and use after
2758 Mac-specific coding systems are ready.
2760 2006-03-27 Romain Francoise <romain@orebokech.com>
2762 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2764 * ldefs-boot.el: Update.
2766 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2768 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2769 passphrases when it is not needed.
2770 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2771 passphrase stuff from gpg, should only be necessary when you use
2772 gpg with a smartcard.
2774 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2776 * comint.el (comint-dynamic-list-completions): Allow user to
2777 select *Completions* buffer.
2779 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2781 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2783 2006-03-26 Andreas Schwab <schwab@suse.de>
2785 * progmodes/gud.el (gdb): Only complain about multiple debugging
2786 when the gdb process is still running.
2788 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2790 * mail/rmail.el (tool-bar-map): Defvar it.
2791 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2792 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2794 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2796 * help.el (print-help-return-message): Suggest to use
2797 display-buffer instead of switch-to-buffer-other-window to restore
2798 the previous window without selecting it.
2800 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2802 * frame.el (select-frame-by-name): Call x-focus-frame also when
2803 window-system is mac.
2805 * term/mac-win.el: Adjust Courier font specifications in
2807 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2808 when directly encoding to UTF-16 in native byte order, no BOM.
2810 2006-03-25 Kim F. Storm <storm@cua.dk>
2812 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2813 (cua--init-keymaps): Use it instead of fixed C-return.
2814 (cua-mode): Set after it.
2816 * emulation/cua-rect.el (cua--init-rectangles):
2817 Use cua-rectangle-mark-key instead of fixed C-return.
2819 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2821 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2823 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2825 2006-03-24 Romain Francoise <romain@orebokech.com>
2827 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2828 `display-buffer-other-frame'.
2830 2006-03-24 Kim F. Storm <storm@cua.dk>
2832 * apropos.el (apropos-synonyms): Add selection => region.
2834 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2836 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2837 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2838 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2839 (gdb-data-list-register-values-regexp)
2840 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2841 Future proof against new fields being added to MI output.
2842 (gdb-send): Don't treat backslashes for program input as
2844 (gdb-assembler-handler): Don't use window-start for this handler.
2845 (gdb-frame-handler): Don't change to hollow arrow if overlay
2846 arrow doesn't move to new frame.
2848 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2850 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2851 prevent compiler warnings.
2852 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2853 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2854 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2857 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2859 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2860 make-network-process, so we can use the same code in Gnus v5-10
2861 too and have this file fully synchronized with that release.
2863 2006-03-23 Romain Francoise <romain@orebokech.com>
2865 * ibuf-ext.el (ibuffer-read-filter-group-name):
2866 Use `ibuffer-generate-filter-groups' to make completion list match
2867 the filter groups that are really displayed in the Ibuffer buffer.
2868 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2870 2006-03-23 Kenichi Handa <handa@m17n.org>
2872 * international/mule-cmds.el (sort-coding-systems): Describe that
2873 the argument is modified in docstring.
2875 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2877 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2878 (pgg-gpg-update-agent): New function.
2879 (pgg-gpg-use-agent-p): New function.
2880 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2881 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2882 (pgg-gpg-sign-region): Use it.
2884 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2886 * cus-edit.el (custom-face-set): Call custom-push-theme before
2887 face-spec set so that `changed' theme is correctly saved.
2888 (custom-face-reset-standard): Reset to recalculated face rather
2891 * custom.el (custom-push-theme): Only save `changed' theme if the
2892 current face does not match the defface specs.
2894 2006-03-21 Simon Josefsson <jas@extundo.com>
2896 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2897 <wilde@sha-bang.de>.
2898 (pgg-gpg-use-agent): New variable.
2899 (pgg-gpg-process-region): Use it.
2900 (pgg-gpg-encrypt-region): Likewise.
2901 (pgg-gpg-encrypt-symmetric-region): Likewise.
2902 (pgg-gpg-decrypt-region): Likewise.
2903 (pgg-gpg-sign-region): Likewise.
2904 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2906 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2908 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2911 2006-03-21 Kim F. Storm <storm@cua.dk>
2913 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2914 fringe-indicator-alist instead of modifying global value.
2915 (gdb-frame-handler): Likewise.
2917 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2919 * diff-mode.el (diff-function): Make it inherit from diff-header
2920 instead of diff-context.
2922 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2924 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2925 change names in macro above for consistency.
2926 (gdb-frame-handler): Use hollow-right-triangle for all selected
2927 frames which except the innermost (where execution has stopped).
2928 (gdb-reset): Reset buffer-local values of overlay-arrow.
2930 2006-03-20 Richard Stallman <rms@gnu.org>
2932 * simple.el (set-mark-command): Doc fix.
2934 * files.el (display-buffer-other-frame): New command.
2935 (ctl-x-4-map): Bind C-x 5 C-o to it.
2937 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2939 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2940 rather than just defer-time, in case defer-time has been changed but
2941 the timer isn't running yet.
2942 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2944 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2946 * help-mode.el (help-follow-symbol): New function.
2947 Essentially identical to the old `help-follow', but do not let
2948 `push-button' do the work when on an xref.
2949 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2951 2006-03-19 Richard Stallman <rms@gnu.org>
2953 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2954 preceded by the word `program'.
2955 (help-follow-mouse, help-follow): Throw error if not on xref.
2956 Delete no longer used args.
2958 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2960 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2961 annotation ensure gud-overlay-arrow-position is redisplayed.
2963 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2965 * textmodes/bibtex.el (bibtex-include-OPTkey)
2966 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2967 (bibtex-autokey-name-case-convert)
2968 (bibtex-autokey-titleword-case-convert): Make these the aliases
2969 for the following two variables.
2970 (bibtex-autokey-name-case-convert-function)
2971 (bibtex-autokey-titleword-case-convert-function): Make these the
2973 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2974 bibtex-font-lock-crossref sublists.
2975 (bibtex-mode): Revert 2005-12-30 change (which made
2976 completion-ignore-case buffer-local).
2977 (bibtex-url): Simplify.
2979 2006-03-19 Kim F. Storm <storm@cua.dk>
2981 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2982 cursor property value to 2 (to align with C level change).
2984 2006-03-19 Bill Wohler <wohler@newt.com>
2986 * image.el (image-load-path-for-library): Shorten first line in
2989 2006-03-18 Richard Stallman <rms@gnu.org>
2991 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2993 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2995 * isearch.el (isearch-other-meta-char): Handle user bindings for
2996 shifted control characters.
2998 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3000 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3001 part that matches email addresses, file names, etc.
3003 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3005 * term/w32-win.el (mouse-set-font):
3006 Mention w32-list-proportional-fonts in the doc string.
3008 2006-03-18 Kim F. Storm <storm@cua.dk>
3010 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3011 (ido-unc-hosts): New user option to explicitly define list of know
3012 UNC-style hosts for completion.
3013 (ido-cache-unc-host-shares-time): New user option.
3014 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3015 New helper functions for UNC file-name support.
3016 (ido-may-cache-directory): Check for UNC host. Simplify.
3017 (ido-wash-history): Clean out old UNC hosts.
3018 (ido-nonreadable-directory-p): UNC hosts are always readable.
3019 (ido-directory-too-big-p): UNC hosts are never too big.
3020 (ido-set-current-directory): Handle UNC root path.
3021 (ido-file-name-all-completions): Complete UNC host names from
3022 ido-unc-hosts list. Cache UNC host shares.
3023 (ido-make-file-list-1): Don't filter UNC root.
3024 (ido-exhibit): Check for // in root directory, and switch to UNC
3025 mode by setting ido-current-directory to //.
3027 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3029 * cus-edit.el (customize-changed-options): Mention explicit
3030 version number as default in prompt.
3032 2006-03-17 Bill Wohler <wohler@newt.com>
3034 * image.el (image-load-path-for-library): Minor docstring fix.
3036 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3038 * textmodes/org.el (org-read-date): Include subgroup 5 into
3040 (org-popup-calendar-for-date-prompt): Fix customization type.
3042 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3044 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3045 (gdb-continuation): New variable.
3046 (gdb-send): Deal with continuation lines.
3048 * progmodes/gud.el (gud-gdb-complete-command)
3049 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3051 (gud-tooltip-mode): Use buffer-local value.
3053 2006-03-16 Kim F. Storm <storm@cua.dk>
3055 * ido.el (ido-edit-input): Use selected match, if any.
3057 2006-03-16 Bill Wohler <wohler@newt.com>
3059 * image.el (image-load-path-for-library): Prefer user's images in
3062 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3064 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3065 when checking for attempt to drag leftmost or rightmost scrollbar.
3067 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3069 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3070 (gdb-force-mode-line-update): New function.
3071 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3072 (gdb-exited): Use them.
3073 (gdb-signal): New function.
3074 (gdb-annotation-rules): Provide a rule for it.
3076 2006-03-16 Kenichi Handa <handa@m17n.org>
3078 * international/mule.el (auto-coding-regexp-alist): Add entries
3081 * sort.el (sort-build-lists): Temporarily bind
3082 inhibit-field-text-motion to t.
3084 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3086 * locate.el (locate-command, locate-make-command-line)
3087 (locate-fcodes-file, locate-update-command)
3088 (locate-prompt-for-command, locate, locate-with-filter)
3089 (locate-get-file-positions): Doc fixes.
3090 (locate-buffer-name, locate-header-face): Remove leading `*' in
3092 (locate-filter-output): Use `keep-lines' instead of its alias
3093 `delete-non-matching-lines'.
3094 (locate-get-filename, locate-get-dirname): Add introductory comment.
3095 (locate-find-directory-other-window): Give appropriate error
3096 message if used outside main listing.
3098 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3100 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3101 the new extend-region feature.
3102 (font-lock-after-change-function): Update correspondingly.
3103 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3104 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3106 2006-03-15 Bill Wohler <wohler@newt.com>
3108 * image.el (image-load-path-for-library): Fix example by not
3109 recommending that one binds image-load-path. Just defvar it to
3110 placate compiler and only use it if previously defined.
3112 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3114 * textmodes/org.el (org-insert-centered): Use `string-width' to
3115 make underlining work for wide characters.
3116 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3117 TAB to `org-cycle', to make sure that no binding in
3118 `outline-mode-map' can supercede it.
3120 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3122 * allout.el: Increment version to 2.2.1 in file commentary.
3124 (allout-version): Increment to 2.2.1.
3126 (allout-default-layout): New customization variable, used when the
3127 file lacks a specific allout-layout. Uses allout-layout-type for
3128 recursively nested definition.
3130 (allout-layout-type): Widget defining allout layouts, necessary for
3131 self-recursive definition.
3133 (allout-mode): Incorporate allout-default-layout as fallback for
3136 (allout-layout): Mark as 'safe-local-variable', and refer mention
3137 fallback to `allout-default-layout' in absence of a specified value.
3138 (allout-passphrase-verifier-string)
3139 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3141 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3143 (allout-get-encryption-passphrase-verifier): Use correct name of
3144 passphrase verifier in docstring.
3146 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3148 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3150 (gdb-find-watch-expression): Make it work for arrays too.
3151 Follow change to gdb-var-list.
3152 (gud-watch): Allow the user to enter variable name with a prexix
3153 arg. Create keybindings.
3154 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3155 (gdb-var-list-children-handler, gdb-var-update-handler)
3156 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3157 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3158 Follow change to gdb-var-list.
3159 (gdb-starting): Don't show the overlay arrows when program is running.
3161 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3164 2006-03-14 Bill Wohler <wohler@newt.com>
3166 * image.el (image-load-path-for-library): Pass value of path
3167 rather than symbol. Always return list of directories.
3168 Guarantee that image directory comes first.
3170 2006-03-14 Alan Mackenzie <acm@muc.de>
3172 * font-core.el (font-lock-extend-region\(-function\)?.):
3173 New function/variable.
3175 * font-lock.el (font-lock-after-change-function):
3176 Call font-lock-extend-region. Obey font-lock-lines-before.
3177 (font-lock-default-fontify-region): Remove reference to
3178 font-lock-lines-before.
3180 * jit-lock.el (jit-lock-after-change):
3181 Call font-lock-extend-region. Obey font-lock-lines-before.
3183 2006-03-14 David Ponce <david@dponce.com>
3185 * tree-widget.el (tree-widget-themes-load-path)
3186 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3188 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3190 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3191 (rcirc-print): Mark the start of text at the end of the prompt.
3192 (rcirc-track-minor-mode): Add autoload cookie.
3193 (rcirc-update-activity-string): Add space to front of mode-line
3196 2006-03-13 Miles Bader <miles@gnu.org>
3198 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3199 (rcirc-abbrev-nick): Remove function.
3200 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3202 2006-03-13 David Ponce <david@dponce.com>
3204 * tree-widget.el: Handle themes across all occurrences of the main
3205 themes sub-directory found in tree-widget-themes-load-path.
3206 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3207 (tree-widget--locate-sub-directory): Return all occurrences.
3208 (tree-widget-themes-path): New function.
3209 Replace tree-widget-themes-directory, and return a list of directories.
3210 (tree-widget-set-parent-theme)
3211 (tree-widget-lookup-image): Use it.
3213 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3215 * textmodes/org.el (org-link-search): Avoid self-matching of
3216 links, allow target text to be distributed over several lines.
3217 (org-search-not-link): New function.
3218 (org-set-regexps-and-options, org-get-current-options):
3219 New startup options.
3220 (org-export-as-html): Take odd-level setting from local variable.
3221 (org-fontify-emphasized-text): New option.
3222 (org-set-font-lock-defaults): Include emphasized text.
3223 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3224 (org-font-lock): Customize group renamed from `org-faces'.
3226 2006-03-13 John Paul Wallington <jpw@pobox.com>
3228 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3229 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3231 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3233 * cus-start.el (all): Delete :version keyword for members of the
3234 fringe group, since the entire group is new in 22.1.
3236 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3238 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3239 map if value is hexadecimal (an address).
3240 (gud-watch): Only search roots for existing watch expressions.
3241 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3242 prevent caching problems with speedbar-update-directory-contents.
3244 2006-03-12 Juri Linkov <juri@jurta.org>
3246 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3247 before comparing with `low' and `warn'.
3249 * info.el (Info-dir-remove-duplicates): Move point to the
3250 beginning of the current line after deleting the entries from
3251 redundant heading. Use marker for `limit' and compare it with
3252 point before calling `re-search-forward'.
3254 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3256 * simple.el (yank): Fix typo in docstring.
3258 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3260 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3261 messages, where "D" is the 6th character.
3263 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3265 * simple.el (yank): Fix last change.
3267 2006-03-11 David Ponce <david@dponce.com>
3269 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3270 merging elements from the standard ispell-dictionary-alist.
3271 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3272 alist, and return the new alist.
3274 2006-03-11 Richard Stallman <rms@gnu.org>
3276 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3278 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3279 the way it is implemented is too unclean.
3281 * simple.el (kill-region, yank): Doc fix.
3283 * battery.el (battery-echo-area-format): Doc fix.
3284 (battery-mode-line-format): Likewise.
3285 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3286 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3288 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3290 * progmodes/octave-mod.el (octave-indent-for-comment):
3291 Behave according to do string.
3293 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3295 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3296 Be visible only if major mode is Mail Mode.
3298 * textmodes/flyspell.el (flyspell-external-point-words)
3299 (flyspell-process-localwords): Fix last changes.
3301 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3303 * calendar/holidays.el (list-holidays): Doc fix.
3305 * international/mule.el (auto-coding-alist): Add .odt
3306 (OpenOffice's open document) files.
3308 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3309 document) files. Mention in the doc string the need to sync with
3312 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3314 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3315 enable-local-variables is set to always query, or there is no
3318 2006-03-10 Bill Wohler <wohler@newt.com>
3320 * image.el (image-load-path-for-library): Merge at least three
3321 functions from Gnus and MH-E into this one function that can now
3324 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3326 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3327 gdb-remove-mouse-face and remove help-echo too.
3328 (gdb-enqueue-input): Correct conditional clause.
3330 2006-03-10 Glenn Morris <rgm@gnu.org>
3332 * calendar/calendar.el (calendar-holidays): Doc fix.
3333 * calendar/holidays.el (list-holidays): Doc fix.
3335 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3337 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3338 it gets called in gdb-prompt anyway.
3339 (gdb-use-separate-io-buffer): Only restore window arrangement for
3341 (gdb-enqueue-input): Make it harder to send GDB input when program
3343 (gdb-buffer-list): New variable.
3344 (gdb-remove-mouse-face): New function.
3345 (gdb-starting): Use it when GDB input won't get sent.
3347 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3349 * help.el (view-lossage): Remove trailing whitespace before
3352 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3354 * files.el (hack-local-variables-confirm):
3355 Set coding-system-for-read to nil before writing to .emacs.
3357 * arc-mode.el (archive-extract): Check if an existing buffer name
3358 comes from a different archive.
3360 * help.el (describe-key-briefly): If KEY is a down event, read and
3361 discard the up event.
3363 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3365 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3366 be edited and use font-lock-warning-face for any changes.
3368 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3369 (gdb-edit-value): Use it to report any errors.
3371 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3373 * help.el (describe-key): Remove leftover test code.
3375 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3377 * textmodes/org.el: Move defvars out of eval-when-compile.
3378 Use buffer-file-name variable.
3379 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3381 (org-level-faces): Remove startup dependency.
3382 (org-cycle, org-map-tree, org-scan-tags)
3383 (org-remember-handler): Don't call `outline-level' directly.
3384 (org-mhe-search-all-folders): New option.
3385 (org-mhe-get-message-folder-from-index)
3386 (org-mhe-get-message-folder): Fix indexing search.
3387 (org-format-agenda-item): Handle nil TAGS argument.
3388 (org-cleaned-string-for-export, org-activate-target-links)
3389 (org-make-target-link-regexp): Deal with empty radio target list.
3390 (org-tag): New face.
3391 (org-get-level-face): New function.
3392 (org-set-font-lock-defaults): Simplify setup for headlines.
3393 (org-complete): Pass common substring to `display-completion-list'.
3395 2006-03-06 David Ponce <david@dponce.com>
3397 * tree-widget.el: Update Commentary header.
3398 (tree-widget-theme-name): Ignore parent themes.
3399 (tree-widget-set-parent-theme): New function.
3400 (tree-widget-set-theme): Use it.
3401 (tree-widget-set-image-properties): Move definition. Does nothing
3402 if image properties have already been set.
3403 (tree-widget-image-properties): Move definition. Receive an image
3404 name. Set the :pointer property.
3405 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3406 Don't set the :pointer image property.
3407 (tree-widget-convert-widget): New function. Handle :dynargs
3409 (tree-widget): Use it to :convert-widget. Add the :expander-p
3410 predicate to control when the :expander function is entered.
3411 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3412 (tree-widget-value-create): Handle :expander-p. widget-apply
3414 (tree-widget-expander-p): New function. Default value of the
3415 :expander-p property.
3417 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3419 * help.el (describe-key): Properly handle the return value of
3420 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3421 remaps. Handle string and vector `follow-link' values.
3423 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3425 * complete.el (PC-expand-many-files): Try be more careful when parsing
3428 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3430 * outline.el (hide-sublevels): Provide better interactive default.
3432 2006-03-06 Kenichi Handa <handa@m17n.org>
3434 * international/fontset.el (create-fontset-from-fontset-spec):
3435 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3437 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3439 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3440 backslashes instead of one in regexp.
3441 (gud-tooltip-dereference): Add missing optional argument.
3443 2006-03-04 John Paul Wallington <jpw@pobox.com>
3445 * wdired.el (toplevel): Require `cl' at compile-time.
3447 2006-03-04 Andreas Schwab <schwab@suse.de>
3449 * server.el (server-process-filter): Handle errors during
3450 evaluation of the argument.
3452 2006-03-03 John Paul Wallington <jpw@pobox.com>
3454 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3455 escape parentheses at beginning of line.
3456 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3457 (t-mouse-mode): Remove period from end of error message.
3459 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3461 * textmodes/flyspell.el (flyspell-process-localwords):
3464 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3466 * cus-edit.el (custom-quote): Remove function, since it has been
3469 * font-lock.el (lisp-font-lock-keywords-2)
3470 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3471 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3472 they have no special meaning.
3474 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3475 indirect buffer gets killed before indirect buffer. Use dolist.
3477 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3479 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3480 value instead of a literal constant (1) on more pauses.
3482 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3484 * textmodes/flyspell.el (flyspell-external-point-words):
3487 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3489 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3492 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3494 * allout.el: Restablish intermediate missing comment header to
3495 preserve outline structure.
3496 (allout-beginning-of-current-entry): Skip invisible text.
3497 (allout-open-topic): Fix opening a topic at end-of-buffer.
3498 (allout-minor-mode): Move nearer to allout-mode function.
3500 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3502 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3504 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3506 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3509 * progmodes/gud.el (gud-speedbar-menu-items):
3510 Use buffer-local-value and add missing :visible keyword.
3512 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3514 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3516 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3517 must be `follow-link'.
3519 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3521 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3522 formatting: No nested anchors.
3523 (org-all-targets): Fix bug with XEmacs compatibility.
3524 (org-read-date): Add (require 'parse-time).
3525 (org-set-tags): Fix bug with extra inserted space.
3526 (org-export-html-style): Define a style class for targets.
3527 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3528 (org-hide-leading-stars): New option.
3529 (org-hide): New face.
3530 (org-set-font-lock-defaults): Allow to hide leading stars.
3531 (org-get-legal-level, org-tr-level): New functions.
3532 (org-odd-levels-only): New option.
3533 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3534 (org-demote, org-promote): Deal with double-star levels.
3535 (org-convert-to-odd-levels): New command.
3537 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3539 * speedbar.el (speedbar-update-localized-contents): Try to
3540 preserve window-start.
3541 (speedbar-update-directory-contents): Try to preserve window-start
3543 (speedbar-update-special-contents): Don't move back to start of window.
3545 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3546 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3548 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3549 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3550 instead of gdb-speedbar-timer-fn.
3552 2006-02-28 Jay Belanger <belanger@truman.edu>
3554 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3555 (math-compose-expr): Use latex option when calling
3556 `math-compose-tex-matrix' for latex mode.
3558 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3560 * speedbar.el: Re-instate comments about developing for speedbar
3561 [this is what info and gdb-ui use even if better methods exist now].
3563 * t-mouse.el: New file.
3564 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3565 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3566 (t-mouse-make-event-element): Use posn-at-x-y instead.
3567 (t-mouse-make-event): Deal with Fedora Core 3.
3568 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3569 (t-mouse-mouse-position-function): New function. Use it instead
3570 of advising mouse-position.
3571 (t-mouse-mode): New minor mode.
3572 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3574 2006-02-27 Glenn Morris <rgm@gnu.org>
3576 * calendar/calendar.el (calendar-holidays): Doc fix.
3578 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3580 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3581 Re-introduce the concept of a source window.
3582 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3583 consistency with get-buffer-create.
3584 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3585 (gdb-data-list-register-values-handler)
3586 (gdb-stack-list-locals-handler): Try to preserve window-start as
3587 well as window-point.
3588 (gdb-display-source-buffer): New function (old concept).
3589 (gdb-goto-breakpoint): Use it.
3591 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3592 for gdb-ui/gdb-mi (old concept).
3594 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3596 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3599 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3601 * textmodes/reftex-sel.el (reftex-select-label-map)
3602 (reftex-select-bib-map): Add `follow-mouse' binding.
3604 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3606 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3607 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3608 Give :set functions to provide automatic updating.
3609 Update docstring. Give compiler defvars early in the file
3610 and move the defcustoms to a later spot where all called functions
3612 (jka-compr-file-name-handler-entry): Doc fix.
3613 (jka-compr-compression-info-list--internal)
3614 (jka-compr-mode-alist-additions--internal)
3615 (jka-compr-load-suffixes--internal): New variables.
3616 (jka-compr-install): Set the three above variables.
3617 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3618 (jka-compr-update, jka-compr-set): New functions.
3619 (auto-compression-mode): Doc fix.
3621 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3622 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3623 Use jka-compr-compression-info-list--internal,
3624 jka-compr-mode-alist-additions--internal and
3625 jka-compr-load-suffixes--internal.
3627 * files.el (load-library):
3628 * loadhist.el (file-loadhist-lookup):
3629 * startup.el (command-line):
3630 * subr.el (locate-library):
3631 * emacs-lisp/autoload.el (update-directory-autoloads):
3632 * emacs-lisp/find-func.el (find-library-suffixes):
3633 Use `get-load-suffixes' instead of `load-suffixes'.
3635 * subr.el (locate-library):
3636 * emacs-lisp/find-func.el (find-library-name):
3637 Use `load-file-rep-suffixes' instead of '("").
3639 2006-02-26 Kim F. Storm <storm@cua.dk>
3641 * ido.el (ido-save-history, ido-load-history): Simplify.
3642 Don't use find-file-noselect to avoid interference from other modes.
3644 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3646 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3647 to use the default shell if filename is not available.
3648 Reported by Giorgos Keramidas.
3650 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3652 * progmodes/etags.el (tags-completion-table): Do completion from
3653 all the tables in the current list, as documented in the manual.
3655 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3657 * CC Mode Update to 5.31.3.
3659 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3661 * progmodes/cc-mode.el (c-postprocess-file-styles):
3662 Bind inhibit-read-only to t, around the call to
3663 c-remove-any-local-eval-or-mode-variables, so that it works on a
3666 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3668 * progmodes/cc-awk.el: Correct a typo.
3670 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3672 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3673 c-hungry-delete-backwards, at the request of RMS. Leave the old
3676 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3678 * progmodes/cc-mode.el: Correct a typo.
3680 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3682 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3684 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3686 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3687 brace-else-brace (error due to mbeg, mend being undefined).
3689 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3691 * progmodes/cc-mode.el: File Local variables: Solve the problem
3692 where both `mode' and c-file-offsets are specified: `mode' will
3693 overwrite c-f-o's settings:
3694 (c-remove-any-local-eval-or-mode-variables): New function.
3695 (c-postprocess-file-styles): Call the above new function, within
3696 c-tentative-buffer-change, to splat `mode' and `eval' before the
3697 second hack-local-variables.
3699 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3701 * progmodes/cc-mode.el:
3702 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3703 (c-after-change): Protect the match data with save-match-data.
3704 It was getting corrupted by c-after-change-check-<>-operators.
3706 * cc-defs.el: [Supersedes patch V1.38]:
3707 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3708 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3710 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3711 with save-match-data. It was being corrupted when Font Lock was
3714 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3716 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3717 Mode and Subword Mode.
3719 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3720 real labels ("case 1:" or "foo:") from non-labels ("public:").
3721 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3722 coding; c-f-t-2 doesn't move over a token at EOB.
3724 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3726 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3727 (c-update-modeline): Concatenate the minor mode indicators
3728 directly onto mode-name, removing c-submode-indicators.
3729 Sometimes, c-s-i got separated from the mode name on the mode line.
3731 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3732 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3734 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3736 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3737 error message when there's an evaluation error to show whether
3738 it's loaded from source or not.
3739 (c-filter-ops): Make it available at runtime too to work when
3740 `c-make-init-lang-vars-fun' needs to evaluate from source.
3742 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3744 * help.el (help): Revert last part of 2006-02-23 change (deletion
3745 of the `provide' call).
3747 2006-02-23 Juri Linkov <juri@jurta.org>
3749 * compare-w.el (compare-windows-highlight): Add new value
3750 `persistent' and change :type from `boolean' to `choice'.
3751 (compare-windows-overlays1, compare-windows-overlays2):
3752 New internal variables.
3753 (compare-windows-highlight): If compare-windows-highlight is
3754 `persistent', add current overlays to compare-windows-overlays[12]
3755 instead of adding compare-windows-dehighlight to pre-command-hook.
3756 (compare-windows-dehighlight): Delete all overlays from
3757 compare-windows-overlays[12].
3759 * info.el (Info-search): Don't bind search-spaces-regexp to
3760 Info-search-whitespace-regexp in non-regexp isearch mode.
3762 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3764 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3766 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3768 * textmodes/org.el (org-xemacs-p)
3769 (org-export-html-show-new-buffer, org-table-may-need-update)
3770 (org-insert-item, org-mhe-get-message-real-folder)
3771 (org-mhe-get-message-folder-from-index)
3772 (org-mhe-get-message-folder, org-mhe-get-message-num)
3773 (org-mhe-get-header, org-make-org-heading-search-string)
3774 (org-make-org-heading-camel, org-table-sort-lines)
3775 (org-format-org-table-html, org-format-table-table-html):
3776 Fix typos in docstrings.
3778 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3780 * textmodes/org.el (org-cleaned-string-for-export)
3781 (org-solidify-link-text): New function.
3782 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3783 XEmacs, just to silence the compiler.
3784 (org-export-as-ascii, org-export-as-html-and-open):
3785 Use `org-cleaned-string-for-export' and create internal links.
3786 (org-follow-mhe-link): Require mh-e, use folder.
3788 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3790 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3792 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3793 gdb-debug-log-length.
3794 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3795 it a real ring but...
3796 (gud-gdba-marker-filter): ...make it work like mark-ring.
3797 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3798 (gdb-mouse-jump): New function. Add bindings.
3800 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3802 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3803 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3804 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3805 (gdb-debug-log-length): Customize it's length.
3806 (gud-watch, gdb-var-create-handler): Display function::var format
3807 but don't use to create variable object.
3808 (gdb-var-create-handler): Use message-box in place of message.
3809 (gdb-stopped): Call gdb-exited if signalled.
3811 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3813 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3815 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3817 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3818 if `reftex-try-all-extensions' is set.
3820 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3821 fail silently when there is no valid argument at point.
3822 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3823 `fail-silently' argument. From a patch by David Reiter.
3825 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3827 (org-mark-ring): New variable.
3828 (org-mark-ring-length): New option.
3829 (org-open-at-point, org-goto, org-open-file): Push old position
3831 (org-add-hook): New function.
3832 (org-export-table-remove-special-lines): New option.
3833 (org-skip-comments, org-format-org-table-html): Respect new
3834 option `org-export-table-remove-special-lines'.
3835 (org-open-file): Allow special command configuration for
3837 (org-file-apps): Fix bugs in customize type, added setting
3839 (org-activate-tags, org-format-agenda-item, org-complete)
3840 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3841 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3842 (org-link-search, org-make-org-heading-search-string)
3843 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3844 (org-radio-targets, org-file-link-context-use-camel-case)
3845 (org-activate-camels): New options.
3846 (org-update-radio-target-regexp, org-all-targets)
3847 (org-make-target-link-regexp, org-activate-target-links):
3849 (org-make-org-heading-search-string): New function.
3850 (org-store-link, org-insert-link): Use new option
3851 `org-file-link-context-use-camel-case'.
3852 (org-activate-camels): Use new option `org-activate-camels'.
3853 (org-link-regexp): Add mhe prefix.
3854 (org-open-at-point, org-store-link): Support for mhe links.
3855 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3856 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3857 (org-mhe-get-header, org-follow-mhe-link): New functions.
3858 (org-remove-angle-brackets, org-add-angle-brackets):
3860 (org-bracket-link-regexp): New constant.
3861 (org-read-date): Fix bug that was rejecting all typed dates.
3862 (org-link-search): Make hierarchy above visible after a match.
3863 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3864 (org-store-link): Fix bug with link creation when cursor is in
3866 (org-open-at-point): Fix bug with matching a link.
3867 Fixed buggy argument sequence in call to `org-view-tags'.
3868 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3869 (org-prefix-has-tag): New variable.
3870 (org-format-agenda-item): Remove tags from headline
3872 (org-agenda-remove-tags-when-in-prefix): New option.
3874 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3876 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3877 Fix the regular expressions.
3879 2006-02-21 Richard M. Stallman <rms@gnu.org>
3881 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3882 if there's no other specific basis.
3884 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3885 as variables at all.
3886 (unsafep-variable): Rename arg; doc fix.
3888 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3890 * calendar/appt.el (diary-selective-display): Add defvar.
3892 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3894 * isearch.el (search-whitespace-regexp): Fix custom type.
3896 * help.el (describe-key-briefly): Compute interactive args
3897 in same was as before previous change.
3899 * files.el (enable-local-variables): Doc fix.
3901 2006-02-21 Kim F. Storm <storm@cua.dk>
3903 * fringe.el: Cleanup as file is now pre-loaded.
3904 (fringe-bitmaps): Initialize unconditionally.
3905 (fringe-mode, set-fringe-style): Remove autoload cookies.
3907 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3909 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3911 (fringe-cursor-alist): Use `horizontal-bar'.
3913 2006-02-20 Kim F. Storm <storm@cua.dk>
3915 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3916 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3918 * loadup.el: Load "fringe" on window systems.
3920 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3922 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3923 out of scope components.
3925 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3928 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3930 * custom.el (customize-mark-to-save, customize-mark-as-set):
3931 Load the symbol first.
3933 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3935 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3936 strech spec so it doesn't display as "^J" on the header line
3937 when `Buffer-menu-use-header-line' is t.
3939 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3941 * speedbar.el (speedbar-make-button): Keep text properties
3942 of string arguments if desired.
3944 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3947 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3950 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3952 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3953 to value of `read-file-name-completion-ignore-case'.
3955 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3957 * custom.el (customize-mark-as-set): Push to `user' theme.
3959 * cus-edit.el (custom-save-variables): Allow unthemed values.
3960 (customize-set-variable): Push setting to `user' theme.
3962 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3964 * progmodes/gud.el: Don't require font-lock as it's now
3965 automatically loaded.
3966 (gud-speedbar-buttons): Replace gdb-var-changed with
3969 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3971 (gdb-post-prompt): Use it.
3972 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3973 (gdb-var-update-handler, gdb-var-delete)
3974 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3975 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3976 gdb-force-update in gdb-post-prompt.
3977 (gdb-reset): Clear watch expressions from speedbar when quitting.
3979 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3981 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3982 (viper-change-state-to-vi, viper-change-state-to-emacs):
3983 Make aware of cursor coloring in the Emacs state.
3984 (viper-special-read-and-insert-char): Use read-char-exclusive.
3985 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3987 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3989 * viper-util.el (viper-save-cursor-color)
3990 (viper-get-saved-cursor-color-in-replace-mode)
3991 (viper-get-saved-cursor-color-in-insert-mode)
3992 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3994 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3996 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3997 (ediff-ignore-case-option3, ediff-actual-diff-options)
3998 (ediff-actual-diff3-options): New variables to control case sensitivity.
3999 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4000 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4001 (ediff-toggle-ignore-case): New function.
4002 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4004 * ediff-help.el (ediff-long-help-message-narrow2)
4005 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4006 (ediff-long-help-message-word-mode): Add ignore-case command.
4007 (ediff-help-for-quick-help): Add ignore-case command.
4009 * ediff-merg.el: Move provide to the end.
4011 * ediff-ptch.el: Move provide to the end.
4013 * ediff-wind.el: Move provide to the end.
4015 * ediff-mult.el: Move provide to the end.
4016 (ediff-set-meta-overlay): Enable follow-link.
4018 * ediff.el: Move provide to the end.
4019 Break recursive load cycle in eval-when-compile.
4020 (ediff-patch-buffer): Better heuristics.
4022 * ediff-util.el: Move provide to the end.
4023 Break recursive load cycle in eval-when-compile.
4024 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4026 (ediff-submit-report): Pass the values of ediff-diff3-program,
4027 ediff-diff3-options.
4029 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4031 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4032 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4033 `' (for example, in the docstring of `windmove-default-keybindings').
4035 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4037 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4038 shadow face. Don't provide binding to edit variable when it is
4041 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4042 (gdb-var-update-handler): Detect out of scope variables with pre
4044 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4045 Reset status of variable objects to nil in update handlers.
4046 (gdb-var-update-handler-1): Detect when a variable object comes
4047 in scope. setcar on var changes gdb-var-list directly.
4049 2006-02-17 Juri Linkov <juri@jurta.org>
4051 * ffap.el (ffap) <defface>: Add explicit face declaration.
4052 (ffap-highlight): Use face `ffap' directly instead of checking
4055 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4056 `visible-ok' of `other-buffer' to find the right original buffer.
4058 * info.el (Info-search): Skip `Local Variables' node.
4060 2006-02-17 Juri Linkov <juri@jurta.org>
4062 * info.el (Info-find-file): Check for symbols `apropos', `history',
4063 `toc' in the input filename, and return these symbols as is.
4064 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4065 `history', `toc' instead of strings.
4066 (Info-set-mode-line): For non-string Info-current-file use the
4067 symbol's name inside **.
4068 (Info-isearch-push-state): Add quote before Info-current-file and
4070 (Info-isearch-pop-state): Use `equal' instead of `string='.
4071 (Info-extract-pointer, Info-following-node-name): Use
4072 `match-string-no-properties' instead of `match-string'.
4073 (Info-up): Check `old-file' for `stringp'.
4074 (Info-history): Use `equal' instead of `string-equal'.
4075 Check `file' for `stringp'.
4076 (Info-history): Use symbol `history' instead of string as first arg
4077 of `Info-find-node'.
4078 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4079 `toc' instead of string.
4080 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4081 instead of `buffer-substring', and `match-string-no-properties'
4082 instead of `match-string'.
4083 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4085 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4086 Use symbol `apropos' instead of string.
4087 (Info-copy-current-node-name): Check `Info-current-file' for
4088 `stringp' and construct a command with `Info-find-node' from it.
4089 (Info-fontify-node): Use `match-string-no-properties' instead of
4090 `match-string' and check file names for `stringp'.
4091 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4092 `history', `toc' instead of strings.
4094 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4096 * files.el: Rearrange functions and variables in the file local
4099 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4101 * files.el: Add truncate-lines, ispell-check-comments and
4102 ispell-local-dictionary as safe local variables.
4104 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4106 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4107 out of scope variables.
4108 (gud-speedbar-buttons): Use unless.
4110 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4111 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4112 (gdb-show-changed-values): Also use for out of scope variables.
4113 (gdb-var-update-handler-1): Note if variable goes out of scope.
4115 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4117 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4118 default to global variable values for unsupplied args.
4119 (rcirc-get-buffer-create): Fix bug with setting the target.
4120 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4121 test for rcirc-always-use-server-buffer-flag here.
4122 (rcirc-response-formats): Add %N, which is a facified nick. %n
4123 uses the default face. Change the ACTION format string. If the
4124 "nick" is the server, don't print anything for that field.
4126 (rcirc-target-buffer): Don't test
4127 rcirc-always-use-server-buffer-flag here.
4128 (rcirc-print): Squeeze extra spaces out of the text before message.
4129 (rcirc-put-nick-channel): Strip potential "@" char from nick
4130 before adding them to nick table.
4131 (rcirc-url-regexp): Improve to match address like "foo.com".
4133 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4135 * allout.el (allout-hidden-p): Move this defsubst before
4136 allout-overlay-interior-modification-handler, where it is first
4139 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4141 * allout.el: Use allout invisible-text overlays instead of
4142 selective display for concealed text. Also, lots of general
4143 cleanup, and improved compatibility code.
4145 (allout-version) Incremented, corrected, revised, and refined
4148 (provide 'allout): Moved to the bottom, added a require of overlay.
4150 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4152 (allout-write-file-hook-handler): Minimize delay.
4153 (count-trailing-whitespace-region): New function so
4154 auto-encryption of current topic can resituate cursor exactly.
4155 PGP/GPG encryption trims trailing whitespace from lines, which
4156 must be accounted for across encryption then decryption.
4158 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4159 just plain "\C-c", to avoid intruding on user's keybinding space.
4161 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4162 parameter, so user request to provide a new password is done.
4164 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4165 Refined mechanism for auto-filling behavior while in allout mode.
4167 (allout-mode): Explicitly specify the mode map in the docstring.
4168 Clarify provision for various write-file hook var names.
4169 Adjusted for invisible-text overlays instead of selective-display.
4171 (allout-depth): Really return 0 if not within any topic. This
4172 rectifies `allout-beginning-of-level' and sequence numbering
4173 errors that occur when cutting and pasting numbered topics.
4174 Changed from a in-line subst to a regular function, as well.
4176 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4178 (allout-end-of-subtree, allout-end-of-subtree)
4179 (allout-end-of-entry, allout-end-of-current-heading)
4180 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4181 (allout-show-children, allout-show-to-offshoot)
4182 (allout-hide-current-entry, allout-show-current-entry): Rectified
4183 handling of trailing blank lines between items.
4185 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4186 (allout-current-depth, allout-unprotected, allout-hidden-p)
4187 (allout-on-current-heading-p, allout-listify-exposed)
4188 (allout-chart-subtree, allout-goto-prefix)
4189 (allout-back-to-current-heading, allout-get-body-text)
4190 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4191 (allout-hide-region-body, allout-toggle-subtree-encryption)
4192 (allout-encrypt-string, allout-encrypted-key-info)
4193 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4194 (allout-file-vars-section-data): Adjusted for use with
4195 invisible-text overlays instead of selective-display.
4197 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4198 Reworked for use with invisible text overlays.
4200 (allout-current-topic-collapsed-p): New function.
4202 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4203 to know when to close the containing topic.
4205 (allout-pre-command-business, allout-post-command-business):
4206 Simplify undo-batching and dynamic isearch exposure.
4208 (allout-set-overlay-category): New for invisible-text overlays.
4209 Sets properties of allout-overlay-category, used by
4210 allout-flag-region to set invisible-text overlay properties.
4211 (allout-get-invisibility-overlay): Get the first qualifying
4212 invisibility overlay, so we can find the extent of it.
4213 (allout-back-to-visible-text): Get to just before the beginnining
4214 of the current invisibility overlay, if any.
4216 (allout-overlay-insert-in-front-handler)
4217 (allout-overlay-interior-modification-handler)
4218 (allout-before-change-handler, allout-isearch-end-handler): New
4219 functions to handle extraordinary actions affecting concealed
4222 (allout-flag-region): Use overlays instead of selective-display
4223 for invisible text - by inheritence from the properties of
4224 allout-overlay-category in mainline Emacs, and applied
4225 property-by-property in XEmacs, some recent versions of which
4226 don't inherit the properties from the category. Provisions to
4227 respond to concealed-text edits simplified drastically.
4229 (allout-isearch-rectification, allout-isearch-was-font-lock)
4230 (allout-isearch-expose, allout-enwrap-isearch)
4231 (allout-isearch-abort, allout-pre-was-isearching)
4232 (allout-isearch-prior-pos, allout-isearch-did-quit)
4233 (allout-isearch-dynamic-expose)
4234 (allout-hide-current-entry-completely): Functions deleted.
4236 (allout-undo-aggregation): Explicit undo aggregation no longer
4237 necessary due to transition away from selective-display.
4239 (set-allout-regexp, allout-up-current-level)
4240 (allout-next-visible-heading, allout-forward-current-level)
4241 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4242 (allout-kill-line, allout-yank-processing, allout-show-children)
4243 (allout-expose-topic, allout-old-expose-topic)
4244 (allout-listify-exposed, allout-insert-latex-header)
4245 (allout-toggle-subtree-encryption, allout-encrypt-string)
4246 (remove-from-invisibility-spec, allout-hide-current-subtree):
4247 Ditched unused variables.
4249 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4251 * textmodes/ispell.el (ispell-change-dictionary): Call
4252 ispell-buffer-local-dict instead of
4253 ispell-accept-buffer-local-defs.
4254 (ispell-local-dictionary-alist): Accept as valid any coding-system
4256 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4257 changed to iso-8859-3.
4259 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4261 * speedbar.el (speedbar-frame-width): Make an inline function
4262 instead of a macro. Use frame-width.
4263 (speedbar-try-completion, speedbar-update-contents)
4264 (speedbar-timer-fn): Use consp.
4265 (speedbar-update-localized-contents): Try to preserve point.
4267 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4268 (menu): Re-order menu items.
4269 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4271 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4272 (gdb-post-prompt): Speed things by not forcing update.
4274 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4276 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4277 press and perform default action if we get a mouse movement event.
4279 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4281 * calendar/icalendar.el (icalendar--get-event-property)
4282 (icalendar--get-event-property-attributes): Fix typos in
4285 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4288 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4290 * bs.el (bs-mode): Use `buffer-disable-undo'.
4291 (bs--get-file-name): Simplify.
4292 (bs-show-in-buffer): Mark the buffer as not modified.
4294 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4296 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4297 widget-button-click.
4299 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4300 (custom-mode): Update docstring.
4302 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4305 * files.el (hack-local-variables-confirm): Allow scrolling if the
4306 file variable list is too long. Kill temp buffer after use.
4308 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4310 * progmodes/gud.el (gdb): Improve doc string.
4311 (gdb-script-font-lock-keywords): Expand allowed character set.
4313 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4314 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4315 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4316 (gdb-separate-io-stop, gdb-separate-io-eof):
4317 Rename from gdb-inferior-* to gdb-separate-*.
4318 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4320 2006-02-14 Jay Belanger <belanger@truman.edu>
4322 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4323 expression is a symbol before checking that it is bound.
4325 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4326 test to see if equation can be solved.
4328 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4330 * wid-edit.el (widget-button-click): Use :pressed-face property
4331 for overlay face, if it exists.
4333 * cus-edit.el (custom-manual, custom-add-see-also)
4334 (custom-add-parent-links, custom-group-link): Add :pressed-face
4337 * files.el (hack-local-variables): Remove ignored variables before
4338 checking if any variables need setting.
4340 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4342 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4344 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4346 * help.el (where-is): Fix message for remapped commands.
4348 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4349 Fix typos in docstrings.
4351 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4353 * files.el (safe-local-variable-values): New option.
4354 (hack-local-variables-prop-line): Return a list of variable-value
4355 pairs if MODE-ONLY is non-nil.
4356 (hack-local-variables): Construct list of variable-value pairs,
4357 and apply or reject them in one go. Ask for confirmation if
4358 variables are not known safe.
4359 (hack-local-variables-confirm): Complete rewrite. Support
4360 `safe-local-variable-values'.
4361 (enable-local-variables): Update docstring to reflect new
4363 (ignored-local-variables): Ignore ignored-local-variables and
4364 safe-local-variable-values.
4365 (safe-local-variable-p): New function.
4366 (risky-local-variable-p): `safe-local-variable' property check
4367 moved to safe-local-variable-p.
4368 (hack-one-local-variable): Checks moved to hack-local-variables.
4370 (byte-compile-dynamic, c-basic-offset, c-file-style)
4371 (c-indent-level, comment-column, fill-column, fill-prefix)
4372 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4373 (no-update-autoloads, outline-regexp, page-delimiter)
4374 (paragraph-start, paragraph-separate, sentence-end)
4375 (sentence-end-double-space tab-width, version-control):
4376 Add `safe-local-variable' property.
4378 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4380 * icomplete.el, play/landmark.el: Change nonexistent
4381 `outline-layout' file variable to `allout-layout'.
4383 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4385 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4386 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4387 to gud-comint-buffer.
4388 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4389 gdb-ui.el for gdb-mi.el.
4390 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4391 registers buffer to gdb-get-changed-registers.
4392 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4393 deletion of catchpoints (throw and catch).
4394 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4395 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4396 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4397 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4398 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4400 2006-02-13 Jay Belanger <belanger@truman.edu>
4402 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4403 expression is a symbol before checking that it is bound.
4405 2006-02-13 Richard M. Stallman <rms@gnu.org>
4407 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4408 for the minibuffer too, but not if resize-mini-windows will interfere.
4410 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4411 inside `interactive' spec.
4412 (describe-key-briefly-internal, describe-key-internal):
4413 Functions merged back into their callers.
4415 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4417 * info.el (info-xref-visited): Inherit from info-xref too.
4418 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4419 when propertizing Info-current-file and Info-current-node.
4421 2006-02-13 Juri Linkov <juri@jurta.org>
4423 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4424 (tumme-thumb-name): Fix per-directory format.
4426 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4428 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4430 2006-02-12 Miles Bader <miles@gnu.org>
4432 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4434 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4436 * tumme.el: Remove history section. If someone needs the it, it
4437 can always be found in CVS.
4439 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4441 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4442 about the Thumbnail Managing Standard option.
4444 2006-02-12 Richard M. Stallman <rms@gnu.org>
4446 * subr.el (substitute-key-definition): Doc fix.
4448 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4450 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4452 * info.el (Info-mode): Doc fix.
4454 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4456 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4458 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4459 because on Solaris a POSIX compatible "id" is needed. Reported by
4460 Magnus Henoch <mange@freemail.hu>.
4462 2006-02-12 Juri Linkov <juri@jurta.org>
4464 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4465 (tumme) <defgroup>: Change :group to `multimedia'.
4466 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4468 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4470 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4471 and %y. Fix docstring.
4472 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4473 (tumme-cmd-create-standard-thumbnail-command): New user options.
4474 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4475 is `standard'. Fix docstring.
4476 (tumme-thumb-width, tumme-thumb-height): New user options.
4477 (tumme-external-viewer): Try to find various viewers.
4478 (tumme-get-thumbnail-image): Use `create-image' instead of
4479 constructing the `image' structure.
4480 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4482 (tumme-thumb-name): Add file name generation for standard storage.
4483 Simplify code for other storages.
4484 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4485 Add modification time %m and thumbnail-nq8 %q.
4486 Use `tumme-cmd-create-standard-thumbnail-command' if
4487 tumme-thumbnail-storage is `standard'.
4488 (tumme-dired-insert-marked-thumbs): New autoload command.
4489 (tumme-dired-after-readin-hook): New function.
4490 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4492 (tumme-display-image): Replace size-x %x and size-y %y with
4493 width %w and height %h.
4495 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4496 `tumme-dired-insert-marked-thumbs'.
4498 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4500 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4502 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4505 2006-02-12 Miles Bader <miles@gnu.org>
4507 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4509 (rcirc-abbrev-nick): New function.
4510 (rcirc-format-response-string): Rewrite to use the formats in
4511 `rcirc-response-formats' and expand escape sequences therein.
4512 A text-property `rcirc-text' is added over the actual response
4513 text to make easy to find inside the returned string.
4514 (rcirc-print): When filling, just look for the `rcirc-text'
4515 text-property to find the appropriate fill prefix, instead of
4516 using hardwired patterns.
4518 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4520 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4523 2006-02-11 Kim F. Storm <storm@cua.dk>
4525 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4526 Don't use insert-buffer; do insert-buffer-substring directly.
4527 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4529 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4531 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4532 with inhibit-read-only. Suggested by Stefan Monnier.
4533 (revert-buffer): Let insert-file-contents discard
4534 buffer-undo-list. Simplify code.
4535 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4537 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4539 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4541 * help.el (describe-key-briefly): Now a wrapper for
4542 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4543 to t. Populate yank-menu if empty.
4544 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4545 (describe-key): Now a wrapper for describe-key-internal. Bind
4546 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4547 (describe-key-internal): Renamed from describe-key.
4549 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4551 * progmodes/glasses.el (glasses-separator): Doc fix.
4552 (glasses-original-separator): New defcustom.
4553 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4555 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4557 * mwheel.el (mouse-wheel-up-event): Doc fix.
4559 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4561 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4562 (tumme-dir): New function. Copied from thumbs.el.
4564 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4566 * desktop.el (desktop-outvar): Fix typo.
4567 (desktop-save-buffer-p): Doc fix.
4569 * subr.el (substitute-key-definition): Fix typo.
4571 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4573 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4574 when window-system is mac.
4576 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4578 2006-02-10 Kim F. Storm <storm@cua.dk>
4580 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4581 indirect-function instead of using condition-case.
4583 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4585 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4586 less `colloquial'...
4588 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4590 * tumme.el: Add a couple of todo items.
4592 2006-02-09 Lars Hansen <larsh@soem.dk>
4594 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4595 (highlight-changes-mode): Don't change desktop-locals-to-save.
4597 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4599 * image-mode.el (image-toggle-display): Clear image cache if using
4602 2006-02-09 Masatake YAMATO <jet@gyve.org>
4604 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4605 a `dired-man' target.
4607 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4608 boundary of symbols.
4610 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4612 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4614 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4616 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4617 `mapcar'; return nil.
4619 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4621 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4624 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4626 * net/rcirc.el (rcirc-startup-channels-alist):
4627 Add irc.freenode.net and #emacs as defaults.
4628 (rcirc-ignore-all-activity-flag): Remove variable.
4629 (rcirc-authinfo): New variable.
4630 (rcirc-authinfo-filename): Remove variable.
4631 (rcirc-always-use-server-buffer-flag): New flag.
4632 (rcirc): M-x rcirc will automatically connect without prompting.
4633 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4635 (rcirc-process-server-response-1): Remove everything but the nick
4636 portion of the sender so it doesn't need to be done everywhere
4637 else. Update related code.
4638 (global-map): Remove global keybindings.
4639 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4640 (rcirc-send-input): Split into several functions.
4641 (rcirc-process-input-line, rcirc-process-message)
4642 (rcirc-process-command): New functions.
4643 (rcirc-target-buffer): New function to determine where to route
4645 (rcirc-user-nick): Save match data.
4646 (rcirc-toggle-ignore-buffer-activity)
4647 (rcirc-update-activity-string): Remove global ignore functionality,
4648 which can be done now by toggling rcirc-track-minor-mode.
4649 (rcirc-track-minor-mode-map): New keymap.
4650 (rcirc-track-minor-mode): New minor-mode.
4651 (ignore): Make the ignore output nicer. Always print it when
4652 adding or removing nicks.
4653 (rcirc-url-regexp): Improve.
4654 (rcirc-mangle-text): Remove properties before using text in the
4656 (rcirc-authenticate): Authentication data comes from
4657 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4658 (rcirc-server-prefix): Inherit from rcirc-server.
4660 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4662 * Makefile.in (compile): Append "|| true" to the end of the `find'
4663 command, like compile-always does.
4665 2006-02-08 Sam Steingold <sds@gnu.org>
4667 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4668 output from a dead connection.
4670 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4672 * dired.el (dired-mode-map): Add more bindings for tumme.
4674 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4676 * wdired.el (wdired-mode-map): Use remap.
4677 (wdired-get-filename): Massage.
4678 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4679 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4680 `keymap' property rather than `local-map'.
4682 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4684 * tumme.el (tumme-get-thumbnail-image): New utility function.
4685 Suggested by from Chong Yidong.
4686 (tumme-dired-with-window-configuration): Rename from
4687 `tumme-dired'. Add code to save window configuration.
4688 (tumme-restore-window-configuration): New command to restore the
4689 window configuration that `tumme-dired-with-window-configuration'
4690 saves before it changes the window configuration.
4691 (tumme-show-all-from-dir): New command to display thumbnails for
4692 all files in a directory entered by the user, like M-x thumbs.
4693 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4695 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4696 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4697 Remove obsolete test function.
4699 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4701 * vc.el (small-temporary-file-directory): Remove defvar; there's
4702 a defcustom for it in files.el.
4704 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4705 Fix typo in message.
4706 (tumme-gallery-generate): Fix typo in `error' message.
4707 (tumme-display-window-height-correction)
4708 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4709 (tumme-line-up-interactive): Dox fixes.
4710 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4711 (tumme-restore-window-configuration, tumme-format-properties-string)
4712 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4713 Fix typos in docstrings.
4715 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4717 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4719 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4721 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4722 User should use hook if desired.
4724 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4725 buffer if necessary.
4726 (gdb-delete-frame-or-window): New function.
4727 (gdb-breakpoints-mode-map): Bind "q" to it.
4729 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4731 * textmodes/nroff-mode.el: Clean up name space.
4732 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4733 (nroff-mode): Obey the global setting of nroff-electric-mode.
4734 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4736 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4738 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4740 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4742 2006-02-06 Lars Hansen <larsh@soem.dk>
4744 * generic-x.el (etc-fstab-generic-mode): Add file system types
4745 cifs and usbdevfs. Allow special chars in file names.
4747 2006-02-05 Jay Belanger <belanger@truman.edu>
4749 Update copyright notices of the files in lisp/calc.
4751 2006-02-05 Romain Francoise <romain@orebokech.com>
4753 Update copyright notices of all files in the lisp/play directory.
4755 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4757 * ldefs-boot.el: Regenerate.
4759 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4761 2006-02-05 Kim F. Storm <storm@cua.dk>
4763 * files.el (magic-mode-regexp-match-limit): New defvar.
4764 (set-auto-mode): Use it to limit magic-mode-alist matching.
4766 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4768 * simple.el (display-message-or-buffer): Compare the number of
4769 characters to the frame width when determining whether a 1-line
4770 message string will fit in the echo area. Count screen lines
4771 instead of buffer lines when determining whether a multi-line
4772 message will fit in the echo area/minibuffer window.
4774 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4776 * info.el (Info-index, Info-mode): Improve the description of the
4779 * ldefs-boot.el: Regenerate.
4781 2006-02-03 Werner Lemberg <wl@gnu.org>
4783 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4784 greedy to find the closing bracket in \*[...] and similar
4785 expressions. This is a first rough fix -- many additional
4786 refinements are necessary to make nroff mode really usable with groff.
4788 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4790 * international/mule-cmds.el (set-locale-environment):
4791 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4794 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4796 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4797 archive are created in archive-tmpdir.
4799 2006-02-02 John Paul Wallington <jpw@pobox.com>
4801 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4802 (ibuffer-fontification-alist): Use it.
4803 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4804 to "* z" and the Ibuffer Mark menu.
4806 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4808 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4810 * textmodes/table.el (*table--cell-describe-mode)
4811 (*table--cell-describe-bindings): Undo last change since
4812 print-help-return-message is not obsoleted by anything at all.
4814 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4816 * emulation/cua-base.el (cua-mode): Doc fix.
4818 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4820 * dframe.el (dframe-handle-make-frame-visible)
4821 (dframe-handle-iconify-frame, dframe-get-focus)
4822 (dframe-select-attached-frame, dframe-power-click)
4823 (dframe-frame-mode): Fix typos in docstrings.
4825 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4826 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4827 Fix typos in docstrings.
4829 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4830 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4831 (hi-lock-archaic-interface-message-used)
4832 (hi-lock-file-patterns-range): Fix typos in docstrings.
4834 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4835 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4837 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4838 Fix typo in docstring.
4840 * net/newsticker.el (newsticker--decode-iso8601-date)
4841 (newsticker--set-customvar, newsticker--buffer-insert-item)
4842 (newsticker--do-run-auto-mark-filter)
4843 (newsticker--parse-generic-feed): Doc fixes.
4844 (newsticker--retrieval-timer-list, newsticker-url-list)
4845 (newsticker-hide-immortal-items-in-echo-area)
4846 (newsticker-hide-obsolete-items-in-echo-area)
4847 (newsticker-new-item-face, newsticker--enclosure)
4848 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4849 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4850 (newsticker--parse-generic-feed, newsticker--cache-contains)
4851 (newsticker--stat-num-items, newsticker-download-enclosures):
4852 Fix typos in docstrings.
4854 * net/rcirc.el (rcirc-debug): Doc fix.
4855 (rcirc-fill-column, rcirc-receive-message-hooks)
4856 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4857 (rcirc-mode, rcirc-generate-new-buffer-name)
4858 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4859 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4860 Fix typos in docstrings.
4861 (rcirc-print): "?\ " -> "?\s".
4862 (rcirc-cmd-join): Improve argument/docstring consistency.
4864 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4866 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4867 before narrow-to-region.
4869 2006-02-01 Richard M. Stallman <rms@gnu.org>
4871 * simple.el (move-beginning-of-line): Scan properly for invis change.
4873 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4875 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4877 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4878 change bit only when id-format is 'integer. Reported by Matt
4879 Hodges <M.P.Hodges@rl.ac.uk>.
4881 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4883 * hilit-chg.el (highlight-changes-initial-state)
4884 (highlight-changes-global-initial-state): Doc fixes.
4885 (highlight-changes-global-modes, global-highlight-changes):
4886 Fix typos in docstrings.
4888 2006-02-01 Kim F. Storm <storm@cua.dk>
4890 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4891 transient-mark-mode in doc string.
4893 2006-01-31 Richard M. Stallman <rms@gnu.org>
4895 * replace.el (multi-occur): Doc fix.
4896 (multi-occur-in-matching-buffers): Rename from
4897 multi-occur-by-filename-regexp. Prefix arg says match
4898 buffer names instead of file names.
4900 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4902 * bs.el: Allow non-default values of `bs-header-lines-length'.
4903 (bs--running-in-xemacs): Remove (not needed anymore).
4904 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4905 instead of `shrink-window', thus avoiding having to compute the
4906 height of the window.
4907 (bs--up): Wrap around even when there's no header.
4908 (bs--down): Use `forward-line' instead of `next-line'.
4910 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4912 * image-mode.el (image-toggle-display): Use file name if possible,
4913 instead of unnecessarily allocating a (possibly huge) lisp string.
4915 2006-01-30 John Paul Wallington <jpw@pobox.com>
4917 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4918 because the `assert' macro signals it at runtime.
4920 * emacs-lisp/cl.el (toplevel): Remove definition of
4921 `cl-assertion-failed' condition.
4923 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4925 * thumbs.el (thumbs-marked-list): Make buffer-local and
4927 (thumbs-insert-thumb): Make help-echo non-sticky.
4928 (thumbs-file-alist): Use eolp as check for (non)-image.
4930 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4932 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4933 (ediff-before-session-group-setup-hooks)
4934 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4935 Fix typos in docstrings.
4937 * window.el (bw-dir, bw-eqdir, balance-windows)
4938 (split-window-keep-point): Fix typos in docstrings.
4940 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4941 (org-quote-string, org-calendar-to-agenda-key)
4942 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4943 (org-show-following-heading, org-tags-column)
4944 (org-use-tag-inheritance, org, org-allow-space-in-links)
4945 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4946 (org-enable-table-editor, org-calc-default-modes)
4947 (org-table-allow-automatic-line-recalculation)
4948 (org-export-html-style, org-export-with-fixed-width)
4949 (org-export-with-sub-superscripts, org-special-keyword)
4950 (org-formula, org-time-grid, org-table-may-need-update)
4951 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4952 (org-goto-quit, org-get-indentation, org-end-of-item)
4953 (org-move-item-down, org-move-item-up)
4954 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4955 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4956 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4957 (org-agenda-log-mode, org-agenda-toggle-diary)
4958 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4959 (org-agenda-file-to-end, org-agenda-no-heading-message)
4960 (org-agenda-get-closed, org-format-agenda-item)
4961 (org-cmp-priority, org-cmp-category, org-cmp-time)
4962 (org-agenda-change-all-lines, org-agenda-diary-entry)
4963 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4964 (org-link-search, org-camel-to-words, org-open-file)
4965 (org-remember-handler, org-table-convert-region)
4966 (org-table-move-row-down, org-table-move-row-up)
4967 (org-table-copy-region, org-table-wrap-region)
4968 (org-table-toggle-vline-visibility)
4969 (org-table-get-vertical-vector, org-table-modify-formulas)
4970 (org-table-get-specials, org-recalc-commands)
4971 (org-table-rotate-recalc-marks, org-table-eval-formula)
4972 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4973 (org-level-color-stars-only, org-insert-heading):
4974 Fix typos in docstrings.
4975 (last-arg): Add defvar.
4977 * makefile.w32-in (WINS): Add erc.
4978 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4980 2006-01-29 Bill Wohler <wohler@newt.com>
4982 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4983 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4984 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4985 (mh-autoloads): Don't use comments on otherwise empty lines.
4987 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4989 * emulation/viper.el (viper-major-mode-modifier-list): Add
4990 insert-state and vi-state entries for erc-mode.
4991 (viper-go-away, viper-set-hooks): Add and remove
4992 viper-comint-mode-hook from erc-mode-hook as appropriate.
4994 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4996 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4998 * bs.el (bs--format-aux): Implement `middle' alignment as
4999 described in the docstring for `bs-attributes-list'.
5000 (bs--get-name): Simplify. Don't pad the buffer name.
5002 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5004 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5005 English aspell dictionary is installed, use the first entry of
5006 ispell-dictionary-alist-1.
5008 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5010 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5013 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5015 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5016 for `process-file', in order to let it work for older Emacsen too.
5018 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5020 * international/latexenc.el: Add a suitable `coding:' tag.
5021 (latexenc-find-file-coding-system): Undo last change.
5023 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
5025 * international/latexenc.el (latexenc-find-file-coding-system):
5026 Make sure latexenc-main-file is a regular file and is readable.
5028 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5030 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5031 Pass FILE to vc-user-login-name.
5033 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5035 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5037 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5038 there are no more images to display.
5039 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5042 2006-01-26 Richard M. Stallman <rms@gnu.org>
5044 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5046 * wid-edit.el (advertised-widget-backward): New alias.
5047 (widget-keymap): Use advertised-widget-backward for S-TAB.
5049 * tumme.el: Correct the keywords.
5050 (tumme-dir-max-size): Use defvar.
5051 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5053 * simple.el (move-beginning-of-line): Take account of fields.
5054 (clone-indirect-buffer-other-window): Take args like
5055 clone-indirect-buffer, and work like it.
5057 * help-fns.el (describe-function): Don't pass `nil' as default.
5059 * files.el (risky-local-variable-p): Follow var aliases.
5061 * subr.el (lazy-completion-table): Doc fix.
5063 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5064 global binding of `line'.
5066 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5068 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5071 * vc.el (vc-default-dired-state-info): Pass FILE to
5073 (vc-default-update-changelog): Don't use vc-user-login-name, we
5076 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5077 no longer necessary.
5079 2006-01-25 Kenichi Handa <handa@m17n.org>
5081 * international/mule.el (decode-char): Avoid the overhead of
5082 calling utf-lookup-subst-table-for-decode if
5083 utf-translate-cjk-mode is nil.
5084 (encode-char): Avoid the overhead of calling
5085 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5088 2006-01-22 Kenichi Handa <handa@m17n.org>
5090 * international/mule.el (make-subsidiary-coding-system): Reset
5091 `coding-system-define-form' property of subsidiaries to nil.
5092 Avoid duplicated entry in coding-system-alist.
5093 (make-coding-system): Avoid duplicated entry in
5094 coding-system-alist.
5095 (define-coding-system-alias): Likewise.
5097 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5099 * completion.el: Minor fixes in introductory comment.
5100 (completion-def-wrapper): Fix alist.
5102 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5104 * thumbs.el (thumbs-new-image-size): New function.
5105 (thumbs-increment-image-size-element)
5106 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5107 (thumbs-decrement-image-size): Delete.
5108 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5109 temp files and use to resize.
5110 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5111 Use increment argument to enlarge/shrink. Preserve point.
5112 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5113 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5114 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5115 (thumbs-mark, thumbs-unmark): Preserve point.
5116 (thumbs-modify-image): Keep old temp files and use to modify.
5117 Cleanup old temp files at load time. Preserve point.
5118 (thumbs-view-image-mode-map): Use new command names.
5120 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5122 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5124 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5125 the nastiest part of the cyclic dependency.
5126 (cal-menu-update): Use dotimes and calendar-increment-month.
5128 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5129 (calendar-week-start-day): Add an :initializer.
5130 (calendar-mode-map): Use suppress-keymap, and command remapping.
5131 (describe-calendar-mode): Setup xref-stack info for the back button.
5132 (calendar-star-date): Insert before delete.
5133 (calendar-set-mode-line): Add file-modified info if applicable.
5134 (calendar-increment-month): New function.
5136 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5138 * font-lock.el (lisp-font-lock-keywords-2):
5139 Recognize "& keywords" only at word boundaries.
5141 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5143 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5144 and permanent-local.
5145 (thumbs-max-image-number): New variable.
5146 (thumbs-do-thumbs-insertion): Use them.
5147 (thumbs-per-line): Change default to 4.
5148 (thumbs-marked-list): Rename from thumbs-markedL.
5149 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5150 (thumbs-rename-images): Use -list instead of L for internal variables.
5151 (thumbs-call-convert): Use call-process instead of shell-command.
5152 (thumbs-insert-thumb): Add filename as help-echo to each image.
5153 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5154 Give dir to thumbs-show-thumbs-list.
5155 (thumbs-show-thumbs-list): Set default-directory to that of images.
5156 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5157 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5158 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5159 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5161 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5163 * ses.el (ses-read-cell): Provide a default value.
5165 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5167 * term/w32-win.el (image-library-alist): Add additional names for
5170 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
5172 * international/latexenc.el (latexenc-find-file-coding-system):
5173 Add file-regular-p check.
5175 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5177 * simple.el (clone-buffer): Don't show the new buffer in the same
5180 2006-01-23 Juri Linkov <juri@jurta.org>
5182 * faces.el (link, link-visited): New faces based on default values
5183 of `info-xref' and `info-xref-visited'.
5185 * info.el (info-xref): Inherit from `link'.
5186 (info-xref-visited): Inherit from `link-visited'.
5188 * cus-edit.el (custom-buffer-create-internal): Use widget type
5189 `custom-manual' instead of `info-link' and don't set properties
5190 `button-face' and `mouse-face' explicitly.
5191 (custom-browse-group-tag, custom-browse-variable-tag)
5192 (custom-browse-face-tag): Inherit from widget class
5193 `custom-group-link' instead of `push-button'.
5194 (custom-button-unraised): Inherit from `underline' face.
5195 (custom-link): Inherit from `link' face. Fix doc and group.
5196 (custom-add-parent-links, custom-group-value-create): Don't set
5197 properties `button-face' and `mouse-face' explicitly for
5198 `custom-group-link' widget.
5199 (custom-group-link): Add properties `button-face' and `mouse-face'
5200 to widget definition.
5201 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5202 editable-field's :keymap property.
5203 (custom-mode): Fix docstring: substitute keybindings for
5204 `widget-forward' and `widget-backward' from `widget-keymap',
5205 `widget-complete' from `custom-field-keymap', replace old
5206 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5208 * desktop.el (desktop-load-file): Check for `fboundp' before
5209 calling `symbol-function'.
5211 * simple.el (clone-buffer, clone-indirect-buffer)
5212 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5213 `read-string'. Fix prompts.
5215 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5217 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5219 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5221 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5223 * startup.el (inhibit-splash-screen, initial-scratch-message):
5226 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5228 Sync with Tramp 2.0.52.
5230 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5231 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5232 `tramp-unload-tramp' for checklist.
5234 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5235 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5236 (tramp-unload-file-name-handler-alist)
5237 (tramp-unload-tramp): New defuns.
5238 (tramp-advice-PC-expand-many-files): New defadvice.
5239 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5241 (tramp-handle-expand-file-name): Remove double slash.
5242 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5243 It doesn't matter, because it will be converted later on.
5244 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5245 implementation was just heuristic.
5246 (tramp-post-connection): Set uid and gid properties.
5247 (tramp-convert-file-attributes): Set file's gid change bit.
5248 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5249 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5250 in case of su(do)? methods. The home directory of the local user
5252 (tramp-open-connection-telnet)
5253 (tramp-open-connection-rsh, tramp-open-connection-su)
5254 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5255 local shell prompt could hurt. Reported by Romain Francoise
5256 <romain@orebokech.com>.
5257 (tramp-let-maybe): Add `edebug-form-spec' property.
5258 (tramp-handle-expand-file-name): Bind `default-directory' locally
5259 to "/" in order to avoid problems with UNC shares or Cygwin
5261 (tramp-md5-function): Fix typo in error message.
5263 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5265 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5266 for byte-compiler pacification.
5268 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5270 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5271 ID-FORMAT `string'. This allows us to get rid of
5272 `vc-user-login-name UID'.
5274 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5276 2006-01-22 John Paul Wallington <jpw@pobox.com>
5278 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5280 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5282 * emacs-lisp/find-func.el (find-definition-noselect)
5283 (find-variable-noselect): Search variables in C source code too.
5284 (find-function-C-source, find-function-noselect, find-function)
5285 (find-function-other-frame, find-variable-noselect, find-variable)
5286 (find-variable-other-frame, find-variable-at-point):
5289 2006-01-21 Francesco Potorti` <pot@gnu.org>
5291 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5293 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5295 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5296 Default to disabling the "Save affix" question.
5298 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5300 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5301 the first arg to run-python.
5303 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5305 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5308 2006-01-20 Jay Belanger <belanger@truman.edu>
5310 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5313 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5314 the correct variable.
5316 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5318 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5319 link. Fixed buggy argument sequence in call to `org-view-tags'.
5320 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5321 (org-prefix-has-tag): New variable.
5322 (org-format-agenda-item): Remove tags from headline if
5324 (org-agenda-remove-tags-when-in-prefix): New option.
5325 (org-get-tags-at): New function.
5327 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5329 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5330 (thumbs-find-image): Move image name and number from buffer name
5331 to mode name. Set thumbs-buffer. Preserve point so that large
5332 images remain visible.
5333 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5335 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5337 (thumbs-next-image, thumbs-previous-image): Make them work.
5339 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5341 * cus-edit.el (custom-buffer-create-internal): State in the text above
5342 the whole buffer buttons that they do not operate on hidden items.
5343 (custom-face-menu): Use `custom-face-save' instead of
5344 `custom-face-save-command'.
5345 (custom-face-save-command): Make it an alias for `custom-face-save'
5346 and declare it obsolete.
5347 (custom-face-save): Doc fix.
5349 * dired.el (dired-no-confirm): Add quote.
5350 (dired-subdir-alist-pre-R): Add quote in
5351 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5353 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5355 * textmodes/table.el (table-mode-indicator): Typo in last change.
5357 2006-01-19 Richard M. Stallman <rms@gnu.org>
5359 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5360 Fixes bug reported in Nov 2005.
5362 * isearch.el (isearch-forward): Doc fix.
5364 * dired.el (dired-move-to-filename-regexp): Define as alias.
5365 (dired-no-confirm): Use defcustom.
5366 (dired-subdir-alist-pre-R): Put defvar at top level.
5368 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5370 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5373 * simple.el (set-mark-command): Doc fix.
5374 (clone-indirect-buffer-other-window):
5375 Read arg like clone-indirect-buffer.
5376 (move-beginning-of-line): Skip invisible newlines.
5378 2006-01-19 Masatake YAMATO <jet@gyve.org>
5380 * progmodes/cpp.el (cpp-edit-load): Make the order of
5381 listed conditions in a base C code buffer and its associate
5382 CPP Edit buffer the same.
5384 2006-01-19 Kenichi Handa <handa@m17n.org>
5386 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5387 (rmail-mime-feature): Likewise.
5388 (rmail-require-mime-maybe): Use display-warning to show a warning
5391 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5392 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5394 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5396 * array.el: Move defvars out of eval-when-compile.
5397 (array-make-template): Replace undeclared global var with a local one.
5398 (array-mode): Inline initialization functions.
5399 (array-init-local-variables, array-init-max-row)
5400 (array-init-max-column, array-init-columns-per-line)
5401 (array-init-field-width, array-init-rows-numbered)
5402 (array-init-line-length, array-init-lines-per-row): Remove.
5404 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5405 (doc-mode-map): Define explicitly.
5406 (doctor-txtype): Use mapc.
5408 * textmodes/table.el: Move defvars out of eval-when-compile.
5409 Remove harmful code meant to avoid byte-compiler warnings.
5410 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5411 specification that checks table-fixed-width-mode directly.
5412 (table-recognize-region, table-recognize-cell):
5413 Use restore-buffer-modified-p.
5414 (table-fixed-width-mode): Remove code that refreshes
5415 table-fixed-mode-indicator.
5416 (*table--cell-describe-bindings, *table--cell-describe-mode):
5417 Avoid obsolete name print-help-return-message.
5418 (table--test-cell-list): Don't use replace-regexp from elisp.
5419 (table--point-entered-cell-function, table--point-left-cell-function):
5420 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5422 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5423 that was after the end of file. Use buffer-file-name variable.
5424 (org-timestamp-change): Use with-current-buffer.
5425 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5426 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5429 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5430 (fortran-break-line): Remove unused var `opoint'.
5431 (fortran-abbrev-start): Obey help-event-list.
5433 2006-01-18 Jesper Harder <harder@phys.au.dk>
5435 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5437 2006-01-18 Masatake YAMATO <jet@gyve.org>
5439 * progmodes/make-mode.el (makefile-imake-mode): New mode
5440 derived from makefile-mode.
5441 (makefile-imake-mode-syntax-table): New syntax table
5442 derived from makefile-mode-syntax-table.
5443 (makefile-mode): Write about makefile-imake-mode in doc string.
5444 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5445 (makefile-imake-font-lock-keywords): New font lock keywords.
5447 * files.el (auto-mode-alist): Add Imakefile.
5449 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5451 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5452 loading the file rather than when turning on flyspell-mode.
5454 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5456 * cus-edit.el (customize-rogue): Minor doc fix.
5458 2006-01-17 Juri Linkov <juri@jurta.org>
5460 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5461 instead of the file at the mark as default if the file at the mark
5462 is the same as the file at point or if dired-dwim-target-directory
5463 is not the same as the current directory and the mark is not active.
5465 * log-view.el (log-view-minor-wrap): Use the same logic to get
5466 revisions as `log-view-diff'.
5468 * info.el (Info-revert-find-node): Check for Info-current-file
5469 before preserving new-history.
5471 * man.el (Man-heading-regexp): Add `/'.
5473 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5474 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5476 2006-01-16 Juri Linkov <juri@jurta.org>
5478 * faces.el (mode-line-faces): New defgroup.
5479 (mode-line-highlight): Move definition after new defgroup.
5480 (mode-line, mode-line-inactive, mode-line-highlight):
5481 Replace :group `modeline' with `mode-line-faces'.
5482 (mode-line-buffer-id): New face.
5483 (modeline-buffer-id): New face alias.
5484 (vertical-border): Remove :group `modeline'.
5486 * bindings.el (propertized-buffer-identification): Use face
5487 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5488 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5489 (mode-line-buffer-identification-keymap): For mouse-1 replace
5490 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5491 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5494 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5495 Buffer-menu-buffer. Doc fix.
5496 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5497 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5498 `Buffer-menu-buffer'.
5500 * info.el (Info-mode-line-node-keymap): New defvar.
5501 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5502 Propertize Info-current-node with `mode-line-buffer-id' and
5503 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5505 * time.el (display-time-mail-face): Replace :group `faces' with
5508 2006-01-16 Kenichi Handa <handa@m17n.org>
5510 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5512 * language/european.el (cp1252): New alias for windows-1252.
5514 * international/mule.el (autoload-coding-system): Prepare for EOL
5517 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5519 * term.el (term-raw-map): Add mapping for insert.
5520 (term-send-insert): New.
5521 (term-mode): Make variables local here instead of doing it in
5522 `term-emulate-terminal'.
5523 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5524 Scroll reverse needs to take into account the scroll region.
5525 Saving and restoring the cursor should save the color attributes too.
5526 (term-reset-terminal): Reset the scroll region.
5527 (term-handle-ansi-escape): Cursor up and down should take into
5528 account the scroll region.
5529 (term-set-scroll-region): Rename from `term-scroll-region'.
5530 Move to 0,0 after setting the region.
5531 (term-handle-scroll): Handle scroll up.
5532 (term-down): Fix off by one error.
5533 (term-delete-lines): Do not delete outside the scroll region.
5534 (term-insert-lines): Take into account the scroll region.
5536 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5538 * textmodes/ispell.el (ispell-internal-change-dictionary)
5539 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5540 (start, end): Move declaration outside of eval-when-compile.
5542 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5543 (flyspell-mode-on): Use it.
5545 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5546 ispell-kill-ispell-hook.
5548 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5550 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5551 (Custom-reset-saved): Do not ask for confirmation in single option
5554 2006-01-13 Richard M. Stallman <rms@gnu.org>
5556 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5558 2006-01-13 Romain Francoise <romain@orebokech.com>
5560 * add-log.el (add-change-log-entry, change-log-merge):
5561 Conditionally use `hard-newline'.
5563 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5565 * wid-edit.el (widget-field-end): If the overlay is no longer
5566 associated with a buffer, behave as if the overlay didn't exist.
5568 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5569 Make sure the links use the `custom-link' face.
5571 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5573 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5574 (ld-script-mode): Don't set indent-line-function since we don't
5577 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5579 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5581 (org-file-apps-defaults-gnu): Use mailcap as the default for
5582 selecting an application on a UNIX system.
5583 (org-agenda-show-tags): New command.
5584 (org-table-insert-hline): Keep cursor in current table line.
5585 (org-table-convert): Offset effect of modifying
5586 `org-table-insert-hline'.
5587 (org-format-agenda-item): New optional argument TAG.
5588 (org-compile-prefix-format): Handle %T format for the tag.
5589 (org-expand-wide-chars): New function.
5590 (org-table-insert-row, org-table-insert-hline):
5591 Use `org-expand-wide-chars'.
5592 (org-open-file): Fix bug in program launch.
5593 (org-get-time-of-day): Fix bug with times before 1am.
5594 (org-agenda-menu): Add tags commands.
5596 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5598 * textmodes/ispell.el (ispell-init-process): Include the used
5599 dictionary in ispell process start message.
5600 (ispell-internal-change-dictionary): When flyspell-mode is active
5601 and dictionary is changed, make sure ispell process is restarted
5602 and flyspell word cache cleared out for the current buffer.
5603 (ispell-change-dictionary): Make sure flyspell word cache is
5604 cleared out in all buffers with active flyspell mode when
5605 dictionary is globally changed.
5606 Call ispell-internal-change-dictionary after dictionary change.
5608 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5610 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5612 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5613 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5614 years. Fix small differences wrt Makefile.in.
5615 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5618 2006-01-12 Bill Wohler <wohler@newt.com>
5620 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5623 2006-01-12 Masatake YAMATO <jet@gyve.org>
5625 * progmodes/ld-script.el: Update copyright year.
5627 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5629 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5630 Don't add widget if setting undefined.
5632 2006-01-12 John Paul Wallington <jpw@pobox.com>
5634 * help-fns.el (describe-variable): Remove newlines from void
5637 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5639 * wdired.el (wdired-mode-map): Add help echo for
5640 wdired-abort-changes.
5642 * man.el (Man-file-name-regexp): Adjust for a list of files.
5644 2006-01-12 Masatake YAMATO <jet@gyve.org>
5646 * progmodes/ld-script.el (auto-mode-alist): Support
5647 suffix conventions used in netbsd and eCos.
5649 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5651 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5652 (custom-variable-menu, custom-face-menu, custom-group-menu)
5653 (Custom-mode-menu): Change names of menu items. (As discussed on
5655 (custom-face-menu): Add "Undo Edits" item.
5657 * startup.el (init-file-user): defcustom -> defvar.
5659 * tooltip.el (tooltip-mode): Doc fix.
5661 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5663 * reveal.el (reveal-post-command): window-buffer signals an error on
5664 dead windows rather than returning nil.
5665 (reveal-open-new-overlays): An overlay might die while we open others.
5667 2006-01-11 Bill Wohler <wohler@newt.com>
5669 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5670 phrasing in docstring.
5672 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5673 can give some systems gas. Add new file mh-buffers.el.
5675 2006-01-06 Masatake YAMATO <jet@gyve.org>
5677 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5678 C preprocessor forward ported from GNU Emacs 21.2.
5680 * progmodes/asm-mode.el (asm-font-lock-keywords):
5681 Use `cpp-font-lock-keywords'.
5683 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5685 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5686 of $ for "\\.ld[s]?".
5688 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5690 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5691 (tcl-indent-line): Return `noindent' if inside a string.
5693 * progmodes/flymake.el (flymake-split-string): Remove more than one
5694 empty string at beg/end of the result.
5695 (flymake-find-buildfile, flymake-find-possible-master-files):
5696 Use expand-file-name.
5697 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5698 since expand-file-name does it for us. Use directory-file-name.
5699 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5700 (flymake-ler-get-type, flymake-ler-get-text)
5701 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5702 (flymake-current-line-no): Remove spurious interactive spec.
5703 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5704 (flymake-check-include): Remove arg inc-path merged into inc-name.
5705 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5706 Arg regexp-list replaced by a simple regexp.
5707 (flymake-master-make-header-init, flymake-master-tex-init):
5708 Correspondingly replace regexp-list with a regexp. Fix regexp.
5710 2006-01-10 Simon Josefsson <jas@extundo.com>
5712 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5713 describing AUTH PLAIN fix.
5715 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5717 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5718 (report-emacs-bug): Don't record initial prompt text.
5719 Instead, add text properties to prompting text.
5720 (report-emacs-bug-hook): Delete prompting text.
5722 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5724 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5725 `dirs'. Adjust callers.
5727 2006-01-09 John Paul Wallington <jpw@gnu.org>
5729 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5731 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5733 * reveal.el (reveal-open-new-overlays): New extracted fun.
5734 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5735 using them. Simplify the code.
5736 (reveal-post-command): Use them. Fix up obsolete windows in
5739 * progmodes/flymake.el: Use `require' rather than autoload for
5741 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5742 Delete. Use file-relative-name instead.
5743 (flymake-get-syntax-check-program-args, flymake-perl-init):
5744 Simplify the resulting code.
5746 * log-view.el (log-view-file-re, log-view-message-re): Add support
5749 2006-01-09 Alex Schroeder <alex@gnu.org>
5751 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5752 identifiers sometimes added in square brackets at the beginning of
5755 2006-01-07 Richard M. Stallman <rms@gnu.org>
5757 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5758 (Custom-reset-current, Custom-reset-saved): Change question text.
5759 (Custom-reset-standard): Likewise.
5760 (custom-variable-reset-saved): Doc fix.
5762 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5764 * startup.el (init-file-user): Doc fix.
5766 2006-01-07 Alex Schroeder <alex@gnu.org>
5768 * mail/rmail.el (rmail-current-subject): New function.
5769 (rmail-current-subject-regexp): New function.
5770 (rmail-next-same-subject): Use it.
5772 * mail/rmailsum.el (rmail-summary-by-topic):
5773 Use rmail-current-subject and rmail-current-subject-regexp.
5774 (rmail-summary-next-same-subject): Ditto.
5776 * net/rcirc.el (rcirc-send-input): No longer check whether the
5777 process is open, since not all commands need an open process.
5778 (rcirc-send-string): Check whether the process is open before
5780 (rcirc-ignore-list): New option.
5781 (rcirc-ignore-list-automatic): New variable.
5782 (rcirc-print): Take rcirc-ignore-list into account.
5783 (rcirc-cmd-ignore): New command.
5784 (rcirc-ignore-update-automatic): New function.
5785 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5786 list if ignored nicks.
5787 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5789 2006-01-06 David Reitter <david.reitter@gmail.com>
5791 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5792 reflect the address to which the report will be sent.
5794 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5796 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5797 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5799 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5801 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5803 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5804 the doc string: "functoin" => "function".
5805 * ldefs-boot.el: Likewise.
5807 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5808 message text: "Duplicat" => "Duplicate".
5810 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5812 * files.el (basic-save-buffer-2): If backing-up failed, reset
5813 buffer-backed-up to nil.
5815 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5817 * progmodes/gud.el (gdb-script-skip-to-head)
5818 (gdb-script-calculate-indentation): Indent for breakpoint command
5821 2006-01-05 Bill Wohler <wohler@newt.com>
5823 * Makefile.in (compile-always): Add mh-autoloads dependency.
5824 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5826 (updates): Remove mh-autoloads dependency, since it probably has
5827 already run recently (via recompile).
5829 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5831 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5832 argument `force' to disable the flyspell-last-buffer optimization.
5833 (flyspell-mode-on): Use it.
5835 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5836 flymake-simple-cleanup.
5837 (flymake-allowed-file-name-masks): Use this new default.
5838 All the functions are now called in the right buffer rather than
5839 passing the buffer as argument.
5840 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5841 (flymake-parse-err-lines): Remove redundant buffer arg.
5842 (flymake-get-program-dir): Comment out unused function.
5843 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5844 Remove redundant buffer argument.
5845 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5846 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5848 2006-01-05 Richard M. Stallman <rms@gnu.org>
5850 * info.el (Info-find-node): Don't record previous node if have none.
5851 (info): Go to directory only if history is empty.
5853 * simple.el (mark): Doc fix.
5855 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5857 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5858 already of desired type.
5859 (mac-ae-list): Coerce parameter to "list" type.
5860 (mac-dispatch-apple-event): Replace cadr part of event with a
5861 dummy position so that event-start returns it.
5863 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5865 * textmodes/org.el (org-end-of-subtree): New function.
5866 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5867 Use `org-end-of-subtree'.
5868 (org-agenda, org-agenda-convert-date): Protect calls to
5869 `fit-window-to-buffer'.
5870 (org-tags-view): Force matching of sublevels when doing a
5871 todo-only search. Define the correct redo command, including the
5873 (org-agenda-redo): Display message.
5874 (org-check-for-org-mode): New function.
5875 (org-agenda-type): New variable.
5876 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5877 Set `org-agenda-type'.
5878 (org-agenda-check-type): New function.
5879 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5880 (org-agenda-week-view, org-agenda-day-view)
5881 (org-agenda-next-date-line, org-agenda-previous-date-line)
5882 (org-agenda-log-mode, org-agenda-toggle-diary)
5883 (org-agenda-toggle-time-grid, org-agenda-date-later)
5884 (org-agenda-date-prompt, org-agenda-diary-entry)
5885 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5886 (org-agenda-convert-date, org-agenda-menu):
5887 Use `org-agenda-check-type'.
5888 (org-make-overlay, org-delete-overlay)
5889 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5890 New compatibility functions.
5891 (org-calendar-select-mouse): New command.
5893 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5895 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5896 (Custom-reset-standard): Fix y-or-n-p messages.
5897 (custom-link): New face for links.
5898 (custom-buffer-create-internal, custom-manual): Use it.
5899 (custom-face-save): Push to theme-face before setting face spec.
5901 * wid-edit.el (widget-default-mouse-face-get): New function.
5902 (widget-specify-button): Handle mouse-face like button-face.
5904 * custom.el (load-theme): Clear old theme settings if reloading.
5906 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5908 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5909 "Erase Customization" button back to same position it occupies in
5910 the individual State menus.
5912 2006-01-04 Kim F. Storm <storm@cua.dk>
5914 * wid-edit.el (key-sequence): Rework widget to read key binding
5915 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5916 (widget-key-sequence-default-value): Default value for empty sequence.
5917 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5918 (widget-key-sequence-read-event): New command for C-q.
5919 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5920 (widget-key-sequence-value-to-external): New functions.
5922 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5924 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5925 Use expand-file-name.
5926 (flymake-delete-temp-directory): Use expand-file-name,
5927 file-name-directory, and directory-file-name.
5928 (flymake-strrchr): Delete.
5929 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5930 to the init-f function.
5931 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5932 (flymake-init-find-buildfile-dir)
5933 (flymake-init-create-temp-source-and-master-buffer-copy)
5934 (flymake-simple-make-init-impl, flymake-simple-make-init)
5935 (flymake-master-make-init, flymake-master-make-header-init)
5936 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5937 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5938 (flymake-xml-init): Remove corresponding redundant buffer argument.
5939 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5940 the default anyway. Clean up regexps.
5942 * progmodes/flymake.el (flymake-temp-source-file-name)
5943 (flymake-master-file-name, flymake-temp-master-file-name)
5944 (flymake-base-dir): New buffer-local vars.
5945 (flymake-buffer-data, flymake-get-buffer-value)
5946 (flymake-set-buffer-value): Replace those hash-tables by the new
5947 buffer-local vars. Update callers.
5949 * progmodes/flymake.el (flymake-check-start-time)
5950 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5951 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5952 Move definition, so we can remove redundant earlier declaration.
5953 (flymake-replace-regexp-in-string, flymake-split-string)
5954 (flymake-get-temp-dir): Use defalias.
5955 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5956 (flymake-xemacs-window-edges): Remove unused function.
5957 (flymake-get-point-pixel-pos): Move.
5958 (flymake-pid-to-names, flymake-reg-names)
5959 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5960 Replace by a simple list flymake-processes and by process-buffer.
5961 Update callers. Other than simplify the code, it uses buffers rather
5962 than buffer-names so it doesn't get confused by uniquify.
5963 (flymake-buffer-data): The global value should just be nil.
5965 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5966 Optimize the body of a defalias like any other code.
5968 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5969 Make sure we've setup font-lock's vars. It may influence which
5970 function we then call.
5971 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5972 here since it's too late anyway.
5974 2006-01-03 Romain Francoise <romain@orebokech.com>
5976 * startup.el (fancy-splash-tail, normal-splash-screen):
5977 Update copyright year.
5979 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5981 * mouse.el (mouse-drag-track): Rename, from
5982 `mouse-drag-region-1'. Includes optional argument required to
5983 enable post-drag event processing (e.g. delete region keys).
5984 Can be used without this argument to track a mouse region and operate
5985 on it as soon as the drag completes.
5986 (mouse-drag-region): Use `mouse-drag-track'.
5988 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5990 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5991 Move to `custom-buffer' group.
5993 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5994 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5995 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5996 (custom-theme-face-menu): New variables.
5997 (custom-theme-add-variable, custom-theme-variable-action)
5998 (custom-variable-reset-theme, custom-theme-delete-variable)
5999 (custom-face-reset-theme, custom-theme-face-action)
6000 (custom-theme-delete-face, custom-theme-merge-theme)
6001 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6003 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6005 * custom.el: Move Custom Themes commentary to start of theme code.
6006 (custom-known-themes): Rename `standard' theme to `changed'.
6007 (custom-push-theme): Caller no longer specifies what theme to use
6008 when doing `reset'---the setting is simply removed from the theme.
6009 Delete MODE from `theme-value' and `theme-settings' properties.
6010 (custom-declare-theme): Ignore &rest args since we don't use them.
6012 (custom-loaded-themes): Delete variable.
6013 (custom-theme-load-themes, custom-theme-loaded-p)
6014 (custom-theme-value): Delete functions.
6016 (custom-declare-theme): Signal error on invalid theme names.
6017 (provide-theme): custom-loaded-themes was deleted.
6018 (load-theme): Load the file unconditionally.
6019 (enable-theme): Call `load-theme' if theme is undefined.
6020 (custom-enabled-themes): Only update value for successful loads.
6021 (disable-theme): Complete from enabled themes when interactive.
6022 (custom-variable-theme-value): Calculate theme value directly.
6024 (custom-theme-reset-variables, custom-reset-variables): Mark as
6025 XEmacs compatibility functions. We don't actually use these.
6027 * cus-edit.el (custom-variable-state-set):
6028 Use custom-variable-theme-value instead of custom-theme-value.
6029 (custom-face-state-set): Rename `standard' theme to `changed'.
6030 (custom-save-variables, custom-save-faces): Delete unneeded
6031 references to custom-reset-variables.
6032 (custom-save-resets): Delete function.
6033 (custom-save-variables, custom-save-faces): MODE argument deleted.
6034 (custom-save-variables, custom-save-faces): Ignore theme values.
6036 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6037 compatibility function.
6039 2006-01-01 Richard M. Stallman <rms@gnu.org>
6041 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6042 (Custom-reset-current, Custom-reset-saved): Likewise.
6043 (Custom-reset-standard): Show message if aborted.
6044 (custom-mode): Doc fix, describing those commands.
6046 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6047 put on event-kind property.
6049 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6051 * custom.el (provide-theme): Ban `user' theme name.
6052 (custom-enabling-themes): New variable.
6053 (enable-theme): Don't enable user if custom-enabling-themes is t.
6054 (custom-enabled-themes): Make it a defcustom.
6055 (custom-theme-recalc-face): No-op if face is undefined.
6057 * cus-edit.el (custom-button-mouse): New variable.
6058 (custom-button-mouse): New face.
6059 (custom-raised-buttons, custom-mode): Use it.
6061 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6063 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6065 * progmodes/gud.el (gud-display-line): Support hl-line in the
6068 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6070 * mouse.el (mouse-drag-window-above): Verify that the found window
6071 overlaps with the given window in the horizontal dimension.
6073 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6075 * Makefile.in (cvs-update): New target.
6077 * makefile.w32-in (cvs-update): Ditto.
6079 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6081 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6082 (custom-new-theme-mode-map): New variable.
6084 2005-12-30 Richard M. Stallman <rms@gnu.org>
6086 * custom.el (custom-load-themes): Function deleted.
6088 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6089 (custom-save-variables): Don't delete or add custom-load-themes call.
6091 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6093 * cus-start.el: Add `visible-cursor'.
6095 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6096 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6097 (flymake-process-filter): Switch to buffer before calling it instead.
6098 (flymake-post-syntax-check, flymake-highlight-err-lines)
6099 (flymake-delete-own-overlays, flymake-parse-err-lines)
6100 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6101 (flymake-count-lines, flymake-parse-residual):
6102 Remove constant buffer argument.
6103 (flymake-start-syntax-check-for-current-buffer): Remove.
6104 Update callers to use flymake-start-syntax-check instead.
6105 (flymake-display-err-menu-for-current-line):
6106 Remove unused var `mouse-pos'.
6107 (flymake-restore-formatting): Comment out unused function.
6108 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6109 argument, use current-buffer instead. Update callers.
6111 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6113 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6114 buffer-local because choose-completion-delete-max-match requires
6115 that we set completion-ignore-case (i.e., binding via let is not
6117 (bibtex-complete): Always set completion-ignore-case and
6118 choose-completion-string-functions. The latter is needed because
6119 choose-completion-string-functions keeps its value if we quit the
6120 *Completions* buffer without requesting a completion.
6122 2005-12-30 Andreas Schwab <schwab@suse.de>
6124 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6126 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6128 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6130 2005-12-30 Juri Linkov <juri@jurta.org>
6132 * locate.el (locate-fcodes-file, locate-header-face)
6133 * progmodes/delphi.el (delphi-other-face)
6134 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6136 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6137 group `paren-showing-faces'.
6139 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6140 (goto-address): Fix docstring.
6142 * net/webjump.el (webjump-sample-sites): Update URLs.
6144 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6146 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6148 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6150 * font-lock.el (font-lock-compile-keywords): Signal an error when
6151 font-lock-set-defaults hasn't been called.
6153 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6155 * subr.el (noreturn, 1value): Doc fixes.
6157 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6159 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6160 that assoc-string returns nil.
6162 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6164 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6165 (bibtex-entry-type-str, bibtex-empty-field-re)
6166 (bibtex-search-backward-string, bibtex-preamble-prefix)
6167 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6168 (bibtex-any-valid-entry-type): New variable.
6169 (bibtex-parse-field-name): Simplify.
6170 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6171 (bibtex-preamble-prefix): Include left delimiter.
6172 (bibtex-search-forward-field, bibtex-search-backward-field):
6173 Allow unbounded search past entry boundaries (required by bibtex-pop).
6174 (bibtex-text-in-field-bounds): Use push.
6175 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6176 (bibtex-parse-preamble, bibtex-valid-entry)
6177 (bibtex-beginning-first-field): New functions.
6178 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6179 (bibtex-map-entries): Fix docstring.
6180 (bibtex-flash-head): New arg prompt. Simplify.
6181 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6182 (bibtex-insert-kill): Simplify. Always insert text past the
6183 current field or entry.
6184 (bibtex-format-entry): Use bibtex-parse-field.
6185 (bibtex-pop): Use bibtex-beginning-of-entry and
6186 bibtex-end-of-entry to initiate the search. Insert empty field if
6188 (bibtex-print-help-message): New args field and comma.
6190 (bibtex-make-field): Use bibtex-beginning-of-entry.
6191 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6193 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6194 Handle preambles. Simplify code for thorough test.
6195 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6196 New arg comma. Handle entry heads.
6197 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6198 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6200 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6201 (bibtex-fill-field): Simplify.
6202 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6204 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6205 (bibtex-complete): Use bibtex-parse-preamble.
6207 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6209 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6210 Display name of expression instead of convenience variable.
6211 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6213 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6214 toggle-gud-tooltip-dereference.
6215 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6216 (gud-tooltip-tips): ...here when dereferencing.
6218 2005-12-28 Bill Wohler <wohler@newt.com>
6220 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6222 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6224 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6225 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6226 (vc-annotate-display-autoscale): Adjust call.
6227 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6228 Fix interactive spec.
6229 (vc-annotate-time-span): Remove.
6230 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6231 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6232 (vc-annotate-display-select): Use new name.
6234 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6235 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6236 Correct the construction of span entries. Simplify.
6237 (vc-annotate-display-select): Fix the nil case.
6238 (vc-annotate): Remove obsolete (and now broken) code.
6239 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6240 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6242 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6244 * subr.el (lazy-completion-table): Correct typo in docstring.
6246 * startup.el (command-line): Use `custom-reevaluate-setting' for
6247 `send-mail-function'.
6249 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6251 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6253 * mail/smtpmail.el (smtpmail-try-auth-methods):
6254 Send credentials together with "AUTH PLAIN" command.
6256 2005-12-27 Richard M. Stallman <rms@gnu.org>
6258 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6259 mouse-2, go back to previously selected window, so it's selected
6260 when mouse-2 command runs.
6262 2005-12-27 Juri Linkov <juri@jurta.org>
6264 * descr-text.el (describe-text-sexp): Use square brackets for
6265 button [Show] to distinguish it from the property value `show'.
6266 (describe-property-list): Use `insert-text-button' with
6267 `help-face' type instead of putting face in quotes, because button
6268 is not created automatically for a list of faces.
6269 (describe-text-properties-1): Put button-type value in quotes to
6270 distinguish from plain text "button".
6271 (describe-char): Display code point values in hex. Don't use
6272 `symbol-name' for `current-input-method' because it is a string.
6273 Use `insert-text-button' with `help-face' type instead of putting
6274 hardcoded face in quotes, because button is not created automatically.
6276 2005-12-27 Richard M. Stallman <rms@gnu.org>
6278 * progmodes/glasses.el (glasses-face): More specific custom type.
6280 * files.el (set-visited-file-name): Doc fix.
6282 * textmodes/flyspell.el (flyspell-external-point-words):
6283 Use local var buffer-scan-pos to advance scan for next misspelling.
6284 Advance it only after we find the misspelling.
6286 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6288 * textmodes/flyspell.el (flyspell-external-point-words):
6289 New criteria for finding the misspelling in the buffer.
6291 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6293 * help-mode.el (help-insert-string): Set help-xref-stack-item
6294 rather than call help-setup-xref.
6296 * descr-text.el (describe-char): Revert previous changes for
6297 optional buffer argument.
6299 2005-12-27 Juri Linkov <juri@jurta.org>
6301 * help-mode.el (help-insert-string): New function. Save buffer
6302 contents in cases where it is impossible to recompute the old contents.
6304 * descr-text.el (describe-char): Set help-xref-stack-item
6305 explicitly after buffer has been generated.
6307 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6309 * cus-start.el (all): Add x-gtk-show-hidden-files.
6311 2005-12-26 Richard M. Stallman <rms@gnu.org>
6313 * replace.el (perform-replace): Calculate match-again
6314 before skipping read-only matches.
6316 * paren.el (paren-showing-faces): New group.
6317 (show-paren-match, show-paren-mismatch): Move to that group.
6319 * button.el (button): Put into group `basic-faces'.
6321 * progmodes/make-mode.el: Remove faces from group `faces'.
6323 * apropos.el (apropos, apropos-value): Doc fix.
6324 (apropos-documentation): Doc fix.
6326 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6328 * subr.el (lazy-completion-table): Remove argument `args'.
6330 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6331 Don't use the `args' argument of lazy-completion-table.
6333 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6335 * descr-text.el (describe-char): Add optional argument for buffer.
6336 Set buffer appropriately. Call help-setup-xref.
6337 Suggested by Stefan Monnier.
6339 2005-12-26 Juri Linkov <juri@jurta.org>
6341 * descr-text.el: Require `help-fns' at runtime. Don't require
6342 `button' for byte compilation.
6343 (describe-text-widget): Add `help-echo' for first button.
6344 Use `help-info' for second.
6345 (describe-property-list): Use `help-argument-name' instead of `italic'.
6346 (describe-text-category): Add prompt to interactive spec.
6347 Call `help-setup-xref'.
6348 (describe-char): Use `help-character-set'. Add `help-echo' for
6349 code point. Use `help-input-method'. Remove superfluous insert.
6351 2005-12-25 Richard M. Stallman <rms@gnu.org>
6353 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6354 at point, in case of narrowing.
6356 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6358 * locate.el (locate-header-face): Allow nil in type.
6360 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6362 2005-12-25 Romain Francoise <romain@orebokech.com>
6364 * battery.el (battery-linux-proc-acpi): Also try
6365 `/proc/acpi/thermal_zone/THM0/temperature'.
6367 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6369 * custom.el (custom-push-theme): Fix docstring.
6371 * cus-edit.el (custom-variable-set, custom-variable-save)
6372 (custom-variable-save): Custom-quote widget values.
6373 (customize-save-variable): Fix custom-push-theme call.
6375 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6377 * w32-fns.el (w32-batch-update-autoloads): New function.
6379 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6380 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6381 from the command line.
6383 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6385 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6386 reset means to remove setting from theme entirely. Don't keep
6387 expanding theme-settings list; delete old entries if necessary.
6389 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6390 customization" button one line up.
6391 (custom-themed): New face.
6392 (custom-magic-alist): New value, THEMED, for theme settings.
6393 (custom-variable-state-set, custom-face-state-set):
6394 Check theme-value instead of saved-value.
6395 (custom-variable-reset-standard, custom-face-reset-standard):
6396 Remove theme setting entirely. Recalculate new values.
6397 (custom-variable-set, custom-variable-set)
6398 (custom-variable-reset-saved, custom-variable-reset-backup)
6399 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6400 (custom-variable-save): Fix typos.
6402 2005-12-23 Juri Linkov <juri@jurta.org>
6404 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6405 Add autoload cookies.
6406 (edebug-outside-d-c-i-n-s-w): New variable.
6407 (edebug-display, edebug-outside-excursion): Use it to save the
6408 original value of default-cursor-in-non-selected-windows.
6409 Set default-cursor-in-non-selected-windows to t while Edebug
6411 (edebug-mode, edebug-eval-mode): Doc fix.
6413 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6414 with `buffer-substring-no-properties' to remove common substring
6417 * info.el (info-other-window, info): Rename function argument
6418 `file' to `file-or-node'.
6419 (Info-complete-menu-item): Use local variable `complete-nodes' to
6420 keep the global value of `Info-complete-nodes' unchanged for
6421 subsequent completions.
6422 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6424 * simple.el (get-next-valid-buffer, last-buffer)
6425 (next-error-buffer-p, next-error-find-buffer)
6426 (minibuffer-history-sexp-flag): Doc fix.
6428 * savehist.el (savehist-mode-hook): Add `:group'.
6430 * log-view.el: Call autoload for vc-find-version.
6431 (log-view-current-file): Adjust subgroup numbers.
6432 (log-view-current-tag): Add `length'.
6434 2005-12-23 Richard M. Stallman <rms@gnu.org>
6436 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6438 2005-12-23 Juri Linkov <juri@jurta.org>
6440 * hi-lock.el (hi-lock-archaic-interface-message-used)
6441 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6442 (hi-lock-mode): Display "Hi" in the mode line only when
6443 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6444 (hi-lock-write-interactive-patterns):
6445 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6446 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6447 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6448 font-lock-add-keywords to t.
6450 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6452 * hi-lock.el (hi-lock-highlight-range): New variable.
6453 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6454 only if font-lock-fontified is non-nil. Remove overlays.
6455 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6456 font-lock-fontified is non-nil, otherwise use overlays (instead of
6458 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6460 (hi-lock-string-serialize) New function.
6462 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6464 * menu-bar.el (menu-find-file-existing): New function.
6465 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6467 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6469 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6471 * vc.el: Remove unnecessary leading * in docstrings.
6472 (vc-annotate-mode-map): Move initialization into declaration.
6473 (vc-static-header-alist): Nitpick on the regexp.
6474 (vc-default-init-version): New fun.
6475 (vc-register): Use it.
6476 (vc-insert-headers): Use dolist.
6477 (vc-annotate-get-backend): Remove unused function.
6478 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6479 (vc-annotate-mode): Remove corresponding call.
6480 (vc-annotate-car-last-cons): Simplify.
6481 (vc-annotate-buffers): Remove var.
6482 (vc-annotate-backend): Make it buffer-local.
6483 (vc-annotate): Move the interaction to the interactive spec.
6484 Add a `buf' argument.
6485 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6486 killing&creating a vc-annotate buffer, which is very disruptive when
6487 the buffers are shown in dedicated frames.
6489 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6491 * descr-text.el: Add FSF as maintainer.
6492 (describe-text-mode, describe-text-mode-map)
6493 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6495 (describe-text-widget, describe-text-sexp)
6496 (describe-property-list, describe-text-category)
6497 (describe-text-properties, describe-text-properties-1)
6498 (describe-char): Use help buttons instead of widgets.
6499 (describe-char-unicodedata-file): Make URL link in doc string.
6501 2005-12-22 Richard M. Stallman <rms@gnu.org>
6503 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6504 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6505 Don't include buttons that write a file when there's no file.
6506 (custom-variable-menu, custom-face-menu, custom-group-menu):
6507 Don't include commands that write a file when there's no file.
6508 (customize-browse): Reword the top-of-buffer help intro.
6509 (custom-buffer-create-internal): Fix previous change.
6510 (customize-changed-options-previous-release): Prev release is 21.1.
6511 (customize-changed-options): Doc fix.
6512 (customize-changed): New alias.
6513 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6514 Say "standard values".
6515 (Custom-reset-standard): Doc fix.
6516 (custom-face-reset-standard): Doc fix.
6518 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6520 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6521 even if font-lock-mode is non-nil since it may be t without having
6522 turned on font-lock-mode-internal.
6523 (font-lock-choose-keywords): Minor optimization.
6524 (font-lock-add-keywords, font-lock-remove-keywords)
6525 (font-lock-set-defaults): Don't call make-local-variable on a variable
6526 that we know to already be local.
6528 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6530 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6531 messages if in the minibuffer.
6533 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6535 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6536 (tex-mode-flyspell-verify, flyspell-get-word)
6537 (flyspell-external-point-words): Don't use point-min/max uselessly.
6539 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6540 by Kevin Rodgers. Instead, just hide the completions buffer if we
6541 don't need to show it.
6543 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6545 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6547 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6549 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6550 delete-windows-on with an inexistent buffer.
6552 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6554 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6555 Delete defcustom variable :tag names.
6557 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6559 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6560 (log-view-font-lock-keywords): Ajust subgroup numbers.
6561 (log-view-current-tag): Don't hard code the number of subgroups.
6563 2005-12-20 Juri Linkov <juri@jurta.org>
6565 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6566 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6568 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6569 (menu-bar-non-minibuffer-window-p): Instead of checking
6570 display-multi-frame-p, use selected-frame when menu-updating-frame
6573 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6575 * align.el (align-rules-list): Use [ \t] instead of \s-
6576 for column separators in text mode.
6578 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6580 * help-mode.el (help-customize-variable, help-customize-face):
6581 Don't pop help-xref-stack as help-follow no longer pushes
6584 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6586 * textmodes/org.el (org-agenda-custom-commands): New option.
6587 (org-agenda): Offer custom commands on splash screen.
6588 (org-make-tags-matcher): Parser for Boolean logic added.
6589 (org-agenda-set-tags): New command.
6590 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6591 (org-set-tags): Efficiency improvements.
6592 (org-auto-align-tags): New option.
6593 (org-todo, org-demote, org-promote): Realign tags.
6594 (org-tags-completion-function): Use also "&" and "|" as separators.
6595 (org-org-menu): Agenda commands simplified.
6597 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6599 * cus-edit.el (customize-apropos, customize-apropos-options):
6602 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6604 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6606 * longlines.el (longlines-mode): Wrap while widened.
6607 (longlines-decode-region, longlines-encode-region): Compute max
6610 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6612 * cus-edit.el (mac): New group.
6614 * cus-start.el (all): Add user options in macterm.c. Add test for
6615 Mac-related built-ins. Fix test for GTK-related built-ins.
6617 * term/mac-win.el (mac-handle-language-change)
6618 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6619 (mac-services-open-selection, mac-services-mail-selection)
6620 (mac-services-mail-to, mac-services-insert-text)
6621 (mac-dispatch-apple-event): Add docstrings.
6622 (x-get-selection, mac-select-convert-to-string): Select coding
6623 system from `utf-16be' and `utf-16le' using `byteorder'.
6625 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6627 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6628 a "list" (lambda ...) rather than a real completion list.
6630 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6631 lexical-let when encountering ((lambda (...) ...) ...).
6633 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6635 * progmodes/sh-script.el (sh-mode):
6636 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6637 * textmodes/picture.el (picture-mode): Update docstrings.
6639 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6641 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6642 commands enclosed in $(ARGQUOTE)s should not be split between two
6643 lines, as that will break with GNU Make >3.80, when sh.exe is used
6644 and arg quoting is with '..'.
6645 (autoloads): Don't break the quoted --eval expression between
6648 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6650 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6651 Capture error from printing circular structures.
6653 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6655 * wid-edit.el (widget-checkbox-action): Clear undo info.
6657 2005-12-16 Bill Wohler <wohler@newt.com>
6659 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6660 bar, not menubar in comment.
6662 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6664 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6665 After-change-functions should not clobber the match data.
6667 2005-12-16 Juri Linkov <juri@jurta.org>
6669 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6670 instead of `buffer-substring'.
6671 (completion-common-substring): Doc fix.
6672 (completion-setup-function): Use minibuffer-completion-contents
6673 instead of minibuffer-contents. Don't set common-string-length
6674 initially. Remove special handling of partial-completion-mode.
6675 Move computation of completion-base-size into one cond.
6676 Call completion-base-size-function in mainbuf. In computation of
6677 completion-base-size for file name completion don't move point to
6678 the end of the minibuffer. Move computation of common-string-length
6679 into one cond. Start putting faces only when common-string-length>=0.
6680 Add condition to put completions-common-part when
6681 common-string-length>0.
6683 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6684 place point at the first different character in the minibuffer
6685 even if this position is at the beginning of the minibuffer.
6687 * info.el (Info-read-node-name-1): In completion-base-size-function's
6688 lambda return 1 if common-substring or minibuffer-completion-contents
6689 starts with (, and 0 otherwise.
6691 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6692 Use `crm-current-element' for second arg of `display-completion-list'.
6694 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6696 * files.el (set-auto-mode): Look for an interpreter specified on
6697 the first line also if search for mode specification succeeded,
6698 but the mode is not known.
6700 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6702 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6703 (org-open-at-point): Implement tag searches as links.
6704 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6705 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6706 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6707 (org-agenda-dispatch): New commands.
6708 (org-use-tag-inheritance, org-tags-column): New options.
6709 (org-tab-follows-link, org-return-follows-link): New options.
6710 (org-tags): New customize group.
6711 (org-start-icalendar-file): Get local time zone.
6712 (org-tags-completion-function): New function.
6713 (org-set-font-lock-defaults): Make sure links will also be
6714 highlighted inside headlines.
6716 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6718 * term.el (term-emulate-terminal):
6719 Let term-handle-ansi-terminal-messages override what Bash says about
6720 its current directory.
6722 2005-12-16 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
6724 * bindings.el (last-buffer): Move to simple.el.
6725 * simple.el (last-buffer): Move here.
6726 (get-next-valid-buffer): New function.
6727 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6728 (prev-buffer): Ditto. Rename to `previous-buffer'.
6730 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6731 * bindings.el (global-map): Ditto.
6733 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6735 * cus-edit.el: Introductory comment change.
6736 (custom-magic-alist): Change message string for the `rogue' state.
6738 2005-12-15 Richard M. Stallman <rms@gnu.org>
6740 * tooltip.el: Delete defcustom variable :tag names.
6742 * complete.el (partial-completion-mode): Doc fix.
6744 * textmodes/flyspell.el (flyspell-external-point-words):
6745 Use save-excursion to ensure we don't move backward in the
6746 search loop, not even one character.
6747 (flyspell-delete-all-overlays): Use remove-overlays directly.
6749 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6750 (ispell-start-process): Set that variable.
6751 Clear ispell-buffer-local-name.
6752 (ispell-internal-change-dictionary):
6753 Set ispell-current-dictionary after killing process.
6754 (ispell-buffer-local-dict):
6755 Don't set spell-personal-dictionary after killing process.
6756 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6757 (ispell-tex-skip-alists, ispell-html-skip-alists)
6758 (ispell-skip-region-alist): Mark as risky.
6760 * net/newsticker.el (newsticker--retrieval-timer-list)
6761 (newsticker--display-timer, newsticker-running-p)
6762 (newsticker-ticker-running-p): Definitions moved up.
6764 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6766 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6768 2005-12-15 David Ponce <david@dponce.com>
6770 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6771 (recentf-edit-list, recentf-open-files): Signal an error when
6772 there is no recent file.
6774 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6776 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6777 read-only except for texinfo-format-region evaluation.
6779 2005-12-14 Richard M. Stallman <rms@gnu.org>
6781 * vc.el (vc-default-previous-version, vc-default-next-version)
6782 (vc-do-command): Doc fixes.
6784 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6786 * textmodes/bibtex.el (bibtex-expand-strings)
6787 (bibtex-autokey-expand-string, bibtex-name-part)
6788 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6789 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6790 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6791 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6792 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6793 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6794 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6795 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6796 (bibtex-beginning-of-last-entry): Remove.
6797 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6798 message if comma is missing but buffer is read-only.
6799 (bibtex-parse-field-text): Handle whitespaces at the end of field
6800 text. Return 3-element list with beginning and end of field text
6802 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6803 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6804 (bibtex-search-forward-field, bibtex-search-backward-field):
6805 Search always delimited by limits of entry. Use more efficient
6807 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6808 bibtex-end-of-name-in-field.
6809 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6810 extracting the content of a field.
6811 (bibtex-text-in-field): Use search limits.
6812 (bibtex-parse-string-prefix): Handle empty string keys based on
6813 bibtex-string-empty-key.
6814 (bibtex-parse-string): Fix docstring.
6815 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6816 (bibtex-preamble-prefix, bibtex-strings): New functions.
6817 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6818 BibTeX entries (consistent with other BibTeX functions).
6819 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6820 (bibtex-search-entry): Fix docstring. Simplify.
6821 (bibtex-flash-head, bibtex-complete-string-cleanup)
6822 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6823 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6824 (bibtex-parse-entry): New optional arg content.
6825 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6826 Use bibtex-text-in-field-bounds.
6827 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6828 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6829 bibtex-parse-string-postfix.
6830 (bibtex-find-text-internal): New function.
6831 (bibtex-remove-delimiters): Use it.
6832 (bibtex-find-text): Use it. New optional arg help.
6833 (bibtex-complete): Handle BibTeX string and preamble entries.
6834 (bibtex-Preamble): Fix order of closing delimiters.
6836 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6838 * vc.el (vc-default-revert): New fun.
6840 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6842 2005-12-14 Romain Francoise <romain@orebokech.com>
6844 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6845 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6846 (font-lock-remove-keywords): Likewise.
6848 2005-12-14 Juri Linkov <juri@jurta.org>
6850 * log-view.el (log-view-diff): Doc fix.
6852 * isearch.el (isearch-query-replace): Use (mark) instead of
6853 isearch-opoint if mark is active in transient-mark-mode.
6855 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6857 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6859 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6861 * progmodes/cpp.el (cpp-face): New widget.
6862 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6864 2005-12-14 Juri Linkov <juri@jurta.org>
6866 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6867 around `erase-buffer' and `insert'.
6869 * descr-text.el (describe-text-properties): Replace buffer name
6870 "*Help-2*" with "*Help*<2>".
6871 (describe-char): Add functions print-help-return-message,
6872 toggle-read-only. Use help-setup-xref with nil to not store
6873 describe-char in help-xref-stack. Use help-make-xrefs to
6876 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6878 * wdired.el (wdired-old-point): New internal variable.
6879 (wdired-change-to-wdired-mode): Set it buffer-locally.
6880 (wdired-abort-changes): Restore point after aborting changes.
6882 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6884 * vc.el (vc-do-command): Add a new value t for okstatus.
6886 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6887 frame in case of errors.
6889 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6891 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6892 so it comes after "On the Left" in the menu.
6894 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6896 * cus-edit.el (customize-apropos, customize-apropos-options)
6897 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6899 2005-12-12 Bill Wohler <wohler@newt.com>
6901 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6902 non-writable Subversion-controlled files by saving window
6903 configuration before calling vc-do-command. vc-do-command calls
6904 pop-to-buffer on error which is unexpected during registration.
6906 2005-12-12 Jay Belanger <belanger@truman.edu>
6908 * calc/README: Update the summary of changes.
6910 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6912 * descr-text.el (describe-char): Rework last fix to solve the problem
6913 is the same way it's solved for everything else in that function
6914 (i.e. by extracting the info before setting up the *Help* buffer).
6916 2005-12-12 Kim F. Storm <storm@cua.dk>
6918 * subr.el (version-regexp-alist): Allow space as separator before
6919 non-numeric part, e.g. "1.0 alpha".
6920 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6922 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6924 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6925 Implement Logging and the keep-modes setting.
6926 (org-get-category): Make sure a string is returned.
6927 (org-log-done): New function.
6928 (org-log-done, org-closed-string): New options.
6930 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6932 * tooltip.el (tooltip-y-offset): Change default to 20.
6934 2005-12-12 Richard M. Stallman <rms@gnu.org>
6936 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6938 * frame.el (display-hourglass): Doc fix.
6940 * help.el (help-for-help-internal): Simplify entry for `a'.
6942 * info.el (Info-on-current-buffer): Doc fix.
6943 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6945 * startup.el (inhibit-splash-screen): Make this the real name.
6946 (inhibit-startup-message): Make this the alias.
6947 (command-line): Find only simple.el, and use its directory
6948 to fill in other preloaded files' names.
6949 (command-line): Deactivate the mark if deactivate-mark is set.
6951 * international/mule.el (load-with-code-conversion):
6952 Bind deactivate-mark.
6954 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6956 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6958 * cus-edit.el (customize-apropos): Avoid listing an option more
6959 than once under different aliases. No longer list user options
6960 that are not defined with defcustom (unless a prefix arg is given).
6962 (customize-apropos-options): Doc fix.
6964 2005-12-11 Juri Linkov <juri@jurta.org>
6966 * frame.el (set-background-color, set-foreground-color)
6967 (set-cursor-color, set-mouse-color, set-border-color):
6968 Add explicit prompts to read colors by `facemenu-read-color'.
6969 (show-trailing-whitespace, blink-cursor-delay)
6970 (blink-cursor-interval, display-hourglass, hourglass-delay):
6972 (display-hourglass, hourglass-delay): Doc fix.
6973 (cursor-in-non-selected-windows): Capitalize words in tag.
6975 * faces.el (frame-background-mode): Replace `choice-item' keywords
6976 with `const' to not make [default] button. Change default value tag
6977 from `default' to `automatic'. Doc fix.
6978 (trailing-whitespace) <defface>: Change group `whitespace' to
6981 2005-12-11 Richard M. Stallman <rms@gnu.org>
6983 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6985 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6987 * term/mac-win.el: Create keymap for mac-apple-event-map.
6989 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6991 * tooltip.el (tooltip-mode): Move to start of file so that it
6992 appears at top of customize buffer.
6994 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6995 Add the gud groupname.
6996 (gud-tooltip-mode): Add the tooltip groupname.
6997 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6998 avoid conflict with tooltip-use-echo-area.
7000 2005-12-10 Romain Francoise <romain@orebokech.com>
7002 * help.el (help-for-help-internal): Add `r' in doc string.
7004 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
7006 * align.el (align-regexp, align-highlight-rule):
7007 Use region-beginning and region-end instead of point and mark, so that
7008 repetition (with `repeat-complex-command') recomputes the region
7011 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7013 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7014 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7015 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7016 (balance-windows): Rewrite using the above new functions.
7018 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7020 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7021 react if global-hi-lock-mode seems intended.
7022 (global-hi-lock-mode) Renamed from hi-lock-mode.
7023 (hi-lock-archaic-interface-message-used)
7024 (hi-lock-archaic-interface-deduce): New variables.
7025 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7026 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7027 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7028 Replace hi-lock-buffer-mode with hi-lock-mode.
7030 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7032 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7033 completion list, even after a partial completion has been
7034 inserted in the current buffer. If there are more than 1
7035 completion, redisplay the *Completions* buffer; if the
7036 completion is unique, delete the *Completions* window.
7038 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7040 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7041 strings and long subject lines that were broken into multiple
7042 lines at arbitrary places. Handle subjects that have "Re: " in
7045 2005-12-10 John W. Eaton <jwe@octave.org>
7047 * emacs/octave-mod.el (octave-electric-space): Don't indent
7048 comments or strings if octave-auto-indent is nil.
7050 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7052 * term/mac-win.el: Require url when compiling.
7053 Call mac-process-deferred-apple-events after loading init files.
7054 (mac-apple-event-map): New defvar. Define event handlers in it.
7055 (core-event, internet-event): New Apple event class symbols.
7056 (open-application, reopen-application, open-documents)
7057 (print-documents, open-contents, quit-application)
7058 (application-died, show-preferences, autosave-now, get-url):
7059 New Apple event ID symbols.
7060 (about): New HICommand ID symbol.
7061 (mac-event-spec, mac-event-ae): New macros.
7062 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7063 (mac-ae-selection-range, mac-ae-text-for-search)
7064 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7065 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7066 and Services menu events are now defined in mac-apple-event-map.
7067 (mac-drag-n-drop): Remove selection range handling.
7069 2005-12-10 Kenichi Handa <handa@m17n.org>
7071 * simple.el (zap-to-char):
7072 * isearch.el (isearch-process-search-char): Translate CHAR by
7073 translation-table-for-input.
7075 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7077 * foldout.el (foldout-exit-fold): Properly hide subtree.
7079 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7081 * files.el (save-buffer):
7082 * international/ucs-tables.el (ucs-set-table-for-input):
7083 * mail/mail-extr.el (mail-extract-address-components):
7084 * mail/sendmail.el (mail-mode): Reformat doc string.
7086 2005-12-09 Juri Linkov <juri@jurta.org>
7088 * isearch.el (isearch-highlight): Change main overlay priority
7089 from 1 to 1001. Simplify.
7090 (isearch-lazy-highlight-update): Change lazy overlay priority
7093 * replace.el (replace-highlight): Change overlay priority from
7096 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7097 Change overlay priority from 1 to 1001. Reuse existing overlay.
7099 * compare-w.el (compare-windows-highlight): Change overlay
7100 priority from 1 to 1000.
7102 * menu-bar.el (menu-bar-edit-menu): Add listp around
7103 pending-undo-list to disable menu item "undo" when pending
7106 * locate.el (locate): Disable undo in *Locate* buffer.
7108 2005-12-09 Kim F. Storm <storm@cua.dk>
7110 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7112 2005-12-09 David Ponce <david@dponce.com>
7114 * recentf.el: Improvement of the menu code.
7115 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7116 instead of menu hook.
7117 (recentf-show-menu, recentf-hide-menu): New functions.
7118 (recentf-menu-customization-changed, recentf-mode): Use them.
7119 (recentf-menu-action, recentf-max-menu-items)
7120 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7121 (recentf-arrange-by-rule-others)
7122 (recentf-arrange-by-rules-min-items)
7123 (recentf-arrange-by-rule-subfilter) : Don't use
7124 `recentf-menu-customization-changed'.
7125 (recentf-arrange-rules): Likewise. Accept functions to compute
7127 (recentf-menu-filter): Likewise. Doc fix.
7128 (recentf-menu-value-shortcut): Doc fix.
7129 (recentf-dump-variable): Quote atom value.
7130 (recentf-make-menu-items): Update to use it as a menu filter.
7131 (recentf-match-rule): New function.
7132 (recentf-arrange-by-rule): Use it.
7133 (recentf-indirect-mode-rule): New function.
7134 (recentf-build-mode-rules): Use it.
7135 (recentf-dir-rule): New function.
7136 (recentf-arrange-by-dir): Use it.
7137 (recentf-filter-changer-current): Rename from
7138 `recentf-filter-changer-state'. All references updated.
7139 (recentf-filter-changer-alist): Update filter names.
7140 (recentf-filter-changer-select): New function.
7141 (recentf-filter-changer): Use it. Make a sub-menu from filters
7142 available in `recentf-filter-changer-alist'.
7143 (recentf-data-cache, recentf-clear-data)
7144 (recentf-update-menu): Remove. All references updated.
7145 (recentf-match-rule-p, recentf-build-dir-rules)
7146 (recentf-filter-changer-goto-next)
7147 (recentf-filter-changer-get-current)
7148 (recentf-filter-changer-get-next): Remove.
7150 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7152 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7153 buffer "Reset" button to "Reset to Current" for consistency with
7156 2005-12-08 John Paul Wallington <jpw@pobox.com>
7158 * ibuf-ext.el (define-ibuffer-filter filename):
7159 If `dired-directory' is a list then really use its car.
7161 2005-12-08 Kim F. Storm <storm@cua.dk>
7163 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7164 Fix indention of text on right side of replaced rectangle.
7166 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7168 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7169 No need to check gud-comint-buffer is bound.
7170 (gdb): Prevent multiple debugging when first session uses gdba.
7172 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7174 CC Mode update to 5.31.
7176 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7177 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7178 We might do this function properly in the future).
7180 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7181 New macros c-sentence-end and c-default-value-sentence end, to cope
7182 with Emacs 22's new function `sentence-end'.
7184 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7186 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7187 compat issue using `c-put-overlay' and `c-delete-overlay'.
7189 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7190 New compat macros to handle overlays/extents.
7192 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7194 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7195 (for GNU Emacs 20.4)
7197 * progmodes/cc-defs.el:
7198 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7200 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7201 highlighting mechanism so it will work in XEmacs too.
7203 * progmodes/cc-defs.el: Insert c-int-to-char.
7205 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7206 call to the new macro c-int-to-char. This solves XEmacs's
7207 regarding characters as different from integers.
7209 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7211 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7212 New internal helper.
7214 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7215 construct to make the indirect face lookup work in XEmacs.
7217 (c-cpp-matchers): Append the negation char face to the existing
7218 fontification, so that the cpp face doesn't disappear.
7219 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7222 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7223 to map to `font-lock-negation-char-face' in emacsen where it exists.
7225 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7227 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7229 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7230 Rename "c-subword-move-mode" as "c-subword-mode".
7232 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7233 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7235 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7237 * progmodes/cc-mode.el: Added autoload directive for
7238 `c-subword-move-mode' for use in older emacsen.
7240 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7242 * progmodes/cc-mode.el:
7243 (i) Insert a binding for C-c C-backspace into
7244 c-bind-special-erase-keys which works in TTYs.
7245 (ii) Make sure that when file styles are used, any explicitly
7246 given style variables take priority over those in the style.
7247 Do this by calling `hack-local-variables' a second time.
7249 * progmodes/cc-vars.el: Add language specific customization
7250 widgets for AWK to c-doc-comment-style, c-require-final-newline
7251 and c-default-style. Add a defcustom for awk-mode-hook.
7252 Give c-syntactic-element and c-syntactic-context doc-strings by
7253 directly setting their `variable-documentation' propery.
7254 This allows Emacs 22.1 to read these with C-h v.
7256 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7258 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7260 * progmodes/cc-fonts.el, cc-vars.el
7261 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7262 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7265 (c-doc-comment-style): Made GtkDoc default in C mode.
7267 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7270 (c-bind-special-erase-keys): New function for use on
7271 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7273 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7274 <delete> key behavior in XEmacs according to `delete-forward-p'.
7275 C.f. `c-electric-delete'.
7277 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7279 * progmodes/cc-mode.el: Give c-hungry-backspace and
7280 c-hungry-delete-forward permanent key bindings.
7282 * progmodes/cc-cmds.el (c-electric-semi&comma):
7283 Bind c-syntactic-context for calls to "criteria functions", for
7284 consistency with other calls to user functions.
7286 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7287 `current-prefix-arg', since this might be the prefix arg to a
7288 command which calls c-indent-command as a function. Change the
7289 interactive spec from "p" to "P".
7291 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7292 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7293 was difficult to understand.
7295 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7297 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7298 first char of an identifier.
7300 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7303 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7305 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7306 auto-fill doesn't split a c-comment's last word from a hanging
7307 "*/" when a space is typed between them after fill-column.
7309 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7311 * progmodes/cc-styles.el (c-set-style)
7312 (c-setup-paragraph-variables): Abort the command if we're not in a
7315 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7316 with blank comment-prefix, and a blank line as the comment's
7319 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7321 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7322 Incorporate the patterns added in the Emacs development branch
7323 for the new Emacs 22 face `font-lock-negation-char-face'.
7325 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7326 of "red" since it stands out better in xterms and DOS terminals.
7328 * progmodes/cc-engine.el (c-literal-faces):
7329 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7331 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7333 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7334 forcibly enable c-electric-flag.
7336 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7337 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7338 after the comment-prefix of a C-style comment will close that comment.
7340 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7342 * progmodes/cc-fonts.el (c-basic-matchers-before)
7343 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7346 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7349 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7350 (c-cpp-message-directives, c-cpp-include-directives)
7351 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7352 (c-cpp-expr-directives): Introduce new language constants to
7353 control cpp syntax in a cleaner way.
7355 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7357 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7359 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7360 (c-multiline-string-start-char): New language constants and
7361 variables to specify how newlines in string literals work.
7363 (c-font-lock-invalid-string): Use them.
7365 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7366 unbalanced close brace is entered. Optimization by avoiding going
7367 back over arbitrarily large blocks. Removed hints that this
7368 function only would be relevant/useful in AWK.
7370 (c-electric-brace): Indent syntactically after the cleanups since
7371 lineup functions might do it differently then.
7373 * progmodes/cc-engine.el, cc-langs.el
7374 (c-opt-op-identifier-prefix): New language constant and variable.
7376 (c-just-after-func-arglist-p, c-after-special-operator-id)
7377 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7379 * progmodes/cc-align.el, cc-engine.el
7380 (c-after-special-operator-id): New helper to handle C++ operator
7383 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7384 (c-guess-basic-syntax): Handle C++ operator identifiers in
7387 * progmodes/cc-langs.el (c-assignment-operators): Add the
7388 trigraph version of ^= too.
7390 * progmodes/cc-langs.el (c-assignment-operators): Add the
7391 trigraph version of |= in C++.
7393 * progmodes/cc-fonts.el (c-font-lock-declarators):
7394 Handle `c-decl-hangon-kwds' after the identifier name.
7396 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7397 whether an arglist is "nonempty", ignore a comment after the open
7398 paren if it isn't followed by a non-comment token on the same line.
7400 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7401 Enable heuristics below the point to cope with classes inside special
7402 brace lists in Pike.
7404 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7406 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7408 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7410 * progmodes/cc-guess.el (cc-guess-install): New function to
7411 install an already guessed style in another buffer.
7413 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7414 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7415 anyway if the change always is undone.
7417 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7419 Implement togglable electricity:
7421 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7422 saying when it should be used.
7424 * progmodes/cc-engine.el: Add the new buffer-local variable,
7427 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7428 c-toggle-auto-newline.
7430 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7431 c-toggle-auto-newline. Remove the binding for
7432 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7433 c-toggle-electric-state.
7435 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7437 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7438 c-\(forward\|backward\)-subword.
7439 (c-update-modeline): Add the new modeline flag `l' for
7440 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7441 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7442 Make the old name an alias of the new name.
7443 (c-toggle-electric-state): New function.
7444 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7445 Adapt these functions to do electric things only when
7446 c-electric-flag is non-nil.
7447 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7448 new functions from c-electric-brace.
7449 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7450 mode, so that the tentative extra newline doesn't change the
7451 syntax of the following brace.
7452 (c-electric-brace): Restructure by extracting the above functions.
7453 Tidy up the coding somewhat.
7454 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7457 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7459 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7460 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7462 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7463 (c-submode-indicators): Change name from `c-auto-hungry-string'
7464 since it's now used to track another submode.
7466 (c-update-modeline): Convert to function and extended to check
7467 `c-subword-move-mode'.
7469 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7470 Convert to compat aliases for `c-forward-subword' and
7471 `c-backward-subword'.
7473 * progmodes/cc-subword.el: New functions and minor mode to handle
7474 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7476 (c-forward-subword, c-backward-subword, c-mark-subword)
7477 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7478 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7479 Functions corresponding to the standard word handling functions.
7481 (c-subword-move-mode): Minor mode that replaces all the standard
7482 word handling functions with their subword equivalences.
7484 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7486 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7487 entry for one-liner-defun.
7489 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7490 name in its def-edebug-spec.
7492 * progmodes/cc-cmds.el (c-electric-brace): Make the
7493 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7494 compacts space before a comment, if this will make things fit on
7497 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7499 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7501 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7502 clean-up one-liner-defun.
7504 * progmodes/cc-styles.el: Add the new "awk" style.
7506 * progmodes/cc-vars.el: Add description of one-liner-defun to
7507 c-cleanup-list's doc-string. New user options,
7508 c-max-one-liner-length. In c-default-style, set the default style
7511 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7513 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7514 macros inside labels.
7516 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7517 `c-at-statement-start-p' and `c-at-expression-start-p'.
7519 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7520 error if the mark isn't set.
7522 * progmodes/cc-engine.el (c-guess-continued-construct)
7523 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7524 accurately detect functions inside functions.
7526 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7527 like `c-at-statement-start-p' that additionally recognizes commas
7528 and expression parentheses as delimiters.
7530 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7531 to avoid heuristics that doesn't work for unclosed blocks.
7532 (c-at-statement-start-p): New function.
7534 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7535 Objective-C directives, e.g. directives spanning lines should work
7536 reasonably well now.
7538 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7540 (c-forward-objc-directive): New function to move over any ObjC
7543 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7544 (c-basic-matchers-before): Use it.
7546 (c-font-lock-objc-iip-decl): Remove.
7548 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7549 in the template arglist recognition.
7551 * progmodes/cc-styles.el (c-style-alist): Fix several
7552 inconsistencies in the Whitesmith style.
7554 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7555 New lineup function to get lines after Whitesmith style blocks
7558 (c-lineup-whitesmith-in-block): Back out the compensation for
7559 opening parens since it's done using `add' lists in the style
7560 definition instead. Don't use the anchor position since it varies
7561 too much between the syntactic symbols. :P
7563 * progmodes/cc-vars.el (c-valid-offset): Update.
7565 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7566 lists where the offsets are combined according to several
7567 different methods: `first', `min', `max', and `add'.
7568 Report offset evaluation errors with `c-benign-error' so that some kind
7569 of reindentation still is done.
7571 * progmodes/cc-engine.el (c-guess-basic-syntax):
7572 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7575 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7576 situations for `arglist-cont-nonempty' and `arglist-close'.
7578 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7580 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7581 cc-bytecomp-boundp' in a number of places.
7583 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7584 macro related issue.
7586 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7588 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7589 list is now [asdf], a char class [:alpha:].
7590 Include code for char classes.
7591 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7592 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7594 Remove (nearly all of) the cruft associated with AWK Mode's former
7595 concept of "virtual semicolons":
7597 Adapt c-beginning-of-statement, c-end-of-statement (together with
7598 subfunctions) to use the new notion of "virtual semicolon" in
7599 place of the old awkward special handling for AWK. There remains
7600 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7601 * progmodes/cc-cmds.el:
7602 (c-ascertain-adjacent-literal): In the backwards direction, now
7603 recognises AWK regexp delimiters as string delimiters.
7604 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7605 check more rigorously for "end of macro".
7606 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7608 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7609 out the code for forward movement into ...
7610 (c-end-of-statement): Now contains the code for forward movement,
7611 adapted for virtual semicolons.
7613 * progmodes/cc-engine.el:
7614 (c-ws*-string-limit-regexp): New regexp.
7615 (c-forward-single-comment, c-backward-single-comment): Comment out
7616 the (now redundant) "special" AWK stuff.
7618 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7619 c-string-par-start, c-string-par-separate to be more like Text
7620 Mode than Fundamental Mode.
7622 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7624 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7625 to the fontified region so that fontification doesn't occur
7626 outside it (could happen e.g. when fontifying a line with an
7627 unfinished declaration).
7629 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7631 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7632 start of the file. ^L now separate sections of the file.
7633 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7634 (c-awk-one-line-possibly-open-string-re)
7635 (c-awk-regexp-one-line-possibly-open-char-class-re)
7636 (c-awk-one-line-possibly-open-regexp-re)
7637 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7638 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7640 Amend the concept of "virtual semicolons" (in the indentation
7641 engine) for languages like AWK, such that they are now
7642 conceptually attached to end of the last token of a statement, not
7643 the end of the line. (In AWK Mode, however, the pertinent text
7644 property is still physically set on the EOL.) Remove the specific
7645 tests for awk-mode, thus facilitating the introduction of other
7646 language modes where EOLs can end statements.
7647 (Note: The funtionality in cc-cmds.el, specifically
7648 c-beginning/end-of-statement has yet to be amended.)
7650 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7653 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7654 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7655 c-vsemi-status-unknown-p-fn (in a new page).
7657 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7658 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7659 numerous awkward forms like
7660 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7661 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7662 variable before-ws-ip, the place just after char-before-ip appears.
7664 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7667 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7669 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7670 `c-tentative-buffer-changes'.
7672 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7673 convert to macro to choose between Emacs and XEmacs at compile time.
7675 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7677 (c-tentative-buffer-changes): New macro to handle temporary buffer
7678 changes in a convenient way.
7680 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7681 for `c-tentative-buffer-changes'.
7683 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7684 the checks for paren sexps between the point and the keyword, to
7685 avoid some false alarms.
7687 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7688 Fixed a situation where an error could be thrown for unbalanced
7689 parens. Changed to make use of c-keyword-member' to avoid some
7690 repeated regexp matches.
7692 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7693 These language variable are no longer necessary.
7695 (c-block-stmt-kwds): New language constant used by
7696 c-looking-at-inexpr-block'.
7698 (c-guess-basic-syntax): Remove an optional check that looked at
7699 the existence of the now removed language variables.
7701 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7702 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7703 object instantiation expressions as declarations in some contexts.
7704 This bug only affected languages where the declarator can't be
7705 enclosed in parentheses.
7707 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7708 insert newlines before and after substatement braces.
7710 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7711 function declaration headers and the handling of C++ style member
7714 (c-just-after-func-arglist-p): Rewritten to use
7715 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7717 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7719 (c-guess-basic-syntax): Adapt case 5B for the new
7720 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7721 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7722 covers all cases now).
7724 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7726 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7728 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7729 c-string-par-start/separate c-sentence-end-with-esc-eol,
7730 initialised in c-setup-paragraph-variables, used in string
7731 scanning subroutines of c-beginning-of-statement.
7733 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7734 which precedes the newly inserted `{'.
7736 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7738 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7739 function for declaration level blocks. It should now cope with
7740 templates better and also be a lot more comprehensible.
7742 (c-looking-at-decl-block): The new function.
7744 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7747 (c-add-class-syntax, c-guess-continued-construct)
7748 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7750 (c-decl-block-key): Change to tell apart ambiguous and
7751 unambiguous keywords. Pike specials are now handled directly in
7754 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7755 New language constants and variables to make the backward skip in
7756 `c-looking-at-decl-block' as tight as possible.
7758 (c-nonsymbol-token-char-list): New language constant.
7760 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7761 find balanced template arglists backwards.
7763 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7764 making char classes for `c-syntactic-skip-backward'.
7766 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7767 16D - can't be a class-close at that point.
7769 * progmodes/cc-engine.el (c-guess-basic-syntax)
7770 (c-add-class-syntax): Don't narrow out the enclosing declaration
7771 level. This makes everything a lot easier, and it was actually
7772 only four small places that needed it to work. Some places that
7773 previously did `widen' are removed now, which has the effect that
7774 `c-guess-basic-syntax' never will look at things outside the
7775 current narrowment now. The anchor position for `topmost-intro'
7776 is affected by this, but it was so bogus it was basically useless
7777 before, and now it's equally bogus but in a slightly different way.
7779 (c-narrow-out-enclosing-class): Gone.
7781 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7782 the narrowed region.
7784 (c-least-enclosing-brace): Remove silly optional argument.
7786 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7787 the point could be left directly after an open paren when finding
7788 the beginning of the first decl in the block.
7790 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7791 Specify which submatch to use.
7793 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7795 (c-decl-start-re): No longer any need for special treatment of
7796 ObjC due to the above.
7798 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7799 presumably follows C in that regard.
7801 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7802 New language constants to specify operator tokens inside
7803 identifiers in a more high level way.
7805 (c-opt-identifier-prefix-key): New internal language constant.
7807 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7808 (c-identifier-start, c-identifier-key): Now completely calculated
7809 from other constants.
7811 (c-identifier-last-sym-match): Decommission since it's no longer used.
7813 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7815 * progmodes/cc-engine.el (c-forward-name): Remove the
7816 optimization when c-identifier-key is equal to c-symbol-key since
7817 it doesn't work in byte compiled files. Don't record empty
7818 regions as identifiers.
7820 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7821 simplify access to `c-operators' and its likes.
7823 (c-operator-list, c-all-op-syntax-tokens)
7824 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7825 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7826 (c-primary-expr-regexp, c-cast-parens): Use it.
7828 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7829 an explicit language in functions.
7831 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7832 variant of adornment.
7834 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7837 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7840 * progmodes/cc-engine.el (c-on-identifier)
7841 (c-simple-skip-symbol-backward): Small fix for handling "-"
7842 correctly in `skip-chars-backward'. Affected the operator lfun
7845 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7846 diagnostic message about precompiled language vars not being used.
7848 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7849 "__attribute__" is followed by a parenthesis.
7851 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7852 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7853 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7855 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7856 Internal cleanups to properly detect the declared identifiers in
7857 various declarations.
7859 (c-decl-start-kwds): New language constant to recognize
7860 declarations that can start anywhere. Used for class declarations
7863 (c-specifier-key, c-not-decl-init-keywords)
7864 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7865 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7867 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7868 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7869 handling of the compiler specific extension keywords into a new
7870 language constant `c-decl-hangon-kwds' that defines keyword
7871 clauses to be ignored in declarations.
7873 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7874 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7875 Necessary to stop at the declared identifier in e.g. IDL valuetype
7878 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7879 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7880 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7881 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7882 class and enum declarations as such and not as part of the type.
7884 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7885 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7887 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7888 declarations when there's some syntax error later on.
7890 (c-complex-decl-matchers): Did away with a reference to
7893 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7894 value - this variable is always dynamically bound.
7896 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7897 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7898 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7899 functions that might do hidden buffer changes: All such internal
7900 functions are now marked instead of those that don't.
7902 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7903 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7904 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7905 (c-literal-type): Allow these functions to make hidden buffer changes,
7906 so that they are free to use text property caching later on.
7908 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7909 (c-electric-brace, c-electric-slash, c-electric-star)
7910 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7911 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7912 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7913 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7914 with the changed semantics of the functions above.
7916 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7917 when macros occur in obscure places. Optimized the sexp movement
7920 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7922 Enhancements for c-beginning-of-statement to work in AWK Mode:
7924 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7925 (completed statement) with `}' (statement completed by closing
7926 brace or semicolon) and `$' (statement completed by EOL).
7928 (c-awk-virtual-semicolon-ends-prev-line-p)
7929 (c-awk-virtual-semicolon-ends-line-p)
7930 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7931 (c-awk-at-statement-end-p): New functions.
7933 * progmodes/cc-cmds.el: Simplify the structure of functions
7934 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7935 two functions and c-beginning-of-statement to handle AWK Mode.
7937 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7938 c-backward-single-comment for AWK mode. Attempt to clarify their
7941 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7943 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7945 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7946 label handling. Labels are now recognized in a uniform and more
7947 robust way, regardless of context. Text properties are put on all
7948 labels to recognize the following declarations better.
7949 Multiword labels are handled both in indentation and fontification for
7950 the benefit of language extensions like Qt. For consistency, keywords
7951 in labels are now fontified with the label face instead.
7952 That also applies to "case" and "default".
7954 (c-beginning-of-statement-1): Fix some bugs in the label
7955 handling. Disregard `c-nonlabel-token-key' in labels that begin
7956 with `c-label-kwds'.
7958 (c-find-decl-spots): Support that the callback adds more
7959 `c-decl-end' spots to find.
7961 (c-forward-decl-or-cast-1): Don't treat a list of plain
7962 identifiers followed by a colon as a declaration.
7964 (c-forward-label): New function to recognize labels.
7966 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7967 `c-forward-label'. Moved the label recognition cases (14 and 15)
7968 earlier since they aren't so context sensitive now. Handle labels
7969 on the top level gracefully. Moved access label recognition to
7970 the generic label case (CASE 15) - removed CASE 5E.
7972 (c-font-lock-declarations): Add recognition of labels in the
7973 same round since we need to handle labels in parallell with other
7974 declarations to recognize both accurately. It should also improve
7977 (c-simple-decl-matchers, c-basic-matchers-after):
7978 Move `c-font-lock-labels' so that it only is used on decoration level 2
7979 since `c-font-lock-declarations' handles it otherwise.
7981 (c-complex-decl-matchers): Remove the simplistic recognition of
7984 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7985 with labels earlier.
7987 (c-decl-start-re): New language variable to make
7988 `c-font-lock-declarations' stop for the special protection labels
7989 in Objective-C that start with `@'.
7991 (c-label-key): Remove since it's no longer used.
7993 (c-recognize-colon-labels, c-label-prefix-re): New language
7994 constants to support recognition of generic colon-terminated labels.
7996 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7997 are colon terminated labels.
7999 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8000 first argument starts with a special brace list.
8002 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8003 (c-font-lock-declarations): Break out the declaration and cast
8004 recognition from `c-font-lock-declarations' to a new function, so
8005 that it can be used in the indentation engine.
8007 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8008 up to the start of the literal. Fixed bug with the point on the
8009 wrong side of the search limit that could happen when the start
8010 position is inside a literal.
8012 * progmodes/cc-engine.el (c-parse-state)
8013 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8014 so that it's kept a little bit back to increase the hit rate.
8016 (c-parse-state): Change the macro handling and fixed some
8017 glitches. Macro context is checked more often than necessary now,
8018 but otoh less garbage conses are generated.
8020 * progmodes/cc-engine.el (c-parse-state)
8021 (c-invalidate-state-cache): Cache the last position where
8022 `c-state-cache' applies. This can speed up refontification quite
8023 a bit in blocks where there are many non-brace parens before the point.
8025 (c-state-cache-end): New variable for this.
8027 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8030 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8031 get close initial continue positions when the start position is
8032 inside a literal or macro. Do not call the callback for spots
8033 before the start position (which can happen e.g. for `c-decl-end'
8034 spots inside comments). Optimize better in special cases when the
8035 region is a single line inside a literal or macro (typically when
8036 the current line is refontified).
8038 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8039 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8040 entries from the paren state.
8042 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8043 special case for "else if" clauses.
8045 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8046 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8048 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8049 New language variable to recognize the gcc extension with statement
8050 blocks inside expressions.
8052 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8053 it somewhat more comprehensible. The argument AT-BLOCK-START is
8054 no longer used and hence removed.
8056 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8057 to `c-add-stmt-syntax'.
8059 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8060 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8061 This fixes bogus label recognition.
8063 * progmodes/cc-engine.el (c-add-type, c-check-type)
8064 (c-forward-name, c-forward-type): Improve storage of template
8065 types in `c-found-types' so that they can be recognized better.
8067 (c-syntactic-content): Add option to skip past nested parens.
8069 * progmodes/cc-engine.el (c-forward-name):
8070 Set `c-last-identifier-range' all the time. It's less work that way.
8071 Handle that there might not be an identifier to store in
8072 `c-last-identifier-range'.
8074 (c-forward-type): Handle that `c-last-identifier-range' might be
8075 nil from `c-forward-name'.
8077 * progmodes/cc-defs.el (c-safe-scan-lists)
8078 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8080 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8081 to work even if the form fails.
8083 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8084 down in a large file in one go.
8086 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8088 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8089 function which is like `c-lineup-math' but returns nil instead of
8090 `c-basic-offset' when it doesn't match.
8092 (c-lineup-math): Change to use `c-lineup-assignments'.
8094 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8096 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8097 c-beginning-of-statement. New subfunctions
8098 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8100 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8102 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8103 hardcoded char classes whereever possible. Changed a couple of
8104 places to use skip by syntax instead of skip by char class.
8106 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8107 Fix a bug in the regexp that caused extreme backtracking.
8109 * progmodes/cc-langs.el (c-block-comment-starter)
8110 (c-block-comment-ender): New language constants to specify in a
8111 single place how block comments look.
8113 (c-comment-start-regexp, c-block-comment-start-regexp)
8114 (comment-start, comment-end, comment-start-skip)
8115 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8116 (c-syntactic-ws, c-nonempty-syntactic-ws)
8117 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8118 `c-line-comment-starter', `c-block-comment-starter' and
8119 `c-block-comment-ender'.
8121 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8122 New language constants to break up things a bit.
8124 (c-simple-ws): New language constant for simple whitespace.
8126 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8128 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8129 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8130 newlines. Allow and ignore nil elements in the list.
8132 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8134 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8135 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8137 * progmodes/cc-cmds.el: Tidy up the comments in
8138 c-beginning-of-statement and subfunctions.
8140 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8141 more flexible c-put-char-property and c-clear-char-properties.
8142 Add the author's email address.
8144 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8146 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8147 closing "*/" of a block comment.
8149 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8150 subfunctions) so that it works at BOB and EOB.
8152 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8153 c-beginning-of-statement, including new variable
8154 c-block-comment-start-regexp.
8156 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8158 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8159 symbols from `*-font-lock-extra-types' so that there's no need to
8160 use `regexp-opt' on those lists.
8162 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8163 `c-type-modifier-kwds' is empty.
8165 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8166 there are several strings on the same line.
8168 * progmodes/cc-engine.el (c-literal-limits): Remove the
8169 compatibility function for older emacsen. `c-literal-limits-fast'
8170 has now taken the place of this function.
8172 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8173 with older emacsen: We now require `pps-extended-state'.
8175 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8177 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8178 which obviates the need to hack sentence-end. This now handles
8179 escaped newlines in strings correctly. Correct minor bugs in
8180 c-move-over-sentence and in c-beginning-of-statement.
8182 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8183 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8184 that movement over macros and code are rigorously separated from
8185 eachother. Correct a few incidental bugs.
8187 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8188 Improve its doc-string. Improve the handling of certain specific cases.
8190 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8192 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8193 (c-guess-basic-syntax): Change the way class-level labels are
8194 recognized; they can now contain essentially any symbols.
8196 (c-opt-extra-label-key): New language variable to cope with the
8197 special protection label syntax in Objective-C.
8199 (c-opt-access-key): Remove; this is now handled better by
8200 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8202 (c-complex-decl-matchers): Update to handle that
8203 `c-opt-access-key' no longer exists.
8205 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8206 improved label recognition in `c-beginning-of-statement-1'.
8208 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8209 Recognize bitfields better.
8211 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8212 Remove some cruft and fixed a bug that could cause it to go to a
8213 position further down.
8215 * progmodes/cc-langs.el, cc-engine.el
8216 (c-beginning-of-statement-1): Improve detection of labels in
8217 declaration contexts.
8219 (c-beginning-of-decl-1): Use it.
8221 (c-nonlabel-token-key): New language constant and variable needed
8222 by `c-beginning-of-statement-1'.
8224 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8225 manifested itself due to the correction in `c-forward-sexp'.
8227 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8228 Make these behave as documented when used at the buffer limits.
8230 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8231 (c-type-decl-end-used): Made this a language variable.
8233 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8234 correctly when `combine-after-change-calls' is used together with
8235 temporary narrowings.
8237 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8238 Report labels correctly when the start point is immediately after the
8241 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8242 Remove since it isn't used anymore.
8244 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8245 bracket arglists such as template parens in C++.
8247 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8248 in the last check-in. Some optimization.
8250 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8251 where it could stop at the same level in a preceding sexp when
8254 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8255 text property lookup only when it's needed.
8257 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8258 Change the policy for paren marked angle brackets to be more
8259 persistent; once marked they remain marked even when they're found
8260 to be unbalanced in the searched region. This should keep the
8261 paren syntax around even when individual lines are refontified in
8262 multiline template arglists.
8264 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8265 to control markup so that incorrect angle bracket arglists aren't
8266 marked in contexts where the correct value for
8267 `c-disallow-comma-in-<>-arglists' isn't known.
8269 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8270 argument has become `c-parse-and-markup-<>-arglists'.
8272 (c-remove-<>-arglist-properties): Remove - no longer used.
8274 (c-after-change-check-<>-operators): New function used on
8275 `after-change-functions' to avoid that "<" and ">" characters that
8276 are part of longer operators have paren syntax.
8278 (c-<>-multichar-token-regexp): New language variable used by
8279 `c-after-change-check-<>-operators'.
8281 (c-after-change): Call `c-after-change-check-<>-operators'.
8283 (c-font-lock-<>-arglists): Use the context properties set by
8284 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8285 correctly to avoid doing invalid markup.
8287 (c-font-lock-declarations): Remove code that undoes the invalid
8288 markup done by `c-font-lock-<>-arglists'.
8290 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8291 after `c-font-lock-declarations'.
8293 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8294 Add paren-level feature.
8296 (c-guess-basic-syntax): Improve the anchor position for
8297 `template-args-cont' in nested template arglists. There's still
8298 much to be desired in this area, though.
8300 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8302 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8303 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8305 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8307 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8308 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8310 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8311 it doesn't work no longer are supported.
8313 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8314 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8315 requires support for the syntax-table' text property, which rules
8316 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8317 cruft associated with those versions.
8319 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8320 for the `syntax-table' text property, which rules out Emacs 19 and
8321 XEmacs < 21.4. Removed various compatibility cruft associated
8322 with those versions.
8324 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8325 support for the `syntax-table' text property.
8327 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8328 variable and use an extra quoted face name instead. All the
8329 emacsen flavors handle that correctly.
8331 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8332 (c-font-lock-declarators, c-font-lock-declarations)
8333 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8334 property to mark the items in in declarator lists to handle
8335 refontification inside multiline declarations better.
8337 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8338 construct like "a * b = c;" as a declaration.
8340 2005-12-08 Kim F. Storm <storm@cua.dk>
8342 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8343 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8344 select either meta, hyper, or super modifier for rectangle commands.
8345 (cua--rectangle-modifier-key): New defvar.
8346 (cua--M/H-key): Use it. Remove special case for `space'.
8347 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8348 on X, to meta otherwise. Always bind C-return to toggle
8349 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8351 * emulation/cua-rect.el (cua-help-for-rectangle):
8352 Use cua--rectangle-modifier-key. Handle super modifier too.
8353 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8354 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8356 * ido.el: Move Acknowledgements and History after Commentary.
8357 Minor changes to Commentary.
8359 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8360 keymap if cua--prefix-override-timer is `shift'.
8361 (cua--shift-control-prefix): New function; emulate "type prefix
8362 key twice" functionality to handle shifted prefix key override.
8363 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8365 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8367 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8369 * textmodes/org.el (org-insert-heading): Try to do items before
8371 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8372 (org-insert-item): New function.
8373 (org-renumber-ordered-list): Don't skip to higher level lists.
8375 2005-12-08 Juri Linkov <juri@jurta.org>
8377 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8379 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8381 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8383 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8384 the constructed function name fun-1.
8386 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8387 because such links don't lead to parent documentation.
8389 2005-12-08 Kenichi Handa <handa@m17n.org>
8391 * descr-text.el (describe-char): Use *Help-2* buffer if the
8392 current buffer is *Help*. Call describe-text-properties while
8393 setting the original buffer.
8395 2005-12-07 Bill Wohler <wohler@newt.com>
8397 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8398 and causes problems with non-MH users (such as Gnus users).
8400 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8402 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8403 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8404 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8405 command "info sources". Move calls to GDB command "list".
8406 (gdb-find-file-hook): Just use gdb-source-file-list.
8407 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8408 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8409 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8410 (gdb-data-list-register-values-handler): Use correct trigger name.
8412 2005-12-07 Kim F. Storm <storm@cua.dk>
8414 * ido.el (ido-completion-map): Rename from ido-mode-map.
8415 (ido-common-completion-map, ido-file-completion-map)
8416 (ido-file-dir-completion-map, ido-buffer-completion-map):
8417 Rename from ido-mode-....-map.
8418 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8419 (ido-setup-completion-map): Rename from ido-define-mode-map.
8420 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8421 to ido-completion-map.
8423 2005-12-07 Kenichi Handa <handa@m17n.org>
8425 * international/mule-cmds.el
8426 (set-display-table-and-terminal-coding-system): If the coding
8427 system specified in `unibyte-display' property is different from
8428 the arg coding-system, don't setup standard-display-table.
8430 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8432 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8433 that comments end at \n, regardless of selective-display.
8435 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8437 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8438 (gdb-version): New variables.
8439 (gdb-source-file-list, gdb-register-names)
8440 (gdb-changed-registers): New variables for use with GDB 6.4+.
8441 (gdb-ann3): Replace with...
8442 (gdb-init-1, gdb-init-2): ...two new functions.
8443 (gdba, gdb-prompt): Call gdb-init-1.
8444 (gdb-get-version): New function. Call gdb-init-2 from here.
8445 (gud-watch): Make it work with mouse events too.
8446 (gdb-post-prompt): Don't add to queue until GDB version is known.
8447 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8448 (gdb-locals-mode): Use gdb-version.
8449 (gdb-memory-format-map, gdb-memory-unit-map)
8450 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8451 (gdb-locals-font-lock-keywords-1)
8452 (gdb-locals-font-lock-keywords-2): New variables.
8453 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8454 (gdb-set-gud-minor-mode-existing-buffers-1)
8455 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8456 (gdb-var-update-1, gdb-var-update-handler-1)
8457 (gdb-data-list-register-values-handler)
8458 (gdb-data-list-register-values-custom)
8459 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8460 (gdb-stack-list-locals-handler, gdb-get-register-names):
8461 New functions for use with GDB 6.4+.
8462 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8463 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8464 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8465 (gdb-stack-list-locals-regexp)
8466 (gdb-data-list-register-names-regexp): New regexps for use with
8469 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8471 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8473 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8475 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8476 prompts work for AUTH PLAIN. Also reported by Steve Allan
8477 <seallan@verizon.net>.
8479 2005-12-06 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
8481 * frame.el (set-frame-parameter): Add doc string.
8483 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8485 * textmodes/org.el (org-occur-highlights): New variable.
8486 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8487 (org-highlight-sparse-tree-matches): New option.
8488 (org-do-occur): New function.
8489 (org-get-heading): Make it work also at beginning of line.
8490 (org-category-table): New variable.
8491 (org-get-category-table, org-get-category)
8492 (org-camel-to-words, org-link-search): New functions.
8493 (org-select-this-todo-keyword): New variable.
8494 (org-todo-list): New command.
8495 (org-shiftright, org-shiftleft): New commands.
8496 (org-agenda-todo): Add prefix argument.
8497 (org-show-hierarchy-above): New option.
8498 (org-show-todo-tree): Numerical prefix creates tree for specific
8500 (org-outline-level): New function, to assign a level to plain
8502 (org-cycle-include-plain-lists): New option.
8503 (org-mode): Use `org-outline-level' as value of `outline-level'.
8504 (org-cycle): Temporarily switch `outline-regexp' if
8505 `org-cycle-include-plain-lists' is non-nil.
8506 (org-start-icalendar-file): Fix format bug.
8507 (org-agenda-get-day-entries): Create category table.
8508 (org-agenda-get-todos, org-agenda-get-timestamps)
8509 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8510 (org-agenda-get-blocks): Use `org-get-category'.
8511 (org-context-in-file-links): Rename from
8512 `org-line-numbers-in-file-links'.
8514 2005-12-06 Romain Francoise <romain@orebokech.com>
8516 * window.el (balance-windows): Delete extraneous third arg in call
8517 to `enlarge-window'.
8519 2005-12-06 Kenichi Handa <handa@m17n.org>
8521 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8523 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8525 * progmodes/gdb-ui.el (gdb-var-create-handler)
8526 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8527 (gdb-var-list-children-handler, gdb-var-update-handler):
8528 Current buffer is already gdb-partial-output-buffer, don't
8529 make it current again.
8531 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8533 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8534 (list-buffers-noselect): Use it.
8536 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8538 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8539 (mail-yank-ignored-headers): Use regexp-opt.
8540 (mail-mode-map): Move initialization into declaration.
8541 (mail-sent-via): Remove unused shadowed var `to-line'.
8542 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8543 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8544 (mail-do-fcc): Use dolist and push.
8545 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8546 (mail-yank-ignored-headers): Don't autoload.
8548 2005-12-05 Kenichi Handa <handa@m17n.org>
8550 * international/mule-cmds.el (set-language-info-internal): New fun.
8551 (set-language-info): Call set-language-info-internal to update
8552 language-info-alist. If LANG-ENV is the current one, call
8553 set-language-environment to make INFO effective now.
8554 (set-language-info-alist): Likewise.
8555 (locale-language-names): With locale "en", use English
8556 lang. env. but set the default codings to iso-8859-1.
8558 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8560 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8561 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8562 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8564 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8565 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8566 Create registers buffer if necessary. Echo new state in minibuffer.
8567 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8569 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8571 * info.el (Info-fontify-node): Match external links using
8572 non-directory part of filename.
8574 2005-12-04 Juri Linkov <juri@jurta.org>
8576 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8577 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8578 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8579 because there is no customization option for it.
8581 * font-lock.el (lisp-font-lock-keywords-1):
8582 Add define-global-minor-mode.
8584 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8586 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8587 properties on the constructed variable names.
8589 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8590 Put `definition-name' properties on the constructed function names
8591 next-sym and prev-sym.
8593 * emacs-lisp/find-func.el (find-function-regexp):
8594 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8595 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8596 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8597 and easy-menu-define.
8599 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8600 easy-mmode-define-global-mode and define-global-minor-mode.
8601 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8603 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8604 instead of easy-mmode-define-global-mode.
8606 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8607 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8609 * cus-edit.el (customize-group, customize-group-other-window):
8610 Filter out autoloaded options from the group completion list by
8611 using heuristics that autoloaded groups don't have `custom-autoload'
8612 property on their symbols (they have only `custom-loads').
8614 * simple.el (completion-setup-function): Put completions-common-part
8615 face on complete completion string too (i.e. completion string
8616 without completions-first-difference face).
8618 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8620 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8622 * view.el (view-mode): Doc fix.
8624 * disp-table.el (standard-display-european): Add to the warning
8625 message a reference to the doc string.
8627 * play/yow.el (apropos-zippy): Call print-help-return-message,
8628 similar to other Help and Apropos commands.
8630 * help.el (print-help-return-message): If pop-up-frames is
8631 non-nil, set up help-return-method to delete the help window and,
8632 possibly, its frame as well, and don't display message about
8633 scrolling the help window. Doc fix.
8634 (help-return-method): Doc fix.
8636 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8638 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8639 whereby names of length one or names starting with a
8640 symbol-constituent character would not be returned.
8642 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
8644 * subr.el (atomic-change-group): Add edebug and indentation spec.
8646 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8648 * completion.el (save-completions-file-name): Fix typo in last change.
8650 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8652 * info.el: Move back/forward history to the beginning of the tool bar.
8654 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8656 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8657 Add fset of allout-real-isearch-abort during compile to fix
8658 byte-compilation warnings.
8659 (allout-mode-p): Move definition of this macro above all uses, or
8660 byte compilation in barren emacs (eg, during emacs build) will
8661 lack the definition.
8662 (allout-mode): Move this variable above any uses, or byte
8663 compilation will fail.
8664 (allout-resolve-xref): Remove use of personal file-reference function.
8665 (allout-toggle-current-subtree-encryption): Do the current (ie,
8666 visible containing) topic, rather than nearest around point. Doc fix.
8667 (allout-toggle-subtree-encryption): New function, workhorse that
8668 works on nearest topic containing point.
8669 (allout-encrypt-string): Signal requirement for newer version of pgg.
8670 (allout-resumptions): Doc fix.
8672 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8674 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8676 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8678 * textmodes/flyspell.el (flyspell-external-point-words):
8679 Consider a misspelling as found in the string search if: (a) misspelling
8680 and found string lengths match, or (b) misspelling is found as
8681 element in a boundary-chars separated longer string, or (c)
8682 ispell-program-name is really ispell and misspelling is found as
8683 part of a TeX string. After successful match move beginning of
8684 search region to end of match. Warn about not found misspellings
8685 once the process is done.
8686 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8688 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8690 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8691 tool bar (removed inadvertently).
8693 2005-12-02 Juri Linkov <juri@jurta.org>
8695 * log-view.el (log-view-diff): Clarify doc string.
8697 2005-12-01 Bill Wohler <wohler@newt.com>
8699 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8700 triggers lm-verify errors.
8702 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8704 * simple.el (transient-mark-mode, line-number-mode)
8705 (column-number-mode, size-indication-mode): Remove `:require nil'.
8707 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8709 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8711 (gdb-breakpoints-mode-map): Use D instead of d for
8712 gdb-delete-breakpoint.
8713 (gdb-get-frame-number): Require a number to match on.
8714 (gdb-threads-mode-map): Add follow-link binding.
8716 2005-11-30 Jason Rumney <jasonr@gnu.org>
8718 * isearch.el (isearch-mode-map): Avoid exiting search on
8719 language-change event.
8721 2005-11-30 Romain Francoise <romain@orebokech.com>
8723 * speedbar.el (speedbar-default-position): New defcustom.
8724 (speedbar-frame-reposition-smartly): Use it.
8726 * dframe.el (dframe-reposition-frame-emacs): Fix position
8727 computation for `left' location.
8728 Update copyright year.
8730 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8732 * help.el (help-map): Move initialization into declaration.
8734 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8736 * help-fns.el (help-argument-name): Don't autoload.
8737 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8738 to be re-loaded when customizing the `help' group.
8740 2005-11-30 John Paul Wallington <jpw@gnu.org>
8742 * help-fns.el (describe-function-1): Fill arglist output.
8744 2005-11-30 Kim F. Storm <storm@cua.dk>
8746 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8747 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8748 after revert-buffer (or anything else which kills all local variables).
8750 * apropos.el (apropos-parse-pattern): Doc fix.
8751 Set apropos-regexp directly, rather than expecting callers to do so.
8752 (apropos-command, apropos, apropos-value, apropos-documentation):
8753 Simplify calls to apropos-parse-pattern.
8755 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8757 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8758 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8759 (hi-lock-write-interactive-patterns): Use comment-region.
8761 * longlines.el (longlines-mode): Add mail-setup-hook.
8763 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8765 * simple.el (sendmail-user-agent-compose, next-line):
8766 Conditionally use hard-newline.
8768 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8770 * international/latexenc.el (latex-inputenc-coding-alist):
8773 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8775 * help.el (describe-key-briefly, describe-key): Recognize default
8778 2005-11-29 Romain Francoise <romain@orebokech.com>
8780 * view.el (view-inhibit-help-message): New defcustom.
8781 (view-mode-enter): Use it.
8783 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8785 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8786 Preserve user position.
8788 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8790 * font-lock.el: Throw error if facemenu is not loaded to prevent
8791 accidental change of loading order in loadup.el. (Suggested by RMS.)
8793 * loadup.el: Add comment explaining why facemenu must be loaded
8796 2005-11-28 Jay Belanger <belanger@truman.edu>
8798 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8799 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8801 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8803 * calc/calc-embed.el (calc-do-embedded): Update help message.
8805 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8807 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8809 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8811 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8812 called-interactively-p.
8813 (elp-profilable-p): Rename from elp-not-profilable-p.
8814 Invert result and take into account macros and autoloaded functions.
8815 (elp-instrument-function): Update call.
8816 (elp-instrument-package): Update call. Add completion.
8817 (elp-pack-number): Use match-string.
8818 (elp-results-jump-to-definition-by-mouse): Merge into
8819 elp-results-jump-to-definition and then remove.
8820 (elp-output-insert-symname): Make help echo text single-line.
8822 * replace.el (query-replace-map): Move initialization into declaration.
8823 (occur-engine): Use with-current-buffer.
8824 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8825 (occur-mode-mouse-goto): Replace with an alias.
8827 2005-11-28 Juri Linkov <juri@jurta.org>
8829 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8831 * term/w32-win.el: Bind [S-tab] to [backtab].
8833 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8834 `Info-find-file' to t.
8836 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8837 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8838 and same-window-regexps.
8839 (occur-next-error): Don't move point for arg 0.
8841 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8843 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8845 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8847 * log-edit.el (log-edit-changelog-use-first): New var.
8848 (log-edit-changelog-ours-p): Use it.
8849 (log-edit-insert-changelog): Set it with new arg `use-first'.
8850 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8851 (log-edit-hook): Add them to the list of suggested options.
8853 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8854 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8856 (flyspell-mode-on): Use add-hook for after-change-functions.
8857 (flyspell-mode-off): Use remove-hook for after-change-functions.
8858 (flyspell-changes): Make it buffer-local.
8859 (flyspell-after-change-function): Make it non-interactive. Use push.
8860 (flyspell-post-command-hook): Check input-pending-p while processing
8861 the potentially long list of buffer changes.
8863 2005-11-28 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
8865 * buff-menu.el (list-buffers-noselect): Display the selected
8866 frame's buffer list, not the global one.
8868 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8870 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8871 that (list last-input-event) works as in interactive spec.
8873 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8875 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8876 `facemenu-keymap' needs to be defined when font-lock is loaded.
8877 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8879 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8881 * completion.el: Remove useless leading * in defcustom docstrings.
8882 (save-completions-file-name): Use ~/.emacs.d if available.
8883 (completion-standard-syntax-table): Rename from
8884 cmpl-standard-syntax-table and fold initialization into declaration,
8885 thus removing cmpl-make-standard-completion-syntax-table.
8886 (completion-lisp-syntax-table, completion-c-syntax-table)
8887 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8888 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8889 (symbol-under-point, symbol-before-point)
8890 (symbol-under-or-before-point, symbol-before-point-for-complete)
8891 (add-completions-from-c-buffer): Use with-syntax-table.
8892 (make-completion): Don't return a list of completion entries.
8894 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8895 (completion-initialize): Rename from initialize-completions.
8896 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8897 (kill-emacs-save-completions): Collect stats here.
8898 (save-completions-to-file, load-completions-from-file):
8899 Use with-current-buffer.
8900 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8901 into a function. Move all calls to toplevel.
8902 (completion-lisp-mode-hook): New fun.
8903 (completion-c-mode-hook, completion-setup-fortran-mode):
8904 Set the syntax-table here. Use local-set-key.
8905 (completion-saved-bindings): New var.
8906 (dynamic-completion-mode): Make it into a proper minor mode.
8907 (load-completions-from-file): Remove unused var `num-uses'.
8909 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8910 constructor if it is explicitly overridden.
8912 * complete.el (PC-completion-as-file-name-predicate):
8913 Use minibuffer-completing-file-name.
8914 (partial-completion-mode): Use find-file-not-found-functions.
8915 (PC-lisp-complete-symbol): Use with-syntax-table.
8916 (PC-look-for-include-file): Remove dead setq.
8917 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8918 (PC-complete): Use with-current-buffer.
8920 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8921 escape single quotes.
8923 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8925 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8926 of `if' whose condition always returned nil. Doc fix.
8928 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8929 window's buffer the current buffer around the call to
8930 `list-buffers-noselect'. This is necessary to mark that buffer
8931 with a `.' in the Buffer Menu when called from Lisp, for instance
8932 by Auto Revert Mode.
8934 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8936 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8938 (gdb-pre-prompt): Make sure gdb-error is reset.
8940 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8941 with a child process, detect it.
8942 (gud-speedbar-buttons): Match regexp more carefully.
8944 2005-11-27 Richard M. Stallman <rms@gnu.org>
8946 * mouse.el (mouse-drag-move-window-bottom):
8947 Use adjust-window-trailing-edge.
8949 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8951 * simple.el (blink-matching-open): Ignore
8952 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8953 (blink-matching-paren-on-screen): Update docstring.
8955 * paren.el (show-paren-mode): No longer change
8956 `blink-matching-paren-on-screen'.
8958 2005-11-27 John Paul Wallington <jpw@pobox.com>
8960 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8961 (gdb-threads-select, gdb-edit-register-value):
8962 Use `posn-set-point' instead of `mouse-set-point' because the
8963 latter is not fbound when configured without X.
8965 2005-11-27 Kim F. Storm <storm@cua.dk>
8967 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8968 existing face when partially highlighting a TAB in a rectangle.
8970 2005-11-26 Kim F. Storm <storm@cua.dk>
8972 * ido.el (ido-mode-map): Doc fix.
8973 (ido-mode-common-map, ido-mode-file-map)
8974 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8975 (ido-define-mode-map): Rewrite. Select one of the new maps as
8976 parent for ido-mode-map instead of building from scratch.
8977 (ido-init-mode-maps): New defun to initialize new maps.
8978 (ido-mode): Call it.
8979 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8980 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8982 2005-11-26 John Paul Wallington <jpw@pobox.com>
8984 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8985 `mouse-set-point' because the latter is not fbound when configured
8988 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8990 * files.el (file-relative-name): Doc fix.
8992 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8994 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8995 non-empty string for secondary prompt PS2.
8997 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8999 * progmodes/compile.el (compilation-setup): Fix last change.
9001 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9003 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9004 (gdb-mouse-toggle-breakpoint-margin)
9005 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9006 Add gdb-server-prefix to keep out of command history.
9007 (gdb-edit-register-value): New function.
9008 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9009 (gdb-info-registers-custom): Use above map.
9011 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9013 * custom.el (enable-theme): Signal error if argument is not a
9014 theme. Don't recalculate a face if it's not loaded yet.
9016 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9017 the `user' theme is in effect.
9019 * info.el (Info-on-current-buffer): Record actual filename in
9020 Info-current-file, instead of t, or a fake filename if a non-file
9021 buffer. Make autoload.
9022 (Info-find-node, Info-revert-find-node): No need to check for
9023 Info-current-file nil.
9024 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9025 Info-current-file is now never `t'.
9026 (Info-fontify-node): Many simplifications due to Info-current-file
9027 always being valid. Use Info-find-file to find node filename.
9029 2005-11-25 David Kastrup <dak@gnu.org>
9031 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9032 new character, then delete" in order to preserve markers.
9034 2005-11-25 David Ponce <david@dponce.com>
9036 * recentf.el (recentf-arrange-by-rule): Handle a special
9037 `auto-mode-alist'-like "strip suffix" rule.
9038 (recentf-build-mode-rules): Handle second level auto-mode entries.
9040 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9042 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9045 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9046 jde-javadoc-checker-report-mode.
9048 * ediff-wind (ediff-make-wide-display): Slight simplification.
9050 * ediff.el (ediff-date): Change the date of last update.
9052 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9054 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9055 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9056 (hi-lock-mode): New global minor mode.
9057 (turn-on-hi-lock-if-enabled): New function.
9058 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9059 Change arguments to regexp and face instead of a font-lock pattern.
9060 Directly set face property, instead of refontifying.
9061 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9062 (hi-lock-find-patterns): Use line-number-at-pos.
9064 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9065 arguments for hi-lock-set-pattern.
9066 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9067 Call font-lock-fontify-buffer.
9068 (hi-lock-find-file-hook, hi-lock-current-line)
9069 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9071 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9074 * progmodes/compile.el (compilation-setup): Don't fiddle with
9077 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9079 * progmodes/gdb-ui.el (gdb-var-create-handler)
9080 (gdb-var-list-children-handler): Find values for all variable
9081 objects. gud-speedbar-buttons decides whether to display them.
9083 2005-11-24 Romain Francoise <romain@orebokech.com>
9085 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9086 buffer name with a space.
9088 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9090 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9091 `org-export-local-list-max-depth'. Change default value to 3.
9092 (org-auto-renumber-ordered-lists)
9093 (org-plain-list-ordered-item-terminator): New options.
9094 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9095 (org-get-indentation, org-get-string-indentation)
9096 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9098 (org-move-item-down, org-move-item-up): New commands.
9099 (org-export-as-html): New classes for CSS support. Bug fix in
9100 regular expression detecting fixed-width regions. Respect
9101 `org-local-list-ordered-item-terminator'.
9102 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9104 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9105 New item moving functions.
9107 2005-11-24 Juri Linkov <juri@jurta.org>
9109 * isearch.el (isearch-repeat): With empty search ring set
9110 `isearch-error' to the error string instead of signaling error
9111 with the function `error'.
9113 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9115 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9117 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9119 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9121 (gdb-var-create-handler, gdb-var-list-children-handler):
9122 Don't match on "char **...".
9123 (gdb-var-update-handler): Find values for all variable objects.
9124 (gdb-info-frames-custom): Identify frames by leading "#".
9126 * progmodes/gud.el (gud-speedbar-menu-items): Add
9127 gdb-speedbar-auto-raise as radio button.
9128 (gud-speedbar-buttons): Raise speedbar if requested.
9129 Don't match on "char **...".
9130 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9133 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9135 * info.el (Info-fontify-node): Handle the case where
9136 Info-current-file is t.
9138 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9140 * simple.el (blink-matching-open): Fix off-by-one in last change.
9142 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9144 * term/mac-win.el: Don't change default directory.
9146 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9148 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9149 buffers correctly. (It used to throw an error in such buffers.)
9150 Make it ask for confirmation in group buffers and other Custom
9151 buffers containing more than one customization item.
9153 2005-11-22 John Paul Wallington <jpw@gnu.org>
9155 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9156 property on mail and url overlays.
9157 (goto-address-at-point): Use `posn-set-point' instead of
9158 `mouse-set-point' because the latter is not fbound when configured
9161 2005-11-22 Lars Hansen <larsh@soem.dk>
9163 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9164 (ls-lisp-classify, ls-lisp-format): Delete call to
9165 ls-lisp-parse-symlink.
9166 (ls-lisp-handle-switches): Handle symlinks to directories as
9167 directories when ls-lisp-dirs-first in non-nil.
9169 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9171 * startup.el (command-line): Make sure that loaddefs.el is handled
9172 correctly in load-history.
9174 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9176 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9177 (gdb-struct-string, gdb-array-string): New constants.
9178 (gdb-info-locals-handler): Use them.
9179 (gdb-reset): Reset gdb-var-list to nil.
9181 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9183 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9186 2005-11-21 Juri Linkov <juri@jurta.org>
9188 * custom.el (defcustom): Update link types in docstring.
9190 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9192 * custom.el (defgroup): Add doc-string-elt info.
9194 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9196 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9198 * newcomment.el (comment-enter-backward): Fix last fix.
9200 * simple.el (blink-matching-open):
9201 * paren.el (show-paren-function): Allow new paren-class info.
9203 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9205 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9206 handled automagically.
9208 2005-11-20 Andreas Schwab <schwab@suse.de>
9210 * descr-text.el (describe-char): When copying overlays put them
9211 over the full char description instead of just the first character
9214 2005-11-20 Juri Linkov <juri@jurta.org>
9216 * simple.el (what-cursor-position):
9217 * descr-text.el (describe-char): Use Lisp-readable syntax
9218 for octal and hex. Reorder decimal, octal and hex values.
9219 Remove excess whitespace in the output. Use `=' in `column='
9220 like in `point=' and `Hscroll='.
9222 * international/mule-cmds.el (encoded-string-description):
9223 Use Lisp-readable syntax for hex.
9225 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9227 * newcomment.el (comment-enter-backward): Handle the case where the
9228 comment is closed by EOB.
9230 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9232 * longlines.el (longlines-before-revert-hook)
9233 (longlines-after-revert-hook): New functions.
9234 (longlines-mode): Turn off longlines temporarily when reverting.
9235 Add a message-setup-hook.
9236 (longlines-decode-buffer): New function.
9237 (longlines-wrap-line): Preserve marker positions.
9239 2005-11-19 Andreas Schwab <schwab@suse.de>
9241 * emacs-lisp/shadow.el: Handle compressed files.
9243 2005-11-19 Romain Francoise <romain@orebokech.com>
9245 * net/browse-url.el (browse-url-default-browser): Signal an error
9246 if no usable browser can be found, rather than try to load w3.
9248 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9250 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9251 replacing existing properties.
9252 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9253 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9255 (rcirc-server-prefix, rcirc-server): New faces.
9256 (rcirc-url-regexp): Generate with rx macro.
9257 (rcirc-last-server-message-time): New variable.
9258 (rcirc-filter): Record time of last message.
9259 (rcirc-keepalive): Kill processes that did not send a message
9260 since the last ping.
9261 (rcirc-mode): Give rcirc-topic a local binding here.
9263 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9265 * subr.el (read-passwd): Fontify the prompt as we do with other
9268 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9270 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9271 binding buffer-read-only to nil.
9273 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9275 * complete.el (partial-completion-mode):
9276 Mention completion-auto-help in the doc string.
9278 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9281 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9283 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9284 digits, not 8, to avoid misalignment for files larger than 100MB.
9286 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9288 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9289 Mention "keyboard shortcuts" in the help text.
9291 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9293 * startup.el (fancy-splash-default-action): Discard only
9294 mouse-down and succeeding mouse-up events in the splash screen
9295 window so that drag-n-drop event can be processed.
9297 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9299 * longlines.el (longlines-mode): Add hacks for mail-mode and
9302 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9304 * textmodes/org.el (org-table-sort-lines): New command.
9305 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9306 (org-add-file): Command removed, use `org-agenda-file-to-front'
9308 (org-export-icalendar): Use `org-icalendar-combined-name'.
9309 (org-cycle-agenda-files, org-agenda-file-to-end)
9310 (org-agenda-file-to-front): New commands.
9311 (org-table-tab-jumps-over-hlines, org-export-html-style):
9313 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9314 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9316 (org-fill-paragraph): Call `org-table-align' in tables.
9317 (org-mode): Call `org-set-autofill-regexps'.
9318 (org-export-as-html): Support for local handformatted lists.
9319 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9320 (org-export-local-list-max-depth): New option.
9321 (org-html-expand): Use `org-html-protect'.
9323 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9325 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9327 (gdb): Move definition of gud-pp to...
9329 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9331 (gdb-find-watch-expression): New function.
9333 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9335 * faces.el (face-attribute, set-face-attribute): Mention existence
9336 of `:ignore-defface' setting in docstring.
9338 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9340 * simple.el (completion-setup-function): Fix last change.
9342 2005-11-17 John Paul Wallington <jpw@pobox.com>
9344 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9345 Use `posn-set-point' instead of `mouse-set-point' because the
9346 latter is not fbound when configured without X.
9348 * comint.el (comint-insert-input): Likewise.
9350 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9352 * simple.el (hard-newline): New variable.
9353 (sendmail-user-agent-compose, next-line): Use it.
9355 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9356 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9357 (mail-mail-reply-to, mail-mail-followup-to)
9358 (mail-position-on-field, mail-signature, mail-yank-original)
9359 (mail-attach-file): Likewise.
9361 * mail/mailheader.el (mail-header-format)
9362 (mail-header-format-function): Likewise.
9364 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9366 2005-11-17 Juri Linkov <juri@jurta.org>
9368 * font-lock.el (font-lock-faces): Rename this defgroup from
9369 `font-lock-highlighting-faces'.
9370 (font-lock-comment-face, font-lock-comment-delimiter-face)
9371 (font-lock-string-face, font-lock-doc-face)
9372 (font-lock-keyword-face, font-lock-builtin-face)
9373 (font-lock-function-name-face, font-lock-variable-name-face)
9374 (font-lock-type-face, font-lock-constant-face)
9375 (font-lock-warning-face, font-lock-negation-char-face)
9376 (font-lock-preprocessor-face)
9377 (font-lock-regexp-grouping-backslash)
9378 (font-lock-regexp-grouping-construct): Rename :group from
9379 `font-lock-highlighting-faces' to `font-lock-faces'.
9381 * cus-edit.el (lisp, c, tex):
9382 * progmodes/ada-mode.el (ada):
9383 * progmodes/asm-mode.el (asm):
9384 * progmodes/cperl-mode.el (cperl-faces):
9385 * progmodes/cpp.el (cpp):
9386 * progmodes/dcl-mode.el (dcl):
9387 * progmodes/f90.el (f90):
9388 * progmodes/fortran.el (fortran):
9389 * progmodes/icon.el (icon):
9390 * progmodes/idlwave.el (idlwave-misc):
9391 * progmodes/m4-mode.el (m4):
9392 * progmodes/make-mode.el (makefile):
9393 * progmodes/meta-mode.el (meta-font):
9394 * progmodes/modula2.el (modula2):
9395 * progmodes/octave-mod.el (octave):
9396 * progmodes/pascal.el (pascal):
9397 * progmodes/perl-mode.el (perl):
9398 * progmodes/prolog.el (prolog):
9399 * progmodes/ps-mode.el (PostScript-edit):
9400 * progmodes/scheme.el (scheme):
9401 * progmodes/sh-script.el (sh-script):
9402 * progmodes/simula.el (simula):
9403 * progmodes/tcl.el (tcl):
9404 * textmodes/nroff-mode.el (nroff):
9405 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9406 * textmodes/sgml-mode.el (sgml):
9407 * textmodes/texinfo.el (texinfo):
9408 Add :link (custom-group-link font-lock-faces) to defgroup.
9410 * hi-lock.el (hi-lock): Rename this defgroup from
9411 `hi-lock-interactive-text-highlighting'. Change parent group from
9412 `faces' to `font-lock'. Add link to the manual.
9413 (hi-lock-mode, hi-lock-file-patterns-range)
9414 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9415 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9416 (hi-lock-faces): Add :group `faces'.
9418 * cus-edit.el (custom-variable-prompt): Clarify the code.
9420 * faces.el (face-read-string): Set the default value arg of
9423 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9425 * rfn-eshadow.el (file-name-shadow-properties)
9426 (file-name-shadow-tty-properties, file-name-shadow-mode):
9427 Remove autoloads, because the file is now preloaded.
9429 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9431 * printing.el (easy-menu-intern): Don't define.
9432 (pr-get-symbol): Use easy-menu-intern only if defined.
9434 * simple.el (blink-matching-open): Simplify a bit.
9435 (completion-setup-function): Fix the case of partial-completion-mode
9436 when the minibuffer's contents start with "-".
9437 Obey completion-base-size-function even when
9438 minibuffer-completing-file-name is non-nil.
9440 2005-11-16 Richard M. Stallman <rms@gnu.org>
9442 * net/eudcb-ph.el (eudc-ph-open-session):
9443 Use set-process-query-on-exit-flag.
9445 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9447 * international/ucs-tables.el (ucs-set-table-for-input):
9448 Use make-local-variable, not make-variable-buffer-local.
9450 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9451 Improve warning message text.
9453 * savehist.el (savehist-save-hook): Add :group.
9455 * menu-bar.el (menu-bar-help-menu):
9456 Rename Find Extra Packages to External Packages.
9458 * cus-edit.el (Custom-reset-standard): Verify that
9459 :custom-standard-value prop exists before calling it.
9461 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9463 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9465 * wid-edit.el (color): Enclose %t in %{...%}.
9467 * cus-edit.el (face): Enclose %t in %{...%}.
9469 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9471 * savehist.el (savehist-mode-hook): Re-add the var.
9472 (savehist-mode): Use it.
9474 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9476 * textmodes/flyspell.el: Fix commenting convention.
9477 Remove unnecessary leading * in custom docstrings.
9478 (flyspell-emacs): Remove unused var.
9479 (flyspell-delete-region-overlays): Use remove-overlays.
9480 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9481 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9482 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9483 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9484 (make-flyspell-overlay): Don't locally reuse a global name.
9485 (flyspell-highlight-incorrect-region)
9486 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9487 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9488 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9489 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9490 Wrap calls to accept-process-output inside with-local-quit since it's
9491 often called from a post-command-hook.
9492 (flyspell-correct-word, flyspell-auto-correct-word):
9493 Use ispell-send-string.
9494 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9496 * calendar/diary-lib.el (diary-list-entries): Also hide the
9497 terminating newline.
9499 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9501 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9502 window-system, to allow fonts on tty.
9504 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9506 * progmodes/gud.el (gud-speedbar-item-info): New function.
9507 (gud-install-speedbar-variables): Use it to display data type
9508 of watch expression as a tooltip in speedbar.
9510 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9512 * font-core.el (global-font-lock-mode): Add :version keyword,
9513 because default was changed.
9515 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9517 * startup.el (command-line): Use `custom-reevaluate-setting' for
9518 `file-name-shadow-mode'.
9520 * loadup.el: Preload rfn-eshadow.
9522 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9523 Add :version keyword.
9524 (file-name-shadow-properties, file-name-shadow-tty-properties)
9525 (file-name-shadow): Add :version keyword.
9527 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9528 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9529 in the custom-group property of the symbol frames and the fringe
9530 group got no link to its parent group frames.
9533 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9535 * progmodes/gud.el (gud-stop-subjob): New function.
9536 (gud-menu-map, gud-tool-bar-map): Use it.
9538 2005-11-16 Kim F. Storm <storm@cua.dk>
9540 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9542 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9543 to a more useful/logical place.
9545 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9547 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9548 go buttons complementary.
9550 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9552 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9553 (rfn-eshadow-sifn-equal): New function.
9554 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9556 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9558 * viper-utils.el (viper-non-word-characters-reformed-vi):
9559 Quote `-' in string.
9561 * viper.el (viper-emacs-state-mode-list): Ensure that
9562 rcirc-mode buffers come up in Emacs state.
9564 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9567 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9569 * term.el (term-termcap-format): Fix typos.
9570 (term-down): Fix the negative argument case.
9572 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9574 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9576 (gdb-ann3): New command gud-go.
9577 (menu): Accomodate gdb-mi.el.
9578 (gdb-assembler-custom): Make buffer of selected window current
9579 so that set-window-point works.
9581 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9582 buttons and include new ones.
9584 2005-11-16 Kim F. Storm <storm@cua.dk>
9586 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9587 (gud-menu-map): Use it.
9589 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9591 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9592 that works correctly for Custom and that does not override a user
9595 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9596 (help-xref-interned, help-follow): Make hyperlinks for variables
9597 that are unbound, but have a non-nil variable-documentation property.
9599 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9600 mode hook. (It conflicted with defcustoms for some mode hooks.)
9601 Use the `variable-documentation' property to give the mode hook a
9602 docstring and expand that docstring.
9604 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9606 * savehist.el (savehist-mode): Don't bother with
9607 `custom-set-minor-mode'.
9608 (savehist-coding-system): Check XEmacs version.
9609 (history-length): Declare also at run time.
9610 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9611 Don't set the customize state.
9612 (savehist-minibuffer-hook): Special case for when
9613 minibuffer-history-variable is equal to t.
9615 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9617 * files.el (write-file): Refresh VC status.
9619 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9620 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9621 than fundamental-mode to see if the mode was set.
9623 2005-11-14 Romain Francoise <romain@orebokech.com>
9625 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9626 dummy function in `eval-when-compile' to avoid compiler warning.
9627 Require `man' at compile time.
9629 2005-11-14 Jay Belanger <belanger@truman.edu>
9631 * calc-alg.el (calcFunc-write-out-power): Rename it to
9632 calcFunc-powerexpand.
9633 (math-write-out-power): Rename it to math-powerexpand; have it
9634 handle negative exponents.
9635 (calc-writeoutpower): Rename it to calc-powerexpand.
9637 * calc-ext.el: Change calcFunc-writeoutpower and
9638 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9640 Add calcFunc-ldiv to autoloads.
9642 * calc-arith.el (calcFunc-ldiv): New function.
9644 * calc.el (calc-left-divide): New function.
9646 2005-11-14 Juri Linkov <juri@jurta.org>
9648 * cus-edit.el (custom-variable-prompt): Set the default value arg
9651 * cus-dep.el (custom-make-dependencies): Reverse the list of
9654 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9656 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9657 Highlighting" entry, it is on by default now.
9658 (menu-bar-options-save): Do not save global-font-lock-mode.
9660 2005-11-13 Richard M. Stallman <rms@gnu.org>
9662 * textmodes/flyspell.el (flyspell-large-region):
9663 Call flyspell-accept-buffer-local-defs.
9665 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9667 * textmodes/flyspell.el (flyspell-notify-misspell):
9668 Fix misspelling of "Misspelling".
9669 (flyspell-process-localwords): New function.
9670 (flyspell-large-region): Call flyspell-process-localwords and
9671 flyspell-delete-region-overlays.
9672 (flyspell-delete-region-overlays): New function.
9673 (flyspell-delete-all-overlays): Call that.
9675 2005-11-13 Richard M. Stallman <rms@gnu.org>
9677 * help.el (help-for-help-internal): Improve doc of C-h a.
9678 (describe-key): Improve prompt; doc fix.
9680 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9682 * vc-svn.el (vc-svn-registered): Catch all errors.
9684 * cus-dep.el (custom-make-dependencies): Typo.
9686 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9688 * net/tramp-util.el (top): Fix compilation warning.
9690 2005-11-13 Kim F. Storm <storm@cua.dk>
9692 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9694 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9696 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9697 (gud-speedbar-buttons): Match on "const char *" too.
9699 * progmodes/gdb-ui.el (gdb-var-create-handler)
9700 (gdb-var-list-children-handler): Match on "const char *" too.
9701 (gdb-var-evaluate-expression-handler): Match on empty string.
9702 (gdb-var-update-handler): Only call
9703 gdb-var-evaluate-expression-handler when required.
9705 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9707 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9708 selected window. This still doesn't work for speedbar.
9709 (gud-speedbar-buttons): Handle string expressions properly.
9711 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9712 (gdb-var-create-handler): Handle string expressions properly.
9713 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9714 Handle string expressions properly. Move "type" field into regexp.
9716 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9718 * bookmark.el (bookmark-maybe-message): New function to reduce
9719 code duplication: invokes `message' iff baud-rate is high enough.
9720 (bookmark-write-file): Use above instead of an inline conditional.
9721 (bookmark-load): Same.
9723 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9725 * bookmark.el (bookmark-write-file): Don't visit the destination
9726 file, just write the data to it using write-region. This is
9727 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9728 change to avoid visiting the file in the first place.
9730 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9732 * hi-lock.el (hi-lock-mode): Set the default value of
9735 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9737 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9738 arg to `file-attributes'.
9739 (find-lisp-format): The UID and GID can now be strings.
9741 2005-11-12 Kim F. Storm <storm@cua.dk>
9743 * help.el (help-map): Bind C-h d to apropos-documentation.
9745 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9746 when point is at end-of-buffer.
9748 * apropos.el (apropos-match-face): Doc fix.
9749 (apropos-sort-by-scores): Add new choice `verbose'.
9750 (apropos-documentation-sort-by-scores): New defcustom.
9751 (apropos-pattern): Now contains the pattern entered by the user.
9752 (apropos-pattern-quoted): New defvar.
9753 (apropos-regexp): New defvar, containing the regexp corresponding
9755 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9756 (apropos-read-pattern): New defun. Use it to read pattern arg in
9757 interactive calls; returns list of words for a word list, and
9758 string for a regexp.
9759 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9760 parses a list of words or regexp as returned by apropos-read-pattern.
9761 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9762 (apropos-score-doc): Return a very high score if the string
9763 entered by the user matches literally.
9764 (apropos-variable): Doc fix. Use apropos-read-pattern.
9765 (apropos-command): Doc fix. Use apropos-read-pattern and
9766 apropos-parse-pattern. Call apropos-print with nosubst=t.
9767 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9768 apropos-parse-pattern.
9769 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9770 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9771 apropos-documentation-sort-by-scores. Call apropos-print with
9773 (apropos-documentation-internal): Pass doc string through
9774 substitute-key-definition before adding text properties.
9775 Highlight substring matching literal user input if possible.
9776 (apropos-documentation-check-doc-file): Remove locals beg and end.
9777 Fix calculation of score (as added twice). Pass doc string through
9778 substitute-key-definition before adding text properties.
9779 (apropos-documentation-check-elc-file): Pass doc string through
9780 substitute-key-definition before adding text properties.
9781 Highlight substring matching literal user input if possible.
9782 (apropos-print): Add new arg NOSUBST; if set, command and variable
9783 doc strings have already been passed through substitute-key-definition.
9784 Add code to handle apropos-accumulator items without score element
9785 for backwards compatibility (e.g. with woman package).
9786 Only show scores if apropos-sort-by-scores is `verbose'.
9788 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9790 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9791 Add jka-compr-load-suffixes to load-suffixes.
9793 * jka-compr.el: Require jka-cmpr-hook.
9794 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9795 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9796 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9797 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9798 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9799 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9800 (jka-compr-uninstall): Remove entries from
9801 jka-compr-added-to-file-coding-system-alist after they are used.
9802 (jka-compr-error): Remove unused var `curbuf'.
9803 (jka-compr-file-local-copy): Remove unused var `notfound'.
9805 2005-11-10 Romain Francoise <romain@orebokech.com>
9807 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9809 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9811 * progmodes/gud.el (gud-menu-map): Move parentheses.
9812 (gdb): New command gud-pv.
9814 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9816 * tar-mode.el: Remove spurious or unnecessary leading stars
9818 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9819 (tar-parse-octal-integer-safe): Use mapc.
9820 (tar-header-block-summarize): Remove unused var `ck'.
9821 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9822 cleared before. Obey default-enable-multibyte-characters.
9823 Use mapconcat. Simplify setting of tar-header-offset.
9824 (tar-mode-map): Move initialization inside delcaration.
9825 (tar-flag-deleted): Use `abs'.
9826 (tar-expunge-internal): Remove unused var `line'.
9827 (tar-expunge-internal): Don't hardcode point-min==1.
9828 (tar-expunge): Widen while doing set-buffer-multibyte.
9829 (tar-rename-entry): Use file-name-coding-system.
9830 (tar-alter-one-field): Don't hardcode point-min==1.
9831 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9832 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9834 2005-11-10 Masatake YAMATO <jet@gyve.org>
9836 * add-log.el (add-log-current-defun): Handle class::method
9837 notation of c++. Fix incorrect comment.
9839 2005-11-10 Alan Mackenzie <acm@muc.de>
9841 * help-fns.el (describe-variable): Make C-h v work when a variable
9842 has variable documentation yet is unbound.
9844 2005-11-10 Masatake YAMATO <jet@gyve.org>
9846 * man.el (Man-highlight-references): Set an empty
9847 string to `Man-arguments' if it is nil.
9848 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9850 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9852 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9853 commenting conventions.
9855 * cus-dep.el (custom-make-dependencies): Simplify.
9856 Better follow the commenting conventions.
9858 2005-11-09 Richard M. Stallman <rms@gnu.org>
9860 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9861 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9863 (apropos-rewrite-regexp): Doc fix.
9864 (apropos-variable, apropos-command, apropos, apropos-value):
9865 Change prompt; carry through the argument renaming.
9867 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9869 * find-lisp.el: Require dired.
9870 (find-lisp-find-dired-internal): Do not call
9871 `abbreviate-file-name' on DIR.
9873 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9875 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9877 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9879 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9880 when using the speedbar.
9881 (gdb): New command gud-pp.
9882 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9884 2005-11-09 Juri Linkov <juri@jurta.org>
9886 * replace.el (occur-excluded-properties): New defcustom.
9887 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9889 2005-11-08 Jay Belanger <belanger@truman.edu>
9891 * calc/calc-units.el (math-convert-units): Replace any composite
9892 unit by its definition.
9894 2005-11-08 Lars Hansen <larsh@soem.dk>
9896 * emacs-lisp/autoload.el (update-directory-autoloads):
9897 Add obsolete function alias.
9899 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9901 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9902 comment-indent-function.
9903 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9905 * reveal.el (reveal-post-command): Rework the handling of
9906 reveal-open-spots, so as to be more reliable. There were several
9907 tricky corner cases where an open spot might be lost, or where
9908 a closed spot might end up on the list of open spots.
9909 Only reveal text that's ellipsised.
9911 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9913 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9915 2005-11-07 John Paul Wallington <jpw@gnu.org>
9917 * ibuffer.el (ibuffer): Search iconified frames too when
9918 getting Ibuffer buffer's window.
9920 2005-11-06 Richard M. Stallman <rms@gnu.org>
9922 * progmodes/compile.el (compilation-internal-error-properties):
9923 save-excursion around the computation of MARKER.
9925 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9927 * textmodes/flyspell.el (flyspell-external-point-words):
9928 flyspell-get-word returns a list, not just a string.
9930 2005-11-06 John Paul Wallington <jpw@pobox.com>
9932 * ibuffer.el (ibuffer): Search all visible frames when getting
9933 Ibuffer buffer's window.
9935 2005-11-07 Masatake YAMATO <jet@gyve.org>
9937 * man.el (Man-reference-regexp): Accept spaces between
9938 `Man-name-regexp' and `Man-section-regexp'.
9939 (Man-apropos-regexp): New variable.
9940 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9942 (Man-highlight-references, Man-highlight-references0):
9943 Handle the case when `Man-arguments' includes "-k".
9944 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9945 `TARGET'. `TARGET' can be a number, function or nil.
9947 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9949 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9950 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9951 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9952 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9953 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9954 (gdb-send-item): Use buffer-local-value and simplify.
9956 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9958 * startup.el (command-line): Use `custom-reevaluate-setting' for
9959 `global-font-lock-mode'.
9961 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9962 by default, except in batch mode or when the -D option is given.
9964 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9965 specified keyword args on to `define-minor-mode'. Update docstring.
9967 2005-11-05 Romain Francoise <romain@orebokech.com>
9969 * replace.el (occur-engine): Add marker at end of line, too.
9971 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9973 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9974 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9975 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9976 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9977 argument to all these routines, so the passphrase can be managed
9978 externally and passed in to the system.
9979 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9980 pgg-add-passphrase-to-cache function.
9982 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9983 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9984 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9985 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9986 argument to all these routines, so the passphrase can be managed
9987 externally and passed in to the system.
9988 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9991 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9993 * font-lock.el: Don't deal with font-lock-face-attributes here,
9996 * startup.el (command-line): ... here. Use face-spec-set instead
9997 of custom-declare-face.
9999 * faces.el (face-spec-set): Reset the face if spec is not nil.
10001 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10003 * newcomment.el (comment-region-internal): Box more tightly in the
10004 common case where there's no TAB in the boxed text.
10006 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10008 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10011 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10013 * newsticker.el: Commentary updated. Code formatting changed.
10014 (newsticker-version): Change to "1.9".
10015 (newsticker, newsticker-feed): Doc fix.
10016 (newsticker-url-list): Doc fix. Add option "Weekly".
10017 (newsticker-retrieval-interval): Add option "Weekly".
10018 (newsticker-headline-processing): Doc fix.
10019 (newsticker-auto-mark-filter): Remove.
10020 (newsticker-auto-mark-filter-list): New.
10021 (newsticker-layout, newsticker-sort-method): Doc fix.
10022 (newsticker-hide-old-items-in-newsticker-buffer)
10023 (newsticker-heading-format, newsticker-item-format)
10024 (newsticker-desc-format): Doc fix.
10025 (newsticker-show-all-rss-elements): Remove.
10026 (newsticker-show-all-news-elements): New.
10027 (newsticker-faces, newsticker-ticker): Doc fix.
10028 (remove-from-invisibility-spec): Code formatting.
10029 (newsticker--process-ids): New.
10030 (newsticker-mode): Doc fix.
10031 (newsticker-mode): Change mode-line-format.
10032 (newsticker-start): Remove debug output.
10033 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10034 (newsticker-w3m-show-inline-images): Code formatting.
10035 (newsticker-next-item): Call `force-mode-line-update'.
10036 (newsticker-previous-item): Call `force-mode-line-update'.
10037 (newsticker-next-feed): Call `force-mode-line-update'.
10038 (newsticker-previous-feed): Call `force-mode-line-update'.
10039 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10040 (newsticker-show-old-items): Do not show descs.
10041 (newsticker-hide-entry): Hide too much.
10042 (newsticker-hide-entry, newsticker-show-entry)
10043 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10044 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10045 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10046 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10047 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10048 (newsticker-get-news): Call `force-mode-line-update'.
10049 Collect process ids.
10050 (newsticker--sentinel): Change coding system handling.
10051 Move image retrieval to new functions newsticker--get-logo-url-*.
10052 Move feed parsing to new functions newsticker--parse-*.
10053 Update list of process ids.
10054 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10055 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10056 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10057 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10058 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10059 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10060 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10061 (newsticker--decode-coding-string): Remove.
10062 (newsticker--decode-numeric-entities): Check input. Format code.
10063 (newsticker--remove-whitespace): Check input.
10064 (newsticker--do-forget-preformatted): Doc fix.
10065 (newsticker--decode-rfc822-date): Allow for missing time.
10066 (newsticker--update-process-ids): New.
10067 (newsticker--image-sentinel): Change comment.
10068 (newsticker--image-read): Change error message.
10069 (newsticker--imenu-goto): Doc fix. Show headline title.
10070 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10071 (newsticker--buffer-do-insert-text): Clean whitespace in
10072 html-rendered headline title. Code formatting.
10073 Call `newsticker--buffer-print-extra-elements'.
10074 (newsticker--buffer-print-extra-element): Remove.
10075 (newsticker--buffer-print-extra-elements): New.
10076 (newsticker--buffer-do-print-extra-element): New.
10077 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10079 (newsticker--run-auto-mark-filter)
10080 (newsticker--do-run-auto-mark-filter):
10081 Use `newsticker-auto-mark-filter-list'.
10083 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10085 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10086 (rcirc-print): Force redisplay before running hooks. Do long
10087 buffer truncation after making new text read-only. Deal with nil
10088 text when decoding strings. If TARGET is nil, use either the
10089 currently selected buffer, if it is an rcirc buffer and of the
10090 same process or the process buffer.
10091 (rcirc-mode): Remove header-line. Recompute short buffer names.
10092 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10093 (rcirc-short-buffer-name): Add variable.
10094 (rcirc-kill-buffer-hook): Recompute short buffer names.
10095 Remove nick from private channel.
10096 (rcirc-send-input): Send command text to current-buffer.
10097 Don't clear overlay arrow here.
10098 (rcirc-short-buffer-name): Return a short buffer name.
10099 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10100 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10101 buffer-name abbreviations.
10102 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10103 Do not touch nick-table when killing a parted channel.
10104 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10105 Clear arrow from current buffer if it is now hidden.
10106 (rcirc-current-buffer): Add variable.
10107 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10108 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10109 Remove -face from names.
10110 (rcirc-update-activity-string): Print "DND" when globally ignoring
10112 (rcirc-ignore-buffer-activity-flag): Rename from
10113 rcirc-ignore-channel-activity.
10114 (rcirc-ignore-all-activity-flag): Doc fix.
10115 (rcirc-channels): Remove variable.
10116 (rcirc-kill-buffer-hook):
10117 (rcirc-get-buffer-create): Add nick to private channel.
10118 (rcirc-multiline-edit-submit): Remove tabs.
10119 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10121 (rcirc-remove-nick-channel): Bug fix.
10122 (rcirc-toggle-ignore-buffer-activity): Rename from
10123 rcirc-toggle-ignore-channel-activity.
10124 (rcirc-record-activity): Add buffers to the front of the list.
10125 (rcirc-update-activity): Remove killed buffers from list.
10126 (rcirc-process-server-response-1): Remove last argument if it is
10127 null before calling handler.
10128 (rcirc): Add "rcirc" defcustom prefix.
10129 (rcirc-prompt): Simplify default prompt.
10130 Use custom-initialize-default.
10131 (rcirc-private-chats): Remove variable.
10132 (rcirc-prompt): Change initialization.
10133 (rcirc-version): Remove function.
10134 (rcirc-id-string): Add constant.
10135 (rcirc-last-buffer): Remove variable.
10136 (rcirc-buffer-alist): Add variable.
10137 (rcirc-connect): Update variable setup.
10138 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10139 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10141 (rcirc-handler-generic): Trigger activity.
10142 (rcirc-send-message): Create the buffor of the target.
10143 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10144 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10145 (rcirc-multiline-edit-cancel): Remove function.
10146 (rcirc-set-last-buffer): Remove function.
10147 (rcirc-get-any-buffer): Add function.
10148 (rcirc-join-channels): Don't print /join text.
10149 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10151 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10152 (rcirc-handler-NOTICE): Recognize CTCP responses.
10153 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10154 constructing TOPIC string for buffers we are not JOINed.
10155 (rcirc-handler-CTCP-response): Add handler.
10156 (rcirc-multiline-edit-submit): Restore the window-configuration
10157 before adjusting point.
10158 (rcirc): Add customization group.
10159 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10160 (rcirc-user-full-name, rcirc-startup-channels-alist)
10161 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10162 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10163 (rcirc-input-ring-size, rcirc-read-only-flag)
10164 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10165 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10166 Change defvar to defcustom.
10167 (rcirc-update-prompt): Add optional ALL arg, which will update
10168 prompts in all rcirc buffers. Regexp quote replacement text.
10169 (rcirc-fill-column): Accept frame-width as a value.
10170 (rcirc-set-changed): Add function.
10171 (rcirc-next-active-buffer): Write more meaningful messages.
10172 (rcirc-faces): Add customization group.
10173 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10174 (rcirc-nick-in-message-face, rcirc-prompt-face)
10175 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10176 (with-rcirc-process-buffer): Move before first usage.
10177 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10178 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10179 (rcirc-debug): Rename from `rcirc-log'.
10180 (rcirc-format-response-string): Do not print `-' chars for a
10181 NOTICE with no sender. Simplify output of server responses.
10183 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10185 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10186 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10187 Make urls mouse and RET clickable.
10189 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10191 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10193 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10195 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10196 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10197 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10198 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10199 argument to all these routines, so the passphrase can be managed
10200 externally and passed in to the system.
10201 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10202 pgg-add-passphrase-to-cache function.
10204 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10205 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10206 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10207 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10208 argument to all these routines, so the passphrase can be managed
10209 externally and passed in to the system.
10210 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10213 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10215 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10216 from goto-address-url-regexp.
10218 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10220 * textmodes/org.el (org-read-date, org-goto-calendar)
10221 (org-recenter-calendar, org-agenda-goto-calendar):
10222 Temporarily clear `calendar-move-hook'.
10224 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10226 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10229 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10230 have merge clashes.
10232 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10234 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10235 Undo previous change.
10237 * startup.el (command-line): Use `custom-reevaluate-setting' for
10238 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10239 tty-register-default-colors on Mac.
10241 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10243 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10244 (gdb-buffer-type): Make it automatically buffer local...
10245 (gdb-get-create-buffer): ...and set it accordingly.
10246 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10249 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10251 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10254 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10256 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10257 case GUD buffer is not visible.
10258 (gdb-goto-breakpoint): Try to force display in source buffer.
10259 (gdb-frame-gdb-buffer): Copy other similar functions.
10260 (gdb-restore-windows): Don't display source if not asked for.
10261 (gdb-assembler-buffer-name): Don't capitalise.
10263 2005-11-03 Richard M. Stallman <rms@gnu.org>
10265 * wid-edit.el (key-sequence): New widget type.
10267 * simple.el (set-mark-command-repeat-pop): New variable.
10268 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10269 if set-mark-command-repeat-pop is true.
10271 * info.el (Info-fontify-node): Don't display extra "see" if there
10272 already is one here.
10274 * mouse.el: Fix special handling of DEL after dragging a region:
10275 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10276 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10278 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10280 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10281 not to assume it pertains to an affix.
10283 * textmodes/flyspell.el (flyspell-post-command-hook):
10284 Bind deactivate-mark to prevent deactivation.
10286 2005-11-03 Lars Hansen <larsh@soem.dk>
10288 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10289 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10290 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10292 2005-11-03 Romain Francoise <romain@orebokech.com>
10294 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10295 Update copyright years.
10297 2005-11-03 Sam Steingold <sds@gnu.org>
10299 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10300 Use system-type instead of window-system because window-system is not
10301 correctly defined during loadup.
10303 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10305 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10306 (xml-parse-tag): Join strings separated by a comment properly.
10308 2005-11-02 Andreas Schwab <schwab@suse.de>
10310 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10312 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10314 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10315 (byte-optimize-pure-func): Quote the eval'd value.
10317 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10318 Rename from perl-font-lock-syntactic-face-function.
10319 Change the calling convention so it can be used as a font-lock MATCHER.
10320 Do the parse-partial-sexp loop outselves.
10321 (perl-font-lock-syntactic-keywords): Use it.
10322 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10324 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10326 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10327 disassembly buffer too.
10328 (gdb-exited): Remove overlay arrows when execution has finished.
10329 (gdb-info-frames-custom, gdb-info-threads-custom)
10330 (gdb-info-registers-custom): Don't add inappropriate text
10331 properties if inferior is not active.
10333 2005-11-02 Glenn Morris <rgm@gnu.org>
10335 * progmodes/fortran.el (fortran-blink-match):
10336 Use `blink-matching-delay'.
10338 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10340 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10342 2005-11-02 Lars Hansen <larsh@soem.dk>
10344 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10345 "Permission denied".
10347 2005-11-01 Richard M. Stallman <rms@gnu.org>
10349 * textmodes/flyspell.el (flyspell-external-point-words):
10350 Pass nil to flyspell-get-word.
10352 2005-11-02 Kim F. Storm <storm@cua.dk>
10354 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10355 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10357 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10359 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10360 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10361 (calendar-mouse-print-dates): Add optional `event' argument.
10362 Update interactive-spec.
10363 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10364 Use `calendar-event-to-date' instead of `event'.
10366 2005-11-02 Masatake YAMATO <jet@gyve.org>
10368 * progmodes/ld-script.el (ld-script-builtins):
10369 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10370 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10371 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10373 2005-11-01 Romain Francoise <romain@orebokech.com>
10375 * vc-sccs.el: Update copyright year.
10376 * ezimage.el: Likewise.
10378 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10380 * info.el (Info-fontify-node): Use `string-width' for fontifying
10383 2005-11-01 Juri Linkov <juri@jurta.org>
10385 * info.el (Info-fontify-node): Downcase node header keywords Node,
10386 Prev, Next, Up before comparison.
10387 (Info-history): Insert absolute directory name, and put invisible
10390 2005-11-01 Juri Linkov <juri@jurta.org>
10392 * info.el (Info-file-supports-index-cookies): New variable.
10393 (Info-find-node-2): Check makeinfo version for index cookie support.
10394 (Info-index-nodes): Search for nodes with index cookies only when
10395 Info-file-supports-index-cookies is t. Otherwise, search nodes
10396 with "Index" in the node name.
10397 (Info-index-node): Search index cookie in the current node only when
10398 Info-file-supports-index-cookies is t. Otherwise, check the word
10399 "Index" in the node name.
10400 (Info-find-emacs-command-nodes): Remove code that searches nodes
10401 with "Index" node name in the top menu.
10403 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10405 * progmodes/scheme.el (scheme-mode-variables): Use the default
10406 comment-indent-function.
10408 * faces.el (face-attribute): Handle the case where a face inherits from
10409 a non-existent face.
10411 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10412 for octal and hexa output, and merge the char into the paren.
10413 (kill-new): Use push.
10414 (copy-to-buffer): Use with-current-buffer.
10415 (completion-setup-function): Move code in loop to remove redundancy.
10416 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10417 those inherited from minibuffer-local-completion-map.
10419 * savehist.el (savehist-mode) <defcustom>:
10420 Use custom-set-minor-mode if available.
10421 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10422 and emit a message if applicable.
10424 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10426 * savehist.el: Sync up to version 19.
10427 (savehist-mode): New minor mode.
10428 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10429 (savehist-length): Remove (use history-length instead).
10430 (savehist-file-modes): Rename from savehist-modes.
10431 (savehist-save-hook, savehist-loaded): New vars.
10432 (savehist-load): Use savehist-mode. Try to smooth up transition from
10433 old format to new format.
10434 (savehist-install): Allow savehist-autosave-interval to be nil.
10435 (savehist-save): Run the new hook. Be more careful to only trim the
10437 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10438 (savehist-printable): Print into a buffer rather than char-by-char.
10440 2005-11-01 John Wiegley <johnw@newartisans.com>
10442 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10443 toggle-ignore keybinding (C-a). The author said it had been
10444 disabled much earlier due to a possible incompatibility, but after
10445 many months of usage I have encountered no problems (and it is a
10446 rather useful option, especially for switching to " *temp*").
10448 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10449 support for OS/X's AddressBook, by calling out to the open source
10450 program "contacts" (installable through Fink).
10452 * net/eudc.el (eudc-expand-inline): If the
10453 `eudc-multiple-match-handling-method' is set to `all', delete the
10454 query string before inserting the query result.
10456 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10457 flag, to prevent Eshell from using the system ls when
10458 `eshell-ls-insert-directory' is in used.
10459 (eshell-ls-insert-directory): Disable font-lock in directory
10460 buffer so that Eshell's own fontification is seen. This broke
10461 recently due to changes in font-lock, so this goes back to version
10464 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10466 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10467 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10468 (gdb-many-windows): Doc fix.
10470 2005-10-31 Romain Francoise <romain@orebokech.com>
10472 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10474 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10476 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10477 that global-font-lock-mode can be enabled by default.
10479 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10480 (font-lock-add-keywords, font-lock-remove-keywords)
10481 (font-lock-fontify-buffer): Remove autoload cookies.
10483 * jit-lock.el (jit-lock-register): Likewise.
10485 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10487 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10489 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10490 intact if there is no gud-comint-buffer.
10492 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10494 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10495 old prompt comint-prompt-read-only is t and GDB commands are
10496 issued from tool bar etc.
10498 2005-10-31 Masatake YAMATO <jet@gyve.org>
10500 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10502 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10504 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10505 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10507 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10509 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10510 starting at beginning of line. Fontification is messed up when
10511 `open-paren-in-column-0-is-defun-start' set to t.
10512 Reported by John Paul Wallington <jpw@pobox.com>.
10514 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10516 * comint.el (comint-send-input): Call `comint-update-fence' when
10517 `comint-process-echoes' and `comint-prompt-read-only' are both
10518 non-nil, to avoid leftover read-only newline.
10520 2005-10-30 Richard M. Stallman <rms@gnu.org>
10522 * textmodes/flyspell.el (flyspell-external-point-words):
10523 Detect when WORD can't be checked properly because
10524 flyspell-get-word finds just part of it, and move on.
10526 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10527 boundarychar for Polish.
10528 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10529 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10531 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10533 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10534 (gdb-registers-font-lock-keywords): Delete.
10535 (gdb-registers-mode): Don't fontify.
10536 (gdb-info-registers-custom): Use text properties instead as, in
10537 future, changed register values will use font-lock-warning-face.
10538 (gdb-local-font-lock-keywords): Rename to...
10539 (gdb-locals-font-lock-keywords): ...for consistency.
10541 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10543 * vc.el (vc-switch-backend): Better error message if the buffer is
10544 not visiting a file under version control.
10546 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10548 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10550 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10553 2005-10-29 Richard M. Stallman <rms@gnu.org>
10555 * replace.el (occur-mode-mouse-goto): Always go to other window.
10556 (occur-mode-goto-occurrence): Always switch in same window.
10558 * simple.el (undo): Display message at end, not at start.
10560 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10561 New arg REUSE-CELL.
10562 (cancel-timer-internal): New function.
10563 (timer-event-handler): Use cancel-timer-internal,
10564 and pass the cell it returns to timer-activate...
10566 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10567 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10568 (jit-lock-after-change): Test memory-full.
10570 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10572 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10573 part of the decoded armor to find the key-identifier.
10574 (pgg-gpg-lookup-key-owner): New function to return the
10575 human-readable identifier of a key owner.
10576 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10578 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10579 the key value) if we have a key and can match it against a secret
10580 key. Also, added a note pointing out fact that the prompt only
10581 indicates the first matching key.
10583 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10584 pgg-decrypt-region.
10585 (pgg-pending-timers): A new hash for tracking the passphrase cache
10586 timers, so that new ones supercede old ones.
10587 (pgg-add-passphrase-to-cache): Rename from
10588 `pgg-add-passphrase-cache' to reduce confusion (all callers
10589 changed). Modified to cancel old timers when new ones are added.
10590 (pgg-remove-passphrase-from-cache): Rename from
10591 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10592 changed). Modified to cancel old timers when their keys are
10593 removed from the cache.
10594 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10595 XEmacs, an indirection to delete-itimer.
10596 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10597 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10598 users can only check cache without risk of prompting. Correct bug in
10599 notruncate behavior.
10600 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10601 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10602 Add informative docstrings.
10603 (pgg-decrypt): Convey provided passphrase in subordinate call to
10604 pgg-decrypt-region.
10606 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10607 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10608 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10609 `passphrase' argument, so the passphrase can be managed externally
10610 and then passed in to the system.
10612 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10613 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10614 so the passphrase cache can be used reliably with identifiers
10615 besides a pgp packet's key id.
10617 * pgg-gpg.el (pgg-pgp-encrypt-region)
10618 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10619 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10620 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10621 argument to all these routines, so the passphrase can be managed
10622 externally and passed in to the system.
10624 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10625 `notruncate' argument, so the passphrase cache can be used
10626 reliably with identifiers besides a pgp packet's key id.
10628 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10630 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10631 symmetric encryption.
10632 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10633 encrypted session key.
10634 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10635 message ask for the passphrase in a proper way.
10637 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10638 New user commands for symmetric encryption.
10640 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10642 * textmodes/conf-mode.el (conf-assignment-sign)
10643 (conf-assignment-regexp): Fix docstrings.
10644 (conf-mode-initialize): New function.
10645 (conf-mode): Remove optional args. Use delay-mode-hooks to
10646 recognize recursive calls.
10647 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10648 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10649 (conf-xdefaults-mode): Use define-derived-mode and
10650 conf-mode-initialize.
10652 2005-10-29 Romain Francoise <romain@orebokech.com>
10654 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10656 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10658 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10659 part of the decoded armor to find the key-identifier.
10660 (pgg-gpg-lookup-key-owner): New function to return the
10661 human-readable identifier of a key owner.
10662 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10664 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10665 the key value) if we have a key and can match it against a secret
10666 key. Also, added a note pointing out fact that the prompt only
10667 indicates the first matching key.
10669 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10670 pgg-decrypt-region.
10671 (pgg-pending-timers): A new hash for tracking the passphrase cache
10672 timers, so that new ones supercede old ones.
10673 (pgg-add-passphrase-to-cache): Rename from
10674 `pgg-add-passphrase-cache' to reduce confusion (all callers
10675 changed). Modified to cancel old timers when new ones are added.
10676 (pgg-remove-passphrase-from-cache): Rename from
10677 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10678 changed). Modified to cancel old timers when their keys are
10679 removed from the cache.
10680 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10681 XEmacs, an indirection to delete-itimer.
10682 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10683 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10684 users can only check cache without risk of prompting. Correct bug in
10685 notruncate behavior.
10686 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10687 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10688 Add informative docstrings.
10689 (pgg-decrypt): Convey provided passphrase in subordinate call to
10690 pgg-decrypt-region.
10692 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10694 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10695 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10696 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10697 `passphrase' argument, so the passphrase can be managed externally
10698 and then passed in to the system.
10700 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10701 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10702 so the passphrase cache can be used reliably with identifiers
10703 besides a pgp packet's key id.
10705 * pgg-gpg.el (pgg-pgp-encrypt-region)
10706 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10707 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10708 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10709 argument to all these routines, so the passphrase can be managed
10710 externally and passed in to the system.
10712 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10713 `notruncate' argument, so the passphrase cache can be used
10714 reliably with identifiers besides a pgp packet's key id.
10716 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10718 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10719 symmetric encryption.
10720 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10721 encrypted session key.
10722 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10723 message ask for the passphrase in a proper way.
10725 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10726 New user commands for symmetric encryption.
10728 2005-10-28 Bill Wohler <wohler@newt.com>
10730 * help-mode.el (help-url): New button type. Calls browse-url.
10731 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10732 Similar to Info nodes: URL `url'.
10733 (help-make-xrefs): Create help-url buttons for
10734 help-xref-url-regexp matches.
10736 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10738 * tool-bar.el (tool-bar-add-item-from-menu)
10739 (tool-bar-local-item-from-menu): Fix doc strings.
10741 2005-10-28 Romain Francoise <romain@orebokech.com>
10743 * ldefs-boot.el: Update.
10745 * subr.el (locate-library): Move from help-fns.el.
10746 * help-fns.el (locate-library): Move to subr.el.
10748 2005-10-28 Richard M. Stallman <rms@gnu.org>
10750 * net/tramp.el (tramp-completion-mode): defvar moved up.
10752 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10754 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10756 * files.el (find-file-noselect): Use %d to format large file size.
10758 * bindings.el (mode-line-format): Add %e.
10760 * loadup.el ("facemenu"): Load unconditionally.
10761 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10762 ("x-dnd"): Load, when appropriate.
10764 * startup.el (command-line): Call before-init-hook earlier.
10765 Warn about some bad characters in -u user name.
10767 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10768 (flyspell-external-point-words): Error if misspelled word is not found.
10769 Set flyspell-large-region-beg at end of word.
10771 2005-10-28 Andreas Schwab <schwab@suse.de>
10773 * view.el (View-revert-buffer-scroll-page-forward):
10774 Use view-page-size-default.
10776 2005-10-28 Juri Linkov <juri@jurta.org>
10778 * international/quail.el (quail-get-current-str): Translate last
10779 raw character for deterministic input methods.
10781 2005-10-27 Jay Belanger <belanger@truman.edu>
10783 * calc/calc-ext.el: Add functions to autoloads.
10784 (math-identity-matrix-p, math-ident-row-p): New functions.
10786 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10787 multiplication by an identity matrix; don't turn multiplication by
10788 an inverse matrix into division.
10789 (math-div-symbol-fancy): Replace division by matrices with
10790 multiplication by inverse.
10792 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10794 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10795 (calc-writeoutpower): New functions.
10797 2005-10-27 Romain Francoise <romain@orebokech.com>
10799 * replace.el (occur-engine): Include colon in mouse-face highlight.
10801 * dired-x.el: Change Maintainer field.
10803 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10805 * longlines.el (longlines-mode): Bind after-change-functions to
10806 nil during initial decoding and final encoding.
10808 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10810 * term.el (term-emulate-terminal, term-handle-colors-array)
10811 (term-handle-ansi-escape): Specify the terminfo capabilities
10814 2005-10-26 Richard M. Stallman <rms@gnu.org>
10816 * info.el (Info-fontify-node): Fix detection of sentence-break
10819 2005-10-26 Romain Francoise <romain@orebokech.com>
10821 * smerge-mode.el: Add `tools' to file keywords.
10823 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10825 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10826 when the fringe is not available.
10828 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10829 (def-gdb-auto-update-trigger): Simplify construction.
10830 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10831 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10832 defined explicitly.
10833 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10834 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10835 defined explicitly.
10836 (gdb-info-locals-custom): Remove as it's a no-op.
10838 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10840 * longlines.el (longlines-mode): Remove narrowing before
10841 performing the initial decoding or final encoding.
10843 2005-10-25 Romain Francoise <romain@orebokech.com>
10845 * emacs-lisp/find-func.el (find-library-name): Also strip
10846 extension if library name ends in .el, to take advantage of
10847 `find-library-suffixes'.
10849 2005-10-25 Richard M. Stallman <rms@gnu.org>
10851 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10853 2005-10-25 Juri Linkov <juri@jurta.org>
10855 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10856 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10858 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10860 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10861 (blackbox-redefine-key): Add argument `map'.
10863 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10864 regions when moving the jit-lock-context-unfontify-pos boundary.
10866 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10868 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10870 2005-10-25 Masatake YAMATO <jet@gyve.org>
10872 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10874 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10876 * play/blackbox.el (blackbox-redefine-key): New function.
10877 (blackbox-mode-map): Use it to remap existing bindings for cursor
10878 motion instead of binding literal keys.
10880 2005-10-25 Glenn Morris <rgm@gnu.org>
10882 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10883 diary does not end in a newline. Do not assume a blank line at
10884 the start of the diary file.
10886 2005-10-25 Kenichi Handa <handa@m17n.org>
10888 * international/quail.el (quail-translate-key): If the input
10889 method is deterministic and failed to handle the last key, restart
10890 the key handling loop from an appropriate key.
10892 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10894 * vc.el (vc-dired-mode): Extend comment for binding of
10895 `directory-listing-before-filename-regexp'.
10897 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10899 * textmodes/texinfo.el (texinfo-mode):
10900 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10901 not to unnecessarily expose emacs-mule's internal char codes.
10903 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10905 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10906 Display hand pointer and help-echo on disabled icon too.
10907 (gdb-mouse-until): New function.
10908 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10910 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10912 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10913 with 2005-10-23 change to doctor.el.
10915 * finder.el (finder-mode-map): Add follow-link binding.
10917 2005-10-25 Kim F. Storm <storm@cua.dk>
10919 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10920 to gdb-mouse-toggle-breakpoint-fringe.
10921 (gdb-mouse-toggle-breakpoint-margin): Rename from
10922 gdb-mouse-toggle-breakpoint. Fix doc.
10923 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10924 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10925 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10926 string properties also for fringe breakpoint bitmaps.
10928 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10930 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10932 2005-10-25 Masatake YAMATO <jet@gyve.org>
10934 * simple.el (completion-common-substring):
10935 Use `completion-common-substring' prior to `completion-base-size'.
10937 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10939 * savehist.el: Require CL while compiling.
10940 (savehist-history-variables): Remove.
10941 (savehist-save-minibuffer-history, savehist-additional-variables)
10942 (savehist-minibuffer-history-variables): New vars.
10943 (savehist-save): Use them.
10944 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10945 (savehist-install): New fun, extracted from savehist-load.
10946 (savehist-load): Use them.
10948 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10950 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10951 a dummy doc-string-elt property.
10952 (defalias, defvaralias, define-category): Add a docstring property.
10954 * image.el (defimage):
10955 * widget.el (define-widget):
10956 * custom.el (defface, defcustom): Add `doc-string' declaration.
10958 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10959 (defadvice): Add `doc-string' declaration.
10961 * emacs-lisp/byte-run.el (macro-declaration-function):
10962 Handle `doc-string' declarations.
10963 (define-obsolete-function-alias, define-obsolete-variable-alias):
10964 Add `doc-string' declaration.
10966 2005-10-24 Kenichi Handa <handa@m17n.org>
10968 * international/utf-7.el (utf-7): Add autoload cookie.
10970 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10972 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10974 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10975 list of directories passed to batch-update-autoloads. Add "." to
10976 the list of the echoed directories.
10983 * pgg.el: Moved here from the gnus subdirectory.
10985 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10987 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10988 in case comint-prompt-read-only is set to t.
10990 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10991 in case comint-prompt-read-only is set to t.
10993 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10995 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10997 (icalendar-import-format): Handle CLASS, STATUS, URL.
10998 Rename `subject' to `summary'.
10999 (icalendar-import-format-summary): Rename from
11000 `icalendar-import-format-subject'.
11001 (icalendar-import-format-url, icalendar-import-format-status)
11002 (icalendar-import-format-class): New variables.
11003 (icalendar--rris): Take variable argument list.
11004 (icalendar--datestring-to-isodate): Remove unnecessary
11005 calendar-style check when converting dates with explicit month names.
11006 (icalendar-export-region): Change return type of conversion
11007 subroutines. Bury current buffer unless error occurred.
11008 (icalendar--convert-to-ical)
11009 (icalendar--parse-summary-and-rest): New functions.
11010 (icalendar--convert-ordinary-to-ical)
11011 (icalendar--convert-weekly-to-ical)
11012 (icalendar--convert-yearly-to-ical)
11013 (icalendar--convert-block-to-ical)
11014 (icalendar--convert-cyclic-to-ical)
11015 (icalendar--convert-anniversary-to-ical): Change return type.
11016 Strip trailing blanks from subject.
11017 (icalendar--convert-sexp-to-ical): Change return type.
11018 Strip trailing blanks from subject. Handle simple sexp
11019 entries as generated by icalendar.el.
11020 (icalendar--convert-float-to-ical)
11021 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11022 (icalendar-import-file): Doc fix.
11023 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11024 Correct call to icalendar--rris.
11025 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11027 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11029 2005-10-24 Romain Francoise <romain@orebokech.com>
11031 * server.el (server-sentinel): Set query-on-exit flag to nil on
11032 new client processes (it isn't inherited from the server process).
11034 * replace.el (occur-engine): Rearrange text properties.
11036 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11038 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11039 case-fold-search is nil.
11040 (debug-help-follow): Use help-xref-interned directly.
11042 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11044 * thumbs.el (thumbs-image-type): Add .pbm.
11046 2005-10-23 Richard M. Stallman <rms@gnu.org>
11048 * faces.el (inhibit-face-set-after-frame-default): New variable.
11049 (set-face-attribute): Bind it.
11050 (face-set-after-frame-default): Test it.
11052 * help-fns.el (describe-simplify-lib-file-name): New function.
11053 (describe-function-1, describe-variable): Use it.
11055 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11057 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11058 Eliminate nil as possible value.
11059 (tooltip-hide-delay): Reduce internal-border-width.
11061 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11062 (menu-bar-file-menu) <new-file>: Likewise.
11064 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11066 * international/mule.el (load-with-code-conversion):
11067 Pass full file name to `eval-buffer' unless preloading.
11069 * textmodes/flyspell.el (flyspell-large-region):
11070 Call ispell-check-version.
11072 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11073 Fix the make-variable-buffer-local call that was supposed
11074 to be for this variable.
11075 (ispell-aspell-supports-utf8): Doc fix.
11076 (ispell-find-aspell-dictionaries): Preserve elements of
11077 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11078 (ispell-aspell-find-dictionary): Return nil on error.
11080 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11081 (doctor-symptoms): Likewise.
11083 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11085 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11087 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11088 (custom-raised-buttons): Add :set spec.
11089 (custom-button-unraised, custom-button-pressed-unraised):
11090 New faces, so that custom-raised-buttons actually does something.
11091 (custom-mode): Use custom-button and custom-button-pressed.
11093 * wid-edit.el (widget-specify-button): Don't ignore
11094 widget-mouse-face on graphic terminals.
11095 (widget-move-and-invoke): Cleanup.
11097 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11099 * whitespace.el (whitespace-cleanup): Doc fix.
11101 2005-10-23 Romain Francoise <romain@orebokech.com>
11103 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11104 `eval-after-load' to avoid evaluating their result.
11106 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11108 * files.el (directory-listing-before-filename-regexp):
11109 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11111 * dired.el (dired-move-to-filename-regexp): Remove.
11112 All occurences replaced by `directory-listing-before-filename-regexp'.
11114 * dired-x.el, locate.el, vc.el:
11115 Replace `dired-move-to-filename-regexp' by
11116 `directory-listing-before-filename-regexp'. In vc.el it is
11117 overwritten locally; maybe this can be handled in files.el too.
11119 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11120 replaced by `directory-listing-before-filename-regexp'.
11122 2005-10-23 Andreas Schwab <schwab@suse.de>
11124 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11125 and eval-next-after-load.
11127 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11129 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11132 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11134 * allout.el: Remove autoloads for mailcrypt and crypt++.
11135 Require pgg, pgg-gpg during compilation.
11136 (allout-version): Increment version number to 2.1, and use a literal
11137 rather than RCS Id.
11138 (allout-default-encryption-scheme): Remove.
11139 (allout-passphrase-verifier-handling)
11140 (allout-passphrase-verifier-string)
11141 (allout-file-passphrase-verifier-string)
11142 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11143 (allout-passphrase-hint-handling): Rename and simplify.
11144 (allout-init): Use `find-file-hook' if available, otherwise
11146 (allout-mode): Use `write-file-functions' if available, otherwise
11147 `local-write-file-hooks' and, instead of making auto-save-hook
11148 buffer local, make the write-file-hook activity contingent to
11150 (allout-mode): Use key-binding substitution in the docstring.
11151 (allout-kill-line): Spell-out kill ring data structure mutation
11152 instead of using byte-compiler-complaint-provoking `pop'.
11153 (allout-insert-listified): Use `insert' rather than `insert-string'
11154 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11155 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11156 (allout-encrypt-string): Totally revamped vis new underlying
11157 encryption facilities.
11158 (allout-mc-activate-passwd): Remove.
11159 (allout-obtain-passphrase): New, more or less replaces
11160 allout-mc-activate-passwd.
11161 (allout-encrypted-key-info): More or less replaces
11162 allout-encrypted-text-type.
11163 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11164 (my-mark-marker): Use `(featurep 'xemacs)'.
11166 2005-10-23 Lars Hansen <larsh@soem.dk>
11168 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11169 (byte-compile-file-form-defmumble, byte-compile-defun)
11170 (byte-compile-defmacro): Use it.
11171 (byte-compile-form): Don't call byte-compile-set-symbol-position
11172 when a byte-compile handler is called.
11174 2005-10-22 Romain Francoise <romain@orebokech.com>
11176 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11178 * subr.el (eval-after-load): Convert library name to an absolute
11179 file name using locate-library, since load-history no longer has
11180 library names in it.
11182 2005-10-22 Richard M. Stallman <rms@gnu.org>
11184 * files.el (make-temp-file): Move from subr.el.
11185 * subr.el (make-temp-file): Move to files.el.
11187 * window.el (get-buffer-window-list): Move from subr.el.
11188 * subr.el (get-buffer-window-list): Move to window.el.
11190 * image.el (image-load-path): Use eval-at-startup to initialize.
11192 * subr.el (eval-at-startup): New macro.
11194 * subr.el: Much rearrangement of functions and division
11195 into pages. No code changes.
11197 2005-10-22 Kenichi Handa <handa@m17n.org>
11199 * tar-mode.el (tar-extract): Be sure to call
11200 find-operation-coding-system if set-auto-coding doesn't find a
11203 2005-10-22 Kim F. Storm <storm@cua.dk>
11205 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11207 (image-type-file-name-regexps): New defconst.
11208 (image-type-from-data): Simplify loop.
11209 (image-type-from-buffer): New defun.
11210 (image-type-from-file-header): Use it instead of image-type-from-data.
11211 Use image-search-load-path instead of only looking in data-directory.
11212 (image-type-from-file-name): New defun.
11213 (image-search-load-path): Change `pathname' to `filename'.
11214 Make PATH arg optional, default to image-load-path.
11216 2005-10-21 Richard M. Stallman <rms@gnu.org>
11218 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11220 * textmodes/paragraphs.el (sentence-end-base): New variable.
11221 (sentence-end): Use sentence-end-base.
11223 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11225 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11226 property independently from the font-lock-multiline variable.
11228 2005-10-21 Richard M. Stallman <rms@gnu.org>
11230 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11232 * startup.el (command-line): Convert library names
11233 in `load-history' to absolute file names.
11235 * subr.el (symbol-file): Doc fix.
11237 * loadhist.el (file-loadhist-lookup): Call locate-library
11238 instead of find-library-name. Don't try converting
11239 abs file names to library names, since load-history no longer
11240 has library names in it.
11241 (file-dependents, file-provides, file-requires): Doc fixes.
11243 2005-10-21 Juri Linkov <juri@jurta.org>
11245 * progmodes/etags.el (tags-table-mode): New function.
11246 (tags-verify-table): Replace initialize-new-tags-table with
11249 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11251 (desktop-modes-not-to-save): Add tags-table-mode to the
11254 * info.el (Info-index-next): Add total number of index
11255 alternatives to the message.
11257 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11258 backward only space (instead of space and period) before looking
11261 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11262 Add the old variable value as 4th default-value arg of read-string.
11264 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11266 * cus-face.el (custom-declare-face): Make face from X resources
11269 * disp-table.el (standard-display-g1, standard-display-graphic):
11270 Refuse to use string glyphs also on Mac.
11271 (standard-display-european): Don't set terminal coding system also
11274 * frame.el (display-screens): Use x-display-screens also on Mac.
11276 2005-10-21 Romain Francoise <romain@orebokech.com>
11278 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11280 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11282 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11285 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11286 warning face on open-paren-in-column-0.
11288 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11289 boundary case. Fix typo.
11290 Suggested by Martin Rudalics <rudalics@gmx.at>.
11292 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11294 * textmodes/org.el (org-combined-agenda-icalendar-file)
11295 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11296 (org-export-icalendar-this-file)
11297 (org-export-icalendar-all-agenda-files)
11298 (org-export-icalendar-combine-agenda-files): New commands.
11299 (org-export-icalendar, org-print-icalendar-entries)
11300 (org-start-icalendar-file, org-finish-icalendar-file)
11301 (org-ical-ts-to-string): New functions.
11302 (org-read-date, org-goto-calendar)
11303 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11304 call to `calendar'.
11305 (orgtbl-setup): Remove the :keys arguments from the menu description.
11306 (org-after-save-iCalendar-file-hook): New variable.
11308 2005-10-21 Kenichi Handa <handa@m17n.org>
11310 * language/vietnamese.el (tcvn-5712): Make it an alias of
11311 vietnamese-tcvn coding-system.
11313 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11315 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11318 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11320 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11321 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11322 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11323 whose line is either continued or ends with a comment.
11325 2005-10-20 Romain Francoise <romain@orebokech.com>
11327 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11329 * replace.el (occur-engine): Add follow-link property.
11331 * font-core.el (font-lock-mode): Doc fix.
11333 2005-10-20 Richard M. Stallman <rms@gnu.org>
11335 * net/rcirc.el: New file.
11337 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11339 * term.el (term-term-name): Initialize to "eterm-color".
11341 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11343 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11344 for encryption functionality.
11345 Move allout customization subgroup from `editing' to `outlines' group.
11346 Fix commentary keywords to legitimate ones.
11347 Update author info (using my current email address, obscurified).
11348 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11349 (allout-encrypted-topic-p, allout-encrypted-text-type)
11350 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11351 (allout-situate-encryption-key-verifier)
11352 (allout-get-encryption-key-verifier, allout-verify-key)
11353 (allout-next-topic-pending-encryption)
11354 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11355 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11356 (outline-key-verifier-handling, outline-key-hint-handling)
11357 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11358 (allout-file-key-verifier-string, allout-encryption-scheme)
11359 (allout-key-verifier-string, allout-key-hint-string)
11360 (allout-after-save-decrypt): New variables.
11361 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11362 (allout-after-saves-handler): New hook functions.
11363 (allout-post-command-business): Do allout-after-save-decrypt.
11364 (allout-enable-file-variable-adjustment): Custom var to enable
11365 mechanism for adding and adjusting settings of Emacs file variables.
11366 (allout-adjust-file-variable, allout-file-vars-section-data):
11367 New functions, implement the mechanism.
11368 (outlineify-sticky): Use the file vars mechanism.
11369 (allout-inhibit-protection, allout-during-write-cue)
11370 (allout-override-protect, allout-before-change-protect): Remove.
11371 (allout-flag-region, allout-open-topic): Adjust read-only text.
11372 (allout-open-line-not-read-only): Add to facilitate read-only
11373 text based protection.
11374 (allout-kill-line): Revise to adjust read-only text, clue the
11375 user about the inhibition.
11376 (allout-unprotected): Use unwind-protect.
11377 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11378 topic deeper than the offspring depth of the previous topic -
11379 avoiding confusing "containment discontinuities".
11380 (allout-reindent-bodies): Fix retention of body relative hanging
11381 indent during promotion of collapsed bodies.
11382 (allout-open-topic): Make it easy to open new topic with same
11383 bullet as current topic - topic creation functions provided with
11384 any universal argument provokes now prompt for bullet, defaulting
11385 to the bullet of the previous topic.
11386 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11387 Plain bullet alternates `.' period and `,' comma only. All other
11388 bullets are relegated to special status (but customizable).
11389 (allout-end-of-entry): Rename from allout-end-of-current-entry
11390 since it actually operates w.r.t. most immediately containing
11391 entry, visible or not.
11392 (allout-hide-current-entry, allout-show-current-entry): Use the
11394 (allout-old-expose-topic): Solidify deprecation.
11395 (allout-end-of-subtree): Add so we can span concealed as well
11397 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11398 (allout-end-of-current-heading): Tweak to just respect the first line.
11399 (allout-get-body-text): Add.
11400 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11401 when invoked interactively.
11402 (allout-up-current-level): Use `interactive-p'.
11403 (allout-mode, allout-init): Miscellaneous docstring and
11404 operational refinements, as well as hookups of new encryption stuff.
11405 (allout-beginning-of-current-entry): Now works as advertised.
11406 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11407 (allout-isearch-rectification): Refine condition for isearching.
11408 (allout-isearch-abort, allout-enwrap-isearch)
11409 (allout-flag-region, my-region-active-p): Relocate some macros.
11410 (allout-title): Fallback title is (buffer-name), not
11411 non-existing (current-buffer-name).
11412 (subst-char-in-string): Define if absent (for some XEmacs versions).
11414 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11416 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11417 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11418 (mail-citation-prefix-regexp, mail-signature-file)
11419 (mail-default-headers, mail-bury-selects-summary)
11420 (mail-send-nonascii): Add autoload cookies.
11422 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11424 * frame.el (blink-cursor-mode): Add `mac' to the list of
11425 window-system's that support blinking cursor.
11427 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11429 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11431 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11433 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11434 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11435 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11437 2005-10-20 Kim F. Storm <storm@cua.dk>
11439 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11440 (ido-set-current-directory): Don't add / after final @.
11441 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11442 Explicitly handle ange-ftp completion oddities.
11443 (ido-make-file-list): Don't rotate list at tramp root to avoid
11444 triggering tramp file handler for expand-file-name via get-file-buffer.
11446 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11448 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11450 2005-10-19 Jay Belanger <belanger@truman.edu>
11452 * calc/calc-units.el (math-standard-units): Add units, adjust
11453 symbols and update values.
11454 (math-unit-prefixes): Add more prefixes.
11456 2005-10-19 Romain Francoise <romain@orebokech.com>
11458 * bookmark.el (bookmark-menu-heading): New face.
11459 (bookmark-bmenu-list): Use it.
11460 Don't fiddle with `baud-rate' at top-level.
11462 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11464 * image.el (create-image, find-image): Mention max-image-size in
11467 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11469 * savehist.el (savehist-load): Revert to checking XEmacs.
11471 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11472 Various docstring and line-width fixups.
11473 (conf-mode): Use cond.
11474 Set font-lock-defaults. Don't set comment-use-syntax.
11476 2005-10-18 David Ponce <david@dponce.com>
11478 * tree-widget.el (tree-widget-button-click): New function.
11479 (tree-widget-button-keymap): Use it.
11481 2005-10-18 Romain Francoise <romain@orebokech.com>
11483 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11484 (bookmark-bmenu-hide-filenames): Add follow-link property.
11485 Improve help-echo text.
11487 * ffap.el (find-file-at-point): Doc fix.
11489 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11491 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11493 2005-10-18 Masatake YAMATO <jet@gyve.org>
11495 Install to the CVS repository what I forgot to install in my
11496 2005-10-16 changes.
11498 * progmodes/python.el (python-complete-symbol): Pass the common
11499 prefix substring of completion to `display-completion-list'.
11501 * textmodes/org.el (org-complete): Ditto.
11503 2005-10-18 Masatake YAMATO <jet@gyve.org>
11505 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11507 * woman.el (WoMan-xref-man-page): New button type derived
11508 from `Man-abstract-xref-man-page'.
11509 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11511 * man.el (Man-abstract-xref-man-page): New button type.
11512 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11513 (Man-highlight-references): Add new optional argument `xref-man-type'.
11515 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11517 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11519 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11521 * cus-edit.el (Custom-move-and-invoke): Delete.
11522 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11524 * wid-edit.el (widget-move-and-invoke): New function, from
11525 Custom-move-and-invoke.
11527 2005-10-17 Bill Wohler <wohler@newt.com>
11529 Move all remaining images from lisp/toolbar to etc/images, move
11530 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11531 the low resolution images in their own directory (low-color).
11533 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11534 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11535 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11536 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11537 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11538 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11539 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11541 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11542 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11543 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11544 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11545 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11546 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11547 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11548 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11549 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11550 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11551 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11552 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11553 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11554 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11555 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11557 To conform with convention, replace the underscore (_) in the
11558 following image names with dash (-) or (/) as appropriate.
11560 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11561 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11562 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11563 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11564 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11565 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11566 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11567 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11568 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11569 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11570 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11571 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11572 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11573 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11574 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11576 * info.el (info-tool-bar-map): Replace underscores in image names
11579 * makefile.w32-in (WINS): Remove toolbar.
11581 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11583 * tool-bar.el: Move to lisp from toolbar. Now that
11584 toolbar is empty, it should be deleted when folks run "cvs up -P".
11586 2005-10-18 Jay Belanger <belanger@truman.edu>
11588 * calc/calc-store.el (calc-store-into): Get the proper variable name
11589 to display in message.
11591 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11593 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11594 expressions display in speedbar for all buffers when debugging.
11595 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11597 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11598 (speedbar-insert-button, speedbar-make-button):
11599 Use add-text-properties.
11600 (speedbar-update-localized-contents)
11601 (speedbar-update-directory-contents)
11602 (speedbar-update-special-contents): Use dolist.
11603 (speedbar-buffer-easymenu-definition): Add a menu separator.
11605 2005-10-17 Jason Rumney <jasonr@gnu.org>
11607 * makefile.w32-in: Use $(lisp) consistently.
11608 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11609 for shell specific generation of mh-autoloads.
11611 2005-10-17 Richard M. Stallman <rms@gnu.org>
11613 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11615 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11617 * jit-lock.el (jit-lock-fontify-now):
11618 Move jit-lock-context-unfontify-pos to avoid wasted work.
11620 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11622 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11623 `tramp-completion-mode' for checking if we are in completion mode.
11624 (tramp-completion-handle-file-name-all-completions): Reorder code
11625 in order to complete for file names only in case there are no
11626 method/user/host completions. This is necessary for cooperation
11627 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11629 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11631 * longlines.el (longlines-search-forward)
11632 (longlines-search-backward): Match any number of spaces.
11634 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11636 * diff-mode.el (diff-mode): Doc fix.
11638 2005-10-16 David Reitter <david.reitter@gmail.com>
11640 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11641 as default on darwin and windows systems.
11643 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11645 * arc-mode.el (archive-zip-extract): Doc fix.
11647 2005-10-16 Romain Francoise <romain@orebokech.com>
11649 * mouse.el (mouse-1-click-follows-link): Doc fix.
11651 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11653 * savehist.el: Don't require CL at runtime.
11654 (savehist-xemacs): Remove.
11655 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11656 (savehist-no-conversion): Use (featurep 'xemacs).
11657 (savehist-load): Check existence of start-itimer rather than XEmacs.
11659 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11662 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11664 * savehist.el: Newer version.
11665 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11666 (savehist-last-checksum, savehist-no-conversion): New vars.
11667 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11669 (savehist-load, savehist-save): Use them.
11670 (savehist-delimit): Remove.
11672 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11674 * progmodes/compile.el (compilation-goto-locus): Display the
11675 compilation buffer first and the source buffer second, in case they're
11676 in overlapping frames. Don't raise the compilation frame if it was the
11677 selected window upon entry. Pass the `other-window' arg to
11680 * info.el (Info-fontify-node): Use dolist.
11681 Change add-text-properties to put-text-property.
11683 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11685 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11688 2005-10-16 Masatake YAMATO <jet@gyve.org>
11690 * dabbrev.el (dabbrev-completion): Pass the common
11691 prefix substring of completion to `display-completion-list'.
11693 * filecache.el (file-cache-minibuffer-complete)
11694 (file-cache-complete): Ditto.
11696 * tempo.el (tempo-display-completions): Ditto.
11698 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11700 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11702 * eshell/em-hist.el (eshell-list-history): Ditto.
11704 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11706 * mail/mailalias.el (mail-complete): Ditto.
11708 * progmodes/etags.el (complete-tag): Ditto.
11710 * progmodes/make-mode.el (makefile-complete): Ditto.
11712 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11714 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11716 * progmodes/pascal.el (pascal-complete-word)
11717 (pascal-show-completions): Ditto.
11719 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11721 * simple.el (completion-common-substring): New variable.
11722 (completion-setup-function): Use `completion-common-substring'
11725 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11727 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11728 (x-get-selection, mac-select-convert-to-string): Convert from/to
11729 UTF-16 clipboard data as in native byte order, no BOM.
11731 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11733 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11734 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11735 (gud-sentinel): Use speedbar-frame to check for speedbar.
11737 2005-10-15 Richard M. Stallman <rms@gnu.org>
11739 * savehist.el: New file.
11741 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11743 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11744 Fix bug in \bf fontification.
11746 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11748 * pcvs.el (cvs-edit-log-files): New var.
11749 (cvs-mode-edit-log): New arg `file'.
11750 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11751 Instead force the use of the original file and nothing else.
11752 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11753 the cvs-minor-wrap-function is set.
11754 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11756 2005-10-14 Bill Wohler <wohler@newt.com>
11758 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11759 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11760 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11761 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11762 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11763 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11764 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11765 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11766 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11767 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11768 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11769 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11770 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11771 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11772 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11774 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11775 appropriately (for example, gud-break to gud/break).
11777 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11779 * longlines.el (longlinges-search-function)
11780 (longlines-search-forward, longlines-search-backward): New functions.
11781 (longlines-mode): Set isearch-search-fun-function to
11782 longlinges-search-function.
11784 * mouse.el (mouse-drag-region-1): Handle the case where a
11785 double-click event is bound to an arbitrary function.
11787 2005-10-14 David Ponce <david@dponce.com>
11789 * recentf.el (recentf-track-opened-file)
11790 (recentf-track-closed-file, recentf-update-menu)
11791 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11792 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11793 mouse-1-click-follows-link.
11795 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11797 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11798 Gnome file-manager.png. Suggested by
11799 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11801 * toolbar/README: Add diropen.xpm.
11803 2005-10-13 Bill Wohler <wohler@newt.com>
11805 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11806 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11808 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11810 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11811 Don't waste the byte-compiler's time on constant data.
11813 2005-10-13 Kenichi Handa <handa@m17n.org>
11815 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11816 byte with `escape-glyph' face.
11818 * international/fontset.el (ccl-encode-unicode-font):
11819 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11820 Handle the case that ucs-mule-to-mule-unicode translates a character to
11821 ASCII (usually for IPA characters).
11823 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11825 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11826 Don't hide the underline of titles if font-lock-mode is disabled.
11828 2005-10-12 Bill Wohler <wohler@newt.com>
11830 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11831 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11832 files in MH-E-SRC have been updated.
11833 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11835 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11837 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11838 (mixal-mode-syntax-table): Add \n as end-comment.
11839 (mixal-operation-codes-alist): Immediately initialize to full value.
11840 (mixal-add-operation-code): Remove.
11841 (mixal-describe-operation-code): Make the arg non-optional.
11842 Use the interactive spec instead.
11843 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11844 (mixal-font-lock-keywords): Don't highlight comments here any more.
11845 (mixal-font-lock-syntactic-keywords): New var.
11846 (mixal-mode): Use it. Fix comment-start-skip.
11848 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11850 * startup.el (command-line-x-option-alist): -nb => -nbi
11852 2005-10-12 Kim F. Storm <storm@cua.dk>
11854 * startup.el (fancy-splash-default-action): Discard mouse click in
11855 the splash screen window, as it has no sensible meaning in the
11856 next window to be selected. Fixes error reported by Jan D.
11858 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11860 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11862 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11864 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11865 Try to fix up minor layout issues like indentation, line break, etc...
11866 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11867 because it doesn't work.
11868 (mixal-operation-codes): Add some more codes.
11869 (mixal-font-lock-keywords): Process comments here.
11870 (mixal-mode): mixasm no longer needs -g option.
11872 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11874 * progmodes/sh-script.el (sh-tmp-file):
11875 Use mktemp -t. Finish support for es and rc shells.
11877 2005-10-11 Jay Belanger <belanger@truman.edu>
11879 * calc/calcalg2.el (calc-integral): With an argument, compute the
11882 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11884 * mouse.el (mouse-drag-region-1): Don't try to catch a
11885 double-click when doing follow-link (it's overridden anyway).
11887 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11889 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11890 (autoload-print-form-outbuf): Add docstring.
11892 2005-10-11 Juri Linkov <juri@jurta.org>
11894 * info.el (Info-mode-menu): Delete menu item "Edit".
11895 (Info-mode): Delete description of Info-edit from docstring,
11896 and rearrange descriptions of Info commands in the order
11897 they are documented in the Info manual.
11899 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11901 * calendar/appt.el (appt-check): Use diary-selective-display var.
11903 2005-10-10 Richard M. Stallman <rms@gnu.org>
11905 * net/newsticker.el (newsticker-start, newsticker-show-news):
11906 Add autoload cookies.
11908 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11910 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11912 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11914 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11916 2005-10-10 Jay Belanger <belanger@truman.edu>
11918 * calc/calc-arith.el (math-check-known-scalarp)
11919 (math-check-known-matrixp): Check the values of arguments that are
11921 (math-check-known-square-matrixp): New function.
11922 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11923 (math-super-types): Add sqmatrix type.
11925 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11926 mode name `square' to `sqmatrix'.
11928 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11929 mode name `square' to `sqmatrix'.
11931 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11933 * progmodes/etags.el (select-tags-table-mode): Don't use
11935 (tags-select-tags-table): Pass `button' to the action function.
11936 (select-tags-table): Place the side-info on button properties rather
11937 than in hidden text. Abbreviate file names.
11938 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11939 (select-tags-table-select): Add `button' argument.
11940 Get side-info from the button property rather than from hidden text.
11942 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11944 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11945 (gud-speedbar-buttons): Preserve point if possible.
11946 (gud-sentinel): Restore previous speedbar display type.
11948 * progmodes/gdb-ui.el (gdba): Improve diagram.
11949 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11950 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11951 Call get-buffer-window once.
11953 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11955 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11956 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11957 (pascal-indent-command): Remove unused var `ind'.
11958 (pascal-indent-case): Remove unused var `oldpos'.
11959 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11960 since it's now used as a proper minor mode map.
11961 (pascal-outline): Rename to pascal-outline-mode.
11962 (pascal-outline-mode): Use define-minor-mode.
11963 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11966 2005-10-10 Andreas Schwab <schwab@suse.de>
11968 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11969 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11971 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11972 outside source directory.
11974 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11976 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11978 (orgtbl-mode-map): Full keymap instead of sparse, because all
11979 `self-insert-command' keys are redefined in this map.
11980 (org-export-as-html): Specify charset for HTML file, by taking it
11981 from the coding system.
11983 2005-10-10 Kenichi Handa <handa@m17n.org>
11985 * textmodes/flyspell.el (flyspell-check-word-p):
11986 If unread-command-events is non-empty, don't call sit-for.
11988 2005-10-09 Richard M. Stallman <rms@gnu.org>
11990 * font-lock.el (font-lock-syntactic-keywords)
11991 (font-lock-keywords): Doc fixes.
11993 * textmodes/flyspell.el (flyspell-external-point-words):
11994 Simplify logic, and don't try to check for consecutive appearances
11995 of one incorrect word.
11997 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11999 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12002 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12003 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12004 (gud-expansion-speedbar-buttons): New function.
12005 (gud-speedbar-buttons): Check for gud-comint-buffer.
12007 2005-10-09 Bill Wohler <wohler@newt.com>
12009 * Makefile.in (updates): Add mh-loaddefs dependency.
12011 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12013 * speedbar.el (speedbar-file-key-map): Fix typo.
12015 2005-10-09 Daniel Brockman <daniel@brockman.se>
12017 * cus-start.el (line-spacing): Add custom spec.
12019 2005-10-09 Romain Francoise <romain@orebokech.com>
12021 * textmodes/ispell.el (ispell-check-version): Fix last change.
12023 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12025 * term/x-win.el: Remove -i, --icon-type from comment.
12027 * startup.el (command-line-x-option-alist): Remove options -i,
12028 -itype, --icon-type, added -nb, --no-bitmap-icon
12030 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12032 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12033 instead of :active.
12035 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12037 * textmodes/ispell.el (ispell-check-version):
12038 Ignore hyphen, and all that follows, in aspell's version text.
12040 2005-10-08 Jay Belanger <belanger@truman.edu>
12042 * calc/calc-arith.el (math-known-square-matrixp): New function.
12043 (math-pow-fancy): Check for matrices before distributing exponent
12046 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12047 fullscreen keypad. Suggested by Luc Teirlinck.
12048 (calc-keypad-show-input): Add space for formatting.
12050 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12051 Add square matrix option.
12053 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12054 of checking calc-matrix-mode when deciding how to expand.
12056 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12058 2005-10-08 Lars Hansen <larsh@soem.dk>
12060 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12061 Add error handling.
12062 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12064 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12066 Sync with Tramp 2.0.51.
12068 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12069 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12070 Insert special handling for `last-coding-system-used', again
12071 it still seems to be necessary (unlike stated before).
12072 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12073 (tramp-password-prompt-regexp): There might be other words before
12074 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12075 (tramp-chunksize): Improve docstring.
12076 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12077 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12078 Christian Joergensen <bugs@razor.dk>.
12080 2005-10-07 Glenn Morris <rgm@gnu.org>
12082 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12083 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12086 2005-10-07 Romain Francoise <romain@orebokech.com>
12088 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12089 (ibuffer-do-shell-command-pipe-replace)
12090 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12091 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12092 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12093 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12094 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12095 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12096 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12097 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12098 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12099 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12100 Autoload file sans suffix.
12102 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12104 2005-10-07 David Ponce <david@dponce.com>
12106 * recentf.el (recentf-menu-open-all-flag): New option.
12107 (recentf-digit-shortcut-command-name): New function.
12108 (recentf--shortcuts-keymap): New variable.
12109 (recentf-menu-shortcuts): New variable.
12110 (recentf-make-menu-items): Initialize it. Replace the "More..."
12111 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12112 (recentf-menu-value-shortcut): New function.
12113 (recentf-make-menu-item): Use it. No more in-lined.
12114 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12115 (recentf-open-most-recent-file): Rename from
12116 `recentf-open-file-with-key'. Don't depend on key binding.
12117 (recentf-mode-map): New variable.
12118 (recentf-mode): Use it.
12120 2005-10-06 Bill Wohler <wohler@newt.com>
12122 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12124 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12125 (MH-E-SRC): New. Used by mh-autoloads.
12126 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12127 files in MH-E-SRC have been updated.
12128 (compile, recompile, bootstrap): Depend on mh-autoloads.
12130 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12132 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12133 gud-break and gud-remove icons when the fringe is not available.
12135 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12138 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12140 * play/zone.el (zone): Wrap body with save-window-excursion.
12142 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12144 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12145 Use the new `list-only' arg to diary-list-entries.
12147 * calendar/diary-lib.el: Use overlays rather than selective-display.
12148 (diary-selective-display): New var.
12149 (diary-header-line-format): Use it.
12150 (diary-list-entries): Add argument `list-only'.
12151 Put the buffer in diary-mode. Don't add \^M at beg and end.
12152 Replace \^M by invisible overlays.
12153 (diary-unhide-everything): Replace \^M by invisible overlays.
12154 (print-diary-entries): Look for overlays rather than \^M.
12155 Add a space to the temp buffer name.
12156 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12157 Put the buffer in diary-mode.
12158 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12159 (diary-anniversary): Make the year arg optional.
12160 (diary-time-regexp): New const.
12161 (diary-font-lock-keywords): Use it to accept a few more time formats.
12163 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12165 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12167 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12168 Fix bug introduced 2005-07-03: Use (car (last ...))
12169 to faithfully reproduce replaced artist-last.
12170 (artist-set-arrow-points-for-poly): Likewise.
12171 Suggested by Johan Bockg
\e,Ae
\e(Brd.
12173 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12175 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12176 * wid-edit.el (widget):
12177 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12178 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12180 2005-10-06 Kenichi Handa <handa@m17n.org>
12182 * international/mule-cmds.el (set-language-environment):
12183 Fix setting up of case-table for unibyte mode.
12185 * simple.el (what-cursor-position): If the character is displayed
12186 by some `display' text property, show that. Don't use
12187 single-key-description for eight-bit characters in multibyte mode.
12189 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12191 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12192 (gdb-ann3): Set it.
12193 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12194 (gdb-info-frames-custom): Use inverse-video for first five
12195 characters of selected frame only.
12196 (gdb-get-frame-number): Select frame even when point is on frame
12199 2005-10-06 Masatake YAMATO <jet@gyve.org>
12201 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12202 Put `font-lock-function-name-face'.
12203 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12204 and `font-lock-variable-name-face'
12205 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12206 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12207 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12208 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12209 (gdb-local-font-lock-keywords): New font lock keywords definition.
12210 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12211 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12212 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12214 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12216 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12217 (ediff-merge-region-is-non-clash-to-skip): Previously called
12218 ediff-merge-region-is-non-clash.
12220 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12221 Use insert-buffer-substring.
12223 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12224 selecting files to patch. Also bug fixes.
12226 * ediff-util.el (ediff-setup): Bug fix.
12227 (ediff-next-difference): Never skip clashes that differ in white
12230 * ediff-wind.el (ediff-setup-control-frame)
12231 (ediff-destroy-control-frame): Check the menubar feature.
12233 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12234 (viper-refresh-mode-line): Use make-local-variable to localize
12235 some vars instead of make-variable-buffer-local. Suggested by
12238 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12239 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12240 Use make-local-variable instead of make-variable-buffer-local.
12241 Suggested by Stefan Monnier.
12243 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12244 (viper-comint-mode-hook): Use make-local-variable on
12245 require-final-newline.
12246 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12248 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12250 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12251 also the second char of a comment-start sequence.
12252 (scheme-sexp-comment-syntax-table): New var.
12253 (lambda, define): Set their scheme-doc-string-elt property.
12254 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12255 Use lisp-font-lock-syntactic-face-function now that it properly
12256 handles |...| symbols.
12257 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12258 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12260 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12262 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12264 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12265 (lisp-doc-string-elt-property): New var.
12266 (lisp-font-lock-syntactic-face-function): Use it.
12267 Rewrite to recognize docstrings even for forms not at toplevel.
12269 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12270 annotation on the | part of #| rather than on the # part.
12271 (scheme-font-lock-syntactic-face-function): New function, to
12272 distinguish strings from |...| symbols.
12273 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12274 syntax-table so that #|...|# is properly highlighted.
12276 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12277 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12279 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12281 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12284 * emacs-lisp/eldoc.el: Move comments into docstrings.
12285 (eldoc-message-commands): Initialize in its declaration.
12286 Add move-beginning-of-line and move-end-of-line.
12287 (eldoc-add-command, eldoc-add-command-completions)
12288 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12290 * outline.el (outline-mark-subtree): Activate the mark.
12292 * calendar/appt.el (appt-time-regexp): New var.
12293 (appt-add, appt-make-list): Use it.
12294 (appt-convert-time): Clean up.
12296 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12297 Don't set any syntax-table property here.
12298 (tex-font-lock-verb): New function. Do it here.
12299 (tex-font-lock-syntactic-keywords): Use it.
12301 2005-10-04 Richard M. Stallman <rms@gnu.org>
12303 * wid-edit.el (widget-file-complete): Get the widget start point
12304 the right way. Default directory to `/' if file has none.
12306 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12308 * textmodes/flyspell.el (flyspell-mode-on):
12309 Call ispell-maybe-find-aspell-dictionaries.
12311 * textmodes/ispell.el (ispell-word, ispell-region):
12312 Call ispell-maybe-find-aspell-dictionaries.
12313 (ispell-accept-buffer-local-defs):
12314 Don't call ispell-maybe-find-aspell-dictionaries
12316 2005-10-04 Richard M. Stallman <rms@gnu.org>
12318 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12320 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12322 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12323 instead of `fboundp' in order to allow for anonymous functions.
12325 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12327 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12328 case the user clicks on the link while another window is selected.
12329 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12331 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12333 (dframe-help-echo): Save point in case mouse tracking is off.
12335 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12337 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12339 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12341 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12342 not change the global value of those vars.
12344 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12345 make-local-variable which we do not need any more.
12347 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12349 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12350 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12351 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12352 (speedbar-path-line): Define obsolete aliases.
12353 (speedbar-line-directory): Doc fix.
12355 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12356 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12357 instead of speedbar-line-path.
12359 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12361 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12362 to nil if dropping on a window. Handle dropping on a minibuffer window
12363 like dropping on a non-window part of Emacs.
12365 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12367 * net/ange-ftp.el: Use with-current-buffer.
12368 (ange-ftp-insert-directory): Do not follow symlinks any more.
12370 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12371 Remove interactive spec.
12373 2005-10-03 Kim F. Storm <storm@cua.dk>
12375 * ido.el (ido-mode): Use custom-initialize-set.
12377 2005-10-02 Richard M. Stallman <rms@gnu.org>
12379 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12380 Use insert-buffer-substring.
12382 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12383 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12385 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12387 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12389 (ange-ftp-insert-directory): Fix up the search for the case where
12390 `file' is absolute.
12392 2005-10-02 Romain Francoise <romain@orebokech.com>
12394 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12396 2005-10-02 Andreas Schwab <schwab@suse.de>
12398 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12399 directory component in the session info.
12401 2005-10-01 Richard M. Stallman <rms@gnu.org>
12403 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12405 * simple.el (next-error-internal): New function.
12407 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12408 (compilation-start): Pass new arg to compilation-buffer-name.
12409 (compile-goto-error): Use next-error-internal.
12411 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12413 * speedbar.el: Remove RCS tag.
12414 (speedbar-check-read-only): Handle non-existent files.
12416 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12418 * info.el (Info-speedbar-hierarchy-buttons)
12419 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12421 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12423 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12424 Do not match newline.
12425 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12426 (bibtex-summary): Remove unnecessary save-excursion.
12427 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12429 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12431 * term/mac-win.el: Add charset info for "iso10646-1".
12432 Modify default fontset to use ATSUI-compatible fonts for some charsets
12435 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12437 * speedbar.el: Re-apply arch tag.
12438 (speedbar-version): Rename to version 1.0. Suggested by Eric
12440 Reapply two changes from Emacs CVS' version of speedbar lost
12442 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12443 (speedbar-frame-parameters): Improve customize type.
12445 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12447 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12448 (ange-ftp-file-directory-p): Fix the symlink case.
12449 (ange-ftp-insert-directory): When listing a single file, get a list of
12450 the parent buffer and extract the relevant line. Inspired from a patch
12451 by Katsumi Yamaoka <yamaoka@jpl.org>.
12452 (ange-ftp-file-name-sans-versions): Simplify.
12454 2005-09-30 Bill Wohler <wohler@newt.com>
12456 Move MH-E image files from toolbar and mail directories into
12459 * mail/reply2.*: Move to etc/images/mail/reply*.
12461 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12462 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12465 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12466 * toolbar/reply*: Move to etc/images/mail.
12468 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12470 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12472 * speedbar.el: New version 1.0pre3.
12474 Frame management code (including timer, and mouse click specifics)
12475 moved to dframe.el:
12476 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12477 (speedbar-timer): Removed. Use dframe-timer.
12478 (speedbar-close-frame): Removed. Use dframe-close-frame.
12479 (speedbar-activity-change-focus-flag): Removed. Use
12480 dframe-activity-change-focus-flag.
12481 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12482 dframe-update-speed.
12484 (speedbar-current-frame): New macro. Use this instead of the
12485 variable speedbar-frame.
12487 (speedbar-use-images, speedbar-expand-image-button-alist)
12488 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12490 (speedbar-find-image-on-load-path): Removed. Replaced by
12491 defezimage in ezimage.el.
12492 (speedbar-expand-image-button-alist): Removed. Replaced by
12493 ezimage-expand-image-button-alist in ezimage.el.
12495 (speedbar-ignored-directory-regexp)
12496 (speedbar-add-ignored-directory-regexp)
12497 (speedbar-ignored-directory-expressions)
12498 (speedbar-line-directory, speedbar-buffers-line-directory)
12499 (speedbar-directory-line, speedbar-buffers-line-directory):
12500 Renamed, replacing `path' with `directory'.
12502 (speedbar-create-directory, speedbar-expand-line-descendants)
12503 (speedbar-toggle-line-expansion)
12504 (speedbar-contract-line-descendants): New commands.
12506 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12507 (speedbar-use-tool-tips-flag): New options.
12509 (speedbar-check-read-only, speedbar-require-version)
12510 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12511 (speedbar-handle-delete-frame, speedbar-try-completion)
12512 (speedbar-update-localized-contents): New functions.
12514 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12515 (speedbar-object-read-only-indicator): New variables.
12517 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12520 (speedbar-separator-face): New face.
12522 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12523 (speedbar-ignored-modes): Add fundamental-mode.
12524 (speedbar-directory-unshown-regexp): Add . directories.
12526 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12527 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12528 `]' for full expand/close.
12529 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12531 (speedbar-check-vc): Support hidden files.
12532 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12533 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12534 state is nil, it is not checked out.
12536 (speedbar-line-text, speedbar-line-token): Support expand buttons
12538 (speedbar-refresh): Universal argument acts as power-click.
12539 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12540 that buffer to get variable values.
12542 And many other bugfixes.
12544 * dframe.el, ezimage.el, sb-image.el: New files.
12546 * sb-*.xpm: Remove files. New image files installed into
12547 etc/images/ezimage.
12549 2005-09-30 Kenichi Handa <handa@m17n.org>
12551 * ps-mule.el (ps-mule-show-warning): If a character is in
12552 ps-print-translation-table, don't treat it as non-printable.
12554 2005-09-30 David Ponce <david@dponce.com>
12556 * tree-widget.el (tree-widget-themes-load-path): New variable.
12557 (tree-widget-themes-directory): Doc fix.
12558 (tree-widget-image-formats) [Emacs]: Doc fix.
12559 (tree-widget--locate-sub-directory): New function.
12560 (tree-widget-themes-directory): Use it.
12562 * recentf.el (recentf-filename-handlers): Rename from
12563 `recentf-filename-handler'. Allow a list of functions.
12564 (recentf-menu-items-for-commands): Fix :help strings.
12565 (recentf-apply-filename-handlers): New function.
12566 (recentf-expand-file-name): Use it.
12567 (recentf-cleanup): Remove duplicates too.
12569 2005-09-29 Juri Linkov <juri@jurta.org>
12571 * faces.el: Rearrange face definitions to be in the same order as
12572 their face descriptions in "(emacs)Standard Faces".
12574 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12576 * tooltip.el (tooltip): Add group `basic-faces'.
12578 * buff-menu.el (Buffer-menu-buffer): Remove group
12579 `font-lock-highlighting-faces'.
12581 * progmodes/compile.el (compilation-error, compilation-warning)
12582 (compilation-info, compilation-line-number, compilation-column-number):
12583 Change group from `font-lock-highlighting-faces' to `compilation'.
12585 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12586 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12587 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12588 (vhdl-font-lock-reserved-words-face)
12589 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12590 `font-lock-highlighting-faces'.
12592 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12594 2005-09-28 Kim F. Storm <storm@cua.dk>
12596 * emulation/cua-base.el: Set CUA move property on additional commands:
12597 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12598 forward-sexp, backward-sexp, forward-list, backward-list.
12600 2005-09-28 Romain Francoise <romain@orebokech.com>
12602 * comint.el (comint-show-output): Really set point at the
12603 beginning of the output when not using `comint-use-prompt-regexp'.
12605 2005-09-27 Jay Belanger <belanger@truman.edu>
12607 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12610 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12612 * textmodes/org.el (org-table-sum): Fix format string.
12614 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12617 2005-09-26 Romain Francoise <romain@orebokech.com>
12619 * isearch.el (isearch-forward-regexp): Close doc string.
12621 2005-09-25 Richard M. Stallman <rms@gnu.org>
12623 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12625 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12627 * progmodes/compile.el (compilation-error-properties):
12628 When getting the file from the previous error message,
12629 correctly decode the new data format.
12631 * progmodes/cc-cmds.el (c-electric-paren):
12632 Call old-blink-paren only for close-paren.
12634 2005-09-24 Andreas Schwab <schwab@suse.de>
12636 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12639 2005-09-25 Romain Francoise <romain@orebokech.com>
12641 * dired-aux.el (dired-copy-file-recursive):
12642 * dired.el (dired-delete-file):
12643 * ediff-mult.el (ediff-dir-diff-copy-file):
12644 * ediff-util.el (ediff-test-save-region):
12645 * forms.el (forms-mode):
12646 * ido.el (ido-file-internal, ido-delete-file-at-head):
12647 * log-edit.el (log-edit-done):
12648 * ses.el (ses-yank-resize):
12649 * play/gomoku.el (gomoku-human-plays, gomoku)
12650 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12651 (gomoku-offer-a-draw):
12652 * play/landmark.el (lm-human-resigns, lm):
12653 * net/eudcb-ldap.el (eudc-ldap-check-base):
12654 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12655 * progmodes/ebrowse.el (ebrowse-find-pattern):
12656 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12657 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12658 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12660 * vc.el (vc-delete-file):
12661 * play/gomoku.el (gomoku-terminate-game, gomoku)
12662 (gomoku-prompt-for-move, gomoku-human-takes-back):
12663 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12664 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12666 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12668 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12669 color rxvt terminals by using the code xterm.el used to use before
12670 2005-04-09 in order to match the colors used by rxvt.
12672 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12674 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12675 colors rxvt-unicode terminals by using the same code as xterm.el.
12677 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12679 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12680 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12681 new symbol used for the tex-verbatim face.
12683 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12685 * woman.el (woman-file-name):
12686 * wid-edit.el (widget-file-prompt-value)
12687 (widget-coding-system-prompt-value):
12688 * w32-fns.el (set-w32-system-coding-system):
12689 * vc.el (vc-version-diff, vc-annotate):
12690 * textmodes/reftex-auc.el (reftex-arg-cite)
12691 (reftex-arg-index-tag):
12692 * textmodes/refer.el (refer-get-bib-files):
12693 * textmodes/artist.el (artist-figlet-choose-font):
12694 * terminal.el (terminal-emulator):
12695 * replace.el (occur-read-primary-args):
12696 * rect.el (string-rectangle, string-insert-rectangle):
12697 * ps-print.el (ps-print-preprint):
12698 * progmodes/pascal.el (pascal-goto-defun):
12699 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12700 * progmodes/compile.el (compilation-find-file):
12701 * printing.el (pr-interactive-n-up):
12702 * play/animate.el (animate-birthday-present):
12703 * net/rcompile.el (remote-compile):
12704 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12705 * mail/rmailsum.el (rmail-summary-search-backward)
12706 (rmail-summary-search):
12707 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12708 (rmail-output-read-file-name):
12709 * mail/rmail.el (rmail-search, rmail-search-backwards):
12710 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12711 * locate.el (locate):
12712 * international/quail.el (quail-show-keyboard-layout):
12713 * international/mule.el (set-buffer-file-coding-system)
12714 (revert-buffer-with-coding-system, set-file-name-coding-system)
12715 (set-terminal-coding-system, set-keyboard-coding-system)
12716 (set-next-selection-coding-system):
12717 * international/mule-diag.el (describe-coding-system)
12718 (describe-font, describe-fontset):
12719 * international/mule-cmds.el (universal-coding-system-argument)
12720 (search-unencodable-char, describe-input-method)
12721 (set-language-environment, describe-language-environment):
12722 * international/codepage.el (codepage-setup):
12723 * international/code-pages.el (codepage-setup):
12724 * info.el (Info-search, Info-follow-reference)
12725 (Info-search-backward):
12726 * emacs-lisp/advice.el (ad-read-advised-function)
12727 (ad-read-advice-class, ad-clear-cache, ad-activate)
12728 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12729 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12731 * ediff-util.el (ediff-toggle-regexp-match):
12732 * ediff-ptch.el (ediff-prompt-for-patch-file):
12733 * dired-aux.el (dired-diff):
12735 * cus-edit.el (custom-variable-prompt):
12736 * calendar/timeclock.el (timeclock-ask-for-project):
12737 * calc/calcalg3.el (calc-get-fit-variables):
12738 * calc/calc-store.el (calc-edit-variable)
12739 (calc-permanent-variable):
12740 * vc-mcvs.el (vc-mcvs-register):
12741 * shadowfile.el (shadow-define-literal-group):
12742 * woman.el (woman-file-name):
12743 * vc.el (vc-version-diff, vc-merge):
12744 * textmodes/reftex-index.el (reftex-index-complete-tag):
12745 * format.el (format-decode-buffer, format-decode-region):
12746 * emulation/viper-cmd.el (viper-read-string-with-history):
12747 * emacs-lisp/debug.el (cancel-debug-on-entry):
12748 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12749 * ediff.el (ediff-merge-revisions)
12750 (ediff-merge-revisions-with-ancestor, ediff-revision):
12751 * completion.el (interactive-completion-string-reader):
12752 * calc/calc-prog.el (calc-user-define-formula):
12753 Follow convention for reading with the minibuffer.
12755 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12757 * progmodes/python.el (python-describe-symbol): Add globals() and
12758 locals() to the arguments of emacs.ehelp.
12760 2005-09-24 Magnus Henoch <mange@freemail.hu>
12762 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12763 New function, code extracted from ispell-valid-dictionary-list.
12764 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12767 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12769 * subr.el (version-regexp-alist): Extend valid syntax for version
12770 strings: allow any of the characters -,_,+ to separate the
12771 alpha/beta/rc part from the version part. Doc fix.
12772 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12774 2005-09-23 David Reitter <david.reitter@gmail.com>
12776 * mail/mailclient.el: New file.
12778 2005-09-23 Richard M. Stallman <rms@gnu.org>
12780 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12781 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12784 * progmodes/cc-mode.el (c-font-lock-init):
12785 Specify font-lock-lines-before.
12787 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12789 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12792 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12794 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12795 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12796 of `remap' feature when available. Additional key bindings for
12797 better tty support.
12798 (org-mode-restart, org-force-self-insert): New commands.
12799 (org-time-stamp-inactive): New command.
12800 (org-remap): New function.
12801 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12802 (org-enable-fixed-width-editor): Move to `org-structure'
12803 customization group.
12804 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12805 blank field after field motion commands.
12807 2005-09-23 Kenichi Handa <handa@m17n.org>
12809 * international/mule-cmds.el (set-language-environment):
12810 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12811 have to call utf-translate-cjk-load-tables.
12813 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12815 * mouse.el (mouse-move-drag-overlay): Fix last change.
12817 2005-09-22 David Ponce <david@dponce.com>
12819 * tree-widget.el (tree-widget-value-create): Fix previous change.
12821 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12823 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12825 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12827 * mouse.el (mouse-move-drag-overlay): New function.
12828 (mouse-drag-region-1): Use it.
12829 Try to simplify a bit the state handling. Handle clicks on links
12830 inside intangible areas.
12831 (mouse-save-then-kill): Minor simplification.
12832 (mouse-secondary-overlay): Make it always non-nil instead of
12833 recreating it each time.
12834 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12835 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12836 Simplify accordingly.
12838 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12840 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12842 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12844 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12845 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12846 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12849 * ediff-util.el: Use insert-buffer-substring.
12851 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12853 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12854 field boundaries in the minibuffer.
12855 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12856 (viper-minibuffer-post-command-hook): New hook.
12857 (viper-line): Don't move cursor at bolp.
12859 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12861 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12862 avoid compiler warnings.
12864 * emulation/viper-macs.el (ex-map): Better messages.
12866 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12868 * emulation/viper.el: Replace make-variable-buffer-local with
12869 viper-make-variable-buffer-local everywhere, to avoid warnings.
12871 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12873 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12874 Delete unused var `old-selected-window'.
12875 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12876 (mouse-drag-secondary): Delete unused var `start-frame'.
12878 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12880 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12882 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12884 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12885 Re-indent within 80 columns. Use inhibit-read-only.
12887 2005-09-19 Romain Francoise <romain@orebokech.com>
12889 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12891 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12893 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12894 unconditionally, since the after-change-function already did it.
12896 2005-09-19 Miles Bader <miles@gnu.org>
12898 * net/newsticker.el: Get rid of CVS keyword.
12900 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan+sf@dd.chalmers.se>
12902 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12903 The prompt is formatted later.
12905 2005-09-19 David Ponce <david@dponce.com>
12907 * tree-widget.el (tree-widget-value-create): Save the converted
12910 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12912 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12913 variable `message'.
12915 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12917 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12918 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12919 <slawomir.nowaczyk.847@student.lu.se>.
12921 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12923 * image.el (image-load-path): Use symbol `data-directory' instead
12924 of its value, for backward compatibility with packages that bind
12925 it during `find-image'. Suggested by Katsumi Yamaoka.
12926 (image-search-load-path): Handle symbols whose values are strings.
12928 2005-09-18 Romain Francoise <romain@orebokech.com>
12930 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12931 with-current-buffer form in save-excursion.
12933 2005-09-18 Deepak Goel <deego@gnufans.org>
12935 * apropos.el (apropos-command): Fix `message' call: first arg
12936 should be a format spec. In this and all other cases that appear
12937 below and elsewhere in the source code, I made a change only when
12938 two conditions were satisfied: [1] I can think of a possibility
12939 that the arguments would cause an error, for example, the code in
12940 question relies on external variables such as filenames. [2] I
12941 was sure that the arg to `message' could not have been nil in the code.
12943 * textmodes/tildify.el (tildify-region): Ditto.
12945 * textmodes/reftex-index.el (reftex-index-change-entry)
12946 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12947 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12948 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12949 (org-priority, org-table-sum):
12950 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12951 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12952 (flyspell-word, flyspell-display-next-corrections):
12953 * textmodes/bibtex.el (bibtex-print-help-message):
12954 * textmodes/artist.el (artist-key-set-point-poly):
12955 * term/mac-win.el (mac-services-insert-text):
12956 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12957 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12958 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12959 (vhdl-compose-configuration):
12960 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12961 (sh-set-indent, sh-learn-line-indent):
12962 * progmodes/ps-mode.el (ps-mode-target-column):
12963 * progmodes/idlwave.el (idlwave-make-tags)
12964 (idlwave-scan-library-catalogs):
12965 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12966 * progmodes/gud.el (gud-jdb-analyze-source):
12967 * progmodes/flymake.el (flymake-log):
12968 * progmodes/ebnf2ps.el (ebnf-generate-region):
12969 * progmodes/cmacexp.el (c-macro-expansion):
12970 * progmodes/ada-xref.el (ada-treat-cmd-string):
12971 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12972 (ada-justified-indent-current, ada-batch-reformat):
12973 * play/zone.el (zone):
12974 * play/landmark.el (lm-move):
12975 * play/decipher.el (decipher-show-alphabet):
12976 * net/newsticker.el (newsticker--display-jump)
12977 (newsticker--display-scroll):
12978 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12979 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12980 * mail/feedmail.el (feedmail-dump-message-to-queue):
12981 * eshell/esh-proc.el (eshell-remove-process-entry):
12982 * emulation/ws-mode.el (ws-last-error):
12983 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12984 (viper-record-kbd-macro):
12985 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12986 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12987 * emacs-lisp/find-func.el (find-function-noselect):
12988 * calendar/timeclock.el (timeclock-status-string)
12989 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12990 (timeclock-when-to-leave-string):
12991 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12992 * calc/calc-units.el (calc-enter-units-table):
12993 * calc/calc-mode.el (calc-mode-record-mode):
12994 * woman.el (woman-mini-help):
12995 * wdired.el (wdired-change-to-wdired-mode):
12996 * vc.el (vc-retrieve-snapshot):
12997 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12998 * startup.el (display-startup-echo-area-message):
12999 * simple.el (set-goal-column):
13000 * ses.el (ses-command-hook, ses-recalculate-cell):
13001 * server.el (server-process-filter):
13002 * printing.el (pr-interface-txt-print, pr-interface-printify)
13004 * pcvs.el (cvs-help):
13005 * log-edit.el (log-edit, log-edit-mode-help):
13006 * iswitchb.el (iswitchb-possible-new-buffer):
13007 * isearch.el (isearch-edit-string):
13008 * image-mode.el (image-mode, image-minor-mode):
13009 * ibuf-macs.el (define-ibuffer-filter):
13010 * hi-lock.el (hi-lock-find-patterns):
13011 * files.el (toggle-read-only):
13012 * ediff-util.el (ediff-copy-diff)
13013 (ediff-write-merge-buffer-and-maybe-kill):
13014 * echistory.el (Electric-history-undefined):
13015 * dnd.el (dnd-insert-text):
13016 * dired-aux.el (dired-query):
13017 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13018 * bookmark.el (bookmark-bmenu-locate):
13019 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13020 Fix `message' calls to ensure first arg is a format string.
13021 The change was made only when these two conditions were satisfied:
13022 [1] when there is a possibility that the arguments would cause an error
13023 for example, if the code in question relies on external variables
13024 such as filenames, and
13025 [2] if the arg to `message' could not have been nil in the code.
13027 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13028 Not having a %s would be weird, though not technically wrong.
13030 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13032 * term/mac-win.el (mac-add-charset-info): Doc fix.
13034 2005-09-17 Romain Francoise <romain@orebokech.com>
13036 * shell.el (shell-resync-dirs): Handle echoing processes more
13037 reliably. Don't insert resync command if `comint-process-echoes'
13040 2005-09-17 Magnus Henoch <mange@freemail.hu>
13042 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13043 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13044 aspell versions >= 0.60.
13045 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13046 only if ispell-aspell-supports-utf8 is non-nil.
13048 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
13050 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13051 buffer-local value to lisp-indent-function.
13053 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13055 * progmodes/glasses.el (glasses-make-readable): If
13056 glasses-separator differs from underscore, put appropriate
13057 overlays over underscore characters.
13058 (glasses-convert-to-unreadable): If glasses-separator differs from
13059 underscore, try to convert glasses-separator characters to
13062 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13064 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13065 Use with-syntax-table and dolist.
13067 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13069 * textmodes/reftex-auc.el:
13070 * textmodes/reftex-cite.el:
13071 * textmodes/reftex-dcr.el:
13072 * textmodes/reftex-global.el:
13073 * textmodes/reftex-parse.el:
13074 * textmodes/reftex-ref.el:
13075 * textmodes/reftex-sel.el:
13076 * textmodes/reftex-toc.el:
13077 * textmodes/reftex-vars.el:
13078 * textmodes/reftex.el: Small changes to remove compiler warnings.
13080 * textmodes/reftex-index.el: Likewise.
13081 (reftex-query-index-phrase): More efficient use of markers.
13083 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13085 * image.el (image-load-path): New variable.
13086 (image-search-load-path): New function.
13087 (find-image): Search for images in `image-load-path'.
13089 2005-09-15 Richard M. Stallman <rms@gnu.org>
13091 * follow.el: Change Maintainer field.
13093 2005-09-15 David Ponce <david@dponce.com>
13095 * recentf.el (recentf-save-file-modes): New option.
13096 (recentf-save-list): Use it.
13098 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13100 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13101 (mode-line-mule-info, mode-line-modified): Move bindings from
13102 mouse-3 to mouse-1.
13104 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13106 * simple.el (sendmail-user-agent-compose): Revert last change.
13108 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13110 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13111 Use with-current-buffer.
13112 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13113 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13114 (ange-ftp-insert-directory): Remove unused var `short'.
13115 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13117 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13118 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13120 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13121 (check-calendar-holidays, diary-list-entries): Autoload.
13122 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13123 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13125 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13126 which mistakenly removed a call to display-buffer.
13128 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13130 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13132 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13134 * progmodes/hideshow.el
13135 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13136 (hs-allow-nesting): New user var.
13137 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13138 (hs-hide-block-at-point): When nesting allowed,
13139 if there is already an overlay in place, delete it.
13140 (hs-safety-is-job-n): Delete func; remove call sites.
13141 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13142 (hs-overlay-at): New func.
13143 (hs-already-hidden-p, hs-show-block): Use it.
13144 (hs-hide-all): Don't pre-clean if nesting allowed.
13145 (hs-show-all): Temporarily disallow
13146 nesting around call to `hs-discard-overlays'.
13148 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13150 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13151 Delete unused local var.
13153 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13155 * help-fns.el (describe-categories): "?\ " -> "?\s".
13156 (help-do-arg-highlight): Recognize also ARG-n, as in
13157 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13159 * international/codepage.el (dos-unsupported-char-glyph):
13160 * net/newsticker.el (tool-bar-map, w3-mode-map)
13161 (w3m-minor-mode-map):
13162 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13164 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13166 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13168 * custom.el (custom-push-theme): Handle the case where a symbol is
13169 bound but face properties have not yet been assigned.
13171 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13172 Fix behavior if noerase is `t' and there is no mail buffer.
13174 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13175 if `continue' is nil, rather than signal an error.
13177 2005-09-12 Richard M. Stallman <rms@gnu.org>
13179 * font-lock.el (font-lock-keywords): Add autoload.
13181 * help-fns.el (describe-variable): Rearrange to put source link
13182 in a predictable place.
13184 * net/newsticker.el: New file.
13186 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13188 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13189 (calendar-basic-setup): Use the new nil arg.
13190 (number-of-diary-entries): Move to diary-lib.el.
13192 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13193 (diary-list-entries): Use with-syntax-table and dolist.
13194 Rename from list-diary-entries.
13195 Use number-of-diary-entries if `number' is nil.
13196 (diary, diary-view-entries): Use this new name and new nil arg value.
13197 (number-of-diary-entries): Move from calendar.el.
13198 (diary-unhide-everything): New function.
13199 (include-other-diary-files, fancy-diary-display)
13200 (diary-show-all-entries, make-diary-entry): Use it.
13201 (diary-mail-entries): Use buffer-string.
13202 (mark-diary-entries): Fix long standing paren typo.
13203 (diary-sexp-entry): Use count-lines.
13204 (make-diary-entry): Avoid `previous-line'.
13205 (diary-mode-map): New var.
13206 (diary-mode): Redraw cal after saving. Setup header-line.
13207 (fancy-diary-display-mode): Use local-set-key.
13209 * startup.el (command-line): Try calling various terminal-init-foo-bar
13210 functions by stripping hyphenated suffixes from $TERM.
13212 * files.el (normal-mode): Check boundness of font-lock-keywords.
13214 2005-09-12 Richard M. Stallman <rms@gnu.org>
13216 * progmodes/compile.el: Don't decide a file's directory
13217 until the user actually tries to go there.
13218 (compilation-next-error-function):
13219 Pass compilation-find-file the directory from the file-struct.
13220 (compilation-internal-error-properties): Separate local FILE-STRUCT
13221 from FILE. Doc the args better. Rename arg FMT to FMTS.
13222 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13223 Expand it, and if nil, use default-directory.
13224 (compilation-get-file-structure): Don't mix specified directory
13225 with default directory. Put specified directory into
13226 file-struct. Don't make the file name absolute.
13228 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13229 (compile-command): Add autoload.
13230 (compilation-disable-input): Add autoload.
13232 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13234 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13235 strings of the variables it can override.
13236 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13237 %Q and %q, for fully-qualified domain name and unqualified host name.
13239 2005-09-11 Kim F. Storm <storm@cua.dk>
13241 * emacs-lisp/authors.el (authors-aliases): Update list.
13242 (authors-fixed-entries): Update mldrag.el entry.
13244 2005-09-10 Alan Mackenzie <acm@muc.de>
13246 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13247 from the region narrowed to.
13249 2005-09-10 Magnus Henoch <mange@freemail.hu>
13251 * textmodes/ispell.el (ispell-check-version): Signal an error if
13252 aspell version is less than 0.60.
13254 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13256 * progmodes/octave-inf.el (inferior-octave-startup):
13257 Resync current dir at the end.
13259 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13261 * woman.el (woman-topic-at-point-default):
13262 Rename to woman-use-topic-at-point-default.
13263 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13264 (woman-file-name): Reflect renames above. Automatically use the
13265 word at point as topic if woman-use-topic-at-point is non-nil.
13266 Otherwise offer it as default but don't insert it in the
13267 minibuffer. Also use `test-completion' instead of `assoc' as
13268 suggested by Stefan Monnier.
13270 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13272 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13273 the attempt to do it over Tramp. This is not yet supported.
13275 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13277 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13278 (menu-bar-non-minibuffer-window-p): New functions.
13279 ("Split Window", "Save As..."): Use them.
13280 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13281 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13282 Use menu-bar-menu-frame-live-and-visible-p.
13283 ("Save Buffer", "Insert File", "Open Directory...")
13284 ("Open File...", "Visit New File..."):
13285 Use menu-bar-non-minibuffer-window-p.
13286 (kill-this-buffer-enabled-p, dired <menu-enable>):
13287 Use menu-bar-non-minibuffer-window-p.
13289 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13291 * cus-start.el (all): Don't complain about fringe-related
13292 built-ins if fringes are not supported. Ditto about
13293 selection-related built-ins. Fix the test for GTK-related built-ins.
13295 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13296 ("Postscript Print Buffer", "Print Region", "Save As...")
13297 ("Save", "Insert File...", "Open Directory...")
13298 ("Open File...", "Visit New File..."")
13299 ("Truncate Long Lines in this Buffer"): Don't look at
13300 menu-updating-frame if this display does not support multiple frames.
13302 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13304 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13306 2005-09-09 Emilio Lopes <eclig@gmx.net>
13308 * woman.el: Format- and whitespace-related changes.
13310 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13312 * woman.el: Fix my email address.
13314 2005-09-08 Richard M. Stallman <rms@gnu.org>
13316 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13317 (sh-mode): Locally set skeleton-pair-default-alist.
13319 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13321 * progmodes/flymake.el: Require `compile' unconditionally.
13323 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13325 * woman.el (woman-file-name): Provide a default, not initial input.
13327 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13329 * font-lock.el (font-lock-support-mode): Doc fix.
13331 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13333 2005-09-08 Richard M. Stallman <rms@gnu.org>
13335 * simple.el (blink-matching-open): Get rid of text props from
13336 the string shown in echo area. Don't permanently set point.
13337 Some rearrangements.
13339 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13341 * recentf.el (recentf-filename-handler): Add custom choice
13342 `abbreviate-file-name'.
13344 * msb.el (msb--very-many-menus): Fix typo.
13346 * disp-table.el (standard-display-european): Don't set
13347 enable-multibyte-characters to nil.
13349 2005-09-08 David Ponce <david@dponce.com>
13351 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13352 (recentf-expand-file-name): Doc fix.
13353 (recentf-dialog-mode-map): Define digit shortcuts.
13354 (recentf--files-with-key): New variable.
13355 (recentf-show-digit-shortcut-filter): New function.
13356 (recentf-open-files-items): New function.
13357 (recentf-open-files): Use it.
13358 (recentf-open-file-with-key): New command.
13360 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13362 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13363 Suggested by Kim F. Storm.
13364 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13365 (Buffer-menu-make-sort-button): Use global keymap.
13367 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13369 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13370 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13371 necessary any longer with the remapped command.
13372 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13373 formatting time only.
13375 * net/tramp.el (tramp-action-password)
13376 (tramp-multi-action-password): Compile the password prompt from
13377 `method', `user' and `host'. Sometimes it isn't obvious which
13378 password to enter, for example with remote files offered by
13379 recentf.el, or with multiple steps. Suggested by Robert Marshall
13380 <robert@chezmarshall.freeserve.co.uk>.
13382 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13384 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13385 Fix regexp for when "s///" is at the beginning of line.
13387 2005-09-07 Jay Belanger <belanger@truman.edu>
13389 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13390 when in matrix mode.
13392 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13394 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13395 non-anonymous functions.
13397 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13399 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13400 when using a header line. Otherwise, use mouse-1-click-follows-link.
13402 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13403 can't be moved; don't signal an error.
13405 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13407 * cus-theme.el (custom-theme-write-faces): Save the current face
13408 spec, not the defface spec.
13410 * custom.el (custom-known-themes): Clarify meaning of "standard".
13411 (custom-push-theme): Save old values in the standard theme.
13412 (disable-theme): Correct typo.
13413 (custom-face-theme-value) Deleted unused function.
13414 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13416 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13418 * progmodes/compile.el (compilation-goto-locus): Take into account
13419 iconified frames when determining whether the buffer is
13421 Don't reset window height if the window already existed.
13423 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13425 * custom.el (load-theme): Rename from require-theme.
13426 Add interactive spec.
13427 (enable-theme): Rename from custom-enable-theme.
13428 Add interactive spec.
13429 (disable-theme): Rename from custom-disable-theme.
13430 Add interactive spec.
13431 (custom-make-theme-feature): Doc fix.
13432 (custom-theme-directory): Doc fix.
13433 (provide-theme): Call enable-theme.
13435 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13437 * obsolete/lazy-lock.el (lazy-lock-mode):
13438 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13439 font-lock-mode if it's off. Print a warning instead.
13441 * progmodes/compile.el (compilation-start): Ignore errors if the
13442 process died before we get to send-eof.
13444 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13445 Undo last change. Enclosing the result in quotes broke things on Unix
13446 since tex-send-command passes it through shell-quote-argument.
13447 (tex-send-command): Pass `file' through convert-standard-filename
13449 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13450 info in a transcript.
13452 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13454 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13455 fix compilation warning. Reorder the key definitions to group
13456 together keys emitted by the current version of xterm.
13458 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13459 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13460 Reorder predicates to correct min-color usage.
13462 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13464 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13465 Kill local variables when longlines-mode is turned off.
13467 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13469 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13471 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13473 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13475 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13476 (font-lock-lines-before): Change default to being inactive.
13477 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13478 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13480 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13482 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13483 Deactivate temporarily advice if active (not needed for Emacs 22,
13484 but for backwards compatibility).
13485 (tramp-exists-file-name-handler): Rewrite. First implementation
13487 (tramp-advice-make-auto-save-file-name):
13488 Call `tramp-handle-make-auto-save-file-name' (again, just for
13489 backwards compatibility).
13491 2005-08-31 Reto Zimmermann <reto@gnu.org>
13493 * progmodes/vhdl-mode.el
13494 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13495 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13496 (vhdl-set-default-project): New function (easier setting of default).
13497 (vhdl-port-copy): Handle extended identifiers for generics.
13498 (vhdl-compiler-alist): Better description for error message regexp.
13499 (vhdl-make): Query for target, use previous as default.
13500 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13501 (vhdl-font-lock-keywords-2): Fix fontification for record
13503 (vhdl-speedbar-make-subpack-line): Add package body link.
13504 (vhdl-generate-makefile-1): Not include itself as dependency.
13505 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13506 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13507 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13508 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13509 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13510 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13511 (vhdl-import-project): Add string argument for `error'.
13512 (vhdl-compose-configuration)
13513 (vhdl-compose-configuration-architecture): Add configuration
13514 declaration generation.
13515 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13516 (vhdl-trailer-re): Add "record" keyword (better indentation).
13517 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13519 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13520 (vhdl-testbench-entity-file-name)
13521 (vhdl-testbench-architecture-file-name): Allow separate
13522 customization of testbench file names.
13523 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13524 (vhdl-get-visible-signals): Allow newline within alias declaration.
13525 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13526 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13527 (member-ignore-case): Alias for missing function in XEmacs.
13528 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13529 (vhdl-update-sensitivity-list): Ignore case on read signals.
13530 (vhdl-replace-string): Adjust case only for file names.
13531 (vhdl-update-sensitivity-list): Fix search for read signals.
13532 (vhdl-update-sensitivity-list): Exclude formal parameters.
13533 (vhdl-get-visible-signals): Include aliases of signals.
13534 (vhdl-get-visible-signals): Fix signal name searching.
13535 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13536 (vhdl-fixup-whitespace-region): Fix for character
13537 literals (e.g. `:').
13539 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13541 * ansi-color.el (comint-last-output-start):
13542 * bs.el (font-lock-verbose):
13543 * diff-mode.el (add-log-buffer-file-name-function):
13544 * dired-x.el (vm-folder-directory):
13545 * faces.el (help-xref-stack-item):
13546 * files.el (font-lock-keywords):
13547 * find-lisp.el (dired-buffers, dired-subdir-alist):
13548 * ido.el (cua-inhibit-cua-keys):
13549 * log-view.el (cvs-minor-wrap-function):
13550 * outline.el (font-lock-warning-face):
13551 * simple.el (compilation-current-error):
13552 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13553 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13554 * tooltip.el (comint-prompt-regexp):
13555 * w32-fns.el (explicit-shell-file-name):
13556 * term/mac-win.el (mac-charset-info-alist)
13557 (mac-services-selection, mac-system-script-code):
13558 * term/tty-colors.el (msdos-color-values):
13559 * term/w32-win.el (xlfd-regexp-registry-subnum):
13560 * term/x-win.el (x-keysym-table, x-selection-timeout)
13561 (x-session-id, x-session-previous-id):
13562 * textmodes/ispell.el (mail-yank-prefix):
13563 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13564 * textmodes/org.el (calc-embedded-close-formula)
13565 (calc-embedded-open-formula)
13566 (font-lock-unfontify-region-function):
13567 * textmodes/reftex-global.el (isearch-next-buffer-function)
13569 * textmodes/reftex.el (font-lock-keywords):
13570 * textmodes/tex-mode.el (font-lock-comment-face)
13571 (font-lock-doc-face):
13572 * textmodes/texinfo.el (outline-heading-alist):
13575 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13576 (artist-spray-chars, artist-mode-init, artist-replace-string)
13577 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13578 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13579 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13581 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13582 (conf-align-assignments): "?\ " -> "?\s".
13584 * textmodes/reftex-index.el (TeX-master): Add defvar.
13585 (reftex-index-phrases-marker): Move up defvar.
13587 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13588 (reftex-toc-include-labels-indicator)
13589 (reftex-toc-include-index-indicator)
13590 (reftex-toc-max-level-indicator): Move up declarations.
13592 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13593 of args to `tramp-run-real-handler', even if it's empty in this case.
13595 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13597 * dired.el (dired-move-to-filename-regexp): Add date format for
13598 Mac OS X 10.3 in East Asian locales.
13600 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13602 * files.el (make-auto-save-file-name): Add file name handler call
13605 * net/tramp.el (tramp-file-name-handler-alist)
13606 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13607 (tramp-handle-make-auto-save-file-name): Rename from
13608 `tramp-make-auto-save-file-name'.
13609 (tramp-exists-file-name-handler): New defun.
13610 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13611 `make-auto-save-file-name' is not a magic file name operation.
13613 2005-08-30 Richard M. Stallman <rms@gnu.org>
13615 * files.el (risky-local-variable-p):
13616 Match `-predicates' and `-commands.
13618 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13619 (custom-save-all): Visit the file if necessary;
13620 kill the buffer if we created it.
13621 (custom-save-delete): Don't visit file or kill buffer here.
13623 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13625 * textmodes/org.el (org-special-keyword): New face.
13626 (org-table-copy-down, org-table-eval-formula)
13627 (org-table-recalculate, org-init-section-numbers):
13628 Use `string-to-number' instead of `string-to-int'.
13629 (org-get-location): Use `insert-buffer-substring' instead of
13631 (org-modify-diary-entry-string): New function.
13632 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13633 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13634 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13636 (org-export-as-html): Handle QUOTE keyword.
13637 (org-quote-string): New option.
13638 (org-bookmark-jump-unhide): New function, used for
13639 `bookmark-after-jump-hook'.
13640 (org-diary-default-entry): Apply only when not called through
13643 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13645 * net/eudc.el (mode-popup-menu):
13646 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13647 * progmodes/ada-mode.el (compile-auto-highlight)
13648 (skeleton-further-elements):
13649 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13650 * progmodes/cmacexp.el (msdos-shells):
13651 * progmodes/compile.el (font-lock-extra-managed-props)
13652 (font-lock-keywords, font-lock-maximum-size)
13653 (font-lock-support-mode):
13654 * progmodes/grep.el (font-lock-lines-before):
13655 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13656 * progmodes/mixal-mode.el (compile-command):
13657 * progmodes/perl-mode.el (font-lock-comment-face)
13658 (font-lock-doc-face, font-lock-string-face):
13659 * progmodes/prolog.el (comint-prompt-regexp):
13660 * progmodes/sh-script.el (font-lock-comment-face)
13661 (font-lock-set-defaults, font-lock-string-face):
13662 * progmodes/sql.el (font-lock-keyword-face)
13663 (font-lock-set-defaults, font-lock-string-face):
13664 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13665 (itimer-version, lazy-lock-defer-contextually)
13666 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13669 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13670 (cperl-electric-keyword, cperl-electric-pod)
13671 (cperl-electric-backspace, cperl-forward-re)
13672 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13673 (vc-rcs-header, vc-sccs-header): Add defvars.
13675 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13676 (font-lock-syntactic-keywords, gud-find-expr-function):
13679 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13680 (gdb-frame-parameters): Declare before use.
13682 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13683 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13684 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13685 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13687 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13688 (idlwave-help-with-source): Use `insert-buffer-substring', not
13691 2005-08-29 Juri Linkov <juri@jurta.org>
13693 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13694 Put outline-back-to-heading function call inside save-excursion.
13696 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13698 * man.el (Man-init-defvars, Man-translate-references)
13699 (Man-support-local-filenames, Man-highlight-references):
13700 * progmodes/sql.el (sql-interactive-mode):
13701 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13703 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13704 (compilation-mode-font-lock-keywords): Add defvars.
13705 (checkdoc-interactive-loop): "?\ " -> "?\s".
13707 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13708 (font-lock-doc-face, font-lock-string-face)
13709 (font-lock-keywords-case-fold-search): Add defvars.
13710 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13712 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13713 Don't pass X and Y (they are ignored anyway).
13714 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13715 (mouse-delete-window): Make arguments optional.
13717 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13718 (caesar-translate-table, minor-modes, news-buffer-save)
13719 (news-group-name, news-minor-modes): Add defvars.
13721 * emacs-lisp/lselect.el (mouse-highlight-priority)
13722 (x-lost-selection-functions, zmacs-regions):
13723 * emacs-lisp/pp.el (font-lock-verbose):
13724 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13725 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13727 * emacs-lisp/tcover-unsafep.el (safe-functions):
13728 * international/mule-cmds.el (mac-system-coding-system)
13729 (mac-system-locale):
13730 * language/ethio-util.el (rmail-current-message)
13731 (rmail-message-vector):
13732 * language/thai-util.el (thai-auto-composition-mode):
13733 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13734 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13735 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13736 (vm-primary-inbox, vm-spool-files):
13737 * mail/rmail.el (deleted-head, font-lock-fontified)
13738 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13739 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13741 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13742 (rmail-summary-mode-map):
13743 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13744 (rmail-last-label, rmail-last-multi-labels)
13745 (rmail-summary-vector, rmail-total-messages):
13746 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13747 * mail/rmailsum.el (msgnum):
13748 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13749 (rmail-current-message):
13750 * obsolete/fast-lock.el (font-lock-face-list):
13751 * obsolete/rnewspost.el (mail-reply-buffer):
13752 * obsolete/scribe.el (compile-command):
13753 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13755 2005-08-28 John Paul Wallington <jpw@gnu.org>
13757 * ibuf-ext.el (ibuffer-auto-update-changed):
13758 Use `frame-or-buffer-changed-p' to check whether we need to update.
13759 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13760 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13761 as a `frame-or-buffer-changed-p' state vector instead.
13763 2005-08-27 Romain Francoise <romain@orebokech.com>
13765 * textmodes/makeinfo.el (makeinfo-compile):
13766 Use `compilation-start'. Set `next-error-function' according to
13768 (makeinfo-next-error): New function.
13769 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13770 (makeinfo-buffer): Likewise.
13772 * progmodes/compile.el (compilation-start): Add autoload cookie.
13774 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13775 * textmodes/sgml-mode.el: Likewise.
13776 * progmodes/python.el: Likewise.
13778 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13780 * simple.el (blink-matching-paren-distance): Document the meaning
13781 of nil value, and allow to customize to nil.
13783 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13784 command.com, not command.exe.
13786 2005-08-26 John Wiegley <johnw@newartisans.com>
13788 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13789 code around a bit so that an extraneous nil argument is not added
13790 to a command when no args are given.
13792 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13793 double-quoted argument resolves to nil, return it as an empty
13794 string rather than as nil. This made it impossible to pass "" to
13795 a shell script as a null string argument.
13797 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13799 * outline.el (outline-invent-heading): New fun.
13800 (outline-promote, outline-demote): Use it.
13801 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13802 (outline-end-of-subtree): Remove unused var `opoint'.
13804 2005-08-26 David Reitter <david.reitter@gmail.com>
13806 * menu-bar.el (truncate-lines, write-file, print-buffer)
13807 (ps-print-buffer-faces, ps-print-buffer, split-window):
13808 Disable menu items when the frame they refer to is invisible, or when
13809 they refer to a buffer and the minibuffer is selected.
13811 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13813 * progmodes/flymake.el (flymake-highlight-err-lines):
13814 Use save-excursion around flymake-highlight-line to preserve point.
13816 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13818 * progmodes/octave-mod.el: Change Author and Maintainer address.
13819 (octave-maintainer-address): Change Kurt's email address.
13820 * progmodes/octave-inf.el: Change Author and Maintainer address.
13821 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13823 2005-08-26 Kim F. Storm <storm@cua.dk>
13825 * subr.el (version-list-<, version-list-<=, version-list-=):
13826 Rename from integer-list-*.
13827 (version-list-not-zero): Likewise. Fix while loop.
13828 (version=): Use version-list-= instead of string-equal.
13830 2005-08-26 Richard M. Stallman <rms@gnu.org>
13832 * outline.el (outline-promote): Try shortening the heading.
13833 As last resort, read the heading to use.
13834 (outline-demote): As last resort, read the heading to use.
13836 2005-08-26 Romain Francoise <romain@orebokech.com>
13838 * progmodes/compile.el (compilation-start): Doc fix.
13840 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13841 (antlr-font-lock-additional-keywords): Fix reference to
13842 `antlr-font-lock-literal-regexp' erroneously changed during the
13844 (antlr-run-tool): Use `compilation-start'.
13846 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13847 instead of the obsolete `compile-internal'.
13849 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13851 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13852 (number, original-date):
13853 * calendar/cal-china.el (date):
13854 * calendar/cal-coptic.el (date):
13855 * calendar/cal-french.el (date):
13856 * calendar/cal-hebrew.el (date, entry, number, original-date):
13857 * calendar/cal-islam.el (date, number, original-date):
13858 * calendar/cal-iso.el (date):
13859 * calendar/cal-julian.el (date):
13860 * calendar/cal-mayan.el (date):
13861 * calendar/cal-menu.el (date, event):
13862 * calendar/cal-persia.el (date):
13863 * calendar/lunar.el (date):
13864 * calendar/solar.el (date): Add defvars.
13869 * obsolete/bg-mouse.el:
13870 * obsolete/sun-curs.el:
13871 * obsolete/swedish.el: Move the `defvar's to the top level.
13873 * smerge-mode.el (smerge-refined-change): Add :group.
13875 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13877 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13878 (smerge-keep-n): Remove props.
13879 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13880 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13881 now that it's done in smerge-keep-n.
13882 (smerge-refined-change): New face.
13883 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13884 (smerge-refine): New funs.
13885 (smerge-basic-map): Bind smerge-refine.
13887 2005-08-25 Juri Linkov <juri@jurta.org>
13889 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13890 compilation-process-setup-function and compilation-disable-input
13891 in grep-mode instead of let-bindings in grep.
13893 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13894 Delete "Automatic File De/compression" (auto-compression-mode).
13896 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13898 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13899 Silence warning about non-existent variable.
13901 2005-08-25 Richard M. Stallman <rms@gnu.org>
13903 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13904 Rename "Describe Key" to "Describe Key or Mouse Operation".
13906 * mail/mailalias.el (build-mail-aliases): Delete comments
13907 from the contents before processing them.
13909 * isearch.el (isearch-edit-string): Erase the Search prompt
13910 if user enters an empty string and there is no default.
13912 * comint.el (comint-file-name-prefix): Add autoload.
13914 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13916 * subr.el (play-sound): Rearrange to avoid warning.
13918 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13920 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13922 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13924 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13926 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13928 * custom.el (custom-theme-set-variables): Sort minor modes last.
13930 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13932 * subr.el (version-separator, version-regexp-alist): New vars used by
13933 version comparison funs.
13934 (integer-list-<, integer-list-=, integer-list-<=)
13935 (integer-list-not-zero): New funs for integer list comparison.
13936 (version-to-list, version=, version<, version<=): New funs for version
13939 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13941 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13942 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13943 time to silence the byte-compiler.
13945 * ibuffer.el (ibuffer-compile-make-eliding-form)
13946 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13947 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13948 so it's silly to get warnings for it).
13949 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13950 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13951 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13952 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13953 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13954 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13955 Defvar at compile time.
13956 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13957 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13958 Declare them before use.
13960 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13961 (info-xref-good, info-xref-bad): Defvar at compile time.
13963 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13964 Use `let*' instead of `let'.
13966 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13967 (*mouse-y*, menu, char): Defvar at compile time.
13968 (sc::menu): Declare it before use.
13969 (sc::pack-one-line): Use `let', not `let*'.
13971 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13972 (mail-send-hook): Defvar at compile time.
13974 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13975 Defvar at compile time.
13977 * term/sun-mouse.el (current-global-mousemap)
13978 (current-local-mousemap): Declare them before use.
13980 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13982 * bookmark.el (bookmark-after-jump-hook): New hook.
13983 (bookmark-jump): Run `bookmark-after-jump-hook'.
13985 2005-08-23 Juri Linkov <juri@jurta.org>
13987 * faces.el (minibuffer-prompt): Doc fix.
13989 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13991 * progmodes/xscheme.el: Trivial changes to silence warnings.
13992 (xscheme-previous-mode, xscheme-previous-process-state):
13994 (xscheme-last-input-end, xscheme-process-command-line)
13995 (xscheme-process-name, xscheme-buffer-name)
13996 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13997 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13998 (xscheme-control-g-synchronization-p)
13999 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14000 (default-xscheme-runlight, xscheme-runlight)
14001 (xscheme-runlight-string, xscheme-process-filter-state)
14002 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14003 Move to beginning of file.
14004 (scheme-interaction-mode-commands-alist)
14005 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14006 Declare them before use. Note: the initialization code for the variables
14007 has not been moved because it uses functions that reference the variables.
14008 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14009 (xscheme-prompt-for-expression-map): Declare them before use.
14010 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14012 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14014 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14016 2005-08-22 Juri Linkov <juri@jurta.org>
14018 * faces.el (set-face-underline): Delete this duplicate function
14019 and make an obsolete alias to set-face-underline-p.
14020 (set-face-underline-p): Use docstring of set-face-underline.
14021 (describe-face): Create hyperlink to parent face.
14023 * info.el (Info-insert-dir): Use save-excursion around
14024 insert-buffer-substring.
14025 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14026 (Info-escape-percent): Delete function.
14027 (Info-fontify-node): Replace Info-escape-percent by
14028 replace-regexp-in-string with REP arg set to lambda that
14029 duplicates `%' and preserves text properties.
14031 * progmodes/compile.el (compilation-disable-input): Doc fix.
14032 (define-compilation-mode): Doc fix and refill.
14033 (kill-compilation): Use `mode-name' in the error message.
14034 (compilation-find-file): Use `compilation-error' in the
14035 read-file-name's prompt.
14037 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14039 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14040 (smerge-auto-leave): Make undo re-enable the mode.
14041 (debug-ignored-errors): Add the user-error of impossible resolution.
14042 (smerge-resolve): Move things around a bit, in preparation for later.
14043 (smerge-diff): Don't fail if the buffer has no associated file.
14044 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14045 (smerge-conflict-overlay): New function.
14046 (smerge-match-conflict): Don't add text properties here.
14047 (smerge-find-conflict): Instead, add an overlay here.
14048 Also check for the case where we're inside a conflict already, so as to
14049 obviate the need for font-lock-multiline, which is unbearably slow with
14050 large conflicts and ciomplex font-lock patterns.
14051 (smerge-remove-props): Remove overlay rather than text-properties.
14052 (smerge-mode): Don't set font-lock-multiline.
14053 Remove overlays when turned off.
14055 2005-08-21 Kim F. Storm <storm@cua.dk>
14057 * ido.el (ido-ignore-item-p): Use save-match-data.
14058 Bind case-fold-search to ido-case-fold locally.
14060 2005-08-20 Richard M. Stallman <rms@gnu.org>
14062 * files.el (normal-mode): If font lock is on, turn it off and on.
14064 * subr.el (replace-regexp-in-string): Doc fix.
14066 * startup.el (command-line-1): Don't suppress startup screen
14067 due to existing processes.
14069 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14071 * progmodes/compile.el (compilation-disable-input): Default to nil.
14073 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14075 * progmodes/compile.el (compilation-disable-input): New defcustom.
14076 (compilation-start): If compilation-disable-input is non-nil, send
14077 EOF to the compilation process.
14079 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14081 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14082 Run the argument of tex-shell-cd-command through
14083 convert-standard-filename, to get the correct style of slashes on
14084 Windows, and enclose the result in quotes, in case the file name
14085 includes whitespace or other special characters.
14087 2005-08-19 Andreas Schwab <schwab@suse.de>
14089 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14092 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14094 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14096 2005-08-18 Kim F. Storm <storm@cua.dk>
14098 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14100 2005-08-18 Richard M. Stallman <rms@gnu.org>
14102 * scroll-lock.el: New file.
14104 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14106 * dired.el (dired-move-to-end-of-filename):
14107 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14109 2005-08-18 Kim F. Storm <storm@cua.dk>
14111 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14112 rather than toggle mode when custom value is nil.
14113 (ido-everywhere): Fix defun doc string.
14115 2005-08-17 Richard M. Stallman <rms@gnu.org>
14117 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14118 as tag instead of "Inviolable".
14120 2005-08-17 Kim F. Storm <storm@cua.dk>
14122 * windmove.el (windmove-coordinates-of-position): Remove.
14123 (windmove-coordinates-of-window-position): Remove.
14124 (windmove-reference-loc): Use posn-at-point instead.
14126 * subr.el (insert-for-yank-1): Doc fix.
14128 * ido.el (ido-enter-matching-directory): Rename from
14129 ido-enter-single-matching-directory. Change `slash' choice to
14130 `only'. Add `first' choice.
14131 (ido-exhibit): Adapt to above changes.
14133 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14135 * Makefile.in: Expand comment about building loaddefs.el.
14137 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14139 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14140 Comment use of defadvice.
14142 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14144 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14146 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14147 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14148 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14149 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14150 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14151 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14152 for backward compatibility for faces that did not appear in the
14153 previous Emacs release.
14155 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14157 2005-08-15 Kim F. Storm <storm@cua.dk>
14159 * emulation/cua-base.el (cua-delete-region): Return t if
14160 deleted region was non-empty.
14161 (cua-replace-region): Inhibit overwrite-mode for
14162 self-insert-command if replaced region was non-empty.
14163 (cua--explicit-region-start, cua--status-string): Make them
14164 buffer-local at top-level...
14165 (cua-mode): ...rather than when mode is enabled.
14167 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14169 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14170 Set t for Emacs 21, 22, and so on.
14172 2005-08-15 David Ponce <david@dponce.com>
14174 * tree-widget.el: Update Commentary header.
14175 (tree-widget-theme): Doc fix.
14176 (tree-widget-space-width): New option.
14177 (tree-widget-image-properties): Look up in the default theme too.
14178 (tree-widget--cursors): Only for images with arrow pointer shape.
14179 (tree-widget-lookup-image): Pointer shape is hand by default.
14180 (tree-widget-icon): Rename generic icon widget from
14181 `tree-widget-control'.
14182 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14183 derive from `tree-widget-icon'.
14184 (tree-widget-handle): Improve default look and feel of the text
14186 (tree-widget): Rename :*-control properties to :*-icon properties.
14187 Add :action and :help-echo properties.
14188 (tree-widget-after-toggle-functions): Move.
14189 (tree-widget-close-node, tree-widget-open-node): Remove.
14190 (tree-widget-before-create-icon-functions): New hook.
14191 (tree-widget-value-create): Update to allow customization of icons
14192 and nodes at run-time via that new hook.
14193 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14194 (tree-widget-icon-action, tree-widget-icon-help-echo)
14195 (tree-widget-action, tree-widget-help-echo): New functions.
14197 2005-08-15 Kim F. Storm <storm@cua.dk>
14199 * ido.el (ido-buffer-internal): Use with-no-warnings.
14200 (ido-make-merged-file-list): Use while-no-input.
14202 2005-08-15 Richard M. Stallman <rms@gnu.org>
14204 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14205 (flyspell-large-region): Fix doc and custom type.
14207 2005-08-14 Richard M. Stallman <rms@gnu.org>
14209 * files.el (interpreter-mode-alist): Doc fix.
14211 * mail/rmail.el (rmail-nonignored-headers): New variable.
14212 (rmail-clear-headers): Use it.
14213 (rmail-reply): Better handling of mail-followup-to header.
14215 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14216 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14217 don't try to refer to executable-font-lock-keywords.
14218 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14219 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14220 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14221 (sh-mode): Set comment-start-skip, local-abbrev-table,
14222 imenu-case-fold-search.
14223 (sh-set-shell): Don't set them here.
14224 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14225 Don't cache the results in the original alist; don't ever modify
14228 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14230 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14233 2005-08-15 Andreas Schwab <schwab@suse.de>
14235 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14237 * dired.el, info.el, mail/rmail.el: Revert last change.
14239 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14241 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14242 modification in `eval-after-load' form.
14243 * info.el: Likewise.
14244 * mail/rmail.el: Likewise.
14246 2005-08-14 Juri Linkov <juri@jurta.org>
14248 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14249 Remove highlighting of "Compilation started". Highlight only
14250 the word "finished" in "Compilation finished". Add highlighting
14251 of "interrupt", "killed", "terminated" and the exit code.
14252 (compilation-start): Add newline after header. Use exactly the
14253 same time stamp format as the finishing message.
14254 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14256 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14257 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14258 Add highlighting of "interrupt", "killed", "terminated".
14260 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14261 enabled and the current command is self-insert-command, call it
14262 explicitly with overwrite-mode bound to nil, to not allow it
14263 to delete the character after the selected region.
14265 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14267 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14268 move-end-of-line, end-of-line, and beginning-of-line to the list
14269 of commands after which the echo area is updated.
14271 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14273 * cus-edit.el (custom-save-all, custom-save-delete):
14274 Bind recentf-exclude to exclude custom-file.
14276 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14278 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14279 to go to the bottom of the mail message. Added to
14280 `rmail-summary-mode-map' with key "/".
14281 (rmail-summary-show-message): New (internal) function for use by
14282 both `rmail-summary-beginning/end-of-message'.
14283 (rmail-summary-beginning-of-message): Change to use
14284 rmail-summary-show-message.
14286 * mail/rmail.el (rmail-end-of-message): New command to go to the
14287 end of the current message. Added to `rmail-mode-map' with key "/".
14288 (rmail-beginning-of-message): Fix to work as documented.
14289 (rmail-mode): Change documentation.
14291 * progmodes/compile.el (compilation-start): Add the line
14292 "Compilation started" with compilation start time.
14293 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14295 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14297 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14300 2005-08-11 Richard M. Stallman <rms@gnu.org>
14302 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14304 * battery.el (battery-status-function): Don't use ignore-errors.
14306 2005-08-11 Lute Kamstra <lute@gnu.org>
14308 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14309 define-obsolete-variable-alias.
14311 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14313 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14314 (ange-ftp-send-cmd): Revert last change, and expand
14315 the comment explaining the problem.
14317 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14319 * ldefs-boot.el: Update.
14321 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14322 item to "Time, Load and Mail". Change help echo text.
14324 * time.el (display-time-use-mail-icon, display-time-format)
14325 (display-time-string-forms): Shorten first line of docstrings.
14327 2005-08-10 Lars Hansen <larsh@soem.dk>
14329 * desktop.el (desktop-buffer-mode-handlers):
14330 Make non-customizable. Add autoload cookie. Change initial value to
14331 nil; add elements in respective modules instead. Fix doc string.
14332 (desktop-load-file): New function.
14333 (desktop-minor-mode-handlers): New autoloaded variable.
14334 (desktop-create-buffer): Call minor mode handlers.
14335 Use desktop-load-file to load major and minor mode modules prior to
14336 checking for a handler.
14337 (desktop-save): Don't add nil to desktop-minor-modes for minor
14338 modes with nil function in desktop-minor-mode-table. Don't delete
14339 desktop file before rewriting it.
14340 (desktop-locals-to-save): Add autoload cookie. Don't make
14341 automatically buffer-local. Add variables column-number-mode,
14342 size-indication-mode, indent-tabs-mode,
14343 indicate-buffer-boundaries, indicate-empty-lines and
14344 show-trailing-whitespace.
14345 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14346 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14347 (desktop-clear-preserve-buffers-regexp): Delete.
14348 (desktop-clear-preserve-buffers): Update initial value and docstring.
14349 (desktop-save-buffer): Fix doc string.
14351 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14352 (hilit-chg-desktop-restore): New function.
14353 (highlight-changes-mode): Add highlight-changes-mode to
14354 desktop-locals-to-save.
14356 * dired.el: Add handler to desktop-buffer-mode-handlers.
14357 (dired-restore-desktop-buffer): Remove autoload cookie.
14358 (dired-mode): Add autoload cookie.
14360 * info.el: Add handler to desktop-buffer-mode-handlers.
14361 (Info-restore-desktop-buffer): Remove autoload cookie.
14362 (Info-mode): Add autoload cookie.
14364 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14365 (mh-restore-desktop-buffer): Remove autoload cookie.
14366 (mh-folder-mode): Add autoload cookie.
14368 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14369 (rmail-restore-desktop-buffer): Remove autoload cookie.
14371 2005-08-11 Masatake YAMATO <jet@gyve.org>
14373 * hexl.el (hexl-address-region):
14374 (hexl-ascii-region, hexl-font-lock-keywords):
14375 (hexl-highlight-line-range): Use the term "region"
14376 instead of "area" for consistency with the other symbols
14377 defined in hexl.el.
14379 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14381 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14382 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14383 out by Juri Linkov). Add `display-battery-mode'.
14385 2005-08-09 Juri Linkov <juri@jurta.org>
14387 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14388 Remove `-text' from face variable names.
14389 (compilation-error-file-name, compilation-warning-file-name)
14390 (compilation-info-file-name): Delete faces.
14391 (compilation-line-number, compilation-column-number):
14392 Remove face underlining.
14393 (compilation-message-face): Set to `underline' value by default.
14394 (compilation-error-face, compilation-warning-face)
14395 (compilation-info-face): Remove `-file-name' from face names.
14396 (compilation-error-text-face, compilation-warning-text-face)
14397 (compilation-info-text-face): Delete face variables.
14398 (compilation-text-face): Delete function.
14400 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14401 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14402 (grep-error-face): Set to `compilation-error' instead of
14403 `compilation-error-face' (which is redefined to `grep-hit-face' in
14405 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14406 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14408 * dired-aux.el (dired-do-query-replace-regexp):
14409 Use `query-replace-read-args'.
14411 * replace.el (query-replace-read-from, query-replace-read-to)
14412 (query-replace-read-args): Rename arg `string' to `prompt'.
14414 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14416 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14418 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14420 (ange-ftp-canonize-filename): Handle file names beginning with ~
14423 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14425 * textmodes/fill.el (canonically-space-region)
14426 (fill-context-prefix, fill-french-nobreak-p)
14427 (fill-delete-newlines, fill-comment-paragraph)
14428 (justify-current-line): "?\ " -> "?\s".
14430 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14432 * textmodes/fill.el (fill-nonuniform-paragraphs):
14433 Improve argument/docstring consistency.
14435 2005-08-09 Richard M. Stallman <rms@gnu.org>
14437 * textmodes/ispell.el (ispell-word): More fboundp checks.
14439 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14440 (find-file-noselect-1): Call it here, only if RAWFILE.
14441 (normal-mode): Always set some major mode.
14442 (save-some-buffers-action-alist): Change some explanation strings.
14443 (file-name-non-special): In the `quote' method, use unwind-protect.
14445 2005-08-09 Magnus Henoch <mange@freemail.hu>
14447 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14448 (ispell-have-aspell-dictionaries): New variable.
14449 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14450 (ispell-get-aspell-config-value): New function.
14451 (ispell-aspell-find-dictionary): New function.
14452 (ispell-aspell-add-aliases): New function.
14453 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14454 appropriate. Don't look for ispell dictionaries if we use aspell.
14455 (ispell-menu-map): Don't build a submenu of dictionaries.
14457 2005-08-09 Richard M. Stallman <rms@gnu.org>
14459 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14460 (sql-read-passwd): Use read-passwd.
14462 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14463 (idlwave-toolbar-is-possible): Add defvars.
14465 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14468 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14469 (idlwave-system-class-info, idlwave-executive-commands-alist):
14472 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14474 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14477 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14478 and content-type: headers.
14480 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14482 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14483 and rename some of them to be more self-explanatory.
14485 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14487 * startup.el (command-line-1): Implement -scriptload.
14489 * replace.el (occur-engine): Initial *Occur* output not undoable.
14491 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14492 and improve help strings.
14494 * isearch.el (isearch-repeat): When changing direction,
14495 mark search successful.
14497 * ediff-init.el: Use (featurep 'xemacs).
14499 * comint.el (send-invisible): Identify buffer, if not selected.
14501 * align.el: Delete autoload for c-guess-basic-syntax.
14503 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14505 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14506 Improve argument/docstring consistency. Doc fixes.
14507 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14508 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14509 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14510 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14511 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14512 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14513 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14514 Defvar at compile time.
14516 2005-08-09 Juri Linkov <juri@jurta.org>
14518 * info.el: Replace `info' with upper-case `Info' where appropriate.
14519 (info-title-1, info-title-2, info-title-3, info-title-4)
14520 (info-menu-header): Move up face definitions.
14521 (info-menu-star): Rename from `info-menu-5'.
14522 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14523 (Info-fontify-visited-nodes): Fix docstring.
14524 (Info-hide-note-references): Fix docstring.
14525 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14526 menu items in the same way as on cross-references.
14527 (info-apropos): Fix sorting order and formatting to be like in the
14528 stand-alone Info browser. Display error messages for 1 sec.
14529 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14530 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14532 (Info-insert-dir): Restore point after calling
14533 `insert-buffer-substring'.
14535 2005-08-08 Richard M. Stallman <rms@gnu.org>
14537 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14538 (recompute-lucid-menubar): Add defvars.
14540 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14542 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14544 * net/net-utils.el (run-dig): Rename from `dig'.
14546 * play/gametree.el (gametree-mode): Use make-local-variable,
14547 not make-variable-buffer-local.
14549 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14551 * ansi-color.el (ansi-color-make-extent)
14552 (ansi-color-set-extent-face): Use fboundp, not functionp.
14554 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14555 not make-variable-buffer-local.
14557 * bookmark.el (Info-current-file): Add defvar.
14558 (bookmark-jump-noselect): Use with-no-warnings.
14560 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14562 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14564 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14566 * find-file.el (ada-procedure-start-regexp)
14567 (ada-package-start-regexp): Add defvars.
14569 * info.el (Info-insert-dir): Use insert-buffer-substring.
14571 * xml.el (xml-att-def-re): Add defvar.
14573 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14574 calling convention.
14576 * subr.el (while-no-input): Return t if there is input.
14578 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14580 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14582 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14584 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14585 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14587 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14589 * cmuscheme.el (scheme-start-file): Replace reference to
14590 `user-emacs-directory' by "~/.emacs.d/".
14592 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14594 * info.el (Info-dir-remove-duplicates): Avoid case folding
14595 in loop; instead, keep downcased strings for comparison.
14596 Suggested by Helmut Eller.
14598 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14600 Sync with Tramp 2.0.50.
14602 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14603 XEmacs case; not necessary anymore.
14604 (tramp-user-regexp): Allow "@" as part of user name.
14605 (tramp-handle-set-visited-file-modtime)
14606 (tramp-handle-insert-file-contents)
14607 (tramp-handle-write-region): No special handling for
14608 `last-coding-system-used, because this is done in
14609 `tramp-accept-process-output' now.
14610 (tramp-accept-process-output): New defun.
14611 (tramp-process-one-action, tramp-process-one-multi-action)
14612 (tramp-wait-for-regexp, tramp-wait-for-output)
14613 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14614 Howells <dhowells@redhat.com>.
14615 (clear-visited-file-modtime): Defadvice removed. The check for
14616 unset buffer's modtime does not need to be based on
14617 `tramp-buffer-file-attributes'. Suggested by RMS.
14618 (tramp-message): Insert "\n" if not being at beginning of line.
14619 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14620 sequence with same logic.
14621 (tramp-completion-handle-expand-file-name): Discard call of
14622 `tramp-drop-volume-letter'. It is not necessary, and there have
14623 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14624 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14625 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14626 should always be visible.
14627 (tramp-handle-insert-directory, tramp-setup-complete)
14628 (tramp-set-process-query-on-exit-flag)
14629 (tramp-append-tramp-buffers): Pacify byte-compiler.
14630 (tramp-bug): Delete non-existing variables from list.
14631 Apply `tramp-load-report-modules' as pre-hook.
14632 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14633 `shell-prompt-pattern' because of non-7bit characters.
14634 Reported by Sebastian Luque <sluque@mun.ca>.
14635 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14636 (tramp-match-string-list): Remove function.
14637 (tramp-wait-for-regexp): Remove call of that function.
14638 Suggested by Kim F. Storm <storm@cua.dk>.
14639 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14640 instead of octal character code ?\600. The latter resulted in a
14641 syntax error with XEmacs.
14643 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14644 XEmacs case; not necessary anymore.
14645 (tramp-smb-handle-write-region): No special handling for
14646 `last-coding-system-used, because this is done in
14647 `tramp-accept-process-output' now.
14648 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14650 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14652 * wid-edit.el (widget-choice-value-create):
14653 Unconditionally respect user choice. Set :explicit-choice back to nil
14654 when no longer needed.
14655 (widget-choice-action): Unconditionally respect user choice.
14656 Eliminate :explicit-choice-value.
14658 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14660 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14661 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14662 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14663 running new function `toggle-indicate-empty-lines'.
14664 Rename "Customize" item to "Customize fringe".
14665 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14666 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14667 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14668 Delete "Empty lines only" item.
14669 (menu-bar-showhide-fringe-ind-customize): New function.
14670 (menu-bar-showhide-fringe-ind-mixed)
14671 (menu-bar-showhide-fringe-ind-box)
14672 (menu-bar-showhide-fringe-ind-right)
14673 (menu-bar-showhide-fringe-ind-left)
14674 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14675 instead of `fringe-indicators'.
14677 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14679 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14680 Change the date of last update.
14682 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14684 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14685 (viper-exec-yank, viper-put-back): Don't display modification msg
14686 if in the minibuffer.
14688 * viper-init.el (viper-replace-overlay-cursor-color)
14689 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14690 Make variables frame local.
14692 * viper-util.el (viper-append-filter-alist): Use append instead of
14695 * viper.el (viper-vi-state-mode-list)
14696 (viper-emacs-state-mode-list): Move help-mode and
14697 completion-list-mode from the first list to the second.
14698 (viper-mode): Docstring.
14699 (viper-go-away, viper-non-hook-settings): Don't localize
14700 minor-mode-alist in newer Emacsen. Add advice to
14701 set-cursor-color. Don't bind "\C-c\\".
14703 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14705 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14706 (scheme-macro-expand-command): New user options.
14707 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14708 (scheme-form-at-point, scheme-start-file)
14709 (scheme-interactively-start-process): New functions.
14710 (scheme-get-process): New function, extracted from `scheme-proc'.
14711 (run-scheme): Call `scheme-start-file' to get start file, and pass
14712 it to `make-comint'.
14713 (switch-to-scheme, scheme-proc):
14714 Call `scheme-interactively-start-process' if no Scheme buffer/process
14717 2005-08-06 Juri Linkov <juri@jurta.org>
14719 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14720 Use `compilation-text-face', `compilation-info-text-face' and
14721 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14722 (compilation-error): New face.
14723 (compilation-error-file-name): Inherit from
14724 `compilation-error' instead of `font-lock-warning-face'.
14725 (compilation-warning-file-name): Inherit from
14726 `compilation-warning' instead of `font-lock-warning-face'.
14727 (compilation-info, compilation-error-file-name)
14728 (compilation-warning-file-name, compilation-info-file-name)
14729 (compilation-line-number, compilation-column-number): Doc fix.
14730 (compilation-error-text-face, compilation-warning-text-face)
14731 (compilation-info-text-face): New face variables.
14732 (compilation-line-face, compilation-column-face)
14733 (compilation-enter-directory-face)
14734 (compilation-leave-directory-face): Doc fix.
14735 (compilation-text-face): New function.
14737 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14738 instead of 1 to display binary file names as info file links.
14739 (grep-error-face): Use `compilation-error-face' instead of
14740 `font-lock-keyword-face'.
14741 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14742 and `compilation-warning-text-face' instead of
14743 `font-lock-keyword-face'. Use `compilation-error-text-face'
14744 instead of `grep-error-face'.
14746 2005-08-05 Kenichi Handa <handa@m17n.org>
14748 * international/code-pages.el: Add autoload cookies for all coding
14751 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14753 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14755 2005-08-04 Juri Linkov <juri@jurta.org>
14757 * progmodes/compile.el (compilation-mode-map):
14758 * progmodes/grep.el (grep-mode-map):
14759 Bind TAB to `compilation-next-error' and [backtab] to
14760 `compilation-previous-error'.
14762 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14763 matching line numbers, column numbers and their ranges with regexp
14764 matching only line numbers.
14765 (grep-context-face): New face variable.
14766 (grep-mode-font-lock-keywords): Use it.
14768 * faces.el (read-face-name): Delete duplicate faces.
14770 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14772 * thumbs.el (thumbs-find-image): Don't make variables
14773 automatically buffer local.
14774 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14775 (thumbs-image-num): Make automatically buffer local.
14776 (thumbs-show-thumbs-list): Use `make-local-variable', not
14777 `make-variable-buffer-local'.
14778 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14780 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14781 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14782 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14783 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14784 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14785 (feelings-about, foullst, found, hello, history, howareyoulst)
14786 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14787 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14788 (neglst, obj, object, owner, please, problems, qlist)
14789 (random-adjective, relation, remlst, repetitive-shortness)
14790 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14791 (shortlst, something, sportslst, stallmanlst, states, subj)
14792 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14793 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14794 Defvar at compile time.
14796 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14797 not `make-variable-buffer-local'.
14799 2005-08-02 Kim F. Storm <storm@cua.dk>
14801 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14802 rectangle overlay in selected window.
14804 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14806 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14807 instead of display group. Make `indicate-buffer-boundaries'
14808 customizable through Custom.
14810 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14812 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14813 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14814 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14815 (gdb-put-string): Fix typos in docstrings.
14817 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14819 Update copyright notices of files in progmodes directory for
14820 release of Emacs 22.1.
14822 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14824 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14825 Don't barf if the GUD buffer has been killed.
14827 2005-08-01 Kim F. Storm <storm@cua.dk>
14829 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14831 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14833 * simple.el (next-error-follow-minor-mode):
14834 make-variable-buffer-local -> make-local-variable.
14836 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14838 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14839 (byte-compile-form-make-variable-buffer-local): New functions to warn
14840 about misuses of make-variable-buffer-local where make-local-variable
14843 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14845 * bs.el (bs-attributes-list): Doc fix.
14846 (bs): Update url-link.
14848 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14849 (desktop-load-default): Simplify.
14851 * ibuffer.el (ibuffer-columnize-and-insert-list)
14852 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14853 (ibuffer-unmark-all, ibuffer-toggle-marks)
14854 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14855 (ibuffer-compile-make-format-form, ibuffer-format-column)
14856 (ibuffer-current-buffers-with-marks)
14857 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14858 (ibuffer): Doc fix.
14859 (ibuffer-mode): Fix typo in docstring.
14860 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14861 with `define-obsolete-variable-alias'.
14862 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14864 2005-07-29 Kenichi Handa <handa@m17n.org>
14866 * international/mule-cmds.el (select-message-coding-system):
14867 Be sure to use LF for end-of-line. If no coding system is decided,
14868 return iso-8859-1-unix.
14870 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14872 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14873 (ange-ftp-pending-error-line): New vars.
14874 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14875 to handle the non-fatal no-route-to-host messages.
14876 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14878 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14880 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14881 (isearch-quote-char, isearch-printing-char)
14882 (isearch-text-char-description): "?\ " -> "?\s".
14883 (isearch-lazy-highlight-cleanup)
14884 (isearch-lazy-highlight-initial-delay)
14885 (isearch-lazy-highlight-interval)
14886 (isearch-lazy-highlight-max-at-a-time)
14887 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14888 Declare with define-obsolete-*-alias macros.
14889 (isearch-forward): Fix typo in docstring.
14890 (search-invisible, search-ring-yank-pointer)
14891 (regexp-search-ring-yank-pointer): Doc fixes.
14893 * recentf.el (recentf-menu-append-commands-p): Declare with
14894 `define-obsolete-variable-alias'.
14895 (recentf-max-saved-items, recentf-menu-filter)
14896 (recentf-arrange-by-rule-subfilter): Doc fixes.
14897 (recentf-menu-append-commands-flag)
14898 (recentf-initialize-file-name-history, recentf-expand-file-name)
14899 (recentf-clear-data): Fix typos in docstrings.
14901 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14903 * progmodes/gdb-ui.el: Smarten comments.
14904 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14906 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14908 * term/apollo.el (terminal-init-apollo): New function containing
14909 all former top level forms in the file.
14910 * term/bobcat.el (terminal-init-bobcat):
14911 * term/cygwin.el (terminal-init-cygwin):
14912 * term/iris-ansi.el (terminal-init-iris-ansi):
14913 * term/linux.el (terminal-init-linux):
14914 * term/news.el (terminal-init-news):
14915 * term/rxvt.el (terminal-init-rxvt):
14916 * term/sun.el (terminal-init-sun):
14917 * term/tvi970.el (terminal-init-tvi970):
14918 * term/vt100.el (terminal-init-vt100):
14919 * term/vt102.el (terminal-init-vt102):
14920 * term/vt125.el (terminal-init-vt125):
14921 * term/vt200.el (terminal-init-vt200):
14922 * term/vt201.el (terminal-init-vt201):
14923 * term/vt220.el (terminal-init-vt220):
14924 * term/vt240.el (terminal-init-vt240):
14925 * term/vt300.el (terminal-init-vt300):
14926 * term/vt320.el (terminal-init-vt320):
14927 * term/vt400.el (terminal-init-vt400):
14928 * term/vt420.el (terminal-init-vt420):
14929 * term/wyse50.el (terminal-init-wyse50):
14930 * term/xterm.el (terminal-init-xterm): Likewise.
14932 * term/README: Describe the terminal-init-* functionality.
14934 * startup.el (command-line): After loading the terminal initialization
14935 file call the corresponding terminal initialization function.
14937 2005-07-27 Kenichi Handa <handa@m17n.org>
14939 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14942 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14943 (ps-mule-composition-prologue): Fix for the case that
14944 RelativeCompose is false.
14946 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14948 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14950 * descr-text.el (describe-char): Handle the case where the list of
14951 chars is displayed in a separate frame.
14952 Be a bit more discriminating when looking for the char.
14954 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14956 * bookmark.el (bookmark-automatically-show-annotations)
14957 (bookmark-read-annotation-text-func): Doc fixes.
14958 (bookmark-save): Improve argument/docstring consistency.
14959 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14960 (bookmark-alist-from-buffer)
14961 (bookmark-upgrade-file-format-from-0)
14962 (bookmark-grok-file-format-version)
14963 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14964 (bookmark-read-annotation-mode)
14965 (bookmark-insert-current-bookmark, bookmark-jump)
14966 (bookmark-exit-hook): Fix typos in docstrings.
14967 (bookmark-exit-hooks): Define as obsolete alias.
14968 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14969 not `bookmark-exit-hooks'. Fix docstring.
14970 (bookmark-bmenu-select): "?\ " -> "?\s".
14972 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14974 * startup.el (command-line): Fix typo.
14976 2005-07-24 Richard M. Stallman <rms@gnu.org>
14978 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14979 not emacs-quick-startup.
14981 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14983 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14984 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14985 instead of `reb-with-current-window'.
14986 (reb-prev-match): Likewise. Also, don't move left if the search
14988 (reb-initialize-buffer): New function.
14989 (re-builder, reb-change-syntax): Use it.
14991 * man.el (Man-goto-page): Make second argument NOERROR optional.
14993 2005-07-23 Richard M. Stallman <rms@gnu.org>
14995 * man.el (Man-bgproc-sentinel): Check here for failure to find
14996 any man page in the output, and report the error here.
14997 (Man-arguments): Make it permanent local.
14998 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14999 (Man-mode): Pass t for NOERROR.
15001 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15002 (grep-mode-font-lock-keywords):
15003 Don't use compilation-...-face for messages that are not file names.
15005 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15006 Don't use compilation-...-face for messages that are not file names.
15008 2005-07-22 Juri Linkov <juri@jurta.org>
15010 * startup.el (normal-splash-screen): Update menu name.
15012 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15014 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15016 * term/xterm.el: Load term/rxvt if the terminal is actually an
15018 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15020 * term/rxvt.el (function-key-map): Use substitute-key-definition
15021 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15023 * term/cygwin.el: New file.
15025 2005-07-22 Kim F. Storm <storm@cua.dk>
15027 * image-file.el (insert-image-file, image-file-yank-handler):
15028 Fix last change to maintain a (unique) yank-handler on yanked images.
15030 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
15032 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15033 of the file size (as in "177B" for 177 bytes). This happens with
15034 "ls -lh" on FreeBSD.
15036 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15038 * hilit-chg.el (highlight-changes-global-initial-state)
15039 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15040 (hilit-chg-fixup, highlight-changes-mode):
15041 Fix typos in docstrings.
15042 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15045 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15047 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15048 mode function using `eval-after-load'.
15050 2005-07-21 Kim F. Storm <storm@cua.dk>
15052 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15053 included when reporting an emacs crash, and tell about the DEBUG file.
15055 * image-file.el (insert-image-file): Add yank-handler.
15056 (image-file-yank-handler): Yank handler to make unique copies of
15057 images when they are yanked into a buffer next to each other.
15059 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15061 * comint.el (comint-use-prompt-regexp, comint-send-input)
15062 (comint-source-default, comint-extract-string)
15063 (comint-get-source, comint-word, comint-completion)
15064 (comint-source, comint-prompt-read-only, comint-update-fence):
15065 Fix typos in docstrings.
15066 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15067 Declare with define-obsolete-*-alias macros.
15068 (comint-previous-matching-input-from-input)
15069 (comint-next-matching-input-from-input)
15070 (comint-previous-matching-input, comint-next-matching-input)
15071 (comint-forward-matching-input):
15072 Improve argument/docstring consistency.
15074 * desktop.el (desktop-clear-preserve-buffers-regexp):
15075 Also preserve the *server* buffer.
15077 * simple.el (clone-indirect-buffer): Doc fix.
15078 (fixup-whitespace, just-one-space)
15079 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15080 (next-error, next-error-highlight)
15081 (next-error-highlight-no-select, next-error-last-buffer)
15082 (next-error-buffer-p, next-error-find-buffer, next-error)
15083 (previous-error, next-error-no-select, previous-error-no-select)
15084 (open-line, split-line, minibuffer-prompt-width, kill-new)
15085 (binary-overwrite-mode): Fix typos in docstrings.
15086 (set-fill-column): Fix typo in message.
15088 * skeleton.el (skeleton-proxy-new): Doc fix.
15090 * strokes.el (strokes-load-hook): Doc fix.
15091 (strokes-grid-resolution, strokes-get-grid-position)
15092 (strokes-renormalize-to-grid, strokes-read-stroke)
15093 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15094 (strokes-global-map): Fix typos in docstrings.
15095 (strokes-help): Doc fix. Fix help message and pass it through
15096 `substitute-command-keys'.
15098 * tempo.el (tempo-insert-prompt, tempo-interactive)
15099 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15100 (tempo-insert-string-functions, tempo-local-tags)
15101 (tempo-define-template, tempo-insert-template)
15102 (tempo-insert-prompt-compat, tempo-is-user-element)
15103 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15104 Fix typos in docstrings.
15106 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15107 (vcursor-key-bindings, vcursor-use-vcursor-map)
15108 (vcursor-find-window, vcursor-scroll-down)
15109 (vcursor-disable, vcursor-beginning-of-buffer)
15110 (vcursor-end-of-buffer): Fix typos in docstrings.
15111 (vcursor-relative-move, vcursor-get-char-count):
15112 Improve argument/docstring consistency.
15114 * version.el: "?\ " -> "?\s".
15116 * wid-edit.el (widget-default-create, widget-after-change)
15117 (widget-default-format-handler, widget-checklist-add-item)
15118 (widget-radio-add-item, widget-choose, widget-specify-secret)
15119 (widget-field-value-create, widget-field-value-get)
15120 (widget-editable-list-format-handler)
15121 (widget-editable-list-entry-create, widget-group-value-create)
15122 (widget-documentation-link-add)
15123 (widget-documentation-string-value-create): "?\ " -> "?\s".
15124 (widget-convert-text): Doc fix.
15125 (widget-narrow-to-field, widget-field-find)
15126 (widget-url-link-action, widget-emacs-library-link-action)
15127 (widget-color-notify): Fix typos in docstrings.
15129 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15130 (x-select-text, set-w32-system-coding-system)
15131 (w32-add-charset-info): Fix typos in docstrings.
15133 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15134 (cua-enable-cua-keys, cua-use-hyper-key)
15135 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15136 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15138 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15140 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15141 `defalias' instead of faking it.
15143 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15144 (eshell-ls-missing, eshell-ls-dired-initial-args)
15145 (eshell-ls-use-in-dired): Fix typos in docstrings.
15147 2005-07-20 Kim F. Storm <storm@cua.dk>
15149 * emulation/cua-base.el (cua-mode): Improve doc string.
15151 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15153 * abbrev.el (expand-region-abbrevs): Doc fix.
15154 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15155 Improve argument/docstring consistency.
15157 * arc-mode.el (archive-get-descr, archive-alternate-display):
15159 (archive-l-e): Improve argument/docstring consistency.
15160 (archive-tmpdir, archive-unixdate, archive-unixtime)
15161 (archive-chmod-entry): Fix typos in docstrings.
15162 (archive-unflag, archive-unflag-backwards)
15163 (archive-unmark-all-files): "?\ " -> "?\s".
15165 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15166 (Buffer-menu-not-modified, Buffer-menu-execute)
15167 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15168 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15170 * composite.el (compose-string, encode-composition-rule)
15171 (compose-last-chars): Fix typos in docstrings.
15173 * desktop.el (desktop-enable, desktop-basefilename):
15174 Declare with `define-obsolete-variable-alias'.
15175 (desktop-internal-v2s): Don't quote keywords.
15176 (desktop-clear): "?\ " -> "?\s".
15178 * dired.el (dired-align-file, dired-flag-backup-files)
15179 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15180 (dired-listing-switches, dired-ls-F-marks-symlinks)
15181 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15182 (dired-directory, dired-faces, dired, dired-revert)
15183 (dired-mode, dired-summary, dired-view-file)
15184 (dired-copy-filename-as-kill, dired-delete-file)
15185 (dired-no-confirm, dired-unmark-all-marks)
15186 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15187 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15188 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15189 Fix typos in message strings.
15191 * dired-x.el (virtual-dired): Declare with `defalias'.
15192 (dired-mark-unmarked-files, dired-local-variables-file)
15193 (dired-omit-here-always): Doc fix.
15194 (dired-omit-mode, dired-find-subdir)
15195 (dired-enable-local-variables, dired-clean-up-buffers-too)
15196 (dired-extra-startup, dired-mark-extension, dired-jump)
15197 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15198 (dired-smart-shell-command, dired-guess-shell-alist-user)
15199 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15200 (dired-x-bind-find-file, dired-x-submit-report):
15201 Fix typos in docstrings.
15202 (dired-mark-unmarked-files): "?\ " -> "?\s".
15204 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15206 * faces.el (describe-face): "?\ " -> "?\s".
15207 (read-all-face-attributes, read-face-font, modify-face)
15208 (face-attr-construct, italic): Fix typos in docstrings.
15209 (frame-update-face-colors): Declare with
15210 `define-obsolete-function-alias'.
15212 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15213 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15214 (magic-mode-alist, buffer-file-numbers-unique)
15215 (write-file-functions, get-free-disk-space):
15216 Fix typos in docstrings.
15217 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15218 (write-contents-hooks, write-file-hooks):
15219 Declare with `define-obsolete-variable-alias'.
15221 * forms-d2.el (arch-rj): Fix typo in docstrings.
15222 (arch-tocol): Likewise. "?\ " -> "?\s".
15224 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15225 Fix typo in docstring.
15226 (set-screen-width, set-screen-height): Delete redundant info in
15228 (new-frame, screen-height, screen-width): Declare with
15229 `define-obsolete-function-alias'.
15230 (delete-frame-hook, blink-cursor): Declare with
15231 `define-obsolete-variable-alias'.
15233 * paths.el (prune-directory-list): Fix typos in docstring.
15235 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15236 (cvs-prefix-get): Fix typos in docstrings.
15238 * ps-print.el (ps-extend-face-list, ps-extend-face)
15239 (ps-print-background-image): Fix typos in docstrings.
15240 (ps-default-fg, ps-default-bg): Doc fixes.
15242 * s-region.el (s-region-bind): Doc fix.
15243 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15245 * textmodes/org.el (org-table-formula-substitute-names)
15246 (org-table-get-vertical-vector): Doc fixes.
15247 (org-table-recalculate): Remove unused argument to `message'.
15249 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15251 * textmodes/org.el (org-table-column-names)
15252 (org-table-column-name-regexp)
15253 (org-table-named-field-locations): New variables.
15254 (org-archive-subtree): Protect `this-command' when calling
15255 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15257 (org-complete): Remove fixed-formula completion.
15258 (org-edit-formulas-map): New variable.
15259 (org-table-edit-formulas): New command.
15260 (org-finish-edit-formulas, org-abort-edit-formulas)
15261 (org-show-variable, org-table-get-vertical-vector): New functions.
15262 (org-table-maybe-eval-formula): Handle `:=' fields.
15263 (org-table-get-stored-formulas, org-table-store-formulas)
15264 (org-table-get-formula, org-table-modify-formulas)
15265 (org-table-replace-in-formulas): Handle named field formulas.
15266 (org-table-get-specials): Store locations of named fields.
15268 2005-07-19 Juri Linkov <juri@jurta.org>
15270 * progmodes/grep.el (grep-regexp-alist)
15271 (grep-mode-font-lock-keywords, grep-process-setup):
15272 Use default GNU grep match color "01;31m" instead of "01;41m".
15273 (grep-regexp-alist, grep-mode-font-lock-keywords):
15274 Use `\\[[0-9]*m' instead of `\\[00m'.
15275 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15276 sgr_start where its handling is more important. Use the real
15277 length of sgr_start instead of constant 8.
15278 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15279 specially. Delete all remaining escape sequences.
15280 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15281 (grep-regexp-alist): Make hyperlink only for binary file name
15282 instead of the whole line.
15283 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15284 (grep-mode): Add autoload.
15286 * emacs-lisp/find-func.el (find-function-regexp):
15287 Add `define-compilation-mode'.
15289 2005-07-19 Juri Linkov <juri@jurta.org>
15291 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15292 (compare-windows-sync-string-size, compare-windows-recenter)
15293 (compare-windows-highlight, compare-windows): Add version 22.1.
15294 (compare-windows) <defface>: Inherit from lazy-highlight instead
15295 of duplicating its default value.
15297 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15298 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15300 * descr-text.el (describe-char): Create link buttons for `charset'
15301 and `code point'. Add the current input method name with a link
15302 button to `to input' field. Print face names of display table
15303 characters in `The display table entry is displayed by' section
15304 instead of printing face-id in the `display' field.
15305 Guess hardcoded faces and create a link button for them.
15306 Skip empty fields when calculating max-width.
15307 Treat `widget-create' specially while inserting strings from the
15308 collected field list.
15309 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15311 * diff-mode.el (diff-file-header): Change foreground color from
15312 yellow to green on light backgrounds.
15313 (diff-context): Inherit from `shadow' only for color/grayscale
15314 with more than 88 colors.
15315 (diff-indicator-removed, diff-indicator-added)
15316 (diff-indicator-changed): New faces.
15317 (diff-font-lock-keywords): Use new faces. Regroup rules.
15318 Add "^---$" for `normal' diff format. Fontify `#' lines with
15319 font-lock-comment-delimiter-face and font-lock-comment-face.
15320 Add `#' to ^[^...] in the rule for `diff-context-face'.
15322 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15323 a button-like box. Inherit from `highlight' on low colors.
15324 (shadow): Use shades of gray only for color/grayscale with
15325 more than 88 colors. Use green for light backgrounds with
15326 8 colors, and yellow for dark backgrounds with 8 colors.
15328 * font-lock.el (font-lock-regexp-grouping-backslash):
15329 Don't inherit from escape-glyph (use bold for all cases).
15331 * info.el (info-xref-visited): Use light foreground color `violet'
15332 for dark backgrounds instead of dark color `magenta3'.
15333 (info-title-1): Use `yellow' color for dark backgrounds.
15335 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15336 too-light magenta2.
15338 * replace.el (match): Use slightly more light RoyalBlue3 instead
15339 of dark RoyalBlue4.
15341 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15343 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15345 * novice.el (disabled-command-hook): Declare it with
15346 `define-obsolete-variable-alias'.
15348 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15349 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15350 (desktop-load-default): Add release to obsolescence info.
15351 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15352 (desktop-append-buffer-args, desktop-read):
15353 Fix typos in docstrings.
15354 (desktop-kill): Fix typo in message.
15355 (desktop-save): Doc fix.
15357 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15359 * viper-cmd.el (viper-escape-to-state): Bug fix.
15360 (viper-envelop-ESC-key): Change the definition of fast
15361 keysequence so it'll work with keyboard macros.
15363 * ediff.el (ediff-patch-buffer): Change the docstring.
15365 2005-07-19 Kenichi Handa <handa@m17n.org>
15367 * international/mule-cmds.el (select-safe-coding-system): Try to
15368 use an auto-coding (if any) before anything else. If the found
15369 auto-coding is invalid, show a warning message.
15371 * international/mule.el (find-auto-coding): New function created
15372 by modifying the body of set-auto-coding.
15373 (set-auto-coding): Use find-auto-coding to find a coding.
15375 2005-07-18 Richard M. Stallman <rms@gnu.org>
15377 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15378 not isearch-mode-end-hook-error.
15379 (allout-before-change-protect): Fix error message.
15381 2005-07-18 Juri Linkov <juri@jurta.org>
15383 * allout.el (allout-mode):
15384 * calculator.el (calculator-copy):
15385 * custom.el (custom-known-themes):
15386 * dired.el (dired-desktop-buffer-misc-data)
15387 (dired-restore-desktop-buffer):
15388 * dired-x.el (dired-omit-marker-char):
15389 * files.el (basic-save-buffer):
15390 * font-core.el (font-lock-mode):
15391 * calendar/calendar.el (calendar-goto-hebrew-date)
15392 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15393 (calendar-goto-persian-date):
15394 * language/ethio-util.el (ethio-sera-to-fidel-region):
15395 * textmodes/picture.el (picture-mode):
15396 Delete duplicate duplicate words.
15398 2005-07-18 Juri Linkov <juri@jurta.org>
15400 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15402 (isearch-fallback): Don't call `isearch-process-search-char'.
15403 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15404 (isearch-process-search-char): Call `isearch-fallback' for regexp
15406 (isearch-return-char): Make obsolete with `make-obsolete' instead
15407 of simply documenting it as obsolete in the docstring.
15408 (isearch-fallback): Refill docstring.
15410 * international/isearch-x.el
15411 (isearch-process-search-multibyte-characters): Remove unneeded
15412 `concat'. Add intermediate values to `junk-hist' instead of
15413 `minibuffer-history'. Test the length of `str'.
15415 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15417 * allout.el (allout-resolve-xref): Fix typos in error strings.
15418 (allout-before-change-protect): Remove unneeded `concat'.
15420 * array.el (array-mode, array-reconfigure-rows)
15421 (untabify-backward): Fix typos in docstrings.
15422 (array-reconfigure-rows): Use `insert-buffer-substring', not
15425 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15426 * progmodes/ada-mode.el (ada-make-body):
15427 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15429 * dired.el (dired-log):
15430 * tar-mode.el (tar-subfile-save-buffer):
15431 * play/zone.el (zone-pgm-stress-destress):
15432 Use `insert-buffer-substring', not `insert-buffer'.
15434 2005-07-17 Simon Josefsson <jas@extundo.com>
15436 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15438 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15440 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15441 Add plain auth method.
15442 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15444 2005-07-17 Kim F. Storm <storm@cua.dk>
15446 * ido.el (dired-other-window): Add ido property.
15448 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15450 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15451 Fix typo in docstring.
15452 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15453 `insert-file-literally'.
15455 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15456 info and delete redundant message. Doc fix.
15457 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15458 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15460 2005-07-16 Richard M. Stallman <rms@gnu.org>
15462 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15463 (byte-compile-and): Use byte-compile-and-recursion.
15464 (byte-compile-or-recursion): New function.
15465 (byte-compile-or): Use that.
15466 (byte-compile-if): Guard the else-clause too.
15467 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15469 * isearch.el (isearch-mode-end-hook-quit): New variable.
15470 (isearch-done): Bind it.
15471 (isearch-mode-end-hook): Doc fix.
15473 * allout.el (allout-isearch-did-quit): Variable deleted.
15474 (allout-real-isearch-abort): Function name no longer used.
15475 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15476 (allout-isearch-rectification): isearch-mode always exists.
15477 Don't set allout-isearch-did-quit.
15478 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15479 allout-isearch-did-quit.
15480 (allout-enwrap-isearch): Just add the hook.
15481 (allout-isearch-abort): Function deleted.
15482 (allout-pre-command-business): Avoid warning.
15484 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15485 Correctly avoid warnings.
15486 (pascal-outline): Likewise.
15488 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15490 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15492 * play/tetris.el (tetris-mode): Avoid warning.
15494 * play/snake.el (snake-mode): Avoid warning.
15496 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15497 (gamegrid-set-display-table): Avoid warning.
15498 (gamegrid-set-timer): Likewise.
15499 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15500 (gamegrid-add-score-with-update-game-score-1): Take FILE
15502 (gamegrid-add-score-with-update-game-score): Pass that argument.
15503 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15505 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15507 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15508 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15510 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15513 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15514 (sc-ask): Avoid warnings.
15516 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15517 (eshell-hist-initialize): Use that var the natural way.
15519 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15521 * emacs-lisp/re-builder.el (reb-cook-regexp):
15522 Avoid warning calling lre-compile-string.
15523 (reb-color-display-p): Avoid warning.
15525 * calculator.el (calculator-last-input): Guard uses
15526 of event-key and key-press-event-p.
15527 (event-key, key-press-event-p): Delete definitions.
15529 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15530 (find-gc-source-directory, find-gc-subrs-callers)
15531 (find-gc-noreturn-list, find-gc-source-files)
15532 (find-gc-subrs-called): Vars renamed and defvar'd.
15534 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15535 (checkdoc-overlay-put, checkdoc-delete-overlay)
15536 (checkdoc-overlay-start, checkdoc-overlay-end)
15537 (checkdoc-mode-line-update, checkdoc-char=):
15538 Define such that compiler knows they are defined.
15539 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15540 (checkdoc-read-event): Delete. Use read-event directly.
15542 * whitespace.el (whitespace-make-overlay)
15543 (whitespace-overlay-put, whitespace-delete-overlay)
15544 (whitespace-overlay-start, whitespace-overlay-end):
15545 Define such that compiler knows they are defined.
15546 (whitespace): Move conditional inside.
15548 * tempo.el (tempo-insert-template): Suppress warning.
15550 * ediff-diff.el (longlines-mode): Add defvar.
15552 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15554 * server.el: Bind "C-x #" in a way that works even if C-x is
15555 redefined to a command key, not a prefix key.
15557 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15559 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15560 cl-make-type-test till execution time.
15562 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15564 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15565 arg ARG and use it.
15567 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15569 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15571 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15573 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15574 a defcustom with two :set or :type keywords.
15576 2005-07-15 Richard M. Stallman <rms@gnu.org>
15578 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15579 Don't give ^M comment-end syntax.
15581 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15583 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15584 Don't consider gdbmi (gdb-mi.el has its own update functions).
15585 (gdb-var-delete): Make it work for gdbmi as well.
15586 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15588 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15589 (gud-speedbar-menu-items): Correct logic for enabling items.
15591 2005-07-15 Kim F. Storm <storm@cua.dk>
15593 * ido.el: Fix commentary.
15594 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15595 Use with-no-warnings around ffap-guesser.
15596 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15597 Let bind minibuffer-completing-file-name to t.
15599 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15601 * startup.el (site-run-file, keyboard-type): Doc fixes.
15602 (command-line): Check for "--basic-display" argument; also for
15603 "--quick", not "--bare-bones" (which was renamed).
15604 (fancy-splash-text): Add missing item "Getting New Versions".
15605 (normal-splash-screen): Fix typos and improve consistency with
15606 `fancy-splash-text'. Update copyright year.
15608 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15609 valid binding for `help-char'.
15611 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15613 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15615 * term.el (term-mode): Disable cua-mode for term buffers.
15617 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15619 * add-log.el (add-log-mailing-address, change-log-merge):
15621 (change-log-get-method-definition): Fix typo in docstring.
15623 2005-07-14 Kim F. Storm <storm@cua.dk>
15625 * emulation/cua-base.el:
15626 (cua--pre-command-handler-1, cua--pre-command-handler)
15627 (cua--post-command-handler-1, cua--post-command-handler):
15628 Split in two. Check (buffer local) value of cua-mode.
15629 (cua-selection-mode): New command.
15631 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15633 * custom.el (custom-initialize-safe-set)
15634 (custom-initialize-safe-default): Doc fixes.
15636 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15637 and simplify :init-value again.
15639 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15640 and simplify :init-value again. Delete autoload.
15642 * startup.el (command-line): Use `custom-reevaluate-setting' again
15645 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15646 a defcustom with two :initialize keywords.
15648 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15650 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15651 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15652 (allout-post-command-business, allout-flag-region)
15653 (isearch-reenable-font-lock, allout-yank)
15654 (allout-insert-latex-header, allout-insert-latex-trailer)
15655 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15656 (allout-latex-verb-quote): Fix typos in docstrings.
15657 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15658 (allout-unprotected, allout-prefix-data):
15659 Improve argument/docstring consistency.
15660 (allout-chart-subtree): Fix argument spec.
15661 (allout-open-topic): Rename `use_sib_bullet' argument to
15662 `use-sib-bullet'. Doc fix.
15664 * whitespace.el (whitespace-check-buffer-leading)
15665 (whitespace-check-buffer-trailing)
15666 (whitespace-check-buffer-indent)
15667 (whitespace-check-buffer-spacetab)
15668 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15669 (whitespace-check-leading-whitespace)
15670 (whitespace-check-trailing-whitespace)
15671 (whitespace-check-spacetab-whitespace)
15672 (whitespace-check-indent-whitespace)
15673 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15674 (whitespace-modes): Fix typos in docstrings.
15675 (defgroup, defcustom): Doc fixes.
15677 * winner.el (winner-mode, winner-boring-buffers)
15678 (winner-pending-undo-ring): Doc fixes.
15679 (winner-ring): Remove unneeded `progn'.
15680 (winner-equal): `defsubst' it.
15681 (winner-redo): Fix message.
15683 2005-07-13 Kim F. Storm <storm@cua.dk>
15685 * simple.el (line-move-1): Always use vertical-motion to
15686 do the last (or only) line move to ensure some movement.
15687 Undo 2005-06-23 change--don't check for overlays.
15689 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15691 * term/mac-win.el (ccl-encode-mac-roman-font)
15692 (ccl-encode-mac-centraleurroman-font)
15693 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15694 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15695 Change charset-id boundary of dimension to ?\xef.
15696 (mac-char-fontspec-list): New constant.
15697 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15698 argument. Nil uses itself as family in font-spec. Previous
15699 behavior for nil is now provided by non-nil non-string argument.
15700 All callers changed. Add font-specs for Mac fonts to
15701 "fontset-default" unless iso8859-1 fonts are installed.
15703 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15705 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15706 a continuation line if the \ is preceded by SPC or TAB.
15707 (sh-get-indent-info): Simplify.
15708 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15709 Use with-current-buffer.
15711 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15712 when the matched text is empty.
15714 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15716 * startup.el (command-line): Revert to previous handling of
15717 tooltip-mode. Explain in comment why the complexity is needed.
15719 * tooltip.el (tooltip-mode): Revert to previous implementation of
15722 * frame.el (blink-cursor-mode): Revert to previous implementation
15723 of its defcustom. Update comment.
15725 2005-07-12 Lars Hansen <larsh@soem.dk>
15727 * desktop.el: Update e-mail address.
15729 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15731 * term/mac-win.el (mac-services-mail-selection)
15732 (mac-services-mail-to): New functions.
15733 (mac-application-menu-map): Bind them.
15735 2005-07-12 wulei <milton@wulei.net> (tiny change)
15737 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15739 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15741 * custom.el (custom-reevaluate-setting): Doc fix.
15743 2005-07-11 Jay Belanger <belanger@truman.edu>
15745 * calc/calc.el (calc-embedded-announce-formula-alist)
15746 (calc-embedded-open-close-plain-alist)
15747 (calc-embedded-open-close-mode-alist): Add checks for additional
15748 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15750 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15752 * custom.el (custom-enable-theme): Don't add theme to
15753 `custom-enabled-themes' with `push' because there is no
15754 setf-method for `delq'.
15756 2005-07-11 Richard M. Stallman <rms@gnu.org>
15758 * custom.el (custom-declare-variable): Doc fix.
15760 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15763 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15764 Do nothing if edebug-active.
15766 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15767 (edebug-display): Do it here instead.
15769 2005-07-10 Richard M. Stallman <rms@gnu.org>
15771 * cus-face.el (custom-theme-set-faces): Make it work.
15772 (custom-reset-faces): Doc fix.
15773 (custom-theme-reset-internal-face, custom-theme-face-value):
15776 * custom.el (custom-push-theme): Maintain list of the settings
15777 of a given theme in its theme-settings property.
15778 Maintain position of old settings in the theme-value
15779 or theme-face property.
15780 (custom-enabled-themes): New variable.
15781 (custom-theme-enabled-p): New function.
15782 (provide-theme): Update custom-enabled-themes.
15783 Disable and reenable the `user' theme.
15784 (require-theme): Doc fix.
15785 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15786 (custom-theme-value, custom-theme-variable-value): Likewise.
15787 (custom-theme-reset-internal): Likewise.
15788 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15789 (custom-enable-theme, custom-disable-theme): New functions.
15790 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15791 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15792 (custom-theme-reset-variables): Simplify.
15793 (deftheme, custom-declare-theme, custom-make-theme-feature):
15796 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15798 * longlines.el (longlines-show-region)
15799 (longlines-unshow-hard-newlines): Recognize hard newlines by
15800 non-nil hard property, instead of t.
15802 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15804 * viper-cmd.el (viper--key-maps): New variable.
15805 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15806 emulation-mode-map-alists.
15807 (viper-envelop-ESC-key): Use viper-subseq.
15808 (viper-search-forward/backward/next): Disable debug-on-error.
15810 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15811 (viper-ESC-key): New defcustoms.
15813 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15815 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15816 (viper-subseq): Copy of subseq from cl.el.
15818 * viper.el (viper-go-away, viper-set-hooks): Use
15819 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15821 * viper-mous.el (viper-current-frame-saved): Use defvar.
15823 * viper-init.el: Get rid of -face in face names.
15825 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15826 Make it work with longlines mode
15828 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15830 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15832 * ediff-init.el: Get rid of -face in face names.
15834 2005-07-10 Richard M. Stallman <rms@gnu.org>
15836 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15837 and with-timeout-unsuspend.
15839 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15840 and with-timeout-unsuspend.
15842 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15843 (with-timeout): Bind that variable to record timers.
15844 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15846 * emacs-lisp/debug.el (debug-help-follow): New function.
15847 (debugger-mode-map): Use that instead of help-follow.
15848 (debugger-setup-buffer): Use eval-buffer-list
15849 to handle eval-buffer frames.
15851 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15853 * timezone.el (timezone-parse-date): Change first regexp
15854 so it will not mistakenly match dates with no time zone.
15856 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15858 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15860 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15862 * custom.el (custom-initialize-safe-set)
15863 (custom-initialize-safe-default): New functions.
15865 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15866 and simplify :init-value.
15868 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15869 and simplify :init-value. Delete obsolete comment.
15871 * startup.el (command-line): Use `custom-reevaluate-setting' to
15872 handle `tooltip-mode'. Delete obsolete comment.
15874 * files.el (set-visited-file-name): Avoid calling
15875 `file-name-nondirectory' with a nil argument.
15877 2005-07-09 Richard M. Stallman <rms@gnu.org>
15879 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15880 was called with nil for the buffer, handle the read position right.
15881 Handle read position for eval-region, too.
15883 2005-07-09 Juri Linkov <juri@jurta.org>
15885 * fringe.el (fringe-mode): Add period in docstring.
15886 (fringe-query-style): Build prompt depending on `all-frames' arg.
15888 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15889 to not create links to unrelated functions in the Help buffer.
15891 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15894 * simple.el (next-error-hook): New variable.
15895 (next-error): Use it. Doc fix.
15897 * textmodes/ispell.el (ispell-command-loop): Add current
15898 dictionary name and program name to mode-line-format.
15899 (ispell-region, ispell-process-line): Add current dictionary name
15900 and program name to messages.
15902 2005-07-08 Jay Belanger <belanger@truman.edu>
15904 * calc/calc.el (calc-embedded-announce-formula-alist)
15905 (calc-embedded-open-close-formula-alist)
15906 (calc-embedded-open-close-word-alist)
15907 (calc-embedded-open-close-plain-alist)
15908 (calc-embedded-open-close-new-formula-alist)
15909 (calc-embedded-open-close-mode-alist)
15910 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15911 (calc-embedded-mode-hook): New variables.
15913 * calc/calc-embed.el (calc-embedded-firsttime)
15914 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15916 (calc-do-embedded): Use calc-embedded-firsttime,
15917 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15918 determine whether or not to run hooks.
15919 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15920 calc-embedded-firsttime-formula appropriately.
15921 Set calc-embedded delimiter variables according to mode.
15923 2005-07-08 Richard M. Stallman <rms@gnu.org>
15925 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15926 Check for "emacs", etc., as entire symbol, not just as word.
15927 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15929 * files.el (set-visited-file-name): Report the error
15930 for "empty filename" earlier.
15931 (kill-some-buffers): Ignore buffers already dead.
15933 * fringe.el (fringe-mode): Doc fix.
15935 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15936 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15937 Use unwind-protect to ensure byte-compile-unresolved-functions
15940 * whitespace.el (whitespace-buffer-leading-cleanup):
15941 Simplify w/ skip-chars-forward.
15942 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15944 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15945 Unconditionally try to leave point at the same old place.
15947 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15949 * comint.el (comint-postoutput-scroll-to-bottom)
15950 (comint-show-maximum-output): Take scroll-margin into consideration.
15952 2005-07-08 Kim F. Storm <storm@cua.dk>
15954 * ido.el (ido-use-filename-at-point): New choice `guess'.
15955 (ido-file-internal): Try ffap-guesser if selected.
15957 * ido.el (ido-before-fallback-functions): New hook.
15958 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15959 (ido-read-file-name): Run it.
15961 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15963 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15964 strings rather than a list of symbols to the completion function.
15966 2005-07-07 Jay Belanger <belanger@truman.edu>
15968 * calc/calc-units.el (math-apply-units): Change the places in
15969 which units are simplified.
15971 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15973 * cus-edit.el (customize-option, customize-option-other-window):
15974 Make them handle aliases.
15976 * custom.el (custom-variable-p): Make it recursively follow
15977 aliases. Mention that in the docstring.
15979 2005-07-07 Richard M. Stallman <rms@gnu.org>
15981 * cus-start.el (exec-path): Use `directory' instead of `file'.
15984 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15986 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15987 when called non-interactively. Doc fix.
15989 2005-07-07 Lute Kamstra <lute@gnu.org>
15991 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15992 new address as well.
15994 2005-07-07 Kenichi Handa <handa@m17n.org>
15996 * international/mule.el (make-coding-system):
15997 Describe `ascii-incompatible' property in the docstring.
15998 (set-file-name-coding-system): Signal an error if coding-system is
15999 ascii-incompatible.
16000 (set-keyboard-coding-system): Likewise.
16002 * international/mule-cmds.el (set-default-coding-systems):
16003 Don't set default-file-name-coding-system and
16004 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16006 * international/utf-16.el: Declare that all UTF-16-based coding
16007 systems are ASCII-incompatible.
16009 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16011 * progmodes/gud.el: Require font-lock for displaying errors.
16014 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16016 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16017 values for the pattern lists which are `read'able but not
16018 `append'able (like symbols).
16020 2005-07-06 Richard M. Stallman <rms@gnu.org>
16022 * progmodes/flymake.el (flymake-float-time): Instead of
16023 with-no-warnings, test for xemacs.
16024 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16027 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16029 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16031 2005-07-05 Lute Kamstra <lute@gnu.org>
16033 * battery.el: Add support for Darwin (with much debugging help
16034 from Samuel Lauber <sam124@operamail.com>).
16035 (battery-status-function, battery-echo-area-format)
16036 (battery-mode-line-format): Add support for pmset on Darwin.
16037 (battery-load-low, battery-load-critical): New user options.
16038 (battery-pmset): New function.
16040 2005-07-05 Lute Kamstra <lute@gnu.org>
16042 Update FSF's address in GPL notices.
16044 * textmodes/page-ext.el: Update FSF's address.
16046 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16048 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16049 filling from using prefix when filling a single-line docstring.
16051 * progmodes/flymake.el: Remove useless eval-when-compile.
16053 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16055 2005-07-04 Richard M. Stallman <rms@gnu.org>
16057 * textmodes/org.el (org-file-apps-defaults-gnu):
16058 Rename from org-file-apps-defaults-linux.
16059 (org-default-apps): Don't test system-type for `linux'.
16060 (org-file-apps): Doc fix.
16062 2005-07-04 David Ponce <david@dponce.com>
16064 * tree-widget.el: Improve header Commentary section.
16065 (tree-widget) [defgroup]
16066 (tree-widget-image-enable, tree-widget-themes-directory)
16067 (tree-widget-theme, tree-widget-image-properties-emacs)
16068 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16069 (tree-widget-image-formats, tree-widget-control)
16070 (tree-widget-empty-control, tree-widget-leaf-control
16071 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16072 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16073 (tree-widget-keep, tree-widget-after-toggle-functions)
16074 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16075 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16076 :help-echo message.
16077 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16078 (tree-widget-image-properties): Doc fix. Clearer implementation.
16079 (tree-widget--cursors): New constant.
16080 (tree-widget-lookup-image): New function split from
16081 `tree-widget-find-image'. Clearer implementation.
16082 (tree-widget-find-image): Use it.
16083 (tree-widget-button-keymap): Use `set-keymap-parent'.
16084 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16085 Define the sub-widgets here.
16086 (tree-widget-node): Check that :node is not a tree-widget.
16087 (tree-widget-get-super, tree-widget-open-control)
16088 (tree-widget-close-control, tree-widget-empty-control)
16089 (tree-widget-leaf-control, tree-widget-guide)
16090 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16091 (tree-widget-no-handle, tree-widget-value-delete)
16092 (tree-widget-map): Remove.
16093 (tree-widget-children-value-save): Doc fix. Simplified.
16094 (tree-widget-value-create): Update according to previous changes.
16096 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16098 * textmodes/org.el: Leading space replaced by TABS.
16099 (org-recalc-marks, org-table-rotate-recalc-marks)
16100 (org-table-get-specials): Treat "^" and "_" marks.
16101 (org-table-justify-field-maybe): Optional argument NEW.
16102 (org-table-eval-formula): Parsing of the format simplified.
16103 New modes C,I. Honor the %= parameter in the current table.
16104 Avoid unnecessary re-align by using the NEW argument to
16105 `org-table-justify-field-maybe'.
16106 (org-calc-default-modes): Default for date-format mimicks org-mode.
16107 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16109 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16111 * cus-face.el (custom-theme-set-faces): Make it handle face
16112 aliases whose alias declarations are pre- or autoloaded.
16114 2005-07-04 Juri Linkov <juri@jurta.org>
16116 * faces.el (read-face-name): Put the code for getting a face name
16117 from the buffer before adding the faces from the `face' property.
16118 Use `completing-read-multiple' instead of `completing-read'.
16119 Require `crm'. Add default value and post-process the returned
16122 * emacs-lisp/crm.el (crm-find-current-element)
16123 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16125 * emacs-lisp/lisp-mode.el (eval-defun-1):
16126 * emacs-lisp/edebug.el (edebug-eval-defun):
16127 Remove unnecessary quotes.
16129 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16131 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16132 (prolog-indent-level): Fix typo in docstring.
16134 * info.el (Info-history, Info-history-forward)
16135 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16137 * add-log.el (add-change-log-entry):
16138 * comint.el (comint-dynamic-list-input-ring)
16139 (comint-dynamic-list-completions):
16140 * dabbrev.el (dabbrev-expand):
16141 * delim-col.el (delimit-columns-rectangle-line):
16142 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16143 (diff-unified->context):
16144 * ediff-init.el (ediff-abbrev-jobname):
16145 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16146 (ediff-replace-session-activity-marker-in-meta-buffer):
16147 * info.el (Info-summary):
16148 * lpr.el (printify-region):
16149 * printing.el (pr-create-interface):
16150 * ps-print.el (ps-print-quote):
16151 * ses.el (ses-column-widths, ses-print-cell)
16152 (ses-adjust-print-width, ses-center):
16153 * shell.el (shell-file-name-quote-list):
16154 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16155 (strokes-fill-current-buffer-with-whitespace)
16156 (strokes-xpm-for-stroke, strokes-list-strokes)
16157 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16158 * term.el (term-dynamic-list-input-ring)
16159 (term-dynamic-list-completions):
16160 * calc/calc.el (math-format-stack-value):
16161 * emacs-lisp/edebug.el (edebug-display-freq-count):
16162 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16163 (delphi-new-comment-line):
16164 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16165 * progmodes/executable.el (executable-set-magic):
16166 * progmodes/python.el (inferior-python-mode):
16167 * progmodes/scheme.el (scheme-mode-syntax-table):
16168 * progmodes/sh-script.el (sh-maybe-here-document):
16169 * progmodes/sql.el (sql-copy-column):
16170 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16171 * textmodes/bibtex.el (bibtex-mode):
16172 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16173 (sgml-auto-attributes):
16174 * textmodes/table.el (table-insert, table-shorten-cell)
16175 (table--generate-source-scan-lines, table-delete-row)
16176 (*table--cell-delete-char, table--spacify-frame)
16177 (table--horizontally-shift-above-and-below)
16178 (table--cell-insert-char, table--cell-blank-str)
16179 (table--fill-region-strictly):
16180 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16181 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16183 * add-log.el (change-log):
16184 * apropos.el (apropos):
16185 * comint.el (comint-completion, comint-source):
16186 * dabbrev.el (dabbrev):
16187 * delim-col.el (columns):
16188 * diff-mode.el (diff-mode):
16189 * ediff.el (ediff):
16190 * ediff-diff.el (ediff-diff):
16191 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16192 * ediff-mult.el (ediff-mult):
16193 * ediff-ptch.el (ediff-ptch):
16194 * ediff-wind.el (ediff-window):
16195 * facemenu.el (facemenu):
16196 * indent.el (indent):
16198 * jka-cmpr-hook.el (compression, jka-compr):
16200 * outline.el (outlines):
16201 * pcmpl-cvs.el (pcmpl-cvs):
16202 * pcmpl-rpm.el (pcmpl-rpm):
16203 * printing.el (printing):
16204 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16205 (ps-print-vertical, ps-print-headers, ps-print-font)
16206 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16207 (ps-print-background, ps-print-printer, ps-print-page)
16208 (ps-print-miscellany):
16210 * shell.el (shell, shell-directories, shell-faces):
16211 * startup.el (initialization):
16212 * strokes.el (strokes):
16214 * uniquify.el (uniquify):
16215 * w32-vars.el (w32):
16216 * calc/calc.el (calc):
16217 * emacs-lisp/bytecomp.el (bytecomp):
16218 * emacs-lisp/cl-indent.el (lisp-indent):
16219 * emacs-lisp/edebug.el (edebug):
16220 * emacs-lisp/elp.el (elp):
16221 * emacs-lisp/testcover.el (testcover):
16222 * emacs-lisp/trace.el (trace):
16223 * emulation/viper-ex.el (viper-ex):
16224 * emulation/viper-mous.el (viper-mouse):
16225 * mail/mailalias.el (mailalias):
16226 * mail/supercite.el (supercite, supercite-frames)
16227 (supercite-attr, supercite-cite, supercite-hooks):
16228 * net/rcompile.el (remote-compile):
16229 * net/rlogin.el (rlogin):
16230 * obsolete/ooutline.el (outlines):
16231 * progmodes/delphi.el (delphi):
16232 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16233 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16234 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16235 (ebnf-optimization):
16236 * progmodes/etags.el (etags):
16237 * progmodes/executable.el (executable):
16238 * progmodes/idlwave.el (idlwave):
16239 * progmodes/pascal.el (pascal):
16240 * progmodes/prolog.el (prolog):
16241 * progmodes/python.el (python):
16242 * progmodes/scheme.el (scheme):
16243 * progmodes/sh-script.el (sh, sh-script):
16244 * progmodes/sql.el (SQL):
16245 * progmodes/tcl.el (tcl):
16246 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16247 * textmodes/enriched.el (enriched):
16248 * textmodes/makeinfo.el (makeinfo):
16249 * textmodes/sgml-mode.el (sgml):
16250 * textmodes/table.el (table-hooks):
16251 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16252 * textmodes/texinfo.el (texinfo):
16253 * textmodes/two-column.el (two-column):
16254 Finish `defgroup' description with period.
16256 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16257 * eshell/esh-var.el (eshell-var):
16258 * progmodes/vhdl-mode.el (vhdl-testbench):
16259 * textmodes/org.el (org): Fix typos in docstrings.
16261 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16264 * progmodes/flymake.el (flymake-find-file): Remove.
16265 (flymake-float-time): Use `with-no-warnings'.
16266 (flymake-check-start-time, flymake-check-was-interrupted)
16267 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16268 (flymake-new-err-info): `defvar' at compile time.
16270 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16272 * replace.el (occur-hook): Doc fix.
16273 (occur-1): Don't call `occur-hook' if there are no matches.
16275 2005-07-03 Richard M. Stallman <rms@gnu.org>
16277 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16278 global-map, save the same map.
16279 (global-map): Don't alter it at top level.
16280 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16281 Then alter it here instead.
16282 (tpu-edt-off): Set global-map to the saved one.
16284 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16285 All references simplified.
16286 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16287 (zmacs-regions): Add defvar.
16288 (repeat-complex-command-map): Everything about that deleted.
16290 * textmodes/artist.el (artist-key-is-drawing)
16291 (artist-key-endpoint1, artist-key-poly-point-list)
16292 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16293 (artist-key-compl-table, artist-rb-save-data)
16294 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16295 Don't put them in eval-when-compile.
16296 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16298 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16299 Use with-no-warnings.
16301 * net/browse-url.el (dos-windows-version): Add defvar.
16303 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16305 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16306 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16307 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16309 (rmail-summary-beginning-of-message): Use with-no-warnings.
16310 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16312 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16313 Use with-no-warnings.
16315 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16316 (c-mark-function): Add point-moving-unit property.
16317 (vi-goto-line): Use with-no-warnings.
16319 * emulation/edt.el (edt-last-copied-word): Add defvar.
16320 (zmacs-region-stays): Likewise.
16321 (edt-mark-section-wisely): Use c-mark-function for C.
16322 Use makr-defun for Fortran.
16323 (time-string): defvar deleted.
16324 (edt-display-the-time): Don't set time-string.
16326 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16328 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16329 Don't warn when name is not constant
16330 or for defining the group `emacs'.
16332 * tooltip.el (gud-tooltip-mode): Add defvar.
16334 * startup.el (default-frame-background-mode): Add defvar.
16336 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16338 * info.el (tool-bar-map): Add defvar.
16340 * dired.el (dnd-protocol-alist): Add defvar.
16342 * dired-aux.el (dired-query): Display question with answer, when
16345 * custom.el (custom-add-option): Doc fix.
16347 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16349 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16351 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16352 bogus name from the last change.
16354 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16356 * custom.el (custom-declare-variable): Fix typos in comment.
16357 (custom-known-themes): Doc fix.
16358 (custom-theme-directory): New defcustom.
16359 (require-theme): Make it check `custom-theme-directory'.
16361 * cus-theme.el (custom-new-theme-mode): New function.
16362 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16363 (custom-theme-description): Add compiler defvars.
16364 (customize-create-theme): Add doc to the "*New Custom Theme*"
16365 buffer. Use `custom-new-theme-mode'.
16366 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16367 and save it to the `custom-theme-directory'. Make this the
16368 default directory of the buffer.
16370 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16372 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16373 Fix unbalanced parentheses.
16375 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16377 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16378 into flymake-mode and delegate to flymake-mode.
16380 * find-file.el (ff-which-function-are-we-in): Clean up.
16382 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16384 * replace.el (occur-rename-buffer): Fix docstring.
16386 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16387 (edt-last-copied-word, edt-learn-macro-count)
16388 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16389 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16390 (time-string, zmacs-region-stays):
16391 * emulation/edt-mapper.el (edt-save-function-key-map)
16392 (EDT-key-name): `defvar' to silence the byte-compiler.
16394 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16396 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16397 font-lock-regexp-backslash. Doc fix.
16398 (font-lock-regexp-backslash-grouping-construct): Rename from
16399 font-lock-regexp-backslash-construct. Doc fix.
16400 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16401 grouping constructs.
16403 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16405 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16406 updating all the prerequisites.
16408 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16410 * textmodes/org.el (org-agenda-start-on-weekday)
16411 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16412 (org-agenda-use-time-grid, org-archive-location)
16413 (org-allow-space-in-links, org-usenet-links-prefer-google)
16414 (org-enable-table-editor, org-export-default-language)
16415 (org-export-html-show-new-buffer, org-fill-paragraph)
16416 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16417 (org-goto-quit, org-occur, org-eval-in-calendar)
16418 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16419 (org-agenda-diary-entry, org-remember-help)
16420 (org-table-convert-region, org-at-table-p)
16421 (org-table-move-row-down, org-table-move-row-up)
16422 (org-table-copy-region, org-table-toggle-vline-visibility)
16423 (org-table-get-stored-formulas, org-table-get-specials)
16424 (org-recalc-commands, org-table-eval-formula)
16425 (org-table-formula-substitute-names, orgtbl-make-binding)
16426 (org-format-org-table-html, org-format-table-table-html)
16427 (org-format-table-table-html-using-table-generate-source)
16428 (org-customize): Fix typos in docstrings.
16429 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16430 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16431 (org-back-to-heading): Doc fixes.
16432 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16433 (org-agenda-change-all-lines, org-get-header):
16434 Improve argument/docstring consistency.
16435 (orgtbl-error): Fix error message.
16437 * progmodes/flymake.el (flymake-find-possible-master-files)
16438 (flymake-master-file-compare, flymake-get-line-err-count)
16439 (flymake-highlight-line, flymake-gui-warnings-enabled):
16440 Fix typos in docstrings.
16441 (flymake-parse-line, flymake-get-project-include-dirs-function)
16442 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16444 (flymake-get-project-include-dirs-function)
16445 (flymake-make-err-menu-data):
16446 Improve argument/docstring consistency.
16448 2005-07-01 Lute Kamstra <lute@gnu.org>
16450 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16451 Catch errors with ignore-errors. Use temporary buffer.
16452 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16454 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16455 background color faces.
16456 (facemenu-set-foreground, facemenu-set-background):
16457 Use facemenu-set-face-from-menu.
16458 (facemenu-set-face-from-menu): Treat face names that start with
16459 "fg:" or "bg:" as special.
16460 (facemenu-add-new-color): Don't create faces. Simplify.
16462 2005-06-30 Richard M. Stallman <rms@gnu.org>
16464 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16465 (crm-find-current-element): Likewise.
16467 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
16469 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16471 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16473 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16474 (archive-mouse-extract): Make it an obsolete alias.
16475 (archive-mode-map): Don't use archive-mouse-extract any more.
16476 (archive-mode, archive-extract): write-contents-hooks ->
16477 write-contents-functions.
16478 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16480 (archive-rename-entry): Update the call.
16481 (archive-zip-summarize): Remove unused var `method'.
16482 (archive-lzh-summarize): Remove unused var `creator'.
16484 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16485 dedicated frame upon exit.
16487 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16488 (archive-zip-extract, archive-zip-expunge)
16489 (archive-zip-update, archive-zip-update-case): Use executable-find.
16490 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16491 Use restore-buffer-modified-p.
16492 (archive-extract, archive-add-new-member, archive-write-file-member):
16493 Use with-current-buffer.
16494 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16496 2005-06-30 Andreas Schwab <schwab@suse.de>
16498 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16500 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16502 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16504 2005-06-30 Juri Linkov <juri@jurta.org>
16506 * faces.el (vertical-border): Inherit from mode-line-inactive
16509 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16511 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16512 example, -NLINES in the `occur' docstring).
16514 * replace.el (occur-1): When no matches are found, do not set the
16515 `buffer-read-only' and modified flags for the occur buffer,
16516 because it is deleted.
16518 * emulation/cua-base.el (cua-check-pending-input)
16519 (cua-repeat-replace-region, cua-mode, cua-debug)
16520 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16521 Fix typos in docstrings.
16523 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16524 (cua-cut-region-to-global-mark)
16525 (cua--cut-rectangle-to-global-mark):
16526 Remove period from end of messages.
16528 * emulation/cua-rect.el (cua-do-rectangle-padding):
16529 Remove period from end of messages.
16530 (cua--rectangle-seq-format): Fix typo in docstring.
16531 (cua-sequence-rectangle, cua-fill-char-rectangle):
16532 Improve argument/docstring consistency.
16534 2005-06-29 Juri Linkov <juri@jurta.org>
16536 * faces.el (default-frame-background-mode): New internal variable.
16537 (frame-set-background-mode): Use it.
16539 * startup.el (normal-top-level): Set default-frame-background-mode
16540 instead of frame-background-mode. Before setting it, test for its
16541 nil value. Remove tests for frame-background-mode and frame
16542 parameter `reverse'. Add test for "unspecified-fg".
16544 * term/xterm.el (xterm-rxvt-set-background-mode):
16545 * term/rxvt.el (rxvt-set-background-mode):
16546 Set default-frame-background-mode instead of frame-background-mode.
16548 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16550 * simple.el (set-variable): Warn about obsolete user variables.
16552 * imenu.el (imenu--completion-buffer):
16553 * mouse.el (mouse-buffer-menu-alist):
16554 * msb.el (msb-invisible-buffer-p):
16555 * calendar/diary-lib.el (diary-header-line-format):
16556 * emacs-lisp/pp.el (pp-buffer):
16557 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16558 * textmodes/picture.el (picture-replace-match):
16559 Change space constants followed by a sexp to "?\s ".
16561 * play/decipher.el (decipher-loop-with-breaks):
16562 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16563 constants "protected" from end of line by a comment to "?\s".
16565 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16567 * font-lock.el (save-buffer-state): Use `declare'.
16569 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16570 reset the syntax-table to cperl-mode-syntax-table.
16571 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16572 "foo_print_bar" is not matched as a reserved keyword.
16574 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16576 * textmodes/org.el (orgtbl-setup): New function, for delayed
16577 setup for the orgtbl commands.
16578 (org-calc-default-modes): New option.
16579 (orgtbl-make-binding): Use `defun' to get better help display.
16580 (org-diary): Call `org-compile-prefix-format'.
16581 (org-table-formula-substitute-names): New function.
16582 (org-agenda-day-view, org-agenda-week-view): New commands.
16583 (org-agenda-toggle-week-view): Command removed.
16584 (org-tbl-menu): Split off from org-org-menu.
16585 (org-mode): Move removal of outline-mode menus to here.
16586 (org-table-formula-debug): New option.
16587 (org-table-insert-row): Keep first field if just "#" or "*".
16588 (org-mode): Paragraph regexps fixed.
16589 (org-table-recalculate-regexp): New constant.
16590 (org-table-justify-field-maybe): Avoid replace if not necessary.
16591 (org-copy-special, org-cut-special): Use `call-interactively'.
16592 (org-table-copy-region): Take region from `interactive' call.
16593 (org-trim): Return string even if no match.
16594 (org-formula): New face.
16595 (org-set-font-lock-defaults): No longer highlight "FIXME".
16596 But highlight formula-related fields in table.
16597 (org-table-p): Use regexp, not fontification.
16598 (org-table-align): Handle white space at end of line.
16599 (org-table-formula-evaluate-inline): New option.
16600 (org-mode): Auto-wrapping in comment lines turned off.
16601 (org-table-copy-down): Evaluate only in copied field, not in
16603 (org-table-current-formula): Variable removed.
16604 (org-table-store-formulas, org-table-get-stored-formulas)
16605 (org-table-modify-formulas, org-table-replace-in-formulas)
16606 (org-table-maybe-eval-formula): New functions.
16607 (org-table-get-formula): Modify to use stored formulas.
16608 (org-table-insert-column, org-table-delete-column)
16609 (org-table-move-column): Call `org-table-modify-formulas'.
16610 (org-complete): Add completion for keyword formulas.
16611 (orgtbl-mode): Pull orgtbl-mode-map to start of
16612 minor-mode-map-alist.
16614 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16616 * progmodes/python.el (python-check): Require `compile' before
16617 modifying its variables.
16619 * newcomment.el (comment-indent-default): Don't get fooled by an early
16622 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16624 * ps-print.el (ps-print-version): Fix version number.
16626 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16628 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16630 2005-06-28 Richard M. Stallman <rms@gnu.org>
16632 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16633 (flyspell-local-mouse-map): Declaration deleted.
16634 (flyspell-mouse-map): Bind only mouse-2.
16635 (flyspell-mode-map): Don't test flyspell-use-local-map.
16636 (flyspell-overlay-keymap-property-name): Var deleted.
16637 (flyspell-mode-on): Don't make local bindings for
16638 flyspell-mouse-map and flyspell-mode-map.
16639 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16641 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16643 * progmodes/compile.el (compilation-next-error-function):
16644 Don't switch buffers; operate on the current buffer.
16646 * progmodes/compile.el (compilation-error-file-name)
16647 (compilation-warning-file-name, compilation-info-file-name)
16648 (compilation-line-number, compilation-column-number): New faces.
16649 (compilation-error-face, compilation-warning-face)
16650 (compilation-info-face, compilation-line-face)
16651 (compilation-column-face): Use them.
16653 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16655 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16657 * bindings.el (global-map): Bind insertchar and its variants.
16659 2005-06-27 Richard M. Stallman <rms@gnu.org>
16661 * textmodes/artist.el (artist-text-overwrite)
16662 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16664 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16666 * ps-print.el: It was not working the page selection for printing.
16667 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16668 (ps-print-version): New version 6.6.7.
16669 (ps-end-sheet): New fun.
16670 (ps-header-sheet, ps-end-job): Call it.
16672 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16674 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16676 2005-06-27 Lute Kamstra <lute@gnu.org>
16678 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16679 background color faces.
16680 (facemenu-get-face): Delete function.
16681 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16682 (facemenu-add-new-color): Make second argument mandatory.
16683 Create the appropriate face and return it. Simplify.
16684 (facemenu-set-foreground, facemenu-set-background): Don't check if
16685 color is defined. Use return value of facemenu-add-new-color.
16687 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16689 * progmodes/gud.el (gud-filter): Add missing argument to
16690 with-selected-window.
16692 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16694 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16695 a :require to the defcustom.
16697 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16698 defcustoms corresponding to minor modes.
16700 2005-06-26 David Ponce <david@dponce.com>
16702 * recentf.el: Require tree-widget instead of wid-edit.
16703 (recentf-filename-handler): Fix widget :type.
16704 (recentf-cancel-dialog, recentf-open-more-files)
16705 (recentf-open-files-action): Doc fix.
16706 (recentf-dialog-goto-first): New function.
16707 (recentf-dialog-mode-map): Set parent keymap first.
16708 (recentf-dialog-mode): Define with define-derived-mode.
16709 Don't display continuation lines in dialogs.
16710 (recentf-edit-list): Rename from recentf-edit-selected-items.
16711 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16713 (recentf-edit-list-validate): New function.
16714 (recentf-edit-list): Update accordingly.
16715 (recentf-open-files-item-shift): Remove.
16716 (recentf-open-files-item): Convert menu elements into tree and
16717 link widgets. Don't create the widgets.
16718 (recentf-open-files): Update accordingly.
16719 (recentf-save-list): Untabify.
16721 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16723 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16724 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16725 partially contained in the active region. Do not take active
16726 region into account when called from Lisp, unless INTERACTIVE arg
16727 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16728 avoid trouble with fields. Make marker point nowhere when no
16729 longer used. Always return nil. Doc fix.
16730 (flush-lines): Add INTERACTIVE arg. Do not take active region
16731 into account when called from Lisp, unless INTERACTIVE arg is
16732 non-nil. Use `forward-line' instead of `beginning-of-line' to
16733 avoid trouble with fields. Make marker point nowhere when no
16734 longer used. Always return nil. Doc fix.
16735 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16736 interchangeable. Do not take active region into account when
16737 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16738 message in echo area when called from Lisp, unless INTERACTIVE arg
16739 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16740 Return the number of matches. Doc fix.
16742 (perform-replace): Make comment follow double space convention for
16743 the sake of `outline-minor-mode'.
16745 * faces.el (facep): Doc fix.
16747 2005-06-25 Richard M. Stallman <rms@gnu.org>
16749 * facemenu.el (facemenu-enable-faces-p): New function.
16750 (facemenu-background-menu, facemenu-foreground-menu)
16751 (facemenu-face-menu): Add menu-enable property.
16753 * jka-compr.el (jka-compr-insert-file-contents):
16754 Special handling if cannot find the uncompression program.
16756 * cus-face.el (custom-face-attributes): Add autoload.
16758 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16759 Bind comment-indent-function locally.
16761 * window.el (save-selected-window): Use save-current-buffer.
16763 * subr.el (with-selected-window): Use save-current-buffer.
16765 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16766 and with-current-buffer.
16768 2005-06-24 Richard M. Stallman <rms@gnu.org>
16770 * simple.el (line-move-1): Fix previous change.
16772 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16774 * replace.el (occur-1): Set `buffer-read-only' and the
16775 buffer-modified flag before running `occur-hook' to protect
16776 against unintentional buffer switches that can lead to data loss.
16778 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16780 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16781 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16784 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16786 (gdb-var-create-handler): Put name of expression in quotes.
16788 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16790 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16791 elements of RING in order, and without bogus nil elements.
16793 2005-06-23 Richard M. Stallman <rms@gnu.org>
16795 * simple.el (set-variable): Args renamed; doc fix.
16796 (line-move-1): When there are overlays around, use vertical-motion.
16798 * faces.el (escape-glyph): Use brown against light background.
16799 (nobreak-space): Rename from no-break-space.
16800 Fix previous change.
16802 * dired-aux.el (dired-do-copy): Fix arg prompt.
16804 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16806 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16808 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16809 rather than "Distributor".
16811 2005-06-23 Lute Kamstra <lute@gnu.org>
16813 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16814 (debug-on-entry): Use it. New interactive declaration that uses
16815 function-called-at-point.
16817 2005-06-23 Kim F. Storm <storm@cua.dk>
16819 * subr.el (save-match-data): Add comment about using evaporate arg
16822 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16824 * cus-edit.el (customize-face)
16825 (customize-face-other-window): Handle face aliases.
16827 * faces.el (face-documentation, set-face-attribute)
16828 (face-spec-set): Handle face aliases.
16830 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16832 * help-mode.el (help-make-xrefs): If a symbol representing a face
16833 name is not followed by the word "face", it could still be a
16834 function or variable name, so don't bypass other checks.
16836 2005-06-22 Juri Linkov <juri@jurta.org>
16838 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16839 Replace aliased functions with calls where second arg `inherit' is t.
16841 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16843 * progmodes/gdb-ui.el (gdb-error): New variable.
16844 (gdb-error): New function.
16845 (gdb-annotation-rules): Act on error-begin and error annotations.
16846 (gdb-concat-output): Use font-lock-warning-face for errors.
16848 2005-06-22 Miles Bader <miles@gnu.org>
16850 * bindings.el (propertized-buffer-identification): Use renamed
16851 `Buffer-menu-buffer' face.
16853 * faces.el (vertical-border): Rename from `vertical-divider'.
16854 (escape-glyph): Change dark-background color back to `cyan'.
16856 2005-06-21 Juri Linkov <juri@jurta.org>
16858 * faces.el (face-user-default-spec): Try getting `customized-face'
16859 prior to `saved-face'.
16860 (frame-background-mode): Refill docstring.
16862 * emacs-lisp/lisp-mode.el (eval-defun-1):
16863 * emacs-lisp/edebug.el (edebug-eval-defun):
16864 Set `saved-face' temporarily to nil before calling form.
16865 Set `customized-face' to the new spec after that.
16867 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16869 * subr.el (1value, lambda, key-substitution-in-progress):
16872 * autoinsert.el (auto-insert-alist):
16873 * ses.el (ses-call-printer):
16874 * subr.el (noreturn):
16875 * emacs-lisp/lisp.el (check-parens):
16876 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16877 * net/browse-url.el (browse-url-mosaic):
16878 * progmodes/cc-defs.el (c-safe-scan-lists):
16879 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16880 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16881 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16882 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16883 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16884 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16886 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16888 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16890 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16892 * calendar/appt.el (appt-make-list): Activate the package, if
16893 not already active (for backwards compatibility).
16895 2005-06-20 Kim F. Storm <storm@cua.dk>
16897 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16899 2005-06-20 Miles Bader <miles@gnu.org>
16901 * faces.el (vertical-divider): New face.
16903 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16905 * simple.el (kill-whole-line): Doc fix.
16906 (next-error-buffer-p, next-error-find-buffer)
16907 (clone-indirect-buffer): Fix typos in docstrings.
16908 (comment-line-break-function): Doc fix: don't say variable
16909 is automatically buffer-local (it isn't).
16911 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16913 * net/tramp-ftp.el (top):
16914 * net/tramp-smb.el (top):
16915 * net/tramp-util.el (top):
16916 * net/tramp-uu.el (top):
16917 * net/tramp-vc.el (top):
16918 * net/tramp.el (top): Revert copyright years back to original
16919 ones. Tramp has a life outside GNU Emacs.
16921 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16923 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16925 2005-06-18 Juri Linkov <juri@jurta.org>
16927 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16928 end of first regexp to limit the match to the position between
16929 line number and source line with same separator character as used
16930 between file name and line number. In the second regexp limit
16931 mouse-face area to file name and line number by adding new group
16932 for them and referring it in HYPERLINK arg.
16933 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16934 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16935 previous line where grep markers may be already removed.
16937 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16939 * progmodes/ps-mode.el: Update version and maintainer's email address.
16941 2005-06-18 Steve Youngs <steve@xemacs.org>
16943 * net/browse-url.el (browse-url-browser-function)
16944 (browse-url-default-browser): Add firefox.
16945 (browse-url-firefox-program, browse-url-firefox-arguments)
16946 (browse-url-firefox-startup-arguments)
16947 (browse-url-firefox-new-window-is-tab): New defcustoms.
16948 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16950 2005-06-17 Richard M. Stallman <rms@gnu.org>
16952 * startup.el (command-line): Warn if specified user name has
16955 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16956 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16958 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16961 * faces.el (underline): Try bold if terminal doesn't support underline.
16963 * mail/sendmail.el (mail-setup-with-from): New variable.
16964 (mail-insert-from-field): New function.
16965 (sendmail-send-it): Call it.
16966 (mail-setup): Optionally call it here.
16968 * term/linux.el: Call tty-no-underline.
16970 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16972 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16974 2005-06-17 Miles Bader <miles@gnu.org>
16976 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16977 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16978 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16979 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16980 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16981 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16982 Remove "-face" suffix from face names.
16983 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16984 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16985 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16986 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16987 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16988 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16989 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16990 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16991 New backward-compatibility aliases for renamed faces.
16992 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16993 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16994 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16995 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16996 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16997 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16998 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16999 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17000 Use renamed ediff faces.
17002 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17003 Remove "-face" suffix from face names.
17004 (eshell-test-ok-face, eshell-test-failed-face):
17005 New backward-compatibility aliases for renamed faces.
17006 (eshell-run-test): Use renamed eshell-test faces.
17008 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17010 (eshell-prompt-face): New backward-compatibility alias for renamed
17012 (eshell-emit-prompt): Use renamed eshell-prompt face.
17014 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17015 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17016 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17017 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17018 Remove "-face" suffix from face names.
17019 (eshell-ls-directory-face, eshell-ls-symlink-face)
17020 (eshell-ls-executable-face, eshell-ls-readonly-face)
17021 (eshell-ls-unreadable-face, eshell-ls-special-face)
17022 (eshell-ls-missing-face, eshell-ls-archive-face)
17023 (eshell-ls-backup-face, eshell-ls-product-face)
17024 (eshell-ls-clutter-face):
17025 New backward-compatibility aliases for renamed faces.
17026 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17028 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17029 Remove "-face" suffix from face name.
17030 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17031 instead of literal face.
17033 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17035 * emacs-lisp/warnings.el (display-warning, lwarn)
17036 (warning-minimum-log-level): Doc fixes.
17037 (warning-minimum-level, warning-minimum-log-level):
17038 Add :debug to :type choices.
17040 * progmodes/ada-mode.el (ada-format-paramlist)
17041 (ada-get-indent-case, ada-check-matching-start)
17042 (ada-check-defun-name, ada-goto-matching-decl-start)
17043 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17044 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17045 (ada-make-subprogram-body): Follow error conventions.
17046 (ada-case-exception-file, ada-indent-comment-as-code)
17047 (ada-indent-handle-comment-special, ada-indent-renames)
17048 (ada-indent-return, ada-search-directories-internal)
17049 (ada-tab-policy, ada-case-exception-substring)
17050 (ada-other-file-alist, ada-matching-start-re)
17051 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17052 (ada-imenu-generic-expression, ada-compile-goto-error)
17053 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17054 (ada-popup-menu, ada-add-extensions, ada-mode)
17055 (ada-region-selected, ada-create-case-exception)
17056 (ada-create-case-exception-substring, ada-after-keyword-p)
17057 (ada-activate-keys-for-case, ada-adjust-case-region)
17058 (ada-adjust-case-buffer, ada-format-paramlist)
17059 (ada-scan-paramlist, ada-insert-paramlist)
17060 (ada-indent-newline-indent)
17061 (ada-indent-newline-indent-conditional)
17062 (ada-justified-indent-current, ada-goto-previous-word)
17063 (ada-indent-current, ada-get-indent-open-paren)
17064 (ada-get-indent-paramlist, ada-get-indent-end)
17065 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17066 (ada-get-indent-block-start, ada-get-indent-subprog)
17067 (ada-get-indent-noindent, ada-get-indent-label)
17068 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17069 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17070 (ada-goto-stmt-end, ada-goto-next-word)
17071 (ada-check-matching-start, ada-check-defun-name)
17072 (ada-goto-matching-decl-start, ada-goto-matching-start)
17073 (ada-goto-matching-end, ada-search-ignore-string-comment)
17074 (ada-in-decl-p, ada-looking-at-semi-or)
17075 (ada-looking-at-semi-private, ada-in-paramlist-p)
17076 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17077 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17078 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17079 (ada-previous-package, ada-create-menu)
17080 (ada-fill-comment-paragraph-justify)
17081 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17082 (ada-other-file-name, ada-last-which-function-line)
17083 (ada-last-which-function-subprog, ada-which-function)
17084 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17085 (ada-gen-treat-proc, ada-check-emacs-version)
17086 (ada-continuation-indent, ada-align-region-separate):
17087 Fix typos in docstrings.
17088 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17090 2005-06-16 Lute Kamstra <lute@gnu.org>
17092 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17095 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17097 * comint.el (comint-replace-by-expanded-filename)
17098 (comint-prompt-regexp, comint-delimiter-argument-list)
17099 (comint-preinput-scroll-to-bottom):
17100 * info.el (Info-hide-cookies-node):
17101 * ls-lisp.el (ls-lisp-classify):
17102 * find-file.el (ff-search-directories, ff-special-constructs)
17103 (ff-find-other-file):
17104 * font-lock.el (font-lock-keywords):
17105 * shell.el (shell-prompt-pattern)
17106 (shell-dynamic-complete-functions, shell-mode)
17107 (shell-delimiter-argument-list):
17108 * term.el (term-replace-by-expanded-filename)
17109 (term-prompt-regexp, term-delimiter-argument-list):
17110 * woman.el (woman-ignore, woman0-if):
17111 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17112 * emacs-lisp/elint.el (elint-init-env):
17113 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17114 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17115 * language/ethio-util.el (ethio-tilde-escape)
17116 (ethio-use-three-dot-question):
17117 * net/zone-mode.el (zone-mode-load-time-setup):
17118 * progmodes/cc-align.el (c-lineup-argcont):
17119 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17120 * progmodes/cperl-mode.el (cperl-set-style-back):
17121 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17122 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17123 Fix spellings in docstrings.
17125 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17126 * progmodes/modula2.el (m2-for): Fix spellings.
17128 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17130 * simple.el (undo-more): Don't use `format' on `error' arguments.
17131 Improve argument/docstring consistency.
17132 (pending-undo-list): Doc fix.
17134 * smerge-mode.el (smerge-ensure-match):
17135 * emulation/vip.el (vip-ex):
17136 * net/zone-mode.el (zone-mode-update-serial):
17137 * progmodes/idlwave.el (idlwave-complete):
17138 * progmodes/vhdl-mode.el (vhdl-visit-file)
17139 (vhdl-compose-wire-components):
17140 Don't use `format' on `error' arguments.
17142 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17143 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17144 (tooltip-help-tips): Fix typos in docstrings.
17146 2005-06-16 David Ponce <david@dponce.com>
17148 * tree-widget.el (tree-widget-value-create): Simplify last change.
17150 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17152 * ido.el (ido-incomplete-regexp): New variable.
17153 (ido-set-matches-1): Handle invalid-regexp error and set
17154 ido-incomplete-regexp.
17155 (ido-incomplete-regexp): New face.
17156 (ido-completions): Use it.
17157 (ido-complete, ido-exit-minibuffer, ido-completions):
17158 Handle incomplete regexps.
17159 (ido-completions): Add check for complete match when entering a regexp.
17161 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17163 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17165 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17167 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17168 by field delimiters.
17170 2005-06-15 David Ponce <david@dponce.com>
17172 * tree-widget.el: eval-and-compile inlined functions so they will
17173 be available at run-time too.
17174 (tree-widget-super-format-handler)
17175 (tree-widget-format-handler): Remove.
17176 (tree-widget-value-create): Handle the :indent property.
17178 2005-06-15 Miles Bader <miles@gnu.org>
17180 * progmodes/which-func.el (which-func): Only inherit
17181 `font-lock-function-name-face' when that makes sense against the
17182 default mode-line face, otherwise set the face color explicitly.
17184 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17185 faces instead of (non-existent) variables.
17187 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17189 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17190 (iswitchb-get-matched-buffers): Likewise. Simplify.
17192 2005-06-14 Miles Bader <miles@gnu.org>
17194 * progmodes/ld-script.el (ld-script-location-counter):
17195 Remove "-face" suffix from face name.
17196 (ld-script-location-counter-face):
17197 New backward-compatibility alias for renamed face.
17198 (ld-script-location-counter-face): Use renamed face.
17200 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17201 (cperl-hash): Remove "-face" suffix from face names.
17202 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17203 New backward-compatibility aliases for renamed faces.
17204 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17205 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17207 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17209 (which-func-face): New backward-compatibility alias for renamed face.
17210 (which-func-format): Use renamed which-func face.
17212 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17213 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17214 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17216 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17217 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17218 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17219 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17220 (vhdl-speedbar-architecture-selected)
17221 (vhdl-speedbar-configuration-selected)
17222 (vhdl-speedbar-package-selected)
17223 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17225 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17227 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17228 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17229 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17231 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17233 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17234 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17235 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17236 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17237 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17238 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17240 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17242 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17243 (sh-heredoc-face): Use renamed sh-heredoc face.
17245 * progmodes/idlw-help.el (idlwave-help-link):
17246 Remove "-face" suffix from face name.
17247 (idlwave-help-link-face):
17248 New backward-compatibility alias for renamed face.
17249 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17251 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17252 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17253 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17254 New backward-compatibility aliases for renamed faces.
17255 (idlwave-shell-disabled-breakpoint-face)
17256 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17258 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17259 Remove "-face" suffix from face names.
17260 (flymake-errline-face, flymake-warnline-face):
17261 New backward-compatibility aliases for renamed faces.
17262 (flymake-highlight-line): Use renamed flymake faces.
17264 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17265 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17266 (ebrowse-member-class, ebrowse-progress):
17267 Remove "-face" suffix from face names.
17268 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17269 (ebrowse-file-name-face, ebrowse-default-face)
17270 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17271 (ebrowse-progress-face):
17272 New backward-compatibility aliases for renamed faces.
17273 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17274 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17275 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17276 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17278 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17280 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17281 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17283 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17284 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17285 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17286 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17287 backward-compatibility aliases for renamed faces.
17288 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17289 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17290 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17291 remove "font-lock-". Use renamed antlr-mode faces.
17292 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17293 literal face-names with face variable references.
17295 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17297 (Buffer-menu-buffer-face): New backward-compatibility alias for
17299 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17301 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17303 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17304 Eliminate "-face" suffix.
17305 (makefile-targets): Inherit from font-lock-function-name-face and
17306 eliminate "-face" suffix.
17307 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17308 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17309 actions, instead of prepending, to make it less visible.
17310 (makefile-previous-dependency, makefile-match-dependency):
17311 Don't match a target on a continuation line.
17313 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17315 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17317 * progmodes/gdb-ui.el (menu): Re-order menu items.
17318 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17320 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17321 Define in tooltip.el.
17322 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17323 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17324 gud-tooltip-echo-area.
17326 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17327 backward compatibility and make obsolete.
17328 (tooltip-help-tips): Use tooltip-use-echo-area.
17329 (tooltip-show-help-function): Rename to...
17330 (tooltip-show-help): ...this, because it is a function.
17331 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17333 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17335 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17336 (edebug-print-length, edebug-print-level, edebug-print-circle)
17337 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17338 (edebug-eval-print-last-sexp): Doc fixes.
17340 2005-06-14 Kim F. Storm <storm@cua.dk>
17342 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17343 as the coverage buffer/file/both may change.
17345 2005-06-14 Lute Kamstra <lute@gnu.org>
17347 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17348 and run-mode-hooks. Simplify.
17350 * mail/rmailedit.el (rmail-edit-mode):
17351 * progmodes/octave-inf.el (inferior-octave-mode):
17352 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17354 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17355 and run-mode-hooks.
17356 (recentf-edit-list, recentf-open-files): Don't call
17357 kill-all-local-variables directly.
17359 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17361 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17363 * emacs-lisp/byte-run.el (make-obsolete)
17364 (define-obsolete-function-alias): Rename arguments FUNCTION and
17365 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17366 (make-obsolete-variable, define-obsolete-variable-alias):
17367 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17370 * isearchb.el (isearchb-activate):
17371 * pcvs.el (cvs-mode):
17372 * ses.el (ses-load):
17373 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17374 * net/tramp.el (tramp-find-file-exists-command)
17375 (tramp-find-shell):
17376 * progmodes/ada-mode.el (ada-create-case-exception)
17377 (ada-create-case-exception-substring, ada-make-subprogram-body):
17378 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17379 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17380 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17381 * textmodes/org.el (org-promote, org-evaluate-time-range)
17382 (org-agenda-next-date-line, org-agenda-previous-date-line)
17383 (org-agenda-error, org-open-at-point, org-table-move-row)
17384 (org-format-table-table-html-using-table-generate-source)
17385 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17386 * textmodes/reftex.el (reftex-access-scan-info):
17387 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17388 (reftex-toc-promote-prepare): Follow error conventions.
17390 * diff-mode.el (diff-mode): Fix typo in docstring.
17392 * forms.el (forms--intuit-from-file): Fix reference to
17393 `forms-number-of-fields' in error message.
17394 (forms-print): Fix quoting in error message.
17396 * forms.el (forms-mode):
17397 * emulation/vi.el (vi-goto-insert-state):
17398 * progmodes/flymake.el (flymake-new-err-info)
17399 (flymake-start-syntax-check-for-current-buffer)
17400 (flymake-simple-cleanup):
17401 * eshell/esh-var.el (eshell/export):
17402 * progmodes/gud.el (xdb):
17403 * textmodes/flyspell.el (flyspell-incorrect-hook)
17404 (flyspell-maybe-correct-transposition)
17405 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17407 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17409 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17412 2005-06-13 Kim F. Storm <storm@cua.dk>
17414 * subr.el (add-to-ordered-list): New defun.
17416 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17417 add cua--keymap-alist to emulation-mode-map-alists.
17419 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17421 * subr.el (complete-in-turn): New macro.
17422 (dynamic-completion-table, lazy-completion-table): Add debug info.
17424 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17425 in preference to face aliases.
17427 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17428 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17429 Remove unused vars `start' and `firstline'.
17430 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17431 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17433 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17435 * cus-start.el (all): Don't complain about missing GTK-related
17436 variables, unless either `gtk' is boundp or this isn't a
17437 `windows-nt' build.
17439 2005-06-13 Lute Kamstra <lute@gnu.org>
17441 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17444 * ediff-mult.el (ediff-meta-mode):
17445 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17447 * ledit.el (ledit-mode): Use delay-mode-hooks.
17449 * woman.el (woman-mode-line-format): Delete constant.
17450 (woman-mode-map): Initialize it properly.
17451 (woman-mode): Set mode-class property to special.
17452 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17453 Set major-mode and mode-name. Don't set mode-line-format directly.
17454 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17456 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17457 string argument obsolete.
17459 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17461 * textmodes/org.el (org-CUA-compatible): New option.
17462 (org-disputed-keys): New variable.
17463 (org-key): New function.
17464 (orgtbl-make-binding): Add docstring to the created function.
17465 (org-mode): Set paragraph start/separate regexps.
17466 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17467 (org-archive-location, org-archive-mark-done)
17468 (org-archive-stamp-time): New options.
17469 (org-archive-subtree): New command.
17470 (org-fill-paragraph): New function.
17471 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17472 (org-fake-empty-table-line): Function removed.
17473 (org-format-org-table-html): Do not create empty table lines at
17474 separator lines. Improved table header treatment.
17475 (org-link-format): New option.
17476 (org-make-link): New function.
17477 (org-insert-link, org-store-link): Use org-make-link.
17478 (org-open-file): Quote file name for shell command, to allow
17479 spaces in file names.
17480 (org-link-regexp): Fix bug with mailto link.
17481 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17483 (org-export-as-html): Deal with the optional angles around a link.
17484 Better treatment of file: links.
17485 (org-open-at-point): Replace @{ and @} with < and >.
17486 (org-run-mode-hooks): Function removed.
17487 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17489 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17491 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17492 MI command -data-list-register-values.
17493 (gdb-post-prompt): Indent properly.
17495 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17497 * hilit-chg.el (highlight-changes-colors): Rename from
17498 `highlight-changes-colours'.
17499 (highlight-changes-colours): Keep as obsolete alias.
17500 (highlight-changes-face-list): Doc fix.
17501 (hilit-chg-make-list): Use `highlight-changes-colors'.
17503 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17505 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17506 defun-prompt-regexp.
17508 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17510 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17513 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17514 Don't use an old loaddefs.el, as in Makefile.in.
17516 2005-06-12 Lute Kamstra <lute@gnu.org>
17518 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17520 * man.el (Man-mode-map): Initialize it properly.
17521 (Man-mode): Set mode-class property to special.
17523 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17525 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17527 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17528 A newline is needed in the docstring there.
17530 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17533 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17535 * printing.el: Doc fix. The menubar is no more changed when printing
17536 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17537 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17538 (pr-version): New version number (6.8.4).
17539 (pr-menu-bind): New command.
17540 (pr-update-menus): Docstring and code fix.
17541 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17543 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17544 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17546 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17548 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17549 "Returns" to "return", document useful return values, etc.
17551 2005-06-11 Alan Mackenzie <acm@muc.de>
17553 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17554 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17555 (adaptive-file-function): Minor amendment to doc-string.
17557 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17559 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17560 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17561 Fix :type--it is `integer', not `string'.
17563 * faces.el (modeline-highlight): Rename from (the erroneous)
17564 `modeline-higilight'.
17566 2005-06-11 Lute Kamstra <lute@gnu.org>
17568 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17569 lisp-interaction-mode-map but make it the parent.
17570 (edebug-eval-mode): Use define-derived-mode.
17572 2005-06-11 Andreas Schwab <schwab@suse.de>
17574 * bindings.el: Add binding of `ESC functionkey' for every
17576 * hexl.el (hexl-mode-map): Likewise.
17578 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17580 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17581 [msft]: update regexp for newer msft compilers.
17583 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17585 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17586 ATTLIST portions of included DTDs.
17587 (xml-parse-dtd): Eliminate use of inefficient match-data.
17589 2005-06-10 Miles Bader <miles@gnu.org>
17591 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17592 (mpuz-text): Remove "-face" suffix from face names.
17593 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17594 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17595 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17597 * play/gomoku.el (gomoku-O, gomoku-X):
17598 Remove "-face" suffix from face names.
17599 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17600 New backward-compatibility aliases for renamed faces.
17601 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17603 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17605 * thumbs.el: Fixes for changes of 2005-06-09.
17606 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17608 (thumbs-thumbname): Remove directory separator from format string;
17609 `thumbs-thumbsdir' now returns a valid directory name.
17610 (thumbs-temp-dir): New defsubst.
17611 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17614 * cus-edit.el (minibuffer):
17615 * files.el (make-backup-file-name-function):
17616 * filesets.el (filesets-external-viewers):
17617 * hilit-chg.el (highlight-changes-colours)
17618 (highlight-changes-face-list, highlight-changes-rotate-faces):
17619 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17620 * kmacro.el (kmacro-call-macro):
17621 * log-edit.el (log-edit-changelog-full-paragraphs):
17622 * mouse.el (mouse-1-click-follows-link):
17623 * skeleton.el (skeleton-autowrap):
17624 * subr.el (insert-for-yank-1):
17625 * tempo.el (tempo-insert-region):
17626 * terminal.el (terminal-emulator):
17627 * time.el (display-time-mail-face):
17628 * vc.el (vc-annotate):
17629 * vcursor.el (vcursor-copy-line):
17630 * woman.el (woman-bold-headings, woman-ignore)
17631 (woman-default-faces, woman-monochrome-faces):
17632 * calendar/todo-mode.el (todo-insert-threshold):
17633 * emulation/pc-select.el (pc-select-selection-keys-only)
17634 (pc-selection-mode):
17635 * emulation/vip.el (vip-find-char-forward):
17636 * emulation/viper-cmd.el (viper-find-char-forward):
17637 * international/mule-cmds.el
17638 (select-safe-coding-system-accept-default-p)
17639 (input-method-exit-on-invalid-key):
17640 * international/mule-diag.el (describe-coding-system):
17641 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17642 * net/browse-url.el (browse-url-xterm-program):
17643 * obsolete/lazy-lock.el (lazy-lock-mode):
17644 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17646 * progmodes/cpp.el (cpp-face-light-name-list)
17647 (cpp-face-dark-name-list):
17648 * progmodes/delphi.el (delphi-newline-always-indents):
17649 Fix spellings in docstrings.
17651 * ido.el (ido-mode, ido-file-extensions-order)
17652 (ido-default-file-method, ido-default-buffer-method)
17653 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17654 (ido-decorations, ido-read-file-name-as-directory-commands)
17655 (ido-read-file-name-non-ido, ido-work-directory-list)
17656 (ido-ignore-item-temp-list, ido-current-directory)
17657 (ido-magic-forward-char, ido-enter-find-file)
17658 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17659 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17661 2005-06-10 Lute Kamstra <lute@gnu.org>
17663 * play/dunnet.el (dun-mode): Use define-derived-mode.
17664 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17667 * play/doctor.el (doctor-mode-map): Remove defvar.
17668 (doctor-mode): Use define-derived-mode.
17670 * mail/mspools.el (mspools-mode):
17671 * net/eudc-hotlist.el (eudc-hotlist-mode):
17672 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17674 2005-06-10 Miles Bader <miles@gnu.org>
17676 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17677 Remove "-face" suffix from face names.
17678 (flyspell-incorrect-face, flyspell-duplicate-face):
17679 New backward-compatibility aliases for renamed faces.
17680 (flyspell-mode-on, make-flyspell-overlay)
17681 (flyspell-highlight-incorrect-region)
17682 (flyspell-highlight-duplicate-region)
17683 (flyspell-display-next-corrections)
17684 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17686 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17688 (texinfo-heading-face): New backward-compatibility alias for
17690 (texinfo-heading-face): Use renamed texinfo-heading face.
17692 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17693 suffix from face names.
17694 (tex-math-face, tex-verbatim-face):
17695 New backward-compatibility aliases for renamed faces.
17696 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17697 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17700 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17702 (table-cell-face): New backward-compatibility alias for renamed face.
17703 (table--put-cell-face-property, table--update-cell-face):
17704 Use renamed table-cell face.
17706 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17708 (sgml-namespace-face): New backward-compatibility alias for
17710 (sgml-namespace-face): Use renamed sgml-namespace face.
17712 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17713 (org-level-4, org-level-5, org-level-6, org-level-7)
17714 (org-level-8, org-warning, org-headline-done)
17715 (org-deadline-announce, org-scheduled-today)
17716 (org-scheduled-previously, org-link, org-done, org-table)
17717 (org-time-grid): Remove "-face" suffix from face names.
17718 (org-level-1-face, org-level-2-face, org-level-3-face)
17719 (org-level-4-face, org-level-5-face, org-level-6-face)
17720 (org-level-7-face, org-level-8-face, org-warning-face)
17721 (org-headline-done-face, org-deadline-announce-face)
17722 (org-scheduled-today-face, org-scheduled-previously-face)
17723 (org-link-face, org-done-face, org-table-face)
17724 (org-time-grid-face):
17725 New backward-compatibility aliases for renamed faces.
17726 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17727 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17728 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17729 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17731 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17732 (viper-minibuffer-emacs, viper-minibuffer-insert)
17733 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17734 (viper-search-face, viper-replace-overlay-face)
17735 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17736 (viper-minibuffer-vi-face):
17737 New backward-compatibility aliases for renamed faces.
17738 (viper-search-face, viper-replace-overlay-face)
17739 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17740 (viper-minibuffer-vi-face): Use renamed viper faces.
17742 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17743 Remove "-face" suffix from face names.
17744 (testcover-nohits-face, testcover-1value-face):
17745 New backward-compatibility aliases for renamed faces.
17746 (testcover-mark): Use renamed testcover faces.
17748 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17750 (diary-button-face): New backward-compatibility alias for renamed face.
17751 (diary-entry): Use renamed diary-button face.
17753 * calendar/calendar.el (diary, calendar-today, holiday)
17754 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17755 (diary-face, calendar-today-face, holiday-face):
17756 New backward-compatibility aliases for renamed faces.
17757 (eval-after-load "facemenu", diary-entry-marker)
17758 (calendar-today-marker, calendar-holiday-marker, diary-face):
17759 Use renamed calendar faces.
17761 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17762 (compare-windows-face): New backward-compatibility alias for
17764 (compare-windows-highlight): Use renamed compare-windows face.
17766 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17767 (strokes-char-face): New backward-compatibility alias for renamed face.
17768 (strokes-encode-buffer): Use renamed strokes-char face.
17770 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17771 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17772 Remove "-face" suffix from face names.
17773 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17774 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17775 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17776 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17777 Use renamed pcvs faces.
17778 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17779 * pcvs-defs.el (cvs-mode-map): Likewise.
17780 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17782 * info.el (info-title-1, info-title-2, info-title-3)
17783 (info-title-4): Remove "-face" suffix from and downcase face names.
17784 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17785 (Info-title-4-face):
17786 New backward-compatibility aliases for renamed faces.
17787 (Info-fontify-node): Use renamed info faces.
17789 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17790 Remove "-face" suffix from face names.
17791 (highlight-changes-face, highlight-changes-delete-face):
17792 New backward-compatibility aliases for renamed faces.
17793 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17794 (hilit-chg-make-list): Use renamed highlight-changes faces.
17796 * generic-x.el (show-tabs-tab, show-tabs-space):
17797 Remove "-face" suffix from face names.
17798 (show-tabs-tab-face, show-tabs-space-face):
17799 New backward-compatibility aliases for renamed faces.
17800 (show-tabs-generic-mode-font-lock-defaults-1)
17801 (show-tabs-generic-mode-font-lock-defaults-2):
17802 Use renamed show-tabs faces.
17804 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17805 (smerge-markers): Remove "-face" suffix from face names.
17806 (smerge-mine-face, smerge-other-face, smerge-base-face)
17807 (smerge-markers-face):
17808 New backward-compatibility aliases for renamed faces.
17809 (smerge-mine-face, smerge-other-face, smerge-base-face)
17810 (smerge-markers-face): Use renamed smerge faces.
17812 * log-view.el (log-view-file, log-view-message): Remove "-face"
17813 suffix from face names.
17814 (log-view-file-face, log-view-message-face):
17815 New backward-compatibility aliases for renamed faces.
17816 (log-view-file-face, log-view-message-face): Use renamed log-view
17819 * paren.el (show-paren-match, show-paren-mismatch):
17820 Remove "-face" suffix from face names.
17821 (show-paren-match-face, show-paren-mismatch-face):
17822 New backward-compatibility aliases for renamed faces.
17823 (show-paren-function): Use renamed show-paren faces.
17825 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17826 (ruler-mode-margins, ruler-mode-fringes)
17827 (ruler-mode-column-number, ruler-mode-fill-column)
17828 (ruler-mode-comment-column, ruler-mode-goal-column)
17829 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17830 suffix from face names.
17831 (ruler-mode-default-face, ruler-mode-pad-face)
17832 (ruler-mode-margins-face, ruler-mode-fringes-face)
17833 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17834 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17835 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17836 New backward-compatibility aliases for renamed faces.
17837 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17838 (ruler-mode-column-number, ruler-mode-fill-column)
17839 (ruler-mode-comment-column, ruler-mode-goal-column)
17840 (ruler-mode-tab-stop, ruler-mode-current-column)
17841 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17844 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17846 (whitespace-highlight-the-space): Use renamed face.
17847 (whitespace-highlight-face): New backward-compatibility alias for
17850 * woman.el (woman-italic, woman-bold, woman-unknown)
17851 (woman-addition, woman-symbol-face):
17852 Remove "-face" suffix from face names.
17853 (woman-italic-face, woman-bold-face, woman-unknown-face)
17854 (woman-addition-face):
17855 New backward-compatibility aliases for renamed faces.
17856 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17857 (woman-decode-region, woman-replace-match)
17858 (woman-display-extended-fonts, woman-special-characters)
17859 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17860 Use renamed woman faces.
17862 * longlines.el (longlines-visible-face): Face removed.
17864 * diff-mode.el (diff-header, diff-file-header, diff-index)
17865 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17866 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17867 suffix from face names.
17868 (diff-header-face, diff-file-header-face, diff-index-face)
17869 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17870 (diff-changed-face, diff-function-face, diff-context-face)
17871 (diff-nonexistent-face): New backward-compatibility aliases for
17873 (diff-header-face, diff-file-header-face)
17874 (diff-index, diff-index-face, diff-hunk-header)
17875 (diff-hunk-header-face, diff-removed, diff-removed-face)
17876 (diff-added, diff-added-face, diff-changed-face, diff-function)
17877 (diff-function-face, diff-context-face, diff-nonexistent)
17878 (diff-nonexistent-face): Use renamed diff-mode faces.
17880 * progmodes/compile.el (compilation-warning-face)
17881 (compilation-info-face): Remove "-face" suffix from face names.
17882 (compilation-warning-face, compilation-info-face):
17883 New backward-compatibility aliases for renamed faces.
17884 (compilation-warning-face, compilation-info-face):
17885 Use renamed compilation faces.
17887 * add-log.el (change-log-date, change-log-name)
17888 (change-log-email, change-log-file, change-log-list)
17889 (change-log-conditionals, change-log-function)
17890 (change-log-acknowledgement): Remove "-face" suffix from face names.
17891 (change-log-date-face, change-log-name-face)
17892 (change-log-email-face, change-log-file-face)
17893 (change-log-list-face, change-log-conditionals-face)
17894 (change-log-function-face, change-log-acknowledgement-face):
17895 New backward-compatibility aliases for renamed faces.
17896 (change-log-font-lock-keywords): Use renamed change-log faces.
17898 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17899 (custom-set, custom-changed, custom-saved, custom-button)
17900 (custom-button-pressed, custom-documentation, custom-state)
17901 (custom-comment, custom-comment-tag, custom-variable-tag)
17902 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17903 (custom-group-tag): Remove "-face" suffix from face names.
17904 (custom-magic-alist, custom-magic-value-create)
17905 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17906 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17907 (custom-set-face, custom-changed-face, custom-saved-face)
17908 (custom-button-face, custom-button-pressed-face)
17909 (custom-documentation-face, custom-state-face)
17910 (custom-comment-face, custom-comment-tag-face)
17911 (custom-variable-tag-face, custom-variable-button-face)
17912 (custom-face-tag-face, custom-group-tag-face-1)
17913 (custom-group-tag-face):
17914 New backward-compatibility aliases for renamed faces.
17916 * wid-edit.el (widget-documentation, widget-button)
17917 (widget-field, widget-single-line-field, widget-inactive)
17918 (widget-button-pressed): "-face" suffix removed from face names.
17919 (widget-documentation-face, widget-button-face)
17920 (widget-field-face, widget-single-line-field-face)
17921 (widget-inactive-face, widget-button-pressed-face):
17922 New backward-compatibility aliases for renamed faces.
17923 (widget-documentation-face, widget-button-face)
17924 (widget-button-pressed-face, widget-specify-field)
17925 (widget-specify-inactive): Use renamed widget faces.
17927 2005-06-10 Kenichi Handa <handa@m17n.org>
17929 * term/x-win.el (x-clipboard-yank): Remove condition-case
17932 2005-06-11 Kenichi Handa <handa@m17n.org>
17934 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17935 date lines stricter.
17937 2005-06-10 Zhang Wei <id.brep@gmail.com>
17939 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17940 of x-get-selection.
17942 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17944 * comint.el (comint-mode, comint-snapshot-last-prompt):
17945 * frame.el (frame-current-scroll-bars):
17946 * term.el (term-mode, term-check-proc, term-input-sender)
17947 (term-simple-send, term-extract-string, term-word)
17948 (term-match-partial-filename):
17949 * window.el (window-current-scroll-bars):
17950 * emulation/cua-base.el (cua-normal-cursor-color)
17951 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17952 (cua-global-mark-cursor-color):
17953 * mail/undigest.el (rmail-forward-separator-regex):
17954 Fix typos in docstrings.
17956 * comint.el (comint-check-proc, make-comint-in-buffer)
17957 (comint-source-default): Doc fixes.
17959 * term.el (term-send-string): Improve argument/docstring consistency.
17961 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17963 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17964 call to `delete-region'.
17965 (comint-mode-hook): Do not enable Font Lock by default.
17967 2005-06-09 Lute Kamstra <lute@gnu.org>
17969 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17972 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17974 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17976 (debugger-step-through, debugger-continue, debugger-jump)
17977 (debugger-return-value): Set it when needed.
17978 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17979 Use inhibit-read-only.
17981 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17983 * window.el (shrink-window-if-larger-than-buffer)
17984 (window-size-fixed): Fix typo in docstring.
17986 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17987 thumbnails directory on loading.
17988 (thumbs-conversion-program): Use `eq' to check the system type,
17990 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17991 not "/tmp". Fix docstring.
17992 (thumbs-thumbsdir): New function to return the thumbnails
17993 directory, creating it if needed.
17994 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17995 (thumbs-temp-file): Delete variable and make it into a function.
17996 (thumbs-resize-image, thumbs-modify-image): Use it.
17997 (thumbs-kill-buffer): Simplify.
17998 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17999 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18002 2005-06-09 Kim F. Storm <storm@cua.dk>
18004 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18005 set-match-data to free markers in match-data.
18007 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18008 match-data to unchain markers in match-data.
18010 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18012 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18013 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18016 2005-06-08 Richard M. Stallman <rms@gnu.org>
18018 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18019 give the variable a doc string that doesn't say don't set it directly.
18021 * textmodes/ispell.el (ispell-check-version):
18022 Use match-string-no-properties.
18023 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18024 (ispell-buffer-local-words): Likewise.
18026 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18027 except on terminals with enough colors to really display it.
18028 (makefile-dependency-regex): Delete spurious `bb'.
18030 * faces.el (escape-glyph): Use blue once again in last case.
18031 (no-break-space): Redefine so that it isn't invisible on a tty.
18033 2005-06-08 Kim F. Storm <storm@cua.dk>
18035 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18036 also when reading directory name.
18038 2005-06-08 Lute Kamstra <lute@gnu.org>
18040 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18041 (flyspell-mode-line-string): Remove autoload cookie.
18042 (flyspell-mode): Remove defvar.
18044 2005-06-07 Lute Kamstra <lute@gnu.org>
18046 * textmodes/org.el (org-run-mode-hooks): New function.
18047 (org-agenda-mode): Use it.
18049 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18051 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18053 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18055 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18057 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18059 * font-lock.el (font-lock-add-keywords): Doc fix.
18061 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18063 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18064 (tex-compile-default): In the absence of any history, use the order in
18065 tex-compile-alist to choose the preferred command.
18066 (tex-compile-commands): Reorder a bit.
18068 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18069 (flyspell-incorrect-face, flyspell-duplicate-face):
18070 Use (X)Emacs-agnostic code.
18071 (flyspell-mode-map): Don't overwrite at each load. Remove code
18072 redundant with the subsequent add-minor-mode. Merge Emacs and
18074 (flyspell-word): Minor simplification.
18075 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18076 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18077 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18078 Merge the corresponding Emacs code.
18079 (flyspell-correct-word, flyspell-xemacs-popup):
18080 Use flyspell-do-correct.
18082 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18083 a dedicated window.
18085 * international/latexenc.el (latexenc-find-file-coding-system):
18086 Undo part of last patch, to turn off a compiler warning.
18088 2005-06-06 Juri Linkov <juri@jurta.org>
18090 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18091 Rename `tmm-inactive-face' to `tmm-inactive'.
18093 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18095 * iswitchb.el: Rename faces.
18097 2005-06-06 Kim F. Storm <storm@cua.dk>
18099 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18100 (cua-global-mark): Remove -face suffix from face names.
18102 * emulation/cua-gmrk.el (cua--init-global-mark):
18103 Remove cua-global-mark face setup.
18105 2005-06-06 Richard M. Stallman <rms@gnu.org>
18107 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18108 just like other allowed characters.
18109 (makefile-match-dependency): Exclude leading and training whitespace
18110 from the range of regexp subexp 1.
18111 (makefile-macroassign-regex): Don't try to match the body,
18112 just the name of the macro being defined.
18114 * info.el (Info-read-node-name-2): New function.
18115 (Info-read-node-name-1): Use that.
18116 Add a completion-base-size-function property.
18118 * simple.el (completion-setup-function): Look for
18119 completion-base-size-function property of minibuffer-completion-table.
18121 * files.el (locate-file-completion): Doc fix.
18123 * printing.el: Don't call pr-update-menus; user must do that.
18125 * emacs-lisp/debug.el (debugger-window): New variable.
18126 (debug): Use debugger-window if it is set and still alive.
18127 Record debugger-window for next entry.
18129 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18131 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
18133 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18134 (hack-one-local-variable, hack-local-variables)
18135 (hack-local-variables-prop-line): Pass that arg.
18137 2005-06-06 Kim F. Storm <storm@cua.dk>
18139 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18140 (ido-indicator): Remove -face suffix from face names.
18142 2005-06-06 Juri Linkov <juri@jurta.org>
18144 * font-lock.el (font-lock-regexp-backslash)
18145 (font-lock-regexp-backslash-construct): New faces.
18146 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18147 after `('. Add `while-no-input' to control structures.
18149 * faces.el (no-break-space, shadow): New faces.
18150 (escape-glyph): Use less loud colors pink2 and red4.
18152 * diff-mode.el (diff-context-face)
18153 * dired.el (dired-ignored)
18154 * rfn-eshadow.el (file-name-shadow)
18155 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18157 * info.el (Info-title-1-face): Use green instead of yellow because
18158 bold yellow is not readable on light backgrounds.
18160 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18161 before selecting the desired mode to not spend time fontifying
18164 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18166 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18167 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18169 * ps-print.el (ps-default-fg, ps-default-bg):
18170 Fix typos in docstrings.
18172 * isearchb.el (isearchb): Don't pass a spurious second argument to
18173 `iswitchb-completions'.
18175 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18177 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18179 (gdb-find-file-hook): Add doc string.
18181 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18182 C dereferenced pointer expression.
18183 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18185 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18187 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18188 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18189 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18190 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18191 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18192 Make background transparent.
18194 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18196 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18197 (font-lock-remove-keywords): Doc fix.
18198 (font-lock-mode-major-mode): Compiler defvar.
18199 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18201 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18202 (font-lock-mode): Update `font-lock-mode-major-mode'.
18203 (font-lock-set-defaults): Compiler defvar.
18204 (font-lock-default-function): Take `font-lock-mode-major-mode'
18207 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18208 keep track of which major mode it enabled the minor mode for.
18209 Use find-file-hook again. Update docstring.
18211 * simple.el (eval-expression-print-level)
18212 (eval-expression-print-length, eval-expression-debug-on-error):
18215 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18217 * iswitchb.el (iswitchb-single-match-face)
18218 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18219 (iswitchb-invalid-regexp-face): New faces.
18220 (iswitchb-completions): Use them.
18221 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18222 now marked as an obsolete alias.
18223 (iswitchb-read-buffer): Remove check for bound font variables.
18224 (iswitchb-invalid-regexp): New free variable.
18225 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18226 set iswitchb-invalid-regexp.
18227 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18229 (iswitchb-completions): Add check for complete match when entering
18231 (iswitchb-completions): Remove require-match argument.
18232 (iswitchb-exhibit): Fix caller.
18233 (iswitchb-common-match-inserted): New variable.
18234 (iswitchb-complete, iswitchb-completion-help): Use it.
18236 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18238 * url-http.el (url-http-chunked-encoding-after-change-function):
18239 Use `url-http-debug' instead of `message'.
18241 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18243 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18246 2005-06-04 Kim F. Storm <storm@cua.dk>
18248 * simple.el (line-move): Only call sit-for when moving backwards.
18250 * ido.el (ido-make-merged-file-list-1): New defun split from
18251 ido-make-merged-file-list.
18252 (ido-make-merged-file-list): Bind throw-on-input around call to
18253 ido-make-merged-file-list-1. Return input-pending-p if
18254 interrupted by more input available.
18255 (ido-read-internal): Handle input-pending-p return value from
18256 ido-make-merged-file-list.
18258 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18260 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18261 compatibility code.
18263 * international/latexenc.el (latexenc-find-file-coding-system):
18264 Don't inherit the EOL part of the coding-system from the
18265 tex-main buffer. Fit within 80 columns.
18267 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18269 * tmm.el (tmm-inactive-face): New face.
18270 (tmm-remove-inactive-mouse-face): New function.
18271 (tmm-prompt, tmm-add-one-shortcut)
18272 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18273 but not selectable.
18275 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18277 * faces.el (face-equal): Improve argument/docstring consistency.
18279 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18281 * progmodes/make-mode.el (makefile-targets-face)
18282 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18283 (makefile-bsdmake-dependency-regex)
18284 (makefile-makepp-rule-action-regex)
18285 (makefile-bsdmake-rule-action-regex): New constants.
18286 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18288 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18289 Allow (...) within `...' for makepp messages.
18291 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18293 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18295 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18296 "." files are deleted from all file lists before comparison.
18298 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18299 (viper-ESC-key): Made them customizable.
18301 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18303 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18305 * autorevert.el (auto-revert-buffers): Use save-match-data.
18307 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18309 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18310 menu items with a nil command binding.
18312 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18314 * emacs-lisp/cl-macs.el (defsetf):
18315 Improve argument/docstring consistency.
18317 * faces.el (list-faces-display): Improve the formatting by
18318 computing the maximum length required for any face-name (reworked
18319 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18320 (internal-find-face): Remove redundant info in docstring.
18322 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18324 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18325 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18326 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18327 (gdb-assembler-custom): Improve regexps.
18328 (def-gdb-auto-update-handler): Use window point to preserve point.
18330 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18332 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18334 2005-05-31 Jay Belanger <belanger@truman.edu>
18336 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18338 (calc-embedded-make-info): Have plain prefix argument select
18341 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18343 * faces.el (list-faces-display): Signal error if passed a regexp
18344 that matches no face name.
18346 * simple.el (filter-buffer-substring): Fix typo in docstring.
18348 2005-05-31 Richard M. Stallman <rms@gnu.org>
18350 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18351 (vhdl-emacs-21): Doc fix.
18352 (vhdl-mode): Unconditionally set comment-padding.
18353 (vhdl-fixup-whitespace-region): Insert spaces only where
18355 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18357 2005-05-30 John Wiegley <johnw@newartisans.com>
18359 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18360 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18361 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18362 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18363 `string-to-number'.
18365 2005-05-30 Jay Belanger <belanger@truman.edu>
18367 * calc/calc.el (calc-bug-address): Fix docstring.
18368 (calc-window-hook, calc-trail-window-hook): New variables.
18369 (calc-trail-display): Restore use of calc-trail-window-hook.
18370 (calc): Restore use of calc-window-hook.
18372 2005-05-31 Masatake YAMATO <jet@gyve.org>
18374 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18376 * help-fns.el (help-C-file-name): Add autoload mark for
18377 `find-function-noselect'.
18379 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18381 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18382 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18384 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18386 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18387 included diary buffer if it was not already being visited.
18388 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18390 * calendar/icalendar.el (top-level): Do not require appt.
18392 * mail/supercite.el (sc-select-attribution): Only use a list
18393 element from sc-attrib-selection-list if it returns a string.
18394 Reported by Davide G. M. Salvetti <salve@debian.org>.
18396 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18398 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18399 includes a hash value to improve its uniqueness, and has a ".jpg"
18400 extension. Also, it is now a valid filename on all systems.
18401 (thumbs-make-thumb): Use `let', not `let*'.
18402 (thumbs-show-thumbs-list): Check for JPEG availability.
18404 2005-05-30 Richard M. Stallman <rms@gnu.org>
18406 * filesets.el (filesets-menu-ensure-use-cached):
18407 Prevent warning when emacs-version>= is undefined.
18409 * printing.el (pr-interactive-n-up): Use string-to-number.
18411 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18413 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18414 Warn only when name to be defined is quoted.
18416 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18418 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18419 Make regexp more robust.
18420 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18421 Force regeneration of disassembly.
18423 2005-05-29 Jay Belanger <belanger@truman.edu>
18425 * calc/calc.el (calc-user-invocation): Check if
18426 calc-invocation-macro is non-nil.
18428 2005-05-29 Juri Linkov <juri@jurta.org>
18430 * add-log.el (change-log-font-lock-keywords):
18431 Add `+' to e-mail regexp to accept mail address with keywords.
18433 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18435 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18437 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18439 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18441 2005-05-29 Richard M. Stallman <rms@gnu.org>
18443 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18444 Undo the change that moves to end of the current word.
18446 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18448 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18449 Throw error when count <= 0 to ensure input is a number.
18450 (gdb-read-memory-custom): Pick up address from buffer.
18451 (gdb-memory-mode): Allow user to increment and decrement
18452 memory address from header line.
18454 2005-05-29 Richard M. Stallman <rms@gnu.org>
18456 * flyspell.el (flyspell-version): Function deleted.
18457 (flyspell-auto-correct-previous-hook): Doc fix.
18459 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18460 Do nothing if memory is full.
18462 * font-lock.el (font-lock-fontify-syntactically-region):
18463 Pass t for GREEDY to looking-back.
18465 * saveplace.el (save-place-alist-to-file): Write the file
18466 using write-region.
18468 * subr.el (looking-back): New argument GREEDY.
18470 * progmodes/compile.el (compilation-start): Set the mode
18471 before inserting the initial text.
18473 * progmodes/which-func.el (which-func-update-1): Turn the mode
18474 off in case of error by setting which-func-mode.
18476 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18478 * flyspell.el (flyspell-auto-correct-previous-word):
18479 Narrow down to what's on the screen, and recenter overlays
18480 at the end of the next word.
18482 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18484 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18485 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18486 (flyspell-abbrev-p): Default to nil.
18487 (flyspell-use-global-abbrev-table-p): Doc fix.
18488 (flyspell-large-region): Allow nil as value.
18489 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18491 (mail-mode-flyspell-verify): More robust handling
18492 of `mail-header-separator'. More efficient signature detection.
18493 Allow for regexp metacharacters in message-header-separator.
18494 Adding `To' not to be checked in mail-mode-flyspell-verify.
18496 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18497 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18498 Bind flyspell-auto-correct-binding.
18500 (flyspell-mode-map): Likewise.
18501 (flyspell-mode): Doc fix.
18502 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18503 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18504 (flyspell-word-cache-result): New var, always local.
18505 (flyspell-check-pre-word-p): Doc fix.
18506 (flyspell-check-changed-word-p): Handle spc like newline.
18507 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18508 (flyspell-word-search-backward, flyspell-word-search-forward):
18510 (flyspell-word): Return t if nothing to check.
18511 When parsing TeX code, check for after } or \.
18512 Use flyspell-word-search-backward to find previous word.
18513 Return nil if duplicated word.
18514 For word already checked, return same value as last time.
18515 Set flyspell-word-cache-result after checking.
18516 Don't clobber the return value.
18517 (flyspell-get-word): Major rewrite.
18518 (flyspell-external-point-words): New locals pword, pcount.
18519 Fix size used in progress message.
18520 Find the proper corresponding word in flyspell-large-region-buffer.
18521 (flyspell-region): Check for flyspell-large-region = nil.
18522 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18523 (flyspell-auto-correct-word): Check that WORD is a cons.
18524 (flyspell-correct-word): Likewise.
18526 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18528 * progmodes/make-mode.el (makefile-rule-action-regex)
18529 (makefile-macroassign-regex, makefile-makepp-mode)
18530 (makefile-bsdmake-mode): Continuation lines may be empty.
18531 Reported by Joshua Varner.
18532 (makefile-makepp-font-lock-keywords): Add $(stem).
18534 2005-05-28 Karl Berry <karl@gnu.org>
18536 * textmodes/tex-mode.el: Now that tex-send-command calls
18537 shell-quote-argument (2005-03-31 change), remove all calls to
18538 shell-quote-argument; they all end up invoking tex-send-command.
18539 The double quoting loses on filenames with non-safe characters,
18540 such as "@". Reported by Frederik Fouvry.
18542 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18544 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18545 about preserving point.
18547 2005-05-27 Jay Belanger <belanger@truman.edu>
18549 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18552 * calc/calc-embed.el (calc-embed-arg): New variable.
18553 (calc-do-embedded-activate, calc-embedded-activate-formula)
18554 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18555 variable by new variable.
18556 (calc-embedded-make-info): Replace undeclared variable by new
18557 variable. When selecting region with positive prefix
18558 argument, use end of previous line instead of beginning of line.
18560 * calc/calc-aent.el (calc-arg-values): Declare it.
18562 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18565 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18567 * calc/calc.el (calc-alg-map): Declare it.
18569 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18571 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18573 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18574 (gdb-registers-buffer, toggle-gdb-all-registers):
18575 Toggle display of floating point registers.
18576 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18578 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18579 (toggle-gud-tooltip-dereference):
18580 Rename from gud-toggle-tooltip-dereference.
18582 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18584 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18586 2005-05-27 Jay Belanger <belanger@truman.edu>
18588 * calc/calc-prog.el (calc-kbd-report): Remove.
18589 (calc-kbd-query): Rewrite.
18591 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18593 * image.el (image-library-alist): Move to image.c.
18594 (image-type-available-p): Doc fix.
18596 2005-05-27 Lute Kamstra <lute@gnu.org>
18598 * calc/calc.el (calc):
18599 * outline.el (outline-1, outline-2, outline-3, outline-4)
18600 (outline-5, outline-6, outline-7, outline-8):
18601 * textmodes/dns-mode.el (dns-mode):
18602 * textmodes/sgml-mode.el (sgml-namespace-face):
18603 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18604 (tex-verbatim-face, tex-use-reftex):
18605 * textmodes/texinfo.el (texinfo-heading-face):
18606 Specify customization group.
18608 * longlines.el: Don't require easy-mmode.
18609 (longlines-visible-face): Specify customization group.
18611 2005-05-27 Kenichi Handa <handa@m17n.org>
18613 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18614 encoding table of windows-1251.
18616 * international/ucs-tables.el (ucs-set-table-for-input):
18617 If translation-table-for-input of a coding system is a symbol, get
18618 its translation-table property.
18620 * international/code-pages.el: Don't register a coding system into
18621 non-iso-charset-alist more than once.
18622 (cp-make-coding-system): Likewise.
18624 2005-05-26 John Wiegley <johnw@newartisans.com>
18626 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18627 `eshell-resume-eval' is wrapped in a list, it indicates that the
18628 command was run asynchronously. In that case, unwrap the value
18629 before checking the delimiter value.
18631 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18632 character before a space at the end of a line is \, assume the space
18633 is part of the last argument rather than a final argument separator.
18635 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18636 is in use, and the target is `t' or `nil' (which are the most common
18637 values), don't assume that the symbol target is a buffer.
18639 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18641 * calendar/calendar.el (calendar-mode-line-format):
18642 Use mode-line-highlight as mouse-face.
18644 * time.el (display-time-string-forms, display-time-update):
18645 Use mode-line-highlight as mouse-face.
18647 2005-05-26 Jay Belanger <belanger@truman.edu>
18649 * calc/calc.el (calc-language-alist): Remove extra defvar.
18651 2005-05-26 Lute Kamstra <lute@gnu.org>
18653 * arc-mode.el (archive-mode):
18654 * bookmark.el (bookmark-read-annotation-mode)
18655 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18657 * calc/calc-yank.el (calc-edit-mode):
18658 * calc/calc.el (calc-mode, calc-trail-mode):
18659 * calculator.el (calculator-mode):
18660 * chistory.el (command-history-mode):
18662 * cus-edit.el (custom-mode):
18663 * descr-text.el (describe-text-mode):
18664 * ebuff-menu.el (Electric-buffer-menu-mode):
18665 * ediff-util.el (ediff-mode):
18666 * emacs-lisp/re-builder.el (reb-mode):
18667 * emulation/vi.el (vi-mode-setup):
18668 * emulation/ws-mode.el (wordstar-mode):
18669 * eshell/esh-mode.el (eshell-mode):
18670 * forms.el (forms-mode):
18671 * help-mode.el (help-mode):
18672 * hexl.el (hexl-mode):
18673 * ibuffer.el (ibuffer-mode):
18674 * ielm.el (inferior-emacs-lisp-mode):
18675 * info.el (Info-mode, Info-edit-mode):
18676 * international/swedish.el:
18677 * ledit.el (ledit-from-lisp-mode):
18678 * locate.el (locate-mode):
18679 * mail/rmail.el (rmail-mode):
18680 * mail/rmailedit.el (rmail-edit-mode):
18681 * mail/rmailsum.el (rmail-summary-mode):
18682 * mail/supercite.el (sc-electric-mode):
18683 * net/eudc.el (eudc-mode):
18684 * net/quickurl.el (quickurl-list-mode):
18685 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18686 * obsolete/ooutline.el (outline-mode):
18687 * obsolete/options.el (Edit-options-mode):
18688 * obsolete/rnews.el (news-mode):
18689 * obsolete/rnewspost.el (news-reply-mode):
18690 * play/5x5.el (5x5-mode):
18691 * play/decipher.el (decipher-mode, decipher-stats-mode):
18692 * play/gomoku.el (gomoku-mode):
18693 * play/snake.el (snake-mode):
18694 * play/solitaire.el (solitaire-mode):
18695 * play/tetris.el (tetris-mode):
18696 * progmodes/ada-mode.el (ada-mode):
18697 * progmodes/antlr-mode.el (antlr-mode):
18698 * progmodes/autoconf.el (autoconf-mode):
18699 * progmodes/dcl-mode.el (dcl-mode):
18700 * progmodes/delphi.el (delphi-mode):
18701 * progmodes/ebrowse.el (ebrowse-tree-mode)
18702 (ebrowse-electric-list-mode, ebrowse-member-mode)
18703 (ebrowse-electric-position-mode):
18704 * progmodes/f90.el (f90-mode):
18705 * progmodes/fortran.el (fortran-mode):
18706 * progmodes/icon.el (icon-mode):
18707 * progmodes/idlw-help.el (idlwave-help-mode):
18708 * progmodes/idlw-shell.el (idlwave-shell-mode):
18709 * progmodes/idlwave.el (idlwave-mode):
18710 * progmodes/inf-lisp.el (inferior-lisp-mode):
18711 * progmodes/m4-mode.el (m4-mode):
18712 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18713 * progmodes/modula2.el (modula-2-mode):
18714 * progmodes/octave-inf.el (inferior-octave-mode):
18715 * progmodes/octave-mod.el (octave-mode):
18716 * progmodes/pascal.el (pascal-mode):
18717 * progmodes/sh-script.el (sh-mode):
18718 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18719 * progmodes/vhdl-mode.el (vhdl-mode):
18720 * progmodes/xscheme.el (scheme-interaction-mode):
18721 * replace.el (occur-mode):
18722 * ses.el (ses-mode):
18723 * simple.el (completion-list-mode):
18725 * speedbar.el (speedbar-mode):
18726 * term.el (term-mode):
18727 * terminal.el (terminal-edit-mode):
18728 * textmodes/reftex-index.el (reftex-index-mode)
18729 (reftex-index-phrases-mode):
18730 * textmodes/reftex-sel.el (reftex-select-label-mode)
18731 (reftex-select-bib-mode):
18732 * textmodes/reftex-toc.el (reftex-toc-mode):
18733 * wdired.el (wdired-change-to-wdired-mode):
18734 * wid-browse.el (widget-browse-mode):
18735 Use run-mode-hooks.
18737 * array.el (array-mode):
18738 * calendar/todo-mode.el (todo-mode):
18739 * man.el (Man-mode):
18740 * play/landmark.el (lm-mode):
18741 * play/mpuz.el (mpuz-mode):
18742 Use kill-all-local-variables and run-mode-hooks.
18744 * subr.el (delay-mode-hooks): Specify indentation.
18746 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18748 * xml.el (xml-substitute-special): Don't die for undefined xml
18751 2005-05-26 Jay Belanger <belanger@truman.edu>
18753 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18756 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18758 * progmodes/gdb-ui.el (gdb-frame-address):
18759 Rename from gdb-current-address.
18760 (gdb-previous-frame-address): Rename from gdb-previous-address.
18761 (gdb-selected-frame): Rename from gdb-current-frame.
18762 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18763 (gdb-frame-number): Rename from gdb-current-stack-level.
18764 (gdb-ann3): Match new mode-name for disassembly buffer.
18765 Extend initialization of variables.
18766 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18767 (gdb-memory-mode): Use mouse-face in header line.
18768 (gdb-assembler-buffer-name): Call it disassembly and give frame
18770 (gdb-source-spec-regexp, gdb-assembler-custom)
18771 (gdb-invalidate-assembler, gdb-frame-handler):
18772 Make robust to leading zeroes in address format.
18774 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18776 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18778 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18780 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18782 * log-edit.el (log-edit-changelog-entries): Distinguish between
18783 filenames like xfns.c and fns.c.
18785 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18787 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18788 point after reverting.
18789 (Buffer-menu-make-sort-button): Handle the case where
18790 `Buffer-menu-use-header-line' is nil.
18792 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18794 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18795 New funcs. In minibuffer-local-completion-map bind `]', `/'
18798 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18800 * startup.el (normal-top-level): Allow modification of load-path while
18801 we're iterating over it.
18803 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18805 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18806 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18807 (thumbs-resize-interactive, thumbs-insert-image)
18808 (thumbs-insert-thumb, thumbs-dired-show-marked)
18809 (thumbs-find-image-at-point, thumbs-delete-images)
18810 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18811 (thumbs-increment-image-size, thumbs-decrement-image-size):
18812 Fix typos in docstrings.
18814 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18816 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18817 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18818 (cperl-mode): Use them.
18820 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18822 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18825 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18827 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18828 Bind C-d to gdb-inferior-io-eof.
18830 * dired.el (dired-dnd-popup-notice): Use message-box.
18832 2005-05-23 Masatake YAMATO <jet@gyve.org>
18834 * bindings.el (mode-line-major-mode-keymap):
18835 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18837 * faces.el (mode-line-highlight): New face.
18839 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18842 * bindings.el (top-level, help-echo, mode-line-modified)
18843 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18846 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18848 * progmodes/cc-engine.el (c-guess-basic-syntax):
18849 Remove spurious call to `zerop'.
18851 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18853 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18855 CC Mode update to 5.30.10:
18857 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18858 could go past the limit in decoration level 2, thereby causing
18859 errors during interactive fontification.
18861 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18862 the file is evaluated interactively.
18864 * cc-engine.el (c-guess-basic-syntax): Handle operator
18865 declarations somewhat better in C++.
18867 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18868 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18869 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18870 (awk-mode): Use it.
18871 (make-local-hook): Suppress warning about obsoleteness.
18873 * cc-engine.el, cc-align.el, cc-cmds.el
18874 (c-append-backslashes-forward, c-delete-backslashes-forward)
18875 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18876 Compensate for return value from `forward-line' when it has moved
18877 but not to a different line due to eob.
18879 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18880 `objc-method-intro' and `objc-method-args-cont'.
18882 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18884 CC Mode update to 5.30.10:
18886 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18887 in the copyright statement. Incidentally, change "along with GNU
18888 Emacs" to "along with this program" where it occurs.
18890 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18891 so that it is interactive, hence can be found by M-x awk-mode
18892 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18893 <gmorris+emacs@ast.cam.ac.uk>.
18895 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18898 2005-05-23 Kevin Ryde <user42@zip.com.au>
18900 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18901 c-parse-state, to avoid a lisp error (on bad code).
18903 2005-05-23 Lute Kamstra <lute@gnu.org>
18905 * subr.el (font-lock-defaults): Remove defvar as it's already
18906 defined in font-core.el.
18908 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18910 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18912 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18913 more general and work when GDB variable "print pretty" is on,
18914 as with Emacs, for example.
18916 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18918 * font-core.el: Update comment.
18920 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18921 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18923 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18925 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18927 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18928 and `yank-handler' in the doc strings.
18930 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18932 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18934 2005-05-22 Richard M. Stallman <rms@gnu.org>
18936 * help.el (describe-key): Move print-help-return-message call
18937 out of conditional.
18939 * progmodes/etags.el (list-tags): Use with-no-warnings.
18941 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18942 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18943 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18945 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18947 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18950 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18951 Use defvar, not defconst.
18953 * hexl.el (hexl-follow-line): Use with-no-warnings.
18955 * emulation/tpu-extras.el: Use write-file-functions instead of
18958 * dired.el (dired-font-lock-keywords): Fontify files with junk
18959 extensions even if marked by -F.
18961 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18963 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18964 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18965 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18966 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18967 (concatenate, list-length, get*, getf, cl-remprop):
18968 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18969 (etypecase, progv, lexical-let, lexical-let*)
18970 (multiple-value-bind, multiple-value-setq, shiftf):
18971 Improve argument/docstring consistency.
18973 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18975 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18977 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18980 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18981 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18983 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18985 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18986 already deleted variables: auto-fill-hook, blink-paren-hook,
18987 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18988 suspend-hooks, comment-indent-hook, meta-flag,
18989 before-change-function, after-change-function,
18990 font-lock-doc-string-face.
18992 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18994 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18996 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18998 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18999 rmail-dont-reply-to.
19001 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19003 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19004 literal blank when splitting new-header-values.
19006 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19008 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19009 string so that tmm doesn't create a completion entry for it.
19011 * textmodes/table.el (table-disable-menu): Ditto.
19013 2005-05-21 Richard M. Stallman <rms@gnu.org>
19015 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19017 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19019 * net/rcompile.el (remote-compile): Use compilation-start.
19021 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19023 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19025 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19026 Default to makefile-bsdmake-mode on BSD systems.
19028 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19029 REGEXP may also be a search function now. The part of doc-string
19030 for describing the structure was 95% identical to that of
19031 `imenu--generic-function'. Unify it there.
19033 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19034 Use function to find dependencies, because regexp alone is so complex,
19035 it easily goes into an endless loop.
19036 (makefile-makepp-mode): Also add submenu for Perl functions
19037 defined in the makefile.
19038 (makefile-bsdmake-mode): Special imenu-generic-expression no
19039 longer needed, due to function call.
19040 (makefile-match-dependency): Take BOUND into account when checking
19043 2005-05-20 Jay Belanger <belanger@truman.edu>
19045 * calc/calc-units.el (calc-invalidate-units-table):
19046 Use inhibit-read-only.
19047 (math-build-units-table-buffer): Use view-mode.
19049 2005-05-20 David Kastrup <dak@gnu.org>
19051 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19052 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19054 2005-05-20 Lute Kamstra <lute@gnu.org>
19056 * diff-mode.el (diff-header-face, diff-file-header-face)
19057 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19058 (diff-added-face, diff-changed-face, diff-function-face)
19059 (diff-context-face, diff-nonexistent-face): Put them in the
19060 diff-mode customization group.
19062 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19064 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19066 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19068 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19069 Minor regexp-optimization.
19071 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19073 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19074 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19075 (org-agenda-add-time-grid-maybe): New function.
19076 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19077 (org-table-create): `dotimes' instead of `mapcar'.
19078 (org-xor): Simplify implementation.
19079 (org-agenda): `inhibit-redisplay' turned on.
19080 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19081 a consistent line after a state change.
19082 (org-agenda-remove-times-when-in-prefix): New option.
19083 (org-prefix-has-time): New variable.
19084 (org-parse-time-string): Optional argument NODEFAULT.
19085 (org-format-agenda-item): Parse items for time-of-day
19086 specifications and move these into the prefix if possible.
19087 (org-agenda-priority): Get current heading, not previous heading
19088 during agenda remote editing.
19090 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19092 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19093 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19094 (remove-duplicates, delete-duplicates, substitute)
19095 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19096 (nsubstitute-if-not, find, find-if, find-if-not, position)
19097 (position-if, position-if-not, count, count-if, count-if-not)
19098 (mismatch, search, sort*, stable-sort, merge, member*)
19099 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19100 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19101 (intersection, nintersection, set-difference, nset-difference)
19102 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19103 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19104 (nsublis, tree-equal): Improve argument/docstring consistency.
19106 * subr.el (send-string, send-region): Remove obsolescence declaration.
19107 (window-dot, set-window-dot, read-input, show-buffer)
19108 (eval-current-buffer, string-to-int):
19109 Add release number to obsolescence declarations.
19111 2005-05-19 Kim F. Storm <storm@cua.dk>
19113 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19114 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19116 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19118 * faces.el (list-faces-display): Make back button respect optional
19121 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19123 * calculator.el (calculator-radix-grouping-mode)
19124 (calculator-radix-grouping-digits, calculator-displayer)
19125 (calculator-radix-grouping-separator, calculator-copy-displayer):
19126 * dabbrev.el (dabbrev-search-these-buffers-only):
19127 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19128 (diff-advance-after-apply-hunk, diff-mode-hook)
19129 (diff-minor-mode-prefix):
19130 * imenu.el (imenu-use-popup-menu):
19131 * jit-lock.el (jit-lock-context-time):
19132 * newcomment.el (comment-fill-column, comment-column)
19133 (comment-style, comment-padding, comment-multi-line)
19134 (comment-empty-lines, comment-auto-fill-only-comments):
19135 * reveal.el (reveal-around-mark):
19136 * uniquify.el (uniquify-buffer-name-style)
19137 (uniquify-after-kill-buffer-p)
19138 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19139 (uniquify-min-dir-content, uniquify-separator)
19140 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19141 * w32-vars.el (w32-fixed-font-alist):
19142 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19143 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19144 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19145 * progmodes/perl-mode.el (perl-indent-level)
19146 (perl-continued-statement-offset, perl-continued-brace-offset)
19147 (perl-brace-offset, perl-brace-imaginary-offset)
19148 (perl-label-offset, perl-indent-continued-arguments)
19149 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19150 * progmodes/tcl.el (tcl-indent-level)
19151 (tcl-continued-indent-level, tcl-auto-newline)
19152 (tcl-tab-always-indent, tcl-electric-hash-style)
19153 (tcl-help-directory-list, tcl-use-smart-word-finder)
19154 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19155 (inferior-tcl-source-command):
19156 * textmodes/fill.el (enable-kinsoku):
19157 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19158 * textmodes/table.el (table-yank-handler):
19159 Specify missing group (and type, if simple) in defcustom.
19161 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19163 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19165 2005-05-19 Richard M. Stallman <rms@gnu.org>
19167 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19169 * subr.el (event-basic-type): Don't get an error.
19170 (left-fringe-p): Function deleted.
19172 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19173 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19175 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19178 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19180 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19182 * emacs-lisp/bytecomp.el
19183 (byte-compile-file-form-custom-declare-variable):
19184 Call byte-compile-nogroup-warn if appropriate.
19186 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19187 (compilation-set-window): Don't call left-fringe-p; do it directly.
19189 2005-05-19 Jay Belanger <belanger@truman.edu>
19191 * calc/calc-graph.el (calc-graph-format-data): Make sure
19192 var-PlotRejects is bound before trying to check its value.
19194 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19196 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19197 definition of this variable from reftex-global.el to reftex.el,
19198 because it is needed in the menu.
19200 2005-05-19 Lute Kamstra <lute@gnu.org>
19202 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19203 years are fixed. Don't insert a space after a dash.
19205 2005-05-19 Kim F. Storm <storm@cua.dk>
19207 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19209 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19211 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19212 strings, because (eq ... ?\\) is fairly frequent.
19214 * progmodes/make-mode.el (makefile-add-this-line-targets):
19215 Simplify and integrate into `makefile-pickup-targets'.
19216 (makefile-add-this-line-macro): Simplify and integrate into
19217 `makefile-pickup-macros.
19218 (makefile-pickup-filenames-as-targets): Simplify.
19219 (makefile-previous-dependency, makefile-match-dependency):
19220 Don't stumble over `::'.
19222 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19224 * subr.el (post-command-idle-hook, post-command-idle-delay):
19225 Remove obsoletion of post-command-idle-hook and
19226 post-command-idle-delay.
19228 * faces.el (list-faces-display): Provide button when describe-face
19229 is called to take user back to the list of faces.
19231 * help-fns.el (describe-variable): Remove hyperlinks in a
19232 variable's value as these are quite frequently inappropriate.
19234 * follow.el (follow-submit-feedback, follow-mode):
19235 Remove references to post-command-idle-hook.
19237 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19239 * progmodes/make-mode.el (makefile-previous-dependency)
19240 (makefile-match-dependency): Check for := (and in bsd mode also
19241 !=) to give a better result, even when font-lock is not on.
19243 2005-05-18 Jay Belanger <belanger@truman.edu>
19245 * calc/calc-help.el (calc-s-prefix-help):
19246 Add `calc-copy-special-constant' to help string.
19248 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19250 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19252 2005-05-18 Jay Belanger <belanger@truman.edu>
19254 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19255 in linear factors are in proper order.
19257 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19259 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19260 Support for jurabib.
19262 * textmodes/reftex.el (featurep): Define aliases for overlay
19263 commands, for XEmacs compatibility, and use these aliases in
19264 overlay initializations.
19265 (reftex-highlight): Use `reftex-move-overlay'.
19266 (reftex-unhighlight): Use `reftex-delete-overlay'.
19267 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19268 (reftex-access-search-path): Use `reftex-uniquify' instead of
19271 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19272 `before-string' property modification enables for Emacs as well.
19273 (reftex-select-item): Use `reftex-delete-overlay'.
19274 (reftex-select-mark): Use `reftex-make-overlay' and
19275 `reftex-overlay-put'.
19276 (reftex-select-unmark): Use `reftex-delete-overlay' and
19277 `reftex-overlay-put'.
19279 2005-05-18 Lute Kamstra <lute@gnu.org>
19281 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19283 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19285 * add-log.el (add-change-log-entry):
19286 * array.el (array-make-template, array-reconfigure-rows)
19287 (array-init-max-row, array-init-max-column)
19288 (array-init-columns-per-line, array-init-field-width):
19289 * replace.el (replace-match-maybe-edit, perform-replace):
19290 * textmodes/spell.el (spell-region):
19291 Replace `read-input' by `read-string'.
19293 * forms.el (forms-mode):
19294 * finder.el (finder-compile-keywords):
19295 * shadowfile.el (shadow-read-files):
19296 Replace `eval-current-buffer' by `eval-buffer'.
19298 * terminal.el (te-pass-through):
19299 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19300 (ange-ftp-raw-send-cmd):
19301 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19302 (send-process-next-char, telnet-initial-filter, telnet):
19303 Replace `send-string' by `process-send-string'.
19305 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19306 (prolog-consult-region): Replace `send-string' by
19307 `process-send-string'; replace `send-region' by `process-send-region'.
19309 * progmodes/delphi.el (delphi-log-msg):
19310 Replace `set-window-dot' by `set-window-point'.
19312 * subr.el (window-dot, set-window-dot, read-input, send-string)
19313 (send-region, show-buffer, eval-current-buffer):
19314 Make really obsolete, as the comment says.
19316 2005-05-17 Kim F. Storm <storm@cua.dk>
19318 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19319 (cua--init-keymaps): Bind C-return instead of S-return to set
19322 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19323 instead of S-return to toggle/clear rectangle mark.
19325 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19327 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19328 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19329 Also fontify plain strings assigned to variables, mostly so that a
19330 colon has a face and is thus not taken as a dependency separator.
19331 (makefile-previous-dependency): Inline the new matcher, because it
19332 is too complex to work in both directions.
19333 (makefile-match-dependency): Eliminate `backward' arg (see above).
19334 Completely reimplemented so as to not sometimes go into an endless
19335 loop. It should also be more efficient, because first it only
19336 searches for `:', instead of applying the very complex regexp.
19337 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19338 to be fontified in one piece can be too long for JIT.
19339 Makefiles are never *that* big.
19341 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19343 * dired.el (dired-mode): Simplify.
19345 2005-05-17 Lute Kamstra <lute@gnu.org>
19347 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19348 defcustom for the mode hook variable.
19350 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19351 Emacs Lisp Reference Manual.
19353 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19355 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19357 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19358 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19360 * net/tramp-smb.el (tramp-smb-open-connection):
19361 Pass `tramp-chunksize' as fifth (required) argument.
19363 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19365 * font-lock.el (lisp-font-lock-keywords-1):
19366 Set `font-lock-negation-char-face' for [^...] char group.
19367 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19369 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19370 a var, and refine it to mask one more level of nested vars.
19371 (makefile-rule-action-regex): Turn it into a var, and refine it so
19372 it recognizes backslashed continuation lines as belonging to the
19374 (makefile-macroassign-regex): Refine it so it recognizes
19375 backslashed continuation lines as belonging to the same command.
19376 (makefile-var-use-regex): Don't look at the next char, because it
19377 might be the same one to be skipped by the initial [^$], leading
19378 to an overlooked variable use.
19379 (makefile-make-font-lock-keywords): Remove two parameters, which
19380 are now variables that some of the modes set locally.
19381 Handle dependency and rule action matching through functions, because
19382 regexps alone match too often. Dependency matching now comes
19383 last, so it can check, whether a colon already matched something else.
19384 (makefile-mode): Inform that font-lock improves makefile parsing
19386 (makefile-match-dependency, makefile-match-action): New functions.
19388 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19390 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19392 * align.el (align-regexp):
19393 * ansi-color.el (ansi-color-get-face):
19394 * array.el (array-reconfigure-rows, array-init-max-row)
19395 (array-init-max-column, array-init-columns-per-line)
19396 (array-init-field-width):
19397 * dired-aux.el (dired-trample-file-versions):
19398 * dired-x.el (dired-mark-sexp):
19399 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19400 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19401 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19402 * faces.el (face-read-integer):
19403 * files.el (backup-extract-version, insert-directory):
19404 * hexl.el (hexl-insert-decimal-char):
19405 * server.el (server-process-filter):
19406 * shell.el (shell-extract-num):
19407 * startup.el (command-line-1):
19408 * term.el (term-command-hook):
19409 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19410 (time-stamp-do-number):
19411 * time.el (display-time-update):
19412 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19413 (timezone-fix-time):
19414 * vms-patch.el (vms-suspend-resume-hook):
19415 * calendar/appt.el (appt-convert-time):
19416 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19417 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19418 * calendar/cal-islam.el (mark-islamic-diary-entries):
19419 * calendar/calendar.el (calendar-cursor-to-date)
19420 (calendar-star-date):
19421 * calendar/diary-lib.el (diary-attrtype-convert)
19422 (mark-diary-entries, diary-entry-time):
19423 * calendar/solar.el (solar-get-number):
19424 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19425 * emacs-lisp/re-builder.el (reb-display-subexp):
19426 * emulation/edt.el (edt-set-scroll-margins):
19427 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19428 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19429 (vip-get-ex-count):
19430 * emulation/viper-ex.el (viper-get-ex-token)
19431 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19432 * international/fontset.el (fontset-plain-name):
19433 * mail/feedmail.el (feedmail-look-at-queue-directory):
19434 * mail/mailalias.el (mail-get-names):
19435 * mail/rmail.el (rmail-convert-to-babyl-format):
19436 * mail/rmailsum.el (rmail-make-basic-summary-line)
19437 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19438 (rmail-summary-goto-msg):
19439 * mail/smtpmail.el (smtpmail-read-response):
19440 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19441 (ange-ftp-vms-add-file-entry):
19442 * play/gametree.el (gametree-looking-at-ply)
19443 (gametree-current-branch-score):
19444 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19445 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19446 * progmodes/cperl-mode.el (condition-case):
19447 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19448 (ebrowse-set-member-buffer-column-width)
19449 (ebrowse-select-1st-to-9nth):
19450 * progmodes/etags.el (etags-snarf-tag):
19451 * progmodes/flymake.el (flymake-parse-line):
19452 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19453 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19454 (idlwave-shell-menu-def):
19455 * progmodes/ps-mode.el (ps-run-goto-error):
19456 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19457 (vhdl-speedbar-contract-level):
19458 * term/mac-win.el (x-handle-numeric-switch):
19459 * term/sun-mouse.el (sun-get-frame-data):
19460 * term/w32-win.el (x-handle-numeric-switch):
19461 * term/x-win.el (x-handle-numeric-switch):
19462 * textmodes/ispell.el (ispell-parse-output):
19463 * textmodes/nroff-mode.el (nroff-outline-level):
19464 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19465 (reftex-bib-sort-year-reverse, reftex-format-citation):
19466 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19467 (reftex-section-number):
19468 * textmodes/texinfmt.el (texinfo-paragraphindent):
19469 Replace `string-to-int' by `string-to-number'.
19471 * international/latexenc.el: Add page marker to force the "Local
19472 Variables:" string out of the last page.
19474 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19476 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19477 tooltip-change-major-mode.
19478 (gud-tooltip-print-command): Remove case where gud-minor-mode
19479 is gdb ("--fullname").
19480 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19483 2005-05-16 Jay Belanger <belanger@truman.edu>
19485 * calc/calc-store.el (calc-copy-special-constant): New function.
19487 * calc/calc-ext.el (calc-init-extensions): Add binding for
19488 `calc-copy-special-constant'.
19490 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19491 for the `calc-copy-special-constant' command.
19493 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19495 * subr.el (left-fringe-p): New function.
19497 * progmodes/compile.el (compilation-setup): Set local value of
19498 overlay-arrow-string to "" always.
19499 (compilation-set-window): Left fringe then don't scroll.
19500 No left fringe then no arrow and scroll message to top.
19501 (compilation-context-lines): Adjust doc string accordingly.
19503 2005-05-16 Kim F. Storm <storm@cua.dk>
19505 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19506 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19507 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19508 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19509 (ido-read-file-name): Handle commands with ido property value
19510 equal to find-file as reading a file name, to allow C-d to enter dired.
19511 (ibuffer-find-file): Add ido property with value find-file.
19513 2005-05-15 Kim F. Storm <storm@cua.dk>
19515 * subr.el (open-network-stream-nowait): Remove.
19516 (open-network-stream-server): Remove.
19518 2005-05-15 Richard M. Stallman <rms@gnu.org>
19520 * faces.el (describe-face): Output a definition link button.
19522 * help-mode.el (help-face-def): New button type.
19524 * emacs-lisp/copyright.el (copyright-fix-years):
19525 Match properly if the first year is 2-digit.
19526 Don't mess up the whitespace after the years by filling.
19528 * dired-aux.el (dired-mark-confirm):
19529 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19531 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19532 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19533 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19535 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19536 Set font-lock-comment-start-skip.
19538 * font-lock.el (font-lock-comment-start-skip): New variable.
19539 (font-lock-comment-end-skip): New variable.
19540 (font-lock-fontify-syntactically-region): Use them if non-nil.
19542 2005-05-15 Jay Belanger <belanger@truman.edu>
19544 * calc/calc-store.el (calc-store-value): Return a string rather
19545 than display it as a message.
19546 Use calc-var-name for variable name.
19547 (calc-store-into): Add the result of calc-store-value to message.
19548 (calc-copy-variable): Add a message.
19549 (calc-store-exchange): Improve error messages.
19550 (calc-store-binary, calc-store-map): Don't reset the values of
19553 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19555 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19556 manual to docstring.
19558 * files.el (hack-local-variables-confirm): Add STRING argument.
19559 Make the function handle non file visiting buffers correctly.
19560 (hack-local-variables-prop-line, hack-local-variables)
19561 (hack-one-local-variable): Use STRING arg of
19562 `hack-local-variables-confirm'.
19564 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19566 Sync with Tramp 2.0.49.
19568 * net/tramp.el (tramp-handle-dired-call-process)
19569 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19570 because the contents of the Tramp buffer is changed before
19571 insertion (`expand-file' and alike).
19572 (tramp-handle-insert-directory): If `localname' has an empty
19573 nondirectory name, it must not be quoted.
19574 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19575 variable `tramp-chunksize'. Change callees.
19576 (tramp-open-connection-setup-interactive-shell): Check remote host
19577 for buggy `send-process-string' implementation.
19578 Set `tramp-chunksize' if found. Reported by Michael Kifer
19579 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19580 (tramp-handle-shell-command): `insert-buffer' cannot be used
19581 because the contents of the Tramp buffer is changed before
19582 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
19583 <frederic.bothamy@free.fr>.
19584 (tramp-set-auto-save): Actions should be done for Tramp file name
19585 handler only. Ange-FTP has its own auto-save mechanism.
19586 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19587 (tramp-set-auto-save-file-modes): Set file modes of
19588 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19589 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19590 (tramp-bug): Remove obsolete variable.
19591 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19592 for presence of `mml-mode'. Make it running for older Emacsen as well.
19594 2005-05-14 John Paul Wallington <jpw@pobox.com>
19596 * ibuf-ext.el (define-ibuffer-filter filename):
19597 If `dired-directory' is a list, use its car.
19599 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19601 * ibuffer.el (define-ibuffer-column filename):
19602 If `dired-directory' is a list, use its car.
19604 2005-05-14 Richard M. Stallman <rms@gnu.org>
19606 * subr.el (symbol-file): Doc fix.
19608 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19609 (byte-compile-form): Call byte-compile-nogroup-warn.
19610 (byte-compile-warning-types): Doc fix.
19612 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19614 * progmodes/cc-engine.el (c-literal-faces):
19615 Add font-lock-comment-delimiter-face.
19617 * net/net-utils.el (dig): Use with-no-warnings.
19619 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19620 (sc-recite-frame-alist, sc-default-cite-frame)
19621 (sc-default-uncite-frame, sc-default-recite-frame)
19622 (sc-attrib-selection-list, sc-rewrite-header-list):
19623 Mark as risky-local-variable.
19625 * international/ogonek.el (ogonek-jak, ogonek-how):
19626 Don't use beginning-of-buffer.
19628 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19630 * calendar/solar.el (solar-data-list): Move definition up.
19632 * dnd.el (dnd-protocol-alist): Add autoload.
19634 * progmodes/sh-script.el: Many doc usage fixes.
19635 (sh-indent-after-do): Change default to match common styles.
19637 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19639 * files.el (interpreter-mode-alist)
19640 (auto-mode-interpreter-regexp): Doc fixes.
19642 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19644 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19646 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19648 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19650 * dired.el (dired-mode): make-variable-buffer-local =>
19651 make-local-variable.
19653 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19655 * term/mac-win.el (mac-select-convert-to-string): Try coding
19656 systems in mac-script-code-coding-systems if specified one cannot
19657 encode string for `com.apple.traditional-mac-plain-text'.
19659 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19661 * progmodes/make-mode.el (makefile-targets-face)
19662 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19663 (makefile-dependency-regex): Fix it to not make the colon in
19664 $(var:a=b) special.
19665 (makefile-rule-action-regex): New regexp for highlighting embedded
19667 (makefile-macroassign-regex): Handle != for highlighting as
19668 embedded Shell strings.
19669 (makefile-var-use-regex): New const.
19670 (makefile-statements, makefile-automake-statements)
19671 (makefile-gmake-statements, makefile-makepp-statements)
19672 (makefile-bsdmake-statements): New consts.
19673 (makefile-make-font-lock-keywords): New function.
19674 (makefile-automake-font-lock-keywords)
19675 (makefile-gmake-font-lock-keywords)
19676 (makefile-makepp-font-lock-keywords)
19677 (makefile-bsdmake-font-lock-keywords): New consts.
19678 (makefile-mode-map): Add switchers between the various submodes.
19679 (makefile-mode): Document the availability of the variants.
19680 (makefile-automake-mode, makefile-gmake-mode)
19681 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19683 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19684 new variants of makefile-mode.
19686 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19688 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19691 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19693 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19694 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19696 * files.el (normal-mode): Extend the scope of the
19697 `enable-local-variables' binding to include the `set-auto-mode' call.
19698 (magic-mode-alist): Doc fix.
19700 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19702 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19703 font-lock-comment-face rather than copying its setting.
19705 2005-05-12 Andreas Schwab <schwab@suse.de>
19707 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19709 2005-05-12 Lute Kamstra <lute@gnu.org>
19711 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19712 defcustom for the mode hook variable. Delete the last argument.
19713 * generic-x.el: Fix callers of define-generic-mode.
19714 (generic-x-modes): Delete group.
19715 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19716 generic-x customization group.
19718 2005-05-12 Kim F. Storm <storm@cua.dk>
19720 * font-lock.el (font-lock-negation-char-face): Default to "off".
19722 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19723 font-lock-negation-char-face to ! in !=.
19725 2005-05-12 Masatake YAMATO <jet@gyve.org>
19727 * add-log.el (find-change-log): Fix typos in the docstring
19730 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
19732 * international/latexenc.el (latexenc-find-file-coding-system):
19733 Avoid `re-search-forward' when looking for input encoding because
19734 of speed and safety. Better regular expressions for recognizing
19735 input encoding. Limit a search for TeX-master/tex-main-file to
19736 the local variable section.
19738 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19740 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19741 syntax of $ to "'" (quote).
19743 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19745 * dnd.el (dnd-protocol-alist): Improve custom type.
19747 * dired.el (dired-dnd-protocol-alist): New variable.
19748 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19749 `dired-mode-hook' to the end.
19751 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19753 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19754 comment-end if comment-start-skip is not set.
19755 Obey the font-lock-comment-delimiter-face variables.
19757 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19759 * files.el (executable-find): Move from executable.el. Use
19761 * progmodes/executable.el (executable-find): Move to files.el.
19763 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19764 when trying to ensure forward progress.
19766 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19768 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19769 (mouse-select, mouse-select-internal, mouse-extend-internal):
19770 Use it to implement mouse-1-click-follows-link functionality.
19772 2005-05-11 Richard M. Stallman <rms@gnu.org>
19774 * font-lock.el (font-lock-fontify-syntactically-region):
19775 Use font-lock-comment-delimiter-face for comment delimiters.
19777 2005-05-10 Jay Belanger <belanger@truman.edu>
19779 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19780 preserving embedded modes.
19782 2005-05-10 Richard M. Stallman <rms@gnu.org>
19784 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19786 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19787 Move from ada-stmt.el.
19788 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19790 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19791 Move to ada-mode.el.
19792 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19794 * cus-edit.el (custom-file): Call file-chase-links.
19796 * files.el (read-directory-name): Fix previous change.
19797 (hack-local-variables-confirm): New function.
19798 (hack-local-variables-prop-line, hack-local-variables)
19799 (hack-one-local-variable): Use it.
19801 2005-05-10 Lute Kamstra <lute@gnu.org>
19803 * font-lock.el (font-lock-keywords-alist)
19804 (font-lock-removed-keywords-alist): Clarify docstrings.
19806 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19808 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19809 (gdb-source-info): Check for preprocessor info.
19810 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19811 a macro for a function.
19812 (gdb-info-breakpoints-custom): Try to find file again if not already
19813 found (user might have used GDB dir command).
19814 (gdb-get-location): Update gdb-location-alist correctly for change
19815 to gdb-info-breakpoints-custom.
19817 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19818 (gud-tooltip-print-command): Add gdbmi case.
19819 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19822 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19824 * startup.el (fancy-splash-insert): Fix typo in doc string.
19826 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19828 * obsolete/float.el (string-to-float):
19829 * obsolete/hilit19.el (hilit-add-pattern):
19830 * obsolete/rnews.el (news-parse-range, news-select-message)
19831 (news-get-pruned-list-of-files): Replace `string-to-int' by
19832 `string-to-number'.
19834 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19835 `find-file-not-found-hooks'; use `add-hook'.
19836 (uncompress-while-visiting): Set `write-file-functions', not
19837 `write-file-hooks'; use `add-hook'.
19839 2005-05-09 Kim F. Storm <storm@cua.dk>
19841 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19842 (cua-paste): Handle clipboard action.
19843 (cua--init-keymaps): Remap clipboard-kill-region and
19844 clipboard-kill-ring-save.
19846 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19848 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19849 Improve commentary.
19851 * simple.el (next-error-overlay-arrow-position): Revert the change
19852 made on 2005-04-30.
19854 2005-05-07 Jay Belanger <belanger@truman.edu>
19856 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19857 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19858 `calc-sel-reselect'.
19860 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19861 Calc is in embedded mode.
19863 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19865 * progmodes/compile.el (compilation-setup):
19866 Set overlay-arrow-string to an empty string on text terminals.
19868 * textmodes/ispell.el (ispell-program-name): Try looking for
19869 "aspell" along exec-path, and if found, use it as the default
19872 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19874 * international/mule.el (sgml-xml-auto-coding-function):
19875 Recognize encoding='FOO' in single quotes as well as in double quotes.
19877 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
19879 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19880 as well as `interactive', so that defmacro* would recognize
19883 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19885 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19886 Explain more about the LIGHTER arg's usage in the doc string.
19887 Add commentary to clarify what the code does. Fix the regexp that
19888 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19889 since it could have characters special to regular expressions.
19891 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19893 * replace.el (occur-1): Bind inhibit-read-only so that
19894 erase-buffer doesn't barf on read-only text properties (likewise
19895 for add-text-properties in occur-engine). Mark buffer as unmodified.
19896 (occur-engine): Don't set buffer-read-only here.
19898 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19900 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19901 list-buffers-directory. This caused the *cvs-commit* buffer to be
19902 sometimes mistakenly reused as a *cvs* buffer.
19904 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19906 * tooltip.el: Move code for GUD tooltips into gud.el.
19907 (require): CL no longer needed to compile case.
19908 (tooltip-mode): Do not toggle functions for GUD tooltips.
19909 (tooltip-gud-tips-p): Remove. Replace with minor mode
19910 gud-tooltip-mode in gud.el.
19911 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19912 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19913 tooltip-gud prefix with gud-tooltip and obsolete.
19914 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19915 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19916 (tooltip-mouse-motion): Mouse movement functions/variable.
19917 Rename in gud.el by adding gud prefix.
19918 (tooltip-gud-original-filter, tooltip-gud-dereference)
19919 (tooltip-gud-event, tooltip-toggle-gud-tips)
19920 (tooltip-gud-process-output, tooltip-gud-print-command)
19921 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19922 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19923 (gdb-tooltip-print): Move to gdb-ui.el.
19925 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19926 (require): CL needed to compile case.
19927 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19928 tooltip-gud-tips-p. Make it a minor-mode.
19929 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19930 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19931 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19932 (gud-tooltip-change-major-mode)
19933 (gud-tooltip-activate-mouse-motions-if-enabled)
19934 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19935 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19936 (gud-tooltip-original-filter, gud-tooltip-dereference)
19937 (gud-tooltip-event, tooltip-toggle-gud-tips)
19938 (gud-tooltip-process-output, gud-tooltip-print-command)
19939 (gud-tooltip-tips): Move from tooltip.el.
19941 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19942 (gdb-cpp-define-alist-flags): Doc fix.
19943 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19944 gud-tooltip-mode is t.
19946 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19948 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19949 evaporate if their text is deleted.
19950 (goto-address-at-point): Make it work as a mouse binding as well.
19951 (goto-address-at-mouse): Obsolete it. Update users.
19953 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19955 * calendar/appt.el (top-level): No longer activate on load.
19957 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19959 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19960 * net/webjump.el (webjump):
19961 * progmodes/idlw-help.el (idlwave-do-context-help1)
19962 (idlwave-highlight-linked-completions):
19963 * textmodes/po.el (po-find-file-coding-system-guts):
19964 Replace `assoc-ignore-case' by `assoc-string'.
19966 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19968 * files.el (locate-file): Doc fix.
19970 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19971 Remove the redundant test for ms-dos.
19973 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19974 look for the preprocessor with exec-suffixes. If not found in
19975 standard places, look in exec-path. Remove most of the tests that
19978 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19980 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19982 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19983 file-name clash with jka-compr.el on 8+3 filesystems.
19985 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19987 * term/mac-win.el: Don't define or bind scroll bar functions if
19988 x-toolkit-scroll-bars is t.
19989 (x-select-text, x-get-selection-value): Clear
19990 x-last-selected-text-clipboard if x-select-enable-clipboard is
19992 (PRIMARY): Put mac-scrap-name property.
19993 (mac-select-convert-to-file-url): New function.
19994 (public.file-url): New selection target type. Add to
19995 selection-converter-alist.
19996 (x-get-selection, x-selection-value): Handle it.
19997 (x-cut-buffer-or-selection-value): New alias.
19999 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20001 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20002 entry to avoid calling bibtex-find-entry with arg global
20003 being t. Remove arg key.
20004 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20005 (bibtex-copy-summary-as-kill): Change accordingly.
20007 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20009 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20010 (org-agenda-date-later): Use with-current-buffer.
20012 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20014 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20015 (define-obsolete-variable-alias): Doc Fixes.
20017 2005-05-06 Kim F. Storm <storm@cua.dk>
20019 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20020 vertical-motion when selective-display is active.
20022 * ido.el (ido-setup-hook): New hook.
20023 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20024 (ido-input-stack): New var.
20025 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20026 ido-next-work-file binding to M-O.
20027 Bind M-f to ido-wide-find-file-or-pop-dir.
20028 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20029 (ido-read-internal): Run ido-setup-hook.
20030 Catch quit in read-file-name and read-string to cancel edit.
20031 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20032 Automatically pop-all when completing a directory name (RET).
20033 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20034 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20035 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20036 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20037 New functions for M-b/M-f to move among the directory components.
20038 (ido-make-merged-file-list): Catch quit to cancel merge.
20039 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20040 (ido-completion-help): No warnings for ido-completion-buffer-full.
20042 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20044 * font-lock.el (font-lock-negation-char-face): New face and variable.
20045 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20046 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20047 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20048 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20050 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20052 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20053 Fix typo in docstring.
20055 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20056 (ebrowse-print-statistics-line)
20057 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20059 * term/w32-win.el (image-library-alist): Add additional name for
20062 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20064 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20065 use gcc instead of cpp.
20067 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20068 (gdb-create-define-alist): Use it.
20069 (gdb-cpp-define-alist-program): Update for MS-DOS.
20071 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20073 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20075 2005-05-04 Richard M. Stallman <rms@gnu.org>
20077 * help.el (describe-key): No error when UNTRANSLATED is nil.
20079 * simple.el (line-move-1): Fix previous change to signal errors
20082 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20084 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20085 (icalendar-duration-correction): Remove.
20086 (icalendar--get-event-properties): Split result at commas.
20087 (icalendar--decode-isoduration): New optional argument
20088 DURATION-CORRECTION.
20089 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20090 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20091 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20092 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20093 (icalendar--convert-anniversary-to-ical): New functions, extracted
20094 from icalendar-export-region, with bug fixes.
20095 (icalendar-export-region): Use the above functions.
20096 (icalendar-import-buffer): Check before saving diary file.
20097 (icalendar--convert-recurring-to-diary)
20098 (icalendar--convert-non-recurring-all-day-to-diary)
20099 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20100 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20101 (icalendar--convert-ical-to-diary): Use the above functions.
20103 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20105 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20106 Remove these recent additions.
20107 (c-mode): Restore to before 2005-04-28.
20109 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20112 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20113 (gdb-define-alist): New variables.
20114 (gdb-create-define-alist): New function.
20115 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20116 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20117 with string-to-number.
20118 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20120 * progmodes/gud.el: Replace string-to-int with string-to-number.
20121 (gud-find-file): Handle gdb-define-alist.
20123 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20125 2005-05-02 Jay Belanger <belanger@truman.edu>
20127 * calc/calc-aent.el (math-read-token):
20128 * calc/calc-bin.el (calc-word-size):
20129 * calc/calc-ext.el (calc-read-number-fancy):
20130 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20131 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20132 * calc/calc-frac.el (calc-over-notation):
20133 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20134 (calc-graph-num-points, calc-graph-init):
20135 * calc/calc-prog.el (calc-read-parse-table-part)
20136 (calc-edit-macro-repeats):
20137 * calc/calc-yank.el (calc-do-grab-rectangle):
20138 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20139 Replace `string-to-int' by `string-to-number'.
20141 2005-05-02 Kim F. Storm <storm@cua.dk>
20143 * kmacro.el: Use executing-kbd-macro-index variable.
20145 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20147 * net/rlogin.el (rlogin-parse-words): Delete func.
20148 (rlogin): Use split-string, not rlogin-parse-words.
20149 Also, if there are option-like elements in the parsed args,
20150 take the host to be the first arg immediately following them.
20151 Suggested by Michael Mauger.
20153 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20155 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20157 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20159 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20160 (cc-mode-cpp-program): Rename to cc-define-list-program and
20161 move to cc-vars.el.
20163 * progmodes/cc-vars.el (cc-define-list-program):
20164 Change to "gcc -E -dM -". Make customizable.
20166 2005-05-02 Kim F. Storm <storm@cua.dk>
20168 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20170 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20172 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20174 * international/mule-util.el (truncate-string): Remove alias and
20175 obsolete declaration.
20177 * international/mule-cmds.el (update-iso-coding-systems):
20178 Remove alias and obsolete declaration.
20180 * international/mule.el (coding-system-parent): Remove alias and
20181 obsolete declaration.
20183 * subr.el (define-function, sref): Remove aliases and obsolete
20185 (chars-in-region): Remove obsolete declaration.
20187 2005-05-01 Richard M. Stallman <rms@gnu.org>
20189 * info.el (Info-mode): Set widen-automatically to nil, locally.
20191 * simple.el (widen-automatically): New variable.
20192 (pop-global-mark): Obey widen-automatically.
20194 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20196 * term/xterm.el (function-key-map): Call substitute-key-definition
20197 before the keymap size is increased by a lot of define-key calls.
20199 2005-05-01 Richard M. Stallman <rms@gnu.org>
20201 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20202 Rename ARG to ELEMENT. Doc fix.
20204 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20206 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20207 Remove references to allout-exposure/change to allout-new-exposure.
20209 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20212 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20213 (compiled-function-p, focus-frame, unfocus-frame):
20214 Remove aliases and obsolete declarations.
20215 Back out inadvertent changes from previous commit.
20217 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20219 * files.el (require-final-newline): Make Custom tags consistent
20220 with mode-require-final-newline.
20221 (mode-require-final-newline): Doc fix.
20223 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20225 * international/latexenc.el (latexenc-find-file-coding-system):
20226 Fix regular expressions.
20228 2005-05-01 David Kastrup <dak@gnu.org>
20230 * international/latexenc.el (latexenc-find-file-coding-system):
20231 Fix regular expressions.
20233 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20235 * subr.el (string-to-int): Make obsolete.
20237 2005-04-30 Richard M. Stallman <rms@gnu.org>
20239 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20241 * loadup.el: load jka-comp-hook.
20243 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20244 (jka-compr-handler): Add autoload. `put' calls moved
20245 to jka-comp-hook.el.
20246 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20247 (jka-compr-inhibit): Autoload.
20249 * jka-comp-hook.el: New file.
20250 Enable the mode by default.
20252 * files.el (backup-buffer-copy): Use copy-file instead
20253 of write-region, and put back the 'excl.
20255 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20257 * progmodes/flymake.el (flymake-split-string)
20258 (flymake-split-string, flymake-log, flymake-pid-to-names)
20259 (flymake-reg-names, flymake-get-source-buffer-name)
20260 (flymake-unreg-names, flymake-add-line-err-info)
20261 (flymake-add-err-info): Clarify docstrings.
20262 (flymake-popup-menu, flymake-make-emacs-menu)
20263 (flymake-make-xemacs-menu): Add docstrings.
20264 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20265 Set variables directly throughout.
20267 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20269 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20270 exists. Initialize cc-define-alist.
20271 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20272 If there is no file (Macroexpansion) don't create an alist.
20274 2005-04-29 Sam Steingold <sds@gnu.org>
20276 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20277 (cc-create-define-alist): Use it instead of the hard-coded string.
20279 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20281 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20284 2005-04-29 Lute Kamstra <lute@gnu.org>
20286 * emacs-lisp/generic.el: Improve commentary section.
20287 (define-generic-mode): Improve docstring.
20289 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20291 * textmodes/org.el (many places): Change to quiet the byte compiler.
20292 (org-prefix-format-compiled): New variable.
20293 (org-compile-prefix-format): New function.
20294 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20295 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20296 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20297 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20298 consistency with entries from `org-mode' files.
20299 (org-get-time-of-day): Fix bug with partial matches early in a line.
20300 (org-non-link-chars): New constant.
20301 (org-link-regexp): Respect `org-non-link-chars'.
20302 (org-agenda-day-view): Remove command.
20303 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20304 (org-follow-bbdb-link, org-store-link): Search also company field.
20305 (org-highlight-overlay): New variable.
20306 (org-highlight, org-unhighlight): New functions.
20307 (org-agenda-mode): Add pre-command-hook to remove highlight.
20308 (org-evaluate-time-range): Behavior depends upon whether time stamp
20309 contains a time or not.
20310 (org-show-subtree, org-show-entry): New functions.
20311 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20313 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20315 * comint.el (comint-output-filter-functions): Add autoload cookie.
20317 2005-04-28 Kim F. Storm <storm@cua.dk>
20319 * ido.el (ido-everywhere): Fix last change.
20321 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
20323 * international/latexenc.el: New file.
20324 * international/mule-conf.el (file-coding-system-alist): For .tex,
20325 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20327 2005-04-28 Lute Kamstra <lute@gnu.org>
20329 * font-lock.el (font-lock-add-keywords)
20330 (font-lock-remove-keywords): Clarify docstring.
20331 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20332 Don't start docstrings with a `*'.
20333 (font-lock-update-removed-keyword-alist): Give it a docstring.
20335 * generic-x.el: Update commentary section.
20336 Only require font-lock when compiling.
20337 Define all modes conditionally.
20338 Place all generic modes in the generic-x-modes customization group.
20339 (generic-x-modes): New customization group.
20340 (generic-default-modes, generic-mswindows-modes)
20341 (generic-unix-modes, generic-other-modes): New constants.
20342 (generic-define-mswindows-modes, generic-define-unix-modes):
20343 Update docstrings. Make them obsolete.
20344 (generic-extras-enable-list): New default value. Update docstring.
20345 Improve :type. Change :set function.
20346 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20349 * emacs-lisp/generic.el (generic-mode-internal):
20350 Simplify font-lock-defaults.
20351 (define-generic-mode): Fix docstring.
20353 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20355 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20356 font-lock-face property to highlight matches.
20358 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20360 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20361 (cc-define-alist): New variable.
20362 (c-mode): Make it local and initialize it.
20364 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20365 (gdb-exited): New function.
20366 (gdb-annotation-rules): Use it.
20367 (gdb-starting): Set gdb-active-process to t.
20368 (gdb-stopping): Amend doc string.
20369 (gdb-reset): Set gdb-active-process to nil.
20371 * tooltip.el (tooltip-gud-tips): Show the associated #define
20372 directives when a C program under GDB is not executing.
20374 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20376 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20377 font-lock-fontify-syntactic-keywords.
20379 * font-lock.el (font-lock-default-fontify-region): Don't force
20380 parse-sexp-lookup-properties to nil.
20382 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20384 * man.el (man-mode-syntax-table): Set up `:' to have
20385 word-constituent syntax.
20387 2005-04-27 Lute Kamstra <lute@gnu.org>
20389 * novice.el (disable-command): Don't add spurious newlines to the
20390 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20392 2005-04-26 Jay Belanger <belanger@truman.edu>
20394 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20395 than one window before deleting window.
20397 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20399 * shell.el (shell-prompt-pattern): Doc fix.
20400 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20402 * comint.el (comint-prompt-regexp, comint-get-old-input)
20403 (comint-use-prompt-regexp)
20404 (comint-use-prompt-regexp-instead-of-fields)
20405 (comint-replace-by-expanded-history, comint-send-input)
20406 (comint-output-filter, comint-get-old-input-default)
20407 (comint-line-beginning-position, comint-bol, comint-show-output)
20408 (comint-backward-matching-input, comint-forward-matching-input)
20409 (comint-next-prompt, comint-previous-prompt):
20410 Rename `comint-use-prompt-regexp-instead-of-fields' to
20411 `comint-use-prompt-regexp'. Keep old name as alias and declare
20413 (comint-use-prompt-regexp): Shorten first line of doc string.
20415 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20416 Set paragraph-separate buffer locally to "\\'".
20418 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20419 Adapt to above name change.
20421 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20422 (smbclient-prompt-regexp): Ditto.
20424 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20426 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20428 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20430 Break lines that are over 80 characters wide.
20432 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20434 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20435 New fun and var, to preserve compatibility.
20437 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20439 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20441 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20442 name to file-newer-than-file-p.
20444 2005-04-26 Richard M. Stallman <rms@gnu.org>
20446 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20448 * progmodes/python.el (python-mode):
20449 Use new name eldoc-documentation-function.
20451 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20453 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20454 (eldoc-documentation-function):
20455 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20457 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20459 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20461 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20463 * term/xterm.el (function-key-map): Fix strings for
20464 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20465 {C,S,A,C-S}-{f1-f12}.
20467 2005-04-26 Kenichi Handa <handa@m17n.org>
20469 * international/mule-cmds.el (select-safe-coding-system):
20470 Fix previous change.
20472 2005-04-26 Lute Kamstra <lute@gnu.org>
20474 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20476 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20477 (font-lock-comment-delimiter-face): Ditto.
20479 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20481 2005-04-25 Jay Belanger <belanger@truman.edu>
20483 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20484 to t while inserting information; use help-mode.
20486 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20488 * term.el (ansi-term-color-vector): Use the xterm colors.
20489 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20491 2005-04-25 Lute Kamstra <lute@gnu.org>
20493 * font-core.el (font-lock-defaults): Fix docstring.
20495 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20497 2005-04-25 Kenichi Handa <handa@m17n.org>
20499 * international/mule-cmds.el (select-safe-coding-system):
20500 Don't check consistency with coding: spec, etc if raw-text or
20501 no-conversion was found to be safe.
20503 2005-04-24 Richard M. Stallman <rms@gnu.org>
20505 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20506 citation markers at start of each line.
20508 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20509 citation markers at start of each line.
20511 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20513 * files.el (mode-require-final-newline): Fix previous change.
20514 (require-final-newline): Fix type label.
20516 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20518 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20519 statement in buffer (broken by 2004-11-24 change).
20521 2005-04-24 Kim F. Storm <storm@cua.dk>
20523 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20524 and read-file-name-function values. Don't overwrite existing
20525 non-nil values if ido-mode is enabled without ido-everywhere.
20527 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20529 * files.el (mode-require-final-newline): Minor doc fix.
20531 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20533 * subr.el (syntax-after): Doc fix.
20534 (syntax-class): If argument is nil, return nil. Mask off upper 16
20537 * files.el (mode-require-final-newline): Doc fix.
20538 (backup-buffer-copy): Fix last change.
20540 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20542 * term/mac-win.el: Require select. Set selection-coding-system to
20543 mac-system-coding-system. Call menu-bar-enable-clipboard.
20544 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20545 (x-select-enable-clipboard): New variables.
20546 (x-select-text, x-get-selection, x-selection-value)
20547 (x-get-selection-value, mac-select-convert-to-string)
20548 (mac-services-open-file, mac-services-open-selection)
20549 (mac-services-insert-text): New functions.
20550 (CLIPBOARD, FIND): Put mac-scrap-name property.
20551 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20552 (public.tiff): Put mac-ostype property.
20553 (selection-converter-alist): Add entries for them.
20554 (mac-application-menu-map): New keymap.
20555 (interprogram-cut-function, interprogram-paste-function): Set to
20556 x-select-text and x-get-selection-value, respectively.
20557 (split-window-keep-point): Set to t.
20559 2005-04-23 Richard M. Stallman <rms@gnu.org>
20561 * files.el (read-directory-name): Always pass non-nil
20562 DEFAULT-FILENAME arg to read-file-name.
20563 (backup-buffer-copy, basic-save-buffer-2): Take care against
20564 writing thru an unexpected existing symlink.
20565 (revert-buffer): In indirect buffer, revert the base buffer.
20566 (magic-mode-alist): Doc fix.
20567 (buffer-stale-function): Doc fix.
20568 (minibuffer-with-setup-hook): Avoid warning.
20569 (mode-require-final-newline): Doc and custom fix.
20571 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20573 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20574 use the default appearance.
20575 (font-lock-comment-delimiter-face): New face, new variable.
20577 * imenu.el (imenu--generic-function): The official position of a
20578 definition is the start of the line that BEG is in.
20580 * midnight.el (midnight-timer): Move defvar up.
20582 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20584 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20586 * startup.el (command-line): Use with-no-warnings.
20588 * window.el (window-size-fixed): New defvar.
20590 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20592 * mail/rmail.el (rmail-font-lock-keywords):
20593 Use font-lock-comment-delimiter-face.
20595 * mail/sendmail.el (mail-font-lock-keywords):
20596 Use font-lock-comment-delimiter-face.
20598 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20600 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20602 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20603 Specify t for LAXMATCH when matching directories.
20604 Save match data around compilation-compat-error-properties form.
20606 2005-04-23 David Kastrup <dak@gnu.org>
20608 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20609 Mention that the autoloaded aliases should be kept for AUCTeX.
20611 2005-04-23 Andreas Schwab <schwab@suse.de>
20613 * isearch.el (isearch-forward): Doc fix.
20615 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20617 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20618 (jit-lock-stealth-nice): Change default value to 0.5.
20620 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20622 * abbrev.el (write-abbrev-file): Write table entries in
20623 alphabetical order by table name.
20625 2005-04-22 Kim F. Storm <storm@cua.dk>
20627 * ido.el (ido-read-internal): Fix `list' completion.
20629 2005-04-22 Kenichi Handa <handa@m17n.org>
20631 * recentf.el (recentf-save-file-coding-system): New variable.
20632 (recentf-save-list): Encode the file by
20633 recentf-save-file-coding-system and add coding: tag.
20635 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20637 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20639 2005-04-21 Lute Kamstra <lute@gnu.org>
20641 * loadhist.el (unload-feature): Don't remove a function from hooks
20642 if it is about to be restored to an autoload . Remove functions
20643 that will become unbound from auto-mode-alist. Simplify the code.
20645 * subr.el (assq-delete-all): New implementation that is linear,
20646 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20647 (rassq-delete-all): New function.
20649 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20650 Add size-indication-mode.
20652 2005-04-21 Kenichi Handa <handa@m17n.org>
20654 * international/mule-cmds.el: Add autoload for widget-value in
20657 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20659 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20662 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20664 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20666 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20667 (inferior-lisp-filter-regexp, inferior-lisp-program)
20668 (inferior-lisp-load-command, inferior-lisp-prompt)
20669 (inferior-lisp-mode-hook, lisp-source-modes)
20670 (inferior-lisp-load-hook): defvar->defcustom.
20671 (inferior-lisp-program, inferior-lisp-prompt)
20672 (inferior-lisp-load-hook): Doc fixes.
20673 (inferior-lisp-install-letter-bindings): Small change in
20674 introductory comment.
20676 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20678 * vc.el (vc-annotate-color-map): Change some colors so that text
20679 using them as foreground is readable on both white and black
20682 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20684 * international/mule-conf.el (translation-table-for-input):
20685 Remove redundant declaration.
20687 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20689 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20691 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20692 (tooltip-toggle-gud-tips): New function.
20694 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20696 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20697 right angle brackets.
20699 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20701 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20703 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20705 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20706 Remove. Update callers to use expand-file-name instead.
20708 * subr.el (syntax-class): New function.
20710 * simple.el (blink-matching-open): Use it.
20712 * paren.el (show-paren-function): Use it to recognize parens that are
20713 also used in 2-char comment markers.
20715 2005-04-19 Lute Kamstra <lute@gnu.org>
20717 * loadhist.el (unload-feature): Update for new format of
20718 load-history. Simplify the code.
20720 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20722 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20723 (mac-add-charset-info): New function. Initialize variable
20724 mac-charset-info-alist using it.
20725 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20727 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20728 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20729 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20732 2005-04-19 Kim F. Storm <storm@cua.dk>
20734 * simple.el (next-buffer, prev-buffer, next-error)
20735 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20736 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20738 * bindings.el (next-buffer, prev-buffer, next-error)
20739 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20740 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20741 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20742 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20744 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20746 * isearch.el (isearch-edit-string): Make the search-ring available for
20747 minibuffer history commands.
20748 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20749 the default history commands now work just as well.
20750 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20752 2005-04-18 Kim F. Storm <storm@cua.dk>
20754 * emulation/cua-base.el (cua--pre-command-handler): Add more
20755 elaborate check for shift modifier on non-window systems.
20757 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20759 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20761 2005-04-18 Kim F. Storm <storm@cua.dk>
20763 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20764 and make it optional. Don't test tooltip-gud-echo-area here.
20765 (tooltip-gud-process-output, gdb-tooltip-print):
20766 Pass tooltip-gud-echo-area to tooltip-show.
20767 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20769 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20771 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20772 `display-graphic-p' may not be bound yet.
20774 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20776 * startup.el (command-line): No longer enable Xterm Mouse mode by
20777 default in terminals compatible with xterm.
20779 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20781 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20783 * tooltip.el (tooltip-gud-echo-area): Rename from
20784 tooltip-use-echo-area.
20785 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20786 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20787 area independently of where help tooltips are displayed.
20789 2005-04-17 David Kastrup <dak@gnu.org>
20791 * cus-theme.el (custom-theme-write-variables): Quote variables
20794 2005-04-17 Richard M. Stallman <rms@gnu.org>
20796 * simple.el (yank-excluded-properties): Add follow-link to value.
20798 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20800 * startup.el (fancy-splash-max-time): Just 30 seconds.
20801 (fancy-splash-delay): Just 7.
20802 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20804 * loadhist.el (unload-feature): Update for new format of load-history.
20807 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20808 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20810 * mail/sendmail.el (mail-font-lock-keywords):
20811 Don't fontify subject text.
20812 Don't fontify the text of a citation.
20814 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20816 * comint.el (comint-output-filter): Run comint-output-filter-functions
20817 with point where the user had it.
20819 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20821 * international/ucs-tables.el (ucs-set-table-for-input):
20822 Disable when using unify-on-decoding.
20824 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20826 * emulation/cua-base.el (cua-global-mark-face): Add special case
20827 for displays supporting a high number of colors.
20829 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20831 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20833 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20835 * filesets.el (filesets-add-buffer): If user supplies a name of a
20836 non-existing fileset, create a new fileset.
20838 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20840 * textmodes/org.el (org-up-heading-all): Fix bug with
20841 `outline-up-heading-all'.
20843 2005-04-16 Andreas Schwab <schwab@suse.de>
20845 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20846 /etc/permissions.d/* and /etc/aliases.d/*.
20848 2005-04-16 Kenichi Handa <handa@m17n.org>
20850 * international/code-pages.el (cp-make-coding-system):
20851 Set `translation-table-for-input' property value to the symbol
20852 ucs-mule-to-mule-unicode, not to that value.
20853 (pt154): Escape guillemet by `\'.
20855 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20857 * loadup.el: Load tooltip if x-show-tip is fboundp.
20859 * startup.el (command-line): Add comment.
20861 * tooltip.el (tooltip-mode): Specify correct standard value for
20862 Custom in init-value.
20864 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20866 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20869 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20871 * textmodes/org.el (org-agenda-date-prompt): Rename from
20872 `org-agenda-date-today'.
20873 (org-evaluate-time-range): Insert at point instead of directly
20875 (org-first-headline-recenter, org-subtree-end-visible-p)
20876 (org-optimize-window-after-visibility-change): New functions
20877 (org-agenda-post-command-hook): Don't allow point at end of line,
20878 to make sure it always hits the text properties.
20879 (org-agenda-next-date-line, org-agenda-previous-date-line):
20881 (org-set-regexps-and-options): Category may contain white space.
20882 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20883 Improve marker positions.
20884 (org-agenda-new-marker): Argument POS made optional.
20885 (org-agenda-get-timestamps): Deadlines which are done are listed
20886 in org-done-face now.
20887 (org-agenda-get-todos, org-agenda-get-timestamps)
20888 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20889 Set `undone-face' and `done-face' properties.
20890 (org-last-todo-state-is-todo): New variable.
20891 (org-todo): Set `org-last-todo-state-is-todo'.
20892 (org-agenda-todo): Change face according to
20893 `org-last-todo-state-is-todo'. And change other lines referring to
20895 (org-calendar-goto-agenda): New command.
20896 (org-calendar-to-agenda-key): New option.
20897 (org-startup-folded): New allowed value `content'.
20898 (org-set-regexps-and-options): Accept new value `content' for
20899 `org-startup-folded'.
20900 (org-get-current-options): Handle new value `content' for
20901 `org-startup-folded'.
20902 (org-insert-todo-heading): New command.
20903 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20904 interactively in empty file and option
20905 `org-insert-mode-line-in-empty-file' has been set.
20906 (org-agenda-todo, org-agenda-priority): Modify to use
20907 `org-agenda-change-all-lines'.
20908 (org-warning-face): Change color on dark background
20910 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20912 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20913 use preferences AppleLocale and AppleLanguages, and variable
20914 mac-system-locale for default locale. On Mac OS Classic, use
20915 mac-system-coding-system for default coding systems.
20917 * term/mac-win.el: Don't set file-name-coding-system.
20918 Decode variables system-name, emacs-build-system, user-login-name, and
20919 user-full-name by mac-system-coding-system on Mac OS Classic.
20920 (mac-system-coding-system): New variable.
20922 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20924 * startup.el (command-line): Handle `xterm-mouse-mode' before
20927 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20929 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20931 * progmodes/sh-script.el (sh-here-document-word): Make it a
20932 defcustom. Doc fix.
20933 (sh-add): Bash uses $(( )) for arithmetic.
20934 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20935 (sh-maybe-here-document): Remove quotes and leading whitespace
20936 from heredoc word when closing. Indent heredoc with tabs if word
20939 2005-04-13 Richard M. Stallman <rms@gnu.org>
20941 * simple.el (undo): Fix previous change.
20943 * custom.el (defface): Doc fix.
20945 2005-04-13 Lute Kamstra <lute@gnu.org>
20947 * Makefile.in (DONTCOMPILE): Remove list.
20948 (compile, compile-always): Don't use DONTCOMPILE.
20949 (update-authors): Load the library in which batch-update-authors
20951 * makefile.w32-in (DONTCOMPILE): Remove list.
20952 (compile, compile-always): Fix comments.
20953 (update-authors): Load the library in which batch-update-authors
20956 * generic-x.el (generic-mode-ini-file-find-file-hook):
20957 Rename to ini-generic-mode-find-file-hook.
20958 Keep generic-mode-ini-file-find-file-hook as an alias.
20959 (ini-generic-mode-find-file-hook): Rename from
20960 generic-mode-ini-file-find-file-hook. Fix docstring.
20961 (ini-generic-mode): Docstring change.
20962 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20964 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20967 * generic.el: Move to the emacs-lisp subdir.
20969 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20971 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20972 and C-S- function and cursor motion keys.
20974 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20976 * startup.el (command-line): Enable Xterm Mouse mode by default.
20977 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20978 for Custom. No longer show "Mouse" in mode line when enabled.
20981 2005-04-12 Kim F. Storm <storm@cua.dk>
20983 * emulation/cua-base.el (cua-rectangle-face)
20984 (cua-rectangle-noselect-face): Define face attributes here.
20986 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20988 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20990 * startup.el (command-line): Turn off blinking cursor if
20991 cursorBlink in resources is off or false.
20993 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20995 * term/mac-win.el (dnd): Require dnd.
20996 (mac-drag-n-drop): Call dnd-handle-one-url.
20997 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20998 (kTextEncodingISOLatin2): Remove constants.
20999 (mac-script-code-coding-systems): New constant.
21000 (mac-handle-language-change): New function.
21001 (special-event-map): Bind it to `language-change' event.
21002 (mac-centraleurroman, mac-cyrillic): New coding systems.
21003 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21004 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21005 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21006 encode-mac-cyrillic, respectively.
21008 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21010 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21011 Don't set overlay-arrow-string to "=>" as this is done
21014 2005-04-12 Lute Kamstra <lute@gnu.org>
21016 * generic-x.el (rc-generic-mode, rul-generic-mode):
21017 Fix auto-mode-alist entries.
21018 (etc-fstab-generic-mode): Tweak fontification.
21020 * generic.el (generic-make-keywords-list): Fix docstring.
21021 (generic-mode-internal): Simplify generic-font-lock-keywords.
21023 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21025 * whitespace.el (whitespace-buffer-leading)
21026 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21027 However, fix the highlight area for the leading and
21028 trailing whitespaces to show space.
21030 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21032 * whitespace.el (whitespace-version): Bump to 3.5
21034 (whitespace-buffer-leading, whitespace-buffer-trailing):
21035 Invert sense of the test to highlight the whitespace.
21037 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21039 * progmodes/gud.el (gud-display-line): GUD uses its own
21040 overlay arrow now so don't set overlay-arrow-string.
21041 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21043 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21045 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21046 (term-ansi-current-reverse, term-ansi-current-invisible)
21047 (term-ansi-face-already-done): Change to boolean.
21048 (term-reset-terminal, term-handle-colors-array): Handle the above
21050 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21051 (term-emulate-terminal): Use the new name.
21053 * faces.el (secondary-selection): Use yellow1, not yellow.
21054 (trailing-whitespace): Use red1, not red.
21056 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21058 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21059 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21060 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21062 * cus-edit.el (dnd): New group.
21064 * term/w32-win.el (dnd): Require dnd
21065 (w32-drag-n-drop): Call dnd-handle-one-url.
21067 * x-dnd.el: Require dnd.
21068 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21069 Call dnd-handle-one-url.
21070 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21071 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21072 to dnd-insert-text.
21073 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21074 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21075 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21076 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21078 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21080 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21082 * wdired.el: Doc fixes.
21083 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21084 (wdired-use-dired-vertical-movement): Rename from
21085 wdired-always-move-to-filename-beginning.
21086 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21087 (wdired-change-to-wdired-mode): Change mode name.
21088 (wdired-newline): Delete.
21090 2005-04-11 Richard M. Stallman <rms@gnu.org>
21092 * whitespace.el (whitespace-highlight-the-space):
21093 Don't call whitespace-unhighlight-the-space here.
21095 * simple.el (undo): Record t in undo-equiv-table
21096 for the redo record made by an undo-in-region.
21098 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21100 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21101 (gdb-frame-inferior-io-buffer): New Functions to control
21102 display of separate IO buffer.
21103 (menu): Add them to menu-bar.
21104 (gdb-display-buffer): Check for buffer another frame.
21105 Protect GUD buffer.
21106 (gdb-setup-windows): Create IO buffer if not already there.
21107 (gdb-memory-mode): Remove purecopy noops.
21109 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21111 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21112 and pass to self-insert-command.
21114 2005-04-11 Lute Kamstra <lute@gnu.org>
21116 * generic.el: Commentary section cleanup.
21118 (generic-use-find-file-hook, generic-lines-to-scan)
21119 (generic-find-file-regexp, generic-ignore-files-regexp)
21120 (default-generic-mode, generic-mode-find-file-hook)
21121 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21122 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21123 (generic-use-find-file-hook, generic-lines-to-scan)
21124 (generic-find-file-regexp, generic-ignore-files-regexp)
21125 (default-generic-mode, generic-mode-find-file-hook)
21126 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21128 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21130 * bookmark.el (bookmark-write-file): Catch errors writing file.
21131 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21133 2005-04-10 Richard M. Stallman <rms@gnu.org>
21135 * startup.el (fancy-splash-tail): Update copyright year.
21136 (command-line): Split part of -Q into -D.
21137 (emacs-basic-display): New defvar.
21138 (fancy-splash-text): Correct name of menu item.
21140 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21142 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21145 * comint.el (comint-send-input): New arg ARTIFICIAL.
21146 Callers in this file changed.
21148 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21150 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21152 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21154 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21155 `ldap-search-internal'.
21157 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21159 * files.el (set-auto-mode-1): Use line-end-position.
21161 * international/latin-1.el:
21162 * international/latin-2.el:
21163 * international/latin-3.el:
21164 * international/latin-4.el:
21165 * international/latin-5.el:
21166 * international/latin-8.el:
21167 * international/latin-9.el: Give punctuation syntax to NBSP.
21169 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21170 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21171 Use char-classes to accept non-ascii letters, accepted in some recent
21172 bibtex implementations.
21174 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21176 * custom.el (custom-set-minor-mode): Any non-nil value for the
21177 variable should enable the mode when set through Custom.
21179 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21181 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21182 TAB binding so tab-always-indent is obeyed.
21183 (vhdl-minibuffer-local-map): Move initialization into declaration.
21184 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21185 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21186 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21187 (vhdl-current-line): Use line-beginning-position.
21188 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21189 with-output-to-temp-buffer, so the current position can be recorded.
21191 2005-04-10 Masatake YAMATO <jet@gyve.org>
21193 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21194 Add regexp for gcov.
21196 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21198 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21199 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21200 syntax which Emacs 20 doesn't support.
21202 2005-04-09 Richard M. Stallman <rms@gnu.org>
21204 * help.el (describe-key-briefly, describe-key):
21205 Replace strings as event types with "(any string)".
21207 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21209 * arc-mode.el (archive-mode-map): Move initialization into
21210 the declaration. Override *all* bindings of `undo'.
21211 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21213 2005-04-09 Jay Belanger <belanger@truman.edu>
21215 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21217 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21219 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21220 (xterm-register-default-colors): Update color values computation
21221 to match xterm-200.
21223 2005-04-09 Kenichi Handa <handa@m17n.org>
21225 * international/code-pages.el (iso-latin-7): Fix the map.
21227 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21229 * emacs-lisp/lisp.el (defun-prompt-regexp)
21230 (parens-require-spaces, buffer-end, end-of-defun)
21231 (insert-parentheses): Doc fixes.
21233 2005-04-08 Kim F. Storm <storm@cua.dk>
21235 * comint.el (comint-highlight-prompt): Fix face spec.
21236 * hi-lock.el (hi-green): Likewise.
21238 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21240 * cus-edit.el (custom-modified-face):
21241 * comint.el (comint-highlight-input): Fix previous changes.
21242 * term.el (term-handle-ansi-escape): Add a comment.
21244 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21246 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21247 in the buffer and in whitespace-highlighted-space.
21248 (whitespace-unhighlight-the-space): Simplify.
21249 (whitespace-buffer): Simplify.
21251 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21253 * textmodes/table.el (table-cell-face): Add special case for
21254 displays supporting a high number of colors.
21255 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21256 (vhdl-font-lock-reserved-words-face)
21257 (vhdl-speedbar-architecture-face)
21258 (vhdl-speedbar-instantiation-face)
21259 (vhdl-speedbar-architecture-selected-face)
21260 (vhdl-speedbar-instantiation-selected-face): Likewise.
21261 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21262 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21263 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21264 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21265 (ebrowse-progress-face): Likewise.
21266 * progmodes/compile.el (compilation-info-face): Likewise.
21267 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21268 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21269 * calendar/calendar.el (diary-face): Likewise.
21270 * woman.el (woman-italic-face, woman-bold-face)
21271 (woman-unknown-face): Likewise.
21272 * wid-edit.el (widget-button-pressed-face): Likewise.
21273 * whitespace.el (whitespace-highlight-face): Likewise.
21274 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21275 * pcvs-info.el (cvs-marked-face): Likewise.
21276 * info.el (info-xref): Likewise.
21277 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21278 * hilit-chg.el (highlight-changes-face)
21279 (highlight-changes-delete-face): Likewise.
21280 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21281 (hi-red-b): Likewise.
21282 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21283 * font-lock.el (font-lock-keyword-face)
21284 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21285 * cus-edit.el (custom-invalid-face, custom-modified-face)
21286 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21287 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21288 * comint.el (comint-highlight-prompt): Likewise.
21290 2005-04-08 Lute Kamstra <lute@gnu.org>
21292 * font-lock.el (font-lock-keywords): Docstring fixes.
21294 2005-04-08 Kenichi Handa <handa@m17n.org>
21296 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21297 chars are more than a limit, print " and more..." at the tail.
21299 2005-04-08 Kim F. Storm <storm@cua.dk>
21301 * emacs-lisp/authors.el (authors-aliases): Update list.
21302 (authors-ignored-files): New list.
21303 (authors-fixed-entries): Fix typo.
21304 (authors-renamed-files-alist): Update list.
21305 (authors-add): Check authors-ignored-files.
21307 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21309 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21310 optional, to ensure backward compatibility.
21312 2005-04-08 Stephen Eglen <stephen@gnu.org>
21314 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21316 2005-04-08 Kim F. Storm <storm@cua.dk>
21318 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21320 * mouse.el (mouse-on-link-p): Doc fix.
21322 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21324 * ielm.el (ielm-prompt-read-only): Doc fix.
21326 * comint.el (comint-prompt-read-only): Doc fix.
21328 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21330 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21331 ensure dired always handles wildcards passed to ffap.
21332 (find-file-at-point): Use it.
21333 (ffap-dired-wildcards): Doc fix.
21335 2005-04-07 Juri Linkov <juri@jurta.org>
21337 * simple.el (next-error-overlay-arrow-position): New defvar.
21338 Put "=>" on its property `overlay-arrow-string'. Add it to
21339 `overlay-arrow-variable-list'.
21341 * progmodes/compile.el (compilation-setup):
21342 Set `next-error-overlay-arrow-position' to nil. Also set it to
21343 nil in the local hook `kill-buffer-hook'. Make local variable
21344 `overlay-arrow-string' and set it to "=>".
21345 (compilation-goto-locus): Set BOL position to
21346 `next-error-overlay-arrow-position' instead of
21347 `overlay-arrow-position'.
21349 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21350 locally instead of adding it to the global hook.
21351 (Info-kill-buffer): Move up.
21353 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21355 * term/xterm.el (xterm-standard-colors): Update color values from
21358 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21360 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21363 * lazy-lock.el: Move them to the obsolete subdir.
21365 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21367 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21368 (wdired-add-replace-advice): Remove.
21369 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21371 2005-04-06 Kim F. Storm <storm@cua.dk>
21373 * startup.el (command-line): Add --bare-bones alias for -Q.
21375 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21377 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21378 create the startup fontset if a font specification ends with
21381 2005-04-06 Lute Kamstra <lute@gnu.org>
21383 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21386 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21387 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21389 2005-04-05 Lute Kamstra <lute@gnu.org>
21391 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21392 (define-generic-mode): Ditto. Fix debug declaration.
21394 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21395 Put them in the generic-x group.
21397 * calendar/timeclock.el (timeclock): Doc fix.
21399 * generic.el (define-generic-mode): Don't use custom-current-group.
21400 Document default :group value.
21401 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21402 (define-global-minor-mode): Don't use custom-current-group.
21404 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21406 * startup.el (command-line-1): Display startup-echo-area-message
21407 when fancy splash screen is in use.
21409 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21410 (sh-escaped-newline): New face.
21411 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21412 newline, and use sh-escaped-newline face.
21414 * progmodes/tcl.el (tcl-escaped-newline): New face.
21415 (tcl-builtin-list): New variable.
21416 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21417 newlines. Fix keywords subexpression number.
21419 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21421 * textmodes/org.el (org-diary-default-entry): Fix call to
21422 `add-to-diary-entry'.
21424 2005-04-05 Kim F. Storm <storm@cua.dk>
21426 * ediff-init.el: Use (featurep 'xemacs).
21428 2005-04-05 David Ponce <david@dponce.com>
21430 * cus-edit.el (face): Derive from symbol widget. Display sample
21431 of the current face on the fly.
21432 (widget-face-sample-face-get, widget-face-notify): New functions.
21433 (widget-face-value-create): Remove.
21435 * wid-edit.el (widget-field-end): Temporarily remove field
21436 narrowing before to call `get-char-property'.
21438 2005-04-04 Jay Belanger <belanger@truman.edu>
21440 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21441 (math-read-subscripts): New variable.
21442 (math-read-preprocess-string): Process subscripts.
21444 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21446 * comint.el (comint-prompt-read-only): Doc fix.
21448 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21451 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21453 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21454 Change default value to nil.
21456 2005-04-04 Lute Kamstra <lute@gnu.org>
21458 * autorevert.el (auto-revert-mode): Specify :group.
21459 * battery.el (display-battery-mode): Specify :group.
21460 * diff-mode.el (diff-minor-mode): Specify :group.
21461 * font-core.el (font-lock-mode): Specify :group.
21462 * hl-line.el (hl-line-mode): Specify :group.
21463 * iimage.el (iimage): New customization group.
21464 (iimage-mode): Specify :group.
21465 * longlines.el (longlines-mode): Specify :group.
21466 * master.el: Don't require easy-mmode.
21467 (master): New customization group.
21468 (master-mode): Specify :group.
21469 * msb.el (msb-mode): Specify :group.
21470 * reveal.el (reveal-mode): Specify :group.
21471 * simple.el (next-error-follow-minor-mode): Specify :group.
21472 * smerge-mode.el (smerge-mode): Specify :group.
21473 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21474 * emulation/cua-base.el (cua-mode): Specify :group.
21475 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21476 * language/thai-util.el (thai-auto-composition-mode)
21477 (thai-word-mode): Specify :group.
21478 * mail/supercite.el (sc-minor-mode): Specify :group.
21479 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21480 * progmodes/flymake.el (flymake-mode): Specify :group.
21481 * progmodes/glasses.el (glasses-mode): Specify :group.
21482 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21483 * textmodes/enriched.el (enriched-mode): Specify :group.
21484 * textmodes/refill.el (refill-mode): Specify :group.
21486 * add-log.el (change-log-font-lock-keywords): Names in
21487 parenthesized lists can contain spaces.
21489 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21491 * startup.el (fancy-splash-text): Shorten default text of
21492 "Emacs Tutorial" line. Also, if the current language env
21493 indicates an available tutorial file other than TUTORIAL,
21494 extract its title and append it to the line in parentheses.
21495 (fancy-splash-insert): If arg is a thunk, funcall it.
21497 2005-04-04 Jay Belanger <belanger@truman.edu>
21499 * calc.el (calc-language-alist): Add tags to customization type.
21501 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21503 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21506 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21508 * add-log.el (change-log-font-lock-keywords): The manual
21509 describing a Change Log entry, says: (...) "Aside from these
21510 header lines, every line in the change log starts with a space or
21511 a tab.". The font-lock was not highlighting lines started with
21512 spaces, added support for it.
21514 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21516 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21517 (bibtex-generate-url-list): Update docstring accordingly. Put the
21518 complex example in the docstring.
21519 (bibtex-font-lock-url): Use pop.
21521 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21523 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21525 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21527 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21529 * filesets.el (filesets-set-default): Doc fix.
21531 2005-04-03 Lute Kamstra <lute@gnu.org>
21533 * generic.el (define-generic-mode): Add argument to specify
21534 keywords for defcustom.
21535 (default-generic-mode): Specify :group.
21537 * generic-x.el: Specify :group for all generic modes.
21539 * desktop.el (desktop-no-desktop-file-hook)
21540 (desktop-after-read-hook): Doc fix.
21542 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21544 * simple.el (visible-mode): Use explicit :group keyword.
21545 This changes the group of `visible-mode-hook' from paren-blinking
21548 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21550 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21551 mailbox specifications as well as URLs.
21552 (rmail-insert-inbox-text): Remove unused conditional branches.
21554 2005-04-01 Jay Belanger <belanger@truman.edu>
21556 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21557 (calc-gnuplot-print-command): Move definitions to calc.el.
21559 * calc/calc-embed.el (calc-embedded-announce-formula)
21560 (calc-embedded-open-formula, calc-embedded-close-formula)
21561 (calc-embedded-open-word, calc-embedded-close-word)
21562 (calc-embedded-open-plain, calc-embedded-close-plain)
21563 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21564 (calc-embedded-open-mode, calc-embedded-close-mode):
21565 Move definitions to calc.el.
21567 * calc/calc.el (calc-settings-file, calc-language-alist):
21569 (calc-embedded-announce-formula, calc-embedded-open-formula)
21570 (calc-embedded-close-formula, calc-embedded-open-word)
21571 (calc-embedded-close-word, calc-embedded-open-plain)
21572 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21573 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21574 (calc-embedded-close-mode, calc-gnuplot-name)
21575 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21576 from other files and make customizable.
21578 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21580 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21582 (cvs-mode-run): Don't call cvs-update-header here.
21583 (cvs-run-process): Call cvs-update-header.
21584 Use process properties for cvs-postprocess and cvs-buffer so that
21585 the sentinel can behave better if the temp buffer is killed.
21586 Use a pipe rather than a tty, to better handle unexpected prompts.
21587 (cvs-sentinel): Rewrite. Call cvs-update-header.
21589 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21591 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21592 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21594 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21596 * generic.el (define-generic-mode): Add indentation rule.
21598 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21600 * files.el (mode-require-final-newline): Make Custom correctly
21601 report a nil value and allow to set it to nil via Custom.
21604 2005-04-01 Kenichi Handa <handa@m17n.org>
21606 * international/characters.el: Enable the correct case setting for
21607 dotless-i and dotted-I.
21609 2005-04-01 Kim F. Storm <storm@cua.dk>
21611 * ido.el (ido-file-internal): Fall back to non-ido command if
21612 initial directory is on slow ftp (or tramp) host.
21614 2005-03-31 Richard M. Stallman <rms@gnu.org>
21616 * emacs-lisp/autoload.el (make-autoload):
21617 Handle define-global-minor-mode.
21619 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21620 Rename from easy-mmode-define-global-mode.
21621 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21623 * progmodes/scheme.el (scheme-mode-syntax-table):
21624 Update syntax of | and # for two-character comment syntax.
21626 2005-03-31 Lute Kamstra <lute@gnu.org>
21628 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21629 (define-minor-mode): Call custom-current-group at load-time.
21631 * generic.el (define-generic-mode): Add debug declaration.
21632 Add defcustom for the mode hook.
21633 (generic-mode-internal): Use run-mode-hooks.
21635 2005-03-31 Kim F. Storm <storm@cua.dk>
21637 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21638 (mouse-fixup-help-message): New defun called by show_help_echo
21639 to fixup mouse-2 prefix in help messages when applicable.
21641 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21643 2005-03-31 Kenichi Handa <handa@m17n.org>
21645 * language/thai-word.el (thai-find-word-ends): Pay attention to
21646 the case that we reach the end of buffer.
21648 * textmodes/fill.el (fill-text-properties-at): New function.
21649 (fill-newline): Use fill-text-properties-at instead of
21650 text-properties-at.
21652 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21654 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21655 not comint-quote-filename.
21657 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21659 * help-fns.el (help-with-tutorial): Revert last change.
21661 2005-03-31 Kim F. Storm <storm@cua.dk>
21663 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21665 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21667 * calendar/cal-china.el: Update reference to "Calendrical
21668 Calculations" book; there's a new edition.
21669 * calendar/cal-coptic.el: Likewise.
21670 * calendar/cal-french.el: Likewise.
21671 * calendar/cal-hebrew.el: Likewise.
21672 * calendar/cal-islam.el: Likewise.
21673 * calendar/cal-iso.el: Likewise.
21674 * calendar/cal-julian.el: Likewise.
21675 * calendar/cal-mayan.el: Likewise.
21676 * calendar/cal-persia.el: Likewise.
21677 * calendar/calendar.el: Likewise.
21678 * calendar/holidays.el: Likewise.
21679 * calendar/lunar.el: Likewise.
21680 * calendar/solar.el: Likewise.
21682 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21683 white space from doc string.
21685 2005-03-30 Jay Belanger <belanger@truman.edu>
21687 * calc/calc-help.el (calc-full-help): Remove email address.
21689 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21691 * help-fns.el (help-with-tutorial): Delete title line.
21693 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21695 * calendar/cal-x.el (calendar-one-frame-setup)
21696 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21697 rather than `symbol' for set-window-dedicated-p.
21699 * calendar/appt.el (appt-buffer-name): Make it a constant.
21700 (appt-add): Doc fix.
21702 * filesets.el (filesets-menu-path, filesets-menu-before)
21703 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21704 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21705 (filesets-add-submenu): Delete and use add-submenu instead.
21707 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21709 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21710 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21711 (org-diary-default-entry): New function.
21712 (org-get-entries-from-diary): Better parsing of diary entries.
21713 (org-agenda-check-no-diary): New function.
21714 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21715 linking to diary entries.
21716 (org-agenda-execute-calendar-command): New function.
21717 (org-agenda): Improve visible section in window.
21718 Use `org-fit-agenda-window'.
21719 (org-fit-agenda-window): New option.
21720 (org-move-subtree-down): Better handling of empty lines
21722 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21724 (org-fontify-done-headline): New option.
21725 (org-headline-done-face): New face.
21726 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21727 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21728 When current field is non-empty, it is copied to next row.
21729 (org-table-copy-from-above): Fix bug which made it
21730 impossible to copy fields containing only a single non-white character.
21732 2005-03-30 Kim F. Storm <storm@cua.dk>
21734 * kmacro.el (kmacro-end-macro): Isearch may store this command
21735 into the macro -- so ignore it when executing keyboard macro.
21737 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21739 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21741 2005-03-29 Kenichi Handa <handa@m17n.org>
21743 * language/thai.el ("Thai"): Set setup-function and exit-function
21744 for Thai language environment.
21746 * language/thai-util.el: Require thai-word.
21747 (thai-word-mode-map): New variable.
21748 (thai-word-mode): New minor mode.
21749 (setup-thai-language-environment-internal): New function.
21750 (exit-thai-language-environment-internal): New function.
21752 * language/thai-word.el (thai-word-table): Declare it by defvar,
21753 use dolist to initialize it.
21754 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21755 (thai-fill-find-break-point): New functions.
21757 2005-03-29 Richard M. Stallman <rms@gnu.org>
21759 * simple.el (idle-update-delay): Move definition up.
21760 (set-mark): Doc fix.
21762 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21764 * longlines.el: New file.
21766 * simple.el (buffer-substring-filters): New variable.
21767 (filter-buffer-substring): New function.
21768 (kill-region, copy-region-as-kill): Use it.
21770 * register.el (copy-to-register, append-to-register)
21771 (prepend-to-register): Use filter-buffer-substring.
21773 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21775 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21776 (gud-filter-pending-text): Move in front of gdb.
21777 (gud-overlay-arrow-position): New variable.
21778 (gud-sentinel, gud-display-line): Use it in place of
21779 overlay-arrow-position.
21781 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21783 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21784 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21785 (fortran-font-lock-keywords-4): New variable.
21786 (fortran-blocks-re, fortran-end-block-re)
21787 (fortran-start-block-re): New constants, for hideshow.
21788 (hs-special-modes-alist): Add a Fortran entry.
21789 (fortran-mode-map): Bind fortran-end-of-block,
21790 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21791 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21792 (fortran-looking-at-if-then, fortran-end-of-block)
21793 (fortran-beginning-of-block): New functions, for hideshow.
21795 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21796 Doc fix. Tweak regexp.
21797 (f90-beginning-of-block): Push mark first.
21799 2005-03-29 Jay Belanger <belanger@truman.edu>
21801 * calc/calc.el: Update copyright date.
21802 (calc-version): Increase to 2.1.
21803 (calc-version-date): Remove.
21805 * calc/calc-help.el: Update copyright date.
21806 (calc-full-help): Remove reference to calc-version-date.
21807 Update copyright date.
21809 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21811 * vc.el (vc-do-command): Use a pipe for async processes, so password
21812 prompts don't show up at places where the user can't reply.
21814 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21816 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21817 on the file name we pass to the inferior shell.
21819 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21821 * progmodes/which-func.el (which-function): Be robust in the face of an
21822 imenu--make-index-alist failure.
21824 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21826 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21828 * progmodes/python.el (python-preoutput-filter): Fix last change.
21830 2005-03-29 Lute Kamstra <lute@gnu.org>
21832 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21833 functions and compiled macros.
21834 (debug-convert-byte-code): Handle macros too.
21835 (debug-on-entry-1): Don't signal an error when trying to clear a
21836 function that is not set to debug on entry.
21838 2005-03-29 Jay Belanger <belanger@truman.edu>
21840 * calc/calc-lang.el: Add functions to math-function-table
21841 properties of tex and math.
21843 2005-03-29 Kenichi Handa <handa@m17n.org>
21845 * ps-mule.el (ps-mule-plot-string): Translate characters by
21846 ps-print-translation-table.
21847 (ps-mule-begin-job): Call find-charset-region/string with
21848 ps-print-translation-table.
21849 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21851 * ps-print.el (ps-print-translation-table): New variable.
21852 (ps-plot-region): Translate characters by ps-print-translation-table.
21854 2005-03-29 Juri Linkov <juri@jurta.org>
21856 * simple.el (next-error-highlight-timer): New variable.
21858 * progmodes/compile.el (compilation-goto-locus):
21859 Use `next-error-highlight-timer' instead of `sit-for'.
21861 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21863 * mail/supercite.el (sc-mail-field): Use assoc-string.
21864 (sc-get-address): Simplify regexps.
21866 * files.el (minibuffer-with-setup-hook): New macro.
21867 (find-file-read-args): Use it to avoid let-binding
21868 minibuffer-with-setup-hook (which breaks turning on/off
21869 file-name-shadow-mode while in the prompt).
21871 * complete.el (PC-read-include-file-name-internal):
21872 Use test-completion.
21874 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21876 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21878 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21880 * window.el (window-buffer-height): Use count-screen-lines.
21882 * progmodes/python.el (python-preoutput-leftover): New var.
21883 (python-preoutput-filter): Use it.
21884 (python-send-receive): Loop until all the result has been received.
21886 2005-03-28 Juri Linkov <juri@jurta.org>
21888 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21890 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21891 "Recover Crashed Session".
21892 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21893 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21894 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21895 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21896 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21897 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21898 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21899 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21901 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21902 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21903 Ediff Sessions", "Toggle use of separate control buffer frame",
21904 "Use separate frame for Ediff control buffer".
21906 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21907 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21908 "Rename Bookmark", "Delete Bookmark".
21910 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21911 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21912 Add `:active Info-index-alternatives' to "Next Matching Item".
21914 * wdired.el (wdired-change-to-wdired-mode):
21915 Mention `wdired-abort-changes' key in the initial message.
21917 * international/mule.el (auto-coding-alist): Associate non-ascii
21918 image filename extensions with `no-conversion'.
21920 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21922 * international/iso-acc.el:
21923 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21925 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21927 * textmodes/sgml-mode.el (html-mode): Doc update.
21929 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21931 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21933 * term.el (term-move-columns): Fix face after extending a line.
21934 (term-insert-spaces): Likewise.
21935 (term-reset-terminal): Fix off by one error.
21937 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21939 * international/mule.el (auto-coding-alist): Add .xpi files.
21941 * files.el (auto-mode-alist): Add .xpi files.
21943 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21945 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21947 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21949 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21951 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21953 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21954 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21956 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21957 cursor to Jan 1 when needed.
21958 (calendar-end-of-year): Fix -/+ typo.
21959 Reported by Chong Yidong <cyd@stupidchicken.com>.
21961 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21963 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21965 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21966 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21968 2005-03-25 Richard M. Stallman <rms@gnu.org>
21970 * filesets.el (filesets-init): Add autoload.
21972 * mail/mailalias.el (mail-directory): Doc fix.
21974 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21976 * mail/mailalias.el (mail-directory-process): Do nothing if
21977 mail-directory-process is an atom.
21978 (mail-get-names): Ignore mail-directory-names if it is an atom.
21979 (mail-directory-process defvar): Doc fix.
21980 (mail-names): Doc fix.
21982 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21984 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21986 2005-03-26 Kenichi Handa <handa@m17n.org>
21988 * international/mule-util.el (detect-coding-with-priority):
21989 Call update-coding-systems-internal before detect-coding-region.
21991 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21993 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21994 (gdb-frames-mode-map): Add follow-link property.
21996 2005-03-25 Jay Belanger <belanger@truman.edu>
21998 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22001 2005-03-25 Juri Linkov <juri@jurta.org>
22003 * image-mode.el: Optimize image filename extension regexps in
22004 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22005 in `auto-mode-alist'.
22006 (image-mode): Add `image-toggle-display-text' to local hook
22007 `change-major-mode-hook'. Display the image as an image by
22008 default. Set `cursor-type' and `truncate-lines' if the image
22009 is already displayed. Take into account the current mode (image
22010 or text) in message.
22011 (image-minor-mode): New minor mode.
22012 (image-mode-maybe, image-toggle-display-text): New functions.
22013 (image-toggle-display): Use called-interactively-p.
22014 Let-bind `inhibit-read-only' to t.
22016 * image-mode.el (image-minor-mode): Set `cursor-type' and
22017 `truncate-lines' if the image is already displayed. Add turning
22018 image-minor-mode off to `change-major-mode-hook'. Add message.
22019 Call `image-toggle-display-text' after turning image-minor-mode off.
22021 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22023 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22024 Terminal.app, use utf-8.
22025 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22026 (set-locale-environment): Use it.
22028 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22030 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22032 * progmodes/python.el (python-close-block-statement-p)
22033 (python-outdent-p, python-current-defun): Use symbol-end.
22035 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22037 * files.el (save-some-buffers): Doc fix.
22039 2005-03-25 Werner Lemberg <wl@gnu.org>
22041 * complete.el, thumbs.el: Replace `legal' with `valid'.
22042 * calendar/calendar.el: Replace `legal' with `valid'.
22043 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22044 * mail/supercite.el: Replace `legal' with `valid'.
22045 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22046 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22047 Replace `legal' with `valid'.
22048 * textmodes/reftex-vars.el, textmodes/reftex.el:
22049 Replace `legal' with `valid'.
22051 2005-03-25 Werner Lemberg <wl@gnu.org>
22053 * calc/calc-forms.el, calc/calc-sel.el
22054 * midnight.el, vc-cvs.el
22055 * emacs-lisp/cl-macs.el
22057 * eshell/esh-io.el, eshell/esh-var.el
22058 * mail/supercite.el
22059 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22060 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22061 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22062 * progmodes/sh-script.el, progmodes/xscheme.el
22063 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22064 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22065 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22066 * textmodes/reftex.el, textmodes/org.el:
22067 Replace `illegal' with `invalid'.
22069 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22071 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22072 (flymake-find-buildfile, flymake-find-possible-master-files)
22073 (flymake-check-include, flymake-parse-line): Replace loops over the
22074 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
22076 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22077 Substitute file-name-as-directory in the rest of the file.
22078 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22079 (flymake-replace-region): Remove unused arg `buffer'.
22080 (flymake-check-patch-master-file-buffer): Update calls to it.
22081 (flymake-add-err-info): Remove unused var `count'.
22082 (flymake-mode): Use define-minor-mode.
22084 * progmodes/flymake.el: Use with-current-buffer.
22085 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22086 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22087 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22088 Avoid testing for `xemacs'.
22089 (flymake-nop): Move.
22090 (flymake-region-has-flymake-overlays): Return the computed value.
22091 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22092 Remove unused var `endline'.
22093 (flymake-get-line-count): Remove unused function.
22094 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22098 * hilit-chg.el (global-highlight-changes):
22099 * hi-lock.el (hi-lock-mode):
22100 * follow.el: find-file-hooks -> find-file-hook.
22102 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22104 2005-03-24 Juri Linkov <juri@jurta.org>
22106 * dired.el (dired-mode-map): Add menu item "Compare directories"
22107 for dired-compare-directories.
22109 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22110 Doc fix. Replace `read-file-name' with `read-directory-name'.
22112 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22114 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22116 2005-03-24 Jay Belanger <belanger@truman.edu>
22118 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22119 relevant mode settings in calc-embedded-original-modes when modes
22120 are permanently changed.
22122 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22124 * autoinsert.el: find-file-hooks -> find-file-hook.
22126 2005-03-24 Lute Kamstra <lute@gnu.org>
22128 * generic.el (generic-font-lock-defaults): Make it obsolete.
22129 (generic-font-lock-keywords): New variable to replace
22130 generic-font-lock-defaults.
22131 (generic-mode-set-font-lock): Delete it.
22132 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22133 (generic-bracket-support): Add docstring.
22135 * generic-x.el: Rename generic-font-lock-defaults to
22136 generic-font-lock-keywords throughout.
22137 (mailagent-rules-setup-function): Delete it.
22138 (mailagent-rules-generic-mode): Use anonymous function instead.
22139 (show-tabs-generic-mode-font-lock-defaults-1)
22140 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22142 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22145 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22146 Recognize define-generic-mode.
22148 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22150 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22151 if there's no completion table.
22153 2005-03-23 Miles Bader <miles@gnu.org>
22155 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22156 Remove tty-specific variants, as they're no longer needed.
22158 2005-03-23 Lute Kamstra <lute@gnu.org>
22160 * generic-x.el: Code cleanup: make args constant whenever possible.
22161 (installshield-statement-keyword-list)
22162 (installshield-system-functions-list)
22163 (installshield-system-variables-list, installshield-types-list)
22164 (installshield-funarg-constants-list): Make them constants.
22166 * generic.el (generic-make-keywords-list): Add autoload cookie.
22168 * calendar/time-date.el: Add comment on time value formats.
22169 Don't require parse-time.
22170 (with-decoded-time-value): New macro.
22171 (encode-time-value): New function.
22172 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22173 (days-to-time): Return a valid time value when arg is huge.
22174 (time-since): Use time-subtract.
22175 (time-to-number-of-days): Use time-to-seconds.
22177 2005-03-23 David Ponce <david@dponce.com>
22179 * recentf.el (recentf-keep): New option.
22180 (recentf-menu-action): Default to `find-file'.
22181 (recentf-keep-non-readable-files-flag)
22182 (recentf-keep-non-readable-files-p)
22183 (recentf-file-readable-p, recentf-find-file)
22184 (recentf-cleanup-remote): Remove.
22185 (recentf-include-p): More robust.
22186 (recentf-keep-p): New function.
22187 (recentf-remove-if-non-kept): Rename from
22188 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22189 All callers updated.
22190 (recentf-menu-items-for-commands): Fix help string.
22191 (recentf-track-closed-file): Update. Doc fix.
22192 (recentf-cleanup): Update. Count removed files. Doc fix.
22194 2005-03-23 Kim F. Storm <storm@cua.dk>
22196 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22197 Don't inherit from fringe face (now happens automatically).
22199 2005-03-22 Kim F. Storm <storm@cua.dk>
22201 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22204 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22206 * menu-bar.el (showhide-date-time): Remove.
22207 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22208 (menu-bar-make-mm-toggle): Simplify.
22210 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22212 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22213 Accept qualified variable and function names.
22215 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22217 * bindings.el (completion-ignored-extensions):
22218 Remove ".lis" for `vax-vms'.
22220 2005-03-22 Andreas Schwab <schwab@suse.de>
22222 * generic-x.el: Revert last change.
22223 * ldefs-boot.el: Update.
22225 2005-03-22 Jay Belanger <belanger@truman.edu>
22227 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22228 (calc-embedded-save-original-modes)
22229 (calc-embedded-restore-original-modes): New functions.
22230 (calc-do-embedded): Save original modes when entering embedded mode
22231 and restore when leaving embedded mode.
22232 (calc-embedded-modes-change): Change the value of
22233 calc-embedded-original-modes to reflect permanent changes.
22235 2005-03-22 Lute Kamstra <lute@gnu.org>
22237 * generic-x.el: Require generic again.
22239 2005-03-22 Miles Bader <miles@gnu.org>
22241 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22242 Tweak details to look good on both ttys and bitmap displays, light
22243 or dark background, etc.
22245 2005-03-21 Kim F. Storm <storm@cua.dk>
22247 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22250 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22252 * icomplete.el: Don't forcibly turn on the mode upon load.
22253 (icomplete-mode): Use define-minor-mode.
22254 (icomplete-eoinput): Default to nil.
22255 (icomplete-minibuffer-setup): Remove autoload.
22256 (icomplete-tidy): Simplify.
22257 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22258 in the initial state or if the user has modified the field.
22259 Fix handling of icomplete-max-delay-chars.
22260 Remove code that handles the oddball case where
22261 minibuffer-completion-table is an integer.
22262 Wrap icomplete-completions in while-no-input in case building
22263 completions takes more time than expected.
22264 (icomplete-completions): Simplify.
22266 2005-03-21 Richard M. Stallman <rms@gnu.org>
22268 * jka-compr.el (jka-compr-really-do-compress):
22269 Make variable buffer-local.
22271 * image-mode.el: Handle .xpm files too.
22272 (image-toggle-display): Preserve modification flag.
22274 * help.el (where-is): Don't mention aliases with no key bindings.
22276 2005-03-21 Lute Kamstra <lute@gnu.org>
22278 * generic.el: Fix commentary section. Don't require cl for
22280 (generic-mode-list): Add autoload cookie.
22281 (generic-use-find-file-hook, generic-lines-to-scan)
22282 (generic-find-file-regexp, generic-ignore-files-regexp)
22283 (generic-mode, generic-mode-find-file-hook)
22284 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22285 (define-generic-mode): Make it a defmacro. Fix docstring.
22286 (generic-mode-internal): Code cleanup. Add autoload cookie.
22287 (generic-mode-set-comments): Code cleanup.
22288 * generic-x.el: Don't prevent compilation. Don't require generic.
22289 Follow coding conventions. Minor code cleanup.
22290 (etc-fstab-generic-mode): Add some keywords.
22291 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22292 define-generic-mode like a function declaration.
22294 2005-03-21 Jay Belanger <belanger@truman.edu>
22296 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22299 2005-03-21 Sam Steingold <sds@gnu.org>
22301 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22303 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22305 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22306 Add underscore to "f$ lexicals" regexp.
22308 2005-03-20 Juri Linkov <juri@jurta.org>
22310 * subr.el (progress-reporter-do-update): When `min-value' is equal
22311 to `max-value', set `percentage' to 0 and prevent division by zero.
22313 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22315 Sync with Tramp 2.0.48.
22317 * net/tramp.el (all): Change all addresses to .gnu.org.
22318 (tramp-append-tramp-buffers): New defun.
22319 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22320 Catch `dont-send' signal.
22321 (tramp-set-auto-save-file-modes): Set always permissions, because
22322 there might be an old auto-saved file belonging to another
22323 original file. This could be a security threat. Reported by
22324 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22325 Check for Emacs 21.3.50 removed.
22327 * net/tramp-smb.el (all): Remove debug construct for
22328 `with-parsed-tramp-file-name'.
22329 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22330 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22331 No error message if DIRECTORY or FILENAME doesn't exist.
22332 (tramp-smb-open-connection): Check existence of
22333 `tramp-smb-program'.
22335 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22337 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22338 Properly handle the case where the `m' or `s' command's argument is not
22340 (perl-indent-new-calculate): New function.
22341 (perl-indent-line): Use it.
22343 2005-03-20 Miles Bader <miles@gnu.org>
22345 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22346 in text-mode too. Change to new face names.
22347 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22348 Add `:weight bold' attribute.
22349 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22351 2005-03-19 Juri Linkov <juri@jurta.org>
22353 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22355 * international/mule.el (auto-coding-alist): Sync with
22356 `auto-mode-alist' by adding upper case archive file extensions
22357 and adding ear/war to jar extension.
22359 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22361 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22362 running, restart it.
22364 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22366 * finder.el (finder-current-item): Throw an error on an empty line.
22368 * man.el (Man-follow-manual-reference): If current-word returns
22371 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22373 * simple.el (goto-line): Doc fix.
22375 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22377 * files.el (save-buffer): Doc fix.
22379 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22381 * recentf.el (recentf-cleanup-remote): New variable.
22382 (recentf-cleanup): Use it to conditionally check availability of
22385 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22387 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22390 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22392 * language/thai-word.el: New file.
22394 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22396 * files.el (backup-buffer): If the file's directory is not
22397 writable, use copy instead of move to backup the file.
22399 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22401 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22403 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22405 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22406 Use functionp instead of symbolp and fboundp. Reported by Drkm
22407 <darkman_spam@yahoo.fr>.
22408 (ps-print-version): New version 6.6.6.
22410 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22412 * textmodes/table.el (table--line-column-position): New idiom.
22413 (table--row-column-insertion-point-p): New function to test
22414 validity of row and column insertion operation at a location.
22415 (table-global-menu, table-cell-menu): Use above functions for
22416 deterministic test operation.
22417 (table--editable-cell-p): Behave in deterministic fashion.
22419 2005-03-18 Juri Linkov <juri@jurta.org>
22421 * isearch.el (isearch-lazy-highlight-new-loop):
22422 Make arguments beg and end optional.
22423 (isearch-update): Remove optional arguments nil from
22424 isearch-lazy-highlight-new-loop.
22425 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22426 isearch-lazy-highlight-case-fold-search instead of
22427 isearch-case-fold-search, and let-bind isearch-regexp to
22428 isearch-lazy-highlight-regexp.
22429 Use isearch-lazy-highlight-last-string instead of isearch-string.
22431 * replace.el (perform-replace): Remove bindings of global
22432 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22433 Add three new arguments to `replace-highlight'.
22434 (replace-highlight): Add arguments string, regexp, case-fold.
22435 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22436 to allow isearch-lazy-highlight-new-loop to use these values
22437 to set corresponding isearch-lazy-highlight-* internal
22438 variables whose values lazy highlighting will use regardless of
22439 changes to global variables isearch-string, isearch-regexp,
22440 isearch-case-fold-search during lazy highlighting loop.
22441 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22442 to `lazy-highlight-cleanup'.
22444 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22445 (ispell-highlight-face): Set default face to `isearch' when
22446 lazy highlighting is enabled.
22447 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22448 priority to 1. Add lazy highlighting.
22449 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22450 from `isearch-dehighlight'.
22452 2005-03-18 David Ponce <david@dponce.com>
22454 * files.el (hack-local-variables): Do a case-insensitive search
22457 2005-03-18 Juri Linkov <juri@jurta.org>
22459 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22460 `isearch-lazy-highlight-cleanup', add alias to old name and
22461 declare obsolete. Add release numbers to other obsolete vars.
22462 (isearch-done, isearch-lazy-highlight-new-loop):
22463 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22464 (lazy-highlight-cleanup) <variable>: Doc fix.
22465 (isearch-lazy-highlight-update): Rename obsolete
22466 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22468 2005-03-18 Kenichi Handa <handa@m17n.org>
22470 * language/thai-util.el: Fix categorization of Thai characters in
22471 thai-category-table.
22472 (thai-composition-pattern): Adjust it for the above change.
22473 (thai-self-insert-command, thai-compose-syllable): New functions.
22474 (thai-compose-region): Use thai-compose-syllable.
22475 (thai-compose-string): Likewise.
22476 (thai-composition-function): Likewise.
22477 (thai-auto-composition): New function.
22478 (thai-auto-composition-mode): New minor mode.
22480 * language/thai.el: Fix patterns to be registered in
22481 composition-function-table.
22483 * international/quail.el (quail-input-method): Locally bind
22484 inhibit-modification-hooks to t.
22486 2005-03-17 Richard M. Stallman <rms@gnu.org>
22488 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22489 (perl-mode): Use run-mode-hooks.
22491 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22492 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22493 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22495 * mail/sendmail.el (sendmail-send-it): Reenable the code
22496 to compute resend-to-address and use it.
22498 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22500 * image-mode.el: New file.
22502 * image.el (insert-sliced-image): Add autoload cookie.
22504 * font-lock.el (font-lock-lines-before): New user option.
22505 (font-lock-after-change-function): Obey it.
22507 * bindings.el (esc-map): Make M-g a prefix.
22508 Bind M-g g and M-g M-g to goto-line.
22510 * faces.el (face-id): Doc fix.
22512 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22514 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22515 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22516 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22518 * mail/sendmail.el (mail-yank-ignored-headers)
22519 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22520 Add Mail-Followup-To and Mail-Reply-To headers.
22521 (mail-citation-hook): Add autoload cookie.
22522 (mail-mode): Doc fix.
22523 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22524 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22525 (mail-mode-fill-paragraph): Handle those headers.
22526 (mail-mailing-lists): New variable.
22527 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22529 2005-03-17 Juri Linkov <juri@jurta.org>
22531 * isearch.el (isearch-fallback): Check for `(car previous)'
22532 before calling `isearch-other-end-state'.
22534 2005-03-17 Kim F. Storm <storm@cua.dk>
22536 * simple.el (move-beginning-of-line): Move to beginning of buffer
22537 line, as well as beginning of screen line.
22539 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22541 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22542 argument REDRAW rather than calendar-redrawing variable.
22543 * calendar/calendar.el (calendar-redrawing): Delete.
22544 (redraw-calendar): Do not bind calendar-redrawing.
22546 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22548 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22551 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22553 * help.el (describe-mode): Allow a :minor-mode-function property to
22554 specify a different minor mode toggle function than the variable.
22555 * simple.el (auto-fill-function):
22556 * subr.el (add-minor-mode): Use it.
22558 2005-03-16 Kenichi Handa <handa@m17n.org>
22560 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22561 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22562 (ethio-fidel-to-sera-buffer): Likewise.
22564 2005-03-16 Juri Linkov <juri@jurta.org>
22566 * emacs-lisp/find-func.el (find-function-regexp):
22567 Add defun-emitting macro `menu-bar-make-toggle'.
22569 * isearch.el: Put `isearch-scroll' property to
22570 `split-window-horizontally'.
22572 * info.el: Update error messages for `debug-ignored-errors'.
22573 (Info-isearch-search): Doc fix.
22574 (Info-find-node): Move up code to go into info buffer before
22575 recording the node to the history.
22576 (Info-fontify-node): Fontify titles only if the next line
22577 has two or more `*', `=', `-', `.'.
22578 Display "go to this node" for empty (match-string 3).
22580 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22582 * term/mac-win.el: Add mouse pointer shape constants.
22584 2005-03-15 Kim F. Storm <storm@cua.dk>
22586 * simple.el (move-beginning-of-line): Use vertical-motion.
22588 2005-03-15 Juri Linkov <juri@jurta.org>
22590 * isearch.el (isearch-error): New variable.
22591 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22592 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22593 (isearch-within-brackets-state): Remove.
22594 (isearch-case-fold-search-state, isearch-pop-fun-state):
22595 Decrease frame index.
22596 (isearch-mode, isearch-top-state, isearch-push-state)
22597 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22598 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22599 (isearch-search, isearch-lazy-highlight-new-loop):
22600 Replace `isearch-invalid-regexp' with `isearch-error'.
22601 Remove `isearch-within-brackets'.
22602 (isearch-search): Add `search-failed' handler to `condition-case'.
22603 (isearch-lazy-highlight-search): Add `condition-case' to catch
22604 errors and allow `isearch-lazy-highlight-update' to try
22605 highlighting from the beginning of the window.
22606 (isearch-repeat): Move up code to set isearch-wrapped to t
22607 before calling isearch-wrap-function.
22609 * info.el (Info-isearch-initial-node): New internal variable.
22610 (Info-search): Signal an error in isearch mode when search leaves
22611 the initial node. Signal an error when `bound' is non-nil and
22612 nothing was found in the current subfile.
22613 (Info-isearch-search): Remove `condition-case'.
22614 (Info-isearch-wrap): Don't wrap when search failed during leaving
22615 the initial node. If `Info-isearch-search' is nil, wrap around
22617 (Info-isearch-start): New fun.
22618 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22619 `isearch-mode-hook'.
22621 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22623 * simple.el (normal-erase-is-backspace): Set default to t if
22626 * term/mac-win.el (function-key-map): Sync with x-win.el.
22628 2005-03-15 Kenichi Handa <handa@m17n.org>
22630 * international/mule-cmds.el (locale-language-names): Modify the
22631 format of elements and add more entries.
22632 (locale-preferred-coding-systems): Add more entries.
22633 (set-locale-environment): Adjust for the change of
22634 locale-language-names.
22636 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22638 * pcvs.el (smerge-ediff): Remove bogus autoload.
22640 2005-03-14 Lute Kamstra <lute@gnu.org>
22642 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22643 Ignore a `*' at the beginning of a line.
22645 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22646 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22648 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22649 to specify indentation.
22651 * generic.el (define-generic-mode): Let generic-mode-list be a
22652 list of strings; test membership with equal.
22654 2005-03-14 Kim F. Storm <storm@cua.dk>
22656 * simple.el (next-line, previous-line): Add optional try-vscroll
22657 arg to recognize interactive use. Pass it on to line-move.
22658 (line-move): Don't perform auto-window-vscroll when defining or
22659 executing keyboard macro to ensure consistent behavior.
22661 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22663 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22665 2005-03-13 Lute Kamstra <lute@gnu.org>
22667 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22668 debugger-setup-buffer so that backtrace marks the frames set to
22669 debug-on-exit and we don't have to do it manually. Set an extra
22670 debug-on-exit for macro's.
22671 (debugger-setup-buffer): Don't mark the top frame manually.
22673 2005-03-12 Lute Kamstra <lute@gnu.org>
22675 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22676 lisp-indent-function throughout.
22677 (with-no-warnings): Set lisp-indent-function property.
22679 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22681 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22682 Add entry for backslash.
22684 2005-03-12 Juri Linkov <juri@jurta.org>
22686 * info.el (Info-search): Four fixes for backward search.
22688 2005-03-11 Jay Belanger <belanger@truman.edu>
22690 * calc/calc.el (calc-language-alist): New variable.
22691 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22692 (calc-embedded-find-modes): Use calc-language-alist instead of
22693 calc-embedded-language-alist.
22695 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22697 * calendar/calendar.el (calendar-redrawing): New internal
22699 (redraw-calendar): Remove bogus save-excursion from previous
22700 change. Bind calendar-redrawing to t for mark-diary-entries.
22701 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22702 calendar if that is why we were called.
22704 2005-03-11 Kenichi Handa <handa@m17n.org>
22706 * international/mule.el (make-coding-system): Set property
22707 coding-system-define-form to nil.
22708 (define-coding-system-alias): Likewise.
22710 2005-03-11 Kenichi Handa <handa@m17n.org>
22712 These changes are suggested by Dave Love <fx@gnu.org>.
22714 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22716 (adaptive-fill-regexp): Add more bullets.
22717 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22720 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22722 * help.el (describe-mode): Properly handle non-trivial lighters.
22723 Don't ignore minor modes that are not listed in minor-mode-list.
22725 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22726 feature ON when the user requests to turn it OFF.
22728 2005-03-10 Lute Kamstra <lute@gnu.org>
22730 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22731 (implement-debug-on-entry): New function to replace debug-entry-code.
22732 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22733 second argument as the 2005-03-07 change makes it obsolete.
22734 (debug-on-entry, cancel-debug-on-entry): Update call to
22736 (debug, debugger-setup-buffer): Comment update.
22737 (debugger-frame-number): Update to work with implement-debug-on-entry.
22739 2005-03-10 Jay Belanger <belanger@truman.edu>
22741 * calc/calc-embed.el (math-ms-args): Declare it.
22742 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22744 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22747 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22749 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22752 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22753 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22754 (tooltip-gud-tips): Simplify.
22755 (tooltip-gud-tips-p): Remove superfluous :set.
22756 (tooltip-gud-modes): Add fortran-mode.
22757 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22759 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22761 2005-03-09 Kim F. Storm <storm@cua.dk>
22763 * play/animate.el (animate-place-char): Use forward-line instead
22764 of next-line to improve performance.
22766 2005-03-09 Simon Josefsson <jas@extundo.com>
22768 * net/browse-url.el (browse-url-default-browser): Doc fix.
22770 2005-03-09 Miles Bader <miles@gnu.org>
22772 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22773 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22775 2005-03-09 Kenichi Handa <handa@m17n.org>
22777 * international/latin-1.el: Set case and syntax for 255 only if
22778 set-case-syntax-set-multibyte is nil.
22780 * textmodes/ispell.el (ispell-insert-word): New function.
22781 (ispell-word): Use ispell-insert-word to insert a new word.
22782 (ispell-process-line): Likewise.
22783 (ispell-complete-word): Likewise.
22785 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22787 * calendar/calendar.el (redraw-calendar): Preserve point.
22788 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22789 (calendar-week-start-day): Move after definition of
22790 redraw-calendar. Delete buffer test, since redraw-calendar has
22793 * calendar/diary-lib.el (mark-diary-entries): Only call
22794 redraw-calendar in the first of any recursive calls.
22795 Reported by Alan Shutko <ats@acm.org>.
22797 2005-03-08 Juri Linkov <juri@jurta.org>
22799 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22800 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22801 (html-radio-buttons): Add a space before the trailing `/>' where
22802 sgml-xml-mode is non-nil.
22803 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22804 the subsequent tag of the empty XML tag.
22805 (html-href-anchor): Don't set initial input to "http:".
22806 (html-image): Ask for the image URL and set point inside alt="".
22807 (html-name-anchor): Duplicate the name in the `id' attribute when
22808 sgml-xml-mode is non-nil.
22809 (html-paragraph): Remove \n before <p>.
22810 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22811 instead of `checked' when sgml-xml-mode is non-nil.
22813 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22814 Remove 1 space before #RRGGBB to not truncate it on terminal
22815 windows w/o fringes. Remove 1 space between bg and fg examples
22817 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22818 avoid byte-compile warnings.
22820 * image-file.el (image-file-handler): Put `safe-magic' property to
22821 `image-file-handler'.
22823 * info.el (Info-isearch-search): Emulate word search in
22824 isearching through multiple Info nodes with Info-search.
22825 (Info-isearch-wrap): Allow isearch-word.
22827 2005-03-08 Lute Kamstra <lute@gnu.org>
22829 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22830 stepping into the debugger's code is not possible.
22831 (debugger-jumping-flag): Docstring update.
22833 2005-03-08 Jay Belanger <belanger@truman.edu>
22835 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22836 embedded mode begins.
22837 (calc-embedded-language-alist): New variable.
22838 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22839 set default language mode.
22841 2005-03-08 Kenichi Handa <handa@m17n.org>
22843 * international/ccl.el (define-ccl-program): Fix docstring about
22844 extra 256 bytes assured for the output buffer.
22846 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22847 Fix BUFFER_MAGNIFICATION to 2.
22848 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22850 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22852 * align.el (align-rules-list): Added an alignment rule for CSS
22853 declarations (applies to css-mode and html-mode buffers).
22855 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22857 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22859 2005-03-07 Kim F. Storm <storm@cua.dk>
22861 * simple.el (move-beginning-of-line): New command.
22863 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22865 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22867 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22868 and move-beginning-of-line.
22870 * apropos.el (apropos-print): Omit command from M-x ... RET.
22872 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22874 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22875 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22877 2005-03-06 Richard M. Stallman <rms@gnu.org>
22879 * bindings.el (esc-map): Bind M-g to goto-line.
22881 * facemenu.el (global-map): Bind M-o, not M-g.
22883 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22885 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22886 "Open Directory" as for "Open File".
22888 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22890 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22891 (push-mark-command): Run activate-mark-hook.
22893 2005-03-06 Richard M. Stallman <rms@gnu.org>
22895 * help-mode.el (help-mode-finish): Don't alter the element
22896 in view-return-to-alist if there already is one.
22898 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22899 make sure the current buffer is the expected one.
22901 * novice.el (disabled-command-function): Output in *Disabled Command*.
22902 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22904 * textmodes/flyspell.el (flyspell-large-region):
22905 Pass args differently for aspell.
22907 * files.el (mode-require-final-newline): Doc fix.
22909 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22911 * progmodes/which-func.el (which-function):
22912 Specify NOERROR when calling imenu--make-index-alist.
22914 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22916 * simple.el (normal-erase-is-backspace): Define default value.
22918 * custom.el (custom-theme-set-variables): Remove unused var
22920 (custom-reevaluate-setting): Simple function to handle variables
22921 that are defined before their default value can really be
22924 * startup.el (command-line): Use it for temporary-file-directory,
22925 small-emporary-file-directory, auto-save-file-name-transforms,
22926 blink-cursor-mode, and normal-erase-is-backspace.
22928 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22929 progress, even with buggy anchored keywords.
22931 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22933 * simple.el (goto-line): Remove unbalanced final parenthesis.
22935 2005-03-05 Richard M. Stallman <rms@gnu.org>
22937 * simple.el (goto-line): Use a number at point as the default.
22938 With C-u as arg, switch buffers.
22940 2005-03-05 Juri Linkov <juri@jurta.org>
22942 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22943 with `no-blinking-cursor'.
22945 * startup.el (no-blinking-cursor): New defvar.
22946 (command-line): Add `--no-blinking-cursor' to longopts.
22947 Set `no-blinking-cursor' to t for command line arguments
22948 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22949 with `no-blinking-cursor' in the condition for calling
22950 `blink-cursor-mode'.
22952 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22954 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22955 (menu-bar-options-save): Add blink-cursor-mode.
22956 (menu-bar-options-menu): Add blink-cursor-mode.
22958 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22960 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22961 (icalendar-export-file, icalendar-export-region)
22962 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22963 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22965 2005-03-04 Lute Kamstra <lute@gnu.org>
22967 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22968 (debug-function-list): Ditto.
22970 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22972 * textmodes/texinfmt.el (texinfo-append-refill):
22973 Redefine the types of line to which @refill
22974 is not appended by replacing a search for `@refill\\|@bye' with
22975 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22976 itemize@refill' bug and the unfilled long lines bug.
22977 (texinfmt-version): Update number and date.
22979 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22981 * international/code-pages.el (windows-1250, windows-125[2-8])
22982 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22984 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22986 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22989 2005-03-02 Romain Francoise <romain@orebokech.com>
22991 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22992 buffer after removing limits.
22993 (ibuffer-pop-filter): Ditto.
22996 2005-03-02 Miles Bader <miles@gnu.org>
22998 * button.el (make-text-button): If the user doesn't specify a
22999 type, use the default. Rewrite to use `add-text-properties' and
23002 2005-03-01 Lute Kamstra <lute@gnu.org>
23004 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23005 (debugger-jumping-flag): New var.
23006 (debug-entry-code): Use it.
23007 (debugger-jump): Use debugger-jumping-flag and add
23008 debugger-reenable to post-command-hook.
23009 (debugger-reenable): Use debugger-jumping-flag and remove itself
23010 from post-command-hook.
23011 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23014 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23016 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23017 inclusion of "itemize\\|", which may be unnecessary, is certainly
23018 inelegant, and stops refilling in itemize lists when formatting
23019 Japanese Texinfo files to Info.
23020 Update copyright to 2005.
23022 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23024 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23025 of an error if GDB can't find the source file.
23027 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23029 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23030 not just the calendar.
23032 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23034 (diary-redraw-calendar): New function.
23035 (make-diary-entry): Add diary-redraw-calendar to local
23036 write-contents-functions. Turn off selective display before
23037 inserting in diary.
23039 2005-03-01 Kim F. Storm <storm@cua.dk>
23041 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23043 2005-03-01 Lute Kamstra <lute@gnu.org>
23045 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23046 that debug-entry-code can be safely removed from a function while
23047 this code is being evaluated. Revert the 2005-02-27 change as the
23048 new implementation no longer requires it. Make sure that a
23049 function body containing just a string is not mistaken for a docstring.
23050 (debug): Skip one more frame in case of debug on entry.
23051 (debugger-setup-buffer): Delete one more frame line in case of
23053 (debugger-frame-number): Update to use the new text introduced by
23054 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23056 2005-02-28 Kim F. Storm <storm@cua.dk>
23058 * double.el (double-translate-key): Call force-window-update after
23059 read-event to avoid crash in redisplay.
23061 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23063 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23064 (debug): Use it. Move the inhibit-trace earlier.
23065 (debug-entry-code): New const.
23066 (debug-on-entry-1): Use it.
23068 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23070 * international/utf-16.el (ccl-encode-mule-utf-16le):
23071 Fix BUFFER_MAGNIFICATION to 2.
23072 (ccl-encode-mule-utf-16be): Likewise.
23074 2005-02-28 Kenichi Handa <handa@m17n.org>
23076 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23077 Fix BUFFER_MAGNIFICATION to 4.
23078 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23080 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23082 * speedbar.el (speedbar-update-flag): Doc fix.
23083 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23086 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23088 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23089 have a non-nil `invisible' property but are actually visible.
23091 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23092 for perldoc sections.
23093 (perl-outline-regexp, perl-outline-level): New var and function.
23094 (perl-mode): Use them.
23096 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23098 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23099 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23101 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23103 * cus-edit.el: Comment change.
23104 (custom-buffer-create-internal): Slightly reword text at top of
23105 Custom buffers. Mention there that saving an option edits the
23106 init file. Add link to Emacs manual node on `custom-file'.
23107 (custom-magic-alist): Rewrite individual State messages to use
23108 capitalized keywords. Doc fix.
23110 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23112 * calendar/calendar.el (calendar-buffer): Move above
23113 calendar-week-start-day.
23114 (calendar-week-start-day): Doc fix. Add :set function.
23115 (calendar-minimum-window-height): New variable.
23116 (generate-calendar-window): Only resize window if selected-window
23117 is displaying the calendar buffer. Use new variable
23118 calendar-minimum-window-height.
23119 (generate-calendar): Reword error message.
23120 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23122 2005-02-27 Andreas Schwab <schwab@suse.de>
23124 * vc.el (vc-do-command): Don't run command asynchronously when
23125 operating in a remote directory.
23127 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23128 change from sync with Tramp 2.0.47.
23130 2005-02-27 Richard M. Stallman <rms@gnu.org>
23132 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23134 * textmodes/flyspell.el (flyspell-mode-on):
23135 Call ispell-change-dictionary only if necessary.
23137 * emacs-lisp/re-builder.el (regexp-builder): New function.
23139 * register.el (describe-register-1): Explicitly handle
23140 yank-excluded-properties = t.
23142 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23143 (custom-magic-alist): Change the status descriptions again.
23144 (face widget-type): Total rewrite based on `restricted-sexp'
23145 to eliminate the confusing double hiding levels.
23147 * emacs-lisp/debug.el (debug-on-entry-1):
23148 If function body is empty, add nil as body form.
23150 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23152 * emacs-lisp/trace.el (inhibit-trace): New var.
23153 (trace-make-advice): Use it.
23155 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23157 2005-02-26 Kim F. Storm <storm@cua.dk>
23159 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23160 (mouse-on-link-p, mouse-drag-region-1): Use it.
23162 2005-02-25 Lute Kamstra <lute@gnu.org>
23164 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23166 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23168 * frame.el (blink-cursor-mode): Add :group keyword.
23170 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23172 * calendar/icalendar.el (icalendar--decode-isodatetime):
23173 New optional argument DAY-SHIFT.
23174 (icalendar-export-region): Fix coding-system-for-write.
23175 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23178 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23180 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23182 2005-02-24 Kim F. Storm <storm@cua.dk>
23184 * international/iso-acc.el (iso-accents-compose): Fix crash
23185 during redisplay. Call force-window-update after read-event
23186 and delete-region to signal that window is not accurate.
23188 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23190 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23191 Remove unused and inexistent var `inhibit-trace'.
23192 (debugger-mode): Use run-mode-hooks.
23193 (debugger-list-functions): Add buttons; setup xref stack.
23195 2005-02-23 Richard M. Stallman <rms@gnu.org>
23197 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23198 appointment says it was explicitly made.
23199 (appt-add): Set the 3rd element.
23200 (appt-make-list): Preserve explicit appointments.
23202 * subr.el (find-tag-default): Catch errors in forward-sexp.
23204 2005-02-23 Juri Linkov <juri@jurta.org>
23206 * info.el (Info-isearch-search): New defcustom.
23207 (Info-isearch-search): Call the default isearch function
23208 when Info-isearch-search is nil.
23209 (Info-isearch-wrap): Use variable Info-isearch-search.
23211 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23213 * cus-edit.el: Comment change.
23215 2005-02-22 Kim F. Storm <storm@cua.dk>
23217 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23218 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23220 2005-02-22 Simon Josefsson <jas@extundo.com>
23222 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23224 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23225 Oskarsson" <myrkraverk@users.sourceforget.net>.
23227 2005-02-22 Kim F. Storm <storm@cua.dk>
23229 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23230 check that window of that event is the selected window.
23231 (mouse-drag-region-1): Compare mouse event window to selected
23232 window before setting point.
23234 * tooltip.el (tooltip-show-help-function): Pass event to
23235 mouse-on-link-p so it can check selected window.
23237 2005-02-22 Kenichi Handa <handa@m17n.org>
23239 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23240 (ps-mule-show-warning): New function.
23241 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23242 characters are found.
23244 * ps-print.el (ps-header-footer-string): Return a list of header
23245 and footer strings.
23247 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23249 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23251 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23253 * frame.el (blink-cursor-mode): Use define-minor-mode.
23255 * term/mac-win.el (function-key-map): Use char-names more consistently.
23256 (file-name-coding-system): Only set it for MacOS-9. The other case is
23257 already handled in mule-cmds.el (where it also works when mac-win.el
23260 2005-02-21 Kenichi Handa <handa@m17n.org>
23262 * international/mule.el (ctext-pre-write-conversion): Always use
23263 " *code-converting-work*" buffer for work.
23265 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23267 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23269 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23271 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23273 * ses.el (undo-more): Restore defadvice, but only the part that
23274 allows changes outside the restricted area of the buffer.
23276 2005-02-20 Kim F. Storm <storm@cua.dk>
23278 * simple.el (line-move): Add fourth optional arg try-vscroll which
23279 must be set to perform auto-window-vscroll.
23280 When moving backwards and doing auto-window-vscroll, automatically
23281 vscroll to the last part of lines which are taller than the window.
23282 (next-line, previous-line): Set try-vscroll arg on line-move.
23284 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23286 * replace.el (query-replace, query-replace-regexp)
23287 (replace-string, replace-regexp): When operating on region, make
23288 the minibuffer prompt say so.
23290 * isearch.el (isearch-forward): Document isearch-query-replace and
23291 isearch-query-replace-regexp keybindings.
23293 2005-02-19 Jay Belanger <belanger@truman.edu>
23295 * calc/calc-aent.el (math-read-token): Add local variable.
23297 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23298 (calc-edit-top): Move declaration to earlier in file.
23299 (calc-edit-macro-repeats): Add local variables.
23301 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23302 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23304 Adjust integration rule for calcFunc-tan.
23306 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23308 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23309 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23310 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23311 (viper-skip-separators): Bug fix.
23312 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23313 particular major mode.
23314 (viper-del-backward-char-in-replace): Don't put deleted char on the
23317 * viper-ex.el (viper-color-display-p): New function.
23318 (viper-has-face-support-p): Use viper-color-display-p.
23320 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23322 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23324 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23325 (viper-file-remote-p): Make equivalent to file-remote-p.
23327 * viper.el (viper-major-mode-modifier-list):
23328 Use viper-gnus-modifier-map.
23330 2005-02-19 David Kastrup <dak@gnu.org>
23332 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23335 2005-02-19 Jay Belanger <belanger@truman.edu>
23337 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23338 Remove extra definitions.
23339 (calc-coth): New function.
23340 (calcFunc-cot): Fix `let'.
23342 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23344 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23345 the reasons we use "type pc" in these faces.
23347 * button.el (button): Ditto.
23349 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23351 * replace.el (query-replace-read-from): Set the value of
23352 query-replace-from-history-variable to handle the case of an empty
23353 string entered to accept the suggested default.
23355 * net/tramp.el (tramp-file-name-for-operation):
23356 Use dired-call-process instead of dired-call-process-command.
23358 2005-02-19 Jay Belanger <belanger@truman.edu>
23360 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23361 (math-div-non-trig): New variables.
23362 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23363 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23364 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23367 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23369 * progmodes/gdb-ui.el (gdb-var-update-handler)
23370 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23371 for watch expressions,
23372 (gdb-var-create-handler): Don't set speedbar-update-flag.
23373 (gdb-post-prompt): Simplify test for speedbar.
23375 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23377 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23378 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23379 we use the syntax table of the correct buffer.
23380 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23383 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23384 (ediff-file-remote-p): Make synonymous with file-remote-p.
23385 In all deffaces ediff-*-face-*, use min-colors.
23387 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23388 ediff-recurse-to-subdirectories.
23389 (ediff-mark-if-equal): Check that the arguments are strings, use
23390 ediff-same-contents (after to Felix Gatzemeier).
23392 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23395 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23397 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23399 2005-02-18 David Kastrup <dak@gnu.org>
23401 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23402 use `mark-active' when defined.
23404 2005-02-18 Kenichi Handa <handa@m17n.org>
23406 * ps-print.el (ps-font-info-database): New entry
23407 ZapfChancery-MediumItalic with correct font name. Fix font name
23408 of the entry Zapf-Chancery-MediumItalic.
23410 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23412 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23414 2005-02-16 Kim F. Storm <storm@cua.dk>
23416 * ido.el (ido-fallback-command): Pass user input to fallback command.
23418 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23420 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23421 (gdb-find-file-hook): Add server prefix.
23423 2005-02-16 Richard M. Stallman <rms@gnu.org>
23425 * replace.el (perform-replace): Pass new args to replace-highlight.
23426 (replace-highlight): Take region args,
23427 and pass them to isearch-lazy-highlight-new-loop.
23429 * novice.el (disabled-command-hook): Autoload the defalias
23430 and the make-obsolete-variable call.
23432 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23434 * isearch.el (isearch-lazy-highlight-start-limit)
23435 (isearch-lazy-highlight-end-limit): New variables limit
23436 the region for highlighting.
23437 (isearch-lazy-highlight-new-loop): New args BEG and END.
23438 (isearch-lazy-highlight-search): Use the new vars.
23439 (isearch-lazy-highlight-update): Likewise.
23441 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23443 * cus-start.el (all): Use default-boundp.
23445 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23447 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23449 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23451 * autorevert.el (auto-revert-stop-on-user-input)
23452 (auto-revert-verbose): Doc fixes.
23454 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23456 * international/mule-cmds.el (set-locale-environment): Remove call
23457 to set-selection-coding-system on Windows.
23459 2005-02-15 Jay Belanger <belanger@truman.edu>
23461 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23462 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23464 (math-simplify-sqrt): Add simplifications.
23466 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23469 * calc/calc-ext.el: Add functions to autoloads.
23471 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23472 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23473 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23474 (math-csc-raw, math-cot-raw): New functions.
23476 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23478 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23479 the variable name in a message.
23481 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23482 calcFunc-csc, calcFunc-cot.
23484 * calc/calcalg2.el: Add derivative and integration rules for
23485 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23486 calcFunc-csch, calcFunc-coth.
23487 (math-do-integral-methods): Add to checks for when to use
23490 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23492 2005-02-15 Lute Kamstra <lute@gnu.org>
23494 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23495 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23496 <monnier@iro.umontreal.ca>
23497 (lisp-outline-level): Improve efficiency. Suggested by David
23498 Kastrup <dak@gnu.org>.
23500 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23502 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23503 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23504 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23505 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23506 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23508 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23510 * cus-start.el (all): Comment change.
23512 2005-02-14 Lute Kamstra <lute@gnu.org>
23514 * cus-start.el (all): Check if symbol is void.
23516 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23518 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23519 optional argument to \cite.
23521 2005-02-14 Richard M. Stallman <rms@gnu.org>
23523 * cus-edit.el (custom-buffer-create-internal): Update help message.
23524 (custom-magic-alist): Update help messages.
23526 * cus-start.el (all): Allow a var to specify a standard value.
23528 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23530 * custom.el (custom-theme-set-variables): Handle variable aliases.
23532 * frame.el (blink-cursor-timer): Doc fix.
23533 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23535 (blink-cursor-mode): Define with defcustom and use correct
23536 standard expression in that defcustom.
23537 * startup.el (command-line): Adapt to above changes in frame.el.
23539 2005-02-11 Lute Kamstra <lute@gnu.org>
23541 * apropos.el (apropos-score-doc): Prevent division by zero.
23543 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23545 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23546 (icalendar--get-event-property-attributes)
23547 (icalendar--get-event-properties)
23548 (icalendar--datetime-to-diary-date): New functions.
23549 (icalendar--split-value): Doc fix.
23550 (icalendar--datetime-to-noneuropean-date)
23551 (icalendar--datetime-to-european-date): New optional argument
23552 SEPARATOR. Return result as a string instead of a list.
23553 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23554 (icalendar--convert-string-for-export): Rename arg S to STRING.
23555 (icalendar-export-region): Doc fix. Change name of error buffer.
23556 Save output buffer.
23557 (icalendar-import-file): Add blank at end of prompt.
23558 (icalendar-import-buffer): Doc fix. Do not switch to error
23559 buffer. Indicate status in return value.
23560 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23561 buffer. Save output buffer. Handle exception from recurrence
23562 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23563 events. Fix problems with weekly all-day events.
23565 2005-02-10 Richard M. Stallman <rms@gnu.org>
23567 * simple.el (eval-expression-print-format):
23568 Avoid warning about edebug-active.
23570 * help.el (help-for-help-internal): Rename from help-for-help.
23571 (help-for-help): Define with defalias.
23573 * font-core.el (font-lock-default-function): Use with-no-warnings.
23575 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23577 * custom.el (defface): Doc fix.
23579 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23581 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23582 width 0" to prevent word wrapping problems.
23584 2005-02-09 Kim F. Storm <storm@cua.dk>
23586 * ido.el (ido-file-extensions-order): New defcustom.
23587 (ido-file-extension-lessp, ido-file-extension-aux)
23588 (ido-file-extension-order): New advanced file ordering.
23589 (ido-file-lessp): New simple file ordering.
23590 (ido-sort-list): Remove.
23591 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23592 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23594 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23596 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23597 that some versions of grep produce.
23598 (grep-mode-font-lock-keywords): Likewise.
23600 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23602 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23603 (gdb-cdir): Delete.
23604 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23605 (gdb-source-info): Treat case when source file is in another
23606 directory properly.
23607 (gdb-get-location): New function.
23609 2005-02-07 Jay Belanger <belanger@truman.edu>
23611 * calc/calc-prog.el (calc-write-parse-table-part)
23612 (calc-fix-token-name): Fix a check for language type.
23614 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23616 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23618 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23619 as directory not writable.
23621 2005-02-07 Kim F. Storm <storm@cua.dk>
23623 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23624 (cua--standard-movement-commands): Remove list.
23625 Instead, set CUA property value to move for movement commands.
23626 (cua-movement-commands): Remove. Users must set CUA prop instead.
23627 (cua--pre-command-handler): Check CUA property.
23628 (cua--init-keymaps): Don't remap undo commands.
23629 (cua-mode): Don't call cua--rectangle-on-off.
23631 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23632 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23633 (cua--rect-undo-set-point): New var.
23634 (cua--rectangle-undo-boundary): Setup undo apply entry.
23635 (cua--rect-undo-handler): New function for rectangle undo.
23636 (cua--rect-start-position, cua--rect-end-position): Add.
23637 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23638 for restored rectangle. Set point if cua--rect-undo-set-point.
23640 2005-02-06 Jay Belanger <belanger@truman.edu>
23642 * calc/calc-lang.el (calc-tex-language): Display more information
23645 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23648 2005-02-06 Richard M. Stallman <rms@gnu.org>
23650 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23652 2005-02-05 Arne_J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
23654 * net/ldap.el (ldap-search-internal): Support attributes with
23655 optional descriptions separated by a semi-colon, as in
23656 "userCertificate;binary".
23658 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
23660 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23661 isn't a cons (i.e. the version is 0).
23663 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23665 * help.el (help-for-help): Doc fix.
23667 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23669 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23670 GDB-Windows on the menu-bar as this works better.
23672 2005-02-04 Jay Belanger <belanger@truman.edu>
23674 * calc/calc-embed.el (calc-embedded-update): Don't put in
23675 unnecessary newlines. Adjust the end of formula marker.
23677 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23678 (math-latex-parse-two-args): New function.
23680 2005-02-03 Lute Kamstra <lute@gnu.org>
23682 * help-fns.el (help-with-tutorial): Make sure that users cannot
23683 remove the entire text of the tutorial by means of `undo'.
23685 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23687 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23688 in recent changes, where the ispell process was repeatedly
23689 killed & restarted.
23691 * international/mule-cmds.el (set-locale-environment): Set file-name
23692 coding system to utf-8 on Darwin systems.
23693 (set-default-coding-systems): Don't set default-file-name-coding-system
23696 2005-02-03 Richard M. Stallman <rms@gnu.org>
23698 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23700 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23702 * faces.el (list-faces-display): Add optional argument.
23704 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23706 * font-core.el (font-lock-default-function): Handle the rare case where
23707 only font-lock-keywords is set.
23709 2005-02-02 Kenichi Handa <handa@m17n.org>
23711 * international/characters.el: Cancel previous change for
23712 I-WITH-DOT-ABOVE and DOTLESS-i.
23714 * international/latin-5.el: Cancel previous change.
23716 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23718 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23720 2005-02-02 Kenichi Handa <handa@m17n.org>
23722 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23725 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23726 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23728 * case-table.el (get-upcase-table): New function.
23729 (copy-case-table): Copy upcaes table too if non-nil.
23730 (set-case-syntax-delims): Maintain upcase table too.
23731 (set-case-syntax-pair): Likewise.
23732 (set-upcase-syntax, set-downcase-syntax): New functions.
23733 (set-case-syntax): Maintain upcase table too.
23735 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23737 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23739 * progmodes/gud.el (gud-goto-info): New function.
23740 (gud-tool-bar-map): Use correct icon.
23742 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23744 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23745 When delegating, order args in the funcall correctly.
23747 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23749 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23751 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23753 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23754 buffer not visiting a file.
23756 2005-01-31 Jay Belanger <belanger@truman.edu>
23758 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23759 bound on the line with the formula.
23761 2005-01-31 Kim F. Storm <storm@cua.dk>
23763 * ses.el (ses-create-cell-variable-range)
23764 (ses-destroy-cell-variable-range, ses-reset-header-string)
23765 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23766 (ses-insert-row): Fix format of apply undo entries.
23768 2005-01-31 Jay Belanger <belanger@truman.edu>
23770 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23773 * calc/calc-embed.el (calc-embedded-open-formula)
23774 (calc-embedded-close-formula): Ignore matrix environments.
23776 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23779 * calc/calc-lang.el (math-function-table, math-oper-table)
23780 (math-variable-table): Adjust the LaTeX portions.
23782 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23783 (math-latex-ignore-words): New constant.
23785 2005-01-31 Richard M. Stallman <rms@gnu.org>
23787 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23788 (ispell-local-dictionary): Doc fix.
23789 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23790 Don't reinitialize at run time. Don't defcustom.
23791 All uses changed to append ispell-local-dictionary-alist,
23793 (ispell-current-dictionary): New variable for dictionary in use.
23794 (ispell-dictionary): Now used only for global default.
23795 (ispell-start-process): Set ispell-current-dictionary,
23796 not ispell-dictionary.
23797 (ispell-change-dictionary): Use this only for setting
23799 (ispell-internal-change-dictionary): New function
23800 to change the current dictionary in use.
23801 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23802 Use ispell-current-dictionary.
23803 Handle ispell-local-dictionary-overridden.
23804 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23806 2005-01-31 Jay Belanger <belanger@truman.edu>
23808 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23810 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23811 (calc-mode-map): Add calc-latex-language.
23813 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23814 (math-latex-print-frac): New functions.
23815 (math-oper-table, math-function-table, math-variable-table)
23816 (math-complex-format, math-input-filter): Add latex properties.
23817 (calc-set-language): Set math-expr-special-function-mapping.
23819 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23820 (calc-write-parse-table-part): Add LaTeX support.
23822 * calc/calc.el (calc-language): Adjust docstring.
23823 (calc-set-mode-line): Add LaTeX support.
23824 (math-expr-special-function-mapping): New variable.
23825 (math-tex-ignore-words): Add to list.
23827 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23829 (math-compose-expr): Add support for special functions.
23831 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23833 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23835 * progmodes/gdb-ui.el (gdb-memory-address)
23836 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23837 (gdb-memory-mode-map, gdb-memory-format-keymap)
23838 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23839 (gdb-memory-unit-menu): New variables for a buffer
23840 that lets the user examine program memory.
23841 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23842 (gdb-memory-format-binary, gdb-memory-format-octal)
23843 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23844 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23845 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23846 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23847 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23848 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23849 (gdb-memory-mode, gdb-memory-buffer-name)
23850 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23851 New functions for above buffer.
23853 2005-01-30 Richard M. Stallman <rms@gnu.org>
23855 * cus-edit.el (custom-bury-buffer): Function deleted.
23856 (custom-buffer-done-function): Option deleted.
23857 (custom-buffer-done-kill): New replacement option.
23858 (Custom-buffer-done): Call quit-window.
23859 (custom-buffer-create-internal): Update for above changes.
23861 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23863 * simple.el (undo-ask-before-discard): New var.
23864 (undo-outer-limit-truncate): Implement it.
23865 (undo-extra-outer-limit): Doc update.
23867 2005-01-29 Richard M. Stallman <rms@gnu.org>
23869 * ses.el (undo-more): Delete defadvice.
23870 (ses-begin-change): Doc fix.
23872 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23873 instead of rebinding C-x u and C-_.
23875 * files.el (normal-backup-enable-predicate): Return nil for files
23876 in /tmp, regardless of temporary-file-directory.
23878 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23880 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23881 (open-rectangle, delete-whitespace-rectangle-line)
23882 (clear-rectangle-line): If FILL, pass t instead of FILL
23883 for move-to-column's 2nd arg.
23885 * simple.el (undo): Fix the test for continuing a series of undos.
23886 (undo-more): Set pending-undo-list to t when we reach end.
23887 (pending-undo-list): Move up defvar.
23889 * wid-edit.el (widget-button-click):
23890 Shorten the range of the track-mouse binding.
23892 * comint.el (comint-insert-input): Undo previous changes;
23893 use last-input-event in interactive spec.
23895 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23897 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23898 to nil before invoking call-process. Reset buffer's modified flag
23899 after fontifying it in the no-async branch.
23901 * wid-edit.el (widget-specify-button): If mouse pointer shape
23902 cannot be changed, use mouse face instead.
23904 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23906 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23907 (gdb-goto-breakpoint): Make breakpoint handling work on template
23908 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23909 (gdb-assembler-custom): Update to recognize breakpoint information
23910 added on 2005-01-19.
23912 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23914 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23915 (dsssl-mode): Use define-derived-mode.
23916 (scheme-mode-initialize): Remove.
23917 (scheme-mode): Use run-mode-hooks.
23919 * cus-edit.el (customize-group-other-window)
23920 (custom-buffer-create-other-window): Don't override special-display-*.
23921 (custom-mode-map): Make it dense.
23923 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23924 sets the default value.
23926 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23928 * descr-text.el: Add more keywords.
23930 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23932 * speedbar.el: Avoid unnecessary use of locate-library.
23934 * international/mule-cmds.el (standard-display-european-internal):
23935 Don't fiddle with latin-1 non-break space any more since it's now
23936 special cased in the C code.
23937 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23939 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23941 * cus-start.el (all): Add `undo-outer-limit'.
23943 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23945 * textmodes/bibtex.el (bibtex-format-entry):
23946 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23948 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23949 not on part of a buffer.
23951 2005-01-25 Lute Kamstra <lute@gnu.org>
23953 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23954 nonempty field text strings like "{letters\\macro{}more letters}".
23956 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23957 (bibtex-entry-offset, bibtex-parse-association)
23958 (bibtex-parse-field-name): Fix typos in docstrings.
23959 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23961 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23963 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23964 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23965 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23966 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23968 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23969 isearch minor mode.
23971 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23973 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23975 2005-01-24 Lute Kamstra <lute@gnu.org>
23977 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23978 CASECHARS and NOT-CASECHARS regular expressions of the
23979 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23980 striding over charsets" error.
23982 2005-01-24 Jay Belanger <belanger@truman.edu>
23984 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23985 display variable name.
23987 2005-01-24 Kenichi Handa <handa@m17n.org>
23989 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23990 Fix setting of the element of encoded-kbd-iso2022-invocations.
23992 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23994 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23995 (gdb-threads-select): Change to also accept mouse events.
23996 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23997 (gdb-threads-mouse-select): Delete.
23999 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24001 * files.el (insert-directory): Take care of empty directory,
24002 listed without -a switch.
24004 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24006 * textmodes/refill.el (refill-post-command-function):
24007 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24008 to the list of functions that we should be careful not to undo.
24009 (refill-late-fill-paragraph-function): Remove.
24010 (refill-saved-state): New var.
24011 (refill-mode): Use it to save fill-paragraph-function.
24012 Save also the value of auto-fill-function.
24014 * term/w32-win.el: Simplify code.
24016 2005-01-23 Kim F. Storm <storm@cua.dk>
24018 * simple.el (line-move): Adapt to new return value from
24019 pos-visible-in-window-p.
24021 * simple.el (line-move): Fix last change. Check partial
24022 visibility at point rather than at window-start.
24024 2005-01-22 Jason Rumney <jasonr@gnu.org>
24026 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24028 2005-01-22 David Kastrup <dak@gnu.org>
24030 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24032 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24034 * type-break.el (type-break-mode): Add a test for
24035 type-break-file-name being non-nil.
24037 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24039 * net/eudc.el (top level): Call (message "") via progn, so that
24040 eudc-options-file is loaded.
24042 2005-01-22 Kim F. Storm <storm@cua.dk>
24044 * simple.el (line-move-1): Rename from line-move.
24045 (line-move): New function that adjusts vscroll for partially
24046 visible rows, and calls line-move-1 otherwise.
24048 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24050 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24051 since it's not a complete read-event implementation
24053 2005-01-20 Jay Belanger <belanger@truman.edu>
24055 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24056 for called function.
24058 2005-01-20 Steven Tamm <steventamm@mac.com>
24060 * term/mac-win.el (process-connection-type): Remove.
24061 Controlled now by s/darwin.h:PTY_ITERATION.
24063 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24065 * window.el (handle-select-window): Don't switch window when we're
24068 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24070 * subr.el (dotimes-with-progress-reporter): New macro.
24072 * ses.el (ses-dotimes-msg): Remove macro.
24073 Use `dotimes-with-progress-reporter' instead.
24075 2005-01-19 Steven Tamm <steventamm@mac.com>
24077 * term/mac-win.el (process-connection-type): Use new
24078 operating-system-release variable to use ptys on Darwin 7 (OS X
24079 10.3) when using carbon build.
24081 2005-01-19 Jay Belanger <belanger@truman.edu>
24083 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24084 flags if the last command was a tab or M-tab.
24086 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24087 in formula editing buffer.
24089 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24091 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24092 breakpoint image symbol in margin.
24094 2005-01-19 Jay Belanger <belanger@truman.edu>
24096 * calc/calc-prog.el (calc-execute-kbd-macro):
24097 Ignore calc-keep-arg-flag.
24099 2005-01-19 Kenichi Handa <handa@m17n.org>
24101 * textmodes/ispell.el (ispell-looking-at): New function.
24102 (ispell-process-line): Use ispell-looking-at to compare the ispell
24103 output and the buffer contents.
24105 2005-01-18 Jay Belanger <belanger@truman.edu>
24107 * calc/calc.el (calc-display-raw): Fix docstring.
24109 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24111 * simple.el (blink-matching-open): Strip extra info from syntax.
24113 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24114 funny chars in the end-of-here-doc marker.
24116 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24118 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24119 that enable/disabled state of breakpoints is shown correctly in
24120 fringe and on ttys.
24121 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24122 Add breakpoint information as text properties.
24123 (gdb-mouse-toggle-breakpoint):
24124 Rename to gdb-mouse-set-clear-breakpoint.
24125 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24126 breakpoints in the margin.
24127 (gdb-remove-strings): Simplify.
24129 2005-01-17 Jay Belanger <belanger@truman.edu>
24131 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24134 2005-01-17 Richard M. Stallman <rms@gnu.org>
24136 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24137 for calling grep-compute-defaults.
24139 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24140 if buffer is empty.
24142 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24144 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24146 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24148 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24149 non-preloaded variables.
24151 2005-01-17 Steven Tamm <steventamm@mac.com>
24153 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24154 tex-shell cause to force interactivity when using pipes.
24156 2005-01-17 Kim F. Storm <storm@cua.dk>
24158 * simple.el (just-one-space): Make arg optional.
24160 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24162 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24163 posn-at-x-y to t to access left-margin.
24165 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24167 Sync with Tramp 2.0.47.
24169 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24170 catching keep-date problems in cp/scp operations.
24171 (tramp-handle-copy-file): Don't call `set-file-modes'
24172 unconditionally. Specialized functions should know better what is
24173 necessary. This improves performance a little bit, and the
24174 functions could catch errors with `cp -p' and `scp -p'.
24175 (tramp-do-copy-or-rename-file-via-buffer)
24176 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24178 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24179 Call `set-file-modes' when appropriate.
24180 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24181 Johnsson <isak@hypergene.com>
24182 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24183 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24185 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24188 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24189 `find-file-hooks' and `dired-mode-hook'.
24190 (tramp-minor-mode-map): Respective map. Add remapping for
24191 `compile' and `recompile'.
24192 (tramp-remap-command, tramp-recompile): New defuns.
24193 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24194 in buffer "*Compilation*". Call the commands asynchronously.
24196 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24197 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24198 `shell-command', because it isn't magic in XEmacs. Reported by
24199 Adrian Aichner <adrian@xemacs.org>.
24201 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24202 `substitute-in-file-name.
24203 (tramp-smb-handle-substitute-in-file-name): New defun.
24204 (tramp-smb-advice-PC-do-completion): Delete advice.
24206 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24208 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24209 Fix error in deleting region.
24211 2005-01-15 Richard M. Stallman <rms@gnu.org>
24213 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24214 In non-temp buffer, switch syntax table temporarily.
24216 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24218 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24220 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24222 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24223 (imenu--generic-function): Use START, not BEG, as pos of definition.
24225 * simple.el (just-one-space): Argument specifies number of spaces.
24227 * simple.el (eval-expression-print-format): Avoid warning
24228 about edebug-active.
24230 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24232 * progmodes/sh-script.el: Code copied from make-mode.el
24233 with small changes,
24234 (sh-mode-map): Bind C-c C-\.
24235 (sh-backslash-column, sh-backslash-align): New variables.
24236 (sh-backslash-region, sh-append-backslash): New functions.
24238 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24240 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24241 (rmail-pop-password, rmail-pop-password-required): Move to
24242 rmail-obsolete group.
24243 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24244 All callers updated.
24245 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24246 Take an argument specifying whether it is POP or IMAP mailbox we
24247 are using. All callers updated.
24248 (rmail-pop-password-error): Rename to
24249 rmail-remote-password-error. Added mailutils-specific error message.
24250 (rmail-movemail-search-path)
24251 (rmail-movemail-variant-in-use): New variables.
24252 (rmail-remote-password, rmail-remote-password-required):
24253 New customization variables.
24254 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24255 (rmail-parse-url): New function.
24256 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24257 with GNU mailutils movemail.
24259 2005-01-15 Kevin Ryde <user42@zip.com.au>
24261 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24262 suffix to space, $ or '$, to correctly position point when going
24263 to @table style constants like DBL_MAX.
24265 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24267 * type-break.el (type-break-mode, type-break-file-time)
24268 (type-break-file-keystroke-count, type-break-choose-file):
24269 Don't store data in or load data from the file if type-break-file-name
24271 (type-break-file-name): Doc update as per the above.
24273 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24275 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24276 lookup-key might return nil; handle that.
24278 2005-01-15 Alan Mackenzie <acm@muc.de>
24280 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24281 rather than the element found, thus enabling the tree to be setcar'd.
24283 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24285 * textmodes/org.el (org-show-following-heading): New option.
24286 (org-show-hierarchy-above): Use `org-show-following-heading'.
24287 (org-cycle): Documentation fix.
24289 * textmodes/org.el (orgtbl-optimized): New option
24290 (orgtbl-mode): New command, a minor mode.
24291 (orgtbl-mode-map): New variable.
24292 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24293 (orgtbl-error, orgtbl-self-insert-command)
24294 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24296 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24297 a local variable in each org-mode buffer.
24299 * textmodes/org.el (org-set-regexps-and-options): Rename from
24300 `org-set-regexps'. Added checking for STARTUP keyword.
24301 (org-get-current-options): Add STARTUP options.
24302 (org-table-insert-row): Make mode intelligent about when
24303 realignment is needed.
24304 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24306 (org-enable-table-editor): New default value `optimized'.
24307 (org-table-blank-field): Support blanking regions if active.
24309 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24311 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24312 if the year is not given.
24314 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24315 Add new escapes %m and %M, fixed bug with %F by adding
24317 (reftex-reference): Remove ?. from list of spaces.
24318 (reftex-label-info): Add automatic label prefix recognition.
24320 * textmodes/reftex-index.el (reftex-index-next-phrase):
24321 Add slave parameter to call of `reftex-index-this-phrase'.
24322 (reftex-index-this-phrase): New optional argument.
24323 (reftex-index-region-phrases): Add slave parameter to call of
24324 `reftex-index-this-phrase'.
24325 (reftex-display-index): New argument redo.
24326 (reftex-index-rescan): Add `redo' to arguments of
24327 `reftex-display-index'.
24328 (reftex-index-Rescan, reftex-index-revert)
24329 (reftex-index-switch-index-tag): Add `redo' to arguments of
24330 `reftex-display-index'.
24331 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24332 indexing. Fix bug with matching is there is a quote before or
24335 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24336 Fix bug when collecting citation keys in lines with comments.
24337 (reftex-citation): Prefix argument no longer rescans the document,
24338 but forces prompting for optional arguments of cite macros.
24339 (reftex-do-citation): Prompting for optional arguments implemented.
24341 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24342 Add optional arguments to most cite commands.
24343 (reftex-cite-cleanup-optional-args): New option
24344 (reftex-cite-prompt-optional-args): New option.
24345 (reftex-trust-label-prefix): New option.
24347 * textmodes/reftex-toc.el (reftex-toc-find-section):
24348 Add push-mark before changing the position in the buffer.
24350 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24351 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24353 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24355 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24358 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24360 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24361 (sgml-mode): Use it.
24362 (sgml-get-context): Better keep track of implicitly closed tags.
24364 2005-01-13 Kenichi Handa <handa@m17n.org>
24366 * textmodes/ispell.el: These changes are to fix misalignment error
24367 caused by equivalent characters of different Emacs charsets.
24368 (ispell-unified-chars-table): New variable.
24369 (ispell-get-decoded-string): New function.
24370 (ispell-get-casechars, ispell-get-not-casechars)
24371 (ispell-get-otherchars): Call ispell-get-decoded-string.
24373 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
24375 * custom.el (custom-declare-variable): Just put symbol instead
24376 of (defvar . symbol) in `current-load-list'.
24378 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24380 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24382 2005-01-12 Jay Belanger <belanger@truman.edu>
24384 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24385 to create a Calc summary.
24387 2005-01-12 Kim F. Storm <storm@cua.dk>
24389 * mouse.el (mouse-on-link-p): Change functionality and doc
24390 string to comply with latest description in lisp ref.
24392 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24394 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24395 Enable mouse clicks on mode-line, header-line and margin.
24396 (event-type): Give mouse event symbols an `event-kind' property
24397 with value `mouse-click'.
24399 2005-01-12 Juri Linkov <juri@jurta.org>
24401 * facemenu.el (list-colors-display): Add new arg buffer-name.
24402 Use it. Fix docstring. Replace code for identifying duplicate
24403 colors by the name with call to `list-colors-duplicates' which
24404 identifies duplicate colors by the value unless the color
24405 is one of special Windows colors. Set truncate-lines to t.
24406 Print sorted duplicate color names on each line. Indent to 22
24407 \(the longest color name in rgb.txt) instead of 20. Optimize.
24408 (list-colors-duplicates): New function.
24409 (facemenu-color-name-equal): Delete function.
24411 * facemenu.el (list-colors-print): New function created from code
24412 in list-colors-display. Print #RRGGBB at the window right edge.
24413 (list-colors-display): When temp-buffer-show-function is not
24414 defined, call list-colors-print from temp-buffer-show-hook
24415 to get the right value of window-width in list-colors-print
24416 after the buffer is displayed.
24418 * simple.el (pop-mark): Move deactivate-mark out of conditional
24419 part to deactivate the active mark regardless of the state of the
24422 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24423 variables line in desktop files.
24425 2005-01-12 Juri Linkov <juri@jurta.org>
24427 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24428 Bring together isearch highlight related options.
24429 (lazy-highlight): Replace group `replace' by `matching'.
24430 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24431 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24432 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24433 and declare them obsolete.
24434 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24435 (isearch-faces): Remove defgroup.
24436 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24437 Move isearch highlighting code closer to lazy highlighting code.
24439 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24440 (query-replace-highlight, query-replace-lazy-highlight)
24441 (query-replace): Move definitions to the beginning of the file.
24443 2005-01-11 Juri Linkov <juri@jurta.org>
24445 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24446 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24447 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24449 * info.el (Info-history-forward): New variable.
24450 (Info-select-node): Reset Info-history-forward to nil.
24451 (Info-last): Turn into defalias.
24452 (Info-history-back): Rename from Info-last.
24453 Add current node to Info-history-forward.
24454 (Info-history-forward): New fun.
24455 (Info-mode-map): Replace Info-last by Info-history-back.
24456 Bind Info-history-forward to "r".
24457 (Info-mode-menu): Replace Info-last by Info-history-back.
24458 Fix menu item text. Add menu item for Info-history-forward.
24459 (info-tool-bar-map): Replace Info-last by Info-history-back.
24460 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24461 for Info-history-forward.
24462 (Info-mode): Replace Info-last by Info-history-back in docstring.
24463 Add local variable Info-history-forward.
24464 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24466 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24468 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24469 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24470 Ignore select-window events rather than fiddle with
24471 mouse-autoselect-window.
24473 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24475 * type-break.el (type-break-mode): Fix previous change.
24477 2005-01-10 Jay Belanger <belanger@truman.edu>
24479 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24480 calculator; only reset when point is inside a calculator.
24481 Don't adjust the window height if the window takes up the whole height
24484 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24486 * ebuff-menu.el (Electric-buffer-menu-mode):
24487 Preserve value of buffer-local var header-line-format.
24489 2005-01-09 Jay Belanger <belanger@truman.edu>
24491 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24492 Make sure settings file exists before accessing it.
24494 * calc/calc-embed.el (calc-embedded-subst):
24495 Replace math-multi-subst-rec, which is only supposed to be called
24496 by math-multi-subst, by math-multi-subst.
24498 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24500 * vc.el (vc-allow-async-revert): New user option.
24501 (vc-disable-async-diff): New internal variable.
24502 (vc-revert-buffer): Use them to disable asynchronous diff.
24504 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24505 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24506 asynchronously if vc-disable-async-diff is t.
24508 2005-01-09 Jay Belanger <belanger@truman.edu>
24510 * calc/calc.el (defcalcmodevar): New macro.
24511 (calc-mode-var-list-restore-default-values)
24512 (calc-mode-var-list-restore-saved-values): New functions.
24513 (calc-mode-var-list): Use defcalcmodevar to define it.
24514 (calc-always-load-extensions, calc-line-numbering)
24515 (calc-line-breaking, calc-display-just, calc-display-origin)
24516 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24517 (calc-group-char, calc-point-char, calc-frac-format)
24518 (calc-prefer-frac, calc-hms-format, calc-date-format)
24519 (calc-float-format, calc-full-float-format, calc-complex-format)
24520 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24521 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24522 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24523 (calc-matrix-brackets, calc-language, calc-language-option)
24524 (calc-left-label, calc-right-label, calc-word-size)
24525 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24526 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24527 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24528 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24529 (calc-window-height, calc-display-trail, calc-show-selections)
24530 (calc-use-selections, calc-assoc-selections)
24531 (calc-display-working-message, calc-auto-why, calc-timing)
24532 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24533 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24534 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24535 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24536 (calc-gnuplot-geometry, calc-graph-default-resolution)
24537 (calc-graph-default-resolution-3d, calc-invocation-macro)
24538 (calc-show-banner): Use defcalcmodevar to declare them and set
24539 their default values.
24541 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24542 instead of default values (but restore default values if there is
24545 2005-01-09 David Kastrup <dak@gnu.org>
24547 * desktop.el (desktop-restore-eager): Fix typo in type.
24549 2005-01-08 Richard M. Stallman <rms@gnu.org>
24551 * cus-edit.el (customize): Delete :link.
24553 2005-01-08 Jay Belanger <belanger@truman.edu>
24555 * calc/calc.el (calc-mode): Remove the extension from the
24556 `calc-settings-file' file name when loading it.
24558 2005-01-08 Kim F. Storm <storm@cua.dk>
24560 * info.el (Info-mode-map, Info-next-link-keymap)
24561 (Info-prev-link-keymap, Info-up-link-keymap):
24562 Map follow-link to mouse-face.
24563 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24565 2005-01-08 Jay Belanger <belanger@truman.edu>
24567 * calc/calc.el (calc-settings-file): Change default value.
24568 Suggested by cgw in a comment in calc-mode.el.
24570 * calc/calc-mode.el (calc-settings-file-name):
24571 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24572 Replace ~/.emacs in a prompt by calc-settings-file.
24574 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24576 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24577 (desktop-lazy-idle-delay): New customizable variables.
24578 (desktop-buffer-args-list): New variable.
24579 (desktop-append-buffer-args): New function.
24580 (desktop-save): Call desktop-append-buffer-args for some buffers.
24581 (desktop-lazy-create-buffer): New function.
24582 (desktop-idle-create-buffers): New function.
24583 (desktop-read): Add message about buffers to restore lazily.
24584 (desktop-lazy-abort): New command.
24585 (desktop-clear): Call desktop-lazy-abort.
24586 (desktop-lazy-complete): New command.
24588 2005-01-06 Richard M. Stallman <rms@gnu.org>
24590 * emacs-lisp/find-func.el (find-face-definition):
24591 Rename from find-face.
24593 2005-01-06 Kim F. Storm <storm@cua.dk>
24595 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24597 * man.el (Man-xref-man-page, Man-xref-header-file)
24598 (Man-xref-normal-file): Add follow-link property.
24600 2005-01-06 Jay Belanger <belanger@truman.edu>
24602 * calc/calc-units.el: Make sure the proper macro definitions are
24603 available when compiling.
24605 2005-01-06 Juri Linkov <juri@jurta.org>
24607 * isearch.el (isearch-lazy-highlight-update):
24608 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24610 2005-01-06 Miles Bader <miles@gnu.org>
24612 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24613 (isearch-lazy-highlight-face): Use new name.
24615 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24617 * uniquify.el (uniquify-rationalize-file-buffer-names):
24618 Re-add an interactive spec.
24619 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24622 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24623 (isearch-update, isearch-done): Adjust calls accordingly.
24625 2005-01-05 Richard M. Stallman <rms@gnu.org>
24627 * custom.el (custom-set-variables, custom-theme-set-variables):
24628 Clarify documentation.
24630 * emacs-lisp/find-func.el (find-variable)
24631 (find-variable-other-window, find-variable-other-frame):
24632 Fix the TYPE args to find-function-read and find-function-do-it.
24633 (find-function): Doc fix.
24634 (find-function-at-point): Replace function-at-point alias.
24636 2005-01-04 Richard M. Stallman <rms@gnu.org>
24638 * cus-face.el (custom-declare-face):
24639 Record defface in current-load-list.
24641 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24643 * emacs-lisp/find-func.el: Doc fixes.
24644 (find-face-regexp): New variable.
24645 (find-function-regexp-alist): New variable.
24646 (find-function-C-source): Third arg is now TYPE.
24647 (find-function-search-for-symbol): Handle general TYPE.
24648 (find-function-read, find-function-do-it): Handle general TYPE.
24649 (find-definition-noselect, find-face): New functions.
24650 (function-at-point): Alias deleted.
24652 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24654 * battery.el (display-battery-mode): Rename from display-battery.
24655 Handle the case where it gets turned off.
24657 2005-01-04 Richard M. Stallman <rms@gnu.org>
24659 * cus-edit.el (customize): Make :link point to user doc.
24661 * man.el (Man-fontify-manpage): Turn off undo generation.
24663 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24665 2005-01-04 Andreas Schwab <schwab@suse.de>
24667 * files.el (insert-directory): Only look for error lines in
24668 inserted text. Don't move too far after processing --dired markers.
24670 2005-01-04 Richard M. Stallman <rms@gnu.org>
24672 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24673 Don't expand if the character is @, period, dash, etc.
24674 (define-mail-abbrev): Quote names that contain problem characters.
24676 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24678 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24680 2005-01-03 Richard M. Stallman <rms@gnu.org>
24682 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24683 (query-replace-highlight, query-replace-lazy-highlight)
24684 (query-replace): Definitions moved up. Doc fix.
24686 2005-01-03 Richard M. Stallman <rms@gnu.org>
24688 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24689 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24690 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24691 (lazy-highlight-face): Rename from isearch-lazy-...
24692 Change all references to them.
24694 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24696 * cus-edit.el (custom-file): Doc fix for defcustom.
24697 (custom-file): The function no longer sets the variable
24698 `custom-file' to its return value.
24700 * startup.el (command-line): No longer load `custom-file'.
24702 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24704 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24706 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24707 Don't confuse module-prefixed identifiers for labels.
24708 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24710 2005-01-02 Richard M. Stallman <rms@gnu.org>
24712 * files.el (basic-save-buffer-1): Fix previous change.
24714 * loadhist.el (file-loadhist-lookup): New function.
24715 (file-provides, file-requires): Use it.
24717 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24718 instead of calculating the right size.
24720 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24722 * vc-svn.el (vc-svn-diff): Stay local if possible.
24724 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24726 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24728 * files.el (hack-local-variables): Fix last change.
24730 2005-01-02 Jay Belanger <belanger@truman.edu>
24732 * calc/calc-yank.el (calc-edit-top): New variable.
24733 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24734 object. Change header properties.
24735 (calc-edit-finish, calc-edit-finish-stack-object)
24736 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24738 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24739 for the beginning of the edited object.
24740 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24741 for the beginning of the edited object.
24742 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24743 (calc-finish-formula-edit, calc-macro-repeats)
24744 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24745 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24746 beginning of the edited object.
24747 (calc-user-define-edit): Change the header for editing macros.
24748 Remove unnecessary variable.
24750 2005-01-01 Jay Belanger <belanger@truman.edu>
24752 * calc/calc-yank.el (calc-edit-mode): Change default header.
24753 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24754 * calc/calc-store.el (calc-edit-variable): Change title to match new
24756 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24757 mode to match new header.
24758 (calc-user-define-edit): Change titles to include names of commands.
24759 (calc-finish-formula-edit): Adjust to handle new header.
24760 (calc-finish-macro-edit): Remove.
24761 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24762 (calc-edit-macro-command, calc-edit-macro-command-type)
24763 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24764 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24765 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24766 (calc-edit-macro-finish-edit): New functions.
24767 (calc-user-define-edit): Use new functions to edit named calc macros.
24769 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24771 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24773 * ses.el (copy-region-as-kill): Deactivate mark.
24775 2005-01-01 Richard M. Stallman <rms@gnu.org>
24777 * replace.el (occur-1): If the output buffer is also an input,
24778 don't kill it, rename it.
24780 * faces.el (set-face-background, set-face-foreground): Doc fix.
24782 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24783 for :foreground and :background.
24785 * dired.el (dired-view-command-alist): Variable deleted.
24786 (dired-view-file, dired-mouse-find-file-other-window):
24787 Delete the code to use it.
24789 2005-01-01 Kim F. Storm <storm@cua.dk>
24791 * image.el (insert-sliced-image): Use t for line-height property.
24793 See ChangeLog.11 for earlier changes.
24795 ;; Local Variables:
24796 ;; coding: iso-2022-7bit
24799 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24800 Copying and distribution of this file, with or without modification,
24801 are permitted provided the copyright notice and this notice are preserved.
24803 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1