1 2006-02-13 Richard M. Stallman <rms@gnu.org>
3 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4 inside `interactive' spec.
5 (describe-key-briefly-internal, describe-key-internal):
6 Functions merged back into their callers.
8 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
10 * info.el (info-xref-visited): Inherit from info-xref too.
11 (Info-set-mode-line): Replace occurrences of `%' by `%%'
12 when propertizing Info-current-file and Info-current-node.
14 2006-02-13 Juri Linkov <juri@jurta.org>
16 * tumme.el (tumme-thumbnail-storage): Fix docstring.
17 (tumme-thumb-name): Fix per-directory format.
19 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
21 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
23 2006-02-12 Miles Bader <miles@gnu.org>
25 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
27 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
29 * tumme.el: Remove history section. If someone needs the it, it
30 can always be found in CVS.
32 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
34 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
35 about the Thumbnail Managing Standard option.
37 2006-02-12 Richard M. Stallman <rms@gnu.org>
39 * subr.el (substitute-key-definition): Doc fix.
41 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
43 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
45 * info.el (Info-mode): Doc fix.
47 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
49 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
51 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
52 because on Solaris a POSIX compatible "id" is needed. Reported by
53 Magnus Henoch <mange@freemail.hu>.
55 2006-02-12 Juri Linkov <juri@jurta.org>
57 * tumme.el: Remove todo item about Thumbnail Managing Standard.
58 (tumme) <defgroup>: Change :group to `multimedia'.
59 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
61 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
63 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
64 and %y. Fix docstring.
65 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
66 (tumme-cmd-create-standard-thumbnail-command): New user options.
67 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
68 is `standard'. Fix docstring.
69 (tumme-thumb-width, tumme-thumb-height): New user options.
70 (tumme-external-viewer): Try to find various viewers.
71 (tumme-get-thumbnail-image): Use `create-image' instead of
72 constructing the `image' structure.
73 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
75 (tumme-thumb-name): Add file name generation for standard storage.
76 Simplify code for other storages.
77 (tumme-thumb-name): Use width %w and height %h instead of size %s.
78 Add modification time %m and thumbnail-nq8 %q.
79 Use `tumme-cmd-create-standard-thumbnail-command' if
80 tumme-thumbnail-storage is `standard'.
81 (tumme-dired-insert-marked-thumbs): New autoload command.
82 (tumme-dired-after-readin-hook): New function.
83 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
85 (tumme-display-image): Replace size-x %x and size-y %y with
86 width %w and height %h.
88 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
89 `tumme-dired-insert-marked-thumbs'.
91 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
93 * tumme.el (tumme-write-tag): Fix small bug (file name did not
95 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
98 2006-02-12 Miles Bader <miles@gnu.org>
100 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
102 (rcirc-abbrev-nick): New function.
103 (rcirc-format-response-string): Rewrite to use the formats in
104 `rcirc-response-formats' and expand escape sequences therein.
105 A text-property `rcirc-text' is added over the actual response
106 text to make easy to find inside the returned string.
107 (rcirc-print): When filling, just look for the `rcirc-text'
108 text-property to find the appropriate fill prefix, instead of
109 using hardwired patterns.
111 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
113 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
116 2006-02-11 Kim F. Storm <storm@cua.dk>
118 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
119 Don't use insert-buffer; do insert-buffer-substring directly.
120 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
122 2006-02-11 Martin Rudalics <rudalics@gmx.at>
124 * files.el (revert-buffer, recover-file): Replace buffer-read-only
125 with inhibit-read-only. Suggested by Stefan Monnier.
126 (revert-buffer): Let insert-file-contents discard
127 buffer-undo-list. Simplify code.
128 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
130 2006-02-11 Eli Zaretskii <eliz@gnu.org>
132 * menu-bar.el (menu-bar-select-yank): Add a doc string.
134 * help.el (describe-key-briefly): Now a wrapper for
135 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
136 to t. Populate yank-menu if empty.
137 (describe-key-briefly-internal): Renamed from describe-key-briefly.
138 (describe-key): Now a wrapper for describe-key-internal. Bind
139 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
140 (describe-key-internal): Renamed from describe-key.
142 2006-02-11 Milan Zamazal <pdm@zamazal.org>
144 * progmodes/glasses.el (glasses-separator): Doc fix.
145 (glasses-original-separator): New defcustom.
146 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
148 2006-02-11 Martin Rudalics <rudalics@gmx.at>
150 * mwheel.el (mouse-wheel-up-event): Doc fix.
152 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
154 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
155 (tumme-dir): New function. Copied from thumbs.el.
157 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
159 * desktop.el (desktop-outvar): Fix typo.
160 (desktop-save-buffer-p): Doc fix.
162 * subr.el (substitute-key-definition): Fix typo.
164 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
166 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
167 when window-system is mac.
169 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
171 2006-02-10 Kim F. Storm <storm@cua.dk>
173 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
174 indirect-function instead of using condition-case.
176 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
178 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
181 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
183 * tumme.el: Add a couple of todo items.
185 2006-02-09 Lars Hansen <larsh@soem.dk>
187 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
188 (highlight-changes-mode): Don't change desktop-locals-to-save.
190 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
192 * image-mode.el (image-toggle-display): Clear image cache if using
195 2006-02-09 Masatake YAMATO <jet@gyve.org>
197 * dired-x.el (dired-guess-shell-alist-default): Add .man as
198 a `dired-man' target.
200 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
203 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
205 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
207 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
209 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
210 `mapcar'; return nil.
212 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
214 * mouse.el (mouse-drag-track): Don't change window if we rebind to
217 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
219 * net/rcirc.el (rcirc-startup-channels-alist):
220 Add irc.freenode.net and #emacs as defaults.
221 (rcirc-ignore-all-activity-flag): Remove variable.
222 (rcirc-authinfo): New variable.
223 (rcirc-authinfo-filename): Remove variable.
224 (rcirc-always-use-server-buffer-flag): New flag.
225 (rcirc): M-x rcirc will automatically connect without prompting.
226 C-u M-x rcirc will prompt. Use rcirc-connect to create a
228 (rcirc-process-server-response-1): Remove everything but the nick
229 portion of the sender so it doesn't need to be done everywhere
230 else. Update related code.
231 (global-map): Remove global keybindings.
232 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
233 (rcirc-send-input): Split into several functions.
234 (rcirc-process-input-line, rcirc-process-message)
235 (rcirc-process-command): New functions.
236 (rcirc-target-buffer): New function to determine where to route
238 (rcirc-user-nick): Save match data.
239 (rcirc-toggle-ignore-buffer-activity)
240 (rcirc-update-activity-string): Remove global ignore functionality,
241 which can be done now by toggling rcirc-track-minor-mode.
242 (rcirc-track-minor-mode-map): New keymap.
243 (rcirc-track-minor-mode): New minor-mode.
244 (ignore): Make the ignore output nicer. Always print it when
245 adding or removing nicks.
246 (rcirc-url-regexp): Improve.
247 (rcirc-mangle-text): Remove properties before using text in the
249 (rcirc-authenticate): Authentication data comes from
250 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
251 (rcirc-server-prefix): Inherit from rcirc-server.
253 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
255 * Makefile.in (compile): Append "|| true" to the end of the `find'
256 command, like compile-always does.
258 2006-02-08 Sam Steingold <sds@gnu.org>
260 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
261 output from a dead connection.
263 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
265 * dired.el (dired-mode-map): Add more bindings for tumme.
267 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
269 * wdired.el (wdired-mode-map): Use remap.
270 (wdired-get-filename): Massage.
271 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
272 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
273 `keymap' property rather than `local-map'.
275 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
277 * tumme.el (tumme-get-thumbnail-image): New utility function.
278 Suggested by from Chong Yidong.
279 (tumme-dired-with-window-configuration): Rename from
280 `tumme-dired'. Add code to save window configuration.
281 (tumme-restore-window-configuration): New command to restore the
282 window configuration that `tumme-dired-with-window-configuration'
283 saves before it changes the window configuration.
284 (tumme-show-all-from-dir): New command to display thumbnails for
285 all files in a directory entered by the user, like M-x thumbs.
286 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
288 (tumme-display-thumbnail-original-image): Call `display-buffer'.
289 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
290 Remove obsolete test function.
292 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
294 * vc.el (small-temporary-file-directory): Remove defvar; there's
295 a defcustom for it in files.el.
297 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
299 (tumme-gallery-generate): Fix typo in `error' message.
300 (tumme-display-window-height-correction)
301 (tumme-display-window-width-correction, tumme-line-up-dynamic)
302 (tumme-line-up-interactive): Dox fixes.
303 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
304 (tumme-restore-window-configuration, tumme-format-properties-string)
305 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
306 Fix typos in docstrings.
308 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
310 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
312 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
314 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
315 User should use hook if desired.
317 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
319 (gdb-delete-frame-or-window): New function.
320 (gdb-breakpoints-mode-map): Bind "q" to it.
322 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
324 * textmodes/nroff-mode.el: Clean up name space.
325 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
326 (nroff-mode): Obey the global setting of nroff-electric-mode.
327 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
329 * calendar/calendar.el (calendar-increment-month): Typo in last change.
331 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
333 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
335 2006-02-06 Lars Hansen <larsh@soem.dk>
337 * generic-x.el (etc-fstab-generic-mode): Add file system types
338 cifs and usbdevfs. Allow special chars in file names.
340 2006-02-05 Jay Belanger <belanger@truman.edu>
342 Update copyright notices of the files in lisp/calc.
344 2006-02-05 Romain Francoise <romain@orebokech.com>
346 Update copyright notices of all files in the lisp/play directory.
348 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
350 * ldefs-boot.el: Regenerate.
352 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
354 2006-02-05 Kim F. Storm <storm@cua.dk>
356 * files.el (magic-mode-regexp-match-limit): New defvar.
357 (set-auto-mode): Use it to limit magic-mode-alist matching.
359 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
361 * simple.el (display-message-or-buffer): Compare the number of
362 characters to the frame width when determining whether a 1-line
363 message string will fit in the echo area. Count screen lines
364 instead of buffer lines when determining whether a multi-line
365 message will fit in the echo area/minibuffer window.
367 2006-02-04 Eli Zaretskii <eliz@gnu.org>
369 * info.el (Info-index, Info-mode): Improve the description of the
372 * ldefs-boot.el: Regenerate.
374 2006-02-03 Werner Lemberg <wl@gnu.org>
376 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
377 greedy to find the closing bracket in \*[...] and similar
378 expressions. This is a first rough fix -- many additional
379 refinements are necessary to make nroff mode really usable with groff.
381 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
383 * international/mule-cmds.el (set-locale-environment):
384 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
387 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
389 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
390 archive are created in archive-tmpdir.
392 2006-02-02 John Paul Wallington <jpw@pobox.com>
394 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
395 (ibuffer-fontification-alist): Use it.
396 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
397 to "* z" and the Ibuffer Mark menu.
399 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
401 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
403 * textmodes/table.el (*table--cell-describe-mode)
404 (*table--cell-describe-bindings): Undo last change since
405 print-help-return-message is not obsoleted by anything at all.
407 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
409 * emulation/cua-base.el (cua-mode): Doc fix.
411 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
413 * dframe.el (dframe-handle-make-frame-visible)
414 (dframe-handle-iconify-frame, dframe-get-focus)
415 (dframe-select-attached-frame, dframe-power-click)
416 (dframe-frame-mode): Fix typos in docstrings.
418 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
419 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
420 Fix typos in docstrings.
422 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
423 (hi-lock-face-buffer, hi-lock-font-lock-hook)
424 (hi-lock-archaic-interface-message-used)
425 (hi-lock-file-patterns-range): Fix typos in docstrings.
427 * savehist.el (savehist-loaded, savehist-load, savehist-install)
428 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
430 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
431 Fix typo in docstring.
433 * net/newsticker.el (newsticker--decode-iso8601-date)
434 (newsticker--set-customvar, newsticker--buffer-insert-item)
435 (newsticker--do-run-auto-mark-filter)
436 (newsticker--parse-generic-feed): Doc fixes.
437 (newsticker--retrieval-timer-list, newsticker-url-list)
438 (newsticker-hide-immortal-items-in-echo-area)
439 (newsticker-hide-obsolete-items-in-echo-area)
440 (newsticker-new-item-face, newsticker--enclosure)
441 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
442 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
443 (newsticker--parse-generic-feed, newsticker--cache-contains)
444 (newsticker--stat-num-items, newsticker-download-enclosures):
445 Fix typos in docstrings.
447 * net/rcirc.el (rcirc-debug): Doc fix.
448 (rcirc-fill-column, rcirc-receive-message-hooks)
449 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
450 (rcirc-mode, rcirc-generate-new-buffer-name)
451 (rcirc-startup-channels, rcirc-ignore-update-automatic)
452 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
453 Fix typos in docstrings.
454 (rcirc-print): "?\ " -> "?\s".
455 (rcirc-cmd-join): Improve argument/docstring consistency.
457 2006-02-01 Mark A. Hershberger <mah@everybody.org>
459 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
460 before narrow-to-region.
462 2006-02-01 Richard M. Stallman <rms@gnu.org>
464 * simple.el (move-beginning-of-line): Scan properly for invis change.
466 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
468 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
470 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
471 change bit only when id-format is 'integer. Reported by Matt
472 Hodges <M.P.Hodges@rl.ac.uk>.
474 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
476 * hilit-chg.el (highlight-changes-initial-state)
477 (highlight-changes-global-initial-state): Doc fixes.
478 (highlight-changes-global-modes, global-highlight-changes):
479 Fix typos in docstrings.
481 2006-02-01 Kim F. Storm <storm@cua.dk>
483 * emulation/cua-base.el (cua-mode): Mention that CUA enables
484 transient-mark-mode in doc string.
486 2006-01-31 Richard M. Stallman <rms@gnu.org>
488 * replace.el (multi-occur): Doc fix.
489 (multi-occur-in-matching-buffers): Rename from
490 multi-occur-by-filename-regexp. Prefix arg says match
491 buffer names instead of file names.
493 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
495 * bs.el: Allow non-default values of `bs-header-lines-length'.
496 (bs--running-in-xemacs): Remove (not needed anymore).
497 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
498 instead of `shrink-window', thus avoiding having to compute the
499 height of the window.
500 (bs--up): Wrap around even when there's no header.
501 (bs--down): Use `forward-line' instead of `next-line'.
503 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
505 * image-mode.el (image-toggle-display): Use file name if possible,
506 instead of unnecessarily allocating a (possibly huge) lisp string.
508 2006-01-30 John Paul Wallington <jpw@pobox.com>
510 * subr.el (toplevel): Define `cl-assertion-failed' condition here
511 because the `assert' macro signals it at runtime.
513 * emacs-lisp/cl.el (toplevel): Remove definition of
514 `cl-assertion-failed' condition.
516 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
518 * thumbs.el (thumbs-marked-list): Make buffer-local and
520 (thumbs-insert-thumb): Make help-echo non-sticky.
521 (thumbs-file-alist): Use eolp as check for (non)-image.
523 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
525 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
526 (ediff-before-session-group-setup-hooks)
527 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
528 Fix typos in docstrings.
530 * window.el (bw-dir, bw-eqdir, balance-windows)
531 (split-window-keep-point): Fix typos in docstrings.
533 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
534 (org-quote-string, org-calendar-to-agenda-key)
535 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
536 (org-show-following-heading, org-tags-column)
537 (org-use-tag-inheritance, org, org-allow-space-in-links)
538 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
539 (org-enable-table-editor, org-calc-default-modes)
540 (org-table-allow-automatic-line-recalculation)
541 (org-export-html-style, org-export-with-fixed-width)
542 (org-export-with-sub-superscripts, org-special-keyword)
543 (org-formula, org-time-grid, org-table-may-need-update)
544 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
545 (org-goto-quit, org-get-indentation, org-end-of-item)
546 (org-move-item-down, org-move-item-up)
547 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
548 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
549 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
550 (org-agenda-log-mode, org-agenda-toggle-diary)
551 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
552 (org-agenda-file-to-end, org-agenda-no-heading-message)
553 (org-agenda-get-closed, org-format-agenda-item)
554 (org-cmp-priority, org-cmp-category, org-cmp-time)
555 (org-agenda-change-all-lines, org-agenda-diary-entry)
556 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
557 (org-link-search, org-camel-to-words, org-open-file)
558 (org-remember-handler, org-table-convert-region)
559 (org-table-move-row-down, org-table-move-row-up)
560 (org-table-copy-region, org-table-wrap-region)
561 (org-table-toggle-vline-visibility)
562 (org-table-get-vertical-vector, org-table-modify-formulas)
563 (org-table-get-specials, org-recalc-commands)
564 (org-table-rotate-recalc-marks, org-table-eval-formula)
565 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
566 (org-level-color-stars-only, org-insert-heading):
567 Fix typos in docstrings.
568 (last-arg): Add defvar.
570 * makefile.w32-in (WINS): Add erc.
571 (MH_E_SRC): Update (copied from lisp/Makefile.in).
573 2006-01-29 Bill Wohler <wohler@newt.com>
575 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
576 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
577 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
578 (mh-autoloads): Don't use comments on otherwise empty lines.
580 2006-01-29 Edward O'Connor <ted@oconnor.cx>
582 * emulation/viper.el (viper-major-mode-modifier-list): Add
583 insert-state and vi-state entries for erc-mode.
584 (viper-go-away, viper-set-hooks): Add and remove
585 viper-comint-mode-hook from erc-mode-hook as appropriate.
587 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
589 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
591 * bs.el (bs--format-aux): Implement `middle' alignment as
592 described in the docstring for `bs-attributes-list'.
593 (bs--get-name): Simplify. Don't pad the buffer name.
595 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
597 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
598 English aspell dictionary is installed, use the first entry of
599 ispell-dictionary-alist-1.
601 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
603 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
606 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
608 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
609 for `process-file', in order to let it work for older Emacsen too.
611 2006-01-27 Eli Zaretskii <eliz@gnu.org>
613 * international/latexenc.el: Add a suitable `coding:' tag.
614 (latexenc-find-file-coding-system): Undo last change.
616 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
618 * international/latexenc.el (latexenc-find-file-coding-system):
619 Make sure latexenc-main-file is a regular file and is readable.
621 2006-01-27 Andre Spiegel <spiegel@gnu.org>
623 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
624 Pass FILE to vc-user-login-name.
626 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
628 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
630 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
631 there are no more images to display.
632 (thumbs-mark, thumbs-unmark): Revert change so that they move to
635 2006-01-26 Richard M. Stallman <rms@gnu.org>
637 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
639 * wid-edit.el (advertised-widget-backward): New alias.
640 (widget-keymap): Use advertised-widget-backward for S-TAB.
642 * tumme.el: Correct the keywords.
643 (tumme-dir-max-size): Use defvar.
644 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
646 * simple.el (move-beginning-of-line): Take account of fields.
647 (clone-indirect-buffer-other-window): Take args like
648 clone-indirect-buffer, and work like it.
650 * help-fns.el (describe-function): Don't pass `nil' as default.
652 * files.el (risky-local-variable-p): Follow var aliases.
654 * subr.el (lazy-completion-table): Doc fix.
656 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
657 global binding of `line'.
659 2006-01-25 Andre Spiegel <spiegel@gnu.org>
661 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
664 * vc.el (vc-default-dired-state-info): Pass FILE to
666 (vc-default-update-changelog): Don't use vc-user-login-name, we
669 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
672 2006-01-25 Kenichi Handa <handa@m17n.org>
674 * international/mule.el (decode-char): Avoid the overhead of
675 calling utf-lookup-subst-table-for-decode if
676 utf-translate-cjk-mode is nil.
677 (encode-char): Avoid the overhead of calling
678 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
681 2006-01-22 Kenichi Handa <handa@m17n.org>
683 * international/mule.el (make-subsidiary-coding-system): Reset
684 `coding-system-define-form' property of subsidiaries to nil.
685 Avoid duplicated entry in coding-system-alist.
686 (make-coding-system): Avoid duplicated entry in
688 (define-coding-system-alias): Likewise.
690 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
692 * completion.el: Minor fixes in introductory comment.
693 (completion-def-wrapper): Fix alist.
695 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
697 * thumbs.el (thumbs-new-image-size): New function.
698 (thumbs-increment-image-size-element)
699 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
700 (thumbs-decrement-image-size): Delete.
701 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
702 temp files and use to resize.
703 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
704 Use increment argument to enlarge/shrink. Preserve point.
705 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
706 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
707 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
708 (thumbs-mark, thumbs-unmark): Preserve point.
709 (thumbs-modify-image): Keep old temp files and use to modify.
710 Cleanup old temp files at load time. Preserve point.
711 (thumbs-view-image-mode-map): Use new command names.
713 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
715 * log-view.el (log-view-minor-wrap): First rev is the one at point.
717 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
718 the nastiest part of the cyclic dependency.
719 (cal-menu-update): Use dotimes and calendar-increment-month.
721 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
722 (calendar-week-start-day): Add an :initializer.
723 (calendar-mode-map): Use suppress-keymap, and command remapping.
724 (describe-calendar-mode): Setup xref-stack info for the back button.
725 (calendar-star-date): Insert before delete.
726 (calendar-set-mode-line): Add file-modified info if applicable.
727 (calendar-increment-month): New function.
729 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
731 * font-lock.el (lisp-font-lock-keywords-2):
732 Recognize "& keywords" only at word boundaries.
734 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
736 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
738 (thumbs-max-image-number): New variable.
739 (thumbs-do-thumbs-insertion): Use them.
740 (thumbs-per-line): Change default to 4.
741 (thumbs-marked-list): Rename from thumbs-markedL.
742 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
743 (thumbs-rename-images): Use -list instead of L for internal variables.
744 (thumbs-call-convert): Use call-process instead of shell-command.
745 (thumbs-insert-thumb): Add filename as help-echo to each image.
746 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
747 Give dir to thumbs-show-thumbs-list.
748 (thumbs-show-thumbs-list): Set default-directory to that of images.
749 (thumbs-dired-show): Rename from thumbs-dired-show-all.
750 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
751 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
752 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
754 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
756 * ses.el (ses-read-cell): Provide a default value.
758 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
760 * term/w32-win.el (image-library-alist): Add additional names for
763 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
765 * international/latexenc.el (latexenc-find-file-coding-system):
766 Add file-regular-p check.
768 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
770 * simple.el (clone-buffer): Don't show the new buffer in the same
773 2006-01-23 Juri Linkov <juri@jurta.org>
775 * faces.el (link, link-visited): New faces based on default values
776 of `info-xref' and `info-xref-visited'.
778 * info.el (info-xref): Inherit from `link'.
779 (info-xref-visited): Inherit from `link-visited'.
781 * cus-edit.el (custom-buffer-create-internal): Use widget type
782 `custom-manual' instead of `info-link' and don't set properties
783 `button-face' and `mouse-face' explicitly.
784 (custom-browse-group-tag, custom-browse-variable-tag)
785 (custom-browse-face-tag): Inherit from widget class
786 `custom-group-link' instead of `push-button'.
787 (custom-button-unraised): Inherit from `underline' face.
788 (custom-link): Inherit from `link' face. Fix doc and group.
789 (custom-add-parent-links, custom-group-value-create): Don't set
790 properties `button-face' and `mouse-face' explicitly for
791 `custom-group-link' widget.
792 (custom-group-link): Add properties `button-face' and `mouse-face'
793 to widget definition.
794 (custom-field-keymap): New variable. Put `custom-field-keymap' to
795 editable-field's :keymap property.
796 (custom-mode): Fix docstring: substitute keybindings for
797 `widget-forward' and `widget-backward' from `widget-keymap',
798 `widget-complete' from `custom-field-keymap', replace old
799 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
801 * desktop.el (desktop-load-file): Check for `fboundp' before
802 calling `symbol-function'.
804 * simple.el (clone-buffer, clone-indirect-buffer)
805 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
806 `read-string'. Fix prompts.
808 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
810 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
812 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
814 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
816 * startup.el (inhibit-splash-screen, initial-scratch-message):
819 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
821 Sync with Tramp 2.0.52.
823 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
824 net/tramp-vc.el: Add code for unloading Tramp. See comment before
825 `tramp-unload-tramp' for checklist.
827 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
828 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
829 (tramp-unload-file-name-handler-alist)
830 (tramp-unload-tramp): New defuns.
831 (tramp-advice-PC-expand-many-files): New defadvice.
832 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
834 (tramp-handle-expand-file-name): Remove double slash.
835 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
836 It doesn't matter, because it will be converted later on.
837 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
838 implementation was just heuristic.
839 (tramp-post-connection): Set uid and gid properties.
840 (tramp-convert-file-attributes): Set file's gid change bit.
841 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
842 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
843 in case of su(do)? methods. The home directory of the local user
845 (tramp-open-connection-telnet)
846 (tramp-open-connection-rsh, tramp-open-connection-su)
847 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
848 local shell prompt could hurt. Reported by Romain Francoise
849 <romain@orebokech.com>.
850 (tramp-let-maybe): Add `edebug-form-spec' property.
851 (tramp-handle-expand-file-name): Bind `default-directory' locally
852 to "/" in order to avoid problems with UNC shares or Cygwin
854 (tramp-md5-function): Fix typo in error message.
856 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
858 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
859 for byte-compiler pacification.
861 2006-01-22 Andre Spiegel <spiegel@gnu.org>
863 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
864 ID-FORMAT `string'. This allows us to get rid of
865 `vc-user-login-name UID'.
867 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
869 2006-01-22 John Paul Wallington <jpw@pobox.com>
871 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
873 2006-01-21 Martin Rudalics <rudalics@gmx.at>
875 * emacs-lisp/find-func.el (find-definition-noselect)
876 (find-variable-noselect): Search variables in C source code too.
877 (find-function-C-source, find-function-noselect, find-function)
878 (find-function-other-frame, find-variable-noselect, find-variable)
879 (find-variable-other-frame, find-variable-at-point):
882 2006-01-21 Francesco Potorti` <pot@gnu.org>
884 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
886 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
888 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
889 Default to disabling the "Save affix" question.
891 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
893 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
894 the first arg to run-python.
896 2006-01-21 Eli Zaretskii <eliz@gnu.org>
898 * startup.el (command-line-1): Handle --no-desktop if desktop.el
901 2006-01-20 Jay Belanger <belanger@truman.edu>
903 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
906 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
907 the correct variable.
909 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
911 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
912 link. Fixed buggy argument sequence in call to `org-view-tags'.
913 (org-compile-prefix-format): Set `org-prefix-has-tag'.
914 (org-prefix-has-tag): New variable.
915 (org-format-agenda-item): Remove tags from headline if
917 (org-agenda-remove-tags-when-in-prefix): New option.
918 (org-get-tags-at): New function.
920 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
922 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
923 (thumbs-find-image): Move image name and number from buffer name
924 to mode name. Set thumbs-buffer. Preserve point so that large
925 images remain visible.
926 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
928 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
930 (thumbs-next-image, thumbs-previous-image): Make them work.
932 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
934 * cus-edit.el (custom-buffer-create-internal): State in the text above
935 the whole buffer buttons that they do not operate on hidden items.
936 (custom-face-menu): Use `custom-face-save' instead of
937 `custom-face-save-command'.
938 (custom-face-save-command): Make it an alias for `custom-face-save'
939 and declare it obsolete.
940 (custom-face-save): Doc fix.
942 * dired.el (dired-no-confirm): Add quote.
943 (dired-subdir-alist-pre-R): Add quote in
944 `make-variable-buffer-local' form and remove unbalanced parenthesis.
946 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
948 * textmodes/table.el (table-mode-indicator): Typo in last change.
950 2006-01-19 Richard M. Stallman <rms@gnu.org>
952 * outline.el (hide-leaves): Don't call outline-end-of-heading.
953 Fixes bug reported in Nov 2005.
955 * isearch.el (isearch-forward): Doc fix.
957 * dired.el (dired-move-to-filename-regexp): Define as alias.
958 (dired-no-confirm): Use defcustom.
959 (dired-subdir-alist-pre-R): Put defvar at top level.
961 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
963 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
966 * simple.el (set-mark-command): Doc fix.
967 (clone-indirect-buffer-other-window):
968 Read arg like clone-indirect-buffer.
969 (move-beginning-of-line): Skip invisible newlines.
971 2006-01-19 Masatake YAMATO <jet@gyve.org>
973 * progmodes/cpp.el (cpp-edit-load): Make the order of
974 listed conditions in a base C code buffer and its associate
975 CPP Edit buffer the same.
977 2006-01-19 Kenichi Handa <handa@m17n.org>
979 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
980 (rmail-mime-feature): Likewise.
981 (rmail-require-mime-maybe): Use display-warning to show a warning
984 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
985 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
987 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
989 * array.el: Move defvars out of eval-when-compile.
990 (array-make-template): Replace undeclared global var with a local one.
991 (array-mode): Inline initialization functions.
992 (array-init-local-variables, array-init-max-row)
993 (array-init-max-column, array-init-columns-per-line)
994 (array-init-field-width, array-init-rows-numbered)
995 (array-init-line-length, array-init-lines-per-row): Remove.
997 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
998 (doc-mode-map): Define explicitly.
999 (doctor-txtype): Use mapc.
1001 * textmodes/table.el: Move defvars out of eval-when-compile.
1002 Remove harmful code meant to avoid byte-compiler warnings.
1003 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1004 specification that checks table-fixed-width-mode directly.
1005 (table-recognize-region, table-recognize-cell):
1006 Use restore-buffer-modified-p.
1007 (table-fixed-width-mode): Remove code that refreshes
1008 table-fixed-mode-indicator.
1009 (*table--cell-describe-bindings, *table--cell-describe-mode):
1010 Avoid obsolete name print-help-return-message.
1011 (table--test-cell-list): Don't use replace-regexp from elisp.
1012 (table--point-entered-cell-function, table--point-left-cell-function):
1013 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1015 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1016 that was after the end of file. Use buffer-file-name variable.
1017 (org-timestamp-change): Use with-current-buffer.
1018 (org-todo-list): Don't unnecessarily define a new buffer-local var.
1019 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1022 * progmodes/fortran.el: Move defvars out of eval-when-compile.
1023 (fortran-break-line): Remove unused var `opoint'.
1024 (fortran-abbrev-start): Obey help-event-list.
1026 2006-01-18 Jesper Harder <harder@phys.au.dk>
1028 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1030 2006-01-18 Masatake YAMATO <jet@gyve.org>
1032 * progmodes/make-mode.el (makefile-imake-mode): New mode
1033 derived from makefile-mode.
1034 (makefile-imake-mode-syntax-table): New syntax table
1035 derived from makefile-mode-syntax-table.
1036 (makefile-mode): Write about makefile-imake-mode in doc string.
1037 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1038 (makefile-imake-font-lock-keywords): New font lock keywords.
1040 * files.el (auto-mode-alist): Add Imakefile.
1042 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
1044 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1045 loading the file rather than when turning on flyspell-mode.
1047 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
1049 * cus-edit.el (customize-rogue): Minor doc fix.
1051 2006-01-17 Juri Linkov <juri@jurta.org>
1053 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1054 instead of the file at the mark as default if the file at the mark
1055 is the same as the file at point or if dired-dwim-target-directory
1056 is not the same as the current directory and the mark is not active.
1058 * log-view.el (log-view-minor-wrap): Use the same logic to get
1059 revisions as `log-view-diff'.
1061 * info.el (Info-revert-find-node): Check for Info-current-file
1062 before preserving new-history.
1064 * man.el (Man-heading-regexp): Add `/'.
1066 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
1067 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
1069 2006-01-16 Juri Linkov <juri@jurta.org>
1071 * faces.el (mode-line-faces): New defgroup.
1072 (mode-line-highlight): Move definition after new defgroup.
1073 (mode-line, mode-line-inactive, mode-line-highlight):
1074 Replace :group `modeline' with `mode-line-faces'.
1075 (mode-line-buffer-id): New face.
1076 (modeline-buffer-id): New face alias.
1077 (vertical-border): Remove :group `modeline'.
1079 * bindings.el (propertized-buffer-identification): Use face
1080 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
1081 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
1082 (mode-line-buffer-identification-keymap): For mouse-1 replace
1083 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
1084 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
1087 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
1088 Buffer-menu-buffer. Doc fix.
1089 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
1090 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
1091 `Buffer-menu-buffer'.
1093 * info.el (Info-mode-line-node-keymap): New defvar.
1094 (Info-set-mode-line): Use `stringp' to check Info-current-file.
1095 Propertize Info-current-node with `mode-line-buffer-id' and
1096 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
1098 * time.el (display-time-mail-face): Replace :group `faces' with
1101 2006-01-16 Kenichi Handa <handa@m17n.org>
1103 * international/code-pages.el: Add autoload cookies for cp125[0345678].
1105 * language/european.el (cp1252): New alias for windows-1252.
1107 * international/mule.el (autoload-coding-system): Prepare for EOL
1110 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1112 * term.el (term-raw-map): Add mapping for insert.
1113 (term-send-insert): New.
1114 (term-mode): Make variables local here instead of doing it in
1115 `term-emulate-terminal'.
1116 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
1117 Scroll reverse needs to take into account the scroll region.
1118 Saving and restoring the cursor should save the color attributes too.
1119 (term-reset-terminal): Reset the scroll region.
1120 (term-handle-ansi-escape): Cursor up and down should take into
1121 account the scroll region.
1122 (term-set-scroll-region): Rename from `term-scroll-region'.
1123 Move to 0,0 after setting the region.
1124 (term-handle-scroll): Handle scroll up.
1125 (term-down): Fix off by one error.
1126 (term-delete-lines): Do not delete outside the scroll region.
1127 (term-insert-lines): Take into account the scroll region.
1129 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1131 * textmodes/ispell.el (ispell-internal-change-dictionary)
1132 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
1133 (start, end): Move declaration outside of eval-when-compile.
1135 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
1136 (flyspell-mode-on): Use it.
1138 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
1139 ispell-kill-ispell-hook.
1141 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
1143 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1144 (Custom-reset-saved): Do not ask for confirmation in single option
1147 2006-01-13 Richard M. Stallman <rms@gnu.org>
1149 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
1151 2006-01-13 Romain Francoise <romain@orebokech.com>
1153 * add-log.el (add-change-log-entry, change-log-merge):
1154 Conditionally use `hard-newline'.
1156 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1158 * wid-edit.el (widget-field-end): If the overlay is no longer
1159 associated with a buffer, behave as if the overlay didn't exist.
1161 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
1162 Make sure the links use the `custom-link' face.
1164 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1166 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
1167 (ld-script-mode): Don't set indent-line-function since we don't
1170 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
1172 * textmodes/org.el (org-open-file): Use mailcap for selecting an
1174 (org-file-apps-defaults-gnu): Use mailcap as the default for
1175 selecting an application on a UNIX system.
1176 (org-agenda-show-tags): New command.
1177 (org-table-insert-hline): Keep cursor in current table line.
1178 (org-table-convert): Offset effect of modifying
1179 `org-table-insert-hline'.
1180 (org-format-agenda-item): New optional argument TAG.
1181 (org-compile-prefix-format): Handle %T format for the tag.
1182 (org-expand-wide-chars): New function.
1183 (org-table-insert-row, org-table-insert-hline):
1184 Use `org-expand-wide-chars'.
1185 (org-open-file): Fix bug in program launch.
1186 (org-get-time-of-day): Fix bug with times before 1am.
1187 (org-agenda-menu): Add tags commands.
1189 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
1191 * textmodes/ispell.el (ispell-init-process): Include the used
1192 dictionary in ispell process start message.
1193 (ispell-internal-change-dictionary): When flyspell-mode is active
1194 and dictionary is changed, make sure ispell process is restarted
1195 and flyspell word cache cleared out for the current buffer.
1196 (ispell-change-dictionary): Make sure flyspell word cache is
1197 cleared out in all buffers with active flyspell mode when
1198 dictionary is globally changed.
1199 Call ispell-internal-change-dictionary after dictionary change.
1201 2006-01-13 Eli Zaretskii <eliz@gnu.org>
1203 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1205 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
1206 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
1207 years. Fix small differences wrt Makefile.in.
1208 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
1211 2006-01-12 Bill Wohler <wohler@newt.com>
1213 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
1216 2006-01-12 Masatake YAMATO <jet@gyve.org>
1218 * progmodes/ld-script.el: Update copyright year.
1220 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
1222 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
1223 Don't add widget if setting undefined.
1225 2006-01-12 John Paul Wallington <jpw@pobox.com>
1227 * help-fns.el (describe-variable): Remove newlines from void
1230 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
1232 * wdired.el (wdired-mode-map): Add help echo for
1233 wdired-abort-changes.
1235 * man.el (Man-file-name-regexp): Adjust for a list of files.
1237 2006-01-12 Masatake YAMATO <jet@gyve.org>
1239 * progmodes/ld-script.el (auto-mode-alist): Support
1240 suffix conventions used in netbsd and eCos.
1242 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
1244 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
1245 (custom-variable-menu, custom-face-menu, custom-group-menu)
1246 (Custom-mode-menu): Change names of menu items. (As discussed on
1248 (custom-face-menu): Add "Undo Edits" item.
1250 * startup.el (init-file-user): defcustom -> defvar.
1252 * tooltip.el (tooltip-mode): Doc fix.
1254 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1256 * reveal.el (reveal-post-command): window-buffer signals an error on
1257 dead windows rather than returning nil.
1258 (reveal-open-new-overlays): An overlay might die while we open others.
1260 2006-01-11 Bill Wohler <wohler@newt.com>
1262 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
1263 phrasing in docstring.
1265 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
1266 can give some systems gas. Add new file mh-buffers.el.
1268 2006-01-06 Masatake YAMATO <jet@gyve.org>
1270 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
1271 C preprocessor forward ported from GNU Emacs 21.2.
1273 * progmodes/asm-mode.el (asm-font-lock-keywords):
1274 Use `cpp-font-lock-keywords'.
1276 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1278 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
1279 of $ for "\\.ld[s]?".
1281 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1283 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1284 (tcl-indent-line): Return `noindent' if inside a string.
1286 * progmodes/flymake.el (flymake-split-string): Remove more than one
1287 empty string at beg/end of the result.
1288 (flymake-find-buildfile, flymake-find-possible-master-files):
1289 Use expand-file-name.
1290 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1291 since expand-file-name does it for us. Use directory-file-name.
1292 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1293 (flymake-ler-get-type, flymake-ler-get-text)
1294 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
1295 (flymake-current-line-no): Remove spurious interactive spec.
1296 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1297 (flymake-check-include): Remove arg inc-path merged into inc-name.
1298 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1299 Arg regexp-list replaced by a simple regexp.
1300 (flymake-master-make-header-init, flymake-master-tex-init):
1301 Correspondingly replace regexp-list with a regexp. Fix regexp.
1303 2006-01-10 Simon Josefsson <jas@extundo.com>
1305 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1306 describing AUTH PLAIN fix.
1308 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1310 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1311 (report-emacs-bug): Don't record initial prompt text.
1312 Instead, add text properties to prompting text.
1313 (report-emacs-bug-hook): Delete prompting text.
1315 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1317 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1318 `dirs'. Adjust callers.
1320 2006-01-09 John Paul Wallington <jpw@gnu.org>
1322 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1324 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1326 * reveal.el (reveal-open-new-overlays): New extracted fun.
1327 (reveal-close-old-overlays): Idem. Check overlays's liveness before
1328 using them. Simplify the code.
1329 (reveal-post-command): Use them. Fix up obsolete windows in
1332 * progmodes/flymake.el: Use `require' rather than autoload for
1334 (flymake-get-common-file-prefix, flymake-build-relative-filename):
1335 Delete. Use file-relative-name instead.
1336 (flymake-get-syntax-check-program-args, flymake-perl-init):
1337 Simplify the resulting code.
1339 * log-view.el (log-view-file-re, log-view-message-re): Add support
1342 2006-01-09 Alex Schroeder <alex@gnu.org>
1344 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1345 identifiers sometimes added in square brackets at the beginning of
1348 2006-01-07 Richard M. Stallman <rms@gnu.org>
1350 * cus-edit.el (Custom-set, Custom-save): Doc fix.
1351 (Custom-reset-current, Custom-reset-saved): Change question text.
1352 (Custom-reset-standard): Likewise.
1353 (custom-variable-reset-saved): Doc fix.
1355 2006-01-07 Eli Zaretskii <eliz@gnu.org>
1357 * startup.el (init-file-user): Doc fix.
1359 2006-01-07 Alex Schroeder <alex@gnu.org>
1361 * mail/rmail.el (rmail-current-subject): New function.
1362 (rmail-current-subject-regexp): New function.
1363 (rmail-next-same-subject): Use it.
1365 * mail/rmailsum.el (rmail-summary-by-topic):
1366 Use rmail-current-subject and rmail-current-subject-regexp.
1367 (rmail-summary-next-same-subject): Ditto.
1369 * net/rcirc.el (rcirc-send-input): No longer check whether the
1370 process is open, since not all commands need an open process.
1371 (rcirc-send-string): Check whether the process is open before
1373 (rcirc-ignore-list): New option.
1374 (rcirc-ignore-list-automatic): New variable.
1375 (rcirc-print): Take rcirc-ignore-list into account.
1376 (rcirc-cmd-ignore): New command.
1377 (rcirc-ignore-update-automatic): New function.
1378 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1379 list if ignored nicks.
1380 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
1382 2006-01-06 David Reitter <david.reitter@gmail.com>
1384 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1385 reflect the address to which the report will be sent.
1387 2006-01-06 Eli Zaretskii <eliz@gnu.org>
1389 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1390 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1392 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
1394 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1396 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1397 the doc string: "functoin" => "function".
1398 * ldefs-boot.el: Likewise.
1400 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1401 message text: "Duplicat" => "Duplicate".
1403 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
1405 * files.el (basic-save-buffer-2): If backing-up failed, reset
1406 buffer-backed-up to nil.
1408 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
1410 * progmodes/gud.el (gdb-script-skip-to-head)
1411 (gdb-script-calculate-indentation): Indent for breakpoint command
1414 2006-01-05 Bill Wohler <wohler@newt.com>
1416 * Makefile.in (compile-always): Add mh-autoloads dependency.
1417 (bootstrap): Remove mh-autoloads dependency, as compile dependency
1419 (updates): Remove mh-autoloads dependency, since it probably has
1420 already run recently (via recompile).
1422 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1424 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1425 argument `force' to disable the flyspell-last-buffer optimization.
1426 (flyspell-mode-on): Use it.
1428 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1429 flymake-simple-cleanup.
1430 (flymake-allowed-file-name-masks): Use this new default.
1431 All the functions are now called in the right buffer rather than
1432 passing the buffer as argument.
1433 (flymake-process-sentinel): Switch to buffer before calling cleanup.
1434 (flymake-parse-err-lines): Remove redundant buffer arg.
1435 (flymake-get-program-dir): Comment out unused function.
1436 (flymake-start-syntax-check, flymake-start-syntax-check-process):
1437 Remove redundant buffer argument.
1438 (flymake-get-real-file-name, flymake-simple-java-cleanup)
1439 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1441 2006-01-05 Richard M. Stallman <rms@gnu.org>
1443 * info.el (Info-find-node): Don't record previous node if have none.
1444 (info): Go to directory only if history is empty.
1446 * simple.el (mark): Doc fix.
1448 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1450 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1451 already of desired type.
1452 (mac-ae-list): Coerce parameter to "list" type.
1453 (mac-dispatch-apple-event): Replace cadr part of event with a
1454 dummy position so that event-start returns it.
1456 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
1458 * textmodes/org.el (org-end-of-subtree): New function.
1459 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1460 Use `org-end-of-subtree'.
1461 (org-agenda, org-agenda-convert-date): Protect calls to
1462 `fit-window-to-buffer'.
1463 (org-tags-view): Force matching of sublevels when doing a
1464 todo-only search. Define the correct redo command, including the
1466 (org-agenda-redo): Display message.
1467 (org-check-for-org-mode): New function.
1468 (org-agenda-type): New variable.
1469 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1470 Set `org-agenda-type'.
1471 (org-agenda-check-type): New function.
1472 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1473 (org-agenda-week-view, org-agenda-day-view)
1474 (org-agenda-next-date-line, org-agenda-previous-date-line)
1475 (org-agenda-log-mode, org-agenda-toggle-diary)
1476 (org-agenda-toggle-time-grid, org-agenda-date-later)
1477 (org-agenda-date-prompt, org-agenda-diary-entry)
1478 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1479 (org-agenda-convert-date, org-agenda-menu):
1480 Use `org-agenda-check-type'.
1481 (org-make-overlay, org-delete-overlay)
1482 (org-detatch-overlay, org-move-overlay, org-overlay-put):
1483 New compatibility functions.
1484 (org-calendar-select-mouse): New command.
1486 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
1488 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
1489 (Custom-reset-standard): Fix y-or-n-p messages.
1490 (custom-link): New face for links.
1491 (custom-buffer-create-internal, custom-manual): Use it.
1492 (custom-face-save): Push to theme-face before setting face spec.
1494 * wid-edit.el (widget-default-mouse-face-get): New function.
1495 (widget-specify-button): Handle mouse-face like button-face.
1497 * custom.el (load-theme): Clear old theme settings if reloading.
1499 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
1501 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
1502 "Erase Customization" button back to same position it occupies in
1503 the individual State menus.
1505 2006-01-04 Kim F. Storm <storm@cua.dk>
1507 * wid-edit.el (key-sequence): Rework widget to read key binding
1508 using `kbd' syntax. Use C-q to insert literal key, event, or code.
1509 (widget-key-sequence-default-value): Default value for empty sequence.
1510 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
1511 (widget-key-sequence-read-event): New command for C-q.
1512 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
1513 (widget-key-sequence-value-to-external): New functions.
1515 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1517 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
1518 Use expand-file-name.
1519 (flymake-delete-temp-directory): Use expand-file-name,
1520 file-name-directory, and directory-file-name.
1521 (flymake-strrchr): Delete.
1522 (flymake-start-syntax-check): Don't pass the redundant buffer argument
1523 to the init-f function.
1524 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
1525 (flymake-init-find-buildfile-dir)
1526 (flymake-init-create-temp-source-and-master-buffer-copy)
1527 (flymake-simple-make-init-impl, flymake-simple-make-init)
1528 (flymake-master-make-init, flymake-master-make-header-init)
1529 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1530 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1531 (flymake-xml-init): Remove corresponding redundant buffer argument.
1532 (flymake-allowed-file-name-masks): Remove last elems that are equal to
1533 the default anyway. Clean up regexps.
1535 * progmodes/flymake.el (flymake-temp-source-file-name)
1536 (flymake-master-file-name, flymake-temp-master-file-name)
1537 (flymake-base-dir): New buffer-local vars.
1538 (flymake-buffer-data, flymake-get-buffer-value)
1539 (flymake-set-buffer-value): Replace those hash-tables by the new
1540 buffer-local vars. Update callers.
1542 * progmodes/flymake.el (flymake-check-start-time)
1543 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
1544 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
1545 Move definition, so we can remove redundant earlier declaration.
1546 (flymake-replace-regexp-in-string, flymake-split-string)
1547 (flymake-get-temp-dir): Use defalias.
1548 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
1549 (flymake-xemacs-window-edges): Remove unused function.
1550 (flymake-get-point-pixel-pos): Move.
1551 (flymake-pid-to-names, flymake-reg-names)
1552 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
1553 Replace by a simple list flymake-processes and by process-buffer.
1554 Update callers. Other than simplify the code, it uses buffers rather
1555 than buffer-names so it doesn't get confused by uniquify.
1556 (flymake-buffer-data): The global value should just be nil.
1558 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
1559 Optimize the body of a defalias like any other code.
1561 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
1562 Make sure we've setup font-lock's vars. It may influence which
1563 function we then call.
1564 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
1565 here since it's too late anyway.
1567 2006-01-03 Romain Francoise <romain@orebokech.com>
1569 * startup.el (fancy-splash-tail, normal-splash-screen):
1570 Update copyright year.
1572 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
1574 * mouse.el (mouse-drag-track): Rename, from
1575 `mouse-drag-region-1'. Includes optional argument required to
1576 enable post-drag event processing (e.g. delete region keys).
1577 Can be used without this argument to track a mouse region and operate
1578 on it as soon as the drag completes.
1579 (mouse-drag-region): Use `mouse-drag-track'.
1581 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
1583 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
1584 Move to `custom-buffer' group.
1586 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
1587 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
1588 (custom-theme-insert-face-marker, custom-theme-variable-menu)
1589 (custom-theme-face-menu): New variables.
1590 (custom-theme-add-variable, custom-theme-variable-action)
1591 (custom-variable-reset-theme, custom-theme-delete-variable)
1592 (custom-face-reset-theme, custom-theme-face-action)
1593 (custom-theme-delete-face, custom-theme-merge-theme)
1594 (custom-theme-add-face, custom-theme-visit-theme): New functions.
1596 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
1598 * custom.el: Move Custom Themes commentary to start of theme code.
1599 (custom-known-themes): Rename `standard' theme to `changed'.
1600 (custom-push-theme): Caller no longer specifies what theme to use
1601 when doing `reset'---the setting is simply removed from the theme.
1602 Delete MODE from `theme-value' and `theme-settings' properties.
1603 (custom-declare-theme): Ignore &rest args since we don't use them.
1605 (custom-loaded-themes): Delete variable.
1606 (custom-theme-load-themes, custom-theme-loaded-p)
1607 (custom-theme-value): Delete functions.
1609 (custom-declare-theme): Signal error on invalid theme names.
1610 (provide-theme): custom-loaded-themes was deleted.
1611 (load-theme): Load the file unconditionally.
1612 (enable-theme): Call `load-theme' if theme is undefined.
1613 (custom-enabled-themes): Only update value for successful loads.
1614 (disable-theme): Complete from enabled themes when interactive.
1615 (custom-variable-theme-value): Calculate theme value directly.
1617 (custom-theme-reset-variables, custom-reset-variables): Mark as
1618 XEmacs compatibility functions. We don't actually use these.
1620 * cus-edit.el (custom-variable-state-set):
1621 Use custom-variable-theme-value instead of custom-theme-value.
1622 (custom-face-state-set): Rename `standard' theme to `changed'.
1623 (custom-save-variables, custom-save-faces): Delete unneeded
1624 references to custom-reset-variables.
1625 (custom-save-resets): Delete function.
1626 (custom-save-variables, custom-save-faces): MODE argument deleted.
1627 (custom-save-variables, custom-save-faces): Ignore theme values.
1629 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
1630 compatibility function.
1632 2006-01-01 Richard M. Stallman <rms@gnu.org>
1634 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
1635 (Custom-reset-current, Custom-reset-saved): Likewise.
1636 (Custom-reset-standard): Show message if aborted.
1637 (custom-mode): Doc fix, describing those commands.
1639 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
1640 put on event-kind property.
1642 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
1644 * custom.el (provide-theme): Ban `user' theme name.
1645 (custom-enabling-themes): New variable.
1646 (enable-theme): Don't enable user if custom-enabling-themes is t.
1647 (custom-enabled-themes): Make it a defcustom.
1648 (custom-theme-recalc-face): No-op if face is undefined.
1650 * cus-edit.el (custom-button-mouse): New variable.
1651 (custom-button-mouse): New face.
1652 (custom-raised-buttons, custom-mode): Use it.
1654 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
1656 2005-12-31 Eli Zaretskii <eliz@gnu.org>
1658 * progmodes/gud.el (gud-display-line): Support hl-line in the
1661 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1663 * mouse.el (mouse-drag-window-above): Verify that the found window
1664 overlaps with the given window in the horizontal dimension.
1666 2005-12-31 Eli Zaretskii <eliz@gnu.org>
1668 * Makefile.in (cvs-update): New target.
1670 * makefile.w32-in (cvs-update): Ditto.
1672 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
1674 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
1675 (custom-new-theme-mode-map): New variable.
1677 2005-12-30 Richard M. Stallman <rms@gnu.org>
1679 * custom.el (custom-load-themes): Function deleted.
1681 * cus-edit.el (custom-save-loaded-themes): Function deleted.
1682 (custom-save-variables): Don't delete or add custom-load-themes call.
1684 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
1686 * cus-start.el: Add `visible-cursor'.
1688 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
1689 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
1690 (flymake-process-filter): Switch to buffer before calling it instead.
1691 (flymake-post-syntax-check, flymake-highlight-err-lines)
1692 (flymake-delete-own-overlays, flymake-parse-err-lines)
1693 (flymake-start-syntax-check, flymake-start-syntax-check-process)
1694 (flymake-count-lines, flymake-parse-residual):
1695 Remove constant buffer argument.
1696 (flymake-start-syntax-check-for-current-buffer): Remove.
1697 Update callers to use flymake-start-syntax-check instead.
1698 (flymake-display-err-menu-for-current-line):
1699 Remove unused var `mouse-pos'.
1700 (flymake-restore-formatting): Comment out unused function.
1701 (flymake-report-status, flymake-report-fatal-status): Remove buffer
1702 argument, use current-buffer instead. Update callers.
1704 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1706 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
1707 buffer-local because choose-completion-delete-max-match requires
1708 that we set completion-ignore-case (i.e., binding via let is not
1710 (bibtex-complete): Always set completion-ignore-case and
1711 choose-completion-string-functions. The latter is needed because
1712 choose-completion-string-functions keeps its value if we quit the
1713 *Completions* buffer without requesting a completion.
1715 2005-12-30 Andreas Schwab <schwab@suse.de>
1717 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
1719 2005-12-30 Eli Zaretskii <eliz@gnu.org>
1721 * jit-lock.el (jit-lock-chunk-size): Doc fix.
1723 2005-12-30 Juri Linkov <juri@jurta.org>
1725 * locate.el (locate-fcodes-file, locate-header-face)
1726 * progmodes/delphi.el (delphi-other-face)
1727 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
1729 * paren.el (show-paren-match, show-paren-mismatch): Use existing
1730 group `paren-showing-faces'.
1732 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1733 (goto-address): Fix docstring.
1735 * net/webjump.el (webjump-sample-sites): Update URLs.
1737 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
1739 * subr.el (cancel-change-group): Add listp around pending-undo-list.
1741 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
1743 * font-lock.el (font-lock-compile-keywords): Signal an error when
1744 font-lock-set-defaults hasn't been called.
1746 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1748 * subr.el (noreturn, 1value): Doc fixes.
1750 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1752 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
1753 that assoc-string returns nil.
1755 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1757 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
1758 (bibtex-entry-type-str, bibtex-empty-field-re)
1759 (bibtex-search-backward-string, bibtex-preamble-prefix)
1760 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
1761 (bibtex-any-valid-entry-type): New variable.
1762 (bibtex-parse-field-name): Simplify.
1763 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
1764 (bibtex-preamble-prefix): Include left delimiter.
1765 (bibtex-search-forward-field, bibtex-search-backward-field):
1766 Allow unbounded search past entry boundaries (required by bibtex-pop).
1767 (bibtex-text-in-field-bounds): Use push.
1768 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
1769 (bibtex-parse-preamble, bibtex-valid-entry)
1770 (bibtex-beginning-first-field): New functions.
1771 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
1772 (bibtex-map-entries): Fix docstring.
1773 (bibtex-flash-head): New arg prompt. Simplify.
1774 (bibtex-enclosing-field): Include code of bibtex-inside-field.
1775 (bibtex-insert-kill): Simplify. Always insert text past the
1776 current field or entry.
1777 (bibtex-format-entry): Use bibtex-parse-field.
1778 (bibtex-pop): Use bibtex-beginning-of-entry and
1779 bibtex-end-of-entry to initiate the search. Insert empty field if
1781 (bibtex-print-help-message): New args field and comma.
1783 (bibtex-make-field): Use bibtex-beginning-of-entry.
1784 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
1786 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
1787 Handle preambles. Simplify code for thorough test.
1788 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
1789 New arg comma. Handle entry heads.
1790 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
1791 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
1793 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
1794 (bibtex-fill-field): Simplify.
1795 (bibtex-fill-entry): Use bibtex-beginning-first-field and
1797 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
1798 (bibtex-complete): Use bibtex-parse-preamble.
1800 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
1802 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
1803 Display name of expression instead of convenience variable.
1804 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
1806 * progmodes/gud.el (gud-tooltip-dereference): Rename from
1807 toggle-gud-tooltip-dereference.
1808 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
1809 (gud-tooltip-tips): ...here when dereferencing.
1811 2005-12-28 Bill Wohler <wohler@newt.com>
1813 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
1815 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
1817 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
1818 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
1819 (vc-annotate-display-autoscale): Adjust call.
1820 (vc-annotate-display-default): Adjust call. Make arg compulsory.
1821 Fix interactive spec.
1822 (vc-annotate-time-span): Remove.
1823 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
1824 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
1825 (vc-annotate-display-select): Use new name.
1827 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
1828 (vc-annotate-mode-menu): Remove left-over redundant declaration.
1829 Correct the construction of span entries. Simplify.
1830 (vc-annotate-display-select): Fix the nil case.
1831 (vc-annotate): Remove obsolete (and now broken) code.
1832 (vc-annotate-extract-revision-at-line): Remove obsolete code.
1833 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
1835 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1837 * subr.el (lazy-completion-table): Correct typo in docstring.
1839 * startup.el (command-line): Use `custom-reevaluate-setting' for
1840 `send-mail-function'.
1842 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
1844 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
1846 * mail/smtpmail.el (smtpmail-try-auth-methods):
1847 Send credentials together with "AUTH PLAIN" command.
1849 2005-12-27 Richard M. Stallman <rms@gnu.org>
1851 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
1852 mouse-2, go back to previously selected window, so it's selected
1853 when mouse-2 command runs.
1855 2005-12-27 Juri Linkov <juri@jurta.org>
1857 * descr-text.el (describe-text-sexp): Use square brackets for
1858 button [Show] to distinguish it from the property value `show'.
1859 (describe-property-list): Use `insert-text-button' with
1860 `help-face' type instead of putting face in quotes, because button
1861 is not created automatically for a list of faces.
1862 (describe-text-properties-1): Put button-type value in quotes to
1863 distinguish from plain text "button".
1864 (describe-char): Display code point values in hex. Don't use
1865 `symbol-name' for `current-input-method' because it is a string.
1866 Use `insert-text-button' with `help-face' type instead of putting
1867 hardcoded face in quotes, because button is not created automatically.
1869 2005-12-27 Richard M. Stallman <rms@gnu.org>
1871 * progmodes/glasses.el (glasses-face): More specific custom type.
1873 * files.el (set-visited-file-name): Doc fix.
1875 * textmodes/flyspell.el (flyspell-external-point-words):
1876 Use local var buffer-scan-pos to advance scan for next misspelling.
1877 Advance it only after we find the misspelling.
1879 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
1881 * textmodes/flyspell.el (flyspell-external-point-words):
1882 New criteria for finding the misspelling in the buffer.
1884 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
1886 * help-mode.el (help-insert-string): Set help-xref-stack-item
1887 rather than call help-setup-xref.
1889 * descr-text.el (describe-char): Revert previous changes for
1890 optional buffer argument.
1892 2005-12-27 Juri Linkov <juri@jurta.org>
1894 * help-mode.el (help-insert-string): New function. Save buffer
1895 contents in cases where it is impossible to recompute the old contents.
1897 * descr-text.el (describe-char): Set help-xref-stack-item
1898 explicitly after buffer has been generated.
1900 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1902 * cus-start.el (all): Add x-gtk-show-hidden-files.
1904 2005-12-26 Richard M. Stallman <rms@gnu.org>
1906 * replace.el (perform-replace): Calculate match-again
1907 before skipping read-only matches.
1909 * paren.el (paren-showing-faces): New group.
1910 (show-paren-match, show-paren-mismatch): Move to that group.
1912 * button.el (button): Put into group `basic-faces'.
1914 * progmodes/make-mode.el: Remove faces from group `faces'.
1916 * apropos.el (apropos, apropos-value): Doc fix.
1917 (apropos-documentation): Doc fix.
1919 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
1921 * subr.el (lazy-completion-table): Remove argument `args'.
1923 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1924 Don't use the `args' argument of lazy-completion-table.
1926 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
1928 * descr-text.el (describe-char): Add optional argument for buffer.
1929 Set buffer appropriately. Call help-setup-xref.
1930 Suggested by Stefan Monnier.
1932 2005-12-26 Juri Linkov <juri@jurta.org>
1934 * descr-text.el: Require `help-fns' at runtime. Don't require
1935 `button' for byte compilation.
1936 (describe-text-widget): Add `help-echo' for first button.
1937 Use `help-info' for second.
1938 (describe-property-list): Use `help-argument-name' instead of `italic'.
1939 (describe-text-category): Add prompt to interactive spec.
1940 Call `help-setup-xref'.
1941 (describe-char): Use `help-character-set'. Add `help-echo' for
1942 code point. Use `help-input-method'. Remove superfluous insert.
1944 2005-12-25 Richard M. Stallman <rms@gnu.org>
1946 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1947 at point, in case of narrowing.
1949 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1951 * locate.el (locate-header-face): Allow nil in type.
1953 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1955 2005-12-25 Romain Francoise <romain@orebokech.com>
1957 * battery.el (battery-linux-proc-acpi): Also try
1958 `/proc/acpi/thermal_zone/THM0/temperature'.
1960 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
1962 * custom.el (custom-push-theme): Fix docstring.
1964 * cus-edit.el (custom-variable-set, custom-variable-save)
1965 (custom-variable-save): Custom-quote widget values.
1966 (customize-save-variable): Fix custom-push-theme call.
1968 2005-12-24 Eli Zaretskii <eliz@gnu.org>
1970 * w32-fns.el (w32-batch-update-autoloads): New function.
1972 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1973 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
1974 from the command line.
1976 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
1978 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
1979 reset means to remove setting from theme entirely. Don't keep
1980 expanding theme-settings list; delete old entries if necessary.
1982 * cus-edit.el (custom-buffer-create-internal): Move "Erase
1983 customization" button one line up.
1984 (custom-themed): New face.
1985 (custom-magic-alist): New value, THEMED, for theme settings.
1986 (custom-variable-state-set, custom-face-state-set):
1987 Check theme-value instead of saved-value.
1988 (custom-variable-reset-standard, custom-face-reset-standard):
1989 Remove theme setting entirely. Recalculate new values.
1990 (custom-variable-set, custom-variable-set)
1991 (custom-variable-reset-saved, custom-variable-reset-backup)
1992 (custom-face-set, custom-face-reset-saved): Update `user' theme.
1993 (custom-variable-save): Fix typos.
1995 2005-12-23 Juri Linkov <juri@jurta.org>
1997 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1998 Add autoload cookies.
1999 (edebug-outside-d-c-i-n-s-w): New variable.
2000 (edebug-display, edebug-outside-excursion): Use it to save the
2001 original value of default-cursor-in-non-selected-windows.
2002 Set default-cursor-in-non-selected-windows to t while Edebug
2004 (edebug-mode, edebug-eval-mode): Doc fix.
2006 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2007 with `buffer-substring-no-properties' to remove common substring
2010 * info.el (info-other-window, info): Rename function argument
2011 `file' to `file-or-node'.
2012 (Info-complete-menu-item): Use local variable `complete-nodes' to
2013 keep the global value of `Info-complete-nodes' unchanged for
2014 subsequent completions.
2015 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2017 * simple.el (get-next-valid-buffer, last-buffer)
2018 (next-error-buffer-p, next-error-find-buffer)
2019 (minibuffer-history-sexp-flag): Doc fix.
2021 * savehist.el (savehist-mode-hook): Add `:group'.
2023 * log-view.el: Call autoload for vc-find-version.
2024 (log-view-current-file): Adjust subgroup numbers.
2025 (log-view-current-tag): Add `length'.
2027 2005-12-23 Richard M. Stallman <rms@gnu.org>
2029 * vc.el (vc-annotate-car-last-cons): Defn moved up.
2031 2005-12-23 Juri Linkov <juri@jurta.org>
2033 * hi-lock.el (hi-lock-archaic-interface-message-used)
2034 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2035 (hi-lock-mode): Display "Hi" in the mode line only when
2036 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2037 (hi-lock-write-interactive-patterns):
2038 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2039 (hi-lock-set-pattern, hi-lock-set-file-patterns)
2040 (hi-lock-font-lock-hook): Set 3rd arg `how' of
2041 font-lock-add-keywords to t.
2043 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
2045 * hi-lock.el (hi-lock-highlight-range): New variable.
2046 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2047 only if font-lock-fontified is non-nil. Remove overlays.
2048 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2049 font-lock-fontified is non-nil, otherwise use overlays (instead of
2051 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2053 (hi-lock-string-serialize) New function.
2055 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2057 * menu-bar.el (menu-find-file-existing): New function.
2058 (menu-bar-file-menu): Use menu-find-file-existing for Open.
2060 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
2062 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2064 * vc.el: Remove unnecessary leading * in docstrings.
2065 (vc-annotate-mode-map): Move initialization into declaration.
2066 (vc-static-header-alist): Nitpick on the regexp.
2067 (vc-default-init-version): New fun.
2068 (vc-register): Use it.
2069 (vc-insert-headers): Use dolist.
2070 (vc-annotate-get-backend): Remove unused function.
2071 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
2072 (vc-annotate-mode): Remove corresponding call.
2073 (vc-annotate-car-last-cons): Simplify.
2074 (vc-annotate-buffers): Remove var.
2075 (vc-annotate-backend): Make it buffer-local.
2076 (vc-annotate): Move the interaction to the interactive spec.
2077 Add a `buf' argument.
2078 (vc-annotate-warp-version): Use this new `buf' argument to avoid
2079 killing&creating a vc-annotate buffer, which is very disruptive when
2080 the buffers are shown in dedicated frames.
2082 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
2084 * descr-text.el: Add FSF as maintainer.
2085 (describe-text-mode, describe-text-mode-map)
2086 (describe-text-mode-hook, describe-text-done): Delete. Use normal
2088 (describe-text-widget, describe-text-sexp)
2089 (describe-property-list, describe-text-category)
2090 (describe-text-properties, describe-text-properties-1)
2091 (describe-char): Use help buttons instead of widgets.
2092 (describe-char-unicodedata-file): Make URL link in doc string.
2094 2005-12-22 Richard M. Stallman <rms@gnu.org>
2096 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
2097 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
2098 Don't include buttons that write a file when there's no file.
2099 (custom-variable-menu, custom-face-menu, custom-group-menu):
2100 Don't include commands that write a file when there's no file.
2101 (customize-browse): Reword the top-of-buffer help intro.
2102 (custom-buffer-create-internal): Fix previous change.
2103 (customize-changed-options-previous-release): Prev release is 21.1.
2104 (customize-changed-options): Doc fix.
2105 (customize-changed): New alias.
2106 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
2107 Say "standard values".
2108 (Custom-reset-standard): Doc fix.
2109 (custom-face-reset-standard): Doc fix.
2111 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2113 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
2114 even if font-lock-mode is non-nil since it may be t without having
2115 turned on font-lock-mode-internal.
2116 (font-lock-choose-keywords): Minor optimization.
2117 (font-lock-add-keywords, font-lock-remove-keywords)
2118 (font-lock-set-defaults): Don't call make-local-variable on a variable
2119 that we know to already be local.
2121 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2123 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
2124 messages if in the minibuffer.
2126 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2128 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
2129 (tex-mode-flyspell-verify, flyspell-get-word)
2130 (flyspell-external-point-words): Don't use point-min/max uselessly.
2132 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
2133 by Kevin Rodgers. Instead, just hide the completions buffer if we
2134 don't need to show it.
2136 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
2138 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
2140 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2142 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
2143 delete-windows-on with an inexistent buffer.
2145 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
2147 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2148 Delete defcustom variable :tag names.
2150 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
2152 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
2153 (log-view-font-lock-keywords): Ajust subgroup numbers.
2154 (log-view-current-tag): Don't hard code the number of subgroups.
2156 2005-12-20 Juri Linkov <juri@jurta.org>
2158 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
2159 (tooltip-x-offset, tooltip-y-offset): Doc fix.
2161 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2162 (menu-bar-non-minibuffer-window-p): Instead of checking
2163 display-multi-frame-p, use selected-frame when menu-updating-frame
2166 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
2168 * align.el (align-rules-list): Use [ \t] instead of \s-
2169 for column separators in text mode.
2171 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
2173 * help-mode.el (help-customize-variable, help-customize-face):
2174 Don't pop help-xref-stack as help-follow no longer pushes
2177 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
2179 * textmodes/org.el (org-agenda-custom-commands): New option.
2180 (org-agenda): Offer custom commands on splash screen.
2181 (org-make-tags-matcher): Parser for Boolean logic added.
2182 (org-agenda-set-tags): New command.
2183 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2184 (org-set-tags): Efficiency improvements.
2185 (org-auto-align-tags): New option.
2186 (org-todo, org-demote, org-promote): Realign tags.
2187 (org-tags-completion-function): Use also "&" and "|" as separators.
2188 (org-org-menu): Agenda commands simplified.
2190 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2192 * cus-edit.el (customize-apropos, customize-apropos-options):
2195 * font-lock.el (font-lock): Add tags to the links in the defgroup.
2197 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
2199 * longlines.el (longlines-mode): Wrap while widened.
2200 (longlines-decode-region, longlines-encode-region): Compute max
2203 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2205 * cus-edit.el (mac): New group.
2207 * cus-start.el (all): Add user options in macterm.c. Add test for
2208 Mac-related built-ins. Fix test for GTK-related built-ins.
2210 * term/mac-win.el (mac-handle-language-change)
2211 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
2212 (mac-services-open-selection, mac-services-mail-selection)
2213 (mac-services-mail-to, mac-services-insert-text)
2214 (mac-dispatch-apple-event): Add docstrings.
2215 (x-get-selection, mac-select-convert-to-string): Select coding
2216 system from `utf-16be' and `utf-16le' using `byteorder'.
2218 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2220 * subr.el (lazy-completion-table): Don't be fooled if the var holds
2221 a "list" (lambda ...) rather than a real completion list.
2223 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
2224 lexical-let when encountering ((lambda (...) ...) ...).
2226 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
2228 * progmodes/sh-script.el (sh-mode):
2229 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
2230 * textmodes/picture.el (picture-mode): Update docstrings.
2232 2005-12-17 Eli Zaretskii <eliz@gnu.org>
2234 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
2235 commands enclosed in $(ARGQUOTE)s should not be split between two
2236 lines, as that will break with GNU Make >3.80, when sh.exe is used
2237 and arg quoting is with '..'.
2238 (autoloads): Don't break the quoted --eval expression between
2241 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
2243 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
2244 Capture error from printing circular structures.
2246 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
2248 * wid-edit.el (widget-checkbox-action): Clear undo info.
2250 2005-12-16 Bill Wohler <wohler@newt.com>
2252 * menu-bar.el (kill-this-buffer): Set a good example by using menu
2253 bar, not menubar in comment.
2255 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2257 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
2258 After-change-functions should not clobber the match data.
2260 2005-12-16 Juri Linkov <juri@jurta.org>
2262 * simple.el (choose-completion): Use `buffer-substring-no-properties'
2263 instead of `buffer-substring'.
2264 (completion-common-substring): Doc fix.
2265 (completion-setup-function): Use minibuffer-completion-contents
2266 instead of minibuffer-contents. Don't set common-string-length
2267 initially. Remove special handling of partial-completion-mode.
2268 Move computation of completion-base-size into one cond.
2269 Call completion-base-size-function in mainbuf. In computation of
2270 completion-base-size for file name completion don't move point to
2271 the end of the minibuffer. Move computation of common-string-length
2272 into one cond. Start putting faces only when common-string-length>=0.
2273 Add condition to put completions-common-part when
2274 common-string-length>0.
2276 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2277 place point at the first different character in the minibuffer
2278 even if this position is at the beginning of the minibuffer.
2280 * info.el (Info-read-node-name-1): In completion-base-size-function's
2281 lambda return 1 if common-substring or minibuffer-completion-contents
2282 starts with (, and 0 otherwise.
2284 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2285 Use `crm-current-element' for second arg of `display-completion-list'.
2287 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
2289 * files.el (set-auto-mode): Look for an interpreter specified on
2290 the first line also if search for mode specification succeeded,
2291 but the mode is not known.
2293 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
2295 * textmodes/org.el (org-tags-match-list-sublevels): New option.
2296 (org-open-at-point): Implement tag searches as links.
2297 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2298 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
2299 (org-tags-sparse-tree, org-tags-view, org-set-tags)
2300 (org-agenda-dispatch): New commands.
2301 (org-use-tag-inheritance, org-tags-column): New options.
2302 (org-tab-follows-link, org-return-follows-link): New options.
2303 (org-tags): New customize group.
2304 (org-start-icalendar-file): Get local time zone.
2305 (org-tags-completion-function): New function.
2306 (org-set-font-lock-defaults): Make sure links will also be
2307 highlighted inside headlines.
2309 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
2311 * term.el (term-emulate-terminal):
2312 Let term-handle-ansi-terminal-messages override what Bash says about
2313 its current directory.
2315 2005-12-16 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
2317 * bindings.el (last-buffer): Move to simple.el.
2318 * simple.el (last-buffer): Move here.
2319 (get-next-valid-buffer): New function.
2320 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
2321 (prev-buffer): Ditto. Rename to `previous-buffer'.
2323 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
2324 * bindings.el (global-map): Ditto.
2326 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
2328 * cus-edit.el: Introductory comment change.
2329 (custom-magic-alist): Change message string for the `rogue' state.
2331 2005-12-15 Richard M. Stallman <rms@gnu.org>
2333 * tooltip.el: Delete defcustom variable :tag names.
2335 * complete.el (partial-completion-mode): Doc fix.
2337 * textmodes/flyspell.el (flyspell-external-point-words):
2338 Use save-excursion to ensure we don't move backward in the
2339 search loop, not even one character.
2340 (flyspell-delete-all-overlays): Use remove-overlays directly.
2342 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2343 (ispell-start-process): Set that variable.
2344 Clear ispell-buffer-local-name.
2345 (ispell-internal-change-dictionary):
2346 Set ispell-current-dictionary after killing process.
2347 (ispell-buffer-local-dict):
2348 Don't set spell-personal-dictionary after killing process.
2349 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
2350 (ispell-tex-skip-alists, ispell-html-skip-alists)
2351 (ispell-skip-region-alist): Mark as risky.
2353 * net/newsticker.el (newsticker--retrieval-timer-list)
2354 (newsticker--display-timer, newsticker-running-p)
2355 (newsticker-ticker-running-p): Definitions moved up.
2357 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
2359 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
2361 2005-12-15 David Ponce <david@dponce.com>
2363 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
2364 (recentf-edit-list, recentf-open-files): Signal an error when
2365 there is no recent file.
2367 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2369 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2370 read-only except for texinfo-format-region evaluation.
2372 2005-12-14 Richard M. Stallman <rms@gnu.org>
2374 * vc.el (vc-default-previous-version, vc-default-next-version)
2375 (vc-do-command): Doc fixes.
2377 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2379 * textmodes/bibtex.el (bibtex-expand-strings)
2380 (bibtex-autokey-expand-string, bibtex-name-part)
2381 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2382 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2383 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2384 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2385 (bibtex-entry-postfix, bibtex-known-entry-type-re)
2386 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2387 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2388 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2389 (bibtex-beginning-of-last-entry): Remove.
2390 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
2391 message if comma is missing but buffer is read-only.
2392 (bibtex-parse-field-text): Handle whitespaces at the end of field
2393 text. Return 3-element list with beginning and end of field text
2395 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2396 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
2397 (bibtex-search-forward-field, bibtex-search-backward-field):
2398 Search always delimited by limits of entry. Use more efficient
2400 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2401 bibtex-end-of-name-in-field.
2402 (bibtex-text-in-field-bounds): Handle BibTeX strings when
2403 extracting the content of a field.
2404 (bibtex-text-in-field): Use search limits.
2405 (bibtex-parse-string-prefix): Handle empty string keys based on
2406 bibtex-string-empty-key.
2407 (bibtex-parse-string): Fix docstring.
2408 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2409 (bibtex-preamble-prefix, bibtex-strings): New functions.
2410 (bibtex-skip-to-valid-entry): Include preceding whitespace in
2411 BibTeX entries (consistent with other BibTeX functions).
2412 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2413 (bibtex-search-entry): Fix docstring. Simplify.
2414 (bibtex-flash-head, bibtex-complete-string-cleanup)
2415 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2416 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2417 (bibtex-parse-entry): New optional arg content.
2418 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2419 Use bibtex-text-in-field-bounds.
2420 (bibtex-print-help-message): Handle BibTeX strings and preambles.
2421 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2422 bibtex-parse-string-postfix.
2423 (bibtex-find-text-internal): New function.
2424 (bibtex-remove-delimiters): Use it.
2425 (bibtex-find-text): Use it. New optional arg help.
2426 (bibtex-complete): Handle BibTeX string and preamble entries.
2427 (bibtex-Preamble): Fix order of closing delimiters.
2429 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2431 * vc.el (vc-default-revert): New fun.
2433 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2435 2005-12-14 Romain Francoise <romain@orebokech.com>
2437 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2438 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2439 (font-lock-remove-keywords): Likewise.
2441 2005-12-14 Juri Linkov <juri@jurta.org>
2443 * log-view.el (log-view-diff): Doc fix.
2445 * isearch.el (isearch-query-replace): Use (mark) instead of
2446 isearch-opoint if mark is active in transient-mark-mode.
2448 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2450 * isearch.el (isearch-query-replace): Check for isearch-other-end.
2452 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
2454 * progmodes/cpp.el (cpp-face): New widget.
2455 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2457 2005-12-14 Juri Linkov <juri@jurta.org>
2459 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2460 around `erase-buffer' and `insert'.
2462 * descr-text.el (describe-text-properties): Replace buffer name
2463 "*Help-2*" with "*Help*<2>".
2464 (describe-char): Add functions print-help-return-message,
2465 toggle-read-only. Use help-setup-xref with nil to not store
2466 describe-char in help-xref-stack. Use help-make-xrefs to
2469 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2471 * wdired.el (wdired-old-point): New internal variable.
2472 (wdired-change-to-wdired-mode): Set it buffer-locally.
2473 (wdired-abort-changes): Restore point after aborting changes.
2475 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2477 * vc.el (vc-do-command): Add a new value t for okstatus.
2479 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2480 frame in case of errors.
2482 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2484 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
2485 so it comes after "On the Left" in the menu.
2487 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
2489 * cus-edit.el (customize-apropos, customize-apropos-options)
2490 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2492 2005-12-12 Bill Wohler <wohler@newt.com>
2494 * vc-svn.el (vc-svn-registered): Fix problem of visiting
2495 non-writable Subversion-controlled files by saving window
2496 configuration before calling vc-do-command. vc-do-command calls
2497 pop-to-buffer on error which is unexpected during registration.
2499 2005-12-12 Jay Belanger <belanger@truman.edu>
2501 * calc/README: Update the summary of changes.
2503 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2505 * descr-text.el (describe-char): Rework last fix to solve the problem
2506 is the same way it's solved for everything else in that function
2507 (i.e. by extracting the info before setting up the *Help* buffer).
2509 2005-12-12 Kim F. Storm <storm@cua.dk>
2511 * subr.el (version-regexp-alist): Allow space as separator before
2512 non-numeric part, e.g. "1.0 alpha".
2513 (version-to-list): Interpret .X.Y version as 0.X.Y version.
2515 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
2517 * textmodes/org.el (org-agenda, org-timeline, org-todo):
2518 Implement Logging and the keep-modes setting.
2519 (org-get-category): Make sure a string is returned.
2520 (org-log-done): New function.
2521 (org-log-done, org-closed-string): New options.
2523 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2525 * tooltip.el (tooltip-y-offset): Change default to 20.
2527 2005-12-12 Richard M. Stallman <rms@gnu.org>
2529 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2531 * frame.el (display-hourglass): Doc fix.
2533 * help.el (help-for-help-internal): Simplify entry for `a'.
2535 * info.el (Info-on-current-buffer): Doc fix.
2536 (info-insert-file-contents): Don't test (featurep 'jka-compr).
2538 * startup.el (inhibit-splash-screen): Make this the real name.
2539 (inhibit-startup-message): Make this the alias.
2540 (command-line): Find only simple.el, and use its directory
2541 to fill in other preloaded files' names.
2542 (command-line): Deactivate the mark if deactivate-mark is set.
2544 * international/mule.el (load-with-code-conversion):
2545 Bind deactivate-mark.
2547 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2549 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
2551 * cus-edit.el (customize-apropos): Avoid listing an option more
2552 than once under different aliases. No longer list user options
2553 that are not defined with defcustom (unless a prefix arg is given).
2555 (customize-apropos-options): Doc fix.
2557 2005-12-11 Juri Linkov <juri@jurta.org>
2559 * frame.el (set-background-color, set-foreground-color)
2560 (set-cursor-color, set-mouse-color, set-border-color):
2561 Add explicit prompts to read colors by `facemenu-read-color'.
2562 (show-trailing-whitespace, blink-cursor-delay)
2563 (blink-cursor-interval, display-hourglass, hourglass-delay):
2565 (display-hourglass, hourglass-delay): Doc fix.
2566 (cursor-in-non-selected-windows): Capitalize words in tag.
2568 * faces.el (frame-background-mode): Replace `choice-item' keywords
2569 with `const' to not make [default] button. Change default value tag
2570 from `default' to `automatic'. Doc fix.
2571 (trailing-whitespace) <defface>: Change group `whitespace' to
2574 2005-12-11 Richard M. Stallman <rms@gnu.org>
2576 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
2578 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2580 * term/mac-win.el: Create keymap for mac-apple-event-map.
2582 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
2584 * tooltip.el (tooltip-mode): Move to start of file so that it
2585 appears at top of customize buffer.
2587 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2588 Add the gud groupname.
2589 (gud-tooltip-mode): Add the tooltip groupname.
2590 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
2591 avoid conflict with tooltip-use-echo-area.
2593 2005-12-10 Romain Francoise <romain@orebokech.com>
2595 * help.el (help-for-help-internal): Add `r' in doc string.
2597 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2599 * align.el (align-regexp, align-highlight-rule):
2600 Use region-beginning and region-end instead of point and mark, so that
2601 repetition (with `repeat-complex-command') recomputes the region
2604 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
2606 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2607 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2608 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
2609 (balance-windows): Rewrite using the above new functions.
2611 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
2613 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
2614 react if global-hi-lock-mode seems intended.
2615 (global-hi-lock-mode) Renamed from hi-lock-mode.
2616 (hi-lock-archaic-interface-message-used)
2617 (hi-lock-archaic-interface-deduce): New variables.
2618 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
2619 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2620 (hi-lock-find-patterns, hi-lock-font-lock-hook):
2621 Replace hi-lock-buffer-mode with hi-lock-mode.
2623 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
2625 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
2626 completion list, even after a partial completion has been
2627 inserted in the current buffer. If there are more than 1
2628 completion, redisplay the *Completions* buffer; if the
2629 completion is unique, delete the *Completions* window.
2631 2005-12-10 Eli Zaretskii <eliz@gnu.org>
2633 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
2634 strings and long subject lines that were broken into multiple
2635 lines at arbitrary places. Handle subjects that have "Re: " in
2638 2005-12-10 John W. Eaton <jwe@octave.org>
2640 * emacs/octave-mod.el (octave-electric-space): Don't indent
2641 comments or strings if octave-auto-indent is nil.
2643 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2645 * term/mac-win.el: Require url when compiling.
2646 Call mac-process-deferred-apple-events after loading init files.
2647 (mac-apple-event-map): New defvar. Define event handlers in it.
2648 (core-event, internet-event): New Apple event class symbols.
2649 (open-application, reopen-application, open-documents)
2650 (print-documents, open-contents, quit-application)
2651 (application-died, show-preferences, autosave-now, get-url):
2652 New Apple event ID symbols.
2653 (about): New HICommand ID symbol.
2654 (mac-event-spec, mac-event-ae): New macros.
2655 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
2656 (mac-ae-selection-range, mac-ae-text-for-search)
2657 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
2658 (mac-application-menu-map): Remove keymap. Handlers for HICommand
2659 and Services menu events are now defined in mac-apple-event-map.
2660 (mac-drag-n-drop): Remove selection range handling.
2662 2005-12-10 Kenichi Handa <handa@m17n.org>
2664 * simple.el (zap-to-char):
2665 * isearch.el (isearch-process-search-char): Translate CHAR by
2666 translation-table-for-input.
2668 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
2670 * foldout.el (foldout-exit-fold): Properly hide subtree.
2672 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2674 * files.el (save-buffer):
2675 * international/ucs-tables.el (ucs-set-table-for-input):
2676 * mail/mail-extr.el (mail-extract-address-components):
2677 * mail/sendmail.el (mail-mode): Reformat doc string.
2679 2005-12-09 Juri Linkov <juri@jurta.org>
2681 * isearch.el (isearch-highlight): Change main overlay priority
2682 from 1 to 1001. Simplify.
2683 (isearch-lazy-highlight-update): Change lazy overlay priority
2686 * replace.el (replace-highlight): Change overlay priority from
2689 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2690 Change overlay priority from 1 to 1001. Reuse existing overlay.
2692 * compare-w.el (compare-windows-highlight): Change overlay
2693 priority from 1 to 1000.
2695 * menu-bar.el (menu-bar-edit-menu): Add listp around
2696 pending-undo-list to disable menu item "undo" when pending
2699 * locate.el (locate): Disable undo in *Locate* buffer.
2701 2005-12-09 Kim F. Storm <storm@cua.dk>
2703 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2705 2005-12-09 David Ponce <david@dponce.com>
2707 * recentf.el: Improvement of the menu code.
2708 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
2709 instead of menu hook.
2710 (recentf-show-menu, recentf-hide-menu): New functions.
2711 (recentf-menu-customization-changed, recentf-mode): Use them.
2712 (recentf-menu-action, recentf-max-menu-items)
2713 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
2714 (recentf-arrange-by-rule-others)
2715 (recentf-arrange-by-rules-min-items)
2716 (recentf-arrange-by-rule-subfilter) : Don't use
2717 `recentf-menu-customization-changed'.
2718 (recentf-arrange-rules): Likewise. Accept functions to compute
2720 (recentf-menu-filter): Likewise. Doc fix.
2721 (recentf-menu-value-shortcut): Doc fix.
2722 (recentf-dump-variable): Quote atom value.
2723 (recentf-make-menu-items): Update to use it as a menu filter.
2724 (recentf-match-rule): New function.
2725 (recentf-arrange-by-rule): Use it.
2726 (recentf-indirect-mode-rule): New function.
2727 (recentf-build-mode-rules): Use it.
2728 (recentf-dir-rule): New function.
2729 (recentf-arrange-by-dir): Use it.
2730 (recentf-filter-changer-current): Rename from
2731 `recentf-filter-changer-state'. All references updated.
2732 (recentf-filter-changer-alist): Update filter names.
2733 (recentf-filter-changer-select): New function.
2734 (recentf-filter-changer): Use it. Make a sub-menu from filters
2735 available in `recentf-filter-changer-alist'.
2736 (recentf-data-cache, recentf-clear-data)
2737 (recentf-update-menu): Remove. All references updated.
2738 (recentf-match-rule-p, recentf-build-dir-rules)
2739 (recentf-filter-changer-goto-next)
2740 (recentf-filter-changer-get-current)
2741 (recentf-filter-changer-get-next): Remove.
2743 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2745 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
2746 buffer "Reset" button to "Reset to Current" for consistency with
2749 2005-12-08 John Paul Wallington <jpw@pobox.com>
2751 * ibuf-ext.el (define-ibuffer-filter filename):
2752 If `dired-directory' is a list then really use its car.
2754 2005-12-08 Kim F. Storm <storm@cua.dk>
2756 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2757 Fix indention of text on right side of replaced rectangle.
2759 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
2761 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
2762 No need to check gud-comint-buffer is bound.
2763 (gdb): Prevent multiple debugging when first session uses gdba.
2765 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2767 CC Mode update to 5.31.
2769 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
2770 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
2771 might do this function properly in the future).
2773 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
2774 macros c-sentence-end and c-default-value-sentence end, to cope
2775 with Emacs 22's new function `sentence-end'.
2777 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2779 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
2780 compat issue using `c-put-overlay' and `c-delete-overlay'.
2782 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
2783 compat macros to handle overlays/extents.
2785 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2787 * progmodes/cc-fix.el: Add definitions of the macros push and pop
2788 (for GNU Emacs 20.4)
2790 * progmodes/cc-defs.el:
2791 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
2793 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
2794 highlighting mechanism so it will work in XEmacs too.
2796 * progmodes/cc-defs.el: Insert c-int-to-char.
2798 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
2799 call to the new macro c-int-to-char. This solves XEmacs's
2800 regarding characters as different from integers.
2802 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2804 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
2807 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
2808 construct to make the indirect face lookup work in XEmacs.
2810 (c-cpp-matchers): Append the negation char face to the existing
2811 fontification, so that the cpp face doesn't disappear. Use
2812 `c-make-syntactic-matcher' to avoid negation chars in comments and
2815 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
2816 to map to `font-lock-negation-char-face' in emacsen where it
2819 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2821 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
2823 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
2824 Rename "c-subword-move-mode" as "c-subword-mode".
2826 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
2827 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
2829 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2831 * progmodes/cc-mode.el: Added autoload directive for
2832 `c-subword-move-mode' for use in older emacsen.
2834 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2836 * progmodes/cc-mode.el:
2837 (i) Insert a binding for C-c C-backspace into
2838 c-bind-special-erase-keys which works in TTYs.
2839 (ii) Make sure that when file styles are used, any explicitly
2840 given style variables take priority over those in the style. Do
2841 this by calling `hack-local-variables' a second time.
2843 * progmodes/cc-vars.el: Add language specific customization
2844 widgets for AWK to c-doc-comment-style, c-require-final-newline
2845 and c-default-style. Add a defcustom for awk-mode-hook. Give
2846 c-syntactic-element and c-syntactic-context doc-strings by
2847 directly setting their `variable-documentation' propery. This
2848 allows Emacs 22.1 to read these with C-h v.
2850 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
2853 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2855 * progmodes/cc-fonts.el, cc-vars.el
2856 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
2857 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
2860 (c-doc-comment-style): Made GtkDoc default in C mode.
2862 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
2865 (c-bind-special-erase-keys): New function for use on
2866 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2868 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2869 <delete> key behavior in XEmacs according to `delete-forward-p'.
2870 C.f. `c-electric-delete'.
2872 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2874 * progmodes/cc-mode.el: Give c-hungry-backspace and
2875 c-hungry-delete-forward permanent key bindings.
2877 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2878 c-syntactic-context for calls to "criteria functions", for
2879 consistency with other calls to user functions.
2881 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
2882 `current-prefix-arg', since this might be the prefix arg to a
2883 command which calls c-indent-command as a function. Change the
2884 interactive spec from "p" to "P".
2886 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2887 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2888 was difficult to understand.
2890 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2892 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2893 first char of an identifier.
2895 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2898 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2900 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
2901 auto-fill doesn't split a c-comment's last word from a hanging
2902 "*/" when a space is typed between them after fill-column.
2904 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2906 * progmodes/cc-styles.el (c-set-style)
2907 (c-setup-paragraph-variables): Abort the command if we're not in a
2910 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2911 with blank comment-prefix, and a blank line as the comment's
2914 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2916 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2917 Incorporated the patterns added in the Emacs development branch
2918 for the new Emacs 22 face `font-lock-negation-char-face'.
2920 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2921 of "red" since it stands out better in xterms and DOS terminals.
2923 * progmodes/cc-engine.el (c-literal-faces): Added
2924 `font-lock-comment-delimiter-face' which is new in Emacs 22.
2926 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2928 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2929 forcibly enable c-electric-flag.
2931 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2932 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2933 just after the comment-prefix of a C-style comment will close that
2936 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2938 * progmodes/cc-fonts.el (c-basic-matchers-before)
2939 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
2942 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2945 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
2946 (c-cpp-message-directives, c-cpp-include-directives)
2947 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
2948 (c-cpp-expr-directives): Introduced new language constants to
2949 control cpp syntax in a cleaner way.
2951 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2953 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2955 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
2956 (c-multiline-string-start-char): New language constants and
2957 variables to specify how newlines in string literals work.
2959 (c-font-lock-invalid-string): Use them.
2961 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2962 unbalanced close brace is entered. Optimization by avoiding going
2963 back over arbitrarily large blocks. Removed hints that this
2964 function only would be relevant/useful in AWK.
2966 (c-electric-brace): Indent syntactically after the cleanups since
2967 lineup functions might do it differently then.
2969 * progmodes/cc-engine.el, cc-langs.el
2970 (c-opt-op-identifier-prefix): New language constant and variable.
2972 (c-just-after-func-arglist-p, c-after-special-operator-id)
2973 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
2975 * progmodes/cc-align.el, cc-engine.el
2976 (c-after-special-operator-id): New helper to handle C++ operator
2979 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
2980 (c-guess-basic-syntax): Handle C++ operator identifiers in
2983 * progmodes/cc-langs.el (c-assignment-operators): Added the
2984 trigraph version of ^= too.
2986 * progmodes/cc-langs.el (c-assignment-operators): Added the
2987 trigraph version of |= in C++.
2989 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2990 `c-decl-hangon-kwds' after the identifier name.
2992 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2993 whether an arglist is "nonempty", ignore a comment after the open
2994 paren if it isn't followed by a non-comment token on the same
2997 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2998 heuristics below the point to cope with classes inside special
2999 brace lists in Pike.
3001 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3003 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3005 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3007 * progmodes/cc-guess.el (cc-guess-install): New function to
3008 install an already guessed style in another buffer.
3010 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3011 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3012 anyway if the change always is undone.
3014 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3016 Implement togglable electricity:
3018 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3019 saying when it should be used.
3021 * progmodes/cc-engine.el: Add the new buffer-local variable,
3024 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3025 c-toggle-auto-newline.
3027 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3028 c-toggle-auto-newline. Remove the binding for
3029 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
3030 c-toggle-electric-state.
3032 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3034 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3035 c-\(forward\|backward\)-subword.
3036 (c-update-modeline): Add the new modeline flag `l' for
3037 `c-electric-flag'. Make the auto-newline flag `a' dependent on
3039 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
3040 the old name an alias of the new name.
3041 (c-toggle-electric-state): New function.
3042 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3043 Adapt these functions to do electric things only when
3044 c-electric-flag is non-nil.
3045 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3046 new functions from c-electric-brace.
3047 (c-point-syntax): Add a check for "virtual semicolons" in AWK
3048 mode, so that the tentative extra newline doesn't change the
3049 syntax of the following brace.
3050 (c-electric-brace): Restructure by extracting the above functions.
3051 Tidy up the coding somewhat.
3052 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3055 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3057 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
3058 anchor position(s) using faces. Thanks to Masatake YAMATO for the
3061 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
3062 (c-submode-indicators): Changed name from `c-auto-hungry-string'
3063 since it's now used to track another submode.
3065 (c-update-modeline): Converted to function and extended to check
3066 `c-subword-move-mode'.
3068 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3069 Converted to compat aliases for `c-forward-subword' and
3070 `c-backward-subword'.
3072 * progmodes/cc-subword.el: New functions and minor mode to handle
3073 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
3075 (c-forward-subword, c-backward-subword, c-mark-subword)
3076 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
3077 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
3078 Functions corresponding to the standard word handling functions.
3080 (c-subword-move-mode): Minor mode that replaces all the standard
3081 word handling functions with their subword equivalences.
3083 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3085 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
3086 entry for one-liner-defun.
3088 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
3089 name in its def-edebug-spec.
3091 * progmodes/cc-cmds.el (c-electric-brace): Make the
3092 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
3093 compacts space before a comment, if this will make things fit on
3096 Introduce an "awk" style, mainly for auto-newline and clean-ups.
3098 * progmodes/cc-align.el: New function c-snug-1line-defun-close
3100 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
3101 clean-up one-liner-defun.
3103 * progmodes/cc-styles.el: Add the new "awk" style.
3105 * progmodes/cc-vars.el: Add description of one-liner-defun to
3106 c-cleanup-list's doc-string. New user options,
3107 c-max-one-liner-length. In c-default-style, set the default style
3110 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3112 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
3113 macros inside labels.
3115 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
3116 `c-at-statement-start-p' and `c-at-expression-start-p'.
3118 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
3119 error if the mark isn't set.
3121 * progmodes/cc-engine.el (c-guess-continued-construct)
3122 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
3123 accurately detect functions inside functions.
3125 * progmodes/cc-engine.el (c-at-expression-start-p): New function
3126 like `c-at-statement-start-p' that additionally recognizes commas
3127 and expression parentheses as delimiters.
3129 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
3130 to avoid heuristics that doesn't work for unclosed blocks.
3132 (c-at-statement-start-p): New function.
3134 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
3135 Objective-C directives, e.g. directives spanning lines should work
3136 reasonably well now.
3138 (c-put-c-type-property, c-clear-c-type-property): New helpers.
3140 (c-forward-objc-directive): New function to move over any ObjC
3143 (c-just-after-func-arglist-p, c-guess-basic-syntax)
3144 (c-basic-matchers-before): Use it.
3146 (c-font-lock-objc-iip-decl): Removed.
3148 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
3149 in the template arglist recognition.
3151 * progmodes/cc-styles.el (c-style-alist): Fixed several
3152 inconsistencies in the Whitesmith style.
3154 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
3155 New lineup function to get lines after Whitesmith style blocks
3158 (c-lineup-whitesmith-in-block): Backed out the compensation for
3159 opening parens since it's done using `add' lists in the style
3160 definition instead. Don't use the anchor position since it varies
3161 too much between the syntactic symbols. :P
3163 * progmodes/cc-vars.el (c-valid-offset): Updated.
3165 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
3166 lists where the offsets are combined according to several
3167 different methods: `first', `min', `max', and `add'. Report
3168 offset evaluation errors with `c-benign-error' so that some kind
3169 of reindentation still is done.
3171 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
3172 `arglist-intro' the same way as `arglist-cont-nonempty' and
3175 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
3176 situations for `arglist-cont-nonempty' and `arglist-close'.
3178 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
3181 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
3182 cc-bytecomp-boundp' in a number of places.
3184 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
3185 macro related issue.
3187 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3189 * progmodes/cc-awk.el: Change the terminology of regexps: A char
3190 list is now [asdf], a char class [:alpha:]. Include code for char
3191 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
3192 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
3195 Remove (nearly all of) the cruft associated with AWK Mode's former
3196 concept of "virtual semicolons":
3198 Adapt c-beginning-of-statement, c-end-of-statement (together with
3199 subfunctions) to use the new notion of "virtual semicolon" in
3200 place of the old awkward special handling for AWK. There remains
3201 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
3202 * progmodes/cc-cmds.el:
3203 (c-ascertain-adjacent-literal): In the backwards direction, now
3204 recognises AWK regexp delimiters as string delimiters.
3205 (c-after-statement-terminator-p): Adapt for virtual semicolons;
3206 check more rigorously for "end of macro".
3207 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
3209 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
3210 out the code for forward movement into ...
3211 (c-end-of-statement): Now contains the code for forward movement,
3212 adapted for virtual semicolons.
3214 * progmodes/cc-engine.el:
3215 (c-ws*-string-limit-regexp): New regexp.
3216 (c-forward-single-comment, c-backward-single-comment): Comment out
3217 the (now redundant) "special" AWK stuff.
3219 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
3220 c-string-par-start, c-string-par-separate to be more like Text
3221 Mode than Fundamental Mode.
3223 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3225 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
3226 to the fontified region so that fontification doesn't occur
3227 outside it (could happen e.g. when fontifying a line with an
3228 unfinished declaration).
3230 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3232 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
3233 moved to near the start of the file. ^L now separate sections of
3234 the file. New defconsts: c-awk-non-eol-esc-pair-re,
3235 c-awk-blank-or-comment-line-re,
3236 c-awk-one-line-possibly-open-string-re,
3237 c-awk-regexp-one-line-possibly-open-char-class-re,
3238 c-awk-one-line-possibly-open-regexp-re,
3239 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
3240 c-awk-vsemi-status-unknown-p.
3242 Amend the concept of "virtual semicolons" (in the indentation
3243 engine) for languages like AWK, such that they are now
3244 conceptually attached to end of the last token of a statement, not
3245 the end of the line. (In AWK Mode, however, the pertinent text
3246 property is still physically set on the EOL.) Remove the specific
3247 tests for awk-mode, thus facilitating the introduction of other
3248 language modes where EOLs can end statements. (Note: The
3249 funtionality in cc-cmds.el, specifically
3250 c-beginning/end-of-statement has yet to be amended.)
3252 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
3253 c-vsemi-status-unknown-p.
3255 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
3256 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
3257 c-vsemi-status-unknown-p-fn (in a new page).
3259 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
3260 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
3261 numerous awkward forms like
3262 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
3264 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
3265 variable before-ws-ip, the place just after char-before-ip
3268 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
3271 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3273 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
3274 `c-tentative-buffer-changes'.
3276 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3277 converted to macro to choose between Emacs and XEmacs at compile
3280 (c-set-region-active): New set counterpart to
3281 `c-region-is-active-p'.
3283 (c-tentative-buffer-changes): New macro to handle temporary buffer
3284 changes in a convenient way.
3286 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3287 for `c-tentative-buffer-changes'.
3289 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3290 the checks for paren sexps between the point and the keyword, to
3291 avoid some false alarms.
3293 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3294 Fixed a situation where an error could be thrown for unbalanced
3295 parens. Changed to make use of c-keyword-member' to avoid some
3296 repeated regexp matches.
3298 (c-opt-lambda-key, c-opt-inexpr-block-key,
3299 c-opt-inexpr-class-key): These language variable are no longer
3302 (c-block-stmt-kwds): New language constant used by
3303 c-looking-at-inexpr-block'.
3305 (c-guess-basic-syntax): Removed an optional check that looked at
3306 the existence of the now removed language variables.
3308 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3309 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3310 object instantiation expressions as declarations in some contexts.
3311 This bug only affected languages where the declarator can't be
3312 enclosed in parentheses.
3314 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3315 insert newlines before and after substatement braces.
3317 * progmodes/cc-engine.el: Improved the heuristics for recognizing
3318 function declaration headers and the handling of C++ style member
3321 (c-just-after-func-arglist-p): Rewritten to use
3322 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
3324 (c-beginning-of-member-init-list): Removed since it isn't used
3327 (c-guess-basic-syntax): Case 5B adapted for the new
3328 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
3329 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3330 covers all cases now).
3332 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
3334 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3336 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3337 c-string-par-start/separate c-sentence-end-with-esc-eol,
3338 initialised in c-setup-paragraph-variables, used in string
3339 scanning subroutines of c-beginning-of-statement.
3341 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
3342 which precedes the newly inserted `{'.
3344 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3346 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3347 function for declaration level blocks. It should now cope with
3348 templates better and also be a lot more comprehensible.
3350 (c-looking-at-decl-block): The new function.
3352 (c-search-uplist-for-classkey): The old one. It's now a wrapper
3355 (c-add-class-syntax, c-guess-continued-construct,
3356 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3358 (c-decl-block-key): Changed to tell apart ambiguous and
3359 unambiguous keywords. Pike specials are now handled directly in
3362 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3363 language constants and variables to make the backward skip in
3364 `c-looking-at-decl-block' as tight as possible.
3366 (c-nonsymbol-token-char-list): New language constant.
3368 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3369 find balanced template arglists backwards.
3371 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3372 making char classes for `c-syntactic-skip-backward'.
3374 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3375 16D - can't be a class-close at that point.
3377 * progmodes/cc-engine.el (c-guess-basic-syntax)
3378 (c-add-class-syntax): Don't narrow out the enclosing declaration
3379 level. This makes everything a lot easier, and it was actually
3380 only four small places that needed it to work. Some places that
3381 previously did `widen' are removed now, which has the effect that
3382 `c-guess-basic-syntax' never will look at things outside the
3383 current narrowment now. The anchor position for `topmost-intro'
3384 is affected by this, but it was so bogus it was basically useless
3385 before, and now it's equally bogus but in a slightly different
3388 (c-narrow-out-enclosing-class): Gone.
3390 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3391 the narrowed region.
3393 (c-least-enclosing-brace): Removed silly optional argument.
3395 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3396 the point could be left directly after an open paren when finding
3397 the beginning of the first decl in the block.
3399 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3400 Specify which submatch to use.
3402 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
3404 (c-decl-start-re): No longer any need for special treatment of
3405 ObjC due to the above.
3407 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3408 presumably follows C in that regard.
3410 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3411 New language constants to specify operator tokens inside
3412 identifiers in a more high level way.
3414 (c-opt-identifier-prefix-key): New internal language constant.
3416 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3417 (c-identifier-start, c-identifier-key): Now completely calculated
3418 from other constants.
3420 (c-identifier-last-sym-match): Decommissioned since it's no longer
3423 (c-operators): Use `c-identifier-ops'. Documented
3426 * progmodes/cc-engine.el (c-forward-name): Removed the
3427 optimization when c-identifier-key is equal to c-symbol-key since
3428 it doesn't work in byte compiled files. Don't record empty
3429 regions as identifiers.
3431 * progmodes/cc-langs.el (c-filter-ops): New helper function to
3432 simplify access to `c-operators' and its likes.
3434 (c-operator-list, c-all-op-syntax-tokens)
3435 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3436 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3437 (c-primary-expr-regexp, c-cast-parens): Use it.
3439 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3440 an explicit language in functions.
3442 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3443 variant of adornment.
3445 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3448 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3451 * progmodes/cc-engine.el (c-on-identifier)
3452 (c-simple-skip-symbol-backward): Small fix for handling "-"
3453 correctly in `skip-chars-backward'. Affected the operator lfun
3456 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3457 diagnostic message about precompiled language vars not being used.
3459 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3460 "__attribute__" is followed by a parenthesis.
3462 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3463 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
3464 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3466 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3467 cleanups to properly detect the declared identifiers in various
3470 (c-decl-start-kwds): New language constant to recognize
3471 declarations that can start anywhere. Used for class declarations
3474 (c-specifier-key, c-not-decl-init-keywords)
3475 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3476 (c-find-decl-spots): Implement `c-decl-start-kwds'.
3478 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3479 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
3480 handling of the compiler specific extension keywords into a new
3481 language constant `c-decl-hangon-kwds' that defines keyword
3482 clauses to be ignored in declarations.
3484 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3485 past unrecognized tokens when handling `c-colon-type-list-kwds'.
3486 Necessary to stop at the declared identifier in e.g. IDL valuetype
3489 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3490 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3491 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3492 (c-forward-decl-or-cast-1): Recognize the declared identifier in
3493 class and enum declarations as such and not as part of the type.
3495 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3496 interpretation of PRECEDING-TOKEN-END when there's no preceding
3499 (c-forward-decl-or-cast-1): Don't disregard sure signs of
3500 declarations when there's some syntax error later on.
3502 (c-complex-decl-matchers): Did away with a reference to
3505 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
3506 value - this variable is always dynamically bound.
3508 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
3509 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
3510 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
3511 functions that might do hidden buffer changes: All such internal
3512 functions are now marked instead of those that don't.
3514 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
3515 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
3516 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
3517 (c-literal-type): Allow these functions to make hidden buffer changes,
3518 so that they are free to use text property caching later on.
3520 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
3521 (c-electric-brace, c-electric-slash, c-electric-star)
3522 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
3523 (c-electric-paren, c-electric-continued-statement, c-indent-command)
3524 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
3525 (c-context-line-break): Added `c-save-buffer-state' calls to comply
3526 with the changed semantics of the functions above.
3528 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
3529 when macros occur in obscure places. Optimized the sexp movement
3532 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3534 Enhancements for c-beginning-of-statement to work in AWK Mode:
3536 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3537 (completed statement) with `}' (statement completed by closing
3538 brace or semicolon) and `$' (statement completed by EOL).
3540 (c-awk-virtual-semicolon-ends-prev-line-p)
3541 (c-awk-virtual-semicolon-ends-line-p)
3542 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
3543 (c-awk-at-statement-end-p): New functions.
3545 * progmodes/cc-cmds.el: Simplify the structure of functions
3546 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
3547 two functions and c-beginning-of-statement to handle AWK Mode.
3549 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
3550 c-backward-single-comment for AWK mode. Attempt to clarify their
3553 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
3555 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3557 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
3558 label handling. Labels are now recognized in a uniform and more
3559 robust way, regardless of context. Text properties are put on all
3560 labels to recognize the following declarations better. Multiword
3561 labels are handled both in indentation and fontification for the
3562 benefit of language extensions like Qt. For consistency, keywords
3563 in labels are now fontified with the label face instead. That
3564 also applies to "case" and "default".
3566 (c-beginning-of-statement-1): Fixed some bugs in the label
3567 handling. Disregard `c-nonlabel-token-key' in labels that begin
3568 with `c-label-kwds'.
3570 (c-find-decl-spots): Support that the callback adds more
3571 `c-decl-end' spots to find.
3573 (c-forward-decl-or-cast-1): Don't treat a list of plain
3574 identifiers followed by a colon as a declaration.
3576 (c-forward-label): New function to recognize labels.
3578 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
3579 `c-forward-label'. Moved the label recognition cases (14 and 15)
3580 earlier since they aren't so context sensitive now. Handle labels
3581 on the top level gracefully. Moved access label recognition to
3582 the generic label case (CASE 15) - removed CASE 5E.
3584 (c-font-lock-declarations): Added recognition of labels in the
3585 same round since we need to handle labels in parallell with other
3586 declarations to recognize both accurately. It should also improve
3589 (c-simple-decl-matchers, c-basic-matchers-after): Moved
3590 `c-font-lock-labels' so that it only is used on decoration level 2
3591 since `c-font-lock-declarations' handles it otherwise.
3593 (c-complex-decl-matchers): Removed the simplistic recognition of
3596 (c-decl-prefix-re): Removed the kludges that was necessary to cope
3597 with labels earlier.
3599 (c-decl-start-re): New language variable to make
3600 `c-font-lock-declarations' stop for the special protection labels
3601 in Objective-C that start with `@'.
3603 (c-label-key): Removed since it's no longer used.
3605 (c-recognize-colon-labels, c-label-prefix-re): New language
3606 constants to support recognition of generic colon-terminated
3609 (c-type-decl-end-used): `c-decl-end' is now used whenever there
3610 are colon terminated labels.
3612 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
3613 first argument starts with a special brace list.
3615 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
3616 (c-font-lock-declarations): Broke out the declaration and cast
3617 recognition from `c-font-lock-declarations' to a new function, so
3618 that it can be used in the indentation engine.
3620 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
3621 up to the start of the literal. Fixed bug with the point on the
3622 wrong side of the search limit that could happen when the start
3623 position is inside a literal.
3625 * progmodes/cc-engine.el (c-parse-state)
3626 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
3627 so that it's kept a little bit back to increase the hit rate.
3629 (c-parse-state): Changed the macro handling and fixed some
3630 glitches. Macro context is checked more often than necessary now,
3631 but otoh less garbage conses are generated.
3633 * progmodes/cc-engine.el (c-parse-state)
3634 (c-invalidate-state-cache): Cache the last position where
3635 `c-state-cache' applies. This can speed up refontification quite
3636 a bit in blocks where there are many non-brace parens before the
3639 (c-state-cache-end): New variable for this.
3641 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
3644 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
3645 get close initial continue positions when the start position is
3646 inside a literal or macro. Do not call the callback for spots
3647 before the start position (which can happen e.g. for `c-decl-end'
3648 spots inside comments). Optimize better in special cases when the
3649 region is a single line inside a literal or macro (typically when
3650 the current line is refontified).
3652 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
3653 to `c-add-stmt-syntax' - there's no need to explicitly whack off
3654 entries from the paren state.
3656 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
3657 special case for "else if" clauses.
3659 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
3660 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
3662 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
3663 language variable to recognize the gcc extension with statement
3664 blocks inside expressions.
3666 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
3667 it somewhat more comprehensible. The argument AT-BLOCK-START is
3668 no longer used and hence removed.
3670 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
3671 to `c-add-stmt-syntax'.
3673 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
3674 `c-beginning-of-statement-1' instead of duplicating parts of it.
3675 This fixes bogus label recognition.
3677 * progmodes/cc-engine.el (c-add-type, c-check-type)
3678 (c-forward-name, c-forward-type): Improved storage of template
3679 types in `c-found-types' so that they can be recognized better.
3681 (c-syntactic-content): Added option to skip past nested parens.
3683 * progmodes/cc-engine.el (c-forward-name): Set
3684 `c-last-identifier-range' all the time. It's less work that way.
3685 Handle that there might not be an identifier to store in
3686 `c-last-identifier-range'.
3688 (c-forward-type): Handle that `c-last-identifier-range' might be
3689 nil from `c-forward-name'.
3691 * progmodes/cc-defs.el (c-safe-scan-lists)
3692 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
3694 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
3695 to work even if the form fails.
3697 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
3698 down in a large file in one go.
3700 (c-get-fallback-start-pos): New helper function for
3703 * progmodes/cc-align.el (c-lineup-assignments): New lineup
3704 function which is like `c-lineup-math' but returns nil instead of
3705 `c-basic-offset' when it doesn't match.
3707 (c-lineup-math): Changed to use `c-lineup-assignments'.
3709 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3711 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
3712 c-beginning-of-statement. New subfunctions
3713 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
3715 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3717 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
3718 hardcoded char classes whereever possible. Changed a couple of
3719 places to use skip by syntax instead of skip by char class.
3721 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
3722 Fixed a bug in the regexp that caused extreme backtracking.
3724 * progmodes/cc-langs.el (c-block-comment-starter)
3725 (c-block-comment-ender): New language constants to specify in a
3726 single place how block comments look.
3728 (c-comment-start-regexp, c-block-comment-start-regexp)
3729 (comment-start, comment-end, comment-start-skip)
3730 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
3731 (c-syntactic-ws, c-nonempty-syntactic-ws)
3732 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
3733 `c-line-comment-starter', `c-block-comment-starter' and
3734 `c-block-comment-ender'.
3736 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
3737 New language constants to break up things a bit.
3739 (c-simple-ws): New language constant for simple whitespace.
3741 * progmodes/cc-defs.el (c-concat-separated): New convenience
3744 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
3745 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
3746 newlines. Allow and ignore nil elements in the list.
3748 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3750 * progmodes/cc-cmds.el: Comment out a (n almost certainly
3751 superfluous) check, (eq here (point-max)) in
3752 c-beginning-of-statement.
3754 * progmodes/cc-cmds.el: Tidy up the comments in
3755 c-beginning-of-statement and subfunctions.
3757 * progmodes/cc-awk.el: Replace calls to put-text-property to the
3758 more flexible c-put-char-property and c-clear-char-properties.
3759 Add the author's email address.
3761 * progmodes/cc-langs.el: New variable,
3762 c-block-comment-start-regexp.
3764 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
3765 closing "*/" of a block comment.
3767 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
3768 subfunctions) so that it works at BOB and EOB.
3770 * progmodes/cc-cmds.el, cc-vars.el: More updating of
3771 c-beginning-of-statement, including new variable
3772 c-block-comment-start-regexp.
3774 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3776 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
3777 symbols from `*-font-lock-extra-types' so that there's no need to
3778 use `regexp-opt' on those lists.
3780 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
3781 `c-type-modifier-kwds' is empty.
3783 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
3784 there are several strings on the same line.
3786 * progmodes/cc-engine.el (c-literal-limits): Removed the
3787 compatibility function for older emacsen. `c-literal-limits-fast'
3788 has now taken the place of this function.
3790 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
3791 with older emacsen: We now require `pps-extended-state'.
3793 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3795 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
3796 which obviates the need to hack sentence-end. This now handles
3797 escaped newlines in strings correctly. Correct minor bugs in
3798 c-move-over-sentence and in c-beginning-of-statement.
3800 * progmodes/cc-cmds.el (c-beginning-of-statement (and
3801 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
3802 that movement over macros and code are rigorously separated from
3803 eachother. Correct a few incidental bugs.
3805 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
3806 Improve its doc-string. Improve the handling of certain specific
3809 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3811 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
3812 (c-guess-basic-syntax): Changed the way class-level labels are
3813 recognized; they can now contain essentially any symbols.
3815 (c-opt-extra-label-key): New language variable to cope with the
3816 special protection label syntax in Objective-C.
3818 (c-opt-access-key): Removed; this is now handled better by
3819 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
3821 (c-complex-decl-matchers): Update to handle that
3822 `c-opt-access-key' no longer exists.
3824 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
3825 improved label recognition in `c-beginning-of-statement-1'.
3827 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3828 Recognize bitfields better.
3830 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
3831 Removed some cruft and fixed a bug that could cause it to go to a
3832 position further down.
3834 * progmodes/cc-langs.el, cc-engine.el
3835 (c-beginning-of-statement-1): Improved detection of labels in
3836 declaration contexts.
3838 (c-beginning-of-decl-1): Use it.
3840 (c-nonlabel-token-key): New language constant and variable needed
3841 by `c-beginning-of-statement-1'.
3843 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
3844 manifested itself due to the correction in `c-forward-sexp'.
3846 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
3847 these behave as documented when used at the buffer limits.
3849 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
3850 (c-type-decl-end-used): Made this a language variable.
3852 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
3853 correctly when `combine-after-change-calls' is used together with
3854 temporary narrowings.
3856 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
3857 labels correctly when the start point is immediately after the
3860 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
3861 since it isn't used anymore.
3863 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
3864 bracket arglists such as template parens in C++.
3866 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3867 in the last check-in. Some optimization.
3869 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3870 where it could stop at the same level in a preceding sexp when
3873 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3874 text property lookup only when it's needed.
3876 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3877 Changed the policy for paren marked angle brackets to be more
3878 persistent; once marked they remain marked even when they're found
3879 to be unbalanced in the searched region. This should keep the
3880 paren syntax around even when individual lines are refontified in
3881 multiline template arglists.
3883 (c-parse-and-markup-<>-arglists): New dynamically bound variable
3884 to control markup so that incorrect angle bracket arglists aren't
3885 marked in contexts where the correct value for
3886 `c-disallow-comma-in-<>-arglists' isn't known.
3888 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3889 argument has become `c-parse-and-markup-<>-arglists'.
3891 (c-remove-<>-arglist-properties): Removed - no longer used.
3893 (c-after-change-check-<>-operators): New function used on
3894 `after-change-functions' to avoid that "<" and ">" characters that
3895 are part of longer operators have paren syntax.
3897 (c-<>-multichar-token-regexp): New language variable used by
3898 `c-after-change-check-<>-operators'.
3900 (c-after-change): Call `c-after-change-check-<>-operators'.
3902 (c-font-lock-<>-arglists): Use the context properties set by
3903 `c-font-lock-declarations' to set
3904 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3907 (c-font-lock-declarations): Removed code that undoes the invalid
3908 markup done by `c-font-lock-<>-arglists'.
3910 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3911 after `c-font-lock-declarations'.
3913 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3914 paren-level feature.
3916 (c-guess-basic-syntax): Improved the anchor position for
3917 `template-args-cont' in nested template arglists. There's still
3918 much to be desired in this area, though.
3920 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3922 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3923 Make the "Text Filling and Line Breaking" commands work for AWK
3926 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3928 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
3929 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
3931 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3932 it doesn't work no longer are supported.
3934 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
3935 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
3936 requires support for the syntax-table' text property, which rules
3937 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
3938 cruft associated with those versions.
3940 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3941 for the `syntax-table' text property, which rules out Emacs 19 and
3942 XEmacs < 21.4. Removed various compatibility cruft associated
3943 with those versions.
3945 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3946 support for the `syntax-table' text property.
3948 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3949 variable and use an extra quoted face name instead. All the
3950 emacsen flavors handle that correctly.
3952 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
3953 (c-font-lock-declarators, c-font-lock-declarations)
3954 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
3955 property to mark the items in in declarator lists to handle
3956 refontification inside multiline declarations better.
3958 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3959 construct like "a * b = c;" as a declaration.
3961 2005-12-08 Kim F. Storm <storm@cua.dk>
3963 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3964 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
3965 select either meta, hyper, or super modifier for rectangle commands.
3966 (cua--rectangle-modifier-key): New defvar.
3967 (cua--M/H-key): Use it. Remove special case for `space'.
3968 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3969 on X, to meta otherwise. Always bind C-return to toggle
3970 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3972 * emulation/cua-rect.el (cua-help-for-rectangle): Use
3973 cua--rectangle-modifier-key. Handle super modifier too.
3974 (cua--init-rectangles): Always bind C-return to toggle rectangle.
3975 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3977 * ido.el: Move Acknowledgements and History after Commentary.
3978 Minor changes to Commentary.
3980 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
3981 keymap if cua--prefix-override-timer is `shift'.
3982 (cua--shift-control-prefix): New function; emulate "type prefix
3983 key twice" functionality to handle shifted prefix key override.
3984 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3986 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3988 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
3990 * textmodes/org.el (org-insert-heading): Try to do items before
3992 (org-agenda-mode): Quote `org-agenda-mode-hook'.
3993 (org-insert-item): New function.
3994 (org-renumber-ordered-list): Don't skip to higher level lists.
3996 2005-12-08 Juri Linkov <juri@jurta.org>
3998 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4000 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4002 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4004 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4005 the constructed function name fun-1.
4007 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4008 because such links don't lead to parent documentation.
4010 2005-12-08 Kenichi Handa <handa@m17n.org>
4012 * descr-text.el (describe-char): Use *Help-2* buffer if the
4013 current buffer is *Help*. Call describe-text-properties while
4014 setting the original buffer.
4016 2005-12-07 Bill Wohler <wohler@newt.com>
4018 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4019 and causes problems with non-MH users (such as Gnus users).
4021 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
4023 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4024 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4025 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4026 command "info sources". Move calls to GDB command "list".
4027 (gdb-find-file-hook): Just use gdb-source-file-list.
4028 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4029 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4030 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4031 (gdb-data-list-register-values-handler): Use correct trigger name.
4033 2005-12-07 Kim F. Storm <storm@cua.dk>
4035 * ido.el (ido-completion-map): Rename from ido-mode-map.
4036 (ido-common-completion-map, ido-file-completion-map)
4037 (ido-file-dir-completion-map, ido-buffer-completion-map):
4038 Rename from ido-mode-....-map.
4039 (ido-init-completion-maps): Rename from ido-init-mode-maps.
4040 (ido-setup-completion-map): Rename from ido-define-mode-map.
4041 (ido-read-internal): Bind minibuffer-local-filename-completion-map
4042 to ido-completion-map.
4044 2005-12-07 Kenichi Handa <handa@m17n.org>
4046 * international/mule-cmds.el
4047 (set-display-table-and-terminal-coding-system): If the coding
4048 system specified in `unibyte-display' property is different from
4049 the arg coding-system, don't setup standard-display-table.
4051 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4053 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4054 that comments end at \n, regardless of selective-display.
4056 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
4058 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
4059 (gdb-version): New variables.
4060 (gdb-source-file-list, gdb-register-names)
4061 (gdb-changed-registers): New variables for use with GDB 6.4+.
4062 (gdb-ann3): Replace with...
4063 (gdb-init-1, gdb-init-2): ...two new functions.
4064 (gdba, gdb-prompt): Call gdb-init-1.
4065 (gdb-get-version): New function. Call gdb-init-2 from here.
4066 (gud-watch): Make it work with mouse events too.
4067 (gdb-post-prompt): Don't add to queue until GDB version is known.
4068 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
4069 (gdb-locals-mode): Use gdb-version.
4070 (gdb-memory-format-map, gdb-memory-unit-map)
4071 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
4072 (gdb-locals-font-lock-keywords-1)
4073 (gdb-locals-font-lock-keywords-2): New variables.
4074 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
4075 (gdb-set-gud-minor-mode-existing-buffers-1)
4076 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
4077 (gdb-var-update-1, gdb-var-update-handler-1)
4078 (gdb-data-list-register-values-handler)
4079 (gdb-data-list-register-values-custom)
4080 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
4081 (gdb-stack-list-locals-handler, gdb-get-register-names):
4082 New functions for use with GDB 6.4+.
4083 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
4084 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
4085 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
4086 (gdb-stack-list-locals-regexp)
4087 (gdb-data-list-register-names-regexp): New regexps for use with
4090 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4092 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
4094 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
4096 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
4097 prompts work for AUTH PLAIN. Also reported by Steve Allan
4098 <seallan@verizon.net>.
4100 2005-12-06 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
4102 * frame.el (set-frame-parameter): Add doc string.
4104 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
4106 * textmodes/org.el (org-occur-highlights): New variable.
4107 (org-highlight-new-match, org-remove-occur-highlights): New functions.
4108 (org-highlight-sparse-tree-matches): New option.
4109 (org-do-occur): New function.
4110 (org-get-heading): Make it work also at beginning of line.
4111 (org-category-table): New variable.
4112 (org-get-category-table, org-get-category)
4113 (org-camel-to-words, org-link-search): New functions.
4114 (org-select-this-todo-keyword): New variable.
4115 (org-todo-list): New command.
4116 (org-shiftright, org-shiftleft): New commands.
4117 (org-agenda-todo): Add prefix argument.
4118 (org-show-hierarchy-above): New option.
4119 (org-show-todo-tree): Numerical prefix creates tree for specific
4121 (org-outline-level): New function, to assign a level to plain
4123 (org-cycle-include-plain-lists): New option.
4124 (org-mode): Use `org-outline-level' as value of `outline-level'.
4125 (org-cycle): Temporarily switch `outline-regexp' if
4126 `org-cycle-include-plain-lists' is non-nil.
4127 (org-start-icalendar-file): Fix format bug.
4128 (org-agenda-get-day-entries): Create category table.
4129 (org-agenda-get-todos, org-agenda-get-timestamps)
4130 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4131 (org-agenda-get-blocks): Use `org-get-category'.
4132 (org-context-in-file-links): Rename from
4133 `org-line-numbers-in-file-links'.
4135 2005-12-06 Romain Francoise <romain@orebokech.com>
4137 * window.el (balance-windows): Delete extraneous third arg in call
4138 to `enlarge-window'.
4140 2005-12-06 Kenichi Handa <handa@m17n.org>
4142 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
4144 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
4146 * progmodes/gdb-ui.el (gdb-var-create-handler)
4147 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
4148 (gdb-var-list-children-handler, gdb-var-update-handler):
4149 Current buffer is already gdb-partial-output-buffer, don't
4150 make it current again.
4152 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
4154 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
4155 (list-buffers-noselect): Use it.
4157 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4159 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
4160 (mail-yank-ignored-headers): Use regexp-opt.
4161 (mail-mode-map): Move initialization into declaration.
4162 (mail-sent-via): Remove unused shadowed var `to-line'.
4163 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
4164 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
4165 (mail-do-fcc): Use dolist and push.
4166 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
4167 (mail-yank-ignored-headers): Don't autoload.
4169 2005-12-05 Kenichi Handa <handa@m17n.org>
4171 * international/mule-cmds.el (set-language-info-internal): New fun.
4172 (set-language-info): Call set-language-info-internal to update
4173 language-info-alist. If LANG-ENV is the current one, call
4174 set-language-environment to make INFO effective now.
4175 (set-language-info-alist): Likewise.
4176 (locale-language-names): With locale "en", use English
4177 lang. env. but set the default codings to iso-8859-1.
4179 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
4181 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
4182 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
4183 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
4185 (gdb-frames-mode): Remove redundant call to font-lock-mode.
4186 (gdb-all-registers): Rename from toggle-gdb-all-registers.
4187 Create registers buffer if necessary. Echo new state in minibuffer.
4188 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
4190 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
4192 * info.el (Info-fontify-node): Match external links using
4193 non-directory part of filename.
4195 2005-12-04 Juri Linkov <juri@jurta.org>
4197 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
4198 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
4199 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
4200 because there is no customization option for it.
4202 * font-lock.el (lisp-font-lock-keywords-1):
4203 Add define-global-minor-mode.
4205 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
4207 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
4208 properties on the constructed variable names.
4210 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4211 Put `definition-name' properties on the constructed function names
4212 next-sym and prev-sym.
4214 * emacs-lisp/find-func.el (find-function-regexp):
4215 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
4216 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
4217 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
4218 and easy-menu-define.
4220 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
4221 easy-mmode-define-global-mode and define-global-minor-mode.
4222 (lisp-imenu-generic-expression): Add define-global-minor-mode.
4224 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
4225 instead of easy-mmode-define-global-mode.
4227 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4228 Use define-minor-mode instead of easy-mmode-define-minor-mode.
4230 * cus-edit.el (customize-group, customize-group-other-window):
4231 Filter out autoloaded options from the group completion list by
4232 using heuristics that autoloaded groups don't have `custom-autoload'
4233 property on their symbols (they have only `custom-loads').
4235 * simple.el (completion-setup-function): Put completions-common-part
4236 face on complete completion string too (i.e. completion string
4237 without completions-first-difference face).
4239 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
4241 2005-12-03 Eli Zaretskii <eliz@gnu.org>
4243 * view.el (view-mode): Doc fix.
4245 * disp-table.el (standard-display-european): Add to the warning
4246 message a reference to the doc string.
4248 * play/yow.el (apropos-zippy): Call print-help-return-message,
4249 similar to other Help and Apropos commands.
4251 * help.el (print-help-return-message): If pop-up-frames is
4252 non-nil, set up help-return-method to delete the help window and,
4253 possibly, its frame as well, and don't display message about
4254 scrolling the help window. Doc fix.
4255 (help-return-method): Doc fix.
4257 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
4259 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
4260 whereby names of length one or names starting with a
4261 symbol-constituent character would not be returned.
4263 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4265 * subr.el (atomic-change-group): Add edebug and indentation spec.
4267 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4269 * completion.el (save-completions-file-name): Fix typo in last change.
4271 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4273 * info.el: Move back/forward history to the beginning of the tool bar.
4275 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
4277 * allout.el (eval-when-compile): Remove unnecessary load of cl.
4278 Add fset of allout-real-isearch-abort during compile to fix
4279 byte-compilation warnings.
4280 (allout-mode-p): Move definition of this macro above all uses, or
4281 byte compilation in barren emacs (eg, during emacs build) will
4282 lack the definition.
4283 (allout-mode): Move this variable above any uses, or byte
4284 compilation will fail.
4285 (allout-resolve-xref): Remove use of personal file-reference function.
4286 (allout-toggle-current-subtree-encryption): Do the current (ie,
4287 visible containing) topic, rather than nearest around point. Doc fix.
4288 (allout-toggle-subtree-encryption): New function, workhorse that
4289 works on nearest topic containing point.
4290 (allout-encrypt-string): Signal requirement for newer version of pgg.
4291 (allout-resumptions): Doc fix.
4293 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4295 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4297 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
4299 * textmodes/flyspell.el (flyspell-external-point-words):
4300 Consider a misspelling as found in the string search if: (a) misspelling
4301 and found string lengths match, or (b) misspelling is found as
4302 element in a boundary-chars separated longer string, or (c)
4303 ispell-program-name is really ispell and misspelling is found as
4304 part of a TeX string. After successful match move beginning of
4305 search region to end of match. Warn about not found misspellings
4306 once the process is done.
4307 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
4309 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
4311 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
4312 tool bar (removed inadvertently).
4314 2005-12-02 Juri Linkov <juri@jurta.org>
4316 * log-view.el (log-view-diff): Clarify doc string.
4318 2005-12-01 Bill Wohler <wohler@newt.com>
4320 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4321 triggers lm-verify errors.
4323 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
4325 * simple.el (transient-mark-mode, line-number-mode)
4326 (column-number-mode, size-indication-mode): Remove `:require nil'.
4328 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
4330 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4332 (gdb-breakpoints-mode-map): Use D instead of d for
4333 gdb-delete-breakpoint.
4334 (gdb-get-frame-number): Require a number to match on.
4335 (gdb-threads-mode-map): Add follow-link binding.
4337 2005-11-30 Jason Rumney <jasonr@gnu.org>
4339 * isearch.el (isearch-mode-map): Avoid exiting search on
4340 language-change event.
4342 2005-11-30 Romain Francoise <romain@orebokech.com>
4344 * speedbar.el (speedbar-default-position): New defcustom.
4345 (speedbar-frame-reposition-smartly): Use it.
4347 * dframe.el (dframe-reposition-frame-emacs): Fix position
4348 computation for `left' location.
4349 Update copyright year.
4351 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4353 * help.el (help-map): Move initialization into declaration.
4355 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4357 * help-fns.el (help-argument-name): Don't autoload.
4358 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4359 to be re-loaded when customizing the `help' group.
4361 2005-11-30 John Paul Wallington <jpw@gnu.org>
4363 * help-fns.el (describe-function-1): Fill arglist output.
4365 2005-11-30 Kim F. Storm <storm@cua.dk>
4367 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4368 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4369 after revert-buffer (or anything else which kills all local variables).
4371 * apropos.el (apropos-parse-pattern): Doc fix.
4372 Set apropos-regexp directly, rather than expecting callers to do so.
4373 (apropos-command, apropos, apropos-value, apropos-documentation):
4374 Simplify calls to apropos-parse-pattern.
4376 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4378 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4379 (hi-lock-face-phrase-buffer): Use hi-yellow face.
4380 (hi-lock-write-interactive-patterns): Use comment-region.
4382 * longlines.el (longlines-mode): Add mail-setup-hook.
4384 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4386 * simple.el (sendmail-user-agent-compose, next-line):
4387 Conditionally use hard-newline.
4389 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4391 * international/latexenc.el (latex-inputenc-coding-alist):
4394 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4396 * help.el (describe-key-briefly, describe-key): Recognize default
4399 2005-11-29 Romain Francoise <romain@orebokech.com>
4401 * view.el (view-inhibit-help-message): New defcustom.
4402 (view-mode-enter): Use it.
4404 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
4406 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
4407 Preserve user position.
4409 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
4411 * font-lock.el: Throw error if facemenu is not loaded to prevent
4412 accidental change of loading order in loadup.el. (Suggested by RMS.)
4414 * loadup.el: Add comment explaining why facemenu must be loaded
4417 2005-11-28 Jay Belanger <belanger@truman.edu>
4419 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4420 (calc-dispatch-map): Add more keys for `calc-same-interface'.
4422 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4424 * calc/calc-embed.el (calc-do-embedded): Update help message.
4426 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4428 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4430 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4432 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4433 called-interactively-p.
4434 (elp-profilable-p): Rename from elp-not-profilable-p.
4435 Invert result and take into account macros and autoloaded functions.
4436 (elp-instrument-function): Update call.
4437 (elp-instrument-package): Update call. Add completion.
4438 (elp-pack-number): Use match-string.
4439 (elp-results-jump-to-definition-by-mouse): Merge into
4440 elp-results-jump-to-definition and then remove.
4441 (elp-output-insert-symname): Make help echo text single-line.
4443 * replace.el (query-replace-map): Move initialization into declaration.
4444 (occur-engine): Use with-current-buffer.
4445 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4446 (occur-mode-mouse-goto): Replace with an alias.
4448 2005-11-28 Juri Linkov <juri@jurta.org>
4450 * simple.el (quoted-insert): Let-bind input-method-function to nil.
4452 * term/w32-win.el: Bind [S-tab] to [backtab].
4454 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4455 `Info-find-file' to t.
4457 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4458 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4459 and same-window-regexps.
4460 (occur-next-error): Don't move point for arg 0.
4462 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
4464 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4466 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4468 * log-edit.el (log-edit-changelog-use-first): New var.
4469 (log-edit-changelog-ours-p): Use it.
4470 (log-edit-insert-changelog): Set it with new arg `use-first'.
4471 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4472 (log-edit-hook): Add them to the list of suggested options.
4474 * textmodes/flyspell.el (flyspell-last-buffer): New var.
4475 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4477 (flyspell-mode-on): Use add-hook for after-change-functions.
4478 (flyspell-mode-off): Use remove-hook for after-change-functions.
4479 (flyspell-changes): Make it buffer-local.
4480 (flyspell-after-change-function): Make it non-interactive. Use push.
4481 (flyspell-post-command-hook): Check input-pending-p while processing
4482 the potentially long list of buffer changes.
4484 2005-11-28 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
4486 * buff-menu.el (list-buffers-noselect): Display the selected
4487 frame's buffer list, not the global one.
4489 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
4491 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4492 that (list last-input-event) works as in interactive spec.
4494 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4496 * loadup.el ("facemenu"): Load facemenu before font-lock, because
4497 `facemenu-keymap' needs to be defined when font-lock is loaded.
4498 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4500 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4502 * completion.el: Remove useless leading * in defcustom docstrings.
4503 (save-completions-file-name): Use ~/.emacs.d if available.
4504 (completion-standard-syntax-table): Rename from
4505 cmpl-standard-syntax-table and fold initialization into declaration,
4506 thus removing cmpl-make-standard-completion-syntax-table.
4507 (completion-lisp-syntax-table, completion-c-syntax-table)
4508 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
4509 (cmpl-saved-syntax, cmpl-saved-point): Remove.
4510 (symbol-under-point, symbol-before-point)
4511 (symbol-under-or-before-point, symbol-before-point-for-complete)
4512 (add-completions-from-c-buffer): Use with-syntax-table.
4513 (make-completion): Don't return a list of completion entries.
4515 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
4516 (completion-initialize): Rename from initialize-completions.
4517 (completion-find-file-hook): Rename from cmpl-find-file-hook.
4518 (kill-emacs-save-completions): Collect stats here.
4519 (save-completions-to-file, load-completions-from-file):
4520 Use with-current-buffer.
4521 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
4522 into a function. Move all calls to toplevel.
4523 (completion-lisp-mode-hook): New fun.
4524 (completion-c-mode-hook, completion-setup-fortran-mode):
4525 Set the syntax-table here. Use local-set-key.
4526 (completion-saved-bindings): New var.
4527 (dynamic-completion-mode): Make it into a proper minor mode.
4528 (load-completions-from-file): Remove unused var `num-uses'.
4530 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4531 constructor if it is explicitly overridden.
4533 * complete.el (PC-completion-as-file-name-predicate):
4534 Use minibuffer-completing-file-name.
4535 (partial-completion-mode): Use find-file-not-found-functions.
4536 (PC-lisp-complete-symbol): Use with-syntax-table.
4537 (PC-look-for-include-file): Remove dead setq.
4538 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4539 (PC-complete): Use with-current-buffer.
4541 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
4542 escape single quotes.
4544 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4546 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4547 of `if' whose condition always returned nil. Doc fix.
4549 * buff-menu.el (Buffer-menu-revert-function): Make the selected
4550 window's buffer the current buffer around the call to
4551 `list-buffers-noselect'. This is necessary to mark that buffer
4552 with a `.' in the Buffer Menu when called from Lisp, for instance
4553 by Auto Revert Mode.
4555 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
4557 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
4559 (gdb-pre-prompt): Make sure gdb-error is reset.
4561 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
4562 with a child process, detect it.
4563 (gud-speedbar-buttons): Match regexp more carefully.
4565 2005-11-27 Richard M. Stallman <rms@gnu.org>
4567 * mouse.el (mouse-drag-move-window-bottom):
4568 Use adjust-window-trailing-edge.
4570 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4572 * simple.el (blink-matching-open): Ignore
4573 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
4574 (blink-matching-paren-on-screen): Update docstring.
4576 * paren.el (show-paren-mode): No longer change
4577 `blink-matching-paren-on-screen'.
4579 2005-11-27 John Paul Wallington <jpw@pobox.com>
4581 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4582 (gdb-threads-select, gdb-edit-register-value):
4583 Use `posn-set-point' instead of `mouse-set-point' because the
4584 latter is not fbound when configured without X.
4586 2005-11-27 Kim F. Storm <storm@cua.dk>
4588 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
4589 existing face when partially highlighting a TAB in a rectangle.
4591 2005-11-26 Kim F. Storm <storm@cua.dk>
4593 * ido.el (ido-mode-map): Doc fix.
4594 (ido-mode-common-map, ido-mode-file-map)
4595 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
4596 (ido-define-mode-map): Rewrite. Select one of the new maps as
4597 parent for ido-mode-map instead of building from scratch.
4598 (ido-init-mode-maps): New defun to initialize new maps.
4599 (ido-mode): Call it.
4600 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
4601 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
4603 2005-11-26 John Paul Wallington <jpw@pobox.com>
4605 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
4606 `mouse-set-point' because the latter is not fbound when configured
4609 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
4611 * files.el (file-relative-name): Doc fix.
4613 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4615 * progmodes/octave-inf.el (inferior-octave-startup): Force a
4616 non-empty string for secondary prompt PS2.
4618 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
4620 * progmodes/compile.el (compilation-setup): Fix last change.
4622 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
4624 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4625 (gdb-mouse-toggle-breakpoint-margin)
4626 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
4627 Add gdb-server-prefix to keep out of command history.
4628 (gdb-edit-register-value): New function.
4629 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
4630 (gdb-info-registers-custom): Use above map.
4632 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
4634 * custom.el (enable-theme): Signal error if argument is not a
4635 theme. Don't recalculate a face if it's not loaded yet.
4637 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
4638 the `user' theme is in effect.
4640 * info.el (Info-on-current-buffer): Record actual filename in
4641 Info-current-file, instead of t, or a fake filename if a non-file
4642 buffer. Make autoload.
4643 (Info-find-node, Info-revert-find-node): No need to check for
4644 Info-current-file nil.
4645 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
4646 Info-current-file is now never `t'.
4647 (Info-fontify-node): Many simplifications due to Info-current-file
4648 always being valid. Use Info-find-file to find node filename.
4650 2005-11-25 David Kastrup <dak@gnu.org>
4652 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4653 new character, then delete" in order to preserve markers.
4655 2005-11-25 David Ponce <david@dponce.com>
4657 * recentf.el (recentf-arrange-by-rule): Handle a special
4658 `auto-mode-alist'-like "strip suffix" rule.
4659 (recentf-build-mode-rules): Handle second level auto-mode entries.
4661 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
4663 * viper-keym.el (viper-ESC-key): Use different values in terminal and
4666 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
4667 jde-javadoc-checker-report-mode.
4669 * ediff-wind (ediff-make-wide-display): Slight simplification.
4671 * ediff.el (ediff-date): Change the date of last update.
4673 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
4675 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
4676 Use define-minor-mode, and make it a local mode. Turn on font-lock.
4677 (hi-lock-mode): New global minor mode.
4678 (turn-on-hi-lock-if-enabled): New function.
4679 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
4680 Change arguments to regexp and face instead of a font-lock pattern.
4681 Directly set face property, instead of refontifying.
4682 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
4683 (hi-lock-find-patterns): Use line-number-at-pos.
4685 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
4686 arguments for hi-lock-set-pattern.
4687 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
4688 Call font-lock-fontify-buffer.
4689 (hi-lock-find-file-hook, hi-lock-current-line)
4690 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
4692 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
4695 * progmodes/compile.el (compilation-setup): Don't fiddle with
4698 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
4700 * progmodes/gdb-ui.el (gdb-var-create-handler)
4701 (gdb-var-list-children-handler): Find values for all variable
4702 objects. gud-speedbar-buttons decides whether to display them.
4704 2005-11-24 Romain Francoise <romain@orebokech.com>
4706 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
4707 buffer name with a space.
4709 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
4711 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
4712 `org-export-local-list-max-depth'. Change default value to 3.
4713 (org-auto-renumber-ordered-lists)
4714 (org-plain-list-ordered-item-terminator): New options.
4715 (org-at-item-p, org-beginning-of-item, org-end-of-item)
4716 (org-get-indentation, org-get-string-indentation)
4717 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
4719 (org-move-item-down, org-move-item-up): New commands.
4720 (org-export-as-html): New classes for CSS support. Bug fix in
4721 regular expression detecting fixed-width regions. Respect
4722 `org-local-list-ordered-item-terminator'.
4723 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
4725 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
4726 New item moving functions.
4728 2005-11-24 Juri Linkov <juri@jurta.org>
4730 * isearch.el (isearch-repeat): With empty search ring set
4731 `isearch-error' to the error string instead of signaling error
4732 with the function `error'.
4734 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4736 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
4738 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
4740 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4742 (gdb-var-create-handler, gdb-var-list-children-handler):
4743 Don't match on "char **...".
4744 (gdb-var-update-handler): Find values for all variable objects.
4745 (gdb-info-frames-custom): Identify frames by leading "#".
4747 * progmodes/gud.el (gud-speedbar-menu-items): Add
4748 gdb-speedbar-auto-raise as radio button.
4749 (gud-speedbar-buttons): Raise speedbar if requested.
4750 Don't match on "char **...".
4751 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
4754 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
4756 * info.el (Info-fontify-node): Handle the case where
4757 Info-current-file is t.
4759 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4761 * simple.el (blink-matching-open): Fix off-by-one in last change.
4763 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4765 * term/mac-win.el: Don't change default directory.
4767 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
4769 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
4770 buffers correctly. (It used to throw an error in such buffers.)
4771 Make it ask for confirmation in group buffers and other Custom
4772 buffers containing more than one customization item.
4774 2005-11-22 John Paul Wallington <jpw@gnu.org>
4776 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4777 property on mail and url overlays.
4778 (goto-address-at-point): Use `posn-set-point' instead of
4779 `mouse-set-point' because the latter is not fbound when configured
4782 2005-11-22 Lars Hansen <larsh@soem.dk>
4784 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
4785 (ls-lisp-classify, ls-lisp-format): Delete call to
4786 ls-lisp-parse-symlink.
4787 (ls-lisp-handle-switches): Handle symlinks to directories as
4788 directories when ls-lisp-dirs-first in non-nil.
4790 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
4792 * startup.el (command-line): Make sure that loaddefs.el is handled
4793 correctly in load-history.
4795 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
4797 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
4798 (gdb-struct-string, gdb-array-string): New constants.
4799 (gdb-info-locals-handler): Use them.
4800 (gdb-reset): Reset gdb-var-list to nil.
4802 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4804 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4807 2005-11-21 Juri Linkov <juri@jurta.org>
4809 * custom.el (defcustom): Update link types in docstring.
4811 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
4813 * custom.el (defgroup): Add doc-string-elt info.
4815 * widget.el (define-widget): Don't use declare for the doc-string-elt.
4817 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4819 * newcomment.el (comment-enter-backward): Fix last fix.
4821 * simple.el (blink-matching-open):
4822 * paren.el (show-paren-function): Allow new paren-class info.
4824 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4826 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
4827 handled automagically.
4829 2005-11-20 Andreas Schwab <schwab@suse.de>
4831 * descr-text.el (describe-char): When copying overlays put them
4832 over the full char description instead of just the first character
4835 2005-11-20 Juri Linkov <juri@jurta.org>
4837 * simple.el (what-cursor-position):
4838 * descr-text.el (describe-char): Use Lisp-readable syntax
4839 for octal and hex. Reorder decimal, octal and hex values.
4840 Remove excess whitespace in the output. Use `=' in `column='
4841 like in `point=' and `Hscroll='.
4843 * international/mule-cmds.el (encoded-string-description):
4844 Use Lisp-readable syntax for hex.
4846 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4848 * newcomment.el (comment-enter-backward): Handle the case where the
4849 comment is closed by EOB.
4851 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
4853 * longlines.el (longlines-before-revert-hook)
4854 (longlines-after-revert-hook): New functions.
4855 (longlines-mode): Turn off longlines temporarily when reverting.
4856 Add a message-setup-hook.
4857 (longlines-decode-buffer): New function.
4858 (longlines-wrap-line): Preserve marker positions.
4860 2005-11-19 Andreas Schwab <schwab@suse.de>
4862 * emacs-lisp/shadow.el: Handle compressed files.
4864 2005-11-19 Romain Francoise <romain@orebokech.com>
4866 * net/browse-url.el (browse-url-default-browser): Signal an error
4867 if no usable browser can be found, rather than try to load w3.
4869 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
4871 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4872 replacing existing properties.
4873 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4874 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4876 (rcirc-server-prefix, rcirc-server): New faces.
4877 (rcirc-url-regexp): Generate with rx macro.
4878 (rcirc-last-server-message-time): New variable.
4879 (rcirc-filter): Record time of last message.
4880 (rcirc-keepalive): Kill processes that did not send a message
4881 since the last ping.
4882 (rcirc-mode): Give rcirc-topic a local binding here.
4884 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
4886 * subr.el (read-passwd): Fontify the prompt as we do with other
4889 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
4891 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4892 binding buffer-read-only to nil.
4894 2005-11-19 Eli Zaretskii <eliz@gnu.org>
4896 * complete.el (partial-completion-mode):
4897 Mention completion-auto-help in the doc string.
4899 * man.el (Man-highlight-references): Doc fix. Reformat code in a
4902 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4904 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4905 digits, not 8, to avoid misalignment for files larger than 100MB.
4907 2005-11-19 Eli Zaretskii <eliz@gnu.org>
4909 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4910 Mention "keyboard shortcuts" in the help text.
4912 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4914 * startup.el (fancy-splash-default-action): Discard only
4915 mouse-down and succeeding mouse-up events in the splash screen
4916 window so that drag-n-drop event can be processed.
4918 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
4920 * longlines.el (longlines-mode): Add hacks for mail-mode and
4923 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
4925 * textmodes/org.el (org-table-sort-lines): New command.
4926 (org-tbl-menu): Add entry for `org-table-sort-lines'.
4927 (org-add-file): Command removed, use `org-agenda-file-to-front'
4929 (org-export-icalendar): Use `org-icalendar-combined-name'.
4930 (org-cycle-agenda-files, org-agenda-file-to-end)
4931 (org-agenda-file-to-front): New commands.
4932 (org-table-tab-jumps-over-hlines, org-export-html-style):
4934 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
4935 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
4937 (org-fill-paragraph): Call `org-table-align' in tables.
4938 (org-mode): Call `org-set-autofill-regexps'.
4939 (org-export-as-html): Support for local handformatted lists.
4940 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
4941 (org-export-local-list-max-depth): New option.
4942 (org-html-expand): Use `org-html-protect'.
4944 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
4946 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4948 (gdb): Move definition of gud-pp to...
4950 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
4952 (gdb-find-watch-expression): New function.
4954 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4956 * faces.el (face-attribute, set-face-attribute): Mention existence
4957 of `:ignore-defface' setting in docstring.
4959 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4961 * simple.el (completion-setup-function): Fix last change.
4963 2005-11-17 John Paul Wallington <jpw@pobox.com>
4965 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4966 Use `posn-set-point' instead of `mouse-set-point' because the
4967 latter is not fbound when configured without X.
4969 * comint.el (comint-insert-input): Likewise.
4971 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4973 * simple.el (hard-newline): New variable.
4974 (sendmail-user-agent-compose, next-line): Use it.
4976 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4977 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4978 (mail-mail-reply-to, mail-mail-followup-to)
4979 (mail-position-on-field, mail-signature, mail-yank-original)
4980 (mail-attach-file): Likewise.
4982 * mail/mailheader.el (mail-header-format)
4983 (mail-header-format-function): Likewise.
4985 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4987 2005-11-17 Juri Linkov <juri@jurta.org>
4989 * font-lock.el (font-lock-faces): Rename this defgroup from
4990 `font-lock-highlighting-faces'.
4991 (font-lock-comment-face, font-lock-comment-delimiter-face)
4992 (font-lock-string-face, font-lock-doc-face)
4993 (font-lock-keyword-face, font-lock-builtin-face)
4994 (font-lock-function-name-face, font-lock-variable-name-face)
4995 (font-lock-type-face, font-lock-constant-face)
4996 (font-lock-warning-face, font-lock-negation-char-face)
4997 (font-lock-preprocessor-face)
4998 (font-lock-regexp-grouping-backslash)
4999 (font-lock-regexp-grouping-construct): Rename :group from
5000 `font-lock-highlighting-faces' to `font-lock-faces'.
5002 * cus-edit.el (lisp, c, tex):
5003 * progmodes/ada-mode.el (ada):
5004 * progmodes/asm-mode.el (asm):
5005 * progmodes/cperl-mode.el (cperl-faces):
5006 * progmodes/cpp.el (cpp):
5007 * progmodes/dcl-mode.el (dcl):
5008 * progmodes/f90.el (f90):
5009 * progmodes/fortran.el (fortran):
5010 * progmodes/icon.el (icon):
5011 * progmodes/idlwave.el (idlwave-misc):
5012 * progmodes/m4-mode.el (m4):
5013 * progmodes/make-mode.el (makefile):
5014 * progmodes/meta-mode.el (meta-font):
5015 * progmodes/modula2.el (modula2):
5016 * progmodes/octave-mod.el (octave):
5017 * progmodes/pascal.el (pascal):
5018 * progmodes/perl-mode.el (perl):
5019 * progmodes/prolog.el (prolog):
5020 * progmodes/ps-mode.el (PostScript-edit):
5021 * progmodes/scheme.el (scheme):
5022 * progmodes/sh-script.el (sh-script):
5023 * progmodes/simula.el (simula):
5024 * progmodes/tcl.el (tcl):
5025 * textmodes/nroff-mode.el (nroff):
5026 * textmodes/reftex-vars.el (reftex-fontification-configurations):
5027 * textmodes/sgml-mode.el (sgml):
5028 * textmodes/texinfo.el (texinfo):
5029 Add :link (custom-group-link font-lock-faces) to defgroup.
5031 * hi-lock.el (hi-lock): Rename this defgroup from
5032 `hi-lock-interactive-text-highlighting'. Change parent group from
5033 `faces' to `font-lock'. Add link to the manual.
5034 (hi-lock-mode, hi-lock-file-patterns-range)
5035 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5036 `hi-lock-interactive-text-highlighting' to `hi-lock'.
5037 (hi-lock-faces): Add :group `faces'.
5039 * cus-edit.el (custom-variable-prompt): Clarify the code.
5041 * faces.el (face-read-string): Set the default value arg of
5044 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
5046 * rfn-eshadow.el (file-name-shadow-properties)
5047 (file-name-shadow-tty-properties, file-name-shadow-mode):
5048 Remove autoloads, because the file is now preloaded.
5050 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5052 * printing.el (easy-menu-intern): Don't define.
5053 (pr-get-symbol): Use easy-menu-intern only if defined.
5055 * simple.el (blink-matching-open): Simplify a bit.
5056 (completion-setup-function): Fix the case of partial-completion-mode
5057 when the minibuffer's contents start with "-".
5058 Obey completion-base-size-function even when
5059 minibuffer-completing-file-name is non-nil.
5061 2005-11-16 Richard M. Stallman <rms@gnu.org>
5063 * net/eudcb-ph.el (eudc-ph-open-session):
5064 Use set-process-query-on-exit-flag.
5066 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
5068 * international/ucs-tables.el (ucs-set-table-for-input):
5069 Use make-local-variable, not make-variable-buffer-local.
5071 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5072 Improve warning message text.
5074 * savehist.el (savehist-save-hook): Add :group.
5076 * menu-bar.el (menu-bar-help-menu):
5077 Rename Find Extra Packages to External Packages.
5079 * cus-edit.el (Custom-reset-standard): Verify that
5080 :custom-standard-value prop exists before calling it.
5082 * apropos.el (apropos-calc-scores): Use apropos-pattern.
5084 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
5086 * wid-edit.el (color): Enclose %t in %{...%}.
5088 * cus-edit.el (face): Enclose %t in %{...%}.
5090 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
5092 * savehist.el (savehist-mode-hook): Re-add the var.
5093 (savehist-mode): Use it.
5095 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5097 * textmodes/flyspell.el: Fix commenting convention.
5098 Remove unnecessary leading * in custom docstrings.
5099 (flyspell-emacs): Remove unused var.
5100 (flyspell-delete-region-overlays): Use remove-overlays.
5101 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
5102 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
5103 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
5104 (flyspell-debug-signal-word-checked): Use with-current-buffer.
5105 (make-flyspell-overlay): Don't locally reuse a global name.
5106 (flyspell-highlight-incorrect-region)
5107 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
5108 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
5109 (flyspell-notify-misspell): Remove unused args `start' and `end'.
5110 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
5111 Wrap calls to accept-process-output inside with-local-quit since it's
5112 often called from a post-command-hook.
5113 (flyspell-correct-word, flyspell-auto-correct-word):
5114 Use ispell-send-string.
5115 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5117 * calendar/diary-lib.el (diary-list-entries): Also hide the
5118 terminating newline.
5120 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
5122 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
5123 window-system, to allow fonts on tty.
5125 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
5127 * progmodes/gud.el (gud-speedbar-item-info): New function.
5128 (gud-install-speedbar-variables): Use it to display data type
5129 of watch expression as a tooltip in speedbar.
5131 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
5133 * font-core.el (global-font-lock-mode): Add :version keyword,
5134 because default was changed.
5136 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
5138 * startup.el (command-line): Use `custom-reevaluate-setting' for
5139 `file-name-shadow-mode'.
5141 * loadup.el: Preload rfn-eshadow.
5143 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
5144 Add :version keyword.
5145 (file-name-shadow-properties, file-name-shadow-tty-properties)
5146 (file-name-shadow): Add :version keyword.
5148 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
5149 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
5150 in the custom-group property of the symbol frames and the fringe
5151 group got no link to its parent group frames.
5154 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5156 * progmodes/gud.el (gud-stop-subjob): New function.
5157 (gud-menu-map, gud-tool-bar-map): Use it.
5159 2005-11-16 Kim F. Storm <storm@cua.dk>
5161 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
5163 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
5164 to a more useful/logical place.
5166 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5168 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
5169 go buttons complementary.
5171 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5173 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
5174 (rfn-eshadow-sifn-equal): New function.
5175 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
5177 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
5179 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
5182 * viper.el (viper-emacs-state-mode-list): Ensure that
5183 rcirc-mode buffers come up in Emacs state.
5185 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
5188 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5190 * term.el (term-termcap-format): Fix typos.
5191 (term-down): Fix the negative argument case.
5193 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
5195 * progmodes/gdb-ui.el: Remove face-alias left over from change on
5197 (gdb-ann3): New command gud-go.
5198 (menu): Accomodate gdb-mi.el.
5199 (gdb-assembler-custom): Make buffer of selected window current
5200 so that set-window-point works.
5202 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
5203 buttons and include new ones.
5205 2005-11-16 Kim F. Storm <storm@cua.dk>
5207 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
5208 (gud-menu-map): Use it.
5210 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
5212 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
5213 that works correctly for Custom and that does not override a user
5216 * help-mode.el (help-make-xrefs, help-xref-on-pp)
5217 (help-xref-interned, help-follow): Make hyperlinks for variables
5218 that are unbound, but have a non-nil variable-documentation property.
5220 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
5221 mode hook. (It conflicted with defcustoms for some mode hooks.)
5222 Use the `variable-documentation' property to give the mode hook a
5223 docstring and expand that docstring.
5225 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
5227 * savehist.el (savehist-mode): Don't bother with
5228 `custom-set-minor-mode'.
5229 (savehist-coding-system): Check XEmacs version.
5230 (history-length): Declare also at run time.
5231 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
5232 Don't set the customize state.
5233 (savehist-minibuffer-hook): Special case for when
5234 minibuffer-history-variable is equal to t.
5236 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5238 * files.el (write-file): Refresh VC status.
5240 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
5241 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
5242 than fundamental-mode to see if the mode was set.
5244 2005-11-14 Romain Francoise <romain@orebokech.com>
5246 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
5247 dummy function in `eval-when-compile' to avoid compiler warning.
5248 Require `man' at compile time.
5250 2005-11-14 Jay Belanger <belanger@truman.edu>
5252 * calc-alg.el (calcFunc-write-out-power): Rename it to
5253 calcFunc-powerexpand.
5254 (math-write-out-power): Rename it to math-powerexpand; have it
5255 handle negative exponents.
5256 (calc-writeoutpower): Rename it to calc-powerexpand.
5258 * calc-ext.el: Change calcFunc-writeoutpower and
5259 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
5261 Add calcFunc-ldiv to autoloads.
5263 * calc-arith.el (calcFunc-ldiv): New function.
5265 * calc.el (calc-left-divide): New function.
5267 2005-11-14 Juri Linkov <juri@jurta.org>
5269 * cus-edit.el (custom-variable-prompt): Set the default value arg
5272 * cus-dep.el (custom-make-dependencies): Reverse the list of
5275 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5277 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5278 Highlighting" entry, it is on by default now.
5279 (menu-bar-options-save): Do not save global-font-lock-mode.
5281 2005-11-13 Richard M. Stallman <rms@gnu.org>
5283 * textmodes/flyspell.el (flyspell-large-region):
5284 Call flyspell-accept-buffer-local-defs.
5286 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
5288 * textmodes/flyspell.el (flyspell-notify-misspell):
5289 Fix misspelling of "Misspelling".
5290 (flyspell-process-localwords): New function.
5291 (flyspell-large-region): Call flyspell-process-localwords and
5292 flyspell-delete-region-overlays.
5293 (flyspell-delete-region-overlays): New function.
5294 (flyspell-delete-all-overlays): Call that.
5296 2005-11-13 Richard M. Stallman <rms@gnu.org>
5298 * help.el (help-for-help-internal): Improve doc of C-h a.
5299 (describe-key): Improve prompt; doc fix.
5301 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5303 * vc-svn.el (vc-svn-registered): Catch all errors.
5305 * cus-dep.el (custom-make-dependencies): Typo.
5307 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
5309 * net/tramp-util.el (top): Fix compilation warning.
5311 2005-11-13 Kim F. Storm <storm@cua.dk>
5313 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
5315 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5317 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
5318 (gud-speedbar-buttons): Match on "const char *" too.
5320 * progmodes/gdb-ui.el (gdb-var-create-handler)
5321 (gdb-var-list-children-handler): Match on "const char *" too.
5322 (gdb-var-evaluate-expression-handler): Match on empty string.
5323 (gdb-var-update-handler): Only call
5324 gdb-var-evaluate-expression-handler when required.
5326 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5328 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5329 selected window. This still doesn't work for speedbar.
5330 (gud-speedbar-buttons): Handle string expressions properly.
5332 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5333 (gdb-var-create-handler): Handle string expressions properly.
5334 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
5335 Handle string expressions properly. Move "type" field into regexp.
5337 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5339 * bookmark.el (bookmark-maybe-message): New function to reduce
5340 code duplication: invokes `message' iff baud-rate is high enough.
5341 (bookmark-write-file): Use above instead of an inline conditional.
5342 (bookmark-load): Same.
5344 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5346 * bookmark.el (bookmark-write-file): Don't visit the destination
5347 file, just write the data to it using write-region. This is
5348 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5349 change to avoid visiting the file in the first place.
5351 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
5353 * hi-lock.el (hi-lock-mode): Set the default value of
5356 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
5358 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
5359 arg to `file-attributes'.
5360 (find-lisp-format): The UID and GID can now be strings.
5362 2005-11-12 Kim F. Storm <storm@cua.dk>
5364 * help.el (help-map): Bind C-h d to apropos-documentation.
5366 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5367 when point is at end-of-buffer.
5369 * apropos.el (apropos-match-face): Doc fix.
5370 (apropos-sort-by-scores): Add new choice `verbose'.
5371 (apropos-documentation-sort-by-scores): New defcustom.
5372 (apropos-pattern): Now contains the pattern entered by the user.
5373 (apropos-pattern-quoted): New defvar.
5374 (apropos-regexp): New defvar, containing the regexp corresponding
5376 (apropos-all-words-regexp): Rename from apropos-all-regexp.
5377 (apropos-read-pattern): New defun. Use it to read pattern arg in
5378 interactive calls; returns list of words for a word list, and
5379 string for a regexp.
5380 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
5381 parses a list of words or regexp as returned by apropos-read-pattern.
5382 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5383 (apropos-score-doc): Return a very high score if the string
5384 entered by the user matches literally.
5385 (apropos-variable): Doc fix. Use apropos-read-pattern.
5386 (apropos-command): Doc fix. Use apropos-read-pattern and
5387 apropos-parse-pattern. Call apropos-print with nosubst=t.
5388 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
5389 apropos-parse-pattern.
5390 (apropos-documentation): Doc fix. Use apropos-read-pattern and
5391 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
5392 apropos-documentation-sort-by-scores. Call apropos-print with
5394 (apropos-documentation-internal): Pass doc string through
5395 substitute-key-definition before adding text properties.
5396 Highlight substring matching literal user input if possible.
5397 (apropos-documentation-check-doc-file): Remove locals beg and end.
5398 Fix calculation of score (as added twice). Pass doc string through
5399 substitute-key-definition before adding text properties.
5400 (apropos-documentation-check-elc-file): Pass doc string through
5401 substitute-key-definition before adding text properties.
5402 Highlight substring matching literal user input if possible.
5403 (apropos-print): Add new arg NOSUBST; if set, command and variable
5404 doc strings have already been passed through substitute-key-definition.
5405 Add code to handle apropos-accumulator items without score element
5406 for backwards compatibility (e.g. with woman package).
5407 Only show scores if apropos-sort-by-scores is `verbose'.
5409 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5411 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5412 Add jka-compr-load-suffixes to load-suffixes.
5414 * jka-compr.el: Require jka-cmpr-hook.
5415 (jka-compr-info-compress-message, jka-compr-info-compress-program)
5416 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5417 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5418 (jka-compr-info-can-append, jka-compr-info-strip-extension)
5419 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5420 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
5421 (jka-compr-uninstall): Remove entries from
5422 jka-compr-added-to-file-coding-system-alist after they are used.
5423 (jka-compr-error): Remove unused var `curbuf'.
5424 (jka-compr-file-local-copy): Remove unused var `notfound'.
5426 2005-11-10 Romain Francoise <romain@orebokech.com>
5428 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5430 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
5432 * progmodes/gud.el (gud-menu-map): Move parentheses.
5433 (gdb): New command gud-pv.
5435 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5437 * tar-mode.el: Remove spurious or unnecessary leading stars
5439 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5440 (tar-parse-octal-integer-safe): Use mapc.
5441 (tar-header-block-summarize): Remove unused var `ck'.
5442 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5443 cleared before. Obey default-enable-multibyte-characters.
5444 Use mapconcat. Simplify setting of tar-header-offset.
5445 (tar-mode-map): Move initialization inside delcaration.
5446 (tar-flag-deleted): Use `abs'.
5447 (tar-expunge-internal): Remove unused var `line'.
5448 (tar-expunge-internal): Don't hardcode point-min==1.
5449 (tar-expunge): Widen while doing set-buffer-multibyte.
5450 (tar-rename-entry): Use file-name-coding-system.
5451 (tar-alter-one-field): Don't hardcode point-min==1.
5452 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5453 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
5455 2005-11-10 Masatake YAMATO <jet@gyve.org>
5457 * add-log.el (add-log-current-defun): Handle class::method
5458 notation of c++. Fix incorrect comment.
5460 2005-11-10 Alan Mackenzie <acm@muc.de>
5462 * help-fns.el (describe-variable): Make C-h v work when a variable
5463 has variable documentation yet is unbound.
5465 2005-11-10 Masatake YAMATO <jet@gyve.org>
5467 * man.el (Man-highlight-references): Set an empty
5468 string to `Man-arguments' if it is nil.
5469 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
5471 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5473 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5474 commenting conventions.
5476 * cus-dep.el (custom-make-dependencies): Simplify.
5477 Better follow the commenting conventions.
5479 2005-11-09 Richard M. Stallman <rms@gnu.org>
5481 * apropos.el (apropos-pattern): Rename from apropos-regexp.
5482 (apropos-orig-pattern): Rename from apropos-orig-regexp.
5484 (apropos-rewrite-regexp): Doc fix.
5485 (apropos-variable, apropos-command, apropos, apropos-value):
5486 Change prompt; carry through the argument renaming.
5488 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5490 * find-lisp.el: Require dired.
5491 (find-lisp-find-dired-internal): Do not call
5492 `abbreviate-file-name' on DIR.
5494 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
5496 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5498 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
5500 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5501 when using the speedbar.
5502 (gdb): New command gud-pp.
5503 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5505 2005-11-09 Juri Linkov <juri@jurta.org>
5507 * replace.el (occur-excluded-properties): New defcustom.
5508 (occur-1, occur-engine, occur-accumulate-lines): Use it.
5510 2005-11-08 Jay Belanger <belanger@truman.edu>
5512 * calc/calc-units.el (math-convert-units): Replace any composite
5513 unit by its definition.
5515 2005-11-08 Lars Hansen <larsh@soem.dk>
5517 * emacs-lisp/autoload.el (update-directory-autoloads):
5518 Add obsolete function alias.
5520 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5522 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5523 comment-indent-function.
5524 (lisp-comment-indent): Replace by an alias for comment-indent-default.
5526 * reveal.el (reveal-post-command): Rework the handling of
5527 reveal-open-spots, so as to be more reliable. There were several
5528 tricky corner cases where an open spot might be lost, or where
5529 a closed spot might end up on the list of open spots.
5530 Only reveal text that's ellipsised.
5532 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
5534 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
5536 2005-11-07 John Paul Wallington <jpw@gnu.org>
5538 * ibuffer.el (ibuffer): Search iconified frames too when
5539 getting Ibuffer buffer's window.
5541 2005-11-06 Richard M. Stallman <rms@gnu.org>
5543 * progmodes/compile.el (compilation-internal-error-properties):
5544 save-excursion around the computation of MARKER.
5546 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
5548 * textmodes/flyspell.el (flyspell-external-point-words):
5549 flyspell-get-word returns a list, not just a string.
5551 2005-11-06 John Paul Wallington <jpw@pobox.com>
5553 * ibuffer.el (ibuffer): Search all visible frames when getting
5554 Ibuffer buffer's window.
5556 2005-11-07 Masatake YAMATO <jet@gyve.org>
5558 * man.el (Man-reference-regexp): Accept spaces between
5559 `Man-name-regexp' and `Man-section-regexp'.
5560 (Man-apropos-regexp): New variable.
5561 (Man-abstract-xref-man-page): Use value for `Man-target-string'
5563 (Man-highlight-references, Man-highlight-references0):
5564 Handle the case when `Man-arguments' includes "-k".
5565 (Man-highlight-references0): Rename the argument `TARGET-POS' to
5566 `TARGET'. `TARGET' can be a number, function or nil.
5568 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
5570 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
5571 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
5572 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
5573 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
5574 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
5575 (gdb-send-item): Use buffer-local-value and simplify.
5577 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
5579 * startup.el (command-line): Use `custom-reevaluate-setting' for
5580 `global-font-lock-mode'.
5582 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
5583 by default, except in batch mode or when the -D option is given.
5585 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
5586 specified keyword args on to `define-minor-mode'. Update docstring.
5588 2005-11-05 Romain Francoise <romain@orebokech.com>
5590 * replace.el (occur-engine): Add marker at end of line, too.
5592 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
5594 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5595 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5596 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5597 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5598 argument to all these routines, so the passphrase can be managed
5599 externally and passed in to the system.
5600 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5601 pgg-add-passphrase-to-cache function.
5603 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5604 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5605 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5606 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5607 argument to all these routines, so the passphrase can be managed
5608 externally and passed in to the system.
5609 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5612 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5614 * font-lock.el: Don't deal with font-lock-face-attributes here,
5617 * startup.el (command-line): ... here. Use face-spec-set instead
5618 of custom-declare-face.
5620 * faces.el (face-spec-set): Reset the face if spec is not nil.
5622 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5624 * newcomment.el (comment-region-internal): Box more tightly in the
5625 common case where there's no TAB in the boxed text.
5627 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5629 * info.el (info-tool-bar-map): Use images prev-node, next-node and
5632 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
5634 * newsticker.el: Commentary updated. Code formatting changed.
5635 (newsticker-version): Change to "1.9".
5636 (newsticker, newsticker-feed): Doc fix.
5637 (newsticker-url-list): Doc fix. Add option "Weekly".
5638 (newsticker-retrieval-interval): Add option "Weekly".
5639 (newsticker-headline-processing): Doc fix.
5640 (newsticker-auto-mark-filter): Remove.
5641 (newsticker-auto-mark-filter-list): New.
5642 (newsticker-layout, newsticker-sort-method): Doc fix.
5643 (newsticker-hide-old-items-in-newsticker-buffer)
5644 (newsticker-heading-format, newsticker-item-format)
5645 (newsticker-desc-format): Doc fix.
5646 (newsticker-show-all-rss-elements): Remove.
5647 (newsticker-show-all-news-elements): New.
5648 (newsticker-faces, newsticker-ticker): Doc fix.
5649 (remove-from-invisibility-spec): Code formatting.
5650 (newsticker--process-ids): New.
5651 (newsticker-mode): Doc fix.
5652 (newsticker-mode): Change mode-line-format.
5653 (newsticker-start): Remove debug output.
5654 (newsticker-start-ticker): Doc fix. Add autoload cookie.
5655 (newsticker-w3m-show-inline-images): Code formatting.
5656 (newsticker-next-item): Call `force-mode-line-update'.
5657 (newsticker-previous-item): Call `force-mode-line-update'.
5658 (newsticker-next-feed): Call `force-mode-line-update'.
5659 (newsticker-previous-feed): Call `force-mode-line-update'.
5660 (newsticker-mark-all-items-at-point-as-read): Code formatting.
5661 (newsticker-show-old-items): Do not show descs.
5662 (newsticker-hide-entry): Hide too much.
5663 (newsticker-hide-entry, newsticker-show-entry)
5664 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
5665 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
5666 (newsticker-toggle-auto-narrow-to-item): Code formatting.
5667 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
5668 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
5669 (newsticker-get-news): Call `force-mode-line-update'.
5670 Collect process ids.
5671 (newsticker--sentinel): Change coding system handling.
5672 Move image retrieval to new functions newsticker--get-logo-url-*.
5673 Move feed parsing to new functions newsticker--parse-*.
5674 Update list of process ids.
5675 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
5676 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
5677 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
5678 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
5679 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5680 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
5681 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
5682 (newsticker--decode-coding-string): Remove.
5683 (newsticker--decode-numeric-entities): Check input. Format code.
5684 (newsticker--remove-whitespace): Check input.
5685 (newsticker--do-forget-preformatted): Doc fix.
5686 (newsticker--decode-rfc822-date): Allow for missing time.
5687 (newsticker--update-process-ids): New.
5688 (newsticker--image-sentinel): Change comment.
5689 (newsticker--image-read): Change error message.
5690 (newsticker--imenu-goto): Doc fix. Show headline title.
5691 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
5692 (newsticker--buffer-do-insert-text): Clean whitespace in
5693 html-rendered headline title. Code formatting.
5694 Call `newsticker--buffer-print-extra-elements'.
5695 (newsticker--buffer-print-extra-element): Remove.
5696 (newsticker--buffer-print-extra-elements): New.
5697 (newsticker--buffer-do-print-extra-element): New.
5698 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
5700 (newsticker--run-auto-mark-filter)
5701 (newsticker--do-run-auto-mark-filter):
5702 Use `newsticker-auto-mark-filter-list'.
5704 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
5706 * net/rcirc.el: Use split-string OMIT-NULLS argument.
5707 (rcirc-print): Force redisplay before running hooks. Do long
5708 buffer truncation after making new text read-only. Deal with nil
5709 text when decoding strings. If TARGET is nil, use either the
5710 currently selected buffer, if it is an rcirc buffer and of the
5711 same process or the process buffer.
5712 (rcirc-mode): Remove header-line. Recompute short buffer names.
5713 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
5714 (rcirc-short-buffer-name): Add variable.
5715 (rcirc-kill-buffer-hook): Recompute short buffer names.
5716 Remove nick from private channel.
5717 (rcirc-send-input): Send command text to current-buffer.
5718 Don't clear overlay arrow here.
5719 (rcirc-short-buffer-name): Return a short buffer name.
5720 (rcirc-update-short-buffer-names, rcirc-abbreviate)
5721 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
5722 buffer-name abbreviations.
5723 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
5724 Do not touch nick-table when killing a parted channel.
5725 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
5726 Clear arrow from current buffer if it is now hidden.
5727 (rcirc-current-buffer): Add variable.
5728 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5729 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
5730 Remove -face from names.
5731 (rcirc-update-activity-string): Print "DND" when globally ignoring
5733 (rcirc-ignore-buffer-activity-flag): Rename from
5734 rcirc-ignore-channel-activity.
5735 (rcirc-ignore-all-activity-flag): Doc fix.
5736 (rcirc-channels): Remove variable.
5737 (rcirc-kill-buffer-hook):
5738 (rcirc-get-buffer-create): Add nick to private channel.
5739 (rcirc-multiline-edit-submit): Remove tabs.
5740 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
5742 (rcirc-remove-nick-channel): Bug fix.
5743 (rcirc-toggle-ignore-buffer-activity): Rename from
5744 rcirc-toggle-ignore-channel-activity.
5745 (rcirc-record-activity): Add buffers to the front of the list.
5746 (rcirc-update-activity): Remove killed buffers from list.
5747 (rcirc-process-server-response-1): Remove last argument if it is
5748 null before calling handler.
5749 (rcirc): Add "rcirc" defcustom prefix.
5750 (rcirc-prompt): Simplify default prompt.
5751 Use custom-initialize-default.
5752 (rcirc-private-chats): Remove variable.
5753 (rcirc-prompt): Change initialization.
5754 (rcirc-version): Remove function.
5755 (rcirc-id-string): Add constant.
5756 (rcirc-last-buffer): Remove variable.
5757 (rcirc-buffer-alist): Add variable.
5758 (rcirc-connect): Update variable setup.
5759 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
5760 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
5762 (rcirc-handler-generic): Trigger activity.
5763 (rcirc-send-message): Create the buffor of the target.
5764 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
5765 (rcirc-get-buffer): Just return nil if there is no matching buffer.
5766 (rcirc-multiline-edit-cancel): Remove function.
5767 (rcirc-set-last-buffer): Remove function.
5768 (rcirc-get-any-buffer): Add function.
5769 (rcirc-join-channels): Don't print /join text.
5770 (rcirc-toggle-ignore-channel-activity): Add and update echo area
5772 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
5773 (rcirc-handler-NOTICE): Recognize CTCP responses.
5774 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
5775 constructing TOPIC string for buffers we are not JOINed.
5776 (rcirc-handler-CTCP-response): Add handler.
5777 (rcirc-multiline-edit-submit): Restore the window-configuration
5778 before adjusting point.
5779 (rcirc): Add customization group.
5780 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
5781 (rcirc-user-full-name, rcirc-startup-channels-alist)
5782 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
5783 (rcirc-ignore-all-activity-flag, rcirc-time-format)
5784 (rcirc-input-ring-size, rcirc-read-only-flag)
5785 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
5786 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
5787 Change defvar to defcustom.
5788 (rcirc-update-prompt): Add optional ALL arg, which will update
5789 prompts in all rcirc buffers. Regexp quote replacement text.
5790 (rcirc-fill-column): Accept frame-width as a value.
5791 (rcirc-set-changed): Add function.
5792 (rcirc-next-active-buffer): Write more meaningful messages.
5793 (rcirc-faces): Add customization group.
5794 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
5795 (rcirc-nick-in-message-face, rcirc-prompt-face)
5796 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
5797 (with-rcirc-process-buffer): Move before first usage.
5798 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
5799 (rcirc-debug-flag): Rename from `rcirc-log-p'.
5800 (rcirc-debug): Rename from `rcirc-log'.
5801 (rcirc-format-response-string): Do not print `-' chars for a
5802 NOTICE with no sender. Simplify output of server responses.
5804 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
5806 (rcirc-browse-url-map, rcirc-browse-url-at-point)
5807 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
5808 Make urls mouse and RET clickable.
5810 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
5812 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
5814 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
5816 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5817 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5818 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5819 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5820 argument to all these routines, so the passphrase can be managed
5821 externally and passed in to the system.
5822 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5823 pgg-add-passphrase-to-cache function.
5825 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5826 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5827 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5828 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5829 argument to all these routines, so the passphrase can be managed
5830 externally and passed in to the system.
5831 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5834 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
5836 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
5837 from goto-address-url-regexp.
5839 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
5841 * textmodes/org.el (org-read-date, org-goto-calendar)
5842 (org-recenter-calendar, org-agenda-goto-calendar):
5843 Temporarily clear `calendar-move-hook'.
5845 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
5847 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
5850 * ediff-util.el (ediff-previous-difference): Don't skip regions that
5853 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5855 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5856 Undo previous change.
5858 * startup.el (command-line): Use `custom-reevaluate-setting' for
5859 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
5860 tty-register-default-colors on Mac.
5862 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
5864 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
5865 (gdb-buffer-type): Make it automatically buffer local...
5866 (gdb-get-create-buffer): ...and set it accordingly.
5867 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5870 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
5872 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5875 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
5877 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5878 case GUD buffer is not visible.
5879 (gdb-goto-breakpoint): Try to force display in source buffer.
5880 (gdb-frame-gdb-buffer): Copy other similar functions.
5881 (gdb-restore-windows): Don't display source if not asked for.
5882 (gdb-assembler-buffer-name): Don't capitalise.
5884 2005-11-03 Richard M. Stallman <rms@gnu.org>
5886 * wid-edit.el (key-sequence): New widget type.
5888 * simple.el (set-mark-command-repeat-pop): New variable.
5889 (set-mark-command): Only interpret plan C-@ after a pop as a pop
5890 if set-mark-command-repeat-pop is true.
5892 * info.el (Info-fontify-node): Don't display extra "see" if there
5893 already is one here.
5895 * mouse.el: Fix special handling of DEL after dragging a region:
5896 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
5897 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
5899 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5901 * textmodes/ispell.el (ispell-command-loop): Change `i' description
5902 not to assume it pertains to an affix.
5904 * textmodes/flyspell.el (flyspell-post-command-hook):
5905 Bind deactivate-mark to prevent deactivation.
5907 2005-11-03 Lars Hansen <larsh@soem.dk>
5909 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5910 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5911 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5913 2005-11-03 Romain Francoise <romain@orebokech.com>
5915 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
5916 Update copyright years.
5918 2005-11-03 Sam Steingold <sds@gnu.org>
5920 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5921 Use system-type instead of window-system because window-system is not
5922 correctly defined during loadup.
5924 2005-11-02 Mark A. Hershberger <mah@everybody.org>
5926 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5927 (xml-parse-tag): Join strings separated by a comment properly.
5929 2005-11-02 Andreas Schwab <schwab@suse.de>
5931 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5933 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5935 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5936 (byte-optimize-pure-func): Quote the eval'd value.
5938 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5939 Rename from perl-font-lock-syntactic-face-function.
5940 Change the calling convention so it can be used as a font-lock MATCHER.
5941 Do the parse-partial-sexp loop outselves.
5942 (perl-font-lock-syntactic-keywords): Use it.
5943 (perl-mode): Don't set font-lock-syntactic-face-function any more.
5945 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
5947 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5948 disassembly buffer too.
5949 (gdb-exited): Remove overlay arrows when execution has finished.
5950 (gdb-info-frames-custom, gdb-info-threads-custom)
5951 (gdb-info-registers-custom): Don't add inappropriate text
5952 properties if inferior is not active.
5954 2005-11-02 Glenn Morris <rgm@gnu.org>
5956 * progmodes/fortran.el (fortran-blink-match):
5957 Use `blink-matching-delay'.
5959 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
5961 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5963 2005-11-02 Lars Hansen <larsh@soem.dk>
5965 * net/tramp.el (tramp-action-out-of-band): Handle scp message
5966 "Permission denied".
5968 2005-11-01 Richard M. Stallman <rms@gnu.org>
5970 * textmodes/flyspell.el (flyspell-external-point-words):
5971 Pass nil to flyspell-get-word.
5973 2005-11-02 Kim F. Storm <storm@cua.dk>
5975 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5976 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5978 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5980 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5981 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5982 (calendar-mouse-print-dates): Add optional `event' argument.
5983 Update interactive-spec.
5984 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5985 Use `calendar-event-to-date' instead of `event'.
5987 2005-11-02 Masatake YAMATO <jet@gyve.org>
5989 * progmodes/ld-script.el (ld-script-builtins):
5990 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5991 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
5992 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5994 2005-11-01 Romain Francoise <romain@orebokech.com>
5996 * vc-sccs.el: Update copyright year.
5997 * ezimage.el: Likewise.
5999 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
6001 * info.el (Info-fontify-node): Use `string-width' for fontifying
6004 2005-11-01 Juri Linkov <juri@jurta.org>
6006 * info.el (Info-fontify-node): Downcase node header keywords Node,
6007 Prev, Next, Up before comparison.
6008 (Info-history): Insert absolute directory name, and put invisible
6011 2005-11-01 Juri Linkov <juri@jurta.org>
6013 * info.el (Info-file-supports-index-cookies): New variable.
6014 (Info-find-node-2): Check makeinfo version for index cookie support.
6015 (Info-index-nodes): Search for nodes with index cookies only when
6016 Info-file-supports-index-cookies is t. Otherwise, search nodes
6017 with "Index" in the node name.
6018 (Info-index-node): Search index cookie in the current node only when
6019 Info-file-supports-index-cookies is t. Otherwise, check the word
6020 "Index" in the node name.
6021 (Info-find-emacs-command-nodes): Remove code that searches nodes
6022 with "Index" node name in the top menu.
6024 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6026 * progmodes/scheme.el (scheme-mode-variables): Use the default
6027 comment-indent-function.
6029 * faces.el (face-attribute): Handle the case where a face inherits from
6030 a non-existent face.
6032 * simple.el (eval-expression-print-format): Use lisp-readable syntax
6033 for octal and hexa output, and merge the char into the paren.
6034 (kill-new): Use push.
6035 (copy-to-buffer): Use with-current-buffer.
6036 (completion-setup-function): Move code in loop to remove redundancy.
6037 (minibuffer-local-must-match-map): Don't add bindings that duplicate
6038 those inherited from minibuffer-local-completion-map.
6040 * savehist.el (savehist-mode) <defcustom>:
6041 Use custom-set-minor-mode if available.
6042 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6043 and emit a message if applicable.
6045 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
6047 * savehist.el: Sync up to version 19.
6048 (savehist-mode): New minor mode.
6049 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6050 (savehist-length): Remove (use history-length instead).
6051 (savehist-file-modes): Rename from savehist-modes.
6052 (savehist-save-hook, savehist-loaded): New vars.
6053 (savehist-load): Use savehist-mode. Try to smooth up transition from
6054 old format to new format.
6055 (savehist-install): Allow savehist-autosave-interval to be nil.
6056 (savehist-save): Run the new hook. Be more careful to only trim the
6058 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
6059 (savehist-printable): Print into a buffer rather than char-by-char.
6061 2005-11-01 John Wiegley <johnw@newartisans.com>
6063 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
6064 toggle-ignore keybinding (C-a). The author said it had been
6065 disabled much earlier due to a possible incompatibility, but after
6066 many months of usage I have encountered no problems (and it is a
6067 rather useful option, especially for switching to " *temp*").
6069 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
6070 support for OS/X's AddressBook, by calling out to the open source
6071 program "contacts" (installable through Fink).
6073 * net/eudc.el (eudc-expand-inline): If the
6074 `eudc-multiple-match-handling-method' is set to `all', delete the
6075 query string before inserting the query result.
6077 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
6078 flag, to prevent Eshell from using the system ls when
6079 `eshell-ls-insert-directory' is in used.
6080 (eshell-ls-insert-directory): Disable font-lock in directory
6081 buffer so that Eshell's own fontification is seen. This broke
6082 recently due to changes in font-lock, so this goes back to version
6085 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
6087 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
6088 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
6089 (gdb-many-windows): Doc fix.
6091 2005-10-31 Romain Francoise <romain@orebokech.com>
6093 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
6095 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
6097 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
6098 that global-font-lock-mode can be enabled by default.
6100 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
6101 (font-lock-add-keywords, font-lock-remove-keywords)
6102 (font-lock-fontify-buffer): Remove autoload cookies.
6104 * jit-lock.el (jit-lock-register): Likewise.
6106 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
6108 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6110 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
6111 intact if there is no gud-comint-buffer.
6113 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
6115 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
6116 old prompt comint-prompt-read-only is t and GDB commands are
6117 issued from tool bar etc.
6119 2005-10-31 Masatake YAMATO <jet@gyve.org>
6121 * vc.el (vc-directory-exclusion-list): Add "{arch}".
6123 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6125 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
6126 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
6128 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
6130 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
6131 starting at beginning of line. Fontification is messed up when
6132 `open-paren-in-column-0-is-defun-start' set to t.
6133 Reported by John Paul Wallington <jpw@pobox.com>.
6135 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
6137 * comint.el (comint-send-input): Call `comint-update-fence' when
6138 `comint-process-echoes' and `comint-prompt-read-only' are both
6139 non-nil, to avoid leftover read-only newline.
6141 2005-10-30 Richard M. Stallman <rms@gnu.org>
6143 * textmodes/flyspell.el (flyspell-external-point-words):
6144 Detect when WORD can't be checked properly because
6145 flyspell-get-word finds just part of it, and move on.
6147 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
6148 boundarychar for Polish.
6149 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
6150 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
6152 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
6154 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
6155 (gdb-registers-font-lock-keywords): Delete.
6156 (gdb-registers-mode): Don't fontify.
6157 (gdb-info-registers-custom): Use text properties instead as, in
6158 future, changed register values will use font-lock-warning-face.
6159 (gdb-local-font-lock-keywords): Rename to...
6160 (gdb-locals-font-lock-keywords): ...for consistency.
6162 2005-10-30 Andre Spiegel <spiegel@gnu.org>
6164 * vc.el (vc-switch-backend): Better error message if the buffer is
6165 not visiting a file under version control.
6167 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
6169 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
6171 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
6174 2005-10-29 Richard M. Stallman <rms@gnu.org>
6176 * replace.el (occur-mode-mouse-goto): Always go to other window.
6177 (occur-mode-goto-occurrence): Always switch in same window.
6179 * simple.el (undo): Display message at end, not at start.
6181 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
6183 (cancel-timer-internal): New function.
6184 (timer-event-handler): Use cancel-timer-internal,
6185 and pass the cell it returns to timer-activate...
6187 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
6188 (jit-lock-deferred-fontify, jit-lock-context-fontify)
6189 (jit-lock-after-change): Test memory-full.
6191 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6193 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6194 part of the decoded armor to find the key-identifier.
6195 (pgg-gpg-lookup-key-owner): New function to return the
6196 human-readable identifier of a key owner.
6197 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6199 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6200 the key value) if we have a key and can match it against a secret
6201 key. Also, added a note pointing out fact that the prompt only
6202 indicates the first matching key.
6204 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6206 (pgg-pending-timers): A new hash for tracking the passphrase cache
6207 timers, so that new ones supercede old ones.
6208 (pgg-add-passphrase-to-cache): Rename from
6209 `pgg-add-passphrase-cache' to reduce confusion (all callers
6210 changed). Modified to cancel old timers when new ones are added.
6211 (pgg-remove-passphrase-from-cache): Rename from
6212 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6213 changed). Modified to cancel old timers when their keys are
6214 removed from the cache.
6215 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6216 XEmacs, an indirection to delete-itimer.
6217 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6218 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6219 users can only check cache without risk of prompting. Correct bug in
6220 notruncate behavior.
6221 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6222 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6223 Add informative docstrings.
6224 (pgg-decrypt): Convey provided passphrase in subordinate call to
6227 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6228 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6229 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6230 `passphrase' argument, so the passphrase can be managed externally
6231 and then passed in to the system.
6233 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6234 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6235 so the passphrase cache can be used reliably with identifiers
6236 besides a pgp packet's key id.
6238 * pgg-gpg.el (pgg-pgp-encrypt-region)
6239 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6240 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6241 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6242 argument to all these routines, so the passphrase can be managed
6243 externally and passed in to the system.
6245 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6246 `notruncate' argument, so the passphrase cache can be used
6247 reliably with identifiers besides a pgp packet's key id.
6249 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6251 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6252 symmetric encryption.
6253 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6254 encrypted session key.
6255 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6256 message ask for the passphrase in a proper way.
6258 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6259 New user commands for symmetric encryption.
6261 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
6263 * textmodes/conf-mode.el (conf-assignment-sign)
6264 (conf-assignment-regexp): Fix docstrings.
6265 (conf-mode-initialize): New function.
6266 (conf-mode): Remove optional args. Use delay-mode-hooks to
6267 recognize recursive calls.
6268 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
6269 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
6270 (conf-xdefaults-mode): Use define-derived-mode and
6271 conf-mode-initialize.
6273 2005-10-29 Romain Francoise <romain@orebokech.com>
6275 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6277 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6279 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6280 part of the decoded armor to find the key-identifier.
6281 (pgg-gpg-lookup-key-owner): New function to return the
6282 human-readable identifier of a key owner.
6283 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6285 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6286 the key value) if we have a key and can match it against a secret
6287 key. Also, added a note pointing out fact that the prompt only
6288 indicates the first matching key.
6290 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6292 (pgg-pending-timers): A new hash for tracking the passphrase cache
6293 timers, so that new ones supercede old ones.
6294 (pgg-add-passphrase-to-cache): Rename from
6295 `pgg-add-passphrase-cache' to reduce confusion (all callers
6296 changed). Modified to cancel old timers when new ones are added.
6297 (pgg-remove-passphrase-from-cache): Rename from
6298 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6299 changed). Modified to cancel old timers when their keys are
6300 removed from the cache.
6301 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6302 XEmacs, an indirection to delete-itimer.
6303 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6304 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6305 users can only check cache without risk of prompting. Correct bug in
6306 notruncate behavior.
6307 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6308 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6309 Add informative docstrings.
6310 (pgg-decrypt): Convey provided passphrase in subordinate call to
6313 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
6315 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6316 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6317 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6318 `passphrase' argument, so the passphrase can be managed externally
6319 and then passed in to the system.
6321 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6322 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6323 so the passphrase cache can be used reliably with identifiers
6324 besides a pgp packet's key id.
6326 * pgg-gpg.el (pgg-pgp-encrypt-region)
6327 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6328 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6329 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6330 argument to all these routines, so the passphrase can be managed
6331 externally and passed in to the system.
6333 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6334 `notruncate' argument, so the passphrase cache can be used
6335 reliably with identifiers besides a pgp packet's key id.
6337 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6339 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6340 symmetric encryption.
6341 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6342 encrypted session key.
6343 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6344 message ask for the passphrase in a proper way.
6346 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6347 New user commands for symmetric encryption.
6349 2005-10-28 Bill Wohler <wohler@newt.com>
6351 * help-mode.el (help-url): New button type. Calls browse-url.
6352 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6353 Similar to Info nodes: URL `url'.
6354 (help-make-xrefs): Create help-url buttons for
6355 help-xref-url-regexp matches.
6357 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
6359 * tool-bar.el (tool-bar-add-item-from-menu)
6360 (tool-bar-local-item-from-menu): Fix doc strings.
6362 2005-10-28 Romain Francoise <romain@orebokech.com>
6364 * ldefs-boot.el: Update.
6366 * subr.el (locate-library): Move from help-fns.el.
6367 * help-fns.el (locate-library): Move to subr.el.
6369 2005-10-28 Richard M. Stallman <rms@gnu.org>
6371 * net/tramp.el (tramp-completion-mode): defvar moved up.
6373 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6375 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6377 * files.el (find-file-noselect): Use %d to format large file size.
6379 * bindings.el (mode-line-format): Add %e.
6381 * loadup.el ("facemenu"): Load unconditionally.
6382 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6383 ("x-dnd"): Load, when appropriate.
6385 * startup.el (command-line): Call before-init-hook earlier.
6386 Warn about some bad characters in -u user name.
6388 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6389 (flyspell-external-point-words): Error if misspelled word is not found.
6390 Set flyspell-large-region-beg at end of word.
6392 2005-10-28 Andreas Schwab <schwab@suse.de>
6394 * view.el (View-revert-buffer-scroll-page-forward):
6395 Use view-page-size-default.
6397 2005-10-28 Juri Linkov <juri@jurta.org>
6399 * international/quail.el (quail-get-current-str): Translate last
6400 raw character for deterministic input methods.
6402 2005-10-27 Jay Belanger <belanger@truman.edu>
6404 * calc/calc-ext.el: Add functions to autoloads.
6405 (math-identity-matrix-p, math-ident-row-p): New functions.
6407 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6408 multiplication by an identity matrix; don't turn multiplication by
6409 an inverse matrix into division.
6410 (math-div-symbol-fancy): Replace division by matrices with
6411 multiplication by inverse.
6413 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6415 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6416 (calc-writeoutpower): New functions.
6418 2005-10-27 Romain Francoise <romain@orebokech.com>
6420 * replace.el (occur-engine): Include colon in mouse-face highlight.
6422 * dired-x.el: Change Maintainer field.
6424 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
6426 * longlines.el (longlines-mode): Bind after-change-functions to
6427 nil during initial decoding and final encoding.
6429 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6431 * term.el (term-emulate-terminal, term-handle-colors-array)
6432 (term-handle-ansi-escape): Specify the terminfo capabilities
6435 2005-10-26 Richard M. Stallman <rms@gnu.org>
6437 * info.el (Info-fontify-node): Fix detection of sentence-break
6440 2005-10-26 Romain Francoise <romain@orebokech.com>
6442 * smerge-mode.el: Add `tools' to file keywords.
6444 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
6446 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6447 when the fringe is not available.
6449 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6450 (def-gdb-auto-update-trigger): Simplify construction.
6451 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6452 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6454 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6455 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6457 (gdb-info-locals-custom): Remove as it's a no-op.
6459 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
6461 * longlines.el (longlines-mode): Remove narrowing before
6462 performing the initial decoding or final encoding.
6464 2005-10-25 Romain Francoise <romain@orebokech.com>
6466 * emacs-lisp/find-func.el (find-library-name): Also strip
6467 extension if library name ends in .el, to take advantage of
6468 `find-library-suffixes'.
6470 2005-10-25 Richard M. Stallman <rms@gnu.org>
6472 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6474 2005-10-25 Juri Linkov <juri@jurta.org>
6476 * textmodes/texinfo.el (texinfo-mode): Change charset of one
6477 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6479 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6481 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6482 (blackbox-redefine-key): Add argument `map'.
6484 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6485 regions when moving the jit-lock-context-unfontify-pos boundary.
6487 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6489 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
6491 2005-10-25 Masatake YAMATO <jet@gyve.org>
6493 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6495 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6497 * play/blackbox.el (blackbox-redefine-key): New function.
6498 (blackbox-mode-map): Use it to remap existing bindings for cursor
6499 motion instead of binding literal keys.
6501 2005-10-25 Glenn Morris <rgm@gnu.org>
6503 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6504 diary does not end in a newline. Do not assume a blank line at
6505 the start of the diary file.
6507 2005-10-25 Kenichi Handa <handa@m17n.org>
6509 * international/quail.el (quail-translate-key): If the input
6510 method is deterministic and failed to handle the last key, restart
6511 the key handling loop from an appropriate key.
6513 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
6515 * vc.el (vc-dired-mode): Extend comment for binding of
6516 `directory-listing-before-filename-regexp'.
6518 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6520 * textmodes/texinfo.el (texinfo-mode):
6521 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
6522 not to unnecessarily expose emacs-mule's internal char codes.
6524 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
6526 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
6527 Display hand pointer and help-echo on disabled icon too.
6528 (gdb-mouse-until): New function.
6529 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
6531 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
6533 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6534 with 2005-10-23 change to doctor.el.
6536 * finder.el (finder-mode-map): Add follow-link binding.
6538 2005-10-25 Kim F. Storm <storm@cua.dk>
6540 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6541 to gdb-mouse-toggle-breakpoint-fringe.
6542 (gdb-mouse-toggle-breakpoint-margin): Rename from
6543 gdb-mouse-toggle-breakpoint. Fix doc.
6544 (gdb-mouse-toggle-breakpoint-fringe): New defun.
6545 (gdb-put-string): Add optional SPROPS arg. Add props to string.
6546 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
6547 string properties also for fringe breakpoint bitmaps.
6549 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
6551 * textmodes/org.el (org-start-icalendar-file): Fix format form.
6553 2005-10-25 Masatake YAMATO <jet@gyve.org>
6555 * simple.el (completion-common-substring):
6556 Use `completion-common-substring' prior to `completion-base-size'.
6558 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
6560 * savehist.el: Require CL while compiling.
6561 (savehist-history-variables): Remove.
6562 (savehist-save-minibuffer-history, savehist-additional-variables)
6563 (savehist-minibuffer-history-variables): New vars.
6564 (savehist-save): Use them.
6565 (savehist-uninstall, savehist-minibuffer-hook): New funs.
6566 (savehist-install): New fun, extracted from savehist-load.
6567 (savehist-load): Use them.
6569 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6571 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
6572 a dummy doc-string-elt property.
6573 (defalias, defvaralias, define-category): Add a docstring property.
6575 * image.el (defimage):
6576 * widget.el (define-widget):
6577 * custom.el (defface, defcustom): Add `doc-string' declaration.
6579 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
6580 (defadvice): Add `doc-string' declaration.
6582 * emacs-lisp/byte-run.el (macro-declaration-function):
6583 Handle `doc-string' declarations.
6584 (define-obsolete-function-alias, define-obsolete-variable-alias):
6585 Add `doc-string' declaration.
6587 2005-10-24 Kenichi Handa <handa@m17n.org>
6589 * international/utf-7.el (utf-7): Add autoload cookie.
6591 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
6593 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6595 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
6596 list of directories passed to batch-update-autoloads. Add "." to
6597 the list of the echoed directories.
6604 * pgg.el: Moved here from the gnus subdirectory.
6606 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
6608 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
6609 in case comint-prompt-read-only is set to t.
6611 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
6612 in case comint-prompt-read-only is set to t.
6614 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
6616 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
6618 (icalendar-import-format): Handle CLASS, STATUS, URL.
6619 Rename `subject' to `summary'.
6620 (icalendar-import-format-summary): Rename from
6621 `icalendar-import-format-subject'.
6622 (icalendar-import-format-url, icalendar-import-format-status)
6623 (icalendar-import-format-class): New variables.
6624 (icalendar--rris): Take variable argument list.
6625 (icalendar--datestring-to-isodate): Remove unnecessary
6626 calendar-style check when converting dates with explicit month names.
6627 (icalendar-export-region): Change return type of conversion
6628 subroutines. Bury current buffer unless error occurred.
6629 (icalendar--convert-to-ical)
6630 (icalendar--parse-summary-and-rest): New functions.
6631 (icalendar--convert-ordinary-to-ical)
6632 (icalendar--convert-weekly-to-ical)
6633 (icalendar--convert-yearly-to-ical)
6634 (icalendar--convert-block-to-ical)
6635 (icalendar--convert-cyclic-to-ical)
6636 (icalendar--convert-anniversary-to-ical): Change return type.
6637 Strip trailing blanks from subject.
6638 (icalendar--convert-sexp-to-ical): Change return type.
6639 Strip trailing blanks from subject. Handle simple sexp
6640 entries as generated by icalendar.el.
6641 (icalendar--convert-float-to-ical)
6642 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
6643 (icalendar-import-file): Doc fix.
6644 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
6645 Correct call to icalendar--rris.
6646 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
6648 (icalendar--add-diary-entry): Rename `subject' to `summary'.
6650 2005-10-24 Romain Francoise <romain@orebokech.com>
6652 * server.el (server-sentinel): Set query-on-exit flag to nil on
6653 new client processes (it isn't inherited from the server process).
6655 * replace.el (occur-engine): Rearrange text properties.
6657 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6659 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
6660 case-fold-search is nil.
6661 (debug-help-follow): Use help-xref-interned directly.
6663 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6665 * thumbs.el (thumbs-image-type): Add .pbm.
6667 2005-10-23 Richard M. Stallman <rms@gnu.org>
6669 * faces.el (inhibit-face-set-after-frame-default): New variable.
6670 (set-face-attribute): Bind it.
6671 (face-set-after-frame-default): Test it.
6673 * help-fns.el (describe-simplify-lib-file-name): New function.
6674 (describe-function-1, describe-variable): Use it.
6676 * faces.el (describe-face): Use describe-simplify-lib-file-name.
6678 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
6679 Eliminate nil as possible value.
6680 (tooltip-hide-delay): Reduce internal-border-width.
6682 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
6683 (menu-bar-file-menu) <new-file>: Likewise.
6685 * simple.el (line-move-finish): Ignore fields computing LINE-END.
6687 * international/mule.el (load-with-code-conversion):
6688 Pass full file name to `eval-buffer' unless preloading.
6690 * textmodes/flyspell.el (flyspell-large-region):
6691 Call ispell-check-version.
6693 * textmodes/ispell.el (ispell-local-dictionary-overridden):
6694 Fix the make-variable-buffer-local call that was supposed
6695 to be for this variable.
6696 (ispell-aspell-supports-utf8): Doc fix.
6697 (ispell-find-aspell-dictionaries): Preserve elements of
6698 ispell-dictionary-alist for dictionaries that aspell doesn't report.
6699 (ispell-aspell-find-dictionary): Return nil on error.
6701 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
6702 (doctor-symptoms): Likewise.
6704 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
6706 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6708 * cus-edit.el (custom-button, custom-button-pressed): New vars.
6709 (custom-raised-buttons): Add :set spec.
6710 (custom-button-unraised, custom-button-pressed-unraised):
6711 New faces, so that custom-raised-buttons actually does something.
6712 (custom-mode): Use custom-button and custom-button-pressed.
6714 * wid-edit.el (widget-specify-button): Don't ignore
6715 widget-mouse-face on graphic terminals.
6716 (widget-move-and-invoke): Cleanup.
6718 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
6720 * whitespace.el (whitespace-cleanup): Doc fix.
6722 2005-10-23 Romain Francoise <romain@orebokech.com>
6724 * emulation/viper.el (viper-set-hooks): Quote forms passed to
6725 `eval-after-load' to avoid evaluating their result.
6727 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
6729 * files.el (directory-listing-before-filename-regexp):
6730 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
6732 * dired.el (dired-move-to-filename-regexp): Remove.
6733 All occurences replaced by `directory-listing-before-filename-regexp'.
6735 * dired-x.el, locate.el, vc.el:
6736 Replace `dired-move-to-filename-regexp' by
6737 `directory-listing-before-filename-regexp'. In vc.el it is
6738 overwritten locally; maybe this can be handled in files.el too.
6740 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
6741 replaced by `directory-listing-before-filename-regexp'.
6743 2005-10-23 Andreas Schwab <schwab@suse.de>
6745 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
6746 and eval-next-after-load.
6748 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6750 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
6753 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
6755 * allout.el: Remove autoloads for mailcrypt and crypt++.
6756 Require pgg, pgg-gpg during compilation.
6757 (allout-version): Increment version number to 2.1, and use a literal
6759 (allout-default-encryption-scheme): Remove.
6760 (allout-passphrase-verifier-handling)
6761 (allout-passphrase-verifier-string)
6762 (allout-file-passphrase-verifier-string)
6763 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
6764 (allout-passphrase-hint-handling): Rename and simplify.
6765 (allout-init): Use `find-file-hook' if available, otherwise
6767 (allout-mode): Use `write-file-functions' if available, otherwise
6768 `local-write-file-hooks' and, instead of making auto-save-hook
6769 buffer local, make the write-file-hook activity contingent to
6771 (allout-mode): Use key-binding substitution in the docstring.
6772 (allout-kill-line): Spell-out kill ring data structure mutation
6773 instead of using byte-compiler-complaint-provoking `pop'.
6774 (allout-insert-listified): Use `insert' rather than `insert-string'
6775 (allout-toggle-current-subtree-encryption): Update docstring, adjust
6776 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
6777 (allout-encrypt-string): Totally revamped vis new underlying
6778 encryption facilities.
6779 (allout-mc-activate-passwd): Remove.
6780 (allout-obtain-passphrase): New, more or less replaces
6781 allout-mc-activate-passwd.
6782 (allout-encrypted-key-info): More or less replaces
6783 allout-encrypted-text-type.
6784 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
6785 (my-mark-marker): Use `(featurep 'xemacs)'.
6787 2005-10-23 Lars Hansen <larsh@soem.dk>
6789 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
6790 (byte-compile-file-form-defmumble, byte-compile-defun)
6791 (byte-compile-defmacro): Use it.
6792 (byte-compile-form): Don't call byte-compile-set-symbol-position
6793 when a byte-compile handler is called.
6795 2005-10-22 Romain Francoise <romain@orebokech.com>
6797 * savehist.el (savehist-history-variables): Add `grep-find-history'.
6799 * subr.el (eval-after-load): Convert library name to an absolute
6800 file name using locate-library, since load-history no longer has
6801 library names in it.
6803 2005-10-22 Richard M. Stallman <rms@gnu.org>
6805 * files.el (make-temp-file): Move from subr.el.
6806 * subr.el (make-temp-file): Move to files.el.
6808 * window.el (get-buffer-window-list): Move from subr.el.
6809 * subr.el (get-buffer-window-list): Move to window.el.
6811 * image.el (image-load-path): Use eval-at-startup to initialize.
6813 * subr.el (eval-at-startup): New macro.
6815 * subr.el: Much rearrangement of functions and division
6816 into pages. No code changes.
6818 2005-10-22 Kenichi Handa <handa@m17n.org>
6820 * tar-mode.el (tar-extract): Be sure to call
6821 find-operation-coding-system if set-auto-coding doesn't find a
6824 2005-10-22 Kim F. Storm <storm@cua.dk>
6826 * image.el (image-type-header-regexps): Rename from image-type-regexps.
6828 (image-type-file-name-regexps): New defconst.
6829 (image-type-from-data): Simplify loop.
6830 (image-type-from-buffer): New defun.
6831 (image-type-from-file-header): Use it instead of image-type-from-data.
6832 Use image-search-load-path instead of only looking in data-directory.
6833 (image-type-from-file-name): New defun.
6834 (image-search-load-path): Change `pathname' to `filename'.
6835 Make PATH arg optional, default to image-load-path.
6837 2005-10-21 Richard M. Stallman <rms@gnu.org>
6839 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
6841 * textmodes/paragraphs.el (sentence-end-base): New variable.
6842 (sentence-end): Use sentence-end-base.
6844 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6846 * font-lock.el (font-lock-default-fontify-region): Check the multiline
6847 property independently from the font-lock-multiline variable.
6849 2005-10-21 Richard M. Stallman <rms@gnu.org>
6851 * emacs-lisp/find-func.el (find-library-name): Doc fix.
6853 * startup.el (command-line): Convert library names
6854 in `load-history' to absolute file names.
6856 * subr.el (symbol-file): Doc fix.
6858 * loadhist.el (file-loadhist-lookup): Call locate-library
6859 instead of find-library-name. Don't try converting
6860 abs file names to library names, since load-history no longer
6861 has library names in it.
6862 (file-dependents, file-provides, file-requires): Doc fixes.
6864 2005-10-21 Juri Linkov <juri@jurta.org>
6866 * progmodes/etags.el (tags-table-mode): New function.
6867 (tags-verify-table): Replace initialize-new-tags-table with
6870 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6872 (desktop-modes-not-to-save): Add tags-table-mode to the
6875 * info.el (Info-index-next): Add total number of index
6876 alternatives to the message.
6878 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6879 backward only space (instead of space and period) before looking
6882 * simple.el (set-variable): Use user-variable-p instead of symbolp.
6883 Add the old variable value as 4th default-value arg of read-string.
6885 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6887 * cus-face.el (custom-declare-face): Make face from X resources
6890 * disp-table.el (standard-display-g1, standard-display-graphic):
6891 Refuse to use string glyphs also on Mac.
6892 (standard-display-european): Don't set terminal coding system also
6895 * frame.el (display-screens): Use x-display-screens also on Mac.
6897 2005-10-21 Romain Francoise <romain@orebokech.com>
6899 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
6901 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6903 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6906 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6907 warning face on open-paren-in-column-0.
6909 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6910 boundary case. Fix typo.
6911 Suggested by Martin Rudalics <rudalics@gmx.at>.
6913 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
6915 * textmodes/org.el (org-combined-agenda-icalendar-file)
6916 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
6917 (org-export-icalendar-this-file)
6918 (org-export-icalendar-all-agenda-files)
6919 (org-export-icalendar-combine-agenda-files): New commands.
6920 (org-export-icalendar, org-print-icalendar-entries)
6921 (org-start-icalendar-file, org-finish-icalendar-file)
6922 (org-ical-ts-to-string): New functions.
6923 (org-read-date, org-goto-calendar)
6924 (org-agenda-goto-calendar): Inhibit displaying diary entries by
6926 (orgtbl-setup): Remove the :keys arguments from the menu description.
6927 (org-after-save-iCalendar-file-hook): New variable.
6929 2005-10-21 Kenichi Handa <handa@m17n.org>
6931 * language/vietnamese.el (tcvn-5712): Make it an alias of
6932 vietnamese-tcvn coding-system.
6934 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
6936 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6939 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6941 * progmodes/sh-script.el (sh-escaped-line-re): New var.
6942 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6943 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6944 whose line is either continued or ends with a comment.
6946 2005-10-20 Romain Francoise <romain@orebokech.com>
6948 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6950 * replace.el (occur-engine): Add follow-link property.
6952 * font-core.el (font-lock-mode): Doc fix.
6954 2005-10-20 Richard M. Stallman <rms@gnu.org>
6956 * net/rcirc.el: New file.
6958 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
6960 * term.el (term-term-name): Initialize to "eterm-color".
6962 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
6964 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6965 for encryption functionality.
6966 Move allout customization subgroup from `editing' to `outlines' group.
6967 Fix commentary keywords to legitimate ones.
6968 Update author info (using my current email address, obscurified).
6969 (allout-encrypt-string, allout-encryption-produce-work-buffer)
6970 (allout-encrypted-topic-p, allout-encrypted-text-type)
6971 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6972 (allout-situate-encryption-key-verifier)
6973 (allout-get-encryption-key-verifier, allout-verify-key)
6974 (allout-next-topic-pending-encryption)
6975 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
6976 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6977 (outline-key-verifier-handling, outline-key-hint-handling)
6978 (outline-encrypt-unencrypted-on-saves): New defcustoms.
6979 (allout-file-key-verifier-string, allout-encryption-scheme)
6980 (allout-key-verifier-string, allout-key-hint-string)
6981 (allout-after-save-decrypt): New variables.
6982 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6983 (allout-after-saves-handler): New hook functions.
6984 (allout-post-command-business): Do allout-after-save-decrypt.
6985 (allout-enable-file-variable-adjustment): Custom var to enable
6986 mechanism for adding and adjusting settings of Emacs file variables.
6987 (allout-adjust-file-variable, allout-file-vars-section-data):
6988 New functions, implement the mechanism.
6989 (outlineify-sticky): Use the file vars mechanism.
6990 (allout-inhibit-protection, allout-during-write-cue)
6991 (allout-override-protect, allout-before-change-protect): Remove.
6992 (allout-flag-region, allout-open-topic): Adjust read-only text.
6993 (allout-open-line-not-read-only): Add to facilitate read-only
6994 text based protection.
6995 (allout-kill-line): Revise to adjust read-only text, clue the
6996 user about the inhibition.
6997 (allout-unprotected): Use unwind-protect.
6998 (allout-shift-in, allout-shift-out): Disallow manually shifting a
6999 topic deeper than the offspring depth of the previous topic -
7000 avoiding confusing "containment discontinuities".
7001 (allout-reindent-bodies): Fix retention of body relative hanging
7002 indent during promotion of collapsed bodies.
7003 (allout-open-topic): Make it easy to open new topic with same
7004 bullet as current topic - topic creation functions provided with
7005 any universal argument provokes now prompt for bullet, defaulting
7006 to the bullet of the previous topic.
7007 (allout-plain-bullets-string, allout-distinctive-bullets-string):
7008 Plain bullet alternates `.' period and `,' comma only. All other
7009 bullets are relegated to special status (but customizable).
7010 (allout-end-of-entry): Rename from allout-end-of-current-entry
7011 since it actually operates w.r.t. most immediately containing
7012 entry, visible or not.
7013 (allout-hide-current-entry, allout-show-current-entry): Use the
7015 (allout-old-expose-topic): Solidify deprecation.
7016 (allout-end-of-subtree): Add so we can span concealed as well
7018 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7019 (allout-end-of-current-heading): Tweak to just respect the first line.
7020 (allout-get-body-text): Add.
7021 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7022 when invoked interactively.
7023 (allout-up-current-level): Use `interactive-p'.
7024 (allout-mode, allout-init): Miscellaneous docstring and
7025 operational refinements, as well as hookups of new encryption stuff.
7026 (allout-beginning-of-current-entry): Now works as advertised.
7027 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7028 (allout-isearch-rectification): Refine condition for isearching.
7029 (allout-isearch-abort, allout-enwrap-isearch)
7030 (allout-flag-region, my-region-active-p): Relocate some macros.
7031 (allout-title): Fallback title is (buffer-name), not
7032 non-existing (current-buffer-name).
7033 (subst-char-in-string): Define if absent (for some XEmacs versions).
7035 2005-10-20 Jari Aalto <jari.aalto@cante.net>
7037 * mail/sendmail.el (mail-setup-hook, mail-aliases)
7038 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7039 (mail-citation-prefix-regexp, mail-signature-file)
7040 (mail-default-headers, mail-bury-selects-summary)
7041 (mail-send-nonascii): Add autoload cookies.
7043 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7045 * frame.el (blink-cursor-mode): Add `mac' to the list of
7046 window-system's that support blinking cursor.
7048 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7050 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
7052 2005-10-20 Eli Zaretskii <eliz@gnu.org>
7054 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7055 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
7056 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7058 2005-10-20 Kim F. Storm <storm@cua.dk>
7060 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
7061 (ido-set-current-directory): Don't add / after final @.
7062 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
7063 Explicitly handle ange-ftp completion oddities.
7064 (ido-make-file-list): Don't rotate list at tramp root to avoid
7065 triggering tramp file handler for expand-file-name via get-file-buffer.
7067 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7069 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
7071 2005-10-19 Jay Belanger <belanger@truman.edu>
7073 * calc/calc-units.el (math-standard-units): Add units, adjust
7074 symbols and update values.
7075 (math-unit-prefixes): Add more prefixes.
7077 2005-10-19 Romain Francoise <romain@orebokech.com>
7079 * bookmark.el (bookmark-menu-heading): New face.
7080 (bookmark-bmenu-list): Use it.
7081 Don't fiddle with `baud-rate' at top-level.
7083 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7085 * image.el (create-image, find-image): Mention max-image-size in
7088 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7090 * savehist.el (savehist-load): Revert to checking XEmacs.
7092 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
7093 Various docstring and line-width fixups.
7094 (conf-mode): Use cond.
7095 Set font-lock-defaults. Don't set comment-use-syntax.
7097 2005-10-18 David Ponce <david@dponce.com>
7099 * tree-widget.el (tree-widget-button-click): New function.
7100 (tree-widget-button-keymap): Use it.
7102 2005-10-18 Romain Francoise <romain@orebokech.com>
7104 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7105 (bookmark-bmenu-hide-filenames): Add follow-link property.
7106 Improve help-echo text.
7108 * ffap.el (find-file-at-point): Doc fix.
7110 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7112 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
7114 2005-10-18 Masatake YAMATO <jet@gyve.org>
7116 Install to the CVS repository what I forgot to install in my
7119 * progmodes/python.el (python-complete-symbol): Pass the common
7120 prefix substring of completion to `display-completion-list'.
7122 * textmodes/org.el (org-complete): Ditto.
7124 2005-10-18 Masatake YAMATO <jet@gyve.org>
7126 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
7128 * woman.el (WoMan-xref-man-page): New button type derived
7129 from `Man-abstract-xref-man-page'.
7130 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
7132 * man.el (Man-abstract-xref-man-page): New button type.
7133 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
7134 (Man-highlight-references): Add new optional argument `xref-man-type'.
7136 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7138 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
7140 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
7142 * cus-edit.el (Custom-move-and-invoke): Delete.
7143 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
7145 * wid-edit.el (widget-move-and-invoke): New function, from
7146 Custom-move-and-invoke.
7148 2005-10-17 Bill Wohler <wohler@newt.com>
7150 Move all remaining images from lisp/toolbar to etc/images, move
7151 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
7152 the low resolution images in their own directory (low-color).
7154 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
7155 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
7156 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
7157 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
7158 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
7159 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
7160 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
7162 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
7163 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
7164 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
7165 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
7166 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
7167 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
7168 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
7169 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
7170 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
7171 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
7172 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
7173 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
7174 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
7175 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
7176 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
7178 To conform with convention, replace the underscore (_) in the
7179 following image names with dash (-) or (/) as appropriate.
7181 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
7182 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
7183 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
7184 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
7185 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
7186 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
7187 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
7188 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
7189 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
7190 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
7191 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
7192 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
7193 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
7194 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
7195 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
7197 * info.el (info-tool-bar-map): Replace underscores in image names
7200 * makefile.w32-in (WINS): Remove toolbar.
7202 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
7204 * tool-bar.el: Move to lisp from toolbar. Now that
7205 toolbar is empty, it should be deleted when folks run "cvs up -P".
7207 2005-10-18 Jay Belanger <belanger@truman.edu>
7209 * calc/calc-store.el (calc-store-into): Get the proper variable name
7210 to display in message.
7212 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7214 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
7215 expressions display in speedbar for all buffers when debugging.
7216 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
7218 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
7219 (speedbar-insert-button, speedbar-make-button):
7220 Use add-text-properties.
7221 (speedbar-update-localized-contents)
7222 (speedbar-update-directory-contents)
7223 (speedbar-update-special-contents): Use dolist.
7224 (speedbar-buffer-easymenu-definition): Add a menu separator.
7226 2005-10-17 Jason Rumney <jasonr@gnu.org>
7228 * makefile.w32-in: Use $(lisp) consistently.
7229 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
7230 for shell specific generation of mh-autoloads.
7232 2005-10-17 Richard M. Stallman <rms@gnu.org>
7234 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
7236 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7238 * jit-lock.el (jit-lock-fontify-now):
7239 Move jit-lock-context-unfontify-pos to avoid wasted work.
7241 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
7243 * net/tramp.el (tramp-completion-mode): New defvar. Used in
7244 `tramp-completion-mode' for checking if we are in completion mode.
7245 (tramp-completion-handle-file-name-all-completions): Reorder code
7246 in order to complete for file names only in case there are no
7247 method/user/host completions. This is necessary for cooperation
7248 with ido. Reported by Kim F. Storm <storm@cua.dk>.
7250 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
7252 * longlines.el (longlines-search-forward)
7253 (longlines-search-backward): Match any number of spaces.
7255 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
7257 * diff-mode.el (diff-mode): Doc fix.
7259 2005-10-16 David Reitter <david.reitter@gmail.com>
7261 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
7262 as default on darwin and windows systems.
7264 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
7266 * arc-mode.el (archive-zip-extract): Doc fix.
7268 2005-10-16 Romain Francoise <romain@orebokech.com>
7270 * mouse.el (mouse-1-click-follows-link): Doc fix.
7272 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7274 * savehist.el: Don't require CL at runtime.
7275 (savehist-xemacs): Remove.
7276 (savehist-coding-system): Use utf-8 if present, regardless of religion.
7277 (savehist-no-conversion): Use (featurep 'xemacs).
7278 (savehist-load): Check existence of start-itimer rather than XEmacs.
7280 (savehist-process-for-saving): Replace use of CL funs `subseq' and
7283 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
7285 * savehist.el: Newer version.
7286 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7287 (savehist-last-checksum, savehist-no-conversion): New vars.
7288 (savehist-autosave, savehist-process-for-saving, savehist-printable):
7290 (savehist-load, savehist-save): Use them.
7291 (savehist-delimit): Remove.
7293 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7295 * progmodes/compile.el (compilation-goto-locus): Display the
7296 compilation buffer first and the source buffer second, in case they're
7297 in overlapping frames. Don't raise the compilation frame if it was the
7298 selected window upon entry. Pass the `other-window' arg to
7301 * info.el (Info-fontify-node): Use dolist.
7302 Change add-text-properties to put-text-property.
7304 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7306 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7309 2005-10-16 Masatake YAMATO <jet@gyve.org>
7311 * dabbrev.el (dabbrev-completion): Pass the common
7312 prefix substring of completion to `display-completion-list'.
7314 * filecache.el (file-cache-minibuffer-complete)
7315 (file-cache-complete): Ditto.
7317 * tempo.el (tempo-display-completions): Ditto.
7319 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7321 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7323 * eshell/em-hist.el (eshell-list-history): Ditto.
7325 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7327 * mail/mailalias.el (mail-complete): Ditto.
7329 * progmodes/etags.el (complete-tag): Ditto.
7331 * progmodes/make-mode.el (makefile-complete): Ditto.
7333 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7335 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7337 * progmodes/pascal.el (pascal-complete-word)
7338 (pascal-show-completions): Ditto.
7340 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7342 * simple.el (completion-common-substring): New variable.
7343 (completion-setup-function): Use `completion-common-substring'
7346 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7348 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7349 (x-get-selection, mac-select-convert-to-string): Convert from/to
7350 UTF-16 clipboard data as in native byte order, no BOM.
7352 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
7354 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7355 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7356 (gud-sentinel): Use speedbar-frame to check for speedbar.
7358 2005-10-15 Richard M. Stallman <rms@gnu.org>
7360 * savehist.el: New file.
7362 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
7364 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7365 Fix bug in \bf fontification.
7367 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7369 * pcvs.el (cvs-edit-log-files): New var.
7370 (cvs-mode-edit-log): New arg `file'.
7371 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7372 Instead force the use of the original file and nothing else.
7373 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7374 the cvs-minor-wrap-function is set.
7375 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7377 2005-10-14 Bill Wohler <wohler@newt.com>
7379 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7380 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7381 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7382 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7383 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7384 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7385 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7386 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7387 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7388 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7389 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7390 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7391 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7392 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7393 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7395 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7396 appropriately (for example, gud-break to gud/break).
7398 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
7400 * longlines.el (longlinges-search-function)
7401 (longlines-search-forward, longlines-search-backward): New functions.
7402 (longlines-mode): Set isearch-search-fun-function to
7403 longlinges-search-function.
7405 * mouse.el (mouse-drag-region-1): Handle the case where a
7406 double-click event is bound to an arbitrary function.
7408 2005-10-14 David Ponce <david@dponce.com>
7410 * recentf.el (recentf-track-opened-file)
7411 (recentf-track-closed-file, recentf-update-menu)
7412 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7413 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7414 mouse-1-click-follows-link.
7416 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7418 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
7419 Gnome file-manager.png. Suggested by
7420 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7422 * toolbar/README: Add diropen.xpm.
7424 2005-10-13 Bill Wohler <wohler@newt.com>
7426 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7427 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
7429 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7431 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7432 Don't waste the byte-compiler's time on constant data.
7434 2005-10-13 Kenichi Handa <handa@m17n.org>
7436 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7437 byte with `escape-glyph' face.
7439 * international/fontset.el (ccl-encode-unicode-font):
7440 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7441 Handle the case that ucs-mule-to-mule-unicode translates a character to
7442 ASCII (usually for IPA characters).
7444 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7446 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7447 Don't hide the underline of titles if font-lock-mode is disabled.
7449 2005-10-12 Bill Wohler <wohler@newt.com>
7451 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
7452 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
7453 files in MH-E-SRC have been updated.
7454 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7456 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7458 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7459 (mixal-mode-syntax-table): Add \n as end-comment.
7460 (mixal-operation-codes-alist): Immediately initialize to full value.
7461 (mixal-add-operation-code): Remove.
7462 (mixal-describe-operation-code): Make the arg non-optional.
7463 Use the interactive spec instead.
7464 Use mixal-operation-codes-alist rather than mixal-operation-codes.
7465 (mixal-font-lock-keywords): Don't highlight comments here any more.
7466 (mixal-font-lock-syntactic-keywords): New var.
7467 (mixal-mode): Use it. Fix comment-start-skip.
7469 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7471 * startup.el (command-line-x-option-alist): -nb => -nbi
7473 2005-10-12 Kim F. Storm <storm@cua.dk>
7475 * startup.el (fancy-splash-default-action): Discard mouse click in
7476 the splash screen window, as it has no sensible meaning in the
7477 next window to be selected. Fixes error reported by Jan D.
7479 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7481 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
7483 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7485 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7486 Try to fix up minor layout issues like indentation, line break, etc...
7487 (mixal-mode-syntax-table): Don't try to specify comment syntax,
7488 because it doesn't work.
7489 (mixal-operation-codes): Add some more codes.
7490 (mixal-font-lock-keywords): Process comments here.
7491 (mixal-mode): mixasm no longer needs -g option.
7493 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
7495 * progmodes/sh-script.el (sh-tmp-file):
7496 Use mktemp -t. Finish support for es and rc shells.
7498 2005-10-11 Jay Belanger <belanger@truman.edu>
7500 * calc/calcalg2.el (calc-integral): With an argument, compute the
7503 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
7505 * mouse.el (mouse-drag-region-1): Don't try to catch a
7506 double-click when doing follow-link (it's overridden anyway).
7508 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
7510 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
7511 (autoload-print-form-outbuf): Add docstring.
7513 2005-10-11 Juri Linkov <juri@jurta.org>
7515 * info.el (Info-mode-menu): Delete menu item "Edit".
7516 (Info-mode): Delete description of Info-edit from docstring,
7517 and rearrange descriptions of Info commands in the order
7518 they are documented in the Info manual.
7520 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7522 * calendar/appt.el (appt-check): Use diary-selective-display var.
7524 2005-10-10 Richard M. Stallman <rms@gnu.org>
7526 * net/newsticker.el (newsticker-start, newsticker-show-news):
7527 Add autoload cookies.
7529 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7531 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7533 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
7535 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7537 2005-10-10 Jay Belanger <belanger@truman.edu>
7539 * calc/calc-arith.el (math-check-known-scalarp)
7540 (math-check-known-matrixp): Check the values of arguments that are
7542 (math-check-known-square-matrixp): New function.
7543 (math-known-square-matrixp): Use math-check-known-square-matrixp.
7544 (math-super-types): Add sqmatrix type.
7546 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
7547 mode name `square' to `sqmatrix'.
7549 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
7550 mode name `square' to `sqmatrix'.
7552 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7554 * progmodes/etags.el (select-tags-table-mode): Don't use
7556 (tags-select-tags-table): Pass `button' to the action function.
7557 (select-tags-table): Place the side-info on button properties rather
7558 than in hidden text. Abbreviate file names.
7559 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
7560 (select-tags-table-select): Add `button' argument.
7561 Get side-info from the button property rather than from hidden text.
7563 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
7565 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
7566 (gud-speedbar-buttons): Preserve point if possible.
7567 (gud-sentinel): Restore previous speedbar display type.
7569 * progmodes/gdb-ui.el (gdba): Improve diagram.
7570 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7571 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
7572 Call get-buffer-window once.
7574 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7576 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
7577 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
7578 (pascal-indent-command): Remove unused var `ind'.
7579 (pascal-indent-case): Remove unused var `oldpos'.
7580 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
7581 since it's now used as a proper minor mode map.
7582 (pascal-outline): Rename to pascal-outline-mode.
7583 (pascal-outline-mode): Use define-minor-mode.
7584 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
7587 2005-10-10 Andreas Schwab <schwab@suse.de>
7589 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
7590 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
7592 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
7593 outside source directory.
7595 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
7597 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
7599 (orgtbl-mode-map): Full keymap instead of sparse, because all
7600 `self-insert-command' keys are redefined in this map.
7601 (org-export-as-html): Specify charset for HTML file, by taking it
7602 from the coding system.
7604 2005-10-10 Kenichi Handa <handa@m17n.org>
7606 * textmodes/flyspell.el (flyspell-check-word-p):
7607 If unread-command-events is non-empty, don't call sit-for.
7609 2005-10-09 Richard M. Stallman <rms@gnu.org>
7611 * font-lock.el (font-lock-syntactic-keywords)
7612 (font-lock-keywords): Doc fixes.
7614 * textmodes/flyspell.el (flyspell-external-point-words):
7615 Simplify logic, and don't try to check for consecutive appearances
7616 of one incorrect word.
7618 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
7620 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
7623 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
7624 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
7625 (gud-expansion-speedbar-buttons): New function.
7626 (gud-speedbar-buttons): Check for gud-comint-buffer.
7628 2005-10-09 Bill Wohler <wohler@newt.com>
7630 * Makefile.in (updates): Add mh-loaddefs dependency.
7632 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
7634 * speedbar.el (speedbar-file-key-map): Fix typo.
7636 2005-10-09 Daniel Brockman <daniel@brockman.se>
7638 * cus-start.el (line-spacing): Add custom spec.
7640 2005-10-09 Romain Francoise <romain@orebokech.com>
7642 * textmodes/ispell.el (ispell-check-version): Fix last change.
7644 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7646 * term/x-win.el: Remove -i, --icon-type from comment.
7648 * startup.el (command-line-x-option-alist): Remove options -i,
7649 -itype, --icon-type, added -nb, --no-bitmap-icon
7651 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
7653 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
7656 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
7658 * textmodes/ispell.el (ispell-check-version):
7659 Ignore hyphen, and all that follows, in aspell's version text.
7661 2005-10-08 Jay Belanger <belanger@truman.edu>
7663 * calc/calc-arith.el (math-known-square-matrixp): New function.
7664 (math-pow-fancy): Check for matrices before distributing exponent
7667 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7668 fullscreen keypad. Suggested by Luc Teirlinck.
7669 (calc-keypad-show-input): Add space for formatting.
7671 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
7672 Add square matrix option.
7674 * calc/calc-poly.el (math-expand-term): Check for matrices instead
7675 of checking calc-matrix-mode when deciding how to expand.
7677 * calc/calc.el (calc-set-mode-line): Add square matrix option.
7679 2005-10-08 Lars Hansen <larsh@soem.dk>
7681 * net/tramp.el (tramp-perl-directory-files-and-attributes):
7683 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
7685 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
7687 Sync with Tramp 2.0.51.
7689 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7690 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7691 Insert special handling for `last-coding-system-used', again
7692 it still seems to be necessary (unlike stated before).
7693 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
7694 (tramp-password-prompt-regexp): There might be other words before
7695 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
7696 (tramp-chunksize): Improve docstring.
7697 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
7698 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
7699 Christian Joergensen <bugs@razor.dk>.
7701 2005-10-07 Glenn Morris <rgm@gnu.org>
7703 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
7704 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
7707 2005-10-07 Romain Francoise <romain@orebokech.com>
7709 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
7710 (ibuffer-do-shell-command-pipe-replace)
7711 (ibuffer-do-shell-command-file, ibuffer-do-eval)
7712 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
7713 (ibuffer-do-revert, ibuffer-do-replace-regexp)
7714 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
7715 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7716 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
7717 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
7718 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
7719 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
7720 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
7721 Autoload file sans suffix.
7723 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
7725 2005-10-07 David Ponce <david@dponce.com>
7727 * recentf.el (recentf-menu-open-all-flag): New option.
7728 (recentf-digit-shortcut-command-name): New function.
7729 (recentf--shortcuts-keymap): New variable.
7730 (recentf-menu-shortcuts): New variable.
7731 (recentf-make-menu-items): Initialize it. Replace the "More..."
7732 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7733 (recentf-menu-value-shortcut): New function.
7734 (recentf-make-menu-item): Use it. No more in-lined.
7735 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
7736 (recentf-open-most-recent-file): Rename from
7737 `recentf-open-file-with-key'. Don't depend on key binding.
7738 (recentf-mode-map): New variable.
7739 (recentf-mode): Use it.
7741 2005-10-06 Bill Wohler <wohler@newt.com>
7743 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
7745 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
7746 (MH-E-SRC): New. Used by mh-autoloads.
7747 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
7748 files in MH-E-SRC have been updated.
7749 (compile, recompile, bootstrap): Depend on mh-autoloads.
7751 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
7753 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
7754 gud-break and gud-remove icons when the fringe is not available.
7756 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
7759 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7761 * play/zone.el (zone): Wrap body with save-window-excursion.
7763 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7765 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7766 Use the new `list-only' arg to diary-list-entries.
7768 * calendar/diary-lib.el: Use overlays rather than selective-display.
7769 (diary-selective-display): New var.
7770 (diary-header-line-format): Use it.
7771 (diary-list-entries): Add argument `list-only'.
7772 Put the buffer in diary-mode. Don't add \^M at beg and end.
7773 Replace \^M by invisible overlays.
7774 (diary-unhide-everything): Replace \^M by invisible overlays.
7775 (print-diary-entries): Look for overlays rather than \^M.
7776 Add a space to the temp buffer name.
7777 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
7778 Put the buffer in diary-mode.
7779 (list-sexp-diary-entries): Replace \^M by invisible overlays.
7780 (diary-anniversary): Make the year arg optional.
7781 (diary-time-regexp): New const.
7782 (diary-font-lock-keywords): Use it to accept a few more time formats.
7784 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
7786 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
7788 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
7789 Fix bug introduced 2005-07-03: Use (car (last ...))
7790 to faithfully reproduce replaced artist-last.
7791 (artist-set-arrow-points-for-poly): Likewise.
7792 Suggested by Johan Bockg
\e,Ae
\e(Brd.
7794 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
7796 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
7797 * wid-edit.el (widget):
7798 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
7799 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
7801 2005-10-06 Kenichi Handa <handa@m17n.org>
7803 * international/mule-cmds.el (set-language-environment):
7804 Fix setting up of case-table for unibyte mode.
7806 * simple.el (what-cursor-position): If the character is displayed
7807 by some `display' text property, show that. Don't use
7808 single-key-description for eight-bit characters in multibyte mode.
7810 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
7812 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
7814 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7815 (gdb-info-frames-custom): Use inverse-video for first five
7816 characters of selected frame only.
7817 (gdb-get-frame-number): Select frame even when point is on frame
7820 2005-10-06 Masatake YAMATO <jet@gyve.org>
7822 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7823 Put `font-lock-function-name-face'.
7824 (gdb-info-frames-custom): Put `font-lock-function-name-face'
7825 and `font-lock-variable-name-face'
7826 (gdb-registers-font-lock-keywords): New font lock keywords definition.
7827 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
7828 (gdb-memory-font-lock-keywords): New font lock keywords definition.
7829 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
7830 (gdb-local-font-lock-keywords): New font lock keywords definition.
7831 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
7832 (gdb-threads-font-lock-keywords): New font lock keywords definition.
7833 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
7835 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
7837 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
7838 (ediff-merge-region-is-non-clash-to-skip): Previously called
7839 ediff-merge-region-is-non-clash.
7841 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
7842 Use insert-buffer-substring.
7844 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
7845 selecting files to patch. Also bug fixes.
7847 * ediff-util.el (ediff-setup): Bug fix.
7848 (ediff-next-difference): Never skip clashes that differ in white
7851 * ediff-wind.el (ediff-setup-control-frame)
7852 (ediff-destroy-control-frame): Check the menubar feature.
7854 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
7855 (viper-refresh-mode-line): Use make-local-variable to localize
7856 some vars instead of make-variable-buffer-local. Suggested by
7859 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
7860 (viper-restore-cursor-type, viper-set-insert-cursor-type):
7861 Use make-local-variable instead of make-variable-buffer-local.
7862 Suggested by Stefan Monnier.
7864 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7865 (viper-comint-mode-hook): Use make-local-variable on
7866 require-final-newline.
7867 (viper-non-hook-settings): Don't use make-variable-buffer-local.
7869 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7871 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7872 also the second char of a comment-start sequence.
7873 (scheme-sexp-comment-syntax-table): New var.
7874 (lambda, define): Set their scheme-doc-string-elt property.
7875 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7876 Use lisp-font-lock-syntactic-face-function now that it properly
7877 handles |...| symbols.
7878 (scheme-mode-variables): Set lisp-doc-string-elt-property,
7879 parse-sexp-lookup-properties and font-lock-extra-managed-props.
7881 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7883 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7885 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7886 (lisp-doc-string-elt-property): New var.
7887 (lisp-font-lock-syntactic-face-function): Use it.
7888 Rewrite to recognize docstrings even for forms not at toplevel.
7890 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7891 annotation on the | part of #| rather than on the # part.
7892 (scheme-font-lock-syntactic-face-function): New function, to
7893 distinguish strings from |...| symbols.
7894 (scheme-mode-variables): Use it. Also fix up the font-lock-time
7895 syntax-table so that #|...|# is properly highlighted.
7897 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7898 Don't mark as docstring the 3rd elem of an unknown toplevel form.
7900 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7902 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7905 * emacs-lisp/eldoc.el: Move comments into docstrings.
7906 (eldoc-message-commands): Initialize in its declaration.
7907 Add move-beginning-of-line and move-end-of-line.
7908 (eldoc-add-command, eldoc-add-command-completions)
7909 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7911 * outline.el (outline-mark-subtree): Activate the mark.
7913 * calendar/appt.el (appt-time-regexp): New var.
7914 (appt-add, appt-make-list): Use it.
7915 (appt-convert-time): Clean up.
7917 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7918 Don't set any syntax-table property here.
7919 (tex-font-lock-verb): New function. Do it here.
7920 (tex-font-lock-syntactic-keywords): Use it.
7922 2005-10-04 Richard M. Stallman <rms@gnu.org>
7924 * wid-edit.el (widget-file-complete): Get the widget start point
7925 the right way. Default directory to `/' if file has none.
7927 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7929 * textmodes/flyspell.el (flyspell-mode-on):
7930 Call ispell-maybe-find-aspell-dictionaries.
7932 * textmodes/ispell.el (ispell-word, ispell-region):
7933 Call ispell-maybe-find-aspell-dictionaries.
7934 (ispell-accept-buffer-local-defs):
7935 Don't call ispell-maybe-find-aspell-dictionaries
7937 2005-10-04 Richard M. Stallman <rms@gnu.org>
7939 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7941 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
7943 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7944 instead of `fboundp' in order to allow for anonymous functions.
7946 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
7948 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7949 case the user clicks on the link while another window is selected.
7950 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7952 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7954 (dframe-help-echo): Save point in case mouse tracking is off.
7956 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
7958 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7960 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7962 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7963 not change the global value of those vars.
7965 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7966 make-local-variable which we do not need any more.
7968 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
7970 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7971 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7972 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7973 (speedbar-path-line): Define obsolete aliases.
7974 (speedbar-line-directory): Doc fix.
7976 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7977 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7978 instead of speedbar-line-path.
7980 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7982 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7983 to nil if dropping on a window. Handle dropping on a minibuffer window
7984 like dropping on a non-window part of Emacs.
7986 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7988 * net/ange-ftp.el: Use with-current-buffer.
7989 (ange-ftp-insert-directory): Do not follow symlinks any more.
7991 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7992 Remove interactive spec.
7994 2005-10-03 Kim F. Storm <storm@cua.dk>
7996 * ido.el (ido-mode): Use custom-initialize-set.
7998 2005-10-02 Richard M. Stallman <rms@gnu.org>
8000 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8001 Use insert-buffer-substring.
8003 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8004 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8006 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8008 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8010 (ange-ftp-insert-directory): Fix up the search for the case where
8013 2005-10-02 Romain Francoise <romain@orebokech.com>
8015 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8017 2005-10-02 Andreas Schwab <schwab@suse.de>
8019 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8020 directory component in the session info.
8022 2005-10-01 Richard M. Stallman <rms@gnu.org>
8024 * comint.el (comint-redirect-subvert-readonly): Doc fix.
8026 * simple.el (next-error-internal): New function.
8028 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8029 (compilation-start): Pass new arg to compilation-buffer-name.
8030 (compile-goto-error): Use next-error-internal.
8032 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8034 * speedbar.el: Remove RCS tag.
8035 (speedbar-check-read-only): Handle non-existent files.
8037 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8039 * info.el (Info-speedbar-hierarchy-buttons)
8040 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8042 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8044 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8045 Do not match newline.
8046 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8047 (bibtex-summary): Remove unnecessary save-excursion.
8048 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8050 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8052 * term/mac-win.el: Add charset info for "iso10646-1".
8053 Modify default fontset to use ATSUI-compatible fonts for some charsets
8056 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8058 * speedbar.el: Re-apply arch tag.
8059 (speedbar-version): Rename to version 1.0. Suggested by Eric
8061 Reapply two changes from Emacs CVS' version of speedbar lost
8063 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
8064 (speedbar-frame-parameters): Improve customize type.
8066 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8068 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
8069 (ange-ftp-file-directory-p): Fix the symlink case.
8070 (ange-ftp-insert-directory): When listing a single file, get a list of
8071 the parent buffer and extract the relevant line. Inspired from a patch
8072 by Katsumi Yamaoka <yamaoka@jpl.org>.
8073 (ange-ftp-file-name-sans-versions): Simplify.
8075 2005-09-30 Bill Wohler <wohler@newt.com>
8077 Move MH-E image files from toolbar and mail directories into
8080 * mail/reply2.*: Move to etc/images/mail/reply*.
8082 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
8083 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
8086 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
8087 * toolbar/reply*: Move to etc/images/mail.
8089 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
8091 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
8093 * speedbar.el: New version 1.0pre3.
8095 Frame management code (including timer, and mouse click specifics)
8097 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
8098 (speedbar-timer): Removed. Use dframe-timer.
8099 (speedbar-close-frame): Removed. Use dframe-close-frame.
8100 (speedbar-activity-change-focus-flag): Removed. Use
8101 dframe-activity-change-focus-flag.
8102 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
8103 dframe-update-speed.
8105 (speedbar-current-frame): New macro. Use this instead of the
8106 variable speedbar-frame.
8108 (speedbar-use-images, speedbar-expand-image-button-alist)
8109 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
8111 (speedbar-find-image-on-load-path): Removed. Replaced by
8112 defezimage in ezimage.el.
8113 (speedbar-expand-image-button-alist): Removed. Replaced by
8114 ezimage-expand-image-button-alist in ezimage.el.
8116 (speedbar-ignored-directory-regexp)
8117 (speedbar-add-ignored-directory-regexp)
8118 (speedbar-ignored-directory-expressions)
8119 (speedbar-line-directory, speedbar-buffers-line-directory)
8120 (speedbar-directory-line, speedbar-buffers-line-directory):
8121 Renamed, replacing `path' with `directory'.
8123 (speedbar-create-directory, speedbar-expand-line-descendants)
8124 (speedbar-toggle-line-expansion)
8125 (speedbar-contract-line-descendants): New commands.
8127 (speedbar-query-confirmation-method, speedbar-select-frame-method)
8128 (speedbar-use-tool-tips-flag): New options.
8130 (speedbar-check-read-only, speedbar-require-version)
8131 (speedbar-insert-separator, speedbar-buffers-tail-notes)
8132 (speedbar-handle-delete-frame, speedbar-try-completion)
8133 (speedbar-update-localized-contents): New functions.
8135 (speedbar-incompatible-version, speedbar-ro-to-do-point)
8136 (speedbar-object-read-only-indicator): New variables.
8138 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
8141 (speedbar-separator-face): New face.
8143 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
8144 (speedbar-ignored-modes): Add fundamental-mode.
8145 (speedbar-directory-unshown-regexp): Add . directories.
8147 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
8148 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
8149 `]' for full expand/close.
8150 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
8152 (speedbar-check-vc): Support hidden files.
8153 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
8154 (speedbar-this-file-in-vc): Use vc-state if available. If VC
8155 state is nil, it is not checked out.
8157 (speedbar-line-text, speedbar-line-token): Support expand buttons
8159 (speedbar-refresh): Universal argument acts as power-click.
8160 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
8161 that buffer to get variable values.
8163 And many other bugfixes.
8165 * dframe.el, ezimage.el, sb-image.el: New files.
8167 * sb-*.xpm: Remove files. New image files installed into
8170 2005-09-30 Kenichi Handa <handa@m17n.org>
8172 * ps-mule.el (ps-mule-show-warning): If a character is in
8173 ps-print-translation-table, don't treat it as non-printable.
8175 2005-09-30 David Ponce <david@dponce.com>
8177 * tree-widget.el (tree-widget-themes-load-path): New variable.
8178 (tree-widget-themes-directory): Doc fix.
8179 (tree-widget-image-formats) [Emacs]: Doc fix.
8180 (tree-widget--locate-sub-directory): New function.
8181 (tree-widget-themes-directory): Use it.
8183 * recentf.el (recentf-filename-handlers): Rename from
8184 `recentf-filename-handler'. Allow a list of functions.
8185 (recentf-menu-items-for-commands): Fix :help strings.
8186 (recentf-apply-filename-handlers): New function.
8187 (recentf-expand-file-name): Use it.
8188 (recentf-cleanup): Remove duplicates too.
8190 2005-09-29 Juri Linkov <juri@jurta.org>
8192 * faces.el: Rearrange face definitions to be in the same order as
8193 their face descriptions in "(emacs)Standard Faces".
8195 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
8197 * tooltip.el (tooltip): Add group `basic-faces'.
8199 * buff-menu.el (Buffer-menu-buffer): Remove group
8200 `font-lock-highlighting-faces'.
8202 * progmodes/compile.el (compilation-error, compilation-warning)
8203 (compilation-info, compilation-line-number, compilation-column-number):
8204 Change group from `font-lock-highlighting-faces' to `compilation'.
8206 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8207 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
8208 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
8209 (vhdl-font-lock-reserved-words-face)
8210 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
8211 `font-lock-highlighting-faces'.
8213 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
8215 2005-09-28 Kim F. Storm <storm@cua.dk>
8217 * emulation/cua-base.el: Set CUA move property on additional commands:
8218 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
8219 forward-sexp, backward-sexp, forward-list, backward-list.
8221 2005-09-28 Romain Francoise <romain@orebokech.com>
8223 * comint.el (comint-show-output): Really set point at the
8224 beginning of the output when not using `comint-use-prompt-regexp'.
8226 2005-09-27 Jay Belanger <belanger@truman.edu>
8228 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
8231 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
8233 * textmodes/org.el (org-table-sum): Fix format string.
8235 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
8238 2005-09-26 Romain Francoise <romain@orebokech.com>
8240 * isearch.el (isearch-forward-regexp): Close doc string.
8242 2005-09-25 Richard M. Stallman <rms@gnu.org>
8244 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
8246 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
8248 * progmodes/compile.el (compilation-error-properties):
8249 When getting the file from the previous error message,
8250 correctly decode the new data format.
8252 * progmodes/cc-cmds.el (c-electric-paren):
8253 Call old-blink-paren only for close-paren.
8255 2005-09-24 Andreas Schwab <schwab@suse.de>
8257 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
8260 2005-09-25 Romain Francoise <romain@orebokech.com>
8262 * dired-aux.el (dired-copy-file-recursive):
8263 * dired.el (dired-delete-file):
8264 * ediff-mult.el (ediff-dir-diff-copy-file):
8265 * ediff-util.el (ediff-test-save-region):
8266 * forms.el (forms-mode):
8267 * ido.el (ido-file-internal, ido-delete-file-at-head):
8268 * log-edit.el (log-edit-done):
8269 * ses.el (ses-yank-resize):
8270 * play/gomoku.el (gomoku-human-plays, gomoku)
8271 (gomoku-human-resigns, gomoku-prompt-for-other-game)
8272 (gomoku-offer-a-draw):
8273 * play/landmark.el (lm-human-resigns, lm):
8274 * net/eudcb-ldap.el (eudc-ldap-check-base):
8275 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8276 * progmodes/ebrowse.el (ebrowse-find-pattern):
8277 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
8278 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
8279 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
8281 * vc.el (vc-delete-file):
8282 * play/gomoku.el (gomoku-terminate-game, gomoku)
8283 (gomoku-prompt-for-move, gomoku-human-takes-back):
8284 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
8285 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
8287 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8289 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
8290 color rxvt terminals by using the code xterm.el used to use before
8291 2005-04-09 in order to match the colors used by rxvt.
8293 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8295 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8296 colors rxvt-unicode terminals by using the same code as xterm.el.
8298 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8300 * textmodes/tex-mode.el (tex-font-lock-append-prop)
8301 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8302 new symbol used for the tex-verbatim face.
8304 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
8306 * woman.el (woman-file-name):
8307 * wid-edit.el (widget-file-prompt-value)
8308 (widget-coding-system-prompt-value):
8309 * w32-fns.el (set-w32-system-coding-system):
8310 * vc.el (vc-version-diff, vc-annotate):
8311 * textmodes/reftex-auc.el (reftex-arg-cite)
8312 (reftex-arg-index-tag):
8313 * textmodes/refer.el (refer-get-bib-files):
8314 * textmodes/artist.el (artist-figlet-choose-font):
8315 * terminal.el (terminal-emulator):
8316 * replace.el (occur-read-primary-args):
8317 * rect.el (string-rectangle, string-insert-rectangle):
8318 * ps-print.el (ps-print-preprint):
8319 * progmodes/pascal.el (pascal-goto-defun):
8320 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8321 * progmodes/compile.el (compilation-find-file):
8322 * printing.el (pr-interactive-n-up):
8323 * play/animate.el (animate-birthday-present):
8324 * net/rcompile.el (remote-compile):
8325 * man.el (man, Man-goto-section, Man-follow-manual-reference):
8326 * mail/rmailsum.el (rmail-summary-search-backward)
8327 (rmail-summary-search):
8328 * mail/rmailout.el (rmail-output-read-rmail-file-name)
8329 (rmail-output-read-file-name):
8330 * mail/rmail.el (rmail-search, rmail-search-backwards):
8331 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8332 * locate.el (locate):
8333 * international/quail.el (quail-show-keyboard-layout):
8334 * international/mule.el (set-buffer-file-coding-system)
8335 (revert-buffer-with-coding-system, set-file-name-coding-system)
8336 (set-terminal-coding-system, set-keyboard-coding-system)
8337 (set-next-selection-coding-system):
8338 * international/mule-diag.el (describe-coding-system)
8339 (describe-font, describe-fontset):
8340 * international/mule-cmds.el (universal-coding-system-argument)
8341 (search-unencodable-char, describe-input-method)
8342 (set-language-environment, describe-language-environment):
8343 * international/codepage.el (codepage-setup):
8344 * international/code-pages.el (codepage-setup):
8345 * info.el (Info-search, Info-follow-reference)
8346 (Info-search-backward):
8347 * emacs-lisp/advice.el (ad-read-advised-function)
8348 (ad-read-advice-class, ad-clear-cache, ad-activate)
8349 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8350 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8352 * ediff-util.el (ediff-toggle-regexp-match):
8353 * ediff-ptch.el (ediff-prompt-for-patch-file):
8354 * dired-aux.el (dired-diff):
8356 * cus-edit.el (custom-variable-prompt):
8357 * calendar/timeclock.el (timeclock-ask-for-project):
8358 * calc/calcalg3.el (calc-get-fit-variables):
8359 * calc/calc-store.el (calc-edit-variable)
8360 (calc-permanent-variable):
8361 * vc-mcvs.el (vc-mcvs-register):
8362 * shadowfile.el (shadow-define-literal-group):
8363 * woman.el (woman-file-name):
8364 * vc.el (vc-version-diff, vc-merge):
8365 * textmodes/reftex-index.el (reftex-index-complete-tag):
8366 * format.el (format-decode-buffer, format-decode-region):
8367 * emulation/viper-cmd.el (viper-read-string-with-history):
8368 * emacs-lisp/debug.el (cancel-debug-on-entry):
8369 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8370 * ediff.el (ediff-merge-revisions)
8371 (ediff-merge-revisions-with-ancestor, ediff-revision):
8372 * completion.el (interactive-completion-string-reader):
8373 * calc/calc-prog.el (calc-user-define-formula):
8374 Follow convention for reading with the minibuffer.
8376 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
8378 * progmodes/python.el (python-describe-symbol): Add globals() and
8379 locals() to the arguments of emacs.ehelp.
8381 2005-09-24 Magnus Henoch <mange@freemail.hu>
8383 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8384 New function, code extracted from ispell-valid-dictionary-list.
8385 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8388 2005-09-24 Eli Zaretskii <eliz@gnu.org>
8390 * subr.el (version-regexp-alist): Extend valid syntax for version
8391 strings: allow any of the characters -,_,+ to separate the
8392 alpha/beta/rc part from the version part. Doc fix.
8393 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
8395 2005-09-23 David Reitter <david.reitter@gmail.com>
8397 * mail/mailclient.el: New file.
8399 2005-09-23 Richard M. Stallman <rms@gnu.org>
8401 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8402 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8405 * progmodes/cc-mode.el (c-font-lock-init):
8406 Specify font-lock-lines-before.
8408 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8410 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8413 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8415 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8416 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
8417 of `remap' feature when available. Additional key bindings for
8419 (org-mode-restart, org-force-self-insert): New commands.
8420 (org-time-stamp-inactive): New command.
8421 (org-remap): New function.
8422 (org-table-auto-blank-field, org-level-color-stars-only): New options.
8423 (org-enable-fixed-width-editor): Move to `org-structure'
8424 customization group.
8425 (org-self-insert-command, orgtbl-self-insert-command): Modify to
8426 blank field after field motion commands.
8428 2005-09-23 Kenichi Handa <handa@m17n.org>
8430 * international/mule-cmds.el (set-language-environment):
8431 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8432 have to call utf-translate-cjk-load-tables.
8434 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8436 * mouse.el (mouse-move-drag-overlay): Fix last change.
8438 2005-09-22 David Ponce <david@dponce.com>
8440 * tree-widget.el (tree-widget-value-create): Fix previous change.
8442 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8444 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
8446 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8448 * mouse.el (mouse-move-drag-overlay): New function.
8449 (mouse-drag-region-1): Use it.
8450 Try to simplify a bit the state handling. Handle clicks on links
8451 inside intangible areas.
8452 (mouse-save-then-kill): Minor simplification.
8453 (mouse-secondary-overlay): Make it always non-nil instead of
8454 recreating it each time.
8455 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8456 (mouse-kill-secondary, mouse-secondary-save-then-kill):
8457 Simplify accordingly.
8459 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8461 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8463 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
8465 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8466 (ediff-file-name-sans-prefix): Treat nil as an empty string.
8467 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8470 * ediff-util.el: Use insert-buffer-substring.
8472 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
8474 * emulation/viper-cmd.el (viper-change-state): Don't move over the
8475 field boundaries in the minibuffer.
8476 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8477 (viper-minibuffer-post-command-hook): New hook.
8478 (viper-line): Don't move cursor at bolp.
8480 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
8482 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
8483 avoid compiler warnings.
8485 * emulation/viper-macs.el (ex-map): Better messages.
8487 * emulation/viper-utils.el (viper-beginning-of-field): New function.
8489 * emulation/viper.el: Replace make-variable-buffer-local with
8490 viper-make-variable-buffer-local everywhere, to avoid warnings.
8492 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8494 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8495 Delete unused var `old-selected-window'.
8496 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8497 (mouse-drag-secondary): Delete unused var `start-frame'.
8499 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8501 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8503 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8505 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
8506 Re-indent within 80 columns. Use inhibit-read-only.
8508 2005-09-19 Romain Francoise <romain@orebokech.com>
8510 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
8512 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8514 * font-lock.el (font-lock-default-fontify-region): Don't add a line
8515 unconditionally, since the after-change-function already did it.
8517 2005-09-19 Miles Bader <miles@gnu.org>
8519 * net/newsticker.el: Get rid of CVS keyword.
8521 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan+sf@dd.chalmers.se>
8523 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8524 The prompt is formatted later.
8526 2005-09-19 David Ponce <david@dponce.com>
8528 * tree-widget.el (tree-widget-value-create): Save the converted
8531 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
8533 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8536 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
8538 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8539 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
8540 <slawomir.nowaczyk.847@student.lu.se>.
8542 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8544 * image.el (image-load-path): Use symbol `data-directory' instead
8545 of its value, for backward compatibility with packages that bind
8546 it during `find-image'. Suggested by Katsumi Yamaoka.
8547 (image-search-load-path): Handle symbols whose values are strings.
8549 2005-09-18 Romain Francoise <romain@orebokech.com>
8551 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
8552 with-current-buffer form in save-excursion.
8554 2005-09-18 D Goel <deego@gnufans.org>
8556 * apropos.el (apropos-command): Fix `message' call: first arg
8557 should be a format spec. In this and all other cases that appear
8558 below and elsewhere in the source code, I made a change only when
8559 two conditions were satisfied: [1] I can think of a possibility
8560 that the arguments would cause an error, for example, the code in
8561 question relies on external variables such as filenames. [2] I
8562 was sure that the arg to `message' could not have been nil in the code.
8564 * textmodes/tildify.el (tildify-region): Ditto.
8566 * textmodes/reftex-index.el (reftex-index-change-entry)
8567 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
8568 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8569 * textmodes/org.el (org-complete, org-deadline, org-schedule)
8570 (org-priority, org-table-sum):
8571 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
8572 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
8573 (flyspell-word, flyspell-display-next-corrections):
8574 * textmodes/bibtex.el (bibtex-print-help-message):
8575 * textmodes/artist.el (artist-key-set-point-poly):
8576 * term/mac-win.el (mac-services-insert-text):
8577 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
8578 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
8579 (vhdl-port-paste-testbench, vhdl-compose-new-component)
8580 (vhdl-compose-configuration):
8581 * progmodes/sh-script.el (sh-blink, sh-show-indent)
8582 (sh-set-indent, sh-learn-line-indent):
8583 * progmodes/ps-mode.el (ps-mode-target-column):
8584 * progmodes/idlwave.el (idlwave-make-tags)
8585 (idlwave-scan-library-catalogs):
8586 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
8587 * progmodes/gud.el (gud-jdb-analyze-source):
8588 * progmodes/flymake.el (flymake-log):
8589 * progmodes/ebnf2ps.el (ebnf-generate-region):
8590 * progmodes/cmacexp.el (c-macro-expansion):
8591 * progmodes/ada-xref.el (ada-treat-cmd-string):
8592 * progmodes/ada-mode.el (ada-create-case-exception-substring)
8593 (ada-justified-indent-current, ada-batch-reformat):
8594 * play/zone.el (zone):
8595 * play/landmark.el (lm-move):
8596 * play/decipher.el (decipher-show-alphabet):
8597 * net/newsticker.el (newsticker--display-jump)
8598 (newsticker--display-scroll):
8599 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
8600 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
8601 * mail/feedmail.el (feedmail-dump-message-to-queue):
8602 * eshell/esh-proc.el (eshell-remove-process-entry):
8603 * emulation/ws-mode.el (ws-last-error):
8604 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
8605 (viper-record-kbd-macro):
8606 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
8607 * emacs-lisp/lisp-mnt.el (lm-report-bug):
8608 * emacs-lisp/find-func.el (find-function-noselect):
8609 * calendar/timeclock.el (timeclock-status-string)
8610 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
8611 (timeclock-when-to-leave-string):
8612 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
8613 * calc/calc-units.el (calc-enter-units-table):
8614 * calc/calc-mode.el (calc-mode-record-mode):
8615 * woman.el (woman-mini-help):
8616 * wdired.el (wdired-change-to-wdired-mode):
8617 * vc.el (vc-retrieve-snapshot):
8618 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
8619 * startup.el (display-startup-echo-area-message):
8620 * simple.el (set-goal-column):
8621 * ses.el (ses-command-hook, ses-recalculate-cell):
8622 * server.el (server-process-filter):
8623 * printing.el (pr-interface-txt-print, pr-interface-printify)
8625 * pcvs.el (cvs-help):
8626 * log-edit.el (log-edit, log-edit-mode-help):
8627 * iswitchb.el (iswitchb-possible-new-buffer):
8628 * isearch.el (isearch-edit-string):
8629 * image-mode.el (image-mode, image-minor-mode):
8630 * ibuf-macs.el (define-ibuffer-filter):
8631 * hi-lock.el (hi-lock-find-patterns):
8632 * files.el (toggle-read-only):
8633 * ediff-util.el (ediff-copy-diff)
8634 (ediff-write-merge-buffer-and-maybe-kill):
8635 * echistory.el (Electric-history-undefined):
8636 * dnd.el (dnd-insert-text):
8637 * dired-aux.el (dired-query):
8638 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
8639 * bookmark.el (bookmark-bmenu-locate):
8640 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
8641 Fix `message' calls to ensure first arg is a format string.
8642 The change was made only when these two conditions were satisfied:
8643 [1] when there is a possibility that the arguments would cause an error
8644 for example, if the code in question relies on external variables
8645 such as filenames, and
8646 [2] if the arg to `message' could not have been nil in the code.
8648 * pcomplete.el (pcomplete--help): Fix `message' format spec.
8649 Not having a %s would be weird, though not technically wrong.
8651 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8653 * term/mac-win.el (mac-add-charset-info): Doc fix.
8655 2005-09-17 Romain Francoise <romain@orebokech.com>
8657 * shell.el (shell-resync-dirs): Handle echoing processes more
8658 reliably. Don't insert resync command if `comint-process-echoes'
8661 2005-09-17 Magnus Henoch <mange@freemail.hu>
8663 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
8664 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
8665 aspell versions >= 0.60.
8666 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
8667 only if ispell-aspell-supports-utf8 is non-nil.
8669 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
8671 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
8672 buffer-local value to lisp-indent-function.
8674 2005-09-17 Milan Zamazal <pdm@zamazal.org>
8676 * progmodes/glasses.el (glasses-make-readable): If
8677 glasses-separator differs from underscore, put appropriate
8678 overlays over underscore characters.
8679 (glasses-convert-to-unreadable): If glasses-separator differs from
8680 underscore, try to convert glasses-separator characters to
8683 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8685 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
8686 Use with-syntax-table and dolist.
8688 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
8690 * textmodes/reftex-auc.el:
8691 * textmodes/reftex-cite.el:
8692 * textmodes/reftex-dcr.el:
8693 * textmodes/reftex-global.el:
8694 * textmodes/reftex-parse.el:
8695 * textmodes/reftex-ref.el:
8696 * textmodes/reftex-sel.el:
8697 * textmodes/reftex-toc.el:
8698 * textmodes/reftex-vars.el:
8699 * textmodes/reftex.el: Small changes to remove compiler warnings.
8701 * textmodes/reftex-index.el: Likewise.
8702 (reftex-query-index-phrase): More efficient use of markers.
8704 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8706 * image.el (image-load-path): New variable.
8707 (image-search-load-path): New function.
8708 (find-image): Search for images in `image-load-path'.
8710 2005-09-15 Richard M. Stallman <rms@gnu.org>
8712 * follow.el: Change Maintainer field.
8714 2005-09-15 David Ponce <david@dponce.com>
8716 * recentf.el (recentf-save-file-modes): New option.
8717 (recentf-save-list): Use it.
8719 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
8721 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
8722 (mode-line-mule-info, mode-line-modified): Move bindings from
8725 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8727 * simple.el (sendmail-user-agent-compose): Revert last change.
8729 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8731 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
8732 Use with-current-buffer.
8733 (ange-ftp-gwp-start): Remove unused var `gw-user'.
8734 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
8735 (ange-ftp-insert-directory): Remove unused var `short'.
8736 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
8738 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
8739 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
8741 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
8742 (check-calendar-holidays, diary-list-entries): Autoload.
8743 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
8744 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
8746 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
8747 which mistakenly removed a call to display-buffer.
8749 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
8751 * obsolete/iso-insert.el: Move to obsolete/ from international/.
8753 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
8755 * progmodes/hideshow.el
8756 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
8757 (hs-allow-nesting): New user var.
8758 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
8759 (hs-hide-block-at-point): When nesting allowed,
8760 if there is already an overlay in place, delete it.
8761 (hs-safety-is-job-n): Delete func; remove call sites.
8762 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
8763 (hs-overlay-at): New func.
8764 (hs-already-hidden-p, hs-show-block): Use it.
8765 (hs-hide-all): Don't pre-clean if nesting allowed.
8766 (hs-show-all): Temporarily disallow
8767 nesting around call to `hs-discard-overlays'.
8769 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
8771 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
8772 Delete unused local var.
8774 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
8776 * help-fns.el (describe-categories): "?\ " -> "?\s".
8777 (help-do-arg-highlight): Recognize also ARG-n, as in
8778 `move-to-left-margin' (ARG+n is already recognized). Simplify.
8780 * international/codepage.el (dos-unsupported-char-glyph):
8781 * net/newsticker.el (tool-bar-map, w3-mode-map)
8782 (w3m-minor-mode-map):
8783 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
8785 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
8787 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
8789 * custom.el (custom-push-theme): Handle the case where a symbol is
8790 bound but face properties have not yet been assigned.
8792 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
8793 Fix behavior if noerase is `t' and there is no mail buffer.
8795 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
8796 if `continue' is nil, rather than signal an error.
8798 2005-09-12 Richard M. Stallman <rms@gnu.org>
8800 * font-lock.el (font-lock-keywords): Add autoload.
8802 * help-fns.el (describe-variable): Rearrange to put source link
8803 in a predictable place.
8805 * net/newsticker.el: New file.
8807 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8809 * calendar/calendar.el (calendar-for-loop): Add edebug info.
8810 (calendar-basic-setup): Use the new nil arg.
8811 (number-of-diary-entries): Move to diary-lib.el.
8813 * calendar/diary-lib.el: Use with-current-buffer, match-string.
8814 (diary-list-entries): Use with-syntax-table and dolist.
8815 Rename from list-diary-entries.
8816 Use number-of-diary-entries if `number' is nil.
8817 (diary, diary-view-entries): Use this new name and new nil arg value.
8818 (number-of-diary-entries): Move from calendar.el.
8819 (diary-unhide-everything): New function.
8820 (include-other-diary-files, fancy-diary-display)
8821 (diary-show-all-entries, make-diary-entry): Use it.
8822 (diary-mail-entries): Use buffer-string.
8823 (mark-diary-entries): Fix long standing paren typo.
8824 (diary-sexp-entry): Use count-lines.
8825 (make-diary-entry): Avoid `previous-line'.
8826 (diary-mode-map): New var.
8827 (diary-mode): Redraw cal after saving. Setup header-line.
8828 (fancy-diary-display-mode): Use local-set-key.
8830 * startup.el (command-line): Try calling various terminal-init-foo-bar
8831 functions by stripping hyphenated suffixes from $TERM.
8833 * files.el (normal-mode): Check boundness of font-lock-keywords.
8835 2005-09-12 Richard M. Stallman <rms@gnu.org>
8837 * progmodes/compile.el: Don't decide a file's directory
8838 until the user actually tries to go there.
8839 (compilation-next-error-function):
8840 Pass compilation-find-file the directory from the file-struct.
8841 (compilation-internal-error-properties): Separate local FILE-STRUCT
8842 from FILE. Doc the args better. Rename arg FMT to FMTS.
8843 (compilation-find-file): Arg DIR renamed to DIRECTORY.
8844 Expand it, and if nil, use default-directory.
8845 (compilation-get-file-structure): Don't mix specified directory
8846 with default directory. Put specified directory into
8847 file-struct. Don't make the file name absolute.
8849 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8850 (compile-command): Add autoload.
8851 (compilation-disable-input): Add autoload.
8853 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
8855 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
8856 strings of the variables it can override.
8857 (time-stamp): New (as yet undocumented) time-stamp-format escapes
8858 %Q and %q, for fully-qualified domain name and unqualified host name.
8860 2005-09-11 Kim F. Storm <storm@cua.dk>
8862 * emacs-lisp/authors.el (authors-aliases): Update list.
8863 (authors-fixed-entries): Update mldrag.el entry.
8865 2005-09-10 Alan Mackenzie <acm@muc.de>
8867 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8868 from the region narrowed to.
8870 2005-09-10 Magnus Henoch <mange@freemail.hu>
8872 * textmodes/ispell.el (ispell-check-version): Signal an error if
8873 aspell version is less than 0.60.
8875 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
8877 * progmodes/octave-inf.el (inferior-octave-startup):
8878 Resync current dir at the end.
8880 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
8882 * woman.el (woman-topic-at-point-default):
8883 Rename to woman-use-topic-at-point-default.
8884 (woman-topic-at-point): Rename to woman-use-topic-at-point.
8885 (woman-file-name): Reflect renames above. Automatically use the
8886 word at point as topic if woman-use-topic-at-point is non-nil.
8887 Otherwise offer it as default but don't insert it in the
8888 minibuffer. Also use `test-completion' instead of `assoc' as
8889 suggested by Stefan Monnier.
8891 2005-09-10 Andre Spiegel <spiegel@gnu.org>
8893 * vc.el (vc-directory, vc-update-change-log): Throw an error on
8894 the attempt to do it over Tramp. This is not yet supported.
8896 2005-09-10 Eli Zaretskii <eliz@gnu.org>
8898 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8899 (menu-bar-non-minibuffer-window-p): New functions.
8900 ("Split Window", "Save As..."): Use them.
8901 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
8902 ("Print Buffer", "Truncate Long Lines in this Buffer"):
8903 Use menu-bar-menu-frame-live-and-visible-p.
8904 ("Save Buffer", "Insert File", "Open Directory...")
8905 ("Open File...", "Visit New File..."):
8906 Use menu-bar-non-minibuffer-window-p.
8907 (kill-this-buffer-enabled-p, dired <menu-enable>):
8908 Use menu-bar-non-minibuffer-window-p.
8910 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8912 * cus-start.el (all): Don't complain about fringe-related
8913 built-ins if fringes are not supported. Ditto about
8914 selection-related built-ins. Fix the test for GTK-related built-ins.
8916 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8917 ("Postscript Print Buffer", "Print Region", "Save As...")
8918 ("Save", "Insert File...", "Open Directory...")
8919 ("Open File...", "Visit New File..."")
8920 ("Truncate Long Lines in this Buffer"): Don't look at
8921 menu-updating-frame if this display does not support multiple frames.
8923 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8925 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8927 2005-09-09 Emilio Lopes <eclig@gmx.net>
8929 * woman.el: Format- and whitespace-related changes.
8931 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8933 * woman.el: Fix my email address.
8935 2005-09-08 Richard M. Stallman <rms@gnu.org>
8937 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8938 (sh-mode): Locally set skeleton-pair-default-alist.
8940 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8942 * progmodes/flymake.el: Require `compile' unconditionally.
8944 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8946 * woman.el (woman-file-name): Provide a default, not initial input.
8948 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8950 * font-lock.el (font-lock-support-mode): Doc fix.
8952 * descr-text.el (describe-property-list): Handle non-symbol prop names.
8954 2005-09-08 Richard M. Stallman <rms@gnu.org>
8956 * simple.el (blink-matching-open): Get rid of text props from
8957 the string shown in echo area. Don't permanently set point.
8958 Some rearrangements.
8960 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
8962 * recentf.el (recentf-filename-handler): Add custom choice
8963 `abbreviate-file-name'.
8965 * msb.el (msb--very-many-menus): Fix typo.
8967 * disp-table.el (standard-display-european): Don't set
8968 enable-multibyte-characters to nil.
8970 2005-09-08 David Ponce <david@dponce.com>
8972 * recentf.el (recentf-show-file-shortcuts-flag): New option.
8973 (recentf-expand-file-name): Doc fix.
8974 (recentf-dialog-mode-map): Define digit shortcuts.
8975 (recentf--files-with-key): New variable.
8976 (recentf-show-digit-shortcut-filter): New function.
8977 (recentf-open-files-items): New function.
8978 (recentf-open-files): Use it.
8979 (recentf-open-file-with-key): New command.
8981 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8983 * buff-menu.el (Buffer-menu-sort-by-column): New function.
8984 Suggested by Kim F. Storm.
8985 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8986 (Buffer-menu-make-sort-button): Use global keymap.
8988 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
8990 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
8991 (Man-getpage-in-background-advice): Remove defadvice; it isn't
8992 necessary any longer with the remapped command.
8993 (Man-bgproc-sentinel-advice): Remove defadvice which counts
8994 formatting time only.
8996 * net/tramp.el (tramp-action-password)
8997 (tramp-multi-action-password): Compile the password prompt from
8998 `method', `user' and `host'. Sometimes it isn't obvious which
8999 password to enter, for example with remote files offered by
9000 recentf.el, or with multiple steps. Suggested by Robert Marshall
9001 <robert@chezmarshall.freeserve.co.uk>.
9003 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9005 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9006 Fix regexp for when "s///" is at the beginning of line.
9008 2005-09-07 Jay Belanger <belanger@truman.edu>
9010 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9011 when in matrix mode.
9013 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9015 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9016 non-anonymous functions.
9018 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
9020 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9021 when using a header line. Otherwise, use mouse-1-click-follows-link.
9023 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9024 can't be moved; don't signal an error.
9026 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
9028 * cus-theme.el (custom-theme-write-faces): Save the current face
9029 spec, not the defface spec.
9031 * custom.el (custom-known-themes): Clarify meaning of "standard".
9032 (custom-push-theme): Save old values in the standard theme.
9033 (disable-theme): Correct typo.
9034 (custom-face-theme-value) Deleted unused function.
9035 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9037 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9039 * progmodes/compile.el (compilation-goto-locus): Take into account
9040 iconified frames when determining whether the buffer is
9042 Don't reset window height if the window already existed.
9044 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
9046 * custom.el (load-theme): Rename from require-theme.
9047 Add interactive spec.
9048 (enable-theme): Rename from custom-enable-theme.
9049 Add interactive spec.
9050 (disable-theme): Rename from custom-disable-theme.
9051 Add interactive spec.
9052 (custom-make-theme-feature): Doc fix.
9053 (custom-theme-directory): Doc fix.
9054 (provide-theme): Call enable-theme.
9056 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9058 * obsolete/lazy-lock.el (lazy-lock-mode):
9059 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
9060 font-lock-mode if it's off. Print a warning instead.
9062 * progmodes/compile.el (compilation-start): Ignore errors if the
9063 process died before we get to send-eof.
9065 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
9066 Undo last change. Enclosing the result in quotes broke things on Unix
9067 since tex-send-command passes it through shell-quote-argument.
9068 (tex-send-command): Pass `file' through convert-standard-filename
9070 (tex-uptodate-p): Handle the case where TeX hasn't put additional
9071 info in a transcript.
9073 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
9075 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
9076 fix compilation warning. Reorder the key definitions to group
9077 together keys emitted by the current version of xterm.
9079 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
9080 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
9081 Reorder predicates to correct min-color usage.
9083 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
9085 * longlines.el (longlines-mode): Inhibit read-only when encoding.
9086 Kill local variables when longlines-mode is turned off.
9088 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9090 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
9092 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
9094 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
9096 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
9097 (font-lock-lines-before): Change default to being inactive.
9098 (font-lock-default-fontify-region): Obey font-lock-lines-before.
9099 (font-lock-after-change-function): Don't handle f-l-lines-before here.
9101 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9103 * net/tramp.el (tramp-handle-make-auto-save-file-name):
9104 Deactivate temporarily advice if active (not needed for Emacs 22,
9105 but for backwards compatibility).
9106 (tramp-exists-file-name-handler): Rewrite. First implementation
9108 (tramp-advice-make-auto-save-file-name):
9109 Call `tramp-handle-make-auto-save-file-name' (again, just for
9110 backwards compatibility).
9112 2005-08-31 Reto Zimmermann <reto@gnu.org>
9114 * progmodes/vhdl-mode.el
9115 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
9116 (vhdl-end-p): Fix indentation bug "else" after "-- when".
9117 (vhdl-set-default-project): New function (easier setting of default).
9118 (vhdl-port-copy): Handle extended identifiers for generics.
9119 (vhdl-compiler-alist): Better description for error message regexp.
9120 (vhdl-make): Query for target, use previous as default.
9121 (vhdl-port-copy): Fix port copy for port names starting with "signal".
9122 (vhdl-font-lock-keywords-2): Fix fontification for record
9124 (vhdl-speedbar-make-subpack-line): Add package body link.
9125 (vhdl-generate-makefile-1): Not include itself as dependency.
9126 (vhdl-font-lock-init): Highlight c-preprocessor directives.
9127 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
9128 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
9129 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
9130 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
9131 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
9132 (vhdl-import-project): Add string argument for `error'.
9133 (vhdl-compose-configuration)
9134 (vhdl-compose-configuration-architecture): Add configuration
9135 declaration generation.
9136 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
9137 (vhdl-trailer-re): Add "record" keyword (better indentation).
9138 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
9140 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
9141 (vhdl-testbench-entity-file-name)
9142 (vhdl-testbench-architecture-file-name): Allow separate
9143 customization of testbench file names.
9144 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
9145 (vhdl-get-visible-signals): Allow newline within alias declaration.
9146 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
9147 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
9148 (member-ignore-case): Alias for missing function in XEmacs.
9149 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
9150 (vhdl-update-sensitivity-list): Ignore case on read signals.
9151 (vhdl-replace-string): Adjust case only for file names.
9152 (vhdl-update-sensitivity-list): Fix search for read signals.
9153 (vhdl-update-sensitivity-list): Exclude formal parameters.
9154 (vhdl-get-visible-signals): Include aliases of signals.
9155 (vhdl-get-visible-signals): Fix signal name searching.
9156 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
9157 (vhdl-fixup-whitespace-region): Fix for character
9158 literals (e.g. `:').
9160 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
9162 * ansi-color.el (comint-last-output-start):
9163 * bs.el (font-lock-verbose):
9164 * diff-mode.el (add-log-buffer-file-name-function):
9165 * dired-x.el (vm-folder-directory):
9166 * faces.el (help-xref-stack-item):
9167 * files.el (font-lock-keywords):
9168 * find-lisp.el (dired-buffers, dired-subdir-alist):
9169 * ido.el (cua-inhibit-cua-keys):
9170 * log-view.el (cvs-minor-wrap-function):
9171 * outline.el (font-lock-warning-face):
9172 * simple.el (compilation-current-error):
9173 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
9174 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
9175 * tooltip.el (comint-prompt-regexp):
9176 * w32-fns.el (explicit-shell-file-name):
9177 * term/mac-win.el (mac-charset-info-alist)
9178 (mac-services-selection, mac-system-script-code):
9179 * term/tty-colors.el (msdos-color-values):
9180 * term/w32-win.el (xlfd-regexp-registry-subnum):
9181 * term/x-win.el (x-keysym-table, x-selection-timeout)
9182 (x-session-id, x-session-previous-id):
9183 * textmodes/ispell.el (mail-yank-prefix):
9184 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
9185 * textmodes/org.el (calc-embedded-close-formula)
9186 (calc-embedded-open-formula)
9187 (font-lock-unfontify-region-function):
9188 * textmodes/reftex-global.el (isearch-next-buffer-function)
9190 * textmodes/reftex.el (font-lock-keywords):
9191 * textmodes/tex-mode.el (font-lock-comment-face)
9192 (font-lock-doc-face):
9193 * textmodes/texinfo.el (outline-heading-alist):
9196 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
9197 (artist-spray-chars, artist-mode-init, artist-replace-string)
9198 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
9199 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
9200 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
9202 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
9203 (conf-align-assignments): "?\ " -> "?\s".
9205 * textmodes/reftex-index.el (TeX-master): Add defvar.
9206 (reftex-index-phrases-marker): Move up defvar.
9208 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
9209 (reftex-toc-include-labels-indicator)
9210 (reftex-toc-include-index-indicator)
9211 (reftex-toc-max-level-indicator): Move up declarations.
9213 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
9214 of args to `tramp-run-real-handler', even if it's empty in this case.
9216 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9218 * dired.el (dired-move-to-filename-regexp): Add date format for
9219 Mac OS X 10.3 in East Asian locales.
9221 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9223 * files.el (make-auto-save-file-name): Add file name handler call
9226 * net/tramp.el (tramp-file-name-handler-alist)
9227 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
9228 (tramp-handle-make-auto-save-file-name): Rename from
9229 `tramp-make-auto-save-file-name'.
9230 (tramp-exists-file-name-handler): New defun.
9231 (tramp-advice-make-auto-save-file-name): Make defadvice only when
9232 `make-auto-save-file-name' is not a magic file name operation.
9234 2005-08-30 Richard M. Stallman <rms@gnu.org>
9236 * files.el (risky-local-variable-p):
9237 Match `-predicates' and `-commands.
9239 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
9240 (custom-save-all): Visit the file if necessary;
9241 kill the buffer if we created it.
9242 (custom-save-delete): Don't visit file or kill buffer here.
9244 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9246 * textmodes/org.el (org-special-keyword): New face.
9247 (org-table-copy-down, org-table-eval-formula)
9248 (org-table-recalculate, org-init-section-numbers):
9249 Use `string-to-number' instead of `string-to-int'.
9250 (org-get-location): Use `insert-buffer-substring' instead of
9252 (org-modify-diary-entry-string): New function.
9253 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
9254 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
9255 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9257 (org-export-as-html): Handle QUOTE keyword.
9258 (org-quote-string): New option.
9259 (org-bookmark-jump-unhide): New function, used for
9260 `bookmark-after-jump-hook'.
9261 (org-diary-default-entry): Apply only when not called through
9264 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
9266 * net/eudc.el (mode-popup-menu):
9267 * play/handwrite.el (ps-printer-name, ps-lpr-command):
9268 * progmodes/ada-mode.el (compile-auto-highlight)
9269 (skeleton-further-elements):
9270 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9271 * progmodes/cmacexp.el (msdos-shells):
9272 * progmodes/compile.el (font-lock-extra-managed-props)
9273 (font-lock-keywords, font-lock-maximum-size)
9274 (font-lock-support-mode):
9275 * progmodes/grep.el (font-lock-lines-before):
9276 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9277 * progmodes/mixal-mode.el (compile-command):
9278 * progmodes/perl-mode.el (font-lock-comment-face)
9279 (font-lock-doc-face, font-lock-string-face):
9280 * progmodes/prolog.el (comint-prompt-regexp):
9281 * progmodes/sh-script.el (font-lock-comment-face)
9282 (font-lock-set-defaults, font-lock-string-face):
9283 * progmodes/sql.el (font-lock-keyword-face)
9284 (font-lock-set-defaults, font-lock-string-face):
9285 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9286 (itimer-version, lazy-lock-defer-contextually)
9287 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9290 * progmodes/cperl-mode.el (cperl-electric-lbrace)
9291 (cperl-electric-keyword, cperl-electric-pod)
9292 (cperl-electric-backspace, cperl-forward-re)
9293 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9294 (vc-rcs-header, vc-sccs-header): Add defvars.
9296 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9297 (font-lock-syntactic-keywords, gud-find-expr-function):
9300 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9301 (gdb-frame-parameters): Declare before use.
9303 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9304 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9305 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9306 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9308 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9309 (idlwave-help-with-source): Use `insert-buffer-substring', not
9312 2005-08-29 Juri Linkov <juri@jurta.org>
9314 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9315 Put outline-back-to-heading function call inside save-excursion.
9317 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
9319 * man.el (Man-init-defvars, Man-translate-references)
9320 (Man-support-local-filenames, Man-highlight-references):
9321 * progmodes/sql.el (sql-interactive-mode):
9322 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
9324 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9325 (compilation-mode-font-lock-keywords): Add defvars.
9326 (checkdoc-interactive-loop): "?\ " -> "?\s".
9328 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9329 (font-lock-doc-face, font-lock-string-face)
9330 (font-lock-keywords-case-fold-search): Add defvars.
9331 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9333 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9334 Don't pass X and Y (they are ignored anyway).
9335 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9336 (mouse-delete-window): Make arguments optional.
9338 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
9339 (caesar-translate-table, minor-modes, news-buffer-save)
9340 (news-group-name, news-minor-modes): Add defvars.
9342 * emacs-lisp/lselect.el (mouse-highlight-priority)
9343 (x-lost-selection-functions, zmacs-regions):
9344 * emacs-lisp/pp.el (font-lock-verbose):
9345 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9346 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9348 * emacs-lisp/tcover-unsafep.el (safe-functions):
9349 * international/mule-cmds.el (mac-system-coding-system)
9350 (mac-system-locale):
9351 * language/ethio-util.el (rmail-current-message)
9352 (rmail-message-vector):
9353 * language/thai-util.el (thai-auto-composition-mode):
9354 * mail/metamail.el (rmail-current-message, rmail-message-vector):
9355 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9356 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9357 (vm-primary-inbox, vm-spool-files):
9358 * mail/rmail.el (deleted-head, font-lock-fontified)
9359 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9360 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9362 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9363 (rmail-summary-mode-map):
9364 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9365 (rmail-last-label, rmail-last-multi-labels)
9366 (rmail-summary-vector, rmail-total-messages):
9367 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9368 * mail/rmailsum.el (msgnum):
9369 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9370 (rmail-current-message):
9371 * obsolete/fast-lock.el (font-lock-face-list):
9372 * obsolete/rnewspost.el (mail-reply-buffer):
9373 * obsolete/scribe.el (compile-command):
9374 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9376 2005-08-28 John Paul Wallington <jpw@gnu.org>
9378 * ibuf-ext.el (ibuffer-auto-update-changed):
9379 Use `frame-or-buffer-changed-p' to check whether we need to update.
9380 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9381 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
9382 as a `frame-or-buffer-changed-p' state vector instead.
9384 2005-08-27 Romain Francoise <romain@orebokech.com>
9386 * textmodes/makeinfo.el (makeinfo-compile):
9387 Use `compilation-start'. Set `next-error-function' according to
9389 (makeinfo-next-error): New function.
9390 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9391 (makeinfo-buffer): Likewise.
9393 * progmodes/compile.el (compilation-start): Add autoload cookie.
9395 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9396 * textmodes/sgml-mode.el: Likewise.
9397 * progmodes/python.el: Likewise.
9399 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9401 * simple.el (blink-matching-paren-distance): Document the meaning
9402 of nil value, and allow to customize to nil.
9404 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9405 command.com, not command.exe.
9407 2005-08-26 John Wiegley <johnw@newartisans.com>
9409 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
9410 code around a bit so that an extraneous nil argument is not added
9411 to a command when no args are given.
9413 * eshell/esh-arg.el (eshell-parse-double-quote): If a
9414 double-quoted argument resolves to nil, return it as an empty
9415 string rather than as nil. This made it impossible to pass "" to
9416 a shell script as a null string argument.
9418 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9420 * outline.el (outline-invent-heading): New fun.
9421 (outline-promote, outline-demote): Use it.
9422 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9423 (outline-end-of-subtree): Remove unused var `opoint'.
9425 2005-08-26 David Reitter <david.reitter@gmail.com>
9427 * menu-bar.el (truncate-lines, write-file, print-buffer)
9428 (ps-print-buffer-faces, ps-print-buffer, split-window):
9429 Disable menu items when the frame they refer to is invisible, or when
9430 they refer to a buffer and the minibuffer is selected.
9432 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9434 * progmodes/flymake.el (flymake-highlight-err-lines):
9435 Use save-excursion around flymake-highlight-line to preserve point.
9437 2005-08-26 Eli Zaretskii <eliz@gnu.org>
9439 * progmodes/octave-mod.el: Change Author and Maintainer address.
9440 (octave-maintainer-address): Change Kurt's email address.
9441 * progmodes/octave-inf.el: Change Author and Maintainer address.
9442 * progmodes/octave-hlp.el: Change Author and Maintainer address.
9444 2005-08-26 Kim F. Storm <storm@cua.dk>
9446 * subr.el (version-list-<, version-list-<=, version-list-=):
9447 Rename from integer-list-*.
9448 (version-list-not-zero): Likewise. Fix while loop.
9449 (version=): Use version-list-= instead of string-equal.
9451 2005-08-26 Richard M. Stallman <rms@gnu.org>
9453 * outline.el (outline-promote): Try shortening the heading.
9454 As last resort, read the heading to use.
9455 (outline-demote): As last resort, read the heading to use.
9457 2005-08-26 Romain Francoise <romain@orebokech.com>
9459 * progmodes/compile.el (compilation-start): Doc fix.
9461 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9462 (antlr-font-lock-additional-keywords): Fix reference to
9463 `antlr-font-lock-literal-regexp' erroneously changed during the
9465 (antlr-run-tool): Use `compilation-start'.
9467 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9468 instead of the obsolete `compile-internal'.
9470 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
9472 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9473 (number, original-date):
9474 * calendar/cal-china.el (date):
9475 * calendar/cal-coptic.el (date):
9476 * calendar/cal-french.el (date):
9477 * calendar/cal-hebrew.el (date, entry, number, original-date):
9478 * calendar/cal-islam.el (date, number, original-date):
9479 * calendar/cal-iso.el (date):
9480 * calendar/cal-julian.el (date):
9481 * calendar/cal-mayan.el (date):
9482 * calendar/cal-menu.el (date, event):
9483 * calendar/cal-persia.el (date):
9484 * calendar/lunar.el (date):
9485 * calendar/solar.el (date): Add defvars.
9490 * obsolete/bg-mouse.el:
9491 * obsolete/sun-curs.el:
9492 * obsolete/swedish.el: Move the `defvar's to the top level.
9494 * smerge-mode.el (smerge-refined-change): Add :group.
9496 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9498 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9499 (smerge-keep-n): Remove props.
9500 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9501 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9502 now that it's done in smerge-keep-n.
9503 (smerge-refined-change): New face.
9504 (smerge-refine-chopup-region, smerge-refine-highlight-change)
9505 (smerge-refine): New funs.
9506 (smerge-basic-map): Bind smerge-refine.
9508 2005-08-25 Juri Linkov <juri@jurta.org>
9510 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
9511 compilation-process-setup-function and compilation-disable-input
9512 in grep-mode instead of let-bindings in grep.
9514 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
9515 Delete "Automatic File De/compression" (auto-compression-mode).
9517 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
9519 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
9520 Silence warning about non-existent variable.
9522 2005-08-25 Richard M. Stallman <rms@gnu.org>
9524 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
9525 Rename "Describe Key" to "Describe Key or Mouse Operation".
9527 * mail/mailalias.el (build-mail-aliases): Delete comments
9528 from the contents before processing them.
9530 * isearch.el (isearch-edit-string): Erase the Search prompt
9531 if user enters an empty string and there is no default.
9533 * comint.el (comint-file-name-prefix): Add autoload.
9535 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
9537 * subr.el (play-sound): Rearrange to avoid warning.
9539 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
9541 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
9543 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
9545 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9547 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
9549 * custom.el (custom-theme-set-variables): Sort minor modes last.
9551 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9553 * subr.el (version-separator, version-regexp-alist): New vars used by
9554 version comparison funs.
9555 (integer-list-<, integer-list-=, integer-list-<=)
9556 (integer-list-not-zero): New funs for integer list comparison.
9557 (version-to-list, version=, version<, version<=): New funs for version
9560 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
9562 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
9563 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
9564 time to silence the byte-compiler.
9566 * ibuffer.el (ibuffer-compile-make-eliding-form)
9567 (ibuffer-check-formats): Use `with-no-warnings' to hide references
9568 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
9569 so it's silly to get warnings for it).
9570 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
9571 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9572 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
9573 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
9574 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
9575 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
9576 Defvar at compile time.
9577 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
9578 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
9579 Declare them before use.
9581 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
9582 (info-xref-good, info-xref-bad): Defvar at compile time.
9584 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
9585 Use `let*' instead of `let'.
9587 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
9588 (*mouse-y*, menu, char): Defvar at compile time.
9589 (sc::menu): Declare it before use.
9590 (sc::pack-one-line): Use `let', not `let*'.
9592 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
9593 (mail-send-hook): Defvar at compile time.
9595 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
9596 Defvar at compile time.
9598 * term/sun-mouse.el (current-global-mousemap)
9599 (current-local-mousemap): Declare them before use.
9601 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
9603 * bookmark.el (bookmark-after-jump-hook): New hook.
9604 (bookmark-jump): Run `bookmark-after-jump-hook'.
9606 2005-08-23 Juri Linkov <juri@jurta.org>
9608 * faces.el (minibuffer-prompt): Doc fix.
9610 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
9612 * progmodes/xscheme.el: Trivial changes to silence warnings.
9613 (xscheme-previous-mode, xscheme-previous-process-state):
9615 (xscheme-last-input-end, xscheme-process-command-line)
9616 (xscheme-process-name, xscheme-buffer-name)
9617 (xscheme-expressions-ring-max, xscheme-expressions-ring)
9618 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
9619 (xscheme-control-g-synchronization-p)
9620 (xscheme-control-g-disabled-p, xscheme-string-receiver)
9621 (default-xscheme-runlight, xscheme-runlight)
9622 (xscheme-runlight-string, xscheme-process-filter-state)
9623 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
9624 Move to beginning of file.
9625 (scheme-interaction-mode-commands-alist)
9626 (scheme-interaction-mode-map, scheme-debugger-mode-map):
9627 Declare them before use. Note: the initialization code for the variables
9628 has not been moved because it uses functions that reference the variables.
9629 (xscheme-control-g-message-string, xscheme-process-filter-alist)
9630 (xscheme-prompt-for-expression-map): Declare them before use.
9631 (scheme-debugger-mode-commands): "?\ " -> "?\s".
9633 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
9635 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
9637 2005-08-22 Juri Linkov <juri@jurta.org>
9639 * faces.el (set-face-underline): Delete this duplicate function
9640 and make an obsolete alias to set-face-underline-p.
9641 (set-face-underline-p): Use docstring of set-face-underline.
9642 (describe-face): Create hyperlink to parent face.
9644 * info.el (Info-insert-dir): Use save-excursion around
9645 insert-buffer-substring.
9646 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
9647 (Info-escape-percent): Delete function.
9648 (Info-fontify-node): Replace Info-escape-percent by
9649 replace-regexp-in-string with REP arg set to lambda that
9650 duplicates `%' and preserves text properties.
9652 * progmodes/compile.el (compilation-disable-input): Doc fix.
9653 (define-compilation-mode): Doc fix and refill.
9654 (kill-compilation): Use `mode-name' in the error message.
9655 (compilation-find-file): Use `compilation-error' in the
9656 read-file-name's prompt.
9658 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9660 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
9661 (smerge-auto-leave): Make undo re-enable the mode.
9662 (debug-ignored-errors): Add the user-error of impossible resolution.
9663 (smerge-resolve): Move things around a bit, in preparation for later.
9664 (smerge-diff): Don't fail if the buffer has no associated file.
9665 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
9666 (smerge-conflict-overlay): New function.
9667 (smerge-match-conflict): Don't add text properties here.
9668 (smerge-find-conflict): Instead, add an overlay here.
9669 Also check for the case where we're inside a conflict already, so as to
9670 obviate the need for font-lock-multiline, which is unbearably slow with
9671 large conflicts and ciomplex font-lock patterns.
9672 (smerge-remove-props): Remove overlay rather than text-properties.
9673 (smerge-mode): Don't set font-lock-multiline.
9674 Remove overlays when turned off.
9676 2005-08-21 Kim F. Storm <storm@cua.dk>
9678 * ido.el (ido-ignore-item-p): Use save-match-data.
9679 Bind case-fold-search to ido-case-fold locally.
9681 2005-08-20 Richard M. Stallman <rms@gnu.org>
9683 * files.el (normal-mode): If font lock is on, turn it off and on.
9685 * subr.el (replace-regexp-in-string): Doc fix.
9687 * startup.el (command-line-1): Don't suppress startup screen
9688 due to existing processes.
9690 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
9692 * progmodes/compile.el (compilation-disable-input): Default to nil.
9694 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9696 * progmodes/compile.el (compilation-disable-input): New defcustom.
9697 (compilation-start): If compilation-disable-input is non-nil, send
9698 EOF to the compilation process.
9700 2005-08-20 Eli Zaretskii <eliz@gnu.org>
9702 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
9703 Run the argument of tex-shell-cd-command through
9704 convert-standard-filename, to get the correct style of slashes on
9705 Windows, and enclose the result in quotes, in case the file name
9706 includes whitespace or other special characters.
9708 2005-08-19 Andreas Schwab <schwab@suse.de>
9710 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
9713 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
9715 * cus-start.el (minibuffer-prompt-properties): Correct typo.
9717 2005-08-18 Kim F. Storm <storm@cua.dk>
9719 * scroll-lock.el: Fix errors due to incorrect line wrapping.
9721 2005-08-18 Richard M. Stallman <rms@gnu.org>
9723 * scroll-lock.el: New file.
9725 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
9727 * dired.el (dired-move-to-end-of-filename):
9728 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
9730 2005-08-18 Kim F. Storm <storm@cua.dk>
9732 * ido.el (ido-everywhere): Fix defcustom :set function to disable
9733 rather than toggle mode when custom value is nil.
9734 (ido-everywhere): Fix defun doc string.
9736 2005-08-17 Richard M. Stallman <rms@gnu.org>
9738 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
9739 as tag instead of "Inviolable".
9741 2005-08-17 Kim F. Storm <storm@cua.dk>
9743 * windmove.el (windmove-coordinates-of-position): Remove.
9744 (windmove-coordinates-of-window-position): Remove.
9745 (windmove-reference-loc): Use posn-at-point instead.
9747 * subr.el (insert-for-yank-1): Doc fix.
9749 * ido.el (ido-enter-matching-directory): Rename from
9750 ido-enter-single-matching-directory. Change `slash' choice to
9751 `only'. Add `first' choice.
9752 (ido-exhibit): Adapt to above changes.
9754 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
9756 * Makefile.in: Expand comment about building loaddefs.el.
9758 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
9760 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
9761 Comment use of defadvice.
9763 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
9765 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
9767 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
9768 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
9769 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
9770 * progmodes/idlw-shell.el, progmodes/ld-script.el,
9771 * progmodes/which-func.el, ruler-mode.el, strokes.el,
9772 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
9773 for backward compatibility for faces that did not appear in the
9774 previous Emacs release.
9776 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
9778 2005-08-15 Kim F. Storm <storm@cua.dk>
9780 * emulation/cua-base.el (cua-delete-region): Return t if
9781 deleted region was non-empty.
9782 (cua-replace-region): Inhibit overwrite-mode for
9783 self-insert-command if replaced region was non-empty.
9784 (cua--explicit-region-start, cua--status-string): Make them
9785 buffer-local at top-level...
9786 (cua-mode): ...rather than when mode is enabled.
9788 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
9790 * progmodes/vhdl-mode.el (vhdl-emacs-21):
9791 Set t for Emacs 21, 22, and so on.
9793 2005-08-15 David Ponce <david@dponce.com>
9795 * tree-widget.el: Update Commentary header.
9796 (tree-widget-theme): Doc fix.
9797 (tree-widget-space-width): New option.
9798 (tree-widget-image-properties): Look up in the default theme too.
9799 (tree-widget--cursors): Only for images with arrow pointer shape.
9800 (tree-widget-lookup-image): Pointer shape is hand by default.
9801 (tree-widget-icon): Rename generic icon widget from
9802 `tree-widget-control'.
9803 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
9804 derive from `tree-widget-icon'.
9805 (tree-widget-handle): Improve default look and feel of the text
9807 (tree-widget): Rename :*-control properties to :*-icon properties.
9808 Add :action and :help-echo properties.
9809 (tree-widget-after-toggle-functions): Move.
9810 (tree-widget-close-node, tree-widget-open-node): Remove.
9811 (tree-widget-before-create-icon-functions): New hook.
9812 (tree-widget-value-create): Update to allow customization of icons
9813 and nodes at run-time via that new hook.
9814 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
9815 (tree-widget-icon-action, tree-widget-icon-help-echo)
9816 (tree-widget-action, tree-widget-help-echo): New functions.
9818 2005-08-15 Kim F. Storm <storm@cua.dk>
9820 * ido.el (ido-buffer-internal): Use with-no-warnings.
9821 (ido-make-merged-file-list): Use while-no-input.
9823 2005-08-15 Richard M. Stallman <rms@gnu.org>
9825 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
9826 (flyspell-large-region): Fix doc and custom type.
9828 2005-08-14 Richard M. Stallman <rms@gnu.org>
9830 * files.el (interpreter-mode-alist): Doc fix.
9832 * mail/rmail.el (rmail-nonignored-headers): New variable.
9833 (rmail-clear-headers): Use it.
9834 (rmail-reply): Better handling of mail-followup-to header.
9836 * progmodes/sh-script.el (sh-font-lock-keywords-var):
9837 Rename variable from sh-font-lock-keywords. In the `shell' entry,
9838 don't try to refer to executable-font-lock-keywords.
9839 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
9840 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
9841 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
9842 (sh-mode): Set comment-start-skip, local-abbrev-table,
9843 imenu-case-fold-search.
9844 (sh-set-shell): Don't set them here.
9845 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
9846 Don't cache the results in the original alist; don't ever modify
9849 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
9851 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
9854 2005-08-15 Andreas Schwab <schwab@suse.de>
9856 * desktop.el: Put autoload cookie at risky-local-variable declarations.
9858 * dired.el, info.el, mail/rmail.el: Revert last change.
9860 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
9862 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
9863 modification in `eval-after-load' form.
9864 * info.el: Likewise.
9865 * mail/rmail.el: Likewise.
9867 2005-08-14 Juri Linkov <juri@jurta.org>
9869 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9870 Remove highlighting of "Compilation started". Highlight only
9871 the word "finished" in "Compilation finished". Add highlighting
9872 of "interrupt", "killed", "terminated" and the exit code.
9873 (compilation-start): Add newline after header. Use exactly the
9874 same time stamp format as the finishing message.
9875 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9877 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9878 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9879 Add highlighting of "interrupt", "killed", "terminated".
9881 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9882 enabled and the current command is self-insert-command, call it
9883 explicitly with overwrite-mode bound to nil, to not allow it
9884 to delete the character after the selected region.
9886 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
9888 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9889 move-end-of-line, end-of-line, and beginning-of-line to the list
9890 of commands after which the echo area is updated.
9892 2005-08-12 Eli Zaretskii <eliz@gnu.org>
9894 * cus-edit.el (custom-save-all, custom-save-delete):
9895 Bind recentf-exclude to exclude custom-file.
9897 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
9899 * mail/rmailsum.el (rmail-summary-end-of-message): New command
9900 to go to the bottom of the mail message. Added to
9901 `rmail-summary-mode-map' with key "/".
9902 (rmail-summary-show-message): New (internal) function for use by
9903 both `rmail-summary-beginning/end-of-message'.
9904 (rmail-summary-beginning-of-message): Change to use
9905 rmail-summary-show-message.
9907 * mail/rmail.el (rmail-end-of-message): New command to go to the
9908 end of the current message. Added to `rmail-mode-map' with key "/".
9909 (rmail-beginning-of-message): Fix to work as documented.
9910 (rmail-mode): Change documentation.
9912 * progmodes/compile.el (compilation-start): Add the line
9913 "Compilation started" with compilation start time.
9914 (compilation-mode-font-lock-keywords): Add `started' to keywords.
9916 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
9918 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9921 2005-08-11 Richard M. Stallman <rms@gnu.org>
9923 * simple.el (pop-global-mark): Reverse test of widen-automatically.
9925 * battery.el (battery-status-function): Don't use ignore-errors.
9927 2005-08-11 Lute Kamstra <lute@gnu.org>
9929 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9930 define-obsolete-variable-alias.
9932 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9934 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9935 (ange-ftp-send-cmd): Revert last change, and expand
9936 the comment explaining the problem.
9938 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
9940 * ldefs-boot.el: Update.
9942 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9943 item to "Time, Load and Mail". Change help echo text.
9945 * time.el (display-time-use-mail-icon, display-time-format)
9946 (display-time-string-forms): Shorten first line of docstrings.
9948 2005-08-10 Lars Hansen <larsh@soem.dk>
9950 * desktop.el (desktop-buffer-mode-handlers):
9951 Make non-customizable. Add autoload cookie. Change initial value to
9952 nil; add elements in respective modules instead. Fix doc string.
9953 (desktop-load-file): New function.
9954 (desktop-minor-mode-handlers): New autoloaded variable.
9955 (desktop-create-buffer): Call minor mode handlers.
9956 Use desktop-load-file to load major and minor mode modules prior to
9957 checking for a handler.
9958 (desktop-save): Don't add nil to desktop-minor-modes for minor
9959 modes with nil function in desktop-minor-mode-table. Don't delete
9960 desktop file before rewriting it.
9961 (desktop-locals-to-save): Add autoload cookie. Don't make
9962 automatically buffer-local. Add variables column-number-mode,
9963 size-indication-mode, indent-tabs-mode,
9964 indicate-buffer-boundaries, indicate-empty-lines and
9965 show-trailing-whitespace.
9966 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
9967 regexps. Don't use desktop-clear-preserve-buffers-regexp.
9968 (desktop-clear-preserve-buffers-regexp): Delete.
9969 (desktop-clear-preserve-buffers): Update initial value and docstring.
9970 (desktop-save-buffer): Fix doc string.
9972 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9973 (hilit-chg-desktop-restore): New function.
9974 (highlight-changes-mode): Add highlight-changes-mode to
9975 desktop-locals-to-save.
9977 * dired.el: Add handler to desktop-buffer-mode-handlers.
9978 (dired-restore-desktop-buffer): Remove autoload cookie.
9979 (dired-mode): Add autoload cookie.
9981 * info.el: Add handler to desktop-buffer-mode-handlers.
9982 (Info-restore-desktop-buffer): Remove autoload cookie.
9983 (Info-mode): Add autoload cookie.
9985 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9986 (mh-restore-desktop-buffer): Remove autoload cookie.
9987 (mh-folder-mode): Add autoload cookie.
9989 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9990 (rmail-restore-desktop-buffer): Remove autoload cookie.
9992 2005-08-11 Masatake YAMATO <jet@gyve.org>
9994 * hexl.el (hexl-address-region):
9995 (hexl-ascii-region, hexl-font-lock-keywords):
9996 (hexl-highlight-line-range): Use the term "region"
9997 instead of "area" for consistency with the other symbols
10000 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10002 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10003 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10004 out by Juri Linkov). Add `display-battery-mode'.
10006 2005-08-09 Juri Linkov <juri@jurta.org>
10008 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10009 Remove `-text' from face variable names.
10010 (compilation-error-file-name, compilation-warning-file-name)
10011 (compilation-info-file-name): Delete faces.
10012 (compilation-line-number, compilation-column-number):
10013 Remove face underlining.
10014 (compilation-message-face): Set to `underline' value by default.
10015 (compilation-error-face, compilation-warning-face)
10016 (compilation-info-face): Remove `-file-name' from face names.
10017 (compilation-error-text-face, compilation-warning-text-face)
10018 (compilation-info-text-face): Delete face variables.
10019 (compilation-text-face): Delete function.
10021 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10022 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10023 (grep-error-face): Set to `compilation-error' instead of
10024 `compilation-error-face' (which is redefined to `grep-hit-face' in
10026 (grep-mode-font-lock-keywords): Remove `-text' from face variable
10027 names. Use `grep-error-face' instead of `compilation-error-text-face'.
10029 * dired-aux.el (dired-do-query-replace-regexp):
10030 Use `query-replace-read-args'.
10032 * replace.el (query-replace-read-from, query-replace-read-to)
10033 (query-replace-read-args): Rename arg `string' to `prompt'.
10035 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10037 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10039 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10041 (ange-ftp-canonize-filename): Handle file names beginning with ~
10044 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10046 * textmodes/fill.el (canonically-space-region)
10047 (fill-context-prefix, fill-french-nobreak-p)
10048 (fill-delete-newlines, fill-comment-paragraph)
10049 (justify-current-line): "?\ " -> "?\s".
10051 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
10053 * textmodes/fill.el (fill-nonuniform-paragraphs):
10054 Improve argument/docstring consistency.
10056 2005-08-09 Richard M. Stallman <rms@gnu.org>
10058 * textmodes/ispell.el (ispell-word): More fboundp checks.
10060 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
10061 (find-file-noselect-1): Call it here, only if RAWFILE.
10062 (normal-mode): Always set some major mode.
10063 (save-some-buffers-action-alist): Change some explanation strings.
10064 (file-name-non-special): In the `quote' method, use unwind-protect.
10066 2005-08-09 Magnus Henoch <mange@freemail.hu>
10068 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
10069 (ispell-have-aspell-dictionaries): New variable.
10070 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
10071 (ispell-get-aspell-config-value): New function.
10072 (ispell-aspell-find-dictionary): New function.
10073 (ispell-aspell-add-aliases): New function.
10074 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
10075 appropriate. Don't look for ispell dictionaries if we use aspell.
10076 (ispell-menu-map): Don't build a submenu of dictionaries.
10078 2005-08-09 Richard M. Stallman <rms@gnu.org>
10080 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
10081 (sql-read-passwd): Use read-passwd.
10083 * progmodes/idlw-toolbar.el (idlwave-toolbar)
10084 (idlwave-toolbar-is-possible): Add defvars.
10086 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
10089 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
10090 (idlwave-system-class-info, idlwave-executive-commands-alist):
10093 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
10095 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
10098 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
10099 and content-type: headers.
10101 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
10103 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
10104 and rename some of them to be more self-explanatory.
10106 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
10108 * startup.el (command-line-1): Implement -scriptload.
10110 * replace.el (occur-engine): Initial *Occur* output not undoable.
10112 * menu-bar.el (menu-bar-file-menu): Rename some menu items
10113 and improve help strings.
10115 * isearch.el (isearch-repeat): When changing direction,
10116 mark search successful.
10118 * ediff-init.el: Use (featurep 'xemacs).
10120 * comint.el (send-invisible): Identify buffer, if not selected.
10122 * align.el: Delete autoload for c-guess-basic-syntax.
10124 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10126 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
10127 Improve argument/docstring consistency. Doc fixes.
10128 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
10129 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
10130 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
10131 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
10132 (r2bv-organization, r2bv-pages, r2bv-primary-author)
10133 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
10134 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
10135 Defvar at compile time.
10137 2005-08-09 Juri Linkov <juri@jurta.org>
10139 * info.el: Replace `info' with upper-case `Info' where appropriate.
10140 (info-title-1, info-title-2, info-title-3, info-title-4)
10141 (info-menu-header): Move up face definitions.
10142 (info-menu-star): Rename from `info-menu-5'.
10143 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
10144 (Info-fontify-visited-nodes): Fix docstring.
10145 (Info-hide-note-references): Fix docstring.
10146 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
10147 menu items in the same way as on cross-references.
10148 (info-apropos): Fix sorting order and formatting to be like in the
10149 stand-alone Info browser. Display error messages for 1 sec.
10150 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
10151 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
10153 (Info-insert-dir): Restore point after calling
10154 `insert-buffer-substring'.
10156 2005-08-08 Richard M. Stallman <rms@gnu.org>
10158 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
10159 (recompute-lucid-menubar): Add defvars.
10161 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
10163 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
10165 * net/net-utils.el (run-dig): Rename from `dig'.
10167 * play/gametree.el (gametree-mode): Use make-local-variable,
10168 not make-variable-buffer-local.
10170 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
10172 * ansi-color.el (ansi-color-make-extent)
10173 (ansi-color-set-extent-face): Use fboundp, not functionp.
10175 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
10176 not make-variable-buffer-local.
10178 * bookmark.el (Info-current-file): Add defvar.
10179 (bookmark-jump-noselect): Use with-no-warnings.
10181 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
10183 * ebuff-menu.el (Helper-return-blurb): Add defvar.
10185 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
10187 * find-file.el (ada-procedure-start-regexp)
10188 (ada-package-start-regexp): Add defvars.
10190 * info.el (Info-insert-dir): Use insert-buffer-substring.
10192 * xml.el (xml-att-def-re): Add defvar.
10194 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
10195 calling convention.
10197 * subr.el (while-no-input): Return t if there is input.
10199 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
10201 * cus-start.el (all): Add `overflow-newline-into-fringe'.
10203 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
10205 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
10206 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
10208 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
10210 * cmuscheme.el (scheme-start-file): Replace reference to
10211 `user-emacs-directory' by "~/.emacs.d/".
10213 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
10215 * info.el (Info-dir-remove-duplicates): Avoid case folding
10216 in loop; instead, keep downcased strings for comparison.
10217 Suggested by Helmut Eller.
10219 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
10221 Sync with Tramp 2.0.50.
10223 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
10224 XEmacs case; not necessary anymore.
10225 (tramp-user-regexp): Allow "@" as part of user name.
10226 (tramp-handle-set-visited-file-modtime)
10227 (tramp-handle-insert-file-contents)
10228 (tramp-handle-write-region): No special handling for
10229 `last-coding-system-used, because this is done in
10230 `tramp-accept-process-output' now.
10231 (tramp-accept-process-output): New defun.
10232 (tramp-process-one-action, tramp-process-one-multi-action)
10233 (tramp-wait-for-regexp, tramp-wait-for-output)
10234 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
10235 Howells <dhowells@redhat.com>.
10236 (clear-visited-file-modtime): Defadvice removed. The check for
10237 unset buffer's modtime does not need to be based on
10238 `tramp-buffer-file-attributes'. Suggested by RMS.
10239 (tramp-message): Insert "\n" if not being at beginning of line.
10240 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
10241 sequence with same logic.
10242 (tramp-completion-handle-expand-file-name): Discard call of
10243 `tramp-drop-volume-letter'. It is not necessary, and there have
10244 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
10245 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10246 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
10247 should always be visible.
10248 (tramp-handle-insert-directory, tramp-setup-complete)
10249 (tramp-set-process-query-on-exit-flag)
10250 (tramp-append-tramp-buffers): Pacify byte-compiler.
10251 (tramp-bug): Delete non-existing variables from list.
10252 Apply `tramp-load-report-modules' as pre-hook.
10253 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
10254 `shell-prompt-pattern' because of non-7bit characters.
10255 Reported by Sebastian Luque <sluque@mun.ca>.
10256 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
10257 (tramp-match-string-list): Remove function.
10258 (tramp-wait-for-regexp): Remove call of that function.
10259 Suggested by Kim F. Storm <storm@cua.dk>.
10260 (tramp-set-auto-save-file-modes): Use octal integer code #o600
10261 instead of octal character code ?\600. The latter resulted in a
10262 syntax error with XEmacs.
10264 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
10265 XEmacs case; not necessary anymore.
10266 (tramp-smb-handle-write-region): No special handling for
10267 `last-coding-system-used, because this is done in
10268 `tramp-accept-process-output' now.
10269 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
10271 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
10273 * wid-edit.el (widget-choice-value-create):
10274 Unconditionally respect user choice. Set :explicit-choice back to nil
10275 when no longer needed.
10276 (widget-choice-action): Unconditionally respect user choice.
10277 Eliminate :explicit-choice-value.
10279 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10281 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10282 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10283 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10284 running new function `toggle-indicate-empty-lines'.
10285 Rename "Customize" item to "Customize fringe".
10286 Rename "Indicators" item to "Buffer boundaries" and change help echo.
10287 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10288 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10289 Delete "Empty lines only" item.
10290 (menu-bar-showhide-fringe-ind-customize): New function.
10291 (menu-bar-showhide-fringe-ind-mixed)
10292 (menu-bar-showhide-fringe-ind-box)
10293 (menu-bar-showhide-fringe-ind-right)
10294 (menu-bar-showhide-fringe-ind-left)
10295 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10296 instead of `fringe-indicators'.
10298 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10300 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
10301 Change the date of last update.
10303 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10305 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10306 (viper-exec-yank, viper-put-back): Don't display modification msg
10307 if in the minibuffer.
10309 * viper-init.el (viper-replace-overlay-cursor-color)
10310 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10311 Make variables frame local.
10313 * viper-util.el (viper-append-filter-alist): Use append instead of
10316 * viper.el (viper-vi-state-mode-list)
10317 (viper-emacs-state-mode-list): Move help-mode and
10318 completion-list-mode from the first list to the second.
10319 (viper-mode): Docstring.
10320 (viper-go-away, viper-non-hook-settings): Don't localize
10321 minor-mode-alist in newer Emacsen. Add advice to
10322 set-cursor-color. Don't bind "\C-c\\".
10324 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
10326 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10327 (scheme-macro-expand-command): New user options.
10328 (scheme-trace-procedure, scheme-expand-current-form): New commands.
10329 (scheme-form-at-point, scheme-start-file)
10330 (scheme-interactively-start-process): New functions.
10331 (scheme-get-process): New function, extracted from `scheme-proc'.
10332 (run-scheme): Call `scheme-start-file' to get start file, and pass
10333 it to `make-comint'.
10334 (switch-to-scheme, scheme-proc):
10335 Call `scheme-interactively-start-process' if no Scheme buffer/process
10338 2005-08-06 Juri Linkov <juri@jurta.org>
10340 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10341 Use `compilation-text-face', `compilation-info-text-face' and
10342 `compilation-error-text-face' instead of `font-lock-keyword-face'.
10343 (compilation-error): New face.
10344 (compilation-error-file-name): Inherit from
10345 `compilation-error' instead of `font-lock-warning-face'.
10346 (compilation-warning-file-name): Inherit from
10347 `compilation-warning' instead of `font-lock-warning-face'.
10348 (compilation-info, compilation-error-file-name)
10349 (compilation-warning-file-name, compilation-info-file-name)
10350 (compilation-line-number, compilation-column-number): Doc fix.
10351 (compilation-error-text-face, compilation-warning-text-face)
10352 (compilation-info-text-face): New face variables.
10353 (compilation-line-face, compilation-column-face)
10354 (compilation-enter-directory-face)
10355 (compilation-leave-directory-face): Doc fix.
10356 (compilation-text-face): New function.
10358 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10359 instead of 1 to display binary file names as info file links.
10360 (grep-error-face): Use `compilation-error-face' instead of
10361 `font-lock-keyword-face'.
10362 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
10363 and `compilation-warning-text-face' instead of
10364 `font-lock-keyword-face'. Use `compilation-error-text-face'
10365 instead of `grep-error-face'.
10367 2005-08-05 Kenichi Handa <handa@m17n.org>
10369 * international/code-pages.el: Add autoload cookies for all coding
10372 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
10374 * cus-start.el (all): Put undo.c where it alphabetically belongs.
10376 2005-08-04 Juri Linkov <juri@jurta.org>
10378 * progmodes/compile.el (compilation-mode-map):
10379 * progmodes/grep.el (grep-mode-map):
10380 Bind TAB to `compilation-next-error' and [backtab] to
10381 `compilation-previous-error'.
10383 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10384 matching line numbers, column numbers and their ranges with regexp
10385 matching only line numbers.
10386 (grep-context-face): New face variable.
10387 (grep-mode-font-lock-keywords): Use it.
10389 * faces.el (read-face-name): Delete duplicate faces.
10391 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
10393 * thumbs.el (thumbs-find-image): Don't make variables
10394 automatically buffer local.
10395 (thumbs-current-tmp-filename, thumbs-current-image-filename)
10396 (thumbs-image-num): Make automatically buffer local.
10397 (thumbs-show-thumbs-list): Use `make-local-variable', not
10398 `make-variable-buffer-local'.
10399 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
10401 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10402 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10403 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10404 (bother, bye, canyou, chatlst, continue, deathlst, describe)
10405 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10406 (feelings-about, foullst, found, hello, history, howareyoulst)
10407 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10408 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10409 (neglst, obj, object, owner, please, problems, qlist)
10410 (random-adjective, relation, remlst, repetitive-shortness)
10411 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10412 (shortlst, something, sportslst, stallmanlst, states, subj)
10413 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10414 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10415 Defvar at compile time.
10417 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10418 not `make-variable-buffer-local'.
10420 2005-08-02 Kim F. Storm <storm@cua.dk>
10422 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10423 rectangle overlay in selected window.
10425 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
10427 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10428 instead of display group. Make `indicate-buffer-boundaries'
10429 customizable through Custom.
10431 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
10433 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10434 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10435 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10436 (gdb-put-string): Fix typos in docstrings.
10438 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
10440 Update copyright notices of files in progmodes directory for
10441 release of Emacs 22.1.
10443 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10445 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10446 Don't barf if the GUD buffer has been killed.
10448 2005-08-01 Kim F. Storm <storm@cua.dk>
10450 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10452 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10454 * simple.el (next-error-follow-minor-mode):
10455 make-variable-buffer-local -> make-local-variable.
10457 * emacs-lisp/cl-extra.el: Require CL also when compiling.
10459 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10460 (byte-compile-form-make-variable-buffer-local): New functions to warn
10461 about misuses of make-variable-buffer-local where make-local-variable
10464 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
10466 * bs.el (bs-attributes-list): Doc fix.
10467 (bs): Update url-link.
10469 * desktop.el (desktop-save-buffer): Fix typos in docstring.
10470 (desktop-load-default): Simplify.
10472 * ibuffer.el (ibuffer-columnize-and-insert-list)
10473 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10474 (ibuffer-unmark-all, ibuffer-toggle-marks)
10475 (ibuffer-unmark-forward, ibuffer-unmark-backward)
10476 (ibuffer-compile-make-format-form, ibuffer-format-column)
10477 (ibuffer-current-buffers-with-marks)
10478 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10479 (ibuffer): Doc fix.
10480 (ibuffer-mode): Fix typo in docstring.
10481 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10482 with `define-obsolete-variable-alias'.
10483 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
10485 2005-07-29 Kenichi Handa <handa@m17n.org>
10487 * international/mule-cmds.el (select-message-coding-system):
10488 Be sure to use LF for end-of-line. If no coding system is decided,
10489 return iso-8859-1-unix.
10491 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10493 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10494 (ange-ftp-pending-error-line): New vars.
10495 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10496 to handle the non-fatal no-route-to-host messages.
10497 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10499 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
10501 * isearch.el (isearch-mode-map, isearch-other-meta-char)
10502 (isearch-quote-char, isearch-printing-char)
10503 (isearch-text-char-description): "?\ " -> "?\s".
10504 (isearch-lazy-highlight-cleanup)
10505 (isearch-lazy-highlight-initial-delay)
10506 (isearch-lazy-highlight-interval)
10507 (isearch-lazy-highlight-max-at-a-time)
10508 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
10509 Declare with define-obsolete-*-alias macros.
10510 (isearch-forward): Fix typo in docstring.
10511 (search-invisible, search-ring-yank-pointer)
10512 (regexp-search-ring-yank-pointer): Doc fixes.
10514 * recentf.el (recentf-menu-append-commands-p): Declare with
10515 `define-obsolete-variable-alias'.
10516 (recentf-max-saved-items, recentf-menu-filter)
10517 (recentf-arrange-by-rule-subfilter): Doc fixes.
10518 (recentf-menu-append-commands-flag)
10519 (recentf-initialize-file-name-history, recentf-expand-file-name)
10520 (recentf-clear-data): Fix typos in docstrings.
10522 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
10524 * progmodes/gdb-ui.el: Smarten comments.
10525 (gdb-info-breakpoints-custom): Use nowarn when finding file.
10527 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10529 * term/apollo.el (terminal-init-apollo): New function containing
10530 all former top level forms in the file.
10531 * term/bobcat.el (terminal-init-bobcat):
10532 * term/cygwin.el (terminal-init-cygwin):
10533 * term/iris-ansi.el (terminal-init-iris-ansi):
10534 * term/linux.el (terminal-init-linux):
10535 * term/news.el (terminal-init-news):
10536 * term/rxvt.el (terminal-init-rxvt):
10537 * term/sun.el (terminal-init-sun):
10538 * term/tvi970.el (terminal-init-tvi970):
10539 * term/vt100.el (terminal-init-vt100):
10540 * term/vt102.el (terminal-init-vt102):
10541 * term/vt125.el (terminal-init-vt125):
10542 * term/vt200.el (terminal-init-vt200):
10543 * term/vt201.el (terminal-init-vt201):
10544 * term/vt220.el (terminal-init-vt220):
10545 * term/vt240.el (terminal-init-vt240):
10546 * term/vt300.el (terminal-init-vt300):
10547 * term/vt320.el (terminal-init-vt320):
10548 * term/vt400.el (terminal-init-vt400):
10549 * term/vt420.el (terminal-init-vt420):
10550 * term/wyse50.el (terminal-init-wyse50):
10551 * term/xterm.el (terminal-init-xterm): Likewise.
10553 * term/README: Describe the terminal-init-* functionality.
10555 * startup.el (command-line): After loading the terminal initialization
10556 file call the corresponding terminal initialization function.
10558 2005-07-27 Kenichi Handa <handa@m17n.org>
10560 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
10563 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
10564 (ps-mule-composition-prologue): Fix for the case that
10565 RelativeCompose is false.
10567 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10569 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
10571 * descr-text.el (describe-char): Handle the case where the list of
10572 chars is displayed in a separate frame.
10573 Be a bit more discriminating when looking for the char.
10575 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
10577 * bookmark.el (bookmark-automatically-show-annotations)
10578 (bookmark-read-annotation-text-func): Doc fixes.
10579 (bookmark-save): Improve argument/docstring consistency.
10580 (bookmark-get-bookmark, bookmark-get-bookmark-record)
10581 (bookmark-alist-from-buffer)
10582 (bookmark-upgrade-file-format-from-0)
10583 (bookmark-grok-file-format-version)
10584 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
10585 (bookmark-read-annotation-mode)
10586 (bookmark-insert-current-bookmark, bookmark-jump)
10587 (bookmark-exit-hook): Fix typos in docstrings.
10588 (bookmark-exit-hooks): Define as obsolete alias.
10589 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
10590 not `bookmark-exit-hooks'. Fix docstring.
10591 (bookmark-bmenu-select): "?\ " -> "?\s".
10593 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
10595 * startup.el (command-line): Fix typo.
10597 2005-07-24 Richard M. Stallman <rms@gnu.org>
10599 * tooltip.el (tooltip-mode): Test emacs-basic-display,
10600 not emacs-quick-startup.
10602 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
10604 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
10605 (reb-next-match, reb-show-subexp): Use `with-selected-window'
10606 instead of `reb-with-current-window'.
10607 (reb-prev-match): Likewise. Also, don't move left if the search
10609 (reb-initialize-buffer): New function.
10610 (re-builder, reb-change-syntax): Use it.
10612 * man.el (Man-goto-page): Make second argument NOERROR optional.
10614 2005-07-23 Richard M. Stallman <rms@gnu.org>
10616 * man.el (Man-bgproc-sentinel): Check here for failure to find
10617 any man page in the output, and report the error here.
10618 (Man-arguments): Make it permanent local.
10619 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
10620 (Man-mode): Pass t for NOERROR.
10622 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
10623 (grep-mode-font-lock-keywords):
10624 Don't use compilation-...-face for messages that are not file names.
10626 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10627 Don't use compilation-...-face for messages that are not file names.
10629 2005-07-22 Juri Linkov <juri@jurta.org>
10631 * startup.el (normal-splash-screen): Update menu name.
10633 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
10635 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10637 * term/xterm.el: Load term/rxvt if the terminal is actually an
10639 (xterm-rxvt-set-background-mode): Remove, not used anymore.
10641 * term/rxvt.el (function-key-map): Use substitute-key-definition
10642 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
10644 * term/cygwin.el: New file.
10646 2005-07-22 Kim F. Storm <storm@cua.dk>
10648 * image-file.el (insert-image-file, image-file-yank-handler):
10649 Fix last change to maintain a (unique) yank-handler on yanked images.
10651 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
10653 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
10654 of the file size (as in "177B" for 177 bytes). This happens with
10655 "ls -lh" on FreeBSD.
10657 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
10659 * hilit-chg.el (highlight-changes-global-initial-state)
10660 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
10661 (hilit-chg-fixup, highlight-changes-mode):
10662 Fix typos in docstrings.
10663 (highlight-changes-global-modes, highlight-changes-rotate-faces):
10666 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
10668 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
10669 mode function using `eval-after-load'.
10671 2005-07-21 Kim F. Storm <storm@cua.dk>
10673 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
10674 included when reporting an emacs crash, and tell about the DEBUG file.
10676 * image-file.el (insert-image-file): Add yank-handler.
10677 (image-file-yank-handler): Yank handler to make unique copies of
10678 images when they are yanked into a buffer next to each other.
10680 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
10682 * comint.el (comint-use-prompt-regexp, comint-send-input)
10683 (comint-source-default, comint-extract-string)
10684 (comint-get-source, comint-word, comint-completion)
10685 (comint-source, comint-prompt-read-only, comint-update-fence):
10686 Fix typos in docstrings.
10687 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
10688 Declare with define-obsolete-*-alias macros.
10689 (comint-previous-matching-input-from-input)
10690 (comint-next-matching-input-from-input)
10691 (comint-previous-matching-input, comint-next-matching-input)
10692 (comint-forward-matching-input):
10693 Improve argument/docstring consistency.
10695 * desktop.el (desktop-clear-preserve-buffers-regexp):
10696 Also preserve the *server* buffer.
10698 * simple.el (clone-indirect-buffer): Doc fix.
10699 (fixup-whitespace, just-one-space)
10700 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
10701 (next-error, next-error-highlight)
10702 (next-error-highlight-no-select, next-error-last-buffer)
10703 (next-error-buffer-p, next-error-find-buffer, next-error)
10704 (previous-error, next-error-no-select, previous-error-no-select)
10705 (open-line, split-line, minibuffer-prompt-width, kill-new)
10706 (binary-overwrite-mode): Fix typos in docstrings.
10707 (set-fill-column): Fix typo in message.
10709 * skeleton.el (skeleton-proxy-new): Doc fix.
10711 * strokes.el (strokes-load-hook): Doc fix.
10712 (strokes-grid-resolution, strokes-get-grid-position)
10713 (strokes-renormalize-to-grid, strokes-read-stroke)
10714 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
10715 (strokes-global-map): Fix typos in docstrings.
10716 (strokes-help): Doc fix. Fix help message and pass it through
10717 `substitute-command-keys'.
10719 * tempo.el (tempo-insert-prompt, tempo-interactive)
10720 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
10721 (tempo-insert-string-functions, tempo-local-tags)
10722 (tempo-define-template, tempo-insert-template)
10723 (tempo-insert-prompt-compat, tempo-is-user-element)
10724 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
10725 Fix typos in docstrings.
10727 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
10728 (vcursor-key-bindings, vcursor-use-vcursor-map)
10729 (vcursor-find-window, vcursor-scroll-down)
10730 (vcursor-disable, vcursor-beginning-of-buffer)
10731 (vcursor-end-of-buffer): Fix typos in docstrings.
10732 (vcursor-relative-move, vcursor-get-char-count):
10733 Improve argument/docstring consistency.
10735 * version.el: "?\ " -> "?\s".
10737 * wid-edit.el (widget-default-create, widget-after-change)
10738 (widget-default-format-handler, widget-checklist-add-item)
10739 (widget-radio-add-item, widget-choose, widget-specify-secret)
10740 (widget-field-value-create, widget-field-value-get)
10741 (widget-editable-list-format-handler)
10742 (widget-editable-list-entry-create, widget-group-value-create)
10743 (widget-documentation-link-add)
10744 (widget-documentation-string-value-create): "?\ " -> "?\s".
10745 (widget-convert-text): Doc fix.
10746 (widget-narrow-to-field, widget-field-find)
10747 (widget-url-link-action, widget-emacs-library-link-action)
10748 (widget-color-notify): Fix typos in docstrings.
10750 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
10751 (x-select-text, set-w32-system-coding-system)
10752 (w32-add-charset-info): Fix typos in docstrings.
10754 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
10755 (cua-enable-cua-keys, cua-use-hyper-key)
10756 (cua-virtual-rectangle-edges): Fix typos in docstrings.
10757 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
10759 * net/tramp.el (tramp-handle-load): Fix typo in error message.
10761 * emacs-lisp/re-builder.el (regexp-builder): Declare with
10762 `defalias' instead of faking it.
10764 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
10765 (eshell-ls-missing, eshell-ls-dired-initial-args)
10766 (eshell-ls-use-in-dired): Fix typos in docstrings.
10768 2005-07-20 Kim F. Storm <storm@cua.dk>
10770 * emulation/cua-base.el (cua-mode): Improve doc string.
10772 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
10774 * abbrev.el (expand-region-abbrevs): Doc fix.
10775 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
10776 Improve argument/docstring consistency.
10778 * arc-mode.el (archive-get-descr, archive-alternate-display):
10780 (archive-l-e): Improve argument/docstring consistency.
10781 (archive-tmpdir, archive-unixdate, archive-unixtime)
10782 (archive-chmod-entry): Fix typos in docstrings.
10783 (archive-unflag, archive-unflag-backwards)
10784 (archive-unmark-all-files): "?\ " -> "?\s".
10786 * buff-menu.el (Buffer-menu-unmark): Doc fix.
10787 (Buffer-menu-not-modified, Buffer-menu-execute)
10788 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
10789 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
10791 * composite.el (compose-string, encode-composition-rule)
10792 (compose-last-chars): Fix typos in docstrings.
10794 * desktop.el (desktop-enable, desktop-basefilename):
10795 Declare with `define-obsolete-variable-alias'.
10796 (desktop-internal-v2s): Don't quote keywords.
10797 (desktop-clear): "?\ " -> "?\s".
10799 * dired.el (dired-align-file, dired-flag-backup-files)
10800 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
10801 (dired-listing-switches, dired-ls-F-marks-symlinks)
10802 (dired-dwim-target, dired-load-hook, dired-mode-hook)
10803 (dired-directory, dired-faces, dired, dired-revert)
10804 (dired-mode, dired-summary, dired-view-file)
10805 (dired-copy-filename-as-kill, dired-delete-file)
10806 (dired-no-confirm, dired-unmark-all-marks)
10807 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
10808 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
10809 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
10810 Fix typos in message strings.
10812 * dired-x.el (virtual-dired): Declare with `defalias'.
10813 (dired-mark-unmarked-files, dired-local-variables-file)
10814 (dired-omit-here-always): Doc fix.
10815 (dired-omit-mode, dired-find-subdir)
10816 (dired-enable-local-variables, dired-clean-up-buffers-too)
10817 (dired-extra-startup, dired-mark-extension, dired-jump)
10818 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
10819 (dired-smart-shell-command, dired-guess-shell-alist-user)
10820 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
10821 (dired-x-bind-find-file, dired-x-submit-report):
10822 Fix typos in docstrings.
10823 (dired-mark-unmarked-files): "?\ " -> "?\s".
10825 * dirtrack.el (dirtrack-list): Fix typos in docstring.
10827 * faces.el (describe-face): "?\ " -> "?\s".
10828 (read-all-face-attributes, read-face-font, modify-face)
10829 (face-attr-construct, italic): Fix typos in docstrings.
10830 (frame-update-face-colors): Declare with
10831 `define-obsolete-function-alias'.
10833 * files.el (find-file-noselect, recode-file-name): Doc fixes.
10834 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10835 (magic-mode-alist, buffer-file-numbers-unique)
10836 (write-file-functions, get-free-disk-space):
10837 Fix typos in docstrings.
10838 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
10839 (write-contents-hooks, write-file-hooks):
10840 Declare with `define-obsolete-variable-alias'.
10842 * forms-d2.el (arch-rj): Fix typo in docstrings.
10843 (arch-tocol): Likewise. "?\ " -> "?\s".
10845 * frame.el (set-frame-font, cursor-in-non-selected-windows):
10846 Fix typo in docstring.
10847 (set-screen-width, set-screen-height): Delete redundant info in
10849 (new-frame, screen-height, screen-width): Declare with
10850 `define-obsolete-function-alias'.
10851 (delete-frame-hook, blink-cursor): Declare with
10852 `define-obsolete-variable-alias'.
10854 * paths.el (prune-directory-list): Fix typos in docstring.
10856 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
10857 (cvs-prefix-get): Fix typos in docstrings.
10859 * ps-print.el (ps-extend-face-list, ps-extend-face)
10860 (ps-print-background-image): Fix typos in docstrings.
10861 (ps-default-fg, ps-default-bg): Doc fixes.
10863 * s-region.el (s-region-bind): Doc fix.
10864 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10866 * textmodes/org.el (org-table-formula-substitute-names)
10867 (org-table-get-vertical-vector): Doc fixes.
10868 (org-table-recalculate): Remove unused argument to `message'.
10870 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
10872 * textmodes/org.el (org-table-column-names)
10873 (org-table-column-name-regexp)
10874 (org-table-named-field-locations): New variables.
10875 (org-archive-subtree): Protect `this-command' when calling
10876 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10878 (org-complete): Remove fixed-formula completion.
10879 (org-edit-formulas-map): New variable.
10880 (org-table-edit-formulas): New command.
10881 (org-finish-edit-formulas, org-abort-edit-formulas)
10882 (org-show-variable, org-table-get-vertical-vector): New functions.
10883 (org-table-maybe-eval-formula): Handle `:=' fields.
10884 (org-table-get-stored-formulas, org-table-store-formulas)
10885 (org-table-get-formula, org-table-modify-formulas)
10886 (org-table-replace-in-formulas): Handle named field formulas.
10887 (org-table-get-specials): Store locations of named fields.
10889 2005-07-19 Juri Linkov <juri@jurta.org>
10891 * progmodes/grep.el (grep-regexp-alist)
10892 (grep-mode-font-lock-keywords, grep-process-setup):
10893 Use default GNU grep match color "01;31m" instead of "01;41m".
10894 (grep-regexp-alist, grep-mode-font-lock-keywords):
10895 Use `\\[[0-9]*m' instead of `\\[00m'.
10896 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10897 sgr_start where its handling is more important. Use the real
10898 length of sgr_start instead of constant 8.
10899 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10900 specially. Delete all remaining escape sequences.
10901 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10902 (grep-regexp-alist): Make hyperlink only for binary file name
10903 instead of the whole line.
10904 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10905 (grep-mode): Add autoload.
10907 * emacs-lisp/find-func.el (find-function-regexp):
10908 Add `define-compilation-mode'.
10910 2005-07-19 Juri Linkov <juri@jurta.org>
10912 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10913 (compare-windows-sync-string-size, compare-windows-recenter)
10914 (compare-windows-highlight, compare-windows): Add version 22.1.
10915 (compare-windows) <defface>: Inherit from lazy-highlight instead
10916 of duplicating its default value.
10918 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10919 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10921 * descr-text.el (describe-char): Create link buttons for `charset'
10922 and `code point'. Add the current input method name with a link
10923 button to `to input' field. Print face names of display table
10924 characters in `The display table entry is displayed by' section
10925 instead of printing face-id in the `display' field.
10926 Guess hardcoded faces and create a link button for them.
10927 Skip empty fields when calculating max-width.
10928 Treat `widget-create' specially while inserting strings from the
10929 collected field list.
10930 (describe-char-after): Made obsolete in version 22.1, not 21.5.
10932 * diff-mode.el (diff-file-header): Change foreground color from
10933 yellow to green on light backgrounds.
10934 (diff-context): Inherit from `shadow' only for color/grayscale
10935 with more than 88 colors.
10936 (diff-indicator-removed, diff-indicator-added)
10937 (diff-indicator-changed): New faces.
10938 (diff-font-lock-keywords): Use new faces. Regroup rules.
10939 Add "^---$" for `normal' diff format. Fontify `#' lines with
10940 font-lock-comment-delimiter-face and font-lock-comment-face.
10941 Add `#' to ^[^...] in the rule for `diff-context-face'.
10943 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10944 a button-like box. Inherit from `highlight' on low colors.
10945 (shadow): Use shades of gray only for color/grayscale with
10946 more than 88 colors. Use green for light backgrounds with
10947 8 colors, and yellow for dark backgrounds with 8 colors.
10949 * font-lock.el (font-lock-regexp-grouping-backslash):
10950 Don't inherit from escape-glyph (use bold for all cases).
10952 * info.el (info-xref-visited): Use light foreground color `violet'
10953 for dark backgrounds instead of dark color `magenta3'.
10954 (info-title-1): Use `yellow' color for dark backgrounds.
10956 * isearch.el (isearch): Use not-too-dark magenta3 instead of
10957 too-light magenta2.
10959 * replace.el (match): Use slightly more light RoyalBlue3 instead
10960 of dark RoyalBlue4.
10962 * wid-edit.el (widget-inactive): Inherit from `shadow'.
10964 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
10966 * novice.el (disabled-command-hook): Declare it with
10967 `define-obsolete-variable-alias'.
10969 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10970 (desktop-buffer-misc-functions, desktop-buffer-handlers)
10971 (desktop-load-default): Add release to obsolescence info.
10972 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10973 (desktop-append-buffer-args, desktop-read):
10974 Fix typos in docstrings.
10975 (desktop-kill): Fix typo in message.
10976 (desktop-save): Doc fix.
10978 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
10980 * viper-cmd.el (viper-escape-to-state): Bug fix.
10981 (viper-envelop-ESC-key): Change the definition of fast
10982 keysequence so it'll work with keyboard macros.
10984 * ediff.el (ediff-patch-buffer): Change the docstring.
10986 2005-07-19 Kenichi Handa <handa@m17n.org>
10988 * international/mule-cmds.el (select-safe-coding-system): Try to
10989 use an auto-coding (if any) before anything else. If the found
10990 auto-coding is invalid, show a warning message.
10992 * international/mule.el (find-auto-coding): New function created
10993 by modifying the body of set-auto-coding.
10994 (set-auto-coding): Use find-auto-coding to find a coding.
10996 2005-07-18 Richard M. Stallman <rms@gnu.org>
10998 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10999 not isearch-mode-end-hook-error.
11000 (allout-before-change-protect): Fix error message.
11002 2005-07-18 Juri Linkov <juri@jurta.org>
11004 * allout.el (allout-mode):
11005 * calculator.el (calculator-copy):
11006 * custom.el (custom-known-themes):
11007 * dired.el (dired-desktop-buffer-misc-data)
11008 (dired-restore-desktop-buffer):
11009 * dired-x.el (dired-omit-marker-char):
11010 * files.el (basic-save-buffer):
11011 * font-core.el (font-lock-mode):
11012 * calendar/calendar.el (calendar-goto-hebrew-date)
11013 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11014 (calendar-goto-persian-date):
11015 * language/ethio-util.el (ethio-sera-to-fidel-region):
11016 * textmodes/picture.el (picture-mode):
11017 Delete duplicate duplicate words.
11019 2005-07-18 Juri Linkov <juri@jurta.org>
11021 * isearch.el (isearch-mode-map): Remove key bindings for regexp
11023 (isearch-fallback): Don't call `isearch-process-search-char'.
11024 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11025 (isearch-process-search-char): Call `isearch-fallback' for regexp
11027 (isearch-return-char): Make obsolete with `make-obsolete' instead
11028 of simply documenting it as obsolete in the docstring.
11029 (isearch-fallback): Refill docstring.
11031 * international/isearch-x.el
11032 (isearch-process-search-multibyte-characters): Remove unneeded
11033 `concat'. Add intermediate values to `junk-hist' instead of
11034 `minibuffer-history'. Test the length of `str'.
11036 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
11038 * allout.el (allout-resolve-xref): Fix typos in error strings.
11039 (allout-before-change-protect): Remove unneeded `concat'.
11041 * array.el (array-mode, array-reconfigure-rows)
11042 (untabify-backward): Fix typos in docstrings.
11043 (array-reconfigure-rows): Use `insert-buffer-substring', not
11046 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
11047 * progmodes/ada-mode.el (ada-make-body):
11048 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
11050 * dired.el (dired-log):
11051 * tar-mode.el (tar-subfile-save-buffer):
11052 * play/zone.el (zone-pgm-stress-destress):
11053 Use `insert-buffer-substring', not `insert-buffer'.
11055 2005-07-17 Simon Josefsson <jas@extundo.com>
11057 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
11059 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
11061 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
11062 Add plain auth method.
11063 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
11065 2005-07-17 Kim F. Storm <storm@cua.dk>
11067 * ido.el (dired-other-window): Add ido property.
11069 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
11071 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11072 Fix typo in docstring.
11073 (byte-compile-interactive-only-functions): Add `insert-buffer' and
11074 `insert-file-literally'.
11076 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
11077 info and delete redundant message. Doc fix.
11078 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
11079 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
11081 2005-07-16 Richard M. Stallman <rms@gnu.org>
11083 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
11084 (byte-compile-and): Use byte-compile-and-recursion.
11085 (byte-compile-or-recursion): New function.
11086 (byte-compile-or): Use that.
11087 (byte-compile-if): Guard the else-clause too.
11088 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
11090 * isearch.el (isearch-mode-end-hook-quit): New variable.
11091 (isearch-done): Bind it.
11092 (isearch-mode-end-hook): Doc fix.
11094 * allout.el (allout-isearch-did-quit): Variable deleted.
11095 (allout-real-isearch-abort): Function name no longer used.
11096 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
11097 (allout-isearch-rectification): isearch-mode always exists.
11098 Don't set allout-isearch-did-quit.
11099 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
11100 allout-isearch-did-quit.
11101 (allout-enwrap-isearch): Just add the hook.
11102 (allout-isearch-abort): Function deleted.
11103 (allout-pre-command-business): Avoid warning.
11105 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
11106 Correctly avoid warnings.
11107 (pascal-outline): Likewise.
11109 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
11111 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
11113 * play/tetris.el (tetris-mode): Avoid warning.
11115 * play/snake.el (snake-mode): Avoid warning.
11117 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
11118 (gamegrid-set-display-table): Avoid warning.
11119 (gamegrid-set-timer): Likewise.
11120 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
11121 (gamegrid-add-score-with-update-game-score-1): Take FILE
11123 (gamegrid-add-score-with-update-game-score): Pass that argument.
11124 Rename have-shared-game-dir to gamegrid-shared-game-dir.
11126 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
11128 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
11129 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
11131 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
11134 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
11135 (sc-ask): Avoid warnings.
11137 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
11138 (eshell-hist-initialize): Use that var the natural way.
11140 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
11142 * emacs-lisp/re-builder.el (reb-cook-regexp):
11143 Avoid warning calling lre-compile-string.
11144 (reb-color-display-p): Avoid warning.
11146 * calculator.el (calculator-last-input): Guard uses
11147 of event-key and key-press-event-p.
11148 (event-key, key-press-event-p): Delete definitions.
11150 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
11151 (find-gc-source-directory, find-gc-subrs-callers)
11152 (find-gc-noreturn-list, find-gc-source-files)
11153 (find-gc-subrs-called): Vars renamed and defvar'd.
11155 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
11156 (checkdoc-overlay-put, checkdoc-delete-overlay)
11157 (checkdoc-overlay-start, checkdoc-overlay-end)
11158 (checkdoc-mode-line-update, checkdoc-char=):
11159 Define such that compiler knows they are defined.
11160 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
11161 (checkdoc-read-event): Delete. Use read-event directly.
11163 * whitespace.el (whitespace-make-overlay)
11164 (whitespace-overlay-put, whitespace-delete-overlay)
11165 (whitespace-overlay-start, whitespace-overlay-end):
11166 Define such that compiler knows they are defined.
11167 (whitespace): Move conditional inside.
11169 * tempo.el (tempo-insert-template): Suppress warning.
11171 * ediff-diff.el (longlines-mode): Add defvar.
11173 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
11175 * server.el: Bind "C-x #" in a way that works even if C-x is
11176 redefined to a command key, not a prefix key.
11178 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11180 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
11181 cl-make-type-test till execution time.
11183 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
11185 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
11186 arg ARG and use it.
11188 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
11190 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
11192 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
11194 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11195 a defcustom with two :set or :type keywords.
11197 2005-07-15 Richard M. Stallman <rms@gnu.org>
11199 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11200 Don't give ^M comment-end syntax.
11202 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
11204 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
11205 Don't consider gdbmi (gdb-mi.el has its own update functions).
11206 (gdb-var-delete): Make it work for gdbmi as well.
11207 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
11209 * progmodes/gud.el (etags, sdb): Only require etags when needed.
11210 (gud-speedbar-menu-items): Correct logic for enabling items.
11212 2005-07-15 Kim F. Storm <storm@cua.dk>
11214 * ido.el: Fix commentary.
11215 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
11216 Use with-no-warnings around ffap-guesser.
11217 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
11218 Let bind minibuffer-completing-file-name to t.
11220 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
11222 * startup.el (site-run-file, keyboard-type): Doc fixes.
11223 (command-line): Check for "--basic-display" argument; also for
11224 "--quick", not "--bare-bones" (which was renamed).
11225 (fancy-splash-text): Add missing item "Getting New Versions".
11226 (normal-splash-screen): Fix typos and improve consistency with
11227 `fancy-splash-text'. Update copyright year.
11229 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
11230 valid binding for `help-char'.
11232 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
11234 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
11236 * term.el (term-mode): Disable cua-mode for term buffers.
11238 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
11240 * add-log.el (add-log-mailing-address, change-log-merge):
11242 (change-log-get-method-definition): Fix typo in docstring.
11244 2005-07-14 Kim F. Storm <storm@cua.dk>
11246 * emulation/cua-base.el:
11247 (cua--pre-command-handler-1, cua--pre-command-handler)
11248 (cua--post-command-handler-1, cua--post-command-handler):
11249 Split in two. Check (buffer local) value of cua-mode.
11250 (cua-selection-mode): New command.
11252 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
11254 * custom.el (custom-initialize-safe-set)
11255 (custom-initialize-safe-default): Doc fixes.
11257 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11258 and simplify :init-value again.
11260 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11261 and simplify :init-value again. Delete autoload.
11263 * startup.el (command-line): Use `custom-reevaluate-setting' again
11266 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
11267 a defcustom with two :initialize keywords.
11269 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
11271 * allout.el (my-mark-marker, allout-isearch-prior-pos)
11272 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
11273 (allout-post-command-business, allout-flag-region)
11274 (isearch-reenable-font-lock, allout-yank)
11275 (allout-insert-latex-header, allout-insert-latex-trailer)
11276 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11277 (allout-latex-verb-quote): Fix typos in docstrings.
11278 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
11279 (allout-unprotected, allout-prefix-data):
11280 Improve argument/docstring consistency.
11281 (allout-chart-subtree): Fix argument spec.
11282 (allout-open-topic): Rename `use_sib_bullet' argument to
11283 `use-sib-bullet'. Doc fix.
11285 * whitespace.el (whitespace-check-buffer-leading)
11286 (whitespace-check-buffer-trailing)
11287 (whitespace-check-buffer-indent)
11288 (whitespace-check-buffer-spacetab)
11289 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11290 (whitespace-check-leading-whitespace)
11291 (whitespace-check-trailing-whitespace)
11292 (whitespace-check-spacetab-whitespace)
11293 (whitespace-check-indent-whitespace)
11294 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11295 (whitespace-modes): Fix typos in docstrings.
11296 (defgroup, defcustom): Doc fixes.
11298 * winner.el (winner-mode, winner-boring-buffers)
11299 (winner-pending-undo-ring): Doc fixes.
11300 (winner-ring): Remove unneeded `progn'.
11301 (winner-equal): `defsubst' it.
11302 (winner-redo): Fix message.
11304 2005-07-13 Kim F. Storm <storm@cua.dk>
11306 * simple.el (line-move-1): Always use vertical-motion to
11307 do the last (or only) line move to ensure some movement.
11308 Undo 2005-06-23 change--don't check for overlays.
11310 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11312 * term/mac-win.el (ccl-encode-mac-roman-font)
11313 (ccl-encode-mac-centraleurroman-font)
11314 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
11315 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11316 Change charset-id boundary of dimension to ?\xef.
11317 (mac-char-fontspec-list): New constant.
11318 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
11319 argument. Nil uses itself as family in font-spec. Previous
11320 behavior for nil is now provided by non-nil non-string argument.
11321 All callers changed. Add font-specs for Mac fonts to
11322 "fontset-default" unless iso8859-1 fonts are installed.
11324 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11326 * progmodes/sh-script.el (sh-get-indent-info): Only indent
11327 a continuation line if the \ is preceded by SPC or TAB.
11328 (sh-get-indent-info): Simplify.
11329 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11330 Use with-current-buffer.
11332 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11333 when the matched text is empty.
11335 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
11337 * startup.el (command-line): Revert to previous handling of
11338 tooltip-mode. Explain in comment why the complexity is needed.
11340 * tooltip.el (tooltip-mode): Revert to previous implementation of
11343 * frame.el (blink-cursor-mode): Revert to previous implementation
11344 of its defcustom. Update comment.
11346 2005-07-12 Lars Hansen <larsh@soem.dk>
11348 * desktop.el: Update e-mail address.
11350 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11352 * term/mac-win.el (mac-services-mail-selection)
11353 (mac-services-mail-to): New functions.
11354 (mac-application-menu-map): Bind them.
11356 2005-07-12 wulei <milton@wulei.net> (tiny change)
11358 * progmodes/gdb-ui.el: Add note about buffering with Windows.
11360 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
11362 * custom.el (custom-reevaluate-setting): Doc fix.
11364 2005-07-11 Jay Belanger <belanger@truman.edu>
11366 * calc/calc.el (calc-embedded-announce-formula-alist)
11367 (calc-embedded-open-close-plain-alist)
11368 (calc-embedded-open-close-mode-alist): Add checks for additional
11369 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
11371 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
11373 * custom.el (custom-enable-theme): Don't add theme to
11374 `custom-enabled-themes' with `push' because there is no
11375 setf-method for `delq'.
11377 2005-07-11 Richard M. Stallman <rms@gnu.org>
11379 * custom.el (custom-declare-variable): Doc fix.
11381 * dired-aux.el (dired-compare-directories): Remove "." and ".."
11384 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11385 Do nothing if edebug-active.
11387 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11388 (edebug-display): Do it here instead.
11390 2005-07-10 Richard M. Stallman <rms@gnu.org>
11392 * cus-face.el (custom-theme-set-faces): Make it work.
11393 (custom-reset-faces): Doc fix.
11394 (custom-theme-reset-internal-face, custom-theme-face-value):
11397 * custom.el (custom-push-theme): Maintain list of the settings
11398 of a given theme in its theme-settings property.
11399 Maintain position of old settings in the theme-value
11400 or theme-face property.
11401 (custom-enabled-themes): New variable.
11402 (custom-theme-enabled-p): New function.
11403 (provide-theme): Update custom-enabled-themes.
11404 Disable and reenable the `user' theme.
11405 (require-theme): Doc fix.
11406 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11407 (custom-theme-value, custom-theme-variable-value): Likewise.
11408 (custom-theme-reset-internal): Likewise.
11409 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11410 (custom-enable-theme, custom-disable-theme): New functions.
11411 (custom-variable-theme-value, custom-face-theme-value): Likewise.
11412 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11413 (custom-theme-reset-variables): Simplify.
11414 (deftheme, custom-declare-theme, custom-make-theme-feature):
11417 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
11419 * longlines.el (longlines-show-region)
11420 (longlines-unshow-hard-newlines): Recognize hard newlines by
11421 non-nil hard property, instead of t.
11423 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
11425 * viper-cmd.el (viper--key-maps): New variable.
11426 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
11427 emulation-mode-map-alists.
11428 (viper-envelop-ESC-key): Use viper-subseq.
11429 (viper-search-forward/backward/next): Disable debug-on-error.
11431 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11432 (viper-ESC-key): New defcustoms.
11434 * viper-macs.el (ex-map-read-args): Use viper-subseq.
11436 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11437 (viper-subseq): Copy of subseq from cl.el.
11439 * viper.el (viper-go-away, viper-set-hooks): Use
11440 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
11442 * viper-mous.el (viper-current-frame-saved): Use defvar.
11444 * viper-init.el: Get rid of -face in face names.
11446 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
11447 Make it work with longlines mode
11449 * ediff-mult.el (ediff-meta-mode-hook): New variable.
11451 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11453 * ediff-init.el: Get rid of -face in face names.
11455 2005-07-10 Richard M. Stallman <rms@gnu.org>
11457 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11458 and with-timeout-unsuspend.
11460 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11461 and with-timeout-unsuspend.
11463 * emacs-lisp/timer.el (with-timeout-timers): New variable.
11464 (with-timeout): Bind that variable to record timers.
11465 (with-timeout-suspend, with-timeout-unsuspend): New functions.
11467 * emacs-lisp/debug.el (debug-help-follow): New function.
11468 (debugger-mode-map): Use that instead of help-follow.
11469 (debugger-setup-buffer): Use eval-buffer-list
11470 to handle eval-buffer frames.
11472 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
11474 * timezone.el (timezone-parse-date): Change first regexp
11475 so it will not mistakenly match dates with no time zone.
11477 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
11479 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11481 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
11483 * custom.el (custom-initialize-safe-set)
11484 (custom-initialize-safe-default): New functions.
11486 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11487 and simplify :init-value.
11489 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11490 and simplify :init-value. Delete obsolete comment.
11492 * startup.el (command-line): Use `custom-reevaluate-setting' to
11493 handle `tooltip-mode'. Delete obsolete comment.
11495 * files.el (set-visited-file-name): Avoid calling
11496 `file-name-nondirectory' with a nil argument.
11498 2005-07-09 Richard M. Stallman <rms@gnu.org>
11500 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11501 was called with nil for the buffer, handle the read position right.
11502 Handle read position for eval-region, too.
11504 2005-07-09 Juri Linkov <juri@jurta.org>
11506 * fringe.el (fringe-mode): Add period in docstring.
11507 (fringe-query-style): Build prompt depending on `all-frames' arg.
11509 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
11510 to not create links to unrelated functions in the Help buffer.
11512 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
11515 * simple.el (next-error-hook): New variable.
11516 (next-error): Use it. Doc fix.
11518 * textmodes/ispell.el (ispell-command-loop): Add current
11519 dictionary name and program name to mode-line-format.
11520 (ispell-region, ispell-process-line): Add current dictionary name
11521 and program name to messages.
11523 2005-07-08 Jay Belanger <belanger@truman.edu>
11525 * calc/calc.el (calc-embedded-announce-formula-alist)
11526 (calc-embedded-open-close-formula-alist)
11527 (calc-embedded-open-close-word-alist)
11528 (calc-embedded-open-close-plain-alist)
11529 (calc-embedded-open-close-new-formula-alist)
11530 (calc-embedded-open-close-mode-alist)
11531 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11532 (calc-embedded-mode-hook): New variables.
11534 * calc/calc-embed.el (calc-embedded-firsttime)
11535 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11537 (calc-do-embedded): Use calc-embedded-firsttime,
11538 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11539 determine whether or not to run hooks.
11540 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11541 calc-embedded-firsttime-formula appropriately.
11542 Set calc-embedded delimiter variables according to mode.
11544 2005-07-08 Richard M. Stallman <rms@gnu.org>
11546 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
11547 Check for "emacs", etc., as entire symbol, not just as word.
11548 (checkdoc-file-comments-engine): Use regexp-quote on FN.
11550 * files.el (set-visited-file-name): Report the error
11551 for "empty filename" earlier.
11552 (kill-some-buffers): Ignore buffers already dead.
11554 * fringe.el (fringe-mode): Doc fix.
11556 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11557 Check for (featurep 'xemacs) and turn off warnings in what it guards.
11558 Use unwind-protect to ensure byte-compile-unresolved-functions
11561 * whitespace.el (whitespace-buffer-leading-cleanup):
11562 Simplify w/ skip-chars-forward.
11563 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
11565 * mail/rmail.el (rmail-only-expunge): Fix paren error.
11566 Unconditionally try to leave point at the same old place.
11568 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
11570 * comint.el (comint-postoutput-scroll-to-bottom)
11571 (comint-show-maximum-output): Take scroll-margin into consideration.
11573 2005-07-08 Kim F. Storm <storm@cua.dk>
11575 * ido.el (ido-use-filename-at-point): New choice `guess'.
11576 (ido-file-internal): Try ffap-guesser if selected.
11578 * ido.el (ido-before-fallback-functions): New hook.
11579 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
11580 (ido-read-file-name): Run it.
11582 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11584 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
11585 strings rather than a list of symbols to the completion function.
11587 2005-07-07 Jay Belanger <belanger@truman.edu>
11589 * calc/calc-units.el (math-apply-units): Change the places in
11590 which units are simplified.
11592 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
11594 * cus-edit.el (customize-option, customize-option-other-window):
11595 Make them handle aliases.
11597 * custom.el (custom-variable-p): Make it recursively follow
11598 aliases. Mention that in the docstring.
11600 2005-07-07 Richard M. Stallman <rms@gnu.org>
11602 * cus-start.el (exec-path): Use `directory' instead of `file'.
11605 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
11607 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
11608 when called non-interactively. Doc fix.
11610 2005-07-07 Lute Kamstra <lute@gnu.org>
11612 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
11613 new address as well.
11615 2005-07-07 Kenichi Handa <handa@m17n.org>
11617 * international/mule.el (make-coding-system):
11618 Describe `ascii-incompatible' property in the docstring.
11619 (set-file-name-coding-system): Signal an error if coding-system is
11620 ascii-incompatible.
11621 (set-keyboard-coding-system): Likewise.
11623 * international/mule-cmds.el (set-default-coding-systems):
11624 Don't set default-file-name-coding-system and
11625 default-keyboard-coding-system if coding-system is ASCII-incompatible.
11627 * international/utf-16.el: Declare that all UTF-16-based coding
11628 systems are ASCII-incompatible.
11630 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
11632 * progmodes/gud.el: Require font-lock for displaying errors.
11635 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
11637 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
11638 values for the pattern lists which are `read'able but not
11639 `append'able (like symbols).
11641 2005-07-06 Richard M. Stallman <rms@gnu.org>
11643 * progmodes/flymake.el (flymake-float-time): Instead of
11644 with-no-warnings, test for xemacs.
11645 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
11648 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
11650 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
11652 2005-07-05 Lute Kamstra <lute@gnu.org>
11654 * battery.el: Add support for Darwin (with much debugging help
11655 from Samuel Lauber <sam124@operamail.com>).
11656 (battery-status-function, battery-echo-area-format)
11657 (battery-mode-line-format): Add support for pmset on Darwin.
11658 (battery-load-low, battery-load-critical): New user options.
11659 (battery-pmset): New function.
11661 2005-07-05 Lute Kamstra <lute@gnu.org>
11663 Update FSF's address in GPL notices.
11665 * textmodes/page-ext.el: Update FSF's address.
11667 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11669 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
11670 filling from using prefix when filling a single-line docstring.
11672 * progmodes/flymake.el: Remove useless eval-when-compile.
11674 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
11676 2005-07-04 Richard M. Stallman <rms@gnu.org>
11678 * textmodes/org.el (org-file-apps-defaults-gnu):
11679 Rename from org-file-apps-defaults-linux.
11680 (org-default-apps): Don't test system-type for `linux'.
11681 (org-file-apps): Doc fix.
11683 2005-07-04 David Ponce <david@dponce.com>
11685 * tree-widget.el: Improve header Commentary section.
11686 (tree-widget) [defgroup]
11687 (tree-widget-image-enable, tree-widget-themes-directory)
11688 (tree-widget-theme, tree-widget-image-properties-emacs)
11689 (tree-widget-image-properties-xemacs, tree-widget-create-image)
11690 (tree-widget-image-formats, tree-widget-control)
11691 (tree-widget-empty-control, tree-widget-leaf-control
11692 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
11693 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
11694 (tree-widget-keep, tree-widget-after-toggle-functions)
11695 (tree-widget-open-node, tree-widget-close-node): Doc fix.
11696 (tree-widget-open-control, tree-widget-close-control): Fix doc and
11697 :help-echo message.
11698 (tree-widget-set-theme): Doc fix. Use `string-equal'.
11699 (tree-widget-image-properties): Doc fix. Clearer implementation.
11700 (tree-widget--cursors): New constant.
11701 (tree-widget-lookup-image): New function split from
11702 `tree-widget-find-image'. Clearer implementation.
11703 (tree-widget-find-image): Use it.
11704 (tree-widget-button-keymap): Use `set-keymap-parent'.
11705 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
11706 Define the sub-widgets here.
11707 (tree-widget-node): Check that :node is not a tree-widget.
11708 (tree-widget-get-super, tree-widget-open-control)
11709 (tree-widget-close-control, tree-widget-empty-control)
11710 (tree-widget-leaf-control, tree-widget-guide)
11711 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
11712 (tree-widget-no-handle, tree-widget-value-delete)
11713 (tree-widget-map): Remove.
11714 (tree-widget-children-value-save): Doc fix. Simplified.
11715 (tree-widget-value-create): Update according to previous changes.
11717 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
11719 * textmodes/org.el: Leading space replaced by TABS.
11720 (org-recalc-marks, org-table-rotate-recalc-marks)
11721 (org-table-get-specials): Treat "^" and "_" marks.
11722 (org-table-justify-field-maybe): Optional argument NEW.
11723 (org-table-eval-formula): Parsing of the format simplified.
11724 New modes C,I. Honor the %= parameter in the current table.
11725 Avoid unnecessary re-align by using the NEW argument to
11726 `org-table-justify-field-maybe'.
11727 (org-calc-default-modes): Default for date-format mimicks org-mode.
11728 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
11730 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
11732 * cus-face.el (custom-theme-set-faces): Make it handle face
11733 aliases whose alias declarations are pre- or autoloaded.
11735 2005-07-04 Juri Linkov <juri@jurta.org>
11737 * faces.el (read-face-name): Put the code for getting a face name
11738 from the buffer before adding the faces from the `face' property.
11739 Use `completing-read-multiple' instead of `completing-read'.
11740 Require `crm'. Add default value and post-process the returned
11743 * emacs-lisp/crm.el (crm-find-current-element)
11744 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
11746 * emacs-lisp/lisp-mode.el (eval-defun-1):
11747 * emacs-lisp/edebug.el (edebug-eval-defun):
11748 Remove unnecessary quotes.
11750 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
11752 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
11753 (prolog-indent-level): Fix typo in docstring.
11755 * info.el (Info-history, Info-history-forward)
11756 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
11758 * add-log.el (add-change-log-entry):
11759 * comint.el (comint-dynamic-list-input-ring)
11760 (comint-dynamic-list-completions):
11761 * dabbrev.el (dabbrev-expand):
11762 * delim-col.el (delimit-columns-rectangle-line):
11763 * diff-mode.el (diff-context->unified, diff-reverse-direction)
11764 (diff-unified->context):
11765 * ediff-init.el (ediff-abbrev-jobname):
11766 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
11767 (ediff-replace-session-activity-marker-in-meta-buffer):
11768 * info.el (Info-summary):
11769 * lpr.el (printify-region):
11770 * printing.el (pr-create-interface):
11771 * ps-print.el (ps-print-quote):
11772 * ses.el (ses-column-widths, ses-print-cell)
11773 (ses-adjust-print-width, ses-center):
11774 * shell.el (shell-file-name-quote-list):
11775 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
11776 (strokes-fill-current-buffer-with-whitespace)
11777 (strokes-xpm-for-stroke, strokes-list-strokes)
11778 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
11779 * term.el (term-dynamic-list-input-ring)
11780 (term-dynamic-list-completions):
11781 * calc/calc.el (math-format-stack-value):
11782 * emacs-lisp/edebug.el (edebug-display-freq-count):
11783 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
11784 (delphi-new-comment-line):
11785 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
11786 * progmodes/executable.el (executable-set-magic):
11787 * progmodes/python.el (inferior-python-mode):
11788 * progmodes/scheme.el (scheme-mode-syntax-table):
11789 * progmodes/sh-script.el (sh-maybe-here-document):
11790 * progmodes/sql.el (sql-copy-column):
11791 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
11792 * textmodes/bibtex.el (bibtex-mode):
11793 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
11794 (sgml-auto-attributes):
11795 * textmodes/table.el (table-insert, table-shorten-cell)
11796 (table--generate-source-scan-lines, table-delete-row)
11797 (*table--cell-delete-char, table--spacify-frame)
11798 (table--horizontally-shift-above-and-below)
11799 (table--cell-insert-char, table--cell-blank-str)
11800 (table--fill-region-strictly):
11801 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
11802 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
11804 * add-log.el (change-log):
11805 * apropos.el (apropos):
11806 * comint.el (comint-completion, comint-source):
11807 * dabbrev.el (dabbrev):
11808 * delim-col.el (columns):
11809 * diff-mode.el (diff-mode):
11810 * ediff.el (ediff):
11811 * ediff-diff.el (ediff-diff):
11812 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
11813 * ediff-mult.el (ediff-mult):
11814 * ediff-ptch.el (ediff-ptch):
11815 * ediff-wind.el (ediff-window):
11816 * facemenu.el (facemenu):
11817 * indent.el (indent):
11819 * jka-cmpr-hook.el (compression, jka-compr):
11821 * outline.el (outlines):
11822 * pcmpl-cvs.el (pcmpl-cvs):
11823 * pcmpl-rpm.el (pcmpl-rpm):
11824 * printing.el (printing):
11825 * ps-print.el (postscript, ps-print, ps-print-horizontal)
11826 (ps-print-vertical, ps-print-headers, ps-print-font)
11827 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
11828 (ps-print-background, ps-print-printer, ps-print-page)
11829 (ps-print-miscellany):
11831 * shell.el (shell, shell-directories, shell-faces):
11832 * startup.el (initialization):
11833 * strokes.el (strokes):
11835 * uniquify.el (uniquify):
11836 * w32-vars.el (w32):
11837 * calc/calc.el (calc):
11838 * emacs-lisp/bytecomp.el (bytecomp):
11839 * emacs-lisp/cl-indent.el (lisp-indent):
11840 * emacs-lisp/edebug.el (edebug):
11841 * emacs-lisp/elp.el (elp):
11842 * emacs-lisp/testcover.el (testcover):
11843 * emacs-lisp/trace.el (trace):
11844 * emulation/viper-ex.el (viper-ex):
11845 * emulation/viper-mous.el (viper-mouse):
11846 * mail/mailalias.el (mailalias):
11847 * mail/supercite.el (supercite, supercite-frames)
11848 (supercite-attr, supercite-cite, supercite-hooks):
11849 * net/rcompile.el (remote-compile):
11850 * net/rlogin.el (rlogin):
11851 * obsolete/ooutline.el (outlines):
11852 * progmodes/delphi.el (delphi):
11853 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
11854 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
11855 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
11856 (ebnf-optimization):
11857 * progmodes/etags.el (etags):
11858 * progmodes/executable.el (executable):
11859 * progmodes/idlwave.el (idlwave):
11860 * progmodes/pascal.el (pascal):
11861 * progmodes/prolog.el (prolog):
11862 * progmodes/python.el (python):
11863 * progmodes/scheme.el (scheme):
11864 * progmodes/sh-script.el (sh, sh-script):
11865 * progmodes/sql.el (SQL):
11866 * progmodes/tcl.el (tcl):
11867 * textmodes/bibtex.el (bibtex, bibtex-autokey):
11868 * textmodes/enriched.el (enriched):
11869 * textmodes/makeinfo.el (makeinfo):
11870 * textmodes/sgml-mode.el (sgml):
11871 * textmodes/table.el (table-hooks):
11872 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11873 * textmodes/texinfo.el (texinfo):
11874 * textmodes/two-column.el (two-column):
11875 Finish `defgroup' description with period.
11877 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
11878 * eshell/esh-var.el (eshell-var):
11879 * progmodes/vhdl-mode.el (vhdl-testbench):
11880 * textmodes/org.el (org): Fix typos in docstrings.
11882 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11885 * progmodes/flymake.el (flymake-find-file): Remove.
11886 (flymake-float-time): Use `with-no-warnings'.
11887 (flymake-check-start-time, flymake-check-was-interrupted)
11888 (flymake-err-info, flymake-is-running, flymake-last-change-time)
11889 (flymake-new-err-info): `defvar' at compile time.
11891 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
11893 * replace.el (occur-hook): Doc fix.
11894 (occur-1): Don't call `occur-hook' if there are no matches.
11896 2005-07-03 Richard M. Stallman <rms@gnu.org>
11898 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11899 global-map, save the same map.
11900 (global-map): Don't alter it at top level.
11901 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11902 Then alter it here instead.
11903 (tpu-edt-off): Set global-map to the saved one.
11905 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11906 All references simplified.
11907 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
11908 (zmacs-regions): Add defvar.
11909 (repeat-complex-command-map): Everything about that deleted.
11911 * textmodes/artist.el (artist-key-is-drawing)
11912 (artist-key-endpoint1, artist-key-poly-point-list)
11913 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11914 (artist-key-compl-table, artist-rb-save-data)
11915 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11916 Don't put them in eval-when-compile.
11917 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11919 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11920 Use with-no-warnings.
11922 * net/browse-url.el (dos-windows-version): Add defvar.
11924 * mail/supercite.el (filladapt-prefix-table): Add defvar.
11926 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11927 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
11928 (rmail-new-summary-line-count): Rename from new-summary-line-count.
11930 (rmail-summary-beginning-of-message): Use with-no-warnings.
11931 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11933 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11934 Use with-no-warnings.
11936 * emulation/vi.el (vi-mark-region): Use c-mark-function.
11937 (c-mark-function): Add point-moving-unit property.
11938 (vi-goto-line): Use with-no-warnings.
11940 * emulation/edt.el (edt-last-copied-word): Add defvar.
11941 (zmacs-region-stays): Likewise.
11942 (edt-mark-section-wisely): Use c-mark-function for C.
11943 Use makr-defun for Fortran.
11944 (time-string): defvar deleted.
11945 (edt-display-the-time): Don't set time-string.
11947 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11949 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11950 Don't warn when name is not constant
11951 or for defining the group `emacs'.
11953 * tooltip.el (gud-tooltip-mode): Add defvar.
11955 * startup.el (default-frame-background-mode): Add defvar.
11957 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11959 * info.el (tool-bar-map): Add defvar.
11961 * dired.el (dnd-protocol-alist): Add defvar.
11963 * dired-aux.el (dired-query): Display question with answer, when
11966 * custom.el (custom-add-option): Doc fix.
11968 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11970 2005-07-03 Eli Zaretskii <eliz@gnu.org>
11972 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11973 bogus name from the last change.
11975 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
11977 * custom.el (custom-declare-variable): Fix typos in comment.
11978 (custom-known-themes): Doc fix.
11979 (custom-theme-directory): New defcustom.
11980 (require-theme): Make it check `custom-theme-directory'.
11982 * cus-theme.el (custom-new-theme-mode): New function.
11983 (custom-theme-name, custom-theme-variables, custom-theme-faces)
11984 (custom-theme-description): Add compiler defvars.
11985 (customize-create-theme): Add doc to the "*New Custom Theme*"
11986 buffer. Use `custom-new-theme-mode'.
11987 (custom-theme-write): Put the created buffer in emacs-lisp-mode
11988 and save it to the `custom-theme-directory'. Make this the
11989 default directory of the buffer.
11991 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
11993 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11994 Fix unbalanced parentheses.
11996 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11998 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11999 into flymake-mode and delegate to flymake-mode.
12001 * find-file.el (ff-which-function-are-we-in): Clean up.
12003 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
12005 * replace.el (occur-rename-buffer): Fix docstring.
12007 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12008 (edt-last-copied-word, edt-learn-macro-count)
12009 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12010 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12011 (time-string, zmacs-region-stays):
12012 * emulation/edt-mapper.el (edt-save-function-key-map)
12013 (EDT-key-name): `defvar' to silence the byte-compiler.
12015 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12017 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12018 font-lock-regexp-backslash. Doc fix.
12019 (font-lock-regexp-backslash-grouping-construct): Rename from
12020 font-lock-regexp-backslash-construct. Doc fix.
12021 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12022 grouping constructs.
12024 2005-07-02 Eli Zaretskii <eliz@gnu.org>
12026 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12027 updating all the prerequisites.
12029 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
12031 * textmodes/org.el (org-agenda-start-on-weekday)
12032 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12033 (org-agenda-use-time-grid, org-archive-location)
12034 (org-allow-space-in-links, org-usenet-links-prefer-google)
12035 (org-enable-table-editor, org-export-default-language)
12036 (org-export-html-show-new-buffer, org-fill-paragraph)
12037 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12038 (org-goto-quit, org-occur, org-eval-in-calendar)
12039 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12040 (org-agenda-diary-entry, org-remember-help)
12041 (org-table-convert-region, org-at-table-p)
12042 (org-table-move-row-down, org-table-move-row-up)
12043 (org-table-copy-region, org-table-toggle-vline-visibility)
12044 (org-table-get-stored-formulas, org-table-get-specials)
12045 (org-recalc-commands, org-table-eval-formula)
12046 (org-table-formula-substitute-names, orgtbl-make-binding)
12047 (org-format-org-table-html, org-format-table-table-html)
12048 (org-format-table-table-html-using-table-generate-source)
12049 (org-customize): Fix typos in docstrings.
12050 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12051 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12052 (org-back-to-heading): Doc fixes.
12053 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12054 (org-agenda-change-all-lines, org-get-header):
12055 Improve argument/docstring consistency.
12056 (orgtbl-error): Fix error message.
12058 * progmodes/flymake.el (flymake-find-possible-master-files)
12059 (flymake-master-file-compare, flymake-get-line-err-count)
12060 (flymake-highlight-line, flymake-gui-warnings-enabled):
12061 Fix typos in docstrings.
12062 (flymake-parse-line, flymake-get-project-include-dirs-function)
12063 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
12065 (flymake-get-project-include-dirs-function)
12066 (flymake-make-err-menu-data):
12067 Improve argument/docstring consistency.
12069 2005-07-01 Lute Kamstra <lute@gnu.org>
12071 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
12072 Catch errors with ignore-errors. Use temporary buffer.
12073 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
12075 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
12076 background color faces.
12077 (facemenu-set-foreground, facemenu-set-background):
12078 Use facemenu-set-face-from-menu.
12079 (facemenu-set-face-from-menu): Treat face names that start with
12080 "fg:" or "bg:" as special.
12081 (facemenu-add-new-color): Don't create faces. Simplify.
12083 2005-06-30 Richard M. Stallman <rms@gnu.org>
12085 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
12086 (crm-find-current-element): Likewise.
12088 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
12090 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
12092 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12094 * arc-mode.el (archive-extract): Make it work as a mouse binding.
12095 (archive-mouse-extract): Make it an obsolete alias.
12096 (archive-mode-map): Don't use archive-mouse-extract any more.
12097 (archive-mode, archive-extract): write-contents-hooks ->
12098 write-contents-functions.
12099 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
12101 (archive-rename-entry): Update the call.
12102 (archive-zip-summarize): Remove unused var `method'.
12103 (archive-lzh-summarize): Remove unused var `creator'.
12105 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
12106 dedicated frame upon exit.
12108 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
12109 (archive-zip-extract, archive-zip-expunge)
12110 (archive-zip-update, archive-zip-update-case): Use executable-find.
12111 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
12112 Use restore-buffer-modified-p.
12113 (archive-extract, archive-add-new-member, archive-write-file-member):
12114 Use with-current-buffer.
12115 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
12117 2005-06-30 Andreas Schwab <schwab@suse.de>
12119 * progmodes/gud.el (gud-filter): Remove unneeded progn.
12121 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12123 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
12125 2005-06-30 Juri Linkov <juri@jurta.org>
12127 * faces.el (vertical-border): Inherit from mode-line-inactive
12130 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
12132 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
12133 example, -NLINES in the `occur' docstring).
12135 * replace.el (occur-1): When no matches are found, do not set the
12136 `buffer-read-only' and modified flags for the occur buffer,
12137 because it is deleted.
12139 * emulation/cua-base.el (cua-check-pending-input)
12140 (cua-repeat-replace-region, cua-mode, cua-debug)
12141 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
12142 Fix typos in docstrings.
12144 * emulation/cua-gmrk.el (cua-toggle-global-mark)
12145 (cua-cut-region-to-global-mark)
12146 (cua--cut-rectangle-to-global-mark):
12147 Remove period from end of messages.
12149 * emulation/cua-rect.el (cua-do-rectangle-padding):
12150 Remove period from end of messages.
12151 (cua--rectangle-seq-format): Fix typo in docstring.
12152 (cua-sequence-rectangle, cua-fill-char-rectangle):
12153 Improve argument/docstring consistency.
12155 2005-06-29 Juri Linkov <juri@jurta.org>
12157 * faces.el (default-frame-background-mode): New internal variable.
12158 (frame-set-background-mode): Use it.
12160 * startup.el (normal-top-level): Set default-frame-background-mode
12161 instead of frame-background-mode. Before setting it, test for its
12162 nil value. Remove tests for frame-background-mode and frame
12163 parameter `reverse'. Add test for "unspecified-fg".
12165 * term/xterm.el (xterm-rxvt-set-background-mode):
12166 * term/rxvt.el (rxvt-set-background-mode):
12167 Set default-frame-background-mode instead of frame-background-mode.
12169 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
12171 * simple.el (set-variable): Warn about obsolete user variables.
12173 * imenu.el (imenu--completion-buffer):
12174 * mouse.el (mouse-buffer-menu-alist):
12175 * msb.el (msb-invisible-buffer-p):
12176 * calendar/diary-lib.el (diary-header-line-format):
12177 * emacs-lisp/pp.el (pp-buffer):
12178 * progmodes/cperl-mode.el (cperl-do-auto-fill):
12179 * textmodes/picture.el (picture-replace-match):
12180 Change space constants followed by a sexp to "?\s ".
12182 * play/decipher.el (decipher-loop-with-breaks):
12183 * textmodes/texinfo.el (texinfo-insert-@item): Change space
12184 constants "protected" from end of line by a comment to "?\s".
12186 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12188 * font-lock.el (save-buffer-state): Use `declare'.
12190 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
12191 reset the syntax-table to cperl-mode-syntax-table.
12192 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
12193 "foo_print_bar" is not matched as a reserved keyword.
12195 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
12197 * textmodes/org.el (orgtbl-setup): New function, for delayed
12198 setup for the orgtbl commands.
12199 (org-calc-default-modes): New option.
12200 (orgtbl-make-binding): Use `defun' to get better help display.
12201 (org-diary): Call `org-compile-prefix-format'.
12202 (org-table-formula-substitute-names): New function.
12203 (org-agenda-day-view, org-agenda-week-view): New commands.
12204 (org-agenda-toggle-week-view): Command removed.
12205 (org-tbl-menu): Split off from org-org-menu.
12206 (org-mode): Move removal of outline-mode menus to here.
12207 (org-table-formula-debug): New option.
12208 (org-table-insert-row): Keep first field if just "#" or "*".
12209 (org-mode): Paragraph regexps fixed.
12210 (org-table-recalculate-regexp): New constant.
12211 (org-table-justify-field-maybe): Avoid replace if not necessary.
12212 (org-copy-special, org-cut-special): Use `call-interactively'.
12213 (org-table-copy-region): Take region from `interactive' call.
12214 (org-trim): Return string even if no match.
12215 (org-formula): New face.
12216 (org-set-font-lock-defaults): No longer highlight "FIXME".
12217 But highlight formula-related fields in table.
12218 (org-table-p): Use regexp, not fontification.
12219 (org-table-align): Handle white space at end of line.
12220 (org-table-formula-evaluate-inline): New option.
12221 (org-mode): Auto-wrapping in comment lines turned off.
12222 (org-table-copy-down): Evaluate only in copied field, not in
12224 (org-table-current-formula): Variable removed.
12225 (org-table-store-formulas, org-table-get-stored-formulas)
12226 (org-table-modify-formulas, org-table-replace-in-formulas)
12227 (org-table-maybe-eval-formula): New functions.
12228 (org-table-get-formula): Modify to use stored formulas.
12229 (org-table-insert-column, org-table-delete-column)
12230 (org-table-move-column): Call `org-table-modify-formulas'.
12231 (org-complete): Add completion for keyword formulas.
12232 (orgtbl-mode): Pull orgtbl-mode-map to start of
12233 minor-mode-map-alist.
12235 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12237 * progmodes/python.el (python-check): Require `compile' before
12238 modifying its variables.
12240 * newcomment.el (comment-indent-default): Don't get fooled by an early
12243 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12245 * ps-print.el (ps-print-version): Fix version number.
12247 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
12249 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
12251 2005-06-28 Richard M. Stallman <rms@gnu.org>
12253 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
12254 (flyspell-local-mouse-map): Declaration deleted.
12255 (flyspell-mouse-map): Bind only mouse-2.
12256 (flyspell-mode-map): Don't test flyspell-use-local-map.
12257 (flyspell-overlay-keymap-property-name): Var deleted.
12258 (flyspell-mode-on): Don't make local bindings for
12259 flyspell-mouse-map and flyspell-mode-map.
12260 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
12262 * textmodes/ispell.el (ispell-word): Do not ignore short words.
12264 * progmodes/compile.el (compilation-next-error-function):
12265 Don't switch buffers; operate on the current buffer.
12267 * progmodes/compile.el (compilation-error-file-name)
12268 (compilation-warning-file-name, compilation-info-file-name)
12269 (compilation-line-number, compilation-column-number): New faces.
12270 (compilation-error-face, compilation-warning-face)
12271 (compilation-info-face, compilation-line-face)
12272 (compilation-column-face): Use them.
12274 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12276 * comint.el (comint-password-prompt-regexp): Accept ", try again".
12278 * bindings.el (global-map): Bind insertchar and its variants.
12280 2005-06-27 Richard M. Stallman <rms@gnu.org>
12282 * textmodes/artist.el (artist-text-overwrite)
12283 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12285 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12287 * ps-print.el: It was not working the page selection for printing.
12288 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12289 (ps-print-version): New version 6.6.7.
12290 (ps-end-sheet): New fun.
12291 (ps-header-sheet, ps-end-job): Call it.
12293 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
12295 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
12297 2005-06-27 Lute Kamstra <lute@gnu.org>
12299 * facemenu.el (facemenu-unlisted-faces): Add foreground and
12300 background color faces.
12301 (facemenu-get-face): Delete function.
12302 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
12303 (facemenu-add-new-color): Make second argument mandatory.
12304 Create the appropriate face and return it. Simplify.
12305 (facemenu-set-foreground, facemenu-set-background): Don't check if
12306 color is defined. Use return value of facemenu-add-new-color.
12308 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
12310 * progmodes/gud.el (gud-filter): Add missing argument to
12311 with-selected-window.
12313 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12315 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12316 a :require to the defcustom.
12318 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12319 defcustoms corresponding to minor modes.
12321 2005-06-26 David Ponce <david@dponce.com>
12323 * recentf.el: Require tree-widget instead of wid-edit.
12324 (recentf-filename-handler): Fix widget :type.
12325 (recentf-cancel-dialog, recentf-open-more-files)
12326 (recentf-open-files-action): Doc fix.
12327 (recentf-dialog-goto-first): New function.
12328 (recentf-dialog-mode-map): Set parent keymap first.
12329 (recentf-dialog-mode): Define with define-derived-mode.
12330 Don't display continuation lines in dialogs.
12331 (recentf-edit-list): Rename from recentf-edit-selected-items.
12332 (recentf-edit-list-select): Rename from recentf-edit-list-action.
12334 (recentf-edit-list-validate): New function.
12335 (recentf-edit-list): Update accordingly.
12336 (recentf-open-files-item-shift): Remove.
12337 (recentf-open-files-item): Convert menu elements into tree and
12338 link widgets. Don't create the widgets.
12339 (recentf-open-files): Update accordingly.
12340 (recentf-save-list): Untabify.
12342 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
12344 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12345 (keep-lines): Add INTERACTIVE arg. Never delete lines only
12346 partially contained in the active region. Do not take active
12347 region into account when called from Lisp, unless INTERACTIVE arg
12348 is non-nil. Use `forward-line' instead of `beginning-of-line' to
12349 avoid trouble with fields. Make marker point nowhere when no
12350 longer used. Always return nil. Doc fix.
12351 (flush-lines): Add INTERACTIVE arg. Do not take active region
12352 into account when called from Lisp, unless INTERACTIVE arg is
12353 non-nil. Use `forward-line' instead of `beginning-of-line' to
12354 avoid trouble with fields. Make marker point nowhere when no
12355 longer used. Always return nil. Doc fix.
12356 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
12357 interchangeable. Do not take active region into account when
12358 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
12359 message in echo area when called from Lisp, unless INTERACTIVE arg
12360 is non-nil. Avoid saying "1 occurrences". Do not use markers.
12361 Return the number of matches. Doc fix.
12363 (perform-replace): Make comment follow double space convention for
12364 the sake of `outline-minor-mode'.
12366 * faces.el (facep): Doc fix.
12368 2005-06-25 Richard M. Stallman <rms@gnu.org>
12370 * facemenu.el (facemenu-enable-faces-p): New function.
12371 (facemenu-background-menu, facemenu-foreground-menu)
12372 (facemenu-face-menu): Add menu-enable property.
12374 * jka-compr.el (jka-compr-insert-file-contents):
12375 Special handling if cannot find the uncompression program.
12377 * cus-face.el (custom-face-attributes): Add autoload.
12379 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12380 Bind comment-indent-function locally.
12382 * window.el (save-selected-window): Use save-current-buffer.
12384 * subr.el (with-selected-window): Use save-current-buffer.
12386 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12387 and with-current-buffer.
12389 2005-06-24 Richard M. Stallman <rms@gnu.org>
12391 * simple.el (line-move-1): Fix previous change.
12393 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12395 * replace.el (occur-1): Set `buffer-read-only' and the
12396 buffer-modified flag before running `occur-hook' to protect
12397 against unintentional buffer switches that can lead to data loss.
12399 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
12401 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12402 (gud-gdb-marker-filter): Use font-lock-warning-face for any
12405 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12407 (gdb-var-create-handler): Put name of expression in quotes.
12409 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
12411 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12412 elements of RING in order, and without bogus nil elements.
12414 2005-06-23 Richard M. Stallman <rms@gnu.org>
12416 * simple.el (set-variable): Args renamed; doc fix.
12417 (line-move-1): When there are overlays around, use vertical-motion.
12419 * faces.el (escape-glyph): Use brown against light background.
12420 (nobreak-space): Rename from no-break-space.
12421 Fix previous change.
12423 * dired-aux.el (dired-do-copy): Fix arg prompt.
12425 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12427 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12429 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12430 rather than "Distributor".
12432 2005-06-23 Lute Kamstra <lute@gnu.org>
12434 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12435 (debug-on-entry): Use it. New interactive declaration that uses
12436 function-called-at-point.
12438 2005-06-23 Kim F. Storm <storm@cua.dk>
12440 * subr.el (save-match-data): Add comment about using evaporate arg
12443 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
12445 * cus-edit.el (customize-face)
12446 (customize-face-other-window): Handle face aliases.
12448 * faces.el (face-documentation, set-face-attribute)
12449 (face-spec-set): Handle face aliases.
12451 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
12453 * help-mode.el (help-make-xrefs): If a symbol representing a face
12454 name is not followed by the word "face", it could still be a
12455 function or variable name, so don't bypass other checks.
12457 2005-06-22 Juri Linkov <juri@jurta.org>
12459 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12460 Replace aliased functions with calls where second arg `inherit' is t.
12462 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
12464 * progmodes/gdb-ui.el (gdb-error): New variable.
12465 (gdb-error): New function.
12466 (gdb-annotation-rules): Act on error-begin and error annotations.
12467 (gdb-concat-output): Use font-lock-warning-face for errors.
12469 2005-06-22 Miles Bader <miles@gnu.org>
12471 * bindings.el (propertized-buffer-identification): Use renamed
12472 `Buffer-menu-buffer' face.
12474 * faces.el (vertical-border): Rename from `vertical-divider'.
12475 (escape-glyph): Change dark-background color back to `cyan'.
12477 2005-06-21 Juri Linkov <juri@jurta.org>
12479 * faces.el (face-user-default-spec): Try getting `customized-face'
12480 prior to `saved-face'.
12481 (frame-background-mode): Refill docstring.
12483 * emacs-lisp/lisp-mode.el (eval-defun-1):
12484 * emacs-lisp/edebug.el (edebug-eval-defun):
12485 Set `saved-face' temporarily to nil before calling form.
12486 Set `customized-face' to the new spec after that.
12488 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12490 * subr.el (1value, lambda, key-substitution-in-progress):
12493 * autoinsert.el (auto-insert-alist):
12494 * ses.el (ses-call-printer):
12495 * subr.el (noreturn):
12496 * emacs-lisp/lisp.el (check-parens):
12497 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12498 * net/browse-url.el (browse-url-mosaic):
12499 * progmodes/cc-defs.el (c-safe-scan-lists):
12500 * progmodes/ebnf-abn.el (ebnf-abn-lex):
12501 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12502 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12503 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12504 * progmodes/ebnf-iso.el (ebnf-iso-lex):
12505 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
12507 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12509 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
12511 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
12513 * calendar/appt.el (appt-make-list): Activate the package, if
12514 not already active (for backwards compatibility).
12516 2005-06-20 Kim F. Storm <storm@cua.dk>
12518 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
12520 2005-06-20 Miles Bader <miles@gnu.org>
12522 * faces.el (vertical-divider): New face.
12524 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
12526 * simple.el (kill-whole-line): Doc fix.
12527 (next-error-buffer-p, next-error-find-buffer)
12528 (clone-indirect-buffer): Fix typos in docstrings.
12529 (comment-line-break-function): Doc fix: don't say variable
12530 is automatically buffer-local (it isn't).
12532 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
12534 * net/tramp-ftp.el (top):
12535 * net/tramp-smb.el (top):
12536 * net/tramp-util.el (top):
12537 * net/tramp-uu.el (top):
12538 * net/tramp-vc.el (top):
12539 * net/tramp.el (top): Revert copyright years back to original
12540 ones. Tramp has a life outside GNU Emacs.
12542 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
12544 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
12546 2005-06-18 Juri Linkov <juri@jurta.org>
12548 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
12549 end of first regexp to limit the match to the position between
12550 line number and source line with same separator character as used
12551 between file name and line number. In the second regexp limit
12552 mouse-face area to file name and line number by adding new group
12553 for them and referring it in HYPERLINK arg.
12554 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
12555 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
12556 previous line where grep markers may be already removed.
12558 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
12560 * progmodes/ps-mode.el: Update version and maintainer's email address.
12562 2005-06-18 Steve Youngs <steve@xemacs.org>
12564 * net/browse-url.el (browse-url-browser-function)
12565 (browse-url-default-browser): Add firefox.
12566 (browse-url-firefox-program, browse-url-firefox-arguments)
12567 (browse-url-firefox-startup-arguments)
12568 (browse-url-firefox-new-window-is-tab): New defcustoms.
12569 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
12571 2005-06-17 Richard M. Stallman <rms@gnu.org>
12573 * startup.el (command-line): Warn if specified user name has
12576 * term.el (term-get-old-input, term-input-filter, term-input-sender)
12577 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
12579 * longlines.el (longlines-mode, longlines-show-hard-newlines):
12582 * faces.el (underline): Try bold if terminal doesn't support underline.
12584 * mail/sendmail.el (mail-setup-with-from): New variable.
12585 (mail-insert-from-field): New function.
12586 (sendmail-send-it): Call it.
12587 (mail-setup): Optionally call it here.
12589 * term/linux.el: Call tty-no-underline.
12591 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
12593 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
12595 2005-06-17 Miles Bader <miles@gnu.org>
12597 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
12598 (ediff-current-diff-C, ediff-current-diff-Ancestor)
12599 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
12600 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
12601 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12602 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
12603 Remove "-face" suffix from face names.
12604 (ediff-current-diff-face-A, ediff-current-diff-face-B)
12605 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12606 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12607 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12608 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12609 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12610 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12611 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12612 New backward-compatibility aliases for renamed faces.
12613 (ediff-current-diff-face-A, ediff-current-diff-face-B)
12614 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12615 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12616 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12617 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12618 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12619 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12620 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12621 Use renamed ediff faces.
12623 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
12624 Remove "-face" suffix from face names.
12625 (eshell-test-ok-face, eshell-test-failed-face):
12626 New backward-compatibility aliases for renamed faces.
12627 (eshell-run-test): Use renamed eshell-test faces.
12629 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
12631 (eshell-prompt-face): New backward-compatibility alias for renamed
12633 (eshell-emit-prompt): Use renamed eshell-prompt face.
12635 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
12636 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
12637 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
12638 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
12639 Remove "-face" suffix from face names.
12640 (eshell-ls-directory-face, eshell-ls-symlink-face)
12641 (eshell-ls-executable-face, eshell-ls-readonly-face)
12642 (eshell-ls-unreadable-face, eshell-ls-special-face)
12643 (eshell-ls-missing-face, eshell-ls-archive-face)
12644 (eshell-ls-backup-face, eshell-ls-product-face)
12645 (eshell-ls-clutter-face):
12646 New backward-compatibility aliases for renamed faces.
12647 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
12649 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
12650 Remove "-face" suffix from face name.
12651 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
12652 instead of literal face.
12654 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
12656 * emacs-lisp/warnings.el (display-warning, lwarn)
12657 (warning-minimum-log-level): Doc fixes.
12658 (warning-minimum-level, warning-minimum-log-level):
12659 Add :debug to :type choices.
12661 * progmodes/ada-mode.el (ada-format-paramlist)
12662 (ada-get-indent-case, ada-check-matching-start)
12663 (ada-check-defun-name, ada-goto-matching-decl-start)
12664 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
12665 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
12666 (ada-make-subprogram-body): Follow error conventions.
12667 (ada-case-exception-file, ada-indent-comment-as-code)
12668 (ada-indent-handle-comment-special, ada-indent-renames)
12669 (ada-indent-return, ada-search-directories-internal)
12670 (ada-tab-policy, ada-case-exception-substring)
12671 (ada-other-file-alist, ada-matching-start-re)
12672 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
12673 (ada-imenu-generic-expression, ada-compile-goto-error)
12674 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
12675 (ada-popup-menu, ada-add-extensions, ada-mode)
12676 (ada-region-selected, ada-create-case-exception)
12677 (ada-create-case-exception-substring, ada-after-keyword-p)
12678 (ada-activate-keys-for-case, ada-adjust-case-region)
12679 (ada-adjust-case-buffer, ada-format-paramlist)
12680 (ada-scan-paramlist, ada-insert-paramlist)
12681 (ada-indent-newline-indent)
12682 (ada-indent-newline-indent-conditional)
12683 (ada-justified-indent-current, ada-goto-previous-word)
12684 (ada-indent-current, ada-get-indent-open-paren)
12685 (ada-get-indent-paramlist, ada-get-indent-end)
12686 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
12687 (ada-get-indent-block-start, ada-get-indent-subprog)
12688 (ada-get-indent-noindent, ada-get-indent-label)
12689 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
12690 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
12691 (ada-goto-stmt-end, ada-goto-next-word)
12692 (ada-check-matching-start, ada-check-defun-name)
12693 (ada-goto-matching-decl-start, ada-goto-matching-start)
12694 (ada-goto-matching-end, ada-search-ignore-string-comment)
12695 (ada-in-decl-p, ada-looking-at-semi-or)
12696 (ada-looking-at-semi-private, ada-in-paramlist-p)
12697 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
12698 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
12699 (ada-next-procedure, ada-previous-procedure, ada-next-package)
12700 (ada-previous-package, ada-create-menu)
12701 (ada-fill-comment-paragraph-justify)
12702 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
12703 (ada-other-file-name, ada-last-which-function-line)
12704 (ada-last-which-function-subprog, ada-which-function)
12705 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
12706 (ada-gen-treat-proc, ada-check-emacs-version)
12707 (ada-continuation-indent, ada-align-region-separate):
12708 Fix typos in docstrings.
12709 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
12711 2005-06-16 Lute Kamstra <lute@gnu.org>
12713 * simple.el (fundamental-mode): Run after-change-major-mode-hook
12716 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
12718 * comint.el (comint-replace-by-expanded-filename)
12719 (comint-prompt-regexp, comint-delimiter-argument-list)
12720 (comint-preinput-scroll-to-bottom):
12721 * info.el (Info-hide-cookies-node):
12722 * ls-lisp.el (ls-lisp-classify):
12723 * find-file.el (ff-search-directories, ff-special-constructs)
12724 (ff-find-other-file):
12725 * font-lock.el (font-lock-keywords):
12726 * shell.el (shell-prompt-pattern)
12727 (shell-dynamic-complete-functions, shell-mode)
12728 (shell-delimiter-argument-list):
12729 * term.el (term-replace-by-expanded-filename)
12730 (term-prompt-regexp, term-delimiter-argument-list):
12731 * woman.el (woman-ignore, woman0-if):
12732 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12733 * emacs-lisp/elint.el (elint-init-env):
12734 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
12735 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
12736 * language/ethio-util.el (ethio-tilde-escape)
12737 (ethio-use-three-dot-question):
12738 * net/zone-mode.el (zone-mode-load-time-setup):
12739 * progmodes/cc-align.el (c-lineup-argcont):
12740 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
12741 * progmodes/cperl-mode.el (cperl-set-style-back):
12742 * progmodes/inf-lisp.el (inferior-lisp-prompt):
12743 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
12744 Fix spellings in docstrings.
12746 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
12747 * progmodes/modula2.el (m2-for): Fix spellings.
12749 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
12751 * simple.el (undo-more): Don't use `format' on `error' arguments.
12752 Improve argument/docstring consistency.
12753 (pending-undo-list): Doc fix.
12755 * smerge-mode.el (smerge-ensure-match):
12756 * emulation/vip.el (vip-ex):
12757 * net/zone-mode.el (zone-mode-update-serial):
12758 * progmodes/idlwave.el (idlwave-complete):
12759 * progmodes/vhdl-mode.el (vhdl-visit-file)
12760 (vhdl-compose-wire-components):
12761 Don't use `format' on `error' arguments.
12763 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
12764 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
12765 (tooltip-help-tips): Fix typos in docstrings.
12767 2005-06-16 David Ponce <david@dponce.com>
12769 * tree-widget.el (tree-widget-value-create): Simplify last change.
12771 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
12773 * ido.el (ido-incomplete-regexp): New variable.
12774 (ido-set-matches-1): Handle invalid-regexp error and set
12775 ido-incomplete-regexp.
12776 (ido-incomplete-regexp): New face.
12777 (ido-completions): Use it.
12778 (ido-complete, ido-exit-minibuffer, ido-completions):
12779 Handle incomplete regexps.
12780 (ido-completions): Add check for complete match when entering a regexp.
12782 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12784 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
12786 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12788 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
12789 by field delimiters.
12791 2005-06-15 David Ponce <david@dponce.com>
12793 * tree-widget.el: eval-and-compile inlined functions so they will
12794 be available at run-time too.
12795 (tree-widget-super-format-handler)
12796 (tree-widget-format-handler): Remove.
12797 (tree-widget-value-create): Handle the :indent property.
12799 2005-06-15 Miles Bader <miles@gnu.org>
12801 * progmodes/which-func.el (which-func): Only inherit
12802 `font-lock-function-name-face' when that makes sense against the
12803 default mode-line face, otherwise set the face color explicitly.
12805 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
12806 faces instead of (non-existent) variables.
12808 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12810 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
12811 (iswitchb-get-matched-buffers): Likewise. Simplify.
12813 2005-06-14 Miles Bader <miles@gnu.org>
12815 * progmodes/ld-script.el (ld-script-location-counter):
12816 Remove "-face" suffix from face name.
12817 (ld-script-location-counter-face):
12818 New backward-compatibility alias for renamed face.
12819 (ld-script-location-counter-face): Use renamed face.
12821 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
12822 (cperl-hash): Remove "-face" suffix from face names.
12823 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
12824 New backward-compatibility aliases for renamed faces.
12825 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
12826 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
12828 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
12830 (which-func-face): New backward-compatibility alias for renamed face.
12831 (which-func-format): Use renamed which-func face.
12833 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
12834 (vhdl-function, vhdl-directive, vhdl-reserved-word)
12835 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
12837 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
12838 (vhdl-speedbar-configuration, vhdl-speedbar-package)
12839 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
12840 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
12841 (vhdl-speedbar-architecture-selected)
12842 (vhdl-speedbar-configuration-selected)
12843 (vhdl-speedbar-package-selected)
12844 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
12846 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
12848 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
12849 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
12850 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
12852 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
12854 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
12855 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
12856 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
12857 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
12858 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
12859 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
12861 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
12863 (sh-heredoc-face): New backward-compatibility alias for renamed face.
12864 (sh-heredoc-face): Use renamed sh-heredoc face.
12866 * progmodes/idlw-help.el (idlwave-help-link):
12867 Remove "-face" suffix from face name.
12868 (idlwave-help-link-face):
12869 New backward-compatibility alias for renamed face.
12870 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12872 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12873 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12874 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12875 New backward-compatibility aliases for renamed faces.
12876 (idlwave-shell-disabled-breakpoint-face)
12877 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12879 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12880 Remove "-face" suffix from face names.
12881 (flymake-errline-face, flymake-warnline-face):
12882 New backward-compatibility aliases for renamed faces.
12883 (flymake-highlight-line): Use renamed flymake faces.
12885 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12886 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12887 (ebrowse-member-class, ebrowse-progress):
12888 Remove "-face" suffix from face names.
12889 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12890 (ebrowse-file-name-face, ebrowse-default-face)
12891 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12892 (ebrowse-progress-face):
12893 New backward-compatibility aliases for renamed faces.
12894 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12895 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12896 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12897 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12899 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12901 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
12902 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12904 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12905 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12906 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
12907 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12908 backward-compatibility aliases for renamed faces.
12909 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12910 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
12911 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12912 remove "font-lock-". Use renamed antlr-mode faces.
12913 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
12914 literal face-names with face variable references.
12916 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12918 (Buffer-menu-buffer-face): New backward-compatibility alias for
12920 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12922 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
12924 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12925 Eliminate "-face" suffix.
12926 (makefile-targets): Inherit from font-lock-function-name-face and
12927 eliminate "-face" suffix.
12928 (makefile-shell): Remove attributes and eliminate "-face" suffix.
12929 (makefile-*-font-lock-keywords): Append makefile-targets in rule
12930 actions, instead of prepending, to make it less visible.
12931 (makefile-previous-dependency, makefile-match-dependency):
12932 Don't match a target on a continuation line.
12934 * files.el (auto-mode-alist): Put Makefile in gmake mode.
12936 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
12938 * progmodes/gdb-ui.el (menu): Re-order menu items.
12939 (gdb-tooltip-print): Respect tooltip-use-echo-area.
12941 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12942 Define in tooltip.el.
12943 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12944 (gud-tooltip-tips): Respect tooltip-use-echo-area and
12945 gud-tooltip-echo-area.
12947 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12948 backward compatibility and make obsolete.
12949 (tooltip-help-tips): Use tooltip-use-echo-area.
12950 (tooltip-show-help-function): Rename to...
12951 (tooltip-show-help): ...this, because it is a function.
12952 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12954 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
12956 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12957 (edebug-print-length, edebug-print-level, edebug-print-circle)
12958 (edebug-modify-breakpoint, edebug-eval-last-sexp)
12959 (edebug-eval-print-last-sexp): Doc fixes.
12961 2005-06-14 Kim F. Storm <storm@cua.dk>
12963 * ido.el (ido-mode): Make a new keymap every time we enable ido,
12964 as the coverage buffer/file/both may change.
12966 2005-06-14 Lute Kamstra <lute@gnu.org>
12968 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12969 and run-mode-hooks. Simplify.
12971 * mail/rmailedit.el (rmail-edit-mode):
12972 * progmodes/octave-inf.el (inferior-octave-mode):
12973 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12975 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12976 and run-mode-hooks.
12977 (recentf-edit-list, recentf-open-files): Don't call
12978 kill-all-local-variables directly.
12980 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12982 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
12984 * emacs-lisp/byte-run.el (make-obsolete)
12985 (define-obsolete-function-alias): Rename arguments FUNCTION and
12986 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
12987 (make-obsolete-variable, define-obsolete-variable-alias):
12988 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
12991 * isearchb.el (isearchb-activate):
12992 * pcvs.el (cvs-mode):
12993 * ses.el (ses-load):
12994 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12995 * net/tramp.el (tramp-find-file-exists-command)
12996 (tramp-find-shell):
12997 * progmodes/ada-mode.el (ada-create-case-exception)
12998 (ada-create-case-exception-substring, ada-make-subprogram-body):
12999 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13000 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13001 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13002 * textmodes/org.el (org-promote, org-evaluate-time-range)
13003 (org-agenda-next-date-line, org-agenda-previous-date-line)
13004 (org-agenda-error, org-open-at-point, org-table-move-row)
13005 (org-format-table-table-html-using-table-generate-source)
13006 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13007 * textmodes/reftex.el (reftex-access-scan-info):
13008 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13009 (reftex-toc-promote-prepare): Follow error conventions.
13011 * diff-mode.el (diff-mode): Fix typo in docstring.
13013 * forms.el (forms--intuit-from-file): Fix reference to
13014 `forms-number-of-fields' in error message.
13015 (forms-print): Fix quoting in error message.
13017 * forms.el (forms-mode):
13018 * emulation/vi.el (vi-goto-insert-state):
13019 * progmodes/flymake.el (flymake-new-err-info)
13020 (flymake-start-syntax-check-for-current-buffer)
13021 (flymake-simple-cleanup):
13022 * eshell/esh-var.el (eshell/export):
13023 * progmodes/gud.el (xdb):
13024 * textmodes/flyspell.el (flyspell-incorrect-hook)
13025 (flyspell-maybe-correct-transposition)
13026 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13028 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
13030 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13033 2005-06-13 Kim F. Storm <storm@cua.dk>
13035 * subr.el (add-to-ordered-list): New defun.
13037 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13038 add cua--keymap-alist to emulation-mode-map-alists.
13040 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13042 * subr.el (complete-in-turn): New macro.
13043 (dynamic-completion-table, lazy-completion-table): Add debug info.
13045 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13046 in preference to face aliases.
13048 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13049 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13050 Remove unused vars `start' and `firstline'.
13051 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13052 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13054 2005-06-13 Eli Zaretskii <eliz@gnu.org>
13056 * cus-start.el (all): Don't complain about missing GTK-related
13057 variables, unless either `gtk' is boundp or this isn't a
13058 `windows-nt' build.
13060 2005-06-13 Lute Kamstra <lute@gnu.org>
13062 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
13065 * ediff-mult.el (ediff-meta-mode):
13066 * ediff-util.el (ediff-mode): Use run-mode-hooks.
13068 * ledit.el (ledit-mode): Use delay-mode-hooks.
13070 * woman.el (woman-mode-line-format): Delete constant.
13071 (woman-mode-map): Initialize it properly.
13072 (woman-mode): Set mode-class property to special.
13073 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
13074 Set major-mode and mode-name. Don't set mode-line-format directly.
13075 (Man-getpage-in-background): Don't reference woman-mode-line-format.
13077 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
13078 string argument obsolete.
13080 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
13082 * textmodes/org.el (org-CUA-compatible): New option.
13083 (org-disputed-keys): New variable.
13084 (org-key): New function.
13085 (orgtbl-make-binding): Add docstring to the created function.
13086 (org-mode): Set paragraph start/separate regexps.
13087 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
13088 (org-archive-location, org-archive-mark-done)
13089 (org-archive-stamp-time): New options.
13090 (org-archive-subtree): New command.
13091 (org-fill-paragraph): New function.
13092 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
13093 (org-fake-empty-table-line): Function removed.
13094 (org-format-org-table-html): Do not create empty table lines at
13095 separator lines. Improved table header treatment.
13096 (org-link-format): New option.
13097 (org-make-link): New function.
13098 (org-insert-link, org-store-link): Use org-make-link.
13099 (org-open-file): Quote file name for shell command, to allow
13100 spaces in file names.
13101 (org-link-regexp): Fix bug with mailto link.
13102 (org-link-maybe-angles-regexp, org-protected-link-regexp):
13104 (org-export-as-html): Deal with the optional angles around a link.
13105 Better treatment of file: links.
13106 (org-open-at-point): Replace @{ and @} with < and >.
13107 (org-run-mode-hooks): Function removed.
13108 (org-agenda-mode): No longer use `org-run-mode-hooks'.
13110 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
13112 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
13113 MI command -data-list-register-values.
13114 (gdb-post-prompt): Indent properly.
13116 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
13118 * hilit-chg.el (highlight-changes-colors): Rename from
13119 `highlight-changes-colours'.
13120 (highlight-changes-colours): Keep as obsolete alias.
13121 (highlight-changes-face-list): Doc fix.
13122 (hilit-chg-make-list): Use `highlight-changes-colors'.
13124 2005-06-12 Mark A. Hershberger <mah@everybody.org>
13126 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
13127 defun-prompt-regexp.
13129 2005-06-12 Eli Zaretskii <eliz@gnu.org>
13131 * loadup.el: Don't say we are dumping under 2 names on windows-nt
13134 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13135 Don't use an old loaddefs.el, as in Makefile.in.
13137 2005-06-12 Lute Kamstra <lute@gnu.org>
13139 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
13141 * man.el (Man-mode-map): Initialize it properly.
13142 (Man-mode): Set mode-class property to special.
13144 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
13146 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
13148 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
13149 A newline is needed in the docstring there.
13151 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
13154 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13156 * printing.el: Doc fix. The menubar is no more changed when printing
13157 is loaded, it only changes when pr-menu-bind or pr-update-menus is
13158 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
13159 (pr-version): New version number (6.8.4).
13160 (pr-menu-bind): New command.
13161 (pr-update-menus): Docstring and code fix.
13162 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
13164 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
13165 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
13167 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
13169 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
13170 "Returns" to "return", document useful return values, etc.
13172 2005-06-11 Alan Mackenzie <acm@muc.de>
13174 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
13175 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
13176 (adaptive-file-function): Minor amendment to doc-string.
13178 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13180 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
13181 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
13182 Fix :type--it is `integer', not `string'.
13184 * faces.el (modeline-highlight): Rename from (the erroneous)
13185 `modeline-higilight'.
13187 2005-06-11 Lute Kamstra <lute@gnu.org>
13189 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13190 lisp-interaction-mode-map but make it the parent.
13191 (edebug-eval-mode): Use define-derived-mode.
13193 2005-06-11 Andreas Schwab <schwab@suse.de>
13195 * bindings.el: Add binding of `ESC functionkey' for every
13197 * hexl.el (hexl-mode-map): Likewise.
13199 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
13201 * progmodes/compile.el (compilation-error-regexp-alist-alist)
13202 [msft]: update regexp for newer msft compilers.
13204 2005-06-10 Mark A. Hershberger <mah@everybody.org>
13206 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
13207 ATTLIST portions of included DTDs.
13208 (xml-parse-dtd): Eliminate use of inefficient match-data.
13210 2005-06-10 Miles Bader <miles@gnu.org>
13212 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13213 (mpuz-text): Remove "-face" suffix from face names.
13214 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
13215 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
13216 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
13218 * play/gomoku.el (gomoku-O, gomoku-X):
13219 Remove "-face" suffix from face names.
13220 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
13221 New backward-compatibility aliases for renamed faces.
13222 (gomoku-font-lock-keywords): Use renamed gomoku faces.
13224 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
13226 * thumbs.el: Fixes for changes of 2005-06-09.
13227 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
13229 (thumbs-thumbname): Remove directory separator from format string;
13230 `thumbs-thumbsdir' now returns a valid directory name.
13231 (thumbs-temp-dir): New defsubst.
13232 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
13235 * cus-edit.el (minibuffer):
13236 * files.el (make-backup-file-name-function):
13237 * filesets.el (filesets-external-viewers):
13238 * hilit-chg.el (highlight-changes-colours)
13239 (highlight-changes-face-list, highlight-changes-rotate-faces):
13240 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
13241 * kmacro.el (kmacro-call-macro):
13242 * log-edit.el (log-edit-changelog-full-paragraphs):
13243 * mouse.el (mouse-1-click-follows-link):
13244 * skeleton.el (skeleton-autowrap):
13245 * subr.el (insert-for-yank-1):
13246 * tempo.el (tempo-insert-region):
13247 * terminal.el (terminal-emulator):
13248 * time.el (display-time-mail-face):
13249 * vc.el (vc-annotate):
13250 * vcursor.el (vcursor-copy-line):
13251 * woman.el (woman-bold-headings, woman-ignore)
13252 (woman-default-faces, woman-monochrome-faces):
13253 * calendar/todo-mode.el (todo-insert-threshold):
13254 * emulation/pc-select.el (pc-select-selection-keys-only)
13255 (pc-selection-mode):
13256 * emulation/vip.el (vip-find-char-forward):
13257 * emulation/viper-cmd.el (viper-find-char-forward):
13258 * international/mule-cmds.el
13259 (select-safe-coding-system-accept-default-p)
13260 (input-method-exit-on-invalid-key):
13261 * international/mule-diag.el (describe-coding-system):
13262 * international/ucs-tables.el (unify-8859-on-encoding-mode):
13263 * net/browse-url.el (browse-url-xterm-program):
13264 * obsolete/lazy-lock.el (lazy-lock-mode):
13265 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
13267 * progmodes/cpp.el (cpp-face-light-name-list)
13268 (cpp-face-dark-name-list):
13269 * progmodes/delphi.el (delphi-newline-always-indents):
13270 Fix spellings in docstrings.
13272 * ido.el (ido-mode, ido-file-extensions-order)
13273 (ido-default-file-method, ido-default-buffer-method)
13274 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13275 (ido-decorations, ido-read-file-name-as-directory-commands)
13276 (ido-read-file-name-non-ido, ido-work-directory-list)
13277 (ido-ignore-item-temp-list, ido-current-directory)
13278 (ido-magic-forward-char, ido-enter-find-file)
13279 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13280 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13282 2005-06-10 Lute Kamstra <lute@gnu.org>
13284 * play/dunnet.el (dun-mode): Use define-derived-mode.
13285 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
13288 * play/doctor.el (doctor-mode-map): Remove defvar.
13289 (doctor-mode): Use define-derived-mode.
13291 * mail/mspools.el (mspools-mode):
13292 * net/eudc-hotlist.el (eudc-hotlist-mode):
13293 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13295 2005-06-10 Miles Bader <miles@gnu.org>
13297 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13298 Remove "-face" suffix from face names.
13299 (flyspell-incorrect-face, flyspell-duplicate-face):
13300 New backward-compatibility aliases for renamed faces.
13301 (flyspell-mode-on, make-flyspell-overlay)
13302 (flyspell-highlight-incorrect-region)
13303 (flyspell-highlight-duplicate-region)
13304 (flyspell-display-next-corrections)
13305 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13307 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13309 (texinfo-heading-face): New backward-compatibility alias for
13311 (texinfo-heading-face): Use renamed texinfo-heading face.
13313 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13314 suffix from face names.
13315 (tex-math-face, tex-verbatim-face):
13316 New backward-compatibility aliases for renamed faces.
13317 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13318 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13321 * textmodes/table.el (table-cell): Remove "-face" suffix from face
13323 (table-cell-face): New backward-compatibility alias for renamed face.
13324 (table--put-cell-face-property, table--update-cell-face):
13325 Use renamed table-cell face.
13327 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13329 (sgml-namespace-face): New backward-compatibility alias for
13331 (sgml-namespace-face): Use renamed sgml-namespace face.
13333 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13334 (org-level-4, org-level-5, org-level-6, org-level-7)
13335 (org-level-8, org-warning, org-headline-done)
13336 (org-deadline-announce, org-scheduled-today)
13337 (org-scheduled-previously, org-link, org-done, org-table)
13338 (org-time-grid): Remove "-face" suffix from face names.
13339 (org-level-1-face, org-level-2-face, org-level-3-face)
13340 (org-level-4-face, org-level-5-face, org-level-6-face)
13341 (org-level-7-face, org-level-8-face, org-warning-face)
13342 (org-headline-done-face, org-deadline-announce-face)
13343 (org-scheduled-today-face, org-scheduled-previously-face)
13344 (org-link-face, org-done-face, org-table-face)
13345 (org-time-grid-face):
13346 New backward-compatibility aliases for renamed faces.
13347 (org-level-faces, org-set-font-lock-defaults, org-timeline)
13348 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13349 (org-agenda-get-timestamps, org-agenda-get-scheduled)
13350 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13352 * emulation/viper-init.el (viper-search, viper-replace-overlay)
13353 (viper-minibuffer-emacs, viper-minibuffer-insert)
13354 (viper-minibuffer-vi): Remove "-face" suffix from face names.
13355 (viper-search-face, viper-replace-overlay-face)
13356 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13357 (viper-minibuffer-vi-face):
13358 New backward-compatibility aliases for renamed faces.
13359 (viper-search-face, viper-replace-overlay-face)
13360 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13361 (viper-minibuffer-vi-face): Use renamed viper faces.
13363 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13364 Remove "-face" suffix from face names.
13365 (testcover-nohits-face, testcover-1value-face):
13366 New backward-compatibility aliases for renamed faces.
13367 (testcover-mark): Use renamed testcover faces.
13369 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13371 (diary-button-face): New backward-compatibility alias for renamed face.
13372 (diary-entry): Use renamed diary-button face.
13374 * calendar/calendar.el (diary, calendar-today, holiday)
13375 (mark-visible-calendar-date): Remove "-face" suffix from face names.
13376 (diary-face, calendar-today-face, holiday-face):
13377 New backward-compatibility aliases for renamed faces.
13378 (eval-after-load "facemenu", diary-entry-marker)
13379 (calendar-today-marker, calendar-holiday-marker, diary-face):
13380 Use renamed calendar faces.
13382 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13383 (compare-windows-face): New backward-compatibility alias for
13385 (compare-windows-highlight): Use renamed compare-windows face.
13387 * strokes.el (strokes-char): Remove "-face" suffix from face name.
13388 (strokes-char-face): New backward-compatibility alias for renamed face.
13389 (strokes-encode-buffer): Use renamed strokes-char face.
13391 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13392 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13393 Remove "-face" suffix from face names.
13394 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13395 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13396 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13397 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
13398 Use renamed pcvs faces.
13399 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13400 * pcvs-defs.el (cvs-mode-map): Likewise.
13401 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
13403 * info.el (info-title-1, info-title-2, info-title-3)
13404 (info-title-4): Remove "-face" suffix from and downcase face names.
13405 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13406 (Info-title-4-face):
13407 New backward-compatibility aliases for renamed faces.
13408 (Info-fontify-node): Use renamed info faces.
13410 * hilit-chg.el (highlight-changes, highlight-changes-delete):
13411 Remove "-face" suffix from face names.
13412 (highlight-changes-face, highlight-changes-delete-face):
13413 New backward-compatibility aliases for renamed faces.
13414 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13415 (hilit-chg-make-list): Use renamed highlight-changes faces.
13417 * generic-x.el (show-tabs-tab, show-tabs-space):
13418 Remove "-face" suffix from face names.
13419 (show-tabs-tab-face, show-tabs-space-face):
13420 New backward-compatibility aliases for renamed faces.
13421 (show-tabs-generic-mode-font-lock-defaults-1)
13422 (show-tabs-generic-mode-font-lock-defaults-2):
13423 Use renamed show-tabs faces.
13425 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13426 (smerge-markers): Remove "-face" suffix from face names.
13427 (smerge-mine-face, smerge-other-face, smerge-base-face)
13428 (smerge-markers-face):
13429 New backward-compatibility aliases for renamed faces.
13430 (smerge-mine-face, smerge-other-face, smerge-base-face)
13431 (smerge-markers-face): Use renamed smerge faces.
13433 * log-view.el (log-view-file, log-view-message): Remove "-face"
13434 suffix from face names.
13435 (log-view-file-face, log-view-message-face):
13436 New backward-compatibility aliases for renamed faces.
13437 (log-view-file-face, log-view-message-face): Use renamed log-view
13440 * paren.el (show-paren-match, show-paren-mismatch):
13441 Remove "-face" suffix from face names.
13442 (show-paren-match-face, show-paren-mismatch-face):
13443 New backward-compatibility aliases for renamed faces.
13444 (show-paren-function): Use renamed show-paren faces.
13446 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13447 (ruler-mode-margins, ruler-mode-fringes)
13448 (ruler-mode-column-number, ruler-mode-fill-column)
13449 (ruler-mode-comment-column, ruler-mode-goal-column)
13450 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13451 suffix from face names.
13452 (ruler-mode-default-face, ruler-mode-pad-face)
13453 (ruler-mode-margins-face, ruler-mode-fringes-face)
13454 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13455 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
13456 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13457 New backward-compatibility aliases for renamed faces.
13458 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13459 (ruler-mode-column-number, ruler-mode-fill-column)
13460 (ruler-mode-comment-column, ruler-mode-goal-column)
13461 (ruler-mode-tab-stop, ruler-mode-current-column)
13462 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13465 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13467 (whitespace-highlight-the-space): Use renamed face.
13468 (whitespace-highlight-face): New backward-compatibility alias for
13471 * woman.el (woman-italic, woman-bold, woman-unknown)
13472 (woman-addition, woman-symbol-face):
13473 Remove "-face" suffix from face names.
13474 (woman-italic-face, woman-bold-face, woman-unknown-face)
13475 (woman-addition-face):
13476 New backward-compatibility aliases for renamed faces.
13477 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13478 (woman-decode-region, woman-replace-match)
13479 (woman-display-extended-fonts, woman-special-characters)
13480 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13481 Use renamed woman faces.
13483 * longlines.el (longlines-visible-face): Face removed.
13485 * diff-mode.el (diff-header, diff-file-header, diff-index)
13486 (diff-hunk-header, diff-removed, diff-added, diff-changed)
13487 (diff-function, diff-context, diff-nonexistent): Remove "-face"
13488 suffix from face names.
13489 (diff-header-face, diff-file-header-face, diff-index-face)
13490 (diff-hunk-header-face, diff-removed-face, diff-added-face)
13491 (diff-changed-face, diff-function-face, diff-context-face)
13492 (diff-nonexistent-face): New backward-compatibility aliases for
13494 (diff-header-face, diff-file-header-face)
13495 (diff-index, diff-index-face, diff-hunk-header)
13496 (diff-hunk-header-face, diff-removed, diff-removed-face)
13497 (diff-added, diff-added-face, diff-changed-face, diff-function)
13498 (diff-function-face, diff-context-face, diff-nonexistent)
13499 (diff-nonexistent-face): Use renamed diff-mode faces.
13501 * progmodes/compile.el (compilation-warning-face)
13502 (compilation-info-face): Remove "-face" suffix from face names.
13503 (compilation-warning-face, compilation-info-face):
13504 New backward-compatibility aliases for renamed faces.
13505 (compilation-warning-face, compilation-info-face):
13506 Use renamed compilation faces.
13508 * add-log.el (change-log-date, change-log-name)
13509 (change-log-email, change-log-file, change-log-list)
13510 (change-log-conditionals, change-log-function)
13511 (change-log-acknowledgement): Remove "-face" suffix from face names.
13512 (change-log-date-face, change-log-name-face)
13513 (change-log-email-face, change-log-file-face)
13514 (change-log-list-face, change-log-conditionals-face)
13515 (change-log-function-face, change-log-acknowledgement-face):
13516 New backward-compatibility aliases for renamed faces.
13517 (change-log-font-lock-keywords): Use renamed change-log faces.
13519 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
13520 (custom-set, custom-changed, custom-saved, custom-button)
13521 (custom-button-pressed, custom-documentation, custom-state)
13522 (custom-comment, custom-comment-tag, custom-variable-tag)
13523 (custom-variable-button, custom-face-tag, custom-group-tag-1)
13524 (custom-group-tag): Remove "-face" suffix from face names.
13525 (custom-magic-alist, custom-magic-value-create)
13526 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
13527 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13528 (custom-set-face, custom-changed-face, custom-saved-face)
13529 (custom-button-face, custom-button-pressed-face)
13530 (custom-documentation-face, custom-state-face)
13531 (custom-comment-face, custom-comment-tag-face)
13532 (custom-variable-tag-face, custom-variable-button-face)
13533 (custom-face-tag-face, custom-group-tag-face-1)
13534 (custom-group-tag-face):
13535 New backward-compatibility aliases for renamed faces.
13537 * wid-edit.el (widget-documentation, widget-button)
13538 (widget-field, widget-single-line-field, widget-inactive)
13539 (widget-button-pressed): "-face" suffix removed from face names.
13540 (widget-documentation-face, widget-button-face)
13541 (widget-field-face, widget-single-line-field-face)
13542 (widget-inactive-face, widget-button-pressed-face):
13543 New backward-compatibility aliases for renamed faces.
13544 (widget-documentation-face, widget-button-face)
13545 (widget-button-pressed-face, widget-specify-field)
13546 (widget-specify-inactive): Use renamed widget faces.
13548 2005-06-10 Kenichi Handa <handa@m17n.org>
13550 * term/x-win.el (x-clipboard-yank): Remove condition-case
13553 2005-06-11 Kenichi Handa <handa@m17n.org>
13555 * add-log.el (change-log-font-lock-keywords): Make the regexp for
13556 date lines stricter.
13558 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
13560 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
13561 of x-get-selection.
13563 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
13565 * comint.el (comint-mode, comint-snapshot-last-prompt):
13566 * frame.el (frame-current-scroll-bars):
13567 * term.el (term-mode, term-check-proc, term-input-sender)
13568 (term-simple-send, term-extract-string, term-word)
13569 (term-match-partial-filename):
13570 * window.el (window-current-scroll-bars):
13571 * emulation/cua-base.el (cua-normal-cursor-color)
13572 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
13573 (cua-global-mark-cursor-color):
13574 * mail/undigest.el (rmail-forward-separator-regex):
13575 Fix typos in docstrings.
13577 * comint.el (comint-check-proc, make-comint-in-buffer)
13578 (comint-source-default): Doc fixes.
13580 * term.el (term-send-string): Improve argument/docstring consistency.
13582 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
13584 * comint.el (comint-send-input): Bind `inhibit-read-only' around
13585 call to `delete-region'.
13586 (comint-mode-hook): Do not enable Font Lock by default.
13588 2005-06-09 Lute Kamstra <lute@gnu.org>
13590 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
13593 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13595 * emacs-lisp/debug.el (debugger-will-be-back): New var.
13597 (debugger-step-through, debugger-continue, debugger-jump)
13598 (debugger-return-value): Set it when needed.
13599 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
13600 Use inhibit-read-only.
13602 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
13604 * window.el (shrink-window-if-larger-than-buffer)
13605 (window-size-fixed): Fix typo in docstring.
13607 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
13608 thumbnails directory on loading.
13609 (thumbs-conversion-program): Use `eq' to check the system type,
13611 (thumbs-temp-dir): Initialize to `temporary-file-directory',
13612 not "/tmp". Fix docstring.
13613 (thumbs-thumbsdir): New function to return the thumbnails
13614 directory, creating it if needed.
13615 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
13616 (thumbs-temp-file): Delete variable and make it into a function.
13617 (thumbs-resize-image, thumbs-modify-image): Use it.
13618 (thumbs-kill-buffer): Simplify.
13619 (thumbs-gensym): Defalias or duplicate CL `gensym'.
13620 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
13623 2005-06-09 Kim F. Storm <storm@cua.dk>
13625 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
13626 set-match-data to free markers in match-data.
13628 * replace.el (replace-match-data): Pass RESEAT arg `t' to
13629 match-data to unchain markers in match-data.
13631 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13633 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
13634 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
13637 2005-06-08 Richard M. Stallman <rms@gnu.org>
13639 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
13640 give the variable a doc string that doesn't say don't set it directly.
13642 * textmodes/ispell.el (ispell-check-version):
13643 Use match-string-no-properties.
13644 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
13645 (ispell-buffer-local-words): Likewise.
13647 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
13648 except on terminals with enough colors to really display it.
13649 (makefile-dependency-regex): Delete spurious `bb'.
13651 * faces.el (escape-glyph): Use blue once again in last case.
13652 (no-break-space): Redefine so that it isn't invisible on a tty.
13654 2005-06-08 Kim F. Storm <storm@cua.dk>
13656 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
13657 also when reading directory name.
13659 2005-06-08 Lute Kamstra <lute@gnu.org>
13661 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
13662 (flyspell-mode-line-string): Remove autoload cookie.
13663 (flyspell-mode): Remove defvar.
13665 2005-06-07 Lute Kamstra <lute@gnu.org>
13667 * textmodes/org.el (org-run-mode-hooks): New function.
13668 (org-agenda-mode): Use it.
13670 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
13672 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
13674 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13676 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
13678 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
13680 * font-lock.el (font-lock-add-keywords): Doc fix.
13682 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13684 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
13685 (tex-compile-default): In the absence of any history, use the order in
13686 tex-compile-alist to choose the preferred command.
13687 (tex-compile-commands): Reorder a bit.
13689 * textmodes/flyspell.el (flyspell-auto-correct-binding)
13690 (flyspell-incorrect-face, flyspell-duplicate-face):
13691 Use (X)Emacs-agnostic code.
13692 (flyspell-mode-map): Don't overwrite at each load. Remove code
13693 redundant with the subsequent add-minor-mode. Merge Emacs and
13695 (flyspell-word): Minor simplification.
13696 (flyspell-math-tex-command-p): Quieten the byte-compiler.
13697 (flyspell-external-point-words): Remove unused vars `size' and `start'.
13698 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13699 Merge the corresponding Emacs code.
13700 (flyspell-correct-word, flyspell-xemacs-popup):
13701 Use flyspell-do-correct.
13703 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
13704 a dedicated window.
13706 * international/latexenc.el (latexenc-find-file-coding-system):
13707 Undo part of last patch, to turn off a compiler warning.
13709 2005-06-06 Juri Linkov <juri@jurta.org>
13711 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
13712 Rename `tmm-inactive-face' to `tmm-inactive'.
13714 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
13716 * iswitchb.el: Rename faces.
13718 2005-06-06 Kim F. Storm <storm@cua.dk>
13720 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
13721 (cua-global-mark): Remove -face suffix from face names.
13723 * emulation/cua-gmrk.el (cua--init-global-mark):
13724 Remove cua-global-mark face setup.
13726 2005-06-06 Richard M. Stallman <rms@gnu.org>
13728 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
13729 just like other allowed characters.
13730 (makefile-match-dependency): Exclude leading and training whitespace
13731 from the range of regexp subexp 1.
13732 (makefile-macroassign-regex): Don't try to match the body,
13733 just the name of the macro being defined.
13735 * info.el (Info-read-node-name-2): New function.
13736 (Info-read-node-name-1): Use that.
13737 Add a completion-base-size-function property.
13739 * simple.el (completion-setup-function): Look for
13740 completion-base-size-function property of minibuffer-completion-table.
13742 * files.el (locate-file-completion): Doc fix.
13744 * printing.el: Don't call pr-update-menus; user must do that.
13746 * emacs-lisp/debug.el (debugger-window): New variable.
13747 (debug): Use debugger-window if it is set and still alive.
13748 Record debugger-window for next entry.
13750 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
13752 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
13754 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
13755 (hack-one-local-variable, hack-local-variables)
13756 (hack-local-variables-prop-line): Pass that arg.
13758 2005-06-06 Kim F. Storm <storm@cua.dk>
13760 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13761 (ido-indicator): Remove -face suffix from face names.
13763 2005-06-06 Juri Linkov <juri@jurta.org>
13765 * font-lock.el (font-lock-regexp-backslash)
13766 (font-lock-regexp-backslash-construct): New faces.
13767 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
13768 after `('. Add `while-no-input' to control structures.
13770 * faces.el (no-break-space, shadow): New faces.
13771 (escape-glyph): Use less loud colors pink2 and red4.
13773 * diff-mode.el (diff-context-face)
13774 * dired.el (dired-ignored)
13775 * rfn-eshadow.el (file-name-shadow)
13776 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
13778 * info.el (Info-title-1-face): Use green instead of yellow because
13779 bold yellow is not readable on light backgrounds.
13781 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
13782 before selecting the desired mode to not spend time fontifying
13785 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
13787 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
13788 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
13790 * ps-print.el (ps-default-fg, ps-default-bg):
13791 Fix typos in docstrings.
13793 * isearchb.el (isearchb): Don't pass a spurious second argument to
13794 `iswitchb-completions'.
13796 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
13798 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
13800 (gdb-find-file-hook): Add doc string.
13802 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
13803 C dereferenced pointer expression.
13804 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
13806 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
13808 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
13809 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
13810 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
13811 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
13812 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
13813 Make background transparent.
13815 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13817 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
13818 (font-lock-remove-keywords): Doc fix.
13819 (font-lock-mode-major-mode): Compiler defvar.
13820 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
13822 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
13823 (font-lock-mode): Update `font-lock-mode-major-mode'.
13824 (font-lock-set-defaults): Compiler defvar.
13825 (font-lock-default-function): Take `font-lock-mode-major-mode'
13828 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
13829 keep track of which major mode it enabled the minor mode for.
13830 Use find-file-hook again. Update docstring.
13832 * simple.el (eval-expression-print-level)
13833 (eval-expression-print-length, eval-expression-debug-on-error):
13836 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
13838 * iswitchb.el (iswitchb-single-match-face)
13839 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
13840 (iswitchb-invalid-regexp-face): New faces.
13841 (iswitchb-completions): Use them.
13842 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
13843 now marked as an obsolete alias.
13844 (iswitchb-read-buffer): Remove check for bound font variables.
13845 (iswitchb-invalid-regexp): New free variable.
13846 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
13847 set iswitchb-invalid-regexp.
13848 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
13850 (iswitchb-completions): Add check for complete match when entering
13852 (iswitchb-completions): Remove require-match argument.
13853 (iswitchb-exhibit): Fix caller.
13854 (iswitchb-common-match-inserted): New variable.
13855 (iswitchb-complete, iswitchb-completion-help): Use it.
13857 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
13859 * url-http.el (url-http-chunked-encoding-after-change-function):
13860 Use `url-http-debug' instead of `message'.
13862 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
13864 * url-http.el (url-http-parse-headers): Pass redirected URL as a
13867 2005-06-04 Kim F. Storm <storm@cua.dk>
13869 * simple.el (line-move): Only call sit-for when moving backwards.
13871 * ido.el (ido-make-merged-file-list-1): New defun split from
13872 ido-make-merged-file-list.
13873 (ido-make-merged-file-list): Bind throw-on-input around call to
13874 ido-make-merged-file-list-1. Return input-pending-p if
13875 interrupted by more input available.
13876 (ido-read-internal): Handle input-pending-p return value from
13877 ido-make-merged-file-list.
13879 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13881 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13882 compatibility code.
13884 * international/latexenc.el (latexenc-find-file-coding-system):
13885 Don't inherit the EOL part of the coding-system from the
13886 tex-main buffer. Fit within 80 columns.
13888 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
13890 * tmm.el (tmm-inactive-face): New face.
13891 (tmm-remove-inactive-mouse-face): New function.
13892 (tmm-prompt, tmm-add-one-shortcut)
13893 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13894 but not selectable.
13896 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
13898 * faces.el (face-equal): Improve argument/docstring consistency.
13900 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
13902 * progmodes/make-mode.el (makefile-targets-face)
13903 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13904 (makefile-bsdmake-dependency-regex)
13905 (makefile-makepp-rule-action-regex)
13906 (makefile-bsdmake-rule-action-regex): New constants.
13907 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13909 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13910 Allow (...) within `...' for makepp messages.
13912 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
13914 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
13916 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13917 "." files are deleted from all file lists before comparison.
13919 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13920 (viper-ESC-key): Made them customizable.
13922 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
13924 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
13926 * autorevert.el (auto-revert-buffers): Use save-match-data.
13928 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13930 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13931 menu items with a nil command binding.
13933 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
13935 * emacs-lisp/cl-macs.el (defsetf):
13936 Improve argument/docstring consistency.
13938 * faces.el (list-faces-display): Improve the formatting by
13939 computing the maximum length required for any face-name (reworked
13940 patch of 1999-01-11, accidentally deleted on 1999-07-21).
13941 (internal-find-face): Remove redundant info in docstring.
13943 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
13945 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13946 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13947 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13948 (gdb-assembler-custom): Improve regexps.
13949 (def-gdb-auto-update-handler): Use window point to preserve point.
13951 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13953 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13955 2005-05-31 Jay Belanger <belanger@truman.edu>
13957 * calc/calc-embed.el (calc-embedded-word): Change argument passed
13959 (calc-embedded-make-info): Have plain prefix argument select
13962 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
13964 * faces.el (list-faces-display): Signal error if passed a regexp
13965 that matches no face name.
13967 * simple.el (filter-buffer-substring): Fix typo in docstring.
13969 2005-05-31 Richard M. Stallman <rms@gnu.org>
13971 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
13972 (vhdl-emacs-21): Doc fix.
13973 (vhdl-mode): Unconditionally set comment-padding.
13974 (vhdl-fixup-whitespace-region): Insert spaces only where
13976 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13978 2005-05-30 John Wiegley <johnw@newartisans.com>
13980 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13981 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13982 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
13983 `directory-sep-char' to ?/, and all uses of `string-to-int' to
13984 `string-to-number'.
13986 2005-05-30 Jay Belanger <belanger@truman.edu>
13988 * calc/calc.el (calc-bug-address): Fix docstring.
13989 (calc-window-hook, calc-trail-window-hook): New variables.
13990 (calc-trail-display): Restore use of calc-trail-window-hook.
13991 (calc): Restore use of calc-window-hook.
13993 2005-05-31 Masatake YAMATO <jet@gyve.org>
13995 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
13997 * help-fns.el (help-C-file-name): Add autoload mark for
13998 `find-function-noselect'.
14000 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14002 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14003 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14005 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14007 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14008 included diary buffer if it was not already being visited.
14009 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14011 * calendar/icalendar.el (top-level): Do not require appt.
14013 * mail/supercite.el (sc-select-attribution): Only use a list
14014 element from sc-attrib-selection-list if it returns a string.
14015 Reported by Davide G. M. Salvetti <salve@debian.org>.
14017 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
14019 * thumbs.el (thumbs-thumbname): The resulting thumbname now
14020 includes a hash value to improve its uniqueness, and has a ".jpg"
14021 extension. Also, it is now a valid filename on all systems.
14022 (thumbs-make-thumb): Use `let', not `let*'.
14023 (thumbs-show-thumbs-list): Check for JPEG availability.
14025 2005-05-30 Richard M. Stallman <rms@gnu.org>
14027 * filesets.el (filesets-menu-ensure-use-cached):
14028 Prevent warning when emacs-version>= is undefined.
14030 * printing.el (pr-interactive-n-up): Use string-to-number.
14032 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14034 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14035 Warn only when name to be defined is quoted.
14037 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
14039 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14040 Make regexp more robust.
14041 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14042 Force regeneration of disassembly.
14044 2005-05-29 Jay Belanger <belanger@truman.edu>
14046 * calc/calc.el (calc-user-invocation): Check if
14047 calc-invocation-macro is non-nil.
14049 2005-05-29 Juri Linkov <juri@jurta.org>
14051 * add-log.el (change-log-font-lock-keywords):
14052 Add `+' to e-mail regexp to accept mail address with keywords.
14054 * man.el (Man-name-regexp): Add `:' to accept qualified names.
14056 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
14058 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
14060 * ielm.el (inferior-emacs-lisp-mode): Ditto.
14062 2005-05-29 Richard M. Stallman <rms@gnu.org>
14064 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
14065 Undo the change that moves to end of the current word.
14067 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
14069 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
14070 Throw error when count <= 0 to ensure input is a number.
14071 (gdb-read-memory-custom): Pick up address from buffer.
14072 (gdb-memory-mode): Allow user to increment and decrement
14073 memory address from header line.
14075 2005-05-29 Richard M. Stallman <rms@gnu.org>
14077 * flyspell.el (flyspell-version): Function deleted.
14078 (flyspell-auto-correct-previous-hook): Doc fix.
14080 * jit-lock.el (jit-lock-function, jit-lock-after-change):
14081 Do nothing if memory is full.
14083 * font-lock.el (font-lock-fontify-syntactically-region):
14084 Pass t for GREEDY to looking-back.
14086 * saveplace.el (save-place-alist-to-file): Write the file
14087 using write-region.
14089 * subr.el (looking-back): New argument GREEDY.
14091 * progmodes/compile.el (compilation-start): Set the mode
14092 before inserting the initial text.
14094 * progmodes/which-func.el (which-func-update-1): Turn the mode
14095 off in case of error by setting which-func-mode.
14097 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
14099 * flyspell.el (flyspell-auto-correct-previous-word):
14100 Narrow down to what's on the screen, and recenter overlays
14101 at the end of the next word.
14103 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
14105 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
14106 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
14107 (flyspell-abbrev-p): Default to nil.
14108 (flyspell-use-global-abbrev-table-p): Doc fix.
14109 (flyspell-large-region): Allow nil as value.
14110 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
14112 (mail-mode-flyspell-verify): More robust handling
14113 of `mail-header-separator'. More efficient signature detection.
14114 Allow for regexp metacharacters in message-header-separator.
14115 Adding `To' not to be checked in mail-mode-flyspell-verify.
14117 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
14118 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
14119 Bind flyspell-auto-correct-binding.
14121 (flyspell-mode-map): Likewise.
14122 (flyspell-mode): Doc fix.
14123 (flyspell-accept-buffer-local-defs): Preserve current buffer.
14124 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
14125 (flyspell-word-cache-result): New var, always local.
14126 (flyspell-check-pre-word-p): Doc fix.
14127 (flyspell-check-changed-word-p): Handle spc like newline.
14128 (flyspell-post-command-hook): Set flyspell-word-cache-result.
14129 (flyspell-word-search-backward, flyspell-word-search-forward):
14131 (flyspell-word): Return t if nothing to check.
14132 When parsing TeX code, check for after } or \.
14133 Use flyspell-word-search-backward to find previous word.
14134 Return nil if duplicated word.
14135 For word already checked, return same value as last time.
14136 Set flyspell-word-cache-result after checking.
14137 Don't clobber the return value.
14138 (flyspell-get-word): Major rewrite.
14139 (flyspell-external-point-words): New locals pword, pcount.
14140 Fix size used in progress message.
14141 Find the proper corresponding word in flyspell-large-region-buffer.
14142 (flyspell-region): Check for flyspell-large-region = nil.
14143 (flyspell-highlight-incorrect-region): Clean up overlays in region.
14144 (flyspell-auto-correct-word): Check that WORD is a cons.
14145 (flyspell-correct-word): Likewise.
14147 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
14149 * progmodes/make-mode.el (makefile-rule-action-regex)
14150 (makefile-macroassign-regex, makefile-makepp-mode)
14151 (makefile-bsdmake-mode): Continuation lines may be empty.
14152 Reported by Joshua Varner.
14153 (makefile-makepp-font-lock-keywords): Add $(stem).
14155 2005-05-28 Karl Berry <karl@gnu.org>
14157 * textmodes/tex-mode.el: Now that tex-send-command calls
14158 shell-quote-argument (2005-03-31 change), remove all calls to
14159 shell-quote-argument; they all end up invoking tex-send-command.
14160 The double quoting loses on filenames with non-safe characters,
14161 such as "@". Reported by Frederik Fouvry.
14163 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
14165 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
14166 about preserving point.
14168 2005-05-27 Jay Belanger <belanger@truman.edu>
14170 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
14173 * calc/calc-embed.el (calc-embed-arg): New variable.
14174 (calc-do-embedded-activate, calc-embedded-activate-formula)
14175 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
14176 variable by new variable.
14177 (calc-embedded-make-info): Replace undeclared variable by new
14178 variable. When selecting region with positive prefix
14179 argument, use end of previous line instead of beginning of line.
14181 * calc/calc-aent.el (calc-arg-values): Declare it.
14183 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
14186 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
14188 * calc/calc.el (calc-alg-map): Declare it.
14190 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
14192 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
14194 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
14195 (gdb-registers-buffer, toggle-gdb-all-registers):
14196 Toggle display of floating point registers.
14197 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
14199 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
14200 (toggle-gud-tooltip-dereference):
14201 Rename from gud-toggle-tooltip-dereference.
14203 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14205 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
14207 2005-05-27 Jay Belanger <belanger@truman.edu>
14209 * calc/calc-prog.el (calc-kbd-report): Remove.
14210 (calc-kbd-query): Rewrite.
14212 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
14214 * image.el (image-library-alist): Move to image.c.
14215 (image-type-available-p): Doc fix.
14217 2005-05-27 Lute Kamstra <lute@gnu.org>
14219 * calc/calc.el (calc):
14220 * outline.el (outline-1, outline-2, outline-3, outline-4)
14221 (outline-5, outline-6, outline-7, outline-8):
14222 * textmodes/dns-mode.el (dns-mode):
14223 * textmodes/sgml-mode.el (sgml-namespace-face):
14224 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
14225 (tex-verbatim-face, tex-use-reftex):
14226 * textmodes/texinfo.el (texinfo-heading-face):
14227 Specify customization group.
14229 * longlines.el: Don't require easy-mmode.
14230 (longlines-visible-face): Specify customization group.
14232 2005-05-27 Kenichi Handa <handa@m17n.org>
14234 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
14235 encoding table of windows-1251.
14237 * international/ucs-tables.el (ucs-set-table-for-input):
14238 If translation-table-for-input of a coding system is a symbol, get
14239 its translation-table property.
14241 * international/code-pages.el: Don't register a coding system into
14242 non-iso-charset-alist more than once.
14243 (cp-make-coding-system): Likewise.
14245 2005-05-26 John Wiegley <johnw@newartisans.com>
14247 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
14248 `eshell-resume-eval' is wrapped in a list, it indicates that the
14249 command was run asynchronously. In that case, unwrap the value
14250 before checking the delimiter value.
14252 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
14253 character before a space at the end of a line is \, assume the space
14254 is part of the last argument rather than a final argument separator.
14256 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
14257 is in use, and the target is `t' or `nil' (which are the most common
14258 values), don't assume that the symbol target is a buffer.
14260 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14262 * calendar/calendar.el (calendar-mode-line-format):
14263 Use mode-line-highlight as mouse-face.
14265 * time.el (display-time-string-forms, display-time-update):
14266 Use mode-line-highlight as mouse-face.
14268 2005-05-26 Jay Belanger <belanger@truman.edu>
14270 * calc/calc.el (calc-language-alist): Remove extra defvar.
14272 2005-05-26 Lute Kamstra <lute@gnu.org>
14274 * arc-mode.el (archive-mode):
14275 * bookmark.el (bookmark-read-annotation-mode)
14276 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14278 * calc/calc-yank.el (calc-edit-mode):
14279 * calc/calc.el (calc-mode, calc-trail-mode):
14280 * calculator.el (calculator-mode):
14281 * chistory.el (command-history-mode):
14283 * cus-edit.el (custom-mode):
14284 * descr-text.el (describe-text-mode):
14285 * ebuff-menu.el (Electric-buffer-menu-mode):
14286 * ediff-util.el (ediff-mode):
14287 * emacs-lisp/re-builder.el (reb-mode):
14288 * emulation/vi.el (vi-mode-setup):
14289 * emulation/ws-mode.el (wordstar-mode):
14290 * eshell/esh-mode.el (eshell-mode):
14291 * forms.el (forms-mode):
14292 * help-mode.el (help-mode):
14293 * hexl.el (hexl-mode):
14294 * ibuffer.el (ibuffer-mode):
14295 * ielm.el (inferior-emacs-lisp-mode):
14296 * info.el (Info-mode, Info-edit-mode):
14297 * international/swedish.el:
14298 * ledit.el (ledit-from-lisp-mode):
14299 * locate.el (locate-mode):
14300 * mail/rmail.el (rmail-mode):
14301 * mail/rmailedit.el (rmail-edit-mode):
14302 * mail/rmailsum.el (rmail-summary-mode):
14303 * mail/supercite.el (sc-electric-mode):
14304 * net/eudc.el (eudc-mode):
14305 * net/quickurl.el (quickurl-list-mode):
14306 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14307 * obsolete/ooutline.el (outline-mode):
14308 * obsolete/options.el (Edit-options-mode):
14309 * obsolete/rnews.el (news-mode):
14310 * obsolete/rnewspost.el (news-reply-mode):
14311 * play/5x5.el (5x5-mode):
14312 * play/decipher.el (decipher-mode, decipher-stats-mode):
14313 * play/gomoku.el (gomoku-mode):
14314 * play/snake.el (snake-mode):
14315 * play/solitaire.el (solitaire-mode):
14316 * play/tetris.el (tetris-mode):
14317 * progmodes/ada-mode.el (ada-mode):
14318 * progmodes/antlr-mode.el (antlr-mode):
14319 * progmodes/autoconf.el (autoconf-mode):
14320 * progmodes/dcl-mode.el (dcl-mode):
14321 * progmodes/delphi.el (delphi-mode):
14322 * progmodes/ebrowse.el (ebrowse-tree-mode)
14323 (ebrowse-electric-list-mode, ebrowse-member-mode)
14324 (ebrowse-electric-position-mode):
14325 * progmodes/f90.el (f90-mode):
14326 * progmodes/fortran.el (fortran-mode):
14327 * progmodes/icon.el (icon-mode):
14328 * progmodes/idlw-help.el (idlwave-help-mode):
14329 * progmodes/idlw-shell.el (idlwave-shell-mode):
14330 * progmodes/idlwave.el (idlwave-mode):
14331 * progmodes/inf-lisp.el (inferior-lisp-mode):
14332 * progmodes/m4-mode.el (m4-mode):
14333 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14334 * progmodes/modula2.el (modula-2-mode):
14335 * progmodes/octave-inf.el (inferior-octave-mode):
14336 * progmodes/octave-mod.el (octave-mode):
14337 * progmodes/pascal.el (pascal-mode):
14338 * progmodes/sh-script.el (sh-mode):
14339 * progmodes/sql.el (sql-mode, sql-interactive-mode):
14340 * progmodes/vhdl-mode.el (vhdl-mode):
14341 * progmodes/xscheme.el (scheme-interaction-mode):
14342 * replace.el (occur-mode):
14343 * ses.el (ses-mode):
14344 * simple.el (completion-list-mode):
14346 * speedbar.el (speedbar-mode):
14347 * term.el (term-mode):
14348 * terminal.el (terminal-edit-mode):
14349 * textmodes/reftex-index.el (reftex-index-mode)
14350 (reftex-index-phrases-mode):
14351 * textmodes/reftex-sel.el (reftex-select-label-mode)
14352 (reftex-select-bib-mode):
14353 * textmodes/reftex-toc.el (reftex-toc-mode):
14354 * wdired.el (wdired-change-to-wdired-mode):
14355 * wid-browse.el (widget-browse-mode):
14356 Use run-mode-hooks.
14358 * array.el (array-mode):
14359 * calendar/todo-mode.el (todo-mode):
14360 * man.el (Man-mode):
14361 * play/landmark.el (lm-mode):
14362 * play/mpuz.el (mpuz-mode):
14363 Use kill-all-local-variables and run-mode-hooks.
14365 * subr.el (delay-mode-hooks): Specify indentation.
14367 2005-05-26 Mark A. Hershberger <mah@everybody.org>
14369 * xml.el (xml-substitute-special): Don't die for undefined xml
14372 2005-05-26 Jay Belanger <belanger@truman.edu>
14374 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14377 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
14379 * progmodes/gdb-ui.el (gdb-frame-address):
14380 Rename from gdb-current-address.
14381 (gdb-previous-frame-address): Rename from gdb-previous-address.
14382 (gdb-selected-frame): Rename from gdb-current-frame.
14383 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14384 (gdb-frame-number): Rename from gdb-current-stack-level.
14385 (gdb-ann3): Match new mode-name for disassembly buffer.
14386 Extend initialization of variables.
14387 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14388 (gdb-memory-mode): Use mouse-face in header line.
14389 (gdb-assembler-buffer-name): Call it disassembly and give frame
14391 (gdb-source-spec-regexp, gdb-assembler-custom)
14392 (gdb-invalidate-assembler, gdb-frame-handler):
14393 Make robust to leading zeroes in address format.
14395 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
14397 * textmodes/org.el (org-mode): Use `define-derived-mode' to
14399 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14401 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14403 * log-edit.el (log-edit-changelog-entries): Distinguish between
14404 filenames like xfns.c and fns.c.
14406 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
14408 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14409 point after reverting.
14410 (Buffer-menu-make-sort-button): Handle the case where
14411 `Buffer-menu-use-header-line' is nil.
14413 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14415 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14416 New funcs. In minibuffer-local-completion-map bind `]', `/'
14419 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14421 * startup.el (normal-top-level): Allow modification of load-path while
14422 we're iterating over it.
14424 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
14426 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14427 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14428 (thumbs-resize-interactive, thumbs-insert-image)
14429 (thumbs-insert-thumb, thumbs-dired-show-marked)
14430 (thumbs-find-image-at-point, thumbs-delete-images)
14431 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14432 (thumbs-increment-image-size, thumbs-decrement-image-size):
14433 Fix typos in docstrings.
14435 2005-05-24 Andre Spiegel <spiegel@gnu.org>
14437 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
14438 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14439 (cperl-mode): Use them.
14441 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
14443 * window.el (quit-window, shrink-window-if-larger-than-buffer):
14446 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
14448 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
14449 Bind C-d to gdb-inferior-io-eof.
14451 * dired.el (dired-dnd-popup-notice): Use message-box.
14453 2005-05-23 Masatake YAMATO <jet@gyve.org>
14455 * bindings.el (mode-line-major-mode-keymap):
14456 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
14458 * faces.el (mode-line-highlight): New face.
14460 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14463 * bindings.el (top-level, help-echo, mode-line-modified)
14464 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14467 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
14469 * progmodes/cc-engine.el (c-guess-basic-syntax):
14470 Remove spurious call to `zerop'.
14472 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14474 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
14476 CC Mode update to 5.30.10:
14478 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
14479 could go past the limit in decoration level 2, thereby causing
14480 errors during interactive fontification.
14482 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
14483 the file is evaluated interactively.
14485 * cc-engine.el (c-guess-basic-syntax): Handle operator
14486 declarations somewhat better in C++.
14488 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14489 make use of `run-mode-hooks' which has been added in Emacs 21.1.
14490 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14491 (awk-mode): Use it.
14492 (make-local-hook): Suppress warning about obsoleteness.
14494 * cc-engine.el, cc-align.el, cc-cmds.el
14495 (c-append-backslashes-forward, c-delete-backslashes-forward)
14496 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14497 Compensate for return value from `forward-line' when it has moved
14498 but not to a different line due to eob.
14500 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
14501 `objc-method-intro' and `objc-method-args-cont'.
14503 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
14505 CC Mode update to 5.30.10:
14507 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
14508 in the copyright statement. Incidentally, change "along with GNU
14509 Emacs" to "along with this program" where it occurs.
14511 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
14512 so that it is interactive, hence can be found by M-x awk-mode
14513 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
14514 <gmorris+emacs@ast.cam.ac.uk>.
14516 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
14519 2005-05-23 Kevin Ryde <user42@zip.com.au>
14521 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
14522 c-parse-state, to avoid a lisp error (on bad code).
14524 2005-05-23 Lute Kamstra <lute@gnu.org>
14526 * subr.el (font-lock-defaults): Remove defvar as it's already
14527 defined in font-core.el.
14529 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
14531 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
14533 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14534 more general and work when GDB variable "print pretty" is on,
14535 as with Emacs, for example.
14537 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
14539 * font-core.el: Update comment.
14541 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14542 Use `after-change-major-mode-hook' instead of `find-file-hook'.
14544 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
14546 2005-05-22 Eli Zaretskii <eliz@gnu.org>
14548 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
14549 and `yank-handler' in the doc strings.
14551 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14553 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
14555 2005-05-22 Richard M. Stallman <rms@gnu.org>
14557 * help.el (describe-key): Move print-help-return-message call
14558 out of conditional.
14560 * progmodes/etags.el (list-tags): Use with-no-warnings.
14562 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
14563 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
14564 (starttls-extra-args, starttls-extra-arguments): Add defvars.
14566 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
14568 * language/viet-util.el (viet-viscii-nonascii-translation-table):
14571 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
14572 Use defvar, not defconst.
14574 * hexl.el (hexl-follow-line): Use with-no-warnings.
14576 * emulation/tpu-extras.el: Use write-file-functions instead of
14579 * dired.el (dired-font-lock-keywords): Fontify files with junk
14580 extensions even if marked by -F.
14582 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
14584 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
14585 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
14586 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
14587 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
14588 (concatenate, list-length, get*, getf, cl-remprop):
14589 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
14590 (etypecase, progv, lexical-let, lexical-let*)
14591 (multiple-value-bind, multiple-value-setq, shiftf):
14592 Improve argument/docstring consistency.
14594 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
14596 2005-05-22 Andre Spiegel <spiegel@gnu.org>
14598 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
14601 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
14602 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
14604 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
14606 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
14607 already deleted variables: auto-fill-hook, blink-paren-hook,
14608 lisp-indent-hook, inhibit-local-variables, unread-command-event,
14609 suspend-hooks, comment-indent-hook, meta-flag,
14610 before-change-function, after-change-function,
14611 font-lock-doc-string-face.
14613 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
14615 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14617 2005-05-21 Eli Zaretskii <eliz@gnu.org>
14619 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
14620 rmail-dont-reply-to.
14622 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14624 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
14625 literal blank when splitting new-header-values.
14627 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
14629 * calendar/cal-menu.el (cal-menu-update): Add separator as a
14630 string so that tmm doesn't create a completion entry for it.
14632 * textmodes/table.el (table-disable-menu): Ditto.
14634 2005-05-21 Richard M. Stallman <rms@gnu.org>
14636 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
14638 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
14640 * net/rcompile.el (remote-compile): Use compilation-start.
14642 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
14644 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
14646 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
14647 Default to makefile-bsdmake-mode on BSD systems.
14649 * imenu.el (imenu-generic-expression, imenu--generic-function'):
14650 REGEXP may also be a search function now. The part of doc-string
14651 for describing the structure was 95% identical to that of
14652 `imenu--generic-function'. Unify it there.
14654 * progmodes/make-mode.el (makefile-imenu-generic-expression):
14655 Use function to find dependencies, because regexp alone is so complex,
14656 it easily goes into an endless loop.
14657 (makefile-makepp-mode): Also add submenu for Perl functions
14658 defined in the makefile.
14659 (makefile-bsdmake-mode): Special imenu-generic-expression no
14660 longer needed, due to function call.
14661 (makefile-match-dependency): Take BOUND into account when checking
14664 2005-05-20 Jay Belanger <belanger@truman.edu>
14666 * calc/calc-units.el (calc-invalidate-units-table):
14667 Use inhibit-read-only.
14668 (math-build-units-table-buffer): Use view-mode.
14670 2005-05-20 David Kastrup <dak@gnu.org>
14672 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
14673 easy-menu-add is not a nop on Emacs; and clarify when to call it.
14675 2005-05-20 Lute Kamstra <lute@gnu.org>
14677 * diff-mode.el (diff-header-face, diff-file-header-face)
14678 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14679 (diff-added-face, diff-changed-face, diff-function-face)
14680 (diff-context-face, diff-nonexistent-face): Put them in the
14681 diff-mode customization group.
14683 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14685 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
14687 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14689 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
14690 Minor regexp-optimization.
14692 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
14694 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
14695 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
14696 (org-agenda-add-time-grid-maybe): New function.
14697 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
14698 (org-table-create): `dotimes' instead of `mapcar'.
14699 (org-xor): Simplify implementation.
14700 (org-agenda): `inhibit-redisplay' turned on.
14701 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
14702 a consistent line after a state change.
14703 (org-agenda-remove-times-when-in-prefix): New option.
14704 (org-prefix-has-time): New variable.
14705 (org-parse-time-string): Optional argument NODEFAULT.
14706 (org-format-agenda-item): Parse items for time-of-day
14707 specifications and move these into the prefix if possible.
14708 (org-agenda-priority): Get current heading, not previous heading
14709 during agenda remote editing.
14711 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
14713 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
14714 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
14715 (remove-duplicates, delete-duplicates, substitute)
14716 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
14717 (nsubstitute-if-not, find, find-if, find-if-not, position)
14718 (position-if, position-if-not, count, count-if, count-if-not)
14719 (mismatch, search, sort*, stable-sort, merge, member*)
14720 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
14721 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
14722 (intersection, nintersection, set-difference, nset-difference)
14723 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
14724 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
14725 (nsublis, tree-equal): Improve argument/docstring consistency.
14727 * subr.el (send-string, send-region): Remove obsolescence declaration.
14728 (window-dot, set-window-dot, read-input, show-buffer)
14729 (eval-current-buffer, string-to-int):
14730 Add release number to obsolescence declarations.
14732 2005-05-19 Kim F. Storm <storm@cua.dk>
14734 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
14735 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
14737 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
14739 * faces.el (list-faces-display): Make back button respect optional
14742 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
14744 * calculator.el (calculator-radix-grouping-mode)
14745 (calculator-radix-grouping-digits, calculator-displayer)
14746 (calculator-radix-grouping-separator, calculator-copy-displayer):
14747 * dabbrev.el (dabbrev-search-these-buffers-only):
14748 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
14749 (diff-advance-after-apply-hunk, diff-mode-hook)
14750 (diff-minor-mode-prefix):
14751 * imenu.el (imenu-use-popup-menu):
14752 * jit-lock.el (jit-lock-context-time):
14753 * newcomment.el (comment-fill-column, comment-column)
14754 (comment-style, comment-padding, comment-multi-line)
14755 (comment-empty-lines, comment-auto-fill-only-comments):
14756 * reveal.el (reveal-around-mark):
14757 * uniquify.el (uniquify-buffer-name-style)
14758 (uniquify-after-kill-buffer-p)
14759 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
14760 (uniquify-min-dir-content, uniquify-separator)
14761 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
14762 * w32-vars.el (w32-fixed-font-alist):
14763 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
14764 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
14765 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
14766 * progmodes/perl-mode.el (perl-indent-level)
14767 (perl-continued-statement-offset, perl-continued-brace-offset)
14768 (perl-brace-offset, perl-brace-imaginary-offset)
14769 (perl-label-offset, perl-indent-continued-arguments)
14770 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
14771 * progmodes/tcl.el (tcl-indent-level)
14772 (tcl-continued-indent-level, tcl-auto-newline)
14773 (tcl-tab-always-indent, tcl-electric-hash-style)
14774 (tcl-help-directory-list, tcl-use-smart-word-finder)
14775 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
14776 (inferior-tcl-source-command):
14777 * textmodes/fill.el (enable-kinsoku):
14778 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
14779 * textmodes/table.el (table-yank-handler):
14780 Specify missing group (and type, if simple) in defcustom.
14782 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
14784 * progmodes/compile.el (compilation-finish-function): Fix defvar.
14786 2005-05-19 Richard M. Stallman <rms@gnu.org>
14788 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
14790 * subr.el (event-basic-type): Don't get an error.
14791 (left-fringe-p): Function deleted.
14793 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
14794 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
14796 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
14799 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14801 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
14803 * emacs-lisp/bytecomp.el
14804 (byte-compile-file-form-custom-declare-variable):
14805 Call byte-compile-nogroup-warn if appropriate.
14807 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
14808 (compilation-set-window): Don't call left-fringe-p; do it directly.
14810 2005-05-19 Jay Belanger <belanger@truman.edu>
14812 * calc/calc-graph.el (calc-graph-format-data): Make sure
14813 var-PlotRejects is bound before trying to check its value.
14815 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
14817 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
14818 definition of this variable from reftex-global.el to reftex.el,
14819 because it is needed in the menu.
14821 2005-05-19 Lute Kamstra <lute@gnu.org>
14823 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
14824 years are fixed. Don't insert a space after a dash.
14826 2005-05-19 Kim F. Storm <storm@cua.dk>
14828 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
14830 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
14832 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
14833 strings, because (eq ... ?\\) is fairly frequent.
14835 * progmodes/make-mode.el (makefile-add-this-line-targets):
14836 Simplify and integrate into `makefile-pickup-targets'.
14837 (makefile-add-this-line-macro): Simplify and integrate into
14838 `makefile-pickup-macros.
14839 (makefile-pickup-filenames-as-targets): Simplify.
14840 (makefile-previous-dependency, makefile-match-dependency):
14841 Don't stumble over `::'.
14843 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
14845 * subr.el (post-command-idle-hook, post-command-idle-delay):
14846 Remove obsoletion of post-command-idle-hook and
14847 post-command-idle-delay.
14849 * faces.el (list-faces-display): Provide button when describe-face
14850 is called to take user back to the list of faces.
14852 * help-fns.el (describe-variable): Remove hyperlinks in a
14853 variable's value as these are quite frequently inappropriate.
14855 * follow.el (follow-submit-feedback, follow-mode):
14856 Remove references to post-command-idle-hook.
14858 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
14860 * progmodes/make-mode.el (makefile-previous-dependency)
14861 (makefile-match-dependency): Check for := (and in bsd mode also
14862 !=) to give a better result, even when font-lock is not on.
14864 2005-05-18 Jay Belanger <belanger@truman.edu>
14866 * calc/calc-help.el (calc-s-prefix-help):
14867 Add `calc-copy-special-constant' to help string.
14869 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
14871 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14873 2005-05-18 Jay Belanger <belanger@truman.edu>
14875 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14876 in linear factors are in proper order.
14878 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
14880 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14881 Support for jurabib.
14883 * textmodes/reftex.el (featurep): Define aliases for overlay
14884 commands, for XEmacs compatibility, and use these aliases in
14885 overlay initializations.
14886 (reftex-highlight): Use `reftex-move-overlay'.
14887 (reftex-unhighlight): Use `reftex-delete-overlay'.
14888 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
14889 (reftex-access-search-path): Use `reftex-uniquify' instead of
14892 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14893 `before-string' property modification enables for Emacs as well.
14894 (reftex-select-item): Use `reftex-delete-overlay'.
14895 (reftex-select-mark): Use `reftex-make-overlay' and
14896 `reftex-overlay-put'.
14897 (reftex-select-unmark): Use `reftex-delete-overlay' and
14898 `reftex-overlay-put'.
14900 2005-05-18 Lute Kamstra <lute@gnu.org>
14902 * emacs-lisp/lisp.el (check-parens): Fix docstring.
14904 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
14906 * add-log.el (add-change-log-entry):
14907 * array.el (array-make-template, array-reconfigure-rows)
14908 (array-init-max-row, array-init-max-column)
14909 (array-init-columns-per-line, array-init-field-width):
14910 * replace.el (replace-match-maybe-edit, perform-replace):
14911 * textmodes/spell.el (spell-region):
14912 Replace `read-input' by `read-string'.
14914 * forms.el (forms-mode):
14915 * finder.el (finder-compile-keywords):
14916 * shadowfile.el (shadow-read-files):
14917 Replace `eval-current-buffer' by `eval-buffer'.
14919 * terminal.el (te-pass-through):
14920 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14921 (ange-ftp-raw-send-cmd):
14922 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14923 (send-process-next-char, telnet-initial-filter, telnet):
14924 Replace `send-string' by `process-send-string'.
14926 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14927 (prolog-consult-region): Replace `send-string' by
14928 `process-send-string'; replace `send-region' by `process-send-region'.
14930 * progmodes/delphi.el (delphi-log-msg):
14931 Replace `set-window-dot' by `set-window-point'.
14933 * subr.el (window-dot, set-window-dot, read-input, send-string)
14934 (send-region, show-buffer, eval-current-buffer):
14935 Make really obsolete, as the comment says.
14937 2005-05-17 Kim F. Storm <storm@cua.dk>
14939 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14940 (cua--init-keymaps): Bind C-return instead of S-return to set
14943 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14944 instead of S-return to toggle/clear rectangle mark.
14946 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
14948 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
14949 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14950 Also fontify plain strings assigned to variables, mostly so that a
14951 colon has a face and is thus not taken as a dependency separator.
14952 (makefile-previous-dependency): Inline the new matcher, because it
14953 is too complex to work in both directions.
14954 (makefile-match-dependency): Eliminate `backward' arg (see above).
14955 Completely reimplemented so as to not sometimes go into an endless
14956 loop. It should also be more efficient, because first it only
14957 searches for `:', instead of applying the very complex regexp.
14958 (makefile-mode): Cancel `font-lock-support-mode', because blocks
14959 to be fontified in one piece can be too long for JIT.
14960 Makefiles are never *that* big.
14962 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
14964 * dired.el (dired-mode): Simplify.
14966 2005-05-17 Lute Kamstra <lute@gnu.org>
14968 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14969 defcustom for the mode hook variable.
14971 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14972 Emacs Lisp Reference Manual.
14974 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
14976 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14978 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14979 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14981 * net/tramp-smb.el (tramp-smb-open-connection):
14982 Pass `tramp-chunksize' as fifth (required) argument.
14984 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
14986 * font-lock.el (lisp-font-lock-keywords-1):
14987 Set `font-lock-negation-char-face' for [^...] char group.
14988 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14990 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14991 a var, and refine it to mask one more level of nested vars.
14992 (makefile-rule-action-regex): Turn it into a var, and refine it so
14993 it recognizes backslashed continuation lines as belonging to the
14995 (makefile-macroassign-regex): Refine it so it recognizes
14996 backslashed continuation lines as belonging to the same command.
14997 (makefile-var-use-regex): Don't look at the next char, because it
14998 might be the same one to be skipped by the initial [^$], leading
14999 to an overlooked variable use.
15000 (makefile-make-font-lock-keywords): Remove two parameters, which
15001 are now variables that some of the modes set locally.
15002 Handle dependency and rule action matching through functions, because
15003 regexps alone match too often. Dependency matching now comes
15004 last, so it can check, whether a colon already matched something else.
15005 (makefile-mode): Inform that font-lock improves makefile parsing
15007 (makefile-match-dependency, makefile-match-action): New functions.
15009 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
15011 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15013 * align.el (align-regexp):
15014 * ansi-color.el (ansi-color-get-face):
15015 * array.el (array-reconfigure-rows, array-init-max-row)
15016 (array-init-max-column, array-init-columns-per-line)
15017 (array-init-field-width):
15018 * dired-aux.el (dired-trample-file-versions):
15019 * dired-x.el (dired-mark-sexp):
15020 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15021 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15022 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15023 * faces.el (face-read-integer):
15024 * files.el (backup-extract-version, insert-directory):
15025 * hexl.el (hexl-insert-decimal-char):
15026 * server.el (server-process-filter):
15027 * shell.el (shell-extract-num):
15028 * startup.el (command-line-1):
15029 * term.el (term-command-hook):
15030 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15031 (time-stamp-do-number):
15032 * time.el (display-time-update):
15033 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15034 (timezone-fix-time):
15035 * vms-patch.el (vms-suspend-resume-hook):
15036 * calendar/appt.el (appt-convert-time):
15037 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15038 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15039 * calendar/cal-islam.el (mark-islamic-diary-entries):
15040 * calendar/calendar.el (calendar-cursor-to-date)
15041 (calendar-star-date):
15042 * calendar/diary-lib.el (diary-attrtype-convert)
15043 (mark-diary-entries, diary-entry-time):
15044 * calendar/solar.el (solar-get-number):
15045 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15046 * emacs-lisp/re-builder.el (reb-display-subexp):
15047 * emulation/edt.el (edt-set-scroll-margins):
15048 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15049 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15050 (vip-get-ex-count):
15051 * emulation/viper-ex.el (viper-get-ex-token)
15052 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15053 * international/fontset.el (fontset-plain-name):
15054 * mail/feedmail.el (feedmail-look-at-queue-directory):
15055 * mail/mailalias.el (mail-get-names):
15056 * mail/rmail.el (rmail-convert-to-babyl-format):
15057 * mail/rmailsum.el (rmail-make-basic-summary-line)
15058 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
15059 (rmail-summary-goto-msg):
15060 * mail/smtpmail.el (smtpmail-read-response):
15061 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
15062 (ange-ftp-vms-add-file-entry):
15063 * play/gametree.el (gametree-looking-at-ply)
15064 (gametree-current-branch-score):
15065 * progmodes/ada-xref.el (ada-prj-find-prj-file)
15066 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
15067 * progmodes/cperl-mode.el (condition-case):
15068 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
15069 (ebrowse-set-member-buffer-column-width)
15070 (ebrowse-select-1st-to-9nth):
15071 * progmodes/etags.el (etags-snarf-tag):
15072 * progmodes/flymake.el (flymake-parse-line):
15073 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
15074 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
15075 (idlwave-shell-menu-def):
15076 * progmodes/ps-mode.el (ps-run-goto-error):
15077 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
15078 (vhdl-speedbar-contract-level):
15079 * term/mac-win.el (x-handle-numeric-switch):
15080 * term/sun-mouse.el (sun-get-frame-data):
15081 * term/w32-win.el (x-handle-numeric-switch):
15082 * term/x-win.el (x-handle-numeric-switch):
15083 * textmodes/ispell.el (ispell-parse-output):
15084 * textmodes/nroff-mode.el (nroff-outline-level):
15085 * textmodes/reftex-cite.el (reftex-bib-sort-year)
15086 (reftex-bib-sort-year-reverse, reftex-format-citation):
15087 * textmodes/reftex-parse.el (reftex-init-section-numbers)
15088 (reftex-section-number):
15089 * textmodes/texinfmt.el (texinfo-paragraphindent):
15090 Replace `string-to-int' by `string-to-number'.
15092 * international/latexenc.el: Add page marker to force the "Local
15093 Variables:" string out of the last page.
15095 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
15097 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
15098 tooltip-change-major-mode.
15099 (gud-tooltip-print-command): Remove case where gud-minor-mode
15100 is gdb ("--fullname").
15101 (gud-tooltip-tips): Turn GUD tooltips off for this case and
15104 2005-05-16 Jay Belanger <belanger@truman.edu>
15106 * calc/calc-store.el (calc-copy-special-constant): New function.
15108 * calc/calc-ext.el (calc-init-extensions): Add binding for
15109 `calc-copy-special-constant'.
15111 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
15112 for the `calc-copy-special-constant' command.
15114 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
15116 * subr.el (left-fringe-p): New function.
15118 * progmodes/compile.el (compilation-setup): Set local value of
15119 overlay-arrow-string to "" always.
15120 (compilation-set-window): Left fringe then don't scroll.
15121 No left fringe then no arrow and scroll message to top.
15122 (compilation-context-lines): Adjust doc string accordingly.
15124 2005-05-16 Kim F. Storm <storm@cua.dk>
15126 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15127 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
15128 (ido-wide-find-dir-or-delete-dir): New command for M-d.
15129 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
15130 (ido-read-file-name): Handle commands with ido property value
15131 equal to find-file as reading a file name, to allow C-d to enter dired.
15132 (ibuffer-find-file): Add ido property with value find-file.
15134 2005-05-15 Kim F. Storm <storm@cua.dk>
15136 * subr.el (open-network-stream-nowait): Remove.
15137 (open-network-stream-server): Remove.
15139 2005-05-15 Richard M. Stallman <rms@gnu.org>
15141 * faces.el (describe-face): Output a definition link button.
15143 * help-mode.el (help-face-def): New button type.
15145 * emacs-lisp/copyright.el (copyright-fix-years):
15146 Match properly if the first year is 2-digit.
15147 Don't mess up the whitespace after the years by filling.
15149 * dired-aux.el (dired-mark-confirm):
15150 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
15152 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
15153 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
15154 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
15156 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15157 Set font-lock-comment-start-skip.
15159 * font-lock.el (font-lock-comment-start-skip): New variable.
15160 (font-lock-comment-end-skip): New variable.
15161 (font-lock-fontify-syntactically-region): Use them if non-nil.
15163 2005-05-15 Jay Belanger <belanger@truman.edu>
15165 * calc/calc-store.el (calc-store-value): Return a string rather
15166 than display it as a message.
15167 Use calc-var-name for variable name.
15168 (calc-store-into): Add the result of calc-store-value to message.
15169 (calc-copy-variable): Add a message.
15170 (calc-store-exchange): Improve error messages.
15171 (calc-store-binary, calc-store-map): Don't reset the values of
15174 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
15176 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
15177 manual to docstring.
15179 * files.el (hack-local-variables-confirm): Add STRING argument.
15180 Make the function handle non file visiting buffers correctly.
15181 (hack-local-variables-prop-line, hack-local-variables)
15182 (hack-one-local-variable): Use STRING arg of
15183 `hack-local-variables-confirm'.
15185 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
15187 Sync with Tramp 2.0.49.
15189 * net/tramp.el (tramp-handle-dired-call-process)
15190 (tramp-handle-insert-directory):`insert-buffer' cannot be used
15191 because the contents of the Tramp buffer is changed before
15192 insertion (`expand-file' and alike).
15193 (tramp-handle-insert-directory): If `localname' has an empty
15194 nondirectory name, it must not be quoted.
15195 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
15196 variable `tramp-chunksize'. Change callees.
15197 (tramp-open-connection-setup-interactive-shell): Check remote host
15198 for buggy `send-process-string' implementation.
15199 Set `tramp-chunksize' if found. Reported by Michael Kifer
15200 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
15201 (tramp-handle-shell-command): `insert-buffer' cannot be used
15202 because the contents of the Tramp buffer is changed before
15203 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
15204 <frederic.bothamy@free.fr>.
15205 (tramp-set-auto-save): Actions should be done for Tramp file name
15206 handler only. Ange-FTP has its own auto-save mechanism.
15207 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15208 (tramp-set-auto-save-file-modes): Set file modes of
15209 `buffer-auto-save-file-name' to ?\600 as fallback solution.
15210 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
15211 (tramp-bug): Remove obsolete variable.
15212 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
15213 for presence of `mml-mode'. Make it running for older Emacsen as well.
15215 2005-05-14 John Paul Wallington <jpw@pobox.com>
15217 * ibuf-ext.el (define-ibuffer-filter filename):
15218 If `dired-directory' is a list, use its car.
15220 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
15222 * ibuffer.el (define-ibuffer-column filename):
15223 If `dired-directory' is a list, use its car.
15225 2005-05-14 Richard M. Stallman <rms@gnu.org>
15227 * subr.el (symbol-file): Doc fix.
15229 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
15230 (byte-compile-form): Call byte-compile-nogroup-warn.
15231 (byte-compile-warning-types): Doc fix.
15233 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
15235 * progmodes/cc-engine.el (c-literal-faces):
15236 Add font-lock-comment-delimiter-face.
15238 * net/net-utils.el (dig): Use with-no-warnings.
15240 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
15241 (sc-recite-frame-alist, sc-default-cite-frame)
15242 (sc-default-uncite-frame, sc-default-recite-frame)
15243 (sc-attrib-selection-list, sc-rewrite-header-list):
15244 Mark as risky-local-variable.
15246 * international/ogonek.el (ogonek-jak, ogonek-how):
15247 Don't use beginning-of-buffer.
15249 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
15251 * calendar/solar.el (solar-data-list): Move definition up.
15253 * dnd.el (dnd-protocol-alist): Add autoload.
15255 * progmodes/sh-script.el: Many doc usage fixes.
15256 (sh-indent-after-do): Change default to match common styles.
15258 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
15260 * files.el (interpreter-mode-alist)
15261 (auto-mode-interpreter-regexp): Doc fixes.
15263 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
15265 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
15267 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
15269 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15271 * dired.el (dired-mode): make-variable-buffer-local =>
15272 make-local-variable.
15274 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15276 * term/mac-win.el (mac-select-convert-to-string): Try coding
15277 systems in mac-script-code-coding-systems if specified one cannot
15278 encode string for `com.apple.traditional-mac-plain-text'.
15280 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
15282 * progmodes/make-mode.el (makefile-targets-face)
15283 (makefile-shell-face, makefile-makepp-perl-face): New faces.
15284 (makefile-dependency-regex): Fix it to not make the colon in
15285 $(var:a=b) special.
15286 (makefile-rule-action-regex): New regexp for highlighting embedded
15288 (makefile-macroassign-regex): Handle != for highlighting as
15289 embedded Shell strings.
15290 (makefile-var-use-regex): New const.
15291 (makefile-statements, makefile-automake-statements)
15292 (makefile-gmake-statements, makefile-makepp-statements)
15293 (makefile-bsdmake-statements): New consts.
15294 (makefile-make-font-lock-keywords): New function.
15295 (makefile-automake-font-lock-keywords)
15296 (makefile-gmake-font-lock-keywords)
15297 (makefile-makepp-font-lock-keywords)
15298 (makefile-bsdmake-font-lock-keywords): New consts.
15299 (makefile-mode-map): Add switchers between the various submodes.
15300 (makefile-mode): Document the availability of the variants.
15301 (makefile-automake-mode, makefile-gmake-mode)
15302 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15304 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15305 new variants of makefile-mode.
15307 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15309 * font-lock.el (font-lock-comment-delimiter-face): Fix up
15312 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
15314 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15315 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15317 * files.el (normal-mode): Extend the scope of the
15318 `enable-local-variables' binding to include the `set-auto-mode' call.
15319 (magic-mode-alist): Doc fix.
15321 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15323 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15324 font-lock-comment-face rather than copying its setting.
15326 2005-05-12 Andreas Schwab <schwab@suse.de>
15328 * eshell/esh-mode.el (eshell-send-input): Doc fix.
15330 2005-05-12 Lute Kamstra <lute@gnu.org>
15332 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15333 defcustom for the mode hook variable. Delete the last argument.
15334 * generic-x.el: Fix callers of define-generic-mode.
15335 (generic-x-modes): Delete group.
15336 (show-tabs-tab-face, show-tabs-space-face): Put them in the
15337 generic-x customization group.
15339 2005-05-12 Kim F. Storm <storm@cua.dk>
15341 * font-lock.el (font-lock-negation-char-face): Default to "off".
15343 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15344 font-lock-negation-char-face to ! in !=.
15346 2005-05-12 Masatake YAMATO <jet@gyve.org>
15348 * add-log.el (find-change-log): Fix typos in the docstring
15351 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
15353 * international/latexenc.el (latexenc-find-file-coding-system):
15354 Avoid `re-search-forward' when looking for input encoding because
15355 of speed and safety. Better regular expressions for recognizing
15356 input encoding. Limit a search for TeX-master/tex-main-file to
15357 the local variable section.
15359 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
15361 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15362 syntax of $ to "'" (quote).
15364 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
15366 * dnd.el (dnd-protocol-alist): Improve custom type.
15368 * dired.el (dired-dnd-protocol-alist): New variable.
15369 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
15370 `dired-mode-hook' to the end.
15372 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15374 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15375 comment-end if comment-start-skip is not set.
15376 Obey the font-lock-comment-delimiter-face variables.
15378 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15380 * files.el (executable-find): Move from executable.el. Use
15382 * progmodes/executable.el (executable-find): Move to files.el.
15384 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15385 when trying to ensure forward progress.
15387 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
15389 * mouse-sel.el (mouse-sel-follow-link-p): New function.
15390 (mouse-select, mouse-select-internal, mouse-extend-internal):
15391 Use it to implement mouse-1-click-follows-link functionality.
15393 2005-05-11 Richard M. Stallman <rms@gnu.org>
15395 * font-lock.el (font-lock-fontify-syntactically-region):
15396 Use font-lock-comment-delimiter-face for comment delimiters.
15398 2005-05-10 Jay Belanger <belanger@truman.edu>
15400 * calc/calc-help.el (calc-m-prefix-help): Add mention of
15401 preserving embedded modes.
15403 2005-05-10 Richard M. Stallman <rms@gnu.org>
15405 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15407 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
15408 Move from ada-stmt.el.
15409 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15411 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
15412 Move to ada-mode.el.
15413 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
15415 * cus-edit.el (custom-file): Call file-chase-links.
15417 * files.el (read-directory-name): Fix previous change.
15418 (hack-local-variables-confirm): New function.
15419 (hack-local-variables-prop-line, hack-local-variables)
15420 (hack-one-local-variable): Use it.
15422 2005-05-10 Lute Kamstra <lute@gnu.org>
15424 * font-lock.el (font-lock-keywords-alist)
15425 (font-lock-removed-keywords-alist): Clarify docstrings.
15427 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
15429 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15430 (gdb-source-info): Check for preprocessor info.
15431 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
15432 a macro for a function.
15433 (gdb-info-breakpoints-custom): Try to find file again if not already
15434 found (user might have used GDB dir command).
15435 (gdb-get-location): Update gdb-location-alist correctly for change
15436 to gdb-info-breakpoints-custom.
15438 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15439 (gud-tooltip-print-command): Add gdbmi case.
15440 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15443 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
15445 * startup.el (fancy-splash-insert): Fix typo in doc string.
15447 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
15449 * obsolete/float.el (string-to-float):
15450 * obsolete/hilit19.el (hilit-add-pattern):
15451 * obsolete/rnews.el (news-parse-range, news-select-message)
15452 (news-get-pruned-list-of-files): Replace `string-to-int' by
15453 `string-to-number'.
15455 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15456 `find-file-not-found-hooks'; use `add-hook'.
15457 (uncompress-while-visiting): Set `write-file-functions', not
15458 `write-file-hooks'; use `add-hook'.
15460 2005-05-09 Kim F. Storm <storm@cua.dk>
15462 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15463 (cua-paste): Handle clipboard action.
15464 (cua--init-keymaps): Remap clipboard-kill-region and
15465 clipboard-kill-ring-save.
15467 2005-05-08 Eli Zaretskii <eliz@gnu.org>
15469 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15470 Improve commentary.
15472 * simple.el (next-error-overlay-arrow-position): Revert the change
15473 made on 2005-04-30.
15475 2005-05-07 Jay Belanger <belanger@truman.edu>
15477 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15478 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15479 `calc-sel-reselect'.
15481 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15482 Calc is in embedded mode.
15484 2005-05-07 Eli Zaretskii <eliz@gnu.org>
15486 * progmodes/compile.el (compilation-setup):
15487 Set overlay-arrow-string to an empty string on text terminals.
15489 * textmodes/ispell.el (ispell-program-name): Try looking for
15490 "aspell" along exec-path, and if found, use it as the default
15493 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
15495 * international/mule.el (sgml-xml-auto-coding-function):
15496 Recognize encoding='FOO' in single quotes as well as in double quotes.
15498 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
15500 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15501 as well as `interactive', so that defmacro* would recognize
15504 2005-05-07 Eli Zaretskii <eliz@gnu.org>
15506 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15507 Explain more about the LIGHTER arg's usage in the doc string.
15508 Add commentary to clarify what the code does. Fix the regexp that
15509 strips whitespace from LIGHTER. Quote LIGHTER before using it,
15510 since it could have characters special to regular expressions.
15512 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
15514 * replace.el (occur-1): Bind inhibit-read-only so that
15515 erase-buffer doesn't barf on read-only text properties (likewise
15516 for add-text-properties in occur-engine). Mark buffer as unmodified.
15517 (occur-engine): Don't set buffer-read-only here.
15519 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15521 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
15522 list-buffers-directory. This caused the *cvs-commit* buffer to be
15523 sometimes mistakenly reused as a *cvs* buffer.
15525 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
15527 * tooltip.el: Move code for GUD tooltips into gud.el.
15528 (require): CL no longer needed to compile case.
15529 (tooltip-mode): Do not toggle functions for GUD tooltips.
15530 (tooltip-gud-tips-p): Remove. Replace with minor mode
15531 gud-tooltip-mode in gud.el.
15532 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15533 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15534 tooltip-gud prefix with gud-tooltip and obsolete.
15535 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15536 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15537 (tooltip-mouse-motion): Mouse movement functions/variable.
15538 Rename in gud.el by adding gud prefix.
15539 (tooltip-gud-original-filter, tooltip-gud-dereference)
15540 (tooltip-gud-event, tooltip-toggle-gud-tips)
15541 (tooltip-gud-process-output, tooltip-gud-print-command)
15542 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
15543 gud.el by replacing tooltip-gud prefix with gud-tooltip.
15544 (gdb-tooltip-print): Move to gdb-ui.el.
15546 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
15547 (require): CL needed to compile case.
15548 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
15549 tooltip-gud-tips-p. Make it a minor-mode.
15550 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
15551 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
15552 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
15553 (gud-tooltip-change-major-mode)
15554 (gud-tooltip-activate-mouse-motions-if-enabled)
15555 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
15556 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
15557 (gud-tooltip-original-filter, gud-tooltip-dereference)
15558 (gud-tooltip-event, tooltip-toggle-gud-tips)
15559 (gud-tooltip-process-output, gud-tooltip-print-command)
15560 (gud-tooltip-tips): Move from tooltip.el.
15562 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
15563 (gdb-cpp-define-alist-flags): Doc fix.
15564 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
15565 gud-tooltip-mode is t.
15567 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15569 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
15570 evaporate if their text is deleted.
15571 (goto-address-at-point): Make it work as a mouse binding as well.
15572 (goto-address-at-mouse): Obsolete it. Update users.
15574 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15576 * calendar/appt.el (top-level): No longer activate on load.
15578 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
15580 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15581 * net/webjump.el (webjump):
15582 * progmodes/idlw-help.el (idlwave-do-context-help1)
15583 (idlwave-highlight-linked-completions):
15584 * textmodes/po.el (po-find-file-coding-system-guts):
15585 Replace `assoc-ignore-case' by `assoc-string'.
15587 2005-05-06 Eli Zaretskii <eliz@gnu.org>
15589 * files.el (locate-file): Doc fix.
15591 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
15592 Remove the redundant test for ms-dos.
15594 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
15595 look for the preprocessor with exec-suffixes. If not found in
15596 standard places, look in exec-path. Remove most of the tests that
15599 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
15601 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
15603 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
15604 file-name clash with jka-compr.el on 8+3 filesystems.
15606 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15608 * term/mac-win.el: Don't define or bind scroll bar functions if
15609 x-toolkit-scroll-bars is t.
15610 (x-select-text, x-get-selection-value): Clear
15611 x-last-selected-text-clipboard if x-select-enable-clipboard is
15613 (PRIMARY): Put mac-scrap-name property.
15614 (mac-select-convert-to-file-url): New function.
15615 (public.file-url): New selection target type. Add to
15616 selection-converter-alist.
15617 (x-get-selection, x-selection-value): Handle it.
15618 (x-cut-buffer-or-selection-value): New alias.
15620 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15622 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
15623 entry to avoid calling bibtex-find-entry with arg global
15624 being t. Remove arg key.
15625 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
15626 (bibtex-copy-summary-as-kill): Change accordingly.
15628 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15630 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
15631 (org-agenda-date-later): Use with-current-buffer.
15633 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
15635 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
15636 (define-obsolete-variable-alias): Doc Fixes.
15638 2005-05-06 Kim F. Storm <storm@cua.dk>
15640 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
15641 vertical-motion when selective-display is active.
15643 * ido.el (ido-setup-hook): New hook.
15644 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
15645 (ido-input-stack): New var.
15646 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
15647 ido-next-work-file binding to M-O.
15648 Bind M-f to ido-wide-find-file-or-pop-dir.
15649 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
15650 (ido-read-internal): Run ido-setup-hook.
15651 Catch quit in read-file-name and read-string to cancel edit.
15652 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
15653 Automatically pop-all when completing a directory name (RET).
15654 (ido-file-internal): Add with-no-warnings around ffap and dired code.
15655 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
15656 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
15657 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
15658 New functions for M-b/M-f to move among the directory components.
15659 (ido-make-merged-file-list): Catch quit to cancel merge.
15660 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
15661 (ido-completion-help): No warnings for ido-completion-buffer-full.
15663 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
15665 * font-lock.el (font-lock-negation-char-face): New face and variable.
15666 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
15667 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
15668 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
15669 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
15671 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
15673 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
15674 Fix typo in docstring.
15676 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
15677 (ebrowse-print-statistics-line)
15678 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
15680 * term/w32-win.el (image-library-alist): Add additional name for
15683 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
15685 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
15686 use gcc instead of cpp.
15688 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
15689 (gdb-create-define-alist): Use it.
15690 (gdb-cpp-define-alist-program): Update for MS-DOS.
15692 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
15694 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
15696 2005-05-04 Richard M. Stallman <rms@gnu.org>
15698 * help.el (describe-key): No error when UNTRANSLATED is nil.
15700 * simple.el (line-move-1): Fix previous change to signal errors
15703 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
15705 * calendar/icalendar.el (icalendar-version): Now at 0.12.
15706 (icalendar-duration-correction): Remove.
15707 (icalendar--get-event-properties): Split result at commas.
15708 (icalendar--decode-isoduration): New optional argument
15709 DURATION-CORRECTION.
15710 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
15711 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
15712 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
15713 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
15714 (icalendar--convert-anniversary-to-ical): New functions, extracted
15715 from icalendar-export-region, with bug fixes.
15716 (icalendar-export-region): Use the above functions.
15717 (icalendar-import-buffer): Check before saving diary file.
15718 (icalendar--convert-recurring-to-diary)
15719 (icalendar--convert-non-recurring-all-day-to-diary)
15720 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
15721 extracted from icalendar--convert-ical-to-diary, with bug fixes.
15722 (icalendar--convert-ical-to-diary): Use the above functions.
15724 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
15726 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
15727 Remove these recent additions.
15728 (c-mode): Restore to before 2005-04-28.
15730 * progmodes/cc-vars.el (cc-define-list-program): Remove this
15733 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15734 (gdb-define-alist): New variables.
15735 (gdb-create-define-alist): New function.
15736 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
15737 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15738 with string-to-number.
15739 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
15741 * progmodes/gud.el: Replace string-to-int with string-to-number.
15742 (gud-find-file): Handle gdb-define-alist.
15744 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
15746 2005-05-02 Jay Belanger <belanger@truman.edu>
15748 * calc/calc-aent.el (math-read-token):
15749 * calc/calc-bin.el (calc-word-size):
15750 * calc/calc-ext.el (calc-read-number-fancy):
15751 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
15752 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
15753 * calc/calc-frac.el (calc-over-notation):
15754 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
15755 (calc-graph-num-points, calc-graph-init):
15756 * calc/calc-prog.el (calc-read-parse-table-part)
15757 (calc-edit-macro-repeats):
15758 * calc/calc-yank.el (calc-do-grab-rectangle):
15759 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
15760 Replace `string-to-int' by `string-to-number'.
15762 2005-05-02 Kim F. Storm <storm@cua.dk>
15764 * kmacro.el: Use executing-kbd-macro-index variable.
15766 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
15768 * net/rlogin.el (rlogin-parse-words): Delete func.
15769 (rlogin): Use split-string, not rlogin-parse-words.
15770 Also, if there are option-like elements in the parsed args,
15771 take the host to be the first arg immediately following them.
15772 Suggested by Michael Mauger.
15774 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
15776 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
15778 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
15780 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
15781 (cc-mode-cpp-program): Rename to cc-define-list-program and
15782 move to cc-vars.el.
15784 * progmodes/cc-vars.el (cc-define-list-program):
15785 Change to "gcc -E -dM -". Make customizable.
15787 2005-05-02 Kim F. Storm <storm@cua.dk>
15789 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
15791 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
15793 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
15795 * international/mule-util.el (truncate-string): Remove alias and
15796 obsolete declaration.
15798 * international/mule-cmds.el (update-iso-coding-systems):
15799 Remove alias and obsolete declaration.
15801 * international/mule.el (coding-system-parent): Remove alias and
15802 obsolete declaration.
15804 * subr.el (define-function, sref): Remove aliases and obsolete
15806 (chars-in-region): Remove obsolete declaration.
15808 2005-05-01 Richard M. Stallman <rms@gnu.org>
15810 * info.el (Info-mode): Set widen-automatically to nil, locally.
15812 * simple.el (widen-automatically): New variable.
15813 (pop-global-mark): Obey widen-automatically.
15815 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
15817 * term/xterm.el (function-key-map): Call substitute-key-definition
15818 before the keymap size is increased by a lot of define-key calls.
15820 2005-05-01 Richard M. Stallman <rms@gnu.org>
15822 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
15823 Rename ARG to ELEMENT. Doc fix.
15825 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
15827 * allout.el (allout-exposure): Remove macro and obsolete declaration.
15828 Remove references to allout-exposure/change to allout-new-exposure.
15830 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
15833 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
15834 (compiled-function-p, focus-frame, unfocus-frame):
15835 Remove aliases and obsolete declarations.
15836 Back out inadvertent changes from previous commit.
15838 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
15840 * files.el (require-final-newline): Make Custom tags consistent
15841 with mode-require-final-newline.
15842 (mode-require-final-newline): Doc fix.
15844 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15846 * international/latexenc.el (latexenc-find-file-coding-system):
15847 Fix regular expressions.
15849 2005-05-01 David Kastrup <dak@gnu.org>
15851 * international/latexenc.el (latexenc-find-file-coding-system):
15852 Fix regular expressions.
15854 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
15856 * subr.el (string-to-int): Make obsolete.
15858 2005-04-30 Richard M. Stallman <rms@gnu.org>
15860 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
15862 * loadup.el: load jka-comp-hook.
15864 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
15865 (jka-compr-handler): Add autoload. `put' calls moved
15866 to jka-comp-hook.el.
15867 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
15868 (jka-compr-inhibit): Autoload.
15870 * jka-comp-hook.el: New file.
15871 Enable the mode by default.
15873 * files.el (backup-buffer-copy): Use copy-file instead
15874 of write-region, and put back the 'excl.
15876 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
15878 * progmodes/flymake.el (flymake-split-string)
15879 (flymake-split-string, flymake-log, flymake-pid-to-names)
15880 (flymake-reg-names, flymake-get-source-buffer-name)
15881 (flymake-unreg-names, flymake-add-line-err-info)
15882 (flymake-add-err-info): Clarify docstrings.
15883 (flymake-popup-menu, flymake-make-emacs-menu)
15884 (flymake-make-xemacs-menu): Add docstrings.
15885 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15886 Set variables directly throughout.
15888 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
15890 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
15891 exists. Initialize cc-define-alist.
15892 (c-mode): Add cc-create-define-alist locally to after-save-hook.
15893 If there is no file (Macroexpansion) don't create an alist.
15895 2005-04-29 Sam Steingold <sds@gnu.org>
15897 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15898 (cc-create-define-alist): Use it instead of the hard-coded string.
15900 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15902 * international/mule-conf.el (file-coding-system-alist): Fix regexp
15905 2005-04-29 Lute Kamstra <lute@gnu.org>
15907 * emacs-lisp/generic.el: Improve commentary section.
15908 (define-generic-mode): Improve docstring.
15910 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
15912 * textmodes/org.el (many places): Change to quiet the byte compiler.
15913 (org-prefix-format-compiled): New variable.
15914 (org-compile-prefix-format): New function.
15915 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
15916 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
15917 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15918 (org-get-entries-from-diary): Use `org-get-time-of-day' for
15919 consistency with entries from `org-mode' files.
15920 (org-get-time-of-day): Fix bug with partial matches early in a line.
15921 (org-non-link-chars): New constant.
15922 (org-link-regexp): Respect `org-non-link-chars'.
15923 (org-agenda-day-view): Remove command.
15924 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
15925 (org-follow-bbdb-link, org-store-link): Search also company field.
15926 (org-highlight-overlay): New variable.
15927 (org-highlight, org-unhighlight): New functions.
15928 (org-agenda-mode): Add pre-command-hook to remove highlight.
15929 (org-evaluate-time-range): Behavior depends upon whether time stamp
15930 contains a time or not.
15931 (org-show-subtree, org-show-entry): New functions.
15932 (org-agenda-cleanup-fancy-diary): Remove empty lines.
15934 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
15936 * comint.el (comint-output-filter-functions): Add autoload cookie.
15938 2005-04-28 Kim F. Storm <storm@cua.dk>
15940 * ido.el (ido-everywhere): Fix last change.
15942 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
15944 * international/latexenc.el: New file.
15945 * international/mule-conf.el (file-coding-system-alist): For .tex,
15946 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15948 2005-04-28 Lute Kamstra <lute@gnu.org>
15950 * font-lock.el (font-lock-add-keywords)
15951 (font-lock-remove-keywords): Clarify docstring.
15952 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15953 Don't start docstrings with a `*'.
15954 (font-lock-update-removed-keyword-alist): Give it a docstring.
15956 * generic-x.el: Update commentary section.
15957 Only require font-lock when compiling.
15958 Define all modes conditionally.
15959 Place all generic modes in the generic-x-modes customization group.
15960 (generic-x-modes): New customization group.
15961 (generic-default-modes, generic-mswindows-modes)
15962 (generic-unix-modes, generic-other-modes): New constants.
15963 (generic-define-mswindows-modes, generic-define-unix-modes):
15964 Update docstrings. Make them obsolete.
15965 (generic-extras-enable-list): New default value. Update docstring.
15966 Improve :type. Change :set function.
15967 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15970 * emacs-lisp/generic.el (generic-mode-internal):
15971 Simplify font-lock-defaults.
15972 (define-generic-mode): Fix docstring.
15974 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15976 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15977 font-lock-face property to highlight matches.
15979 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
15981 * progmodes/cc-mode.el (cc-create-define-alist): New function.
15982 (cc-define-alist): New variable.
15983 (c-mode): Make it local and initialize it.
15985 * progmodes/gdb-ui.el (gdb-active-process): New variable.
15986 (gdb-exited): New function.
15987 (gdb-annotation-rules): Use it.
15988 (gdb-starting): Set gdb-active-process to t.
15989 (gdb-stopping): Amend doc string.
15990 (gdb-reset): Set gdb-active-process to nil.
15992 * tooltip.el (tooltip-gud-tips): Show the associated #define
15993 directives when a C program under GDB is not executing.
15995 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15997 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15998 font-lock-fontify-syntactic-keywords.
16000 * font-lock.el (font-lock-default-fontify-region): Don't force
16001 parse-sexp-lookup-properties to nil.
16003 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16005 * man.el (man-mode-syntax-table): Set up `:' to have
16006 word-constituent syntax.
16008 2005-04-27 Lute Kamstra <lute@gnu.org>
16010 * novice.el (disable-command): Don't add spurious newlines to the
16011 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16013 2005-04-26 Jay Belanger <belanger@truman.edu>
16015 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16016 than one window before deleting window.
16018 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
16020 * shell.el (shell-prompt-pattern): Doc fix.
16021 (shell-mode): Set paragraph-separate buffer locally to "\\'".
16023 * comint.el (comint-prompt-regexp, comint-get-old-input)
16024 (comint-use-prompt-regexp)
16025 (comint-use-prompt-regexp-instead-of-fields)
16026 (comint-replace-by-expanded-history, comint-send-input)
16027 (comint-output-filter, comint-get-old-input-default)
16028 (comint-line-beginning-position, comint-bol, comint-show-output)
16029 (comint-backward-matching-input, comint-forward-matching-input)
16030 (comint-next-prompt, comint-previous-prompt):
16031 Rename `comint-use-prompt-regexp-instead-of-fields' to
16032 `comint-use-prompt-regexp'. Keep old name as alias and declare
16034 (comint-use-prompt-regexp): Shorten first line of doc string.
16036 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16037 Set paragraph-separate buffer locally to "\\'".
16039 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16040 Adapt to above name change.
16042 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16043 (smbclient-prompt-regexp): Ditto.
16045 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16047 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
16049 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16051 Break lines that are over 80 characters wide.
16053 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
16055 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16056 New fun and var, to preserve compatibility.
16058 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
16060 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
16062 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
16063 name to file-newer-than-file-p.
16065 2005-04-26 Richard M. Stallman <rms@gnu.org>
16067 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
16069 * progmodes/python.el (python-mode):
16070 Use new name eldoc-documentation-function.
16072 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
16074 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16075 (eldoc-documentation-function):
16076 Rename from eldoc-print-current-symbol-info-function. Calls changed.
16078 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
16080 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
16082 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16084 * term/xterm.el (function-key-map): Fix strings for
16085 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
16086 {C,S,A,C-S}-{f1-f12}.
16088 2005-04-26 Kenichi Handa <handa@m17n.org>
16090 * international/mule-cmds.el (select-safe-coding-system):
16091 Fix previous change.
16093 2005-04-26 Lute Kamstra <lute@gnu.org>
16095 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
16097 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
16098 (font-lock-comment-delimiter-face): Ditto.
16100 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
16102 2005-04-25 Jay Belanger <belanger@truman.edu>
16104 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
16105 to t while inserting information; use help-mode.
16107 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16109 * term.el (ansi-term-color-vector): Use the xterm colors.
16110 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
16112 2005-04-25 Lute Kamstra <lute@gnu.org>
16114 * font-core.el (font-lock-defaults): Fix docstring.
16116 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
16118 2005-04-25 Kenichi Handa <handa@m17n.org>
16120 * international/mule-cmds.el (select-safe-coding-system):
16121 Don't check consistency with coding: spec, etc if raw-text or
16122 no-conversion was found to be safe.
16124 2005-04-24 Richard M. Stallman <rms@gnu.org>
16126 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
16127 citation markers at start of each line.
16129 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
16130 citation markers at start of each line.
16132 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
16134 * files.el (mode-require-final-newline): Fix previous change.
16135 (require-final-newline): Fix type label.
16137 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16139 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
16140 statement in buffer (broken by 2004-11-24 change).
16142 2005-04-24 Kim F. Storm <storm@cua.dk>
16144 * ido.el (ido-everywhere): Save and restore old read-buffer-function
16145 and read-file-name-function values. Don't overwrite existing
16146 non-nil values if ido-mode is enabled without ido-everywhere.
16148 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
16150 * files.el (mode-require-final-newline): Minor doc fix.
16152 2005-04-24 Eli Zaretskii <eliz@gnu.org>
16154 * subr.el (syntax-after): Doc fix.
16155 (syntax-class): If argument is nil, return nil. Mask off upper 16
16158 * files.el (mode-require-final-newline): Doc fix.
16159 (backup-buffer-copy): Fix last change.
16161 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16163 * term/mac-win.el: Require select. Set selection-coding-system to
16164 mac-system-coding-system. Call menu-bar-enable-clipboard.
16165 (x-last-selected-text-clipboard, x-last-selected-text-primary)
16166 (x-select-enable-clipboard): New variables.
16167 (x-select-text, x-get-selection, x-selection-value)
16168 (x-get-selection-value, mac-select-convert-to-string)
16169 (mac-services-open-file, mac-services-open-selection)
16170 (mac-services-insert-text): New functions.
16171 (CLIPBOARD, FIND): Put mac-scrap-name property.
16172 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
16173 (public.tiff): Put mac-ostype property.
16174 (selection-converter-alist): Add entries for them.
16175 (mac-application-menu-map): New keymap.
16176 (interprogram-cut-function, interprogram-paste-function): Set to
16177 x-select-text and x-get-selection-value, respectively.
16178 (split-window-keep-point): Set to t.
16180 2005-04-23 Richard M. Stallman <rms@gnu.org>
16182 * files.el (read-directory-name): Always pass non-nil
16183 DEFAULT-FILENAME arg to read-file-name.
16184 (backup-buffer-copy, basic-save-buffer-2): Take care against
16185 writing thru an unexpected existing symlink.
16186 (revert-buffer): In indirect buffer, revert the base buffer.
16187 (magic-mode-alist): Doc fix.
16188 (buffer-stale-function): Doc fix.
16189 (minibuffer-with-setup-hook): Avoid warning.
16190 (mode-require-final-newline): Doc and custom fix.
16192 * follow.el (follow-end-of-buffer): Use with-no-warnings.
16194 * font-lock.el (font-lock-comment-face): On terminals with few colors,
16195 use the default appearance.
16196 (font-lock-comment-delimiter-face): New face, new variable.
16198 * imenu.el (imenu--generic-function): The official position of a
16199 definition is the start of the line that BEG is in.
16201 * midnight.el (midnight-timer): Move defvar up.
16203 * mouse.el (mouse-drag-region-1): Delete some debugging code.
16205 * saveplace.el (save-place-to-alist): Use with-no-warnings.
16207 * startup.el (command-line): Use with-no-warnings.
16209 * window.el (window-size-fixed): New defvar.
16211 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
16213 * mail/rmail.el (rmail-font-lock-keywords):
16214 Use font-lock-comment-delimiter-face.
16216 * mail/sendmail.el (mail-font-lock-keywords):
16217 Use font-lock-comment-delimiter-face.
16219 * progmodes/compile.el (next-error-highlight-timer): New defvar.
16221 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16223 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16224 Specify t for LAXMATCH when matching directories.
16225 Save match data around compilation-compat-error-properties form.
16227 2005-04-23 David Kastrup <dak@gnu.org>
16229 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
16230 Mention that the autoloaded aliases should be kept for AUCTeX.
16232 2005-04-23 Andreas Schwab <schwab@suse.de>
16234 * isearch.el (isearch-forward): Doc fix.
16236 2005-04-23 Eli Zaretskii <eliz@gnu.org>
16238 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
16239 (jit-lock-stealth-nice): Change default value to 0.5.
16241 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
16243 * abbrev.el (write-abbrev-file): Write table entries in
16244 alphabetical order by table name.
16246 2005-04-22 Kim F. Storm <storm@cua.dk>
16248 * ido.el (ido-read-internal): Fix `list' completion.
16250 2005-04-22 Kenichi Handa <handa@m17n.org>
16252 * recentf.el (recentf-save-file-coding-system): New variable.
16253 (recentf-save-list): Encode the file by
16254 recentf-save-file-coding-system and add coding: tag.
16256 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
16258 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
16260 2005-04-21 Lute Kamstra <lute@gnu.org>
16262 * loadhist.el (unload-feature): Don't remove a function from hooks
16263 if it is about to be restored to an autoload . Remove functions
16264 that will become unbound from auto-mode-alist. Simplify the code.
16266 * subr.el (assq-delete-all): New implementation that is linear,
16267 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
16268 (rassq-delete-all): New function.
16270 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16271 Add size-indication-mode.
16273 2005-04-21 Kenichi Handa <handa@m17n.org>
16275 * international/mule-cmds.el: Add autoload for widget-value in
16278 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
16280 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16283 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16285 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
16287 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16288 (inferior-lisp-filter-regexp, inferior-lisp-program)
16289 (inferior-lisp-load-command, inferior-lisp-prompt)
16290 (inferior-lisp-mode-hook, lisp-source-modes)
16291 (inferior-lisp-load-hook): defvar->defcustom.
16292 (inferior-lisp-program, inferior-lisp-prompt)
16293 (inferior-lisp-load-hook): Doc fixes.
16294 (inferior-lisp-install-letter-bindings): Small change in
16295 introductory comment.
16297 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
16299 * vc.el (vc-annotate-color-map): Change some colors so that text
16300 using them as foreground is readable on both white and black
16303 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16305 * international/mule-conf.el (translation-table-for-input):
16306 Remove redundant declaration.
16308 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16310 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16312 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16313 (tooltip-toggle-gud-tips): New function.
16315 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16317 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16318 right angle brackets.
16320 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16322 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16324 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16326 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16327 Remove. Update callers to use expand-file-name instead.
16329 * subr.el (syntax-class): New function.
16331 * simple.el (blink-matching-open): Use it.
16333 * paren.el (show-paren-function): Use it to recognize parens that are
16334 also used in 2-char comment markers.
16336 2005-04-19 Lute Kamstra <lute@gnu.org>
16338 * loadhist.el (unload-feature): Update for new format of
16339 load-history. Simplify the code.
16341 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16343 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16344 (mac-add-charset-info): New function. Initialize variable
16345 mac-charset-info-alist using it.
16346 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16348 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
16349 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16350 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16353 2005-04-19 Kim F. Storm <storm@cua.dk>
16355 * simple.el (next-buffer, prev-buffer, next-error)
16356 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16357 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16359 * bindings.el (next-buffer, prev-buffer, next-error)
16360 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16361 (clone-indirect-buffer-other-window): Move bindings from simple.el.
16362 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16363 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16365 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16367 * isearch.el (isearch-edit-string): Make the search-ring available for
16368 minibuffer history commands.
16369 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16370 the default history commands now work just as well.
16371 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16373 2005-04-18 Kim F. Storm <storm@cua.dk>
16375 * emulation/cua-base.el (cua--pre-command-handler): Add more
16376 elaborate check for shift modifier on non-window systems.
16378 2005-04-18 Lars Hansen <larsh@math.ku.dk>
16380 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16382 2005-04-18 Kim F. Storm <storm@cua.dk>
16384 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16385 and make it optional. Don't test tooltip-gud-echo-area here.
16386 (tooltip-gud-process-output, gdb-tooltip-print):
16387 Pass tooltip-gud-echo-area to tooltip-show.
16388 (tooltip-help-tips): Remove second optional arg to tooltip-show.
16390 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16392 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16393 `display-graphic-p' may not be bound yet.
16395 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
16397 * startup.el (command-line): No longer enable Xterm Mouse mode by
16398 default in terminals compatible with xterm.
16400 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16402 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
16404 * tooltip.el (tooltip-gud-echo-area): Rename from
16405 tooltip-use-echo-area.
16406 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16407 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16408 area independently of where help tooltips are displayed.
16410 2005-04-17 David Kastrup <dak@gnu.org>
16412 * cus-theme.el (custom-theme-write-variables): Quote variables
16415 2005-04-17 Richard M. Stallman <rms@gnu.org>
16417 * simple.el (yank-excluded-properties): Add follow-link to value.
16419 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16421 * startup.el (fancy-splash-max-time): Just 30 seconds.
16422 (fancy-splash-delay): Just 7.
16423 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16425 * loadhist.el (unload-feature): Update for new format of load-history.
16428 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16429 (rmail-font-lock-keywords): Don't fontify the text of a citation.
16431 * mail/sendmail.el (mail-font-lock-keywords):
16432 Don't fontify subject text.
16433 Don't fontify the text of a citation.
16435 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
16437 * comint.el (comint-output-filter): Run comint-output-filter-functions
16438 with point where the user had it.
16440 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16442 * international/ucs-tables.el (ucs-set-table-for-input):
16443 Disable when using unify-on-decoding.
16445 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
16447 * emulation/cua-base.el (cua-global-mark-face): Add special case
16448 for displays supporting a high number of colors.
16450 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16452 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
16454 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
16456 * filesets.el (filesets-add-buffer): If user supplies a name of a
16457 non-existing fileset, create a new fileset.
16459 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
16461 * textmodes/org.el (org-up-heading-all): Fix bug with
16462 `outline-up-heading-all'.
16464 2005-04-16 Andreas Schwab <schwab@suse.de>
16466 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16467 /etc/permissions.d/* and /etc/aliases.d/*.
16469 2005-04-16 Kenichi Handa <handa@m17n.org>
16471 * international/code-pages.el (cp-make-coding-system):
16472 Set `translation-table-for-input' property value to the symbol
16473 ucs-mule-to-mule-unicode, not to that value.
16474 (pt154): Escape guillemet by `\'.
16476 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
16478 * loadup.el: Load tooltip if x-show-tip is fboundp.
16480 * startup.el (command-line): Add comment.
16482 * tooltip.el (tooltip-mode): Specify correct standard value for
16483 Custom in init-value.
16485 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
16487 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16490 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
16492 * textmodes/org.el (org-agenda-date-prompt): Rename from
16493 `org-agenda-date-today'.
16494 (org-evaluate-time-range): Insert at point instead of directly
16496 (org-first-headline-recenter, org-subtree-end-visible-p)
16497 (org-optimize-window-after-visibility-change): New functions
16498 (org-agenda-post-command-hook): Don't allow point at end of line,
16499 to make sure it always hits the text properties.
16500 (org-agenda-next-date-line, org-agenda-previous-date-line):
16502 (org-set-regexps-and-options): Category may contain white space.
16503 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16504 Improve marker positions.
16505 (org-agenda-new-marker): Argument POS made optional.
16506 (org-agenda-get-timestamps): Deadlines which are done are listed
16507 in org-done-face now.
16508 (org-agenda-get-todos, org-agenda-get-timestamps)
16509 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16510 Set `undone-face' and `done-face' properties.
16511 (org-last-todo-state-is-todo): New variable.
16512 (org-todo): Set `org-last-todo-state-is-todo'.
16513 (org-agenda-todo): Change face according to
16514 `org-last-todo-state-is-todo'. And change other lines referring to
16516 (org-calendar-goto-agenda): New command.
16517 (org-calendar-to-agenda-key): New option.
16518 (org-startup-folded): New allowed value `content'.
16519 (org-set-regexps-and-options): Accept new value `content' for
16520 `org-startup-folded'.
16521 (org-get-current-options): Handle new value `content' for
16522 `org-startup-folded'.
16523 (org-insert-todo-heading): New command.
16524 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
16525 interactively in empty file and option
16526 `org-insert-mode-line-in-empty-file' has been set.
16527 (org-agenda-todo, org-agenda-priority): Modify to use
16528 `org-agenda-change-all-lines'.
16529 (org-warning-face): Change color on dark background
16531 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16533 * international/mule-cmds.el (set-locale-environment): On Mac OS,
16534 use preferences AppleLocale and AppleLanguages, and variable
16535 mac-system-locale for default locale. On Mac OS Classic, use
16536 mac-system-coding-system for default coding systems.
16538 * term/mac-win.el: Don't set file-name-coding-system.
16539 Decode variables system-name, emacs-build-system, user-login-name, and
16540 user-full-name by mac-system-coding-system on Mac OS Classic.
16541 (mac-system-coding-system): New variable.
16543 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
16545 * startup.el (command-line): Handle `xterm-mouse-mode' before
16548 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
16550 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16552 * progmodes/sh-script.el (sh-here-document-word): Make it a
16553 defcustom. Doc fix.
16554 (sh-add): Bash uses $(( )) for arithmetic.
16555 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
16556 (sh-maybe-here-document): Remove quotes and leading whitespace
16557 from heredoc word when closing. Indent heredoc with tabs if word
16560 2005-04-13 Richard M. Stallman <rms@gnu.org>
16562 * simple.el (undo): Fix previous change.
16564 * custom.el (defface): Doc fix.
16566 2005-04-13 Lute Kamstra <lute@gnu.org>
16568 * Makefile.in (DONTCOMPILE): Remove list.
16569 (compile, compile-always): Don't use DONTCOMPILE.
16570 (update-authors): Load the library in which batch-update-authors
16572 * makefile.w32-in (DONTCOMPILE): Remove list.
16573 (compile, compile-always): Fix comments.
16574 (update-authors): Load the library in which batch-update-authors
16577 * generic-x.el (generic-mode-ini-file-find-file-hook):
16578 Rename to ini-generic-mode-find-file-hook.
16579 Keep generic-mode-ini-file-find-file-hook as an alias.
16580 (ini-generic-mode-find-file-hook): Rename from
16581 generic-mode-ini-file-find-file-hook. Fix docstring.
16582 (ini-generic-mode): Docstring change.
16583 (bat-generic-mode-run-as-comint): Silence the byte compiler.
16585 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
16588 * generic.el: Move to the emacs-lisp subdir.
16590 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16592 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
16593 and C-S- function and cursor motion keys.
16595 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
16597 * startup.el (command-line): Enable Xterm Mouse mode by default.
16598 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
16599 for Custom. No longer show "Mouse" in mode line when enabled.
16602 2005-04-12 Kim F. Storm <storm@cua.dk>
16604 * emulation/cua-base.el (cua-rectangle-face)
16605 (cua-rectangle-noselect-face): Define face attributes here.
16607 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
16609 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16611 * startup.el (command-line): Turn off blinking cursor if
16612 cursorBlink in resources is off or false.
16614 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16616 * term/mac-win.el (dnd): Require dnd.
16617 (mac-drag-n-drop): Call dnd-handle-one-url.
16618 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
16619 (kTextEncodingISOLatin2): Remove constants.
16620 (mac-script-code-coding-systems): New constant.
16621 (mac-handle-language-change): New function.
16622 (special-event-map): Bind it to `language-change' event.
16623 (mac-centraleurroman, mac-cyrillic): New coding systems.
16624 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
16625 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
16626 and mac-cyrillic-encoder to encode-mac-centraleurroman and
16627 encode-mac-cyrillic, respectively.
16629 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16631 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
16632 Don't set overlay-arrow-string to "=>" as this is done
16635 2005-04-12 Lute Kamstra <lute@gnu.org>
16637 * generic-x.el (rc-generic-mode, rul-generic-mode):
16638 Fix auto-mode-alist entries.
16639 (etc-fstab-generic-mode): Tweak fontification.
16641 * generic.el (generic-make-keywords-list): Fix docstring.
16642 (generic-mode-internal): Simplify generic-font-lock-keywords.
16644 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
16646 * whitespace.el (whitespace-buffer-leading)
16647 (whitespace-buffer-trailing): Revert the incorrect test inversion.
16648 However, fix the highlight area for the leading and
16649 trailing whitespaces to show space.
16651 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
16653 * whitespace.el (whitespace-version): Bump to 3.5
16655 (whitespace-buffer-leading, whitespace-buffer-trailing):
16656 Invert sense of the test to highlight the whitespace.
16658 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16660 * progmodes/gud.el (gud-display-line): GUD uses its own
16661 overlay arrow now so don't set overlay-arrow-string.
16662 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
16664 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
16666 * term.el (term-ansi-current-bold, term-ansi-current-underline)
16667 (term-ansi-current-reverse, term-ansi-current-invisible)
16668 (term-ansi-face-already-done): Change to boolean.
16669 (term-reset-terminal, term-handle-colors-array): Handle the above
16671 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
16672 (term-emulate-terminal): Use the new name.
16674 * faces.el (secondary-selection): Use yellow1, not yellow.
16675 (trailing-whitespace): Use red1, not red.
16677 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16679 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
16680 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
16681 (dired-dnd-handle-file): Call dnd-get-local-file-uri
16683 * cus-edit.el (dnd): New group.
16685 * term/w32-win.el (dnd): Require dnd
16686 (w32-drag-n-drop): Call dnd-handle-one-url.
16688 * x-dnd.el: Require dnd.
16689 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
16690 Call dnd-handle-one-url.
16691 (x-dnd-types-alist, x-dnd-insert-utf8-text)
16692 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
16693 to dnd-insert-text.
16694 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
16695 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
16696 (x-dnd-get-local-file-name, x-dnd-open-local-file)
16697 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
16699 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
16701 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16703 * wdired.el: Doc fixes.
16704 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
16705 (wdired-use-dired-vertical-movement): Rename from
16706 wdired-always-move-to-filename-beginning.
16707 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
16708 (wdired-change-to-wdired-mode): Change mode name.
16709 (wdired-newline): Delete.
16711 2005-04-11 Richard M. Stallman <rms@gnu.org>
16713 * whitespace.el (whitespace-highlight-the-space):
16714 Don't call whitespace-unhighlight-the-space here.
16716 * simple.el (undo): Record t in undo-equiv-table
16717 for the redo record made by an undo-in-region.
16719 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16721 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
16722 (gdb-frame-inferior-io-buffer): New Functions to control
16723 display of separate IO buffer.
16724 (menu): Add them to menu-bar.
16725 (gdb-display-buffer): Check for buffer another frame.
16726 Protect GUD buffer.
16727 (gdb-setup-windows): Create IO buffer if not already there.
16728 (gdb-memory-mode): Remove purecopy noops.
16730 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16732 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16733 and pass to self-insert-command.
16735 2005-04-11 Lute Kamstra <lute@gnu.org>
16737 * generic.el: Commentary section cleanup.
16739 (generic-use-find-file-hook, generic-lines-to-scan)
16740 (generic-find-file-regexp, generic-ignore-files-regexp)
16741 (default-generic-mode, generic-mode-find-file-hook)
16742 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
16743 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
16744 (generic-use-find-file-hook, generic-lines-to-scan)
16745 (generic-find-file-regexp, generic-ignore-files-regexp)
16746 (default-generic-mode, generic-mode-find-file-hook)
16747 (generic-mode-ini-file-find-file-hook): Move from generic.el.
16749 2005-04-10 Karl Fogel <kfogel@red-bean.com>
16751 * bookmark.el (bookmark-write-file): Catch errors writing file.
16752 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
16754 2005-04-10 Richard M. Stallman <rms@gnu.org>
16756 * startup.el (fancy-splash-tail): Update copyright year.
16757 (command-line): Split part of -Q into -D.
16758 (emacs-basic-display): New defvar.
16759 (fancy-splash-text): Correct name of menu item.
16761 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
16763 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16766 * comint.el (comint-send-input): New arg ARTIFICIAL.
16767 Callers in this file changed.
16769 * abbrev.el (define-abbrevs): Read system abbrevs properly.
16771 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
16773 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
16775 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
16776 `ldap-search-internal'.
16778 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16780 * files.el (set-auto-mode-1): Use line-end-position.
16782 * international/latin-1.el:
16783 * international/latin-2.el:
16784 * international/latin-3.el:
16785 * international/latin-4.el:
16786 * international/latin-5.el:
16787 * international/latin-8.el:
16788 * international/latin-9.el: Give punctuation syntax to NBSP.
16790 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
16791 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
16792 Use char-classes to accept non-ascii letters, accepted in some recent
16793 bibtex implementations.
16795 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
16797 * custom.el (custom-set-minor-mode): Any non-nil value for the
16798 variable should enable the mode when set through Custom.
16800 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16802 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
16803 TAB binding so tab-always-indent is obeyed.
16804 (vhdl-minibuffer-local-map): Move initialization into declaration.
16805 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
16806 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
16807 (vhdl-hooked-abbrev): Avoid test for XEmacs.
16808 (vhdl-current-line): Use line-beginning-position.
16809 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
16810 with-output-to-temp-buffer, so the current position can be recorded.
16812 2005-04-10 Masatake YAMATO <jet@gyve.org>
16814 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16815 Add regexp for gcov.
16817 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16819 * calendar/time-date.el (time-to-seconds, seconds-to-time)
16820 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
16821 syntax which Emacs 20 doesn't support.
16823 2005-04-09 Richard M. Stallman <rms@gnu.org>
16825 * help.el (describe-key-briefly, describe-key):
16826 Replace strings as event types with "(any string)".
16828 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16830 * arc-mode.el (archive-mode-map): Move initialization into
16831 the declaration. Override *all* bindings of `undo'.
16832 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
16834 2005-04-09 Jay Belanger <belanger@truman.edu>
16836 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
16838 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
16840 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
16841 (xterm-register-default-colors): Update color values computation
16842 to match xterm-200.
16844 2005-04-09 Kenichi Handa <handa@m17n.org>
16846 * international/code-pages.el (iso-latin-7): Fix the map.
16848 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
16850 * emacs-lisp/lisp.el (defun-prompt-regexp)
16851 (parens-require-spaces, buffer-end, end-of-defun)
16852 (insert-parentheses): Doc fixes.
16854 2005-04-08 Kim F. Storm <storm@cua.dk>
16856 * comint.el (comint-highlight-prompt): Fix face spec.
16857 * hi-lock.el (hi-green): Likewise.
16859 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
16861 * cus-edit.el (custom-modified-face):
16862 * comint.el (comint-highlight-input): Fix previous changes.
16863 * term.el (term-handle-ansi-escape): Add a comment.
16865 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16867 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16868 in the buffer and in whitespace-highlighted-space.
16869 (whitespace-unhighlight-the-space): Simplify.
16870 (whitespace-buffer): Simplify.
16872 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
16874 * textmodes/table.el (table-cell-face): Add special case for
16875 displays supporting a high number of colors.
16876 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16877 (vhdl-font-lock-reserved-words-face)
16878 (vhdl-speedbar-architecture-face)
16879 (vhdl-speedbar-instantiation-face)
16880 (vhdl-speedbar-architecture-selected-face)
16881 (vhdl-speedbar-instantiation-selected-face): Likewise.
16882 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16883 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
16884 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16885 (ebrowse-root-class-face, ebrowse-member-attribute-face)
16886 (ebrowse-progress-face): Likewise.
16887 * progmodes/compile.el (compilation-info-face): Likewise.
16888 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16889 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16890 * calendar/calendar.el (diary-face): Likewise.
16891 * woman.el (woman-italic-face, woman-bold-face)
16892 (woman-unknown-face): Likewise.
16893 * wid-edit.el (widget-button-pressed-face): Likewise.
16894 * whitespace.el (whitespace-highlight-face): Likewise.
16895 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16896 * pcvs-info.el (cvs-marked-face): Likewise.
16897 * info.el (info-xref): Likewise.
16898 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
16899 * hilit-chg.el (highlight-changes-face)
16900 (highlight-changes-delete-face): Likewise.
16901 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
16902 (hi-red-b): Likewise.
16903 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
16904 * font-lock.el (font-lock-keyword-face)
16905 (font-lock-function-name-face, font-lock-warning-face): Likewise.
16906 * cus-edit.el (custom-invalid-face, custom-modified-face)
16907 (custom-set-face, custom-changed-face, custom-variable-tag-face)
16908 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16909 * comint.el (comint-highlight-prompt): Likewise.
16911 2005-04-08 Lute Kamstra <lute@gnu.org>
16913 * font-lock.el (font-lock-keywords): Docstring fixes.
16915 2005-04-08 Kenichi Handa <handa@m17n.org>
16917 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16918 chars are more than a limit, print " and more..." at the tail.
16920 2005-04-08 Kim F. Storm <storm@cua.dk>
16922 * emacs-lisp/authors.el (authors-aliases): Update list.
16923 (authors-ignored-files): New list.
16924 (authors-fixed-entries): Fix typo.
16925 (authors-renamed-files-alist): Update list.
16926 (authors-add): Check authors-ignored-files.
16928 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
16930 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
16931 optional, to ensure backward compatibility.
16933 2005-04-08 Stephen Eglen <stephen@gnu.org>
16935 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16937 2005-04-08 Kim F. Storm <storm@cua.dk>
16939 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
16941 * mouse.el (mouse-on-link-p): Doc fix.
16943 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
16945 * ielm.el (ielm-prompt-read-only): Doc fix.
16947 * comint.el (comint-prompt-read-only): Doc fix.
16949 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
16951 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16952 ensure dired always handles wildcards passed to ffap.
16953 (find-file-at-point): Use it.
16954 (ffap-dired-wildcards): Doc fix.
16956 2005-04-07 Juri Linkov <juri@jurta.org>
16958 * simple.el (next-error-overlay-arrow-position): New defvar.
16959 Put "=>" on its property `overlay-arrow-string'. Add it to
16960 `overlay-arrow-variable-list'.
16962 * progmodes/compile.el (compilation-setup):
16963 Set `next-error-overlay-arrow-position' to nil. Also set it to
16964 nil in the local hook `kill-buffer-hook'. Make local variable
16965 `overlay-arrow-string' and set it to "=>".
16966 (compilation-goto-locus): Set BOL position to
16967 `next-error-overlay-arrow-position' instead of
16968 `overlay-arrow-position'.
16970 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16971 locally instead of adding it to the global hook.
16972 (Info-kill-buffer): Move up.
16974 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
16976 * term/xterm.el (xterm-standard-colors): Update color values from
16979 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
16981 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16984 * lazy-lock.el: Move them to the obsolete subdir.
16986 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16988 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16989 (wdired-add-replace-advice): Remove.
16990 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16992 2005-04-06 Kim F. Storm <storm@cua.dk>
16994 * startup.el (command-line): Add --bare-bones alias for -Q.
16996 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16998 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16999 create the startup fontset if a font specification ends with
17002 2005-04-06 Lute Kamstra <lute@gnu.org>
17004 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17007 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17008 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17010 2005-04-05 Lute Kamstra <lute@gnu.org>
17012 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17013 (define-generic-mode): Ditto. Fix debug declaration.
17015 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17016 Put them in the generic-x group.
17018 * calendar/timeclock.el (timeclock): Doc fix.
17020 * generic.el (define-generic-mode): Don't use custom-current-group.
17021 Document default :group value.
17022 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17023 (define-global-minor-mode): Don't use custom-current-group.
17025 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
17027 * startup.el (command-line-1): Display startup-echo-area-message
17028 when fancy splash screen is in use.
17030 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17031 (sh-escaped-newline): New face.
17032 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17033 newline, and use sh-escaped-newline face.
17035 * progmodes/tcl.el (tcl-escaped-newline): New face.
17036 (tcl-builtin-list): New variable.
17037 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17038 newlines. Fix keywords subexpression number.
17040 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
17042 * textmodes/org.el (org-diary-default-entry): Fix call to
17043 `add-to-diary-entry'.
17045 2005-04-05 Kim F. Storm <storm@cua.dk>
17047 * ediff-init.el: Use (featurep 'xemacs).
17049 2005-04-05 David Ponce <david@dponce.com>
17051 * cus-edit.el (face): Derive from symbol widget. Display sample
17052 of the current face on the fly.
17053 (widget-face-sample-face-get, widget-face-notify): New functions.
17054 (widget-face-value-create): Remove.
17056 * wid-edit.el (widget-field-end): Temporarily remove field
17057 narrowing before to call `get-char-property'.
17059 2005-04-04 Jay Belanger <belanger@truman.edu>
17061 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
17062 (math-read-subscripts): New variable.
17063 (math-read-preprocess-string): Process subscripts.
17065 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
17067 * comint.el (comint-prompt-read-only): Doc fix.
17069 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
17072 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
17074 * textmodes/org.el (org-insert-mode-line-in-empty-file):
17075 Change default value to nil.
17077 2005-04-04 Lute Kamstra <lute@gnu.org>
17079 * autorevert.el (auto-revert-mode): Specify :group.
17080 * battery.el (display-battery-mode): Specify :group.
17081 * diff-mode.el (diff-minor-mode): Specify :group.
17082 * font-core.el (font-lock-mode): Specify :group.
17083 * hl-line.el (hl-line-mode): Specify :group.
17084 * iimage.el (iimage): New customization group.
17085 (iimage-mode): Specify :group.
17086 * longlines.el (longlines-mode): Specify :group.
17087 * master.el: Don't require easy-mmode.
17088 (master): New customization group.
17089 (master-mode): Specify :group.
17090 * msb.el (msb-mode): Specify :group.
17091 * reveal.el (reveal-mode): Specify :group.
17092 * simple.el (next-error-follow-minor-mode): Specify :group.
17093 * smerge-mode.el (smerge-mode): Specify :group.
17094 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
17095 * emulation/cua-base.el (cua-mode): Specify :group.
17096 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
17097 * language/thai-util.el (thai-auto-composition-mode)
17098 (thai-word-mode): Specify :group.
17099 * mail/supercite.el (sc-minor-mode): Specify :group.
17100 * progmodes/cwarn.el (cwarn-mode): Specify :group.
17101 * progmodes/flymake.el (flymake-mode): Specify :group.
17102 * progmodes/glasses.el (glasses-mode): Specify :group.
17103 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
17104 * textmodes/enriched.el (enriched-mode): Specify :group.
17105 * textmodes/refill.el (refill-mode): Specify :group.
17107 * add-log.el (change-log-font-lock-keywords): Names in
17108 parenthesized lists can contain spaces.
17110 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
17112 * startup.el (fancy-splash-text): Shorten default text of
17113 "Emacs Tutorial" line. Also, if the current language env
17114 indicates an available tutorial file other than TUTORIAL,
17115 extract its title and append it to the line in parentheses.
17116 (fancy-splash-insert): If arg is a thunk, funcall it.
17118 2005-04-04 Jay Belanger <belanger@truman.edu>
17120 * calc.el (calc-language-alist): Add tags to customization type.
17122 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
17124 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
17127 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
17129 * add-log.el (change-log-font-lock-keywords): The manual
17130 describing a Change Log entry, says: (...) "Aside from these
17131 header lines, every line in the change log starts with a space or
17132 a tab.". The font-lock was not highlighting lines started with
17133 spaces, added support for it.
17135 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17137 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
17138 (bibtex-generate-url-list): Update docstring accordingly. Put the
17139 complex example in the docstring.
17140 (bibtex-font-lock-url): Use pop.
17142 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17144 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
17146 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
17148 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17150 * filesets.el (filesets-set-default): Doc fix.
17152 2005-04-03 Lute Kamstra <lute@gnu.org>
17154 * generic.el (define-generic-mode): Add argument to specify
17155 keywords for defcustom.
17156 (default-generic-mode): Specify :group.
17158 * generic-x.el: Specify :group for all generic modes.
17160 * desktop.el (desktop-no-desktop-file-hook)
17161 (desktop-after-read-hook): Doc fix.
17163 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
17165 * simple.el (visible-mode): Use explicit :group keyword.
17166 This changes the group of `visible-mode-hook' from paren-blinking
17169 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
17171 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
17172 mailbox specifications as well as URLs.
17173 (rmail-insert-inbox-text): Remove unused conditional branches.
17175 2005-04-01 Jay Belanger <belanger@truman.edu>
17177 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
17178 (calc-gnuplot-print-command): Move definitions to calc.el.
17180 * calc/calc-embed.el (calc-embedded-announce-formula)
17181 (calc-embedded-open-formula, calc-embedded-close-formula)
17182 (calc-embedded-open-word, calc-embedded-close-word)
17183 (calc-embedded-open-plain, calc-embedded-close-plain)
17184 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
17185 (calc-embedded-open-mode, calc-embedded-close-mode):
17186 Move definitions to calc.el.
17188 * calc/calc.el (calc-settings-file, calc-language-alist):
17190 (calc-embedded-announce-formula, calc-embedded-open-formula)
17191 (calc-embedded-close-formula, calc-embedded-open-word)
17192 (calc-embedded-close-word, calc-embedded-open-plain)
17193 (calc-embedded-close-plain, calc-embedded-open-new-formula)
17194 (calc-embedded-close-new-formula, calc-embedded-open-mode)
17195 (calc-embedded-close-mode, calc-gnuplot-name)
17196 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
17197 from other files and make customizable.
17199 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17201 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
17203 (cvs-mode-run): Don't call cvs-update-header here.
17204 (cvs-run-process): Call cvs-update-header.
17205 Use process properties for cvs-postprocess and cvs-buffer so that
17206 the sentinel can behave better if the temp buffer is killed.
17207 Use a pipe rather than a tty, to better handle unexpected prompts.
17208 (cvs-sentinel): Rewrite. Call cvs-update-header.
17210 2005-04-01 Andre Spiegel <spiegel@gnu.org>
17212 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
17213 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
17215 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17217 * generic.el (define-generic-mode): Add indentation rule.
17219 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
17221 * files.el (mode-require-final-newline): Make Custom correctly
17222 report a nil value and allow to set it to nil via Custom.
17225 2005-04-01 Kenichi Handa <handa@m17n.org>
17227 * international/characters.el: Enable the correct case setting for
17228 dotless-i and dotted-I.
17230 2005-04-01 Kim F. Storm <storm@cua.dk>
17232 * ido.el (ido-file-internal): Fall back to non-ido command if
17233 initial directory is on slow ftp (or tramp) host.
17235 2005-03-31 Richard M. Stallman <rms@gnu.org>
17237 * emacs-lisp/autoload.el (make-autoload):
17238 Handle define-global-minor-mode.
17240 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17241 Rename from easy-mmode-define-global-mode.
17242 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
17244 * progmodes/scheme.el (scheme-mode-syntax-table):
17245 Update syntax of | and # for two-character comment syntax.
17247 2005-03-31 Lute Kamstra <lute@gnu.org>
17249 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
17250 (define-minor-mode): Call custom-current-group at load-time.
17252 * generic.el (define-generic-mode): Add debug declaration.
17253 Add defcustom for the mode hook.
17254 (generic-mode-internal): Use run-mode-hooks.
17256 2005-03-31 Kim F. Storm <storm@cua.dk>
17258 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
17259 (mouse-fixup-help-message): New defun called by show_help_echo
17260 to fixup mouse-2 prefix in help messages when applicable.
17262 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
17264 2005-03-31 Kenichi Handa <handa@m17n.org>
17266 * language/thai-word.el (thai-find-word-ends): Pay attention to
17267 the case that we reach the end of buffer.
17269 * textmodes/fill.el (fill-text-properties-at): New function.
17270 (fill-newline): Use fill-text-properties-at instead of
17271 text-properties-at.
17273 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17275 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
17276 not comint-quote-filename.
17278 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
17280 * help-fns.el (help-with-tutorial): Revert last change.
17282 2005-03-31 Kim F. Storm <storm@cua.dk>
17284 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17286 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
17288 * calendar/cal-china.el: Update reference to "Calendrical
17289 Calculations" book; there's a new edition.
17290 * calendar/cal-coptic.el: Likewise.
17291 * calendar/cal-french.el: Likewise.
17292 * calendar/cal-hebrew.el: Likewise.
17293 * calendar/cal-islam.el: Likewise.
17294 * calendar/cal-iso.el: Likewise.
17295 * calendar/cal-julian.el: Likewise.
17296 * calendar/cal-mayan.el: Likewise.
17297 * calendar/cal-persia.el: Likewise.
17298 * calendar/calendar.el: Likewise.
17299 * calendar/holidays.el: Likewise.
17300 * calendar/lunar.el: Likewise.
17301 * calendar/solar.el: Likewise.
17303 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17304 white space from doc string.
17306 2005-03-30 Jay Belanger <belanger@truman.edu>
17308 * calc/calc-help.el (calc-full-help): Remove email address.
17310 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
17312 * help-fns.el (help-with-tutorial): Delete title line.
17314 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17316 * calendar/cal-x.el (calendar-one-frame-setup)
17317 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
17318 rather than `symbol' for set-window-dedicated-p.
17320 * calendar/appt.el (appt-buffer-name): Make it a constant.
17321 (appt-add): Doc fix.
17323 * filesets.el (filesets-menu-path, filesets-menu-before)
17324 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
17325 (filesets-menu-cache-file): Use directory ~/.emacs.d.
17326 (filesets-add-submenu): Delete and use add-submenu instead.
17328 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
17330 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
17331 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17332 (org-diary-default-entry): New function.
17333 (org-get-entries-from-diary): Better parsing of diary entries.
17334 (org-agenda-check-no-diary): New function.
17335 ("diary-lib"): Advice to function `add-to-diary-list', to allow
17336 linking to diary entries.
17337 (org-agenda-execute-calendar-command): New function.
17338 (org-agenda): Improve visible section in window.
17339 Use `org-fit-agenda-window'.
17340 (org-fit-agenda-window): New option.
17341 (org-move-subtree-down): Better handling of empty lines
17343 (org-cycle): Numeric prefix is interpreted now as show-subtree N
17345 (org-fontify-done-headline): New option.
17346 (org-headline-done-face): New face.
17347 (org-set-font-lock-defaults): Use `org-headline-done-face'.
17348 (org-table-copy-down): Rename from `org-table-copy-from-above'.
17349 When current field is non-empty, it is copied to next row.
17350 (org-table-copy-from-above): Fix bug which made it
17351 impossible to copy fields containing only a single non-white character.
17353 2005-03-30 Kim F. Storm <storm@cua.dk>
17355 * kmacro.el (kmacro-end-macro): Isearch may store this command
17356 into the macro -- so ignore it when executing keyboard macro.
17358 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17360 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17362 2005-03-29 Kenichi Handa <handa@m17n.org>
17364 * language/thai.el ("Thai"): Set setup-function and exit-function
17365 for Thai language environment.
17367 * language/thai-util.el: Require thai-word.
17368 (thai-word-mode-map): New variable.
17369 (thai-word-mode): New minor mode.
17370 (setup-thai-language-environment-internal): New function.
17371 (exit-thai-language-environment-internal): New function.
17373 * language/thai-word.el (thai-word-table): Declare it by defvar,
17374 use dolist to initialize it.
17375 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17376 (thai-fill-find-break-point): New functions.
17378 2005-03-29 Richard M. Stallman <rms@gnu.org>
17380 * simple.el (idle-update-delay): Move definition up.
17381 (set-mark): Doc fix.
17383 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
17385 * longlines.el: New file.
17387 * simple.el (buffer-substring-filters): New variable.
17388 (filter-buffer-substring): New function.
17389 (kill-region, copy-region-as-kill): Use it.
17391 * register.el (copy-to-register, append-to-register)
17392 (prepend-to-register): Use filter-buffer-substring.
17394 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17396 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
17397 (gud-filter-pending-text): Move in front of gdb.
17398 (gud-overlay-arrow-position): New variable.
17399 (gud-sentinel, gud-display-line): Use it in place of
17400 overlay-arrow-position.
17402 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17404 * progmodes/fortran.el (fortran-if-indent): Doc fix.
17405 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17406 (fortran-font-lock-keywords-4): New variable.
17407 (fortran-blocks-re, fortran-end-block-re)
17408 (fortran-start-block-re): New constants, for hideshow.
17409 (hs-special-modes-alist): Add a Fortran entry.
17410 (fortran-mode-map): Bind fortran-end-of-block,
17411 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
17412 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
17413 (fortran-looking-at-if-then, fortran-end-of-block)
17414 (fortran-beginning-of-block): New functions, for hideshow.
17416 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17417 Doc fix. Tweak regexp.
17418 (f90-beginning-of-block): Push mark first.
17420 2005-03-29 Jay Belanger <belanger@truman.edu>
17422 * calc/calc.el: Update copyright date.
17423 (calc-version): Increase to 2.1.
17424 (calc-version-date): Remove.
17426 * calc/calc-help.el: Update copyright date.
17427 (calc-full-help): Remove reference to calc-version-date.
17428 Update copyright date.
17430 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17432 * vc.el (vc-do-command): Use a pipe for async processes, so password
17433 prompts don't show up at places where the user can't reply.
17435 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17437 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17438 on the file name we pass to the inferior shell.
17440 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17442 * progmodes/which-func.el (which-function): Be robust in the face of an
17443 imenu--make-index-alist failure.
17445 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17447 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17449 * progmodes/python.el (python-preoutput-filter): Fix last change.
17451 2005-03-29 Lute Kamstra <lute@gnu.org>
17453 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17454 functions and compiled macros.
17455 (debug-convert-byte-code): Handle macros too.
17456 (debug-on-entry-1): Don't signal an error when trying to clear a
17457 function that is not set to debug on entry.
17459 2005-03-29 Jay Belanger <belanger@truman.edu>
17461 * calc/calc-lang.el: Add functions to math-function-table
17462 properties of tex and math.
17464 2005-03-29 Kenichi Handa <handa@m17n.org>
17466 * ps-mule.el (ps-mule-plot-string): Translate characters by
17467 ps-print-translation-table.
17468 (ps-mule-begin-job): Call find-charset-region/string with
17469 ps-print-translation-table.
17470 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
17472 * ps-print.el (ps-print-translation-table): New variable.
17473 (ps-plot-region): Translate characters by ps-print-translation-table.
17475 2005-03-29 Juri Linkov <juri@jurta.org>
17477 * simple.el (next-error-highlight-timer): New variable.
17479 * progmodes/compile.el (compilation-goto-locus):
17480 Use `next-error-highlight-timer' instead of `sit-for'.
17482 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17484 * mail/supercite.el (sc-mail-field): Use assoc-string.
17485 (sc-get-address): Simplify regexps.
17487 * files.el (minibuffer-with-setup-hook): New macro.
17488 (find-file-read-args): Use it to avoid let-binding
17489 minibuffer-with-setup-hook (which breaks turning on/off
17490 file-name-shadow-mode while in the prompt).
17492 * complete.el (PC-read-include-file-name-internal):
17493 Use test-completion.
17495 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
17497 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17499 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17501 * window.el (window-buffer-height): Use count-screen-lines.
17503 * progmodes/python.el (python-preoutput-leftover): New var.
17504 (python-preoutput-filter): Use it.
17505 (python-send-receive): Loop until all the result has been received.
17507 2005-03-28 Juri Linkov <juri@jurta.org>
17509 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
17511 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
17512 "Recover Crashed Session".
17513 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
17514 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
17515 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
17516 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
17517 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
17518 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
17519 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
17520 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
17522 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
17523 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
17524 Ediff Sessions", "Toggle use of separate control buffer frame",
17525 "Use separate frame for Ediff control buffer".
17527 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
17528 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
17529 "Rename Bookmark", "Delete Bookmark".
17531 * info.el (Info-mode-menu): Remove ellipsis from "Index".
17532 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17533 Add `:active Info-index-alternatives' to "Next Matching Item".
17535 * wdired.el (wdired-change-to-wdired-mode):
17536 Mention `wdired-abort-changes' key in the initial message.
17538 * international/mule.el (auto-coding-alist): Associate non-ascii
17539 image filename extensions with `no-conversion'.
17541 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17543 * international/iso-acc.el:
17544 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
17546 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
17548 * textmodes/sgml-mode.el (html-mode): Doc update.
17550 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
17552 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
17554 * term.el (term-move-columns): Fix face after extending a line.
17555 (term-insert-spaces): Likewise.
17556 (term-reset-terminal): Fix off by one error.
17558 2005-03-26 Eli Zaretskii <eliz@gnu.org>
17560 * international/mule.el (auto-coding-alist): Add .xpi files.
17562 * files.el (auto-mode-alist): Add .xpi files.
17564 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
17566 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
17568 2005-03-26 Eli Zaretskii <eliz@gnu.org>
17570 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
17572 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17574 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
17575 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
17577 * calendar/cal-move.el (calendar-beginning-of-year): Move the
17578 cursor to Jan 1 when needed.
17579 (calendar-end-of-year): Fix -/+ typo.
17580 Reported by Chong Yidong <cyd@stupidchicken.com>.
17582 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17584 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
17586 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
17587 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
17589 2005-03-25 Richard M. Stallman <rms@gnu.org>
17591 * filesets.el (filesets-init): Add autoload.
17593 * mail/mailalias.el (mail-directory): Doc fix.
17595 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17597 * mail/mailalias.el (mail-directory-process): Do nothing if
17598 mail-directory-process is an atom.
17599 (mail-get-names): Ignore mail-directory-names if it is an atom.
17600 (mail-directory-process defvar): Doc fix.
17601 (mail-names): Doc fix.
17603 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
17605 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
17607 2005-03-26 Kenichi Handa <handa@m17n.org>
17609 * international/mule-util.el (detect-coding-with-priority):
17610 Call update-coding-systems-internal before detect-coding-region.
17612 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
17614 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
17615 (gdb-frames-mode-map): Add follow-link property.
17617 2005-03-25 Jay Belanger <belanger@truman.edu>
17619 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
17622 2005-03-25 Juri Linkov <juri@jurta.org>
17624 * image-mode.el: Optimize image filename extension regexps in
17625 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
17626 in `auto-mode-alist'.
17627 (image-mode): Add `image-toggle-display-text' to local hook
17628 `change-major-mode-hook'. Display the image as an image by
17629 default. Set `cursor-type' and `truncate-lines' if the image
17630 is already displayed. Take into account the current mode (image
17631 or text) in message.
17632 (image-minor-mode): New minor mode.
17633 (image-mode-maybe, image-toggle-display-text): New functions.
17634 (image-toggle-display): Use called-interactively-p.
17635 Let-bind `inhibit-read-only' to t.
17637 * image-mode.el (image-minor-mode): Set `cursor-type' and
17638 `truncate-lines' if the image is already displayed. Add turning
17639 image-minor-mode off to `change-major-mode-hook'. Add message.
17640 Call `image-toggle-display-text' after turning image-minor-mode off.
17642 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17644 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
17645 Terminal.app, use utf-8.
17646 (set-display-table-and-terminal-coding-system): Add coding-system arg.
17647 (set-locale-environment): Use it.
17649 * term/xterm.el: Undo last change, better done in mule-cmds.el.
17651 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
17653 * progmodes/python.el (python-close-block-statement-p)
17654 (python-outdent-p, python-current-defun): Use symbol-end.
17656 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17658 * files.el (save-some-buffers): Doc fix.
17660 2005-03-25 Werner Lemberg <wl@gnu.org>
17662 * complete.el, thumbs.el: Replace `legal' with `valid'.
17663 * calendar/calendar.el: Replace `legal' with `valid'.
17664 * emacs-lisp/advice.el: Replace `legal' with `valid'.
17665 * mail/supercite.el: Replace `legal' with `valid'.
17666 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
17667 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
17668 Replace `legal' with `valid'.
17669 * textmodes/reftex-vars.el, textmodes/reftex.el:
17670 Replace `legal' with `valid'.
17672 2005-03-25 Werner Lemberg <wl@gnu.org>
17674 * calc/calc-forms.el, calc/calc-sel.el
17675 * midnight.el, vc-cvs.el
17676 * emacs-lisp/cl-macs.el
17678 * eshell/esh-io.el, eshell/esh-var.el
17679 * mail/supercite.el
17680 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
17681 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
17682 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
17683 * progmodes/sh-script.el, progmodes/xscheme.el
17684 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
17685 * textmodes/reftex-index.el, textmodes/reftex-parse.el
17686 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
17687 * textmodes/reftex.el, textmodes/org.el:
17688 Replace `illegal' with `invalid'.
17690 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17692 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
17693 (flymake-find-buildfile, flymake-find-possible-master-files)
17694 (flymake-check-include, flymake-parse-line): Replace loops over the
17695 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
17697 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
17698 Substitute file-name-as-directory in the rest of the file.
17699 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
17700 (flymake-replace-region): Remove unused arg `buffer'.
17701 (flymake-check-patch-master-file-buffer): Update calls to it.
17702 (flymake-add-err-info): Remove unused var `count'.
17703 (flymake-mode): Use define-minor-mode.
17705 * progmodes/flymake.el: Use with-current-buffer.
17706 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
17707 flymake-replace-regexp-in-string, flymake-line-beginning-position)
17708 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
17709 Avoid testing for `xemacs'.
17710 (flymake-nop): Move.
17711 (flymake-region-has-flymake-overlays): Return the computed value.
17712 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
17713 Remove unused var `endline'.
17714 (flymake-get-line-count): Remove unused function.
17715 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
17719 * hilit-chg.el (global-highlight-changes):
17720 * hi-lock.el (hi-lock-mode):
17721 * follow.el: find-file-hooks -> find-file-hook.
17723 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
17725 2005-03-24 Juri Linkov <juri@jurta.org>
17727 * dired.el (dired-mode-map): Add menu item "Compare directories"
17728 for dired-compare-directories.
17730 * dired-aux.el (dired-compare-directories): Add autoload cookie.
17731 Doc fix. Replace `read-file-name' with `read-directory-name'.
17733 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17735 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
17737 2005-03-24 Jay Belanger <belanger@truman.edu>
17739 * calc/calc-embed.el (calc-embedded-mode-change): Save all
17740 relevant mode settings in calc-embedded-original-modes when modes
17741 are permanently changed.
17743 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17745 * autoinsert.el: find-file-hooks -> find-file-hook.
17747 2005-03-24 Lute Kamstra <lute@gnu.org>
17749 * generic.el (generic-font-lock-defaults): Make it obsolete.
17750 (generic-font-lock-keywords): New variable to replace
17751 generic-font-lock-defaults.
17752 (generic-mode-set-font-lock): Delete it.
17753 (generic-mode-internal): Don't call generic-mode-set-font-lock.
17754 (generic-bracket-support): Add docstring.
17756 * generic-x.el: Rename generic-font-lock-defaults to
17757 generic-font-lock-keywords throughout.
17758 (mailagent-rules-setup-function): Delete it.
17759 (mailagent-rules-generic-mode): Use anonymous function instead.
17760 (show-tabs-generic-mode-font-lock-defaults-1)
17761 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
17763 (show-tabs-tab-face, show-tabs-space-face): Specify background,
17766 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17767 Recognize define-generic-mode.
17769 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17771 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
17772 if there's no completion table.
17774 2005-03-23 Miles Bader <miles@gnu.org>
17776 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17777 Remove tty-specific variants, as they're no longer needed.
17779 2005-03-23 Lute Kamstra <lute@gnu.org>
17781 * generic-x.el: Code cleanup: make args constant whenever possible.
17782 (installshield-statement-keyword-list)
17783 (installshield-system-functions-list)
17784 (installshield-system-variables-list, installshield-types-list)
17785 (installshield-funarg-constants-list): Make them constants.
17787 * generic.el (generic-make-keywords-list): Add autoload cookie.
17789 * calendar/time-date.el: Add comment on time value formats.
17790 Don't require parse-time.
17791 (with-decoded-time-value): New macro.
17792 (encode-time-value): New function.
17793 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17794 (days-to-time): Return a valid time value when arg is huge.
17795 (time-since): Use time-subtract.
17796 (time-to-number-of-days): Use time-to-seconds.
17798 2005-03-23 David Ponce <david@dponce.com>
17800 * recentf.el (recentf-keep): New option.
17801 (recentf-menu-action): Default to `find-file'.
17802 (recentf-keep-non-readable-files-flag)
17803 (recentf-keep-non-readable-files-p)
17804 (recentf-file-readable-p, recentf-find-file)
17805 (recentf-cleanup-remote): Remove.
17806 (recentf-include-p): More robust.
17807 (recentf-keep-p): New function.
17808 (recentf-remove-if-non-kept): Rename from
17809 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
17810 All callers updated.
17811 (recentf-menu-items-for-commands): Fix help string.
17812 (recentf-track-closed-file): Update. Doc fix.
17813 (recentf-cleanup): Update. Count removed files. Doc fix.
17815 2005-03-23 Kim F. Storm <storm@cua.dk>
17817 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17818 Don't inherit from fringe face (now happens automatically).
17820 2005-03-22 Kim F. Storm <storm@cua.dk>
17822 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
17825 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17827 * menu-bar.el (showhide-date-time): Remove.
17828 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
17829 (menu-bar-make-mm-toggle): Simplify.
17831 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17833 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
17834 Accept qualified variable and function names.
17836 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
17838 * bindings.el (completion-ignored-extensions):
17839 Remove ".lis" for `vax-vms'.
17841 2005-03-22 Andreas Schwab <schwab@suse.de>
17843 * generic-x.el: Revert last change.
17844 * ldefs-boot.el: Update.
17846 2005-03-22 Jay Belanger <belanger@truman.edu>
17848 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
17849 (calc-embedded-save-original-modes)
17850 (calc-embedded-restore-original-modes): New functions.
17851 (calc-do-embedded): Save original modes when entering embedded mode
17852 and restore when leaving embedded mode.
17853 (calc-embedded-modes-change): Change the value of
17854 calc-embedded-original-modes to reflect permanent changes.
17856 2005-03-22 Lute Kamstra <lute@gnu.org>
17858 * generic-x.el: Require generic again.
17860 2005-03-22 Miles Bader <miles@gnu.org>
17862 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17863 Tweak details to look good on both ttys and bitmap displays, light
17864 or dark background, etc.
17866 2005-03-21 Kim F. Storm <storm@cua.dk>
17868 * tooltip.el (tooltip-show-help-function): Check car and cdr of
17871 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17873 * icomplete.el: Don't forcibly turn on the mode upon load.
17874 (icomplete-mode): Use define-minor-mode.
17875 (icomplete-eoinput): Default to nil.
17876 (icomplete-minibuffer-setup): Remove autoload.
17877 (icomplete-tidy): Simplify.
17878 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17879 in the initial state or if the user has modified the field.
17880 Fix handling of icomplete-max-delay-chars.
17881 Remove code that handles the oddball case where
17882 minibuffer-completion-table is an integer.
17883 Wrap icomplete-completions in while-no-input in case building
17884 completions takes more time than expected.
17885 (icomplete-completions): Simplify.
17887 2005-03-21 Richard M. Stallman <rms@gnu.org>
17889 * jka-compr.el (jka-compr-really-do-compress):
17890 Make variable buffer-local.
17892 * image-mode.el: Handle .xpm files too.
17893 (image-toggle-display): Preserve modification flag.
17895 * help.el (where-is): Don't mention aliases with no key bindings.
17897 2005-03-21 Lute Kamstra <lute@gnu.org>
17899 * generic.el: Fix commentary section. Don't require cl for
17901 (generic-mode-list): Add autoload cookie.
17902 (generic-use-find-file-hook, generic-lines-to-scan)
17903 (generic-find-file-regexp, generic-ignore-files-regexp)
17904 (generic-mode, generic-mode-find-file-hook)
17905 (generic-mode-ini-file-find-file-hook): Fix docstrings.
17906 (define-generic-mode): Make it a defmacro. Fix docstring.
17907 (generic-mode-internal): Code cleanup. Add autoload cookie.
17908 (generic-mode-set-comments): Code cleanup.
17909 * generic-x.el: Don't prevent compilation. Don't require generic.
17910 Follow coding conventions. Minor code cleanup.
17911 (etc-fstab-generic-mode): Add some keywords.
17912 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17913 define-generic-mode like a function declaration.
17915 2005-03-21 Jay Belanger <belanger@truman.edu>
17917 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17920 2005-03-21 Sam Steingold <sds@gnu.org>
17922 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17924 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
17926 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17927 Add underscore to "f$ lexicals" regexp.
17929 2005-03-20 Juri Linkov <juri@jurta.org>
17931 * subr.el (progress-reporter-do-update): When `min-value' is equal
17932 to `max-value', set `percentage' to 0 and prevent division by zero.
17934 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
17936 Sync with Tramp 2.0.48.
17938 * net/tramp.el (all): Change all addresses to .gnu.org.
17939 (tramp-append-tramp-buffers): New defun.
17940 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17941 Catch `dont-send' signal.
17942 (tramp-set-auto-save-file-modes): Set always permissions, because
17943 there might be an old auto-saved file belonging to another
17944 original file. This could be a security threat. Reported by
17945 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17946 Check for Emacs 21.3.50 removed.
17948 * net/tramp-smb.el (all): Remove debug construct for
17949 `with-parsed-tramp-file-name'.
17950 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
17951 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17952 No error message if DIRECTORY or FILENAME doesn't exist.
17953 (tramp-smb-open-connection): Check existence of
17954 `tramp-smb-program'.
17956 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17958 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17959 Properly handle the case where the `m' or `s' command's argument is not
17961 (perl-indent-new-calculate): New function.
17962 (perl-indent-line): Use it.
17964 2005-03-20 Miles Bader <miles@gnu.org>
17966 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17967 in text-mode too. Change to new face names.
17968 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
17969 Add `:weight bold' attribute.
17970 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
17972 2005-03-19 Juri Linkov <juri@jurta.org>
17974 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
17976 * international/mule.el (auto-coding-alist): Sync with
17977 `auto-mode-alist' by adding upper case archive file extensions
17978 and adding ear/war to jar extension.
17980 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
17982 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17983 running, restart it.
17985 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
17987 * finder.el (finder-current-item): Throw an error on an empty line.
17989 * man.el (Man-follow-manual-reference): If current-word returns
17992 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
17994 * simple.el (goto-line): Doc fix.
17996 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
17998 * files.el (save-buffer): Doc fix.
18000 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18002 * recentf.el (recentf-cleanup-remote): New variable.
18003 (recentf-cleanup): Use it to conditionally check availability of
18006 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
18008 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18011 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18013 * language/thai-word.el: New file.
18015 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18017 * files.el (backup-buffer): If the file's directory is not
18018 writable, use copy instead of move to backup the file.
18020 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18022 * obsolete/keyswap.el: Moved to obsolete/ from term/.
18024 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18026 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18027 Use functionp instead of symbolp and fboundp. Reported by Drkm
18028 <darkman_spam@yahoo.fr>.
18029 (ps-print-version): New version 6.6.6.
18031 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
18033 * textmodes/table.el (table--line-column-position): New idiom.
18034 (table--row-column-insertion-point-p): New function to test
18035 validity of row and column insertion operation at a location.
18036 (table-global-menu, table-cell-menu): Use above functions for
18037 deterministic test operation.
18038 (table--editable-cell-p): Behave in deterministic fashion.
18040 2005-03-18 Juri Linkov <juri@jurta.org>
18042 * isearch.el (isearch-lazy-highlight-new-loop):
18043 Make arguments beg and end optional.
18044 (isearch-update): Remove optional arguments nil from
18045 isearch-lazy-highlight-new-loop.
18046 (isearch-lazy-highlight-search): Let-bind case-fold-search to
18047 isearch-lazy-highlight-case-fold-search instead of
18048 isearch-case-fold-search, and let-bind isearch-regexp to
18049 isearch-lazy-highlight-regexp.
18050 Use isearch-lazy-highlight-last-string instead of isearch-string.
18052 * replace.el (perform-replace): Remove bindings of global
18053 variables isearch-string, isearch-regexp, isearch-case-fold-search.
18054 Add three new arguments to `replace-highlight'.
18055 (replace-highlight): Add arguments string, regexp, case-fold.
18056 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18057 to allow isearch-lazy-highlight-new-loop to use these values
18058 to set corresponding isearch-lazy-highlight-* internal
18059 variables whose values lazy highlighting will use regardless of
18060 changes to global variables isearch-string, isearch-regexp,
18061 isearch-case-fold-search during lazy highlighting loop.
18062 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
18063 to `lazy-highlight-cleanup'.
18065 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
18066 (ispell-highlight-face): Set default face to `isearch' when
18067 lazy highlighting is enabled.
18068 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
18069 priority to 1. Add lazy highlighting.
18070 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
18071 from `isearch-dehighlight'.
18073 2005-03-18 David Ponce <david@dponce.com>
18075 * files.el (hack-local-variables): Do a case-insensitive search
18078 2005-03-18 Juri Linkov <juri@jurta.org>
18080 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
18081 `isearch-lazy-highlight-cleanup', add alias to old name and
18082 declare obsolete. Add release numbers to other obsolete vars.
18083 (isearch-done, isearch-lazy-highlight-new-loop):
18084 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
18085 (lazy-highlight-cleanup) <variable>: Doc fix.
18086 (isearch-lazy-highlight-update): Rename obsolete
18087 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
18089 2005-03-18 Kenichi Handa <handa@m17n.org>
18091 * language/thai-util.el: Fix categorization of Thai characters in
18092 thai-category-table.
18093 (thai-composition-pattern): Adjust it for the above change.
18094 (thai-self-insert-command, thai-compose-syllable): New functions.
18095 (thai-compose-region): Use thai-compose-syllable.
18096 (thai-compose-string): Likewise.
18097 (thai-composition-function): Likewise.
18098 (thai-auto-composition): New function.
18099 (thai-auto-composition-mode): New minor mode.
18101 * language/thai.el: Fix patterns to be registered in
18102 composition-function-table.
18104 * international/quail.el (quail-input-method): Locally bind
18105 inhibit-modification-hooks to t.
18107 2005-03-17 Richard M. Stallman <rms@gnu.org>
18109 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
18110 (perl-mode): Use run-mode-hooks.
18112 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
18113 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
18114 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
18116 * mail/sendmail.el (sendmail-send-it): Reenable the code
18117 to compute resend-to-address and use it.
18119 * tar-mode.el (tar-mode): Turn off undo unconditionally.
18121 * image-mode.el: New file.
18123 * image.el (insert-sliced-image): Add autoload cookie.
18125 * font-lock.el (font-lock-lines-before): New user option.
18126 (font-lock-after-change-function): Obey it.
18128 * bindings.el (esc-map): Make M-g a prefix.
18129 Bind M-g g and M-g M-g to goto-line.
18131 * faces.el (face-id): Doc fix.
18133 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18135 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
18136 (rmail-show-message): Use rmail-unknown-mail-followup-to.
18137 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
18139 * mail/sendmail.el (mail-yank-ignored-headers)
18140 (mail-font-lock-keywords, mail-mode-fill-paragraph):
18141 Add Mail-Followup-To and Mail-Reply-To headers.
18142 (mail-citation-hook): Add autoload cookie.
18143 (mail-mode): Doc fix.
18144 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
18145 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
18146 (mail-mode-fill-paragraph): Handle those headers.
18147 (mail-mailing-lists): New variable.
18148 (mail-mail-reply-to, mail-mail-followup-to): New functions.
18150 2005-03-17 Juri Linkov <juri@jurta.org>
18152 * isearch.el (isearch-fallback): Check for `(car previous)'
18153 before calling `isearch-other-end-state'.
18155 2005-03-17 Kim F. Storm <storm@cua.dk>
18157 * simple.el (move-beginning-of-line): Move to beginning of buffer
18158 line, as well as beginning of screen line.
18160 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
18162 * calendar/diary-lib.el (mark-diary-entries): Use new optional
18163 argument REDRAW rather than calendar-redrawing variable.
18164 * calendar/calendar.el (calendar-redrawing): Delete.
18165 (redraw-calendar): Do not bind calendar-redrawing.
18167 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
18169 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
18172 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18174 * help.el (describe-mode): Allow a :minor-mode-function property to
18175 specify a different minor mode toggle function than the variable.
18176 * simple.el (auto-fill-function):
18177 * subr.el (add-minor-mode): Use it.
18179 2005-03-16 Kenichi Handa <handa@m17n.org>
18181 * language/ethio-util.el (sera-being-called-by-w3): New variable.
18182 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
18183 (ethio-fidel-to-sera-buffer): Likewise.
18185 2005-03-16 Juri Linkov <juri@jurta.org>
18187 * emacs-lisp/find-func.el (find-function-regexp):
18188 Add defun-emitting macro `menu-bar-make-toggle'.
18190 * isearch.el: Put `isearch-scroll' property to
18191 `split-window-horizontally'.
18193 * info.el: Update error messages for `debug-ignored-errors'.
18194 (Info-isearch-search): Doc fix.
18195 (Info-find-node): Move up code to go into info buffer before
18196 recording the node to the history.
18197 (Info-fontify-node): Fontify titles only if the next line
18198 has two or more `*', `=', `-', `.'.
18199 Display "go to this node" for empty (match-string 3).
18201 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18203 * term/mac-win.el: Add mouse pointer shape constants.
18205 2005-03-15 Kim F. Storm <storm@cua.dk>
18207 * simple.el (move-beginning-of-line): Use vertical-motion.
18209 2005-03-15 Juri Linkov <juri@jurta.org>
18211 * isearch.el (isearch-error): New variable.
18212 (isearch-invalid-regexp, isearch-within-brackets): Remove.
18213 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
18214 (isearch-within-brackets-state): Remove.
18215 (isearch-case-fold-search-state, isearch-pop-fun-state):
18216 Decrease frame index.
18217 (isearch-mode, isearch-top-state, isearch-push-state)
18218 (isearch-edit-string, isearch-abort, isearch-search-and-update)
18219 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
18220 (isearch-search, isearch-lazy-highlight-new-loop):
18221 Replace `isearch-invalid-regexp' with `isearch-error'.
18222 Remove `isearch-within-brackets'.
18223 (isearch-search): Add `search-failed' handler to `condition-case'.
18224 (isearch-lazy-highlight-search): Add `condition-case' to catch
18225 errors and allow `isearch-lazy-highlight-update' to try
18226 highlighting from the beginning of the window.
18227 (isearch-repeat): Move up code to set isearch-wrapped to t
18228 before calling isearch-wrap-function.
18230 * info.el (Info-isearch-initial-node): New internal variable.
18231 (Info-search): Signal an error in isearch mode when search leaves
18232 the initial node. Signal an error when `bound' is non-nil and
18233 nothing was found in the current subfile.
18234 (Info-isearch-search): Remove `condition-case'.
18235 (Info-isearch-wrap): Don't wrap when search failed during leaving
18236 the initial node. If `Info-isearch-search' is nil, wrap around
18238 (Info-isearch-start): New fun.
18239 (Info-mode): Add buffer-local hook `Info-isearch-start' to
18240 `isearch-mode-hook'.
18242 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18244 * simple.el (normal-erase-is-backspace): Set default to t if
18247 * term/mac-win.el (function-key-map): Sync with x-win.el.
18249 2005-03-15 Kenichi Handa <handa@m17n.org>
18251 * international/mule-cmds.el (locale-language-names): Modify the
18252 format of elements and add more entries.
18253 (locale-preferred-coding-systems): Add more entries.
18254 (set-locale-environment): Adjust for the change of
18255 locale-language-names.
18257 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18259 * pcvs.el (smerge-ediff): Remove bogus autoload.
18261 2005-03-14 Lute Kamstra <lute@gnu.org>
18263 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
18264 Ignore a `*' at the beginning of a line.
18266 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
18267 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
18269 (dont-compile, eval-when-compile, eval-and-compile): Use declare
18270 to specify indentation.
18272 * generic.el (define-generic-mode): Let generic-mode-list be a
18273 list of strings; test membership with equal.
18275 2005-03-14 Kim F. Storm <storm@cua.dk>
18277 * simple.el (next-line, previous-line): Add optional try-vscroll
18278 arg to recognize interactive use. Pass it on to line-move.
18279 (line-move): Don't perform auto-window-vscroll when defining or
18280 executing keyboard macro to ensure consistent behavior.
18282 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18284 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18286 2005-03-13 Lute Kamstra <lute@gnu.org>
18288 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18289 debugger-setup-buffer so that backtrace marks the frames set to
18290 debug-on-exit and we don't have to do it manually. Set an extra
18291 debug-on-exit for macro's.
18292 (debugger-setup-buffer): Don't mark the top frame manually.
18294 2005-03-12 Lute Kamstra <lute@gnu.org>
18296 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18297 lisp-indent-function throughout.
18298 (with-no-warnings): Set lisp-indent-function property.
18300 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
18302 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18303 Add entry for backslash.
18305 2005-03-12 Juri Linkov <juri@jurta.org>
18307 * info.el (Info-search): Four fixes for backward search.
18309 2005-03-11 Jay Belanger <belanger@truman.edu>
18311 * calc/calc.el (calc-language-alist): New variable.
18312 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18313 (calc-embedded-find-modes): Use calc-language-alist instead of
18314 calc-embedded-language-alist.
18316 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18318 * calendar/calendar.el (calendar-redrawing): New internal
18320 (redraw-calendar): Remove bogus save-excursion from previous
18321 change. Bind calendar-redrawing to t for mark-diary-entries.
18322 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18323 calendar if that is why we were called.
18325 2005-03-11 Kenichi Handa <handa@m17n.org>
18327 * international/mule.el (make-coding-system): Set property
18328 coding-system-define-form to nil.
18329 (define-coding-system-alias): Likewise.
18331 2005-03-11 Kenichi Handa <handa@m17n.org>
18333 These changes are suggested by Dave Love <fx@gnu.org>.
18335 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18337 (adaptive-fill-regexp): Add more bullets.
18338 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18341 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18343 * help.el (describe-mode): Properly handle non-trivial lighters.
18344 Don't ignore minor modes that are not listed in minor-mode-list.
18346 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18347 feature ON when the user requests to turn it OFF.
18349 2005-03-10 Lute Kamstra <lute@gnu.org>
18351 * emacs-lisp/debug.el (debug-entry-code): Delete it.
18352 (implement-debug-on-entry): New function to replace debug-entry-code.
18353 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
18354 second argument as the 2005-03-07 change makes it obsolete.
18355 (debug-on-entry, cancel-debug-on-entry): Update call to
18357 (debug, debugger-setup-buffer): Comment update.
18358 (debugger-frame-number): Update to work with implement-debug-on-entry.
18360 2005-03-10 Jay Belanger <belanger@truman.edu>
18362 * calc/calc-embed.el (math-ms-args): Declare it.
18363 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18365 (calc-embedded-subst): Use math-multi-subst-rec to substitute
18368 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
18370 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18373 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18374 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18375 (tooltip-gud-tips): Simplify.
18376 (tooltip-gud-tips-p): Remove superfluous :set.
18377 (tooltip-gud-modes): Add fortran-mode.
18378 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18380 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
18382 2005-03-09 Kim F. Storm <storm@cua.dk>
18384 * play/animate.el (animate-place-char): Use forward-line instead
18385 of next-line to improve performance.
18387 2005-03-09 Simon Josefsson <jas@extundo.com>
18389 * net/browse-url.el (browse-url-default-browser): Doc fix.
18391 2005-03-09 Miles Bader <miles@gnu.org>
18393 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18394 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18396 2005-03-09 Kenichi Handa <handa@m17n.org>
18398 * international/latin-1.el: Set case and syntax for 255 only if
18399 set-case-syntax-set-multibyte is nil.
18401 * textmodes/ispell.el (ispell-insert-word): New function.
18402 (ispell-word): Use ispell-insert-word to insert a new word.
18403 (ispell-process-line): Likewise.
18404 (ispell-complete-word): Likewise.
18406 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
18408 * calendar/calendar.el (redraw-calendar): Preserve point.
18409 Reported by Matt Hodges <MPHodges@member.fsf.org>.
18410 (calendar-week-start-day): Move after definition of
18411 redraw-calendar. Delete buffer test, since redraw-calendar has
18414 * calendar/diary-lib.el (mark-diary-entries): Only call
18415 redraw-calendar in the first of any recursive calls.
18416 Reported by Alan Shutko <ats@acm.org>.
18418 2005-03-08 Juri Linkov <juri@jurta.org>
18420 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18421 (html-horizontal-rule, html-line, html-image, html-checkboxes)
18422 (html-radio-buttons): Add a space before the trailing `/>' where
18423 sgml-xml-mode is non-nil.
18424 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18425 the subsequent tag of the empty XML tag.
18426 (html-href-anchor): Don't set initial input to "http:".
18427 (html-image): Ask for the image URL and set point inside alt="".
18428 (html-name-anchor): Duplicate the name in the `id' attribute when
18429 sgml-xml-mode is non-nil.
18430 (html-paragraph): Remove \n before <p>.
18431 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18432 instead of `checked' when sgml-xml-mode is non-nil.
18434 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18435 Remove 1 space before #RRGGBB to not truncate it on terminal
18436 windows w/o fringes. Remove 1 space between bg and fg examples
18438 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18439 avoid byte-compile warnings.
18441 * image-file.el (image-file-handler): Put `safe-magic' property to
18442 `image-file-handler'.
18444 * info.el (Info-isearch-search): Emulate word search in
18445 isearching through multiple Info nodes with Info-search.
18446 (Info-isearch-wrap): Allow isearch-word.
18448 2005-03-08 Lute Kamstra <lute@gnu.org>
18450 * emacs-lisp/debug.el (debugger-step-through): Make sure that
18451 stepping into the debugger's code is not possible.
18452 (debugger-jumping-flag): Docstring update.
18454 2005-03-08 Jay Belanger <belanger@truman.edu>
18456 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18457 embedded mode begins.
18458 (calc-embedded-language-alist): New variable.
18459 (calc-embedded-find-modes): Use calc-embedded-language-alist to
18460 set default language mode.
18462 2005-03-08 Kenichi Handa <handa@m17n.org>
18464 * international/ccl.el (define-ccl-program): Fix docstring about
18465 extra 256 bytes assured for the output buffer.
18467 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18468 Fix BUFFER_MAGNIFICATION to 2.
18469 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18471 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
18473 * align.el (align-rules-list): Added an alignment rule for CSS
18474 declarations (applies to css-mode and html-mode buffers).
18476 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18478 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18480 2005-03-07 Kim F. Storm <storm@cua.dk>
18482 * simple.el (move-beginning-of-line): New command.
18484 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18486 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18488 * emulation/cua-base.el: Put CUA move property on move-end-of-line
18489 and move-beginning-of-line.
18491 * apropos.el (apropos-print): Omit command from M-x ... RET.
18493 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
18495 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18496 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18498 2005-03-06 Richard M. Stallman <rms@gnu.org>
18500 * bindings.el (esc-map): Bind M-g to goto-line.
18502 * facemenu.el (global-map): Bind M-o, not M-g.
18504 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18506 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
18507 "Open Directory" as for "Open File".
18509 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
18511 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
18512 (push-mark-command): Run activate-mark-hook.
18514 2005-03-06 Richard M. Stallman <rms@gnu.org>
18516 * help-mode.el (help-mode-finish): Don't alter the element
18517 in view-return-to-alist if there already is one.
18519 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
18520 make sure the current buffer is the expected one.
18522 * novice.el (disabled-command-function): Output in *Disabled Command*.
18523 Explicitly ignore non-keyboard events, and explicitly handle C-g.
18525 * textmodes/flyspell.el (flyspell-large-region):
18526 Pass args differently for aspell.
18528 * files.el (mode-require-final-newline): Doc fix.
18530 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18532 * progmodes/which-func.el (which-function):
18533 Specify NOERROR when calling imenu--make-index-alist.
18535 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18537 * simple.el (normal-erase-is-backspace): Define default value.
18539 * custom.el (custom-theme-set-variables): Remove unused var
18541 (custom-reevaluate-setting): Simple function to handle variables
18542 that are defined before their default value can really be
18545 * startup.el (command-line): Use it for temporary-file-directory,
18546 small-emporary-file-directory, auto-save-file-name-transforms,
18547 blink-cursor-mode, and normal-erase-is-backspace.
18549 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
18550 progress, even with buggy anchored keywords.
18552 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
18554 * simple.el (goto-line): Remove unbalanced final parenthesis.
18556 2005-03-05 Richard M. Stallman <rms@gnu.org>
18558 * simple.el (goto-line): Use a number at point as the default.
18559 With C-u as arg, switch buffers.
18561 2005-03-05 Juri Linkov <juri@jurta.org>
18563 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
18564 with `no-blinking-cursor'.
18566 * startup.el (no-blinking-cursor): New defvar.
18567 (command-line): Add `--no-blinking-cursor' to longopts.
18568 Set `no-blinking-cursor' to t for command line arguments
18569 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
18570 with `no-blinking-cursor' in the condition for calling
18571 `blink-cursor-mode'.
18573 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
18575 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
18576 (menu-bar-options-save): Add blink-cursor-mode.
18577 (menu-bar-options-menu): Add blink-cursor-mode.
18579 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
18581 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
18582 (icalendar-export-file, icalendar-export-region)
18583 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
18584 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
18586 2005-03-04 Lute Kamstra <lute@gnu.org>
18588 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
18589 (debug-function-list): Ditto.
18591 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
18593 * textmodes/texinfmt.el (texinfo-append-refill):
18594 Redefine the types of line to which @refill
18595 is not appended by replacing a search for `@refill\\|@bye' with
18596 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
18597 itemize@refill' bug and the unfilled long lines bug.
18598 (texinfmt-version): Update number and date.
18600 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
18602 * international/code-pages.el (windows-1250, windows-125[2-8])
18603 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
18605 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18607 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
18610 2005-03-02 Romain Francoise <romain@orebokech.com>
18612 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
18613 buffer after removing limits.
18614 (ibuffer-pop-filter): Ditto.
18617 2005-03-02 Miles Bader <miles@gnu.org>
18619 * button.el (make-text-button): If the user doesn't specify a
18620 type, use the default. Rewrite to use `add-text-properties' and
18623 2005-03-01 Lute Kamstra <lute@gnu.org>
18625 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
18626 (debugger-jumping-flag): New var.
18627 (debug-entry-code): Use it.
18628 (debugger-jump): Use debugger-jumping-flag and add
18629 debugger-reenable to post-command-hook.
18630 (debugger-reenable): Use debugger-jumping-flag and remove itself
18631 from post-command-hook.
18632 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
18635 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
18637 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
18638 inclusion of "itemize\\|", which may be unnecessary, is certainly
18639 inelegant, and stops refilling in itemize lists when formatting
18640 Japanese Texinfo files to Info.
18641 Update copyright to 2005.
18643 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
18645 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
18646 of an error if GDB can't find the source file.
18648 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
18650 * calendar/calendar.el (redraw-calendar): Work from any buffer,
18651 not just the calendar.
18653 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
18655 (diary-redraw-calendar): New function.
18656 (make-diary-entry): Add diary-redraw-calendar to local
18657 write-contents-functions. Turn off selective display before
18658 inserting in diary.
18660 2005-03-01 Kim F. Storm <storm@cua.dk>
18662 * emacs-lisp/copyright.el (copyright-fix-years): New command.
18664 2005-03-01 Lute Kamstra <lute@gnu.org>
18666 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
18667 that debug-entry-code can be safely removed from a function while
18668 this code is being evaluated. Revert the 2005-02-27 change as the
18669 new implementation no longer requires it. Make sure that a
18670 function body containing just a string is not mistaken for a docstring.
18671 (debug): Skip one more frame in case of debug on entry.
18672 (debugger-setup-buffer): Delete one more frame line in case of
18674 (debugger-frame-number): Update to use the new text introduced by
18675 the 1999-11-03 change. Skip one more frame in case of debug on entry.
18677 2005-02-28 Kim F. Storm <storm@cua.dk>
18679 * double.el (double-translate-key): Call force-window-update after
18680 read-event to avoid crash in redisplay.
18682 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
18684 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
18685 (debug): Use it. Move the inhibit-trace earlier.
18686 (debug-entry-code): New const.
18687 (debug-on-entry-1): Use it.
18689 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
18691 * international/utf-16.el (ccl-encode-mule-utf-16le):
18692 Fix BUFFER_MAGNIFICATION to 2.
18693 (ccl-encode-mule-utf-16be): Likewise.
18695 2005-02-28 Kenichi Handa <handa@m17n.org>
18697 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18698 Fix BUFFER_MAGNIFICATION to 4.
18699 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18701 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
18703 * speedbar.el (speedbar-update-flag): Doc fix.
18704 (speedbar-show-info-under-mouse): Give set-mouse-position the right
18707 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18709 * reveal.el (reveal-post-command): Don't try to reveal overlays which
18710 have a non-nil `invisible' property but are actually visible.
18712 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
18713 for perldoc sections.
18714 (perl-outline-regexp, perl-outline-level): New var and function.
18715 (perl-mode): Use them.
18717 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
18719 * calendar/diary-lib.el (diary-remind): Discard any mark portion
18720 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
18722 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
18724 * cus-edit.el: Comment change.
18725 (custom-buffer-create-internal): Slightly reword text at top of
18726 Custom buffers. Mention there that saving an option edits the
18727 init file. Add link to Emacs manual node on `custom-file'.
18728 (custom-magic-alist): Rewrite individual State messages to use
18729 capitalized keywords. Doc fix.
18731 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
18733 * calendar/calendar.el (calendar-buffer): Move above
18734 calendar-week-start-day.
18735 (calendar-week-start-day): Doc fix. Add :set function.
18736 (calendar-minimum-window-height): New variable.
18737 (generate-calendar-window): Only resize window if selected-window
18738 is displaying the calendar buffer. Use new variable
18739 calendar-minimum-window-height.
18740 (generate-calendar): Reword error message.
18741 (calendar-mode-map): Bind DEL to scroll-other-window-down.
18743 2005-02-27 Andreas Schwab <schwab@suse.de>
18745 * vc.el (vc-do-command): Don't run command asynchronously when
18746 operating in a remote directory.
18748 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
18749 change from sync with Tramp 2.0.47.
18751 2005-02-27 Richard M. Stallman <rms@gnu.org>
18753 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
18755 * textmodes/flyspell.el (flyspell-mode-on):
18756 Call ispell-change-dictionary only if necessary.
18758 * emacs-lisp/re-builder.el (regexp-builder): New function.
18760 * register.el (describe-register-1): Explicitly handle
18761 yank-excluded-properties = t.
18763 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
18764 (custom-magic-alist): Change the status descriptions again.
18765 (face widget-type): Total rewrite based on `restricted-sexp'
18766 to eliminate the confusing double hiding levels.
18768 * emacs-lisp/debug.el (debug-on-entry-1):
18769 If function body is empty, add nil as body form.
18771 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18773 * emacs-lisp/trace.el (inhibit-trace): New var.
18774 (trace-make-advice): Use it.
18776 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
18778 2005-02-26 Kim F. Storm <storm@cua.dk>
18780 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
18781 (mouse-on-link-p, mouse-drag-region-1): Use it.
18783 2005-02-25 Lute Kamstra <lute@gnu.org>
18785 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
18787 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
18789 * frame.el (blink-cursor-mode): Add :group keyword.
18791 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
18793 * calendar/icalendar.el (icalendar--decode-isodatetime):
18794 New optional argument DAY-SHIFT.
18795 (icalendar-export-region): Fix coding-system-for-write.
18796 (icalendar--convert-ical-to-diary): Shift end-day of all-day
18799 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18801 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
18803 2005-02-24 Kim F. Storm <storm@cua.dk>
18805 * international/iso-acc.el (iso-accents-compose): Fix crash
18806 during redisplay. Call force-window-update after read-event
18807 and delete-region to signal that window is not accurate.
18809 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
18811 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
18812 Remove unused and inexistent var `inhibit-trace'.
18813 (debugger-mode): Use run-mode-hooks.
18814 (debugger-list-functions): Add buttons; setup xref stack.
18816 2005-02-23 Richard M. Stallman <rms@gnu.org>
18818 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
18819 appointment says it was explicitly made.
18820 (appt-add): Set the 3rd element.
18821 (appt-make-list): Preserve explicit appointments.
18823 * subr.el (find-tag-default): Catch errors in forward-sexp.
18825 2005-02-23 Juri Linkov <juri@jurta.org>
18827 * info.el (Info-isearch-search): New defcustom.
18828 (Info-isearch-search): Call the default isearch function
18829 when Info-isearch-search is nil.
18830 (Info-isearch-wrap): Use variable Info-isearch-search.
18832 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
18834 * cus-edit.el: Comment change.
18836 2005-02-22 Kim F. Storm <storm@cua.dk>
18838 * progmodes/hideif.el (hide-ifdef-use-define-alist):
18839 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
18841 2005-02-22 Simon Josefsson <jas@extundo.com>
18843 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
18845 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
18846 Oskarsson" <myrkraverk@users.sourceforget.net>.
18848 2005-02-22 Kim F. Storm <storm@cua.dk>
18850 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
18851 check that window of that event is the selected window.
18852 (mouse-drag-region-1): Compare mouse event window to selected
18853 window before setting point.
18855 * tooltip.el (tooltip-show-help-function): Pass event to
18856 mouse-on-link-p so it can check selected window.
18858 2005-02-22 Kenichi Handa <handa@m17n.org>
18860 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
18861 (ps-mule-show-warning): New function.
18862 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
18863 characters are found.
18865 * ps-print.el (ps-header-footer-string): Return a list of header
18866 and footer strings.
18868 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18870 * pcvs.el (cvs-retrieve-revision): Fix thinko.
18872 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18874 * frame.el (blink-cursor-mode): Use define-minor-mode.
18876 * term/mac-win.el (function-key-map): Use char-names more consistently.
18877 (file-name-coding-system): Only set it for MacOS-9. The other case is
18878 already handled in mule-cmds.el (where it also works when mac-win.el
18881 2005-02-21 Kenichi Handa <handa@m17n.org>
18883 * international/mule.el (ctext-pre-write-conversion): Always use
18884 " *code-converting-work*" buffer for work.
18886 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18888 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
18890 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18892 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
18894 * ses.el (undo-more): Restore defadvice, but only the part that
18895 allows changes outside the restricted area of the buffer.
18897 2005-02-20 Kim F. Storm <storm@cua.dk>
18899 * simple.el (line-move): Add fourth optional arg try-vscroll which
18900 must be set to perform auto-window-vscroll.
18901 When moving backwards and doing auto-window-vscroll, automatically
18902 vscroll to the last part of lines which are taller than the window.
18903 (next-line, previous-line): Set try-vscroll arg on line-move.
18905 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18907 * replace.el (query-replace, query-replace-regexp)
18908 (replace-string, replace-regexp): When operating on region, make
18909 the minibuffer prompt say so.
18911 * isearch.el (isearch-forward): Document isearch-query-replace and
18912 isearch-query-replace-regexp keybindings.
18914 2005-02-19 Jay Belanger <belanger@truman.edu>
18916 * calc/calc-aent.el (math-read-token): Add local variable.
18918 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18919 (calc-edit-top): Move declaration to earlier in file.
18920 (calc-edit-macro-repeats): Add local variables.
18922 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18923 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18925 Adjust integration rule for calcFunc-tan.
18927 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18929 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18930 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18931 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18932 (viper-skip-separators): Bug fix.
18933 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
18934 particular major mode.
18935 (viper-del-backward-char-in-replace): Don't put deleted char on the
18938 * viper-ex.el (viper-color-display-p): New function.
18939 (viper-has-face-support-p): Use viper-color-display-p.
18941 * viper-keym.el (viper-gnus-modifier-map): New keymap.
18943 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18945 * viper-util.el (viper-glob-unix-files): Fix shell status check.
18946 (viper-file-remote-p): Make equivalent to file-remote-p.
18948 * viper.el (viper-major-mode-modifier-list):
18949 Use viper-gnus-modifier-map.
18951 2005-02-19 David Kastrup <dak@gnu.org>
18953 * subr.el (subregexp-context-p): Fix garbled doc string by adding
18956 2005-02-19 Jay Belanger <belanger@truman.edu>
18958 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
18959 Remove extra definitions.
18960 (calc-coth): New function.
18961 (calcFunc-cot): Fix `let'.
18963 2005-02-19 Eli Zaretskii <eliz@gnu.org>
18965 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18966 the reasons we use "type pc" in these faces.
18968 * button.el (button): Ditto.
18970 2005-02-19 Michael Mauger <mmaug@yahoo.com>
18972 * replace.el (query-replace-read-from): Set the value of
18973 query-replace-from-history-variable to handle the case of an empty
18974 string entered to accept the suggested default.
18976 * net/tramp.el (tramp-file-name-for-operation):
18977 Use dired-call-process instead of dired-call-process-command.
18979 2005-02-19 Jay Belanger <belanger@truman.edu>
18981 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18982 (math-div-non-trig): New variables.
18983 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18984 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18985 (math-combine-prod, math-div-symb-fancy): Add simplifications for
18988 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
18990 * progmodes/gdb-ui.el (gdb-var-update-handler)
18991 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18992 for watch expressions,
18993 (gdb-var-create-handler): Don't set speedbar-update-flag.
18994 (gdb-post-prompt): Simplify test for speedbar.
18996 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18998 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
18999 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19000 we use the syntax table of the correct buffer.
19001 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19004 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19005 (ediff-file-remote-p): Make synonymous with file-remote-p.
19006 In all deffaces ediff-*-face-*, use min-colors.
19008 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19009 ediff-recurse-to-subdirectories.
19010 (ediff-mark-if-equal): Check that the arguments are strings, use
19011 ediff-same-contents (after to Felix Gatzemeier).
19013 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19016 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19018 * log-view.el (log-view-message-re): Fix up Subversion regexp.
19020 2005-02-18 David Kastrup <dak@gnu.org>
19022 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19023 use `mark-active' when defined.
19025 2005-02-18 Kenichi Handa <handa@m17n.org>
19027 * ps-print.el (ps-font-info-database): New entry
19028 ZapfChancery-MediumItalic with correct font name. Fix font name
19029 of the entry Zapf-Chancery-MediumItalic.
19031 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
19033 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19035 2005-02-16 Kim F. Storm <storm@cua.dk>
19037 * ido.el (ido-fallback-command): Pass user input to fallback command.
19039 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
19041 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19042 (gdb-find-file-hook): Add server prefix.
19044 2005-02-16 Richard M. Stallman <rms@gnu.org>
19046 * replace.el (perform-replace): Pass new args to replace-highlight.
19047 (replace-highlight): Take region args,
19048 and pass them to isearch-lazy-highlight-new-loop.
19050 * novice.el (disabled-command-hook): Autoload the defalias
19051 and the make-obsolete-variable call.
19053 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19055 * isearch.el (isearch-lazy-highlight-start-limit)
19056 (isearch-lazy-highlight-end-limit): New variables limit
19057 the region for highlighting.
19058 (isearch-lazy-highlight-new-loop): New args BEG and END.
19059 (isearch-lazy-highlight-search): Use the new vars.
19060 (isearch-lazy-highlight-update): Likewise.
19062 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
19064 * cus-start.el (all): Use default-boundp.
19066 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
19068 * menu-bar.el (menu-bar-select-frame): Handle current frame.
19070 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
19072 * autorevert.el (auto-revert-stop-on-user-input)
19073 (auto-revert-verbose): Doc fixes.
19075 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
19077 * international/mule-cmds.el (set-locale-environment): Remove call
19078 to set-selection-coding-system on Windows.
19080 2005-02-15 Jay Belanger <belanger@truman.edu>
19082 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
19083 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
19085 (math-simplify-sqrt): Add simplifications.
19087 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
19090 * calc/calc-ext.el: Add functions to autoloads.
19092 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
19093 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
19094 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
19095 (math-csc-raw, math-cot-raw): New functions.
19097 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
19099 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
19100 the variable name in a message.
19102 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
19103 calcFunc-csc, calcFunc-cot.
19105 * calc/calcalg2.el: Add derivative and integration rules for
19106 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
19107 calcFunc-csch, calcFunc-coth.
19108 (math-do-integral-methods): Add to checks for when to use
19111 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
19113 2005-02-15 Lute Kamstra <lute@gnu.org>
19115 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19116 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
19117 <monnier@iro.umontreal.ca>
19118 (lisp-outline-level): Improve efficiency. Suggested by David
19119 Kastrup <dak@gnu.org>.
19121 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
19123 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
19124 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
19125 (gdb-set-gud-minor-mode-existing-buffers): New functions.
19126 (gdb-find-file-hook): New hook. Add it to find-file-hook.
19127 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
19129 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
19131 * cus-start.el (all): Comment change.
19133 2005-02-14 Lute Kamstra <lute@gnu.org>
19135 * cus-start.el (all): Check if symbol is void.
19137 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
19139 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
19140 optional argument to \cite.
19142 2005-02-14 Richard M. Stallman <rms@gnu.org>
19144 * cus-edit.el (custom-buffer-create-internal): Update help message.
19145 (custom-magic-alist): Update help messages.
19147 * cus-start.el (all): Allow a var to specify a standard value.
19149 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
19151 * custom.el (custom-theme-set-variables): Handle variable aliases.
19153 * frame.el (blink-cursor-timer): Doc fix.
19154 (blink-cursor): Make it an alias for `blink-cursor-mode' and
19156 (blink-cursor-mode): Define with defcustom and use correct
19157 standard expression in that defcustom.
19158 * startup.el (command-line): Adapt to above changes in frame.el.
19160 2005-02-11 Lute Kamstra <lute@gnu.org>
19162 * apropos.el (apropos-score-doc): Prevent division by zero.
19164 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
19166 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
19167 (icalendar--get-event-property-attributes)
19168 (icalendar--get-event-properties)
19169 (icalendar--datetime-to-diary-date): New functions.
19170 (icalendar--split-value): Doc fix.
19171 (icalendar--datetime-to-noneuropean-date)
19172 (icalendar--datetime-to-european-date): New optional argument
19173 SEPARATOR. Return result as a string instead of a list.
19174 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
19175 (icalendar--convert-string-for-export): Rename arg S to STRING.
19176 (icalendar-export-region): Doc fix. Change name of error buffer.
19177 Save output buffer.
19178 (icalendar-import-file): Add blank at end of prompt.
19179 (icalendar-import-buffer): Doc fix. Do not switch to error
19180 buffer. Indicate status in return value.
19181 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
19182 buffer. Save output buffer. Handle exception from recurrence
19183 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
19184 events. Fix problems with weekly all-day events.
19186 2005-02-10 Richard M. Stallman <rms@gnu.org>
19188 * simple.el (eval-expression-print-format):
19189 Avoid warning about edebug-active.
19191 * help.el (help-for-help-internal): Rename from help-for-help.
19192 (help-for-help): Define with defalias.
19194 * font-core.el (font-lock-default-function): Use with-no-warnings.
19196 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
19198 * custom.el (defface): Doc fix.
19200 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
19202 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
19203 width 0" to prevent word wrapping problems.
19205 2005-02-09 Kim F. Storm <storm@cua.dk>
19207 * ido.el (ido-file-extensions-order): New defcustom.
19208 (ido-file-extension-lessp, ido-file-extension-aux)
19209 (ido-file-extension-order): New advanced file ordering.
19210 (ido-file-lessp): New simple file ordering.
19211 (ido-sort-list): Remove.
19212 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
19213 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
19215 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
19217 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
19218 that some versions of grep produce.
19219 (grep-mode-font-lock-keywords): Likewise.
19221 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
19223 * progmodes/gdb-ui.el (gdb-location-list): New variable.
19224 (gdb-cdir): Delete.
19225 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
19226 (gdb-source-info): Treat case when source file is in another
19227 directory properly.
19228 (gdb-get-location): New function.
19230 2005-02-07 Jay Belanger <belanger@truman.edu>
19232 * calc/calc-prog.el (calc-write-parse-table-part)
19233 (calc-fix-token-name): Fix a check for language type.
19235 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
19237 2005-02-07 Andre Spiegel <spiegel@gnu.org>
19239 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
19240 as directory not writable.
19242 2005-02-07 Kim F. Storm <storm@cua.dk>
19244 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
19245 (cua--standard-movement-commands): Remove list.
19246 Instead, set CUA property value to move for movement commands.
19247 (cua-movement-commands): Remove. Users must set CUA prop instead.
19248 (cua--pre-command-handler): Check CUA property.
19249 (cua--init-keymaps): Don't remap undo commands.
19250 (cua-mode): Don't call cua--rectangle-on-off.
19252 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
19253 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
19254 (cua--rect-undo-set-point): New var.
19255 (cua--rectangle-undo-boundary): Setup undo apply entry.
19256 (cua--rect-undo-handler): New function for rectangle undo.
19257 (cua--rect-start-position, cua--rect-end-position): Add.
19258 (cua--rectangle-post-command): Call cua--rectangle-set-corners
19259 for restored rectangle. Set point if cua--rect-undo-set-point.
19261 2005-02-06 Jay Belanger <belanger@truman.edu>
19263 * calc/calc-lang.el (calc-tex-language): Display more information
19266 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
19269 2005-02-06 Richard M. Stallman <rms@gnu.org>
19271 * emacs-lisp/lisp.el (buffer-end): Doc fix.
19273 2005-02-05 Arne_J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
19275 * net/ldap.el (ldap-search-internal): Support attributes with
19276 optional descriptions separated by a semi-colon, as in
19277 "userCertificate;binary".
19279 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19281 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19282 isn't a cons (i.e. the version is 0).
19284 2005-02-05 Eli Zaretskii <eliz@gnu.org>
19286 * help.el (help-for-help): Doc fix.
19288 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
19290 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
19291 GDB-Windows on the menu-bar as this works better.
19293 2005-02-04 Jay Belanger <belanger@truman.edu>
19295 * calc/calc-embed.el (calc-embedded-update): Don't put in
19296 unnecessary newlines. Adjust the end of formula marker.
19298 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19299 (math-latex-parse-two-args): New function.
19301 2005-02-03 Lute Kamstra <lute@gnu.org>
19303 * help-fns.el (help-with-tutorial): Make sure that users cannot
19304 remove the entire text of the tutorial by means of `undo'.
19306 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
19308 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19309 in recent changes, where the ispell process was repeatedly
19310 killed & restarted.
19312 * international/mule-cmds.el (set-locale-environment): Set file-name
19313 coding system to utf-8 on Darwin systems.
19314 (set-default-coding-systems): Don't set default-file-name-coding-system
19317 2005-02-03 Richard M. Stallman <rms@gnu.org>
19319 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19321 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
19323 * faces.el (list-faces-display): Add optional argument.
19325 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19327 * font-core.el (font-lock-default-function): Handle the rare case where
19328 only font-lock-keywords is set.
19330 2005-02-02 Kenichi Handa <handa@m17n.org>
19332 * international/characters.el: Cancel previous change for
19333 I-WITH-DOT-ABOVE and DOTLESS-i.
19335 * international/latin-5.el: Cancel previous change.
19337 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19339 * progmodes/gud.el: Correction to syntax in gud-menu-map.
19341 2005-02-02 Kenichi Handa <handa@m17n.org>
19343 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19346 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19347 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19349 * case-table.el (get-upcase-table): New function.
19350 (copy-case-table): Copy upcaes table too if non-nil.
19351 (set-case-syntax-delims): Maintain upcase table too.
19352 (set-case-syntax-pair): Likewise.
19353 (set-upcase-syntax, set-downcase-syntax): New functions.
19354 (set-case-syntax): Maintain upcase table too.
19356 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19358 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
19360 * progmodes/gud.el (gud-goto-info): New function.
19361 (gud-tool-bar-map): Use correct icon.
19363 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19365 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19366 When delegating, order args in the funcall correctly.
19368 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19370 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19372 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
19374 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19375 buffer not visiting a file.
19377 2005-01-31 Jay Belanger <belanger@truman.edu>
19379 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19380 bound on the line with the formula.
19382 2005-01-31 Kim F. Storm <storm@cua.dk>
19384 * ses.el (ses-create-cell-variable-range)
19385 (ses-destroy-cell-variable-range, ses-reset-header-string)
19386 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19387 (ses-insert-row): Fix format of apply undo entries.
19389 2005-01-31 Jay Belanger <belanger@truman.edu>
19391 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19394 * calc/calc-embed.el (calc-embedded-open-formula)
19395 (calc-embedded-close-formula): Ignore matrix environments.
19397 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19400 * calc/calc-lang.el (math-function-table, math-oper-table)
19401 (math-variable-table): Adjust the LaTeX portions.
19403 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19404 (math-latex-ignore-words): New constant.
19406 2005-01-31 Richard M. Stallman <rms@gnu.org>
19408 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19409 (ispell-local-dictionary): Doc fix.
19410 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19411 Don't reinitialize at run time. Don't defcustom.
19412 All uses changed to append ispell-local-dictionary-alist,
19414 (ispell-current-dictionary): New variable for dictionary in use.
19415 (ispell-dictionary): Now used only for global default.
19416 (ispell-start-process): Set ispell-current-dictionary,
19417 not ispell-dictionary.
19418 (ispell-change-dictionary): Use this only for setting
19420 (ispell-internal-change-dictionary): New function
19421 to change the current dictionary in use.
19422 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19423 Use ispell-current-dictionary.
19424 Handle ispell-local-dictionary-overridden.
19425 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19427 2005-01-31 Jay Belanger <belanger@truman.edu>
19429 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19431 * calc/calc-ext.el: Add calc-latex-language to autoloads.
19432 (calc-mode-map): Add calc-latex-language.
19434 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19435 (math-latex-print-frac): New functions.
19436 (math-oper-table, math-function-table, math-variable-table)
19437 (math-complex-format, math-input-filter): Add latex properties.
19438 (calc-set-language): Set math-expr-special-function-mapping.
19440 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
19441 (calc-write-parse-table-part): Add LaTeX support.
19443 * calc/calc.el (calc-language): Adjust docstring.
19444 (calc-set-mode-line): Add LaTeX support.
19445 (math-expr-special-function-mapping): New variable.
19446 (math-tex-ignore-words): Add to list.
19448 * calc/calccomp.el (math-compose-expr, math-compose-rows):
19450 (math-compose-expr): Add support for special functions.
19452 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19454 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
19456 * progmodes/gdb-ui.el (gdb-memory-address)
19457 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19458 (gdb-memory-mode-map, gdb-memory-format-keymap)
19459 (gdb-memory-format-menu, gdb-memory-unit-keymap)
19460 (gdb-memory-unit-menu): New variables for a buffer
19461 that lets the user examine program memory.
19462 (gdb-memory-set-address, gdb-memory-set-repeat-count)
19463 (gdb-memory-format-binary, gdb-memory-format-octal)
19464 (gdb-memory-format-unsigned, gdb-memory-format-signed)
19465 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19466 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19467 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19468 (gdb-memory-unit-byte, gdb-memory-unit-menu)
19469 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19470 (gdb-memory-mode, gdb-memory-buffer-name)
19471 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19472 New functions for above buffer.
19474 2005-01-30 Richard M. Stallman <rms@gnu.org>
19476 * cus-edit.el (custom-bury-buffer): Function deleted.
19477 (custom-buffer-done-function): Option deleted.
19478 (custom-buffer-done-kill): New replacement option.
19479 (Custom-buffer-done): Call quit-window.
19480 (custom-buffer-create-internal): Update for above changes.
19482 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
19484 * simple.el (undo-ask-before-discard): New var.
19485 (undo-outer-limit-truncate): Implement it.
19486 (undo-extra-outer-limit): Doc update.
19488 2005-01-29 Richard M. Stallman <rms@gnu.org>
19490 * ses.el (undo-more): Delete defadvice.
19491 (ses-begin-change): Doc fix.
19493 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19494 instead of rebinding C-x u and C-_.
19496 * files.el (normal-backup-enable-predicate): Return nil for files
19497 in /tmp, regardless of temporary-file-directory.
19499 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19501 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19502 (open-rectangle, delete-whitespace-rectangle-line)
19503 (clear-rectangle-line): If FILL, pass t instead of FILL
19504 for move-to-column's 2nd arg.
19506 * simple.el (undo): Fix the test for continuing a series of undos.
19507 (undo-more): Set pending-undo-list to t when we reach end.
19508 (pending-undo-list): Move up defvar.
19510 * wid-edit.el (widget-button-click):
19511 Shorten the range of the track-mouse binding.
19513 * comint.el (comint-insert-input): Undo previous changes;
19514 use last-input-event in interactive spec.
19516 2005-01-29 Eli Zaretskii <eliz@gnu.org>
19518 * progmodes/compile.el (compilation-start): Bind buffer-read-only
19519 to nil before invoking call-process. Reset buffer's modified flag
19520 after fontifying it in the no-async branch.
19522 * wid-edit.el (widget-specify-button): If mouse pointer shape
19523 cannot be changed, use mouse face instead.
19525 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
19527 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19528 (gdb-goto-breakpoint): Make breakpoint handling work on template
19529 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
19530 (gdb-assembler-custom): Update to recognize breakpoint information
19531 added on 2005-01-19.
19533 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19535 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19536 (dsssl-mode): Use define-derived-mode.
19537 (scheme-mode-initialize): Remove.
19538 (scheme-mode): Use run-mode-hooks.
19540 * cus-edit.el (customize-group-other-window)
19541 (custom-buffer-create-other-window): Don't override special-display-*.
19542 (custom-mode-map): Make it dense.
19544 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
19545 sets the default value.
19547 2005-01-28 Eli Zaretskii <eliz@gnu.org>
19549 * descr-text.el: Add more keywords.
19551 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19553 * speedbar.el: Avoid unnecessary use of locate-library.
19555 * international/mule-cmds.el (standard-display-european-internal):
19556 Don't fiddle with latin-1 non-break space any more since it's now
19557 special cased in the C code.
19558 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19560 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
19562 * cus-start.el (all): Add `undo-outer-limit'.
19564 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19566 * textmodes/bibtex.el (bibtex-format-entry):
19567 Use `bibtex-empty-field-re' only on the text of fields, not on entire
19569 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
19570 not on part of a buffer.
19572 2005-01-25 Lute Kamstra <lute@gnu.org>
19574 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
19575 nonempty field text strings like "{letters\\macro{}more letters}".
19577 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
19578 (bibtex-entry-offset, bibtex-parse-association)
19579 (bibtex-parse-field-name): Fix typos in docstrings.
19580 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
19582 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
19584 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
19585 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
19586 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
19587 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
19589 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
19590 isearch minor mode.
19592 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
19594 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
19596 2005-01-24 Lute Kamstra <lute@gnu.org>
19598 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
19599 CASECHARS and NOT-CASECHARS regular expressions of the
19600 "nederlands" and "nederlands8" dictionaries to prevent a "Range
19601 striding over charsets" error.
19603 2005-01-24 Jay Belanger <belanger@truman.edu>
19605 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
19606 display variable name.
19608 2005-01-24 Kenichi Handa <handa@m17n.org>
19610 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
19611 Fix setting of the element of encoded-kbd-iso2022-invocations.
19613 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
19615 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19616 (gdb-threads-select): Change to also accept mouse events.
19617 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
19618 (gdb-threads-mouse-select): Delete.
19620 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
19622 * files.el (insert-directory): Take care of empty directory,
19623 listed without -a switch.
19625 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
19627 * textmodes/refill.el (refill-post-command-function):
19628 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
19629 to the list of functions that we should be careful not to undo.
19630 (refill-late-fill-paragraph-function): Remove.
19631 (refill-saved-state): New var.
19632 (refill-mode): Use it to save fill-paragraph-function.
19633 Save also the value of auto-fill-function.
19635 * term/w32-win.el: Simplify code.
19637 2005-01-23 Kim F. Storm <storm@cua.dk>
19639 * simple.el (line-move): Adapt to new return value from
19640 pos-visible-in-window-p.
19642 * simple.el (line-move): Fix last change. Check partial
19643 visibility at point rather than at window-start.
19645 2005-01-22 Jason Rumney <jasonr@gnu.org>
19647 * term/w32-win.el (xw-defined-colors): Remove debug-message.
19649 2005-01-22 David Kastrup <dak@gnu.org>
19651 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
19653 2005-01-22 Eli Zaretskii <eliz@gnu.org>
19655 * type-break.el (type-break-mode): Add a test for
19656 type-break-file-name being non-nil.
19658 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
19660 * net/eudc.el (top level): Call (message "") via progn, so that
19661 eudc-options-file is loaded.
19663 2005-01-22 Kim F. Storm <storm@cua.dk>
19665 * simple.el (line-move-1): Rename from line-move.
19666 (line-move): New function that adjusts vscroll for partially
19667 visible rows, and calls line-move-1 otherwise.
19669 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
19671 * pcomplete.el: Define pcomplete-read-event instead of read-event,
19672 since it's not a complete read-event implementation
19674 2005-01-20 Jay Belanger <belanger@truman.edu>
19676 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
19677 for called function.
19679 2005-01-20 Steven Tamm <steventamm@mac.com>
19681 * term/mac-win.el (process-connection-type): Remove.
19682 Controlled now by s/darwin.h:PTY_ITERATION.
19684 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19686 * window.el (handle-select-window): Don't switch window when we're
19689 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
19691 * subr.el (dotimes-with-progress-reporter): New macro.
19693 * ses.el (ses-dotimes-msg): Remove macro.
19694 Use `dotimes-with-progress-reporter' instead.
19696 2005-01-19 Steven Tamm <steventamm@mac.com>
19698 * term/mac-win.el (process-connection-type): Use new
19699 operating-system-release variable to use ptys on Darwin 7 (OS X
19700 10.3) when using carbon build.
19702 2005-01-19 Jay Belanger <belanger@truman.edu>
19704 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
19705 flags if the last command was a tab or M-tab.
19707 * calc/calc-prog.el (calc-user-define-edit): Put original formula
19708 in formula editing buffer.
19710 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
19712 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
19713 breakpoint image symbol in margin.
19715 2005-01-19 Jay Belanger <belanger@truman.edu>
19717 * calc/calc-prog.el (calc-execute-kbd-macro):
19718 Ignore calc-keep-arg-flag.
19720 2005-01-19 Kenichi Handa <handa@m17n.org>
19722 * textmodes/ispell.el (ispell-looking-at): New function.
19723 (ispell-process-line): Use ispell-looking-at to compare the ispell
19724 output and the buffer contents.
19726 2005-01-18 Jay Belanger <belanger@truman.edu>
19728 * calc/calc.el (calc-display-raw): Fix docstring.
19730 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
19732 * simple.el (blink-matching-open): Strip extra info from syntax.
19734 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
19735 funny chars in the end-of-here-doc marker.
19737 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
19739 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
19740 that enable/disabled state of breakpoints is shown correctly in
19741 fringe and on ttys.
19742 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
19743 Add breakpoint information as text properties.
19744 (gdb-mouse-toggle-breakpoint):
19745 Rename to gdb-mouse-set-clear-breakpoint.
19746 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
19747 breakpoints in the margin.
19748 (gdb-remove-strings): Simplify.
19750 2005-01-17 Jay Belanger <belanger@truman.edu>
19752 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
19755 2005-01-17 Richard M. Stallman <rms@gnu.org>
19757 * progmodes/grep.el (grep-find): Copy from `grep' the condition
19758 for calling grep-compute-defaults.
19760 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
19761 if buffer is empty.
19763 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
19765 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
19767 * hilit-chg.el (highlight-changes-mode): Don't autoload.
19769 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
19770 non-preloaded variables.
19772 2005-01-17 Steven Tamm <steventamm@mac.com>
19774 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
19775 tex-shell cause to force interactivity when using pipes.
19777 2005-01-17 Kim F. Storm <storm@cua.dk>
19779 * simple.el (just-one-space): Make arg optional.
19781 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
19783 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
19784 posn-at-x-y to t to access left-margin.
19786 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
19788 Sync with Tramp 2.0.47.
19790 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
19791 catching keep-date problems in cp/scp operations.
19792 (tramp-handle-copy-file): Don't call `set-file-modes'
19793 unconditionally. Specialized functions should know better what is
19794 necessary. This improves performance a little bit, and the
19795 functions could catch errors with `cp -p' and `scp -p'.
19796 (tramp-do-copy-or-rename-file-via-buffer)
19797 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
19799 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
19800 Call `set-file-modes' when appropriate.
19801 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
19802 Johnsson <isak@hypergene.com>
19803 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19804 of both Tramp buffer and debug buffer. Reported by Joakim Verona
19806 (tramp-file-name-for-operation): Mark `shell-command' as magic for
19809 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
19810 `find-file-hooks' and `dired-mode-hook'.
19811 (tramp-minor-mode-map): Respective map. Add remapping for
19812 `compile' and `recompile'.
19813 (tramp-remap-command, tramp-recompile): New defuns.
19814 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
19815 in buffer "*Compilation*". Call the commands asynchronously.
19817 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
19818 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
19819 `shell-command', because it isn't magic in XEmacs. Reported by
19820 Adrian Aichner <adrian@xemacs.org>.
19822 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
19823 `substitute-in-file-name.
19824 (tramp-smb-handle-substitute-in-file-name): New defun.
19825 (tramp-smb-advice-PC-do-completion): Delete advice.
19827 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
19829 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
19830 Fix error in deleting region.
19832 2005-01-15 Richard M. Stallman <rms@gnu.org>
19834 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
19835 In non-temp buffer, switch syntax table temporarily.
19837 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
19839 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
19841 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
19843 * imenu.el (imenu--split-menu): Copy menulist before sorting.
19844 (imenu--generic-function): Use START, not BEG, as pos of definition.
19846 * simple.el (just-one-space): Argument specifies number of spaces.
19848 * simple.el (eval-expression-print-format): Avoid warning
19849 about edebug-active.
19851 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
19853 * progmodes/sh-script.el: Code copied from make-mode.el
19854 with small changes,
19855 (sh-mode-map): Bind C-c C-\.
19856 (sh-backslash-column, sh-backslash-align): New variables.
19857 (sh-backslash-region, sh-append-backslash): New functions.
19859 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
19861 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
19862 (rmail-pop-password, rmail-pop-password-required): Move to
19863 rmail-obsolete group.
19864 (rmail-set-pop-password): Rename to rmail-set-remote-password.
19865 All callers updated.
19866 (rmail-get-pop-password): Rename to rmail-get-remote-password.
19867 Take an argument specifying whether it is POP or IMAP mailbox we
19868 are using. All callers updated.
19869 (rmail-pop-password-error): Rename to
19870 rmail-remote-password-error. Added mailutils-specific error message.
19871 (rmail-movemail-search-path)
19872 (rmail-movemail-variant-in-use): New variables.
19873 (rmail-remote-password, rmail-remote-password-required):
19874 New customization variables.
19875 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
19876 (rmail-parse-url): New function.
19877 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
19878 with GNU mailutils movemail.
19880 2005-01-15 Kevin Ryde <user42@zip.com.au>
19882 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19883 suffix to space, $ or '$, to correctly position point when going
19884 to @table style constants like DBL_MAX.
19886 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
19888 * type-break.el (type-break-mode, type-break-file-time)
19889 (type-break-file-keystroke-count, type-break-choose-file):
19890 Don't store data in or load data from the file if type-break-file-name
19892 (type-break-file-name): Doc update as per the above.
19894 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
19896 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19897 lookup-key might return nil; handle that.
19899 2005-01-15 Alan Mackenzie <acm@muc.de>
19901 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
19902 rather than the element found, thus enabling the tree to be setcar'd.
19904 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
19906 * textmodes/org.el (org-show-following-heading): New option.
19907 (org-show-hierarchy-above): Use `org-show-following-heading'.
19908 (org-cycle): Documentation fix.
19910 * textmodes/org.el (orgtbl-optimized): New option
19911 (orgtbl-mode): New command, a minor mode.
19912 (orgtbl-mode-map): New variable.
19913 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19914 (orgtbl-error, orgtbl-self-insert-command)
19915 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19917 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19918 a local variable in each org-mode buffer.
19920 * textmodes/org.el (org-set-regexps-and-options): Rename from
19921 `org-set-regexps'. Added checking for STARTUP keyword.
19922 (org-get-current-options): Add STARTUP options.
19923 (org-table-insert-row): Make mode intelligent about when
19924 realignment is needed.
19925 (org-self-insert-command, org-delete-backward-char, org-delete-char):
19927 (org-enable-table-editor): New default value `optimized'.
19928 (org-table-blank-field): Support blanking regions if active.
19930 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
19932 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19933 if the year is not given.
19935 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19936 Add new escapes %m and %M, fixed bug with %F by adding
19938 (reftex-reference): Remove ?. from list of spaces.
19939 (reftex-label-info): Add automatic label prefix recognition.
19941 * textmodes/reftex-index.el (reftex-index-next-phrase):
19942 Add slave parameter to call of `reftex-index-this-phrase'.
19943 (reftex-index-this-phrase): New optional argument.
19944 (reftex-index-region-phrases): Add slave parameter to call of
19945 `reftex-index-this-phrase'.
19946 (reftex-display-index): New argument redo.
19947 (reftex-index-rescan): Add `redo' to arguments of
19948 `reftex-display-index'.
19949 (reftex-index-Rescan, reftex-index-revert)
19950 (reftex-index-switch-index-tag): Add `redo' to arguments of
19951 `reftex-display-index'.
19952 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19953 indexing. Fix bug with matching is there is a quote before or
19956 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19957 Fix bug when collecting citation keys in lines with comments.
19958 (reftex-citation): Prefix argument no longer rescans the document,
19959 but forces prompting for optional arguments of cite macros.
19960 (reftex-do-citation): Prompting for optional arguments implemented.
19962 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19963 Add optional arguments to most cite commands.
19964 (reftex-cite-cleanup-optional-args): New option
19965 (reftex-cite-prompt-optional-args): New option.
19966 (reftex-trust-label-prefix): New option.
19968 * textmodes/reftex-toc.el (reftex-toc-find-section):
19969 Add push-mark before changing the position in the buffer.
19971 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19972 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
19974 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
19976 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19979 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
19981 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19982 (sgml-mode): Use it.
19983 (sgml-get-context): Better keep track of implicitly closed tags.
19985 2005-01-13 Kenichi Handa <handa@m17n.org>
19987 * textmodes/ispell.el: These changes are to fix misalignment error
19988 caused by equivalent characters of different Emacs charsets.
19989 (ispell-unified-chars-table): New variable.
19990 (ispell-get-decoded-string): New function.
19991 (ispell-get-casechars, ispell-get-not-casechars)
19992 (ispell-get-otherchars): Call ispell-get-decoded-string.
19994 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
19996 * custom.el (custom-declare-variable): Just put symbol instead
19997 of (defvar . symbol) in `current-load-list'.
19999 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20001 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20003 2005-01-12 Jay Belanger <belanger@truman.edu>
20005 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20006 to create a Calc summary.
20008 2005-01-12 Kim F. Storm <storm@cua.dk>
20010 * mouse.el (mouse-on-link-p): Change functionality and doc
20011 string to comply with latest description in lisp ref.
20013 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
20015 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20016 Enable mouse clicks on mode-line, header-line and margin.
20017 (event-type): Give mouse event symbols an `event-kind' property
20018 with value `mouse-click'.
20020 2005-01-12 Juri Linkov <juri@jurta.org>
20022 * facemenu.el (list-colors-display): Add new arg buffer-name.
20023 Use it. Fix docstring. Replace code for identifying duplicate
20024 colors by the name with call to `list-colors-duplicates' which
20025 identifies duplicate colors by the value unless the color
20026 is one of special Windows colors. Set truncate-lines to t.
20027 Print sorted duplicate color names on each line. Indent to 22
20028 \(the longest color name in rgb.txt) instead of 20. Optimize.
20029 (list-colors-duplicates): New function.
20030 (facemenu-color-name-equal): Delete function.
20032 * facemenu.el (list-colors-print): New function created from code
20033 in list-colors-display. Print #RRGGBB at the window right edge.
20034 (list-colors-display): When temp-buffer-show-function is not
20035 defined, call list-colors-print from temp-buffer-show-hook
20036 to get the right value of window-width in list-colors-print
20037 after the buffer is displayed.
20039 * simple.el (pop-mark): Move deactivate-mark out of conditional
20040 part to deactivate the active mark regardless of the state of the
20043 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20044 variables line in desktop files.
20046 2005-01-12 Juri Linkov <juri@jurta.org>
20048 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20049 Bring together isearch highlight related options.
20050 (lazy-highlight): Replace group `replace' by `matching'.
20051 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20052 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20053 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20054 and declare them obsolete.
20055 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20056 (isearch-faces): Remove defgroup.
20057 (isearch-overlay, isearch-highlight, isearch-dehighlight):
20058 Move isearch highlighting code closer to lazy highlighting code.
20060 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
20061 (query-replace-highlight, query-replace-lazy-highlight)
20062 (query-replace): Move definitions to the beginning of the file.
20064 2005-01-11 Juri Linkov <juri@jurta.org>
20066 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
20067 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
20068 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
20070 * info.el (Info-history-forward): New variable.
20071 (Info-select-node): Reset Info-history-forward to nil.
20072 (Info-last): Turn into defalias.
20073 (Info-history-back): Rename from Info-last.
20074 Add current node to Info-history-forward.
20075 (Info-history-forward): New fun.
20076 (Info-mode-map): Replace Info-last by Info-history-back.
20077 Bind Info-history-forward to "r".
20078 (Info-mode-menu): Replace Info-last by Info-history-back.
20079 Fix menu item text. Add menu item for Info-history-forward.
20080 (info-tool-bar-map): Replace Info-last by Info-history-back.
20081 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
20082 for Info-history-forward.
20083 (Info-mode): Replace Info-last by Info-history-back in docstring.
20084 Add local variable Info-history-forward.
20085 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
20087 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
20089 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
20090 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
20091 Ignore select-window events rather than fiddle with
20092 mouse-autoselect-window.
20094 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
20096 * type-break.el (type-break-mode): Fix previous change.
20098 2005-01-10 Jay Belanger <belanger@truman.edu>
20100 * calc/calc-ext.el (calc-reset): Reset when inside embedded
20101 calculator; only reset when point is inside a calculator.
20102 Don't adjust the window height if the window takes up the whole height
20105 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
20107 * ebuff-menu.el (Electric-buffer-menu-mode):
20108 Preserve value of buffer-local var header-line-format.
20110 2005-01-09 Jay Belanger <belanger@truman.edu>
20112 * calc/calc.el (calc-mode-var-list-restore-saved-values):
20113 Make sure settings file exists before accessing it.
20115 * calc/calc-embed.el (calc-embedded-subst):
20116 Replace math-multi-subst-rec, which is only supposed to be called
20117 by math-multi-subst, by math-multi-subst.
20119 2005-01-09 Andre Spiegel <spiegel@gnu.org>
20121 * vc.el (vc-allow-async-revert): New user option.
20122 (vc-disable-async-diff): New internal variable.
20123 (vc-revert-buffer): Use them to disable asynchronous diff.
20125 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
20126 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
20127 asynchronously if vc-disable-async-diff is t.
20129 2005-01-09 Jay Belanger <belanger@truman.edu>
20131 * calc/calc.el (defcalcmodevar): New macro.
20132 (calc-mode-var-list-restore-default-values)
20133 (calc-mode-var-list-restore-saved-values): New functions.
20134 (calc-mode-var-list): Use defcalcmodevar to define it.
20135 (calc-always-load-extensions, calc-line-numbering)
20136 (calc-line-breaking, calc-display-just, calc-display-origin)
20137 (calc-number-radix, calc-leading-zeros, calc-group-digits)
20138 (calc-group-char, calc-point-char, calc-frac-format)
20139 (calc-prefer-frac, calc-hms-format, calc-date-format)
20140 (calc-float-format, calc-full-float-format, calc-complex-format)
20141 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
20142 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
20143 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
20144 (calc-matrix-brackets, calc-language, calc-language-option)
20145 (calc-left-label, calc-right-label, calc-word-size)
20146 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
20147 (calc-display-raw, calc-internal-prec, calc-angle-mode)
20148 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
20149 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
20150 (calc-window-height, calc-display-trail, calc-show-selections)
20151 (calc-use-selections, calc-assoc-selections)
20152 (calc-display-working-message, calc-auto-why, calc-timing)
20153 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
20154 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
20155 (calc-gnuplot-default-device, calc-gnuplot-default-output)
20156 (calc-gnuplot-print-device, calc-gnuplot-print-output)
20157 (calc-gnuplot-geometry, calc-graph-default-resolution)
20158 (calc-graph-default-resolution-3d, calc-invocation-macro)
20159 (calc-show-banner): Use defcalcmodevar to declare them and set
20160 their default values.
20162 * calc/calc-ext.el (calc-reset): Restore saved values of variables
20163 instead of default values (but restore default values if there is
20166 2005-01-09 David Kastrup <dak@gnu.org>
20168 * desktop.el (desktop-restore-eager): Fix typo in type.
20170 2005-01-08 Richard M. Stallman <rms@gnu.org>
20172 * cus-edit.el (customize): Delete :link.
20174 2005-01-08 Jay Belanger <belanger@truman.edu>
20176 * calc/calc.el (calc-mode): Remove the extension from the
20177 `calc-settings-file' file name when loading it.
20179 2005-01-08 Kim F. Storm <storm@cua.dk>
20181 * info.el (Info-mode-map, Info-next-link-keymap)
20182 (Info-prev-link-keymap, Info-up-link-keymap):
20183 Map follow-link to mouse-face.
20184 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
20186 2005-01-08 Jay Belanger <belanger@truman.edu>
20188 * calc/calc.el (calc-settings-file): Change default value.
20189 Suggested by cgw in a comment in calc-mode.el.
20191 * calc/calc-mode.el (calc-settings-file-name):
20192 Compare calc-settings-file to user-init-file instead of ~/.emacs.
20193 Replace ~/.emacs in a prompt by calc-settings-file.
20195 2005-01-07 Lars Hansen <larsh@math.ku.dk>
20197 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20198 (desktop-lazy-idle-delay): New customizable variables.
20199 (desktop-buffer-args-list): New variable.
20200 (desktop-append-buffer-args): New function.
20201 (desktop-save): Call desktop-append-buffer-args for some buffers.
20202 (desktop-lazy-create-buffer): New function.
20203 (desktop-idle-create-buffers): New function.
20204 (desktop-read): Add message about buffers to restore lazily.
20205 (desktop-lazy-abort): New command.
20206 (desktop-clear): Call desktop-lazy-abort.
20207 (desktop-lazy-complete): New command.
20209 2005-01-06 Richard M. Stallman <rms@gnu.org>
20211 * emacs-lisp/find-func.el (find-face-definition):
20212 Rename from find-face.
20214 2005-01-06 Kim F. Storm <storm@cua.dk>
20216 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
20218 * man.el (Man-xref-man-page, Man-xref-header-file)
20219 (Man-xref-normal-file): Add follow-link property.
20221 2005-01-06 Jay Belanger <belanger@truman.edu>
20223 * calc/calc-units.el: Make sure the proper macro definitions are
20224 available when compiling.
20226 2005-01-06 Juri Linkov <juri@jurta.org>
20228 * isearch.el (isearch-lazy-highlight-update):
20229 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
20231 2005-01-06 Miles Bader <miles@gnu.org>
20233 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
20234 (isearch-lazy-highlight-face): Use new name.
20236 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
20238 * uniquify.el (uniquify-rationalize-file-buffer-names):
20239 Re-add an interactive spec.
20240 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
20243 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
20244 (isearch-update, isearch-done): Adjust calls accordingly.
20246 2005-01-05 Richard M. Stallman <rms@gnu.org>
20248 * custom.el (custom-set-variables, custom-theme-set-variables):
20249 Clarify documentation.
20251 * emacs-lisp/find-func.el (find-variable)
20252 (find-variable-other-window, find-variable-other-frame):
20253 Fix the TYPE args to find-function-read and find-function-do-it.
20254 (find-function): Doc fix.
20255 (find-function-at-point): Replace function-at-point alias.
20257 2005-01-04 Richard M. Stallman <rms@gnu.org>
20259 * cus-face.el (custom-declare-face):
20260 Record defface in current-load-list.
20262 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
20264 * emacs-lisp/find-func.el: Doc fixes.
20265 (find-face-regexp): New variable.
20266 (find-function-regexp-alist): New variable.
20267 (find-function-C-source): Third arg is now TYPE.
20268 (find-function-search-for-symbol): Handle general TYPE.
20269 (find-function-read, find-function-do-it): Handle general TYPE.
20270 (find-definition-noselect, find-face): New functions.
20271 (function-at-point): Alias deleted.
20273 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
20275 * battery.el (display-battery-mode): Rename from display-battery.
20276 Handle the case where it gets turned off.
20278 2005-01-04 Richard M. Stallman <rms@gnu.org>
20280 * cus-edit.el (customize): Make :link point to user doc.
20282 * man.el (Man-fontify-manpage): Turn off undo generation.
20284 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20286 2005-01-04 Andreas Schwab <schwab@suse.de>
20288 * files.el (insert-directory): Only look for error lines in
20289 inserted text. Don't move too far after processing --dired markers.
20291 2005-01-04 Richard M. Stallman <rms@gnu.org>
20293 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20294 Don't expand if the character is @, period, dash, etc.
20295 (define-mail-abbrev): Quote names that contain problem characters.
20297 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
20299 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20301 2005-01-03 Richard M. Stallman <rms@gnu.org>
20303 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20304 (query-replace-highlight, query-replace-lazy-highlight)
20305 (query-replace): Definitions moved up. Doc fix.
20307 2005-01-03 Richard M. Stallman <rms@gnu.org>
20309 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20310 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20311 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20312 (lazy-highlight-face): Rename from isearch-lazy-...
20313 Change all references to them.
20315 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
20317 * cus-edit.el (custom-file): Doc fix for defcustom.
20318 (custom-file): The function no longer sets the variable
20319 `custom-file' to its return value.
20321 * startup.el (command-line): No longer load `custom-file'.
20323 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20325 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20327 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20328 Don't confuse module-prefixed identifiers for labels.
20329 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20331 2005-01-02 Richard M. Stallman <rms@gnu.org>
20333 * files.el (basic-save-buffer-1): Fix previous change.
20335 * loadhist.el (file-loadhist-lookup): New function.
20336 (file-provides, file-requires): Use it.
20338 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20339 instead of calculating the right size.
20341 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20343 * vc-svn.el (vc-svn-diff): Stay local if possible.
20345 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
20347 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20349 * files.el (hack-local-variables): Fix last change.
20351 2005-01-02 Jay Belanger <belanger@truman.edu>
20353 * calc/calc-yank.el (calc-edit-top): New variable.
20354 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20355 object. Change header properties.
20356 (calc-edit-finish, calc-edit-finish-stack-object)
20357 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20359 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20360 for the beginning of the edited object.
20361 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20362 for the beginning of the edited object.
20363 * calc/calc-prog.el (calc-edit-macro-finish-edit)
20364 (calc-finish-formula-edit, calc-macro-repeats)
20365 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20366 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20367 beginning of the edited object.
20368 (calc-user-define-edit): Change the header for editing macros.
20369 Remove unnecessary variable.
20371 2005-01-01 Jay Belanger <belanger@truman.edu>
20373 * calc/calc-yank.el (calc-edit-mode): Change default header.
20374 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
20375 * calc/calc-store.el (calc-edit-variable): Change title to match new
20377 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
20378 mode to match new header.
20379 (calc-user-define-edit): Change titles to include names of commands.
20380 (calc-finish-formula-edit): Adjust to handle new header.
20381 (calc-finish-macro-edit): Remove.
20382 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20383 (calc-edit-macro-command, calc-edit-macro-command-type)
20384 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20385 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20386 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20387 (calc-edit-macro-finish-edit): New functions.
20388 (calc-user-define-edit): Use new functions to edit named calc macros.
20390 2005-01-01 Stefan <monnier@iro.umontreal.ca>
20392 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20394 * ses.el (copy-region-as-kill): Deactivate mark.
20396 2005-01-01 Richard M. Stallman <rms@gnu.org>
20398 * replace.el (occur-1): If the output buffer is also an input,
20399 don't kill it, rename it.
20401 * faces.el (set-face-background, set-face-foreground): Doc fix.
20403 * cus-face.el (custom-face-attributes): Fix :help-echo strings
20404 for :foreground and :background.
20406 * dired.el (dired-view-command-alist): Variable deleted.
20407 (dired-view-file, dired-mouse-find-file-other-window):
20408 Delete the code to use it.
20410 2005-01-01 Kim F. Storm <storm@cua.dk>
20412 * image.el (insert-sliced-image): Use t for line-height property.
20414 See ChangeLog.11 for earlier changes.
20416 ;; Local Variables:
20417 ;; coding: iso-2022-7bit
20420 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
20421 Copying and distribution of this file, with or without modification,
20422 are permitted provided the copyright notice and this notice are preserved.
20424 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1